jodit 4.2.49 → 4.2.50

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1646) hide show
  1. package/LICENSE.txt +1 -1
  2. package/es2015/jodit.css +47 -47
  3. package/es2015/jodit.fat.min.js +2 -2
  4. package/es2015/jodit.js +539 -539
  5. package/es2015/jodit.min.js +2 -2
  6. package/es2015/plugins/debug/debug.css +1 -1
  7. package/es2015/plugins/debug/debug.js +2 -2
  8. package/es2015/plugins/debug/debug.min.js +1 -1
  9. package/es2015/plugins/speech-recognize/speech-recognize.css +1 -1
  10. package/es2015/plugins/speech-recognize/speech-recognize.js +31 -31
  11. package/es2015/plugins/speech-recognize/speech-recognize.min.js +1 -1
  12. package/es2018/jodit.css +47 -47
  13. package/es2018/jodit.fat.min.js +2 -2
  14. package/es2018/jodit.js +539 -539
  15. package/es2018/jodit.min.js +2 -2
  16. package/es2018/plugins/debug/debug.css +1 -1
  17. package/es2018/plugins/debug/debug.js +2 -2
  18. package/es2018/plugins/debug/debug.min.js +1 -1
  19. package/es2018/plugins/speech-recognize/speech-recognize.css +1 -1
  20. package/es2018/plugins/speech-recognize/speech-recognize.js +31 -31
  21. package/es2018/plugins/speech-recognize/speech-recognize.min.js +1 -1
  22. package/es2021/jodit.css +47 -47
  23. package/es2021/jodit.fat.min.js +2 -2
  24. package/es2021/jodit.js +539 -539
  25. package/es2021/jodit.min.js +2 -2
  26. package/es2021/plugins/debug/debug.css +1 -1
  27. package/es2021/plugins/debug/debug.js +2 -2
  28. package/es2021/plugins/debug/debug.min.js +1 -1
  29. package/es2021/plugins/speech-recognize/speech-recognize.css +1 -1
  30. package/es2021/plugins/speech-recognize/speech-recognize.js +31 -31
  31. package/es2021/plugins/speech-recognize/speech-recognize.min.js +1 -1
  32. package/es2021.en/jodit.css +47 -47
  33. package/es2021.en/jodit.fat.min.js +2 -2
  34. package/es2021.en/jodit.js +451 -451
  35. package/es2021.en/jodit.min.js +2 -2
  36. package/es2021.en/plugins/debug/debug.css +1 -1
  37. package/es2021.en/plugins/debug/debug.js +2 -2
  38. package/es2021.en/plugins/debug/debug.min.js +1 -1
  39. package/es2021.en/plugins/speech-recognize/speech-recognize.css +1 -1
  40. package/es2021.en/plugins/speech-recognize/speech-recognize.js +9 -9
  41. package/es2021.en/plugins/speech-recognize/speech-recognize.min.js +1 -1
  42. package/es5/164.fat.min.js +1 -1
  43. package/es5/164.min.js +1 -1
  44. package/es5/5.fat.min.js +1 -1
  45. package/es5/5.js +1 -1
  46. package/es5/5.min.js +1 -1
  47. package/es5/jodit.css +48 -48
  48. package/es5/jodit.fat.min.js +2 -2
  49. package/es5/jodit.js +539 -539
  50. package/es5/jodit.min.css +2 -2
  51. package/es5/jodit.min.js +2 -2
  52. package/es5/plugins/debug/debug.css +1 -1
  53. package/es5/plugins/debug/debug.js +2 -2
  54. package/es5/plugins/debug/debug.min.js +1 -1
  55. package/es5/plugins/speech-recognize/speech-recognize.css +1 -1
  56. package/es5/plugins/speech-recognize/speech-recognize.js +31 -31
  57. package/es5/plugins/speech-recognize/speech-recognize.min.js +1 -1
  58. package/esm/config.d.ts +1 -1
  59. package/esm/config.js +1 -1
  60. package/esm/core/async/async.d.ts +1 -1
  61. package/esm/core/async/async.js +1 -1
  62. package/esm/core/async/index.d.ts +1 -1
  63. package/esm/core/async/index.js +1 -1
  64. package/esm/core/component/component.d.ts +1 -1
  65. package/esm/core/component/component.js +1 -1
  66. package/esm/core/component/index.d.ts +1 -1
  67. package/esm/core/component/index.js +1 -1
  68. package/esm/core/component/statuses.d.ts +1 -1
  69. package/esm/core/component/statuses.js +1 -1
  70. package/esm/core/component/view-component.d.ts +1 -1
  71. package/esm/core/component/view-component.js +1 -1
  72. package/esm/core/constants.d.ts +1 -1
  73. package/esm/core/constants.js +2 -2
  74. package/esm/core/create/create.d.ts +1 -1
  75. package/esm/core/create/create.js +1 -1
  76. package/esm/core/create/index.d.ts +1 -1
  77. package/esm/core/create/index.js +1 -1
  78. package/esm/core/decorators/autobind/autobind.d.ts +1 -1
  79. package/esm/core/decorators/autobind/autobind.js +1 -1
  80. package/esm/core/decorators/cache/cache.d.ts +1 -1
  81. package/esm/core/decorators/cache/cache.js +1 -1
  82. package/esm/core/decorators/component/component.d.ts +1 -1
  83. package/esm/core/decorators/component/component.js +1 -1
  84. package/esm/core/decorators/debounce/debounce.d.ts +1 -1
  85. package/esm/core/decorators/debounce/debounce.js +1 -1
  86. package/esm/core/decorators/derive/derive.d.ts +1 -1
  87. package/esm/core/decorators/derive/derive.js +1 -1
  88. package/esm/core/decorators/hook/hook.d.ts +1 -1
  89. package/esm/core/decorators/hook/hook.js +1 -1
  90. package/esm/core/decorators/idle/idle.d.ts +1 -1
  91. package/esm/core/decorators/idle/idle.js +1 -1
  92. package/esm/core/decorators/index.d.ts +1 -1
  93. package/esm/core/decorators/index.js +1 -1
  94. package/esm/core/decorators/nonenumerable/nonenumerable.d.ts +1 -1
  95. package/esm/core/decorators/nonenumerable/nonenumerable.js +1 -1
  96. package/esm/core/decorators/persistent/persistent.d.ts +1 -1
  97. package/esm/core/decorators/persistent/persistent.js +1 -1
  98. package/esm/core/decorators/wait/wait.d.ts +1 -1
  99. package/esm/core/decorators/wait/wait.js +1 -1
  100. package/esm/core/decorators/watch/watch.d.ts +1 -1
  101. package/esm/core/decorators/watch/watch.js +1 -1
  102. package/esm/core/dom/dom.d.ts +1 -1
  103. package/esm/core/dom/dom.js +1 -1
  104. package/esm/core/dom/index.d.ts +1 -1
  105. package/esm/core/dom/index.js +1 -1
  106. package/esm/core/dom/lazy-walker.d.ts +1 -1
  107. package/esm/core/dom/lazy-walker.js +1 -1
  108. package/esm/core/event-emitter/event-emitter.d.ts +1 -1
  109. package/esm/core/event-emitter/event-emitter.js +1 -1
  110. package/esm/core/event-emitter/eventify.d.ts +1 -1
  111. package/esm/core/event-emitter/eventify.js +1 -1
  112. package/esm/core/event-emitter/index.d.ts +1 -1
  113. package/esm/core/event-emitter/index.js +1 -1
  114. package/esm/core/event-emitter/observable.d.ts +1 -1
  115. package/esm/core/event-emitter/observable.js +1 -1
  116. package/esm/core/event-emitter/store.d.ts +1 -1
  117. package/esm/core/event-emitter/store.js +1 -1
  118. package/esm/core/global.d.ts +1 -1
  119. package/esm/core/global.js +1 -1
  120. package/esm/core/helpers/array/as-array.d.ts +1 -1
  121. package/esm/core/helpers/array/as-array.js +1 -1
  122. package/esm/core/helpers/array/index.d.ts +1 -1
  123. package/esm/core/helpers/array/index.js +1 -1
  124. package/esm/core/helpers/array/split-array.d.ts +1 -1
  125. package/esm/core/helpers/array/split-array.js +1 -1
  126. package/esm/core/helpers/array/to-array.d.ts +1 -1
  127. package/esm/core/helpers/array/to-array.js +1 -1
  128. package/esm/core/helpers/async/index.d.ts +1 -1
  129. package/esm/core/helpers/async/index.js +1 -1
  130. package/esm/core/helpers/async/set-timeout.d.ts +1 -1
  131. package/esm/core/helpers/async/set-timeout.js +1 -1
  132. package/esm/core/helpers/checker/has-browser-color-picker.d.ts +1 -1
  133. package/esm/core/helpers/checker/has-browser-color-picker.js +1 -1
  134. package/esm/core/helpers/checker/index.d.ts +1 -1
  135. package/esm/core/helpers/checker/index.js +1 -1
  136. package/esm/core/helpers/checker/is-abort-error.d.ts +1 -1
  137. package/esm/core/helpers/checker/is-abort-error.js +1 -1
  138. package/esm/core/helpers/checker/is-array.d.ts +1 -1
  139. package/esm/core/helpers/checker/is-array.js +1 -1
  140. package/esm/core/helpers/checker/is-boolean.d.ts +1 -1
  141. package/esm/core/helpers/checker/is-boolean.js +1 -1
  142. package/esm/core/helpers/checker/is-equal.d.ts +1 -1
  143. package/esm/core/helpers/checker/is-equal.js +1 -1
  144. package/esm/core/helpers/checker/is-function.d.ts +1 -1
  145. package/esm/core/helpers/checker/is-function.js +1 -1
  146. package/esm/core/helpers/checker/is-html-from-word.d.ts +1 -1
  147. package/esm/core/helpers/checker/is-html-from-word.js +1 -1
  148. package/esm/core/helpers/checker/is-html.d.ts +1 -1
  149. package/esm/core/helpers/checker/is-html.js +1 -1
  150. package/esm/core/helpers/checker/is-imp-interface.d.ts +1 -1
  151. package/esm/core/helpers/checker/is-imp-interface.js +1 -1
  152. package/esm/core/helpers/checker/is-int.d.ts +1 -1
  153. package/esm/core/helpers/checker/is-int.js +1 -1
  154. package/esm/core/helpers/checker/is-jodit-object.d.ts +1 -1
  155. package/esm/core/helpers/checker/is-jodit-object.js +1 -1
  156. package/esm/core/helpers/checker/is-license.d.ts +1 -1
  157. package/esm/core/helpers/checker/is-license.js +1 -1
  158. package/esm/core/helpers/checker/is-marker.d.ts +1 -1
  159. package/esm/core/helpers/checker/is-marker.js +1 -1
  160. package/esm/core/helpers/checker/is-native-function.d.ts +1 -1
  161. package/esm/core/helpers/checker/is-native-function.js +1 -1
  162. package/esm/core/helpers/checker/is-number.d.ts +1 -1
  163. package/esm/core/helpers/checker/is-number.js +1 -1
  164. package/esm/core/helpers/checker/is-numeric.d.ts +1 -1
  165. package/esm/core/helpers/checker/is-numeric.js +1 -1
  166. package/esm/core/helpers/checker/is-plain-object.d.ts +1 -1
  167. package/esm/core/helpers/checker/is-plain-object.js +1 -1
  168. package/esm/core/helpers/checker/is-promise.d.ts +1 -1
  169. package/esm/core/helpers/checker/is-promise.js +1 -1
  170. package/esm/core/helpers/checker/is-set.d.ts +1 -1
  171. package/esm/core/helpers/checker/is-set.js +1 -1
  172. package/esm/core/helpers/checker/is-string.d.ts +1 -1
  173. package/esm/core/helpers/checker/is-string.js +1 -1
  174. package/esm/core/helpers/checker/is-url.d.ts +1 -1
  175. package/esm/core/helpers/checker/is-url.js +1 -1
  176. package/esm/core/helpers/checker/is-valid-name.d.ts +1 -1
  177. package/esm/core/helpers/checker/is-valid-name.js +1 -1
  178. package/esm/core/helpers/checker/is-view-object.d.ts +1 -1
  179. package/esm/core/helpers/checker/is-view-object.js +1 -1
  180. package/esm/core/helpers/checker/is-void.d.ts +1 -1
  181. package/esm/core/helpers/checker/is-void.js +1 -1
  182. package/esm/core/helpers/checker/is-window.d.ts +1 -1
  183. package/esm/core/helpers/checker/is-window.js +1 -1
  184. package/esm/core/helpers/color/color-to-hex.d.ts +1 -1
  185. package/esm/core/helpers/color/color-to-hex.js +1 -1
  186. package/esm/core/helpers/color/index.d.ts +1 -1
  187. package/esm/core/helpers/color/index.js +1 -1
  188. package/esm/core/helpers/html/apply-styles.d.ts +1 -1
  189. package/esm/core/helpers/html/apply-styles.js +1 -1
  190. package/esm/core/helpers/html/clean-from-word.d.ts +1 -1
  191. package/esm/core/helpers/html/clean-from-word.js +1 -1
  192. package/esm/core/helpers/html/htmlspecialchars.d.ts +1 -1
  193. package/esm/core/helpers/html/htmlspecialchars.js +1 -1
  194. package/esm/core/helpers/html/index.d.ts +1 -1
  195. package/esm/core/helpers/html/index.js +1 -1
  196. package/esm/core/helpers/html/nl2br.d.ts +1 -1
  197. package/esm/core/helpers/html/nl2br.js +1 -1
  198. package/esm/core/helpers/html/safe-html.d.ts +1 -1
  199. package/esm/core/helpers/html/safe-html.js +1 -1
  200. package/esm/core/helpers/html/strip-tags.d.ts +1 -1
  201. package/esm/core/helpers/html/strip-tags.js +1 -1
  202. package/esm/core/helpers/index.d.ts +1 -1
  203. package/esm/core/helpers/index.js +1 -1
  204. package/esm/core/helpers/normalize/index.d.ts +1 -1
  205. package/esm/core/helpers/normalize/index.js +1 -1
  206. package/esm/core/helpers/normalize/normalize-color.d.ts +1 -1
  207. package/esm/core/helpers/normalize/normalize-color.js +1 -1
  208. package/esm/core/helpers/normalize/normalize-css-value.d.ts +1 -1
  209. package/esm/core/helpers/normalize/normalize-css-value.js +1 -1
  210. package/esm/core/helpers/normalize/normalize-key-aliases.d.ts +1 -1
  211. package/esm/core/helpers/normalize/normalize-key-aliases.js +1 -1
  212. package/esm/core/helpers/normalize/normalize-license.d.ts +1 -1
  213. package/esm/core/helpers/normalize/normalize-license.js +1 -1
  214. package/esm/core/helpers/normalize/normalize-path.d.ts +1 -1
  215. package/esm/core/helpers/normalize/normalize-path.js +1 -1
  216. package/esm/core/helpers/normalize/normalize-relative-path.d.ts +1 -1
  217. package/esm/core/helpers/normalize/normalize-relative-path.js +1 -1
  218. package/esm/core/helpers/normalize/normalize-size.d.ts +1 -1
  219. package/esm/core/helpers/normalize/normalize-size.js +1 -1
  220. package/esm/core/helpers/normalize/normalize-url.d.ts +1 -1
  221. package/esm/core/helpers/normalize/normalize-url.js +1 -1
  222. package/esm/core/helpers/size/get-content-width.d.ts +1 -1
  223. package/esm/core/helpers/size/get-content-width.js +1 -1
  224. package/esm/core/helpers/size/get-scroll-parent.d.ts +1 -1
  225. package/esm/core/helpers/size/get-scroll-parent.js +1 -1
  226. package/esm/core/helpers/size/index.d.ts +1 -1
  227. package/esm/core/helpers/size/index.js +1 -1
  228. package/esm/core/helpers/size/inner-width.d.ts +1 -1
  229. package/esm/core/helpers/size/inner-width.js +1 -1
  230. package/esm/core/helpers/size/object-size.d.ts +1 -1
  231. package/esm/core/helpers/size/object-size.js +1 -1
  232. package/esm/core/helpers/size/offset.d.ts +1 -1
  233. package/esm/core/helpers/size/offset.js +1 -1
  234. package/esm/core/helpers/size/position.d.ts +1 -1
  235. package/esm/core/helpers/size/position.js +1 -1
  236. package/esm/core/helpers/string/camel-case.d.ts +1 -1
  237. package/esm/core/helpers/string/camel-case.js +1 -1
  238. package/esm/core/helpers/string/fuzzy-search-index.d.ts +1 -1
  239. package/esm/core/helpers/string/fuzzy-search-index.js +1 -1
  240. package/esm/core/helpers/string/i18n.d.ts +1 -1
  241. package/esm/core/helpers/string/i18n.js +1 -1
  242. package/esm/core/helpers/string/index.d.ts +1 -1
  243. package/esm/core/helpers/string/index.js +1 -1
  244. package/esm/core/helpers/string/kebab-case.d.ts +1 -1
  245. package/esm/core/helpers/string/kebab-case.js +1 -1
  246. package/esm/core/helpers/string/stringify.d.ts +1 -1
  247. package/esm/core/helpers/string/stringify.js +1 -1
  248. package/esm/core/helpers/string/trim.d.ts +1 -1
  249. package/esm/core/helpers/string/trim.js +1 -1
  250. package/esm/core/helpers/string/ucfirst.d.ts +1 -1
  251. package/esm/core/helpers/string/ucfirst.js +1 -1
  252. package/esm/core/helpers/utils/align.d.ts +1 -1
  253. package/esm/core/helpers/utils/align.js +1 -1
  254. package/esm/core/helpers/utils/append-script.d.ts +1 -1
  255. package/esm/core/helpers/utils/append-script.js +1 -1
  256. package/esm/core/helpers/utils/assert.d.ts +1 -1
  257. package/esm/core/helpers/utils/assert.js +1 -1
  258. package/esm/core/helpers/utils/attr.d.ts +1 -1
  259. package/esm/core/helpers/utils/attr.js +1 -1
  260. package/esm/core/helpers/utils/browser.d.ts +1 -1
  261. package/esm/core/helpers/utils/browser.js +1 -1
  262. package/esm/core/helpers/utils/build-query.d.ts +1 -1
  263. package/esm/core/helpers/utils/build-query.js +1 -1
  264. package/esm/core/helpers/utils/complete-url.d.ts +1 -1
  265. package/esm/core/helpers/utils/complete-url.js +1 -1
  266. package/esm/core/helpers/utils/config-proto.d.ts +1 -1
  267. package/esm/core/helpers/utils/config-proto.js +1 -1
  268. package/esm/core/helpers/utils/convert-media-url-to-video-embed.d.ts +1 -1
  269. package/esm/core/helpers/utils/convert-media-url-to-video-embed.js +1 -1
  270. package/esm/core/helpers/utils/css.d.ts +1 -1
  271. package/esm/core/helpers/utils/css.js +1 -1
  272. package/esm/core/helpers/utils/ctrl-key.d.ts +1 -1
  273. package/esm/core/helpers/utils/ctrl-key.js +1 -1
  274. package/esm/core/helpers/utils/data-bind.d.ts +1 -1
  275. package/esm/core/helpers/utils/data-bind.js +1 -1
  276. package/esm/core/helpers/utils/default-language.d.ts +1 -1
  277. package/esm/core/helpers/utils/default-language.js +1 -1
  278. package/esm/core/helpers/utils/error/error.d.ts +1 -1
  279. package/esm/core/helpers/utils/error/error.js +1 -1
  280. package/esm/core/helpers/utils/error/errors/abort-error.d.ts +1 -1
  281. package/esm/core/helpers/utils/error/errors/abort-error.js +1 -1
  282. package/esm/core/helpers/utils/error/errors/connection-error.d.ts +1 -1
  283. package/esm/core/helpers/utils/error/errors/connection-error.js +1 -1
  284. package/esm/core/helpers/utils/error/errors/index.d.ts +1 -1
  285. package/esm/core/helpers/utils/error/errors/index.js +1 -1
  286. package/esm/core/helpers/utils/error/errors/options-error.d.ts +1 -1
  287. package/esm/core/helpers/utils/error/errors/options-error.js +1 -1
  288. package/esm/core/helpers/utils/error/index.d.ts +1 -1
  289. package/esm/core/helpers/utils/error/index.js +1 -1
  290. package/esm/core/helpers/utils/extend.d.ts +1 -1
  291. package/esm/core/helpers/utils/extend.js +1 -1
  292. package/esm/core/helpers/utils/get-class-name.d.ts +1 -1
  293. package/esm/core/helpers/utils/get-class-name.js +1 -1
  294. package/esm/core/helpers/utils/get.d.ts +1 -1
  295. package/esm/core/helpers/utils/get.js +1 -1
  296. package/esm/core/helpers/utils/human-size-to-bytes.d.ts +1 -1
  297. package/esm/core/helpers/utils/human-size-to-bytes.js +1 -1
  298. package/esm/core/helpers/utils/index.d.ts +1 -1
  299. package/esm/core/helpers/utils/index.js +1 -1
  300. package/esm/core/helpers/utils/mark-deprecated.d.ts +1 -1
  301. package/esm/core/helpers/utils/mark-deprecated.js +1 -1
  302. package/esm/core/helpers/utils/parse-query.d.ts +1 -1
  303. package/esm/core/helpers/utils/parse-query.js +1 -1
  304. package/esm/core/helpers/utils/print.d.ts +1 -1
  305. package/esm/core/helpers/utils/print.js +1 -1
  306. package/esm/core/helpers/utils/reset.d.ts +1 -1
  307. package/esm/core/helpers/utils/reset.js +1 -1
  308. package/esm/core/helpers/utils/scroll-into-view.d.ts +1 -1
  309. package/esm/core/helpers/utils/scroll-into-view.js +1 -1
  310. package/esm/core/helpers/utils/selector.d.ts +1 -1
  311. package/esm/core/helpers/utils/selector.js +1 -1
  312. package/esm/core/helpers/utils/set.d.ts +1 -1
  313. package/esm/core/helpers/utils/set.js +1 -1
  314. package/esm/core/helpers/utils/stack.d.ts +1 -1
  315. package/esm/core/helpers/utils/stack.js +1 -1
  316. package/esm/core/helpers/utils/utils.d.ts +1 -1
  317. package/esm/core/helpers/utils/utils.js +1 -1
  318. package/esm/core/plugin/helpers/init-instance.d.ts +1 -1
  319. package/esm/core/plugin/helpers/init-instance.js +1 -1
  320. package/esm/core/plugin/helpers/load.d.ts +1 -1
  321. package/esm/core/plugin/helpers/load.js +1 -1
  322. package/esm/core/plugin/helpers/make-instance.d.ts +1 -1
  323. package/esm/core/plugin/helpers/make-instance.js +1 -1
  324. package/esm/core/plugin/helpers/utils.d.ts +1 -1
  325. package/esm/core/plugin/helpers/utils.js +1 -1
  326. package/esm/core/plugin/index.d.ts +1 -1
  327. package/esm/core/plugin/index.js +1 -1
  328. package/esm/core/plugin/interface.d.ts +1 -1
  329. package/esm/core/plugin/plugin-system.d.ts +1 -1
  330. package/esm/core/plugin/plugin-system.js +1 -1
  331. package/esm/core/plugin/plugin.d.ts +1 -1
  332. package/esm/core/plugin/plugin.js +1 -1
  333. package/esm/core/request/ajax.d.ts +1 -1
  334. package/esm/core/request/ajax.js +1 -1
  335. package/esm/core/request/config.d.ts +1 -1
  336. package/esm/core/request/config.js +1 -1
  337. package/esm/core/request/index.d.ts +1 -1
  338. package/esm/core/request/index.js +1 -1
  339. package/esm/core/request/response.d.ts +1 -1
  340. package/esm/core/request/response.js +1 -1
  341. package/esm/core/selection/helpers/index.d.ts +1 -1
  342. package/esm/core/selection/helpers/index.js +1 -1
  343. package/esm/core/selection/helpers/move-node-inside-start.d.ts +1 -1
  344. package/esm/core/selection/helpers/move-node-inside-start.js +1 -1
  345. package/esm/core/selection/helpers/move-the-node-along-the-edge-outward.d.ts +1 -1
  346. package/esm/core/selection/helpers/move-the-node-along-the-edge-outward.js +1 -1
  347. package/esm/core/selection/index.d.ts +1 -1
  348. package/esm/core/selection/index.js +1 -1
  349. package/esm/core/selection/interface.d.ts +1 -1
  350. package/esm/core/selection/interface.js +1 -1
  351. package/esm/core/selection/selection.d.ts +1 -1
  352. package/esm/core/selection/selection.js +1 -1
  353. package/esm/core/selection/style/api/extract.d.ts +1 -1
  354. package/esm/core/selection/style/api/extract.js +1 -1
  355. package/esm/core/selection/style/api/finite-state-machine.d.ts +1 -1
  356. package/esm/core/selection/style/api/finite-state-machine.js +1 -1
  357. package/esm/core/selection/style/api/get-suit-child.d.ts +1 -1
  358. package/esm/core/selection/style/api/get-suit-child.js +1 -1
  359. package/esm/core/selection/style/api/get-suit-parent.d.ts +1 -1
  360. package/esm/core/selection/style/api/get-suit-parent.js +1 -1
  361. package/esm/core/selection/style/api/has-same-style.d.ts +1 -1
  362. package/esm/core/selection/style/api/has-same-style.js +1 -1
  363. package/esm/core/selection/style/api/index.d.ts +1 -1
  364. package/esm/core/selection/style/api/index.js +1 -1
  365. package/esm/core/selection/style/api/is-inside-invisible-element.d.ts +1 -1
  366. package/esm/core/selection/style/api/is-inside-invisible-element.js +1 -1
  367. package/esm/core/selection/style/api/is-normal-node.d.ts +1 -1
  368. package/esm/core/selection/style/api/is-normal-node.js +1 -1
  369. package/esm/core/selection/style/api/is-same-attributes.d.ts +1 -1
  370. package/esm/core/selection/style/api/is-same-attributes.js +1 -1
  371. package/esm/core/selection/style/api/is-suit-element.d.ts +1 -1
  372. package/esm/core/selection/style/api/list/toggle-ordered-list.d.ts +1 -1
  373. package/esm/core/selection/style/api/list/toggle-ordered-list.js +1 -1
  374. package/esm/core/selection/style/api/list/wrap-list.d.ts +1 -1
  375. package/esm/core/selection/style/api/list/wrap-list.js +1 -1
  376. package/esm/core/selection/style/api/toggle-attributes.d.ts +1 -1
  377. package/esm/core/selection/style/api/toggle-attributes.js +1 -1
  378. package/esm/core/selection/style/api/unwrap-children.d.ts +1 -1
  379. package/esm/core/selection/style/api/unwrap-children.js +1 -1
  380. package/esm/core/selection/style/api/wrap-unwrapped-text.d.ts +1 -1
  381. package/esm/core/selection/style/api/wrap-unwrapped-text.js +1 -1
  382. package/esm/core/selection/style/api/wrap.d.ts +1 -1
  383. package/esm/core/selection/style/api/wrap.js +1 -1
  384. package/esm/core/selection/style/apply-style.d.ts +1 -1
  385. package/esm/core/selection/style/apply-style.js +1 -1
  386. package/esm/core/selection/style/commit-style.d.ts +1 -1
  387. package/esm/core/selection/style/commit-style.js +1 -1
  388. package/esm/core/selection/style/constants.d.ts +1 -1
  389. package/esm/core/selection/style/constants.js +1 -1
  390. package/esm/core/selection/style/transactions.d.ts +1 -1
  391. package/esm/core/selection/style/transactions.js +1 -1
  392. package/esm/core/storage/engines/local-storage-provider.d.ts +1 -1
  393. package/esm/core/storage/engines/local-storage-provider.js +1 -1
  394. package/esm/core/storage/engines/memory-storage-provider.d.ts +1 -1
  395. package/esm/core/storage/engines/memory-storage-provider.js +1 -1
  396. package/esm/core/storage/index.d.ts +1 -1
  397. package/esm/core/storage/index.js +1 -1
  398. package/esm/core/storage/storage.d.ts +1 -1
  399. package/esm/core/storage/storage.js +1 -1
  400. package/esm/core/traits/dlgs.d.ts +1 -1
  401. package/esm/core/traits/dlgs.js +1 -1
  402. package/esm/core/traits/elms.d.ts +1 -1
  403. package/esm/core/traits/elms.js +1 -1
  404. package/esm/core/traits/mods.d.ts +1 -1
  405. package/esm/core/traits/mods.js +1 -1
  406. package/esm/core/ui/button/button/button.d.ts +1 -1
  407. package/esm/core/ui/button/button/button.js +1 -1
  408. package/esm/core/ui/button/group/group.d.ts +1 -1
  409. package/esm/core/ui/button/group/group.js +1 -1
  410. package/esm/core/ui/button/index.d.ts +1 -1
  411. package/esm/core/ui/button/index.js +1 -1
  412. package/esm/core/ui/button/tooltip/tooltip.d.ts +1 -1
  413. package/esm/core/ui/button/tooltip/tooltip.js +1 -1
  414. package/esm/core/ui/element.d.ts +1 -1
  415. package/esm/core/ui/element.js +1 -1
  416. package/esm/core/ui/form/block/block.d.ts +1 -1
  417. package/esm/core/ui/form/block/block.js +1 -1
  418. package/esm/core/ui/form/form.d.ts +1 -1
  419. package/esm/core/ui/form/form.js +1 -1
  420. package/esm/core/ui/form/index.d.ts +1 -1
  421. package/esm/core/ui/form/index.js +1 -1
  422. package/esm/core/ui/form/inputs/area/area.d.ts +1 -1
  423. package/esm/core/ui/form/inputs/area/area.js +1 -1
  424. package/esm/core/ui/form/inputs/checkbox/checkbox.d.ts +1 -1
  425. package/esm/core/ui/form/inputs/checkbox/checkbox.js +1 -1
  426. package/esm/core/ui/form/inputs/file/file.d.ts +1 -1
  427. package/esm/core/ui/form/inputs/file/file.js +1 -1
  428. package/esm/core/ui/form/inputs/index.d.ts +1 -1
  429. package/esm/core/ui/form/inputs/index.js +1 -1
  430. package/esm/core/ui/form/inputs/input/input.d.ts +1 -1
  431. package/esm/core/ui/form/inputs/input/input.js +1 -1
  432. package/esm/core/ui/form/inputs/select/select.d.ts +1 -1
  433. package/esm/core/ui/form/inputs/select/select.js +1 -1
  434. package/esm/core/ui/form/validators/index.d.ts +1 -1
  435. package/esm/core/ui/form/validators/index.js +1 -1
  436. package/esm/core/ui/form/validators/input.d.ts +1 -1
  437. package/esm/core/ui/form/validators/input.js +1 -1
  438. package/esm/core/ui/form/validators/select.d.ts +1 -1
  439. package/esm/core/ui/form/validators/select.js +1 -1
  440. package/esm/core/ui/group/group.d.ts +1 -1
  441. package/esm/core/ui/group/group.js +1 -1
  442. package/esm/core/ui/group/index.d.ts +1 -1
  443. package/esm/core/ui/group/index.js +1 -1
  444. package/esm/core/ui/group/list.d.ts +1 -1
  445. package/esm/core/ui/group/list.js +1 -1
  446. package/esm/core/ui/group/separator.d.ts +1 -1
  447. package/esm/core/ui/group/separator.js +1 -1
  448. package/esm/core/ui/group/spacer.d.ts +1 -1
  449. package/esm/core/ui/group/spacer.js +1 -1
  450. package/esm/core/ui/helpers/buttons.d.ts +1 -1
  451. package/esm/core/ui/helpers/buttons.js +1 -1
  452. package/esm/core/ui/helpers/get-control-type.d.ts +1 -1
  453. package/esm/core/ui/helpers/get-control-type.js +1 -1
  454. package/esm/core/ui/helpers/get-strong-control-types.d.ts +1 -1
  455. package/esm/core/ui/helpers/get-strong-control-types.js +1 -1
  456. package/esm/core/ui/icon.d.ts +1 -1
  457. package/esm/core/ui/icon.js +1 -1
  458. package/esm/core/ui/index.d.ts +1 -1
  459. package/esm/core/ui/index.js +1 -1
  460. package/esm/core/ui/popup/index.d.ts +1 -1
  461. package/esm/core/ui/popup/index.js +1 -1
  462. package/esm/core/ui/popup/popup.d.ts +1 -1
  463. package/esm/core/ui/popup/popup.js +1 -1
  464. package/esm/core/ui/progress-bar/progress-bar.d.ts +1 -1
  465. package/esm/core/ui/progress-bar/progress-bar.js +1 -1
  466. package/esm/core/view/view-with-toolbar.d.ts +1 -1
  467. package/esm/core/view/view-with-toolbar.js +1 -1
  468. package/esm/core/view/view.d.ts +1 -1
  469. package/esm/core/view/view.js +1 -1
  470. package/esm/index.d.ts +1 -1
  471. package/esm/index.js +1 -1
  472. package/esm/jodit.d.ts +1 -1
  473. package/esm/jodit.js +1 -1
  474. package/esm/langs/ar.js +1 -1
  475. package/esm/langs/cs_cz.js +1 -1
  476. package/esm/langs/de.js +1 -1
  477. package/esm/langs/en.js +1 -1
  478. package/esm/langs/es.js +1 -1
  479. package/esm/langs/fa.js +1 -1
  480. package/esm/langs/fi.js +1 -1
  481. package/esm/langs/fr.js +1 -1
  482. package/esm/langs/he.js +1 -1
  483. package/esm/langs/hu.js +1 -1
  484. package/esm/langs/id.js +1 -1
  485. package/esm/langs/it.js +1 -1
  486. package/esm/langs/ja.js +1 -1
  487. package/esm/langs/keys.js +1 -1
  488. package/esm/langs/ko.js +1 -1
  489. package/esm/langs/mn.js +1 -1
  490. package/esm/langs/nl.js +1 -1
  491. package/esm/langs/pl.js +1 -1
  492. package/esm/langs/pt_br.js +1 -1
  493. package/esm/langs/ru.js +1 -1
  494. package/esm/langs/tr.js +1 -1
  495. package/esm/langs/ua.js +1 -1
  496. package/esm/langs/zh_cn.js +1 -1
  497. package/esm/langs/zh_tw.js +1 -1
  498. package/esm/languages.d.ts +1 -1
  499. package/esm/languages.js +1 -1
  500. package/esm/modules/context-menu/context-menu.d.ts +1 -1
  501. package/esm/modules/context-menu/context-menu.js +1 -1
  502. package/esm/modules/dialog/alert.d.ts +1 -1
  503. package/esm/modules/dialog/alert.js +1 -1
  504. package/esm/modules/dialog/confirm.d.ts +1 -1
  505. package/esm/modules/dialog/confirm.js +1 -1
  506. package/esm/modules/dialog/dialog.d.ts +1 -1
  507. package/esm/modules/dialog/dialog.js +1 -1
  508. package/esm/modules/dialog/index.d.ts +1 -1
  509. package/esm/modules/dialog/index.js +1 -1
  510. package/esm/modules/dialog/prompt.d.ts +1 -1
  511. package/esm/modules/dialog/prompt.js +1 -1
  512. package/esm/modules/file-browser/builders/context-menu.d.ts +1 -1
  513. package/esm/modules/file-browser/builders/context-menu.js +1 -1
  514. package/esm/modules/file-browser/builders/elements-map.d.ts +1 -1
  515. package/esm/modules/file-browser/builders/elements-map.js +1 -1
  516. package/esm/modules/file-browser/builders/item.d.ts +1 -1
  517. package/esm/modules/file-browser/builders/item.js +1 -1
  518. package/esm/modules/file-browser/config.d.ts +1 -1
  519. package/esm/modules/file-browser/config.js +1 -1
  520. package/esm/modules/file-browser/data-provider.d.ts +1 -1
  521. package/esm/modules/file-browser/data-provider.js +1 -1
  522. package/esm/modules/file-browser/factories.d.ts +1 -1
  523. package/esm/modules/file-browser/factories.js +1 -1
  524. package/esm/modules/file-browser/fetch/delete-file.d.ts +1 -1
  525. package/esm/modules/file-browser/fetch/delete-file.js +1 -1
  526. package/esm/modules/file-browser/fetch/load-items.d.ts +1 -1
  527. package/esm/modules/file-browser/fetch/load-items.js +1 -1
  528. package/esm/modules/file-browser/fetch/load-tree.d.ts +1 -1
  529. package/esm/modules/file-browser/fetch/load-tree.js +1 -1
  530. package/esm/modules/file-browser/file-browser.d.ts +1 -1
  531. package/esm/modules/file-browser/file-browser.js +1 -1
  532. package/esm/modules/file-browser/index.d.ts +1 -1
  533. package/esm/modules/file-browser/index.js +1 -1
  534. package/esm/modules/file-browser/listeners/native-listeners.d.ts +1 -1
  535. package/esm/modules/file-browser/listeners/native-listeners.js +1 -1
  536. package/esm/modules/file-browser/listeners/self-listeners.d.ts +1 -1
  537. package/esm/modules/file-browser/listeners/self-listeners.js +1 -1
  538. package/esm/modules/file-browser/listeners/state-listeners.d.ts +1 -1
  539. package/esm/modules/file-browser/listeners/state-listeners.js +1 -1
  540. package/esm/modules/file-browser/ui/files/files.d.ts +1 -1
  541. package/esm/modules/file-browser/ui/files/files.js +1 -1
  542. package/esm/modules/file-browser/ui/index.d.ts +1 -1
  543. package/esm/modules/file-browser/ui/index.js +1 -1
  544. package/esm/modules/file-browser/ui/tree/tree.d.ts +1 -1
  545. package/esm/modules/file-browser/ui/tree/tree.js +1 -1
  546. package/esm/modules/history/command.d.ts +1 -1
  547. package/esm/modules/history/command.js +1 -1
  548. package/esm/modules/history/history.d.ts +1 -1
  549. package/esm/modules/history/history.js +1 -1
  550. package/esm/modules/history/snapshot.d.ts +1 -1
  551. package/esm/modules/history/snapshot.js +1 -1
  552. package/esm/modules/history/stack.d.ts +1 -1
  553. package/esm/modules/history/stack.js +1 -1
  554. package/esm/modules/image-editor/config.d.ts +1 -1
  555. package/esm/modules/image-editor/config.js +1 -1
  556. package/esm/modules/image-editor/image-editor.d.ts +1 -1
  557. package/esm/modules/image-editor/image-editor.js +1 -1
  558. package/esm/modules/image-editor/templates/form.d.ts +1 -1
  559. package/esm/modules/image-editor/templates/form.js +1 -1
  560. package/esm/modules/index.d.ts +1 -1
  561. package/esm/modules/index.js +1 -1
  562. package/esm/modules/messages/message.d.ts +1 -1
  563. package/esm/modules/messages/message.js +1 -1
  564. package/esm/modules/messages/messages.d.ts +1 -1
  565. package/esm/modules/messages/messages.js +1 -1
  566. package/esm/modules/status-bar/status-bar.d.ts +1 -1
  567. package/esm/modules/status-bar/status-bar.js +1 -1
  568. package/esm/modules/table/table.d.ts +1 -1
  569. package/esm/modules/table/table.js +1 -1
  570. package/esm/modules/toolbar/button/button.d.ts +1 -1
  571. package/esm/modules/toolbar/button/button.js +1 -1
  572. package/esm/modules/toolbar/button/content.d.ts +1 -1
  573. package/esm/modules/toolbar/button/content.js +1 -1
  574. package/esm/modules/toolbar/button/index.d.ts +1 -1
  575. package/esm/modules/toolbar/button/index.js +1 -1
  576. package/esm/modules/toolbar/button/select/select.d.ts +1 -1
  577. package/esm/modules/toolbar/button/select/select.js +1 -1
  578. package/esm/modules/toolbar/collection/collection.d.ts +1 -1
  579. package/esm/modules/toolbar/collection/collection.js +1 -1
  580. package/esm/modules/toolbar/collection/editor-collection.d.ts +1 -1
  581. package/esm/modules/toolbar/collection/editor-collection.js +1 -1
  582. package/esm/modules/toolbar/factory.d.ts +1 -1
  583. package/esm/modules/toolbar/factory.js +1 -1
  584. package/esm/modules/uploader/config.d.ts +1 -1
  585. package/esm/modules/uploader/config.js +1 -1
  586. package/esm/modules/uploader/helpers/build-data.d.ts +1 -1
  587. package/esm/modules/uploader/helpers/build-data.js +1 -1
  588. package/esm/modules/uploader/helpers/data-uri-to-blob.d.ts +1 -1
  589. package/esm/modules/uploader/helpers/data-uri-to-blob.js +1 -1
  590. package/esm/modules/uploader/helpers/index.d.ts +1 -1
  591. package/esm/modules/uploader/helpers/index.js +1 -1
  592. package/esm/modules/uploader/helpers/process-old-browser-drag.d.ts +1 -1
  593. package/esm/modules/uploader/helpers/process-old-browser-drag.js +1 -1
  594. package/esm/modules/uploader/helpers/send-files.d.ts +1 -1
  595. package/esm/modules/uploader/helpers/send-files.js +1 -1
  596. package/esm/modules/uploader/helpers/send.d.ts +1 -1
  597. package/esm/modules/uploader/helpers/send.js +1 -1
  598. package/esm/modules/uploader/uploader.d.ts +1 -1
  599. package/esm/modules/uploader/uploader.js +1 -1
  600. package/esm/modules/widget/color-picker/color-picker.d.ts +1 -1
  601. package/esm/modules/widget/color-picker/color-picker.js +1 -1
  602. package/esm/modules/widget/file-selector/file-selector.d.ts +1 -1
  603. package/esm/modules/widget/file-selector/file-selector.js +1 -1
  604. package/esm/modules/widget/index.d.ts +1 -1
  605. package/esm/modules/widget/index.js +1 -1
  606. package/esm/modules/widget/tabs/tabs.d.ts +1 -1
  607. package/esm/modules/widget/tabs/tabs.js +1 -1
  608. package/esm/plugins/about/about.d.ts +1 -1
  609. package/esm/plugins/about/about.js +1 -1
  610. package/esm/plugins/add-new-line/add-new-line.d.ts +1 -1
  611. package/esm/plugins/add-new-line/add-new-line.js +1 -1
  612. package/esm/plugins/add-new-line/config.d.ts +1 -1
  613. package/esm/plugins/add-new-line/config.js +1 -1
  614. package/esm/plugins/ai-assistant/ai-assistant.d.ts +1 -1
  615. package/esm/plugins/ai-assistant/ai-assistant.js +1 -1
  616. package/esm/plugins/ai-assistant/config.d.ts +1 -1
  617. package/esm/plugins/ai-assistant/config.js +1 -1
  618. package/esm/plugins/ai-assistant/langs/en.js +1 -1
  619. package/esm/plugins/ai-assistant/langs/es.js +1 -1
  620. package/esm/plugins/ai-assistant/langs/index.d.ts +1 -1
  621. package/esm/plugins/ai-assistant/langs/index.js +1 -1
  622. package/esm/plugins/ai-assistant/ui/ui-ai-assistant.d.ts +1 -1
  623. package/esm/plugins/ai-assistant/ui/ui-ai-assistant.js +1 -1
  624. package/esm/plugins/backspace/backspace.d.ts +1 -1
  625. package/esm/plugins/backspace/backspace.js +1 -1
  626. package/esm/plugins/backspace/cases/check-join-neighbors.d.ts +1 -1
  627. package/esm/plugins/backspace/cases/check-join-neighbors.js +1 -1
  628. package/esm/plugins/backspace/cases/check-join-two-lists.d.ts +1 -1
  629. package/esm/plugins/backspace/cases/check-join-two-lists.js +1 -1
  630. package/esm/plugins/backspace/cases/check-not-collapsed.d.ts +1 -1
  631. package/esm/plugins/backspace/cases/check-not-collapsed.js +1 -1
  632. package/esm/plugins/backspace/cases/check-remove-char.d.ts +1 -1
  633. package/esm/plugins/backspace/cases/check-remove-char.js +1 -1
  634. package/esm/plugins/backspace/cases/check-remove-content-not-editable.d.ts +1 -1
  635. package/esm/plugins/backspace/cases/check-remove-content-not-editable.js +1 -1
  636. package/esm/plugins/backspace/cases/check-remove-empty-neighbor.d.ts +1 -1
  637. package/esm/plugins/backspace/cases/check-remove-empty-neighbor.js +1 -1
  638. package/esm/plugins/backspace/cases/check-remove-empty-parent.d.ts +1 -1
  639. package/esm/plugins/backspace/cases/check-remove-empty-parent.js +1 -1
  640. package/esm/plugins/backspace/cases/check-remove-unbreakable-element.d.ts +1 -1
  641. package/esm/plugins/backspace/cases/check-remove-unbreakable-element.js +1 -1
  642. package/esm/plugins/backspace/cases/check-table-cell.d.ts +1 -1
  643. package/esm/plugins/backspace/cases/check-table-cell.js +1 -1
  644. package/esm/plugins/backspace/cases/check-unwrap-first-list-item.d.ts +1 -1
  645. package/esm/plugins/backspace/cases/check-unwrap-first-list-item.js +1 -1
  646. package/esm/plugins/backspace/cases/index.d.ts +1 -1
  647. package/esm/plugins/backspace/cases/index.js +1 -1
  648. package/esm/plugins/backspace/config.d.ts +1 -1
  649. package/esm/plugins/backspace/config.js +1 -1
  650. package/esm/plugins/backspace/helpers.d.ts +1 -1
  651. package/esm/plugins/backspace/helpers.js +1 -1
  652. package/esm/plugins/backspace/interface.d.ts +1 -1
  653. package/esm/plugins/backspace/interface.js +1 -1
  654. package/esm/plugins/bold/bold.d.ts +1 -1
  655. package/esm/plugins/bold/bold.js +1 -1
  656. package/esm/plugins/bold/config.d.ts +1 -1
  657. package/esm/plugins/bold/config.js +1 -1
  658. package/esm/plugins/bold/interface.d.ts +1 -1
  659. package/esm/plugins/class-span/class-span.d.ts +1 -1
  660. package/esm/plugins/class-span/class-span.js +1 -1
  661. package/esm/plugins/clean-html/clean-html.d.ts +1 -1
  662. package/esm/plugins/clean-html/clean-html.js +1 -1
  663. package/esm/plugins/clean-html/config.d.ts +1 -1
  664. package/esm/plugins/clean-html/config.js +1 -1
  665. package/esm/plugins/clean-html/helpers/get-hash.d.ts +1 -1
  666. package/esm/plugins/clean-html/helpers/get-hash.js +1 -1
  667. package/esm/plugins/clean-html/helpers/index.d.ts +1 -1
  668. package/esm/plugins/clean-html/helpers/index.js +1 -1
  669. package/esm/plugins/clean-html/helpers/remove-format/remove-format-for-collapsed-selection.d.ts +1 -1
  670. package/esm/plugins/clean-html/helpers/remove-format/remove-format-for-collapsed-selection.js +1 -1
  671. package/esm/plugins/clean-html/helpers/remove-format/remove-format-for-selection.d.ts +1 -1
  672. package/esm/plugins/clean-html/helpers/remove-format/remove-format-for-selection.js +1 -1
  673. package/esm/plugins/clean-html/helpers/visitor/filters/allow-attributes.d.ts +1 -1
  674. package/esm/plugins/clean-html/helpers/visitor/filters/allow-attributes.js +1 -1
  675. package/esm/plugins/clean-html/helpers/visitor/filters/fill-empty-paragraph.d.ts +1 -1
  676. package/esm/plugins/clean-html/helpers/visitor/filters/fill-empty-paragraph.js +1 -1
  677. package/esm/plugins/clean-html/helpers/visitor/filters/index.d.ts +1 -1
  678. package/esm/plugins/clean-html/helpers/visitor/filters/index.js +1 -1
  679. package/esm/plugins/clean-html/helpers/visitor/filters/remove-empty-text-node.d.ts +1 -1
  680. package/esm/plugins/clean-html/helpers/visitor/filters/remove-empty-text-node.js +1 -1
  681. package/esm/plugins/clean-html/helpers/visitor/filters/remove-inv-text-nodes.d.ts +1 -1
  682. package/esm/plugins/clean-html/helpers/visitor/filters/remove-inv-text-nodes.js +1 -1
  683. package/esm/plugins/clean-html/helpers/visitor/filters/replace-old-tags.d.ts +1 -1
  684. package/esm/plugins/clean-html/helpers/visitor/filters/replace-old-tags.js +1 -1
  685. package/esm/plugins/clean-html/helpers/visitor/filters/sanitize-attributes.d.ts +1 -1
  686. package/esm/plugins/clean-html/helpers/visitor/filters/sanitize-attributes.js +1 -1
  687. package/esm/plugins/clean-html/helpers/visitor/filters/try-remove-node.d.ts +1 -1
  688. package/esm/plugins/clean-html/helpers/visitor/filters/try-remove-node.js +1 -1
  689. package/esm/plugins/clean-html/helpers/visitor/visit-node-walker.d.ts +1 -1
  690. package/esm/plugins/clean-html/helpers/visitor/visit-node-walker.js +1 -1
  691. package/esm/plugins/clipboard/clipboard.d.ts +1 -1
  692. package/esm/plugins/clipboard/clipboard.js +1 -1
  693. package/esm/plugins/clipboard/config.d.ts +1 -1
  694. package/esm/plugins/clipboard/config.js +1 -1
  695. package/esm/plugins/color/color.d.ts +1 -1
  696. package/esm/plugins/color/color.js +1 -1
  697. package/esm/plugins/color/config.d.ts +1 -1
  698. package/esm/plugins/color/config.js +1 -1
  699. package/esm/plugins/copy-format/copy-format.d.ts +1 -1
  700. package/esm/plugins/copy-format/copy-format.js +1 -1
  701. package/esm/plugins/copy-format/langs/ar.js +1 -1
  702. package/esm/plugins/copy-format/langs/cs_cz.js +1 -1
  703. package/esm/plugins/copy-format/langs/de.js +1 -1
  704. package/esm/plugins/copy-format/langs/es.js +1 -1
  705. package/esm/plugins/copy-format/langs/fa.js +1 -1
  706. package/esm/plugins/copy-format/langs/fi.js +1 -1
  707. package/esm/plugins/copy-format/langs/fr.js +1 -1
  708. package/esm/plugins/copy-format/langs/he.js +1 -1
  709. package/esm/plugins/copy-format/langs/hu.js +1 -1
  710. package/esm/plugins/copy-format/langs/id.js +1 -1
  711. package/esm/plugins/copy-format/langs/index.d.ts +1 -1
  712. package/esm/plugins/copy-format/langs/index.js +1 -1
  713. package/esm/plugins/copy-format/langs/it.js +1 -1
  714. package/esm/plugins/copy-format/langs/ja.js +1 -1
  715. package/esm/plugins/copy-format/langs/ko.js +1 -1
  716. package/esm/plugins/copy-format/langs/mn.js +1 -1
  717. package/esm/plugins/copy-format/langs/nl.js +1 -1
  718. package/esm/plugins/copy-format/langs/pl.js +1 -1
  719. package/esm/plugins/copy-format/langs/pt_br.js +1 -1
  720. package/esm/plugins/copy-format/langs/ru.js +1 -1
  721. package/esm/plugins/copy-format/langs/tr.js +1 -1
  722. package/esm/plugins/copy-format/langs/zh_cn.js +1 -1
  723. package/esm/plugins/copy-format/langs/zh_tw.js +1 -1
  724. package/esm/plugins/debug/debug.d.ts +1 -1
  725. package/esm/plugins/delete/delete.d.ts +1 -1
  726. package/esm/plugins/delete/delete.js +1 -1
  727. package/esm/plugins/delete/interface.d.ts +1 -1
  728. package/esm/plugins/drag-and-drop/drag-and-drop.d.ts +1 -1
  729. package/esm/plugins/drag-and-drop/drag-and-drop.js +1 -1
  730. package/esm/plugins/drag-and-drop-element/config.d.ts +1 -1
  731. package/esm/plugins/drag-and-drop-element/config.js +1 -1
  732. package/esm/plugins/drag-and-drop-element/drag-and-drop-element.d.ts +1 -1
  733. package/esm/plugins/drag-and-drop-element/drag-and-drop-element.js +1 -1
  734. package/esm/plugins/dtd/after-insert/index.d.ts +1 -1
  735. package/esm/plugins/dtd/after-insert/index.js +1 -1
  736. package/esm/plugins/dtd/after-insert/remove-extra-br.d.ts +1 -1
  737. package/esm/plugins/dtd/after-insert/remove-extra-br.js +1 -1
  738. package/esm/plugins/dtd/before-insert/check-block-nesting.d.ts +1 -1
  739. package/esm/plugins/dtd/before-insert/check-block-nesting.js +1 -1
  740. package/esm/plugins/dtd/before-insert/index.d.ts +1 -1
  741. package/esm/plugins/dtd/before-insert/index.js +1 -1
  742. package/esm/plugins/dtd/config.d.ts +1 -1
  743. package/esm/plugins/dtd/config.js +1 -1
  744. package/esm/plugins/dtd/dtd.d.ts +1 -1
  745. package/esm/plugins/dtd/dtd.js +1 -1
  746. package/esm/plugins/enter/enter.d.ts +1 -1
  747. package/esm/plugins/enter/enter.js +1 -1
  748. package/esm/plugins/enter/helpers/check-br.d.ts +1 -1
  749. package/esm/plugins/enter/helpers/check-br.js +1 -1
  750. package/esm/plugins/enter/helpers/check-unsplittable-box.d.ts +1 -1
  751. package/esm/plugins/enter/helpers/check-unsplittable-box.js +1 -1
  752. package/esm/plugins/enter/helpers/get-block-wrapper.d.ts +1 -1
  753. package/esm/plugins/enter/helpers/get-block-wrapper.js +1 -1
  754. package/esm/plugins/enter/helpers/has-previous-block.d.ts +1 -1
  755. package/esm/plugins/enter/helpers/has-previous-block.js +1 -1
  756. package/esm/plugins/enter/helpers/index.d.ts +1 -1
  757. package/esm/plugins/enter/helpers/index.js +1 -1
  758. package/esm/plugins/enter/helpers/insert-paragraph.d.ts +1 -1
  759. package/esm/plugins/enter/helpers/insert-paragraph.js +1 -1
  760. package/esm/plugins/enter/helpers/move-cursor-out-from-specal-tags.d.ts +1 -1
  761. package/esm/plugins/enter/helpers/move-cursor-out-from-specal-tags.js +1 -1
  762. package/esm/plugins/enter/helpers/process-empty-li-leaf.d.ts +1 -1
  763. package/esm/plugins/enter/helpers/process-empty-li-leaf.js +1 -1
  764. package/esm/plugins/enter/helpers/split-fragment.d.ts +1 -1
  765. package/esm/plugins/enter/helpers/split-fragment.js +1 -1
  766. package/esm/plugins/enter/helpers/wrap-text.d.ts +1 -1
  767. package/esm/plugins/enter/helpers/wrap-text.js +1 -1
  768. package/esm/plugins/enter/interface.d.ts +1 -1
  769. package/esm/plugins/file/file.d.ts +1 -1
  770. package/esm/plugins/file/file.js +1 -1
  771. package/esm/plugins/focus/focus.d.ts +1 -1
  772. package/esm/plugins/focus/focus.js +1 -1
  773. package/esm/plugins/font/config.d.ts +1 -1
  774. package/esm/plugins/font/config.js +1 -1
  775. package/esm/plugins/font/font.d.ts +1 -1
  776. package/esm/plugins/font/font.js +1 -1
  777. package/esm/plugins/format-block/config.d.ts +1 -1
  778. package/esm/plugins/format-block/config.js +1 -1
  779. package/esm/plugins/format-block/format-block.d.ts +1 -1
  780. package/esm/plugins/format-block/format-block.js +1 -1
  781. package/esm/plugins/fullsize/config.d.ts +1 -1
  782. package/esm/plugins/fullsize/config.js +1 -1
  783. package/esm/plugins/fullsize/fullsize.d.ts +1 -1
  784. package/esm/plugins/fullsize/fullsize.js +1 -1
  785. package/esm/plugins/hotkeys/config.d.ts +1 -1
  786. package/esm/plugins/hotkeys/config.js +1 -1
  787. package/esm/plugins/hotkeys/hotkeys.d.ts +1 -1
  788. package/esm/plugins/hotkeys/hotkeys.js +1 -1
  789. package/esm/plugins/hr/hr.d.ts +1 -1
  790. package/esm/plugins/hr/hr.js +1 -1
  791. package/esm/plugins/iframe/config.d.ts +1 -1
  792. package/esm/plugins/iframe/config.js +1 -1
  793. package/esm/plugins/iframe/iframe.d.ts +1 -1
  794. package/esm/plugins/iframe/iframe.js +1 -1
  795. package/esm/plugins/image/image.d.ts +1 -1
  796. package/esm/plugins/image/image.js +1 -1
  797. package/esm/plugins/image-processor/config.d.ts +1 -1
  798. package/esm/plugins/image-processor/config.js +1 -1
  799. package/esm/plugins/image-processor/image-processor.d.ts +1 -1
  800. package/esm/plugins/image-processor/image-processor.js +1 -1
  801. package/esm/plugins/image-properties/config.d.ts +1 -1
  802. package/esm/plugins/image-properties/config.js +1 -1
  803. package/esm/plugins/image-properties/image-properties.d.ts +1 -1
  804. package/esm/plugins/image-properties/image-properties.js +1 -1
  805. package/esm/plugins/image-properties/interface.d.ts +1 -1
  806. package/esm/plugins/image-properties/readers/align.d.ts +1 -1
  807. package/esm/plugins/image-properties/readers/align.js +1 -1
  808. package/esm/plugins/image-properties/readers/index.d.ts +1 -1
  809. package/esm/plugins/image-properties/readers/index.js +1 -1
  810. package/esm/plugins/image-properties/readers/link.d.ts +1 -1
  811. package/esm/plugins/image-properties/readers/link.js +1 -1
  812. package/esm/plugins/image-properties/readers/margin.d.ts +1 -1
  813. package/esm/plugins/image-properties/readers/margin.js +1 -1
  814. package/esm/plugins/image-properties/readers/size.d.ts +1 -1
  815. package/esm/plugins/image-properties/readers/size.js +1 -1
  816. package/esm/plugins/image-properties/ui/ui-image-form.d.ts +1 -1
  817. package/esm/plugins/image-properties/ui/ui-image-form.js +1 -1
  818. package/esm/plugins/image-properties/ui/ui-image-main-tab.d.ts +1 -1
  819. package/esm/plugins/image-properties/ui/ui-image-main-tab.js +1 -1
  820. package/esm/plugins/image-properties/ui/ui-image-position-tab.d.ts +1 -1
  821. package/esm/plugins/image-properties/ui/ui-image-position-tab.js +1 -1
  822. package/esm/plugins/image-properties/utils/open-image-editor.d.ts +1 -1
  823. package/esm/plugins/image-properties/utils/open-image-editor.js +1 -1
  824. package/esm/plugins/image-properties/utils/open-image-popup.d.ts +1 -1
  825. package/esm/plugins/image-properties/utils/open-image-popup.js +1 -1
  826. package/esm/plugins/image-properties/utils/utils.d.ts +1 -1
  827. package/esm/plugins/image-properties/utils/utils.js +1 -1
  828. package/esm/plugins/image-properties/writers/index.d.ts +1 -1
  829. package/esm/plugins/image-properties/writers/index.js +1 -1
  830. package/esm/plugins/image-properties/writers/link.d.ts +1 -1
  831. package/esm/plugins/image-properties/writers/link.js +1 -1
  832. package/esm/plugins/image-properties/writers/margin.d.ts +1 -1
  833. package/esm/plugins/image-properties/writers/margin.js +1 -1
  834. package/esm/plugins/image-properties/writers/size.d.ts +1 -1
  835. package/esm/plugins/image-properties/writers/size.js +1 -1
  836. package/esm/plugins/indent/config.d.ts +1 -1
  837. package/esm/plugins/indent/config.js +1 -1
  838. package/esm/plugins/indent/helpers.d.ts +1 -1
  839. package/esm/plugins/indent/helpers.js +1 -1
  840. package/esm/plugins/indent/indent.d.ts +1 -1
  841. package/esm/plugins/indent/indent.js +1 -1
  842. package/esm/plugins/index.d.ts +1 -1
  843. package/esm/plugins/index.js +1 -1
  844. package/esm/plugins/inline-popup/config/config.d.ts +1 -1
  845. package/esm/plugins/inline-popup/config/config.js +1 -1
  846. package/esm/plugins/inline-popup/config/items/a.d.ts +1 -1
  847. package/esm/plugins/inline-popup/config/items/a.js +1 -1
  848. package/esm/plugins/inline-popup/config/items/cells.d.ts +1 -1
  849. package/esm/plugins/inline-popup/config/items/cells.js +1 -1
  850. package/esm/plugins/inline-popup/config/items/iframe.d.ts +1 -1
  851. package/esm/plugins/inline-popup/config/items/iframe.js +1 -1
  852. package/esm/plugins/inline-popup/config/items/img.d.ts +1 -1
  853. package/esm/plugins/inline-popup/config/items/img.js +1 -1
  854. package/esm/plugins/inline-popup/config/items/toolbar.d.ts +1 -1
  855. package/esm/plugins/inline-popup/config/items/toolbar.js +1 -1
  856. package/esm/plugins/inline-popup/inline-popup.d.ts +1 -1
  857. package/esm/plugins/inline-popup/inline-popup.js +1 -1
  858. package/esm/plugins/justify/justify.d.ts +1 -1
  859. package/esm/plugins/justify/justify.js +1 -1
  860. package/esm/plugins/key-arrow-outside/key-arrow-outside.d.ts +1 -1
  861. package/esm/plugins/key-arrow-outside/key-arrow-outside.js +1 -1
  862. package/esm/plugins/limit/config.d.ts +1 -1
  863. package/esm/plugins/limit/config.js +1 -1
  864. package/esm/plugins/limit/limit.d.ts +1 -1
  865. package/esm/plugins/limit/limit.js +1 -1
  866. package/esm/plugins/line-height/config.d.ts +1 -1
  867. package/esm/plugins/line-height/config.js +1 -1
  868. package/esm/plugins/line-height/langs/ar.js +1 -1
  869. package/esm/plugins/line-height/langs/cs_cz.js +1 -1
  870. package/esm/plugins/line-height/langs/de.js +1 -1
  871. package/esm/plugins/line-height/langs/es.js +1 -1
  872. package/esm/plugins/line-height/langs/fa.js +1 -1
  873. package/esm/plugins/line-height/langs/fi.js +1 -1
  874. package/esm/plugins/line-height/langs/fr.js +1 -1
  875. package/esm/plugins/line-height/langs/he.js +1 -1
  876. package/esm/plugins/line-height/langs/hu.js +1 -1
  877. package/esm/plugins/line-height/langs/id.js +1 -1
  878. package/esm/plugins/line-height/langs/index.d.ts +1 -1
  879. package/esm/plugins/line-height/langs/index.js +1 -1
  880. package/esm/plugins/line-height/langs/it.js +1 -1
  881. package/esm/plugins/line-height/langs/ja.js +1 -1
  882. package/esm/plugins/line-height/langs/ko.js +1 -1
  883. package/esm/plugins/line-height/langs/mn.js +1 -1
  884. package/esm/plugins/line-height/langs/nl.js +1 -1
  885. package/esm/plugins/line-height/langs/pl.js +1 -1
  886. package/esm/plugins/line-height/langs/pt_br.js +1 -1
  887. package/esm/plugins/line-height/langs/ru.js +1 -1
  888. package/esm/plugins/line-height/langs/tr.js +1 -1
  889. package/esm/plugins/line-height/langs/ua.js +1 -1
  890. package/esm/plugins/line-height/langs/zh_cn.js +1 -1
  891. package/esm/plugins/line-height/langs/zh_tw.js +1 -1
  892. package/esm/plugins/line-height/line-height.d.ts +1 -1
  893. package/esm/plugins/line-height/line-height.js +1 -1
  894. package/esm/plugins/link/config.d.ts +1 -1
  895. package/esm/plugins/link/config.js +1 -1
  896. package/esm/plugins/link/link.d.ts +1 -1
  897. package/esm/plugins/link/link.js +1 -1
  898. package/esm/plugins/link/template.d.ts +1 -1
  899. package/esm/plugins/link/template.js +1 -1
  900. package/esm/plugins/media/config.d.ts +1 -1
  901. package/esm/plugins/media/config.js +1 -1
  902. package/esm/plugins/media/media.d.ts +1 -1
  903. package/esm/plugins/media/media.js +1 -1
  904. package/esm/plugins/mobile/config.d.ts +1 -1
  905. package/esm/plugins/mobile/config.js +1 -1
  906. package/esm/plugins/mobile/mobile.d.ts +1 -1
  907. package/esm/plugins/mobile/mobile.js +1 -1
  908. package/esm/plugins/ordered-list/config.d.ts +1 -1
  909. package/esm/plugins/ordered-list/config.js +1 -1
  910. package/esm/plugins/ordered-list/ordered-list.d.ts +1 -1
  911. package/esm/plugins/ordered-list/ordered-list.js +1 -1
  912. package/esm/plugins/paste/config.d.ts +1 -1
  913. package/esm/plugins/paste/config.js +1 -1
  914. package/esm/plugins/paste/helpers.d.ts +1 -1
  915. package/esm/plugins/paste/helpers.js +1 -1
  916. package/esm/plugins/paste/interface.d.ts +1 -1
  917. package/esm/plugins/paste/interface.js +1 -1
  918. package/esm/plugins/paste/paste.d.ts +1 -1
  919. package/esm/plugins/paste/paste.js +1 -1
  920. package/esm/plugins/paste-from-word/config.d.ts +1 -1
  921. package/esm/plugins/paste-from-word/config.js +1 -1
  922. package/esm/plugins/paste-from-word/paste-from-word.d.ts +1 -1
  923. package/esm/plugins/paste-from-word/paste-from-word.js +1 -1
  924. package/esm/plugins/paste-storage/paste-storage.d.ts +1 -1
  925. package/esm/plugins/paste-storage/paste-storage.js +1 -1
  926. package/esm/plugins/placeholder/config.d.ts +1 -1
  927. package/esm/plugins/placeholder/config.js +1 -1
  928. package/esm/plugins/placeholder/placeholder.d.ts +1 -1
  929. package/esm/plugins/placeholder/placeholder.js +1 -1
  930. package/esm/plugins/powered-by-jodit/powered-by-jodit.d.ts +1 -1
  931. package/esm/plugins/powered-by-jodit/powered-by-jodit.js +1 -1
  932. package/esm/plugins/preview/preview.d.ts +1 -1
  933. package/esm/plugins/preview/preview.js +1 -1
  934. package/esm/plugins/print/lib/generate-critical-css.d.ts +1 -1
  935. package/esm/plugins/print/lib/generate-critical-css.js +1 -1
  936. package/esm/plugins/print/print.d.ts +1 -1
  937. package/esm/plugins/print/print.js +1 -1
  938. package/esm/plugins/redo-undo/redo-undo.d.ts +1 -1
  939. package/esm/plugins/redo-undo/redo-undo.js +1 -1
  940. package/esm/plugins/resize-cells/config.d.ts +1 -1
  941. package/esm/plugins/resize-cells/config.js +1 -1
  942. package/esm/plugins/resize-cells/resize-cells.d.ts +1 -1
  943. package/esm/plugins/resize-cells/resize-cells.js +1 -1
  944. package/esm/plugins/resize-handler/config.d.ts +1 -1
  945. package/esm/plugins/resize-handler/config.js +1 -1
  946. package/esm/plugins/resize-handler/resize-handler.d.ts +1 -1
  947. package/esm/plugins/resize-handler/resize-handler.js +1 -1
  948. package/esm/plugins/resizer/config.d.ts +1 -1
  949. package/esm/plugins/resizer/config.js +1 -1
  950. package/esm/plugins/resizer/resizer.d.ts +1 -1
  951. package/esm/plugins/resizer/resizer.js +1 -1
  952. package/esm/plugins/search/config.d.ts +1 -1
  953. package/esm/plugins/search/config.js +1 -1
  954. package/esm/plugins/search/helpers/highlight-text-ranges.d.ts +1 -1
  955. package/esm/plugins/search/helpers/highlight-text-ranges.js +1 -1
  956. package/esm/plugins/search/helpers/index.d.ts +1 -1
  957. package/esm/plugins/search/helpers/index.js +1 -1
  958. package/esm/plugins/search/helpers/sentence-finder.d.ts +1 -1
  959. package/esm/plugins/search/helpers/sentence-finder.js +1 -1
  960. package/esm/plugins/search/interface.d.ts +1 -1
  961. package/esm/plugins/search/search.d.ts +1 -1
  962. package/esm/plugins/search/search.js +1 -1
  963. package/esm/plugins/search/ui/search.d.ts +1 -1
  964. package/esm/plugins/search/ui/search.js +1 -1
  965. package/esm/plugins/select/config.d.ts +1 -1
  966. package/esm/plugins/select/config.js +1 -1
  967. package/esm/plugins/select/select.d.ts +1 -1
  968. package/esm/plugins/select/select.js +1 -1
  969. package/esm/plugins/select-cells/config.d.ts +1 -1
  970. package/esm/plugins/select-cells/config.js +1 -1
  971. package/esm/plugins/select-cells/select-cells.d.ts +1 -1
  972. package/esm/plugins/select-cells/select-cells.js +1 -1
  973. package/esm/plugins/size/config.d.ts +1 -1
  974. package/esm/plugins/size/config.js +1 -1
  975. package/esm/plugins/size/size.d.ts +1 -1
  976. package/esm/plugins/size/size.js +1 -1
  977. package/esm/plugins/source/config.d.ts +1 -1
  978. package/esm/plugins/source/config.js +1 -1
  979. package/esm/plugins/source/editor/engines/ace.d.ts +1 -1
  980. package/esm/plugins/source/editor/engines/ace.js +1 -1
  981. package/esm/plugins/source/editor/engines/area.d.ts +1 -1
  982. package/esm/plugins/source/editor/engines/area.js +1 -1
  983. package/esm/plugins/source/editor/engines/index.d.ts +1 -1
  984. package/esm/plugins/source/editor/engines/index.js +1 -1
  985. package/esm/plugins/source/editor/factory.d.ts +1 -1
  986. package/esm/plugins/source/editor/factory.js +1 -1
  987. package/esm/plugins/source/editor/sourceEditor.d.ts +1 -1
  988. package/esm/plugins/source/editor/sourceEditor.js +1 -1
  989. package/esm/plugins/source/source.d.ts +1 -1
  990. package/esm/plugins/source/source.js +1 -1
  991. package/esm/plugins/speech-recognize/config.d.ts +1 -1
  992. package/esm/plugins/speech-recognize/config.js +1 -1
  993. package/esm/plugins/speech-recognize/constants.d.ts +1 -1
  994. package/esm/plugins/speech-recognize/constants.js +1 -1
  995. package/esm/plugins/speech-recognize/helpers/api.d.ts +1 -1
  996. package/esm/plugins/speech-recognize/helpers/api.js +1 -1
  997. package/esm/plugins/speech-recognize/helpers/exec-spell-command.d.ts +1 -1
  998. package/esm/plugins/speech-recognize/helpers/exec-spell-command.js +1 -1
  999. package/esm/plugins/speech-recognize/helpers/recognize-manager.d.ts +1 -1
  1000. package/esm/plugins/speech-recognize/helpers/recognize-manager.js +1 -1
  1001. package/esm/plugins/speech-recognize/helpers/sound.d.ts +1 -1
  1002. package/esm/plugins/speech-recognize/helpers/sound.js +1 -1
  1003. package/esm/plugins/speech-recognize/interface.d.ts +1 -1
  1004. package/esm/plugins/speech-recognize/interface.js +1 -1
  1005. package/esm/plugins/speech-recognize/langs/ar.js +1 -1
  1006. package/esm/plugins/speech-recognize/langs/cs_cz.js +1 -1
  1007. package/esm/plugins/speech-recognize/langs/de.js +1 -1
  1008. package/esm/plugins/speech-recognize/langs/es.js +1 -1
  1009. package/esm/plugins/speech-recognize/langs/fa.js +1 -1
  1010. package/esm/plugins/speech-recognize/langs/fi.js +1 -1
  1011. package/esm/plugins/speech-recognize/langs/fr.js +1 -1
  1012. package/esm/plugins/speech-recognize/langs/he.js +1 -1
  1013. package/esm/plugins/speech-recognize/langs/hu.js +1 -1
  1014. package/esm/plugins/speech-recognize/langs/id.js +1 -1
  1015. package/esm/plugins/speech-recognize/langs/index.d.ts +1 -1
  1016. package/esm/plugins/speech-recognize/langs/index.js +1 -1
  1017. package/esm/plugins/speech-recognize/langs/it.js +1 -1
  1018. package/esm/plugins/speech-recognize/langs/ja.js +1 -1
  1019. package/esm/plugins/speech-recognize/langs/ko.js +1 -1
  1020. package/esm/plugins/speech-recognize/langs/mn.js +1 -1
  1021. package/esm/plugins/speech-recognize/langs/nl.js +1 -1
  1022. package/esm/plugins/speech-recognize/langs/pl.js +1 -1
  1023. package/esm/plugins/speech-recognize/langs/pt_br.js +1 -1
  1024. package/esm/plugins/speech-recognize/langs/ru.js +1 -1
  1025. package/esm/plugins/speech-recognize/langs/tr.js +1 -1
  1026. package/esm/plugins/speech-recognize/langs/ua.js +1 -1
  1027. package/esm/plugins/speech-recognize/langs/zh_cn.js +1 -1
  1028. package/esm/plugins/speech-recognize/langs/zh_tw.js +1 -1
  1029. package/esm/plugins/speech-recognize/speech-recognize.d.ts +1 -1
  1030. package/esm/plugins/speech-recognize/speech-recognize.js +1 -1
  1031. package/esm/plugins/spellcheck/config.d.ts +1 -1
  1032. package/esm/plugins/spellcheck/config.js +1 -1
  1033. package/esm/plugins/spellcheck/langs/ar.js +1 -1
  1034. package/esm/plugins/spellcheck/langs/cs_cz.js +1 -1
  1035. package/esm/plugins/spellcheck/langs/de.js +1 -1
  1036. package/esm/plugins/spellcheck/langs/es.js +1 -1
  1037. package/esm/plugins/spellcheck/langs/fa.js +1 -1
  1038. package/esm/plugins/spellcheck/langs/fi.js +1 -1
  1039. package/esm/plugins/spellcheck/langs/fr.js +1 -1
  1040. package/esm/plugins/spellcheck/langs/he.js +1 -1
  1041. package/esm/plugins/spellcheck/langs/hu.js +1 -1
  1042. package/esm/plugins/spellcheck/langs/id.js +1 -1
  1043. package/esm/plugins/spellcheck/langs/index.d.ts +1 -1
  1044. package/esm/plugins/spellcheck/langs/index.js +1 -1
  1045. package/esm/plugins/spellcheck/langs/it.js +1 -1
  1046. package/esm/plugins/spellcheck/langs/ja.js +1 -1
  1047. package/esm/plugins/spellcheck/langs/ko.js +1 -1
  1048. package/esm/plugins/spellcheck/langs/mn.js +1 -1
  1049. package/esm/plugins/spellcheck/langs/nl.js +1 -1
  1050. package/esm/plugins/spellcheck/langs/pl.js +1 -1
  1051. package/esm/plugins/spellcheck/langs/pt_br.js +1 -1
  1052. package/esm/plugins/spellcheck/langs/ru.js +1 -1
  1053. package/esm/plugins/spellcheck/langs/tr.js +1 -1
  1054. package/esm/plugins/spellcheck/langs/ua.js +1 -1
  1055. package/esm/plugins/spellcheck/langs/zh_cn.js +1 -1
  1056. package/esm/plugins/spellcheck/langs/zh_tw.js +1 -1
  1057. package/esm/plugins/spellcheck/spellcheck.d.ts +1 -1
  1058. package/esm/plugins/spellcheck/spellcheck.js +1 -1
  1059. package/esm/plugins/stat/config.d.ts +1 -1
  1060. package/esm/plugins/stat/config.js +1 -1
  1061. package/esm/plugins/stat/stat.d.ts +1 -1
  1062. package/esm/plugins/stat/stat.js +1 -1
  1063. package/esm/plugins/sticky/config.d.ts +1 -1
  1064. package/esm/plugins/sticky/config.js +1 -1
  1065. package/esm/plugins/sticky/sticky.d.ts +1 -1
  1066. package/esm/plugins/sticky/sticky.js +1 -1
  1067. package/esm/plugins/symbols/config.d.ts +1 -1
  1068. package/esm/plugins/symbols/config.js +1 -1
  1069. package/esm/plugins/symbols/langs/ar.js +1 -1
  1070. package/esm/plugins/symbols/langs/cs_cz.js +1 -1
  1071. package/esm/plugins/symbols/langs/de.js +1 -1
  1072. package/esm/plugins/symbols/langs/es.js +1 -1
  1073. package/esm/plugins/symbols/langs/fa.js +1 -1
  1074. package/esm/plugins/symbols/langs/fi.js +1 -1
  1075. package/esm/plugins/symbols/langs/fr.js +1 -1
  1076. package/esm/plugins/symbols/langs/he.js +1 -1
  1077. package/esm/plugins/symbols/langs/hu.js +1 -1
  1078. package/esm/plugins/symbols/langs/id.js +1 -1
  1079. package/esm/plugins/symbols/langs/index.d.ts +1 -1
  1080. package/esm/plugins/symbols/langs/index.js +1 -1
  1081. package/esm/plugins/symbols/langs/it.js +1 -1
  1082. package/esm/plugins/symbols/langs/ja.js +1 -1
  1083. package/esm/plugins/symbols/langs/ko.js +1 -1
  1084. package/esm/plugins/symbols/langs/mn.js +1 -1
  1085. package/esm/plugins/symbols/langs/nl.js +1 -1
  1086. package/esm/plugins/symbols/langs/pl.js +1 -1
  1087. package/esm/plugins/symbols/langs/pt_br.js +1 -1
  1088. package/esm/plugins/symbols/langs/ru.js +1 -1
  1089. package/esm/plugins/symbols/langs/tr.js +1 -1
  1090. package/esm/plugins/symbols/langs/ua.js +1 -1
  1091. package/esm/plugins/symbols/langs/zh_cn.js +1 -1
  1092. package/esm/plugins/symbols/langs/zh_tw.js +1 -1
  1093. package/esm/plugins/symbols/symbols.d.ts +1 -1
  1094. package/esm/plugins/symbols/symbols.js +1 -1
  1095. package/esm/plugins/tab/cases/index.d.ts +1 -1
  1096. package/esm/plugins/tab/cases/index.js +1 -1
  1097. package/esm/plugins/tab/cases/on-tab-inside-li.d.ts +1 -1
  1098. package/esm/plugins/tab/cases/on-tab-inside-li.js +1 -1
  1099. package/esm/plugins/tab/config.d.ts +1 -1
  1100. package/esm/plugins/tab/config.js +1 -1
  1101. package/esm/plugins/tab/tab.d.ts +1 -1
  1102. package/esm/plugins/tab/tab.js +1 -1
  1103. package/esm/plugins/table/config.d.ts +1 -1
  1104. package/esm/plugins/table/config.js +1 -1
  1105. package/esm/plugins/table/table.d.ts +1 -1
  1106. package/esm/plugins/table/table.js +1 -1
  1107. package/esm/plugins/table-keyboard-navigation/table-keyboard-navigation.d.ts +1 -1
  1108. package/esm/plugins/table-keyboard-navigation/table-keyboard-navigation.js +1 -1
  1109. package/esm/plugins/video/config.d.ts +1 -1
  1110. package/esm/plugins/video/config.js +1 -1
  1111. package/esm/plugins/video/video.d.ts +1 -1
  1112. package/esm/plugins/video/video.js +1 -1
  1113. package/esm/plugins/wrap-nodes/config.d.ts +1 -1
  1114. package/esm/plugins/wrap-nodes/config.js +1 -1
  1115. package/esm/plugins/wrap-nodes/wrap-nodes.d.ts +1 -1
  1116. package/esm/plugins/wrap-nodes/wrap-nodes.js +1 -1
  1117. package/esm/plugins/xpath/config.d.ts +1 -1
  1118. package/esm/plugins/xpath/config.js +1 -1
  1119. package/esm/plugins/xpath/xpath.d.ts +1 -1
  1120. package/esm/plugins/xpath/xpath.js +1 -1
  1121. package/esm/polyfills.js +1 -1
  1122. package/esm/styles/icons/index.d.ts +1 -1
  1123. package/esm/styles/icons/index.js +1 -1
  1124. package/esm/types/ajax.d.ts +1 -1
  1125. package/esm/types/async.d.ts +1 -1
  1126. package/esm/types/context.d.ts +1 -1
  1127. package/esm/types/core.d.ts +1 -1
  1128. package/esm/types/create.d.ts +1 -1
  1129. package/esm/types/dialog.d.ts +1 -1
  1130. package/esm/types/events.d.ts +1 -1
  1131. package/esm/types/file-browser.d.ts +1 -1
  1132. package/esm/types/form.d.ts +1 -1
  1133. package/esm/types/history.d.ts +1 -1
  1134. package/esm/types/index.d.ts +1 -1
  1135. package/esm/types/jodit.d.ts +1 -1
  1136. package/esm/types/messages.d.ts +1 -1
  1137. package/esm/types/plugin.d.ts +1 -1
  1138. package/esm/types/popup.d.ts +1 -1
  1139. package/esm/types/select.d.ts +1 -1
  1140. package/esm/types/source.d.ts +1 -1
  1141. package/esm/types/storage.d.ts +1 -1
  1142. package/esm/types/style.d.ts +1 -1
  1143. package/esm/types/toolbar.d.ts +1 -1
  1144. package/esm/types/traits.d.ts +1 -1
  1145. package/esm/types/types.d.ts +1 -1
  1146. package/esm/types/ui.d.ts +1 -1
  1147. package/esm/types/uploader.d.ts +1 -1
  1148. package/esm/types/view.d.ts +1 -1
  1149. package/esm/typings.d.ts +1 -1
  1150. package/examples/assets/app.js +1 -1
  1151. package/package.json +1 -1
  1152. package/types/config.d.ts +1 -1
  1153. package/types/core/async/async.d.ts +1 -1
  1154. package/types/core/async/index.d.ts +1 -1
  1155. package/types/core/component/component.d.ts +1 -1
  1156. package/types/core/component/index.d.ts +1 -1
  1157. package/types/core/component/statuses.d.ts +1 -1
  1158. package/types/core/component/view-component.d.ts +1 -1
  1159. package/types/core/constants.d.ts +1 -1
  1160. package/types/core/create/create.d.ts +1 -1
  1161. package/types/core/create/index.d.ts +1 -1
  1162. package/types/core/decorators/autobind/autobind.d.ts +1 -1
  1163. package/types/core/decorators/cache/cache.d.ts +1 -1
  1164. package/types/core/decorators/component/component.d.ts +1 -1
  1165. package/types/core/decorators/debounce/debounce.d.ts +1 -1
  1166. package/types/core/decorators/derive/derive.d.ts +1 -1
  1167. package/types/core/decorators/hook/hook.d.ts +1 -1
  1168. package/types/core/decorators/idle/idle.d.ts +1 -1
  1169. package/types/core/decorators/index.d.ts +1 -1
  1170. package/types/core/decorators/nonenumerable/nonenumerable.d.ts +1 -1
  1171. package/types/core/decorators/persistent/persistent.d.ts +1 -1
  1172. package/types/core/decorators/wait/wait.d.ts +1 -1
  1173. package/types/core/decorators/watch/watch.d.ts +1 -1
  1174. package/types/core/dom/dom.d.ts +1 -1
  1175. package/types/core/dom/index.d.ts +1 -1
  1176. package/types/core/dom/lazy-walker.d.ts +1 -1
  1177. package/types/core/event-emitter/event-emitter.d.ts +1 -1
  1178. package/types/core/event-emitter/eventify.d.ts +1 -1
  1179. package/types/core/event-emitter/index.d.ts +1 -1
  1180. package/types/core/event-emitter/observable.d.ts +1 -1
  1181. package/types/core/event-emitter/store.d.ts +1 -1
  1182. package/types/core/global.d.ts +1 -1
  1183. package/types/core/helpers/array/as-array.d.ts +1 -1
  1184. package/types/core/helpers/array/index.d.ts +1 -1
  1185. package/types/core/helpers/array/split-array.d.ts +1 -1
  1186. package/types/core/helpers/array/to-array.d.ts +1 -1
  1187. package/types/core/helpers/async/index.d.ts +1 -1
  1188. package/types/core/helpers/async/set-timeout.d.ts +1 -1
  1189. package/types/core/helpers/checker/has-browser-color-picker.d.ts +1 -1
  1190. package/types/core/helpers/checker/index.d.ts +1 -1
  1191. package/types/core/helpers/checker/is-abort-error.d.ts +1 -1
  1192. package/types/core/helpers/checker/is-array.d.ts +1 -1
  1193. package/types/core/helpers/checker/is-boolean.d.ts +1 -1
  1194. package/types/core/helpers/checker/is-equal.d.ts +1 -1
  1195. package/types/core/helpers/checker/is-function.d.ts +1 -1
  1196. package/types/core/helpers/checker/is-html-from-word.d.ts +1 -1
  1197. package/types/core/helpers/checker/is-html.d.ts +1 -1
  1198. package/types/core/helpers/checker/is-imp-interface.d.ts +1 -1
  1199. package/types/core/helpers/checker/is-int.d.ts +1 -1
  1200. package/types/core/helpers/checker/is-jodit-object.d.ts +1 -1
  1201. package/types/core/helpers/checker/is-license.d.ts +1 -1
  1202. package/types/core/helpers/checker/is-marker.d.ts +1 -1
  1203. package/types/core/helpers/checker/is-native-function.d.ts +1 -1
  1204. package/types/core/helpers/checker/is-number.d.ts +1 -1
  1205. package/types/core/helpers/checker/is-numeric.d.ts +1 -1
  1206. package/types/core/helpers/checker/is-plain-object.d.ts +1 -1
  1207. package/types/core/helpers/checker/is-promise.d.ts +1 -1
  1208. package/types/core/helpers/checker/is-set.d.ts +1 -1
  1209. package/types/core/helpers/checker/is-string.d.ts +1 -1
  1210. package/types/core/helpers/checker/is-url.d.ts +1 -1
  1211. package/types/core/helpers/checker/is-valid-name.d.ts +1 -1
  1212. package/types/core/helpers/checker/is-view-object.d.ts +1 -1
  1213. package/types/core/helpers/checker/is-void.d.ts +1 -1
  1214. package/types/core/helpers/checker/is-window.d.ts +1 -1
  1215. package/types/core/helpers/color/color-to-hex.d.ts +1 -1
  1216. package/types/core/helpers/color/index.d.ts +1 -1
  1217. package/types/core/helpers/html/apply-styles.d.ts +1 -1
  1218. package/types/core/helpers/html/clean-from-word.d.ts +1 -1
  1219. package/types/core/helpers/html/htmlspecialchars.d.ts +1 -1
  1220. package/types/core/helpers/html/index.d.ts +1 -1
  1221. package/types/core/helpers/html/nl2br.d.ts +1 -1
  1222. package/types/core/helpers/html/safe-html.d.ts +1 -1
  1223. package/types/core/helpers/html/strip-tags.d.ts +1 -1
  1224. package/types/core/helpers/index.d.ts +1 -1
  1225. package/types/core/helpers/normalize/index.d.ts +1 -1
  1226. package/types/core/helpers/normalize/normalize-color.d.ts +1 -1
  1227. package/types/core/helpers/normalize/normalize-css-value.d.ts +1 -1
  1228. package/types/core/helpers/normalize/normalize-key-aliases.d.ts +1 -1
  1229. package/types/core/helpers/normalize/normalize-license.d.ts +1 -1
  1230. package/types/core/helpers/normalize/normalize-path.d.ts +1 -1
  1231. package/types/core/helpers/normalize/normalize-relative-path.d.ts +1 -1
  1232. package/types/core/helpers/normalize/normalize-size.d.ts +1 -1
  1233. package/types/core/helpers/normalize/normalize-url.d.ts +1 -1
  1234. package/types/core/helpers/size/get-content-width.d.ts +1 -1
  1235. package/types/core/helpers/size/get-scroll-parent.d.ts +1 -1
  1236. package/types/core/helpers/size/index.d.ts +1 -1
  1237. package/types/core/helpers/size/inner-width.d.ts +1 -1
  1238. package/types/core/helpers/size/object-size.d.ts +1 -1
  1239. package/types/core/helpers/size/offset.d.ts +1 -1
  1240. package/types/core/helpers/size/position.d.ts +1 -1
  1241. package/types/core/helpers/string/camel-case.d.ts +1 -1
  1242. package/types/core/helpers/string/fuzzy-search-index.d.ts +1 -1
  1243. package/types/core/helpers/string/i18n.d.ts +1 -1
  1244. package/types/core/helpers/string/index.d.ts +1 -1
  1245. package/types/core/helpers/string/kebab-case.d.ts +1 -1
  1246. package/types/core/helpers/string/stringify.d.ts +1 -1
  1247. package/types/core/helpers/string/trim.d.ts +1 -1
  1248. package/types/core/helpers/string/ucfirst.d.ts +1 -1
  1249. package/types/core/helpers/utils/align.d.ts +1 -1
  1250. package/types/core/helpers/utils/append-script.d.ts +1 -1
  1251. package/types/core/helpers/utils/assert.d.ts +1 -1
  1252. package/types/core/helpers/utils/attr.d.ts +1 -1
  1253. package/types/core/helpers/utils/browser.d.ts +1 -1
  1254. package/types/core/helpers/utils/build-query.d.ts +1 -1
  1255. package/types/core/helpers/utils/complete-url.d.ts +1 -1
  1256. package/types/core/helpers/utils/config-proto.d.ts +1 -1
  1257. package/types/core/helpers/utils/convert-media-url-to-video-embed.d.ts +1 -1
  1258. package/types/core/helpers/utils/css.d.ts +1 -1
  1259. package/types/core/helpers/utils/ctrl-key.d.ts +1 -1
  1260. package/types/core/helpers/utils/data-bind.d.ts +1 -1
  1261. package/types/core/helpers/utils/default-language.d.ts +1 -1
  1262. package/types/core/helpers/utils/error/error.d.ts +1 -1
  1263. package/types/core/helpers/utils/error/errors/abort-error.d.ts +1 -1
  1264. package/types/core/helpers/utils/error/errors/connection-error.d.ts +1 -1
  1265. package/types/core/helpers/utils/error/errors/index.d.ts +1 -1
  1266. package/types/core/helpers/utils/error/errors/options-error.d.ts +1 -1
  1267. package/types/core/helpers/utils/error/index.d.ts +1 -1
  1268. package/types/core/helpers/utils/extend.d.ts +1 -1
  1269. package/types/core/helpers/utils/get-class-name.d.ts +1 -1
  1270. package/types/core/helpers/utils/get.d.ts +1 -1
  1271. package/types/core/helpers/utils/human-size-to-bytes.d.ts +1 -1
  1272. package/types/core/helpers/utils/index.d.ts +1 -1
  1273. package/types/core/helpers/utils/mark-deprecated.d.ts +1 -1
  1274. package/types/core/helpers/utils/parse-query.d.ts +1 -1
  1275. package/types/core/helpers/utils/print.d.ts +1 -1
  1276. package/types/core/helpers/utils/reset.d.ts +1 -1
  1277. package/types/core/helpers/utils/scroll-into-view.d.ts +1 -1
  1278. package/types/core/helpers/utils/selector.d.ts +1 -1
  1279. package/types/core/helpers/utils/set.d.ts +1 -1
  1280. package/types/core/helpers/utils/stack.d.ts +1 -1
  1281. package/types/core/helpers/utils/utils.d.ts +1 -1
  1282. package/types/core/plugin/helpers/init-instance.d.ts +1 -1
  1283. package/types/core/plugin/helpers/load.d.ts +1 -1
  1284. package/types/core/plugin/helpers/make-instance.d.ts +1 -1
  1285. package/types/core/plugin/helpers/utils.d.ts +1 -1
  1286. package/types/core/plugin/index.d.ts +1 -1
  1287. package/types/core/plugin/interface.d.ts +1 -1
  1288. package/types/core/plugin/plugin-system.d.ts +1 -1
  1289. package/types/core/plugin/plugin.d.ts +1 -1
  1290. package/types/core/request/ajax.d.ts +1 -1
  1291. package/types/core/request/config.d.ts +1 -1
  1292. package/types/core/request/index.d.ts +1 -1
  1293. package/types/core/request/response.d.ts +1 -1
  1294. package/types/core/selection/helpers/index.d.ts +1 -1
  1295. package/types/core/selection/helpers/move-node-inside-start.d.ts +1 -1
  1296. package/types/core/selection/helpers/move-the-node-along-the-edge-outward.d.ts +1 -1
  1297. package/types/core/selection/index.d.ts +1 -1
  1298. package/types/core/selection/interface.d.ts +1 -1
  1299. package/types/core/selection/selection.d.ts +1 -1
  1300. package/types/core/selection/style/api/extract.d.ts +1 -1
  1301. package/types/core/selection/style/api/finite-state-machine.d.ts +1 -1
  1302. package/types/core/selection/style/api/get-suit-child.d.ts +1 -1
  1303. package/types/core/selection/style/api/get-suit-parent.d.ts +1 -1
  1304. package/types/core/selection/style/api/has-same-style.d.ts +1 -1
  1305. package/types/core/selection/style/api/index.d.ts +1 -1
  1306. package/types/core/selection/style/api/is-inside-invisible-element.d.ts +1 -1
  1307. package/types/core/selection/style/api/is-normal-node.d.ts +1 -1
  1308. package/types/core/selection/style/api/is-same-attributes.d.ts +1 -1
  1309. package/types/core/selection/style/api/is-suit-element.d.ts +1 -1
  1310. package/types/core/selection/style/api/list/toggle-ordered-list.d.ts +1 -1
  1311. package/types/core/selection/style/api/list/wrap-list.d.ts +1 -1
  1312. package/types/core/selection/style/api/toggle-attributes.d.ts +1 -1
  1313. package/types/core/selection/style/api/unwrap-children.d.ts +1 -1
  1314. package/types/core/selection/style/api/wrap-unwrapped-text.d.ts +1 -1
  1315. package/types/core/selection/style/api/wrap.d.ts +1 -1
  1316. package/types/core/selection/style/apply-style.d.ts +1 -1
  1317. package/types/core/selection/style/commit-style.d.ts +1 -1
  1318. package/types/core/selection/style/constants.d.ts +1 -1
  1319. package/types/core/selection/style/transactions.d.ts +1 -1
  1320. package/types/core/storage/engines/local-storage-provider.d.ts +1 -1
  1321. package/types/core/storage/engines/memory-storage-provider.d.ts +1 -1
  1322. package/types/core/storage/index.d.ts +1 -1
  1323. package/types/core/storage/storage.d.ts +1 -1
  1324. package/types/core/traits/dlgs.d.ts +1 -1
  1325. package/types/core/traits/elms.d.ts +1 -1
  1326. package/types/core/traits/mods.d.ts +1 -1
  1327. package/types/core/ui/button/button/button.d.ts +1 -1
  1328. package/types/core/ui/button/group/group.d.ts +1 -1
  1329. package/types/core/ui/button/index.d.ts +1 -1
  1330. package/types/core/ui/button/tooltip/tooltip.d.ts +1 -1
  1331. package/types/core/ui/element.d.ts +1 -1
  1332. package/types/core/ui/form/block/block.d.ts +1 -1
  1333. package/types/core/ui/form/form.d.ts +1 -1
  1334. package/types/core/ui/form/index.d.ts +1 -1
  1335. package/types/core/ui/form/inputs/area/area.d.ts +1 -1
  1336. package/types/core/ui/form/inputs/checkbox/checkbox.d.ts +1 -1
  1337. package/types/core/ui/form/inputs/file/file.d.ts +1 -1
  1338. package/types/core/ui/form/inputs/index.d.ts +1 -1
  1339. package/types/core/ui/form/inputs/input/input.d.ts +1 -1
  1340. package/types/core/ui/form/inputs/select/select.d.ts +1 -1
  1341. package/types/core/ui/form/validators/index.d.ts +1 -1
  1342. package/types/core/ui/form/validators/input.d.ts +1 -1
  1343. package/types/core/ui/form/validators/select.d.ts +1 -1
  1344. package/types/core/ui/group/group.d.ts +1 -1
  1345. package/types/core/ui/group/index.d.ts +1 -1
  1346. package/types/core/ui/group/list.d.ts +1 -1
  1347. package/types/core/ui/group/separator.d.ts +1 -1
  1348. package/types/core/ui/group/spacer.d.ts +1 -1
  1349. package/types/core/ui/helpers/buttons.d.ts +1 -1
  1350. package/types/core/ui/helpers/get-control-type.d.ts +1 -1
  1351. package/types/core/ui/helpers/get-strong-control-types.d.ts +1 -1
  1352. package/types/core/ui/icon.d.ts +1 -1
  1353. package/types/core/ui/index.d.ts +1 -1
  1354. package/types/core/ui/popup/index.d.ts +1 -1
  1355. package/types/core/ui/popup/popup.d.ts +1 -1
  1356. package/types/core/ui/progress-bar/progress-bar.d.ts +1 -1
  1357. package/types/core/view/view-with-toolbar.d.ts +1 -1
  1358. package/types/core/view/view.d.ts +1 -1
  1359. package/types/index.d.ts +1 -1
  1360. package/types/jodit.d.ts +1 -1
  1361. package/types/languages.d.ts +1 -1
  1362. package/types/modules/context-menu/context-menu.d.ts +1 -1
  1363. package/types/modules/dialog/alert.d.ts +1 -1
  1364. package/types/modules/dialog/confirm.d.ts +1 -1
  1365. package/types/modules/dialog/dialog.d.ts +1 -1
  1366. package/types/modules/dialog/index.d.ts +1 -1
  1367. package/types/modules/dialog/prompt.d.ts +1 -1
  1368. package/types/modules/file-browser/builders/context-menu.d.ts +1 -1
  1369. package/types/modules/file-browser/builders/elements-map.d.ts +1 -1
  1370. package/types/modules/file-browser/builders/item.d.ts +1 -1
  1371. package/types/modules/file-browser/config.d.ts +1 -1
  1372. package/types/modules/file-browser/data-provider.d.ts +1 -1
  1373. package/types/modules/file-browser/factories.d.ts +1 -1
  1374. package/types/modules/file-browser/fetch/delete-file.d.ts +1 -1
  1375. package/types/modules/file-browser/fetch/load-items.d.ts +1 -1
  1376. package/types/modules/file-browser/fetch/load-tree.d.ts +1 -1
  1377. package/types/modules/file-browser/file-browser.d.ts +1 -1
  1378. package/types/modules/file-browser/index.d.ts +1 -1
  1379. package/types/modules/file-browser/listeners/native-listeners.d.ts +1 -1
  1380. package/types/modules/file-browser/listeners/self-listeners.d.ts +1 -1
  1381. package/types/modules/file-browser/listeners/state-listeners.d.ts +1 -1
  1382. package/types/modules/file-browser/ui/files/files.d.ts +1 -1
  1383. package/types/modules/file-browser/ui/index.d.ts +1 -1
  1384. package/types/modules/file-browser/ui/tree/tree.d.ts +1 -1
  1385. package/types/modules/history/command.d.ts +1 -1
  1386. package/types/modules/history/history.d.ts +1 -1
  1387. package/types/modules/history/snapshot.d.ts +1 -1
  1388. package/types/modules/history/stack.d.ts +1 -1
  1389. package/types/modules/image-editor/config.d.ts +1 -1
  1390. package/types/modules/image-editor/image-editor.d.ts +1 -1
  1391. package/types/modules/image-editor/templates/form.d.ts +1 -1
  1392. package/types/modules/index.d.ts +1 -1
  1393. package/types/modules/messages/message.d.ts +1 -1
  1394. package/types/modules/messages/messages.d.ts +1 -1
  1395. package/types/modules/status-bar/status-bar.d.ts +1 -1
  1396. package/types/modules/table/table.d.ts +1 -1
  1397. package/types/modules/toolbar/button/button.d.ts +1 -1
  1398. package/types/modules/toolbar/button/content.d.ts +1 -1
  1399. package/types/modules/toolbar/button/index.d.ts +1 -1
  1400. package/types/modules/toolbar/button/select/select.d.ts +1 -1
  1401. package/types/modules/toolbar/collection/collection.d.ts +1 -1
  1402. package/types/modules/toolbar/collection/editor-collection.d.ts +1 -1
  1403. package/types/modules/toolbar/factory.d.ts +1 -1
  1404. package/types/modules/uploader/config.d.ts +1 -1
  1405. package/types/modules/uploader/helpers/build-data.d.ts +1 -1
  1406. package/types/modules/uploader/helpers/data-uri-to-blob.d.ts +1 -1
  1407. package/types/modules/uploader/helpers/index.d.ts +1 -1
  1408. package/types/modules/uploader/helpers/process-old-browser-drag.d.ts +1 -1
  1409. package/types/modules/uploader/helpers/send-files.d.ts +1 -1
  1410. package/types/modules/uploader/helpers/send.d.ts +1 -1
  1411. package/types/modules/uploader/uploader.d.ts +1 -1
  1412. package/types/modules/widget/color-picker/color-picker.d.ts +1 -1
  1413. package/types/modules/widget/file-selector/file-selector.d.ts +1 -1
  1414. package/types/modules/widget/index.d.ts +1 -1
  1415. package/types/modules/widget/tabs/tabs.d.ts +1 -1
  1416. package/types/plugins/about/about.d.ts +1 -1
  1417. package/types/plugins/add-new-line/add-new-line.d.ts +1 -1
  1418. package/types/plugins/add-new-line/config.d.ts +1 -1
  1419. package/types/plugins/ai-assistant/ai-assistant.d.ts +1 -1
  1420. package/types/plugins/ai-assistant/config.d.ts +1 -1
  1421. package/types/plugins/ai-assistant/langs/index.d.ts +1 -1
  1422. package/types/plugins/ai-assistant/ui/ui-ai-assistant.d.ts +1 -1
  1423. package/types/plugins/backspace/backspace.d.ts +1 -1
  1424. package/types/plugins/backspace/cases/check-join-neighbors.d.ts +1 -1
  1425. package/types/plugins/backspace/cases/check-join-two-lists.d.ts +1 -1
  1426. package/types/plugins/backspace/cases/check-not-collapsed.d.ts +1 -1
  1427. package/types/plugins/backspace/cases/check-remove-char.d.ts +1 -1
  1428. package/types/plugins/backspace/cases/check-remove-content-not-editable.d.ts +1 -1
  1429. package/types/plugins/backspace/cases/check-remove-empty-neighbor.d.ts +1 -1
  1430. package/types/plugins/backspace/cases/check-remove-empty-parent.d.ts +1 -1
  1431. package/types/plugins/backspace/cases/check-remove-unbreakable-element.d.ts +1 -1
  1432. package/types/plugins/backspace/cases/check-table-cell.d.ts +1 -1
  1433. package/types/plugins/backspace/cases/check-unwrap-first-list-item.d.ts +1 -1
  1434. package/types/plugins/backspace/cases/index.d.ts +1 -1
  1435. package/types/plugins/backspace/config.d.ts +1 -1
  1436. package/types/plugins/backspace/helpers.d.ts +1 -1
  1437. package/types/plugins/backspace/interface.d.ts +1 -1
  1438. package/types/plugins/bold/bold.d.ts +1 -1
  1439. package/types/plugins/bold/config.d.ts +1 -1
  1440. package/types/plugins/bold/interface.d.ts +1 -1
  1441. package/types/plugins/class-span/class-span.d.ts +1 -1
  1442. package/types/plugins/clean-html/clean-html.d.ts +1 -1
  1443. package/types/plugins/clean-html/config.d.ts +1 -1
  1444. package/types/plugins/clean-html/helpers/get-hash.d.ts +1 -1
  1445. package/types/plugins/clean-html/helpers/index.d.ts +1 -1
  1446. package/types/plugins/clean-html/helpers/remove-format/remove-format-for-collapsed-selection.d.ts +1 -1
  1447. package/types/plugins/clean-html/helpers/remove-format/remove-format-for-selection.d.ts +1 -1
  1448. package/types/plugins/clean-html/helpers/visitor/filters/allow-attributes.d.ts +1 -1
  1449. package/types/plugins/clean-html/helpers/visitor/filters/fill-empty-paragraph.d.ts +1 -1
  1450. package/types/plugins/clean-html/helpers/visitor/filters/index.d.ts +1 -1
  1451. package/types/plugins/clean-html/helpers/visitor/filters/remove-empty-text-node.d.ts +1 -1
  1452. package/types/plugins/clean-html/helpers/visitor/filters/remove-inv-text-nodes.d.ts +1 -1
  1453. package/types/plugins/clean-html/helpers/visitor/filters/replace-old-tags.d.ts +1 -1
  1454. package/types/plugins/clean-html/helpers/visitor/filters/sanitize-attributes.d.ts +1 -1
  1455. package/types/plugins/clean-html/helpers/visitor/filters/try-remove-node.d.ts +1 -1
  1456. package/types/plugins/clean-html/helpers/visitor/visit-node-walker.d.ts +1 -1
  1457. package/types/plugins/clipboard/clipboard.d.ts +1 -1
  1458. package/types/plugins/clipboard/config.d.ts +1 -1
  1459. package/types/plugins/color/color.d.ts +1 -1
  1460. package/types/plugins/color/config.d.ts +1 -1
  1461. package/types/plugins/copy-format/copy-format.d.ts +1 -1
  1462. package/types/plugins/copy-format/langs/index.d.ts +1 -1
  1463. package/types/plugins/debug/debug.d.ts +1 -1
  1464. package/types/plugins/delete/delete.d.ts +1 -1
  1465. package/types/plugins/delete/interface.d.ts +1 -1
  1466. package/types/plugins/drag-and-drop/drag-and-drop.d.ts +1 -1
  1467. package/types/plugins/drag-and-drop-element/config.d.ts +1 -1
  1468. package/types/plugins/drag-and-drop-element/drag-and-drop-element.d.ts +1 -1
  1469. package/types/plugins/dtd/after-insert/index.d.ts +1 -1
  1470. package/types/plugins/dtd/after-insert/remove-extra-br.d.ts +1 -1
  1471. package/types/plugins/dtd/before-insert/check-block-nesting.d.ts +1 -1
  1472. package/types/plugins/dtd/before-insert/index.d.ts +1 -1
  1473. package/types/plugins/dtd/config.d.ts +1 -1
  1474. package/types/plugins/dtd/dtd.d.ts +1 -1
  1475. package/types/plugins/enter/enter.d.ts +1 -1
  1476. package/types/plugins/enter/helpers/check-br.d.ts +1 -1
  1477. package/types/plugins/enter/helpers/check-unsplittable-box.d.ts +1 -1
  1478. package/types/plugins/enter/helpers/get-block-wrapper.d.ts +1 -1
  1479. package/types/plugins/enter/helpers/has-previous-block.d.ts +1 -1
  1480. package/types/plugins/enter/helpers/index.d.ts +1 -1
  1481. package/types/plugins/enter/helpers/insert-paragraph.d.ts +1 -1
  1482. package/types/plugins/enter/helpers/move-cursor-out-from-specal-tags.d.ts +1 -1
  1483. package/types/plugins/enter/helpers/process-empty-li-leaf.d.ts +1 -1
  1484. package/types/plugins/enter/helpers/split-fragment.d.ts +1 -1
  1485. package/types/plugins/enter/helpers/wrap-text.d.ts +1 -1
  1486. package/types/plugins/enter/interface.d.ts +1 -1
  1487. package/types/plugins/file/file.d.ts +1 -1
  1488. package/types/plugins/focus/focus.d.ts +1 -1
  1489. package/types/plugins/font/config.d.ts +1 -1
  1490. package/types/plugins/font/font.d.ts +1 -1
  1491. package/types/plugins/format-block/config.d.ts +1 -1
  1492. package/types/plugins/format-block/format-block.d.ts +1 -1
  1493. package/types/plugins/fullsize/config.d.ts +1 -1
  1494. package/types/plugins/fullsize/fullsize.d.ts +1 -1
  1495. package/types/plugins/hotkeys/config.d.ts +1 -1
  1496. package/types/plugins/hotkeys/hotkeys.d.ts +1 -1
  1497. package/types/plugins/hr/hr.d.ts +1 -1
  1498. package/types/plugins/iframe/config.d.ts +1 -1
  1499. package/types/plugins/iframe/iframe.d.ts +1 -1
  1500. package/types/plugins/image/image.d.ts +1 -1
  1501. package/types/plugins/image-processor/config.d.ts +1 -1
  1502. package/types/plugins/image-processor/image-processor.d.ts +1 -1
  1503. package/types/plugins/image-properties/config.d.ts +1 -1
  1504. package/types/plugins/image-properties/image-properties.d.ts +1 -1
  1505. package/types/plugins/image-properties/interface.d.ts +1 -1
  1506. package/types/plugins/image-properties/readers/align.d.ts +1 -1
  1507. package/types/plugins/image-properties/readers/index.d.ts +1 -1
  1508. package/types/plugins/image-properties/readers/link.d.ts +1 -1
  1509. package/types/plugins/image-properties/readers/margin.d.ts +1 -1
  1510. package/types/plugins/image-properties/readers/size.d.ts +1 -1
  1511. package/types/plugins/image-properties/ui/ui-image-form.d.ts +1 -1
  1512. package/types/plugins/image-properties/ui/ui-image-main-tab.d.ts +1 -1
  1513. package/types/plugins/image-properties/ui/ui-image-position-tab.d.ts +1 -1
  1514. package/types/plugins/image-properties/utils/open-image-editor.d.ts +1 -1
  1515. package/types/plugins/image-properties/utils/open-image-popup.d.ts +1 -1
  1516. package/types/plugins/image-properties/utils/utils.d.ts +1 -1
  1517. package/types/plugins/image-properties/writers/index.d.ts +1 -1
  1518. package/types/plugins/image-properties/writers/link.d.ts +1 -1
  1519. package/types/plugins/image-properties/writers/margin.d.ts +1 -1
  1520. package/types/plugins/image-properties/writers/size.d.ts +1 -1
  1521. package/types/plugins/indent/config.d.ts +1 -1
  1522. package/types/plugins/indent/helpers.d.ts +1 -1
  1523. package/types/plugins/indent/indent.d.ts +1 -1
  1524. package/types/plugins/index.d.ts +1 -1
  1525. package/types/plugins/inline-popup/config/config.d.ts +1 -1
  1526. package/types/plugins/inline-popup/config/items/a.d.ts +1 -1
  1527. package/types/plugins/inline-popup/config/items/cells.d.ts +1 -1
  1528. package/types/plugins/inline-popup/config/items/iframe.d.ts +1 -1
  1529. package/types/plugins/inline-popup/config/items/img.d.ts +1 -1
  1530. package/types/plugins/inline-popup/config/items/toolbar.d.ts +1 -1
  1531. package/types/plugins/inline-popup/inline-popup.d.ts +1 -1
  1532. package/types/plugins/justify/justify.d.ts +1 -1
  1533. package/types/plugins/key-arrow-outside/key-arrow-outside.d.ts +1 -1
  1534. package/types/plugins/limit/config.d.ts +1 -1
  1535. package/types/plugins/limit/limit.d.ts +1 -1
  1536. package/types/plugins/line-height/config.d.ts +1 -1
  1537. package/types/plugins/line-height/langs/index.d.ts +1 -1
  1538. package/types/plugins/line-height/line-height.d.ts +1 -1
  1539. package/types/plugins/link/config.d.ts +1 -1
  1540. package/types/plugins/link/link.d.ts +1 -1
  1541. package/types/plugins/link/template.d.ts +1 -1
  1542. package/types/plugins/media/config.d.ts +1 -1
  1543. package/types/plugins/media/media.d.ts +1 -1
  1544. package/types/plugins/mobile/config.d.ts +1 -1
  1545. package/types/plugins/mobile/mobile.d.ts +1 -1
  1546. package/types/plugins/ordered-list/config.d.ts +1 -1
  1547. package/types/plugins/ordered-list/ordered-list.d.ts +1 -1
  1548. package/types/plugins/paste/config.d.ts +1 -1
  1549. package/types/plugins/paste/helpers.d.ts +1 -1
  1550. package/types/plugins/paste/interface.d.ts +1 -1
  1551. package/types/plugins/paste/paste.d.ts +1 -1
  1552. package/types/plugins/paste-from-word/config.d.ts +1 -1
  1553. package/types/plugins/paste-from-word/paste-from-word.d.ts +1 -1
  1554. package/types/plugins/paste-storage/paste-storage.d.ts +1 -1
  1555. package/types/plugins/placeholder/config.d.ts +1 -1
  1556. package/types/plugins/placeholder/placeholder.d.ts +1 -1
  1557. package/types/plugins/powered-by-jodit/powered-by-jodit.d.ts +1 -1
  1558. package/types/plugins/preview/preview.d.ts +1 -1
  1559. package/types/plugins/print/lib/generate-critical-css.d.ts +1 -1
  1560. package/types/plugins/print/print.d.ts +1 -1
  1561. package/types/plugins/redo-undo/redo-undo.d.ts +1 -1
  1562. package/types/plugins/resize-cells/config.d.ts +1 -1
  1563. package/types/plugins/resize-cells/resize-cells.d.ts +1 -1
  1564. package/types/plugins/resize-handler/config.d.ts +1 -1
  1565. package/types/plugins/resize-handler/resize-handler.d.ts +1 -1
  1566. package/types/plugins/resizer/config.d.ts +1 -1
  1567. package/types/plugins/resizer/resizer.d.ts +1 -1
  1568. package/types/plugins/search/config.d.ts +1 -1
  1569. package/types/plugins/search/helpers/highlight-text-ranges.d.ts +1 -1
  1570. package/types/plugins/search/helpers/index.d.ts +1 -1
  1571. package/types/plugins/search/helpers/sentence-finder.d.ts +1 -1
  1572. package/types/plugins/search/interface.d.ts +1 -1
  1573. package/types/plugins/search/search.d.ts +1 -1
  1574. package/types/plugins/search/ui/search.d.ts +1 -1
  1575. package/types/plugins/select/config.d.ts +1 -1
  1576. package/types/plugins/select/select.d.ts +1 -1
  1577. package/types/plugins/select-cells/config.d.ts +1 -1
  1578. package/types/plugins/select-cells/select-cells.d.ts +1 -1
  1579. package/types/plugins/size/config.d.ts +1 -1
  1580. package/types/plugins/size/size.d.ts +1 -1
  1581. package/types/plugins/source/config.d.ts +1 -1
  1582. package/types/plugins/source/editor/engines/ace.d.ts +1 -1
  1583. package/types/plugins/source/editor/engines/area.d.ts +1 -1
  1584. package/types/plugins/source/editor/engines/index.d.ts +1 -1
  1585. package/types/plugins/source/editor/factory.d.ts +1 -1
  1586. package/types/plugins/source/editor/sourceEditor.d.ts +1 -1
  1587. package/types/plugins/source/source.d.ts +1 -1
  1588. package/types/plugins/speech-recognize/config.d.ts +1 -1
  1589. package/types/plugins/speech-recognize/constants.d.ts +1 -1
  1590. package/types/plugins/speech-recognize/helpers/api.d.ts +1 -1
  1591. package/types/plugins/speech-recognize/helpers/exec-spell-command.d.ts +1 -1
  1592. package/types/plugins/speech-recognize/helpers/recognize-manager.d.ts +1 -1
  1593. package/types/plugins/speech-recognize/helpers/sound.d.ts +1 -1
  1594. package/types/plugins/speech-recognize/interface.d.ts +1 -1
  1595. package/types/plugins/speech-recognize/langs/index.d.ts +1 -1
  1596. package/types/plugins/speech-recognize/speech-recognize.d.ts +1 -1
  1597. package/types/plugins/spellcheck/config.d.ts +1 -1
  1598. package/types/plugins/spellcheck/langs/index.d.ts +1 -1
  1599. package/types/plugins/spellcheck/spellcheck.d.ts +1 -1
  1600. package/types/plugins/stat/config.d.ts +1 -1
  1601. package/types/plugins/stat/stat.d.ts +1 -1
  1602. package/types/plugins/sticky/config.d.ts +1 -1
  1603. package/types/plugins/sticky/sticky.d.ts +1 -1
  1604. package/types/plugins/symbols/config.d.ts +1 -1
  1605. package/types/plugins/symbols/langs/index.d.ts +1 -1
  1606. package/types/plugins/symbols/symbols.d.ts +1 -1
  1607. package/types/plugins/tab/cases/index.d.ts +1 -1
  1608. package/types/plugins/tab/cases/on-tab-inside-li.d.ts +1 -1
  1609. package/types/plugins/tab/config.d.ts +1 -1
  1610. package/types/plugins/tab/tab.d.ts +1 -1
  1611. package/types/plugins/table/config.d.ts +1 -1
  1612. package/types/plugins/table/table.d.ts +1 -1
  1613. package/types/plugins/table-keyboard-navigation/table-keyboard-navigation.d.ts +1 -1
  1614. package/types/plugins/video/config.d.ts +1 -1
  1615. package/types/plugins/video/video.d.ts +1 -1
  1616. package/types/plugins/wrap-nodes/config.d.ts +1 -1
  1617. package/types/plugins/wrap-nodes/wrap-nodes.d.ts +1 -1
  1618. package/types/plugins/xpath/config.d.ts +1 -1
  1619. package/types/plugins/xpath/xpath.d.ts +1 -1
  1620. package/types/styles/icons/index.d.ts +1 -1
  1621. package/types/types/ajax.d.ts +1 -1
  1622. package/types/types/async.d.ts +1 -1
  1623. package/types/types/context.d.ts +1 -1
  1624. package/types/types/core.d.ts +1 -1
  1625. package/types/types/create.d.ts +1 -1
  1626. package/types/types/dialog.d.ts +1 -1
  1627. package/types/types/events.d.ts +1 -1
  1628. package/types/types/file-browser.d.ts +1 -1
  1629. package/types/types/form.d.ts +1 -1
  1630. package/types/types/history.d.ts +1 -1
  1631. package/types/types/index.d.ts +1 -1
  1632. package/types/types/jodit.d.ts +1 -1
  1633. package/types/types/messages.d.ts +1 -1
  1634. package/types/types/plugin.d.ts +1 -1
  1635. package/types/types/popup.d.ts +1 -1
  1636. package/types/types/select.d.ts +1 -1
  1637. package/types/types/source.d.ts +1 -1
  1638. package/types/types/storage.d.ts +1 -1
  1639. package/types/types/style.d.ts +1 -1
  1640. package/types/types/toolbar.d.ts +1 -1
  1641. package/types/types/traits.d.ts +1 -1
  1642. package/types/types/types.d.ts +1 -1
  1643. package/types/types/ui.d.ts +1 -1
  1644. package/types/types/uploader.d.ts +1 -1
  1645. package/types/types/view.d.ts +1 -1
  1646. package/types/typings.d.ts +1 -1
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * jodit - Jodit is an awesome and useful wysiwyg editor with filebrowser
3
3
  * Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
4
- * Version: v4.2.49
4
+ * Version: v4.2.50
5
5
  * Url: https://xdsoft.net/jodit/
6
6
  * License(s): MIT
7
7
  */
@@ -121,7 +121,7 @@ function autobind() {
121
121
  /*!
122
122
  * Jodit Editor (https://xdsoft.net/jodit/)
123
123
  * Released under MIT see LICENSE.txt in the project root for license information.
124
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
124
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
125
125
  */
126
126
  /**
127
127
  * Editor options. These can be configured upon the creation of the editor.
@@ -1040,7 +1040,7 @@ Config.prototype.controls = {};
1040
1040
  /*!
1041
1041
  * Jodit Editor (https://xdsoft.net/jodit/)
1042
1042
  * Released under MIT see LICENSE.txt in the project root for license information.
1043
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1043
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1044
1044
  */
1045
1045
 
1046
1046
 
@@ -1343,7 +1343,7 @@ class Async {
1343
1343
  /*!
1344
1344
  * Jodit Editor (https://xdsoft.net/jodit/)
1345
1345
  * Released under MIT see LICENSE.txt in the project root for license information.
1346
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1346
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1347
1347
  */
1348
1348
  /**
1349
1349
  * @module async
@@ -1367,7 +1367,7 @@ class Async {
1367
1367
  /*!
1368
1368
  * Jodit Editor (https://xdsoft.net/jodit/)
1369
1369
  * Released under MIT see LICENSE.txt in the project root for license information.
1370
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1370
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1371
1371
  */
1372
1372
 
1373
1373
 
@@ -1573,7 +1573,7 @@ Component.STATUSES = jodit_core_component_statuses__WEBPACK_IMPORTED_MODULE_1__/
1573
1573
  /*!
1574
1574
  * Jodit Editor (https://xdsoft.net/jodit/)
1575
1575
  * Released under MIT see LICENSE.txt in the project root for license information.
1576
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1576
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1577
1577
  */
1578
1578
  /**
1579
1579
  * @module component
@@ -1595,7 +1595,7 @@ Component.STATUSES = jodit_core_component_statuses__WEBPACK_IMPORTED_MODULE_1__/
1595
1595
  /*!
1596
1596
  * Jodit Editor (https://xdsoft.net/jodit/)
1597
1597
  * Released under MIT see LICENSE.txt in the project root for license information.
1598
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1598
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1599
1599
  */
1600
1600
  /**
1601
1601
  * @module component
@@ -1621,7 +1621,7 @@ const STATUSES = {
1621
1621
  /*!
1622
1622
  * Jodit Editor (https://xdsoft.net/jodit/)
1623
1623
  * Released under MIT see LICENSE.txt in the project root for license information.
1624
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1624
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1625
1625
  */
1626
1626
 
1627
1627
  class ViewComponent extends _component__WEBPACK_IMPORTED_MODULE_0__/* .Component */ .u {
@@ -1734,9 +1734,9 @@ __webpack_require__.r(__webpack_exports__);
1734
1734
  /*!
1735
1735
  * Jodit Editor (https://xdsoft.net/jodit/)
1736
1736
  * Released under MIT see LICENSE.txt in the project root for license information.
1737
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1737
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1738
1738
  */
1739
- const APP_VERSION = "4.2.49";
1739
+ const APP_VERSION = "4.2.50";
1740
1740
  // prettier-ignore
1741
1741
  const ES = "es2021";
1742
1742
  const IS_ES_MODERN = true;
@@ -1959,7 +1959,7 @@ const PASSIVE_EVENTS = new Set([
1959
1959
  /*!
1960
1960
  * Jodit Editor (https://xdsoft.net/jodit/)
1961
1961
  * Released under MIT see LICENSE.txt in the project root for license information.
1962
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1962
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1963
1963
  */
1964
1964
 
1965
1965
 
@@ -2109,7 +2109,7 @@ class Create {
2109
2109
  /*!
2110
2110
  * Jodit Editor (https://xdsoft.net/jodit/)
2111
2111
  * Released under MIT see LICENSE.txt in the project root for license information.
2112
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2112
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2113
2113
  */
2114
2114
  /**
2115
2115
  * @module create
@@ -2130,7 +2130,7 @@ class Create {
2130
2130
  /*!
2131
2131
  * Jodit Editor (https://xdsoft.net/jodit/)
2132
2132
  * Released under MIT see LICENSE.txt in the project root for license information.
2133
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2133
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2134
2134
  */
2135
2135
  /**
2136
2136
  * [[include:core/decorators/autobind/README.md]]
@@ -2158,7 +2158,7 @@ class Create {
2158
2158
  /*!
2159
2159
  * Jodit Editor (https://xdsoft.net/jodit/)
2160
2160
  * Released under MIT see LICENSE.txt in the project root for license information.
2161
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2161
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2162
2162
  */
2163
2163
 
2164
2164
 
@@ -2228,7 +2228,7 @@ function cacheHTML(target, _, descriptor) {
2228
2228
  /*!
2229
2229
  * Jodit Editor (https://xdsoft.net/jodit/)
2230
2230
  * Released under MIT see LICENSE.txt in the project root for license information.
2231
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2231
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2232
2232
  */
2233
2233
  /**
2234
2234
  * Decorate components and set status isReady after constructor
@@ -2272,7 +2272,7 @@ function component(constructorFunction) {
2272
2272
  /*!
2273
2273
  * Jodit Editor (https://xdsoft.net/jodit/)
2274
2274
  * Released under MIT see LICENSE.txt in the project root for license information.
2275
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2275
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2276
2276
  */
2277
2277
 
2278
2278
 
@@ -2327,7 +2327,7 @@ function throttle(timeout, firstCallImmediately = false) {
2327
2327
  /*!
2328
2328
  * Jodit Editor (https://xdsoft.net/jodit/)
2329
2329
  * Released under MIT see LICENSE.txt in the project root for license information.
2330
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2330
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2331
2331
  */
2332
2332
  /**
2333
2333
  * [[include:core/decorators/derive/README.md]]
@@ -2376,7 +2376,7 @@ function derive(...traits) {
2376
2376
  /*!
2377
2377
  * Jodit Editor (https://xdsoft.net/jodit/)
2378
2378
  * Released under MIT see LICENSE.txt in the project root for license information.
2379
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2379
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2380
2380
  */
2381
2381
 
2382
2382
 
@@ -2410,7 +2410,7 @@ function hook(status) {
2410
2410
  /*!
2411
2411
  * Jodit Editor (https://xdsoft.net/jodit/)
2412
2412
  * Released under MIT see LICENSE.txt in the project root for license information.
2413
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2413
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2414
2414
  */
2415
2415
 
2416
2416
 
@@ -2467,7 +2467,7 @@ __webpack_require__.r(__webpack_exports__);
2467
2467
  /*!
2468
2468
  * Jodit Editor (https://xdsoft.net/jodit/)
2469
2469
  * Released under MIT see LICENSE.txt in the project root for license information.
2470
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2470
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2471
2471
  */
2472
2472
  /**
2473
2473
  * [[include:core/decorators/README.md]]
@@ -2499,7 +2499,7 @@ __webpack_require__.r(__webpack_exports__);
2499
2499
  /*!
2500
2500
  * Jodit Editor (https://xdsoft.net/jodit/)
2501
2501
  * Released under MIT see LICENSE.txt in the project root for license information.
2502
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2502
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2503
2503
  */
2504
2504
  /**
2505
2505
  * [[include:core/decorators/nonenumerable/README.md]]
@@ -2537,7 +2537,7 @@ const nonenumerable = (target, propertyKey) => {
2537
2537
  /*!
2538
2538
  * Jodit Editor (https://xdsoft.net/jodit/)
2539
2539
  * Released under MIT see LICENSE.txt in the project root for license information.
2540
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2540
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2541
2541
  */
2542
2542
 
2543
2543
 
@@ -2573,7 +2573,7 @@ function persistent(target, propertyKey) {
2573
2573
  /*!
2574
2574
  * Jodit Editor (https://xdsoft.net/jodit/)
2575
2575
  * Released under MIT see LICENSE.txt in the project root for license information.
2576
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2576
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2577
2577
  */
2578
2578
 
2579
2579
 
@@ -2625,7 +2625,7 @@ function wait(condition) {
2625
2625
  /*!
2626
2626
  * Jodit Editor (https://xdsoft.net/jodit/)
2627
2627
  * Released under MIT see LICENSE.txt in the project root for license information.
2628
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2628
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2629
2629
  */
2630
2630
 
2631
2631
 
@@ -2746,7 +2746,7 @@ function watch(observeFields, opts) {
2746
2746
  /*!
2747
2747
  * Jodit Editor (https://xdsoft.net/jodit/)
2748
2748
  * Released under MIT see LICENSE.txt in the project root for license information.
2749
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2749
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2750
2750
  */
2751
2751
 
2752
2752
 
@@ -3471,7 +3471,7 @@ class Dom {
3471
3471
  /*!
3472
3472
  * Jodit Editor (https://xdsoft.net/jodit/)
3473
3473
  * Released under MIT see LICENSE.txt in the project root for license information.
3474
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3474
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3475
3475
  */
3476
3476
  /**
3477
3477
  * @module dom
@@ -3496,7 +3496,7 @@ class Dom {
3496
3496
  /*!
3497
3497
  * Jodit Editor (https://xdsoft.net/jodit/)
3498
3498
  * Released under MIT see LICENSE.txt in the project root for license information.
3499
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3499
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3500
3500
  */
3501
3501
 
3502
3502
 
@@ -3609,7 +3609,7 @@ class LazyWalker extends jodit_core_event_emitter_eventify__WEBPACK_IMPORTED_MOD
3609
3609
  /*!
3610
3610
  * Jodit Editor (https://xdsoft.net/jodit/)
3611
3611
  * Released under MIT see LICENSE.txt in the project root for license information.
3612
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3612
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3613
3613
  */
3614
3614
 
3615
3615
 
@@ -4099,7 +4099,7 @@ function isDOMElement(subject) {
4099
4099
  /*!
4100
4100
  * Jodit Editor (https://xdsoft.net/jodit/)
4101
4101
  * Released under MIT see LICENSE.txt in the project root for license information.
4102
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4102
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4103
4103
  */
4104
4104
  /**
4105
4105
  * Class for adding event handling capability
@@ -4175,7 +4175,7 @@ class Eventify {
4175
4175
  /*!
4176
4176
  * Jodit Editor (https://xdsoft.net/jodit/)
4177
4177
  * Released under MIT see LICENSE.txt in the project root for license information.
4178
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4178
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4179
4179
  */
4180
4180
  /**
4181
4181
  * @module event-emitter
@@ -4202,7 +4202,7 @@ class Eventify {
4202
4202
  /*!
4203
4203
  * Jodit Editor (https://xdsoft.net/jodit/)
4204
4204
  * Released under MIT see LICENSE.txt in the project root for license information.
4205
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4205
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4206
4206
  */
4207
4207
 
4208
4208
 
@@ -4361,7 +4361,7 @@ function observable(obj) {
4361
4361
  /*!
4362
4362
  * Jodit Editor (https://xdsoft.net/jodit/)
4363
4363
  * Released under MIT see LICENSE.txt in the project root for license information.
4364
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4364
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4365
4365
  */
4366
4366
 
4367
4367
 
@@ -4457,7 +4457,7 @@ class EventHandlersStore {
4457
4457
  /*!
4458
4458
  * Jodit Editor (https://xdsoft.net/jodit/)
4459
4459
  * Released under MIT see LICENSE.txt in the project root for license information.
4460
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4460
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4461
4461
  */
4462
4462
 
4463
4463
 
@@ -4575,7 +4575,7 @@ const eventEmitter = new _event_emitter__WEBPACK_IMPORTED_MODULE_4__/* .EventEmi
4575
4575
  /*!
4576
4576
  * Jodit Editor (https://xdsoft.net/jodit/)
4577
4577
  * Released under MIT see LICENSE.txt in the project root for license information.
4578
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4578
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4579
4579
  */
4580
4580
  /**
4581
4581
  * @module helpers/array
@@ -4609,7 +4609,7 @@ const asArray = (a) => ((0,jodit_core_helpers_checker_is_array__WEBPACK_IMPORTED
4609
4609
  /*!
4610
4610
  * Jodit Editor (https://xdsoft.net/jodit/)
4611
4611
  * Released under MIT see LICENSE.txt in the project root for license information.
4612
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4612
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4613
4613
  */
4614
4614
  /**
4615
4615
  * @module helpers/array
@@ -4631,7 +4631,7 @@ const asArray = (a) => ((0,jodit_core_helpers_checker_is_array__WEBPACK_IMPORTED
4631
4631
  /*!
4632
4632
  * Jodit Editor (https://xdsoft.net/jodit/)
4633
4633
  * Released under MIT see LICENSE.txt in the project root for license information.
4634
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4634
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4635
4635
  */
4636
4636
  /**
4637
4637
  * Return an array from string or array
@@ -4659,7 +4659,7 @@ function splitArray(a) {
4659
4659
  /*!
4660
4660
  * Jodit Editor (https://xdsoft.net/jodit/)
4661
4661
  * Released under MIT see LICENSE.txt in the project root for license information.
4662
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4662
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4663
4663
  */
4664
4664
  /**
4665
4665
  * @module helpers/array
@@ -4697,7 +4697,7 @@ const toArray = function toArray(...args) {
4697
4697
  /*!
4698
4698
  * Jodit Editor (https://xdsoft.net/jodit/)
4699
4699
  * Released under MIT see LICENSE.txt in the project root for license information.
4700
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4700
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4701
4701
  */
4702
4702
  /**
4703
4703
  * @module helpers/async
@@ -4719,7 +4719,7 @@ const toArray = function toArray(...args) {
4719
4719
  /*!
4720
4720
  * Jodit Editor (https://xdsoft.net/jodit/)
4721
4721
  * Released under MIT see LICENSE.txt in the project root for license information.
4722
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4722
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4723
4723
  */
4724
4724
  /**
4725
4725
  * @module helpers/async
@@ -4758,7 +4758,7 @@ function clearTimeout(timer) {
4758
4758
  /*!
4759
4759
  * Jodit Editor (https://xdsoft.net/jodit/)
4760
4760
  * Released under MIT see LICENSE.txt in the project root for license information.
4761
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4761
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4762
4762
  */
4763
4763
  /**
4764
4764
  * @module helpers/checker
@@ -4847,7 +4847,7 @@ function hasBrowserColorPicker() {
4847
4847
  /*!
4848
4848
  * Jodit Editor (https://xdsoft.net/jodit/)
4849
4849
  * Released under MIT see LICENSE.txt in the project root for license information.
4850
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4850
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4851
4851
  */
4852
4852
  /**
4853
4853
  * @module helpers/checker
@@ -4891,7 +4891,7 @@ function hasBrowserColorPicker() {
4891
4891
  /*!
4892
4892
  * Jodit Editor (https://xdsoft.net/jodit/)
4893
4893
  * Released under MIT see LICENSE.txt in the project root for license information.
4894
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4894
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4895
4895
  */
4896
4896
  function isAbortError(error) {
4897
4897
  return (Boolean(error) &&
@@ -4912,7 +4912,7 @@ function isAbortError(error) {
4912
4912
  /*!
4913
4913
  * Jodit Editor (https://xdsoft.net/jodit/)
4914
4914
  * Released under MIT see LICENSE.txt in the project root for license information.
4915
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4915
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4916
4916
  */
4917
4917
  /**
4918
4918
  * @module helpers/checker
@@ -4937,7 +4937,7 @@ function isArray(elm) {
4937
4937
  /*!
4938
4938
  * Jodit Editor (https://xdsoft.net/jodit/)
4939
4939
  * Released under MIT see LICENSE.txt in the project root for license information.
4940
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4940
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4941
4941
  */
4942
4942
  /**
4943
4943
  * @module helpers/checker
@@ -4961,7 +4961,7 @@ function isBoolean(elm) {
4961
4961
  /*!
4962
4962
  * Jodit Editor (https://xdsoft.net/jodit/)
4963
4963
  * Released under MIT see LICENSE.txt in the project root for license information.
4964
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4964
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4965
4965
  */
4966
4966
  /**
4967
4967
  * @module helpers/checker
@@ -4990,7 +4990,7 @@ function isFastEqual(a, b) {
4990
4990
  /*!
4991
4991
  * Jodit Editor (https://xdsoft.net/jodit/)
4992
4992
  * Released under MIT see LICENSE.txt in the project root for license information.
4993
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4993
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4994
4994
  */
4995
4995
  /**
4996
4996
  * @module helpers/checker
@@ -5015,7 +5015,7 @@ function isFunction(value) {
5015
5015
  /*!
5016
5016
  * Jodit Editor (https://xdsoft.net/jodit/)
5017
5017
  * Released under MIT see LICENSE.txt in the project root for license information.
5018
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5018
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5019
5019
  */
5020
5020
  /**
5021
5021
  * @module helpers/checker
@@ -5043,7 +5043,7 @@ function isHtmlFromWord(data) {
5043
5043
  /*!
5044
5044
  * Jodit Editor (https://xdsoft.net/jodit/)
5045
5045
  * Released under MIT see LICENSE.txt in the project root for license information.
5046
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5046
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5047
5047
  */
5048
5048
  /**
5049
5049
  * @module helpers/checker
@@ -5073,7 +5073,7 @@ const isHTML = (str) => (0,_is_string__WEBPACK_IMPORTED_MODULE_0__/* .isString *
5073
5073
  /*!
5074
5074
  * Jodit Editor (https://xdsoft.net/jodit/)
5075
5075
  * Released under MIT see LICENSE.txt in the project root for license information.
5076
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5076
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5077
5077
  */
5078
5078
 
5079
5079
 
@@ -5112,7 +5112,7 @@ function hasContainer(value) {
5112
5112
  /*!
5113
5113
  * Jodit Editor (https://xdsoft.net/jodit/)
5114
5114
  * Released under MIT see LICENSE.txt in the project root for license information.
5115
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5115
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5116
5116
  */
5117
5117
  /**
5118
5118
  * @module helpers/checker
@@ -5143,7 +5143,7 @@ function isInt(value) {
5143
5143
  /*!
5144
5144
  * Jodit Editor (https://xdsoft.net/jodit/)
5145
5145
  * Released under MIT see LICENSE.txt in the project root for license information.
5146
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5146
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5147
5147
  */
5148
5148
 
5149
5149
  /**
@@ -5172,7 +5172,7 @@ function isJoditObject(jodit) {
5172
5172
  /*!
5173
5173
  * Jodit Editor (https://xdsoft.net/jodit/)
5174
5174
  * Released under MIT see LICENSE.txt in the project root for license information.
5175
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5175
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5176
5176
  */
5177
5177
  /**
5178
5178
  * @module helpers/checker
@@ -5197,7 +5197,7 @@ const isLicense = (license) => (0,_is_string__WEBPACK_IMPORTED_MODULE_0__/* .isS
5197
5197
  /*!
5198
5198
  * Jodit Editor (https://xdsoft.net/jodit/)
5199
5199
  * Released under MIT see LICENSE.txt in the project root for license information.
5200
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5200
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5201
5201
  */
5202
5202
 
5203
5203
 
@@ -5223,7 +5223,7 @@ function isMarker(elm) {
5223
5223
  /*!
5224
5224
  * Jodit Editor (https://xdsoft.net/jodit/)
5225
5225
  * Released under MIT see LICENSE.txt in the project root for license information.
5226
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5226
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5227
5227
  */
5228
5228
  /**
5229
5229
  * @module helpers/checker
@@ -5251,7 +5251,7 @@ function isNativeFunction(f) {
5251
5251
  /*!
5252
5252
  * Jodit Editor (https://xdsoft.net/jodit/)
5253
5253
  * Released under MIT see LICENSE.txt in the project root for license information.
5254
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5254
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5255
5255
  */
5256
5256
  /**
5257
5257
  * @module helpers/checker
@@ -5277,7 +5277,7 @@ function isNumber(value) {
5277
5277
  /*!
5278
5278
  * Jodit Editor (https://xdsoft.net/jodit/)
5279
5279
  * Released under MIT see LICENSE.txt in the project root for license information.
5280
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5280
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5281
5281
  */
5282
5282
  /**
5283
5283
  * @module helpers/checker
@@ -5310,7 +5310,7 @@ function isNumeric(value) {
5310
5310
  /*!
5311
5311
  * Jodit Editor (https://xdsoft.net/jodit/)
5312
5312
  * Released under MIT see LICENSE.txt in the project root for license information.
5313
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5313
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5314
5314
  */
5315
5315
 
5316
5316
  /**
@@ -5337,7 +5337,7 @@ function isPlainObject(obj) {
5337
5337
  /*!
5338
5338
  * Jodit Editor (https://xdsoft.net/jodit/)
5339
5339
  * Released under MIT see LICENSE.txt in the project root for license information.
5340
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5340
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5341
5341
  */
5342
5342
  /**
5343
5343
  * @module helpers/checker
@@ -5360,7 +5360,7 @@ function isPromise(val) {
5360
5360
  /*!
5361
5361
  * Jodit Editor (https://xdsoft.net/jodit/)
5362
5362
  * Released under MIT see LICENSE.txt in the project root for license information.
5363
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5363
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5364
5364
  */
5365
5365
  /**
5366
5366
  * @module helpers/checker
@@ -5391,7 +5391,7 @@ function isSet(elm) {
5391
5391
  /*!
5392
5392
  * Jodit Editor (https://xdsoft.net/jodit/)
5393
5393
  * Released under MIT see LICENSE.txt in the project root for license information.
5394
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5394
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5395
5395
  */
5396
5396
  /**
5397
5397
  * @module helpers/checker
@@ -5424,7 +5424,7 @@ function isStringArray(value) {
5424
5424
  /*!
5425
5425
  * Jodit Editor (https://xdsoft.net/jodit/)
5426
5426
  * Released under MIT see LICENSE.txt in the project root for license information.
5427
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5427
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5428
5428
  */
5429
5429
  /**
5430
5430
  * @module helpers/checker
@@ -5464,7 +5464,7 @@ function isURL(str) {
5464
5464
  /*!
5465
5465
  * Jodit Editor (https://xdsoft.net/jodit/)
5466
5466
  * Released under MIT see LICENSE.txt in the project root for license information.
5467
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5467
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5468
5468
  */
5469
5469
  /**
5470
5470
  * @module helpers/checker
@@ -5493,7 +5493,7 @@ function isValidName(name) {
5493
5493
  /*!
5494
5494
  * Jodit Editor (https://xdsoft.net/jodit/)
5495
5495
  * Released under MIT see LICENSE.txt in the project root for license information.
5496
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5496
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5497
5497
  */
5498
5498
 
5499
5499
  /**
@@ -5519,7 +5519,7 @@ function isViewObject(jodit) {
5519
5519
  /*!
5520
5520
  * Jodit Editor (https://xdsoft.net/jodit/)
5521
5521
  * Released under MIT see LICENSE.txt in the project root for license information.
5522
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5522
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5523
5523
  */
5524
5524
  /**
5525
5525
  * @module helpers/checker
@@ -5545,7 +5545,7 @@ function isVoid(value) {
5545
5545
  /*!
5546
5546
  * Jodit Editor (https://xdsoft.net/jodit/)
5547
5547
  * Released under MIT see LICENSE.txt in the project root for license information.
5548
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5548
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5549
5549
  */
5550
5550
  /**
5551
5551
  * @module helpers/checker
@@ -5567,7 +5567,7 @@ function isWindow(obj) {
5567
5567
  /*!
5568
5568
  * Jodit Editor (https://xdsoft.net/jodit/)
5569
5569
  * Released under MIT see LICENSE.txt in the project root for license information.
5570
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5570
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5571
5571
  */
5572
5572
  /**
5573
5573
  * @module helpers/color
@@ -5622,7 +5622,7 @@ const colorToHex = (color) => {
5622
5622
  /*!
5623
5623
  * Jodit Editor (https://xdsoft.net/jodit/)
5624
5624
  * Released under MIT see LICENSE.txt in the project root for license information.
5625
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5625
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5626
5626
  */
5627
5627
  /**
5628
5628
  * @module helpers/color
@@ -5646,7 +5646,7 @@ const colorToHex = (color) => {
5646
5646
  /*!
5647
5647
  * Jodit Editor (https://xdsoft.net/jodit/)
5648
5648
  * Released under MIT see LICENSE.txt in the project root for license information.
5649
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5649
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5650
5650
  */
5651
5651
  /**
5652
5652
  * @module helpers/html
@@ -5761,7 +5761,7 @@ function applyStyles(html) {
5761
5761
  /*!
5762
5762
  * Jodit Editor (https://xdsoft.net/jodit/)
5763
5763
  * Released under MIT see LICENSE.txt in the project root for license information.
5764
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5764
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5765
5765
  */
5766
5766
  /**
5767
5767
  * @module helpers/html
@@ -5849,7 +5849,7 @@ function cleanFromWord(html) {
5849
5849
  /*!
5850
5850
  * Jodit Editor (https://xdsoft.net/jodit/)
5851
5851
  * Released under MIT see LICENSE.txt in the project root for license information.
5852
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5852
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5853
5853
  */
5854
5854
  /**
5855
5855
  * @module helpers/html
@@ -5889,7 +5889,7 @@ function htmlspecialchars(html) {
5889
5889
  /*!
5890
5890
  * Jodit Editor (https://xdsoft.net/jodit/)
5891
5891
  * Released under MIT see LICENSE.txt in the project root for license information.
5892
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5892
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5893
5893
  */
5894
5894
  /**
5895
5895
  * @module helpers/html
@@ -5914,7 +5914,7 @@ function htmlspecialchars(html) {
5914
5914
  /*!
5915
5915
  * Jodit Editor (https://xdsoft.net/jodit/)
5916
5916
  * Released under MIT see LICENSE.txt in the project root for license information.
5917
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5917
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5918
5918
  */
5919
5919
  /**
5920
5920
  * @module helpers/html
@@ -5942,7 +5942,7 @@ function nl2br(html) {
5942
5942
  /*!
5943
5943
  * Jodit Editor (https://xdsoft.net/jodit/)
5944
5944
  * Released under MIT see LICENSE.txt in the project root for license information.
5945
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5945
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5946
5946
  */
5947
5947
  /**
5948
5948
  * @module helpers/html
@@ -6002,7 +6002,7 @@ function sanitizeHTMLElement(elm, { safeJavaScriptLink, removeOnError } = {
6002
6002
  /*!
6003
6003
  * Jodit Editor (https://xdsoft.net/jodit/)
6004
6004
  * Released under MIT see LICENSE.txt in the project root for license information.
6005
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6005
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6006
6006
  */
6007
6007
 
6008
6008
 
@@ -6162,7 +6162,7 @@ __webpack_require__.r(__webpack_exports__);
6162
6162
  /*!
6163
6163
  * Jodit Editor (https://xdsoft.net/jodit/)
6164
6164
  * Released under MIT see LICENSE.txt in the project root for license information.
6165
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6165
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6166
6166
  */
6167
6167
  /**
6168
6168
  * [[include:core/helpers/README.md]]
@@ -6209,7 +6209,7 @@ __webpack_require__.r(__webpack_exports__);
6209
6209
  /*!
6210
6210
  * Jodit Editor (https://xdsoft.net/jodit/)
6211
6211
  * Released under MIT see LICENSE.txt in the project root for license information.
6212
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6212
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6213
6213
  */
6214
6214
  /**
6215
6215
  * @module helpers/normalize
@@ -6238,7 +6238,7 @@ __webpack_require__.r(__webpack_exports__);
6238
6238
  /*!
6239
6239
  * Jodit Editor (https://xdsoft.net/jodit/)
6240
6240
  * Released under MIT see LICENSE.txt in the project root for license information.
6241
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6241
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6242
6242
  */
6243
6243
  /**
6244
6244
  * @module helpers/normalize
@@ -6291,7 +6291,7 @@ const normalizeColor = (colorInput) => {
6291
6291
  /*!
6292
6292
  * Jodit Editor (https://xdsoft.net/jodit/)
6293
6293
  * Released under MIT see LICENSE.txt in the project root for license information.
6294
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6294
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6295
6295
  */
6296
6296
  /**
6297
6297
  * @module helpers/normalize
@@ -6346,7 +6346,7 @@ function normalizeCssValue(key, value) {
6346
6346
  /*!
6347
6347
  * Jodit Editor (https://xdsoft.net/jodit/)
6348
6348
  * Released under MIT see LICENSE.txt in the project root for license information.
6349
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6349
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6350
6350
  */
6351
6351
 
6352
6352
 
@@ -6397,7 +6397,7 @@ function normalizeKeyAliases(keys) {
6397
6397
  /*!
6398
6398
  * Jodit Editor (https://xdsoft.net/jodit/)
6399
6399
  * Released under MIT see LICENSE.txt in the project root for license information.
6400
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6400
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6401
6401
  */
6402
6402
  /**
6403
6403
  * @module helpers/normalize
@@ -6427,7 +6427,7 @@ const normalizeLicense = (license, count = 8) => {
6427
6427
  /*!
6428
6428
  * Jodit Editor (https://xdsoft.net/jodit/)
6429
6429
  * Released under MIT see LICENSE.txt in the project root for license information.
6430
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6430
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6431
6431
  */
6432
6432
  /**
6433
6433
  * @module helpers/normalize
@@ -6465,7 +6465,7 @@ const normalizePath = (...path) => {
6465
6465
  /*!
6466
6466
  * Jodit Editor (https://xdsoft.net/jodit/)
6467
6467
  * Released under MIT see LICENSE.txt in the project root for license information.
6468
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6468
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6469
6469
  */
6470
6470
  /**
6471
6471
  * @module helpers/normalize
@@ -6506,7 +6506,7 @@ const normalizeRelativePath = (path) => {
6506
6506
  /*!
6507
6507
  * Jodit Editor (https://xdsoft.net/jodit/)
6508
6508
  * Released under MIT see LICENSE.txt in the project root for license information.
6509
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6509
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6510
6510
  */
6511
6511
  /**
6512
6512
  * @module helpers/normalize
@@ -6534,7 +6534,7 @@ const normalizeSize = (value, units) => {
6534
6534
  /*!
6535
6535
  * Jodit Editor (https://xdsoft.net/jodit/)
6536
6536
  * Released under MIT see LICENSE.txt in the project root for license information.
6537
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6537
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6538
6538
  */
6539
6539
  /**
6540
6540
  * @module helpers/normalize
@@ -6560,7 +6560,7 @@ const normalizeUrl = (...urls) => {
6560
6560
  /*!
6561
6561
  * Jodit Editor (https://xdsoft.net/jodit/)
6562
6562
  * Released under MIT see LICENSE.txt in the project root for license information.
6563
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6563
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6564
6564
  */
6565
6565
  /**
6566
6566
  * @module helpers/size
@@ -6586,7 +6586,7 @@ const getContentWidth = (element, win) => {
6586
6586
  /*!
6587
6587
  * Jodit Editor (https://xdsoft.net/jodit/)
6588
6588
  * Released under MIT see LICENSE.txt in the project root for license information.
6589
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6589
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6590
6590
  */
6591
6591
 
6592
6592
 
@@ -6630,7 +6630,7 @@ function getScrollParent(node) {
6630
6630
  /*!
6631
6631
  * Jodit Editor (https://xdsoft.net/jodit/)
6632
6632
  * Released under MIT see LICENSE.txt in the project root for license information.
6633
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6633
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6634
6634
  */
6635
6635
  /**
6636
6636
  * @module helpers/size
@@ -6655,7 +6655,7 @@ function getScrollParent(node) {
6655
6655
  /*!
6656
6656
  * Jodit Editor (https://xdsoft.net/jodit/)
6657
6657
  * Released under MIT see LICENSE.txt in the project root for license information.
6658
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6658
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6659
6659
  */
6660
6660
  /**
6661
6661
  * @module helpers/size
@@ -6683,7 +6683,7 @@ const innerWidth = (element, win) => {
6683
6683
  /*!
6684
6684
  * Jodit Editor (https://xdsoft.net/jodit/)
6685
6685
  * Released under MIT see LICENSE.txt in the project root for license information.
6686
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6686
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6687
6687
  */
6688
6688
 
6689
6689
  function size(subject) {
@@ -6709,7 +6709,7 @@ function size(subject) {
6709
6709
  /*!
6710
6710
  * Jodit Editor (https://xdsoft.net/jodit/)
6711
6711
  * Released under MIT see LICENSE.txt in the project root for license information.
6712
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6712
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6713
6713
  */
6714
6714
  const offset = (elm, jodit, doc, recurse = false) => {
6715
6715
  let rect;
@@ -6765,7 +6765,7 @@ const offset = (elm, jodit, doc, recurse = false) => {
6765
6765
  /*!
6766
6766
  * Jodit Editor (https://xdsoft.net/jodit/)
6767
6767
  * Released under MIT see LICENSE.txt in the project root for license information.
6768
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6768
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6769
6769
  */
6770
6770
 
6771
6771
  /**
@@ -6803,7 +6803,7 @@ function position(elm, jodit, recurse = false) {
6803
6803
  /*!
6804
6804
  * Jodit Editor (https://xdsoft.net/jodit/)
6805
6805
  * Released under MIT see LICENSE.txt in the project root for license information.
6806
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6806
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6807
6807
  */
6808
6808
  /**
6809
6809
  * @module helpers/string
@@ -6831,7 +6831,7 @@ const camelCase = (key) => {
6831
6831
  /*!
6832
6832
  * Jodit Editor (https://xdsoft.net/jodit/)
6833
6833
  * Released under MIT see LICENSE.txt in the project root for license information.
6834
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6834
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6835
6835
  */
6836
6836
  /**
6837
6837
  * @module helpers/string
@@ -6890,7 +6890,7 @@ function fuzzySearchIndex(needle, haystack, offset = 0, maxDistance = 1) {
6890
6890
  /*!
6891
6891
  * Jodit Editor (https://xdsoft.net/jodit/)
6892
6892
  * Released under MIT see LICENSE.txt in the project root for license information.
6893
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6893
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6894
6894
  */
6895
6895
 
6896
6896
 
@@ -7029,7 +7029,7 @@ function i18n(key, params, options) {
7029
7029
  /*!
7030
7030
  * Jodit Editor (https://xdsoft.net/jodit/)
7031
7031
  * Released under MIT see LICENSE.txt in the project root for license information.
7032
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7032
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7033
7033
  */
7034
7034
  /**
7035
7035
  * @module helpers/string
@@ -7056,7 +7056,7 @@ function i18n(key, params, options) {
7056
7056
  /*!
7057
7057
  * Jodit Editor (https://xdsoft.net/jodit/)
7058
7058
  * Released under MIT see LICENSE.txt in the project root for license information.
7059
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7059
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7060
7060
  */
7061
7061
  /**
7062
7062
  * @module helpers/string
@@ -7088,7 +7088,7 @@ const CamelCaseToKebabCase = (key) => {
7088
7088
  /*!
7089
7089
  * Jodit Editor (https://xdsoft.net/jodit/)
7090
7090
  * Released under MIT see LICENSE.txt in the project root for license information.
7091
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7091
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7092
7092
  */
7093
7093
  /**
7094
7094
  * Safe stringify circular object
@@ -7130,7 +7130,7 @@ function stringify(value, options = {}) {
7130
7130
  /*!
7131
7131
  * Jodit Editor (https://xdsoft.net/jodit/)
7132
7132
  * Released under MIT see LICENSE.txt in the project root for license information.
7133
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7133
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7134
7134
  */
7135
7135
  /**
7136
7136
  * @module helpers/string
@@ -7172,7 +7172,7 @@ function trimInv(value) {
7172
7172
  /*!
7173
7173
  * Jodit Editor (https://xdsoft.net/jodit/)
7174
7174
  * Released under MIT see LICENSE.txt in the project root for license information.
7175
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7175
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7176
7176
  */
7177
7177
  /**
7178
7178
  * @module helpers/string
@@ -7204,7 +7204,7 @@ function ucfirst(value) {
7204
7204
  /*!
7205
7205
  * Jodit Editor (https://xdsoft.net/jodit/)
7206
7206
  * Released under MIT see LICENSE.txt in the project root for license information.
7207
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7207
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7208
7208
  */
7209
7209
 
7210
7210
 
@@ -7290,7 +7290,7 @@ function alignElement(command, box) {
7290
7290
  /*!
7291
7291
  * Jodit Editor (https://xdsoft.net/jodit/)
7292
7292
  * Released under MIT see LICENSE.txt in the project root for license information.
7293
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7293
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7294
7294
  */
7295
7295
 
7296
7296
 
@@ -7377,7 +7377,7 @@ function loadNextStyle(jodit, urls, i = 0) {
7377
7377
  /*!
7378
7378
  * Jodit Editor (https://xdsoft.net/jodit/)
7379
7379
  * Released under MIT see LICENSE.txt in the project root for license information.
7380
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7380
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7381
7381
  */
7382
7382
 
7383
7383
 
@@ -7444,7 +7444,7 @@ function attr(elm, keyOrAttributes, value) {
7444
7444
  /*!
7445
7445
  * Jodit Editor (https://xdsoft.net/jodit/)
7446
7446
  * Released under MIT see LICENSE.txt in the project root for license information.
7447
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7447
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7448
7448
  */
7449
7449
  /**
7450
7450
  * @module helpers/utils
@@ -7498,7 +7498,7 @@ const browser = (browser) => {
7498
7498
  /*!
7499
7499
  * Jodit Editor (https://xdsoft.net/jodit/)
7500
7500
  * Released under MIT see LICENSE.txt in the project root for license information.
7501
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7501
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7502
7502
  */
7503
7503
 
7504
7504
  /**
@@ -7531,7 +7531,7 @@ const buildQuery = (data, prefix) => {
7531
7531
  /*!
7532
7532
  * Jodit Editor (https://xdsoft.net/jodit/)
7533
7533
  * Released under MIT see LICENSE.txt in the project root for license information.
7534
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7534
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7535
7535
  */
7536
7536
  /**
7537
7537
  * @module helpers/utils
@@ -7566,7 +7566,7 @@ const completeUrl = (url) => {
7566
7566
  /*!
7567
7567
  * Jodit Editor (https://xdsoft.net/jodit/)
7568
7568
  * Released under MIT see LICENSE.txt in the project root for license information.
7569
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7569
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7570
7570
  */
7571
7571
 
7572
7572
 
@@ -7687,7 +7687,7 @@ function ConfigDeepFlatten(obj) {
7687
7687
  /*!
7688
7688
  * Jodit Editor (https://xdsoft.net/jodit/)
7689
7689
  * Released under MIT see LICENSE.txt in the project root for license information.
7690
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7690
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7691
7691
  */
7692
7692
  /**
7693
7693
  * @module helpers/utils
@@ -7769,7 +7769,7 @@ const convertMediaUrlToVideoEmbed = (url, { width = 400, height = 345 } = {}) =>
7769
7769
  /*!
7770
7770
  * Jodit Editor (https://xdsoft.net/jodit/)
7771
7771
  * Released under MIT see LICENSE.txt in the project root for license information.
7772
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7772
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7773
7773
  */
7774
7774
 
7775
7775
 
@@ -7852,7 +7852,7 @@ const clearCenterAlign = (image) => {
7852
7852
  /*!
7853
7853
  * Jodit Editor (https://xdsoft.net/jodit/)
7854
7854
  * Released under MIT see LICENSE.txt in the project root for license information.
7855
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7855
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7856
7856
  */
7857
7857
  /**
7858
7858
  * @module helpers/utils
@@ -7888,7 +7888,7 @@ const ctrlKey = (e) => {
7888
7888
  /*!
7889
7889
  * Jodit Editor (https://xdsoft.net/jodit/)
7890
7890
  * Released under MIT see LICENSE.txt in the project root for license information.
7891
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7891
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7892
7892
  */
7893
7893
 
7894
7894
  const store = new WeakMap();
@@ -7931,7 +7931,7 @@ const dataBind = (elm, key, value) => {
7931
7931
  /*!
7932
7932
  * Jodit Editor (https://xdsoft.net/jodit/)
7933
7933
  * Released under MIT see LICENSE.txt in the project root for license information.
7934
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7934
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7935
7935
  */
7936
7936
  /**
7937
7937
  * @module helpers/utils
@@ -7970,7 +7970,7 @@ const defaultLanguage = (language, defaultLanguage = 'en') => {
7970
7970
  /*!
7971
7971
  * Jodit Editor (https://xdsoft.net/jodit/)
7972
7972
  * Released under MIT see LICENSE.txt in the project root for license information.
7973
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7973
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7974
7974
  */
7975
7975
  /**
7976
7976
  * @module helpers/utils
@@ -8004,7 +8004,7 @@ function options(message) {
8004
8004
  /*!
8005
8005
  * Jodit Editor (https://xdsoft.net/jodit/)
8006
8006
  * Released under MIT see LICENSE.txt in the project root for license information.
8007
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8007
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8008
8008
  */
8009
8009
  /**
8010
8010
  * @module helpers/utils
@@ -8031,7 +8031,7 @@ const isAbort = jodit_core_helpers_checker_is_abort_error__WEBPACK_IMPORTED_MODU
8031
8031
  /*!
8032
8032
  * Jodit Editor (https://xdsoft.net/jodit/)
8033
8033
  * Released under MIT see LICENSE.txt in the project root for license information.
8034
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8034
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8035
8035
  */
8036
8036
  /**
8037
8037
  * @module helpers/utils
@@ -8062,7 +8062,7 @@ class ConnectionError extends Error {
8062
8062
  /*!
8063
8063
  * Jodit Editor (https://xdsoft.net/jodit/)
8064
8064
  * Released under MIT see LICENSE.txt in the project root for license information.
8065
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8065
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8066
8066
  */
8067
8067
  /**
8068
8068
  * @module helpers/utils
@@ -8084,7 +8084,7 @@ class ConnectionError extends Error {
8084
8084
  /*!
8085
8085
  * Jodit Editor (https://xdsoft.net/jodit/)
8086
8086
  * Released under MIT see LICENSE.txt in the project root for license information.
8087
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8087
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8088
8088
  */
8089
8089
  /**
8090
8090
  * @module helpers/utils
@@ -8117,7 +8117,7 @@ class OptionsError extends TypeError {
8117
8117
  /*!
8118
8118
  * Jodit Editor (https://xdsoft.net/jodit/)
8119
8119
  * Released under MIT see LICENSE.txt in the project root for license information.
8120
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8120
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8121
8121
  */
8122
8122
  /**
8123
8123
  * @module helpers/utils
@@ -8141,7 +8141,7 @@ class OptionsError extends TypeError {
8141
8141
  /*!
8142
8142
  * Jodit Editor (https://xdsoft.net/jodit/)
8143
8143
  * Released under MIT see LICENSE.txt in the project root for license information.
8144
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8144
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8145
8145
  */
8146
8146
  /**
8147
8147
  * @module helpers/utils
@@ -8177,7 +8177,7 @@ function fastClone(object) {
8177
8177
  /*!
8178
8178
  * Jodit Editor (https://xdsoft.net/jodit/)
8179
8179
  * Released under MIT see LICENSE.txt in the project root for license information.
8180
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8180
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8181
8181
  */
8182
8182
 
8183
8183
  const keepNames = new Map();
@@ -8212,7 +8212,7 @@ const getClassName = (obj) => {
8212
8212
  /*!
8213
8213
  * Jodit Editor (https://xdsoft.net/jodit/)
8214
8214
  * Released under MIT see LICENSE.txt in the project root for license information.
8215
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8215
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8216
8216
  */
8217
8217
 
8218
8218
 
@@ -8271,7 +8271,7 @@ function get(chain, obj) {
8271
8271
  /*!
8272
8272
  * Jodit Editor (https://xdsoft.net/jodit/)
8273
8273
  * Released under MIT see LICENSE.txt in the project root for license information.
8274
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8274
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8275
8275
  */
8276
8276
  /**
8277
8277
  * @module helpers/utils
@@ -8389,7 +8389,7 @@ __webpack_require__.r(__webpack_exports__);
8389
8389
  /*!
8390
8390
  * Jodit Editor (https://xdsoft.net/jodit/)
8391
8391
  * Released under MIT see LICENSE.txt in the project root for license information.
8392
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8392
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8393
8393
  */
8394
8394
  /**
8395
8395
  * @module helpers/utils
@@ -8436,7 +8436,7 @@ __webpack_require__.r(__webpack_exports__);
8436
8436
  /*!
8437
8437
  * Jodit Editor (https://xdsoft.net/jodit/)
8438
8438
  * Released under MIT see LICENSE.txt in the project root for license information.
8439
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8439
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8440
8440
  */
8441
8441
  /**
8442
8442
  * @module helpers/utils
@@ -8470,7 +8470,7 @@ function markDeprecated(method, names = [''], ctx = null) {
8470
8470
  /*!
8471
8471
  * Jodit Editor (https://xdsoft.net/jodit/)
8472
8472
  * Released under MIT see LICENSE.txt in the project root for license information.
8473
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8473
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8474
8474
  */
8475
8475
  /**
8476
8476
  * Parse query string
@@ -8502,7 +8502,7 @@ const parseQuery = (queryString) => {
8502
8502
  /*!
8503
8503
  * Jodit Editor (https://xdsoft.net/jodit/)
8504
8504
  * Released under MIT see LICENSE.txt in the project root for license information.
8505
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8505
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8506
8506
  */
8507
8507
 
8508
8508
 
@@ -8682,7 +8682,7 @@ function previewBox(editor, defaultValue, points = 'px', container = null) {
8682
8682
  /*!
8683
8683
  * Jodit Editor (https://xdsoft.net/jodit/)
8684
8684
  * Released under MIT see LICENSE.txt in the project root for license information.
8685
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8685
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8686
8686
  */
8687
8687
 
8688
8688
 
@@ -8737,7 +8737,7 @@ function reset(key) {
8737
8737
  /*!
8738
8738
  * Jodit Editor (https://xdsoft.net/jodit/)
8739
8739
  * Released under MIT see LICENSE.txt in the project root for license information.
8740
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8740
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8741
8741
  */
8742
8742
 
8743
8743
  /**
@@ -8800,7 +8800,7 @@ function scrollIntoViewIfNeeded(elm, root, doc) {
8800
8800
  /*!
8801
8801
  * Jodit Editor (https://xdsoft.net/jodit/)
8802
8802
  * Released under MIT see LICENSE.txt in the project root for license information.
8803
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8803
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8804
8804
  */
8805
8805
 
8806
8806
 
@@ -8941,7 +8941,7 @@ function resolveElement(element, od) {
8941
8941
  /*!
8942
8942
  * Jodit Editor (https://xdsoft.net/jodit/)
8943
8943
  * Released under MIT see LICENSE.txt in the project root for license information.
8944
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8944
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8945
8945
  */
8946
8946
 
8947
8947
 
@@ -8991,7 +8991,7 @@ function set(chain, value, obj) {
8991
8991
  /*!
8992
8992
  * Jodit Editor (https://xdsoft.net/jodit/)
8993
8993
  * Released under MIT see LICENSE.txt in the project root for license information.
8994
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8994
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8995
8995
  */
8996
8996
  class LimitedStack {
8997
8997
  constructor(limit) {
@@ -9036,7 +9036,7 @@ class LimitedStack {
9036
9036
  /*!
9037
9037
  * Jodit Editor (https://xdsoft.net/jodit/)
9038
9038
  * Released under MIT see LICENSE.txt in the project root for license information.
9039
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9039
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9040
9040
  */
9041
9041
 
9042
9042
 
@@ -9149,7 +9149,7 @@ const getDataTransfer = (event) => {
9149
9149
  /*!
9150
9150
  * Jodit Editor (https://xdsoft.net/jodit/)
9151
9151
  * Released under MIT see LICENSE.txt in the project root for license information.
9152
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9152
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9153
9153
  */
9154
9154
 
9155
9155
 
@@ -9202,7 +9202,7 @@ function init(jodit, pluginName, plugin, instance, doneList, waitingList) {
9202
9202
  /*!
9203
9203
  * Jodit Editor (https://xdsoft.net/jodit/)
9204
9204
  * Released under MIT see LICENSE.txt in the project root for license information.
9205
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9205
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9206
9206
  */
9207
9207
 
9208
9208
 
@@ -9278,7 +9278,7 @@ function load(jodit, pluginList, callback) {
9278
9278
  /*!
9279
9279
  * Jodit Editor (https://xdsoft.net/jodit/)
9280
9280
  * Released under MIT see LICENSE.txt in the project root for license information.
9281
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9281
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9282
9282
  */
9283
9283
 
9284
9284
 
@@ -9321,7 +9321,7 @@ function makeInstance(jodit, plugin) {
9321
9321
  /*!
9322
9322
  * Jodit Editor (https://xdsoft.net/jodit/)
9323
9323
  * Released under MIT see LICENSE.txt in the project root for license information.
9324
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9324
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9325
9325
  */
9326
9326
  /**
9327
9327
  * @module plugin
@@ -9349,7 +9349,7 @@ function normalizeName(name) {
9349
9349
  /*!
9350
9350
  * Jodit Editor (https://xdsoft.net/jodit/)
9351
9351
  * Released under MIT see LICENSE.txt in the project root for license information.
9352
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9352
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9353
9353
  */
9354
9354
  /**
9355
9355
  * @module plugin
@@ -9378,7 +9378,7 @@ function normalizeName(name) {
9378
9378
  /*!
9379
9379
  * Jodit Editor (https://xdsoft.net/jodit/)
9380
9380
  * Released under MIT see LICENSE.txt in the project root for license information.
9381
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9381
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9382
9382
  */
9383
9383
 
9384
9384
 
@@ -9540,7 +9540,7 @@ function getSpecialLists(jodit) {
9540
9540
  /*!
9541
9541
  * Jodit Editor (https://xdsoft.net/jodit/)
9542
9542
  * Released under MIT see LICENSE.txt in the project root for license information.
9543
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9543
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9544
9544
  */
9545
9545
 
9546
9546
 
@@ -9640,7 +9640,7 @@ Plugin.requires = [];
9640
9640
  /*!
9641
9641
  * Jodit Editor (https://xdsoft.net/jodit/)
9642
9642
  * Released under MIT see LICENSE.txt in the project root for license information.
9643
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9643
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9644
9644
  */
9645
9645
 
9646
9646
 
@@ -9812,7 +9812,7 @@ Ajax.log = [];
9812
9812
  /*!
9813
9813
  * Jodit Editor (https://xdsoft.net/jodit/)
9814
9814
  * Released under MIT see LICENSE.txt in the project root for license information.
9815
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9815
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9816
9816
  */
9817
9817
 
9818
9818
  jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.defaultAjaxOptions = {
@@ -9846,7 +9846,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.defaultAjaxO
9846
9846
  /*!
9847
9847
  * Jodit Editor (https://xdsoft.net/jodit/)
9848
9848
  * Released under MIT see LICENSE.txt in the project root for license information.
9849
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9849
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9850
9850
  */
9851
9851
  /**
9852
9852
  * @module request
@@ -9867,7 +9867,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.defaultAjaxO
9867
9867
  /*!
9868
9868
  * Jodit Editor (https://xdsoft.net/jodit/)
9869
9869
  * Released under MIT see LICENSE.txt in the project root for license information.
9870
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9870
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9871
9871
  */
9872
9872
  class Response {
9873
9873
  get url() {
@@ -9909,7 +9909,7 @@ class Response {
9909
9909
  /*!
9910
9910
  * Jodit Editor (https://xdsoft.net/jodit/)
9911
9911
  * Released under MIT see LICENSE.txt in the project root for license information.
9912
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9912
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9913
9913
  */
9914
9914
  /**
9915
9915
  * @module selection
@@ -9980,7 +9980,7 @@ function findCorrectCurrentNode(node, range, rightMode, isCollapsed, checkChild,
9980
9980
  /*!
9981
9981
  * Jodit Editor (https://xdsoft.net/jodit/)
9982
9982
  * Released under MIT see LICENSE.txt in the project root for license information.
9983
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9983
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9984
9984
  */
9985
9985
 
9986
9986
 
@@ -10020,7 +10020,7 @@ function moveNodeInsideStart(j, node, start) {
10020
10020
  /*!
10021
10021
  * Jodit Editor (https://xdsoft.net/jodit/)
10022
10022
  * Released under MIT see LICENSE.txt in the project root for license information.
10023
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
10023
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
10024
10024
  */
10025
10025
 
10026
10026
  /**
@@ -10067,7 +10067,7 @@ function moveTheNodeAlongTheEdgeOutward(node, start, root) {
10067
10067
  /*!
10068
10068
  * Jodit Editor (https://xdsoft.net/jodit/)
10069
10069
  * Released under MIT see LICENSE.txt in the project root for license information.
10070
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
10070
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
10071
10071
  */
10072
10072
  /**
10073
10073
  * @module selection
@@ -10100,7 +10100,7 @@ function moveTheNodeAlongTheEdgeOutward(node, start, root) {
10100
10100
  /*!
10101
10101
  * Jodit Editor (https://xdsoft.net/jodit/)
10102
10102
  * Released under MIT see LICENSE.txt in the project root for license information.
10103
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
10103
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
10104
10104
  */
10105
10105
 
10106
10106
 
@@ -11239,7 +11239,7 @@ class Selection {
11239
11239
  /*!
11240
11240
  * Jodit Editor (https://xdsoft.net/jodit/)
11241
11241
  * Released under MIT see LICENSE.txt in the project root for license information.
11242
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11242
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11243
11243
  */
11244
11244
 
11245
11245
 
@@ -11307,7 +11307,7 @@ function extractAndMove(wrapper, range, left) {
11307
11307
  /*!
11308
11308
  * Jodit Editor (https://xdsoft.net/jodit/)
11309
11309
  * Released under MIT see LICENSE.txt in the project root for license information.
11310
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11310
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11311
11311
  */
11312
11312
 
11313
11313
 
@@ -11367,7 +11367,7 @@ class FiniteStateMachine {
11367
11367
  /*!
11368
11368
  * Jodit Editor (https://xdsoft.net/jodit/)
11369
11369
  * Released under MIT see LICENSE.txt in the project root for license information.
11370
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11370
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11371
11371
  */
11372
11372
 
11373
11373
 
@@ -11412,7 +11412,7 @@ function getSuitChild(style, font) {
11412
11412
  /*!
11413
11413
  * Jodit Editor (https://xdsoft.net/jodit/)
11414
11414
  * Released under MIT see LICENSE.txt in the project root for license information.
11415
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11415
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11416
11416
  */
11417
11417
 
11418
11418
 
@@ -11471,7 +11471,7 @@ function getSuitParent(style, node, root) {
11471
11471
  /*!
11472
11472
  * Jodit Editor (https://xdsoft.net/jodit/)
11473
11473
  * Released under MIT see LICENSE.txt in the project root for license information.
11474
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11474
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11475
11475
  */
11476
11476
 
11477
11477
 
@@ -11565,7 +11565,7 @@ if (jodit_core_constants__WEBPACK_IMPORTED_MODULE_0__.globalDocument) {
11565
11565
  /*!
11566
11566
  * Jodit Editor (https://xdsoft.net/jodit/)
11567
11567
  * Released under MIT see LICENSE.txt in the project root for license information.
11568
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11568
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11569
11569
  */
11570
11570
 
11571
11571
 
@@ -11597,7 +11597,7 @@ if (jodit_core_constants__WEBPACK_IMPORTED_MODULE_0__.globalDocument) {
11597
11597
  /*!
11598
11598
  * Jodit Editor (https://xdsoft.net/jodit/)
11599
11599
  * Released under MIT see LICENSE.txt in the project root for license information.
11600
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11600
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11601
11601
  */
11602
11602
 
11603
11603
  /**
@@ -11623,7 +11623,7 @@ function isInsideInvisibleElement(font, root) {
11623
11623
  /*!
11624
11624
  * Jodit Editor (https://xdsoft.net/jodit/)
11625
11625
  * Released under MIT see LICENSE.txt in the project root for license information.
11626
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11626
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11627
11627
  */
11628
11628
 
11629
11629
 
@@ -11657,7 +11657,7 @@ function isNormalNode(elm) {
11657
11657
  /*!
11658
11658
  * Jodit Editor (https://xdsoft.net/jodit/)
11659
11659
  * Released under MIT see LICENSE.txt in the project root for license information.
11660
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11660
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11661
11661
  */
11662
11662
 
11663
11663
 
@@ -11788,7 +11788,7 @@ function isSameStyleChild(commitStyle, elm) {
11788
11788
  /*!
11789
11789
  * Jodit Editor (https://xdsoft.net/jodit/)
11790
11790
  * Released under MIT see LICENSE.txt in the project root for license information.
11791
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11791
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11792
11792
  */
11793
11793
 
11794
11794
 
@@ -11859,7 +11859,7 @@ function unwrapList(mode, list, li, jodit, cs) {
11859
11859
  /*!
11860
11860
  * Jodit Editor (https://xdsoft.net/jodit/)
11861
11861
  * Released under MIT see LICENSE.txt in the project root for license information.
11862
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11862
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11863
11863
  */
11864
11864
 
11865
11865
 
@@ -11921,7 +11921,7 @@ function wrapList(commitStyle, wrapper, jodit) {
11921
11921
  /*!
11922
11922
  * Jodit Editor (https://xdsoft.net/jodit/)
11923
11923
  * Released under MIT see LICENSE.txt in the project root for license information.
11924
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11924
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11925
11925
  */
11926
11926
 
11927
11927
 
@@ -12094,7 +12094,7 @@ function getNativeCSSValue(jodit, elm, key) {
12094
12094
  /*!
12095
12095
  * Jodit Editor (https://xdsoft.net/jodit/)
12096
12096
  * Released under MIT see LICENSE.txt in the project root for license information.
12097
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12097
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12098
12098
  */
12099
12099
 
12100
12100
 
@@ -12167,7 +12167,7 @@ function unwrapChildren(style, font) {
12167
12167
  /*!
12168
12168
  * Jodit Editor (https://xdsoft.net/jodit/)
12169
12169
  * Released under MIT see LICENSE.txt in the project root for license information.
12170
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12170
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12171
12171
  */
12172
12172
 
12173
12173
 
@@ -12234,7 +12234,7 @@ function wrapUnwrappedText(style, elm, jodit) {
12234
12234
  /*!
12235
12235
  * Jodit Editor (https://xdsoft.net/jodit/)
12236
12236
  * Released under MIT see LICENSE.txt in the project root for license information.
12237
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12237
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12238
12238
  */
12239
12239
 
12240
12240
 
@@ -12292,7 +12292,7 @@ function findOrCreateWrapper(commitStyle, font, jodit) {
12292
12292
  /*!
12293
12293
  * Jodit Editor (https://xdsoft.net/jodit/)
12294
12294
  * Released under MIT see LICENSE.txt in the project root for license information.
12295
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12295
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12296
12296
  */
12297
12297
 
12298
12298
 
@@ -12348,7 +12348,7 @@ function ApplyStyle(jodit, cs) {
12348
12348
  /*!
12349
12349
  * Jodit Editor (https://xdsoft.net/jodit/)
12350
12350
  * Released under MIT see LICENSE.txt in the project root for license information.
12351
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12351
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12352
12352
  */
12353
12353
 
12354
12354
 
@@ -12438,7 +12438,7 @@ class CommitStyle {
12438
12438
  /*!
12439
12439
  * Jodit Editor (https://xdsoft.net/jodit/)
12440
12440
  * Released under MIT see LICENSE.txt in the project root for license information.
12441
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12441
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12442
12442
  */
12443
12443
  /**
12444
12444
  * @module selection
@@ -12478,7 +12478,7 @@ const _PREFIX = 'commitStyle';
12478
12478
  /*!
12479
12479
  * Jodit Editor (https://xdsoft.net/jodit/)
12480
12480
  * Released under MIT see LICENSE.txt in the project root for license information.
12481
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12481
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12482
12482
  */
12483
12483
 
12484
12484
 
@@ -12663,7 +12663,7 @@ const transactions = {
12663
12663
  /*!
12664
12664
  * Jodit Editor (https://xdsoft.net/jodit/)
12665
12665
  * Released under MIT see LICENSE.txt in the project root for license information.
12666
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12666
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12667
12667
  */
12668
12668
  /**
12669
12669
  * Check if user disable local storages/cookie etc.
@@ -12745,7 +12745,7 @@ class LocalStorageProvider {
12745
12745
  /*!
12746
12746
  * Jodit Editor (https://xdsoft.net/jodit/)
12747
12747
  * Released under MIT see LICENSE.txt in the project root for license information.
12748
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12748
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12749
12749
  */
12750
12750
  class MemoryStorageProvider {
12751
12751
  constructor() {
@@ -12786,7 +12786,7 @@ class MemoryStorageProvider {
12786
12786
  /*!
12787
12787
  * Jodit Editor (https://xdsoft.net/jodit/)
12788
12788
  * Released under MIT see LICENSE.txt in the project root for license information.
12789
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12789
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12790
12790
  */
12791
12791
  /**
12792
12792
  * @module storage
@@ -12812,7 +12812,7 @@ class MemoryStorageProvider {
12812
12812
  /*!
12813
12813
  * Jodit Editor (https://xdsoft.net/jodit/)
12814
12814
  * Released under MIT see LICENSE.txt in the project root for license information.
12815
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12815
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12816
12816
  */
12817
12817
 
12818
12818
 
@@ -12872,7 +12872,7 @@ class Storage {
12872
12872
  /*!
12873
12873
  * Jodit Editor (https://xdsoft.net/jodit/)
12874
12874
  * Released under MIT see LICENSE.txt in the project root for license information.
12875
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12875
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12876
12876
  */
12877
12877
 
12878
12878
 
@@ -12931,7 +12931,7 @@ function processTitle(title, self) {
12931
12931
  /*!
12932
12932
  * Jodit Editor (https://xdsoft.net/jodit/)
12933
12933
  * Released under MIT see LICENSE.txt in the project root for license information.
12934
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12934
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12935
12935
  */
12936
12936
 
12937
12937
  class Elms {
@@ -12963,7 +12963,7 @@ class Elms {
12963
12963
  /*!
12964
12964
  * Jodit Editor (https://xdsoft.net/jodit/)
12965
12965
  * Released under MIT see LICENSE.txt in the project root for license information.
12966
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12966
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12967
12967
  */
12968
12968
 
12969
12969
  class Mods {
@@ -13023,7 +13023,7 @@ class Mods {
13023
13023
  /*!
13024
13024
  * Jodit Editor (https://xdsoft.net/jodit/)
13025
13025
  * Released under MIT see LICENSE.txt in the project root for license information.
13026
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13026
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13027
13027
  */
13028
13028
 
13029
13029
 
@@ -13301,7 +13301,7 @@ function Button(jodit, stateOrText, text, variant) {
13301
13301
  /*!
13302
13302
  * Jodit Editor (https://xdsoft.net/jodit/)
13303
13303
  * Released under MIT see LICENSE.txt in the project root for license information.
13304
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13304
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13305
13305
  */
13306
13306
 
13307
13307
 
@@ -13388,7 +13388,7 @@ UIButtonGroup = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .Cg)([
13388
13388
  /*!
13389
13389
  * Jodit Editor (https://xdsoft.net/jodit/)
13390
13390
  * Released under MIT see LICENSE.txt in the project root for license information.
13391
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13391
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13392
13392
  */
13393
13393
  /**
13394
13394
  * [[include:core/ui/button/README.md]]
@@ -13420,7 +13420,7 @@ UIButtonGroup = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .Cg)([
13420
13420
  /*!
13421
13421
  * Jodit Editor (https://xdsoft.net/jodit/)
13422
13422
  * Released under MIT see LICENSE.txt in the project root for license information.
13423
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13423
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13424
13424
  */
13425
13425
  var UITooltip_1;
13426
13426
 
@@ -13630,7 +13630,7 @@ UITooltip = UITooltip_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_7__/* .__decorate */
13630
13630
  /*!
13631
13631
  * Jodit Editor (https://xdsoft.net/jodit/)
13632
13632
  * Released under MIT see LICENSE.txt in the project root for license information.
13633
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13633
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13634
13634
  */
13635
13635
  var UIElement_1;
13636
13636
 
@@ -13786,7 +13786,7 @@ UIElement = UIElement_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */
13786
13786
  /*!
13787
13787
  * Jodit Editor (https://xdsoft.net/jodit/)
13788
13788
  * Released under MIT see LICENSE.txt in the project root for license information.
13789
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13789
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13790
13790
  */
13791
13791
 
13792
13792
 
@@ -13837,7 +13837,7 @@ UIBlock = (0,tslib__WEBPACK_IMPORTED_MODULE_2__/* .__decorate */ .Cg)([
13837
13837
  /*!
13838
13838
  * Jodit Editor (https://xdsoft.net/jodit/)
13839
13839
  * Released under MIT see LICENSE.txt in the project root for license information.
13840
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13840
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13841
13841
  */
13842
13842
 
13843
13843
 
@@ -13925,7 +13925,7 @@ UIForm = (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */ .Cg)([
13925
13925
  /*!
13926
13926
  * Jodit Editor (https://xdsoft.net/jodit/)
13927
13927
  * Released under MIT see LICENSE.txt in the project root for license information.
13928
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13928
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13929
13929
  */
13930
13930
  /**
13931
13931
  * @module ui/form
@@ -13951,7 +13951,7 @@ UIForm = (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */ .Cg)([
13951
13951
  /*!
13952
13952
  * Jodit Editor (https://xdsoft.net/jodit/)
13953
13953
  * Released under MIT see LICENSE.txt in the project root for license information.
13954
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13954
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13955
13955
  */
13956
13956
  var UITextArea_1;
13957
13957
 
@@ -14013,7 +14013,7 @@ UITextArea = UITextArea_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_2__/* .__decorate
14013
14013
  /*!
14014
14014
  * Jodit Editor (https://xdsoft.net/jodit/)
14015
14015
  * Released under MIT see LICENSE.txt in the project root for license information.
14016
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14016
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14017
14017
  */
14018
14018
  var UICheckbox_1;
14019
14019
 
@@ -14100,7 +14100,7 @@ UICheckbox = UICheckbox_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate
14100
14100
  /*!
14101
14101
  * Jodit Editor (https://xdsoft.net/jodit/)
14102
14102
  * Released under MIT see LICENSE.txt in the project root for license information.
14103
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14103
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14104
14104
  */
14105
14105
 
14106
14106
 
@@ -14177,7 +14177,7 @@ UIFileInput = (0,tslib__WEBPACK_IMPORTED_MODULE_2__/* .__decorate */ .Cg)([
14177
14177
  /*!
14178
14178
  * Jodit Editor (https://xdsoft.net/jodit/)
14179
14179
  * Released under MIT see LICENSE.txt in the project root for license information.
14180
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14180
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14181
14181
  */
14182
14182
  /**
14183
14183
  * @module ui/form
@@ -14209,7 +14209,7 @@ UIFileInput = (0,tslib__WEBPACK_IMPORTED_MODULE_2__/* .__decorate */ .Cg)([
14209
14209
  /*!
14210
14210
  * Jodit Editor (https://xdsoft.net/jodit/)
14211
14211
  * Released under MIT see LICENSE.txt in the project root for license information.
14212
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14212
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14213
14213
  */
14214
14214
  var UIInput_1;
14215
14215
 
@@ -14457,7 +14457,7 @@ UIInput = UIInput_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_7__/* .__decorate */ .Cg
14457
14457
  /*!
14458
14458
  * Jodit Editor (https://xdsoft.net/jodit/)
14459
14459
  * Released under MIT see LICENSE.txt in the project root for license information.
14460
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14460
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14461
14461
  */
14462
14462
  var UISelect_1;
14463
14463
 
@@ -14543,7 +14543,7 @@ UISelect = UISelect_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .
14543
14543
  /*!
14544
14544
  * Jodit Editor (https://xdsoft.net/jodit/)
14545
14545
  * Released under MIT see LICENSE.txt in the project root for license information.
14546
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14546
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14547
14547
  */
14548
14548
  /**
14549
14549
  * @module ui/form
@@ -14568,7 +14568,7 @@ __webpack_require__.r(__webpack_exports__);
14568
14568
  /*!
14569
14569
  * Jodit Editor (https://xdsoft.net/jodit/)
14570
14570
  * Released under MIT see LICENSE.txt in the project root for license information.
14571
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14571
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14572
14572
  */
14573
14573
 
14574
14574
 
@@ -14607,7 +14607,7 @@ const url = function (input) {
14607
14607
  /*!
14608
14608
  * Jodit Editor (https://xdsoft.net/jodit/)
14609
14609
  * Released under MIT see LICENSE.txt in the project root for license information.
14610
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14610
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14611
14611
  */
14612
14612
 
14613
14613
  /**
@@ -14642,7 +14642,7 @@ const required = function (select) {
14642
14642
  /*!
14643
14643
  * Jodit Editor (https://xdsoft.net/jodit/)
14644
14644
  * Released under MIT see LICENSE.txt in the project root for license information.
14645
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14645
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14646
14646
  */
14647
14647
  var UIGroup_1;
14648
14648
 
@@ -14792,7 +14792,7 @@ UIGroup = UIGroup_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_6__/* .__decorate */ .Cg
14792
14792
  /*!
14793
14793
  * Jodit Editor (https://xdsoft.net/jodit/)
14794
14794
  * Released under MIT see LICENSE.txt in the project root for license information.
14795
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14795
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14796
14796
  */
14797
14797
  /**
14798
14798
  * @module ui/group
@@ -14826,7 +14826,7 @@ UIGroup = UIGroup_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_6__/* .__decorate */ .Cg
14826
14826
  /*!
14827
14827
  * Jodit Editor (https://xdsoft.net/jodit/)
14828
14828
  * Released under MIT see LICENSE.txt in the project root for license information.
14829
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14829
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14830
14830
  */
14831
14831
 
14832
14832
 
@@ -14992,7 +14992,7 @@ UIList = (0,tslib__WEBPACK_IMPORTED_MODULE_10__/* .__decorate */ .Cg)([
14992
14992
  /*!
14993
14993
  * Jodit Editor (https://xdsoft.net/jodit/)
14994
14994
  * Released under MIT see LICENSE.txt in the project root for license information.
14995
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14995
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14996
14996
  */
14997
14997
 
14998
14998
  /**
@@ -15026,7 +15026,7 @@ UISeparator = (0,tslib__WEBPACK_IMPORTED_MODULE_1__/* .__decorate */ .Cg)([
15026
15026
  /*!
15027
15027
  * Jodit Editor (https://xdsoft.net/jodit/)
15028
15028
  * Released under MIT see LICENSE.txt in the project root for license information.
15029
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15029
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15030
15030
  */
15031
15031
 
15032
15032
  /**
@@ -15059,7 +15059,7 @@ UISpacer = (0,tslib__WEBPACK_IMPORTED_MODULE_1__/* .__decorate */ .Cg)([
15059
15059
  /*!
15060
15060
  * Jodit Editor (https://xdsoft.net/jodit/)
15061
15061
  * Released under MIT see LICENSE.txt in the project root for license information.
15062
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15062
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15063
15063
  */
15064
15064
 
15065
15065
  /**
@@ -15103,7 +15103,7 @@ function flatButtonsSet(buttons, jodit) {
15103
15103
  /*!
15104
15104
  * Jodit Editor (https://xdsoft.net/jodit/)
15105
15105
  * Released under MIT see LICENSE.txt in the project root for license information.
15106
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15106
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15107
15107
  */
15108
15108
 
15109
15109
 
@@ -15187,7 +15187,7 @@ function findControlType(path, controls) {
15187
15187
  /*!
15188
15188
  * Jodit Editor (https://xdsoft.net/jodit/)
15189
15189
  * Released under MIT see LICENSE.txt in the project root for license information.
15190
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15190
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15191
15191
  */
15192
15192
 
15193
15193
 
@@ -15222,7 +15222,7 @@ function getStrongControlTypes(items, controls) {
15222
15222
  /*!
15223
15223
  * Jodit Editor (https://xdsoft.net/jodit/)
15224
15224
  * Released under MIT see LICENSE.txt in the project root for license information.
15225
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15225
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15226
15226
  */
15227
15227
 
15228
15228
 
@@ -15348,7 +15348,7 @@ Icon.__cache = new Map();
15348
15348
  /*!
15349
15349
  * Jodit Editor (https://xdsoft.net/jodit/)
15350
15350
  * Released under MIT see LICENSE.txt in the project root for license information.
15351
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15351
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15352
15352
  */
15353
15353
  /**
15354
15354
  * [[include:core/ui/README.md]]
@@ -15377,7 +15377,7 @@ Icon.__cache = new Map();
15377
15377
  /*!
15378
15378
  * Jodit Editor (https://xdsoft.net/jodit/)
15379
15379
  * Released under MIT see LICENSE.txt in the project root for license information.
15380
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15380
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15381
15381
  */
15382
15382
  /**
15383
15383
  * @module ui/popup
@@ -15407,7 +15407,7 @@ Icon.__cache = new Map();
15407
15407
  /*!
15408
15408
  * Jodit Editor (https://xdsoft.net/jodit/)
15409
15409
  * Released under MIT see LICENSE.txt in the project root for license information.
15410
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15410
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15411
15411
  */
15412
15412
 
15413
15413
 
@@ -15760,7 +15760,7 @@ class Popup extends jodit_core_ui_group_group__WEBPACK_IMPORTED_MODULE_7__/* .UI
15760
15760
  /*!
15761
15761
  * Jodit Editor (https://xdsoft.net/jodit/)
15762
15762
  * Released under MIT see LICENSE.txt in the project root for license information.
15763
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15763
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15764
15764
  */
15765
15765
 
15766
15766
 
@@ -15821,7 +15821,7 @@ class ProgressBar extends jodit_core_ui_element__WEBPACK_IMPORTED_MODULE_1__/* .
15821
15821
  /*!
15822
15822
  * Jodit Editor (https://xdsoft.net/jodit/)
15823
15823
  * Released under MIT see LICENSE.txt in the project root for license information.
15824
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15824
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15825
15825
  */
15826
15826
 
15827
15827
 
@@ -15992,7 +15992,7 @@ class ViewWithToolbar extends jodit_core_view_view__WEBPACK_IMPORTED_MODULE_6__/
15992
15992
  /*!
15993
15993
  * Jodit Editor (https://xdsoft.net/jodit/)
15994
15994
  * Released under MIT see LICENSE.txt in the project root for license information.
15995
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15995
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15996
15996
  */
15997
15997
  var View_1;
15998
15998
 
@@ -16310,7 +16310,7 @@ View.defaultOptions = {
16310
16310
  /*!
16311
16311
  * Jodit Editor (https://xdsoft.net/jodit/)
16312
16312
  * Released under MIT see LICENSE.txt in the project root for license information.
16313
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
16313
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
16314
16314
  */
16315
16315
  var Jodit_1;
16316
16316
 
@@ -17585,7 +17585,7 @@ function addClassNames(className, elm) {
17585
17585
  /*!
17586
17586
  * Jodit Editor (https://xdsoft.net/jodit/)
17587
17587
  * Released under MIT see LICENSE.txt in the project root for license information.
17588
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
17588
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
17589
17589
  */
17590
17590
 
17591
17591
 
@@ -17675,7 +17675,7 @@ Object.keys(exp).forEach((lang) => {
17675
17675
  /*!
17676
17676
  * Jodit Editor (https://xdsoft.net/jodit/)
17677
17677
  * Released under MIT see LICENSE.txt in the project root for license information.
17678
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
17678
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
17679
17679
  */
17680
17680
 
17681
17681
 
@@ -17749,7 +17749,7 @@ ContextMenu = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .Cg)([
17749
17749
  /*!
17750
17750
  * Jodit Editor (https://xdsoft.net/jodit/)
17751
17751
  * Released under MIT see LICENSE.txt in the project root for license information.
17752
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
17752
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
17753
17753
  */
17754
17754
 
17755
17755
 
@@ -17808,7 +17808,7 @@ function Alert(msg, title, callback, className = 'jodit-dialog_alert') {
17808
17808
  /*!
17809
17809
  * Jodit Editor (https://xdsoft.net/jodit/)
17810
17810
  * Released under MIT see LICENSE.txt in the project root for license information.
17811
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
17811
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
17812
17812
  */
17813
17813
 
17814
17814
 
@@ -17884,7 +17884,7 @@ function Confirm(msg, title, callback) {
17884
17884
  /*!
17885
17885
  * Jodit Editor (https://xdsoft.net/jodit/)
17886
17886
  * Released under MIT see LICENSE.txt in the project root for license information.
17887
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
17887
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
17888
17888
  */
17889
17889
  var Dialog_1;
17890
17890
 
@@ -18516,7 +18516,7 @@ Dialog.defaultOptions = {
18516
18516
  /*!
18517
18517
  * Jodit Editor (https://xdsoft.net/jodit/)
18518
18518
  * Released under MIT see LICENSE.txt in the project root for license information.
18519
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18519
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18520
18520
  */
18521
18521
  /**
18522
18522
  * [[include:modules/dialog/README.md]]
@@ -18545,7 +18545,7 @@ Dialog.defaultOptions = {
18545
18545
  /*!
18546
18546
  * Jodit Editor (https://xdsoft.net/jodit/)
18547
18547
  * Released under MIT see LICENSE.txt in the project root for license information.
18548
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18548
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18549
18549
  */
18550
18550
 
18551
18551
 
@@ -18630,7 +18630,7 @@ function Prompt(msg, title, callback, placeholder, defaultValue) {
18630
18630
  /*!
18631
18631
  * Jodit Editor (https://xdsoft.net/jodit/)
18632
18632
  * Released under MIT see LICENSE.txt in the project root for license information.
18633
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18633
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18634
18634
  */
18635
18635
 
18636
18636
 
@@ -18801,7 +18801,7 @@ const CLASS_PREVIEW = 'jodit-file-browser-preview', preview_tpl_next = (next = '
18801
18801
  /*!
18802
18802
  * Jodit Editor (https://xdsoft.net/jodit/)
18803
18803
  * Released under MIT see LICENSE.txt in the project root for license information.
18804
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18804
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18805
18805
  */
18806
18806
  const map = new WeakMap();
18807
18807
  /**
@@ -18831,7 +18831,7 @@ const elementsMap = (view) => {
18831
18831
  /*!
18832
18832
  * Jodit Editor (https://xdsoft.net/jodit/)
18833
18833
  * Released under MIT see LICENSE.txt in the project root for license information.
18834
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18834
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18835
18835
  */
18836
18836
 
18837
18837
  class FileBrowserItem {
@@ -18909,7 +18909,7 @@ class FileBrowserItem {
18909
18909
  /*!
18910
18910
  * Jodit Editor (https://xdsoft.net/jodit/)
18911
18911
  * Released under MIT see LICENSE.txt in the project root for license information.
18912
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18912
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18913
18913
  */
18914
18914
 
18915
18915
 
@@ -19258,7 +19258,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_3__/* .Config */ .T.prototype.controls.fil
19258
19258
  /*!
19259
19259
  * Jodit Editor (https://xdsoft.net/jodit/)
19260
19260
  * Released under MIT see LICENSE.txt in the project root for license information.
19261
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19261
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19262
19262
  */
19263
19263
 
19264
19264
 
@@ -19663,7 +19663,7 @@ DataProvider = (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */ .Cg)([
19663
19663
  /*!
19664
19664
  * Jodit Editor (https://xdsoft.net/jodit/)
19665
19665
  * Released under MIT see LICENSE.txt in the project root for license information.
19666
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19666
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19667
19667
  */
19668
19668
 
19669
19669
 
@@ -19687,7 +19687,7 @@ function makeContextMenu(parent) {
19687
19687
  /*!
19688
19688
  * Jodit Editor (https://xdsoft.net/jodit/)
19689
19689
  * Released under MIT see LICENSE.txt in the project root for license information.
19690
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19690
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19691
19691
  */
19692
19692
  /**
19693
19693
  * Removes a file from the server
@@ -19715,7 +19715,7 @@ function deleteFile(fb, name, source) {
19715
19715
  /*!
19716
19716
  * Jodit Editor (https://xdsoft.net/jodit/)
19717
19717
  * Released under MIT see LICENSE.txt in the project root for license information.
19718
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19718
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19719
19719
  */
19720
19720
  /**
19721
19721
  * Loads a list of files and adds them to the state
@@ -19755,7 +19755,7 @@ function loadItems(fb) {
19755
19755
  /*!
19756
19756
  * Jodit Editor (https://xdsoft.net/jodit/)
19757
19757
  * Released under MIT see LICENSE.txt in the project root for license information.
19758
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19758
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19759
19759
  */
19760
19760
 
19761
19761
 
@@ -19815,7 +19815,7 @@ async function loadTree(fb) {
19815
19815
  /*!
19816
19816
  * Jodit Editor (https://xdsoft.net/jodit/)
19817
19817
  * Released under MIT see LICENSE.txt in the project root for license information.
19818
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19818
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19819
19819
  */
19820
19820
 
19821
19821
 
@@ -20175,7 +20175,7 @@ function isEqualButtonList(prevButtons, buttons) {
20175
20175
  /*!
20176
20176
  * Jodit Editor (https://xdsoft.net/jodit/)
20177
20177
  * Released under MIT see LICENSE.txt in the project root for license information.
20178
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20178
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20179
20179
  */
20180
20180
  /**
20181
20181
  * [[include:modules/file-browser/README.md]]
@@ -20204,7 +20204,7 @@ function isEqualButtonList(prevButtons, buttons) {
20204
20204
  /*!
20205
20205
  * Jodit Editor (https://xdsoft.net/jodit/)
20206
20206
  * Released under MIT see LICENSE.txt in the project root for license information.
20207
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20207
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20208
20208
  */
20209
20209
 
20210
20210
 
@@ -20324,7 +20324,7 @@ function nativeListeners() {
20324
20324
  /*!
20325
20325
  * Jodit Editor (https://xdsoft.net/jodit/)
20326
20326
  * Released under MIT see LICENSE.txt in the project root for license information.
20327
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20327
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20328
20328
  */
20329
20329
 
20330
20330
 
@@ -20468,7 +20468,7 @@ function selfListeners() {
20468
20468
  /*!
20469
20469
  * Jodit Editor (https://xdsoft.net/jodit/)
20470
20470
  * Released under MIT see LICENSE.txt in the project root for license information.
20471
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20471
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20472
20472
  */
20473
20473
 
20474
20474
 
@@ -20626,7 +20626,7 @@ function stateListeners() {
20626
20626
  /*!
20627
20627
  * Jodit Editor (https://xdsoft.net/jodit/)
20628
20628
  * Released under MIT see LICENSE.txt in the project root for license information.
20629
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20629
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20630
20630
  */
20631
20631
 
20632
20632
 
@@ -20652,7 +20652,7 @@ class FileBrowserFiles extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__/* .UIG
20652
20652
  /*!
20653
20653
  * Jodit Editor (https://xdsoft.net/jodit/)
20654
20654
  * Released under MIT see LICENSE.txt in the project root for license information.
20655
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20655
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20656
20656
  */
20657
20657
  /**
20658
20658
  * @module modules/file-browser
@@ -20674,7 +20674,7 @@ class FileBrowserFiles extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__/* .UIG
20674
20674
  /*!
20675
20675
  * Jodit Editor (https://xdsoft.net/jodit/)
20676
20676
  * Released under MIT see LICENSE.txt in the project root for license information.
20677
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20677
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20678
20678
  */
20679
20679
 
20680
20680
 
@@ -20697,7 +20697,7 @@ class FileBrowserTree extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__/* .UIGr
20697
20697
  /*!
20698
20698
  * Jodit Editor (https://xdsoft.net/jodit/)
20699
20699
  * Released under MIT see LICENSE.txt in the project root for license information.
20700
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20700
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20701
20701
  */
20702
20702
  class Command {
20703
20703
  undo() {
@@ -20734,7 +20734,7 @@ class Command {
20734
20734
  /*!
20735
20735
  * Jodit Editor (https://xdsoft.net/jodit/)
20736
20736
  * Released under MIT see LICENSE.txt in the project root for license information.
20737
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20737
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20738
20738
  */
20739
20739
 
20740
20740
 
@@ -20906,7 +20906,7 @@ class History extends jodit_core_component__WEBPACK_IMPORTED_MODULE_0__/* .ViewC
20906
20906
  /*!
20907
20907
  * Jodit Editor (https://xdsoft.net/jodit/)
20908
20908
  * Released under MIT see LICENSE.txt in the project root for license information.
20909
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20909
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20910
20910
  */
20911
20911
 
20912
20912
 
@@ -21130,7 +21130,7 @@ class Snapshot extends jodit_core_component__WEBPACK_IMPORTED_MODULE_0__/* .View
21130
21130
  /*!
21131
21131
  * Jodit Editor (https://xdsoft.net/jodit/)
21132
21132
  * Released under MIT see LICENSE.txt in the project root for license information.
21133
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
21133
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
21134
21134
  */
21135
21135
  class Stack {
21136
21136
  constructor(size) {
@@ -21207,7 +21207,7 @@ class Stack {
21207
21207
  /*!
21208
21208
  * Jodit Editor (https://xdsoft.net/jodit/)
21209
21209
  * Released under MIT see LICENSE.txt in the project root for license information.
21210
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
21210
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
21211
21211
  */
21212
21212
 
21213
21213
 
@@ -21253,7 +21253,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_0__/* .Icon */ .I.set('crop', (_icon
21253
21253
  /*!
21254
21254
  * Jodit Editor (https://xdsoft.net/jodit/)
21255
21255
  * Released under MIT see LICENSE.txt in the project root for license information.
21256
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
21256
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
21257
21257
  */
21258
21258
  var ImageEditor_1;
21259
21259
 
@@ -21834,7 +21834,7 @@ function openImageEditor(href, name, path, source, onSuccess, onFailed) {
21834
21834
  /*!
21835
21835
  * Jodit Editor (https://xdsoft.net/jodit/)
21836
21836
  * Released under MIT see LICENSE.txt in the project root for license information.
21837
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
21837
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
21838
21838
  */
21839
21839
 
21840
21840
  const jie = 'jodit-image-editor';
@@ -22011,7 +22011,7 @@ __webpack_require__.r(__webpack_exports__);
22011
22011
  /*!
22012
22012
  * Jodit Editor (https://xdsoft.net/jodit/)
22013
22013
  * Released under MIT see LICENSE.txt in the project root for license information.
22014
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
22014
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
22015
22015
  */
22016
22016
  /**
22017
22017
  * [[include:modules/README.md]]
@@ -22063,7 +22063,7 @@ __webpack_require__.r(__webpack_exports__);
22063
22063
  /*!
22064
22064
  * Jodit Editor (https://xdsoft.net/jodit/)
22065
22065
  * Released under MIT see LICENSE.txt in the project root for license information.
22066
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
22066
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
22067
22067
  */
22068
22068
 
22069
22069
 
@@ -22102,7 +22102,7 @@ UIMessage = (0,tslib__WEBPACK_IMPORTED_MODULE_1__/* .__decorate */ .Cg)([
22102
22102
  /*!
22103
22103
  * Jodit Editor (https://xdsoft.net/jodit/)
22104
22104
  * Released under MIT see LICENSE.txt in the project root for license information.
22105
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
22105
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
22106
22106
  */
22107
22107
 
22108
22108
 
@@ -22237,7 +22237,7 @@ UIMessages = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .Cg)([
22237
22237
  /*!
22238
22238
  * Jodit Editor (https://xdsoft.net/jodit/)
22239
22239
  * Released under MIT see LICENSE.txt in the project root for license information.
22240
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
22240
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
22241
22241
  */
22242
22242
 
22243
22243
 
@@ -22342,7 +22342,7 @@ StatusBar = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .Cg)([
22342
22342
  /*!
22343
22343
  * Jodit Editor (https://xdsoft.net/jodit/)
22344
22344
  * Released under MIT see LICENSE.txt in the project root for license information.
22345
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
22345
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
22346
22346
  */
22347
22347
 
22348
22348
 
@@ -23038,7 +23038,7 @@ const instance = (j) => j.getInstance('Table', j.o);
23038
23038
  /*!
23039
23039
  * Jodit Editor (https://xdsoft.net/jodit/)
23040
23040
  * Released under MIT see LICENSE.txt in the project root for license information.
23041
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23041
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23042
23042
  */
23043
23043
 
23044
23044
 
@@ -23450,7 +23450,7 @@ ToolbarButton = (0,tslib__WEBPACK_IMPORTED_MODULE_10__/* .__decorate */ .Cg)([
23450
23450
  /*!
23451
23451
  * Jodit Editor (https://xdsoft.net/jodit/)
23452
23452
  * Released under MIT see LICENSE.txt in the project root for license information.
23453
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23453
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23454
23454
  */
23455
23455
 
23456
23456
 
@@ -23507,7 +23507,7 @@ ToolbarContent = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .Cg)([
23507
23507
  /*!
23508
23508
  * Jodit Editor (https://xdsoft.net/jodit/)
23509
23509
  * Released under MIT see LICENSE.txt in the project root for license information.
23510
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23510
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23511
23511
  */
23512
23512
  /**
23513
23513
  * @module modules/toolbar/button
@@ -23534,7 +23534,7 @@ ToolbarContent = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .Cg)([
23534
23534
  /*!
23535
23535
  * Jodit Editor (https://xdsoft.net/jodit/)
23536
23536
  * Released under MIT see LICENSE.txt in the project root for license information.
23537
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23537
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23538
23538
  */
23539
23539
 
23540
23540
 
@@ -23588,7 +23588,7 @@ ToolbarSelect = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .Cg)([
23588
23588
  /*!
23589
23589
  * Jodit Editor (https://xdsoft.net/jodit/)
23590
23590
  * Released under MIT see LICENSE.txt in the project root for license information.
23591
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23591
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23592
23592
  */
23593
23593
 
23594
23594
 
@@ -23721,7 +23721,7 @@ ToolbarCollection = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .Cg)(
23721
23721
  /*!
23722
23722
  * Jodit Editor (https://xdsoft.net/jodit/)
23723
23723
  * Released under MIT see LICENSE.txt in the project root for license information.
23724
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23724
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23725
23725
  */
23726
23726
 
23727
23727
 
@@ -23867,7 +23867,7 @@ ToolbarEditorCollection = (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */
23867
23867
  /*!
23868
23868
  * Jodit Editor (https://xdsoft.net/jodit/)
23869
23869
  * Released under MIT see LICENSE.txt in the project root for license information.
23870
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23870
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23871
23871
  */
23872
23872
 
23873
23873
 
@@ -23921,7 +23921,7 @@ function makeSelect(view, control, target = null) {
23921
23921
  /*!
23922
23922
  * Jodit Editor (https://xdsoft.net/jodit/)
23923
23923
  * Released under MIT see LICENSE.txt in the project root for license information.
23924
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23924
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23925
23925
  */
23926
23926
 
23927
23927
 
@@ -24019,7 +24019,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.uploader = {
24019
24019
  /*!
24020
24020
  * Jodit Editor (https://xdsoft.net/jodit/)
24021
24021
  * Released under MIT see LICENSE.txt in the project root for license information.
24022
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24022
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24023
24023
  */
24024
24024
 
24025
24025
  function buildData(uploader, data) {
@@ -24057,7 +24057,7 @@ function buildData(uploader, data) {
24057
24057
  /*!
24058
24058
  * Jodit Editor (https://xdsoft.net/jodit/)
24059
24059
  * Released under MIT see LICENSE.txt in the project root for license information.
24060
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24060
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24061
24061
  */
24062
24062
  /**
24063
24063
  * @module modules/uploader
@@ -24101,7 +24101,7 @@ function dataURItoBlob(dataURI) {
24101
24101
  /*!
24102
24102
  * Jodit Editor (https://xdsoft.net/jodit/)
24103
24103
  * Released under MIT see LICENSE.txt in the project root for license information.
24104
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24104
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24105
24105
  */
24106
24106
 
24107
24107
 
@@ -24134,7 +24134,7 @@ function hasItems(data) {
24134
24134
  /*!
24135
24135
  * Jodit Editor (https://xdsoft.net/jodit/)
24136
24136
  * Released under MIT see LICENSE.txt in the project root for license information.
24137
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24137
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24138
24138
  */
24139
24139
 
24140
24140
 
@@ -24180,7 +24180,7 @@ function processOldBrowserDrag(self, cData, handlerSuccess, handlerError, onFina
24180
24180
  /*!
24181
24181
  * Jodit Editor (https://xdsoft.net/jodit/)
24182
24182
  * Released under MIT see LICENSE.txt in the project root for license information.
24183
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24183
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24184
24184
  */
24185
24185
 
24186
24186
 
@@ -24307,7 +24307,7 @@ function readImagesWithReader(fileList, imagesExtensions, promises, uploader, ha
24307
24307
  /*!
24308
24308
  * Jodit Editor (https://xdsoft.net/jodit/)
24309
24309
  * Released under MIT see LICENSE.txt in the project root for license information.
24310
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24310
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24311
24311
  */
24312
24312
 
24313
24313
 
@@ -24400,7 +24400,7 @@ function send(uploader, data) {
24400
24400
  /*!
24401
24401
  * Jodit Editor (https://xdsoft.net/jodit/)
24402
24402
  * Released under MIT see LICENSE.txt in the project root for license information.
24403
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24403
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24404
24404
  */
24405
24405
 
24406
24406
 
@@ -24608,7 +24608,7 @@ class Uploader extends jodit_core_component___WEBPACK_IMPORTED_MODULE_0__/* .Vie
24608
24608
  /*!
24609
24609
  * Jodit Editor (https://xdsoft.net/jodit/)
24610
24610
  * Released under MIT see LICENSE.txt in the project root for license information.
24611
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24611
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24612
24612
  */
24613
24613
 
24614
24614
 
@@ -24713,7 +24713,7 @@ const ColorPickerWidget = (editor, callback, coldColor) => {
24713
24713
  /*!
24714
24714
  * Jodit Editor (https://xdsoft.net/jodit/)
24715
24715
  * Released under MIT see LICENSE.txt in the project root for license information.
24716
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24716
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24717
24717
  */
24718
24718
 
24719
24719
 
@@ -24847,7 +24847,7 @@ function val(elm, selector, value) {
24847
24847
  /*!
24848
24848
  * Jodit Editor (https://xdsoft.net/jodit/)
24849
24849
  * Released under MIT see LICENSE.txt in the project root for license information.
24850
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24850
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24851
24851
  */
24852
24852
  /**
24853
24853
  * [[include:modules/widget/README.md]]
@@ -24876,7 +24876,7 @@ function val(elm, selector, value) {
24876
24876
  /*!
24877
24877
  * Jodit Editor (https://xdsoft.net/jodit/)
24878
24878
  * Released under MIT see LICENSE.txt in the project root for license information.
24879
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24879
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24880
24880
  */
24881
24881
 
24882
24882
 
@@ -25016,7 +25016,7 @@ const TabsWidget = (jodit, tabs, state) => {
25016
25016
  /*!
25017
25017
  * Jodit Editor (https://xdsoft.net/jodit/)
25018
25018
  * Released under MIT see LICENSE.txt in the project root for license information.
25019
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25019
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25020
25020
  */
25021
25021
 
25022
25022
 
@@ -25081,7 +25081,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_3__/* .Icon */ .I.set('about', (_abo
25081
25081
  /*!
25082
25082
  * Jodit Editor (https://xdsoft.net/jodit/)
25083
25083
  * Released under MIT see LICENSE.txt in the project root for license information.
25084
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25084
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25085
25085
  */
25086
25086
 
25087
25087
 
@@ -25314,7 +25314,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('addNe
25314
25314
  /*!
25315
25315
  * Jodit Editor (https://xdsoft.net/jodit/)
25316
25316
  * Released under MIT see LICENSE.txt in the project root for license information.
25317
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25317
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25318
25318
  */
25319
25319
 
25320
25320
 
@@ -25352,7 +25352,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_0__/* .Icon */ .I.set('enter', (_ent
25352
25352
  /*!
25353
25353
  * Jodit Editor (https://xdsoft.net/jodit/)
25354
25354
  * Released under MIT see LICENSE.txt in the project root for license information.
25355
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25355
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25356
25356
  */
25357
25357
 
25358
25358
 
@@ -25476,7 +25476,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('ai-as
25476
25476
  /*!
25477
25477
  * Jodit Editor (https://xdsoft.net/jodit/)
25478
25478
  * Released under MIT see LICENSE.txt in the project root for license information.
25479
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25479
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25480
25480
  */
25481
25481
 
25482
25482
 
@@ -25576,7 +25576,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_1__/* .Config */ .T.prototype.controls['ai
25576
25576
  /*!
25577
25577
  * Jodit Editor (https://xdsoft.net/jodit/)
25578
25578
  * Released under MIT see LICENSE.txt in the project root for license information.
25579
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25579
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25580
25580
  */
25581
25581
  module.exports = {
25582
25582
  aiAssistant: 'AI Assistant',
@@ -25606,7 +25606,7 @@ __webpack_require__.r(__webpack_exports__);
25606
25606
  /*!
25607
25607
  * Jodit Editor (https://xdsoft.net/jodit/)
25608
25608
  * Released under MIT see LICENSE.txt in the project root for license information.
25609
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25609
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25610
25610
  */
25611
25611
  /**
25612
25612
  * @module plugins/ai-assistant
@@ -25635,7 +25635,7 @@ __webpack_require__.r(__webpack_exports__);
25635
25635
  /*!
25636
25636
  * Jodit Editor (https://xdsoft.net/jodit/)
25637
25637
  * Released under MIT see LICENSE.txt in the project root for license information.
25638
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25638
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25639
25639
  */
25640
25640
 
25641
25641
 
@@ -25797,7 +25797,7 @@ UiAiAssistant = (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */ .Cg)([
25797
25797
  /*!
25798
25798
  * Jodit Editor (https://xdsoft.net/jodit/)
25799
25799
  * Released under MIT see LICENSE.txt in the project root for license information.
25800
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25800
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25801
25801
  */
25802
25802
 
25803
25803
 
@@ -25937,7 +25937,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('backs
25937
25937
  /*!
25938
25938
  * Jodit Editor (https://xdsoft.net/jodit/)
25939
25939
  * Released under MIT see LICENSE.txt in the project root for license information.
25940
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25940
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25941
25941
  */
25942
25942
 
25943
25943
 
@@ -26013,7 +26013,7 @@ function moveContentAndRemoveEmpty(jodit, mainClosestBox, sibling, backspace) {
26013
26013
  /*!
26014
26014
  * Jodit Editor (https://xdsoft.net/jodit/)
26015
26015
  * Released under MIT see LICENSE.txt in the project root for license information.
26016
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26016
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26017
26017
  */
26018
26018
 
26019
26019
 
@@ -26063,7 +26063,7 @@ function checkJoinTwoLists(jodit, fakeNode, backspace) {
26063
26063
  /*!
26064
26064
  * Jodit Editor (https://xdsoft.net/jodit/)
26065
26065
  * Released under MIT see LICENSE.txt in the project root for license information.
26066
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26066
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26067
26067
  */
26068
26068
  /**
26069
26069
  * On Not collapsed selection - should only remove whole selected content
@@ -26103,7 +26103,7 @@ function checkNotCollapsed(jodit) {
26103
26103
  /*!
26104
26104
  * Jodit Editor (https://xdsoft.net/jodit/)
26105
26105
  * Released under MIT see LICENSE.txt in the project root for license information.
26106
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26106
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26107
26107
  */
26108
26108
 
26109
26109
 
@@ -26275,7 +26275,7 @@ function checkRepeatRemoveCharAction(backspace, sibling, fakeNode, mode, removed
26275
26275
  /*!
26276
26276
  * Jodit Editor (https://xdsoft.net/jodit/)
26277
26277
  * Released under MIT see LICENSE.txt in the project root for license information.
26278
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26278
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26279
26279
  */
26280
26280
 
26281
26281
 
@@ -26316,7 +26316,7 @@ function checkRemoveContentNotEditable(jodit, fakeNode, backspace) {
26316
26316
  /*!
26317
26317
  * Jodit Editor (https://xdsoft.net/jodit/)
26318
26318
  * Released under MIT see LICENSE.txt in the project root for license information.
26319
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26319
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26320
26320
  */
26321
26321
 
26322
26322
  /**
@@ -26362,7 +26362,7 @@ function checkRemoveEmptyNeighbor(jodit, fakeNode, backspace) {
26362
26362
  /*!
26363
26363
  * Jodit Editor (https://xdsoft.net/jodit/)
26364
26364
  * Released under MIT see LICENSE.txt in the project root for license information.
26365
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26365
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26366
26366
  */
26367
26367
 
26368
26368
 
@@ -26431,7 +26431,7 @@ function checkRemoveEmptyParent(jodit, fakeNode, backspace) {
26431
26431
  /*!
26432
26432
  * Jodit Editor (https://xdsoft.net/jodit/)
26433
26433
  * Released under MIT see LICENSE.txt in the project root for license information.
26434
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26434
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26435
26435
  */
26436
26436
 
26437
26437
 
@@ -26482,7 +26482,7 @@ function checkRemoveUnbreakableElement(jodit, fakeNode, backspace) {
26482
26482
  /*!
26483
26483
  * Jodit Editor (https://xdsoft.net/jodit/)
26484
26484
  * Released under MIT see LICENSE.txt in the project root for license information.
26485
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26485
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26486
26486
  */
26487
26487
 
26488
26488
  /**
@@ -26522,7 +26522,7 @@ function checkTableCell(jodit, fakeNode) {
26522
26522
  /*!
26523
26523
  * Jodit Editor (https://xdsoft.net/jodit/)
26524
26524
  * Released under MIT see LICENSE.txt in the project root for license information.
26525
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26525
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26526
26526
  */
26527
26527
 
26528
26528
 
@@ -26582,7 +26582,7 @@ function checkUnwrapFirstListItem(jodit, fakeNode, backspace) {
26582
26582
  /*!
26583
26583
  * Jodit Editor (https://xdsoft.net/jodit/)
26584
26584
  * Released under MIT see LICENSE.txt in the project root for license information.
26585
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26585
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26586
26586
  */
26587
26587
  /**
26588
26588
  * @module plugins/backspace
@@ -26622,7 +26622,7 @@ const cases = [
26622
26622
  /*!
26623
26623
  * Jodit Editor (https://xdsoft.net/jodit/)
26624
26624
  * Released under MIT see LICENSE.txt in the project root for license information.
26625
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26625
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26626
26626
  */
26627
26627
  /**
26628
26628
  * @module plugins/backspace
@@ -26654,7 +26654,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.delete = {
26654
26654
  /*!
26655
26655
  * Jodit Editor (https://xdsoft.net/jodit/)
26656
26656
  * Released under MIT see LICENSE.txt in the project root for license information.
26657
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26657
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26658
26658
  */
26659
26659
 
26660
26660
  /**
@@ -26715,7 +26715,7 @@ function getMoveFilter(jodit) {
26715
26715
  /*!
26716
26716
  * Jodit Editor (https://xdsoft.net/jodit/)
26717
26717
  * Released under MIT see LICENSE.txt in the project root for license information.
26718
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26718
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26719
26719
  */
26720
26720
 
26721
26721
 
@@ -26806,7 +26806,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_2__/* .Icon */ .I.set('bold', (_icon
26806
26806
  /*!
26807
26807
  * Jodit Editor (https://xdsoft.net/jodit/)
26808
26808
  * Released under MIT see LICENSE.txt in the project root for license information.
26809
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26809
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26810
26810
  */
26811
26811
 
26812
26812
  jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.controls.subscript = {
@@ -26869,7 +26869,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.controls.str
26869
26869
  /*!
26870
26870
  * Jodit Editor (https://xdsoft.net/jodit/)
26871
26871
  * Released under MIT see LICENSE.txt in the project root for license information.
26872
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26872
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26873
26873
  */
26874
26874
 
26875
26875
 
@@ -26988,7 +26988,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_4__/* .Icon */ .I.set('class-span',
26988
26988
  /*!
26989
26989
  * Jodit Editor (https://xdsoft.net/jodit/)
26990
26990
  * Released under MIT see LICENSE.txt in the project root for license information.
26991
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26991
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26992
26992
  */
26993
26993
 
26994
26994
 
@@ -27111,7 +27111,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('clean
27111
27111
  /*!
27112
27112
  * Jodit Editor (https://xdsoft.net/jodit/)
27113
27113
  * Released under MIT see LICENSE.txt in the project root for license information.
27114
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27114
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27115
27115
  */
27116
27116
 
27117
27117
 
@@ -27153,7 +27153,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_0__/* .Icon */ .I.set('eraser', (_er
27153
27153
  /*!
27154
27154
  * Jodit Editor (https://xdsoft.net/jodit/)
27155
27155
  * Released under MIT see LICENSE.txt in the project root for license information.
27156
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27156
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27157
27157
  */
27158
27158
 
27159
27159
 
@@ -27219,7 +27219,7 @@ function getHash(tags) {
27219
27219
  /*!
27220
27220
  * Jodit Editor (https://xdsoft.net/jodit/)
27221
27221
  * Released under MIT see LICENSE.txt in the project root for license information.
27222
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27222
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27223
27223
  */
27224
27224
  /**
27225
27225
  * @module plugins/clean-html
@@ -27245,7 +27245,7 @@ function getHash(tags) {
27245
27245
  /*!
27246
27246
  * Jodit Editor (https://xdsoft.net/jodit/)
27247
27247
  * Released under MIT see LICENSE.txt in the project root for license information.
27248
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27248
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27249
27249
  */
27250
27250
 
27251
27251
 
@@ -27304,7 +27304,7 @@ function isInlineBlock(node) {
27304
27304
  /*!
27305
27305
  * Jodit Editor (https://xdsoft.net/jodit/)
27306
27306
  * Released under MIT see LICENSE.txt in the project root for license information.
27307
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27307
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27308
27308
  */
27309
27309
 
27310
27310
 
@@ -27369,7 +27369,7 @@ function removeFormatForSelection(jodit) {
27369
27369
  /*!
27370
27370
  * Jodit Editor (https://xdsoft.net/jodit/)
27371
27371
  * Released under MIT see LICENSE.txt in the project root for license information.
27372
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27372
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27373
27373
  */
27374
27374
 
27375
27375
  /**
@@ -27412,7 +27412,7 @@ function allowAttributes(jodit, nodeElm, hadEffect, allow) {
27412
27412
  /*!
27413
27413
  * Jodit Editor (https://xdsoft.net/jodit/)
27414
27414
  * Released under MIT see LICENSE.txt in the project root for license information.
27415
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27415
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27416
27416
  */
27417
27417
 
27418
27418
 
@@ -27465,7 +27465,7 @@ __webpack_require__.r(__webpack_exports__);
27465
27465
  /*!
27466
27466
  * Jodit Editor (https://xdsoft.net/jodit/)
27467
27467
  * Released under MIT see LICENSE.txt in the project root for license information.
27468
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27468
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27469
27469
  */
27470
27470
  /**
27471
27471
  * @module plugins/clean-html
@@ -27495,7 +27495,7 @@ __webpack_require__.r(__webpack_exports__);
27495
27495
  /*!
27496
27496
  * Jodit Editor (https://xdsoft.net/jodit/)
27497
27497
  * Released under MIT see LICENSE.txt in the project root for license information.
27498
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27498
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27499
27499
  */
27500
27500
 
27501
27501
  /**
@@ -27527,7 +27527,7 @@ function removeEmptyTextNode(jodit, node, hadEffect, arg, argi, currentNode) {
27527
27527
  /*!
27528
27528
  * Jodit Editor (https://xdsoft.net/jodit/)
27529
27529
  * Released under MIT see LICENSE.txt in the project root for license information.
27530
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27530
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27531
27531
  */
27532
27532
 
27533
27533
 
@@ -27569,7 +27569,7 @@ function removeInvTextNodes(jodit, node, hadEffect, arg, argi, currentNode) {
27569
27569
  /*!
27570
27570
  * Jodit Editor (https://xdsoft.net/jodit/)
27571
27571
  * Released under MIT see LICENSE.txt in the project root for license information.
27572
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27572
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27573
27573
  */
27574
27574
 
27575
27575
  /**
@@ -27613,7 +27613,7 @@ function replaceIfMatched(jodit, oldParent, list) {
27613
27613
  /*!
27614
27614
  * Jodit Editor (https://xdsoft.net/jodit/)
27615
27615
  * Released under MIT see LICENSE.txt in the project root for license information.
27616
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27616
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27617
27617
  */
27618
27618
 
27619
27619
 
@@ -27647,7 +27647,7 @@ function sanitizeAttributes(jodit, nodeElm, hadEffect) {
27647
27647
  /*!
27648
27648
  * Jodit Editor (https://xdsoft.net/jodit/)
27649
27649
  * Released under MIT see LICENSE.txt in the project root for license information.
27650
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27650
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27651
27651
  */
27652
27652
 
27653
27653
 
@@ -27693,7 +27693,7 @@ function isRemovableNode(jodit, node, current, allow, deny) {
27693
27693
  /*!
27694
27694
  * Jodit Editor (https://xdsoft.net/jodit/)
27695
27695
  * Released under MIT see LICENSE.txt in the project root for license information.
27696
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27696
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27697
27697
  */
27698
27698
 
27699
27699
 
@@ -27736,7 +27736,7 @@ function visitNodeWalker(jodit, nodeElm, allowTags, denyTags, currentSelectionNo
27736
27736
  /*!
27737
27737
  * Jodit Editor (https://xdsoft.net/jodit/)
27738
27738
  * Released under MIT see LICENSE.txt in the project root for license information.
27739
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27739
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27740
27740
  */
27741
27741
 
27742
27742
 
@@ -27822,7 +27822,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('clipb
27822
27822
  /*!
27823
27823
  * Jodit Editor (https://xdsoft.net/jodit/)
27824
27824
  * Released under MIT see LICENSE.txt in the project root for license information.
27825
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27825
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27826
27826
  */
27827
27827
 
27828
27828
 
@@ -27864,7 +27864,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_0__/* .Icon */ .I.set('copy', (_icon
27864
27864
  /*!
27865
27865
  * Jodit Editor (https://xdsoft.net/jodit/)
27866
27866
  * Released under MIT see LICENSE.txt in the project root for license information.
27867
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27867
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27868
27868
  */
27869
27869
 
27870
27870
 
@@ -27927,7 +27927,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('color
27927
27927
  /*!
27928
27928
  * Jodit Editor (https://xdsoft.net/jodit/)
27929
27929
  * Released under MIT see LICENSE.txt in the project root for license information.
27930
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27930
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27931
27931
  */
27932
27932
 
27933
27933
 
@@ -28098,7 +28098,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_3__/* .Config */ .T.prototype.controls.bru
28098
28098
  /*!
28099
28099
  * Jodit Editor (https://xdsoft.net/jodit/)
28100
28100
  * Released under MIT see LICENSE.txt in the project root for license information.
28101
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28101
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28102
28102
  */
28103
28103
 
28104
28104
 
@@ -28243,7 +28243,7 @@ __webpack_require__.r(__webpack_exports__);
28243
28243
  /*!
28244
28244
  * Jodit Editor (https://xdsoft.net/jodit/)
28245
28245
  * Released under MIT see LICENSE.txt in the project root for license information.
28246
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28246
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28247
28247
  */
28248
28248
 
28249
28249
 
@@ -28284,7 +28284,7 @@ __webpack_require__.r(__webpack_exports__);
28284
28284
  /*!
28285
28285
  * Jodit Editor (https://xdsoft.net/jodit/)
28286
28286
  * Released under MIT see LICENSE.txt in the project root for license information.
28287
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28287
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28288
28288
  */
28289
28289
 
28290
28290
 
@@ -28425,7 +28425,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('delet
28425
28425
  /*!
28426
28426
  * Jodit Editor (https://xdsoft.net/jodit/)
28427
28427
  * Released under MIT see LICENSE.txt in the project root for license information.
28428
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28428
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28429
28429
  */
28430
28430
  /**
28431
28431
  * @module plugins/drag-and-drop-element
@@ -28451,7 +28451,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.draggableTag
28451
28451
  /*!
28452
28452
  * Jodit Editor (https://xdsoft.net/jodit/)
28453
28453
  * Released under MIT see LICENSE.txt in the project root for license information.
28454
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28454
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28455
28455
  */
28456
28456
 
28457
28457
 
@@ -28665,7 +28665,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('dragA
28665
28665
  /*!
28666
28666
  * Jodit Editor (https://xdsoft.net/jodit/)
28667
28667
  * Released under MIT see LICENSE.txt in the project root for license information.
28668
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28668
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28669
28669
  */
28670
28670
 
28671
28671
 
@@ -28860,7 +28860,7 @@ __webpack_require__.r(__webpack_exports__);
28860
28860
  /*!
28861
28861
  * Jodit Editor (https://xdsoft.net/jodit/)
28862
28862
  * Released under MIT see LICENSE.txt in the project root for license information.
28863
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28863
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28864
28864
  */
28865
28865
  /**
28866
28866
  * @module plugins/dtd
@@ -28882,7 +28882,7 @@ __webpack_require__.r(__webpack_exports__);
28882
28882
  /*!
28883
28883
  * Jodit Editor (https://xdsoft.net/jodit/)
28884
28884
  * Released under MIT see LICENSE.txt in the project root for license information.
28885
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28885
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28886
28886
  */
28887
28887
 
28888
28888
  const brBoxes = new Set([
@@ -28927,7 +28927,7 @@ function removeExtraBr(jodit, node) {
28927
28927
  /*!
28928
28928
  * Jodit Editor (https://xdsoft.net/jodit/)
28929
28929
  * Released under MIT see LICENSE.txt in the project root for license information.
28930
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28930
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28931
28931
  */
28932
28932
 
28933
28933
  /**
@@ -28965,7 +28965,7 @@ __webpack_require__.r(__webpack_exports__);
28965
28965
  /*!
28966
28966
  * Jodit Editor (https://xdsoft.net/jodit/)
28967
28967
  * Released under MIT see LICENSE.txt in the project root for license information.
28968
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28968
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28969
28969
  */
28970
28970
  /**
28971
28971
  * @module plugins/dtd
@@ -28984,7 +28984,7 @@ __webpack_require__.r(__webpack_exports__);
28984
28984
  /*!
28985
28985
  * Jodit Editor (https://xdsoft.net/jodit/)
28986
28986
  * Released under MIT see LICENSE.txt in the project root for license information.
28987
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28987
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28988
28988
  */
28989
28989
 
28990
28990
  jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.dtd = {
@@ -29038,7 +29038,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.dtd = {
29038
29038
  /*!
29039
29039
  * Jodit Editor (https://xdsoft.net/jodit/)
29040
29040
  * Released under MIT see LICENSE.txt in the project root for license information.
29041
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29041
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29042
29042
  */
29043
29043
 
29044
29044
 
@@ -29090,7 +29090,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('dtd',
29090
29090
  /*!
29091
29091
  * Jodit Editor (https://xdsoft.net/jodit/)
29092
29092
  * Released under MIT see LICENSE.txt in the project root for license information.
29093
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29093
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29094
29094
  */
29095
29095
 
29096
29096
 
@@ -29200,7 +29200,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('enter
29200
29200
  /*!
29201
29201
  * Jodit Editor (https://xdsoft.net/jodit/)
29202
29202
  * Released under MIT see LICENSE.txt in the project root for license information.
29203
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29203
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29204
29204
  */
29205
29205
 
29206
29206
 
@@ -29269,7 +29269,7 @@ function brBefore(start) {
29269
29269
  /*!
29270
29270
  * Jodit Editor (https://xdsoft.net/jodit/)
29271
29271
  * Released under MIT see LICENSE.txt in the project root for license information.
29272
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29272
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29273
29273
  */
29274
29274
 
29275
29275
  /**
@@ -29299,7 +29299,7 @@ function checkUnsplittableBox(fake, jodit, currentBox) {
29299
29299
  /*!
29300
29300
  * Jodit Editor (https://xdsoft.net/jodit/)
29301
29301
  * Released under MIT see LICENSE.txt in the project root for license information.
29302
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29302
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29303
29303
  */
29304
29304
 
29305
29305
 
@@ -29340,7 +29340,7 @@ function getBlockWrapper(fake, jodit, tagReg = jodit_core_constants__WEBPACK_IMP
29340
29340
  /*!
29341
29341
  * Jodit Editor (https://xdsoft.net/jodit/)
29342
29342
  * Released under MIT see LICENSE.txt in the project root for license information.
29343
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29343
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29344
29344
  */
29345
29345
 
29346
29346
  /**
@@ -29380,7 +29380,7 @@ function hasPreviousBlock(fake, jodit) {
29380
29380
  /*!
29381
29381
  * Jodit Editor (https://xdsoft.net/jodit/)
29382
29382
  * Released under MIT see LICENSE.txt in the project root for license information.
29383
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29383
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29384
29384
  */
29385
29385
  /**
29386
29386
  * @module plugins/enter
@@ -29410,7 +29410,7 @@ function hasPreviousBlock(fake, jodit) {
29410
29410
  /*!
29411
29411
  * Jodit Editor (https://xdsoft.net/jodit/)
29412
29412
  * Released under MIT see LICENSE.txt in the project root for license information.
29413
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29413
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29414
29414
  */
29415
29415
 
29416
29416
 
@@ -29446,7 +29446,7 @@ function insertParagraph(fake, editor, wrapperTag, style) {
29446
29446
  /*!
29447
29447
  * Jodit Editor (https://xdsoft.net/jodit/)
29448
29448
  * Released under MIT see LICENSE.txt in the project root for license information.
29449
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29449
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29450
29450
  */
29451
29451
 
29452
29452
  /**
@@ -29482,7 +29482,7 @@ function moveCursorOutFromSpecialTags(jodit, fake, tags) {
29482
29482
  /*!
29483
29483
  * Jodit Editor (https://xdsoft.net/jodit/)
29484
29484
  * Released under MIT see LICENSE.txt in the project root for license information.
29485
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29485
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29486
29486
  */
29487
29487
 
29488
29488
 
@@ -29536,7 +29536,7 @@ function processEmptyLILeaf(fake, jodit, li) {
29536
29536
  /*!
29537
29537
  * Jodit Editor (https://xdsoft.net/jodit/)
29538
29538
  * Released under MIT see LICENSE.txt in the project root for license information.
29539
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29539
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29540
29540
  */
29541
29541
 
29542
29542
 
@@ -29584,7 +29584,7 @@ function splitFragment(fake, jodit, block) {
29584
29584
  /*!
29585
29585
  * Jodit Editor (https://xdsoft.net/jodit/)
29586
29586
  * Released under MIT see LICENSE.txt in the project root for license information.
29587
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29587
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29588
29588
  */
29589
29589
 
29590
29590
  /**
@@ -29623,7 +29623,7 @@ function wrapText(fake, jodit) {
29623
29623
  /*!
29624
29624
  * Jodit Editor (https://xdsoft.net/jodit/)
29625
29625
  * Released under MIT see LICENSE.txt in the project root for license information.
29626
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29626
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29627
29627
  */
29628
29628
 
29629
29629
 
@@ -29686,7 +29686,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('file'
29686
29686
  /*!
29687
29687
  * Jodit Editor (https://xdsoft.net/jodit/)
29688
29688
  * Released under MIT see LICENSE.txt in the project root for license information.
29689
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29689
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29690
29690
  */
29691
29691
 
29692
29692
 
@@ -29773,7 +29773,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('focus
29773
29773
  /*!
29774
29774
  * Jodit Editor (https://xdsoft.net/jodit/)
29775
29775
  * Released under MIT see LICENSE.txt in the project root for license information.
29776
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29776
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29777
29777
  */
29778
29778
 
29779
29779
 
@@ -29899,7 +29899,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_3__/* .Config */ .T.prototype.controls.fon
29899
29899
  /*!
29900
29900
  * Jodit Editor (https://xdsoft.net/jodit/)
29901
29901
  * Released under MIT see LICENSE.txt in the project root for license information.
29902
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29902
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29903
29903
  */
29904
29904
 
29905
29905
 
@@ -29963,7 +29963,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('font'
29963
29963
  /*!
29964
29964
  * Jodit Editor (https://xdsoft.net/jodit/)
29965
29965
  * Released under MIT see LICENSE.txt in the project root for license information.
29966
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29966
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29967
29967
  */
29968
29968
 
29969
29969
 
@@ -30028,7 +30028,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.par
30028
30028
  /*!
30029
30029
  * Jodit Editor (https://xdsoft.net/jodit/)
30030
30030
  * Released under MIT see LICENSE.txt in the project root for license information.
30031
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30031
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30032
30032
  */
30033
30033
 
30034
30034
 
@@ -30067,7 +30067,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('forma
30067
30067
  /*!
30068
30068
  * Jodit Editor (https://xdsoft.net/jodit/)
30069
30069
  * Released under MIT see LICENSE.txt in the project root for license information.
30070
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30070
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30071
30071
  */
30072
30072
 
30073
30073
 
@@ -30111,7 +30111,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.ful
30111
30111
  /*!
30112
30112
  * Jodit Editor (https://xdsoft.net/jodit/)
30113
30113
  * Released under MIT see LICENSE.txt in the project root for license information.
30114
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30114
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30115
30115
  */
30116
30116
 
30117
30117
 
@@ -30214,7 +30214,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('fulls
30214
30214
  /*!
30215
30215
  * Jodit Editor (https://xdsoft.net/jodit/)
30216
30216
  * Released under MIT see LICENSE.txt in the project root for license information.
30217
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30217
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30218
30218
  */
30219
30219
 
30220
30220
  jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.commandToHotkeys = {
@@ -30240,7 +30240,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.commandToHot
30240
30240
  /*!
30241
30241
  * Jodit Editor (https://xdsoft.net/jodit/)
30242
30242
  * Released under MIT see LICENSE.txt in the project root for license information.
30243
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30243
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30244
30244
  */
30245
30245
 
30246
30246
 
@@ -30399,7 +30399,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('hotke
30399
30399
  /*!
30400
30400
  * Jodit Editor (https://xdsoft.net/jodit/)
30401
30401
  * Released under MIT see LICENSE.txt in the project root for license information.
30402
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30402
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30403
30403
  */
30404
30404
 
30405
30405
 
@@ -30447,7 +30447,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('hr',
30447
30447
  /*!
30448
30448
  * Jodit Editor (https://xdsoft.net/jodit/)
30449
30449
  * Released under MIT see LICENSE.txt in the project root for license information.
30450
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30450
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30451
30451
  */
30452
30452
  /**
30453
30453
  * @module plugins/iframe
@@ -30541,7 +30541,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.iframeSandbo
30541
30541
  /*!
30542
30542
  * Jodit Editor (https://xdsoft.net/jodit/)
30543
30543
  * Released under MIT see LICENSE.txt in the project root for license information.
30544
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30544
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30545
30545
  */
30546
30546
 
30547
30547
 
@@ -30732,7 +30732,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('ifram
30732
30732
  /*!
30733
30733
  * Jodit Editor (https://xdsoft.net/jodit/)
30734
30734
  * Released under MIT see LICENSE.txt in the project root for license information.
30735
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30735
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30736
30736
  */
30737
30737
  /**
30738
30738
  * @module plugins/image-processor
@@ -30760,7 +30760,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.imageProcess
30760
30760
  /*!
30761
30761
  * Jodit Editor (https://xdsoft.net/jodit/)
30762
30762
  * Released under MIT see LICENSE.txt in the project root for license information.
30763
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30763
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30764
30764
  */
30765
30765
 
30766
30766
 
@@ -30886,7 +30886,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('image
30886
30886
  /*!
30887
30887
  * Jodit Editor (https://xdsoft.net/jodit/)
30888
30888
  * Released under MIT see LICENSE.txt in the project root for license information.
30889
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30889
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30890
30890
  */
30891
30891
  /**
30892
30892
  * @module plugins/image-properties
@@ -30936,7 +30936,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.image = {
30936
30936
  /*!
30937
30937
  * Jodit Editor (https://xdsoft.net/jodit/)
30938
30938
  * Released under MIT see LICENSE.txt in the project root for license information.
30939
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30939
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30940
30940
  */
30941
30941
 
30942
30942
 
@@ -31184,7 +31184,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('image
31184
31184
  /*!
31185
31185
  * Jodit Editor (https://xdsoft.net/jodit/)
31186
31186
  * Released under MIT see LICENSE.txt in the project root for license information.
31187
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31187
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31188
31188
  */
31189
31189
 
31190
31190
  /**
@@ -31226,7 +31226,7 @@ function readAlign(image, values) {
31226
31226
  /*!
31227
31227
  * Jodit Editor (https://xdsoft.net/jodit/)
31228
31228
  * Released under MIT see LICENSE.txt in the project root for license information.
31229
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31229
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31230
31230
  */
31231
31231
 
31232
31232
 
@@ -31277,7 +31277,7 @@ async function readValuesFromImage(j, state) {
31277
31277
  /*!
31278
31278
  * Jodit Editor (https://xdsoft.net/jodit/)
31279
31279
  * Released under MIT see LICENSE.txt in the project root for license information.
31280
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31280
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31281
31281
  */
31282
31282
 
31283
31283
 
@@ -31308,7 +31308,7 @@ function readLink(state, j, values) {
31308
31308
  /*!
31309
31309
  * Jodit Editor (https://xdsoft.net/jodit/)
31310
31310
  * Released under MIT see LICENSE.txt in the project root for license information.
31311
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31311
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31312
31312
  */
31313
31313
  /**
31314
31314
  * @module plugins/image-properties
@@ -31354,7 +31354,7 @@ function readMargins(image, values, state) {
31354
31354
  /*!
31355
31355
  * Jodit Editor (https://xdsoft.net/jodit/)
31356
31356
  * Released under MIT see LICENSE.txt in the project root for license information.
31357
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31357
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31358
31358
  */
31359
31359
  /**
31360
31360
  * @module plugins/image-properties
@@ -31418,7 +31418,7 @@ async function readSizes(image, values, state) {
31418
31418
  /*!
31419
31419
  * Jodit Editor (https://xdsoft.net/jodit/)
31420
31420
  * Released under MIT see LICENSE.txt in the project root for license information.
31421
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31421
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31422
31422
  */
31423
31423
 
31424
31424
 
@@ -31598,7 +31598,7 @@ UIImagePropertiesForm = (0,tslib__WEBPACK_IMPORTED_MODULE_7__/* .__decorate */ .
31598
31598
  /*!
31599
31599
  * Jodit Editor (https://xdsoft.net/jodit/)
31600
31600
  * Released under MIT see LICENSE.txt in the project root for license information.
31601
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31601
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31602
31602
  */
31603
31603
 
31604
31604
 
@@ -31789,7 +31789,7 @@ UIImageMainTab = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .Cg)([
31789
31789
  /*!
31790
31790
  * Jodit Editor (https://xdsoft.net/jodit/)
31791
31791
  * Released under MIT see LICENSE.txt in the project root for license information.
31792
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31792
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31793
31793
  */
31794
31794
 
31795
31795
 
@@ -32055,7 +32055,7 @@ UIImagePositionTab = (0,tslib__WEBPACK_IMPORTED_MODULE_8__/* .__decorate */ .Cg)
32055
32055
  /*!
32056
32056
  * Jodit Editor (https://xdsoft.net/jodit/)
32057
32057
  * Released under MIT see LICENSE.txt in the project root for license information.
32058
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32058
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32059
32059
  */
32060
32060
 
32061
32061
 
@@ -32122,7 +32122,7 @@ function openImageEditorDialog(j, state) {
32122
32122
  /*!
32123
32123
  * Jodit Editor (https://xdsoft.net/jodit/)
32124
32124
  * Released under MIT see LICENSE.txt in the project root for license information.
32125
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32125
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32126
32126
  */
32127
32127
 
32128
32128
 
@@ -32170,7 +32170,7 @@ function openImagePopup(j, dialog, state, button) {
32170
32170
  /*!
32171
32171
  * Jodit Editor (https://xdsoft.net/jodit/)
32172
32172
  * Released under MIT see LICENSE.txt in the project root for license information.
32173
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32173
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32174
32174
  */
32175
32175
  /**
32176
32176
  * @module plugins/image-properties
@@ -32210,7 +32210,7 @@ const normalSizeToString = (value) => {
32210
32210
  /*!
32211
32211
  * Jodit Editor (https://xdsoft.net/jodit/)
32212
32212
  * Released under MIT see LICENSE.txt in the project root for license information.
32213
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32213
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32214
32214
  */
32215
32215
 
32216
32216
 
@@ -32276,7 +32276,7 @@ function applyValuesToImage(j, state, image) {
32276
32276
  /*!
32277
32277
  * Jodit Editor (https://xdsoft.net/jodit/)
32278
32278
  * Released under MIT see LICENSE.txt in the project root for license information.
32279
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32279
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32280
32280
  */
32281
32281
 
32282
32282
 
@@ -32313,7 +32313,7 @@ function applyLink(j, image, imageLink, imageLinkOpenInNewTab) {
32313
32313
  /*!
32314
32314
  * Jodit Editor (https://xdsoft.net/jodit/)
32315
32315
  * Released under MIT see LICENSE.txt in the project root for license information.
32316
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32316
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32317
32317
  */
32318
32318
 
32319
32319
 
@@ -32361,7 +32361,7 @@ function applyMargin(j, marginTop, marginRight, marginBottom, marginLeft, image,
32361
32361
  /*!
32362
32362
  * Jodit Editor (https://xdsoft.net/jodit/)
32363
32363
  * Released under MIT see LICENSE.txt in the project root for license information.
32364
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32364
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32365
32365
  */
32366
32366
  /**
32367
32367
  * @module plugins/image-properties
@@ -32412,7 +32412,7 @@ function applySize(image, imageWidth, imageHeight, sizeIsLocked) {
32412
32412
  /*!
32413
32413
  * Jodit Editor (https://xdsoft.net/jodit/)
32414
32414
  * Released under MIT see LICENSE.txt in the project root for license information.
32415
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32415
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32416
32416
  */
32417
32417
 
32418
32418
 
@@ -32486,7 +32486,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('image
32486
32486
  /*!
32487
32487
  * Jodit Editor (https://xdsoft.net/jodit/)
32488
32488
  * Released under MIT see LICENSE.txt in the project root for license information.
32489
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32489
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32490
32490
  */
32491
32491
 
32492
32492
 
@@ -32529,7 +32529,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.indentMargin
32529
32529
  /*!
32530
32530
  * Jodit Editor (https://xdsoft.net/jodit/)
32531
32531
  * Released under MIT see LICENSE.txt in the project root for license information.
32532
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32532
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32533
32533
  */
32534
32534
  /**
32535
32535
  * @module plugins/indent
@@ -32558,7 +32558,7 @@ const getKey = (direction, box) => `${jodit_core_dom_dom__WEBPACK_IMPORTED_MODUL
32558
32558
  /*!
32559
32559
  * Jodit Editor (https://xdsoft.net/jodit/)
32560
32560
  * Released under MIT see LICENSE.txt in the project root for license information.
32561
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32561
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32562
32562
  */
32563
32563
 
32564
32564
 
@@ -32696,7 +32696,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('inden
32696
32696
  /*!
32697
32697
  * Jodit Editor (https://xdsoft.net/jodit/)
32698
32698
  * Released under MIT see LICENSE.txt in the project root for license information.
32699
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32699
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32700
32700
  */
32701
32701
  /**
32702
32702
  * [[include:plugins/README.md]]
@@ -32798,7 +32798,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('inden
32798
32798
  /*!
32799
32799
  * Jodit Editor (https://xdsoft.net/jodit/)
32800
32800
  * Released under MIT see LICENSE.txt in the project root for license information.
32801
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32801
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32802
32802
  */
32803
32803
 
32804
32804
 
@@ -32864,7 +32864,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_1__/* .Config */ .T.prototype.popup = {
32864
32864
  /*!
32865
32865
  * Jodit Editor (https://xdsoft.net/jodit/)
32866
32866
  * Released under MIT see LICENSE.txt in the project root for license information.
32867
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32867
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32868
32868
  */
32869
32869
 
32870
32870
  /* harmony default export */ __webpack_exports__.A = ([
@@ -32900,7 +32900,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_1__/* .Config */ .T.prototype.popup = {
32900
32900
  /*!
32901
32901
  * Jodit Editor (https://xdsoft.net/jodit/)
32902
32902
  * Released under MIT see LICENSE.txt in the project root for license information.
32903
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32903
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32904
32904
  */
32905
32905
 
32906
32906
 
@@ -33013,7 +33013,7 @@ const cmd = (control) => control.args && (0,jodit_core_helpers_checker__WEBPACK_
33013
33013
  /*!
33014
33014
  * Jodit Editor (https://xdsoft.net/jodit/)
33015
33015
  * Released under MIT see LICENSE.txt in the project root for license information.
33016
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33016
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33017
33017
  */
33018
33018
 
33019
33019
  /* harmony default export */ __webpack_exports__.A = ([
@@ -33044,7 +33044,7 @@ const cmd = (control) => control.args && (0,jodit_core_helpers_checker__WEBPACK_
33044
33044
  /*!
33045
33045
  * Jodit Editor (https://xdsoft.net/jodit/)
33046
33046
  * Released under MIT see LICENSE.txt in the project root for license information.
33047
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33047
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33048
33048
  */
33049
33049
 
33050
33050
 
@@ -33124,7 +33124,7 @@ const align = {
33124
33124
  /*!
33125
33125
  * Jodit Editor (https://xdsoft.net/jodit/)
33126
33126
  * Released under MIT see LICENSE.txt in the project root for license information.
33127
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33127
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33128
33128
  */
33129
33129
  /**
33130
33130
  * @module plugins/inline-popup
@@ -33178,7 +33178,7 @@ const align = {
33178
33178
  /*!
33179
33179
  * Jodit Editor (https://xdsoft.net/jodit/)
33180
33180
  * Released under MIT see LICENSE.txt in the project root for license information.
33181
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33181
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33182
33182
  */
33183
33183
 
33184
33184
 
@@ -33454,7 +33454,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('inlin
33454
33454
  /*!
33455
33455
  * Jodit Editor (https://xdsoft.net/jodit/)
33456
33456
  * Released under MIT see LICENSE.txt in the project root for license information.
33457
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33457
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33458
33458
  */
33459
33459
 
33460
33460
 
@@ -33584,7 +33584,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('justi
33584
33584
  /*!
33585
33585
  * Jodit Editor (https://xdsoft.net/jodit/)
33586
33586
  * Released under MIT see LICENSE.txt in the project root for license information.
33587
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33587
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33588
33588
  */
33589
33589
 
33590
33590
 
@@ -33631,7 +33631,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('keyAr
33631
33631
  /*!
33632
33632
  * Jodit Editor (https://xdsoft.net/jodit/)
33633
33633
  * Released under MIT see LICENSE.txt in the project root for license information.
33634
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33634
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33635
33635
  */
33636
33636
  /**
33637
33637
  * @module plugins/limit
@@ -33658,7 +33658,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.limitHTML =
33658
33658
  /*!
33659
33659
  * Jodit Editor (https://xdsoft.net/jodit/)
33660
33660
  * Released under MIT see LICENSE.txt in the project root for license information.
33661
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33661
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33662
33662
  */
33663
33663
 
33664
33664
 
@@ -33773,7 +33773,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('limit
33773
33773
  /*!
33774
33774
  * Jodit Editor (https://xdsoft.net/jodit/)
33775
33775
  * Released under MIT see LICENSE.txt in the project root for license information.
33776
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33776
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33777
33777
  */
33778
33778
 
33779
33779
 
@@ -33826,7 +33826,7 @@ __webpack_require__.r(__webpack_exports__);
33826
33826
  /*!
33827
33827
  * Jodit Editor (https://xdsoft.net/jodit/)
33828
33828
  * Released under MIT see LICENSE.txt in the project root for license information.
33829
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33829
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33830
33830
  */
33831
33831
 
33832
33832
 
@@ -33871,7 +33871,7 @@ __webpack_require__.r(__webpack_exports__);
33871
33871
  /*!
33872
33872
  * Jodit Editor (https://xdsoft.net/jodit/)
33873
33873
  * Released under MIT see LICENSE.txt in the project root for license information.
33874
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33874
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33875
33875
  */
33876
33876
 
33877
33877
 
@@ -33960,7 +33960,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('lineH
33960
33960
  /*!
33961
33961
  * Jodit Editor (https://xdsoft.net/jodit/)
33962
33962
  * Released under MIT see LICENSE.txt in the project root for license information.
33963
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33963
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33964
33964
  */
33965
33965
 
33966
33966
 
@@ -34023,7 +34023,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.lin
34023
34023
  /*!
34024
34024
  * Jodit Editor (https://xdsoft.net/jodit/)
34025
34025
  * Released under MIT see LICENSE.txt in the project root for license information.
34026
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34026
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34027
34027
  */
34028
34028
 
34029
34029
 
@@ -34354,7 +34354,7 @@ function writeImage(a, content_input, textWasChanged, url_input) {
34354
34354
  /*!
34355
34355
  * Jodit Editor (https://xdsoft.net/jodit/)
34356
34356
  * Released under MIT see LICENSE.txt in the project root for license information.
34357
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34357
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34358
34358
  */
34359
34359
 
34360
34360
 
@@ -34447,7 +34447,7 @@ const formTemplate = (editor) => {
34447
34447
  /*!
34448
34448
  * Jodit Editor (https://xdsoft.net/jodit/)
34449
34449
  * Released under MIT see LICENSE.txt in the project root for license information.
34450
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34450
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34451
34451
  */
34452
34452
  /**
34453
34453
  * @module plugins/media
@@ -34472,7 +34472,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.mediaBlocks
34472
34472
  /*!
34473
34473
  * Jodit Editor (https://xdsoft.net/jodit/)
34474
34474
  * Released under MIT see LICENSE.txt in the project root for license information.
34475
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34475
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34476
34476
  */
34477
34477
 
34478
34478
 
@@ -34553,7 +34553,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('media
34553
34553
  /*!
34554
34554
  * Jodit Editor (https://xdsoft.net/jodit/)
34555
34555
  * Released under MIT see LICENSE.txt in the project root for license information.
34556
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34556
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34557
34557
  */
34558
34558
 
34559
34559
 
@@ -34708,7 +34708,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.dot
34708
34708
  /*!
34709
34709
  * Jodit Editor (https://xdsoft.net/jodit/)
34710
34710
  * Released under MIT see LICENSE.txt in the project root for license information.
34711
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34711
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34712
34712
  */
34713
34713
 
34714
34714
 
@@ -34793,7 +34793,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('mobil
34793
34793
  /*!
34794
34794
  * Jodit Editor (https://xdsoft.net/jodit/)
34795
34795
  * Released under MIT see LICENSE.txt in the project root for license information.
34796
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34796
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34797
34797
  */
34798
34798
 
34799
34799
 
@@ -34850,7 +34850,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.ol
34850
34850
  /*!
34851
34851
  * Jodit Editor (https://xdsoft.net/jodit/)
34852
34852
  * Released under MIT see LICENSE.txt in the project root for license information.
34853
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34853
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34854
34854
  */
34855
34855
 
34856
34856
 
@@ -34910,7 +34910,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('order
34910
34910
  /*!
34911
34911
  * Jodit Editor (https://xdsoft.net/jodit/)
34912
34912
  * Released under MIT see LICENSE.txt in the project root for license information.
34913
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34913
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34914
34914
  */
34915
34915
 
34916
34916
 
@@ -34942,7 +34942,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_1__/* .Config */ .T.prototype.pasteFromWor
34942
34942
  /*!
34943
34943
  * Jodit Editor (https://xdsoft.net/jodit/)
34944
34944
  * Released under MIT see LICENSE.txt in the project root for license information.
34945
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34945
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34946
34946
  */
34947
34947
 
34948
34948
 
@@ -35022,7 +35022,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('paste
35022
35022
  /*!
35023
35023
  * Jodit Editor (https://xdsoft.net/jodit/)
35024
35024
  * Released under MIT see LICENSE.txt in the project root for license information.
35025
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35025
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35026
35026
  */
35027
35027
 
35028
35028
 
@@ -35198,7 +35198,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('paste
35198
35198
  /*!
35199
35199
  * Jodit Editor (https://xdsoft.net/jodit/)
35200
35200
  * Released under MIT see LICENSE.txt in the project root for license information.
35201
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35201
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35202
35202
  */
35203
35203
 
35204
35204
 
@@ -35299,7 +35299,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_1__/* .Config */ .T.prototype.controls.pas
35299
35299
  /*!
35300
35300
  * Jodit Editor (https://xdsoft.net/jodit/)
35301
35301
  * Released under MIT see LICENSE.txt in the project root for license information.
35302
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35302
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35303
35303
  */
35304
35304
 
35305
35305
 
@@ -35421,7 +35421,7 @@ function askInsertTypeDialog(jodit, msg, title, callback, buttonList) {
35421
35421
  /*!
35422
35422
  * Jodit Editor (https://xdsoft.net/jodit/)
35423
35423
  * Released under MIT see LICENSE.txt in the project root for license information.
35424
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35424
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35425
35425
  */
35426
35426
 
35427
35427
 
@@ -35597,7 +35597,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('paste
35597
35597
  /*!
35598
35598
  * Jodit Editor (https://xdsoft.net/jodit/)
35599
35599
  * Released under MIT see LICENSE.txt in the project root for license information.
35600
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35600
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35601
35601
  */
35602
35602
  /**
35603
35603
  * @module plugins/placeholder
@@ -35628,7 +35628,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.useInputsPla
35628
35628
  /*!
35629
35629
  * Jodit Editor (https://xdsoft.net/jodit/)
35630
35630
  * Released under MIT see LICENSE.txt in the project root for license information.
35631
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35631
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35632
35632
  */
35633
35633
 
35634
35634
 
@@ -35791,7 +35791,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('place
35791
35791
  /*!
35792
35792
  * Jodit Editor (https://xdsoft.net/jodit/)
35793
35793
  * Released under MIT see LICENSE.txt in the project root for license information.
35794
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35794
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35795
35795
  */
35796
35796
 
35797
35797
  function poweredByJodit(jodit) {
@@ -35830,7 +35830,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('power
35830
35830
  /*!
35831
35831
  * Jodit Editor (https://xdsoft.net/jodit/)
35832
35832
  * Released under MIT see LICENSE.txt in the project root for license information.
35833
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35833
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35834
35834
  */
35835
35835
 
35836
35836
 
@@ -35873,7 +35873,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('previ
35873
35873
  /*!
35874
35874
  * Jodit Editor (https://xdsoft.net/jodit/)
35875
35875
  * Released under MIT see LICENSE.txt in the project root for license information.
35876
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35876
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35877
35877
  */
35878
35878
 
35879
35879
  /**
@@ -35994,7 +35994,7 @@ function generateCriticalCSS(jodit) {
35994
35994
  /*!
35995
35995
  * Jodit Editor (https://xdsoft.net/jodit/)
35996
35996
  * Released under MIT see LICENSE.txt in the project root for license information.
35997
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35997
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35998
35998
  */
35999
35999
 
36000
36000
 
@@ -36081,7 +36081,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('print
36081
36081
  /*!
36082
36082
  * Jodit Editor (https://xdsoft.net/jodit/)
36083
36083
  * Released under MIT see LICENSE.txt in the project root for license information.
36084
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36084
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36085
36085
  */
36086
36086
 
36087
36087
 
@@ -36150,7 +36150,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('redoU
36150
36150
  /*!
36151
36151
  * Jodit Editor (https://xdsoft.net/jodit/)
36152
36152
  * Released under MIT see LICENSE.txt in the project root for license information.
36153
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36153
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36154
36154
  */
36155
36155
  /**
36156
36156
  * @module plugins/resize-cells
@@ -36177,7 +36177,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.tableAllowCe
36177
36177
  /*!
36178
36178
  * Jodit Editor (https://xdsoft.net/jodit/)
36179
36179
  * Released under MIT see LICENSE.txt in the project root for license information.
36180
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36180
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36181
36181
  */
36182
36182
 
36183
36183
 
@@ -36489,7 +36489,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('resiz
36489
36489
  /*!
36490
36490
  * Jodit Editor (https://xdsoft.net/jodit/)
36491
36491
  * Released under MIT see LICENSE.txt in the project root for license information.
36492
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36492
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36493
36493
  */
36494
36494
  /**
36495
36495
  * @module plugins/resize-handler
@@ -36516,7 +36516,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.allowResizeY
36516
36516
  /*!
36517
36517
  * Jodit Editor (https://xdsoft.net/jodit/)
36518
36518
  * Released under MIT see LICENSE.txt in the project root for license information.
36519
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36519
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36520
36520
  */
36521
36521
 
36522
36522
 
@@ -36630,7 +36630,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('resiz
36630
36630
  /*!
36631
36631
  * Jodit Editor (https://xdsoft.net/jodit/)
36632
36632
  * Released under MIT see LICENSE.txt in the project root for license information.
36633
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36633
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36634
36634
  */
36635
36635
 
36636
36636
  jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.allowResizeTags = new Set(['img', 'iframe', 'table', 'jodit']);
@@ -36662,7 +36662,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.resizer = {
36662
36662
  /*!
36663
36663
  * Jodit Editor (https://xdsoft.net/jodit/)
36664
36664
  * Released under MIT see LICENSE.txt in the project root for license information.
36665
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36665
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36666
36666
  */
36667
36667
 
36668
36668
 
@@ -37135,7 +37135,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('resiz
37135
37135
  /*!
37136
37136
  * Jodit Editor (https://xdsoft.net/jodit/)
37137
37137
  * Released under MIT see LICENSE.txt in the project root for license information.
37138
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37138
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37139
37139
  */
37140
37140
 
37141
37141
 
@@ -37196,7 +37196,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.fin
37196
37196
  /*!
37197
37197
  * Jodit Editor (https://xdsoft.net/jodit/)
37198
37198
  * Released under MIT see LICENSE.txt in the project root for license information.
37199
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37199
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37200
37200
  */
37201
37201
 
37202
37202
 
@@ -37351,7 +37351,7 @@ function normalizeRanges(rng, restRanges, ci) {
37351
37351
  /*!
37352
37352
  * Jodit Editor (https://xdsoft.net/jodit/)
37353
37353
  * Released under MIT see LICENSE.txt in the project root for license information.
37354
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37354
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37355
37355
  */
37356
37356
  /**
37357
37357
  * @module plugins/search
@@ -37373,7 +37373,7 @@ function normalizeRanges(rng, restRanges, ci) {
37373
37373
  /*!
37374
37374
  * Jodit Editor (https://xdsoft.net/jodit/)
37375
37375
  * Released under MIT see LICENSE.txt in the project root for license information.
37376
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37376
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37377
37377
  */
37378
37378
 
37379
37379
  class SentenceFinder {
@@ -37452,7 +37452,7 @@ class SentenceFinder {
37452
37452
  /*!
37453
37453
  * Jodit Editor (https://xdsoft.net/jodit/)
37454
37454
  * Released under MIT see LICENSE.txt in the project root for license information.
37455
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37455
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37456
37456
  */
37457
37457
 
37458
37458
 
@@ -37810,7 +37810,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('searc
37810
37810
  /*!
37811
37811
  * Jodit Editor (https://xdsoft.net/jodit/)
37812
37812
  * Released under MIT see LICENSE.txt in the project root for license information.
37813
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37813
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37814
37814
  */
37815
37815
 
37816
37816
 
@@ -38021,7 +38021,7 @@ UISearch = (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */ .Cg)([
38021
38021
  /*!
38022
38022
  * Jodit Editor (https://xdsoft.net/jodit/)
38023
38023
  * Released under MIT see LICENSE.txt in the project root for license information.
38024
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38024
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38025
38025
  */
38026
38026
  /**
38027
38027
  * @module plugins/select-cells
@@ -38049,7 +38049,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.tableAllowCe
38049
38049
  /*!
38050
38050
  * Jodit Editor (https://xdsoft.net/jodit/)
38051
38051
  * Released under MIT see LICENSE.txt in the project root for license information.
38052
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38052
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38053
38053
  */
38054
38054
 
38055
38055
 
@@ -38384,7 +38384,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('selec
38384
38384
  /*!
38385
38385
  * Jodit Editor (https://xdsoft.net/jodit/)
38386
38386
  * Released under MIT see LICENSE.txt in the project root for license information.
38387
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38387
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38388
38388
  */
38389
38389
  /**
38390
38390
  * @module plugins/select
@@ -38414,7 +38414,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.select = {
38414
38414
  /*!
38415
38415
  * Jodit Editor (https://xdsoft.net/jodit/)
38416
38416
  * Released under MIT see LICENSE.txt in the project root for license information.
38417
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38417
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38418
38418
  */
38419
38419
 
38420
38420
 
@@ -38555,7 +38555,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('selec
38555
38555
  /*!
38556
38556
  * Jodit Editor (https://xdsoft.net/jodit/)
38557
38557
  * Released under MIT see LICENSE.txt in the project root for license information.
38558
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38558
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38559
38559
  */
38560
38560
  /**
38561
38561
  * @module plugins/size
@@ -38604,7 +38604,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.saveHeightIn
38604
38604
  /*!
38605
38605
  * Jodit Editor (https://xdsoft.net/jodit/)
38606
38606
  * Released under MIT see LICENSE.txt in the project root for license information.
38607
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38607
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38608
38608
  */
38609
38609
 
38610
38610
 
@@ -38782,7 +38782,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('size'
38782
38782
  /*!
38783
38783
  * Jodit Editor (https://xdsoft.net/jodit/)
38784
38784
  * Released under MIT see LICENSE.txt in the project root for license information.
38785
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38785
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38786
38786
  */
38787
38787
 
38788
38788
 
@@ -38847,7 +38847,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.sou
38847
38847
  /*!
38848
38848
  * Jodit Editor (https://xdsoft.net/jodit/)
38849
38849
  * Released under MIT see LICENSE.txt in the project root for license information.
38850
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38850
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38851
38851
  */
38852
38852
 
38853
38853
 
@@ -39080,7 +39080,7 @@ class AceEditor extends jodit_plugins_source_editor_sourceEditor__WEBPACK_IMPORT
39080
39080
  /*!
39081
39081
  * Jodit Editor (https://xdsoft.net/jodit/)
39082
39082
  * Released under MIT see LICENSE.txt in the project root for license information.
39083
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39083
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39084
39084
  */
39085
39085
 
39086
39086
 
@@ -39198,7 +39198,7 @@ class TextAreaEditor extends jodit_plugins_source_editor_sourceEditor__WEBPACK_I
39198
39198
  /*!
39199
39199
  * Jodit Editor (https://xdsoft.net/jodit/)
39200
39200
  * Released under MIT see LICENSE.txt in the project root for license information.
39201
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39201
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39202
39202
  */
39203
39203
  /**
39204
39204
  * @module plugins/source
@@ -39222,7 +39222,7 @@ class TextAreaEditor extends jodit_plugins_source_editor_sourceEditor__WEBPACK_I
39222
39222
  /*!
39223
39223
  * Jodit Editor (https://xdsoft.net/jodit/)
39224
39224
  * Released under MIT see LICENSE.txt in the project root for license information.
39225
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39225
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39226
39226
  */
39227
39227
 
39228
39228
 
@@ -39262,7 +39262,7 @@ function createSourceEditor(type, editor, container, toWYSIWYG, fromWYSIWYG) {
39262
39262
  /*!
39263
39263
  * Jodit Editor (https://xdsoft.net/jodit/)
39264
39264
  * Released under MIT see LICENSE.txt in the project root for license information.
39265
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39265
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39266
39266
  */
39267
39267
  class SourceEditor {
39268
39268
  constructor(jodit, container, toWYSIWYG, fromWYSIWYG) {
@@ -39314,7 +39314,7 @@ class SourceEditor {
39314
39314
  /*!
39315
39315
  * Jodit Editor (https://xdsoft.net/jodit/)
39316
39316
  * Released under MIT see LICENSE.txt in the project root for license information.
39317
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39317
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39318
39318
  */
39319
39319
 
39320
39320
 
@@ -39632,7 +39632,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('sourc
39632
39632
  /*!
39633
39633
  * Jodit Editor (https://xdsoft.net/jodit/)
39634
39634
  * Released under MIT see LICENSE.txt in the project root for license information.
39635
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39635
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39636
39636
  */
39637
39637
 
39638
39638
 
@@ -39686,7 +39686,7 @@ __webpack_require__.r(__webpack_exports__);
39686
39686
  /*!
39687
39687
  * Jodit Editor (https://xdsoft.net/jodit/)
39688
39688
  * Released under MIT see LICENSE.txt in the project root for license information.
39689
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39689
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39690
39690
  */
39691
39691
 
39692
39692
 
@@ -39730,7 +39730,7 @@ __webpack_require__.r(__webpack_exports__);
39730
39730
  /*!
39731
39731
  * Jodit Editor (https://xdsoft.net/jodit/)
39732
39732
  * Released under MIT see LICENSE.txt in the project root for license information.
39733
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39733
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39734
39734
  */
39735
39735
 
39736
39736
 
@@ -39780,7 +39780,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('spell
39780
39780
  /*!
39781
39781
  * Jodit Editor (https://xdsoft.net/jodit/)
39782
39782
  * Released under MIT see LICENSE.txt in the project root for license information.
39783
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39783
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39784
39784
  */
39785
39785
  /**
39786
39786
  * @module plugins/stat
@@ -39807,7 +39807,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.showWordsCou
39807
39807
  /*!
39808
39808
  * Jodit Editor (https://xdsoft.net/jodit/)
39809
39809
  * Released under MIT see LICENSE.txt in the project root for license information.
39810
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39810
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39811
39811
  */
39812
39812
 
39813
39813
 
@@ -39888,7 +39888,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('stat'
39888
39888
  /*!
39889
39889
  * Jodit Editor (https://xdsoft.net/jodit/)
39890
39890
  * Released under MIT see LICENSE.txt in the project root for license information.
39891
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39891
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39892
39892
  */
39893
39893
  /**
39894
39894
  * @module plugins/sticky
@@ -39917,7 +39917,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.toolbarStick
39917
39917
  /*!
39918
39918
  * Jodit Editor (https://xdsoft.net/jodit/)
39919
39919
  * Released under MIT see LICENSE.txt in the project root for license information.
39920
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39920
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39921
39921
  */
39922
39922
 
39923
39923
 
@@ -40041,7 +40041,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('stick
40041
40041
  /*!
40042
40042
  * Jodit Editor (https://xdsoft.net/jodit/)
40043
40043
  * Released under MIT see LICENSE.txt in the project root for license information.
40044
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40044
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40045
40045
  */
40046
40046
 
40047
40047
 
@@ -40320,7 +40320,7 @@ __webpack_require__.r(__webpack_exports__);
40320
40320
  /*!
40321
40321
  * Jodit Editor (https://xdsoft.net/jodit/)
40322
40322
  * Released under MIT see LICENSE.txt in the project root for license information.
40323
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40323
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40324
40324
  */
40325
40325
 
40326
40326
 
@@ -40364,7 +40364,7 @@ __webpack_require__.r(__webpack_exports__);
40364
40364
  /*!
40365
40365
  * Jodit Editor (https://xdsoft.net/jodit/)
40366
40366
  * Released under MIT see LICENSE.txt in the project root for license information.
40367
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40367
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40368
40368
  */
40369
40369
 
40370
40370
 
@@ -40510,7 +40510,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('symbo
40510
40510
  /*!
40511
40511
  * Jodit Editor (https://xdsoft.net/jodit/)
40512
40512
  * Released under MIT see LICENSE.txt in the project root for license information.
40513
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40513
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40514
40514
  */
40515
40515
  /**
40516
40516
  * @module plugins/tab
@@ -40533,7 +40533,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('symbo
40533
40533
  /*!
40534
40534
  * Jodit Editor (https://xdsoft.net/jodit/)
40535
40535
  * Released under MIT see LICENSE.txt in the project root for license information.
40536
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40536
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40537
40537
  */
40538
40538
 
40539
40539
 
@@ -40647,7 +40647,7 @@ function removeNestedList(jodit, list, li) {
40647
40647
  /*!
40648
40648
  * Jodit Editor (https://xdsoft.net/jodit/)
40649
40649
  * Released under MIT see LICENSE.txt in the project root for license information.
40650
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40650
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40651
40651
  */
40652
40652
  /**
40653
40653
  * @module plugins/tab
@@ -40674,7 +40674,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.tab = {
40674
40674
  /*!
40675
40675
  * Jodit Editor (https://xdsoft.net/jodit/)
40676
40676
  * Released under MIT see LICENSE.txt in the project root for license information.
40677
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40677
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40678
40678
  */
40679
40679
 
40680
40680
 
@@ -40729,7 +40729,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('tab',
40729
40729
  /*!
40730
40730
  * Jodit Editor (https://xdsoft.net/jodit/)
40731
40731
  * Released under MIT see LICENSE.txt in the project root for license information.
40732
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40732
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40733
40733
  */
40734
40734
 
40735
40735
 
@@ -40864,7 +40864,7 @@ function findCell(editor, key) {
40864
40864
  /*!
40865
40865
  * Jodit Editor (https://xdsoft.net/jodit/)
40866
40866
  * Released under MIT see LICENSE.txt in the project root for license information.
40867
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40867
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40868
40868
  */
40869
40869
 
40870
40870
 
@@ -41036,7 +41036,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_4__/* .Config */ .T.prototype.controls.tab
41036
41036
  /*!
41037
41037
  * Jodit Editor (https://xdsoft.net/jodit/)
41038
41038
  * Released under MIT see LICENSE.txt in the project root for license information.
41039
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41039
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41040
41040
  */
41041
41041
 
41042
41042
 
@@ -41067,7 +41067,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('table
41067
41067
  /*!
41068
41068
  * Jodit Editor (https://xdsoft.net/jodit/)
41069
41069
  * Released under MIT see LICENSE.txt in the project root for license information.
41070
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41070
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41071
41071
  */
41072
41072
 
41073
41073
 
@@ -41151,7 +41151,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_4__/* .Config */ .T.prototype.controls.vid
41151
41151
  /*!
41152
41152
  * Jodit Editor (https://xdsoft.net/jodit/)
41153
41153
  * Released under MIT see LICENSE.txt in the project root for license information.
41154
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41154
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41155
41155
  */
41156
41156
 
41157
41157
 
@@ -41174,7 +41174,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('video
41174
41174
  /*!
41175
41175
  * Jodit Editor (https://xdsoft.net/jodit/)
41176
41176
  * Released under MIT see LICENSE.txt in the project root for license information.
41177
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41177
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41178
41178
  */
41179
41179
 
41180
41180
  jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.wrapNodes = {
@@ -41199,7 +41199,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.wrapNodes =
41199
41199
  /*!
41200
41200
  * Jodit Editor (https://xdsoft.net/jodit/)
41201
41201
  * Released under MIT see LICENSE.txt in the project root for license information.
41202
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41202
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41203
41203
  */
41204
41204
 
41205
41205
 
@@ -41342,7 +41342,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('wrapN
41342
41342
  /*!
41343
41343
  * Jodit Editor (https://xdsoft.net/jodit/)
41344
41344
  * Released under MIT see LICENSE.txt in the project root for license information.
41345
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41345
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41346
41346
  */
41347
41347
  /**
41348
41348
  * @module plugins/xpath
@@ -41368,7 +41368,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.showXPathInS
41368
41368
  /*!
41369
41369
  * Jodit Editor (https://xdsoft.net/jodit/)
41370
41370
  * Released under MIT see LICENSE.txt in the project root for license information.
41371
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41371
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41372
41372
  */
41373
41373
 
41374
41374
 
@@ -41615,7 +41615,7 @@ __webpack_require__.r(__webpack_exports__);
41615
41615
  /*!
41616
41616
  * Jodit Editor (https://xdsoft.net/jodit/)
41617
41617
  * Released under MIT see LICENSE.txt in the project root for license information.
41618
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41618
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41619
41619
  */
41620
41620
  /**
41621
41621
  * [[include:styles/icons/README.md]]
@@ -42830,7 +42830,7 @@ __webpack_require__.r(__webpack_exports__);
42830
42830
  /*!
42831
42831
  * Jodit Editor (https://xdsoft.net/jodit/)
42832
42832
  * Released under MIT see LICENSE.txt in the project root for license information.
42833
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42833
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42834
42834
  */
42835
42835
  /**
42836
42836
  * [[include:README.md]]