jodit 4.2.47 → 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 (1648) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/LICENSE.txt +1 -1
  3. package/README.md +1 -0
  4. package/es2015/jodit.css +47 -47
  5. package/es2015/jodit.fat.min.js +2 -2
  6. package/es2015/jodit.js +558 -545
  7. package/es2015/jodit.min.js +2 -2
  8. package/es2015/plugins/debug/debug.css +1 -1
  9. package/es2015/plugins/debug/debug.js +2 -2
  10. package/es2015/plugins/debug/debug.min.js +1 -1
  11. package/es2015/plugins/speech-recognize/speech-recognize.css +1 -1
  12. package/es2015/plugins/speech-recognize/speech-recognize.js +31 -31
  13. package/es2015/plugins/speech-recognize/speech-recognize.min.js +1 -1
  14. package/es2018/jodit.css +47 -47
  15. package/es2018/jodit.fat.min.js +2 -2
  16. package/es2018/jodit.js +558 -545
  17. package/es2018/jodit.min.js +2 -2
  18. package/es2018/plugins/debug/debug.css +1 -1
  19. package/es2018/plugins/debug/debug.js +2 -2
  20. package/es2018/plugins/debug/debug.min.js +1 -1
  21. package/es2018/plugins/speech-recognize/speech-recognize.css +1 -1
  22. package/es2018/plugins/speech-recognize/speech-recognize.js +31 -31
  23. package/es2018/plugins/speech-recognize/speech-recognize.min.js +1 -1
  24. package/es2021/jodit.css +47 -47
  25. package/es2021/jodit.fat.min.js +2 -2
  26. package/es2021/jodit.js +558 -545
  27. package/es2021/jodit.min.js +2 -2
  28. package/es2021/plugins/debug/debug.css +1 -1
  29. package/es2021/plugins/debug/debug.js +2 -2
  30. package/es2021/plugins/debug/debug.min.js +1 -1
  31. package/es2021/plugins/speech-recognize/speech-recognize.css +1 -1
  32. package/es2021/plugins/speech-recognize/speech-recognize.js +31 -31
  33. package/es2021/plugins/speech-recognize/speech-recognize.min.js +1 -1
  34. package/es2021.en/jodit.css +47 -47
  35. package/es2021.en/jodit.fat.min.js +2 -2
  36. package/es2021.en/jodit.js +470 -457
  37. package/es2021.en/jodit.min.js +2 -2
  38. package/es2021.en/plugins/debug/debug.css +1 -1
  39. package/es2021.en/plugins/debug/debug.js +2 -2
  40. package/es2021.en/plugins/debug/debug.min.js +1 -1
  41. package/es2021.en/plugins/speech-recognize/speech-recognize.css +1 -1
  42. package/es2021.en/plugins/speech-recognize/speech-recognize.js +9 -9
  43. package/es2021.en/plugins/speech-recognize/speech-recognize.min.js +1 -1
  44. package/es5/164.fat.min.js +1 -1
  45. package/es5/164.min.js +1 -1
  46. package/es5/5.fat.min.js +1 -1
  47. package/es5/5.js +1 -1
  48. package/es5/5.min.js +1 -1
  49. package/es5/jodit.css +48 -48
  50. package/es5/jodit.fat.min.js +2 -2
  51. package/es5/jodit.js +561 -547
  52. package/es5/jodit.min.css +2 -2
  53. package/es5/jodit.min.js +2 -2
  54. package/es5/plugins/debug/debug.css +1 -1
  55. package/es5/plugins/debug/debug.js +2 -2
  56. package/es5/plugins/debug/debug.min.js +1 -1
  57. package/es5/plugins/speech-recognize/speech-recognize.css +1 -1
  58. package/es5/plugins/speech-recognize/speech-recognize.js +31 -31
  59. package/es5/plugins/speech-recognize/speech-recognize.min.js +1 -1
  60. package/esm/config.d.ts +1 -1
  61. package/esm/config.js +1 -1
  62. package/esm/core/async/async.d.ts +1 -1
  63. package/esm/core/async/async.js +1 -1
  64. package/esm/core/async/index.d.ts +1 -1
  65. package/esm/core/async/index.js +1 -1
  66. package/esm/core/component/component.d.ts +1 -1
  67. package/esm/core/component/component.js +1 -1
  68. package/esm/core/component/index.d.ts +1 -1
  69. package/esm/core/component/index.js +1 -1
  70. package/esm/core/component/statuses.d.ts +1 -1
  71. package/esm/core/component/statuses.js +1 -1
  72. package/esm/core/component/view-component.d.ts +1 -1
  73. package/esm/core/component/view-component.js +1 -1
  74. package/esm/core/constants.d.ts +1 -1
  75. package/esm/core/constants.js +2 -2
  76. package/esm/core/create/create.d.ts +1 -1
  77. package/esm/core/create/create.js +1 -1
  78. package/esm/core/create/index.d.ts +1 -1
  79. package/esm/core/create/index.js +1 -1
  80. package/esm/core/decorators/autobind/autobind.d.ts +1 -1
  81. package/esm/core/decorators/autobind/autobind.js +1 -1
  82. package/esm/core/decorators/cache/cache.d.ts +1 -1
  83. package/esm/core/decorators/cache/cache.js +1 -1
  84. package/esm/core/decorators/component/component.d.ts +1 -1
  85. package/esm/core/decorators/component/component.js +1 -1
  86. package/esm/core/decorators/debounce/debounce.d.ts +1 -1
  87. package/esm/core/decorators/debounce/debounce.js +1 -1
  88. package/esm/core/decorators/derive/derive.d.ts +1 -1
  89. package/esm/core/decorators/derive/derive.js +1 -1
  90. package/esm/core/decorators/hook/hook.d.ts +1 -1
  91. package/esm/core/decorators/hook/hook.js +1 -1
  92. package/esm/core/decorators/idle/idle.d.ts +1 -1
  93. package/esm/core/decorators/idle/idle.js +1 -1
  94. package/esm/core/decorators/index.d.ts +1 -1
  95. package/esm/core/decorators/index.js +1 -1
  96. package/esm/core/decorators/nonenumerable/nonenumerable.d.ts +1 -1
  97. package/esm/core/decorators/nonenumerable/nonenumerable.js +1 -1
  98. package/esm/core/decorators/persistent/persistent.d.ts +1 -1
  99. package/esm/core/decorators/persistent/persistent.js +1 -1
  100. package/esm/core/decorators/wait/wait.d.ts +1 -1
  101. package/esm/core/decorators/wait/wait.js +1 -1
  102. package/esm/core/decorators/watch/watch.d.ts +1 -1
  103. package/esm/core/decorators/watch/watch.js +1 -1
  104. package/esm/core/dom/dom.d.ts +1 -1
  105. package/esm/core/dom/dom.js +1 -1
  106. package/esm/core/dom/index.d.ts +1 -1
  107. package/esm/core/dom/index.js +1 -1
  108. package/esm/core/dom/lazy-walker.d.ts +1 -1
  109. package/esm/core/dom/lazy-walker.js +1 -1
  110. package/esm/core/event-emitter/event-emitter.d.ts +1 -1
  111. package/esm/core/event-emitter/event-emitter.js +1 -1
  112. package/esm/core/event-emitter/eventify.d.ts +1 -1
  113. package/esm/core/event-emitter/eventify.js +1 -1
  114. package/esm/core/event-emitter/index.d.ts +1 -1
  115. package/esm/core/event-emitter/index.js +1 -1
  116. package/esm/core/event-emitter/observable.d.ts +1 -1
  117. package/esm/core/event-emitter/observable.js +1 -1
  118. package/esm/core/event-emitter/store.d.ts +1 -1
  119. package/esm/core/event-emitter/store.js +1 -1
  120. package/esm/core/global.d.ts +1 -1
  121. package/esm/core/global.js +1 -1
  122. package/esm/core/helpers/array/as-array.d.ts +1 -1
  123. package/esm/core/helpers/array/as-array.js +1 -1
  124. package/esm/core/helpers/array/index.d.ts +1 -1
  125. package/esm/core/helpers/array/index.js +1 -1
  126. package/esm/core/helpers/array/split-array.d.ts +1 -1
  127. package/esm/core/helpers/array/split-array.js +1 -1
  128. package/esm/core/helpers/array/to-array.d.ts +1 -1
  129. package/esm/core/helpers/array/to-array.js +1 -1
  130. package/esm/core/helpers/async/index.d.ts +1 -1
  131. package/esm/core/helpers/async/index.js +1 -1
  132. package/esm/core/helpers/async/set-timeout.d.ts +1 -1
  133. package/esm/core/helpers/async/set-timeout.js +1 -1
  134. package/esm/core/helpers/checker/has-browser-color-picker.d.ts +1 -1
  135. package/esm/core/helpers/checker/has-browser-color-picker.js +1 -1
  136. package/esm/core/helpers/checker/index.d.ts +1 -1
  137. package/esm/core/helpers/checker/index.js +1 -1
  138. package/esm/core/helpers/checker/is-abort-error.d.ts +1 -1
  139. package/esm/core/helpers/checker/is-abort-error.js +1 -1
  140. package/esm/core/helpers/checker/is-array.d.ts +1 -1
  141. package/esm/core/helpers/checker/is-array.js +1 -1
  142. package/esm/core/helpers/checker/is-boolean.d.ts +1 -1
  143. package/esm/core/helpers/checker/is-boolean.js +1 -1
  144. package/esm/core/helpers/checker/is-equal.d.ts +1 -1
  145. package/esm/core/helpers/checker/is-equal.js +1 -1
  146. package/esm/core/helpers/checker/is-function.d.ts +1 -1
  147. package/esm/core/helpers/checker/is-function.js +1 -1
  148. package/esm/core/helpers/checker/is-html-from-word.d.ts +1 -1
  149. package/esm/core/helpers/checker/is-html-from-word.js +1 -1
  150. package/esm/core/helpers/checker/is-html.d.ts +1 -1
  151. package/esm/core/helpers/checker/is-html.js +1 -1
  152. package/esm/core/helpers/checker/is-imp-interface.d.ts +1 -1
  153. package/esm/core/helpers/checker/is-imp-interface.js +1 -1
  154. package/esm/core/helpers/checker/is-int.d.ts +1 -1
  155. package/esm/core/helpers/checker/is-int.js +1 -1
  156. package/esm/core/helpers/checker/is-jodit-object.d.ts +1 -1
  157. package/esm/core/helpers/checker/is-jodit-object.js +1 -1
  158. package/esm/core/helpers/checker/is-license.d.ts +1 -1
  159. package/esm/core/helpers/checker/is-license.js +1 -1
  160. package/esm/core/helpers/checker/is-marker.d.ts +1 -1
  161. package/esm/core/helpers/checker/is-marker.js +1 -1
  162. package/esm/core/helpers/checker/is-native-function.d.ts +1 -1
  163. package/esm/core/helpers/checker/is-native-function.js +1 -1
  164. package/esm/core/helpers/checker/is-number.d.ts +1 -1
  165. package/esm/core/helpers/checker/is-number.js +1 -1
  166. package/esm/core/helpers/checker/is-numeric.d.ts +1 -1
  167. package/esm/core/helpers/checker/is-numeric.js +1 -1
  168. package/esm/core/helpers/checker/is-plain-object.d.ts +1 -1
  169. package/esm/core/helpers/checker/is-plain-object.js +1 -1
  170. package/esm/core/helpers/checker/is-promise.d.ts +1 -1
  171. package/esm/core/helpers/checker/is-promise.js +1 -1
  172. package/esm/core/helpers/checker/is-set.d.ts +1 -1
  173. package/esm/core/helpers/checker/is-set.js +1 -1
  174. package/esm/core/helpers/checker/is-string.d.ts +1 -1
  175. package/esm/core/helpers/checker/is-string.js +1 -1
  176. package/esm/core/helpers/checker/is-url.d.ts +1 -1
  177. package/esm/core/helpers/checker/is-url.js +1 -1
  178. package/esm/core/helpers/checker/is-valid-name.d.ts +1 -1
  179. package/esm/core/helpers/checker/is-valid-name.js +1 -1
  180. package/esm/core/helpers/checker/is-view-object.d.ts +1 -1
  181. package/esm/core/helpers/checker/is-view-object.js +1 -1
  182. package/esm/core/helpers/checker/is-void.d.ts +1 -1
  183. package/esm/core/helpers/checker/is-void.js +1 -1
  184. package/esm/core/helpers/checker/is-window.d.ts +1 -1
  185. package/esm/core/helpers/checker/is-window.js +1 -1
  186. package/esm/core/helpers/color/color-to-hex.d.ts +1 -1
  187. package/esm/core/helpers/color/color-to-hex.js +1 -1
  188. package/esm/core/helpers/color/index.d.ts +1 -1
  189. package/esm/core/helpers/color/index.js +1 -1
  190. package/esm/core/helpers/html/apply-styles.d.ts +1 -1
  191. package/esm/core/helpers/html/apply-styles.js +1 -1
  192. package/esm/core/helpers/html/clean-from-word.d.ts +1 -1
  193. package/esm/core/helpers/html/clean-from-word.js +1 -1
  194. package/esm/core/helpers/html/htmlspecialchars.d.ts +1 -1
  195. package/esm/core/helpers/html/htmlspecialchars.js +1 -1
  196. package/esm/core/helpers/html/index.d.ts +1 -1
  197. package/esm/core/helpers/html/index.js +1 -1
  198. package/esm/core/helpers/html/nl2br.d.ts +1 -1
  199. package/esm/core/helpers/html/nl2br.js +1 -1
  200. package/esm/core/helpers/html/safe-html.d.ts +1 -1
  201. package/esm/core/helpers/html/safe-html.js +1 -1
  202. package/esm/core/helpers/html/strip-tags.d.ts +1 -1
  203. package/esm/core/helpers/html/strip-tags.js +1 -1
  204. package/esm/core/helpers/index.d.ts +1 -1
  205. package/esm/core/helpers/index.js +1 -1
  206. package/esm/core/helpers/normalize/index.d.ts +1 -1
  207. package/esm/core/helpers/normalize/index.js +1 -1
  208. package/esm/core/helpers/normalize/normalize-color.d.ts +1 -1
  209. package/esm/core/helpers/normalize/normalize-color.js +1 -1
  210. package/esm/core/helpers/normalize/normalize-css-value.d.ts +1 -1
  211. package/esm/core/helpers/normalize/normalize-css-value.js +1 -1
  212. package/esm/core/helpers/normalize/normalize-key-aliases.d.ts +1 -1
  213. package/esm/core/helpers/normalize/normalize-key-aliases.js +1 -1
  214. package/esm/core/helpers/normalize/normalize-license.d.ts +1 -1
  215. package/esm/core/helpers/normalize/normalize-license.js +1 -1
  216. package/esm/core/helpers/normalize/normalize-path.d.ts +1 -1
  217. package/esm/core/helpers/normalize/normalize-path.js +1 -1
  218. package/esm/core/helpers/normalize/normalize-relative-path.d.ts +1 -1
  219. package/esm/core/helpers/normalize/normalize-relative-path.js +1 -1
  220. package/esm/core/helpers/normalize/normalize-size.d.ts +1 -1
  221. package/esm/core/helpers/normalize/normalize-size.js +1 -1
  222. package/esm/core/helpers/normalize/normalize-url.d.ts +1 -1
  223. package/esm/core/helpers/normalize/normalize-url.js +1 -1
  224. package/esm/core/helpers/size/get-content-width.d.ts +1 -1
  225. package/esm/core/helpers/size/get-content-width.js +1 -1
  226. package/esm/core/helpers/size/get-scroll-parent.d.ts +1 -1
  227. package/esm/core/helpers/size/get-scroll-parent.js +1 -1
  228. package/esm/core/helpers/size/index.d.ts +1 -1
  229. package/esm/core/helpers/size/index.js +1 -1
  230. package/esm/core/helpers/size/inner-width.d.ts +1 -1
  231. package/esm/core/helpers/size/inner-width.js +1 -1
  232. package/esm/core/helpers/size/object-size.d.ts +1 -1
  233. package/esm/core/helpers/size/object-size.js +1 -1
  234. package/esm/core/helpers/size/offset.d.ts +1 -1
  235. package/esm/core/helpers/size/offset.js +1 -1
  236. package/esm/core/helpers/size/position.d.ts +1 -1
  237. package/esm/core/helpers/size/position.js +1 -1
  238. package/esm/core/helpers/string/camel-case.d.ts +1 -1
  239. package/esm/core/helpers/string/camel-case.js +1 -1
  240. package/esm/core/helpers/string/fuzzy-search-index.d.ts +1 -1
  241. package/esm/core/helpers/string/fuzzy-search-index.js +1 -1
  242. package/esm/core/helpers/string/i18n.d.ts +1 -1
  243. package/esm/core/helpers/string/i18n.js +1 -1
  244. package/esm/core/helpers/string/index.d.ts +1 -1
  245. package/esm/core/helpers/string/index.js +1 -1
  246. package/esm/core/helpers/string/kebab-case.d.ts +1 -1
  247. package/esm/core/helpers/string/kebab-case.js +1 -1
  248. package/esm/core/helpers/string/stringify.d.ts +1 -1
  249. package/esm/core/helpers/string/stringify.js +1 -1
  250. package/esm/core/helpers/string/trim.d.ts +1 -1
  251. package/esm/core/helpers/string/trim.js +1 -1
  252. package/esm/core/helpers/string/ucfirst.d.ts +1 -1
  253. package/esm/core/helpers/string/ucfirst.js +1 -1
  254. package/esm/core/helpers/utils/align.d.ts +1 -1
  255. package/esm/core/helpers/utils/align.js +1 -1
  256. package/esm/core/helpers/utils/append-script.d.ts +1 -1
  257. package/esm/core/helpers/utils/append-script.js +1 -1
  258. package/esm/core/helpers/utils/assert.d.ts +1 -1
  259. package/esm/core/helpers/utils/assert.js +1 -1
  260. package/esm/core/helpers/utils/attr.d.ts +1 -1
  261. package/esm/core/helpers/utils/attr.js +1 -1
  262. package/esm/core/helpers/utils/browser.d.ts +1 -1
  263. package/esm/core/helpers/utils/browser.js +1 -1
  264. package/esm/core/helpers/utils/build-query.d.ts +1 -1
  265. package/esm/core/helpers/utils/build-query.js +1 -1
  266. package/esm/core/helpers/utils/complete-url.d.ts +1 -1
  267. package/esm/core/helpers/utils/complete-url.js +1 -1
  268. package/esm/core/helpers/utils/config-proto.d.ts +1 -1
  269. package/esm/core/helpers/utils/config-proto.js +1 -1
  270. package/esm/core/helpers/utils/convert-media-url-to-video-embed.d.ts +1 -1
  271. package/esm/core/helpers/utils/convert-media-url-to-video-embed.js +1 -1
  272. package/esm/core/helpers/utils/css.d.ts +1 -1
  273. package/esm/core/helpers/utils/css.js +1 -1
  274. package/esm/core/helpers/utils/ctrl-key.d.ts +1 -1
  275. package/esm/core/helpers/utils/ctrl-key.js +1 -1
  276. package/esm/core/helpers/utils/data-bind.d.ts +1 -1
  277. package/esm/core/helpers/utils/data-bind.js +1 -1
  278. package/esm/core/helpers/utils/default-language.d.ts +1 -1
  279. package/esm/core/helpers/utils/default-language.js +1 -1
  280. package/esm/core/helpers/utils/error/error.d.ts +1 -1
  281. package/esm/core/helpers/utils/error/error.js +1 -1
  282. package/esm/core/helpers/utils/error/errors/abort-error.d.ts +1 -1
  283. package/esm/core/helpers/utils/error/errors/abort-error.js +1 -1
  284. package/esm/core/helpers/utils/error/errors/connection-error.d.ts +1 -1
  285. package/esm/core/helpers/utils/error/errors/connection-error.js +1 -1
  286. package/esm/core/helpers/utils/error/errors/index.d.ts +1 -1
  287. package/esm/core/helpers/utils/error/errors/index.js +1 -1
  288. package/esm/core/helpers/utils/error/errors/options-error.d.ts +1 -1
  289. package/esm/core/helpers/utils/error/errors/options-error.js +1 -1
  290. package/esm/core/helpers/utils/error/index.d.ts +1 -1
  291. package/esm/core/helpers/utils/error/index.js +1 -1
  292. package/esm/core/helpers/utils/extend.d.ts +1 -1
  293. package/esm/core/helpers/utils/extend.js +1 -1
  294. package/esm/core/helpers/utils/get-class-name.d.ts +1 -1
  295. package/esm/core/helpers/utils/get-class-name.js +1 -1
  296. package/esm/core/helpers/utils/get.d.ts +1 -1
  297. package/esm/core/helpers/utils/get.js +1 -1
  298. package/esm/core/helpers/utils/human-size-to-bytes.d.ts +1 -1
  299. package/esm/core/helpers/utils/human-size-to-bytes.js +1 -1
  300. package/esm/core/helpers/utils/index.d.ts +1 -1
  301. package/esm/core/helpers/utils/index.js +1 -1
  302. package/esm/core/helpers/utils/mark-deprecated.d.ts +1 -1
  303. package/esm/core/helpers/utils/mark-deprecated.js +1 -1
  304. package/esm/core/helpers/utils/parse-query.d.ts +1 -1
  305. package/esm/core/helpers/utils/parse-query.js +1 -1
  306. package/esm/core/helpers/utils/print.d.ts +1 -1
  307. package/esm/core/helpers/utils/print.js +1 -1
  308. package/esm/core/helpers/utils/reset.d.ts +1 -1
  309. package/esm/core/helpers/utils/reset.js +1 -1
  310. package/esm/core/helpers/utils/scroll-into-view.d.ts +1 -1
  311. package/esm/core/helpers/utils/scroll-into-view.js +1 -1
  312. package/esm/core/helpers/utils/selector.d.ts +1 -1
  313. package/esm/core/helpers/utils/selector.js +1 -1
  314. package/esm/core/helpers/utils/set.d.ts +1 -1
  315. package/esm/core/helpers/utils/set.js +1 -1
  316. package/esm/core/helpers/utils/stack.d.ts +1 -1
  317. package/esm/core/helpers/utils/stack.js +1 -1
  318. package/esm/core/helpers/utils/utils.d.ts +1 -1
  319. package/esm/core/helpers/utils/utils.js +1 -1
  320. package/esm/core/plugin/helpers/init-instance.d.ts +1 -1
  321. package/esm/core/plugin/helpers/init-instance.js +1 -1
  322. package/esm/core/plugin/helpers/load.d.ts +1 -1
  323. package/esm/core/plugin/helpers/load.js +1 -1
  324. package/esm/core/plugin/helpers/make-instance.d.ts +1 -1
  325. package/esm/core/plugin/helpers/make-instance.js +1 -1
  326. package/esm/core/plugin/helpers/utils.d.ts +1 -1
  327. package/esm/core/plugin/helpers/utils.js +1 -1
  328. package/esm/core/plugin/index.d.ts +1 -1
  329. package/esm/core/plugin/index.js +1 -1
  330. package/esm/core/plugin/interface.d.ts +1 -1
  331. package/esm/core/plugin/plugin-system.d.ts +1 -1
  332. package/esm/core/plugin/plugin-system.js +1 -1
  333. package/esm/core/plugin/plugin.d.ts +1 -1
  334. package/esm/core/plugin/plugin.js +1 -1
  335. package/esm/core/request/ajax.d.ts +1 -1
  336. package/esm/core/request/ajax.js +1 -1
  337. package/esm/core/request/config.d.ts +1 -1
  338. package/esm/core/request/config.js +1 -1
  339. package/esm/core/request/index.d.ts +1 -1
  340. package/esm/core/request/index.js +1 -1
  341. package/esm/core/request/response.d.ts +1 -1
  342. package/esm/core/request/response.js +1 -1
  343. package/esm/core/selection/helpers/index.d.ts +1 -1
  344. package/esm/core/selection/helpers/index.js +1 -1
  345. package/esm/core/selection/helpers/move-node-inside-start.d.ts +1 -1
  346. package/esm/core/selection/helpers/move-node-inside-start.js +1 -1
  347. package/esm/core/selection/helpers/move-the-node-along-the-edge-outward.d.ts +1 -1
  348. package/esm/core/selection/helpers/move-the-node-along-the-edge-outward.js +1 -1
  349. package/esm/core/selection/index.d.ts +1 -1
  350. package/esm/core/selection/index.js +1 -1
  351. package/esm/core/selection/interface.d.ts +1 -1
  352. package/esm/core/selection/interface.js +1 -1
  353. package/esm/core/selection/selection.d.ts +1 -1
  354. package/esm/core/selection/selection.js +1 -1
  355. package/esm/core/selection/style/api/extract.d.ts +1 -1
  356. package/esm/core/selection/style/api/extract.js +1 -1
  357. package/esm/core/selection/style/api/finite-state-machine.d.ts +1 -1
  358. package/esm/core/selection/style/api/finite-state-machine.js +1 -1
  359. package/esm/core/selection/style/api/get-suit-child.d.ts +1 -1
  360. package/esm/core/selection/style/api/get-suit-child.js +1 -1
  361. package/esm/core/selection/style/api/get-suit-parent.d.ts +1 -1
  362. package/esm/core/selection/style/api/get-suit-parent.js +1 -1
  363. package/esm/core/selection/style/api/has-same-style.d.ts +1 -1
  364. package/esm/core/selection/style/api/has-same-style.js +1 -1
  365. package/esm/core/selection/style/api/index.d.ts +1 -1
  366. package/esm/core/selection/style/api/index.js +1 -1
  367. package/esm/core/selection/style/api/is-inside-invisible-element.d.ts +1 -1
  368. package/esm/core/selection/style/api/is-inside-invisible-element.js +1 -1
  369. package/esm/core/selection/style/api/is-normal-node.d.ts +1 -1
  370. package/esm/core/selection/style/api/is-normal-node.js +1 -1
  371. package/esm/core/selection/style/api/is-same-attributes.d.ts +1 -1
  372. package/esm/core/selection/style/api/is-same-attributes.js +1 -1
  373. package/esm/core/selection/style/api/is-suit-element.d.ts +1 -1
  374. package/esm/core/selection/style/api/list/toggle-ordered-list.d.ts +1 -1
  375. package/esm/core/selection/style/api/list/toggle-ordered-list.js +1 -1
  376. package/esm/core/selection/style/api/list/wrap-list.d.ts +1 -1
  377. package/esm/core/selection/style/api/list/wrap-list.js +1 -1
  378. package/esm/core/selection/style/api/toggle-attributes.d.ts +1 -1
  379. package/esm/core/selection/style/api/toggle-attributes.js +1 -1
  380. package/esm/core/selection/style/api/unwrap-children.d.ts +1 -1
  381. package/esm/core/selection/style/api/unwrap-children.js +1 -1
  382. package/esm/core/selection/style/api/wrap-unwrapped-text.d.ts +1 -1
  383. package/esm/core/selection/style/api/wrap-unwrapped-text.js +1 -1
  384. package/esm/core/selection/style/api/wrap.d.ts +1 -1
  385. package/esm/core/selection/style/api/wrap.js +1 -1
  386. package/esm/core/selection/style/apply-style.d.ts +1 -1
  387. package/esm/core/selection/style/apply-style.js +1 -1
  388. package/esm/core/selection/style/commit-style.d.ts +1 -1
  389. package/esm/core/selection/style/commit-style.js +1 -1
  390. package/esm/core/selection/style/constants.d.ts +1 -1
  391. package/esm/core/selection/style/constants.js +1 -1
  392. package/esm/core/selection/style/transactions.d.ts +1 -1
  393. package/esm/core/selection/style/transactions.js +1 -1
  394. package/esm/core/storage/engines/local-storage-provider.d.ts +1 -1
  395. package/esm/core/storage/engines/local-storage-provider.js +1 -1
  396. package/esm/core/storage/engines/memory-storage-provider.d.ts +1 -1
  397. package/esm/core/storage/engines/memory-storage-provider.js +1 -1
  398. package/esm/core/storage/index.d.ts +1 -1
  399. package/esm/core/storage/index.js +1 -1
  400. package/esm/core/storage/storage.d.ts +1 -1
  401. package/esm/core/storage/storage.js +1 -1
  402. package/esm/core/traits/dlgs.d.ts +1 -1
  403. package/esm/core/traits/dlgs.js +1 -1
  404. package/esm/core/traits/elms.d.ts +1 -1
  405. package/esm/core/traits/elms.js +1 -1
  406. package/esm/core/traits/mods.d.ts +1 -1
  407. package/esm/core/traits/mods.js +1 -1
  408. package/esm/core/ui/button/button/button.d.ts +1 -1
  409. package/esm/core/ui/button/button/button.js +1 -1
  410. package/esm/core/ui/button/group/group.d.ts +1 -1
  411. package/esm/core/ui/button/group/group.js +1 -1
  412. package/esm/core/ui/button/index.d.ts +1 -1
  413. package/esm/core/ui/button/index.js +1 -1
  414. package/esm/core/ui/button/tooltip/tooltip.d.ts +1 -1
  415. package/esm/core/ui/button/tooltip/tooltip.js +1 -1
  416. package/esm/core/ui/element.d.ts +1 -1
  417. package/esm/core/ui/element.js +1 -1
  418. package/esm/core/ui/form/block/block.d.ts +1 -1
  419. package/esm/core/ui/form/block/block.js +1 -1
  420. package/esm/core/ui/form/form.d.ts +1 -1
  421. package/esm/core/ui/form/form.js +1 -1
  422. package/esm/core/ui/form/index.d.ts +1 -1
  423. package/esm/core/ui/form/index.js +1 -1
  424. package/esm/core/ui/form/inputs/area/area.d.ts +1 -1
  425. package/esm/core/ui/form/inputs/area/area.js +1 -1
  426. package/esm/core/ui/form/inputs/checkbox/checkbox.d.ts +1 -1
  427. package/esm/core/ui/form/inputs/checkbox/checkbox.js +1 -1
  428. package/esm/core/ui/form/inputs/file/file.d.ts +1 -1
  429. package/esm/core/ui/form/inputs/file/file.js +1 -1
  430. package/esm/core/ui/form/inputs/index.d.ts +1 -1
  431. package/esm/core/ui/form/inputs/index.js +1 -1
  432. package/esm/core/ui/form/inputs/input/input.d.ts +1 -1
  433. package/esm/core/ui/form/inputs/input/input.js +1 -1
  434. package/esm/core/ui/form/inputs/select/select.d.ts +1 -1
  435. package/esm/core/ui/form/inputs/select/select.js +1 -1
  436. package/esm/core/ui/form/validators/index.d.ts +1 -1
  437. package/esm/core/ui/form/validators/index.js +1 -1
  438. package/esm/core/ui/form/validators/input.d.ts +1 -1
  439. package/esm/core/ui/form/validators/input.js +1 -1
  440. package/esm/core/ui/form/validators/select.d.ts +1 -1
  441. package/esm/core/ui/form/validators/select.js +1 -1
  442. package/esm/core/ui/group/group.d.ts +1 -1
  443. package/esm/core/ui/group/group.js +1 -1
  444. package/esm/core/ui/group/index.d.ts +1 -1
  445. package/esm/core/ui/group/index.js +1 -1
  446. package/esm/core/ui/group/list.d.ts +1 -1
  447. package/esm/core/ui/group/list.js +1 -1
  448. package/esm/core/ui/group/separator.d.ts +1 -1
  449. package/esm/core/ui/group/separator.js +1 -1
  450. package/esm/core/ui/group/spacer.d.ts +1 -1
  451. package/esm/core/ui/group/spacer.js +1 -1
  452. package/esm/core/ui/helpers/buttons.d.ts +1 -1
  453. package/esm/core/ui/helpers/buttons.js +1 -1
  454. package/esm/core/ui/helpers/get-control-type.d.ts +1 -1
  455. package/esm/core/ui/helpers/get-control-type.js +1 -1
  456. package/esm/core/ui/helpers/get-strong-control-types.d.ts +1 -1
  457. package/esm/core/ui/helpers/get-strong-control-types.js +1 -1
  458. package/esm/core/ui/icon.d.ts +1 -1
  459. package/esm/core/ui/icon.js +1 -1
  460. package/esm/core/ui/index.d.ts +1 -1
  461. package/esm/core/ui/index.js +1 -1
  462. package/esm/core/ui/popup/index.d.ts +1 -1
  463. package/esm/core/ui/popup/index.js +1 -1
  464. package/esm/core/ui/popup/popup.d.ts +1 -1
  465. package/esm/core/ui/popup/popup.js +1 -1
  466. package/esm/core/ui/progress-bar/progress-bar.d.ts +1 -1
  467. package/esm/core/ui/progress-bar/progress-bar.js +1 -1
  468. package/esm/core/view/view-with-toolbar.d.ts +1 -1
  469. package/esm/core/view/view-with-toolbar.js +1 -1
  470. package/esm/core/view/view.d.ts +1 -1
  471. package/esm/core/view/view.js +1 -1
  472. package/esm/index.d.ts +1 -1
  473. package/esm/index.js +1 -1
  474. package/esm/jodit.d.ts +4 -4
  475. package/esm/jodit.js +1 -1
  476. package/esm/langs/ar.js +1 -1
  477. package/esm/langs/cs_cz.js +1 -1
  478. package/esm/langs/de.js +1 -1
  479. package/esm/langs/en.js +1 -1
  480. package/esm/langs/es.js +1 -1
  481. package/esm/langs/fa.js +1 -1
  482. package/esm/langs/fi.js +1 -1
  483. package/esm/langs/fr.js +1 -1
  484. package/esm/langs/he.js +1 -1
  485. package/esm/langs/hu.js +1 -1
  486. package/esm/langs/id.js +1 -1
  487. package/esm/langs/it.js +1 -1
  488. package/esm/langs/ja.js +1 -1
  489. package/esm/langs/keys.js +1 -1
  490. package/esm/langs/ko.js +1 -1
  491. package/esm/langs/mn.js +1 -1
  492. package/esm/langs/nl.js +1 -1
  493. package/esm/langs/pl.js +1 -1
  494. package/esm/langs/pt_br.js +1 -1
  495. package/esm/langs/ru.js +1 -1
  496. package/esm/langs/tr.js +1 -1
  497. package/esm/langs/ua.js +1 -1
  498. package/esm/langs/zh_cn.js +1 -1
  499. package/esm/langs/zh_tw.js +1 -1
  500. package/esm/languages.d.ts +1 -1
  501. package/esm/languages.js +1 -1
  502. package/esm/modules/context-menu/context-menu.d.ts +1 -1
  503. package/esm/modules/context-menu/context-menu.js +1 -1
  504. package/esm/modules/dialog/alert.d.ts +1 -1
  505. package/esm/modules/dialog/alert.js +1 -1
  506. package/esm/modules/dialog/confirm.d.ts +1 -1
  507. package/esm/modules/dialog/confirm.js +1 -1
  508. package/esm/modules/dialog/dialog.d.ts +1 -1
  509. package/esm/modules/dialog/dialog.js +1 -1
  510. package/esm/modules/dialog/index.d.ts +1 -1
  511. package/esm/modules/dialog/index.js +1 -1
  512. package/esm/modules/dialog/prompt.d.ts +1 -1
  513. package/esm/modules/dialog/prompt.js +1 -1
  514. package/esm/modules/file-browser/builders/context-menu.d.ts +1 -1
  515. package/esm/modules/file-browser/builders/context-menu.js +1 -1
  516. package/esm/modules/file-browser/builders/elements-map.d.ts +1 -1
  517. package/esm/modules/file-browser/builders/elements-map.js +1 -1
  518. package/esm/modules/file-browser/builders/item.d.ts +1 -1
  519. package/esm/modules/file-browser/builders/item.js +1 -1
  520. package/esm/modules/file-browser/config.d.ts +1 -1
  521. package/esm/modules/file-browser/config.js +1 -1
  522. package/esm/modules/file-browser/data-provider.d.ts +1 -1
  523. package/esm/modules/file-browser/data-provider.js +1 -1
  524. package/esm/modules/file-browser/factories.d.ts +1 -1
  525. package/esm/modules/file-browser/factories.js +1 -1
  526. package/esm/modules/file-browser/fetch/delete-file.d.ts +1 -1
  527. package/esm/modules/file-browser/fetch/delete-file.js +1 -1
  528. package/esm/modules/file-browser/fetch/load-items.d.ts +1 -1
  529. package/esm/modules/file-browser/fetch/load-items.js +1 -1
  530. package/esm/modules/file-browser/fetch/load-tree.d.ts +1 -1
  531. package/esm/modules/file-browser/fetch/load-tree.js +1 -1
  532. package/esm/modules/file-browser/file-browser.d.ts +1 -1
  533. package/esm/modules/file-browser/file-browser.js +1 -1
  534. package/esm/modules/file-browser/index.d.ts +1 -1
  535. package/esm/modules/file-browser/index.js +1 -1
  536. package/esm/modules/file-browser/listeners/native-listeners.d.ts +1 -1
  537. package/esm/modules/file-browser/listeners/native-listeners.js +1 -1
  538. package/esm/modules/file-browser/listeners/self-listeners.d.ts +1 -1
  539. package/esm/modules/file-browser/listeners/self-listeners.js +1 -1
  540. package/esm/modules/file-browser/listeners/state-listeners.d.ts +1 -1
  541. package/esm/modules/file-browser/listeners/state-listeners.js +1 -1
  542. package/esm/modules/file-browser/ui/files/files.d.ts +1 -1
  543. package/esm/modules/file-browser/ui/files/files.js +1 -1
  544. package/esm/modules/file-browser/ui/index.d.ts +1 -1
  545. package/esm/modules/file-browser/ui/index.js +1 -1
  546. package/esm/modules/file-browser/ui/tree/tree.d.ts +1 -1
  547. package/esm/modules/file-browser/ui/tree/tree.js +1 -1
  548. package/esm/modules/history/command.d.ts +1 -1
  549. package/esm/modules/history/command.js +1 -1
  550. package/esm/modules/history/history.d.ts +1 -1
  551. package/esm/modules/history/history.js +1 -1
  552. package/esm/modules/history/snapshot.d.ts +1 -1
  553. package/esm/modules/history/snapshot.js +1 -1
  554. package/esm/modules/history/stack.d.ts +1 -1
  555. package/esm/modules/history/stack.js +1 -1
  556. package/esm/modules/image-editor/config.d.ts +1 -1
  557. package/esm/modules/image-editor/config.js +1 -1
  558. package/esm/modules/image-editor/image-editor.d.ts +1 -1
  559. package/esm/modules/image-editor/image-editor.js +1 -1
  560. package/esm/modules/image-editor/templates/form.d.ts +1 -1
  561. package/esm/modules/image-editor/templates/form.js +1 -1
  562. package/esm/modules/index.d.ts +1 -1
  563. package/esm/modules/index.js +1 -1
  564. package/esm/modules/messages/message.d.ts +1 -1
  565. package/esm/modules/messages/message.js +1 -1
  566. package/esm/modules/messages/messages.d.ts +1 -1
  567. package/esm/modules/messages/messages.js +1 -1
  568. package/esm/modules/status-bar/status-bar.d.ts +1 -1
  569. package/esm/modules/status-bar/status-bar.js +1 -1
  570. package/esm/modules/table/table.d.ts +1 -1
  571. package/esm/modules/table/table.js +1 -1
  572. package/esm/modules/toolbar/button/button.d.ts +1 -1
  573. package/esm/modules/toolbar/button/button.js +1 -1
  574. package/esm/modules/toolbar/button/content.d.ts +1 -1
  575. package/esm/modules/toolbar/button/content.js +1 -1
  576. package/esm/modules/toolbar/button/index.d.ts +1 -1
  577. package/esm/modules/toolbar/button/index.js +1 -1
  578. package/esm/modules/toolbar/button/select/select.d.ts +1 -1
  579. package/esm/modules/toolbar/button/select/select.js +1 -1
  580. package/esm/modules/toolbar/collection/collection.d.ts +1 -1
  581. package/esm/modules/toolbar/collection/collection.js +1 -1
  582. package/esm/modules/toolbar/collection/editor-collection.d.ts +1 -1
  583. package/esm/modules/toolbar/collection/editor-collection.js +1 -1
  584. package/esm/modules/toolbar/factory.d.ts +1 -1
  585. package/esm/modules/toolbar/factory.js +1 -1
  586. package/esm/modules/uploader/config.d.ts +1 -1
  587. package/esm/modules/uploader/config.js +1 -1
  588. package/esm/modules/uploader/helpers/build-data.d.ts +1 -1
  589. package/esm/modules/uploader/helpers/build-data.js +1 -1
  590. package/esm/modules/uploader/helpers/data-uri-to-blob.d.ts +1 -1
  591. package/esm/modules/uploader/helpers/data-uri-to-blob.js +1 -1
  592. package/esm/modules/uploader/helpers/index.d.ts +1 -1
  593. package/esm/modules/uploader/helpers/index.js +1 -1
  594. package/esm/modules/uploader/helpers/process-old-browser-drag.d.ts +1 -1
  595. package/esm/modules/uploader/helpers/process-old-browser-drag.js +1 -1
  596. package/esm/modules/uploader/helpers/send-files.d.ts +1 -1
  597. package/esm/modules/uploader/helpers/send-files.js +1 -1
  598. package/esm/modules/uploader/helpers/send.d.ts +1 -1
  599. package/esm/modules/uploader/helpers/send.js +1 -1
  600. package/esm/modules/uploader/uploader.d.ts +1 -1
  601. package/esm/modules/uploader/uploader.js +1 -1
  602. package/esm/modules/widget/color-picker/color-picker.d.ts +1 -1
  603. package/esm/modules/widget/color-picker/color-picker.js +1 -1
  604. package/esm/modules/widget/file-selector/file-selector.d.ts +1 -1
  605. package/esm/modules/widget/file-selector/file-selector.js +1 -1
  606. package/esm/modules/widget/index.d.ts +1 -1
  607. package/esm/modules/widget/index.js +1 -1
  608. package/esm/modules/widget/tabs/tabs.d.ts +1 -1
  609. package/esm/modules/widget/tabs/tabs.js +1 -1
  610. package/esm/plugins/about/about.d.ts +1 -1
  611. package/esm/plugins/about/about.js +1 -1
  612. package/esm/plugins/add-new-line/add-new-line.d.ts +1 -1
  613. package/esm/plugins/add-new-line/add-new-line.js +1 -1
  614. package/esm/plugins/add-new-line/config.d.ts +1 -1
  615. package/esm/plugins/add-new-line/config.js +1 -1
  616. package/esm/plugins/ai-assistant/ai-assistant.d.ts +1 -1
  617. package/esm/plugins/ai-assistant/ai-assistant.js +1 -1
  618. package/esm/plugins/ai-assistant/config.d.ts +1 -1
  619. package/esm/plugins/ai-assistant/config.js +1 -1
  620. package/esm/plugins/ai-assistant/langs/en.js +1 -1
  621. package/esm/plugins/ai-assistant/langs/es.js +1 -1
  622. package/esm/plugins/ai-assistant/langs/index.d.ts +1 -1
  623. package/esm/plugins/ai-assistant/langs/index.js +1 -1
  624. package/esm/plugins/ai-assistant/ui/ui-ai-assistant.d.ts +1 -1
  625. package/esm/plugins/ai-assistant/ui/ui-ai-assistant.js +1 -1
  626. package/esm/plugins/backspace/backspace.d.ts +1 -1
  627. package/esm/plugins/backspace/backspace.js +1 -1
  628. package/esm/plugins/backspace/cases/check-join-neighbors.d.ts +1 -1
  629. package/esm/plugins/backspace/cases/check-join-neighbors.js +1 -1
  630. package/esm/plugins/backspace/cases/check-join-two-lists.d.ts +1 -1
  631. package/esm/plugins/backspace/cases/check-join-two-lists.js +1 -1
  632. package/esm/plugins/backspace/cases/check-not-collapsed.d.ts +1 -1
  633. package/esm/plugins/backspace/cases/check-not-collapsed.js +1 -1
  634. package/esm/plugins/backspace/cases/check-remove-char.d.ts +1 -1
  635. package/esm/plugins/backspace/cases/check-remove-char.js +1 -1
  636. package/esm/plugins/backspace/cases/check-remove-content-not-editable.d.ts +1 -1
  637. package/esm/plugins/backspace/cases/check-remove-content-not-editable.js +1 -1
  638. package/esm/plugins/backspace/cases/check-remove-empty-neighbor.d.ts +1 -1
  639. package/esm/plugins/backspace/cases/check-remove-empty-neighbor.js +1 -1
  640. package/esm/plugins/backspace/cases/check-remove-empty-parent.d.ts +1 -1
  641. package/esm/plugins/backspace/cases/check-remove-empty-parent.js +1 -1
  642. package/esm/plugins/backspace/cases/check-remove-unbreakable-element.d.ts +1 -1
  643. package/esm/plugins/backspace/cases/check-remove-unbreakable-element.js +1 -1
  644. package/esm/plugins/backspace/cases/check-table-cell.d.ts +1 -1
  645. package/esm/plugins/backspace/cases/check-table-cell.js +1 -1
  646. package/esm/plugins/backspace/cases/check-unwrap-first-list-item.d.ts +1 -1
  647. package/esm/plugins/backspace/cases/check-unwrap-first-list-item.js +1 -1
  648. package/esm/plugins/backspace/cases/index.d.ts +1 -1
  649. package/esm/plugins/backspace/cases/index.js +1 -1
  650. package/esm/plugins/backspace/config.d.ts +1 -1
  651. package/esm/plugins/backspace/config.js +1 -1
  652. package/esm/plugins/backspace/helpers.d.ts +1 -1
  653. package/esm/plugins/backspace/helpers.js +1 -1
  654. package/esm/plugins/backspace/interface.d.ts +1 -1
  655. package/esm/plugins/backspace/interface.js +1 -1
  656. package/esm/plugins/bold/bold.d.ts +1 -1
  657. package/esm/plugins/bold/bold.js +1 -1
  658. package/esm/plugins/bold/config.d.ts +1 -1
  659. package/esm/plugins/bold/config.js +1 -1
  660. package/esm/plugins/bold/interface.d.ts +1 -1
  661. package/esm/plugins/class-span/class-span.d.ts +1 -1
  662. package/esm/plugins/class-span/class-span.js +1 -1
  663. package/esm/plugins/clean-html/clean-html.d.ts +1 -1
  664. package/esm/plugins/clean-html/clean-html.js +1 -1
  665. package/esm/plugins/clean-html/config.d.ts +1 -1
  666. package/esm/plugins/clean-html/config.js +1 -1
  667. package/esm/plugins/clean-html/helpers/get-hash.d.ts +1 -1
  668. package/esm/plugins/clean-html/helpers/get-hash.js +1 -1
  669. package/esm/plugins/clean-html/helpers/index.d.ts +1 -1
  670. package/esm/plugins/clean-html/helpers/index.js +1 -1
  671. package/esm/plugins/clean-html/helpers/remove-format/remove-format-for-collapsed-selection.d.ts +1 -1
  672. package/esm/plugins/clean-html/helpers/remove-format/remove-format-for-collapsed-selection.js +1 -1
  673. package/esm/plugins/clean-html/helpers/remove-format/remove-format-for-selection.d.ts +1 -1
  674. package/esm/plugins/clean-html/helpers/remove-format/remove-format-for-selection.js +1 -1
  675. package/esm/plugins/clean-html/helpers/visitor/filters/allow-attributes.d.ts +1 -1
  676. package/esm/plugins/clean-html/helpers/visitor/filters/allow-attributes.js +1 -1
  677. package/esm/plugins/clean-html/helpers/visitor/filters/fill-empty-paragraph.d.ts +1 -1
  678. package/esm/plugins/clean-html/helpers/visitor/filters/fill-empty-paragraph.js +1 -1
  679. package/esm/plugins/clean-html/helpers/visitor/filters/index.d.ts +1 -1
  680. package/esm/plugins/clean-html/helpers/visitor/filters/index.js +1 -1
  681. package/esm/plugins/clean-html/helpers/visitor/filters/remove-empty-text-node.d.ts +1 -1
  682. package/esm/plugins/clean-html/helpers/visitor/filters/remove-empty-text-node.js +1 -1
  683. package/esm/plugins/clean-html/helpers/visitor/filters/remove-inv-text-nodes.d.ts +1 -1
  684. package/esm/plugins/clean-html/helpers/visitor/filters/remove-inv-text-nodes.js +1 -1
  685. package/esm/plugins/clean-html/helpers/visitor/filters/replace-old-tags.d.ts +1 -1
  686. package/esm/plugins/clean-html/helpers/visitor/filters/replace-old-tags.js +1 -1
  687. package/esm/plugins/clean-html/helpers/visitor/filters/sanitize-attributes.d.ts +1 -1
  688. package/esm/plugins/clean-html/helpers/visitor/filters/sanitize-attributes.js +1 -1
  689. package/esm/plugins/clean-html/helpers/visitor/filters/try-remove-node.d.ts +1 -1
  690. package/esm/plugins/clean-html/helpers/visitor/filters/try-remove-node.js +1 -1
  691. package/esm/plugins/clean-html/helpers/visitor/visit-node-walker.d.ts +1 -1
  692. package/esm/plugins/clean-html/helpers/visitor/visit-node-walker.js +1 -1
  693. package/esm/plugins/clipboard/clipboard.d.ts +1 -1
  694. package/esm/plugins/clipboard/clipboard.js +1 -1
  695. package/esm/plugins/clipboard/config.d.ts +1 -1
  696. package/esm/plugins/clipboard/config.js +1 -1
  697. package/esm/plugins/color/color.d.ts +1 -1
  698. package/esm/plugins/color/color.js +1 -1
  699. package/esm/plugins/color/config.d.ts +1 -1
  700. package/esm/plugins/color/config.js +1 -1
  701. package/esm/plugins/copy-format/copy-format.d.ts +1 -1
  702. package/esm/plugins/copy-format/copy-format.js +1 -1
  703. package/esm/plugins/copy-format/langs/ar.js +1 -1
  704. package/esm/plugins/copy-format/langs/cs_cz.js +1 -1
  705. package/esm/plugins/copy-format/langs/de.js +1 -1
  706. package/esm/plugins/copy-format/langs/es.js +1 -1
  707. package/esm/plugins/copy-format/langs/fa.js +1 -1
  708. package/esm/plugins/copy-format/langs/fi.js +1 -1
  709. package/esm/plugins/copy-format/langs/fr.js +1 -1
  710. package/esm/plugins/copy-format/langs/he.js +1 -1
  711. package/esm/plugins/copy-format/langs/hu.js +1 -1
  712. package/esm/plugins/copy-format/langs/id.js +1 -1
  713. package/esm/plugins/copy-format/langs/index.d.ts +1 -1
  714. package/esm/plugins/copy-format/langs/index.js +1 -1
  715. package/esm/plugins/copy-format/langs/it.js +1 -1
  716. package/esm/plugins/copy-format/langs/ja.js +1 -1
  717. package/esm/plugins/copy-format/langs/ko.js +1 -1
  718. package/esm/plugins/copy-format/langs/mn.js +1 -1
  719. package/esm/plugins/copy-format/langs/nl.js +1 -1
  720. package/esm/plugins/copy-format/langs/pl.js +1 -1
  721. package/esm/plugins/copy-format/langs/pt_br.js +1 -1
  722. package/esm/plugins/copy-format/langs/ru.js +1 -1
  723. package/esm/plugins/copy-format/langs/tr.js +1 -1
  724. package/esm/plugins/copy-format/langs/zh_cn.js +1 -1
  725. package/esm/plugins/copy-format/langs/zh_tw.js +1 -1
  726. package/esm/plugins/debug/debug.d.ts +1 -1
  727. package/esm/plugins/delete/delete.d.ts +1 -1
  728. package/esm/plugins/delete/delete.js +1 -1
  729. package/esm/plugins/delete/interface.d.ts +1 -1
  730. package/esm/plugins/drag-and-drop/drag-and-drop.d.ts +1 -1
  731. package/esm/plugins/drag-and-drop/drag-and-drop.js +1 -1
  732. package/esm/plugins/drag-and-drop-element/config.d.ts +1 -1
  733. package/esm/plugins/drag-and-drop-element/config.js +1 -1
  734. package/esm/plugins/drag-and-drop-element/drag-and-drop-element.d.ts +1 -1
  735. package/esm/plugins/drag-and-drop-element/drag-and-drop-element.js +1 -1
  736. package/esm/plugins/dtd/after-insert/index.d.ts +1 -1
  737. package/esm/plugins/dtd/after-insert/index.js +1 -1
  738. package/esm/plugins/dtd/after-insert/remove-extra-br.d.ts +1 -1
  739. package/esm/plugins/dtd/after-insert/remove-extra-br.js +1 -1
  740. package/esm/plugins/dtd/before-insert/check-block-nesting.d.ts +1 -1
  741. package/esm/plugins/dtd/before-insert/check-block-nesting.js +1 -1
  742. package/esm/plugins/dtd/before-insert/index.d.ts +1 -1
  743. package/esm/plugins/dtd/before-insert/index.js +1 -1
  744. package/esm/plugins/dtd/config.d.ts +1 -1
  745. package/esm/plugins/dtd/config.js +1 -1
  746. package/esm/plugins/dtd/dtd.d.ts +1 -1
  747. package/esm/plugins/dtd/dtd.js +1 -1
  748. package/esm/plugins/enter/enter.d.ts +1 -1
  749. package/esm/plugins/enter/enter.js +1 -1
  750. package/esm/plugins/enter/helpers/check-br.d.ts +1 -1
  751. package/esm/plugins/enter/helpers/check-br.js +1 -1
  752. package/esm/plugins/enter/helpers/check-unsplittable-box.d.ts +1 -1
  753. package/esm/plugins/enter/helpers/check-unsplittable-box.js +1 -1
  754. package/esm/plugins/enter/helpers/get-block-wrapper.d.ts +1 -1
  755. package/esm/plugins/enter/helpers/get-block-wrapper.js +1 -1
  756. package/esm/plugins/enter/helpers/has-previous-block.d.ts +1 -1
  757. package/esm/plugins/enter/helpers/has-previous-block.js +1 -1
  758. package/esm/plugins/enter/helpers/index.d.ts +1 -1
  759. package/esm/plugins/enter/helpers/index.js +1 -1
  760. package/esm/plugins/enter/helpers/insert-paragraph.d.ts +1 -1
  761. package/esm/plugins/enter/helpers/insert-paragraph.js +1 -1
  762. package/esm/plugins/enter/helpers/move-cursor-out-from-specal-tags.d.ts +1 -1
  763. package/esm/plugins/enter/helpers/move-cursor-out-from-specal-tags.js +1 -1
  764. package/esm/plugins/enter/helpers/process-empty-li-leaf.d.ts +1 -1
  765. package/esm/plugins/enter/helpers/process-empty-li-leaf.js +1 -1
  766. package/esm/plugins/enter/helpers/split-fragment.d.ts +1 -1
  767. package/esm/plugins/enter/helpers/split-fragment.js +1 -1
  768. package/esm/plugins/enter/helpers/wrap-text.d.ts +1 -1
  769. package/esm/plugins/enter/helpers/wrap-text.js +1 -1
  770. package/esm/plugins/enter/interface.d.ts +1 -1
  771. package/esm/plugins/file/file.d.ts +1 -1
  772. package/esm/plugins/file/file.js +1 -1
  773. package/esm/plugins/focus/focus.d.ts +1 -1
  774. package/esm/plugins/focus/focus.js +1 -1
  775. package/esm/plugins/font/config.d.ts +1 -1
  776. package/esm/plugins/font/config.js +1 -1
  777. package/esm/plugins/font/font.d.ts +1 -1
  778. package/esm/plugins/font/font.js +1 -1
  779. package/esm/plugins/format-block/config.d.ts +1 -1
  780. package/esm/plugins/format-block/config.js +1 -1
  781. package/esm/plugins/format-block/format-block.d.ts +1 -1
  782. package/esm/plugins/format-block/format-block.js +1 -1
  783. package/esm/plugins/fullsize/config.d.ts +1 -1
  784. package/esm/plugins/fullsize/config.js +1 -1
  785. package/esm/plugins/fullsize/fullsize.d.ts +1 -1
  786. package/esm/plugins/fullsize/fullsize.js +1 -1
  787. package/esm/plugins/hotkeys/config.d.ts +1 -1
  788. package/esm/plugins/hotkeys/config.js +1 -1
  789. package/esm/plugins/hotkeys/hotkeys.d.ts +1 -1
  790. package/esm/plugins/hotkeys/hotkeys.js +1 -1
  791. package/esm/plugins/hr/hr.d.ts +1 -1
  792. package/esm/plugins/hr/hr.js +1 -1
  793. package/esm/plugins/iframe/config.d.ts +1 -1
  794. package/esm/plugins/iframe/config.js +1 -1
  795. package/esm/plugins/iframe/iframe.d.ts +1 -1
  796. package/esm/plugins/iframe/iframe.js +1 -1
  797. package/esm/plugins/image/image.d.ts +1 -1
  798. package/esm/plugins/image/image.js +1 -1
  799. package/esm/plugins/image-processor/config.d.ts +1 -1
  800. package/esm/plugins/image-processor/config.js +1 -1
  801. package/esm/plugins/image-processor/image-processor.d.ts +1 -1
  802. package/esm/plugins/image-processor/image-processor.js +1 -1
  803. package/esm/plugins/image-properties/config.d.ts +1 -1
  804. package/esm/plugins/image-properties/config.js +1 -1
  805. package/esm/plugins/image-properties/image-properties.d.ts +1 -1
  806. package/esm/plugins/image-properties/image-properties.js +1 -1
  807. package/esm/plugins/image-properties/interface.d.ts +1 -1
  808. package/esm/plugins/image-properties/readers/align.d.ts +1 -1
  809. package/esm/plugins/image-properties/readers/align.js +1 -1
  810. package/esm/plugins/image-properties/readers/index.d.ts +1 -1
  811. package/esm/plugins/image-properties/readers/index.js +1 -1
  812. package/esm/plugins/image-properties/readers/link.d.ts +1 -1
  813. package/esm/plugins/image-properties/readers/link.js +1 -1
  814. package/esm/plugins/image-properties/readers/margin.d.ts +1 -1
  815. package/esm/plugins/image-properties/readers/margin.js +1 -1
  816. package/esm/plugins/image-properties/readers/size.d.ts +1 -1
  817. package/esm/plugins/image-properties/readers/size.js +1 -1
  818. package/esm/plugins/image-properties/ui/ui-image-form.d.ts +1 -1
  819. package/esm/plugins/image-properties/ui/ui-image-form.js +1 -1
  820. package/esm/plugins/image-properties/ui/ui-image-main-tab.d.ts +1 -1
  821. package/esm/plugins/image-properties/ui/ui-image-main-tab.js +1 -1
  822. package/esm/plugins/image-properties/ui/ui-image-position-tab.d.ts +1 -1
  823. package/esm/plugins/image-properties/ui/ui-image-position-tab.js +1 -1
  824. package/esm/plugins/image-properties/utils/open-image-editor.d.ts +1 -1
  825. package/esm/plugins/image-properties/utils/open-image-editor.js +1 -1
  826. package/esm/plugins/image-properties/utils/open-image-popup.d.ts +1 -1
  827. package/esm/plugins/image-properties/utils/open-image-popup.js +1 -1
  828. package/esm/plugins/image-properties/utils/utils.d.ts +1 -1
  829. package/esm/plugins/image-properties/utils/utils.js +1 -1
  830. package/esm/plugins/image-properties/writers/index.d.ts +1 -1
  831. package/esm/plugins/image-properties/writers/index.js +1 -1
  832. package/esm/plugins/image-properties/writers/link.d.ts +1 -1
  833. package/esm/plugins/image-properties/writers/link.js +1 -1
  834. package/esm/plugins/image-properties/writers/margin.d.ts +1 -1
  835. package/esm/plugins/image-properties/writers/margin.js +1 -1
  836. package/esm/plugins/image-properties/writers/size.d.ts +1 -1
  837. package/esm/plugins/image-properties/writers/size.js +1 -1
  838. package/esm/plugins/indent/config.d.ts +1 -1
  839. package/esm/plugins/indent/config.js +1 -1
  840. package/esm/plugins/indent/helpers.d.ts +1 -1
  841. package/esm/plugins/indent/helpers.js +1 -1
  842. package/esm/plugins/indent/indent.d.ts +1 -1
  843. package/esm/plugins/indent/indent.js +1 -1
  844. package/esm/plugins/index.d.ts +1 -1
  845. package/esm/plugins/index.js +1 -1
  846. package/esm/plugins/inline-popup/config/config.d.ts +1 -1
  847. package/esm/plugins/inline-popup/config/config.js +1 -1
  848. package/esm/plugins/inline-popup/config/items/a.d.ts +1 -1
  849. package/esm/plugins/inline-popup/config/items/a.js +1 -1
  850. package/esm/plugins/inline-popup/config/items/cells.d.ts +1 -1
  851. package/esm/plugins/inline-popup/config/items/cells.js +1 -1
  852. package/esm/plugins/inline-popup/config/items/iframe.d.ts +1 -1
  853. package/esm/plugins/inline-popup/config/items/iframe.js +1 -1
  854. package/esm/plugins/inline-popup/config/items/img.d.ts +1 -1
  855. package/esm/plugins/inline-popup/config/items/img.js +1 -1
  856. package/esm/plugins/inline-popup/config/items/toolbar.d.ts +1 -1
  857. package/esm/plugins/inline-popup/config/items/toolbar.js +1 -1
  858. package/esm/plugins/inline-popup/inline-popup.d.ts +1 -1
  859. package/esm/plugins/inline-popup/inline-popup.js +1 -1
  860. package/esm/plugins/justify/justify.d.ts +1 -1
  861. package/esm/plugins/justify/justify.js +1 -1
  862. package/esm/plugins/key-arrow-outside/key-arrow-outside.d.ts +1 -1
  863. package/esm/plugins/key-arrow-outside/key-arrow-outside.js +1 -1
  864. package/esm/plugins/limit/config.d.ts +1 -1
  865. package/esm/plugins/limit/config.js +1 -1
  866. package/esm/plugins/limit/limit.d.ts +1 -1
  867. package/esm/plugins/limit/limit.js +1 -1
  868. package/esm/plugins/line-height/config.d.ts +1 -1
  869. package/esm/plugins/line-height/config.js +1 -1
  870. package/esm/plugins/line-height/langs/ar.js +1 -1
  871. package/esm/plugins/line-height/langs/cs_cz.js +1 -1
  872. package/esm/plugins/line-height/langs/de.js +1 -1
  873. package/esm/plugins/line-height/langs/es.js +1 -1
  874. package/esm/plugins/line-height/langs/fa.js +1 -1
  875. package/esm/plugins/line-height/langs/fi.js +1 -1
  876. package/esm/plugins/line-height/langs/fr.js +1 -1
  877. package/esm/plugins/line-height/langs/he.js +1 -1
  878. package/esm/plugins/line-height/langs/hu.js +1 -1
  879. package/esm/plugins/line-height/langs/id.js +1 -1
  880. package/esm/plugins/line-height/langs/index.d.ts +1 -1
  881. package/esm/plugins/line-height/langs/index.js +1 -1
  882. package/esm/plugins/line-height/langs/it.js +1 -1
  883. package/esm/plugins/line-height/langs/ja.js +1 -1
  884. package/esm/plugins/line-height/langs/ko.js +1 -1
  885. package/esm/plugins/line-height/langs/mn.js +1 -1
  886. package/esm/plugins/line-height/langs/nl.js +1 -1
  887. package/esm/plugins/line-height/langs/pl.js +1 -1
  888. package/esm/plugins/line-height/langs/pt_br.js +1 -1
  889. package/esm/plugins/line-height/langs/ru.js +1 -1
  890. package/esm/plugins/line-height/langs/tr.js +1 -1
  891. package/esm/plugins/line-height/langs/ua.js +1 -1
  892. package/esm/plugins/line-height/langs/zh_cn.js +1 -1
  893. package/esm/plugins/line-height/langs/zh_tw.js +1 -1
  894. package/esm/plugins/line-height/line-height.d.ts +1 -1
  895. package/esm/plugins/line-height/line-height.js +1 -1
  896. package/esm/plugins/link/config.d.ts +1 -1
  897. package/esm/plugins/link/config.js +1 -1
  898. package/esm/plugins/link/link.d.ts +1 -1
  899. package/esm/plugins/link/link.js +1 -1
  900. package/esm/plugins/link/template.d.ts +1 -1
  901. package/esm/plugins/link/template.js +1 -1
  902. package/esm/plugins/media/config.d.ts +1 -1
  903. package/esm/plugins/media/config.js +1 -1
  904. package/esm/plugins/media/media.d.ts +1 -1
  905. package/esm/plugins/media/media.js +1 -1
  906. package/esm/plugins/mobile/config.d.ts +1 -1
  907. package/esm/plugins/mobile/config.js +1 -1
  908. package/esm/plugins/mobile/mobile.d.ts +1 -1
  909. package/esm/plugins/mobile/mobile.js +1 -1
  910. package/esm/plugins/ordered-list/config.d.ts +1 -1
  911. package/esm/plugins/ordered-list/config.js +1 -1
  912. package/esm/plugins/ordered-list/ordered-list.d.ts +1 -1
  913. package/esm/plugins/ordered-list/ordered-list.js +1 -1
  914. package/esm/plugins/paste/config.d.ts +1 -1
  915. package/esm/plugins/paste/config.js +1 -1
  916. package/esm/plugins/paste/helpers.d.ts +1 -1
  917. package/esm/plugins/paste/helpers.js +1 -1
  918. package/esm/plugins/paste/interface.d.ts +1 -1
  919. package/esm/plugins/paste/interface.js +1 -1
  920. package/esm/plugins/paste/paste.d.ts +1 -1
  921. package/esm/plugins/paste/paste.js +1 -1
  922. package/esm/plugins/paste-from-word/config.d.ts +1 -1
  923. package/esm/plugins/paste-from-word/config.js +1 -1
  924. package/esm/plugins/paste-from-word/paste-from-word.d.ts +1 -1
  925. package/esm/plugins/paste-from-word/paste-from-word.js +1 -1
  926. package/esm/plugins/paste-storage/paste-storage.d.ts +1 -1
  927. package/esm/plugins/paste-storage/paste-storage.js +1 -1
  928. package/esm/plugins/placeholder/config.d.ts +1 -1
  929. package/esm/plugins/placeholder/config.js +1 -1
  930. package/esm/plugins/placeholder/placeholder.d.ts +1 -1
  931. package/esm/plugins/placeholder/placeholder.js +1 -1
  932. package/esm/plugins/powered-by-jodit/powered-by-jodit.d.ts +1 -1
  933. package/esm/plugins/powered-by-jodit/powered-by-jodit.js +1 -1
  934. package/esm/plugins/preview/preview.d.ts +1 -1
  935. package/esm/plugins/preview/preview.js +1 -1
  936. package/esm/plugins/print/lib/generate-critical-css.d.ts +1 -1
  937. package/esm/plugins/print/lib/generate-critical-css.js +1 -1
  938. package/esm/plugins/print/print.d.ts +1 -1
  939. package/esm/plugins/print/print.js +1 -1
  940. package/esm/plugins/redo-undo/redo-undo.d.ts +1 -1
  941. package/esm/plugins/redo-undo/redo-undo.js +1 -1
  942. package/esm/plugins/resize-cells/config.d.ts +1 -1
  943. package/esm/plugins/resize-cells/config.js +1 -1
  944. package/esm/plugins/resize-cells/resize-cells.d.ts +1 -1
  945. package/esm/plugins/resize-cells/resize-cells.js +1 -1
  946. package/esm/plugins/resize-handler/config.d.ts +1 -1
  947. package/esm/plugins/resize-handler/config.js +1 -1
  948. package/esm/plugins/resize-handler/resize-handler.d.ts +1 -1
  949. package/esm/plugins/resize-handler/resize-handler.js +1 -1
  950. package/esm/plugins/resizer/config.d.ts +1 -1
  951. package/esm/plugins/resizer/config.js +1 -1
  952. package/esm/plugins/resizer/resizer.d.ts +1 -1
  953. package/esm/plugins/resizer/resizer.js +1 -1
  954. package/esm/plugins/search/config.d.ts +1 -1
  955. package/esm/plugins/search/config.js +1 -1
  956. package/esm/plugins/search/helpers/highlight-text-ranges.d.ts +1 -1
  957. package/esm/plugins/search/helpers/highlight-text-ranges.js +1 -1
  958. package/esm/plugins/search/helpers/index.d.ts +1 -1
  959. package/esm/plugins/search/helpers/index.js +1 -1
  960. package/esm/plugins/search/helpers/sentence-finder.d.ts +1 -1
  961. package/esm/plugins/search/helpers/sentence-finder.js +1 -1
  962. package/esm/plugins/search/interface.d.ts +1 -1
  963. package/esm/plugins/search/search.d.ts +1 -1
  964. package/esm/plugins/search/search.js +1 -1
  965. package/esm/plugins/search/ui/search.d.ts +1 -1
  966. package/esm/plugins/search/ui/search.js +1 -1
  967. package/esm/plugins/select/config.d.ts +1 -1
  968. package/esm/plugins/select/config.js +1 -1
  969. package/esm/plugins/select/select.d.ts +1 -1
  970. package/esm/plugins/select/select.js +1 -1
  971. package/esm/plugins/select-cells/config.d.ts +1 -1
  972. package/esm/plugins/select-cells/config.js +1 -1
  973. package/esm/plugins/select-cells/select-cells.d.ts +1 -1
  974. package/esm/plugins/select-cells/select-cells.js +1 -1
  975. package/esm/plugins/size/config.d.ts +1 -1
  976. package/esm/plugins/size/config.js +1 -1
  977. package/esm/plugins/size/size.d.ts +1 -1
  978. package/esm/plugins/size/size.js +11 -4
  979. package/esm/plugins/source/config.d.ts +1 -1
  980. package/esm/plugins/source/config.js +1 -1
  981. package/esm/plugins/source/editor/engines/ace.d.ts +1 -1
  982. package/esm/plugins/source/editor/engines/ace.js +10 -4
  983. package/esm/plugins/source/editor/engines/area.d.ts +1 -1
  984. package/esm/plugins/source/editor/engines/area.js +1 -1
  985. package/esm/plugins/source/editor/engines/index.d.ts +1 -1
  986. package/esm/plugins/source/editor/engines/index.js +1 -1
  987. package/esm/plugins/source/editor/factory.d.ts +1 -1
  988. package/esm/plugins/source/editor/factory.js +1 -1
  989. package/esm/plugins/source/editor/sourceEditor.d.ts +1 -1
  990. package/esm/plugins/source/editor/sourceEditor.js +1 -1
  991. package/esm/plugins/source/source.d.ts +1 -1
  992. package/esm/plugins/source/source.js +1 -1
  993. package/esm/plugins/speech-recognize/config.d.ts +1 -1
  994. package/esm/plugins/speech-recognize/config.js +1 -1
  995. package/esm/plugins/speech-recognize/constants.d.ts +1 -1
  996. package/esm/plugins/speech-recognize/constants.js +1 -1
  997. package/esm/plugins/speech-recognize/helpers/api.d.ts +1 -1
  998. package/esm/plugins/speech-recognize/helpers/api.js +1 -1
  999. package/esm/plugins/speech-recognize/helpers/exec-spell-command.d.ts +1 -1
  1000. package/esm/plugins/speech-recognize/helpers/exec-spell-command.js +1 -1
  1001. package/esm/plugins/speech-recognize/helpers/recognize-manager.d.ts +1 -1
  1002. package/esm/plugins/speech-recognize/helpers/recognize-manager.js +1 -1
  1003. package/esm/plugins/speech-recognize/helpers/sound.d.ts +1 -1
  1004. package/esm/plugins/speech-recognize/helpers/sound.js +1 -1
  1005. package/esm/plugins/speech-recognize/interface.d.ts +1 -1
  1006. package/esm/plugins/speech-recognize/interface.js +1 -1
  1007. package/esm/plugins/speech-recognize/langs/ar.js +1 -1
  1008. package/esm/plugins/speech-recognize/langs/cs_cz.js +1 -1
  1009. package/esm/plugins/speech-recognize/langs/de.js +1 -1
  1010. package/esm/plugins/speech-recognize/langs/es.js +1 -1
  1011. package/esm/plugins/speech-recognize/langs/fa.js +1 -1
  1012. package/esm/plugins/speech-recognize/langs/fi.js +1 -1
  1013. package/esm/plugins/speech-recognize/langs/fr.js +1 -1
  1014. package/esm/plugins/speech-recognize/langs/he.js +1 -1
  1015. package/esm/plugins/speech-recognize/langs/hu.js +1 -1
  1016. package/esm/plugins/speech-recognize/langs/id.js +1 -1
  1017. package/esm/plugins/speech-recognize/langs/index.d.ts +1 -1
  1018. package/esm/plugins/speech-recognize/langs/index.js +1 -1
  1019. package/esm/plugins/speech-recognize/langs/it.js +1 -1
  1020. package/esm/plugins/speech-recognize/langs/ja.js +1 -1
  1021. package/esm/plugins/speech-recognize/langs/ko.js +1 -1
  1022. package/esm/plugins/speech-recognize/langs/mn.js +1 -1
  1023. package/esm/plugins/speech-recognize/langs/nl.js +1 -1
  1024. package/esm/plugins/speech-recognize/langs/pl.js +1 -1
  1025. package/esm/plugins/speech-recognize/langs/pt_br.js +1 -1
  1026. package/esm/plugins/speech-recognize/langs/ru.js +1 -1
  1027. package/esm/plugins/speech-recognize/langs/tr.js +1 -1
  1028. package/esm/plugins/speech-recognize/langs/ua.js +1 -1
  1029. package/esm/plugins/speech-recognize/langs/zh_cn.js +1 -1
  1030. package/esm/plugins/speech-recognize/langs/zh_tw.js +1 -1
  1031. package/esm/plugins/speech-recognize/speech-recognize.d.ts +1 -1
  1032. package/esm/plugins/speech-recognize/speech-recognize.js +1 -1
  1033. package/esm/plugins/spellcheck/config.d.ts +1 -1
  1034. package/esm/plugins/spellcheck/config.js +1 -1
  1035. package/esm/plugins/spellcheck/langs/ar.js +1 -1
  1036. package/esm/plugins/spellcheck/langs/cs_cz.js +1 -1
  1037. package/esm/plugins/spellcheck/langs/de.js +1 -1
  1038. package/esm/plugins/spellcheck/langs/es.js +1 -1
  1039. package/esm/plugins/spellcheck/langs/fa.js +1 -1
  1040. package/esm/plugins/spellcheck/langs/fi.js +1 -1
  1041. package/esm/plugins/spellcheck/langs/fr.js +1 -1
  1042. package/esm/plugins/spellcheck/langs/he.js +1 -1
  1043. package/esm/plugins/spellcheck/langs/hu.js +1 -1
  1044. package/esm/plugins/spellcheck/langs/id.js +1 -1
  1045. package/esm/plugins/spellcheck/langs/index.d.ts +1 -1
  1046. package/esm/plugins/spellcheck/langs/index.js +1 -1
  1047. package/esm/plugins/spellcheck/langs/it.js +1 -1
  1048. package/esm/plugins/spellcheck/langs/ja.js +1 -1
  1049. package/esm/plugins/spellcheck/langs/ko.js +1 -1
  1050. package/esm/plugins/spellcheck/langs/mn.js +1 -1
  1051. package/esm/plugins/spellcheck/langs/nl.js +1 -1
  1052. package/esm/plugins/spellcheck/langs/pl.js +1 -1
  1053. package/esm/plugins/spellcheck/langs/pt_br.js +1 -1
  1054. package/esm/plugins/spellcheck/langs/ru.js +1 -1
  1055. package/esm/plugins/spellcheck/langs/tr.js +1 -1
  1056. package/esm/plugins/spellcheck/langs/ua.js +1 -1
  1057. package/esm/plugins/spellcheck/langs/zh_cn.js +1 -1
  1058. package/esm/plugins/spellcheck/langs/zh_tw.js +1 -1
  1059. package/esm/plugins/spellcheck/spellcheck.d.ts +1 -1
  1060. package/esm/plugins/spellcheck/spellcheck.js +1 -1
  1061. package/esm/plugins/stat/config.d.ts +1 -1
  1062. package/esm/plugins/stat/config.js +1 -1
  1063. package/esm/plugins/stat/stat.d.ts +1 -1
  1064. package/esm/plugins/stat/stat.js +1 -1
  1065. package/esm/plugins/sticky/config.d.ts +1 -1
  1066. package/esm/plugins/sticky/config.js +1 -1
  1067. package/esm/plugins/sticky/sticky.d.ts +1 -1
  1068. package/esm/plugins/sticky/sticky.js +1 -1
  1069. package/esm/plugins/symbols/config.d.ts +1 -1
  1070. package/esm/plugins/symbols/config.js +1 -1
  1071. package/esm/plugins/symbols/langs/ar.js +1 -1
  1072. package/esm/plugins/symbols/langs/cs_cz.js +1 -1
  1073. package/esm/plugins/symbols/langs/de.js +1 -1
  1074. package/esm/plugins/symbols/langs/es.js +1 -1
  1075. package/esm/plugins/symbols/langs/fa.js +1 -1
  1076. package/esm/plugins/symbols/langs/fi.js +1 -1
  1077. package/esm/plugins/symbols/langs/fr.js +1 -1
  1078. package/esm/plugins/symbols/langs/he.js +1 -1
  1079. package/esm/plugins/symbols/langs/hu.js +1 -1
  1080. package/esm/plugins/symbols/langs/id.js +1 -1
  1081. package/esm/plugins/symbols/langs/index.d.ts +1 -1
  1082. package/esm/plugins/symbols/langs/index.js +1 -1
  1083. package/esm/plugins/symbols/langs/it.js +1 -1
  1084. package/esm/plugins/symbols/langs/ja.js +1 -1
  1085. package/esm/plugins/symbols/langs/ko.js +1 -1
  1086. package/esm/plugins/symbols/langs/mn.js +1 -1
  1087. package/esm/plugins/symbols/langs/nl.js +1 -1
  1088. package/esm/plugins/symbols/langs/pl.js +1 -1
  1089. package/esm/plugins/symbols/langs/pt_br.js +1 -1
  1090. package/esm/plugins/symbols/langs/ru.js +1 -1
  1091. package/esm/plugins/symbols/langs/tr.js +1 -1
  1092. package/esm/plugins/symbols/langs/ua.js +1 -1
  1093. package/esm/plugins/symbols/langs/zh_cn.js +1 -1
  1094. package/esm/plugins/symbols/langs/zh_tw.js +1 -1
  1095. package/esm/plugins/symbols/symbols.d.ts +1 -1
  1096. package/esm/plugins/symbols/symbols.js +1 -1
  1097. package/esm/plugins/tab/cases/index.d.ts +1 -1
  1098. package/esm/plugins/tab/cases/index.js +1 -1
  1099. package/esm/plugins/tab/cases/on-tab-inside-li.d.ts +1 -1
  1100. package/esm/plugins/tab/cases/on-tab-inside-li.js +1 -1
  1101. package/esm/plugins/tab/config.d.ts +1 -1
  1102. package/esm/plugins/tab/config.js +1 -1
  1103. package/esm/plugins/tab/tab.d.ts +1 -1
  1104. package/esm/plugins/tab/tab.js +1 -1
  1105. package/esm/plugins/table/config.d.ts +1 -1
  1106. package/esm/plugins/table/config.js +1 -1
  1107. package/esm/plugins/table/table.d.ts +1 -1
  1108. package/esm/plugins/table/table.js +1 -1
  1109. package/esm/plugins/table-keyboard-navigation/table-keyboard-navigation.d.ts +1 -1
  1110. package/esm/plugins/table-keyboard-navigation/table-keyboard-navigation.js +1 -1
  1111. package/esm/plugins/video/config.d.ts +1 -1
  1112. package/esm/plugins/video/config.js +1 -1
  1113. package/esm/plugins/video/video.d.ts +1 -1
  1114. package/esm/plugins/video/video.js +1 -1
  1115. package/esm/plugins/wrap-nodes/config.d.ts +1 -1
  1116. package/esm/plugins/wrap-nodes/config.js +1 -1
  1117. package/esm/plugins/wrap-nodes/wrap-nodes.d.ts +1 -1
  1118. package/esm/plugins/wrap-nodes/wrap-nodes.js +1 -1
  1119. package/esm/plugins/xpath/config.d.ts +1 -1
  1120. package/esm/plugins/xpath/config.js +1 -1
  1121. package/esm/plugins/xpath/xpath.d.ts +1 -1
  1122. package/esm/plugins/xpath/xpath.js +1 -1
  1123. package/esm/polyfills.js +1 -1
  1124. package/esm/styles/icons/index.d.ts +1 -1
  1125. package/esm/styles/icons/index.js +1 -1
  1126. package/esm/types/ajax.d.ts +1 -1
  1127. package/esm/types/async.d.ts +1 -1
  1128. package/esm/types/context.d.ts +1 -1
  1129. package/esm/types/core.d.ts +1 -1
  1130. package/esm/types/create.d.ts +1 -1
  1131. package/esm/types/dialog.d.ts +1 -1
  1132. package/esm/types/events.d.ts +1 -1
  1133. package/esm/types/file-browser.d.ts +1 -1
  1134. package/esm/types/form.d.ts +1 -1
  1135. package/esm/types/history.d.ts +1 -1
  1136. package/esm/types/index.d.ts +1 -1
  1137. package/esm/types/jodit.d.ts +1 -1
  1138. package/esm/types/messages.d.ts +1 -1
  1139. package/esm/types/plugin.d.ts +1 -1
  1140. package/esm/types/popup.d.ts +1 -1
  1141. package/esm/types/select.d.ts +1 -1
  1142. package/esm/types/source.d.ts +1 -1
  1143. package/esm/types/storage.d.ts +1 -1
  1144. package/esm/types/style.d.ts +1 -1
  1145. package/esm/types/toolbar.d.ts +1 -1
  1146. package/esm/types/traits.d.ts +1 -1
  1147. package/esm/types/types.d.ts +4 -1
  1148. package/esm/types/ui.d.ts +1 -1
  1149. package/esm/types/uploader.d.ts +1 -1
  1150. package/esm/types/view.d.ts +1 -1
  1151. package/esm/typings.d.ts +1 -1
  1152. package/examples/assets/app.js +1 -1
  1153. package/package.json +1 -1
  1154. package/types/config.d.ts +1 -1
  1155. package/types/core/async/async.d.ts +1 -1
  1156. package/types/core/async/index.d.ts +1 -1
  1157. package/types/core/component/component.d.ts +1 -1
  1158. package/types/core/component/index.d.ts +1 -1
  1159. package/types/core/component/statuses.d.ts +1 -1
  1160. package/types/core/component/view-component.d.ts +1 -1
  1161. package/types/core/constants.d.ts +1 -1
  1162. package/types/core/create/create.d.ts +1 -1
  1163. package/types/core/create/index.d.ts +1 -1
  1164. package/types/core/decorators/autobind/autobind.d.ts +1 -1
  1165. package/types/core/decorators/cache/cache.d.ts +1 -1
  1166. package/types/core/decorators/component/component.d.ts +1 -1
  1167. package/types/core/decorators/debounce/debounce.d.ts +1 -1
  1168. package/types/core/decorators/derive/derive.d.ts +1 -1
  1169. package/types/core/decorators/hook/hook.d.ts +1 -1
  1170. package/types/core/decorators/idle/idle.d.ts +1 -1
  1171. package/types/core/decorators/index.d.ts +1 -1
  1172. package/types/core/decorators/nonenumerable/nonenumerable.d.ts +1 -1
  1173. package/types/core/decorators/persistent/persistent.d.ts +1 -1
  1174. package/types/core/decorators/wait/wait.d.ts +1 -1
  1175. package/types/core/decorators/watch/watch.d.ts +1 -1
  1176. package/types/core/dom/dom.d.ts +1 -1
  1177. package/types/core/dom/index.d.ts +1 -1
  1178. package/types/core/dom/lazy-walker.d.ts +1 -1
  1179. package/types/core/event-emitter/event-emitter.d.ts +1 -1
  1180. package/types/core/event-emitter/eventify.d.ts +1 -1
  1181. package/types/core/event-emitter/index.d.ts +1 -1
  1182. package/types/core/event-emitter/observable.d.ts +1 -1
  1183. package/types/core/event-emitter/store.d.ts +1 -1
  1184. package/types/core/global.d.ts +1 -1
  1185. package/types/core/helpers/array/as-array.d.ts +1 -1
  1186. package/types/core/helpers/array/index.d.ts +1 -1
  1187. package/types/core/helpers/array/split-array.d.ts +1 -1
  1188. package/types/core/helpers/array/to-array.d.ts +1 -1
  1189. package/types/core/helpers/async/index.d.ts +1 -1
  1190. package/types/core/helpers/async/set-timeout.d.ts +1 -1
  1191. package/types/core/helpers/checker/has-browser-color-picker.d.ts +1 -1
  1192. package/types/core/helpers/checker/index.d.ts +1 -1
  1193. package/types/core/helpers/checker/is-abort-error.d.ts +1 -1
  1194. package/types/core/helpers/checker/is-array.d.ts +1 -1
  1195. package/types/core/helpers/checker/is-boolean.d.ts +1 -1
  1196. package/types/core/helpers/checker/is-equal.d.ts +1 -1
  1197. package/types/core/helpers/checker/is-function.d.ts +1 -1
  1198. package/types/core/helpers/checker/is-html-from-word.d.ts +1 -1
  1199. package/types/core/helpers/checker/is-html.d.ts +1 -1
  1200. package/types/core/helpers/checker/is-imp-interface.d.ts +1 -1
  1201. package/types/core/helpers/checker/is-int.d.ts +1 -1
  1202. package/types/core/helpers/checker/is-jodit-object.d.ts +1 -1
  1203. package/types/core/helpers/checker/is-license.d.ts +1 -1
  1204. package/types/core/helpers/checker/is-marker.d.ts +1 -1
  1205. package/types/core/helpers/checker/is-native-function.d.ts +1 -1
  1206. package/types/core/helpers/checker/is-number.d.ts +1 -1
  1207. package/types/core/helpers/checker/is-numeric.d.ts +1 -1
  1208. package/types/core/helpers/checker/is-plain-object.d.ts +1 -1
  1209. package/types/core/helpers/checker/is-promise.d.ts +1 -1
  1210. package/types/core/helpers/checker/is-set.d.ts +1 -1
  1211. package/types/core/helpers/checker/is-string.d.ts +1 -1
  1212. package/types/core/helpers/checker/is-url.d.ts +1 -1
  1213. package/types/core/helpers/checker/is-valid-name.d.ts +1 -1
  1214. package/types/core/helpers/checker/is-view-object.d.ts +1 -1
  1215. package/types/core/helpers/checker/is-void.d.ts +1 -1
  1216. package/types/core/helpers/checker/is-window.d.ts +1 -1
  1217. package/types/core/helpers/color/color-to-hex.d.ts +1 -1
  1218. package/types/core/helpers/color/index.d.ts +1 -1
  1219. package/types/core/helpers/html/apply-styles.d.ts +1 -1
  1220. package/types/core/helpers/html/clean-from-word.d.ts +1 -1
  1221. package/types/core/helpers/html/htmlspecialchars.d.ts +1 -1
  1222. package/types/core/helpers/html/index.d.ts +1 -1
  1223. package/types/core/helpers/html/nl2br.d.ts +1 -1
  1224. package/types/core/helpers/html/safe-html.d.ts +1 -1
  1225. package/types/core/helpers/html/strip-tags.d.ts +1 -1
  1226. package/types/core/helpers/index.d.ts +1 -1
  1227. package/types/core/helpers/normalize/index.d.ts +1 -1
  1228. package/types/core/helpers/normalize/normalize-color.d.ts +1 -1
  1229. package/types/core/helpers/normalize/normalize-css-value.d.ts +1 -1
  1230. package/types/core/helpers/normalize/normalize-key-aliases.d.ts +1 -1
  1231. package/types/core/helpers/normalize/normalize-license.d.ts +1 -1
  1232. package/types/core/helpers/normalize/normalize-path.d.ts +1 -1
  1233. package/types/core/helpers/normalize/normalize-relative-path.d.ts +1 -1
  1234. package/types/core/helpers/normalize/normalize-size.d.ts +1 -1
  1235. package/types/core/helpers/normalize/normalize-url.d.ts +1 -1
  1236. package/types/core/helpers/size/get-content-width.d.ts +1 -1
  1237. package/types/core/helpers/size/get-scroll-parent.d.ts +1 -1
  1238. package/types/core/helpers/size/index.d.ts +1 -1
  1239. package/types/core/helpers/size/inner-width.d.ts +1 -1
  1240. package/types/core/helpers/size/object-size.d.ts +1 -1
  1241. package/types/core/helpers/size/offset.d.ts +1 -1
  1242. package/types/core/helpers/size/position.d.ts +1 -1
  1243. package/types/core/helpers/string/camel-case.d.ts +1 -1
  1244. package/types/core/helpers/string/fuzzy-search-index.d.ts +1 -1
  1245. package/types/core/helpers/string/i18n.d.ts +1 -1
  1246. package/types/core/helpers/string/index.d.ts +1 -1
  1247. package/types/core/helpers/string/kebab-case.d.ts +1 -1
  1248. package/types/core/helpers/string/stringify.d.ts +1 -1
  1249. package/types/core/helpers/string/trim.d.ts +1 -1
  1250. package/types/core/helpers/string/ucfirst.d.ts +1 -1
  1251. package/types/core/helpers/utils/align.d.ts +1 -1
  1252. package/types/core/helpers/utils/append-script.d.ts +1 -1
  1253. package/types/core/helpers/utils/assert.d.ts +1 -1
  1254. package/types/core/helpers/utils/attr.d.ts +1 -1
  1255. package/types/core/helpers/utils/browser.d.ts +1 -1
  1256. package/types/core/helpers/utils/build-query.d.ts +1 -1
  1257. package/types/core/helpers/utils/complete-url.d.ts +1 -1
  1258. package/types/core/helpers/utils/config-proto.d.ts +1 -1
  1259. package/types/core/helpers/utils/convert-media-url-to-video-embed.d.ts +1 -1
  1260. package/types/core/helpers/utils/css.d.ts +1 -1
  1261. package/types/core/helpers/utils/ctrl-key.d.ts +1 -1
  1262. package/types/core/helpers/utils/data-bind.d.ts +1 -1
  1263. package/types/core/helpers/utils/default-language.d.ts +1 -1
  1264. package/types/core/helpers/utils/error/error.d.ts +1 -1
  1265. package/types/core/helpers/utils/error/errors/abort-error.d.ts +1 -1
  1266. package/types/core/helpers/utils/error/errors/connection-error.d.ts +1 -1
  1267. package/types/core/helpers/utils/error/errors/index.d.ts +1 -1
  1268. package/types/core/helpers/utils/error/errors/options-error.d.ts +1 -1
  1269. package/types/core/helpers/utils/error/index.d.ts +1 -1
  1270. package/types/core/helpers/utils/extend.d.ts +1 -1
  1271. package/types/core/helpers/utils/get-class-name.d.ts +1 -1
  1272. package/types/core/helpers/utils/get.d.ts +1 -1
  1273. package/types/core/helpers/utils/human-size-to-bytes.d.ts +1 -1
  1274. package/types/core/helpers/utils/index.d.ts +1 -1
  1275. package/types/core/helpers/utils/mark-deprecated.d.ts +1 -1
  1276. package/types/core/helpers/utils/parse-query.d.ts +1 -1
  1277. package/types/core/helpers/utils/print.d.ts +1 -1
  1278. package/types/core/helpers/utils/reset.d.ts +1 -1
  1279. package/types/core/helpers/utils/scroll-into-view.d.ts +1 -1
  1280. package/types/core/helpers/utils/selector.d.ts +1 -1
  1281. package/types/core/helpers/utils/set.d.ts +1 -1
  1282. package/types/core/helpers/utils/stack.d.ts +1 -1
  1283. package/types/core/helpers/utils/utils.d.ts +1 -1
  1284. package/types/core/plugin/helpers/init-instance.d.ts +1 -1
  1285. package/types/core/plugin/helpers/load.d.ts +1 -1
  1286. package/types/core/plugin/helpers/make-instance.d.ts +1 -1
  1287. package/types/core/plugin/helpers/utils.d.ts +1 -1
  1288. package/types/core/plugin/index.d.ts +1 -1
  1289. package/types/core/plugin/interface.d.ts +1 -1
  1290. package/types/core/plugin/plugin-system.d.ts +1 -1
  1291. package/types/core/plugin/plugin.d.ts +1 -1
  1292. package/types/core/request/ajax.d.ts +1 -1
  1293. package/types/core/request/config.d.ts +1 -1
  1294. package/types/core/request/index.d.ts +1 -1
  1295. package/types/core/request/response.d.ts +1 -1
  1296. package/types/core/selection/helpers/index.d.ts +1 -1
  1297. package/types/core/selection/helpers/move-node-inside-start.d.ts +1 -1
  1298. package/types/core/selection/helpers/move-the-node-along-the-edge-outward.d.ts +1 -1
  1299. package/types/core/selection/index.d.ts +1 -1
  1300. package/types/core/selection/interface.d.ts +1 -1
  1301. package/types/core/selection/selection.d.ts +1 -1
  1302. package/types/core/selection/style/api/extract.d.ts +1 -1
  1303. package/types/core/selection/style/api/finite-state-machine.d.ts +1 -1
  1304. package/types/core/selection/style/api/get-suit-child.d.ts +1 -1
  1305. package/types/core/selection/style/api/get-suit-parent.d.ts +1 -1
  1306. package/types/core/selection/style/api/has-same-style.d.ts +1 -1
  1307. package/types/core/selection/style/api/index.d.ts +1 -1
  1308. package/types/core/selection/style/api/is-inside-invisible-element.d.ts +1 -1
  1309. package/types/core/selection/style/api/is-normal-node.d.ts +1 -1
  1310. package/types/core/selection/style/api/is-same-attributes.d.ts +1 -1
  1311. package/types/core/selection/style/api/is-suit-element.d.ts +1 -1
  1312. package/types/core/selection/style/api/list/toggle-ordered-list.d.ts +1 -1
  1313. package/types/core/selection/style/api/list/wrap-list.d.ts +1 -1
  1314. package/types/core/selection/style/api/toggle-attributes.d.ts +1 -1
  1315. package/types/core/selection/style/api/unwrap-children.d.ts +1 -1
  1316. package/types/core/selection/style/api/wrap-unwrapped-text.d.ts +1 -1
  1317. package/types/core/selection/style/api/wrap.d.ts +1 -1
  1318. package/types/core/selection/style/apply-style.d.ts +1 -1
  1319. package/types/core/selection/style/commit-style.d.ts +1 -1
  1320. package/types/core/selection/style/constants.d.ts +1 -1
  1321. package/types/core/selection/style/transactions.d.ts +1 -1
  1322. package/types/core/storage/engines/local-storage-provider.d.ts +1 -1
  1323. package/types/core/storage/engines/memory-storage-provider.d.ts +1 -1
  1324. package/types/core/storage/index.d.ts +1 -1
  1325. package/types/core/storage/storage.d.ts +1 -1
  1326. package/types/core/traits/dlgs.d.ts +1 -1
  1327. package/types/core/traits/elms.d.ts +1 -1
  1328. package/types/core/traits/mods.d.ts +1 -1
  1329. package/types/core/ui/button/button/button.d.ts +1 -1
  1330. package/types/core/ui/button/group/group.d.ts +1 -1
  1331. package/types/core/ui/button/index.d.ts +1 -1
  1332. package/types/core/ui/button/tooltip/tooltip.d.ts +1 -1
  1333. package/types/core/ui/element.d.ts +1 -1
  1334. package/types/core/ui/form/block/block.d.ts +1 -1
  1335. package/types/core/ui/form/form.d.ts +1 -1
  1336. package/types/core/ui/form/index.d.ts +1 -1
  1337. package/types/core/ui/form/inputs/area/area.d.ts +1 -1
  1338. package/types/core/ui/form/inputs/checkbox/checkbox.d.ts +1 -1
  1339. package/types/core/ui/form/inputs/file/file.d.ts +1 -1
  1340. package/types/core/ui/form/inputs/index.d.ts +1 -1
  1341. package/types/core/ui/form/inputs/input/input.d.ts +1 -1
  1342. package/types/core/ui/form/inputs/select/select.d.ts +1 -1
  1343. package/types/core/ui/form/validators/index.d.ts +1 -1
  1344. package/types/core/ui/form/validators/input.d.ts +1 -1
  1345. package/types/core/ui/form/validators/select.d.ts +1 -1
  1346. package/types/core/ui/group/group.d.ts +1 -1
  1347. package/types/core/ui/group/index.d.ts +1 -1
  1348. package/types/core/ui/group/list.d.ts +1 -1
  1349. package/types/core/ui/group/separator.d.ts +1 -1
  1350. package/types/core/ui/group/spacer.d.ts +1 -1
  1351. package/types/core/ui/helpers/buttons.d.ts +1 -1
  1352. package/types/core/ui/helpers/get-control-type.d.ts +1 -1
  1353. package/types/core/ui/helpers/get-strong-control-types.d.ts +1 -1
  1354. package/types/core/ui/icon.d.ts +1 -1
  1355. package/types/core/ui/index.d.ts +1 -1
  1356. package/types/core/ui/popup/index.d.ts +1 -1
  1357. package/types/core/ui/popup/popup.d.ts +1 -1
  1358. package/types/core/ui/progress-bar/progress-bar.d.ts +1 -1
  1359. package/types/core/view/view-with-toolbar.d.ts +1 -1
  1360. package/types/core/view/view.d.ts +1 -1
  1361. package/types/index.d.ts +1 -1
  1362. package/types/jodit.d.ts +4 -4
  1363. package/types/languages.d.ts +1 -1
  1364. package/types/modules/context-menu/context-menu.d.ts +1 -1
  1365. package/types/modules/dialog/alert.d.ts +1 -1
  1366. package/types/modules/dialog/confirm.d.ts +1 -1
  1367. package/types/modules/dialog/dialog.d.ts +1 -1
  1368. package/types/modules/dialog/index.d.ts +1 -1
  1369. package/types/modules/dialog/prompt.d.ts +1 -1
  1370. package/types/modules/file-browser/builders/context-menu.d.ts +1 -1
  1371. package/types/modules/file-browser/builders/elements-map.d.ts +1 -1
  1372. package/types/modules/file-browser/builders/item.d.ts +1 -1
  1373. package/types/modules/file-browser/config.d.ts +1 -1
  1374. package/types/modules/file-browser/data-provider.d.ts +1 -1
  1375. package/types/modules/file-browser/factories.d.ts +1 -1
  1376. package/types/modules/file-browser/fetch/delete-file.d.ts +1 -1
  1377. package/types/modules/file-browser/fetch/load-items.d.ts +1 -1
  1378. package/types/modules/file-browser/fetch/load-tree.d.ts +1 -1
  1379. package/types/modules/file-browser/file-browser.d.ts +1 -1
  1380. package/types/modules/file-browser/index.d.ts +1 -1
  1381. package/types/modules/file-browser/listeners/native-listeners.d.ts +1 -1
  1382. package/types/modules/file-browser/listeners/self-listeners.d.ts +1 -1
  1383. package/types/modules/file-browser/listeners/state-listeners.d.ts +1 -1
  1384. package/types/modules/file-browser/ui/files/files.d.ts +1 -1
  1385. package/types/modules/file-browser/ui/index.d.ts +1 -1
  1386. package/types/modules/file-browser/ui/tree/tree.d.ts +1 -1
  1387. package/types/modules/history/command.d.ts +1 -1
  1388. package/types/modules/history/history.d.ts +1 -1
  1389. package/types/modules/history/snapshot.d.ts +1 -1
  1390. package/types/modules/history/stack.d.ts +1 -1
  1391. package/types/modules/image-editor/config.d.ts +1 -1
  1392. package/types/modules/image-editor/image-editor.d.ts +1 -1
  1393. package/types/modules/image-editor/templates/form.d.ts +1 -1
  1394. package/types/modules/index.d.ts +1 -1
  1395. package/types/modules/messages/message.d.ts +1 -1
  1396. package/types/modules/messages/messages.d.ts +1 -1
  1397. package/types/modules/status-bar/status-bar.d.ts +1 -1
  1398. package/types/modules/table/table.d.ts +1 -1
  1399. package/types/modules/toolbar/button/button.d.ts +1 -1
  1400. package/types/modules/toolbar/button/content.d.ts +1 -1
  1401. package/types/modules/toolbar/button/index.d.ts +1 -1
  1402. package/types/modules/toolbar/button/select/select.d.ts +1 -1
  1403. package/types/modules/toolbar/collection/collection.d.ts +1 -1
  1404. package/types/modules/toolbar/collection/editor-collection.d.ts +1 -1
  1405. package/types/modules/toolbar/factory.d.ts +1 -1
  1406. package/types/modules/uploader/config.d.ts +1 -1
  1407. package/types/modules/uploader/helpers/build-data.d.ts +1 -1
  1408. package/types/modules/uploader/helpers/data-uri-to-blob.d.ts +1 -1
  1409. package/types/modules/uploader/helpers/index.d.ts +1 -1
  1410. package/types/modules/uploader/helpers/process-old-browser-drag.d.ts +1 -1
  1411. package/types/modules/uploader/helpers/send-files.d.ts +1 -1
  1412. package/types/modules/uploader/helpers/send.d.ts +1 -1
  1413. package/types/modules/uploader/uploader.d.ts +1 -1
  1414. package/types/modules/widget/color-picker/color-picker.d.ts +1 -1
  1415. package/types/modules/widget/file-selector/file-selector.d.ts +1 -1
  1416. package/types/modules/widget/index.d.ts +1 -1
  1417. package/types/modules/widget/tabs/tabs.d.ts +1 -1
  1418. package/types/plugins/about/about.d.ts +1 -1
  1419. package/types/plugins/add-new-line/add-new-line.d.ts +1 -1
  1420. package/types/plugins/add-new-line/config.d.ts +1 -1
  1421. package/types/plugins/ai-assistant/ai-assistant.d.ts +1 -1
  1422. package/types/plugins/ai-assistant/config.d.ts +1 -1
  1423. package/types/plugins/ai-assistant/langs/index.d.ts +1 -1
  1424. package/types/plugins/ai-assistant/ui/ui-ai-assistant.d.ts +1 -1
  1425. package/types/plugins/backspace/backspace.d.ts +1 -1
  1426. package/types/plugins/backspace/cases/check-join-neighbors.d.ts +1 -1
  1427. package/types/plugins/backspace/cases/check-join-two-lists.d.ts +1 -1
  1428. package/types/plugins/backspace/cases/check-not-collapsed.d.ts +1 -1
  1429. package/types/plugins/backspace/cases/check-remove-char.d.ts +1 -1
  1430. package/types/plugins/backspace/cases/check-remove-content-not-editable.d.ts +1 -1
  1431. package/types/plugins/backspace/cases/check-remove-empty-neighbor.d.ts +1 -1
  1432. package/types/plugins/backspace/cases/check-remove-empty-parent.d.ts +1 -1
  1433. package/types/plugins/backspace/cases/check-remove-unbreakable-element.d.ts +1 -1
  1434. package/types/plugins/backspace/cases/check-table-cell.d.ts +1 -1
  1435. package/types/plugins/backspace/cases/check-unwrap-first-list-item.d.ts +1 -1
  1436. package/types/plugins/backspace/cases/index.d.ts +1 -1
  1437. package/types/plugins/backspace/config.d.ts +1 -1
  1438. package/types/plugins/backspace/helpers.d.ts +1 -1
  1439. package/types/plugins/backspace/interface.d.ts +1 -1
  1440. package/types/plugins/bold/bold.d.ts +1 -1
  1441. package/types/plugins/bold/config.d.ts +1 -1
  1442. package/types/plugins/bold/interface.d.ts +1 -1
  1443. package/types/plugins/class-span/class-span.d.ts +1 -1
  1444. package/types/plugins/clean-html/clean-html.d.ts +1 -1
  1445. package/types/plugins/clean-html/config.d.ts +1 -1
  1446. package/types/plugins/clean-html/helpers/get-hash.d.ts +1 -1
  1447. package/types/plugins/clean-html/helpers/index.d.ts +1 -1
  1448. package/types/plugins/clean-html/helpers/remove-format/remove-format-for-collapsed-selection.d.ts +1 -1
  1449. package/types/plugins/clean-html/helpers/remove-format/remove-format-for-selection.d.ts +1 -1
  1450. package/types/plugins/clean-html/helpers/visitor/filters/allow-attributes.d.ts +1 -1
  1451. package/types/plugins/clean-html/helpers/visitor/filters/fill-empty-paragraph.d.ts +1 -1
  1452. package/types/plugins/clean-html/helpers/visitor/filters/index.d.ts +1 -1
  1453. package/types/plugins/clean-html/helpers/visitor/filters/remove-empty-text-node.d.ts +1 -1
  1454. package/types/plugins/clean-html/helpers/visitor/filters/remove-inv-text-nodes.d.ts +1 -1
  1455. package/types/plugins/clean-html/helpers/visitor/filters/replace-old-tags.d.ts +1 -1
  1456. package/types/plugins/clean-html/helpers/visitor/filters/sanitize-attributes.d.ts +1 -1
  1457. package/types/plugins/clean-html/helpers/visitor/filters/try-remove-node.d.ts +1 -1
  1458. package/types/plugins/clean-html/helpers/visitor/visit-node-walker.d.ts +1 -1
  1459. package/types/plugins/clipboard/clipboard.d.ts +1 -1
  1460. package/types/plugins/clipboard/config.d.ts +1 -1
  1461. package/types/plugins/color/color.d.ts +1 -1
  1462. package/types/plugins/color/config.d.ts +1 -1
  1463. package/types/plugins/copy-format/copy-format.d.ts +1 -1
  1464. package/types/plugins/copy-format/langs/index.d.ts +1 -1
  1465. package/types/plugins/debug/debug.d.ts +1 -1
  1466. package/types/plugins/delete/delete.d.ts +1 -1
  1467. package/types/plugins/delete/interface.d.ts +1 -1
  1468. package/types/plugins/drag-and-drop/drag-and-drop.d.ts +1 -1
  1469. package/types/plugins/drag-and-drop-element/config.d.ts +1 -1
  1470. package/types/plugins/drag-and-drop-element/drag-and-drop-element.d.ts +1 -1
  1471. package/types/plugins/dtd/after-insert/index.d.ts +1 -1
  1472. package/types/plugins/dtd/after-insert/remove-extra-br.d.ts +1 -1
  1473. package/types/plugins/dtd/before-insert/check-block-nesting.d.ts +1 -1
  1474. package/types/plugins/dtd/before-insert/index.d.ts +1 -1
  1475. package/types/plugins/dtd/config.d.ts +1 -1
  1476. package/types/plugins/dtd/dtd.d.ts +1 -1
  1477. package/types/plugins/enter/enter.d.ts +1 -1
  1478. package/types/plugins/enter/helpers/check-br.d.ts +1 -1
  1479. package/types/plugins/enter/helpers/check-unsplittable-box.d.ts +1 -1
  1480. package/types/plugins/enter/helpers/get-block-wrapper.d.ts +1 -1
  1481. package/types/plugins/enter/helpers/has-previous-block.d.ts +1 -1
  1482. package/types/plugins/enter/helpers/index.d.ts +1 -1
  1483. package/types/plugins/enter/helpers/insert-paragraph.d.ts +1 -1
  1484. package/types/plugins/enter/helpers/move-cursor-out-from-specal-tags.d.ts +1 -1
  1485. package/types/plugins/enter/helpers/process-empty-li-leaf.d.ts +1 -1
  1486. package/types/plugins/enter/helpers/split-fragment.d.ts +1 -1
  1487. package/types/plugins/enter/helpers/wrap-text.d.ts +1 -1
  1488. package/types/plugins/enter/interface.d.ts +1 -1
  1489. package/types/plugins/file/file.d.ts +1 -1
  1490. package/types/plugins/focus/focus.d.ts +1 -1
  1491. package/types/plugins/font/config.d.ts +1 -1
  1492. package/types/plugins/font/font.d.ts +1 -1
  1493. package/types/plugins/format-block/config.d.ts +1 -1
  1494. package/types/plugins/format-block/format-block.d.ts +1 -1
  1495. package/types/plugins/fullsize/config.d.ts +1 -1
  1496. package/types/plugins/fullsize/fullsize.d.ts +1 -1
  1497. package/types/plugins/hotkeys/config.d.ts +1 -1
  1498. package/types/plugins/hotkeys/hotkeys.d.ts +1 -1
  1499. package/types/plugins/hr/hr.d.ts +1 -1
  1500. package/types/plugins/iframe/config.d.ts +1 -1
  1501. package/types/plugins/iframe/iframe.d.ts +1 -1
  1502. package/types/plugins/image/image.d.ts +1 -1
  1503. package/types/plugins/image-processor/config.d.ts +1 -1
  1504. package/types/plugins/image-processor/image-processor.d.ts +1 -1
  1505. package/types/plugins/image-properties/config.d.ts +1 -1
  1506. package/types/plugins/image-properties/image-properties.d.ts +1 -1
  1507. package/types/plugins/image-properties/interface.d.ts +1 -1
  1508. package/types/plugins/image-properties/readers/align.d.ts +1 -1
  1509. package/types/plugins/image-properties/readers/index.d.ts +1 -1
  1510. package/types/plugins/image-properties/readers/link.d.ts +1 -1
  1511. package/types/plugins/image-properties/readers/margin.d.ts +1 -1
  1512. package/types/plugins/image-properties/readers/size.d.ts +1 -1
  1513. package/types/plugins/image-properties/ui/ui-image-form.d.ts +1 -1
  1514. package/types/plugins/image-properties/ui/ui-image-main-tab.d.ts +1 -1
  1515. package/types/plugins/image-properties/ui/ui-image-position-tab.d.ts +1 -1
  1516. package/types/plugins/image-properties/utils/open-image-editor.d.ts +1 -1
  1517. package/types/plugins/image-properties/utils/open-image-popup.d.ts +1 -1
  1518. package/types/plugins/image-properties/utils/utils.d.ts +1 -1
  1519. package/types/plugins/image-properties/writers/index.d.ts +1 -1
  1520. package/types/plugins/image-properties/writers/link.d.ts +1 -1
  1521. package/types/plugins/image-properties/writers/margin.d.ts +1 -1
  1522. package/types/plugins/image-properties/writers/size.d.ts +1 -1
  1523. package/types/plugins/indent/config.d.ts +1 -1
  1524. package/types/plugins/indent/helpers.d.ts +1 -1
  1525. package/types/plugins/indent/indent.d.ts +1 -1
  1526. package/types/plugins/index.d.ts +1 -1
  1527. package/types/plugins/inline-popup/config/config.d.ts +1 -1
  1528. package/types/plugins/inline-popup/config/items/a.d.ts +1 -1
  1529. package/types/plugins/inline-popup/config/items/cells.d.ts +1 -1
  1530. package/types/plugins/inline-popup/config/items/iframe.d.ts +1 -1
  1531. package/types/plugins/inline-popup/config/items/img.d.ts +1 -1
  1532. package/types/plugins/inline-popup/config/items/toolbar.d.ts +1 -1
  1533. package/types/plugins/inline-popup/inline-popup.d.ts +1 -1
  1534. package/types/plugins/justify/justify.d.ts +1 -1
  1535. package/types/plugins/key-arrow-outside/key-arrow-outside.d.ts +1 -1
  1536. package/types/plugins/limit/config.d.ts +1 -1
  1537. package/types/plugins/limit/limit.d.ts +1 -1
  1538. package/types/plugins/line-height/config.d.ts +1 -1
  1539. package/types/plugins/line-height/langs/index.d.ts +1 -1
  1540. package/types/plugins/line-height/line-height.d.ts +1 -1
  1541. package/types/plugins/link/config.d.ts +1 -1
  1542. package/types/plugins/link/link.d.ts +1 -1
  1543. package/types/plugins/link/template.d.ts +1 -1
  1544. package/types/plugins/media/config.d.ts +1 -1
  1545. package/types/plugins/media/media.d.ts +1 -1
  1546. package/types/plugins/mobile/config.d.ts +1 -1
  1547. package/types/plugins/mobile/mobile.d.ts +1 -1
  1548. package/types/plugins/ordered-list/config.d.ts +1 -1
  1549. package/types/plugins/ordered-list/ordered-list.d.ts +1 -1
  1550. package/types/plugins/paste/config.d.ts +1 -1
  1551. package/types/plugins/paste/helpers.d.ts +1 -1
  1552. package/types/plugins/paste/interface.d.ts +1 -1
  1553. package/types/plugins/paste/paste.d.ts +1 -1
  1554. package/types/plugins/paste-from-word/config.d.ts +1 -1
  1555. package/types/plugins/paste-from-word/paste-from-word.d.ts +1 -1
  1556. package/types/plugins/paste-storage/paste-storage.d.ts +1 -1
  1557. package/types/plugins/placeholder/config.d.ts +1 -1
  1558. package/types/plugins/placeholder/placeholder.d.ts +1 -1
  1559. package/types/plugins/powered-by-jodit/powered-by-jodit.d.ts +1 -1
  1560. package/types/plugins/preview/preview.d.ts +1 -1
  1561. package/types/plugins/print/lib/generate-critical-css.d.ts +1 -1
  1562. package/types/plugins/print/print.d.ts +1 -1
  1563. package/types/plugins/redo-undo/redo-undo.d.ts +1 -1
  1564. package/types/plugins/resize-cells/config.d.ts +1 -1
  1565. package/types/plugins/resize-cells/resize-cells.d.ts +1 -1
  1566. package/types/plugins/resize-handler/config.d.ts +1 -1
  1567. package/types/plugins/resize-handler/resize-handler.d.ts +1 -1
  1568. package/types/plugins/resizer/config.d.ts +1 -1
  1569. package/types/plugins/resizer/resizer.d.ts +1 -1
  1570. package/types/plugins/search/config.d.ts +1 -1
  1571. package/types/plugins/search/helpers/highlight-text-ranges.d.ts +1 -1
  1572. package/types/plugins/search/helpers/index.d.ts +1 -1
  1573. package/types/plugins/search/helpers/sentence-finder.d.ts +1 -1
  1574. package/types/plugins/search/interface.d.ts +1 -1
  1575. package/types/plugins/search/search.d.ts +1 -1
  1576. package/types/plugins/search/ui/search.d.ts +1 -1
  1577. package/types/plugins/select/config.d.ts +1 -1
  1578. package/types/plugins/select/select.d.ts +1 -1
  1579. package/types/plugins/select-cells/config.d.ts +1 -1
  1580. package/types/plugins/select-cells/select-cells.d.ts +1 -1
  1581. package/types/plugins/size/config.d.ts +1 -1
  1582. package/types/plugins/size/size.d.ts +1 -1
  1583. package/types/plugins/source/config.d.ts +1 -1
  1584. package/types/plugins/source/editor/engines/ace.d.ts +1 -1
  1585. package/types/plugins/source/editor/engines/area.d.ts +1 -1
  1586. package/types/plugins/source/editor/engines/index.d.ts +1 -1
  1587. package/types/plugins/source/editor/factory.d.ts +1 -1
  1588. package/types/plugins/source/editor/sourceEditor.d.ts +1 -1
  1589. package/types/plugins/source/source.d.ts +1 -1
  1590. package/types/plugins/speech-recognize/config.d.ts +1 -1
  1591. package/types/plugins/speech-recognize/constants.d.ts +1 -1
  1592. package/types/plugins/speech-recognize/helpers/api.d.ts +1 -1
  1593. package/types/plugins/speech-recognize/helpers/exec-spell-command.d.ts +1 -1
  1594. package/types/plugins/speech-recognize/helpers/recognize-manager.d.ts +1 -1
  1595. package/types/plugins/speech-recognize/helpers/sound.d.ts +1 -1
  1596. package/types/plugins/speech-recognize/interface.d.ts +1 -1
  1597. package/types/plugins/speech-recognize/langs/index.d.ts +1 -1
  1598. package/types/plugins/speech-recognize/speech-recognize.d.ts +1 -1
  1599. package/types/plugins/spellcheck/config.d.ts +1 -1
  1600. package/types/plugins/spellcheck/langs/index.d.ts +1 -1
  1601. package/types/plugins/spellcheck/spellcheck.d.ts +1 -1
  1602. package/types/plugins/stat/config.d.ts +1 -1
  1603. package/types/plugins/stat/stat.d.ts +1 -1
  1604. package/types/plugins/sticky/config.d.ts +1 -1
  1605. package/types/plugins/sticky/sticky.d.ts +1 -1
  1606. package/types/plugins/symbols/config.d.ts +1 -1
  1607. package/types/plugins/symbols/langs/index.d.ts +1 -1
  1608. package/types/plugins/symbols/symbols.d.ts +1 -1
  1609. package/types/plugins/tab/cases/index.d.ts +1 -1
  1610. package/types/plugins/tab/cases/on-tab-inside-li.d.ts +1 -1
  1611. package/types/plugins/tab/config.d.ts +1 -1
  1612. package/types/plugins/tab/tab.d.ts +1 -1
  1613. package/types/plugins/table/config.d.ts +1 -1
  1614. package/types/plugins/table/table.d.ts +1 -1
  1615. package/types/plugins/table-keyboard-navigation/table-keyboard-navigation.d.ts +1 -1
  1616. package/types/plugins/video/config.d.ts +1 -1
  1617. package/types/plugins/video/video.d.ts +1 -1
  1618. package/types/plugins/wrap-nodes/config.d.ts +1 -1
  1619. package/types/plugins/wrap-nodes/wrap-nodes.d.ts +1 -1
  1620. package/types/plugins/xpath/config.d.ts +1 -1
  1621. package/types/plugins/xpath/xpath.d.ts +1 -1
  1622. package/types/styles/icons/index.d.ts +1 -1
  1623. package/types/types/ajax.d.ts +1 -1
  1624. package/types/types/async.d.ts +1 -1
  1625. package/types/types/context.d.ts +1 -1
  1626. package/types/types/core.d.ts +1 -1
  1627. package/types/types/create.d.ts +1 -1
  1628. package/types/types/dialog.d.ts +1 -1
  1629. package/types/types/events.d.ts +1 -1
  1630. package/types/types/file-browser.d.ts +1 -1
  1631. package/types/types/form.d.ts +1 -1
  1632. package/types/types/history.d.ts +1 -1
  1633. package/types/types/index.d.ts +1 -1
  1634. package/types/types/jodit.d.ts +1 -1
  1635. package/types/types/messages.d.ts +1 -1
  1636. package/types/types/plugin.d.ts +1 -1
  1637. package/types/types/popup.d.ts +1 -1
  1638. package/types/types/select.d.ts +1 -1
  1639. package/types/types/source.d.ts +1 -1
  1640. package/types/types/storage.d.ts +1 -1
  1641. package/types/types/style.d.ts +1 -1
  1642. package/types/types/toolbar.d.ts +1 -1
  1643. package/types/types/traits.d.ts +1 -1
  1644. package/types/types/types.d.ts +4 -1
  1645. package/types/types/ui.d.ts +1 -1
  1646. package/types/types/uploader.d.ts +1 -1
  1647. package/types/types/view.d.ts +1 -1
  1648. package/types/typings.d.ts +1 -1
package/es2018/jodit.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * jodit - Jodit is an awesome and useful wysiwyg editor with filebrowser
3
3
  * Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
4
- * Version: v4.2.47
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
 
@@ -1342,7 +1342,7 @@ class Async {
1342
1342
  /*!
1343
1343
  * Jodit Editor (https://xdsoft.net/jodit/)
1344
1344
  * Released under MIT see LICENSE.txt in the project root for license information.
1345
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1345
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1346
1346
  */
1347
1347
  /**
1348
1348
  * @module async
@@ -1366,7 +1366,7 @@ class Async {
1366
1366
  /*!
1367
1367
  * Jodit Editor (https://xdsoft.net/jodit/)
1368
1368
  * Released under MIT see LICENSE.txt in the project root for license information.
1369
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1369
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1370
1370
  */
1371
1371
 
1372
1372
 
@@ -1572,7 +1572,7 @@ Component.STATUSES = jodit_core_component_statuses__WEBPACK_IMPORTED_MODULE_1__/
1572
1572
  /*!
1573
1573
  * Jodit Editor (https://xdsoft.net/jodit/)
1574
1574
  * Released under MIT see LICENSE.txt in the project root for license information.
1575
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1575
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1576
1576
  */
1577
1577
  /**
1578
1578
  * @module component
@@ -1594,7 +1594,7 @@ Component.STATUSES = jodit_core_component_statuses__WEBPACK_IMPORTED_MODULE_1__/
1594
1594
  /*!
1595
1595
  * Jodit Editor (https://xdsoft.net/jodit/)
1596
1596
  * Released under MIT see LICENSE.txt in the project root for license information.
1597
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1597
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1598
1598
  */
1599
1599
  /**
1600
1600
  * @module component
@@ -1620,7 +1620,7 @@ const STATUSES = {
1620
1620
  /*!
1621
1621
  * Jodit Editor (https://xdsoft.net/jodit/)
1622
1622
  * Released under MIT see LICENSE.txt in the project root for license information.
1623
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1623
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1624
1624
  */
1625
1625
 
1626
1626
  class ViewComponent extends _component__WEBPACK_IMPORTED_MODULE_0__/* .Component */ .u {
@@ -1733,9 +1733,9 @@ __webpack_require__.r(__webpack_exports__);
1733
1733
  /*!
1734
1734
  * Jodit Editor (https://xdsoft.net/jodit/)
1735
1735
  * Released under MIT see LICENSE.txt in the project root for license information.
1736
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1736
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1737
1737
  */
1738
- const APP_VERSION = "4.2.47";
1738
+ const APP_VERSION = "4.2.50";
1739
1739
  // prettier-ignore
1740
1740
  const ES = "es2018";
1741
1741
  const IS_ES_MODERN = true;
@@ -1958,7 +1958,7 @@ const PASSIVE_EVENTS = new Set([
1958
1958
  /*!
1959
1959
  * Jodit Editor (https://xdsoft.net/jodit/)
1960
1960
  * Released under MIT see LICENSE.txt in the project root for license information.
1961
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1961
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1962
1962
  */
1963
1963
 
1964
1964
 
@@ -2109,7 +2109,7 @@ class Create {
2109
2109
  /*!
2110
2110
  * Jodit Editor (https://xdsoft.net/jodit/)
2111
2111
  * Released under MIT see LICENSE.txt in the project root for license information.
2112
- * Copyright (c) 2013-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
 
@@ -2229,7 +2229,7 @@ function cacheHTML(target, _, descriptor) {
2229
2229
  /*!
2230
2230
  * Jodit Editor (https://xdsoft.net/jodit/)
2231
2231
  * Released under MIT see LICENSE.txt in the project root for license information.
2232
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2232
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2233
2233
  */
2234
2234
  /**
2235
2235
  * Decorate components and set status isReady after constructor
@@ -2273,7 +2273,7 @@ function component(constructorFunction) {
2273
2273
  /*!
2274
2274
  * Jodit Editor (https://xdsoft.net/jodit/)
2275
2275
  * Released under MIT see LICENSE.txt in the project root for license information.
2276
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2276
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2277
2277
  */
2278
2278
 
2279
2279
 
@@ -2328,7 +2328,7 @@ function throttle(timeout, firstCallImmediately = false) {
2328
2328
  /*!
2329
2329
  * Jodit Editor (https://xdsoft.net/jodit/)
2330
2330
  * Released under MIT see LICENSE.txt in the project root for license information.
2331
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2331
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2332
2332
  */
2333
2333
  /**
2334
2334
  * [[include:core/decorators/derive/README.md]]
@@ -2377,7 +2377,7 @@ function derive(...traits) {
2377
2377
  /*!
2378
2378
  * Jodit Editor (https://xdsoft.net/jodit/)
2379
2379
  * Released under MIT see LICENSE.txt in the project root for license information.
2380
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2380
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2381
2381
  */
2382
2382
 
2383
2383
 
@@ -2411,7 +2411,7 @@ function hook(status) {
2411
2411
  /*!
2412
2412
  * Jodit Editor (https://xdsoft.net/jodit/)
2413
2413
  * Released under MIT see LICENSE.txt in the project root for license information.
2414
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2414
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2415
2415
  */
2416
2416
 
2417
2417
 
@@ -2468,7 +2468,7 @@ __webpack_require__.r(__webpack_exports__);
2468
2468
  /*!
2469
2469
  * Jodit Editor (https://xdsoft.net/jodit/)
2470
2470
  * Released under MIT see LICENSE.txt in the project root for license information.
2471
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2471
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2472
2472
  */
2473
2473
  /**
2474
2474
  * [[include:core/decorators/README.md]]
@@ -2500,7 +2500,7 @@ __webpack_require__.r(__webpack_exports__);
2500
2500
  /*!
2501
2501
  * Jodit Editor (https://xdsoft.net/jodit/)
2502
2502
  * Released under MIT see LICENSE.txt in the project root for license information.
2503
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2503
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2504
2504
  */
2505
2505
  /**
2506
2506
  * [[include:core/decorators/nonenumerable/README.md]]
@@ -2538,7 +2538,7 @@ const nonenumerable = (target, propertyKey) => {
2538
2538
  /*!
2539
2539
  * Jodit Editor (https://xdsoft.net/jodit/)
2540
2540
  * Released under MIT see LICENSE.txt in the project root for license information.
2541
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2541
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2542
2542
  */
2543
2543
 
2544
2544
 
@@ -2575,7 +2575,7 @@ function persistent(target, propertyKey) {
2575
2575
  /*!
2576
2576
  * Jodit Editor (https://xdsoft.net/jodit/)
2577
2577
  * Released under MIT see LICENSE.txt in the project root for license information.
2578
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2578
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2579
2579
  */
2580
2580
 
2581
2581
 
@@ -2627,7 +2627,7 @@ function wait(condition) {
2627
2627
  /*!
2628
2628
  * Jodit Editor (https://xdsoft.net/jodit/)
2629
2629
  * Released under MIT see LICENSE.txt in the project root for license information.
2630
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2630
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2631
2631
  */
2632
2632
 
2633
2633
 
@@ -2749,7 +2749,7 @@ function watch(observeFields, opts) {
2749
2749
  /*!
2750
2750
  * Jodit Editor (https://xdsoft.net/jodit/)
2751
2751
  * Released under MIT see LICENSE.txt in the project root for license information.
2752
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2752
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2753
2753
  */
2754
2754
 
2755
2755
 
@@ -3478,7 +3478,7 @@ class Dom {
3478
3478
  /*!
3479
3479
  * Jodit Editor (https://xdsoft.net/jodit/)
3480
3480
  * Released under MIT see LICENSE.txt in the project root for license information.
3481
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3481
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3482
3482
  */
3483
3483
  /**
3484
3484
  * @module dom
@@ -3503,7 +3503,7 @@ class Dom {
3503
3503
  /*!
3504
3504
  * Jodit Editor (https://xdsoft.net/jodit/)
3505
3505
  * Released under MIT see LICENSE.txt in the project root for license information.
3506
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3506
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3507
3507
  */
3508
3508
 
3509
3509
 
@@ -3619,7 +3619,7 @@ class LazyWalker extends jodit_core_event_emitter_eventify__WEBPACK_IMPORTED_MOD
3619
3619
  /*!
3620
3620
  * Jodit Editor (https://xdsoft.net/jodit/)
3621
3621
  * Released under MIT see LICENSE.txt in the project root for license information.
3622
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3622
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3623
3623
  */
3624
3624
 
3625
3625
 
@@ -4111,7 +4111,7 @@ function isDOMElement(subject) {
4111
4111
  /*!
4112
4112
  * Jodit Editor (https://xdsoft.net/jodit/)
4113
4113
  * Released under MIT see LICENSE.txt in the project root for license information.
4114
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4114
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4115
4115
  */
4116
4116
  /**
4117
4117
  * Class for adding event handling capability
@@ -4190,7 +4190,7 @@ class Eventify {
4190
4190
  /*!
4191
4191
  * Jodit Editor (https://xdsoft.net/jodit/)
4192
4192
  * Released under MIT see LICENSE.txt in the project root for license information.
4193
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4193
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4194
4194
  */
4195
4195
  /**
4196
4196
  * @module event-emitter
@@ -4217,7 +4217,7 @@ class Eventify {
4217
4217
  /*!
4218
4218
  * Jodit Editor (https://xdsoft.net/jodit/)
4219
4219
  * Released under MIT see LICENSE.txt in the project root for license information.
4220
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4220
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4221
4221
  */
4222
4222
 
4223
4223
 
@@ -4376,7 +4376,7 @@ function observable(obj) {
4376
4376
  /*!
4377
4377
  * Jodit Editor (https://xdsoft.net/jodit/)
4378
4378
  * Released under MIT see LICENSE.txt in the project root for license information.
4379
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4379
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4380
4380
  */
4381
4381
 
4382
4382
 
@@ -4472,7 +4472,7 @@ class EventHandlersStore {
4472
4472
  /*!
4473
4473
  * Jodit Editor (https://xdsoft.net/jodit/)
4474
4474
  * Released under MIT see LICENSE.txt in the project root for license information.
4475
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4475
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4476
4476
  */
4477
4477
 
4478
4478
 
@@ -4590,7 +4590,7 @@ const eventEmitter = new _event_emitter__WEBPACK_IMPORTED_MODULE_4__/* .EventEmi
4590
4590
  /*!
4591
4591
  * Jodit Editor (https://xdsoft.net/jodit/)
4592
4592
  * Released under MIT see LICENSE.txt in the project root for license information.
4593
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4593
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4594
4594
  */
4595
4595
  /**
4596
4596
  * @module helpers/array
@@ -4624,7 +4624,7 @@ const asArray = (a) => ((0,jodit_core_helpers_checker_is_array__WEBPACK_IMPORTED
4624
4624
  /*!
4625
4625
  * Jodit Editor (https://xdsoft.net/jodit/)
4626
4626
  * Released under MIT see LICENSE.txt in the project root for license information.
4627
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4627
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4628
4628
  */
4629
4629
  /**
4630
4630
  * @module helpers/array
@@ -4646,7 +4646,7 @@ const asArray = (a) => ((0,jodit_core_helpers_checker_is_array__WEBPACK_IMPORTED
4646
4646
  /*!
4647
4647
  * Jodit Editor (https://xdsoft.net/jodit/)
4648
4648
  * Released under MIT see LICENSE.txt in the project root for license information.
4649
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4649
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4650
4650
  */
4651
4651
  /**
4652
4652
  * Return an array from string or array
@@ -4674,7 +4674,7 @@ function splitArray(a) {
4674
4674
  /*!
4675
4675
  * Jodit Editor (https://xdsoft.net/jodit/)
4676
4676
  * Released under MIT see LICENSE.txt in the project root for license information.
4677
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4677
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4678
4678
  */
4679
4679
  /**
4680
4680
  * @module helpers/array
@@ -4713,7 +4713,7 @@ const toArray = function toArray(...args) {
4713
4713
  /*!
4714
4714
  * Jodit Editor (https://xdsoft.net/jodit/)
4715
4715
  * Released under MIT see LICENSE.txt in the project root for license information.
4716
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4716
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4717
4717
  */
4718
4718
  /**
4719
4719
  * @module helpers/async
@@ -4735,7 +4735,7 @@ const toArray = function toArray(...args) {
4735
4735
  /*!
4736
4736
  * Jodit Editor (https://xdsoft.net/jodit/)
4737
4737
  * Released under MIT see LICENSE.txt in the project root for license information.
4738
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4738
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4739
4739
  */
4740
4740
  /**
4741
4741
  * @module helpers/async
@@ -4774,7 +4774,7 @@ function clearTimeout(timer) {
4774
4774
  /*!
4775
4775
  * Jodit Editor (https://xdsoft.net/jodit/)
4776
4776
  * Released under MIT see LICENSE.txt in the project root for license information.
4777
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4777
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4778
4778
  */
4779
4779
  /**
4780
4780
  * @module helpers/checker
@@ -4863,7 +4863,7 @@ function hasBrowserColorPicker() {
4863
4863
  /*!
4864
4864
  * Jodit Editor (https://xdsoft.net/jodit/)
4865
4865
  * Released under MIT see LICENSE.txt in the project root for license information.
4866
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4866
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4867
4867
  */
4868
4868
  /**
4869
4869
  * @module helpers/checker
@@ -4907,7 +4907,7 @@ function hasBrowserColorPicker() {
4907
4907
  /*!
4908
4908
  * Jodit Editor (https://xdsoft.net/jodit/)
4909
4909
  * Released under MIT see LICENSE.txt in the project root for license information.
4910
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4910
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4911
4911
  */
4912
4912
  function isAbortError(error) {
4913
4913
  return (Boolean(error) &&
@@ -4928,7 +4928,7 @@ function isAbortError(error) {
4928
4928
  /*!
4929
4929
  * Jodit Editor (https://xdsoft.net/jodit/)
4930
4930
  * Released under MIT see LICENSE.txt in the project root for license information.
4931
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4931
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4932
4932
  */
4933
4933
  /**
4934
4934
  * @module helpers/checker
@@ -4953,7 +4953,7 @@ function isArray(elm) {
4953
4953
  /*!
4954
4954
  * Jodit Editor (https://xdsoft.net/jodit/)
4955
4955
  * Released under MIT see LICENSE.txt in the project root for license information.
4956
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4956
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4957
4957
  */
4958
4958
  /**
4959
4959
  * @module helpers/checker
@@ -4977,7 +4977,7 @@ function isBoolean(elm) {
4977
4977
  /*!
4978
4978
  * Jodit Editor (https://xdsoft.net/jodit/)
4979
4979
  * Released under MIT see LICENSE.txt in the project root for license information.
4980
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4980
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4981
4981
  */
4982
4982
  /**
4983
4983
  * @module helpers/checker
@@ -5006,7 +5006,7 @@ function isFastEqual(a, b) {
5006
5006
  /*!
5007
5007
  * Jodit Editor (https://xdsoft.net/jodit/)
5008
5008
  * Released under MIT see LICENSE.txt in the project root for license information.
5009
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5009
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5010
5010
  */
5011
5011
  /**
5012
5012
  * @module helpers/checker
@@ -5031,7 +5031,7 @@ function isFunction(value) {
5031
5031
  /*!
5032
5032
  * Jodit Editor (https://xdsoft.net/jodit/)
5033
5033
  * Released under MIT see LICENSE.txt in the project root for license information.
5034
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5034
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5035
5035
  */
5036
5036
  /**
5037
5037
  * @module helpers/checker
@@ -5059,7 +5059,7 @@ function isHtmlFromWord(data) {
5059
5059
  /*!
5060
5060
  * Jodit Editor (https://xdsoft.net/jodit/)
5061
5061
  * Released under MIT see LICENSE.txt in the project root for license information.
5062
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5062
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5063
5063
  */
5064
5064
  /**
5065
5065
  * @module helpers/checker
@@ -5089,7 +5089,7 @@ const isHTML = (str) => (0,_is_string__WEBPACK_IMPORTED_MODULE_0__/* .isString *
5089
5089
  /*!
5090
5090
  * Jodit Editor (https://xdsoft.net/jodit/)
5091
5091
  * Released under MIT see LICENSE.txt in the project root for license information.
5092
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5092
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5093
5093
  */
5094
5094
 
5095
5095
 
@@ -5128,7 +5128,7 @@ function hasContainer(value) {
5128
5128
  /*!
5129
5129
  * Jodit Editor (https://xdsoft.net/jodit/)
5130
5130
  * Released under MIT see LICENSE.txt in the project root for license information.
5131
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5131
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5132
5132
  */
5133
5133
  /**
5134
5134
  * @module helpers/checker
@@ -5159,7 +5159,7 @@ function isInt(value) {
5159
5159
  /*!
5160
5160
  * Jodit Editor (https://xdsoft.net/jodit/)
5161
5161
  * Released under MIT see LICENSE.txt in the project root for license information.
5162
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5162
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5163
5163
  */
5164
5164
 
5165
5165
  /**
@@ -5188,7 +5188,7 @@ function isJoditObject(jodit) {
5188
5188
  /*!
5189
5189
  * Jodit Editor (https://xdsoft.net/jodit/)
5190
5190
  * Released under MIT see LICENSE.txt in the project root for license information.
5191
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5191
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5192
5192
  */
5193
5193
  /**
5194
5194
  * @module helpers/checker
@@ -5213,7 +5213,7 @@ const isLicense = (license) => (0,_is_string__WEBPACK_IMPORTED_MODULE_0__/* .isS
5213
5213
  /*!
5214
5214
  * Jodit Editor (https://xdsoft.net/jodit/)
5215
5215
  * Released under MIT see LICENSE.txt in the project root for license information.
5216
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5216
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5217
5217
  */
5218
5218
 
5219
5219
 
@@ -5239,7 +5239,7 @@ function isMarker(elm) {
5239
5239
  /*!
5240
5240
  * Jodit Editor (https://xdsoft.net/jodit/)
5241
5241
  * Released under MIT see LICENSE.txt in the project root for license information.
5242
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5242
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5243
5243
  */
5244
5244
  /**
5245
5245
  * @module helpers/checker
@@ -5267,7 +5267,7 @@ function isNativeFunction(f) {
5267
5267
  /*!
5268
5268
  * Jodit Editor (https://xdsoft.net/jodit/)
5269
5269
  * Released under MIT see LICENSE.txt in the project root for license information.
5270
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5270
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5271
5271
  */
5272
5272
  /**
5273
5273
  * @module helpers/checker
@@ -5293,7 +5293,7 @@ function isNumber(value) {
5293
5293
  /*!
5294
5294
  * Jodit Editor (https://xdsoft.net/jodit/)
5295
5295
  * Released under MIT see LICENSE.txt in the project root for license information.
5296
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5296
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5297
5297
  */
5298
5298
  /**
5299
5299
  * @module helpers/checker
@@ -5326,7 +5326,7 @@ function isNumeric(value) {
5326
5326
  /*!
5327
5327
  * Jodit Editor (https://xdsoft.net/jodit/)
5328
5328
  * Released under MIT see LICENSE.txt in the project root for license information.
5329
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5329
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5330
5330
  */
5331
5331
 
5332
5332
  /**
@@ -5353,7 +5353,7 @@ function isPlainObject(obj) {
5353
5353
  /*!
5354
5354
  * Jodit Editor (https://xdsoft.net/jodit/)
5355
5355
  * Released under MIT see LICENSE.txt in the project root for license information.
5356
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5356
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5357
5357
  */
5358
5358
  /**
5359
5359
  * @module helpers/checker
@@ -5376,7 +5376,7 @@ function isPromise(val) {
5376
5376
  /*!
5377
5377
  * Jodit Editor (https://xdsoft.net/jodit/)
5378
5378
  * Released under MIT see LICENSE.txt in the project root for license information.
5379
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5379
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5380
5380
  */
5381
5381
  /**
5382
5382
  * @module helpers/checker
@@ -5407,7 +5407,7 @@ function isSet(elm) {
5407
5407
  /*!
5408
5408
  * Jodit Editor (https://xdsoft.net/jodit/)
5409
5409
  * Released under MIT see LICENSE.txt in the project root for license information.
5410
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5410
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5411
5411
  */
5412
5412
  /**
5413
5413
  * @module helpers/checker
@@ -5440,7 +5440,7 @@ function isStringArray(value) {
5440
5440
  /*!
5441
5441
  * Jodit Editor (https://xdsoft.net/jodit/)
5442
5442
  * Released under MIT see LICENSE.txt in the project root for license information.
5443
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5443
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5444
5444
  */
5445
5445
  /**
5446
5446
  * @module helpers/checker
@@ -5480,7 +5480,7 @@ function isURL(str) {
5480
5480
  /*!
5481
5481
  * Jodit Editor (https://xdsoft.net/jodit/)
5482
5482
  * Released under MIT see LICENSE.txt in the project root for license information.
5483
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5483
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5484
5484
  */
5485
5485
  /**
5486
5486
  * @module helpers/checker
@@ -5509,7 +5509,7 @@ function isValidName(name) {
5509
5509
  /*!
5510
5510
  * Jodit Editor (https://xdsoft.net/jodit/)
5511
5511
  * Released under MIT see LICENSE.txt in the project root for license information.
5512
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5512
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5513
5513
  */
5514
5514
 
5515
5515
  /**
@@ -5535,7 +5535,7 @@ function isViewObject(jodit) {
5535
5535
  /*!
5536
5536
  * Jodit Editor (https://xdsoft.net/jodit/)
5537
5537
  * Released under MIT see LICENSE.txt in the project root for license information.
5538
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5538
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5539
5539
  */
5540
5540
  /**
5541
5541
  * @module helpers/checker
@@ -5561,7 +5561,7 @@ function isVoid(value) {
5561
5561
  /*!
5562
5562
  * Jodit Editor (https://xdsoft.net/jodit/)
5563
5563
  * Released under MIT see LICENSE.txt in the project root for license information.
5564
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5564
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5565
5565
  */
5566
5566
  /**
5567
5567
  * @module helpers/checker
@@ -5583,7 +5583,7 @@ function isWindow(obj) {
5583
5583
  /*!
5584
5584
  * Jodit Editor (https://xdsoft.net/jodit/)
5585
5585
  * Released under MIT see LICENSE.txt in the project root for license information.
5586
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5586
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5587
5587
  */
5588
5588
  /**
5589
5589
  * @module helpers/color
@@ -5638,7 +5638,7 @@ const colorToHex = (color) => {
5638
5638
  /*!
5639
5639
  * Jodit Editor (https://xdsoft.net/jodit/)
5640
5640
  * Released under MIT see LICENSE.txt in the project root for license information.
5641
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5641
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5642
5642
  */
5643
5643
  /**
5644
5644
  * @module helpers/color
@@ -5662,7 +5662,7 @@ const colorToHex = (color) => {
5662
5662
  /*!
5663
5663
  * Jodit Editor (https://xdsoft.net/jodit/)
5664
5664
  * Released under MIT see LICENSE.txt in the project root for license information.
5665
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5665
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5666
5666
  */
5667
5667
  /**
5668
5668
  * @module helpers/html
@@ -5777,7 +5777,7 @@ function applyStyles(html) {
5777
5777
  /*!
5778
5778
  * Jodit Editor (https://xdsoft.net/jodit/)
5779
5779
  * Released under MIT see LICENSE.txt in the project root for license information.
5780
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5780
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5781
5781
  */
5782
5782
  /**
5783
5783
  * @module helpers/html
@@ -5865,7 +5865,7 @@ function cleanFromWord(html) {
5865
5865
  /*!
5866
5866
  * Jodit Editor (https://xdsoft.net/jodit/)
5867
5867
  * Released under MIT see LICENSE.txt in the project root for license information.
5868
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5868
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5869
5869
  */
5870
5870
  /**
5871
5871
  * @module helpers/html
@@ -5905,7 +5905,7 @@ function htmlspecialchars(html) {
5905
5905
  /*!
5906
5906
  * Jodit Editor (https://xdsoft.net/jodit/)
5907
5907
  * Released under MIT see LICENSE.txt in the project root for license information.
5908
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5908
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5909
5909
  */
5910
5910
  /**
5911
5911
  * @module helpers/html
@@ -5930,7 +5930,7 @@ function htmlspecialchars(html) {
5930
5930
  /*!
5931
5931
  * Jodit Editor (https://xdsoft.net/jodit/)
5932
5932
  * Released under MIT see LICENSE.txt in the project root for license information.
5933
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5933
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5934
5934
  */
5935
5935
  /**
5936
5936
  * @module helpers/html
@@ -5958,7 +5958,7 @@ function nl2br(html) {
5958
5958
  /*!
5959
5959
  * Jodit Editor (https://xdsoft.net/jodit/)
5960
5960
  * Released under MIT see LICENSE.txt in the project root for license information.
5961
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5961
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5962
5962
  */
5963
5963
  /**
5964
5964
  * @module helpers/html
@@ -6018,7 +6018,7 @@ function sanitizeHTMLElement(elm, { safeJavaScriptLink, removeOnError } = {
6018
6018
  /*!
6019
6019
  * Jodit Editor (https://xdsoft.net/jodit/)
6020
6020
  * Released under MIT see LICENSE.txt in the project root for license information.
6021
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6021
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6022
6022
  */
6023
6023
 
6024
6024
 
@@ -6178,7 +6178,7 @@ __webpack_require__.r(__webpack_exports__);
6178
6178
  /*!
6179
6179
  * Jodit Editor (https://xdsoft.net/jodit/)
6180
6180
  * Released under MIT see LICENSE.txt in the project root for license information.
6181
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6181
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6182
6182
  */
6183
6183
  /**
6184
6184
  * [[include:core/helpers/README.md]]
@@ -6225,7 +6225,7 @@ __webpack_require__.r(__webpack_exports__);
6225
6225
  /*!
6226
6226
  * Jodit Editor (https://xdsoft.net/jodit/)
6227
6227
  * Released under MIT see LICENSE.txt in the project root for license information.
6228
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6228
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6229
6229
  */
6230
6230
  /**
6231
6231
  * @module helpers/normalize
@@ -6254,7 +6254,7 @@ __webpack_require__.r(__webpack_exports__);
6254
6254
  /*!
6255
6255
  * Jodit Editor (https://xdsoft.net/jodit/)
6256
6256
  * Released under MIT see LICENSE.txt in the project root for license information.
6257
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6257
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6258
6258
  */
6259
6259
  /**
6260
6260
  * @module helpers/normalize
@@ -6307,7 +6307,7 @@ const normalizeColor = (colorInput) => {
6307
6307
  /*!
6308
6308
  * Jodit Editor (https://xdsoft.net/jodit/)
6309
6309
  * Released under MIT see LICENSE.txt in the project root for license information.
6310
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6310
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6311
6311
  */
6312
6312
  /**
6313
6313
  * @module helpers/normalize
@@ -6362,7 +6362,7 @@ function normalizeCssValue(key, value) {
6362
6362
  /*!
6363
6363
  * Jodit Editor (https://xdsoft.net/jodit/)
6364
6364
  * Released under MIT see LICENSE.txt in the project root for license information.
6365
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6365
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6366
6366
  */
6367
6367
 
6368
6368
 
@@ -6413,7 +6413,7 @@ function normalizeKeyAliases(keys) {
6413
6413
  /*!
6414
6414
  * Jodit Editor (https://xdsoft.net/jodit/)
6415
6415
  * Released under MIT see LICENSE.txt in the project root for license information.
6416
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6416
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6417
6417
  */
6418
6418
  /**
6419
6419
  * @module helpers/normalize
@@ -6443,7 +6443,7 @@ const normalizeLicense = (license, count = 8) => {
6443
6443
  /*!
6444
6444
  * Jodit Editor (https://xdsoft.net/jodit/)
6445
6445
  * Released under MIT see LICENSE.txt in the project root for license information.
6446
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6446
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6447
6447
  */
6448
6448
  /**
6449
6449
  * @module helpers/normalize
@@ -6481,7 +6481,7 @@ const normalizePath = (...path) => {
6481
6481
  /*!
6482
6482
  * Jodit Editor (https://xdsoft.net/jodit/)
6483
6483
  * Released under MIT see LICENSE.txt in the project root for license information.
6484
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6484
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6485
6485
  */
6486
6486
  /**
6487
6487
  * @module helpers/normalize
@@ -6522,7 +6522,7 @@ const normalizeRelativePath = (path) => {
6522
6522
  /*!
6523
6523
  * Jodit Editor (https://xdsoft.net/jodit/)
6524
6524
  * Released under MIT see LICENSE.txt in the project root for license information.
6525
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6525
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6526
6526
  */
6527
6527
  /**
6528
6528
  * @module helpers/normalize
@@ -6550,7 +6550,7 @@ const normalizeSize = (value, units) => {
6550
6550
  /*!
6551
6551
  * Jodit Editor (https://xdsoft.net/jodit/)
6552
6552
  * Released under MIT see LICENSE.txt in the project root for license information.
6553
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6553
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6554
6554
  */
6555
6555
  /**
6556
6556
  * @module helpers/normalize
@@ -6576,7 +6576,7 @@ const normalizeUrl = (...urls) => {
6576
6576
  /*!
6577
6577
  * Jodit Editor (https://xdsoft.net/jodit/)
6578
6578
  * Released under MIT see LICENSE.txt in the project root for license information.
6579
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6579
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6580
6580
  */
6581
6581
  /**
6582
6582
  * @module helpers/size
@@ -6602,7 +6602,7 @@ const getContentWidth = (element, win) => {
6602
6602
  /*!
6603
6603
  * Jodit Editor (https://xdsoft.net/jodit/)
6604
6604
  * Released under MIT see LICENSE.txt in the project root for license information.
6605
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6605
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6606
6606
  */
6607
6607
 
6608
6608
 
@@ -6646,7 +6646,7 @@ function getScrollParent(node) {
6646
6646
  /*!
6647
6647
  * Jodit Editor (https://xdsoft.net/jodit/)
6648
6648
  * Released under MIT see LICENSE.txt in the project root for license information.
6649
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6649
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6650
6650
  */
6651
6651
  /**
6652
6652
  * @module helpers/size
@@ -6671,7 +6671,7 @@ function getScrollParent(node) {
6671
6671
  /*!
6672
6672
  * Jodit Editor (https://xdsoft.net/jodit/)
6673
6673
  * Released under MIT see LICENSE.txt in the project root for license information.
6674
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6674
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6675
6675
  */
6676
6676
  /**
6677
6677
  * @module helpers/size
@@ -6699,7 +6699,7 @@ const innerWidth = (element, win) => {
6699
6699
  /*!
6700
6700
  * Jodit Editor (https://xdsoft.net/jodit/)
6701
6701
  * Released under MIT see LICENSE.txt in the project root for license information.
6702
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6702
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6703
6703
  */
6704
6704
 
6705
6705
  function size(subject) {
@@ -6725,7 +6725,7 @@ function size(subject) {
6725
6725
  /*!
6726
6726
  * Jodit Editor (https://xdsoft.net/jodit/)
6727
6727
  * Released under MIT see LICENSE.txt in the project root for license information.
6728
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6728
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6729
6729
  */
6730
6730
  const offset = (elm, jodit, doc, recurse = false) => {
6731
6731
  let rect;
@@ -6781,7 +6781,7 @@ const offset = (elm, jodit, doc, recurse = false) => {
6781
6781
  /*!
6782
6782
  * Jodit Editor (https://xdsoft.net/jodit/)
6783
6783
  * Released under MIT see LICENSE.txt in the project root for license information.
6784
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6784
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6785
6785
  */
6786
6786
 
6787
6787
  /**
@@ -6820,7 +6820,7 @@ function position(elm, jodit, recurse = false) {
6820
6820
  /*!
6821
6821
  * Jodit Editor (https://xdsoft.net/jodit/)
6822
6822
  * Released under MIT see LICENSE.txt in the project root for license information.
6823
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6823
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6824
6824
  */
6825
6825
  /**
6826
6826
  * @module helpers/string
@@ -6848,7 +6848,7 @@ const camelCase = (key) => {
6848
6848
  /*!
6849
6849
  * Jodit Editor (https://xdsoft.net/jodit/)
6850
6850
  * Released under MIT see LICENSE.txt in the project root for license information.
6851
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6851
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6852
6852
  */
6853
6853
  /**
6854
6854
  * @module helpers/string
@@ -6907,7 +6907,7 @@ function fuzzySearchIndex(needle, haystack, offset = 0, maxDistance = 1) {
6907
6907
  /*!
6908
6908
  * Jodit Editor (https://xdsoft.net/jodit/)
6909
6909
  * Released under MIT see LICENSE.txt in the project root for license information.
6910
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6910
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6911
6911
  */
6912
6912
 
6913
6913
 
@@ -7046,7 +7046,7 @@ function i18n(key, params, options) {
7046
7046
  /*!
7047
7047
  * Jodit Editor (https://xdsoft.net/jodit/)
7048
7048
  * Released under MIT see LICENSE.txt in the project root for license information.
7049
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7049
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7050
7050
  */
7051
7051
  /**
7052
7052
  * @module helpers/string
@@ -7073,7 +7073,7 @@ function i18n(key, params, options) {
7073
7073
  /*!
7074
7074
  * Jodit Editor (https://xdsoft.net/jodit/)
7075
7075
  * Released under MIT see LICENSE.txt in the project root for license information.
7076
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7076
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7077
7077
  */
7078
7078
  /**
7079
7079
  * @module helpers/string
@@ -7105,7 +7105,7 @@ const CamelCaseToKebabCase = (key) => {
7105
7105
  /*!
7106
7106
  * Jodit Editor (https://xdsoft.net/jodit/)
7107
7107
  * Released under MIT see LICENSE.txt in the project root for license information.
7108
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7108
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7109
7109
  */
7110
7110
  /**
7111
7111
  * Safe stringify circular object
@@ -7147,7 +7147,7 @@ function stringify(value, options = {}) {
7147
7147
  /*!
7148
7148
  * Jodit Editor (https://xdsoft.net/jodit/)
7149
7149
  * Released under MIT see LICENSE.txt in the project root for license information.
7150
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7150
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7151
7151
  */
7152
7152
  /**
7153
7153
  * @module helpers/string
@@ -7189,7 +7189,7 @@ function trimInv(value) {
7189
7189
  /*!
7190
7190
  * Jodit Editor (https://xdsoft.net/jodit/)
7191
7191
  * Released under MIT see LICENSE.txt in the project root for license information.
7192
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7192
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7193
7193
  */
7194
7194
  /**
7195
7195
  * @module helpers/string
@@ -7221,7 +7221,7 @@ function ucfirst(value) {
7221
7221
  /*!
7222
7222
  * Jodit Editor (https://xdsoft.net/jodit/)
7223
7223
  * Released under MIT see LICENSE.txt in the project root for license information.
7224
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7224
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7225
7225
  */
7226
7226
 
7227
7227
 
@@ -7307,7 +7307,7 @@ function alignElement(command, box) {
7307
7307
  /*!
7308
7308
  * Jodit Editor (https://xdsoft.net/jodit/)
7309
7309
  * Released under MIT see LICENSE.txt in the project root for license information.
7310
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7310
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7311
7311
  */
7312
7312
 
7313
7313
 
@@ -7394,7 +7394,7 @@ function loadNextStyle(jodit, urls, i = 0) {
7394
7394
  /*!
7395
7395
  * Jodit Editor (https://xdsoft.net/jodit/)
7396
7396
  * Released under MIT see LICENSE.txt in the project root for license information.
7397
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7397
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7398
7398
  */
7399
7399
 
7400
7400
 
@@ -7461,7 +7461,7 @@ function attr(elm, keyOrAttributes, value) {
7461
7461
  /*!
7462
7462
  * Jodit Editor (https://xdsoft.net/jodit/)
7463
7463
  * Released under MIT see LICENSE.txt in the project root for license information.
7464
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7464
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7465
7465
  */
7466
7466
  /**
7467
7467
  * @module helpers/utils
@@ -7515,7 +7515,7 @@ const browser = (browser) => {
7515
7515
  /*!
7516
7516
  * Jodit Editor (https://xdsoft.net/jodit/)
7517
7517
  * Released under MIT see LICENSE.txt in the project root for license information.
7518
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7518
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7519
7519
  */
7520
7520
 
7521
7521
  /**
@@ -7548,7 +7548,7 @@ const buildQuery = (data, prefix) => {
7548
7548
  /*!
7549
7549
  * Jodit Editor (https://xdsoft.net/jodit/)
7550
7550
  * Released under MIT see LICENSE.txt in the project root for license information.
7551
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7551
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7552
7552
  */
7553
7553
  /**
7554
7554
  * @module helpers/utils
@@ -7583,7 +7583,7 @@ const completeUrl = (url) => {
7583
7583
  /*!
7584
7584
  * Jodit Editor (https://xdsoft.net/jodit/)
7585
7585
  * Released under MIT see LICENSE.txt in the project root for license information.
7586
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7586
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7587
7587
  */
7588
7588
 
7589
7589
 
@@ -7704,7 +7704,7 @@ function ConfigDeepFlatten(obj) {
7704
7704
  /*!
7705
7705
  * Jodit Editor (https://xdsoft.net/jodit/)
7706
7706
  * Released under MIT see LICENSE.txt in the project root for license information.
7707
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7707
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7708
7708
  */
7709
7709
  /**
7710
7710
  * @module helpers/utils
@@ -7786,7 +7786,7 @@ const convertMediaUrlToVideoEmbed = (url, { width = 400, height = 345 } = {}) =>
7786
7786
  /*!
7787
7787
  * Jodit Editor (https://xdsoft.net/jodit/)
7788
7788
  * Released under MIT see LICENSE.txt in the project root for license information.
7789
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7789
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7790
7790
  */
7791
7791
 
7792
7792
 
@@ -7869,7 +7869,7 @@ const clearCenterAlign = (image) => {
7869
7869
  /*!
7870
7870
  * Jodit Editor (https://xdsoft.net/jodit/)
7871
7871
  * Released under MIT see LICENSE.txt in the project root for license information.
7872
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7872
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7873
7873
  */
7874
7874
  /**
7875
7875
  * @module helpers/utils
@@ -7905,7 +7905,7 @@ const ctrlKey = (e) => {
7905
7905
  /*!
7906
7906
  * Jodit Editor (https://xdsoft.net/jodit/)
7907
7907
  * Released under MIT see LICENSE.txt in the project root for license information.
7908
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7908
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7909
7909
  */
7910
7910
 
7911
7911
  const store = new WeakMap();
@@ -7948,7 +7948,7 @@ const dataBind = (elm, key, value) => {
7948
7948
  /*!
7949
7949
  * Jodit Editor (https://xdsoft.net/jodit/)
7950
7950
  * Released under MIT see LICENSE.txt in the project root for license information.
7951
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7951
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7952
7952
  */
7953
7953
  /**
7954
7954
  * @module helpers/utils
@@ -7987,7 +7987,7 @@ const defaultLanguage = (language, defaultLanguage = 'en') => {
7987
7987
  /*!
7988
7988
  * Jodit Editor (https://xdsoft.net/jodit/)
7989
7989
  * Released under MIT see LICENSE.txt in the project root for license information.
7990
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7990
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7991
7991
  */
7992
7992
  /**
7993
7993
  * @module helpers/utils
@@ -8021,7 +8021,7 @@ function options(message) {
8021
8021
  /*!
8022
8022
  * Jodit Editor (https://xdsoft.net/jodit/)
8023
8023
  * Released under MIT see LICENSE.txt in the project root for license information.
8024
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8024
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8025
8025
  */
8026
8026
  /**
8027
8027
  * @module helpers/utils
@@ -8048,7 +8048,7 @@ const isAbort = jodit_core_helpers_checker_is_abort_error__WEBPACK_IMPORTED_MODU
8048
8048
  /*!
8049
8049
  * Jodit Editor (https://xdsoft.net/jodit/)
8050
8050
  * Released under MIT see LICENSE.txt in the project root for license information.
8051
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8051
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8052
8052
  */
8053
8053
  /**
8054
8054
  * @module helpers/utils
@@ -8079,7 +8079,7 @@ class ConnectionError extends Error {
8079
8079
  /*!
8080
8080
  * Jodit Editor (https://xdsoft.net/jodit/)
8081
8081
  * Released under MIT see LICENSE.txt in the project root for license information.
8082
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8082
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8083
8083
  */
8084
8084
  /**
8085
8085
  * @module helpers/utils
@@ -8101,7 +8101,7 @@ class ConnectionError extends Error {
8101
8101
  /*!
8102
8102
  * Jodit Editor (https://xdsoft.net/jodit/)
8103
8103
  * Released under MIT see LICENSE.txt in the project root for license information.
8104
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8104
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8105
8105
  */
8106
8106
  /**
8107
8107
  * @module helpers/utils
@@ -8134,7 +8134,7 @@ class OptionsError extends TypeError {
8134
8134
  /*!
8135
8135
  * Jodit Editor (https://xdsoft.net/jodit/)
8136
8136
  * Released under MIT see LICENSE.txt in the project root for license information.
8137
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8137
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8138
8138
  */
8139
8139
  /**
8140
8140
  * @module helpers/utils
@@ -8158,7 +8158,7 @@ class OptionsError extends TypeError {
8158
8158
  /*!
8159
8159
  * Jodit Editor (https://xdsoft.net/jodit/)
8160
8160
  * Released under MIT see LICENSE.txt in the project root for license information.
8161
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8161
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8162
8162
  */
8163
8163
  /**
8164
8164
  * @module helpers/utils
@@ -8194,7 +8194,7 @@ function fastClone(object) {
8194
8194
  /*!
8195
8195
  * Jodit Editor (https://xdsoft.net/jodit/)
8196
8196
  * Released under MIT see LICENSE.txt in the project root for license information.
8197
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8197
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8198
8198
  */
8199
8199
 
8200
8200
  const keepNames = new Map();
@@ -8230,7 +8230,7 @@ const getClassName = (obj) => {
8230
8230
  /*!
8231
8231
  * Jodit Editor (https://xdsoft.net/jodit/)
8232
8232
  * Released under MIT see LICENSE.txt in the project root for license information.
8233
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8233
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8234
8234
  */
8235
8235
 
8236
8236
 
@@ -8289,7 +8289,7 @@ function get(chain, obj) {
8289
8289
  /*!
8290
8290
  * Jodit Editor (https://xdsoft.net/jodit/)
8291
8291
  * Released under MIT see LICENSE.txt in the project root for license information.
8292
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8292
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8293
8293
  */
8294
8294
  /**
8295
8295
  * @module helpers/utils
@@ -8407,7 +8407,7 @@ __webpack_require__.r(__webpack_exports__);
8407
8407
  /*!
8408
8408
  * Jodit Editor (https://xdsoft.net/jodit/)
8409
8409
  * Released under MIT see LICENSE.txt in the project root for license information.
8410
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8410
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8411
8411
  */
8412
8412
  /**
8413
8413
  * @module helpers/utils
@@ -8454,7 +8454,7 @@ __webpack_require__.r(__webpack_exports__);
8454
8454
  /*!
8455
8455
  * Jodit Editor (https://xdsoft.net/jodit/)
8456
8456
  * Released under MIT see LICENSE.txt in the project root for license information.
8457
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8457
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8458
8458
  */
8459
8459
  /**
8460
8460
  * @module helpers/utils
@@ -8488,7 +8488,7 @@ function markDeprecated(method, names = [''], ctx = null) {
8488
8488
  /*!
8489
8489
  * Jodit Editor (https://xdsoft.net/jodit/)
8490
8490
  * Released under MIT see LICENSE.txt in the project root for license information.
8491
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8491
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8492
8492
  */
8493
8493
  /**
8494
8494
  * Parse query string
@@ -8520,7 +8520,7 @@ const parseQuery = (queryString) => {
8520
8520
  /*!
8521
8521
  * Jodit Editor (https://xdsoft.net/jodit/)
8522
8522
  * Released under MIT see LICENSE.txt in the project root for license information.
8523
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8523
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8524
8524
  */
8525
8525
 
8526
8526
 
@@ -8701,7 +8701,7 @@ function previewBox(editor, defaultValue, points = 'px', container = null) {
8701
8701
  /*!
8702
8702
  * Jodit Editor (https://xdsoft.net/jodit/)
8703
8703
  * Released under MIT see LICENSE.txt in the project root for license information.
8704
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8704
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8705
8705
  */
8706
8706
 
8707
8707
 
@@ -8757,7 +8757,7 @@ function reset(key) {
8757
8757
  /*!
8758
8758
  * Jodit Editor (https://xdsoft.net/jodit/)
8759
8759
  * Released under MIT see LICENSE.txt in the project root for license information.
8760
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8760
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8761
8761
  */
8762
8762
 
8763
8763
  /**
@@ -8820,7 +8820,7 @@ function scrollIntoViewIfNeeded(elm, root, doc) {
8820
8820
  /*!
8821
8821
  * Jodit Editor (https://xdsoft.net/jodit/)
8822
8822
  * Released under MIT see LICENSE.txt in the project root for license information.
8823
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8823
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8824
8824
  */
8825
8825
 
8826
8826
 
@@ -8961,7 +8961,7 @@ function resolveElement(element, od) {
8961
8961
  /*!
8962
8962
  * Jodit Editor (https://xdsoft.net/jodit/)
8963
8963
  * Released under MIT see LICENSE.txt in the project root for license information.
8964
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8964
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8965
8965
  */
8966
8966
 
8967
8967
 
@@ -9011,7 +9011,7 @@ function set(chain, value, obj) {
9011
9011
  /*!
9012
9012
  * Jodit Editor (https://xdsoft.net/jodit/)
9013
9013
  * Released under MIT see LICENSE.txt in the project root for license information.
9014
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9014
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9015
9015
  */
9016
9016
  class LimitedStack {
9017
9017
  constructor(limit) {
@@ -9056,7 +9056,7 @@ class LimitedStack {
9056
9056
  /*!
9057
9057
  * Jodit Editor (https://xdsoft.net/jodit/)
9058
9058
  * Released under MIT see LICENSE.txt in the project root for license information.
9059
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9059
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9060
9060
  */
9061
9061
 
9062
9062
 
@@ -9170,7 +9170,7 @@ const getDataTransfer = (event) => {
9170
9170
  /*!
9171
9171
  * Jodit Editor (https://xdsoft.net/jodit/)
9172
9172
  * Released under MIT see LICENSE.txt in the project root for license information.
9173
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9173
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9174
9174
  */
9175
9175
 
9176
9176
 
@@ -9223,7 +9223,7 @@ function init(jodit, pluginName, plugin, instance, doneList, waitingList) {
9223
9223
  /*!
9224
9224
  * Jodit Editor (https://xdsoft.net/jodit/)
9225
9225
  * Released under MIT see LICENSE.txt in the project root for license information.
9226
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9226
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9227
9227
  */
9228
9228
 
9229
9229
 
@@ -9299,7 +9299,7 @@ function load(jodit, pluginList, callback) {
9299
9299
  /*!
9300
9300
  * Jodit Editor (https://xdsoft.net/jodit/)
9301
9301
  * Released under MIT see LICENSE.txt in the project root for license information.
9302
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9302
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9303
9303
  */
9304
9304
 
9305
9305
 
@@ -9342,7 +9342,7 @@ function makeInstance(jodit, plugin) {
9342
9342
  /*!
9343
9343
  * Jodit Editor (https://xdsoft.net/jodit/)
9344
9344
  * Released under MIT see LICENSE.txt in the project root for license information.
9345
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9345
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9346
9346
  */
9347
9347
  /**
9348
9348
  * @module plugin
@@ -9370,7 +9370,7 @@ function normalizeName(name) {
9370
9370
  /*!
9371
9371
  * Jodit Editor (https://xdsoft.net/jodit/)
9372
9372
  * Released under MIT see LICENSE.txt in the project root for license information.
9373
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9373
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9374
9374
  */
9375
9375
  /**
9376
9376
  * @module plugin
@@ -9399,7 +9399,7 @@ function normalizeName(name) {
9399
9399
  /*!
9400
9400
  * Jodit Editor (https://xdsoft.net/jodit/)
9401
9401
  * Released under MIT see LICENSE.txt in the project root for license information.
9402
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9402
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9403
9403
  */
9404
9404
 
9405
9405
 
@@ -9561,7 +9561,7 @@ function getSpecialLists(jodit) {
9561
9561
  /*!
9562
9562
  * Jodit Editor (https://xdsoft.net/jodit/)
9563
9563
  * Released under MIT see LICENSE.txt in the project root for license information.
9564
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9564
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9565
9565
  */
9566
9566
 
9567
9567
 
@@ -9662,7 +9662,7 @@ Plugin.requires = [];
9662
9662
  /*!
9663
9663
  * Jodit Editor (https://xdsoft.net/jodit/)
9664
9664
  * Released under MIT see LICENSE.txt in the project root for license information.
9665
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9665
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9666
9666
  */
9667
9667
 
9668
9668
 
@@ -9837,7 +9837,7 @@ Ajax.log = [];
9837
9837
  /*!
9838
9838
  * Jodit Editor (https://xdsoft.net/jodit/)
9839
9839
  * Released under MIT see LICENSE.txt in the project root for license information.
9840
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9840
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9841
9841
  */
9842
9842
 
9843
9843
  jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.defaultAjaxOptions = {
@@ -9871,7 +9871,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.defaultAjaxO
9871
9871
  /*!
9872
9872
  * Jodit Editor (https://xdsoft.net/jodit/)
9873
9873
  * Released under MIT see LICENSE.txt in the project root for license information.
9874
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9874
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9875
9875
  */
9876
9876
  /**
9877
9877
  * @module request
@@ -9892,7 +9892,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.defaultAjaxO
9892
9892
  /*!
9893
9893
  * Jodit Editor (https://xdsoft.net/jodit/)
9894
9894
  * Released under MIT see LICENSE.txt in the project root for license information.
9895
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9895
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9896
9896
  */
9897
9897
  class Response {
9898
9898
  get url() {
@@ -9934,7 +9934,7 @@ class Response {
9934
9934
  /*!
9935
9935
  * Jodit Editor (https://xdsoft.net/jodit/)
9936
9936
  * Released under MIT see LICENSE.txt in the project root for license information.
9937
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9937
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9938
9938
  */
9939
9939
  /**
9940
9940
  * @module selection
@@ -10006,7 +10006,7 @@ function findCorrectCurrentNode(node, range, rightMode, isCollapsed, checkChild,
10006
10006
  /*!
10007
10007
  * Jodit Editor (https://xdsoft.net/jodit/)
10008
10008
  * Released under MIT see LICENSE.txt in the project root for license information.
10009
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
10009
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
10010
10010
  */
10011
10011
 
10012
10012
 
@@ -10046,7 +10046,7 @@ function moveNodeInsideStart(j, node, start) {
10046
10046
  /*!
10047
10047
  * Jodit Editor (https://xdsoft.net/jodit/)
10048
10048
  * Released under MIT see LICENSE.txt in the project root for license information.
10049
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
10049
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
10050
10050
  */
10051
10051
 
10052
10052
  /**
@@ -10093,7 +10093,7 @@ function moveTheNodeAlongTheEdgeOutward(node, start, root) {
10093
10093
  /*!
10094
10094
  * Jodit Editor (https://xdsoft.net/jodit/)
10095
10095
  * Released under MIT see LICENSE.txt in the project root for license information.
10096
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
10096
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
10097
10097
  */
10098
10098
  /**
10099
10099
  * @module selection
@@ -10126,7 +10126,7 @@ function moveTheNodeAlongTheEdgeOutward(node, start, root) {
10126
10126
  /*!
10127
10127
  * Jodit Editor (https://xdsoft.net/jodit/)
10128
10128
  * Released under MIT see LICENSE.txt in the project root for license information.
10129
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
10129
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
10130
10130
  */
10131
10131
 
10132
10132
 
@@ -11272,7 +11272,7 @@ class Selection {
11272
11272
  /*!
11273
11273
  * Jodit Editor (https://xdsoft.net/jodit/)
11274
11274
  * Released under MIT see LICENSE.txt in the project root for license information.
11275
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11275
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11276
11276
  */
11277
11277
 
11278
11278
 
@@ -11340,7 +11340,7 @@ function extractAndMove(wrapper, range, left) {
11340
11340
  /*!
11341
11341
  * Jodit Editor (https://xdsoft.net/jodit/)
11342
11342
  * Released under MIT see LICENSE.txt in the project root for license information.
11343
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11343
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11344
11344
  */
11345
11345
 
11346
11346
 
@@ -11400,7 +11400,7 @@ class FiniteStateMachine {
11400
11400
  /*!
11401
11401
  * Jodit Editor (https://xdsoft.net/jodit/)
11402
11402
  * Released under MIT see LICENSE.txt in the project root for license information.
11403
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11403
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11404
11404
  */
11405
11405
 
11406
11406
 
@@ -11445,7 +11445,7 @@ function getSuitChild(style, font) {
11445
11445
  /*!
11446
11446
  * Jodit Editor (https://xdsoft.net/jodit/)
11447
11447
  * Released under MIT see LICENSE.txt in the project root for license information.
11448
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11448
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11449
11449
  */
11450
11450
 
11451
11451
 
@@ -11504,7 +11504,7 @@ function getSuitParent(style, node, root) {
11504
11504
  /*!
11505
11505
  * Jodit Editor (https://xdsoft.net/jodit/)
11506
11506
  * Released under MIT see LICENSE.txt in the project root for license information.
11507
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11507
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11508
11508
  */
11509
11509
 
11510
11510
 
@@ -11598,7 +11598,7 @@ if (jodit_core_constants__WEBPACK_IMPORTED_MODULE_0__.globalDocument) {
11598
11598
  /*!
11599
11599
  * Jodit Editor (https://xdsoft.net/jodit/)
11600
11600
  * Released under MIT see LICENSE.txt in the project root for license information.
11601
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11601
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11602
11602
  */
11603
11603
 
11604
11604
 
@@ -11630,7 +11630,7 @@ if (jodit_core_constants__WEBPACK_IMPORTED_MODULE_0__.globalDocument) {
11630
11630
  /*!
11631
11631
  * Jodit Editor (https://xdsoft.net/jodit/)
11632
11632
  * Released under MIT see LICENSE.txt in the project root for license information.
11633
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11633
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11634
11634
  */
11635
11635
 
11636
11636
  /**
@@ -11656,7 +11656,7 @@ function isInsideInvisibleElement(font, root) {
11656
11656
  /*!
11657
11657
  * Jodit Editor (https://xdsoft.net/jodit/)
11658
11658
  * Released under MIT see LICENSE.txt in the project root for license information.
11659
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11659
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11660
11660
  */
11661
11661
 
11662
11662
 
@@ -11690,7 +11690,7 @@ function isNormalNode(elm) {
11690
11690
  /*!
11691
11691
  * Jodit Editor (https://xdsoft.net/jodit/)
11692
11692
  * Released under MIT see LICENSE.txt in the project root for license information.
11693
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11693
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11694
11694
  */
11695
11695
 
11696
11696
 
@@ -11823,7 +11823,7 @@ function isSameStyleChild(commitStyle, elm) {
11823
11823
  /*!
11824
11824
  * Jodit Editor (https://xdsoft.net/jodit/)
11825
11825
  * Released under MIT see LICENSE.txt in the project root for license information.
11826
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11826
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11827
11827
  */
11828
11828
 
11829
11829
 
@@ -11894,7 +11894,7 @@ function unwrapList(mode, list, li, jodit, cs) {
11894
11894
  /*!
11895
11895
  * Jodit Editor (https://xdsoft.net/jodit/)
11896
11896
  * Released under MIT see LICENSE.txt in the project root for license information.
11897
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11897
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11898
11898
  */
11899
11899
 
11900
11900
 
@@ -11956,7 +11956,7 @@ function wrapList(commitStyle, wrapper, jodit) {
11956
11956
  /*!
11957
11957
  * Jodit Editor (https://xdsoft.net/jodit/)
11958
11958
  * Released under MIT see LICENSE.txt in the project root for license information.
11959
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11959
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11960
11960
  */
11961
11961
 
11962
11962
 
@@ -12130,7 +12130,7 @@ function getNativeCSSValue(jodit, elm, key) {
12130
12130
  /*!
12131
12131
  * Jodit Editor (https://xdsoft.net/jodit/)
12132
12132
  * Released under MIT see LICENSE.txt in the project root for license information.
12133
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12133
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12134
12134
  */
12135
12135
 
12136
12136
 
@@ -12204,7 +12204,7 @@ function unwrapChildren(style, font) {
12204
12204
  /*!
12205
12205
  * Jodit Editor (https://xdsoft.net/jodit/)
12206
12206
  * Released under MIT see LICENSE.txt in the project root for license information.
12207
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12207
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12208
12208
  */
12209
12209
 
12210
12210
 
@@ -12271,7 +12271,7 @@ function wrapUnwrappedText(style, elm, jodit) {
12271
12271
  /*!
12272
12272
  * Jodit Editor (https://xdsoft.net/jodit/)
12273
12273
  * Released under MIT see LICENSE.txt in the project root for license information.
12274
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12274
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12275
12275
  */
12276
12276
 
12277
12277
 
@@ -12329,7 +12329,7 @@ function findOrCreateWrapper(commitStyle, font, jodit) {
12329
12329
  /*!
12330
12330
  * Jodit Editor (https://xdsoft.net/jodit/)
12331
12331
  * Released under MIT see LICENSE.txt in the project root for license information.
12332
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12332
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12333
12333
  */
12334
12334
 
12335
12335
 
@@ -12386,7 +12386,7 @@ function ApplyStyle(jodit, cs) {
12386
12386
  /*!
12387
12387
  * Jodit Editor (https://xdsoft.net/jodit/)
12388
12388
  * Released under MIT see LICENSE.txt in the project root for license information.
12389
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12389
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12390
12390
  */
12391
12391
 
12392
12392
 
@@ -12477,7 +12477,7 @@ class CommitStyle {
12477
12477
  /*!
12478
12478
  * Jodit Editor (https://xdsoft.net/jodit/)
12479
12479
  * Released under MIT see LICENSE.txt in the project root for license information.
12480
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12480
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12481
12481
  */
12482
12482
  /**
12483
12483
  * @module selection
@@ -12517,7 +12517,7 @@ const _PREFIX = 'commitStyle';
12517
12517
  /*!
12518
12518
  * Jodit Editor (https://xdsoft.net/jodit/)
12519
12519
  * Released under MIT see LICENSE.txt in the project root for license information.
12520
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12520
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12521
12521
  */
12522
12522
 
12523
12523
 
@@ -12702,7 +12702,7 @@ const transactions = {
12702
12702
  /*!
12703
12703
  * Jodit Editor (https://xdsoft.net/jodit/)
12704
12704
  * Released under MIT see LICENSE.txt in the project root for license information.
12705
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12705
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12706
12706
  */
12707
12707
  /**
12708
12708
  * Check if user disable local storages/cookie etc.
@@ -12784,7 +12784,7 @@ class LocalStorageProvider {
12784
12784
  /*!
12785
12785
  * Jodit Editor (https://xdsoft.net/jodit/)
12786
12786
  * Released under MIT see LICENSE.txt in the project root for license information.
12787
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12787
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12788
12788
  */
12789
12789
  class MemoryStorageProvider {
12790
12790
  constructor() {
@@ -12825,7 +12825,7 @@ class MemoryStorageProvider {
12825
12825
  /*!
12826
12826
  * Jodit Editor (https://xdsoft.net/jodit/)
12827
12827
  * Released under MIT see LICENSE.txt in the project root for license information.
12828
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12828
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12829
12829
  */
12830
12830
  /**
12831
12831
  * @module storage
@@ -12851,7 +12851,7 @@ class MemoryStorageProvider {
12851
12851
  /*!
12852
12852
  * Jodit Editor (https://xdsoft.net/jodit/)
12853
12853
  * Released under MIT see LICENSE.txt in the project root for license information.
12854
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12854
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12855
12855
  */
12856
12856
 
12857
12857
 
@@ -12911,7 +12911,7 @@ class Storage {
12911
12911
  /*!
12912
12912
  * Jodit Editor (https://xdsoft.net/jodit/)
12913
12913
  * Released under MIT see LICENSE.txt in the project root for license information.
12914
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12914
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12915
12915
  */
12916
12916
 
12917
12917
 
@@ -12970,7 +12970,7 @@ function processTitle(title, self) {
12970
12970
  /*!
12971
12971
  * Jodit Editor (https://xdsoft.net/jodit/)
12972
12972
  * Released under MIT see LICENSE.txt in the project root for license information.
12973
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12973
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12974
12974
  */
12975
12975
 
12976
12976
  class Elms {
@@ -13002,7 +13002,7 @@ class Elms {
13002
13002
  /*!
13003
13003
  * Jodit Editor (https://xdsoft.net/jodit/)
13004
13004
  * Released under MIT see LICENSE.txt in the project root for license information.
13005
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13005
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13006
13006
  */
13007
13007
 
13008
13008
  class Mods {
@@ -13063,7 +13063,7 @@ class Mods {
13063
13063
  /*!
13064
13064
  * Jodit Editor (https://xdsoft.net/jodit/)
13065
13065
  * Released under MIT see LICENSE.txt in the project root for license information.
13066
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13066
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13067
13067
  */
13068
13068
 
13069
13069
 
@@ -13341,7 +13341,7 @@ function Button(jodit, stateOrText, text, variant) {
13341
13341
  /*!
13342
13342
  * Jodit Editor (https://xdsoft.net/jodit/)
13343
13343
  * Released under MIT see LICENSE.txt in the project root for license information.
13344
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13344
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13345
13345
  */
13346
13346
 
13347
13347
 
@@ -13430,7 +13430,7 @@ UIButtonGroup = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .Cg)([
13430
13430
  /*!
13431
13431
  * Jodit Editor (https://xdsoft.net/jodit/)
13432
13432
  * Released under MIT see LICENSE.txt in the project root for license information.
13433
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13433
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13434
13434
  */
13435
13435
  /**
13436
13436
  * [[include:core/ui/button/README.md]]
@@ -13462,7 +13462,7 @@ UIButtonGroup = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .Cg)([
13462
13462
  /*!
13463
13463
  * Jodit Editor (https://xdsoft.net/jodit/)
13464
13464
  * Released under MIT see LICENSE.txt in the project root for license information.
13465
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13465
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13466
13466
  */
13467
13467
  var UITooltip_1;
13468
13468
 
@@ -13672,7 +13672,7 @@ UITooltip = UITooltip_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_7__/* .__decorate */
13672
13672
  /*!
13673
13673
  * Jodit Editor (https://xdsoft.net/jodit/)
13674
13674
  * Released under MIT see LICENSE.txt in the project root for license information.
13675
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13675
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13676
13676
  */
13677
13677
  var UIElement_1;
13678
13678
 
@@ -13829,7 +13829,7 @@ UIElement = UIElement_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */
13829
13829
  /*!
13830
13830
  * Jodit Editor (https://xdsoft.net/jodit/)
13831
13831
  * Released under MIT see LICENSE.txt in the project root for license information.
13832
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13832
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13833
13833
  */
13834
13834
 
13835
13835
 
@@ -13880,7 +13880,7 @@ UIBlock = (0,tslib__WEBPACK_IMPORTED_MODULE_2__/* .__decorate */ .Cg)([
13880
13880
  /*!
13881
13881
  * Jodit Editor (https://xdsoft.net/jodit/)
13882
13882
  * Released under MIT see LICENSE.txt in the project root for license information.
13883
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13883
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13884
13884
  */
13885
13885
 
13886
13886
 
@@ -13969,7 +13969,7 @@ UIForm = (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */ .Cg)([
13969
13969
  /*!
13970
13970
  * Jodit Editor (https://xdsoft.net/jodit/)
13971
13971
  * Released under MIT see LICENSE.txt in the project root for license information.
13972
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13972
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13973
13973
  */
13974
13974
  /**
13975
13975
  * @module ui/form
@@ -13995,7 +13995,7 @@ UIForm = (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */ .Cg)([
13995
13995
  /*!
13996
13996
  * Jodit Editor (https://xdsoft.net/jodit/)
13997
13997
  * Released under MIT see LICENSE.txt in the project root for license information.
13998
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13998
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13999
13999
  */
14000
14000
  var UITextArea_1;
14001
14001
 
@@ -14057,7 +14057,7 @@ UITextArea = UITextArea_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_2__/* .__decorate
14057
14057
  /*!
14058
14058
  * Jodit Editor (https://xdsoft.net/jodit/)
14059
14059
  * Released under MIT see LICENSE.txt in the project root for license information.
14060
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14060
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14061
14061
  */
14062
14062
  var UICheckbox_1;
14063
14063
 
@@ -14144,7 +14144,7 @@ UICheckbox = UICheckbox_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate
14144
14144
  /*!
14145
14145
  * Jodit Editor (https://xdsoft.net/jodit/)
14146
14146
  * Released under MIT see LICENSE.txt in the project root for license information.
14147
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14147
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14148
14148
  */
14149
14149
 
14150
14150
 
@@ -14221,7 +14221,7 @@ UIFileInput = (0,tslib__WEBPACK_IMPORTED_MODULE_2__/* .__decorate */ .Cg)([
14221
14221
  /*!
14222
14222
  * Jodit Editor (https://xdsoft.net/jodit/)
14223
14223
  * Released under MIT see LICENSE.txt in the project root for license information.
14224
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14224
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14225
14225
  */
14226
14226
  /**
14227
14227
  * @module ui/form
@@ -14253,7 +14253,7 @@ UIFileInput = (0,tslib__WEBPACK_IMPORTED_MODULE_2__/* .__decorate */ .Cg)([
14253
14253
  /*!
14254
14254
  * Jodit Editor (https://xdsoft.net/jodit/)
14255
14255
  * Released under MIT see LICENSE.txt in the project root for license information.
14256
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14256
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14257
14257
  */
14258
14258
  var UIInput_1;
14259
14259
 
@@ -14504,7 +14504,7 @@ UIInput = UIInput_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_7__/* .__decorate */ .Cg
14504
14504
  /*!
14505
14505
  * Jodit Editor (https://xdsoft.net/jodit/)
14506
14506
  * Released under MIT see LICENSE.txt in the project root for license information.
14507
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14507
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14508
14508
  */
14509
14509
  var UISelect_1;
14510
14510
 
@@ -14591,7 +14591,7 @@ UISelect = UISelect_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .
14591
14591
  /*!
14592
14592
  * Jodit Editor (https://xdsoft.net/jodit/)
14593
14593
  * Released under MIT see LICENSE.txt in the project root for license information.
14594
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14594
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14595
14595
  */
14596
14596
  /**
14597
14597
  * @module ui/form
@@ -14616,7 +14616,7 @@ __webpack_require__.r(__webpack_exports__);
14616
14616
  /*!
14617
14617
  * Jodit Editor (https://xdsoft.net/jodit/)
14618
14618
  * Released under MIT see LICENSE.txt in the project root for license information.
14619
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14619
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14620
14620
  */
14621
14621
 
14622
14622
 
@@ -14655,7 +14655,7 @@ const url = function (input) {
14655
14655
  /*!
14656
14656
  * Jodit Editor (https://xdsoft.net/jodit/)
14657
14657
  * Released under MIT see LICENSE.txt in the project root for license information.
14658
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14658
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14659
14659
  */
14660
14660
 
14661
14661
  /**
@@ -14690,7 +14690,7 @@ const required = function (select) {
14690
14690
  /*!
14691
14691
  * Jodit Editor (https://xdsoft.net/jodit/)
14692
14692
  * Released under MIT see LICENSE.txt in the project root for license information.
14693
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14693
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14694
14694
  */
14695
14695
  var UIGroup_1;
14696
14696
 
@@ -14840,7 +14840,7 @@ UIGroup = UIGroup_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_6__/* .__decorate */ .Cg
14840
14840
  /*!
14841
14841
  * Jodit Editor (https://xdsoft.net/jodit/)
14842
14842
  * Released under MIT see LICENSE.txt in the project root for license information.
14843
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14843
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14844
14844
  */
14845
14845
  /**
14846
14846
  * @module ui/group
@@ -14874,7 +14874,7 @@ UIGroup = UIGroup_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_6__/* .__decorate */ .Cg
14874
14874
  /*!
14875
14875
  * Jodit Editor (https://xdsoft.net/jodit/)
14876
14876
  * Released under MIT see LICENSE.txt in the project root for license information.
14877
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14877
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14878
14878
  */
14879
14879
 
14880
14880
 
@@ -15043,7 +15043,7 @@ UIList = (0,tslib__WEBPACK_IMPORTED_MODULE_10__/* .__decorate */ .Cg)([
15043
15043
  /*!
15044
15044
  * Jodit Editor (https://xdsoft.net/jodit/)
15045
15045
  * Released under MIT see LICENSE.txt in the project root for license information.
15046
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15046
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15047
15047
  */
15048
15048
 
15049
15049
  /**
@@ -15077,7 +15077,7 @@ UISeparator = (0,tslib__WEBPACK_IMPORTED_MODULE_1__/* .__decorate */ .Cg)([
15077
15077
  /*!
15078
15078
  * Jodit Editor (https://xdsoft.net/jodit/)
15079
15079
  * Released under MIT see LICENSE.txt in the project root for license information.
15080
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15080
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15081
15081
  */
15082
15082
 
15083
15083
  /**
@@ -15110,7 +15110,7 @@ UISpacer = (0,tslib__WEBPACK_IMPORTED_MODULE_1__/* .__decorate */ .Cg)([
15110
15110
  /*!
15111
15111
  * Jodit Editor (https://xdsoft.net/jodit/)
15112
15112
  * Released under MIT see LICENSE.txt in the project root for license information.
15113
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15113
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15114
15114
  */
15115
15115
 
15116
15116
  /**
@@ -15155,7 +15155,7 @@ function flatButtonsSet(buttons, jodit) {
15155
15155
  /*!
15156
15156
  * Jodit Editor (https://xdsoft.net/jodit/)
15157
15157
  * Released under MIT see LICENSE.txt in the project root for license information.
15158
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15158
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15159
15159
  */
15160
15160
 
15161
15161
 
@@ -15239,7 +15239,7 @@ function findControlType(path, controls) {
15239
15239
  /*!
15240
15240
  * Jodit Editor (https://xdsoft.net/jodit/)
15241
15241
  * Released under MIT see LICENSE.txt in the project root for license information.
15242
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15242
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15243
15243
  */
15244
15244
 
15245
15245
 
@@ -15274,7 +15274,7 @@ function getStrongControlTypes(items, controls) {
15274
15274
  /*!
15275
15275
  * Jodit Editor (https://xdsoft.net/jodit/)
15276
15276
  * Released under MIT see LICENSE.txt in the project root for license information.
15277
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15277
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15278
15278
  */
15279
15279
 
15280
15280
 
@@ -15401,7 +15401,7 @@ Icon.__cache = new Map();
15401
15401
  /*!
15402
15402
  * Jodit Editor (https://xdsoft.net/jodit/)
15403
15403
  * Released under MIT see LICENSE.txt in the project root for license information.
15404
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15404
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15405
15405
  */
15406
15406
  /**
15407
15407
  * [[include:core/ui/README.md]]
@@ -15430,7 +15430,7 @@ Icon.__cache = new Map();
15430
15430
  /*!
15431
15431
  * Jodit Editor (https://xdsoft.net/jodit/)
15432
15432
  * Released under MIT see LICENSE.txt in the project root for license information.
15433
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15433
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15434
15434
  */
15435
15435
  /**
15436
15436
  * @module ui/popup
@@ -15460,7 +15460,7 @@ Icon.__cache = new Map();
15460
15460
  /*!
15461
15461
  * Jodit Editor (https://xdsoft.net/jodit/)
15462
15462
  * Released under MIT see LICENSE.txt in the project root for license information.
15463
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15463
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15464
15464
  */
15465
15465
 
15466
15466
 
@@ -15813,7 +15813,7 @@ class Popup extends jodit_core_ui_group_group__WEBPACK_IMPORTED_MODULE_7__/* .UI
15813
15813
  /*!
15814
15814
  * Jodit Editor (https://xdsoft.net/jodit/)
15815
15815
  * Released under MIT see LICENSE.txt in the project root for license information.
15816
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15816
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15817
15817
  */
15818
15818
 
15819
15819
 
@@ -15874,7 +15874,7 @@ class ProgressBar extends jodit_core_ui_element__WEBPACK_IMPORTED_MODULE_1__/* .
15874
15874
  /*!
15875
15875
  * Jodit Editor (https://xdsoft.net/jodit/)
15876
15876
  * Released under MIT see LICENSE.txt in the project root for license information.
15877
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15877
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15878
15878
  */
15879
15879
 
15880
15880
 
@@ -16045,7 +16045,7 @@ class ViewWithToolbar extends jodit_core_view_view__WEBPACK_IMPORTED_MODULE_6__/
16045
16045
  /*!
16046
16046
  * Jodit Editor (https://xdsoft.net/jodit/)
16047
16047
  * Released under MIT see LICENSE.txt in the project root for license information.
16048
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
16048
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
16049
16049
  */
16050
16050
  var View_1;
16051
16051
 
@@ -16364,7 +16364,7 @@ View.defaultOptions = {
16364
16364
  /*!
16365
16365
  * Jodit Editor (https://xdsoft.net/jodit/)
16366
16366
  * Released under MIT see LICENSE.txt in the project root for license information.
16367
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
16367
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
16368
16368
  */
16369
16369
  var Jodit_1;
16370
16370
 
@@ -17658,7 +17658,7 @@ function addClassNames(className, elm) {
17658
17658
  /*!
17659
17659
  * Jodit Editor (https://xdsoft.net/jodit/)
17660
17660
  * Released under MIT see LICENSE.txt in the project root for license information.
17661
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
17661
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
17662
17662
  */
17663
17663
 
17664
17664
 
@@ -17748,7 +17748,7 @@ Object.keys(exp).forEach((lang) => {
17748
17748
  /*!
17749
17749
  * Jodit Editor (https://xdsoft.net/jodit/)
17750
17750
  * Released under MIT see LICENSE.txt in the project root for license information.
17751
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
17751
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
17752
17752
  */
17753
17753
 
17754
17754
 
@@ -17823,7 +17823,7 @@ ContextMenu = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .Cg)([
17823
17823
  /*!
17824
17824
  * Jodit Editor (https://xdsoft.net/jodit/)
17825
17825
  * Released under MIT see LICENSE.txt in the project root for license information.
17826
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
17826
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
17827
17827
  */
17828
17828
 
17829
17829
 
@@ -17882,7 +17882,7 @@ function Alert(msg, title, callback, className = 'jodit-dialog_alert') {
17882
17882
  /*!
17883
17883
  * Jodit Editor (https://xdsoft.net/jodit/)
17884
17884
  * Released under MIT see LICENSE.txt in the project root for license information.
17885
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
17885
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
17886
17886
  */
17887
17887
 
17888
17888
 
@@ -17958,7 +17958,7 @@ function Confirm(msg, title, callback) {
17958
17958
  /*!
17959
17959
  * Jodit Editor (https://xdsoft.net/jodit/)
17960
17960
  * Released under MIT see LICENSE.txt in the project root for license information.
17961
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
17961
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
17962
17962
  */
17963
17963
  var Dialog_1;
17964
17964
 
@@ -18591,7 +18591,7 @@ Dialog.defaultOptions = {
18591
18591
  /*!
18592
18592
  * Jodit Editor (https://xdsoft.net/jodit/)
18593
18593
  * Released under MIT see LICENSE.txt in the project root for license information.
18594
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18594
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18595
18595
  */
18596
18596
  /**
18597
18597
  * [[include:modules/dialog/README.md]]
@@ -18620,7 +18620,7 @@ Dialog.defaultOptions = {
18620
18620
  /*!
18621
18621
  * Jodit Editor (https://xdsoft.net/jodit/)
18622
18622
  * Released under MIT see LICENSE.txt in the project root for license information.
18623
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18623
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18624
18624
  */
18625
18625
 
18626
18626
 
@@ -18705,7 +18705,7 @@ function Prompt(msg, title, callback, placeholder, defaultValue) {
18705
18705
  /*!
18706
18706
  * Jodit Editor (https://xdsoft.net/jodit/)
18707
18707
  * Released under MIT see LICENSE.txt in the project root for license information.
18708
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18708
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18709
18709
  */
18710
18710
 
18711
18711
 
@@ -18877,7 +18877,7 @@ const CLASS_PREVIEW = 'jodit-file-browser-preview', preview_tpl_next = (next = '
18877
18877
  /*!
18878
18878
  * Jodit Editor (https://xdsoft.net/jodit/)
18879
18879
  * Released under MIT see LICENSE.txt in the project root for license information.
18880
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18880
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18881
18881
  */
18882
18882
  const map = new WeakMap();
18883
18883
  /**
@@ -18907,7 +18907,7 @@ const elementsMap = (view) => {
18907
18907
  /*!
18908
18908
  * Jodit Editor (https://xdsoft.net/jodit/)
18909
18909
  * Released under MIT see LICENSE.txt in the project root for license information.
18910
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18910
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18911
18911
  */
18912
18912
 
18913
18913
  class FileBrowserItem {
@@ -18985,7 +18985,7 @@ class FileBrowserItem {
18985
18985
  /*!
18986
18986
  * Jodit Editor (https://xdsoft.net/jodit/)
18987
18987
  * Released under MIT see LICENSE.txt in the project root for license information.
18988
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18988
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18989
18989
  */
18990
18990
 
18991
18991
 
@@ -19334,7 +19334,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_3__/* .Config */ .T.prototype.controls.fil
19334
19334
  /*!
19335
19335
  * Jodit Editor (https://xdsoft.net/jodit/)
19336
19336
  * Released under MIT see LICENSE.txt in the project root for license information.
19337
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19337
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19338
19338
  */
19339
19339
 
19340
19340
 
@@ -19742,7 +19742,7 @@ DataProvider = (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */ .Cg)([
19742
19742
  /*!
19743
19743
  * Jodit Editor (https://xdsoft.net/jodit/)
19744
19744
  * Released under MIT see LICENSE.txt in the project root for license information.
19745
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19745
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19746
19746
  */
19747
19747
 
19748
19748
 
@@ -19766,7 +19766,7 @@ function makeContextMenu(parent) {
19766
19766
  /*!
19767
19767
  * Jodit Editor (https://xdsoft.net/jodit/)
19768
19768
  * Released under MIT see LICENSE.txt in the project root for license information.
19769
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19769
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19770
19770
  */
19771
19771
  /**
19772
19772
  * Removes a file from the server
@@ -19794,7 +19794,7 @@ function deleteFile(fb, name, source) {
19794
19794
  /*!
19795
19795
  * Jodit Editor (https://xdsoft.net/jodit/)
19796
19796
  * Released under MIT see LICENSE.txt in the project root for license information.
19797
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19797
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19798
19798
  */
19799
19799
  /**
19800
19800
  * Loads a list of files and adds them to the state
@@ -19834,7 +19834,7 @@ function loadItems(fb) {
19834
19834
  /*!
19835
19835
  * Jodit Editor (https://xdsoft.net/jodit/)
19836
19836
  * Released under MIT see LICENSE.txt in the project root for license information.
19837
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19837
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19838
19838
  */
19839
19839
 
19840
19840
 
@@ -19894,7 +19894,7 @@ async function loadTree(fb) {
19894
19894
  /*!
19895
19895
  * Jodit Editor (https://xdsoft.net/jodit/)
19896
19896
  * Released under MIT see LICENSE.txt in the project root for license information.
19897
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19897
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19898
19898
  */
19899
19899
 
19900
19900
 
@@ -20260,7 +20260,7 @@ function isEqualButtonList(prevButtons, buttons) {
20260
20260
  /*!
20261
20261
  * Jodit Editor (https://xdsoft.net/jodit/)
20262
20262
  * Released under MIT see LICENSE.txt in the project root for license information.
20263
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20263
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20264
20264
  */
20265
20265
  /**
20266
20266
  * [[include:modules/file-browser/README.md]]
@@ -20289,7 +20289,7 @@ function isEqualButtonList(prevButtons, buttons) {
20289
20289
  /*!
20290
20290
  * Jodit Editor (https://xdsoft.net/jodit/)
20291
20291
  * Released under MIT see LICENSE.txt in the project root for license information.
20292
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20292
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20293
20293
  */
20294
20294
 
20295
20295
 
@@ -20409,7 +20409,7 @@ function nativeListeners() {
20409
20409
  /*!
20410
20410
  * Jodit Editor (https://xdsoft.net/jodit/)
20411
20411
  * Released under MIT see LICENSE.txt in the project root for license information.
20412
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20412
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20413
20413
  */
20414
20414
 
20415
20415
 
@@ -20553,7 +20553,7 @@ function selfListeners() {
20553
20553
  /*!
20554
20554
  * Jodit Editor (https://xdsoft.net/jodit/)
20555
20555
  * Released under MIT see LICENSE.txt in the project root for license information.
20556
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20556
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20557
20557
  */
20558
20558
 
20559
20559
 
@@ -20711,7 +20711,7 @@ function stateListeners() {
20711
20711
  /*!
20712
20712
  * Jodit Editor (https://xdsoft.net/jodit/)
20713
20713
  * Released under MIT see LICENSE.txt in the project root for license information.
20714
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20714
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20715
20715
  */
20716
20716
 
20717
20717
 
@@ -20737,7 +20737,7 @@ class FileBrowserFiles extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__/* .UIG
20737
20737
  /*!
20738
20738
  * Jodit Editor (https://xdsoft.net/jodit/)
20739
20739
  * Released under MIT see LICENSE.txt in the project root for license information.
20740
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20740
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20741
20741
  */
20742
20742
  /**
20743
20743
  * @module modules/file-browser
@@ -20759,7 +20759,7 @@ class FileBrowserFiles extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__/* .UIG
20759
20759
  /*!
20760
20760
  * Jodit Editor (https://xdsoft.net/jodit/)
20761
20761
  * Released under MIT see LICENSE.txt in the project root for license information.
20762
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20762
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20763
20763
  */
20764
20764
 
20765
20765
 
@@ -20782,7 +20782,7 @@ class FileBrowserTree extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__/* .UIGr
20782
20782
  /*!
20783
20783
  * Jodit Editor (https://xdsoft.net/jodit/)
20784
20784
  * Released under MIT see LICENSE.txt in the project root for license information.
20785
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20785
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20786
20786
  */
20787
20787
  class Command {
20788
20788
  undo() {
@@ -20819,7 +20819,7 @@ class Command {
20819
20819
  /*!
20820
20820
  * Jodit Editor (https://xdsoft.net/jodit/)
20821
20821
  * Released under MIT see LICENSE.txt in the project root for license information.
20822
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20822
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20823
20823
  */
20824
20824
 
20825
20825
 
@@ -20992,7 +20992,7 @@ class History extends jodit_core_component__WEBPACK_IMPORTED_MODULE_0__/* .ViewC
20992
20992
  /*!
20993
20993
  * Jodit Editor (https://xdsoft.net/jodit/)
20994
20994
  * Released under MIT see LICENSE.txt in the project root for license information.
20995
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20995
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20996
20996
  */
20997
20997
 
20998
20998
 
@@ -21216,7 +21216,7 @@ class Snapshot extends jodit_core_component__WEBPACK_IMPORTED_MODULE_0__/* .View
21216
21216
  /*!
21217
21217
  * Jodit Editor (https://xdsoft.net/jodit/)
21218
21218
  * Released under MIT see LICENSE.txt in the project root for license information.
21219
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
21219
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
21220
21220
  */
21221
21221
  class Stack {
21222
21222
  constructor(size) {
@@ -21293,7 +21293,7 @@ class Stack {
21293
21293
  /*!
21294
21294
  * Jodit Editor (https://xdsoft.net/jodit/)
21295
21295
  * Released under MIT see LICENSE.txt in the project root for license information.
21296
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
21296
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
21297
21297
  */
21298
21298
 
21299
21299
 
@@ -21339,7 +21339,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_0__/* .Icon */ .I.set('crop', (_icon
21339
21339
  /*!
21340
21340
  * Jodit Editor (https://xdsoft.net/jodit/)
21341
21341
  * Released under MIT see LICENSE.txt in the project root for license information.
21342
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
21342
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
21343
21343
  */
21344
21344
  var ImageEditor_1;
21345
21345
 
@@ -21920,7 +21920,7 @@ function openImageEditor(href, name, path, source, onSuccess, onFailed) {
21920
21920
  /*!
21921
21921
  * Jodit Editor (https://xdsoft.net/jodit/)
21922
21922
  * Released under MIT see LICENSE.txt in the project root for license information.
21923
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
21923
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
21924
21924
  */
21925
21925
 
21926
21926
  const jie = 'jodit-image-editor';
@@ -22097,7 +22097,7 @@ __webpack_require__.r(__webpack_exports__);
22097
22097
  /*!
22098
22098
  * Jodit Editor (https://xdsoft.net/jodit/)
22099
22099
  * Released under MIT see LICENSE.txt in the project root for license information.
22100
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
22100
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
22101
22101
  */
22102
22102
  /**
22103
22103
  * [[include:modules/README.md]]
@@ -22149,7 +22149,7 @@ __webpack_require__.r(__webpack_exports__);
22149
22149
  /*!
22150
22150
  * Jodit Editor (https://xdsoft.net/jodit/)
22151
22151
  * Released under MIT see LICENSE.txt in the project root for license information.
22152
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
22152
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
22153
22153
  */
22154
22154
 
22155
22155
 
@@ -22188,7 +22188,7 @@ UIMessage = (0,tslib__WEBPACK_IMPORTED_MODULE_1__/* .__decorate */ .Cg)([
22188
22188
  /*!
22189
22189
  * Jodit Editor (https://xdsoft.net/jodit/)
22190
22190
  * Released under MIT see LICENSE.txt in the project root for license information.
22191
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
22191
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
22192
22192
  */
22193
22193
 
22194
22194
 
@@ -22323,7 +22323,7 @@ UIMessages = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .Cg)([
22323
22323
  /*!
22324
22324
  * Jodit Editor (https://xdsoft.net/jodit/)
22325
22325
  * Released under MIT see LICENSE.txt in the project root for license information.
22326
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
22326
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
22327
22327
  */
22328
22328
 
22329
22329
 
@@ -22430,7 +22430,7 @@ StatusBar = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .Cg)([
22430
22430
  /*!
22431
22431
  * Jodit Editor (https://xdsoft.net/jodit/)
22432
22432
  * Released under MIT see LICENSE.txt in the project root for license information.
22433
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
22433
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
22434
22434
  */
22435
22435
 
22436
22436
 
@@ -23128,7 +23128,7 @@ const instance = (j) => j.getInstance('Table', j.o);
23128
23128
  /*!
23129
23129
  * Jodit Editor (https://xdsoft.net/jodit/)
23130
23130
  * Released under MIT see LICENSE.txt in the project root for license information.
23131
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23131
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23132
23132
  */
23133
23133
 
23134
23134
 
@@ -23551,7 +23551,7 @@ ToolbarButton = (0,tslib__WEBPACK_IMPORTED_MODULE_10__/* .__decorate */ .Cg)([
23551
23551
  /*!
23552
23552
  * Jodit Editor (https://xdsoft.net/jodit/)
23553
23553
  * Released under MIT see LICENSE.txt in the project root for license information.
23554
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23554
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23555
23555
  */
23556
23556
 
23557
23557
 
@@ -23608,7 +23608,7 @@ ToolbarContent = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .Cg)([
23608
23608
  /*!
23609
23609
  * Jodit Editor (https://xdsoft.net/jodit/)
23610
23610
  * Released under MIT see LICENSE.txt in the project root for license information.
23611
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23611
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23612
23612
  */
23613
23613
  /**
23614
23614
  * @module modules/toolbar/button
@@ -23635,7 +23635,7 @@ ToolbarContent = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .Cg)([
23635
23635
  /*!
23636
23636
  * Jodit Editor (https://xdsoft.net/jodit/)
23637
23637
  * Released under MIT see LICENSE.txt in the project root for license information.
23638
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23638
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23639
23639
  */
23640
23640
 
23641
23641
 
@@ -23690,7 +23690,7 @@ ToolbarSelect = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .Cg)([
23690
23690
  /*!
23691
23691
  * Jodit Editor (https://xdsoft.net/jodit/)
23692
23692
  * Released under MIT see LICENSE.txt in the project root for license information.
23693
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23693
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23694
23694
  */
23695
23695
 
23696
23696
 
@@ -23823,7 +23823,7 @@ ToolbarCollection = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .Cg)(
23823
23823
  /*!
23824
23824
  * Jodit Editor (https://xdsoft.net/jodit/)
23825
23825
  * Released under MIT see LICENSE.txt in the project root for license information.
23826
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23826
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23827
23827
  */
23828
23828
 
23829
23829
 
@@ -23969,7 +23969,7 @@ ToolbarEditorCollection = (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */
23969
23969
  /*!
23970
23970
  * Jodit Editor (https://xdsoft.net/jodit/)
23971
23971
  * Released under MIT see LICENSE.txt in the project root for license information.
23972
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23972
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23973
23973
  */
23974
23974
 
23975
23975
 
@@ -24023,7 +24023,7 @@ function makeSelect(view, control, target = null) {
24023
24023
  /*!
24024
24024
  * Jodit Editor (https://xdsoft.net/jodit/)
24025
24025
  * Released under MIT see LICENSE.txt in the project root for license information.
24026
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24026
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24027
24027
  */
24028
24028
 
24029
24029
 
@@ -24121,7 +24121,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.uploader = {
24121
24121
  /*!
24122
24122
  * Jodit Editor (https://xdsoft.net/jodit/)
24123
24123
  * Released under MIT see LICENSE.txt in the project root for license information.
24124
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24124
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24125
24125
  */
24126
24126
 
24127
24127
  function buildData(uploader, data) {
@@ -24159,7 +24159,7 @@ function buildData(uploader, data) {
24159
24159
  /*!
24160
24160
  * Jodit Editor (https://xdsoft.net/jodit/)
24161
24161
  * Released under MIT see LICENSE.txt in the project root for license information.
24162
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24162
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24163
24163
  */
24164
24164
  /**
24165
24165
  * @module modules/uploader
@@ -24203,7 +24203,7 @@ function dataURItoBlob(dataURI) {
24203
24203
  /*!
24204
24204
  * Jodit Editor (https://xdsoft.net/jodit/)
24205
24205
  * Released under MIT see LICENSE.txt in the project root for license information.
24206
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24206
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24207
24207
  */
24208
24208
 
24209
24209
 
@@ -24236,7 +24236,7 @@ function hasItems(data) {
24236
24236
  /*!
24237
24237
  * Jodit Editor (https://xdsoft.net/jodit/)
24238
24238
  * Released under MIT see LICENSE.txt in the project root for license information.
24239
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24239
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24240
24240
  */
24241
24241
 
24242
24242
 
@@ -24282,7 +24282,7 @@ function processOldBrowserDrag(self, cData, handlerSuccess, handlerError, onFina
24282
24282
  /*!
24283
24283
  * Jodit Editor (https://xdsoft.net/jodit/)
24284
24284
  * Released under MIT see LICENSE.txt in the project root for license information.
24285
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24285
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24286
24286
  */
24287
24287
 
24288
24288
 
@@ -24409,7 +24409,7 @@ function readImagesWithReader(fileList, imagesExtensions, promises, uploader, ha
24409
24409
  /*!
24410
24410
  * Jodit Editor (https://xdsoft.net/jodit/)
24411
24411
  * Released under MIT see LICENSE.txt in the project root for license information.
24412
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24412
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24413
24413
  */
24414
24414
 
24415
24415
 
@@ -24502,7 +24502,7 @@ function send(uploader, data) {
24502
24502
  /*!
24503
24503
  * Jodit Editor (https://xdsoft.net/jodit/)
24504
24504
  * Released under MIT see LICENSE.txt in the project root for license information.
24505
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24505
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24506
24506
  */
24507
24507
 
24508
24508
 
@@ -24710,7 +24710,7 @@ class Uploader extends jodit_core_component___WEBPACK_IMPORTED_MODULE_0__/* .Vie
24710
24710
  /*!
24711
24711
  * Jodit Editor (https://xdsoft.net/jodit/)
24712
24712
  * Released under MIT see LICENSE.txt in the project root for license information.
24713
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24713
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24714
24714
  */
24715
24715
 
24716
24716
 
@@ -24815,7 +24815,7 @@ const ColorPickerWidget = (editor, callback, coldColor) => {
24815
24815
  /*!
24816
24816
  * Jodit Editor (https://xdsoft.net/jodit/)
24817
24817
  * Released under MIT see LICENSE.txt in the project root for license information.
24818
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24818
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24819
24819
  */
24820
24820
 
24821
24821
 
@@ -24949,7 +24949,7 @@ function val(elm, selector, value) {
24949
24949
  /*!
24950
24950
  * Jodit Editor (https://xdsoft.net/jodit/)
24951
24951
  * Released under MIT see LICENSE.txt in the project root for license information.
24952
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24952
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24953
24953
  */
24954
24954
  /**
24955
24955
  * [[include:modules/widget/README.md]]
@@ -24978,7 +24978,7 @@ function val(elm, selector, value) {
24978
24978
  /*!
24979
24979
  * Jodit Editor (https://xdsoft.net/jodit/)
24980
24980
  * Released under MIT see LICENSE.txt in the project root for license information.
24981
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24981
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24982
24982
  */
24983
24983
 
24984
24984
 
@@ -25118,7 +25118,7 @@ const TabsWidget = (jodit, tabs, state) => {
25118
25118
  /*!
25119
25119
  * Jodit Editor (https://xdsoft.net/jodit/)
25120
25120
  * Released under MIT see LICENSE.txt in the project root for license information.
25121
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25121
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25122
25122
  */
25123
25123
 
25124
25124
 
@@ -25183,7 +25183,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_3__/* .Icon */ .I.set('about', (_abo
25183
25183
  /*!
25184
25184
  * Jodit Editor (https://xdsoft.net/jodit/)
25185
25185
  * Released under MIT see LICENSE.txt in the project root for license information.
25186
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25186
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25187
25187
  */
25188
25188
 
25189
25189
 
@@ -25416,7 +25416,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('addNe
25416
25416
  /*!
25417
25417
  * Jodit Editor (https://xdsoft.net/jodit/)
25418
25418
  * Released under MIT see LICENSE.txt in the project root for license information.
25419
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25419
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25420
25420
  */
25421
25421
 
25422
25422
 
@@ -25454,7 +25454,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_0__/* .Icon */ .I.set('enter', (_ent
25454
25454
  /*!
25455
25455
  * Jodit Editor (https://xdsoft.net/jodit/)
25456
25456
  * Released under MIT see LICENSE.txt in the project root for license information.
25457
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25457
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25458
25458
  */
25459
25459
 
25460
25460
 
@@ -25579,7 +25579,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('ai-as
25579
25579
  /*!
25580
25580
  * Jodit Editor (https://xdsoft.net/jodit/)
25581
25581
  * Released under MIT see LICENSE.txt in the project root for license information.
25582
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25582
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25583
25583
  */
25584
25584
 
25585
25585
 
@@ -25679,7 +25679,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_1__/* .Config */ .T.prototype.controls['ai
25679
25679
  /*!
25680
25680
  * Jodit Editor (https://xdsoft.net/jodit/)
25681
25681
  * Released under MIT see LICENSE.txt in the project root for license information.
25682
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25682
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25683
25683
  */
25684
25684
  module.exports = {
25685
25685
  aiAssistant: 'AI Assistant',
@@ -25701,7 +25701,7 @@ module.exports = {
25701
25701
  /*!
25702
25702
  * Jodit Editor (https://xdsoft.net/jodit/)
25703
25703
  * Released under MIT see LICENSE.txt in the project root for license information.
25704
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25704
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25705
25705
  */
25706
25706
  module.exports = {
25707
25707
  aiAssistant: 'Asistente de IA',
@@ -25762,7 +25762,7 @@ __webpack_require__.r(__webpack_exports__);
25762
25762
  /*!
25763
25763
  * Jodit Editor (https://xdsoft.net/jodit/)
25764
25764
  * Released under MIT see LICENSE.txt in the project root for license information.
25765
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25765
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25766
25766
  */
25767
25767
  /**
25768
25768
  * @module plugins/ai-assistant
@@ -25791,7 +25791,7 @@ __webpack_require__.r(__webpack_exports__);
25791
25791
  /*!
25792
25792
  * Jodit Editor (https://xdsoft.net/jodit/)
25793
25793
  * Released under MIT see LICENSE.txt in the project root for license information.
25794
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25794
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25795
25795
  */
25796
25796
 
25797
25797
 
@@ -25953,7 +25953,7 @@ UiAiAssistant = (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */ .Cg)([
25953
25953
  /*!
25954
25954
  * Jodit Editor (https://xdsoft.net/jodit/)
25955
25955
  * Released under MIT see LICENSE.txt in the project root for license information.
25956
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25956
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25957
25957
  */
25958
25958
 
25959
25959
 
@@ -26094,7 +26094,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('backs
26094
26094
  /*!
26095
26095
  * Jodit Editor (https://xdsoft.net/jodit/)
26096
26096
  * Released under MIT see LICENSE.txt in the project root for license information.
26097
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26097
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26098
26098
  */
26099
26099
 
26100
26100
 
@@ -26170,7 +26170,7 @@ function moveContentAndRemoveEmpty(jodit, mainClosestBox, sibling, backspace) {
26170
26170
  /*!
26171
26171
  * Jodit Editor (https://xdsoft.net/jodit/)
26172
26172
  * Released under MIT see LICENSE.txt in the project root for license information.
26173
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26173
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26174
26174
  */
26175
26175
 
26176
26176
 
@@ -26220,7 +26220,7 @@ function checkJoinTwoLists(jodit, fakeNode, backspace) {
26220
26220
  /*!
26221
26221
  * Jodit Editor (https://xdsoft.net/jodit/)
26222
26222
  * Released under MIT see LICENSE.txt in the project root for license information.
26223
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26223
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26224
26224
  */
26225
26225
  /**
26226
26226
  * On Not collapsed selection - should only remove whole selected content
@@ -26260,7 +26260,7 @@ function checkNotCollapsed(jodit) {
26260
26260
  /*!
26261
26261
  * Jodit Editor (https://xdsoft.net/jodit/)
26262
26262
  * Released under MIT see LICENSE.txt in the project root for license information.
26263
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26263
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26264
26264
  */
26265
26265
 
26266
26266
 
@@ -26434,7 +26434,7 @@ function checkRepeatRemoveCharAction(backspace, sibling, fakeNode, mode, removed
26434
26434
  /*!
26435
26435
  * Jodit Editor (https://xdsoft.net/jodit/)
26436
26436
  * Released under MIT see LICENSE.txt in the project root for license information.
26437
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26437
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26438
26438
  */
26439
26439
 
26440
26440
 
@@ -26475,7 +26475,7 @@ function checkRemoveContentNotEditable(jodit, fakeNode, backspace) {
26475
26475
  /*!
26476
26476
  * Jodit Editor (https://xdsoft.net/jodit/)
26477
26477
  * Released under MIT see LICENSE.txt in the project root for license information.
26478
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26478
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26479
26479
  */
26480
26480
 
26481
26481
  /**
@@ -26521,7 +26521,7 @@ function checkRemoveEmptyNeighbor(jodit, fakeNode, backspace) {
26521
26521
  /*!
26522
26522
  * Jodit Editor (https://xdsoft.net/jodit/)
26523
26523
  * Released under MIT see LICENSE.txt in the project root for license information.
26524
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26524
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26525
26525
  */
26526
26526
 
26527
26527
 
@@ -26590,7 +26590,7 @@ function checkRemoveEmptyParent(jodit, fakeNode, backspace) {
26590
26590
  /*!
26591
26591
  * Jodit Editor (https://xdsoft.net/jodit/)
26592
26592
  * Released under MIT see LICENSE.txt in the project root for license information.
26593
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26593
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26594
26594
  */
26595
26595
 
26596
26596
 
@@ -26641,7 +26641,7 @@ function checkRemoveUnbreakableElement(jodit, fakeNode, backspace) {
26641
26641
  /*!
26642
26642
  * Jodit Editor (https://xdsoft.net/jodit/)
26643
26643
  * Released under MIT see LICENSE.txt in the project root for license information.
26644
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26644
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26645
26645
  */
26646
26646
 
26647
26647
  /**
@@ -26681,7 +26681,7 @@ function checkTableCell(jodit, fakeNode) {
26681
26681
  /*!
26682
26682
  * Jodit Editor (https://xdsoft.net/jodit/)
26683
26683
  * Released under MIT see LICENSE.txt in the project root for license information.
26684
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26684
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26685
26685
  */
26686
26686
 
26687
26687
 
@@ -26742,7 +26742,7 @@ function checkUnwrapFirstListItem(jodit, fakeNode, backspace) {
26742
26742
  /*!
26743
26743
  * Jodit Editor (https://xdsoft.net/jodit/)
26744
26744
  * Released under MIT see LICENSE.txt in the project root for license information.
26745
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26745
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26746
26746
  */
26747
26747
  /**
26748
26748
  * @module plugins/backspace
@@ -26782,7 +26782,7 @@ const cases = [
26782
26782
  /*!
26783
26783
  * Jodit Editor (https://xdsoft.net/jodit/)
26784
26784
  * Released under MIT see LICENSE.txt in the project root for license information.
26785
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26785
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26786
26786
  */
26787
26787
  /**
26788
26788
  * @module plugins/backspace
@@ -26814,7 +26814,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.delete = {
26814
26814
  /*!
26815
26815
  * Jodit Editor (https://xdsoft.net/jodit/)
26816
26816
  * Released under MIT see LICENSE.txt in the project root for license information.
26817
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26817
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26818
26818
  */
26819
26819
 
26820
26820
  /**
@@ -26875,7 +26875,7 @@ function getMoveFilter(jodit) {
26875
26875
  /*!
26876
26876
  * Jodit Editor (https://xdsoft.net/jodit/)
26877
26877
  * Released under MIT see LICENSE.txt in the project root for license information.
26878
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26878
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26879
26879
  */
26880
26880
 
26881
26881
 
@@ -26966,7 +26966,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_2__/* .Icon */ .I.set('bold', (_icon
26966
26966
  /*!
26967
26967
  * Jodit Editor (https://xdsoft.net/jodit/)
26968
26968
  * Released under MIT see LICENSE.txt in the project root for license information.
26969
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26969
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26970
26970
  */
26971
26971
 
26972
26972
  jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.controls.subscript = {
@@ -27029,7 +27029,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.controls.str
27029
27029
  /*!
27030
27030
  * Jodit Editor (https://xdsoft.net/jodit/)
27031
27031
  * Released under MIT see LICENSE.txt in the project root for license information.
27032
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27032
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27033
27033
  */
27034
27034
 
27035
27035
 
@@ -27148,7 +27148,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_4__/* .Icon */ .I.set('class-span',
27148
27148
  /*!
27149
27149
  * Jodit Editor (https://xdsoft.net/jodit/)
27150
27150
  * Released under MIT see LICENSE.txt in the project root for license information.
27151
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27151
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27152
27152
  */
27153
27153
 
27154
27154
 
@@ -27271,7 +27271,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('clean
27271
27271
  /*!
27272
27272
  * Jodit Editor (https://xdsoft.net/jodit/)
27273
27273
  * Released under MIT see LICENSE.txt in the project root for license information.
27274
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27274
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27275
27275
  */
27276
27276
 
27277
27277
 
@@ -27313,7 +27313,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_0__/* .Icon */ .I.set('eraser', (_er
27313
27313
  /*!
27314
27314
  * Jodit Editor (https://xdsoft.net/jodit/)
27315
27315
  * Released under MIT see LICENSE.txt in the project root for license information.
27316
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27316
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27317
27317
  */
27318
27318
 
27319
27319
 
@@ -27379,7 +27379,7 @@ function getHash(tags) {
27379
27379
  /*!
27380
27380
  * Jodit Editor (https://xdsoft.net/jodit/)
27381
27381
  * Released under MIT see LICENSE.txt in the project root for license information.
27382
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27382
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27383
27383
  */
27384
27384
  /**
27385
27385
  * @module plugins/clean-html
@@ -27405,7 +27405,7 @@ function getHash(tags) {
27405
27405
  /*!
27406
27406
  * Jodit Editor (https://xdsoft.net/jodit/)
27407
27407
  * Released under MIT see LICENSE.txt in the project root for license information.
27408
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27408
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27409
27409
  */
27410
27410
 
27411
27411
 
@@ -27464,7 +27464,7 @@ function isInlineBlock(node) {
27464
27464
  /*!
27465
27465
  * Jodit Editor (https://xdsoft.net/jodit/)
27466
27466
  * Released under MIT see LICENSE.txt in the project root for license information.
27467
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27467
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27468
27468
  */
27469
27469
 
27470
27470
 
@@ -27529,7 +27529,7 @@ function removeFormatForSelection(jodit) {
27529
27529
  /*!
27530
27530
  * Jodit Editor (https://xdsoft.net/jodit/)
27531
27531
  * Released under MIT see LICENSE.txt in the project root for license information.
27532
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27532
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27533
27533
  */
27534
27534
 
27535
27535
  /**
@@ -27572,7 +27572,7 @@ function allowAttributes(jodit, nodeElm, hadEffect, allow) {
27572
27572
  /*!
27573
27573
  * Jodit Editor (https://xdsoft.net/jodit/)
27574
27574
  * Released under MIT see LICENSE.txt in the project root for license information.
27575
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27575
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27576
27576
  */
27577
27577
 
27578
27578
 
@@ -27625,7 +27625,7 @@ __webpack_require__.r(__webpack_exports__);
27625
27625
  /*!
27626
27626
  * Jodit Editor (https://xdsoft.net/jodit/)
27627
27627
  * Released under MIT see LICENSE.txt in the project root for license information.
27628
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27628
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27629
27629
  */
27630
27630
  /**
27631
27631
  * @module plugins/clean-html
@@ -27655,7 +27655,7 @@ __webpack_require__.r(__webpack_exports__);
27655
27655
  /*!
27656
27656
  * Jodit Editor (https://xdsoft.net/jodit/)
27657
27657
  * Released under MIT see LICENSE.txt in the project root for license information.
27658
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27658
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27659
27659
  */
27660
27660
 
27661
27661
  /**
@@ -27687,7 +27687,7 @@ function removeEmptyTextNode(jodit, node, hadEffect, arg, argi, currentNode) {
27687
27687
  /*!
27688
27688
  * Jodit Editor (https://xdsoft.net/jodit/)
27689
27689
  * Released under MIT see LICENSE.txt in the project root for license information.
27690
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27690
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27691
27691
  */
27692
27692
 
27693
27693
 
@@ -27729,7 +27729,7 @@ function removeInvTextNodes(jodit, node, hadEffect, arg, argi, currentNode) {
27729
27729
  /*!
27730
27730
  * Jodit Editor (https://xdsoft.net/jodit/)
27731
27731
  * Released under MIT see LICENSE.txt in the project root for license information.
27732
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27732
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27733
27733
  */
27734
27734
 
27735
27735
  /**
@@ -27773,7 +27773,7 @@ function replaceIfMatched(jodit, oldParent, list) {
27773
27773
  /*!
27774
27774
  * Jodit Editor (https://xdsoft.net/jodit/)
27775
27775
  * Released under MIT see LICENSE.txt in the project root for license information.
27776
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27776
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27777
27777
  */
27778
27778
 
27779
27779
 
@@ -27807,7 +27807,7 @@ function sanitizeAttributes(jodit, nodeElm, hadEffect) {
27807
27807
  /*!
27808
27808
  * Jodit Editor (https://xdsoft.net/jodit/)
27809
27809
  * Released under MIT see LICENSE.txt in the project root for license information.
27810
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27810
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27811
27811
  */
27812
27812
 
27813
27813
 
@@ -27853,7 +27853,7 @@ function isRemovableNode(jodit, node, current, allow, deny) {
27853
27853
  /*!
27854
27854
  * Jodit Editor (https://xdsoft.net/jodit/)
27855
27855
  * Released under MIT see LICENSE.txt in the project root for license information.
27856
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27856
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27857
27857
  */
27858
27858
 
27859
27859
 
@@ -27896,7 +27896,7 @@ function visitNodeWalker(jodit, nodeElm, allowTags, denyTags, currentSelectionNo
27896
27896
  /*!
27897
27897
  * Jodit Editor (https://xdsoft.net/jodit/)
27898
27898
  * Released under MIT see LICENSE.txt in the project root for license information.
27899
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27899
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27900
27900
  */
27901
27901
 
27902
27902
 
@@ -27985,7 +27985,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('clipb
27985
27985
  /*!
27986
27986
  * Jodit Editor (https://xdsoft.net/jodit/)
27987
27987
  * Released under MIT see LICENSE.txt in the project root for license information.
27988
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27988
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27989
27989
  */
27990
27990
 
27991
27991
 
@@ -28027,7 +28027,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_0__/* .Icon */ .I.set('copy', (_icon
28027
28027
  /*!
28028
28028
  * Jodit Editor (https://xdsoft.net/jodit/)
28029
28029
  * Released under MIT see LICENSE.txt in the project root for license information.
28030
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28030
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28031
28031
  */
28032
28032
 
28033
28033
 
@@ -28090,7 +28090,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('color
28090
28090
  /*!
28091
28091
  * Jodit Editor (https://xdsoft.net/jodit/)
28092
28092
  * Released under MIT see LICENSE.txt in the project root for license information.
28093
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28093
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28094
28094
  */
28095
28095
 
28096
28096
 
@@ -28261,7 +28261,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_3__/* .Config */ .T.prototype.controls.bru
28261
28261
  /*!
28262
28262
  * Jodit Editor (https://xdsoft.net/jodit/)
28263
28263
  * Released under MIT see LICENSE.txt in the project root for license information.
28264
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28264
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28265
28265
  */
28266
28266
 
28267
28267
 
@@ -28381,7 +28381,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_2__/* .Icon */ .I.set('copyformat',
28381
28381
  /*!
28382
28382
  * Jodit Editor (https://xdsoft.net/jodit/)
28383
28383
  * Released under MIT see LICENSE.txt in the project root for license information.
28384
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28384
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28385
28385
  */
28386
28386
  module.exports = {
28387
28387
  'copy-format': 'نسخ التنسيق'
@@ -28398,7 +28398,7 @@ module.exports = {
28398
28398
  /*!
28399
28399
  * Jodit Editor (https://xdsoft.net/jodit/)
28400
28400
  * Released under MIT see LICENSE.txt in the project root for license information.
28401
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28401
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28402
28402
  */
28403
28403
  module.exports = {
28404
28404
  'copy-format': 'Kopírovat formát'
@@ -28415,7 +28415,7 @@ module.exports = {
28415
28415
  /*!
28416
28416
  * Jodit Editor (https://xdsoft.net/jodit/)
28417
28417
  * Released under MIT see LICENSE.txt in the project root for license information.
28418
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28418
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28419
28419
  */
28420
28420
  module.exports = {
28421
28421
  'copy-format': 'Format kopierenт'
@@ -28432,7 +28432,7 @@ module.exports = {
28432
28432
  /*!
28433
28433
  * Jodit Editor (https://xdsoft.net/jodit/)
28434
28434
  * Released under MIT see LICENSE.txt in the project root for license information.
28435
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28435
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28436
28436
  */
28437
28437
  module.exports = {
28438
28438
  'copy-format': 'Copiar formato'
@@ -28449,7 +28449,7 @@ module.exports = {
28449
28449
  /*!
28450
28450
  * Jodit Editor (https://xdsoft.net/jodit/)
28451
28451
  * Released under MIT see LICENSE.txt in the project root for license information.
28452
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28452
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28453
28453
  */
28454
28454
  module.exports = {
28455
28455
  'copy-format': 'کپی کردن قالب'
@@ -28466,7 +28466,7 @@ module.exports = {
28466
28466
  /*!
28467
28467
  * Jodit Editor (https://xdsoft.net/jodit/)
28468
28468
  * Released under MIT see LICENSE.txt in the project root for license information.
28469
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28469
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28470
28470
  */
28471
28471
  module.exports = {
28472
28472
  'copy-format': 'Kopioi muotoilu'
@@ -28483,7 +28483,7 @@ module.exports = {
28483
28483
  /*!
28484
28484
  * Jodit Editor (https://xdsoft.net/jodit/)
28485
28485
  * Released under MIT see LICENSE.txt in the project root for license information.
28486
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28486
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28487
28487
  */
28488
28488
  module.exports = {
28489
28489
  'copy-format': 'Format de copie'
@@ -28500,7 +28500,7 @@ module.exports = {
28500
28500
  /*!
28501
28501
  * Jodit Editor (https://xdsoft.net/jodit/)
28502
28502
  * Released under MIT see LICENSE.txt in the project root for license information.
28503
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28503
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28504
28504
  */
28505
28505
  module.exports = {
28506
28506
  'copy-format': 'העתק עיצוב'
@@ -28517,7 +28517,7 @@ module.exports = {
28517
28517
  /*!
28518
28518
  * Jodit Editor (https://xdsoft.net/jodit/)
28519
28519
  * Released under MIT see LICENSE.txt in the project root for license information.
28520
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28520
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28521
28521
  */
28522
28522
  module.exports = {
28523
28523
  'copy-format': 'Formátum másolás'
@@ -28534,7 +28534,7 @@ module.exports = {
28534
28534
  /*!
28535
28535
  * Jodit Editor (https://xdsoft.net/jodit/)
28536
28536
  * Released under MIT see LICENSE.txt in the project root for license information.
28537
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28537
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28538
28538
  */
28539
28539
  module.exports = {
28540
28540
  'copy-format': 'salin format'
@@ -28616,7 +28616,7 @@ __webpack_require__.r(__webpack_exports__);
28616
28616
  /*!
28617
28617
  * Jodit Editor (https://xdsoft.net/jodit/)
28618
28618
  * Released under MIT see LICENSE.txt in the project root for license information.
28619
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28619
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28620
28620
  */
28621
28621
 
28622
28622
 
@@ -28652,7 +28652,7 @@ __webpack_require__.r(__webpack_exports__);
28652
28652
  /*!
28653
28653
  * Jodit Editor (https://xdsoft.net/jodit/)
28654
28654
  * Released under MIT see LICENSE.txt in the project root for license information.
28655
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28655
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28656
28656
  */
28657
28657
  module.exports = {
28658
28658
  'copy-format': 'Copia il formato'
@@ -28669,7 +28669,7 @@ module.exports = {
28669
28669
  /*!
28670
28670
  * Jodit Editor (https://xdsoft.net/jodit/)
28671
28671
  * Released under MIT see LICENSE.txt in the project root for license information.
28672
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28672
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28673
28673
  */
28674
28674
  module.exports = {
28675
28675
  'copy-format': 'copyformat'
@@ -28686,7 +28686,7 @@ module.exports = {
28686
28686
  /*!
28687
28687
  * Jodit Editor (https://xdsoft.net/jodit/)
28688
28688
  * Released under MIT see LICENSE.txt in the project root for license information.
28689
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28689
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28690
28690
  */
28691
28691
  module.exports = {
28692
28692
  'copy-format': '복사 형식'
@@ -28703,7 +28703,7 @@ module.exports = {
28703
28703
  /*!
28704
28704
  * Jodit Editor (https://xdsoft.net/jodit/)
28705
28705
  * Released under MIT see LICENSE.txt in the project root for license information.
28706
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28706
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28707
28707
  */
28708
28708
  module.exports = {
28709
28709
  'copy-format': 'Формат хуулах'
@@ -28720,7 +28720,7 @@ module.exports = {
28720
28720
  /*!
28721
28721
  * Jodit Editor (https://xdsoft.net/jodit/)
28722
28722
  * Released under MIT see LICENSE.txt in the project root for license information.
28723
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28723
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28724
28724
  */
28725
28725
  module.exports = {
28726
28726
  'copy-format': 'opmaak kopiëren'
@@ -28737,7 +28737,7 @@ module.exports = {
28737
28737
  /*!
28738
28738
  * Jodit Editor (https://xdsoft.net/jodit/)
28739
28739
  * Released under MIT see LICENSE.txt in the project root for license information.
28740
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28740
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28741
28741
  */
28742
28742
  module.exports = {
28743
28743
  'copy-format': 'format kopii'
@@ -28754,7 +28754,7 @@ module.exports = {
28754
28754
  /*!
28755
28755
  * Jodit Editor (https://xdsoft.net/jodit/)
28756
28756
  * Released under MIT see LICENSE.txt in the project root for license information.
28757
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28757
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28758
28758
  */
28759
28759
  module.exports = {
28760
28760
  'copy-format': 'Copiar formato'
@@ -28771,7 +28771,7 @@ module.exports = {
28771
28771
  /*!
28772
28772
  * Jodit Editor (https://xdsoft.net/jodit/)
28773
28773
  * Released under MIT see LICENSE.txt in the project root for license information.
28774
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28774
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28775
28775
  */
28776
28776
  module.exports = {
28777
28777
  'copy-format': 'Копировать формат'
@@ -28788,7 +28788,7 @@ module.exports = {
28788
28788
  /*!
28789
28789
  * Jodit Editor (https://xdsoft.net/jodit/)
28790
28790
  * Released under MIT see LICENSE.txt in the project root for license information.
28791
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28791
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28792
28792
  */
28793
28793
  module.exports = {
28794
28794
  'copy-format': 'Kopyalama Biçimi'
@@ -28805,7 +28805,7 @@ module.exports = {
28805
28805
  /*!
28806
28806
  * Jodit Editor (https://xdsoft.net/jodit/)
28807
28807
  * Released under MIT see LICENSE.txt in the project root for license information.
28808
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28808
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28809
28809
  */
28810
28810
  module.exports = {
28811
28811
  'copy-format': '复制格式'
@@ -28822,7 +28822,7 @@ module.exports = {
28822
28822
  /*!
28823
28823
  * Jodit Editor (https://xdsoft.net/jodit/)
28824
28824
  * Released under MIT see LICENSE.txt in the project root for license information.
28825
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28825
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28826
28826
  */
28827
28827
  module.exports = {
28828
28828
  'copy-format': '複製格式'
@@ -28844,7 +28844,7 @@ module.exports = {
28844
28844
  /*!
28845
28845
  * Jodit Editor (https://xdsoft.net/jodit/)
28846
28846
  * Released under MIT see LICENSE.txt in the project root for license information.
28847
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28847
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28848
28848
  */
28849
28849
 
28850
28850
 
@@ -28986,7 +28986,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('delet
28986
28986
  /*!
28987
28987
  * Jodit Editor (https://xdsoft.net/jodit/)
28988
28988
  * Released under MIT see LICENSE.txt in the project root for license information.
28989
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28989
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28990
28990
  */
28991
28991
  /**
28992
28992
  * @module plugins/drag-and-drop-element
@@ -29012,7 +29012,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.draggableTag
29012
29012
  /*!
29013
29013
  * Jodit Editor (https://xdsoft.net/jodit/)
29014
29014
  * Released under MIT see LICENSE.txt in the project root for license information.
29015
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29015
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29016
29016
  */
29017
29017
 
29018
29018
 
@@ -29227,7 +29227,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('dragA
29227
29227
  /*!
29228
29228
  * Jodit Editor (https://xdsoft.net/jodit/)
29229
29229
  * Released under MIT see LICENSE.txt in the project root for license information.
29230
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29230
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29231
29231
  */
29232
29232
 
29233
29233
 
@@ -29422,7 +29422,7 @@ __webpack_require__.r(__webpack_exports__);
29422
29422
  /*!
29423
29423
  * Jodit Editor (https://xdsoft.net/jodit/)
29424
29424
  * Released under MIT see LICENSE.txt in the project root for license information.
29425
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29425
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29426
29426
  */
29427
29427
  /**
29428
29428
  * @module plugins/dtd
@@ -29444,7 +29444,7 @@ __webpack_require__.r(__webpack_exports__);
29444
29444
  /*!
29445
29445
  * Jodit Editor (https://xdsoft.net/jodit/)
29446
29446
  * Released under MIT see LICENSE.txt in the project root for license information.
29447
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29447
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29448
29448
  */
29449
29449
 
29450
29450
  const brBoxes = new Set([
@@ -29489,7 +29489,7 @@ function removeExtraBr(jodit, node) {
29489
29489
  /*!
29490
29490
  * Jodit Editor (https://xdsoft.net/jodit/)
29491
29491
  * Released under MIT see LICENSE.txt in the project root for license information.
29492
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29492
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29493
29493
  */
29494
29494
 
29495
29495
  /**
@@ -29527,7 +29527,7 @@ __webpack_require__.r(__webpack_exports__);
29527
29527
  /*!
29528
29528
  * Jodit Editor (https://xdsoft.net/jodit/)
29529
29529
  * Released under MIT see LICENSE.txt in the project root for license information.
29530
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29530
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29531
29531
  */
29532
29532
  /**
29533
29533
  * @module plugins/dtd
@@ -29546,7 +29546,7 @@ __webpack_require__.r(__webpack_exports__);
29546
29546
  /*!
29547
29547
  * Jodit Editor (https://xdsoft.net/jodit/)
29548
29548
  * Released under MIT see LICENSE.txt in the project root for license information.
29549
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29549
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29550
29550
  */
29551
29551
 
29552
29552
  jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.dtd = {
@@ -29600,7 +29600,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.dtd = {
29600
29600
  /*!
29601
29601
  * Jodit Editor (https://xdsoft.net/jodit/)
29602
29602
  * Released under MIT see LICENSE.txt in the project root for license information.
29603
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29603
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29604
29604
  */
29605
29605
 
29606
29606
 
@@ -29652,7 +29652,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('dtd',
29652
29652
  /*!
29653
29653
  * Jodit Editor (https://xdsoft.net/jodit/)
29654
29654
  * Released under MIT see LICENSE.txt in the project root for license information.
29655
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29655
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29656
29656
  */
29657
29657
 
29658
29658
 
@@ -29762,7 +29762,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('enter
29762
29762
  /*!
29763
29763
  * Jodit Editor (https://xdsoft.net/jodit/)
29764
29764
  * Released under MIT see LICENSE.txt in the project root for license information.
29765
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29765
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29766
29766
  */
29767
29767
 
29768
29768
 
@@ -29831,7 +29831,7 @@ function brBefore(start) {
29831
29831
  /*!
29832
29832
  * Jodit Editor (https://xdsoft.net/jodit/)
29833
29833
  * Released under MIT see LICENSE.txt in the project root for license information.
29834
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29834
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29835
29835
  */
29836
29836
 
29837
29837
  /**
@@ -29861,7 +29861,7 @@ function checkUnsplittableBox(fake, jodit, currentBox) {
29861
29861
  /*!
29862
29862
  * Jodit Editor (https://xdsoft.net/jodit/)
29863
29863
  * Released under MIT see LICENSE.txt in the project root for license information.
29864
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29864
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29865
29865
  */
29866
29866
 
29867
29867
 
@@ -29902,7 +29902,7 @@ function getBlockWrapper(fake, jodit, tagReg = jodit_core_constants__WEBPACK_IMP
29902
29902
  /*!
29903
29903
  * Jodit Editor (https://xdsoft.net/jodit/)
29904
29904
  * Released under MIT see LICENSE.txt in the project root for license information.
29905
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29905
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29906
29906
  */
29907
29907
 
29908
29908
  /**
@@ -29942,7 +29942,7 @@ function hasPreviousBlock(fake, jodit) {
29942
29942
  /*!
29943
29943
  * Jodit Editor (https://xdsoft.net/jodit/)
29944
29944
  * Released under MIT see LICENSE.txt in the project root for license information.
29945
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29945
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29946
29946
  */
29947
29947
  /**
29948
29948
  * @module plugins/enter
@@ -29972,7 +29972,7 @@ function hasPreviousBlock(fake, jodit) {
29972
29972
  /*!
29973
29973
  * Jodit Editor (https://xdsoft.net/jodit/)
29974
29974
  * Released under MIT see LICENSE.txt in the project root for license information.
29975
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29975
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29976
29976
  */
29977
29977
 
29978
29978
 
@@ -30008,7 +30008,7 @@ function insertParagraph(fake, editor, wrapperTag, style) {
30008
30008
  /*!
30009
30009
  * Jodit Editor (https://xdsoft.net/jodit/)
30010
30010
  * Released under MIT see LICENSE.txt in the project root for license information.
30011
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30011
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30012
30012
  */
30013
30013
 
30014
30014
  /**
@@ -30044,7 +30044,7 @@ function moveCursorOutFromSpecialTags(jodit, fake, tags) {
30044
30044
  /*!
30045
30045
  * Jodit Editor (https://xdsoft.net/jodit/)
30046
30046
  * Released under MIT see LICENSE.txt in the project root for license information.
30047
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30047
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30048
30048
  */
30049
30049
 
30050
30050
 
@@ -30098,7 +30098,7 @@ function processEmptyLILeaf(fake, jodit, li) {
30098
30098
  /*!
30099
30099
  * Jodit Editor (https://xdsoft.net/jodit/)
30100
30100
  * Released under MIT see LICENSE.txt in the project root for license information.
30101
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30101
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30102
30102
  */
30103
30103
 
30104
30104
 
@@ -30146,7 +30146,7 @@ function splitFragment(fake, jodit, block) {
30146
30146
  /*!
30147
30147
  * Jodit Editor (https://xdsoft.net/jodit/)
30148
30148
  * Released under MIT see LICENSE.txt in the project root for license information.
30149
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30149
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30150
30150
  */
30151
30151
 
30152
30152
  /**
@@ -30185,7 +30185,7 @@ function wrapText(fake, jodit) {
30185
30185
  /*!
30186
30186
  * Jodit Editor (https://xdsoft.net/jodit/)
30187
30187
  * Released under MIT see LICENSE.txt in the project root for license information.
30188
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30188
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30189
30189
  */
30190
30190
 
30191
30191
 
@@ -30248,7 +30248,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('file'
30248
30248
  /*!
30249
30249
  * Jodit Editor (https://xdsoft.net/jodit/)
30250
30250
  * Released under MIT see LICENSE.txt in the project root for license information.
30251
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30251
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30252
30252
  */
30253
30253
 
30254
30254
 
@@ -30335,7 +30335,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('focus
30335
30335
  /*!
30336
30336
  * Jodit Editor (https://xdsoft.net/jodit/)
30337
30337
  * Released under MIT see LICENSE.txt in the project root for license information.
30338
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30338
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30339
30339
  */
30340
30340
 
30341
30341
 
@@ -30464,7 +30464,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_3__/* .Config */ .T.prototype.controls.fon
30464
30464
  /*!
30465
30465
  * Jodit Editor (https://xdsoft.net/jodit/)
30466
30466
  * Released under MIT see LICENSE.txt in the project root for license information.
30467
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30467
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30468
30468
  */
30469
30469
 
30470
30470
 
@@ -30528,7 +30528,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('font'
30528
30528
  /*!
30529
30529
  * Jodit Editor (https://xdsoft.net/jodit/)
30530
30530
  * Released under MIT see LICENSE.txt in the project root for license information.
30531
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30531
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30532
30532
  */
30533
30533
 
30534
30534
 
@@ -30595,7 +30595,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.par
30595
30595
  /*!
30596
30596
  * Jodit Editor (https://xdsoft.net/jodit/)
30597
30597
  * Released under MIT see LICENSE.txt in the project root for license information.
30598
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30598
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30599
30599
  */
30600
30600
 
30601
30601
 
@@ -30634,7 +30634,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('forma
30634
30634
  /*!
30635
30635
  * Jodit Editor (https://xdsoft.net/jodit/)
30636
30636
  * Released under MIT see LICENSE.txt in the project root for license information.
30637
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30637
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30638
30638
  */
30639
30639
 
30640
30640
 
@@ -30678,7 +30678,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.ful
30678
30678
  /*!
30679
30679
  * Jodit Editor (https://xdsoft.net/jodit/)
30680
30680
  * Released under MIT see LICENSE.txt in the project root for license information.
30681
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30681
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30682
30682
  */
30683
30683
 
30684
30684
 
@@ -30783,7 +30783,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('fulls
30783
30783
  /*!
30784
30784
  * Jodit Editor (https://xdsoft.net/jodit/)
30785
30785
  * Released under MIT see LICENSE.txt in the project root for license information.
30786
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30786
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30787
30787
  */
30788
30788
 
30789
30789
  jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.commandToHotkeys = {
@@ -30809,7 +30809,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.commandToHot
30809
30809
  /*!
30810
30810
  * Jodit Editor (https://xdsoft.net/jodit/)
30811
30811
  * Released under MIT see LICENSE.txt in the project root for license information.
30812
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30812
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30813
30813
  */
30814
30814
 
30815
30815
 
@@ -30968,7 +30968,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('hotke
30968
30968
  /*!
30969
30969
  * Jodit Editor (https://xdsoft.net/jodit/)
30970
30970
  * Released under MIT see LICENSE.txt in the project root for license information.
30971
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30971
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30972
30972
  */
30973
30973
 
30974
30974
 
@@ -31016,7 +31016,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('hr',
31016
31016
  /*!
31017
31017
  * Jodit Editor (https://xdsoft.net/jodit/)
31018
31018
  * Released under MIT see LICENSE.txt in the project root for license information.
31019
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31019
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31020
31020
  */
31021
31021
  /**
31022
31022
  * @module plugins/iframe
@@ -31110,7 +31110,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.iframeSandbo
31110
31110
  /*!
31111
31111
  * Jodit Editor (https://xdsoft.net/jodit/)
31112
31112
  * Released under MIT see LICENSE.txt in the project root for license information.
31113
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31113
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31114
31114
  */
31115
31115
 
31116
31116
 
@@ -31302,7 +31302,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('ifram
31302
31302
  /*!
31303
31303
  * Jodit Editor (https://xdsoft.net/jodit/)
31304
31304
  * Released under MIT see LICENSE.txt in the project root for license information.
31305
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31305
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31306
31306
  */
31307
31307
  /**
31308
31308
  * @module plugins/image-processor
@@ -31330,7 +31330,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.imageProcess
31330
31330
  /*!
31331
31331
  * Jodit Editor (https://xdsoft.net/jodit/)
31332
31332
  * Released under MIT see LICENSE.txt in the project root for license information.
31333
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31333
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31334
31334
  */
31335
31335
 
31336
31336
 
@@ -31457,7 +31457,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('image
31457
31457
  /*!
31458
31458
  * Jodit Editor (https://xdsoft.net/jodit/)
31459
31459
  * Released under MIT see LICENSE.txt in the project root for license information.
31460
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31460
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31461
31461
  */
31462
31462
  /**
31463
31463
  * @module plugins/image-properties
@@ -31507,7 +31507,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.image = {
31507
31507
  /*!
31508
31508
  * Jodit Editor (https://xdsoft.net/jodit/)
31509
31509
  * Released under MIT see LICENSE.txt in the project root for license information.
31510
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31510
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31511
31511
  */
31512
31512
 
31513
31513
 
@@ -31756,7 +31756,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('image
31756
31756
  /*!
31757
31757
  * Jodit Editor (https://xdsoft.net/jodit/)
31758
31758
  * Released under MIT see LICENSE.txt in the project root for license information.
31759
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31759
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31760
31760
  */
31761
31761
 
31762
31762
  /**
@@ -31798,7 +31798,7 @@ function readAlign(image, values) {
31798
31798
  /*!
31799
31799
  * Jodit Editor (https://xdsoft.net/jodit/)
31800
31800
  * Released under MIT see LICENSE.txt in the project root for license information.
31801
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31801
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31802
31802
  */
31803
31803
 
31804
31804
 
@@ -31849,7 +31849,7 @@ async function readValuesFromImage(j, state) {
31849
31849
  /*!
31850
31850
  * Jodit Editor (https://xdsoft.net/jodit/)
31851
31851
  * Released under MIT see LICENSE.txt in the project root for license information.
31852
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31852
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31853
31853
  */
31854
31854
 
31855
31855
 
@@ -31880,7 +31880,7 @@ function readLink(state, j, values) {
31880
31880
  /*!
31881
31881
  * Jodit Editor (https://xdsoft.net/jodit/)
31882
31882
  * Released under MIT see LICENSE.txt in the project root for license information.
31883
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31883
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31884
31884
  */
31885
31885
  /**
31886
31886
  * @module plugins/image-properties
@@ -31926,7 +31926,7 @@ function readMargins(image, values, state) {
31926
31926
  /*!
31927
31927
  * Jodit Editor (https://xdsoft.net/jodit/)
31928
31928
  * Released under MIT see LICENSE.txt in the project root for license information.
31929
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31929
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31930
31930
  */
31931
31931
  /**
31932
31932
  * @module plugins/image-properties
@@ -31990,7 +31990,7 @@ async function readSizes(image, values, state) {
31990
31990
  /*!
31991
31991
  * Jodit Editor (https://xdsoft.net/jodit/)
31992
31992
  * Released under MIT see LICENSE.txt in the project root for license information.
31993
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31993
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31994
31994
  */
31995
31995
 
31996
31996
 
@@ -32170,7 +32170,7 @@ UIImagePropertiesForm = (0,tslib__WEBPACK_IMPORTED_MODULE_7__/* .__decorate */ .
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
 
@@ -32361,7 +32361,7 @@ UIImageMainTab = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .Cg)([
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
 
@@ -32627,7 +32627,7 @@ UIImagePositionTab = (0,tslib__WEBPACK_IMPORTED_MODULE_8__/* .__decorate */ .Cg)
32627
32627
  /*!
32628
32628
  * Jodit Editor (https://xdsoft.net/jodit/)
32629
32629
  * Released under MIT see LICENSE.txt in the project root for license information.
32630
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32630
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32631
32631
  */
32632
32632
 
32633
32633
 
@@ -32694,7 +32694,7 @@ function openImageEditorDialog(j, state) {
32694
32694
  /*!
32695
32695
  * Jodit Editor (https://xdsoft.net/jodit/)
32696
32696
  * Released under MIT see LICENSE.txt in the project root for license information.
32697
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32697
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32698
32698
  */
32699
32699
 
32700
32700
 
@@ -32742,7 +32742,7 @@ function openImagePopup(j, dialog, state, button) {
32742
32742
  /*!
32743
32743
  * Jodit Editor (https://xdsoft.net/jodit/)
32744
32744
  * Released under MIT see LICENSE.txt in the project root for license information.
32745
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32745
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32746
32746
  */
32747
32747
  /**
32748
32748
  * @module plugins/image-properties
@@ -32782,7 +32782,7 @@ const normalSizeToString = (value) => {
32782
32782
  /*!
32783
32783
  * Jodit Editor (https://xdsoft.net/jodit/)
32784
32784
  * Released under MIT see LICENSE.txt in the project root for license information.
32785
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32785
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32786
32786
  */
32787
32787
 
32788
32788
 
@@ -32848,7 +32848,7 @@ function applyValuesToImage(j, state, image) {
32848
32848
  /*!
32849
32849
  * Jodit Editor (https://xdsoft.net/jodit/)
32850
32850
  * Released under MIT see LICENSE.txt in the project root for license information.
32851
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32851
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32852
32852
  */
32853
32853
 
32854
32854
 
@@ -32885,7 +32885,7 @@ function applyLink(j, image, imageLink, imageLinkOpenInNewTab) {
32885
32885
  /*!
32886
32886
  * Jodit Editor (https://xdsoft.net/jodit/)
32887
32887
  * Released under MIT see LICENSE.txt in the project root for license information.
32888
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32888
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32889
32889
  */
32890
32890
 
32891
32891
 
@@ -32933,7 +32933,7 @@ function applyMargin(j, marginTop, marginRight, marginBottom, marginLeft, image,
32933
32933
  /*!
32934
32934
  * Jodit Editor (https://xdsoft.net/jodit/)
32935
32935
  * Released under MIT see LICENSE.txt in the project root for license information.
32936
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32936
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32937
32937
  */
32938
32938
  /**
32939
32939
  * @module plugins/image-properties
@@ -32984,7 +32984,7 @@ function applySize(image, imageWidth, imageHeight, sizeIsLocked) {
32984
32984
  /*!
32985
32985
  * Jodit Editor (https://xdsoft.net/jodit/)
32986
32986
  * Released under MIT see LICENSE.txt in the project root for license information.
32987
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32987
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32988
32988
  */
32989
32989
 
32990
32990
 
@@ -33058,7 +33058,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('image
33058
33058
  /*!
33059
33059
  * Jodit Editor (https://xdsoft.net/jodit/)
33060
33060
  * Released under MIT see LICENSE.txt in the project root for license information.
33061
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33061
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33062
33062
  */
33063
33063
 
33064
33064
 
@@ -33101,7 +33101,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.indentMargin
33101
33101
  /*!
33102
33102
  * Jodit Editor (https://xdsoft.net/jodit/)
33103
33103
  * Released under MIT see LICENSE.txt in the project root for license information.
33104
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33104
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33105
33105
  */
33106
33106
  /**
33107
33107
  * @module plugins/indent
@@ -33130,7 +33130,7 @@ const getKey = (direction, box) => `${jodit_core_dom_dom__WEBPACK_IMPORTED_MODUL
33130
33130
  /*!
33131
33131
  * Jodit Editor (https://xdsoft.net/jodit/)
33132
33132
  * Released under MIT see LICENSE.txt in the project root for license information.
33133
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33133
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33134
33134
  */
33135
33135
 
33136
33136
 
@@ -33268,7 +33268,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('inden
33268
33268
  /*!
33269
33269
  * Jodit Editor (https://xdsoft.net/jodit/)
33270
33270
  * Released under MIT see LICENSE.txt in the project root for license information.
33271
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33271
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33272
33272
  */
33273
33273
  /**
33274
33274
  * [[include:plugins/README.md]]
@@ -33370,7 +33370,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('inden
33370
33370
  /*!
33371
33371
  * Jodit Editor (https://xdsoft.net/jodit/)
33372
33372
  * Released under MIT see LICENSE.txt in the project root for license information.
33373
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33373
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33374
33374
  */
33375
33375
 
33376
33376
 
@@ -33436,7 +33436,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_1__/* .Config */ .T.prototype.popup = {
33436
33436
  /*!
33437
33437
  * Jodit Editor (https://xdsoft.net/jodit/)
33438
33438
  * Released under MIT see LICENSE.txt in the project root for license information.
33439
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33439
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33440
33440
  */
33441
33441
 
33442
33442
  /* harmony default export */ __webpack_exports__.A = ([
@@ -33472,7 +33472,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_1__/* .Config */ .T.prototype.popup = {
33472
33472
  /*!
33473
33473
  * Jodit Editor (https://xdsoft.net/jodit/)
33474
33474
  * Released under MIT see LICENSE.txt in the project root for license information.
33475
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33475
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33476
33476
  */
33477
33477
 
33478
33478
 
@@ -33585,7 +33585,7 @@ const cmd = (control) => control.args && (0,jodit_core_helpers_checker__WEBPACK_
33585
33585
  /*!
33586
33586
  * Jodit Editor (https://xdsoft.net/jodit/)
33587
33587
  * Released under MIT see LICENSE.txt in the project root for license information.
33588
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33588
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33589
33589
  */
33590
33590
 
33591
33591
  /* harmony default export */ __webpack_exports__.A = ([
@@ -33616,7 +33616,7 @@ const cmd = (control) => control.args && (0,jodit_core_helpers_checker__WEBPACK_
33616
33616
  /*!
33617
33617
  * Jodit Editor (https://xdsoft.net/jodit/)
33618
33618
  * Released under MIT see LICENSE.txt in the project root for license information.
33619
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33619
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33620
33620
  */
33621
33621
 
33622
33622
 
@@ -33696,7 +33696,7 @@ const align = {
33696
33696
  /*!
33697
33697
  * Jodit Editor (https://xdsoft.net/jodit/)
33698
33698
  * Released under MIT see LICENSE.txt in the project root for license information.
33699
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33699
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33700
33700
  */
33701
33701
  /**
33702
33702
  * @module plugins/inline-popup
@@ -33750,7 +33750,7 @@ const align = {
33750
33750
  /*!
33751
33751
  * Jodit Editor (https://xdsoft.net/jodit/)
33752
33752
  * Released under MIT see LICENSE.txt in the project root for license information.
33753
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33753
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33754
33754
  */
33755
33755
 
33756
33756
 
@@ -34026,7 +34026,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('inlin
34026
34026
  /*!
34027
34027
  * Jodit Editor (https://xdsoft.net/jodit/)
34028
34028
  * Released under MIT see LICENSE.txt in the project root for license information.
34029
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34029
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34030
34030
  */
34031
34031
 
34032
34032
 
@@ -34156,7 +34156,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('justi
34156
34156
  /*!
34157
34157
  * Jodit Editor (https://xdsoft.net/jodit/)
34158
34158
  * Released under MIT see LICENSE.txt in the project root for license information.
34159
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34159
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34160
34160
  */
34161
34161
 
34162
34162
 
@@ -34204,7 +34204,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('keyAr
34204
34204
  /*!
34205
34205
  * Jodit Editor (https://xdsoft.net/jodit/)
34206
34206
  * Released under MIT see LICENSE.txt in the project root for license information.
34207
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34207
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34208
34208
  */
34209
34209
  /**
34210
34210
  * @module plugins/limit
@@ -34231,7 +34231,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.limitHTML =
34231
34231
  /*!
34232
34232
  * Jodit Editor (https://xdsoft.net/jodit/)
34233
34233
  * Released under MIT see LICENSE.txt in the project root for license information.
34234
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34234
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34235
34235
  */
34236
34236
 
34237
34237
 
@@ -34346,7 +34346,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('limit
34346
34346
  /*!
34347
34347
  * Jodit Editor (https://xdsoft.net/jodit/)
34348
34348
  * Released under MIT see LICENSE.txt in the project root for license information.
34349
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34349
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34350
34350
  */
34351
34351
 
34352
34352
 
@@ -34373,7 +34373,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.lin
34373
34373
  /*!
34374
34374
  * Jodit Editor (https://xdsoft.net/jodit/)
34375
34375
  * Released under MIT see LICENSE.txt in the project root for license information.
34376
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34376
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34377
34377
  */
34378
34378
  module.exports = {
34379
34379
  'Line height': 'ارتفاع الخط'
@@ -34390,7 +34390,7 @@ module.exports = {
34390
34390
  /*!
34391
34391
  * Jodit Editor (https://xdsoft.net/jodit/)
34392
34392
  * Released under MIT see LICENSE.txt in the project root for license information.
34393
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34393
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34394
34394
  */
34395
34395
  module.exports = {
34396
34396
  'Line height': 'Výška čáry'
@@ -34407,7 +34407,7 @@ module.exports = {
34407
34407
  /*!
34408
34408
  * Jodit Editor (https://xdsoft.net/jodit/)
34409
34409
  * Released under MIT see LICENSE.txt in the project root for license information.
34410
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34410
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34411
34411
  */
34412
34412
  module.exports = {
34413
34413
  'Line height': 'Zeilenhöhe'
@@ -34424,7 +34424,7 @@ module.exports = {
34424
34424
  /*!
34425
34425
  * Jodit Editor (https://xdsoft.net/jodit/)
34426
34426
  * Released under MIT see LICENSE.txt in the project root for license information.
34427
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34427
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34428
34428
  */
34429
34429
  module.exports = {
34430
34430
  'Line height': 'Altura de la línea'
@@ -34441,7 +34441,7 @@ module.exports = {
34441
34441
  /*!
34442
34442
  * Jodit Editor (https://xdsoft.net/jodit/)
34443
34443
  * Released under MIT see LICENSE.txt in the project root for license information.
34444
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34444
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34445
34445
  */
34446
34446
  module.exports = {
34447
34447
  'Line height': 'ارتفاع خط'
@@ -34458,7 +34458,7 @@ module.exports = {
34458
34458
  /*!
34459
34459
  * Jodit Editor (https://xdsoft.net/jodit/)
34460
34460
  * Released under MIT see LICENSE.txt in the project root for license information.
34461
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34461
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34462
34462
  */
34463
34463
  module.exports = {
34464
34464
  'Line height': 'Rivin korkeus'
@@ -34475,7 +34475,7 @@ module.exports = {
34475
34475
  /*!
34476
34476
  * Jodit Editor (https://xdsoft.net/jodit/)
34477
34477
  * Released under MIT see LICENSE.txt in the project root for license information.
34478
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34478
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34479
34479
  */
34480
34480
  module.exports = {
34481
34481
  'Line height': 'Hauteur de ligne'
@@ -34492,7 +34492,7 @@ module.exports = {
34492
34492
  /*!
34493
34493
  * Jodit Editor (https://xdsoft.net/jodit/)
34494
34494
  * Released under MIT see LICENSE.txt in the project root for license information.
34495
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34495
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34496
34496
  */
34497
34497
  module.exports = {
34498
34498
  'Line height': 'גובה שורה'
@@ -34509,7 +34509,7 @@ module.exports = {
34509
34509
  /*!
34510
34510
  * Jodit Editor (https://xdsoft.net/jodit/)
34511
34511
  * Released under MIT see LICENSE.txt in the project root for license information.
34512
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34512
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34513
34513
  */
34514
34514
  module.exports = {
34515
34515
  'Line height': 'Vonal magassága'
@@ -34526,7 +34526,7 @@ module.exports = {
34526
34526
  /*!
34527
34527
  * Jodit Editor (https://xdsoft.net/jodit/)
34528
34528
  * Released under MIT see LICENSE.txt in the project root for license information.
34529
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34529
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34530
34530
  */
34531
34531
  module.exports = {
34532
34532
  'Line height': 'Tinggi baris'
@@ -34611,7 +34611,7 @@ __webpack_require__.r(__webpack_exports__);
34611
34611
  /*!
34612
34612
  * Jodit Editor (https://xdsoft.net/jodit/)
34613
34613
  * Released under MIT see LICENSE.txt in the project root for license information.
34614
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34614
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34615
34615
  */
34616
34616
 
34617
34617
 
@@ -34648,7 +34648,7 @@ __webpack_require__.r(__webpack_exports__);
34648
34648
  /*!
34649
34649
  * Jodit Editor (https://xdsoft.net/jodit/)
34650
34650
  * Released under MIT see LICENSE.txt in the project root for license information.
34651
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34651
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34652
34652
  */
34653
34653
  module.exports = {
34654
34654
  'Line height': 'Altezza linea'
@@ -34665,7 +34665,7 @@ module.exports = {
34665
34665
  /*!
34666
34666
  * Jodit Editor (https://xdsoft.net/jodit/)
34667
34667
  * Released under MIT see LICENSE.txt in the project root for license information.
34668
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34668
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34669
34669
  */
34670
34670
  module.exports = {
34671
34671
  'Line height': 'ラインの高さ'
@@ -34682,7 +34682,7 @@ module.exports = {
34682
34682
  /*!
34683
34683
  * Jodit Editor (https://xdsoft.net/jodit/)
34684
34684
  * Released under MIT see LICENSE.txt in the project root for license information.
34685
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34685
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34686
34686
  */
34687
34687
  module.exports = {
34688
34688
  'Line height': '선 높이'
@@ -34699,7 +34699,7 @@ module.exports = {
34699
34699
  /*!
34700
34700
  * Jodit Editor (https://xdsoft.net/jodit/)
34701
34701
  * Released under MIT see LICENSE.txt in the project root for license information.
34702
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34702
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34703
34703
  */
34704
34704
  module.exports = {
34705
34705
  'Line height': 'Зураасны өндөр'
@@ -34716,7 +34716,7 @@ module.exports = {
34716
34716
  /*!
34717
34717
  * Jodit Editor (https://xdsoft.net/jodit/)
34718
34718
  * Released under MIT see LICENSE.txt in the project root for license information.
34719
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34719
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34720
34720
  */
34721
34721
  module.exports = {
34722
34722
  'Line height': 'Lijnhoogte'
@@ -34733,7 +34733,7 @@ module.exports = {
34733
34733
  /*!
34734
34734
  * Jodit Editor (https://xdsoft.net/jodit/)
34735
34735
  * Released under MIT see LICENSE.txt in the project root for license information.
34736
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34736
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34737
34737
  */
34738
34738
  module.exports = {
34739
34739
  'Line height': 'Wysokość linii'
@@ -34750,7 +34750,7 @@ module.exports = {
34750
34750
  /*!
34751
34751
  * Jodit Editor (https://xdsoft.net/jodit/)
34752
34752
  * Released under MIT see LICENSE.txt in the project root for license information.
34753
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34753
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34754
34754
  */
34755
34755
  module.exports = {
34756
34756
  'Line height': 'Altura da linha'
@@ -34767,7 +34767,7 @@ module.exports = {
34767
34767
  /*!
34768
34768
  * Jodit Editor (https://xdsoft.net/jodit/)
34769
34769
  * Released under MIT see LICENSE.txt in the project root for license information.
34770
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34770
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34771
34771
  */
34772
34772
  module.exports = {
34773
34773
  'Line height': 'Высота линии'
@@ -34784,7 +34784,7 @@ module.exports = {
34784
34784
  /*!
34785
34785
  * Jodit Editor (https://xdsoft.net/jodit/)
34786
34786
  * Released under MIT see LICENSE.txt in the project root for license information.
34787
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34787
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34788
34788
  */
34789
34789
  module.exports = {
34790
34790
  'Line height': 'Çizgi yüksekliği'
@@ -34801,7 +34801,7 @@ module.exports = {
34801
34801
  /*!
34802
34802
  * Jodit Editor (https://xdsoft.net/jodit/)
34803
34803
  * Released under MIT see LICENSE.txt in the project root for license information.
34804
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34804
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34805
34805
  */
34806
34806
  module.exports = {
34807
34807
  'Line height': 'Висота лінії'
@@ -34818,7 +34818,7 @@ module.exports = {
34818
34818
  /*!
34819
34819
  * Jodit Editor (https://xdsoft.net/jodit/)
34820
34820
  * Released under MIT see LICENSE.txt in the project root for license information.
34821
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34821
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34822
34822
  */
34823
34823
  module.exports = {
34824
34824
  'Line height': '线高'
@@ -34835,7 +34835,7 @@ module.exports = {
34835
34835
  /*!
34836
34836
  * Jodit Editor (https://xdsoft.net/jodit/)
34837
34837
  * Released under MIT see LICENSE.txt in the project root for license information.
34838
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34838
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34839
34839
  */
34840
34840
  module.exports = {
34841
34841
  'Line height': '行高'
@@ -34860,7 +34860,7 @@ module.exports = {
34860
34860
  /*!
34861
34861
  * Jodit Editor (https://xdsoft.net/jodit/)
34862
34862
  * Released under MIT see LICENSE.txt in the project root for license information.
34863
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34863
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34864
34864
  */
34865
34865
 
34866
34866
 
@@ -34949,7 +34949,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('lineH
34949
34949
  /*!
34950
34950
  * Jodit Editor (https://xdsoft.net/jodit/)
34951
34951
  * Released under MIT see LICENSE.txt in the project root for license information.
34952
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34952
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34953
34953
  */
34954
34954
 
34955
34955
 
@@ -35012,7 +35012,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.lin
35012
35012
  /*!
35013
35013
  * Jodit Editor (https://xdsoft.net/jodit/)
35014
35014
  * Released under MIT see LICENSE.txt in the project root for license information.
35015
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35015
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35016
35016
  */
35017
35017
 
35018
35018
 
@@ -35344,7 +35344,7 @@ function writeImage(a, content_input, textWasChanged, url_input) {
35344
35344
  /*!
35345
35345
  * Jodit Editor (https://xdsoft.net/jodit/)
35346
35346
  * Released under MIT see LICENSE.txt in the project root for license information.
35347
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35347
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35348
35348
  */
35349
35349
 
35350
35350
 
@@ -35437,7 +35437,7 @@ const formTemplate = (editor) => {
35437
35437
  /*!
35438
35438
  * Jodit Editor (https://xdsoft.net/jodit/)
35439
35439
  * Released under MIT see LICENSE.txt in the project root for license information.
35440
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35440
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35441
35441
  */
35442
35442
  /**
35443
35443
  * @module plugins/media
@@ -35462,7 +35462,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.mediaBlocks
35462
35462
  /*!
35463
35463
  * Jodit Editor (https://xdsoft.net/jodit/)
35464
35464
  * Released under MIT see LICENSE.txt in the project root for license information.
35465
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35465
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35466
35466
  */
35467
35467
 
35468
35468
 
@@ -35543,7 +35543,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('media
35543
35543
  /*!
35544
35544
  * Jodit Editor (https://xdsoft.net/jodit/)
35545
35545
  * Released under MIT see LICENSE.txt in the project root for license information.
35546
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35546
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35547
35547
  */
35548
35548
 
35549
35549
 
@@ -35698,7 +35698,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.dot
35698
35698
  /*!
35699
35699
  * Jodit Editor (https://xdsoft.net/jodit/)
35700
35700
  * Released under MIT see LICENSE.txt in the project root for license information.
35701
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35701
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35702
35702
  */
35703
35703
 
35704
35704
 
@@ -35782,7 +35782,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('mobil
35782
35782
  /*!
35783
35783
  * Jodit Editor (https://xdsoft.net/jodit/)
35784
35784
  * Released under MIT see LICENSE.txt in the project root for license information.
35785
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35785
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35786
35786
  */
35787
35787
 
35788
35788
 
@@ -35840,7 +35840,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.ol
35840
35840
  /*!
35841
35841
  * Jodit Editor (https://xdsoft.net/jodit/)
35842
35842
  * Released under MIT see LICENSE.txt in the project root for license information.
35843
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35843
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35844
35844
  */
35845
35845
 
35846
35846
 
@@ -35900,7 +35900,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('order
35900
35900
  /*!
35901
35901
  * Jodit Editor (https://xdsoft.net/jodit/)
35902
35902
  * Released under MIT see LICENSE.txt in the project root for license information.
35903
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35903
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35904
35904
  */
35905
35905
 
35906
35906
 
@@ -35932,7 +35932,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_1__/* .Config */ .T.prototype.pasteFromWor
35932
35932
  /*!
35933
35933
  * Jodit Editor (https://xdsoft.net/jodit/)
35934
35934
  * Released under MIT see LICENSE.txt in the project root for license information.
35935
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35935
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35936
35936
  */
35937
35937
 
35938
35938
 
@@ -36013,7 +36013,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('paste
36013
36013
  /*!
36014
36014
  * Jodit Editor (https://xdsoft.net/jodit/)
36015
36015
  * Released under MIT see LICENSE.txt in the project root for license information.
36016
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36016
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36017
36017
  */
36018
36018
 
36019
36019
 
@@ -36189,7 +36189,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('paste
36189
36189
  /*!
36190
36190
  * Jodit Editor (https://xdsoft.net/jodit/)
36191
36191
  * Released under MIT see LICENSE.txt in the project root for license information.
36192
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36192
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36193
36193
  */
36194
36194
 
36195
36195
 
@@ -36290,7 +36290,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_1__/* .Config */ .T.prototype.controls.pas
36290
36290
  /*!
36291
36291
  * Jodit Editor (https://xdsoft.net/jodit/)
36292
36292
  * Released under MIT see LICENSE.txt in the project root for license information.
36293
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36293
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36294
36294
  */
36295
36295
 
36296
36296
 
@@ -36412,7 +36412,7 @@ function askInsertTypeDialog(jodit, msg, title, callback, buttonList) {
36412
36412
  /*!
36413
36413
  * Jodit Editor (https://xdsoft.net/jodit/)
36414
36414
  * Released under MIT see LICENSE.txt in the project root for license information.
36415
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36415
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36416
36416
  */
36417
36417
 
36418
36418
 
@@ -36588,7 +36588,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('paste
36588
36588
  /*!
36589
36589
  * Jodit Editor (https://xdsoft.net/jodit/)
36590
36590
  * Released under MIT see LICENSE.txt in the project root for license information.
36591
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36591
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36592
36592
  */
36593
36593
  /**
36594
36594
  * @module plugins/placeholder
@@ -36619,7 +36619,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.useInputsPla
36619
36619
  /*!
36620
36620
  * Jodit Editor (https://xdsoft.net/jodit/)
36621
36621
  * Released under MIT see LICENSE.txt in the project root for license information.
36622
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36622
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36623
36623
  */
36624
36624
 
36625
36625
 
@@ -36783,7 +36783,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('place
36783
36783
  /*!
36784
36784
  * Jodit Editor (https://xdsoft.net/jodit/)
36785
36785
  * Released under MIT see LICENSE.txt in the project root for license information.
36786
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36786
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36787
36787
  */
36788
36788
 
36789
36789
  function poweredByJodit(jodit) {
@@ -36822,7 +36822,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('power
36822
36822
  /*!
36823
36823
  * Jodit Editor (https://xdsoft.net/jodit/)
36824
36824
  * Released under MIT see LICENSE.txt in the project root for license information.
36825
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36825
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36826
36826
  */
36827
36827
 
36828
36828
 
@@ -36865,7 +36865,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('previ
36865
36865
  /*!
36866
36866
  * Jodit Editor (https://xdsoft.net/jodit/)
36867
36867
  * Released under MIT see LICENSE.txt in the project root for license information.
36868
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36868
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36869
36869
  */
36870
36870
 
36871
36871
  /**
@@ -36986,7 +36986,7 @@ function generateCriticalCSS(jodit) {
36986
36986
  /*!
36987
36987
  * Jodit Editor (https://xdsoft.net/jodit/)
36988
36988
  * Released under MIT see LICENSE.txt in the project root for license information.
36989
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36989
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36990
36990
  */
36991
36991
 
36992
36992
 
@@ -37073,7 +37073,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('print
37073
37073
  /*!
37074
37074
  * Jodit Editor (https://xdsoft.net/jodit/)
37075
37075
  * Released under MIT see LICENSE.txt in the project root for license information.
37076
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37076
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37077
37077
  */
37078
37078
 
37079
37079
 
@@ -37142,7 +37142,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('redoU
37142
37142
  /*!
37143
37143
  * Jodit Editor (https://xdsoft.net/jodit/)
37144
37144
  * Released under MIT see LICENSE.txt in the project root for license information.
37145
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37145
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37146
37146
  */
37147
37147
  /**
37148
37148
  * @module plugins/resize-cells
@@ -37169,7 +37169,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.tableAllowCe
37169
37169
  /*!
37170
37170
  * Jodit Editor (https://xdsoft.net/jodit/)
37171
37171
  * Released under MIT see LICENSE.txt in the project root for license information.
37172
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37172
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37173
37173
  */
37174
37174
 
37175
37175
 
@@ -37481,7 +37481,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('resiz
37481
37481
  /*!
37482
37482
  * Jodit Editor (https://xdsoft.net/jodit/)
37483
37483
  * Released under MIT see LICENSE.txt in the project root for license information.
37484
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37484
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37485
37485
  */
37486
37486
  /**
37487
37487
  * @module plugins/resize-handler
@@ -37508,7 +37508,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.allowResizeY
37508
37508
  /*!
37509
37509
  * Jodit Editor (https://xdsoft.net/jodit/)
37510
37510
  * Released under MIT see LICENSE.txt in the project root for license information.
37511
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37511
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37512
37512
  */
37513
37513
 
37514
37514
 
@@ -37622,7 +37622,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('resiz
37622
37622
  /*!
37623
37623
  * Jodit Editor (https://xdsoft.net/jodit/)
37624
37624
  * Released under MIT see LICENSE.txt in the project root for license information.
37625
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37625
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37626
37626
  */
37627
37627
 
37628
37628
  jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.allowResizeTags = new Set(['img', 'iframe', 'table', 'jodit']);
@@ -37654,7 +37654,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.resizer = {
37654
37654
  /*!
37655
37655
  * Jodit Editor (https://xdsoft.net/jodit/)
37656
37656
  * Released under MIT see LICENSE.txt in the project root for license information.
37657
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37657
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37658
37658
  */
37659
37659
 
37660
37660
 
@@ -38127,7 +38127,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('resiz
38127
38127
  /*!
38128
38128
  * Jodit Editor (https://xdsoft.net/jodit/)
38129
38129
  * Released under MIT see LICENSE.txt in the project root for license information.
38130
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38130
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38131
38131
  */
38132
38132
 
38133
38133
 
@@ -38188,7 +38188,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.fin
38188
38188
  /*!
38189
38189
  * Jodit Editor (https://xdsoft.net/jodit/)
38190
38190
  * Released under MIT see LICENSE.txt in the project root for license information.
38191
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38191
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38192
38192
  */
38193
38193
 
38194
38194
 
@@ -38343,7 +38343,7 @@ function normalizeRanges(rng, restRanges, ci) {
38343
38343
  /*!
38344
38344
  * Jodit Editor (https://xdsoft.net/jodit/)
38345
38345
  * Released under MIT see LICENSE.txt in the project root for license information.
38346
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38346
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38347
38347
  */
38348
38348
  /**
38349
38349
  * @module plugins/search
@@ -38365,7 +38365,7 @@ function normalizeRanges(rng, restRanges, ci) {
38365
38365
  /*!
38366
38366
  * Jodit Editor (https://xdsoft.net/jodit/)
38367
38367
  * Released under MIT see LICENSE.txt in the project root for license information.
38368
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38368
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38369
38369
  */
38370
38370
 
38371
38371
  class SentenceFinder {
@@ -38445,7 +38445,7 @@ class SentenceFinder {
38445
38445
  /*!
38446
38446
  * Jodit Editor (https://xdsoft.net/jodit/)
38447
38447
  * Released under MIT see LICENSE.txt in the project root for license information.
38448
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38448
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38449
38449
  */
38450
38450
 
38451
38451
 
@@ -38808,7 +38808,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('searc
38808
38808
  /*!
38809
38809
  * Jodit Editor (https://xdsoft.net/jodit/)
38810
38810
  * Released under MIT see LICENSE.txt in the project root for license information.
38811
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38811
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38812
38812
  */
38813
38813
 
38814
38814
 
@@ -39019,7 +39019,7 @@ UISearch = (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */ .Cg)([
39019
39019
  /*!
39020
39020
  * Jodit Editor (https://xdsoft.net/jodit/)
39021
39021
  * Released under MIT see LICENSE.txt in the project root for license information.
39022
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39022
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39023
39023
  */
39024
39024
  /**
39025
39025
  * @module plugins/select-cells
@@ -39047,7 +39047,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.tableAllowCe
39047
39047
  /*!
39048
39048
  * Jodit Editor (https://xdsoft.net/jodit/)
39049
39049
  * Released under MIT see LICENSE.txt in the project root for license information.
39050
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39050
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39051
39051
  */
39052
39052
 
39053
39053
 
@@ -39386,7 +39386,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('selec
39386
39386
  /*!
39387
39387
  * Jodit Editor (https://xdsoft.net/jodit/)
39388
39388
  * Released under MIT see LICENSE.txt in the project root for license information.
39389
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39389
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39390
39390
  */
39391
39391
  /**
39392
39392
  * @module plugins/select
@@ -39416,7 +39416,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.select = {
39416
39416
  /*!
39417
39417
  * Jodit Editor (https://xdsoft.net/jodit/)
39418
39418
  * Released under MIT see LICENSE.txt in the project root for license information.
39419
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39419
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39420
39420
  */
39421
39421
 
39422
39422
 
@@ -39557,7 +39557,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('selec
39557
39557
  /*!
39558
39558
  * Jodit Editor (https://xdsoft.net/jodit/)
39559
39559
  * Released under MIT see LICENSE.txt in the project root for license information.
39560
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39560
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39561
39561
  */
39562
39562
  /**
39563
39563
  * @module plugins/size
@@ -39606,7 +39606,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.saveHeightIn
39606
39606
  /*!
39607
39607
  * Jodit Editor (https://xdsoft.net/jodit/)
39608
39608
  * Released under MIT see LICENSE.txt in the project root for license information.
39609
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39609
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39610
39610
  */
39611
39611
 
39612
39612
 
@@ -39673,6 +39673,7 @@ let size = class size extends jodit_core_plugin_plugin__WEBPACK_IMPORTED_MODULE_
39673
39673
  * Manually change height
39674
39674
  */
39675
39675
  __setHeight(height) {
39676
+ const { clientHeight, clientWidth } = this.j.container;
39676
39677
  if ((0,jodit_core_helpers_checker_is_number__WEBPACK_IMPORTED_MODULE_5__/* .isNumber */ .E)(height)) {
39677
39678
  const { minHeight, maxHeight } = this.j.o;
39678
39679
  if ((0,jodit_core_helpers_checker_is_number__WEBPACK_IMPORTED_MODULE_5__/* .isNumber */ .E)(minHeight) && minHeight > height) {
@@ -39686,12 +39687,13 @@ let size = class size extends jodit_core_plugin_plugin__WEBPACK_IMPORTED_MODULE_
39686
39687
  if (this.j.o.saveHeightInStorage) {
39687
39688
  this.j.storage.set('height', height);
39688
39689
  }
39689
- this.__resizeWorkspaceImd();
39690
+ this.__resizeWorkspaceImd({ clientHeight, clientWidth });
39690
39691
  }
39691
39692
  /**
39692
39693
  * Manually change width
39693
39694
  */
39694
39695
  __setWidth(width) {
39696
+ const { clientHeight, clientWidth } = this.j.container;
39695
39697
  if ((0,jodit_core_helpers_checker_is_number__WEBPACK_IMPORTED_MODULE_5__/* .isNumber */ .E)(width)) {
39696
39698
  const { minWidth, maxWidth } = this.j.o;
39697
39699
  if ((0,jodit_core_helpers_checker_is_number__WEBPACK_IMPORTED_MODULE_5__/* .isNumber */ .E)(minWidth) && minWidth > width) {
@@ -39702,7 +39704,7 @@ let size = class size extends jodit_core_plugin_plugin__WEBPACK_IMPORTED_MODULE_
39702
39704
  }
39703
39705
  }
39704
39706
  (0,jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_4__/* .css */ .A)(this.j.container, 'width', width);
39705
- this.__resizeWorkspaceImd();
39707
+ this.__resizeWorkspaceImd({ clientHeight, clientWidth });
39706
39708
  }
39707
39709
  /**
39708
39710
  * Returns service spaces: toolbar + statusbar
@@ -39716,7 +39718,7 @@ let size = class size extends jodit_core_plugin_plugin__WEBPACK_IMPORTED_MODULE_
39716
39718
  /**
39717
39719
  * Calculate workspace height
39718
39720
  */
39719
- __resizeWorkspaceImd() {
39721
+ __resizeWorkspaceImd({ clientHeight, clientWidth } = this.j.container) {
39720
39722
  if (!this.j || this.j.isDestructed || !this.j.o || this.j.o.inline) {
39721
39723
  return;
39722
39724
  }
@@ -39743,6 +39745,11 @@ let size = class size extends jodit_core_plugin_plugin__WEBPACK_IMPORTED_MODULE_
39743
39745
  ? this.j.container.offsetHeight - this.__getNotWorkHeight()
39744
39746
  : 'auto');
39745
39747
  }
39748
+ const { clientHeight: newClientHeight, clientWidth: newClientWidth } = this.j.container;
39749
+ if (clientHeight !== newClientHeight ||
39750
+ clientWidth !== newClientWidth) {
39751
+ this.j.e.fire(this.j, 'resize');
39752
+ }
39746
39753
  }
39747
39754
  /** @override **/
39748
39755
  beforeDestruct(jodit) {
@@ -39778,7 +39785,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('size'
39778
39785
  /*!
39779
39786
  * Jodit Editor (https://xdsoft.net/jodit/)
39780
39787
  * Released under MIT see LICENSE.txt in the project root for license information.
39781
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39788
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39782
39789
  */
39783
39790
 
39784
39791
 
@@ -39843,7 +39850,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.sou
39843
39850
  /*!
39844
39851
  * Jodit Editor (https://xdsoft.net/jodit/)
39845
39852
  * Released under MIT see LICENSE.txt in the project root for license information.
39846
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39853
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39847
39854
  */
39848
39855
 
39849
39856
 
@@ -39941,10 +39948,12 @@ class AceEditor extends jodit_plugins_source_editor_sourceEditor__WEBPACK_IMPORT
39941
39948
  if (editor.getRealMode() !== jodit_core_constants__WEBPACK_IMPORTED_MODULE_0__.MODE_WYSIWYG) {
39942
39949
  this.setValue(this.getValue());
39943
39950
  }
39944
- const onResize = this.j.async.debounce(() => {
39945
- if (editor.isInDestruct) {
39951
+ const onResize = this.j.async.throttle(() => {
39952
+ if (editor.isInDestruct ||
39953
+ editor.getMode() === jodit_core_constants__WEBPACK_IMPORTED_MODULE_0__.MODE_WYSIWYG) {
39946
39954
  return;
39947
39955
  }
39956
+ const hasFocus = this.instance.isFocused();
39948
39957
  if (editor.o.height !== 'auto') {
39949
39958
  this.instance.setOption('maxLines', editor.workplace.offsetHeight /
39950
39959
  this.instance.renderer.lineHeight);
@@ -39953,8 +39962,11 @@ class AceEditor extends jodit_plugins_source_editor_sourceEditor__WEBPACK_IMPORT
39953
39962
  this.instance.setOption('maxLines', Infinity);
39954
39963
  }
39955
39964
  this.instance.resize();
39965
+ hasFocus && this.focus();
39956
39966
  }, this.j.defaultTimeout * 2);
39957
- editor.e.on('afterResize afterSetMode', onResize);
39967
+ editor.e
39968
+ .on(editor, 'resize', onResize)
39969
+ .on('afterResize afterSetMode', onResize);
39958
39970
  onResize();
39959
39971
  this.onReady();
39960
39972
  };
@@ -40006,6 +40018,7 @@ class AceEditor extends jodit_plugins_source_editor_sourceEditor__WEBPACK_IMPORT
40006
40018
  return this.instance.isFocused();
40007
40019
  }
40008
40020
  focus() {
40021
+ this.instance.container.focus();
40009
40022
  this.instance.focus();
40010
40023
  }
40011
40024
  blur() {
@@ -40071,7 +40084,7 @@ class AceEditor extends jodit_plugins_source_editor_sourceEditor__WEBPACK_IMPORT
40071
40084
  /*!
40072
40085
  * Jodit Editor (https://xdsoft.net/jodit/)
40073
40086
  * Released under MIT see LICENSE.txt in the project root for license information.
40074
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40087
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40075
40088
  */
40076
40089
 
40077
40090
 
@@ -40189,7 +40202,7 @@ class TextAreaEditor extends jodit_plugins_source_editor_sourceEditor__WEBPACK_I
40189
40202
  /*!
40190
40203
  * Jodit Editor (https://xdsoft.net/jodit/)
40191
40204
  * Released under MIT see LICENSE.txt in the project root for license information.
40192
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40205
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40193
40206
  */
40194
40207
  /**
40195
40208
  * @module plugins/source
@@ -40213,7 +40226,7 @@ class TextAreaEditor extends jodit_plugins_source_editor_sourceEditor__WEBPACK_I
40213
40226
  /*!
40214
40227
  * Jodit Editor (https://xdsoft.net/jodit/)
40215
40228
  * Released under MIT see LICENSE.txt in the project root for license information.
40216
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40229
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40217
40230
  */
40218
40231
 
40219
40232
 
@@ -40253,7 +40266,7 @@ function createSourceEditor(type, editor, container, toWYSIWYG, fromWYSIWYG) {
40253
40266
  /*!
40254
40267
  * Jodit Editor (https://xdsoft.net/jodit/)
40255
40268
  * Released under MIT see LICENSE.txt in the project root for license information.
40256
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40269
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40257
40270
  */
40258
40271
  class SourceEditor {
40259
40272
  constructor(jodit, container, toWYSIWYG, fromWYSIWYG) {
@@ -40306,7 +40319,7 @@ class SourceEditor {
40306
40319
  /*!
40307
40320
  * Jodit Editor (https://xdsoft.net/jodit/)
40308
40321
  * Released under MIT see LICENSE.txt in the project root for license information.
40309
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40322
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40310
40323
  */
40311
40324
 
40312
40325
 
@@ -40637,7 +40650,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('sourc
40637
40650
  /*!
40638
40651
  * Jodit Editor (https://xdsoft.net/jodit/)
40639
40652
  * Released under MIT see LICENSE.txt in the project root for license information.
40640
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40653
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40641
40654
  */
40642
40655
 
40643
40656
 
@@ -40665,7 +40678,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_1__/* .Config */ .T.prototype.controls.spe
40665
40678
  /*!
40666
40679
  * Jodit Editor (https://xdsoft.net/jodit/)
40667
40680
  * Released under MIT see LICENSE.txt in the project root for license information.
40668
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40681
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40669
40682
  */
40670
40683
  module.exports = {
40671
40684
  Spellcheck: 'التدقيق الإملائي'
@@ -40682,7 +40695,7 @@ module.exports = {
40682
40695
  /*!
40683
40696
  * Jodit Editor (https://xdsoft.net/jodit/)
40684
40697
  * Released under MIT see LICENSE.txt in the project root for license information.
40685
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40698
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40686
40699
  */
40687
40700
  module.exports = {
40688
40701
  Spellcheck: 'Kontrola pravopisu'
@@ -40699,7 +40712,7 @@ module.exports = {
40699
40712
  /*!
40700
40713
  * Jodit Editor (https://xdsoft.net/jodit/)
40701
40714
  * Released under MIT see LICENSE.txt in the project root for license information.
40702
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40715
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40703
40716
  */
40704
40717
  module.exports = {
40705
40718
  Spellcheck: 'Rechtschreibprüfung'
@@ -40716,7 +40729,7 @@ module.exports = {
40716
40729
  /*!
40717
40730
  * Jodit Editor (https://xdsoft.net/jodit/)
40718
40731
  * Released under MIT see LICENSE.txt in the project root for license information.
40719
- * 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
40720
40733
  */
40721
40734
  module.exports = {
40722
40735
  Spellcheck: 'Corrección ortográfica'
@@ -40733,7 +40746,7 @@ module.exports = {
40733
40746
  /*!
40734
40747
  * Jodit Editor (https://xdsoft.net/jodit/)
40735
40748
  * Released under MIT see LICENSE.txt in the project root for license information.
40736
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40749
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40737
40750
  */
40738
40751
  module.exports = {
40739
40752
  Spellcheck: 'غلطیابی املایی'
@@ -40750,7 +40763,7 @@ module.exports = {
40750
40763
  /*!
40751
40764
  * Jodit Editor (https://xdsoft.net/jodit/)
40752
40765
  * Released under MIT see LICENSE.txt in the project root for license information.
40753
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40766
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40754
40767
  */
40755
40768
  module.exports = {
40756
40769
  Spellcheck: 'Oikeinkirjoituksen tarkistus'
@@ -40767,7 +40780,7 @@ module.exports = {
40767
40780
  /*!
40768
40781
  * Jodit Editor (https://xdsoft.net/jodit/)
40769
40782
  * Released under MIT see LICENSE.txt in the project root for license information.
40770
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40783
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40771
40784
  */
40772
40785
  module.exports = {
40773
40786
  Spellcheck: 'Vérification Orthographique'
@@ -40784,7 +40797,7 @@ module.exports = {
40784
40797
  /*!
40785
40798
  * Jodit Editor (https://xdsoft.net/jodit/)
40786
40799
  * Released under MIT see LICENSE.txt in the project root for license information.
40787
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40800
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40788
40801
  */
40789
40802
  module.exports = {
40790
40803
  Spellcheck: 'בדיקת איות'
@@ -40801,7 +40814,7 @@ module.exports = {
40801
40814
  /*!
40802
40815
  * Jodit Editor (https://xdsoft.net/jodit/)
40803
40816
  * Released under MIT see LICENSE.txt in the project root for license information.
40804
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40817
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40805
40818
  */
40806
40819
  module.exports = {
40807
40820
  Spellcheck: 'Helyesírás-ellenőrzés'
@@ -40818,7 +40831,7 @@ module.exports = {
40818
40831
  /*!
40819
40832
  * Jodit Editor (https://xdsoft.net/jodit/)
40820
40833
  * Released under MIT see LICENSE.txt in the project root for license information.
40821
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40834
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40822
40835
  */
40823
40836
  module.exports = {
40824
40837
  Spellcheck: 'Spellchecking'
@@ -40903,7 +40916,7 @@ __webpack_require__.r(__webpack_exports__);
40903
40916
  /*!
40904
40917
  * Jodit Editor (https://xdsoft.net/jodit/)
40905
40918
  * Released under MIT see LICENSE.txt in the project root for license information.
40906
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40919
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40907
40920
  */
40908
40921
 
40909
40922
 
@@ -40940,7 +40953,7 @@ __webpack_require__.r(__webpack_exports__);
40940
40953
  /*!
40941
40954
  * Jodit Editor (https://xdsoft.net/jodit/)
40942
40955
  * Released under MIT see LICENSE.txt in the project root for license information.
40943
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40956
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40944
40957
  */
40945
40958
  module.exports = {
40946
40959
  Spellcheck: 'Controllo ortografico'
@@ -40957,7 +40970,7 @@ module.exports = {
40957
40970
  /*!
40958
40971
  * Jodit Editor (https://xdsoft.net/jodit/)
40959
40972
  * Released under MIT see LICENSE.txt in the project root for license information.
40960
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40973
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40961
40974
  */
40962
40975
  module.exports = {
40963
40976
  Spellcheck: 'スペルチェック'
@@ -40974,7 +40987,7 @@ module.exports = {
40974
40987
  /*!
40975
40988
  * Jodit Editor (https://xdsoft.net/jodit/)
40976
40989
  * Released under MIT see LICENSE.txt in the project root for license information.
40977
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40990
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40978
40991
  */
40979
40992
  module.exports = {
40980
40993
  Spellcheck: '맞춤법 검사'
@@ -40991,7 +41004,7 @@ module.exports = {
40991
41004
  /*!
40992
41005
  * Jodit Editor (https://xdsoft.net/jodit/)
40993
41006
  * Released under MIT see LICENSE.txt in the project root for license information.
40994
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41007
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40995
41008
  */
40996
41009
  module.exports = {
40997
41010
  Spellcheck: 'Дүрмийн алдаа шалгах'
@@ -41008,7 +41021,7 @@ module.exports = {
41008
41021
  /*!
41009
41022
  * Jodit Editor (https://xdsoft.net/jodit/)
41010
41023
  * Released under MIT see LICENSE.txt in the project root for license information.
41011
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41024
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41012
41025
  */
41013
41026
  module.exports = {
41014
41027
  Spellcheck: 'Spellingcontrole'
@@ -41025,7 +41038,7 @@ module.exports = {
41025
41038
  /*!
41026
41039
  * Jodit Editor (https://xdsoft.net/jodit/)
41027
41040
  * Released under MIT see LICENSE.txt in the project root for license information.
41028
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41041
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41029
41042
  */
41030
41043
  module.exports = {
41031
41044
  Spellcheck: 'Sprawdzanie pisowni'
@@ -41042,7 +41055,7 @@ module.exports = {
41042
41055
  /*!
41043
41056
  * Jodit Editor (https://xdsoft.net/jodit/)
41044
41057
  * Released under MIT see LICENSE.txt in the project root for license information.
41045
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41058
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41046
41059
  */
41047
41060
  module.exports = {
41048
41061
  Spellcheck: 'Verificação ortográfica'
@@ -41059,7 +41072,7 @@ module.exports = {
41059
41072
  /*!
41060
41073
  * Jodit Editor (https://xdsoft.net/jodit/)
41061
41074
  * Released under MIT see LICENSE.txt in the project root for license information.
41062
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41075
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41063
41076
  */
41064
41077
  module.exports = {
41065
41078
  Spellcheck: 'Проверка орфографии'
@@ -41076,7 +41089,7 @@ module.exports = {
41076
41089
  /*!
41077
41090
  * Jodit Editor (https://xdsoft.net/jodit/)
41078
41091
  * Released under MIT see LICENSE.txt in the project root for license information.
41079
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41092
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41080
41093
  */
41081
41094
  module.exports = {
41082
41095
  Spellcheck: 'Yazım denetimi'
@@ -41093,7 +41106,7 @@ module.exports = {
41093
41106
  /*!
41094
41107
  * Jodit Editor (https://xdsoft.net/jodit/)
41095
41108
  * Released under MIT see LICENSE.txt in the project root for license information.
41096
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41109
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41097
41110
  */
41098
41111
  module.exports = {
41099
41112
  Spellcheck: 'Перевірка орфографії'
@@ -41110,7 +41123,7 @@ module.exports = {
41110
41123
  /*!
41111
41124
  * Jodit Editor (https://xdsoft.net/jodit/)
41112
41125
  * Released under MIT see LICENSE.txt in the project root for license information.
41113
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41126
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41114
41127
  */
41115
41128
  module.exports = {
41116
41129
  Spellcheck: '拼写检查'
@@ -41127,7 +41140,7 @@ module.exports = {
41127
41140
  /*!
41128
41141
  * Jodit Editor (https://xdsoft.net/jodit/)
41129
41142
  * Released under MIT see LICENSE.txt in the project root for license information.
41130
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41143
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41131
41144
  */
41132
41145
  module.exports = {
41133
41146
  Spellcheck: '拼字檢查'
@@ -41151,7 +41164,7 @@ module.exports = {
41151
41164
  /*!
41152
41165
  * Jodit Editor (https://xdsoft.net/jodit/)
41153
41166
  * 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
41167
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41155
41168
  */
41156
41169
 
41157
41170
 
@@ -41201,7 +41214,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('spell
41201
41214
  /*!
41202
41215
  * Jodit Editor (https://xdsoft.net/jodit/)
41203
41216
  * Released under MIT see LICENSE.txt in the project root for license information.
41204
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41217
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41205
41218
  */
41206
41219
  /**
41207
41220
  * @module plugins/stat
@@ -41228,7 +41241,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.showWordsCou
41228
41241
  /*!
41229
41242
  * Jodit Editor (https://xdsoft.net/jodit/)
41230
41243
  * Released under MIT see LICENSE.txt in the project root for license information.
41231
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41244
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41232
41245
  */
41233
41246
 
41234
41247
 
@@ -41309,7 +41322,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('stat'
41309
41322
  /*!
41310
41323
  * Jodit Editor (https://xdsoft.net/jodit/)
41311
41324
  * Released under MIT see LICENSE.txt in the project root for license information.
41312
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41325
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41313
41326
  */
41314
41327
  /**
41315
41328
  * @module plugins/sticky
@@ -41338,7 +41351,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.toolbarStick
41338
41351
  /*!
41339
41352
  * Jodit Editor (https://xdsoft.net/jodit/)
41340
41353
  * Released under MIT see LICENSE.txt in the project root for license information.
41341
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41354
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41342
41355
  */
41343
41356
 
41344
41357
 
@@ -41462,7 +41475,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('stick
41462
41475
  /*!
41463
41476
  * Jodit Editor (https://xdsoft.net/jodit/)
41464
41477
  * Released under MIT see LICENSE.txt in the project root for license information.
41465
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41478
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41466
41479
  */
41467
41480
 
41468
41481
 
@@ -41715,7 +41728,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_1__/* .Config */ .T.prototype.controls.sym
41715
41728
  /*!
41716
41729
  * Jodit Editor (https://xdsoft.net/jodit/)
41717
41730
  * Released under MIT see LICENSE.txt in the project root for license information.
41718
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41731
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41719
41732
  */
41720
41733
  module.exports = {
41721
41734
  symbols: 'رمز'
@@ -41732,7 +41745,7 @@ module.exports = {
41732
41745
  /*!
41733
41746
  * Jodit Editor (https://xdsoft.net/jodit/)
41734
41747
  * Released under MIT see LICENSE.txt in the project root for license information.
41735
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41748
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41736
41749
  */
41737
41750
  module.exports = {
41738
41751
  symbols: 'symbol'
@@ -41749,7 +41762,7 @@ module.exports = {
41749
41762
  /*!
41750
41763
  * Jodit Editor (https://xdsoft.net/jodit/)
41751
41764
  * Released under MIT see LICENSE.txt in the project root for license information.
41752
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41765
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41753
41766
  */
41754
41767
  module.exports = {
41755
41768
  symbols: 'Symbol'
@@ -41766,7 +41779,7 @@ module.exports = {
41766
41779
  /*!
41767
41780
  * Jodit Editor (https://xdsoft.net/jodit/)
41768
41781
  * Released under MIT see LICENSE.txt in the project root for license information.
41769
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41782
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41770
41783
  */
41771
41784
  module.exports = {
41772
41785
  symbols: 'Símbolo'
@@ -41783,7 +41796,7 @@ module.exports = {
41783
41796
  /*!
41784
41797
  * Jodit Editor (https://xdsoft.net/jodit/)
41785
41798
  * Released under MIT see LICENSE.txt in the project root for license information.
41786
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41799
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41787
41800
  */
41788
41801
  module.exports = {
41789
41802
  symbols: 'سمبل'
@@ -41800,7 +41813,7 @@ module.exports = {
41800
41813
  /*!
41801
41814
  * Jodit Editor (https://xdsoft.net/jodit/)
41802
41815
  * Released under MIT see LICENSE.txt in the project root for license information.
41803
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41816
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41804
41817
  */
41805
41818
  module.exports = {
41806
41819
  symbols: 'Symbolit'
@@ -41817,7 +41830,7 @@ module.exports = {
41817
41830
  /*!
41818
41831
  * Jodit Editor (https://xdsoft.net/jodit/)
41819
41832
  * Released under MIT see LICENSE.txt in the project root for license information.
41820
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41833
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41821
41834
  */
41822
41835
  module.exports = {
41823
41836
  symbols: 'caractère'
@@ -41834,7 +41847,7 @@ module.exports = {
41834
41847
  /*!
41835
41848
  * Jodit Editor (https://xdsoft.net/jodit/)
41836
41849
  * Released under MIT see LICENSE.txt in the project root for license information.
41837
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41850
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41838
41851
  */
41839
41852
  module.exports = {
41840
41853
  symbols: 'תו מיוחד'
@@ -41851,7 +41864,7 @@ module.exports = {
41851
41864
  /*!
41852
41865
  * Jodit Editor (https://xdsoft.net/jodit/)
41853
41866
  * Released under MIT see LICENSE.txt in the project root for license information.
41854
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41867
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41855
41868
  */
41856
41869
  module.exports = {
41857
41870
  symbols: 'Szimbólum'
@@ -41868,7 +41881,7 @@ module.exports = {
41868
41881
  /*!
41869
41882
  * Jodit Editor (https://xdsoft.net/jodit/)
41870
41883
  * Released under MIT see LICENSE.txt in the project root for license information.
41871
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41884
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41872
41885
  */
41873
41886
  module.exports = {
41874
41887
  symbols: 'simbol'
@@ -41953,7 +41966,7 @@ __webpack_require__.r(__webpack_exports__);
41953
41966
  /*!
41954
41967
  * Jodit Editor (https://xdsoft.net/jodit/)
41955
41968
  * Released under MIT see LICENSE.txt in the project root for license information.
41956
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41969
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41957
41970
  */
41958
41971
 
41959
41972
 
@@ -41990,7 +42003,7 @@ __webpack_require__.r(__webpack_exports__);
41990
42003
  /*!
41991
42004
  * Jodit Editor (https://xdsoft.net/jodit/)
41992
42005
  * Released under MIT see LICENSE.txt in the project root for license information.
41993
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42006
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41994
42007
  */
41995
42008
  module.exports = {
41996
42009
  symbols: 'Simbolo'
@@ -42007,7 +42020,7 @@ module.exports = {
42007
42020
  /*!
42008
42021
  * Jodit Editor (https://xdsoft.net/jodit/)
42009
42022
  * Released under MIT see LICENSE.txt in the project root for license information.
42010
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42023
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42011
42024
  */
42012
42025
  module.exports = {
42013
42026
  symbols: 'symbol'
@@ -42024,7 +42037,7 @@ module.exports = {
42024
42037
  /*!
42025
42038
  * Jodit Editor (https://xdsoft.net/jodit/)
42026
42039
  * Released under MIT see LICENSE.txt in the project root for license information.
42027
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42040
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42028
42041
  */
42029
42042
  module.exports = {
42030
42043
  symbols: '기호'
@@ -42041,7 +42054,7 @@ module.exports = {
42041
42054
  /*!
42042
42055
  * Jodit Editor (https://xdsoft.net/jodit/)
42043
42056
  * Released under MIT see LICENSE.txt in the project root for license information.
42044
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42057
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42045
42058
  */
42046
42059
  module.exports = {
42047
42060
  symbols: 'тэмдэгт'
@@ -42058,7 +42071,7 @@ module.exports = {
42058
42071
  /*!
42059
42072
  * Jodit Editor (https://xdsoft.net/jodit/)
42060
42073
  * Released under MIT see LICENSE.txt in the project root for license information.
42061
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42074
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42062
42075
  */
42063
42076
  module.exports = {
42064
42077
  symbols: 'symbool'
@@ -42075,7 +42088,7 @@ module.exports = {
42075
42088
  /*!
42076
42089
  * Jodit Editor (https://xdsoft.net/jodit/)
42077
42090
  * Released under MIT see LICENSE.txt in the project root for license information.
42078
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42091
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42079
42092
  */
42080
42093
  module.exports = {
42081
42094
  symbols: 'symbol'
@@ -42092,7 +42105,7 @@ module.exports = {
42092
42105
  /*!
42093
42106
  * Jodit Editor (https://xdsoft.net/jodit/)
42094
42107
  * Released under MIT see LICENSE.txt in the project root for license information.
42095
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42108
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42096
42109
  */
42097
42110
  module.exports = {
42098
42111
  symbols: 'Símbolo'
@@ -42109,7 +42122,7 @@ module.exports = {
42109
42122
  /*!
42110
42123
  * Jodit Editor (https://xdsoft.net/jodit/)
42111
42124
  * Released under MIT see LICENSE.txt in the project root for license information.
42112
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42125
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42113
42126
  */
42114
42127
  module.exports = {
42115
42128
  symbols: 'символ'
@@ -42126,7 +42139,7 @@ module.exports = {
42126
42139
  /*!
42127
42140
  * Jodit Editor (https://xdsoft.net/jodit/)
42128
42141
  * Released under MIT see LICENSE.txt in the project root for license information.
42129
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42142
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42130
42143
  */
42131
42144
  module.exports = {
42132
42145
  symbols: 'Sembol'
@@ -42143,7 +42156,7 @@ module.exports = {
42143
42156
  /*!
42144
42157
  * Jodit Editor (https://xdsoft.net/jodit/)
42145
42158
  * Released under MIT see LICENSE.txt in the project root for license information.
42146
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42159
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42147
42160
  */
42148
42161
  module.exports = {
42149
42162
  symbols: 'символ'
@@ -42160,7 +42173,7 @@ module.exports = {
42160
42173
  /*!
42161
42174
  * Jodit Editor (https://xdsoft.net/jodit/)
42162
42175
  * Released under MIT see LICENSE.txt in the project root for license information.
42163
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42176
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42164
42177
  */
42165
42178
  module.exports = {
42166
42179
  symbols: '符号'
@@ -42177,7 +42190,7 @@ module.exports = {
42177
42190
  /*!
42178
42191
  * Jodit Editor (https://xdsoft.net/jodit/)
42179
42192
  * Released under MIT see LICENSE.txt in the project root for license information.
42180
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42193
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42181
42194
  */
42182
42195
  module.exports = {
42183
42196
  symbols: '符號'
@@ -42201,7 +42214,7 @@ module.exports = {
42201
42214
  /*!
42202
42215
  * Jodit Editor (https://xdsoft.net/jodit/)
42203
42216
  * Released under MIT see LICENSE.txt in the project root for license information.
42204
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42217
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42205
42218
  */
42206
42219
 
42207
42220
 
@@ -42347,7 +42360,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('symbo
42347
42360
  /*!
42348
42361
  * Jodit Editor (https://xdsoft.net/jodit/)
42349
42362
  * Released under MIT see LICENSE.txt in the project root for license information.
42350
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42363
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42351
42364
  */
42352
42365
  /**
42353
42366
  * @module plugins/tab
@@ -42370,7 +42383,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('symbo
42370
42383
  /*!
42371
42384
  * Jodit Editor (https://xdsoft.net/jodit/)
42372
42385
  * Released under MIT see LICENSE.txt in the project root for license information.
42373
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42386
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42374
42387
  */
42375
42388
 
42376
42389
 
@@ -42484,7 +42497,7 @@ function removeNestedList(jodit, list, li) {
42484
42497
  /*!
42485
42498
  * Jodit Editor (https://xdsoft.net/jodit/)
42486
42499
  * Released under MIT see LICENSE.txt in the project root for license information.
42487
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42500
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42488
42501
  */
42489
42502
  /**
42490
42503
  * @module plugins/tab
@@ -42511,7 +42524,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.tab = {
42511
42524
  /*!
42512
42525
  * Jodit Editor (https://xdsoft.net/jodit/)
42513
42526
  * Released under MIT see LICENSE.txt in the project root for license information.
42514
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42527
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42515
42528
  */
42516
42529
 
42517
42530
 
@@ -42566,7 +42579,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('tab',
42566
42579
  /*!
42567
42580
  * Jodit Editor (https://xdsoft.net/jodit/)
42568
42581
  * Released under MIT see LICENSE.txt in the project root for license information.
42569
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42582
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42570
42583
  */
42571
42584
 
42572
42585
 
@@ -42701,7 +42714,7 @@ function findCell(editor, key) {
42701
42714
  /*!
42702
42715
  * Jodit Editor (https://xdsoft.net/jodit/)
42703
42716
  * Released under MIT see LICENSE.txt in the project root for license information.
42704
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42717
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42705
42718
  */
42706
42719
 
42707
42720
 
@@ -42873,7 +42886,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_4__/* .Config */ .T.prototype.controls.tab
42873
42886
  /*!
42874
42887
  * Jodit Editor (https://xdsoft.net/jodit/)
42875
42888
  * Released under MIT see LICENSE.txt in the project root for license information.
42876
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42889
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42877
42890
  */
42878
42891
 
42879
42892
 
@@ -42904,7 +42917,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('table
42904
42917
  /*!
42905
42918
  * Jodit Editor (https://xdsoft.net/jodit/)
42906
42919
  * Released under MIT see LICENSE.txt in the project root for license information.
42907
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42920
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42908
42921
  */
42909
42922
 
42910
42923
 
@@ -42988,7 +43001,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_4__/* .Config */ .T.prototype.controls.vid
42988
43001
  /*!
42989
43002
  * Jodit Editor (https://xdsoft.net/jodit/)
42990
43003
  * Released under MIT see LICENSE.txt in the project root for license information.
42991
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43004
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42992
43005
  */
42993
43006
 
42994
43007
 
@@ -43011,7 +43024,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('video
43011
43024
  /*!
43012
43025
  * Jodit Editor (https://xdsoft.net/jodit/)
43013
43026
  * Released under MIT see LICENSE.txt in the project root for license information.
43014
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43027
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43015
43028
  */
43016
43029
 
43017
43030
  jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.wrapNodes = {
@@ -43036,7 +43049,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.wrapNodes =
43036
43049
  /*!
43037
43050
  * Jodit Editor (https://xdsoft.net/jodit/)
43038
43051
  * Released under MIT see LICENSE.txt in the project root for license information.
43039
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43052
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43040
43053
  */
43041
43054
 
43042
43055
 
@@ -43182,7 +43195,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('wrapN
43182
43195
  /*!
43183
43196
  * Jodit Editor (https://xdsoft.net/jodit/)
43184
43197
  * Released under MIT see LICENSE.txt in the project root for license information.
43185
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43198
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43186
43199
  */
43187
43200
  /**
43188
43201
  * @module plugins/xpath
@@ -43208,7 +43221,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.showXPathInS
43208
43221
  /*!
43209
43222
  * Jodit Editor (https://xdsoft.net/jodit/)
43210
43223
  * Released under MIT see LICENSE.txt in the project root for license information.
43211
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43224
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43212
43225
  */
43213
43226
 
43214
43227
 
@@ -43455,7 +43468,7 @@ __webpack_require__.r(__webpack_exports__);
43455
43468
  /*!
43456
43469
  * Jodit Editor (https://xdsoft.net/jodit/)
43457
43470
  * Released under MIT see LICENSE.txt in the project root for license information.
43458
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43471
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43459
43472
  */
43460
43473
  /**
43461
43474
  * [[include:styles/icons/README.md]]
@@ -44809,7 +44822,7 @@ __webpack_require__.r(__webpack_exports__);
44809
44822
  /*!
44810
44823
  * Jodit Editor (https://xdsoft.net/jodit/)
44811
44824
  * Released under MIT see LICENSE.txt in the project root for license information.
44812
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
44825
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
44813
44826
  */
44814
44827
  /**
44815
44828
  * [[include:README.md]]