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/es2021/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
 
@@ -1343,7 +1343,7 @@ class Async {
1343
1343
  /*!
1344
1344
  * Jodit Editor (https://xdsoft.net/jodit/)
1345
1345
  * Released under MIT see LICENSE.txt in the project root for license information.
1346
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1346
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1347
1347
  */
1348
1348
  /**
1349
1349
  * @module async
@@ -1367,7 +1367,7 @@ class Async {
1367
1367
  /*!
1368
1368
  * Jodit Editor (https://xdsoft.net/jodit/)
1369
1369
  * Released under MIT see LICENSE.txt in the project root for license information.
1370
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1370
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1371
1371
  */
1372
1372
 
1373
1373
 
@@ -1573,7 +1573,7 @@ Component.STATUSES = jodit_core_component_statuses__WEBPACK_IMPORTED_MODULE_1__/
1573
1573
  /*!
1574
1574
  * Jodit Editor (https://xdsoft.net/jodit/)
1575
1575
  * Released under MIT see LICENSE.txt in the project root for license information.
1576
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1576
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1577
1577
  */
1578
1578
  /**
1579
1579
  * @module component
@@ -1595,7 +1595,7 @@ Component.STATUSES = jodit_core_component_statuses__WEBPACK_IMPORTED_MODULE_1__/
1595
1595
  /*!
1596
1596
  * Jodit Editor (https://xdsoft.net/jodit/)
1597
1597
  * Released under MIT see LICENSE.txt in the project root for license information.
1598
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1598
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1599
1599
  */
1600
1600
  /**
1601
1601
  * @module component
@@ -1621,7 +1621,7 @@ const STATUSES = {
1621
1621
  /*!
1622
1622
  * Jodit Editor (https://xdsoft.net/jodit/)
1623
1623
  * Released under MIT see LICENSE.txt in the project root for license information.
1624
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1624
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1625
1625
  */
1626
1626
 
1627
1627
  class ViewComponent extends _component__WEBPACK_IMPORTED_MODULE_0__/* .Component */ .u {
@@ -1734,9 +1734,9 @@ __webpack_require__.r(__webpack_exports__);
1734
1734
  /*!
1735
1735
  * Jodit Editor (https://xdsoft.net/jodit/)
1736
1736
  * Released under MIT see LICENSE.txt in the project root for license information.
1737
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1737
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1738
1738
  */
1739
- const APP_VERSION = "4.2.47";
1739
+ const APP_VERSION = "4.2.50";
1740
1740
  // prettier-ignore
1741
1741
  const ES = "es2021";
1742
1742
  const IS_ES_MODERN = true;
@@ -1959,7 +1959,7 @@ const PASSIVE_EVENTS = new Set([
1959
1959
  /*!
1960
1960
  * Jodit Editor (https://xdsoft.net/jodit/)
1961
1961
  * Released under MIT see LICENSE.txt in the project root for license information.
1962
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1962
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1963
1963
  */
1964
1964
 
1965
1965
 
@@ -2109,7 +2109,7 @@ class Create {
2109
2109
  /*!
2110
2110
  * Jodit Editor (https://xdsoft.net/jodit/)
2111
2111
  * Released under MIT see LICENSE.txt in the project root for license information.
2112
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2112
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2113
2113
  */
2114
2114
  /**
2115
2115
  * @module create
@@ -2130,7 +2130,7 @@ class Create {
2130
2130
  /*!
2131
2131
  * Jodit Editor (https://xdsoft.net/jodit/)
2132
2132
  * Released under MIT see LICENSE.txt in the project root for license information.
2133
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2133
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2134
2134
  */
2135
2135
  /**
2136
2136
  * [[include:core/decorators/autobind/README.md]]
@@ -2158,7 +2158,7 @@ class Create {
2158
2158
  /*!
2159
2159
  * Jodit Editor (https://xdsoft.net/jodit/)
2160
2160
  * Released under MIT see LICENSE.txt in the project root for license information.
2161
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2161
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2162
2162
  */
2163
2163
 
2164
2164
 
@@ -2228,7 +2228,7 @@ function cacheHTML(target, _, descriptor) {
2228
2228
  /*!
2229
2229
  * Jodit Editor (https://xdsoft.net/jodit/)
2230
2230
  * Released under MIT see LICENSE.txt in the project root for license information.
2231
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2231
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2232
2232
  */
2233
2233
  /**
2234
2234
  * Decorate components and set status isReady after constructor
@@ -2272,7 +2272,7 @@ function component(constructorFunction) {
2272
2272
  /*!
2273
2273
  * Jodit Editor (https://xdsoft.net/jodit/)
2274
2274
  * Released under MIT see LICENSE.txt in the project root for license information.
2275
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2275
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2276
2276
  */
2277
2277
 
2278
2278
 
@@ -2327,7 +2327,7 @@ function throttle(timeout, firstCallImmediately = false) {
2327
2327
  /*!
2328
2328
  * Jodit Editor (https://xdsoft.net/jodit/)
2329
2329
  * Released under MIT see LICENSE.txt in the project root for license information.
2330
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2330
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2331
2331
  */
2332
2332
  /**
2333
2333
  * [[include:core/decorators/derive/README.md]]
@@ -2376,7 +2376,7 @@ function derive(...traits) {
2376
2376
  /*!
2377
2377
  * Jodit Editor (https://xdsoft.net/jodit/)
2378
2378
  * Released under MIT see LICENSE.txt in the project root for license information.
2379
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2379
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2380
2380
  */
2381
2381
 
2382
2382
 
@@ -2410,7 +2410,7 @@ function hook(status) {
2410
2410
  /*!
2411
2411
  * Jodit Editor (https://xdsoft.net/jodit/)
2412
2412
  * Released under MIT see LICENSE.txt in the project root for license information.
2413
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2413
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2414
2414
  */
2415
2415
 
2416
2416
 
@@ -2467,7 +2467,7 @@ __webpack_require__.r(__webpack_exports__);
2467
2467
  /*!
2468
2468
  * Jodit Editor (https://xdsoft.net/jodit/)
2469
2469
  * Released under MIT see LICENSE.txt in the project root for license information.
2470
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2470
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2471
2471
  */
2472
2472
  /**
2473
2473
  * [[include:core/decorators/README.md]]
@@ -2499,7 +2499,7 @@ __webpack_require__.r(__webpack_exports__);
2499
2499
  /*!
2500
2500
  * Jodit Editor (https://xdsoft.net/jodit/)
2501
2501
  * Released under MIT see LICENSE.txt in the project root for license information.
2502
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2502
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2503
2503
  */
2504
2504
  /**
2505
2505
  * [[include:core/decorators/nonenumerable/README.md]]
@@ -2537,7 +2537,7 @@ const nonenumerable = (target, propertyKey) => {
2537
2537
  /*!
2538
2538
  * Jodit Editor (https://xdsoft.net/jodit/)
2539
2539
  * Released under MIT see LICENSE.txt in the project root for license information.
2540
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2540
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2541
2541
  */
2542
2542
 
2543
2543
 
@@ -2573,7 +2573,7 @@ function persistent(target, propertyKey) {
2573
2573
  /*!
2574
2574
  * Jodit Editor (https://xdsoft.net/jodit/)
2575
2575
  * Released under MIT see LICENSE.txt in the project root for license information.
2576
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2576
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2577
2577
  */
2578
2578
 
2579
2579
 
@@ -2625,7 +2625,7 @@ function wait(condition) {
2625
2625
  /*!
2626
2626
  * Jodit Editor (https://xdsoft.net/jodit/)
2627
2627
  * Released under MIT see LICENSE.txt in the project root for license information.
2628
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2628
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2629
2629
  */
2630
2630
 
2631
2631
 
@@ -2746,7 +2746,7 @@ function watch(observeFields, opts) {
2746
2746
  /*!
2747
2747
  * Jodit Editor (https://xdsoft.net/jodit/)
2748
2748
  * Released under MIT see LICENSE.txt in the project root for license information.
2749
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2749
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2750
2750
  */
2751
2751
 
2752
2752
 
@@ -3471,7 +3471,7 @@ class Dom {
3471
3471
  /*!
3472
3472
  * Jodit Editor (https://xdsoft.net/jodit/)
3473
3473
  * Released under MIT see LICENSE.txt in the project root for license information.
3474
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3474
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3475
3475
  */
3476
3476
  /**
3477
3477
  * @module dom
@@ -3496,7 +3496,7 @@ class Dom {
3496
3496
  /*!
3497
3497
  * Jodit Editor (https://xdsoft.net/jodit/)
3498
3498
  * Released under MIT see LICENSE.txt in the project root for license information.
3499
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3499
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3500
3500
  */
3501
3501
 
3502
3502
 
@@ -3609,7 +3609,7 @@ class LazyWalker extends jodit_core_event_emitter_eventify__WEBPACK_IMPORTED_MOD
3609
3609
  /*!
3610
3610
  * Jodit Editor (https://xdsoft.net/jodit/)
3611
3611
  * Released under MIT see LICENSE.txt in the project root for license information.
3612
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3612
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3613
3613
  */
3614
3614
 
3615
3615
 
@@ -4099,7 +4099,7 @@ function isDOMElement(subject) {
4099
4099
  /*!
4100
4100
  * Jodit Editor (https://xdsoft.net/jodit/)
4101
4101
  * Released under MIT see LICENSE.txt in the project root for license information.
4102
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4102
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4103
4103
  */
4104
4104
  /**
4105
4105
  * Class for adding event handling capability
@@ -4175,7 +4175,7 @@ class Eventify {
4175
4175
  /*!
4176
4176
  * Jodit Editor (https://xdsoft.net/jodit/)
4177
4177
  * Released under MIT see LICENSE.txt in the project root for license information.
4178
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4178
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4179
4179
  */
4180
4180
  /**
4181
4181
  * @module event-emitter
@@ -4202,7 +4202,7 @@ class Eventify {
4202
4202
  /*!
4203
4203
  * Jodit Editor (https://xdsoft.net/jodit/)
4204
4204
  * Released under MIT see LICENSE.txt in the project root for license information.
4205
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4205
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4206
4206
  */
4207
4207
 
4208
4208
 
@@ -4361,7 +4361,7 @@ function observable(obj) {
4361
4361
  /*!
4362
4362
  * Jodit Editor (https://xdsoft.net/jodit/)
4363
4363
  * Released under MIT see LICENSE.txt in the project root for license information.
4364
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4364
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4365
4365
  */
4366
4366
 
4367
4367
 
@@ -4457,7 +4457,7 @@ class EventHandlersStore {
4457
4457
  /*!
4458
4458
  * Jodit Editor (https://xdsoft.net/jodit/)
4459
4459
  * Released under MIT see LICENSE.txt in the project root for license information.
4460
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4460
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4461
4461
  */
4462
4462
 
4463
4463
 
@@ -4575,7 +4575,7 @@ const eventEmitter = new _event_emitter__WEBPACK_IMPORTED_MODULE_4__/* .EventEmi
4575
4575
  /*!
4576
4576
  * Jodit Editor (https://xdsoft.net/jodit/)
4577
4577
  * Released under MIT see LICENSE.txt in the project root for license information.
4578
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4578
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4579
4579
  */
4580
4580
  /**
4581
4581
  * @module helpers/array
@@ -4609,7 +4609,7 @@ const asArray = (a) => ((0,jodit_core_helpers_checker_is_array__WEBPACK_IMPORTED
4609
4609
  /*!
4610
4610
  * Jodit Editor (https://xdsoft.net/jodit/)
4611
4611
  * Released under MIT see LICENSE.txt in the project root for license information.
4612
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4612
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4613
4613
  */
4614
4614
  /**
4615
4615
  * @module helpers/array
@@ -4631,7 +4631,7 @@ const asArray = (a) => ((0,jodit_core_helpers_checker_is_array__WEBPACK_IMPORTED
4631
4631
  /*!
4632
4632
  * Jodit Editor (https://xdsoft.net/jodit/)
4633
4633
  * Released under MIT see LICENSE.txt in the project root for license information.
4634
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4634
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4635
4635
  */
4636
4636
  /**
4637
4637
  * Return an array from string or array
@@ -4659,7 +4659,7 @@ function splitArray(a) {
4659
4659
  /*!
4660
4660
  * Jodit Editor (https://xdsoft.net/jodit/)
4661
4661
  * Released under MIT see LICENSE.txt in the project root for license information.
4662
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4662
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4663
4663
  */
4664
4664
  /**
4665
4665
  * @module helpers/array
@@ -4697,7 +4697,7 @@ const toArray = function toArray(...args) {
4697
4697
  /*!
4698
4698
  * Jodit Editor (https://xdsoft.net/jodit/)
4699
4699
  * Released under MIT see LICENSE.txt in the project root for license information.
4700
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4700
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4701
4701
  */
4702
4702
  /**
4703
4703
  * @module helpers/async
@@ -4719,7 +4719,7 @@ const toArray = function toArray(...args) {
4719
4719
  /*!
4720
4720
  * Jodit Editor (https://xdsoft.net/jodit/)
4721
4721
  * Released under MIT see LICENSE.txt in the project root for license information.
4722
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4722
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4723
4723
  */
4724
4724
  /**
4725
4725
  * @module helpers/async
@@ -4758,7 +4758,7 @@ function clearTimeout(timer) {
4758
4758
  /*!
4759
4759
  * Jodit Editor (https://xdsoft.net/jodit/)
4760
4760
  * Released under MIT see LICENSE.txt in the project root for license information.
4761
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4761
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4762
4762
  */
4763
4763
  /**
4764
4764
  * @module helpers/checker
@@ -4847,7 +4847,7 @@ function hasBrowserColorPicker() {
4847
4847
  /*!
4848
4848
  * Jodit Editor (https://xdsoft.net/jodit/)
4849
4849
  * Released under MIT see LICENSE.txt in the project root for license information.
4850
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4850
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4851
4851
  */
4852
4852
  /**
4853
4853
  * @module helpers/checker
@@ -4891,7 +4891,7 @@ function hasBrowserColorPicker() {
4891
4891
  /*!
4892
4892
  * Jodit Editor (https://xdsoft.net/jodit/)
4893
4893
  * Released under MIT see LICENSE.txt in the project root for license information.
4894
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4894
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4895
4895
  */
4896
4896
  function isAbortError(error) {
4897
4897
  return (Boolean(error) &&
@@ -4912,7 +4912,7 @@ function isAbortError(error) {
4912
4912
  /*!
4913
4913
  * Jodit Editor (https://xdsoft.net/jodit/)
4914
4914
  * Released under MIT see LICENSE.txt in the project root for license information.
4915
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4915
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4916
4916
  */
4917
4917
  /**
4918
4918
  * @module helpers/checker
@@ -4937,7 +4937,7 @@ function isArray(elm) {
4937
4937
  /*!
4938
4938
  * Jodit Editor (https://xdsoft.net/jodit/)
4939
4939
  * Released under MIT see LICENSE.txt in the project root for license information.
4940
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4940
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4941
4941
  */
4942
4942
  /**
4943
4943
  * @module helpers/checker
@@ -4961,7 +4961,7 @@ function isBoolean(elm) {
4961
4961
  /*!
4962
4962
  * Jodit Editor (https://xdsoft.net/jodit/)
4963
4963
  * Released under MIT see LICENSE.txt in the project root for license information.
4964
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4964
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4965
4965
  */
4966
4966
  /**
4967
4967
  * @module helpers/checker
@@ -4990,7 +4990,7 @@ function isFastEqual(a, b) {
4990
4990
  /*!
4991
4991
  * Jodit Editor (https://xdsoft.net/jodit/)
4992
4992
  * Released under MIT see LICENSE.txt in the project root for license information.
4993
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4993
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4994
4994
  */
4995
4995
  /**
4996
4996
  * @module helpers/checker
@@ -5015,7 +5015,7 @@ function isFunction(value) {
5015
5015
  /*!
5016
5016
  * Jodit Editor (https://xdsoft.net/jodit/)
5017
5017
  * Released under MIT see LICENSE.txt in the project root for license information.
5018
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5018
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5019
5019
  */
5020
5020
  /**
5021
5021
  * @module helpers/checker
@@ -5043,7 +5043,7 @@ function isHtmlFromWord(data) {
5043
5043
  /*!
5044
5044
  * Jodit Editor (https://xdsoft.net/jodit/)
5045
5045
  * Released under MIT see LICENSE.txt in the project root for license information.
5046
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5046
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5047
5047
  */
5048
5048
  /**
5049
5049
  * @module helpers/checker
@@ -5073,7 +5073,7 @@ const isHTML = (str) => (0,_is_string__WEBPACK_IMPORTED_MODULE_0__/* .isString *
5073
5073
  /*!
5074
5074
  * Jodit Editor (https://xdsoft.net/jodit/)
5075
5075
  * Released under MIT see LICENSE.txt in the project root for license information.
5076
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5076
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5077
5077
  */
5078
5078
 
5079
5079
 
@@ -5112,7 +5112,7 @@ function hasContainer(value) {
5112
5112
  /*!
5113
5113
  * Jodit Editor (https://xdsoft.net/jodit/)
5114
5114
  * Released under MIT see LICENSE.txt in the project root for license information.
5115
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5115
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5116
5116
  */
5117
5117
  /**
5118
5118
  * @module helpers/checker
@@ -5143,7 +5143,7 @@ function isInt(value) {
5143
5143
  /*!
5144
5144
  * Jodit Editor (https://xdsoft.net/jodit/)
5145
5145
  * Released under MIT see LICENSE.txt in the project root for license information.
5146
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5146
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5147
5147
  */
5148
5148
 
5149
5149
  /**
@@ -5172,7 +5172,7 @@ function isJoditObject(jodit) {
5172
5172
  /*!
5173
5173
  * Jodit Editor (https://xdsoft.net/jodit/)
5174
5174
  * Released under MIT see LICENSE.txt in the project root for license information.
5175
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5175
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5176
5176
  */
5177
5177
  /**
5178
5178
  * @module helpers/checker
@@ -5197,7 +5197,7 @@ const isLicense = (license) => (0,_is_string__WEBPACK_IMPORTED_MODULE_0__/* .isS
5197
5197
  /*!
5198
5198
  * Jodit Editor (https://xdsoft.net/jodit/)
5199
5199
  * Released under MIT see LICENSE.txt in the project root for license information.
5200
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5200
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5201
5201
  */
5202
5202
 
5203
5203
 
@@ -5223,7 +5223,7 @@ function isMarker(elm) {
5223
5223
  /*!
5224
5224
  * Jodit Editor (https://xdsoft.net/jodit/)
5225
5225
  * Released under MIT see LICENSE.txt in the project root for license information.
5226
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5226
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5227
5227
  */
5228
5228
  /**
5229
5229
  * @module helpers/checker
@@ -5251,7 +5251,7 @@ function isNativeFunction(f) {
5251
5251
  /*!
5252
5252
  * Jodit Editor (https://xdsoft.net/jodit/)
5253
5253
  * Released under MIT see LICENSE.txt in the project root for license information.
5254
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5254
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5255
5255
  */
5256
5256
  /**
5257
5257
  * @module helpers/checker
@@ -5277,7 +5277,7 @@ function isNumber(value) {
5277
5277
  /*!
5278
5278
  * Jodit Editor (https://xdsoft.net/jodit/)
5279
5279
  * Released under MIT see LICENSE.txt in the project root for license information.
5280
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5280
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5281
5281
  */
5282
5282
  /**
5283
5283
  * @module helpers/checker
@@ -5310,7 +5310,7 @@ function isNumeric(value) {
5310
5310
  /*!
5311
5311
  * Jodit Editor (https://xdsoft.net/jodit/)
5312
5312
  * Released under MIT see LICENSE.txt in the project root for license information.
5313
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5313
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5314
5314
  */
5315
5315
 
5316
5316
  /**
@@ -5337,7 +5337,7 @@ function isPlainObject(obj) {
5337
5337
  /*!
5338
5338
  * Jodit Editor (https://xdsoft.net/jodit/)
5339
5339
  * Released under MIT see LICENSE.txt in the project root for license information.
5340
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5340
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5341
5341
  */
5342
5342
  /**
5343
5343
  * @module helpers/checker
@@ -5360,7 +5360,7 @@ function isPromise(val) {
5360
5360
  /*!
5361
5361
  * Jodit Editor (https://xdsoft.net/jodit/)
5362
5362
  * Released under MIT see LICENSE.txt in the project root for license information.
5363
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5363
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5364
5364
  */
5365
5365
  /**
5366
5366
  * @module helpers/checker
@@ -5391,7 +5391,7 @@ function isSet(elm) {
5391
5391
  /*!
5392
5392
  * Jodit Editor (https://xdsoft.net/jodit/)
5393
5393
  * Released under MIT see LICENSE.txt in the project root for license information.
5394
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5394
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5395
5395
  */
5396
5396
  /**
5397
5397
  * @module helpers/checker
@@ -5424,7 +5424,7 @@ function isStringArray(value) {
5424
5424
  /*!
5425
5425
  * Jodit Editor (https://xdsoft.net/jodit/)
5426
5426
  * Released under MIT see LICENSE.txt in the project root for license information.
5427
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5427
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5428
5428
  */
5429
5429
  /**
5430
5430
  * @module helpers/checker
@@ -5464,7 +5464,7 @@ function isURL(str) {
5464
5464
  /*!
5465
5465
  * Jodit Editor (https://xdsoft.net/jodit/)
5466
5466
  * Released under MIT see LICENSE.txt in the project root for license information.
5467
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5467
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5468
5468
  */
5469
5469
  /**
5470
5470
  * @module helpers/checker
@@ -5493,7 +5493,7 @@ function isValidName(name) {
5493
5493
  /*!
5494
5494
  * Jodit Editor (https://xdsoft.net/jodit/)
5495
5495
  * Released under MIT see LICENSE.txt in the project root for license information.
5496
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5496
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5497
5497
  */
5498
5498
 
5499
5499
  /**
@@ -5519,7 +5519,7 @@ function isViewObject(jodit) {
5519
5519
  /*!
5520
5520
  * Jodit Editor (https://xdsoft.net/jodit/)
5521
5521
  * Released under MIT see LICENSE.txt in the project root for license information.
5522
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5522
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5523
5523
  */
5524
5524
  /**
5525
5525
  * @module helpers/checker
@@ -5545,7 +5545,7 @@ function isVoid(value) {
5545
5545
  /*!
5546
5546
  * Jodit Editor (https://xdsoft.net/jodit/)
5547
5547
  * Released under MIT see LICENSE.txt in the project root for license information.
5548
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5548
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5549
5549
  */
5550
5550
  /**
5551
5551
  * @module helpers/checker
@@ -5567,7 +5567,7 @@ function isWindow(obj) {
5567
5567
  /*!
5568
5568
  * Jodit Editor (https://xdsoft.net/jodit/)
5569
5569
  * Released under MIT see LICENSE.txt in the project root for license information.
5570
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5570
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5571
5571
  */
5572
5572
  /**
5573
5573
  * @module helpers/color
@@ -5622,7 +5622,7 @@ const colorToHex = (color) => {
5622
5622
  /*!
5623
5623
  * Jodit Editor (https://xdsoft.net/jodit/)
5624
5624
  * Released under MIT see LICENSE.txt in the project root for license information.
5625
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5625
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5626
5626
  */
5627
5627
  /**
5628
5628
  * @module helpers/color
@@ -5646,7 +5646,7 @@ const colorToHex = (color) => {
5646
5646
  /*!
5647
5647
  * Jodit Editor (https://xdsoft.net/jodit/)
5648
5648
  * Released under MIT see LICENSE.txt in the project root for license information.
5649
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5649
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5650
5650
  */
5651
5651
  /**
5652
5652
  * @module helpers/html
@@ -5761,7 +5761,7 @@ function applyStyles(html) {
5761
5761
  /*!
5762
5762
  * Jodit Editor (https://xdsoft.net/jodit/)
5763
5763
  * Released under MIT see LICENSE.txt in the project root for license information.
5764
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5764
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5765
5765
  */
5766
5766
  /**
5767
5767
  * @module helpers/html
@@ -5849,7 +5849,7 @@ function cleanFromWord(html) {
5849
5849
  /*!
5850
5850
  * Jodit Editor (https://xdsoft.net/jodit/)
5851
5851
  * Released under MIT see LICENSE.txt in the project root for license information.
5852
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5852
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5853
5853
  */
5854
5854
  /**
5855
5855
  * @module helpers/html
@@ -5889,7 +5889,7 @@ function htmlspecialchars(html) {
5889
5889
  /*!
5890
5890
  * Jodit Editor (https://xdsoft.net/jodit/)
5891
5891
  * Released under MIT see LICENSE.txt in the project root for license information.
5892
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5892
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5893
5893
  */
5894
5894
  /**
5895
5895
  * @module helpers/html
@@ -5914,7 +5914,7 @@ function htmlspecialchars(html) {
5914
5914
  /*!
5915
5915
  * Jodit Editor (https://xdsoft.net/jodit/)
5916
5916
  * Released under MIT see LICENSE.txt in the project root for license information.
5917
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5917
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5918
5918
  */
5919
5919
  /**
5920
5920
  * @module helpers/html
@@ -5942,7 +5942,7 @@ function nl2br(html) {
5942
5942
  /*!
5943
5943
  * Jodit Editor (https://xdsoft.net/jodit/)
5944
5944
  * Released under MIT see LICENSE.txt in the project root for license information.
5945
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5945
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5946
5946
  */
5947
5947
  /**
5948
5948
  * @module helpers/html
@@ -6002,7 +6002,7 @@ function sanitizeHTMLElement(elm, { safeJavaScriptLink, removeOnError } = {
6002
6002
  /*!
6003
6003
  * Jodit Editor (https://xdsoft.net/jodit/)
6004
6004
  * Released under MIT see LICENSE.txt in the project root for license information.
6005
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6005
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6006
6006
  */
6007
6007
 
6008
6008
 
@@ -6162,7 +6162,7 @@ __webpack_require__.r(__webpack_exports__);
6162
6162
  /*!
6163
6163
  * Jodit Editor (https://xdsoft.net/jodit/)
6164
6164
  * Released under MIT see LICENSE.txt in the project root for license information.
6165
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6165
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6166
6166
  */
6167
6167
  /**
6168
6168
  * [[include:core/helpers/README.md]]
@@ -6209,7 +6209,7 @@ __webpack_require__.r(__webpack_exports__);
6209
6209
  /*!
6210
6210
  * Jodit Editor (https://xdsoft.net/jodit/)
6211
6211
  * Released under MIT see LICENSE.txt in the project root for license information.
6212
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6212
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6213
6213
  */
6214
6214
  /**
6215
6215
  * @module helpers/normalize
@@ -6238,7 +6238,7 @@ __webpack_require__.r(__webpack_exports__);
6238
6238
  /*!
6239
6239
  * Jodit Editor (https://xdsoft.net/jodit/)
6240
6240
  * Released under MIT see LICENSE.txt in the project root for license information.
6241
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6241
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6242
6242
  */
6243
6243
  /**
6244
6244
  * @module helpers/normalize
@@ -6291,7 +6291,7 @@ const normalizeColor = (colorInput) => {
6291
6291
  /*!
6292
6292
  * Jodit Editor (https://xdsoft.net/jodit/)
6293
6293
  * Released under MIT see LICENSE.txt in the project root for license information.
6294
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6294
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6295
6295
  */
6296
6296
  /**
6297
6297
  * @module helpers/normalize
@@ -6346,7 +6346,7 @@ function normalizeCssValue(key, value) {
6346
6346
  /*!
6347
6347
  * Jodit Editor (https://xdsoft.net/jodit/)
6348
6348
  * Released under MIT see LICENSE.txt in the project root for license information.
6349
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6349
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6350
6350
  */
6351
6351
 
6352
6352
 
@@ -6397,7 +6397,7 @@ function normalizeKeyAliases(keys) {
6397
6397
  /*!
6398
6398
  * Jodit Editor (https://xdsoft.net/jodit/)
6399
6399
  * Released under MIT see LICENSE.txt in the project root for license information.
6400
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6400
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6401
6401
  */
6402
6402
  /**
6403
6403
  * @module helpers/normalize
@@ -6427,7 +6427,7 @@ const normalizeLicense = (license, count = 8) => {
6427
6427
  /*!
6428
6428
  * Jodit Editor (https://xdsoft.net/jodit/)
6429
6429
  * Released under MIT see LICENSE.txt in the project root for license information.
6430
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6430
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6431
6431
  */
6432
6432
  /**
6433
6433
  * @module helpers/normalize
@@ -6465,7 +6465,7 @@ const normalizePath = (...path) => {
6465
6465
  /*!
6466
6466
  * Jodit Editor (https://xdsoft.net/jodit/)
6467
6467
  * Released under MIT see LICENSE.txt in the project root for license information.
6468
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6468
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6469
6469
  */
6470
6470
  /**
6471
6471
  * @module helpers/normalize
@@ -6506,7 +6506,7 @@ const normalizeRelativePath = (path) => {
6506
6506
  /*!
6507
6507
  * Jodit Editor (https://xdsoft.net/jodit/)
6508
6508
  * Released under MIT see LICENSE.txt in the project root for license information.
6509
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6509
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6510
6510
  */
6511
6511
  /**
6512
6512
  * @module helpers/normalize
@@ -6534,7 +6534,7 @@ const normalizeSize = (value, units) => {
6534
6534
  /*!
6535
6535
  * Jodit Editor (https://xdsoft.net/jodit/)
6536
6536
  * Released under MIT see LICENSE.txt in the project root for license information.
6537
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6537
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6538
6538
  */
6539
6539
  /**
6540
6540
  * @module helpers/normalize
@@ -6560,7 +6560,7 @@ const normalizeUrl = (...urls) => {
6560
6560
  /*!
6561
6561
  * Jodit Editor (https://xdsoft.net/jodit/)
6562
6562
  * Released under MIT see LICENSE.txt in the project root for license information.
6563
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6563
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6564
6564
  */
6565
6565
  /**
6566
6566
  * @module helpers/size
@@ -6586,7 +6586,7 @@ const getContentWidth = (element, win) => {
6586
6586
  /*!
6587
6587
  * Jodit Editor (https://xdsoft.net/jodit/)
6588
6588
  * Released under MIT see LICENSE.txt in the project root for license information.
6589
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6589
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6590
6590
  */
6591
6591
 
6592
6592
 
@@ -6630,7 +6630,7 @@ function getScrollParent(node) {
6630
6630
  /*!
6631
6631
  * Jodit Editor (https://xdsoft.net/jodit/)
6632
6632
  * Released under MIT see LICENSE.txt in the project root for license information.
6633
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6633
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6634
6634
  */
6635
6635
  /**
6636
6636
  * @module helpers/size
@@ -6655,7 +6655,7 @@ function getScrollParent(node) {
6655
6655
  /*!
6656
6656
  * Jodit Editor (https://xdsoft.net/jodit/)
6657
6657
  * Released under MIT see LICENSE.txt in the project root for license information.
6658
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6658
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6659
6659
  */
6660
6660
  /**
6661
6661
  * @module helpers/size
@@ -6683,7 +6683,7 @@ const innerWidth = (element, win) => {
6683
6683
  /*!
6684
6684
  * Jodit Editor (https://xdsoft.net/jodit/)
6685
6685
  * Released under MIT see LICENSE.txt in the project root for license information.
6686
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6686
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6687
6687
  */
6688
6688
 
6689
6689
  function size(subject) {
@@ -6709,7 +6709,7 @@ function size(subject) {
6709
6709
  /*!
6710
6710
  * Jodit Editor (https://xdsoft.net/jodit/)
6711
6711
  * Released under MIT see LICENSE.txt in the project root for license information.
6712
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6712
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6713
6713
  */
6714
6714
  const offset = (elm, jodit, doc, recurse = false) => {
6715
6715
  let rect;
@@ -6765,7 +6765,7 @@ const offset = (elm, jodit, doc, recurse = false) => {
6765
6765
  /*!
6766
6766
  * Jodit Editor (https://xdsoft.net/jodit/)
6767
6767
  * Released under MIT see LICENSE.txt in the project root for license information.
6768
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6768
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6769
6769
  */
6770
6770
 
6771
6771
  /**
@@ -6803,7 +6803,7 @@ function position(elm, jodit, recurse = false) {
6803
6803
  /*!
6804
6804
  * Jodit Editor (https://xdsoft.net/jodit/)
6805
6805
  * Released under MIT see LICENSE.txt in the project root for license information.
6806
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6806
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6807
6807
  */
6808
6808
  /**
6809
6809
  * @module helpers/string
@@ -6831,7 +6831,7 @@ const camelCase = (key) => {
6831
6831
  /*!
6832
6832
  * Jodit Editor (https://xdsoft.net/jodit/)
6833
6833
  * Released under MIT see LICENSE.txt in the project root for license information.
6834
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6834
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6835
6835
  */
6836
6836
  /**
6837
6837
  * @module helpers/string
@@ -6890,7 +6890,7 @@ function fuzzySearchIndex(needle, haystack, offset = 0, maxDistance = 1) {
6890
6890
  /*!
6891
6891
  * Jodit Editor (https://xdsoft.net/jodit/)
6892
6892
  * Released under MIT see LICENSE.txt in the project root for license information.
6893
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6893
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6894
6894
  */
6895
6895
 
6896
6896
 
@@ -7029,7 +7029,7 @@ function i18n(key, params, options) {
7029
7029
  /*!
7030
7030
  * Jodit Editor (https://xdsoft.net/jodit/)
7031
7031
  * Released under MIT see LICENSE.txt in the project root for license information.
7032
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7032
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7033
7033
  */
7034
7034
  /**
7035
7035
  * @module helpers/string
@@ -7056,7 +7056,7 @@ function i18n(key, params, options) {
7056
7056
  /*!
7057
7057
  * Jodit Editor (https://xdsoft.net/jodit/)
7058
7058
  * Released under MIT see LICENSE.txt in the project root for license information.
7059
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7059
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7060
7060
  */
7061
7061
  /**
7062
7062
  * @module helpers/string
@@ -7088,7 +7088,7 @@ const CamelCaseToKebabCase = (key) => {
7088
7088
  /*!
7089
7089
  * Jodit Editor (https://xdsoft.net/jodit/)
7090
7090
  * Released under MIT see LICENSE.txt in the project root for license information.
7091
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7091
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7092
7092
  */
7093
7093
  /**
7094
7094
  * Safe stringify circular object
@@ -7130,7 +7130,7 @@ function stringify(value, options = {}) {
7130
7130
  /*!
7131
7131
  * Jodit Editor (https://xdsoft.net/jodit/)
7132
7132
  * Released under MIT see LICENSE.txt in the project root for license information.
7133
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7133
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7134
7134
  */
7135
7135
  /**
7136
7136
  * @module helpers/string
@@ -7172,7 +7172,7 @@ function trimInv(value) {
7172
7172
  /*!
7173
7173
  * Jodit Editor (https://xdsoft.net/jodit/)
7174
7174
  * Released under MIT see LICENSE.txt in the project root for license information.
7175
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7175
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7176
7176
  */
7177
7177
  /**
7178
7178
  * @module helpers/string
@@ -7204,7 +7204,7 @@ function ucfirst(value) {
7204
7204
  /*!
7205
7205
  * Jodit Editor (https://xdsoft.net/jodit/)
7206
7206
  * Released under MIT see LICENSE.txt in the project root for license information.
7207
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7207
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7208
7208
  */
7209
7209
 
7210
7210
 
@@ -7290,7 +7290,7 @@ function alignElement(command, box) {
7290
7290
  /*!
7291
7291
  * Jodit Editor (https://xdsoft.net/jodit/)
7292
7292
  * Released under MIT see LICENSE.txt in the project root for license information.
7293
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7293
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7294
7294
  */
7295
7295
 
7296
7296
 
@@ -7377,7 +7377,7 @@ function loadNextStyle(jodit, urls, i = 0) {
7377
7377
  /*!
7378
7378
  * Jodit Editor (https://xdsoft.net/jodit/)
7379
7379
  * Released under MIT see LICENSE.txt in the project root for license information.
7380
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7380
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7381
7381
  */
7382
7382
 
7383
7383
 
@@ -7444,7 +7444,7 @@ function attr(elm, keyOrAttributes, value) {
7444
7444
  /*!
7445
7445
  * Jodit Editor (https://xdsoft.net/jodit/)
7446
7446
  * Released under MIT see LICENSE.txt in the project root for license information.
7447
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7447
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7448
7448
  */
7449
7449
  /**
7450
7450
  * @module helpers/utils
@@ -7498,7 +7498,7 @@ const browser = (browser) => {
7498
7498
  /*!
7499
7499
  * Jodit Editor (https://xdsoft.net/jodit/)
7500
7500
  * Released under MIT see LICENSE.txt in the project root for license information.
7501
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7501
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7502
7502
  */
7503
7503
 
7504
7504
  /**
@@ -7531,7 +7531,7 @@ const buildQuery = (data, prefix) => {
7531
7531
  /*!
7532
7532
  * Jodit Editor (https://xdsoft.net/jodit/)
7533
7533
  * Released under MIT see LICENSE.txt in the project root for license information.
7534
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7534
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7535
7535
  */
7536
7536
  /**
7537
7537
  * @module helpers/utils
@@ -7566,7 +7566,7 @@ const completeUrl = (url) => {
7566
7566
  /*!
7567
7567
  * Jodit Editor (https://xdsoft.net/jodit/)
7568
7568
  * Released under MIT see LICENSE.txt in the project root for license information.
7569
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7569
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7570
7570
  */
7571
7571
 
7572
7572
 
@@ -7687,7 +7687,7 @@ function ConfigDeepFlatten(obj) {
7687
7687
  /*!
7688
7688
  * Jodit Editor (https://xdsoft.net/jodit/)
7689
7689
  * Released under MIT see LICENSE.txt in the project root for license information.
7690
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7690
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7691
7691
  */
7692
7692
  /**
7693
7693
  * @module helpers/utils
@@ -7769,7 +7769,7 @@ const convertMediaUrlToVideoEmbed = (url, { width = 400, height = 345 } = {}) =>
7769
7769
  /*!
7770
7770
  * Jodit Editor (https://xdsoft.net/jodit/)
7771
7771
  * Released under MIT see LICENSE.txt in the project root for license information.
7772
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7772
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7773
7773
  */
7774
7774
 
7775
7775
 
@@ -7852,7 +7852,7 @@ const clearCenterAlign = (image) => {
7852
7852
  /*!
7853
7853
  * Jodit Editor (https://xdsoft.net/jodit/)
7854
7854
  * Released under MIT see LICENSE.txt in the project root for license information.
7855
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7855
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7856
7856
  */
7857
7857
  /**
7858
7858
  * @module helpers/utils
@@ -7888,7 +7888,7 @@ const ctrlKey = (e) => {
7888
7888
  /*!
7889
7889
  * Jodit Editor (https://xdsoft.net/jodit/)
7890
7890
  * Released under MIT see LICENSE.txt in the project root for license information.
7891
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7891
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7892
7892
  */
7893
7893
 
7894
7894
  const store = new WeakMap();
@@ -7931,7 +7931,7 @@ const dataBind = (elm, key, value) => {
7931
7931
  /*!
7932
7932
  * Jodit Editor (https://xdsoft.net/jodit/)
7933
7933
  * Released under MIT see LICENSE.txt in the project root for license information.
7934
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7934
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7935
7935
  */
7936
7936
  /**
7937
7937
  * @module helpers/utils
@@ -7970,7 +7970,7 @@ const defaultLanguage = (language, defaultLanguage = 'en') => {
7970
7970
  /*!
7971
7971
  * Jodit Editor (https://xdsoft.net/jodit/)
7972
7972
  * Released under MIT see LICENSE.txt in the project root for license information.
7973
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7973
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7974
7974
  */
7975
7975
  /**
7976
7976
  * @module helpers/utils
@@ -8004,7 +8004,7 @@ function options(message) {
8004
8004
  /*!
8005
8005
  * Jodit Editor (https://xdsoft.net/jodit/)
8006
8006
  * Released under MIT see LICENSE.txt in the project root for license information.
8007
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8007
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8008
8008
  */
8009
8009
  /**
8010
8010
  * @module helpers/utils
@@ -8031,7 +8031,7 @@ const isAbort = jodit_core_helpers_checker_is_abort_error__WEBPACK_IMPORTED_MODU
8031
8031
  /*!
8032
8032
  * Jodit Editor (https://xdsoft.net/jodit/)
8033
8033
  * Released under MIT see LICENSE.txt in the project root for license information.
8034
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8034
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8035
8035
  */
8036
8036
  /**
8037
8037
  * @module helpers/utils
@@ -8062,7 +8062,7 @@ class ConnectionError extends Error {
8062
8062
  /*!
8063
8063
  * Jodit Editor (https://xdsoft.net/jodit/)
8064
8064
  * Released under MIT see LICENSE.txt in the project root for license information.
8065
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8065
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8066
8066
  */
8067
8067
  /**
8068
8068
  * @module helpers/utils
@@ -8084,7 +8084,7 @@ class ConnectionError extends Error {
8084
8084
  /*!
8085
8085
  * Jodit Editor (https://xdsoft.net/jodit/)
8086
8086
  * Released under MIT see LICENSE.txt in the project root for license information.
8087
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8087
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8088
8088
  */
8089
8089
  /**
8090
8090
  * @module helpers/utils
@@ -8117,7 +8117,7 @@ class OptionsError extends TypeError {
8117
8117
  /*!
8118
8118
  * Jodit Editor (https://xdsoft.net/jodit/)
8119
8119
  * Released under MIT see LICENSE.txt in the project root for license information.
8120
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8120
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8121
8121
  */
8122
8122
  /**
8123
8123
  * @module helpers/utils
@@ -8141,7 +8141,7 @@ class OptionsError extends TypeError {
8141
8141
  /*!
8142
8142
  * Jodit Editor (https://xdsoft.net/jodit/)
8143
8143
  * Released under MIT see LICENSE.txt in the project root for license information.
8144
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8144
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8145
8145
  */
8146
8146
  /**
8147
8147
  * @module helpers/utils
@@ -8177,7 +8177,7 @@ function fastClone(object) {
8177
8177
  /*!
8178
8178
  * Jodit Editor (https://xdsoft.net/jodit/)
8179
8179
  * Released under MIT see LICENSE.txt in the project root for license information.
8180
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8180
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8181
8181
  */
8182
8182
 
8183
8183
  const keepNames = new Map();
@@ -8212,7 +8212,7 @@ const getClassName = (obj) => {
8212
8212
  /*!
8213
8213
  * Jodit Editor (https://xdsoft.net/jodit/)
8214
8214
  * Released under MIT see LICENSE.txt in the project root for license information.
8215
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8215
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8216
8216
  */
8217
8217
 
8218
8218
 
@@ -8271,7 +8271,7 @@ function get(chain, obj) {
8271
8271
  /*!
8272
8272
  * Jodit Editor (https://xdsoft.net/jodit/)
8273
8273
  * Released under MIT see LICENSE.txt in the project root for license information.
8274
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8274
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8275
8275
  */
8276
8276
  /**
8277
8277
  * @module helpers/utils
@@ -8389,7 +8389,7 @@ __webpack_require__.r(__webpack_exports__);
8389
8389
  /*!
8390
8390
  * Jodit Editor (https://xdsoft.net/jodit/)
8391
8391
  * Released under MIT see LICENSE.txt in the project root for license information.
8392
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8392
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8393
8393
  */
8394
8394
  /**
8395
8395
  * @module helpers/utils
@@ -8436,7 +8436,7 @@ __webpack_require__.r(__webpack_exports__);
8436
8436
  /*!
8437
8437
  * Jodit Editor (https://xdsoft.net/jodit/)
8438
8438
  * Released under MIT see LICENSE.txt in the project root for license information.
8439
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8439
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8440
8440
  */
8441
8441
  /**
8442
8442
  * @module helpers/utils
@@ -8470,7 +8470,7 @@ function markDeprecated(method, names = [''], ctx = null) {
8470
8470
  /*!
8471
8471
  * Jodit Editor (https://xdsoft.net/jodit/)
8472
8472
  * Released under MIT see LICENSE.txt in the project root for license information.
8473
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8473
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8474
8474
  */
8475
8475
  /**
8476
8476
  * Parse query string
@@ -8502,7 +8502,7 @@ const parseQuery = (queryString) => {
8502
8502
  /*!
8503
8503
  * Jodit Editor (https://xdsoft.net/jodit/)
8504
8504
  * Released under MIT see LICENSE.txt in the project root for license information.
8505
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8505
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8506
8506
  */
8507
8507
 
8508
8508
 
@@ -8682,7 +8682,7 @@ function previewBox(editor, defaultValue, points = 'px', container = null) {
8682
8682
  /*!
8683
8683
  * Jodit Editor (https://xdsoft.net/jodit/)
8684
8684
  * Released under MIT see LICENSE.txt in the project root for license information.
8685
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8685
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8686
8686
  */
8687
8687
 
8688
8688
 
@@ -8737,7 +8737,7 @@ function reset(key) {
8737
8737
  /*!
8738
8738
  * Jodit Editor (https://xdsoft.net/jodit/)
8739
8739
  * Released under MIT see LICENSE.txt in the project root for license information.
8740
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8740
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8741
8741
  */
8742
8742
 
8743
8743
  /**
@@ -8800,7 +8800,7 @@ function scrollIntoViewIfNeeded(elm, root, doc) {
8800
8800
  /*!
8801
8801
  * Jodit Editor (https://xdsoft.net/jodit/)
8802
8802
  * Released under MIT see LICENSE.txt in the project root for license information.
8803
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8803
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8804
8804
  */
8805
8805
 
8806
8806
 
@@ -8941,7 +8941,7 @@ function resolveElement(element, od) {
8941
8941
  /*!
8942
8942
  * Jodit Editor (https://xdsoft.net/jodit/)
8943
8943
  * Released under MIT see LICENSE.txt in the project root for license information.
8944
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8944
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8945
8945
  */
8946
8946
 
8947
8947
 
@@ -8991,7 +8991,7 @@ function set(chain, value, obj) {
8991
8991
  /*!
8992
8992
  * Jodit Editor (https://xdsoft.net/jodit/)
8993
8993
  * Released under MIT see LICENSE.txt in the project root for license information.
8994
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8994
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8995
8995
  */
8996
8996
  class LimitedStack {
8997
8997
  constructor(limit) {
@@ -9036,7 +9036,7 @@ class LimitedStack {
9036
9036
  /*!
9037
9037
  * Jodit Editor (https://xdsoft.net/jodit/)
9038
9038
  * Released under MIT see LICENSE.txt in the project root for license information.
9039
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9039
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9040
9040
  */
9041
9041
 
9042
9042
 
@@ -9149,7 +9149,7 @@ const getDataTransfer = (event) => {
9149
9149
  /*!
9150
9150
  * Jodit Editor (https://xdsoft.net/jodit/)
9151
9151
  * Released under MIT see LICENSE.txt in the project root for license information.
9152
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9152
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9153
9153
  */
9154
9154
 
9155
9155
 
@@ -9202,7 +9202,7 @@ function init(jodit, pluginName, plugin, instance, doneList, waitingList) {
9202
9202
  /*!
9203
9203
  * Jodit Editor (https://xdsoft.net/jodit/)
9204
9204
  * Released under MIT see LICENSE.txt in the project root for license information.
9205
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9205
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9206
9206
  */
9207
9207
 
9208
9208
 
@@ -9278,7 +9278,7 @@ function load(jodit, pluginList, callback) {
9278
9278
  /*!
9279
9279
  * Jodit Editor (https://xdsoft.net/jodit/)
9280
9280
  * Released under MIT see LICENSE.txt in the project root for license information.
9281
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9281
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9282
9282
  */
9283
9283
 
9284
9284
 
@@ -9321,7 +9321,7 @@ function makeInstance(jodit, plugin) {
9321
9321
  /*!
9322
9322
  * Jodit Editor (https://xdsoft.net/jodit/)
9323
9323
  * Released under MIT see LICENSE.txt in the project root for license information.
9324
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9324
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9325
9325
  */
9326
9326
  /**
9327
9327
  * @module plugin
@@ -9349,7 +9349,7 @@ function normalizeName(name) {
9349
9349
  /*!
9350
9350
  * Jodit Editor (https://xdsoft.net/jodit/)
9351
9351
  * Released under MIT see LICENSE.txt in the project root for license information.
9352
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9352
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9353
9353
  */
9354
9354
  /**
9355
9355
  * @module plugin
@@ -9378,7 +9378,7 @@ function normalizeName(name) {
9378
9378
  /*!
9379
9379
  * Jodit Editor (https://xdsoft.net/jodit/)
9380
9380
  * Released under MIT see LICENSE.txt in the project root for license information.
9381
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9381
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9382
9382
  */
9383
9383
 
9384
9384
 
@@ -9540,7 +9540,7 @@ function getSpecialLists(jodit) {
9540
9540
  /*!
9541
9541
  * Jodit Editor (https://xdsoft.net/jodit/)
9542
9542
  * Released under MIT see LICENSE.txt in the project root for license information.
9543
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9543
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9544
9544
  */
9545
9545
 
9546
9546
 
@@ -9640,7 +9640,7 @@ Plugin.requires = [];
9640
9640
  /*!
9641
9641
  * Jodit Editor (https://xdsoft.net/jodit/)
9642
9642
  * Released under MIT see LICENSE.txt in the project root for license information.
9643
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9643
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9644
9644
  */
9645
9645
 
9646
9646
 
@@ -9812,7 +9812,7 @@ Ajax.log = [];
9812
9812
  /*!
9813
9813
  * Jodit Editor (https://xdsoft.net/jodit/)
9814
9814
  * Released under MIT see LICENSE.txt in the project root for license information.
9815
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9815
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9816
9816
  */
9817
9817
 
9818
9818
  jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.defaultAjaxOptions = {
@@ -9846,7 +9846,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.defaultAjaxO
9846
9846
  /*!
9847
9847
  * Jodit Editor (https://xdsoft.net/jodit/)
9848
9848
  * Released under MIT see LICENSE.txt in the project root for license information.
9849
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9849
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9850
9850
  */
9851
9851
  /**
9852
9852
  * @module request
@@ -9867,7 +9867,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.defaultAjaxO
9867
9867
  /*!
9868
9868
  * Jodit Editor (https://xdsoft.net/jodit/)
9869
9869
  * Released under MIT see LICENSE.txt in the project root for license information.
9870
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9870
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9871
9871
  */
9872
9872
  class Response {
9873
9873
  get url() {
@@ -9909,7 +9909,7 @@ class Response {
9909
9909
  /*!
9910
9910
  * Jodit Editor (https://xdsoft.net/jodit/)
9911
9911
  * Released under MIT see LICENSE.txt in the project root for license information.
9912
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9912
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9913
9913
  */
9914
9914
  /**
9915
9915
  * @module selection
@@ -9980,7 +9980,7 @@ function findCorrectCurrentNode(node, range, rightMode, isCollapsed, checkChild,
9980
9980
  /*!
9981
9981
  * Jodit Editor (https://xdsoft.net/jodit/)
9982
9982
  * Released under MIT see LICENSE.txt in the project root for license information.
9983
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9983
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9984
9984
  */
9985
9985
 
9986
9986
 
@@ -10020,7 +10020,7 @@ function moveNodeInsideStart(j, node, start) {
10020
10020
  /*!
10021
10021
  * Jodit Editor (https://xdsoft.net/jodit/)
10022
10022
  * Released under MIT see LICENSE.txt in the project root for license information.
10023
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
10023
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
10024
10024
  */
10025
10025
 
10026
10026
  /**
@@ -10067,7 +10067,7 @@ function moveTheNodeAlongTheEdgeOutward(node, start, root) {
10067
10067
  /*!
10068
10068
  * Jodit Editor (https://xdsoft.net/jodit/)
10069
10069
  * Released under MIT see LICENSE.txt in the project root for license information.
10070
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
10070
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
10071
10071
  */
10072
10072
  /**
10073
10073
  * @module selection
@@ -10100,7 +10100,7 @@ function moveTheNodeAlongTheEdgeOutward(node, start, root) {
10100
10100
  /*!
10101
10101
  * Jodit Editor (https://xdsoft.net/jodit/)
10102
10102
  * Released under MIT see LICENSE.txt in the project root for license information.
10103
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
10103
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
10104
10104
  */
10105
10105
 
10106
10106
 
@@ -11239,7 +11239,7 @@ class Selection {
11239
11239
  /*!
11240
11240
  * Jodit Editor (https://xdsoft.net/jodit/)
11241
11241
  * Released under MIT see LICENSE.txt in the project root for license information.
11242
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11242
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11243
11243
  */
11244
11244
 
11245
11245
 
@@ -11307,7 +11307,7 @@ function extractAndMove(wrapper, range, left) {
11307
11307
  /*!
11308
11308
  * Jodit Editor (https://xdsoft.net/jodit/)
11309
11309
  * Released under MIT see LICENSE.txt in the project root for license information.
11310
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11310
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11311
11311
  */
11312
11312
 
11313
11313
 
@@ -11367,7 +11367,7 @@ class FiniteStateMachine {
11367
11367
  /*!
11368
11368
  * Jodit Editor (https://xdsoft.net/jodit/)
11369
11369
  * Released under MIT see LICENSE.txt in the project root for license information.
11370
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11370
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11371
11371
  */
11372
11372
 
11373
11373
 
@@ -11412,7 +11412,7 @@ function getSuitChild(style, font) {
11412
11412
  /*!
11413
11413
  * Jodit Editor (https://xdsoft.net/jodit/)
11414
11414
  * Released under MIT see LICENSE.txt in the project root for license information.
11415
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11415
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11416
11416
  */
11417
11417
 
11418
11418
 
@@ -11471,7 +11471,7 @@ function getSuitParent(style, node, root) {
11471
11471
  /*!
11472
11472
  * Jodit Editor (https://xdsoft.net/jodit/)
11473
11473
  * Released under MIT see LICENSE.txt in the project root for license information.
11474
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11474
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11475
11475
  */
11476
11476
 
11477
11477
 
@@ -11565,7 +11565,7 @@ if (jodit_core_constants__WEBPACK_IMPORTED_MODULE_0__.globalDocument) {
11565
11565
  /*!
11566
11566
  * Jodit Editor (https://xdsoft.net/jodit/)
11567
11567
  * Released under MIT see LICENSE.txt in the project root for license information.
11568
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11568
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11569
11569
  */
11570
11570
 
11571
11571
 
@@ -11597,7 +11597,7 @@ if (jodit_core_constants__WEBPACK_IMPORTED_MODULE_0__.globalDocument) {
11597
11597
  /*!
11598
11598
  * Jodit Editor (https://xdsoft.net/jodit/)
11599
11599
  * Released under MIT see LICENSE.txt in the project root for license information.
11600
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11600
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11601
11601
  */
11602
11602
 
11603
11603
  /**
@@ -11623,7 +11623,7 @@ function isInsideInvisibleElement(font, root) {
11623
11623
  /*!
11624
11624
  * Jodit Editor (https://xdsoft.net/jodit/)
11625
11625
  * Released under MIT see LICENSE.txt in the project root for license information.
11626
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11626
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11627
11627
  */
11628
11628
 
11629
11629
 
@@ -11657,7 +11657,7 @@ function isNormalNode(elm) {
11657
11657
  /*!
11658
11658
  * Jodit Editor (https://xdsoft.net/jodit/)
11659
11659
  * Released under MIT see LICENSE.txt in the project root for license information.
11660
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11660
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11661
11661
  */
11662
11662
 
11663
11663
 
@@ -11788,7 +11788,7 @@ function isSameStyleChild(commitStyle, elm) {
11788
11788
  /*!
11789
11789
  * Jodit Editor (https://xdsoft.net/jodit/)
11790
11790
  * Released under MIT see LICENSE.txt in the project root for license information.
11791
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11791
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11792
11792
  */
11793
11793
 
11794
11794
 
@@ -11859,7 +11859,7 @@ function unwrapList(mode, list, li, jodit, cs) {
11859
11859
  /*!
11860
11860
  * Jodit Editor (https://xdsoft.net/jodit/)
11861
11861
  * Released under MIT see LICENSE.txt in the project root for license information.
11862
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11862
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11863
11863
  */
11864
11864
 
11865
11865
 
@@ -11921,7 +11921,7 @@ function wrapList(commitStyle, wrapper, jodit) {
11921
11921
  /*!
11922
11922
  * Jodit Editor (https://xdsoft.net/jodit/)
11923
11923
  * Released under MIT see LICENSE.txt in the project root for license information.
11924
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11924
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11925
11925
  */
11926
11926
 
11927
11927
 
@@ -12094,7 +12094,7 @@ function getNativeCSSValue(jodit, elm, key) {
12094
12094
  /*!
12095
12095
  * Jodit Editor (https://xdsoft.net/jodit/)
12096
12096
  * Released under MIT see LICENSE.txt in the project root for license information.
12097
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12097
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12098
12098
  */
12099
12099
 
12100
12100
 
@@ -12167,7 +12167,7 @@ function unwrapChildren(style, font) {
12167
12167
  /*!
12168
12168
  * Jodit Editor (https://xdsoft.net/jodit/)
12169
12169
  * Released under MIT see LICENSE.txt in the project root for license information.
12170
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12170
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12171
12171
  */
12172
12172
 
12173
12173
 
@@ -12234,7 +12234,7 @@ function wrapUnwrappedText(style, elm, jodit) {
12234
12234
  /*!
12235
12235
  * Jodit Editor (https://xdsoft.net/jodit/)
12236
12236
  * Released under MIT see LICENSE.txt in the project root for license information.
12237
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12237
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12238
12238
  */
12239
12239
 
12240
12240
 
@@ -12292,7 +12292,7 @@ function findOrCreateWrapper(commitStyle, font, jodit) {
12292
12292
  /*!
12293
12293
  * Jodit Editor (https://xdsoft.net/jodit/)
12294
12294
  * Released under MIT see LICENSE.txt in the project root for license information.
12295
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12295
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12296
12296
  */
12297
12297
 
12298
12298
 
@@ -12348,7 +12348,7 @@ function ApplyStyle(jodit, cs) {
12348
12348
  /*!
12349
12349
  * Jodit Editor (https://xdsoft.net/jodit/)
12350
12350
  * Released under MIT see LICENSE.txt in the project root for license information.
12351
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12351
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12352
12352
  */
12353
12353
 
12354
12354
 
@@ -12438,7 +12438,7 @@ class CommitStyle {
12438
12438
  /*!
12439
12439
  * Jodit Editor (https://xdsoft.net/jodit/)
12440
12440
  * Released under MIT see LICENSE.txt in the project root for license information.
12441
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12441
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12442
12442
  */
12443
12443
  /**
12444
12444
  * @module selection
@@ -12478,7 +12478,7 @@ const _PREFIX = 'commitStyle';
12478
12478
  /*!
12479
12479
  * Jodit Editor (https://xdsoft.net/jodit/)
12480
12480
  * Released under MIT see LICENSE.txt in the project root for license information.
12481
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12481
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12482
12482
  */
12483
12483
 
12484
12484
 
@@ -12663,7 +12663,7 @@ const transactions = {
12663
12663
  /*!
12664
12664
  * Jodit Editor (https://xdsoft.net/jodit/)
12665
12665
  * Released under MIT see LICENSE.txt in the project root for license information.
12666
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12666
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12667
12667
  */
12668
12668
  /**
12669
12669
  * Check if user disable local storages/cookie etc.
@@ -12745,7 +12745,7 @@ class LocalStorageProvider {
12745
12745
  /*!
12746
12746
  * Jodit Editor (https://xdsoft.net/jodit/)
12747
12747
  * Released under MIT see LICENSE.txt in the project root for license information.
12748
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12748
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12749
12749
  */
12750
12750
  class MemoryStorageProvider {
12751
12751
  constructor() {
@@ -12786,7 +12786,7 @@ class MemoryStorageProvider {
12786
12786
  /*!
12787
12787
  * Jodit Editor (https://xdsoft.net/jodit/)
12788
12788
  * Released under MIT see LICENSE.txt in the project root for license information.
12789
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12789
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12790
12790
  */
12791
12791
  /**
12792
12792
  * @module storage
@@ -12812,7 +12812,7 @@ class MemoryStorageProvider {
12812
12812
  /*!
12813
12813
  * Jodit Editor (https://xdsoft.net/jodit/)
12814
12814
  * Released under MIT see LICENSE.txt in the project root for license information.
12815
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12815
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12816
12816
  */
12817
12817
 
12818
12818
 
@@ -12872,7 +12872,7 @@ class Storage {
12872
12872
  /*!
12873
12873
  * Jodit Editor (https://xdsoft.net/jodit/)
12874
12874
  * Released under MIT see LICENSE.txt in the project root for license information.
12875
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12875
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12876
12876
  */
12877
12877
 
12878
12878
 
@@ -12931,7 +12931,7 @@ function processTitle(title, self) {
12931
12931
  /*!
12932
12932
  * Jodit Editor (https://xdsoft.net/jodit/)
12933
12933
  * Released under MIT see LICENSE.txt in the project root for license information.
12934
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12934
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12935
12935
  */
12936
12936
 
12937
12937
  class Elms {
@@ -12963,7 +12963,7 @@ class Elms {
12963
12963
  /*!
12964
12964
  * Jodit Editor (https://xdsoft.net/jodit/)
12965
12965
  * Released under MIT see LICENSE.txt in the project root for license information.
12966
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12966
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12967
12967
  */
12968
12968
 
12969
12969
  class Mods {
@@ -13023,7 +13023,7 @@ class Mods {
13023
13023
  /*!
13024
13024
  * Jodit Editor (https://xdsoft.net/jodit/)
13025
13025
  * Released under MIT see LICENSE.txt in the project root for license information.
13026
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13026
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13027
13027
  */
13028
13028
 
13029
13029
 
@@ -13301,7 +13301,7 @@ function Button(jodit, stateOrText, text, variant) {
13301
13301
  /*!
13302
13302
  * Jodit Editor (https://xdsoft.net/jodit/)
13303
13303
  * Released under MIT see LICENSE.txt in the project root for license information.
13304
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13304
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13305
13305
  */
13306
13306
 
13307
13307
 
@@ -13388,7 +13388,7 @@ UIButtonGroup = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .Cg)([
13388
13388
  /*!
13389
13389
  * Jodit Editor (https://xdsoft.net/jodit/)
13390
13390
  * Released under MIT see LICENSE.txt in the project root for license information.
13391
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13391
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13392
13392
  */
13393
13393
  /**
13394
13394
  * [[include:core/ui/button/README.md]]
@@ -13420,7 +13420,7 @@ UIButtonGroup = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .Cg)([
13420
13420
  /*!
13421
13421
  * Jodit Editor (https://xdsoft.net/jodit/)
13422
13422
  * Released under MIT see LICENSE.txt in the project root for license information.
13423
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13423
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13424
13424
  */
13425
13425
  var UITooltip_1;
13426
13426
 
@@ -13630,7 +13630,7 @@ UITooltip = UITooltip_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_7__/* .__decorate */
13630
13630
  /*!
13631
13631
  * Jodit Editor (https://xdsoft.net/jodit/)
13632
13632
  * Released under MIT see LICENSE.txt in the project root for license information.
13633
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13633
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13634
13634
  */
13635
13635
  var UIElement_1;
13636
13636
 
@@ -13786,7 +13786,7 @@ UIElement = UIElement_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */
13786
13786
  /*!
13787
13787
  * Jodit Editor (https://xdsoft.net/jodit/)
13788
13788
  * Released under MIT see LICENSE.txt in the project root for license information.
13789
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13789
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13790
13790
  */
13791
13791
 
13792
13792
 
@@ -13837,7 +13837,7 @@ UIBlock = (0,tslib__WEBPACK_IMPORTED_MODULE_2__/* .__decorate */ .Cg)([
13837
13837
  /*!
13838
13838
  * Jodit Editor (https://xdsoft.net/jodit/)
13839
13839
  * Released under MIT see LICENSE.txt in the project root for license information.
13840
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13840
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13841
13841
  */
13842
13842
 
13843
13843
 
@@ -13925,7 +13925,7 @@ UIForm = (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */ .Cg)([
13925
13925
  /*!
13926
13926
  * Jodit Editor (https://xdsoft.net/jodit/)
13927
13927
  * Released under MIT see LICENSE.txt in the project root for license information.
13928
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13928
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13929
13929
  */
13930
13930
  /**
13931
13931
  * @module ui/form
@@ -13951,7 +13951,7 @@ UIForm = (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */ .Cg)([
13951
13951
  /*!
13952
13952
  * Jodit Editor (https://xdsoft.net/jodit/)
13953
13953
  * Released under MIT see LICENSE.txt in the project root for license information.
13954
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13954
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13955
13955
  */
13956
13956
  var UITextArea_1;
13957
13957
 
@@ -14013,7 +14013,7 @@ UITextArea = UITextArea_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_2__/* .__decorate
14013
14013
  /*!
14014
14014
  * Jodit Editor (https://xdsoft.net/jodit/)
14015
14015
  * Released under MIT see LICENSE.txt in the project root for license information.
14016
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14016
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14017
14017
  */
14018
14018
  var UICheckbox_1;
14019
14019
 
@@ -14100,7 +14100,7 @@ UICheckbox = UICheckbox_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate
14100
14100
  /*!
14101
14101
  * Jodit Editor (https://xdsoft.net/jodit/)
14102
14102
  * Released under MIT see LICENSE.txt in the project root for license information.
14103
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14103
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14104
14104
  */
14105
14105
 
14106
14106
 
@@ -14177,7 +14177,7 @@ UIFileInput = (0,tslib__WEBPACK_IMPORTED_MODULE_2__/* .__decorate */ .Cg)([
14177
14177
  /*!
14178
14178
  * Jodit Editor (https://xdsoft.net/jodit/)
14179
14179
  * Released under MIT see LICENSE.txt in the project root for license information.
14180
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14180
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14181
14181
  */
14182
14182
  /**
14183
14183
  * @module ui/form
@@ -14209,7 +14209,7 @@ UIFileInput = (0,tslib__WEBPACK_IMPORTED_MODULE_2__/* .__decorate */ .Cg)([
14209
14209
  /*!
14210
14210
  * Jodit Editor (https://xdsoft.net/jodit/)
14211
14211
  * Released under MIT see LICENSE.txt in the project root for license information.
14212
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14212
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14213
14213
  */
14214
14214
  var UIInput_1;
14215
14215
 
@@ -14457,7 +14457,7 @@ UIInput = UIInput_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_7__/* .__decorate */ .Cg
14457
14457
  /*!
14458
14458
  * Jodit Editor (https://xdsoft.net/jodit/)
14459
14459
  * Released under MIT see LICENSE.txt in the project root for license information.
14460
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14460
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14461
14461
  */
14462
14462
  var UISelect_1;
14463
14463
 
@@ -14543,7 +14543,7 @@ UISelect = UISelect_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .
14543
14543
  /*!
14544
14544
  * Jodit Editor (https://xdsoft.net/jodit/)
14545
14545
  * Released under MIT see LICENSE.txt in the project root for license information.
14546
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14546
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14547
14547
  */
14548
14548
  /**
14549
14549
  * @module ui/form
@@ -14568,7 +14568,7 @@ __webpack_require__.r(__webpack_exports__);
14568
14568
  /*!
14569
14569
  * Jodit Editor (https://xdsoft.net/jodit/)
14570
14570
  * Released under MIT see LICENSE.txt in the project root for license information.
14571
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14571
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14572
14572
  */
14573
14573
 
14574
14574
 
@@ -14607,7 +14607,7 @@ const url = function (input) {
14607
14607
  /*!
14608
14608
  * Jodit Editor (https://xdsoft.net/jodit/)
14609
14609
  * Released under MIT see LICENSE.txt in the project root for license information.
14610
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14610
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14611
14611
  */
14612
14612
 
14613
14613
  /**
@@ -14642,7 +14642,7 @@ const required = function (select) {
14642
14642
  /*!
14643
14643
  * Jodit Editor (https://xdsoft.net/jodit/)
14644
14644
  * Released under MIT see LICENSE.txt in the project root for license information.
14645
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14645
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14646
14646
  */
14647
14647
  var UIGroup_1;
14648
14648
 
@@ -14792,7 +14792,7 @@ UIGroup = UIGroup_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_6__/* .__decorate */ .Cg
14792
14792
  /*!
14793
14793
  * Jodit Editor (https://xdsoft.net/jodit/)
14794
14794
  * Released under MIT see LICENSE.txt in the project root for license information.
14795
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14795
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14796
14796
  */
14797
14797
  /**
14798
14798
  * @module ui/group
@@ -14826,7 +14826,7 @@ UIGroup = UIGroup_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_6__/* .__decorate */ .Cg
14826
14826
  /*!
14827
14827
  * Jodit Editor (https://xdsoft.net/jodit/)
14828
14828
  * Released under MIT see LICENSE.txt in the project root for license information.
14829
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14829
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14830
14830
  */
14831
14831
 
14832
14832
 
@@ -14992,7 +14992,7 @@ UIList = (0,tslib__WEBPACK_IMPORTED_MODULE_10__/* .__decorate */ .Cg)([
14992
14992
  /*!
14993
14993
  * Jodit Editor (https://xdsoft.net/jodit/)
14994
14994
  * Released under MIT see LICENSE.txt in the project root for license information.
14995
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14995
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14996
14996
  */
14997
14997
 
14998
14998
  /**
@@ -15026,7 +15026,7 @@ UISeparator = (0,tslib__WEBPACK_IMPORTED_MODULE_1__/* .__decorate */ .Cg)([
15026
15026
  /*!
15027
15027
  * Jodit Editor (https://xdsoft.net/jodit/)
15028
15028
  * Released under MIT see LICENSE.txt in the project root for license information.
15029
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15029
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15030
15030
  */
15031
15031
 
15032
15032
  /**
@@ -15059,7 +15059,7 @@ UISpacer = (0,tslib__WEBPACK_IMPORTED_MODULE_1__/* .__decorate */ .Cg)([
15059
15059
  /*!
15060
15060
  * Jodit Editor (https://xdsoft.net/jodit/)
15061
15061
  * Released under MIT see LICENSE.txt in the project root for license information.
15062
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15062
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15063
15063
  */
15064
15064
 
15065
15065
  /**
@@ -15103,7 +15103,7 @@ function flatButtonsSet(buttons, jodit) {
15103
15103
  /*!
15104
15104
  * Jodit Editor (https://xdsoft.net/jodit/)
15105
15105
  * Released under MIT see LICENSE.txt in the project root for license information.
15106
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15106
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15107
15107
  */
15108
15108
 
15109
15109
 
@@ -15187,7 +15187,7 @@ function findControlType(path, controls) {
15187
15187
  /*!
15188
15188
  * Jodit Editor (https://xdsoft.net/jodit/)
15189
15189
  * Released under MIT see LICENSE.txt in the project root for license information.
15190
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15190
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15191
15191
  */
15192
15192
 
15193
15193
 
@@ -15222,7 +15222,7 @@ function getStrongControlTypes(items, controls) {
15222
15222
  /*!
15223
15223
  * Jodit Editor (https://xdsoft.net/jodit/)
15224
15224
  * Released under MIT see LICENSE.txt in the project root for license information.
15225
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15225
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15226
15226
  */
15227
15227
 
15228
15228
 
@@ -15348,7 +15348,7 @@ Icon.__cache = new Map();
15348
15348
  /*!
15349
15349
  * Jodit Editor (https://xdsoft.net/jodit/)
15350
15350
  * Released under MIT see LICENSE.txt in the project root for license information.
15351
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15351
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15352
15352
  */
15353
15353
  /**
15354
15354
  * [[include:core/ui/README.md]]
@@ -15377,7 +15377,7 @@ Icon.__cache = new Map();
15377
15377
  /*!
15378
15378
  * Jodit Editor (https://xdsoft.net/jodit/)
15379
15379
  * Released under MIT see LICENSE.txt in the project root for license information.
15380
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15380
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15381
15381
  */
15382
15382
  /**
15383
15383
  * @module ui/popup
@@ -15407,7 +15407,7 @@ Icon.__cache = new Map();
15407
15407
  /*!
15408
15408
  * Jodit Editor (https://xdsoft.net/jodit/)
15409
15409
  * Released under MIT see LICENSE.txt in the project root for license information.
15410
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15410
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15411
15411
  */
15412
15412
 
15413
15413
 
@@ -15760,7 +15760,7 @@ class Popup extends jodit_core_ui_group_group__WEBPACK_IMPORTED_MODULE_7__/* .UI
15760
15760
  /*!
15761
15761
  * Jodit Editor (https://xdsoft.net/jodit/)
15762
15762
  * Released under MIT see LICENSE.txt in the project root for license information.
15763
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15763
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15764
15764
  */
15765
15765
 
15766
15766
 
@@ -15821,7 +15821,7 @@ class ProgressBar extends jodit_core_ui_element__WEBPACK_IMPORTED_MODULE_1__/* .
15821
15821
  /*!
15822
15822
  * Jodit Editor (https://xdsoft.net/jodit/)
15823
15823
  * Released under MIT see LICENSE.txt in the project root for license information.
15824
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15824
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15825
15825
  */
15826
15826
 
15827
15827
 
@@ -15992,7 +15992,7 @@ class ViewWithToolbar extends jodit_core_view_view__WEBPACK_IMPORTED_MODULE_6__/
15992
15992
  /*!
15993
15993
  * Jodit Editor (https://xdsoft.net/jodit/)
15994
15994
  * Released under MIT see LICENSE.txt in the project root for license information.
15995
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15995
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15996
15996
  */
15997
15997
  var View_1;
15998
15998
 
@@ -16310,7 +16310,7 @@ View.defaultOptions = {
16310
16310
  /*!
16311
16311
  * Jodit Editor (https://xdsoft.net/jodit/)
16312
16312
  * Released under MIT see LICENSE.txt in the project root for license information.
16313
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
16313
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
16314
16314
  */
16315
16315
  var Jodit_1;
16316
16316
 
@@ -17604,7 +17604,7 @@ function addClassNames(className, elm) {
17604
17604
  /*!
17605
17605
  * Jodit Editor (https://xdsoft.net/jodit/)
17606
17606
  * Released under MIT see LICENSE.txt in the project root for license information.
17607
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
17607
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
17608
17608
  */
17609
17609
 
17610
17610
 
@@ -17694,7 +17694,7 @@ Object.keys(exp).forEach((lang) => {
17694
17694
  /*!
17695
17695
  * Jodit Editor (https://xdsoft.net/jodit/)
17696
17696
  * Released under MIT see LICENSE.txt in the project root for license information.
17697
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
17697
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
17698
17698
  */
17699
17699
 
17700
17700
 
@@ -17768,7 +17768,7 @@ ContextMenu = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .Cg)([
17768
17768
  /*!
17769
17769
  * Jodit Editor (https://xdsoft.net/jodit/)
17770
17770
  * Released under MIT see LICENSE.txt in the project root for license information.
17771
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
17771
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
17772
17772
  */
17773
17773
 
17774
17774
 
@@ -17827,7 +17827,7 @@ function Alert(msg, title, callback, className = 'jodit-dialog_alert') {
17827
17827
  /*!
17828
17828
  * Jodit Editor (https://xdsoft.net/jodit/)
17829
17829
  * Released under MIT see LICENSE.txt in the project root for license information.
17830
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
17830
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
17831
17831
  */
17832
17832
 
17833
17833
 
@@ -17903,7 +17903,7 @@ function Confirm(msg, title, callback) {
17903
17903
  /*!
17904
17904
  * Jodit Editor (https://xdsoft.net/jodit/)
17905
17905
  * Released under MIT see LICENSE.txt in the project root for license information.
17906
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
17906
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
17907
17907
  */
17908
17908
  var Dialog_1;
17909
17909
 
@@ -18535,7 +18535,7 @@ Dialog.defaultOptions = {
18535
18535
  /*!
18536
18536
  * Jodit Editor (https://xdsoft.net/jodit/)
18537
18537
  * Released under MIT see LICENSE.txt in the project root for license information.
18538
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18538
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18539
18539
  */
18540
18540
  /**
18541
18541
  * [[include:modules/dialog/README.md]]
@@ -18564,7 +18564,7 @@ Dialog.defaultOptions = {
18564
18564
  /*!
18565
18565
  * Jodit Editor (https://xdsoft.net/jodit/)
18566
18566
  * Released under MIT see LICENSE.txt in the project root for license information.
18567
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18567
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18568
18568
  */
18569
18569
 
18570
18570
 
@@ -18649,7 +18649,7 @@ function Prompt(msg, title, callback, placeholder, defaultValue) {
18649
18649
  /*!
18650
18650
  * Jodit Editor (https://xdsoft.net/jodit/)
18651
18651
  * Released under MIT see LICENSE.txt in the project root for license information.
18652
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18652
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18653
18653
  */
18654
18654
 
18655
18655
 
@@ -18820,7 +18820,7 @@ const CLASS_PREVIEW = 'jodit-file-browser-preview', preview_tpl_next = (next = '
18820
18820
  /*!
18821
18821
  * Jodit Editor (https://xdsoft.net/jodit/)
18822
18822
  * Released under MIT see LICENSE.txt in the project root for license information.
18823
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18823
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18824
18824
  */
18825
18825
  const map = new WeakMap();
18826
18826
  /**
@@ -18850,7 +18850,7 @@ const elementsMap = (view) => {
18850
18850
  /*!
18851
18851
  * Jodit Editor (https://xdsoft.net/jodit/)
18852
18852
  * Released under MIT see LICENSE.txt in the project root for license information.
18853
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18853
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18854
18854
  */
18855
18855
 
18856
18856
  class FileBrowserItem {
@@ -18928,7 +18928,7 @@ class FileBrowserItem {
18928
18928
  /*!
18929
18929
  * Jodit Editor (https://xdsoft.net/jodit/)
18930
18930
  * Released under MIT see LICENSE.txt in the project root for license information.
18931
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18931
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18932
18932
  */
18933
18933
 
18934
18934
 
@@ -19277,7 +19277,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_3__/* .Config */ .T.prototype.controls.fil
19277
19277
  /*!
19278
19278
  * Jodit Editor (https://xdsoft.net/jodit/)
19279
19279
  * Released under MIT see LICENSE.txt in the project root for license information.
19280
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19280
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19281
19281
  */
19282
19282
 
19283
19283
 
@@ -19682,7 +19682,7 @@ DataProvider = (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */ .Cg)([
19682
19682
  /*!
19683
19683
  * Jodit Editor (https://xdsoft.net/jodit/)
19684
19684
  * Released under MIT see LICENSE.txt in the project root for license information.
19685
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19685
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19686
19686
  */
19687
19687
 
19688
19688
 
@@ -19706,7 +19706,7 @@ function makeContextMenu(parent) {
19706
19706
  /*!
19707
19707
  * Jodit Editor (https://xdsoft.net/jodit/)
19708
19708
  * Released under MIT see LICENSE.txt in the project root for license information.
19709
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19709
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19710
19710
  */
19711
19711
  /**
19712
19712
  * Removes a file from the server
@@ -19734,7 +19734,7 @@ function deleteFile(fb, name, source) {
19734
19734
  /*!
19735
19735
  * Jodit Editor (https://xdsoft.net/jodit/)
19736
19736
  * Released under MIT see LICENSE.txt in the project root for license information.
19737
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19737
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19738
19738
  */
19739
19739
  /**
19740
19740
  * Loads a list of files and adds them to the state
@@ -19774,7 +19774,7 @@ function loadItems(fb) {
19774
19774
  /*!
19775
19775
  * Jodit Editor (https://xdsoft.net/jodit/)
19776
19776
  * Released under MIT see LICENSE.txt in the project root for license information.
19777
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19777
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19778
19778
  */
19779
19779
 
19780
19780
 
@@ -19834,7 +19834,7 @@ async function loadTree(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
 
@@ -20194,7 +20194,7 @@ function isEqualButtonList(prevButtons, buttons) {
20194
20194
  /*!
20195
20195
  * Jodit Editor (https://xdsoft.net/jodit/)
20196
20196
  * Released under MIT see LICENSE.txt in the project root for license information.
20197
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20197
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20198
20198
  */
20199
20199
  /**
20200
20200
  * [[include:modules/file-browser/README.md]]
@@ -20223,7 +20223,7 @@ function isEqualButtonList(prevButtons, buttons) {
20223
20223
  /*!
20224
20224
  * Jodit Editor (https://xdsoft.net/jodit/)
20225
20225
  * Released under MIT see LICENSE.txt in the project root for license information.
20226
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20226
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20227
20227
  */
20228
20228
 
20229
20229
 
@@ -20343,7 +20343,7 @@ function nativeListeners() {
20343
20343
  /*!
20344
20344
  * Jodit Editor (https://xdsoft.net/jodit/)
20345
20345
  * Released under MIT see LICENSE.txt in the project root for license information.
20346
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20346
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20347
20347
  */
20348
20348
 
20349
20349
 
@@ -20487,7 +20487,7 @@ function selfListeners() {
20487
20487
  /*!
20488
20488
  * Jodit Editor (https://xdsoft.net/jodit/)
20489
20489
  * Released under MIT see LICENSE.txt in the project root for license information.
20490
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20490
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20491
20491
  */
20492
20492
 
20493
20493
 
@@ -20645,7 +20645,7 @@ function stateListeners() {
20645
20645
  /*!
20646
20646
  * Jodit Editor (https://xdsoft.net/jodit/)
20647
20647
  * Released under MIT see LICENSE.txt in the project root for license information.
20648
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20648
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20649
20649
  */
20650
20650
 
20651
20651
 
@@ -20671,7 +20671,7 @@ class FileBrowserFiles extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__/* .UIG
20671
20671
  /*!
20672
20672
  * Jodit Editor (https://xdsoft.net/jodit/)
20673
20673
  * Released under MIT see LICENSE.txt in the project root for license information.
20674
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20674
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20675
20675
  */
20676
20676
  /**
20677
20677
  * @module modules/file-browser
@@ -20693,7 +20693,7 @@ class FileBrowserFiles extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__/* .UIG
20693
20693
  /*!
20694
20694
  * Jodit Editor (https://xdsoft.net/jodit/)
20695
20695
  * Released under MIT see LICENSE.txt in the project root for license information.
20696
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20696
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20697
20697
  */
20698
20698
 
20699
20699
 
@@ -20716,7 +20716,7 @@ class FileBrowserTree extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__/* .UIGr
20716
20716
  /*!
20717
20717
  * Jodit Editor (https://xdsoft.net/jodit/)
20718
20718
  * Released under MIT see LICENSE.txt in the project root for license information.
20719
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20719
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20720
20720
  */
20721
20721
  class Command {
20722
20722
  undo() {
@@ -20753,7 +20753,7 @@ class Command {
20753
20753
  /*!
20754
20754
  * Jodit Editor (https://xdsoft.net/jodit/)
20755
20755
  * Released under MIT see LICENSE.txt in the project root for license information.
20756
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20756
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20757
20757
  */
20758
20758
 
20759
20759
 
@@ -20925,7 +20925,7 @@ class History extends jodit_core_component__WEBPACK_IMPORTED_MODULE_0__/* .ViewC
20925
20925
  /*!
20926
20926
  * Jodit Editor (https://xdsoft.net/jodit/)
20927
20927
  * Released under MIT see LICENSE.txt in the project root for license information.
20928
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20928
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20929
20929
  */
20930
20930
 
20931
20931
 
@@ -21149,7 +21149,7 @@ class Snapshot extends jodit_core_component__WEBPACK_IMPORTED_MODULE_0__/* .View
21149
21149
  /*!
21150
21150
  * Jodit Editor (https://xdsoft.net/jodit/)
21151
21151
  * Released under MIT see LICENSE.txt in the project root for license information.
21152
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
21152
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
21153
21153
  */
21154
21154
  class Stack {
21155
21155
  constructor(size) {
@@ -21226,7 +21226,7 @@ class Stack {
21226
21226
  /*!
21227
21227
  * Jodit Editor (https://xdsoft.net/jodit/)
21228
21228
  * Released under MIT see LICENSE.txt in the project root for license information.
21229
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
21229
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
21230
21230
  */
21231
21231
 
21232
21232
 
@@ -21272,7 +21272,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_0__/* .Icon */ .I.set('crop', (_icon
21272
21272
  /*!
21273
21273
  * Jodit Editor (https://xdsoft.net/jodit/)
21274
21274
  * Released under MIT see LICENSE.txt in the project root for license information.
21275
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
21275
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
21276
21276
  */
21277
21277
  var ImageEditor_1;
21278
21278
 
@@ -21853,7 +21853,7 @@ function openImageEditor(href, name, path, source, onSuccess, onFailed) {
21853
21853
  /*!
21854
21854
  * Jodit Editor (https://xdsoft.net/jodit/)
21855
21855
  * Released under MIT see LICENSE.txt in the project root for license information.
21856
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
21856
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
21857
21857
  */
21858
21858
 
21859
21859
  const jie = 'jodit-image-editor';
@@ -22030,7 +22030,7 @@ __webpack_require__.r(__webpack_exports__);
22030
22030
  /*!
22031
22031
  * Jodit Editor (https://xdsoft.net/jodit/)
22032
22032
  * Released under MIT see LICENSE.txt in the project root for license information.
22033
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
22033
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
22034
22034
  */
22035
22035
  /**
22036
22036
  * [[include:modules/README.md]]
@@ -22082,7 +22082,7 @@ __webpack_require__.r(__webpack_exports__);
22082
22082
  /*!
22083
22083
  * Jodit Editor (https://xdsoft.net/jodit/)
22084
22084
  * Released under MIT see LICENSE.txt in the project root for license information.
22085
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
22085
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
22086
22086
  */
22087
22087
 
22088
22088
 
@@ -22121,7 +22121,7 @@ UIMessage = (0,tslib__WEBPACK_IMPORTED_MODULE_1__/* .__decorate */ .Cg)([
22121
22121
  /*!
22122
22122
  * Jodit Editor (https://xdsoft.net/jodit/)
22123
22123
  * Released under MIT see LICENSE.txt in the project root for license information.
22124
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
22124
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
22125
22125
  */
22126
22126
 
22127
22127
 
@@ -22256,7 +22256,7 @@ UIMessages = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .Cg)([
22256
22256
  /*!
22257
22257
  * Jodit Editor (https://xdsoft.net/jodit/)
22258
22258
  * Released under MIT see LICENSE.txt in the project root for license information.
22259
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
22259
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
22260
22260
  */
22261
22261
 
22262
22262
 
@@ -22361,7 +22361,7 @@ StatusBar = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .Cg)([
22361
22361
  /*!
22362
22362
  * Jodit Editor (https://xdsoft.net/jodit/)
22363
22363
  * Released under MIT see LICENSE.txt in the project root for license information.
22364
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
22364
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
22365
22365
  */
22366
22366
 
22367
22367
 
@@ -23057,7 +23057,7 @@ const instance = (j) => j.getInstance('Table', j.o);
23057
23057
  /*!
23058
23058
  * Jodit Editor (https://xdsoft.net/jodit/)
23059
23059
  * Released under MIT see LICENSE.txt in the project root for license information.
23060
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23060
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23061
23061
  */
23062
23062
 
23063
23063
 
@@ -23469,7 +23469,7 @@ ToolbarButton = (0,tslib__WEBPACK_IMPORTED_MODULE_10__/* .__decorate */ .Cg)([
23469
23469
  /*!
23470
23470
  * Jodit Editor (https://xdsoft.net/jodit/)
23471
23471
  * Released under MIT see LICENSE.txt in the project root for license information.
23472
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23472
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23473
23473
  */
23474
23474
 
23475
23475
 
@@ -23526,7 +23526,7 @@ ToolbarContent = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .Cg)([
23526
23526
  /*!
23527
23527
  * Jodit Editor (https://xdsoft.net/jodit/)
23528
23528
  * Released under MIT see LICENSE.txt in the project root for license information.
23529
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23529
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23530
23530
  */
23531
23531
  /**
23532
23532
  * @module modules/toolbar/button
@@ -23553,7 +23553,7 @@ ToolbarContent = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .Cg)([
23553
23553
  /*!
23554
23554
  * Jodit Editor (https://xdsoft.net/jodit/)
23555
23555
  * Released under MIT see LICENSE.txt in the project root for license information.
23556
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23556
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23557
23557
  */
23558
23558
 
23559
23559
 
@@ -23607,7 +23607,7 @@ ToolbarSelect = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .Cg)([
23607
23607
  /*!
23608
23608
  * Jodit Editor (https://xdsoft.net/jodit/)
23609
23609
  * Released under MIT see LICENSE.txt in the project root for license information.
23610
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23610
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23611
23611
  */
23612
23612
 
23613
23613
 
@@ -23740,7 +23740,7 @@ ToolbarCollection = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .Cg)(
23740
23740
  /*!
23741
23741
  * Jodit Editor (https://xdsoft.net/jodit/)
23742
23742
  * Released under MIT see LICENSE.txt in the project root for license information.
23743
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23743
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23744
23744
  */
23745
23745
 
23746
23746
 
@@ -23886,7 +23886,7 @@ ToolbarEditorCollection = (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */
23886
23886
  /*!
23887
23887
  * Jodit Editor (https://xdsoft.net/jodit/)
23888
23888
  * Released under MIT see LICENSE.txt in the project root for license information.
23889
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23889
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23890
23890
  */
23891
23891
 
23892
23892
 
@@ -23940,7 +23940,7 @@ function makeSelect(view, control, target = null) {
23940
23940
  /*!
23941
23941
  * Jodit Editor (https://xdsoft.net/jodit/)
23942
23942
  * Released under MIT see LICENSE.txt in the project root for license information.
23943
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23943
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23944
23944
  */
23945
23945
 
23946
23946
 
@@ -24038,7 +24038,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.uploader = {
24038
24038
  /*!
24039
24039
  * Jodit Editor (https://xdsoft.net/jodit/)
24040
24040
  * Released under MIT see LICENSE.txt in the project root for license information.
24041
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24041
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24042
24042
  */
24043
24043
 
24044
24044
  function buildData(uploader, data) {
@@ -24076,7 +24076,7 @@ function buildData(uploader, data) {
24076
24076
  /*!
24077
24077
  * Jodit Editor (https://xdsoft.net/jodit/)
24078
24078
  * Released under MIT see LICENSE.txt in the project root for license information.
24079
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24079
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24080
24080
  */
24081
24081
  /**
24082
24082
  * @module modules/uploader
@@ -24120,7 +24120,7 @@ function dataURItoBlob(dataURI) {
24120
24120
  /*!
24121
24121
  * Jodit Editor (https://xdsoft.net/jodit/)
24122
24122
  * Released under MIT see LICENSE.txt in the project root for license information.
24123
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24123
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24124
24124
  */
24125
24125
 
24126
24126
 
@@ -24153,7 +24153,7 @@ function hasItems(data) {
24153
24153
  /*!
24154
24154
  * Jodit Editor (https://xdsoft.net/jodit/)
24155
24155
  * Released under MIT see LICENSE.txt in the project root for license information.
24156
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24156
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24157
24157
  */
24158
24158
 
24159
24159
 
@@ -24199,7 +24199,7 @@ function processOldBrowserDrag(self, cData, handlerSuccess, handlerError, onFina
24199
24199
  /*!
24200
24200
  * Jodit Editor (https://xdsoft.net/jodit/)
24201
24201
  * Released under MIT see LICENSE.txt in the project root for license information.
24202
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24202
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24203
24203
  */
24204
24204
 
24205
24205
 
@@ -24326,7 +24326,7 @@ function readImagesWithReader(fileList, imagesExtensions, promises, uploader, ha
24326
24326
  /*!
24327
24327
  * Jodit Editor (https://xdsoft.net/jodit/)
24328
24328
  * Released under MIT see LICENSE.txt in the project root for license information.
24329
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24329
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24330
24330
  */
24331
24331
 
24332
24332
 
@@ -24419,7 +24419,7 @@ function send(uploader, data) {
24419
24419
  /*!
24420
24420
  * Jodit Editor (https://xdsoft.net/jodit/)
24421
24421
  * Released under MIT see LICENSE.txt in the project root for license information.
24422
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24422
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24423
24423
  */
24424
24424
 
24425
24425
 
@@ -24627,7 +24627,7 @@ class Uploader extends jodit_core_component___WEBPACK_IMPORTED_MODULE_0__/* .Vie
24627
24627
  /*!
24628
24628
  * Jodit Editor (https://xdsoft.net/jodit/)
24629
24629
  * Released under MIT see LICENSE.txt in the project root for license information.
24630
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24630
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24631
24631
  */
24632
24632
 
24633
24633
 
@@ -24732,7 +24732,7 @@ const ColorPickerWidget = (editor, callback, coldColor) => {
24732
24732
  /*!
24733
24733
  * Jodit Editor (https://xdsoft.net/jodit/)
24734
24734
  * Released under MIT see LICENSE.txt in the project root for license information.
24735
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24735
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24736
24736
  */
24737
24737
 
24738
24738
 
@@ -24866,7 +24866,7 @@ function val(elm, selector, value) {
24866
24866
  /*!
24867
24867
  * Jodit Editor (https://xdsoft.net/jodit/)
24868
24868
  * Released under MIT see LICENSE.txt in the project root for license information.
24869
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24869
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24870
24870
  */
24871
24871
  /**
24872
24872
  * [[include:modules/widget/README.md]]
@@ -24895,7 +24895,7 @@ function val(elm, selector, value) {
24895
24895
  /*!
24896
24896
  * Jodit Editor (https://xdsoft.net/jodit/)
24897
24897
  * Released under MIT see LICENSE.txt in the project root for license information.
24898
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24898
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24899
24899
  */
24900
24900
 
24901
24901
 
@@ -25035,7 +25035,7 @@ const TabsWidget = (jodit, tabs, state) => {
25035
25035
  /*!
25036
25036
  * Jodit Editor (https://xdsoft.net/jodit/)
25037
25037
  * Released under MIT see LICENSE.txt in the project root for license information.
25038
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25038
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25039
25039
  */
25040
25040
 
25041
25041
 
@@ -25100,7 +25100,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_3__/* .Icon */ .I.set('about', (_abo
25100
25100
  /*!
25101
25101
  * Jodit Editor (https://xdsoft.net/jodit/)
25102
25102
  * Released under MIT see LICENSE.txt in the project root for license information.
25103
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25103
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25104
25104
  */
25105
25105
 
25106
25106
 
@@ -25333,7 +25333,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('addNe
25333
25333
  /*!
25334
25334
  * Jodit Editor (https://xdsoft.net/jodit/)
25335
25335
  * Released under MIT see LICENSE.txt in the project root for license information.
25336
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25336
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25337
25337
  */
25338
25338
 
25339
25339
 
@@ -25371,7 +25371,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_0__/* .Icon */ .I.set('enter', (_ent
25371
25371
  /*!
25372
25372
  * Jodit Editor (https://xdsoft.net/jodit/)
25373
25373
  * Released under MIT see LICENSE.txt in the project root for license information.
25374
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25374
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25375
25375
  */
25376
25376
 
25377
25377
 
@@ -25495,7 +25495,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('ai-as
25495
25495
  /*!
25496
25496
  * Jodit Editor (https://xdsoft.net/jodit/)
25497
25497
  * Released under MIT see LICENSE.txt in the project root for license information.
25498
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25498
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25499
25499
  */
25500
25500
 
25501
25501
 
@@ -25595,7 +25595,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_1__/* .Config */ .T.prototype.controls['ai
25595
25595
  /*!
25596
25596
  * Jodit Editor (https://xdsoft.net/jodit/)
25597
25597
  * Released under MIT see LICENSE.txt in the project root for license information.
25598
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25598
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25599
25599
  */
25600
25600
  module.exports = {
25601
25601
  aiAssistant: 'AI Assistant',
@@ -25617,7 +25617,7 @@ module.exports = {
25617
25617
  /*!
25618
25618
  * Jodit Editor (https://xdsoft.net/jodit/)
25619
25619
  * Released under MIT see LICENSE.txt in the project root for license information.
25620
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25620
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25621
25621
  */
25622
25622
  module.exports = {
25623
25623
  aiAssistant: 'Asistente de IA',
@@ -25678,7 +25678,7 @@ __webpack_require__.r(__webpack_exports__);
25678
25678
  /*!
25679
25679
  * Jodit Editor (https://xdsoft.net/jodit/)
25680
25680
  * Released under MIT see LICENSE.txt in the project root for license information.
25681
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25681
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25682
25682
  */
25683
25683
  /**
25684
25684
  * @module plugins/ai-assistant
@@ -25707,7 +25707,7 @@ __webpack_require__.r(__webpack_exports__);
25707
25707
  /*!
25708
25708
  * Jodit Editor (https://xdsoft.net/jodit/)
25709
25709
  * Released under MIT see LICENSE.txt in the project root for license information.
25710
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25710
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25711
25711
  */
25712
25712
 
25713
25713
 
@@ -25869,7 +25869,7 @@ UiAiAssistant = (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */ .Cg)([
25869
25869
  /*!
25870
25870
  * Jodit Editor (https://xdsoft.net/jodit/)
25871
25871
  * Released under MIT see LICENSE.txt in the project root for license information.
25872
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25872
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25873
25873
  */
25874
25874
 
25875
25875
 
@@ -26009,7 +26009,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('backs
26009
26009
  /*!
26010
26010
  * Jodit Editor (https://xdsoft.net/jodit/)
26011
26011
  * Released under MIT see LICENSE.txt in the project root for license information.
26012
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26012
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26013
26013
  */
26014
26014
 
26015
26015
 
@@ -26085,7 +26085,7 @@ function moveContentAndRemoveEmpty(jodit, mainClosestBox, sibling, backspace) {
26085
26085
  /*!
26086
26086
  * Jodit Editor (https://xdsoft.net/jodit/)
26087
26087
  * Released under MIT see LICENSE.txt in the project root for license information.
26088
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26088
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26089
26089
  */
26090
26090
 
26091
26091
 
@@ -26135,7 +26135,7 @@ function checkJoinTwoLists(jodit, fakeNode, backspace) {
26135
26135
  /*!
26136
26136
  * Jodit Editor (https://xdsoft.net/jodit/)
26137
26137
  * Released under MIT see LICENSE.txt in the project root for license information.
26138
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26138
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26139
26139
  */
26140
26140
  /**
26141
26141
  * On Not collapsed selection - should only remove whole selected content
@@ -26175,7 +26175,7 @@ function checkNotCollapsed(jodit) {
26175
26175
  /*!
26176
26176
  * Jodit Editor (https://xdsoft.net/jodit/)
26177
26177
  * Released under MIT see LICENSE.txt in the project root for license information.
26178
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26178
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26179
26179
  */
26180
26180
 
26181
26181
 
@@ -26347,7 +26347,7 @@ function checkRepeatRemoveCharAction(backspace, sibling, fakeNode, mode, removed
26347
26347
  /*!
26348
26348
  * Jodit Editor (https://xdsoft.net/jodit/)
26349
26349
  * Released under MIT see LICENSE.txt in the project root for license information.
26350
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26350
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26351
26351
  */
26352
26352
 
26353
26353
 
@@ -26388,7 +26388,7 @@ function checkRemoveContentNotEditable(jodit, fakeNode, backspace) {
26388
26388
  /*!
26389
26389
  * Jodit Editor (https://xdsoft.net/jodit/)
26390
26390
  * Released under MIT see LICENSE.txt in the project root for license information.
26391
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26391
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26392
26392
  */
26393
26393
 
26394
26394
  /**
@@ -26434,7 +26434,7 @@ function checkRemoveEmptyNeighbor(jodit, fakeNode, backspace) {
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
 
@@ -26503,7 +26503,7 @@ function checkRemoveEmptyParent(jodit, fakeNode, backspace) {
26503
26503
  /*!
26504
26504
  * Jodit Editor (https://xdsoft.net/jodit/)
26505
26505
  * Released under MIT see LICENSE.txt in the project root for license information.
26506
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26506
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26507
26507
  */
26508
26508
 
26509
26509
 
@@ -26554,7 +26554,7 @@ function checkRemoveUnbreakableElement(jodit, fakeNode, backspace) {
26554
26554
  /*!
26555
26555
  * Jodit Editor (https://xdsoft.net/jodit/)
26556
26556
  * Released under MIT see LICENSE.txt in the project root for license information.
26557
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26557
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26558
26558
  */
26559
26559
 
26560
26560
  /**
@@ -26594,7 +26594,7 @@ function checkTableCell(jodit, fakeNode) {
26594
26594
  /*!
26595
26595
  * Jodit Editor (https://xdsoft.net/jodit/)
26596
26596
  * Released under MIT see LICENSE.txt in the project root for license information.
26597
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26597
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26598
26598
  */
26599
26599
 
26600
26600
 
@@ -26654,7 +26654,7 @@ function checkUnwrapFirstListItem(jodit, fakeNode, backspace) {
26654
26654
  /*!
26655
26655
  * Jodit Editor (https://xdsoft.net/jodit/)
26656
26656
  * Released under MIT see LICENSE.txt in the project root for license information.
26657
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26657
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26658
26658
  */
26659
26659
  /**
26660
26660
  * @module plugins/backspace
@@ -26694,7 +26694,7 @@ const cases = [
26694
26694
  /*!
26695
26695
  * Jodit Editor (https://xdsoft.net/jodit/)
26696
26696
  * Released under MIT see LICENSE.txt in the project root for license information.
26697
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26697
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26698
26698
  */
26699
26699
  /**
26700
26700
  * @module plugins/backspace
@@ -26726,7 +26726,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.delete = {
26726
26726
  /*!
26727
26727
  * Jodit Editor (https://xdsoft.net/jodit/)
26728
26728
  * Released under MIT see LICENSE.txt in the project root for license information.
26729
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26729
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26730
26730
  */
26731
26731
 
26732
26732
  /**
@@ -26787,7 +26787,7 @@ function getMoveFilter(jodit) {
26787
26787
  /*!
26788
26788
  * Jodit Editor (https://xdsoft.net/jodit/)
26789
26789
  * Released under MIT see LICENSE.txt in the project root for license information.
26790
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26790
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26791
26791
  */
26792
26792
 
26793
26793
 
@@ -26878,7 +26878,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_2__/* .Icon */ .I.set('bold', (_icon
26878
26878
  /*!
26879
26879
  * Jodit Editor (https://xdsoft.net/jodit/)
26880
26880
  * Released under MIT see LICENSE.txt in the project root for license information.
26881
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26881
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26882
26882
  */
26883
26883
 
26884
26884
  jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.controls.subscript = {
@@ -26941,7 +26941,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.controls.str
26941
26941
  /*!
26942
26942
  * Jodit Editor (https://xdsoft.net/jodit/)
26943
26943
  * Released under MIT see LICENSE.txt in the project root for license information.
26944
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26944
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26945
26945
  */
26946
26946
 
26947
26947
 
@@ -27060,7 +27060,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_4__/* .Icon */ .I.set('class-span',
27060
27060
  /*!
27061
27061
  * Jodit Editor (https://xdsoft.net/jodit/)
27062
27062
  * Released under MIT see LICENSE.txt in the project root for license information.
27063
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27063
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27064
27064
  */
27065
27065
 
27066
27066
 
@@ -27183,7 +27183,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('clean
27183
27183
  /*!
27184
27184
  * Jodit Editor (https://xdsoft.net/jodit/)
27185
27185
  * Released under MIT see LICENSE.txt in the project root for license information.
27186
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27186
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27187
27187
  */
27188
27188
 
27189
27189
 
@@ -27225,7 +27225,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_0__/* .Icon */ .I.set('eraser', (_er
27225
27225
  /*!
27226
27226
  * Jodit Editor (https://xdsoft.net/jodit/)
27227
27227
  * Released under MIT see LICENSE.txt in the project root for license information.
27228
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27228
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27229
27229
  */
27230
27230
 
27231
27231
 
@@ -27291,7 +27291,7 @@ function getHash(tags) {
27291
27291
  /*!
27292
27292
  * Jodit Editor (https://xdsoft.net/jodit/)
27293
27293
  * Released under MIT see LICENSE.txt in the project root for license information.
27294
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27294
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27295
27295
  */
27296
27296
  /**
27297
27297
  * @module plugins/clean-html
@@ -27317,7 +27317,7 @@ function getHash(tags) {
27317
27317
  /*!
27318
27318
  * Jodit Editor (https://xdsoft.net/jodit/)
27319
27319
  * Released under MIT see LICENSE.txt in the project root for license information.
27320
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27320
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27321
27321
  */
27322
27322
 
27323
27323
 
@@ -27376,7 +27376,7 @@ function isInlineBlock(node) {
27376
27376
  /*!
27377
27377
  * Jodit Editor (https://xdsoft.net/jodit/)
27378
27378
  * Released under MIT see LICENSE.txt in the project root for license information.
27379
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27379
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27380
27380
  */
27381
27381
 
27382
27382
 
@@ -27441,7 +27441,7 @@ function removeFormatForSelection(jodit) {
27441
27441
  /*!
27442
27442
  * Jodit Editor (https://xdsoft.net/jodit/)
27443
27443
  * Released under MIT see LICENSE.txt in the project root for license information.
27444
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27444
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27445
27445
  */
27446
27446
 
27447
27447
  /**
@@ -27484,7 +27484,7 @@ function allowAttributes(jodit, nodeElm, hadEffect, allow) {
27484
27484
  /*!
27485
27485
  * Jodit Editor (https://xdsoft.net/jodit/)
27486
27486
  * Released under MIT see LICENSE.txt in the project root for license information.
27487
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27487
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27488
27488
  */
27489
27489
 
27490
27490
 
@@ -27537,7 +27537,7 @@ __webpack_require__.r(__webpack_exports__);
27537
27537
  /*!
27538
27538
  * Jodit Editor (https://xdsoft.net/jodit/)
27539
27539
  * Released under MIT see LICENSE.txt in the project root for license information.
27540
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27540
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27541
27541
  */
27542
27542
  /**
27543
27543
  * @module plugins/clean-html
@@ -27567,7 +27567,7 @@ __webpack_require__.r(__webpack_exports__);
27567
27567
  /*!
27568
27568
  * Jodit Editor (https://xdsoft.net/jodit/)
27569
27569
  * Released under MIT see LICENSE.txt in the project root for license information.
27570
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27570
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27571
27571
  */
27572
27572
 
27573
27573
  /**
@@ -27599,7 +27599,7 @@ function removeEmptyTextNode(jodit, node, hadEffect, arg, argi, currentNode) {
27599
27599
  /*!
27600
27600
  * Jodit Editor (https://xdsoft.net/jodit/)
27601
27601
  * Released under MIT see LICENSE.txt in the project root for license information.
27602
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27602
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27603
27603
  */
27604
27604
 
27605
27605
 
@@ -27641,7 +27641,7 @@ function removeInvTextNodes(jodit, node, hadEffect, arg, argi, currentNode) {
27641
27641
  /*!
27642
27642
  * Jodit Editor (https://xdsoft.net/jodit/)
27643
27643
  * Released under MIT see LICENSE.txt in the project root for license information.
27644
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27644
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27645
27645
  */
27646
27646
 
27647
27647
  /**
@@ -27685,7 +27685,7 @@ function replaceIfMatched(jodit, oldParent, list) {
27685
27685
  /*!
27686
27686
  * Jodit Editor (https://xdsoft.net/jodit/)
27687
27687
  * Released under MIT see LICENSE.txt in the project root for license information.
27688
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27688
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27689
27689
  */
27690
27690
 
27691
27691
 
@@ -27719,7 +27719,7 @@ function sanitizeAttributes(jodit, nodeElm, hadEffect) {
27719
27719
  /*!
27720
27720
  * Jodit Editor (https://xdsoft.net/jodit/)
27721
27721
  * Released under MIT see LICENSE.txt in the project root for license information.
27722
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27722
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27723
27723
  */
27724
27724
 
27725
27725
 
@@ -27765,7 +27765,7 @@ function isRemovableNode(jodit, node, current, allow, deny) {
27765
27765
  /*!
27766
27766
  * Jodit Editor (https://xdsoft.net/jodit/)
27767
27767
  * Released under MIT see LICENSE.txt in the project root for license information.
27768
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27768
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27769
27769
  */
27770
27770
 
27771
27771
 
@@ -27808,7 +27808,7 @@ function visitNodeWalker(jodit, nodeElm, allowTags, denyTags, currentSelectionNo
27808
27808
  /*!
27809
27809
  * Jodit Editor (https://xdsoft.net/jodit/)
27810
27810
  * Released under MIT see LICENSE.txt in the project root for license information.
27811
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27811
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27812
27812
  */
27813
27813
 
27814
27814
 
@@ -27894,7 +27894,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('clipb
27894
27894
  /*!
27895
27895
  * Jodit Editor (https://xdsoft.net/jodit/)
27896
27896
  * Released under MIT see LICENSE.txt in the project root for license information.
27897
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27897
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27898
27898
  */
27899
27899
 
27900
27900
 
@@ -27936,7 +27936,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_0__/* .Icon */ .I.set('copy', (_icon
27936
27936
  /*!
27937
27937
  * Jodit Editor (https://xdsoft.net/jodit/)
27938
27938
  * Released under MIT see LICENSE.txt in the project root for license information.
27939
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27939
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27940
27940
  */
27941
27941
 
27942
27942
 
@@ -27999,7 +27999,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('color
27999
27999
  /*!
28000
28000
  * Jodit Editor (https://xdsoft.net/jodit/)
28001
28001
  * Released under MIT see LICENSE.txt in the project root for license information.
28002
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28002
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28003
28003
  */
28004
28004
 
28005
28005
 
@@ -28170,7 +28170,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_3__/* .Config */ .T.prototype.controls.bru
28170
28170
  /*!
28171
28171
  * Jodit Editor (https://xdsoft.net/jodit/)
28172
28172
  * Released under MIT see LICENSE.txt in the project root for license information.
28173
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28173
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28174
28174
  */
28175
28175
 
28176
28176
 
@@ -28290,7 +28290,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_2__/* .Icon */ .I.set('copyformat',
28290
28290
  /*!
28291
28291
  * Jodit Editor (https://xdsoft.net/jodit/)
28292
28292
  * Released under MIT see LICENSE.txt in the project root for license information.
28293
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28293
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28294
28294
  */
28295
28295
  module.exports = {
28296
28296
  'copy-format': 'نسخ التنسيق'
@@ -28307,7 +28307,7 @@ module.exports = {
28307
28307
  /*!
28308
28308
  * Jodit Editor (https://xdsoft.net/jodit/)
28309
28309
  * Released under MIT see LICENSE.txt in the project root for license information.
28310
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28310
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28311
28311
  */
28312
28312
  module.exports = {
28313
28313
  'copy-format': 'Kopírovat formát'
@@ -28324,7 +28324,7 @@ module.exports = {
28324
28324
  /*!
28325
28325
  * Jodit Editor (https://xdsoft.net/jodit/)
28326
28326
  * Released under MIT see LICENSE.txt in the project root for license information.
28327
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28327
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28328
28328
  */
28329
28329
  module.exports = {
28330
28330
  'copy-format': 'Format kopierenт'
@@ -28341,7 +28341,7 @@ module.exports = {
28341
28341
  /*!
28342
28342
  * Jodit Editor (https://xdsoft.net/jodit/)
28343
28343
  * Released under MIT see LICENSE.txt in the project root for license information.
28344
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28344
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28345
28345
  */
28346
28346
  module.exports = {
28347
28347
  'copy-format': 'Copiar formato'
@@ -28358,7 +28358,7 @@ module.exports = {
28358
28358
  /*!
28359
28359
  * Jodit Editor (https://xdsoft.net/jodit/)
28360
28360
  * Released under MIT see LICENSE.txt in the project root for license information.
28361
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28361
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28362
28362
  */
28363
28363
  module.exports = {
28364
28364
  'copy-format': 'کپی کردن قالب'
@@ -28375,7 +28375,7 @@ module.exports = {
28375
28375
  /*!
28376
28376
  * Jodit Editor (https://xdsoft.net/jodit/)
28377
28377
  * Released under MIT see LICENSE.txt in the project root for license information.
28378
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28378
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28379
28379
  */
28380
28380
  module.exports = {
28381
28381
  'copy-format': 'Kopioi muotoilu'
@@ -28392,7 +28392,7 @@ module.exports = {
28392
28392
  /*!
28393
28393
  * Jodit Editor (https://xdsoft.net/jodit/)
28394
28394
  * Released under MIT see LICENSE.txt in the project root for license information.
28395
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28395
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28396
28396
  */
28397
28397
  module.exports = {
28398
28398
  'copy-format': 'Format de copie'
@@ -28409,7 +28409,7 @@ module.exports = {
28409
28409
  /*!
28410
28410
  * Jodit Editor (https://xdsoft.net/jodit/)
28411
28411
  * Released under MIT see LICENSE.txt in the project root for license information.
28412
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28412
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28413
28413
  */
28414
28414
  module.exports = {
28415
28415
  'copy-format': 'העתק עיצוב'
@@ -28426,7 +28426,7 @@ module.exports = {
28426
28426
  /*!
28427
28427
  * Jodit Editor (https://xdsoft.net/jodit/)
28428
28428
  * Released under MIT see LICENSE.txt in the project root for license information.
28429
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28429
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28430
28430
  */
28431
28431
  module.exports = {
28432
28432
  'copy-format': 'Formátum másolás'
@@ -28443,7 +28443,7 @@ module.exports = {
28443
28443
  /*!
28444
28444
  * Jodit Editor (https://xdsoft.net/jodit/)
28445
28445
  * Released under MIT see LICENSE.txt in the project root for license information.
28446
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28446
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28447
28447
  */
28448
28448
  module.exports = {
28449
28449
  'copy-format': 'salin format'
@@ -28525,7 +28525,7 @@ __webpack_require__.r(__webpack_exports__);
28525
28525
  /*!
28526
28526
  * Jodit Editor (https://xdsoft.net/jodit/)
28527
28527
  * Released under MIT see LICENSE.txt in the project root for license information.
28528
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28528
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28529
28529
  */
28530
28530
 
28531
28531
 
@@ -28561,7 +28561,7 @@ __webpack_require__.r(__webpack_exports__);
28561
28561
  /*!
28562
28562
  * Jodit Editor (https://xdsoft.net/jodit/)
28563
28563
  * Released under MIT see LICENSE.txt in the project root for license information.
28564
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28564
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28565
28565
  */
28566
28566
  module.exports = {
28567
28567
  'copy-format': 'Copia il formato'
@@ -28578,7 +28578,7 @@ module.exports = {
28578
28578
  /*!
28579
28579
  * Jodit Editor (https://xdsoft.net/jodit/)
28580
28580
  * Released under MIT see LICENSE.txt in the project root for license information.
28581
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28581
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28582
28582
  */
28583
28583
  module.exports = {
28584
28584
  'copy-format': 'copyformat'
@@ -28595,7 +28595,7 @@ module.exports = {
28595
28595
  /*!
28596
28596
  * Jodit Editor (https://xdsoft.net/jodit/)
28597
28597
  * Released under MIT see LICENSE.txt in the project root for license information.
28598
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28598
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28599
28599
  */
28600
28600
  module.exports = {
28601
28601
  'copy-format': '복사 형식'
@@ -28612,7 +28612,7 @@ module.exports = {
28612
28612
  /*!
28613
28613
  * Jodit Editor (https://xdsoft.net/jodit/)
28614
28614
  * Released under MIT see LICENSE.txt in the project root for license information.
28615
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28615
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28616
28616
  */
28617
28617
  module.exports = {
28618
28618
  'copy-format': 'Формат хуулах'
@@ -28629,7 +28629,7 @@ module.exports = {
28629
28629
  /*!
28630
28630
  * Jodit Editor (https://xdsoft.net/jodit/)
28631
28631
  * Released under MIT see LICENSE.txt in the project root for license information.
28632
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28632
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28633
28633
  */
28634
28634
  module.exports = {
28635
28635
  'copy-format': 'opmaak kopiëren'
@@ -28646,7 +28646,7 @@ module.exports = {
28646
28646
  /*!
28647
28647
  * Jodit Editor (https://xdsoft.net/jodit/)
28648
28648
  * Released under MIT see LICENSE.txt in the project root for license information.
28649
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28649
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28650
28650
  */
28651
28651
  module.exports = {
28652
28652
  'copy-format': 'format kopii'
@@ -28663,7 +28663,7 @@ module.exports = {
28663
28663
  /*!
28664
28664
  * Jodit Editor (https://xdsoft.net/jodit/)
28665
28665
  * Released under MIT see LICENSE.txt in the project root for license information.
28666
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28666
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28667
28667
  */
28668
28668
  module.exports = {
28669
28669
  'copy-format': 'Copiar formato'
@@ -28680,7 +28680,7 @@ module.exports = {
28680
28680
  /*!
28681
28681
  * Jodit Editor (https://xdsoft.net/jodit/)
28682
28682
  * Released under MIT see LICENSE.txt in the project root for license information.
28683
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28683
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28684
28684
  */
28685
28685
  module.exports = {
28686
28686
  'copy-format': 'Копировать формат'
@@ -28697,7 +28697,7 @@ module.exports = {
28697
28697
  /*!
28698
28698
  * Jodit Editor (https://xdsoft.net/jodit/)
28699
28699
  * Released under MIT see LICENSE.txt in the project root for license information.
28700
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28700
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28701
28701
  */
28702
28702
  module.exports = {
28703
28703
  'copy-format': 'Kopyalama Biçimi'
@@ -28714,7 +28714,7 @@ module.exports = {
28714
28714
  /*!
28715
28715
  * Jodit Editor (https://xdsoft.net/jodit/)
28716
28716
  * Released under MIT see LICENSE.txt in the project root for license information.
28717
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28717
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28718
28718
  */
28719
28719
  module.exports = {
28720
28720
  'copy-format': '复制格式'
@@ -28731,7 +28731,7 @@ module.exports = {
28731
28731
  /*!
28732
28732
  * Jodit Editor (https://xdsoft.net/jodit/)
28733
28733
  * Released under MIT see LICENSE.txt in the project root for license information.
28734
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28734
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28735
28735
  */
28736
28736
  module.exports = {
28737
28737
  'copy-format': '複製格式'
@@ -28753,7 +28753,7 @@ module.exports = {
28753
28753
  /*!
28754
28754
  * Jodit Editor (https://xdsoft.net/jodit/)
28755
28755
  * Released under MIT see LICENSE.txt in the project root for license information.
28756
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28756
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28757
28757
  */
28758
28758
 
28759
28759
 
@@ -28894,7 +28894,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('delet
28894
28894
  /*!
28895
28895
  * Jodit Editor (https://xdsoft.net/jodit/)
28896
28896
  * Released under MIT see LICENSE.txt in the project root for license information.
28897
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28897
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28898
28898
  */
28899
28899
  /**
28900
28900
  * @module plugins/drag-and-drop-element
@@ -28920,7 +28920,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.draggableTag
28920
28920
  /*!
28921
28921
  * Jodit Editor (https://xdsoft.net/jodit/)
28922
28922
  * Released under MIT see LICENSE.txt in the project root for license information.
28923
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28923
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28924
28924
  */
28925
28925
 
28926
28926
 
@@ -29134,7 +29134,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('dragA
29134
29134
  /*!
29135
29135
  * Jodit Editor (https://xdsoft.net/jodit/)
29136
29136
  * Released under MIT see LICENSE.txt in the project root for license information.
29137
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29137
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29138
29138
  */
29139
29139
 
29140
29140
 
@@ -29329,7 +29329,7 @@ __webpack_require__.r(__webpack_exports__);
29329
29329
  /*!
29330
29330
  * Jodit Editor (https://xdsoft.net/jodit/)
29331
29331
  * Released under MIT see LICENSE.txt in the project root for license information.
29332
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29332
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29333
29333
  */
29334
29334
  /**
29335
29335
  * @module plugins/dtd
@@ -29351,7 +29351,7 @@ __webpack_require__.r(__webpack_exports__);
29351
29351
  /*!
29352
29352
  * Jodit Editor (https://xdsoft.net/jodit/)
29353
29353
  * Released under MIT see LICENSE.txt in the project root for license information.
29354
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29354
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29355
29355
  */
29356
29356
 
29357
29357
  const brBoxes = new Set([
@@ -29396,7 +29396,7 @@ function removeExtraBr(jodit, node) {
29396
29396
  /*!
29397
29397
  * Jodit Editor (https://xdsoft.net/jodit/)
29398
29398
  * Released under MIT see LICENSE.txt in the project root for license information.
29399
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29399
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29400
29400
  */
29401
29401
 
29402
29402
  /**
@@ -29434,7 +29434,7 @@ __webpack_require__.r(__webpack_exports__);
29434
29434
  /*!
29435
29435
  * Jodit Editor (https://xdsoft.net/jodit/)
29436
29436
  * Released under MIT see LICENSE.txt in the project root for license information.
29437
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29437
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29438
29438
  */
29439
29439
  /**
29440
29440
  * @module plugins/dtd
@@ -29453,7 +29453,7 @@ __webpack_require__.r(__webpack_exports__);
29453
29453
  /*!
29454
29454
  * Jodit Editor (https://xdsoft.net/jodit/)
29455
29455
  * Released under MIT see LICENSE.txt in the project root for license information.
29456
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29456
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29457
29457
  */
29458
29458
 
29459
29459
  jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.dtd = {
@@ -29507,7 +29507,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.dtd = {
29507
29507
  /*!
29508
29508
  * Jodit Editor (https://xdsoft.net/jodit/)
29509
29509
  * Released under MIT see LICENSE.txt in the project root for license information.
29510
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29510
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29511
29511
  */
29512
29512
 
29513
29513
 
@@ -29559,7 +29559,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('dtd',
29559
29559
  /*!
29560
29560
  * Jodit Editor (https://xdsoft.net/jodit/)
29561
29561
  * Released under MIT see LICENSE.txt in the project root for license information.
29562
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29562
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29563
29563
  */
29564
29564
 
29565
29565
 
@@ -29669,7 +29669,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('enter
29669
29669
  /*!
29670
29670
  * Jodit Editor (https://xdsoft.net/jodit/)
29671
29671
  * Released under MIT see LICENSE.txt in the project root for license information.
29672
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29672
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29673
29673
  */
29674
29674
 
29675
29675
 
@@ -29738,7 +29738,7 @@ function brBefore(start) {
29738
29738
  /*!
29739
29739
  * Jodit Editor (https://xdsoft.net/jodit/)
29740
29740
  * Released under MIT see LICENSE.txt in the project root for license information.
29741
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29741
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29742
29742
  */
29743
29743
 
29744
29744
  /**
@@ -29768,7 +29768,7 @@ function checkUnsplittableBox(fake, jodit, currentBox) {
29768
29768
  /*!
29769
29769
  * Jodit Editor (https://xdsoft.net/jodit/)
29770
29770
  * Released under MIT see LICENSE.txt in the project root for license information.
29771
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29771
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29772
29772
  */
29773
29773
 
29774
29774
 
@@ -29809,7 +29809,7 @@ function getBlockWrapper(fake, jodit, tagReg = jodit_core_constants__WEBPACK_IMP
29809
29809
  /*!
29810
29810
  * Jodit Editor (https://xdsoft.net/jodit/)
29811
29811
  * Released under MIT see LICENSE.txt in the project root for license information.
29812
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29812
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29813
29813
  */
29814
29814
 
29815
29815
  /**
@@ -29849,7 +29849,7 @@ function hasPreviousBlock(fake, jodit) {
29849
29849
  /*!
29850
29850
  * Jodit Editor (https://xdsoft.net/jodit/)
29851
29851
  * Released under MIT see LICENSE.txt in the project root for license information.
29852
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29852
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29853
29853
  */
29854
29854
  /**
29855
29855
  * @module plugins/enter
@@ -29879,7 +29879,7 @@ function hasPreviousBlock(fake, jodit) {
29879
29879
  /*!
29880
29880
  * Jodit Editor (https://xdsoft.net/jodit/)
29881
29881
  * Released under MIT see LICENSE.txt in the project root for license information.
29882
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29882
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29883
29883
  */
29884
29884
 
29885
29885
 
@@ -29915,7 +29915,7 @@ function insertParagraph(fake, editor, wrapperTag, style) {
29915
29915
  /*!
29916
29916
  * Jodit Editor (https://xdsoft.net/jodit/)
29917
29917
  * Released under MIT see LICENSE.txt in the project root for license information.
29918
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29918
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29919
29919
  */
29920
29920
 
29921
29921
  /**
@@ -29951,7 +29951,7 @@ function moveCursorOutFromSpecialTags(jodit, fake, tags) {
29951
29951
  /*!
29952
29952
  * Jodit Editor (https://xdsoft.net/jodit/)
29953
29953
  * Released under MIT see LICENSE.txt in the project root for license information.
29954
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29954
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29955
29955
  */
29956
29956
 
29957
29957
 
@@ -30005,7 +30005,7 @@ function processEmptyLILeaf(fake, jodit, li) {
30005
30005
  /*!
30006
30006
  * Jodit Editor (https://xdsoft.net/jodit/)
30007
30007
  * Released under MIT see LICENSE.txt in the project root for license information.
30008
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30008
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30009
30009
  */
30010
30010
 
30011
30011
 
@@ -30053,7 +30053,7 @@ function splitFragment(fake, jodit, block) {
30053
30053
  /*!
30054
30054
  * Jodit Editor (https://xdsoft.net/jodit/)
30055
30055
  * Released under MIT see LICENSE.txt in the project root for license information.
30056
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30056
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30057
30057
  */
30058
30058
 
30059
30059
  /**
@@ -30092,7 +30092,7 @@ function wrapText(fake, jodit) {
30092
30092
  /*!
30093
30093
  * Jodit Editor (https://xdsoft.net/jodit/)
30094
30094
  * Released under MIT see LICENSE.txt in the project root for license information.
30095
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30095
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30096
30096
  */
30097
30097
 
30098
30098
 
@@ -30155,7 +30155,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('file'
30155
30155
  /*!
30156
30156
  * Jodit Editor (https://xdsoft.net/jodit/)
30157
30157
  * Released under MIT see LICENSE.txt in the project root for license information.
30158
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30158
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30159
30159
  */
30160
30160
 
30161
30161
 
@@ -30242,7 +30242,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('focus
30242
30242
  /*!
30243
30243
  * Jodit Editor (https://xdsoft.net/jodit/)
30244
30244
  * Released under MIT see LICENSE.txt in the project root for license information.
30245
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30245
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30246
30246
  */
30247
30247
 
30248
30248
 
@@ -30368,7 +30368,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_3__/* .Config */ .T.prototype.controls.fon
30368
30368
  /*!
30369
30369
  * Jodit Editor (https://xdsoft.net/jodit/)
30370
30370
  * Released under MIT see LICENSE.txt in the project root for license information.
30371
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30371
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30372
30372
  */
30373
30373
 
30374
30374
 
@@ -30432,7 +30432,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('font'
30432
30432
  /*!
30433
30433
  * Jodit Editor (https://xdsoft.net/jodit/)
30434
30434
  * Released under MIT see LICENSE.txt in the project root for license information.
30435
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30435
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30436
30436
  */
30437
30437
 
30438
30438
 
@@ -30497,7 +30497,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.par
30497
30497
  /*!
30498
30498
  * Jodit Editor (https://xdsoft.net/jodit/)
30499
30499
  * Released under MIT see LICENSE.txt in the project root for license information.
30500
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30500
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30501
30501
  */
30502
30502
 
30503
30503
 
@@ -30536,7 +30536,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('forma
30536
30536
  /*!
30537
30537
  * Jodit Editor (https://xdsoft.net/jodit/)
30538
30538
  * Released under MIT see LICENSE.txt in the project root for license information.
30539
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30539
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30540
30540
  */
30541
30541
 
30542
30542
 
@@ -30580,7 +30580,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.ful
30580
30580
  /*!
30581
30581
  * Jodit Editor (https://xdsoft.net/jodit/)
30582
30582
  * Released under MIT see LICENSE.txt in the project root for license information.
30583
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30583
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30584
30584
  */
30585
30585
 
30586
30586
 
@@ -30683,7 +30683,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('fulls
30683
30683
  /*!
30684
30684
  * Jodit Editor (https://xdsoft.net/jodit/)
30685
30685
  * Released under MIT see LICENSE.txt in the project root for license information.
30686
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30686
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30687
30687
  */
30688
30688
 
30689
30689
  jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.commandToHotkeys = {
@@ -30709,7 +30709,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.commandToHot
30709
30709
  /*!
30710
30710
  * Jodit Editor (https://xdsoft.net/jodit/)
30711
30711
  * Released under MIT see LICENSE.txt in the project root for license information.
30712
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30712
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30713
30713
  */
30714
30714
 
30715
30715
 
@@ -30868,7 +30868,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('hotke
30868
30868
  /*!
30869
30869
  * Jodit Editor (https://xdsoft.net/jodit/)
30870
30870
  * Released under MIT see LICENSE.txt in the project root for license information.
30871
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30871
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30872
30872
  */
30873
30873
 
30874
30874
 
@@ -30916,7 +30916,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('hr',
30916
30916
  /*!
30917
30917
  * Jodit Editor (https://xdsoft.net/jodit/)
30918
30918
  * Released under MIT see LICENSE.txt in the project root for license information.
30919
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30919
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30920
30920
  */
30921
30921
  /**
30922
30922
  * @module plugins/iframe
@@ -31010,7 +31010,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.iframeSandbo
31010
31010
  /*!
31011
31011
  * Jodit Editor (https://xdsoft.net/jodit/)
31012
31012
  * Released under MIT see LICENSE.txt in the project root for license information.
31013
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31013
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31014
31014
  */
31015
31015
 
31016
31016
 
@@ -31201,7 +31201,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('ifram
31201
31201
  /*!
31202
31202
  * Jodit Editor (https://xdsoft.net/jodit/)
31203
31203
  * Released under MIT see LICENSE.txt in the project root for license information.
31204
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31204
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31205
31205
  */
31206
31206
  /**
31207
31207
  * @module plugins/image-processor
@@ -31229,7 +31229,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.imageProcess
31229
31229
  /*!
31230
31230
  * Jodit Editor (https://xdsoft.net/jodit/)
31231
31231
  * Released under MIT see LICENSE.txt in the project root for license information.
31232
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31232
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31233
31233
  */
31234
31234
 
31235
31235
 
@@ -31355,7 +31355,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('image
31355
31355
  /*!
31356
31356
  * Jodit Editor (https://xdsoft.net/jodit/)
31357
31357
  * Released under MIT see LICENSE.txt in the project root for license information.
31358
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31358
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31359
31359
  */
31360
31360
  /**
31361
31361
  * @module plugins/image-properties
@@ -31405,7 +31405,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.image = {
31405
31405
  /*!
31406
31406
  * Jodit Editor (https://xdsoft.net/jodit/)
31407
31407
  * Released under MIT see LICENSE.txt in the project root for license information.
31408
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31408
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31409
31409
  */
31410
31410
 
31411
31411
 
@@ -31653,7 +31653,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('image
31653
31653
  /*!
31654
31654
  * Jodit Editor (https://xdsoft.net/jodit/)
31655
31655
  * Released under MIT see LICENSE.txt in the project root for license information.
31656
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31656
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31657
31657
  */
31658
31658
 
31659
31659
  /**
@@ -31695,7 +31695,7 @@ function readAlign(image, values) {
31695
31695
  /*!
31696
31696
  * Jodit Editor (https://xdsoft.net/jodit/)
31697
31697
  * Released under MIT see LICENSE.txt in the project root for license information.
31698
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31698
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31699
31699
  */
31700
31700
 
31701
31701
 
@@ -31746,7 +31746,7 @@ async function readValuesFromImage(j, state) {
31746
31746
  /*!
31747
31747
  * Jodit Editor (https://xdsoft.net/jodit/)
31748
31748
  * Released under MIT see LICENSE.txt in the project root for license information.
31749
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31749
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31750
31750
  */
31751
31751
 
31752
31752
 
@@ -31777,7 +31777,7 @@ function readLink(state, j, values) {
31777
31777
  /*!
31778
31778
  * Jodit Editor (https://xdsoft.net/jodit/)
31779
31779
  * Released under MIT see LICENSE.txt in the project root for license information.
31780
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31780
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31781
31781
  */
31782
31782
  /**
31783
31783
  * @module plugins/image-properties
@@ -31823,7 +31823,7 @@ function readMargins(image, values, state) {
31823
31823
  /*!
31824
31824
  * Jodit Editor (https://xdsoft.net/jodit/)
31825
31825
  * Released under MIT see LICENSE.txt in the project root for license information.
31826
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31826
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31827
31827
  */
31828
31828
  /**
31829
31829
  * @module plugins/image-properties
@@ -31887,7 +31887,7 @@ async function readSizes(image, values, state) {
31887
31887
  /*!
31888
31888
  * Jodit Editor (https://xdsoft.net/jodit/)
31889
31889
  * Released under MIT see LICENSE.txt in the project root for license information.
31890
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31890
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31891
31891
  */
31892
31892
 
31893
31893
 
@@ -32067,7 +32067,7 @@ UIImagePropertiesForm = (0,tslib__WEBPACK_IMPORTED_MODULE_7__/* .__decorate */ .
32067
32067
  /*!
32068
32068
  * Jodit Editor (https://xdsoft.net/jodit/)
32069
32069
  * Released under MIT see LICENSE.txt in the project root for license information.
32070
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32070
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32071
32071
  */
32072
32072
 
32073
32073
 
@@ -32258,7 +32258,7 @@ UIImageMainTab = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .Cg)([
32258
32258
  /*!
32259
32259
  * Jodit Editor (https://xdsoft.net/jodit/)
32260
32260
  * Released under MIT see LICENSE.txt in the project root for license information.
32261
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32261
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32262
32262
  */
32263
32263
 
32264
32264
 
@@ -32524,7 +32524,7 @@ UIImagePositionTab = (0,tslib__WEBPACK_IMPORTED_MODULE_8__/* .__decorate */ .Cg)
32524
32524
  /*!
32525
32525
  * Jodit Editor (https://xdsoft.net/jodit/)
32526
32526
  * Released under MIT see LICENSE.txt in the project root for license information.
32527
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32527
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32528
32528
  */
32529
32529
 
32530
32530
 
@@ -32591,7 +32591,7 @@ function openImageEditorDialog(j, state) {
32591
32591
  /*!
32592
32592
  * Jodit Editor (https://xdsoft.net/jodit/)
32593
32593
  * Released under MIT see LICENSE.txt in the project root for license information.
32594
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32594
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32595
32595
  */
32596
32596
 
32597
32597
 
@@ -32639,7 +32639,7 @@ function openImagePopup(j, dialog, state, button) {
32639
32639
  /*!
32640
32640
  * Jodit Editor (https://xdsoft.net/jodit/)
32641
32641
  * Released under MIT see LICENSE.txt in the project root for license information.
32642
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32642
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32643
32643
  */
32644
32644
  /**
32645
32645
  * @module plugins/image-properties
@@ -32679,7 +32679,7 @@ const normalSizeToString = (value) => {
32679
32679
  /*!
32680
32680
  * Jodit Editor (https://xdsoft.net/jodit/)
32681
32681
  * Released under MIT see LICENSE.txt in the project root for license information.
32682
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32682
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32683
32683
  */
32684
32684
 
32685
32685
 
@@ -32745,7 +32745,7 @@ function applyValuesToImage(j, state, image) {
32745
32745
  /*!
32746
32746
  * Jodit Editor (https://xdsoft.net/jodit/)
32747
32747
  * Released under MIT see LICENSE.txt in the project root for license information.
32748
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32748
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32749
32749
  */
32750
32750
 
32751
32751
 
@@ -32782,7 +32782,7 @@ function applyLink(j, image, imageLink, imageLinkOpenInNewTab) {
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
 
@@ -32830,7 +32830,7 @@ function applyMargin(j, marginTop, marginRight, marginBottom, marginLeft, image,
32830
32830
  /*!
32831
32831
  * Jodit Editor (https://xdsoft.net/jodit/)
32832
32832
  * Released under MIT see LICENSE.txt in the project root for license information.
32833
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32833
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32834
32834
  */
32835
32835
  /**
32836
32836
  * @module plugins/image-properties
@@ -32881,7 +32881,7 @@ function applySize(image, imageWidth, imageHeight, sizeIsLocked) {
32881
32881
  /*!
32882
32882
  * Jodit Editor (https://xdsoft.net/jodit/)
32883
32883
  * Released under MIT see LICENSE.txt in the project root for license information.
32884
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32884
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32885
32885
  */
32886
32886
 
32887
32887
 
@@ -32955,7 +32955,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('image
32955
32955
  /*!
32956
32956
  * Jodit Editor (https://xdsoft.net/jodit/)
32957
32957
  * Released under MIT see LICENSE.txt in the project root for license information.
32958
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32958
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32959
32959
  */
32960
32960
 
32961
32961
 
@@ -32998,7 +32998,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.indentMargin
32998
32998
  /*!
32999
32999
  * Jodit Editor (https://xdsoft.net/jodit/)
33000
33000
  * Released under MIT see LICENSE.txt in the project root for license information.
33001
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33001
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33002
33002
  */
33003
33003
  /**
33004
33004
  * @module plugins/indent
@@ -33027,7 +33027,7 @@ const getKey = (direction, box) => `${jodit_core_dom_dom__WEBPACK_IMPORTED_MODUL
33027
33027
  /*!
33028
33028
  * Jodit Editor (https://xdsoft.net/jodit/)
33029
33029
  * Released under MIT see LICENSE.txt in the project root for license information.
33030
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33030
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33031
33031
  */
33032
33032
 
33033
33033
 
@@ -33165,7 +33165,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('inden
33165
33165
  /*!
33166
33166
  * Jodit Editor (https://xdsoft.net/jodit/)
33167
33167
  * Released under MIT see LICENSE.txt in the project root for license information.
33168
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33168
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33169
33169
  */
33170
33170
  /**
33171
33171
  * [[include:plugins/README.md]]
@@ -33267,7 +33267,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('inden
33267
33267
  /*!
33268
33268
  * Jodit Editor (https://xdsoft.net/jodit/)
33269
33269
  * Released under MIT see LICENSE.txt in the project root for license information.
33270
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33270
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33271
33271
  */
33272
33272
 
33273
33273
 
@@ -33333,7 +33333,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_1__/* .Config */ .T.prototype.popup = {
33333
33333
  /*!
33334
33334
  * Jodit Editor (https://xdsoft.net/jodit/)
33335
33335
  * Released under MIT see LICENSE.txt in the project root for license information.
33336
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33336
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33337
33337
  */
33338
33338
 
33339
33339
  /* harmony default export */ __webpack_exports__.A = ([
@@ -33369,7 +33369,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_1__/* .Config */ .T.prototype.popup = {
33369
33369
  /*!
33370
33370
  * Jodit Editor (https://xdsoft.net/jodit/)
33371
33371
  * Released under MIT see LICENSE.txt in the project root for license information.
33372
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33372
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33373
33373
  */
33374
33374
 
33375
33375
 
@@ -33482,7 +33482,7 @@ const cmd = (control) => control.args && (0,jodit_core_helpers_checker__WEBPACK_
33482
33482
  /*!
33483
33483
  * Jodit Editor (https://xdsoft.net/jodit/)
33484
33484
  * Released under MIT see LICENSE.txt in the project root for license information.
33485
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33485
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33486
33486
  */
33487
33487
 
33488
33488
  /* harmony default export */ __webpack_exports__.A = ([
@@ -33513,7 +33513,7 @@ const cmd = (control) => control.args && (0,jodit_core_helpers_checker__WEBPACK_
33513
33513
  /*!
33514
33514
  * Jodit Editor (https://xdsoft.net/jodit/)
33515
33515
  * Released under MIT see LICENSE.txt in the project root for license information.
33516
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33516
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33517
33517
  */
33518
33518
 
33519
33519
 
@@ -33593,7 +33593,7 @@ const align = {
33593
33593
  /*!
33594
33594
  * Jodit Editor (https://xdsoft.net/jodit/)
33595
33595
  * Released under MIT see LICENSE.txt in the project root for license information.
33596
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33596
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33597
33597
  */
33598
33598
  /**
33599
33599
  * @module plugins/inline-popup
@@ -33647,7 +33647,7 @@ const align = {
33647
33647
  /*!
33648
33648
  * Jodit Editor (https://xdsoft.net/jodit/)
33649
33649
  * Released under MIT see LICENSE.txt in the project root for license information.
33650
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33650
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33651
33651
  */
33652
33652
 
33653
33653
 
@@ -33923,7 +33923,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('inlin
33923
33923
  /*!
33924
33924
  * Jodit Editor (https://xdsoft.net/jodit/)
33925
33925
  * Released under MIT see LICENSE.txt in the project root for license information.
33926
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33926
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33927
33927
  */
33928
33928
 
33929
33929
 
@@ -34053,7 +34053,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('justi
34053
34053
  /*!
34054
34054
  * Jodit Editor (https://xdsoft.net/jodit/)
34055
34055
  * Released under MIT see LICENSE.txt in the project root for license information.
34056
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34056
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34057
34057
  */
34058
34058
 
34059
34059
 
@@ -34100,7 +34100,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('keyAr
34100
34100
  /*!
34101
34101
  * Jodit Editor (https://xdsoft.net/jodit/)
34102
34102
  * Released under MIT see LICENSE.txt in the project root for license information.
34103
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34103
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34104
34104
  */
34105
34105
  /**
34106
34106
  * @module plugins/limit
@@ -34127,7 +34127,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.limitHTML =
34127
34127
  /*!
34128
34128
  * Jodit Editor (https://xdsoft.net/jodit/)
34129
34129
  * Released under MIT see LICENSE.txt in the project root for license information.
34130
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34130
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34131
34131
  */
34132
34132
 
34133
34133
 
@@ -34242,7 +34242,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('limit
34242
34242
  /*!
34243
34243
  * Jodit Editor (https://xdsoft.net/jodit/)
34244
34244
  * Released under MIT see LICENSE.txt in the project root for license information.
34245
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34245
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34246
34246
  */
34247
34247
 
34248
34248
 
@@ -34269,7 +34269,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.lin
34269
34269
  /*!
34270
34270
  * Jodit Editor (https://xdsoft.net/jodit/)
34271
34271
  * Released under MIT see LICENSE.txt in the project root for license information.
34272
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34272
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34273
34273
  */
34274
34274
  module.exports = {
34275
34275
  'Line height': 'ارتفاع الخط'
@@ -34286,7 +34286,7 @@ module.exports = {
34286
34286
  /*!
34287
34287
  * Jodit Editor (https://xdsoft.net/jodit/)
34288
34288
  * Released under MIT see LICENSE.txt in the project root for license information.
34289
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34289
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34290
34290
  */
34291
34291
  module.exports = {
34292
34292
  'Line height': 'Výška čáry'
@@ -34303,7 +34303,7 @@ module.exports = {
34303
34303
  /*!
34304
34304
  * Jodit Editor (https://xdsoft.net/jodit/)
34305
34305
  * Released under MIT see LICENSE.txt in the project root for license information.
34306
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34306
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34307
34307
  */
34308
34308
  module.exports = {
34309
34309
  'Line height': 'Zeilenhöhe'
@@ -34320,7 +34320,7 @@ module.exports = {
34320
34320
  /*!
34321
34321
  * Jodit Editor (https://xdsoft.net/jodit/)
34322
34322
  * Released under MIT see LICENSE.txt in the project root for license information.
34323
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34323
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34324
34324
  */
34325
34325
  module.exports = {
34326
34326
  'Line height': 'Altura de la línea'
@@ -34337,7 +34337,7 @@ module.exports = {
34337
34337
  /*!
34338
34338
  * Jodit Editor (https://xdsoft.net/jodit/)
34339
34339
  * Released under MIT see LICENSE.txt in the project root for license information.
34340
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34340
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34341
34341
  */
34342
34342
  module.exports = {
34343
34343
  'Line height': 'ارتفاع خط'
@@ -34354,7 +34354,7 @@ module.exports = {
34354
34354
  /*!
34355
34355
  * Jodit Editor (https://xdsoft.net/jodit/)
34356
34356
  * Released under MIT see LICENSE.txt in the project root for license information.
34357
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34357
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34358
34358
  */
34359
34359
  module.exports = {
34360
34360
  'Line height': 'Rivin korkeus'
@@ -34371,7 +34371,7 @@ module.exports = {
34371
34371
  /*!
34372
34372
  * Jodit Editor (https://xdsoft.net/jodit/)
34373
34373
  * Released under MIT see LICENSE.txt in the project root for license information.
34374
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34374
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34375
34375
  */
34376
34376
  module.exports = {
34377
34377
  'Line height': 'Hauteur de ligne'
@@ -34388,7 +34388,7 @@ module.exports = {
34388
34388
  /*!
34389
34389
  * Jodit Editor (https://xdsoft.net/jodit/)
34390
34390
  * Released under MIT see LICENSE.txt in the project root for license information.
34391
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34391
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34392
34392
  */
34393
34393
  module.exports = {
34394
34394
  'Line height': 'גובה שורה'
@@ -34405,7 +34405,7 @@ module.exports = {
34405
34405
  /*!
34406
34406
  * Jodit Editor (https://xdsoft.net/jodit/)
34407
34407
  * Released under MIT see LICENSE.txt in the project root for license information.
34408
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34408
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34409
34409
  */
34410
34410
  module.exports = {
34411
34411
  'Line height': 'Vonal magassága'
@@ -34422,7 +34422,7 @@ module.exports = {
34422
34422
  /*!
34423
34423
  * Jodit Editor (https://xdsoft.net/jodit/)
34424
34424
  * Released under MIT see LICENSE.txt in the project root for license information.
34425
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34425
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34426
34426
  */
34427
34427
  module.exports = {
34428
34428
  'Line height': 'Tinggi baris'
@@ -34507,7 +34507,7 @@ __webpack_require__.r(__webpack_exports__);
34507
34507
  /*!
34508
34508
  * Jodit Editor (https://xdsoft.net/jodit/)
34509
34509
  * Released under MIT see LICENSE.txt in the project root for license information.
34510
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34510
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34511
34511
  */
34512
34512
 
34513
34513
 
@@ -34544,7 +34544,7 @@ __webpack_require__.r(__webpack_exports__);
34544
34544
  /*!
34545
34545
  * Jodit Editor (https://xdsoft.net/jodit/)
34546
34546
  * Released under MIT see LICENSE.txt in the project root for license information.
34547
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34547
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34548
34548
  */
34549
34549
  module.exports = {
34550
34550
  'Line height': 'Altezza linea'
@@ -34561,7 +34561,7 @@ module.exports = {
34561
34561
  /*!
34562
34562
  * Jodit Editor (https://xdsoft.net/jodit/)
34563
34563
  * Released under MIT see LICENSE.txt in the project root for license information.
34564
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34564
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34565
34565
  */
34566
34566
  module.exports = {
34567
34567
  'Line height': 'ラインの高さ'
@@ -34578,7 +34578,7 @@ module.exports = {
34578
34578
  /*!
34579
34579
  * Jodit Editor (https://xdsoft.net/jodit/)
34580
34580
  * Released under MIT see LICENSE.txt in the project root for license information.
34581
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34581
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34582
34582
  */
34583
34583
  module.exports = {
34584
34584
  'Line height': '선 높이'
@@ -34595,7 +34595,7 @@ module.exports = {
34595
34595
  /*!
34596
34596
  * Jodit Editor (https://xdsoft.net/jodit/)
34597
34597
  * Released under MIT see LICENSE.txt in the project root for license information.
34598
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34598
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34599
34599
  */
34600
34600
  module.exports = {
34601
34601
  'Line height': 'Зураасны өндөр'
@@ -34612,7 +34612,7 @@ module.exports = {
34612
34612
  /*!
34613
34613
  * Jodit Editor (https://xdsoft.net/jodit/)
34614
34614
  * Released under MIT see LICENSE.txt in the project root for license information.
34615
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34615
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34616
34616
  */
34617
34617
  module.exports = {
34618
34618
  'Line height': 'Lijnhoogte'
@@ -34629,7 +34629,7 @@ module.exports = {
34629
34629
  /*!
34630
34630
  * Jodit Editor (https://xdsoft.net/jodit/)
34631
34631
  * Released under MIT see LICENSE.txt in the project root for license information.
34632
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34632
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34633
34633
  */
34634
34634
  module.exports = {
34635
34635
  'Line height': 'Wysokość linii'
@@ -34646,7 +34646,7 @@ module.exports = {
34646
34646
  /*!
34647
34647
  * Jodit Editor (https://xdsoft.net/jodit/)
34648
34648
  * Released under MIT see LICENSE.txt in the project root for license information.
34649
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34649
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34650
34650
  */
34651
34651
  module.exports = {
34652
34652
  'Line height': 'Altura da linha'
@@ -34663,7 +34663,7 @@ module.exports = {
34663
34663
  /*!
34664
34664
  * Jodit Editor (https://xdsoft.net/jodit/)
34665
34665
  * Released under MIT see LICENSE.txt in the project root for license information.
34666
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34666
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34667
34667
  */
34668
34668
  module.exports = {
34669
34669
  'Line height': 'Высота линии'
@@ -34680,7 +34680,7 @@ module.exports = {
34680
34680
  /*!
34681
34681
  * Jodit Editor (https://xdsoft.net/jodit/)
34682
34682
  * Released under MIT see LICENSE.txt in the project root for license information.
34683
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34683
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34684
34684
  */
34685
34685
  module.exports = {
34686
34686
  'Line height': 'Çizgi yüksekliği'
@@ -34697,7 +34697,7 @@ module.exports = {
34697
34697
  /*!
34698
34698
  * Jodit Editor (https://xdsoft.net/jodit/)
34699
34699
  * Released under MIT see LICENSE.txt in the project root for license information.
34700
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34700
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34701
34701
  */
34702
34702
  module.exports = {
34703
34703
  'Line height': 'Висота лінії'
@@ -34714,7 +34714,7 @@ module.exports = {
34714
34714
  /*!
34715
34715
  * Jodit Editor (https://xdsoft.net/jodit/)
34716
34716
  * Released under MIT see LICENSE.txt in the project root for license information.
34717
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34717
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34718
34718
  */
34719
34719
  module.exports = {
34720
34720
  'Line height': '线高'
@@ -34731,7 +34731,7 @@ module.exports = {
34731
34731
  /*!
34732
34732
  * Jodit Editor (https://xdsoft.net/jodit/)
34733
34733
  * Released under MIT see LICENSE.txt in the project root for license information.
34734
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34734
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34735
34735
  */
34736
34736
  module.exports = {
34737
34737
  'Line height': '行高'
@@ -34756,7 +34756,7 @@ module.exports = {
34756
34756
  /*!
34757
34757
  * Jodit Editor (https://xdsoft.net/jodit/)
34758
34758
  * Released under MIT see LICENSE.txt in the project root for license information.
34759
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34759
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34760
34760
  */
34761
34761
 
34762
34762
 
@@ -34845,7 +34845,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('lineH
34845
34845
  /*!
34846
34846
  * Jodit Editor (https://xdsoft.net/jodit/)
34847
34847
  * Released under MIT see LICENSE.txt in the project root for license information.
34848
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34848
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34849
34849
  */
34850
34850
 
34851
34851
 
@@ -34908,7 +34908,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.lin
34908
34908
  /*!
34909
34909
  * Jodit Editor (https://xdsoft.net/jodit/)
34910
34910
  * Released under MIT see LICENSE.txt in the project root for license information.
34911
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34911
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34912
34912
  */
34913
34913
 
34914
34914
 
@@ -35239,7 +35239,7 @@ function writeImage(a, content_input, textWasChanged, url_input) {
35239
35239
  /*!
35240
35240
  * Jodit Editor (https://xdsoft.net/jodit/)
35241
35241
  * Released under MIT see LICENSE.txt in the project root for license information.
35242
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35242
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35243
35243
  */
35244
35244
 
35245
35245
 
@@ -35332,7 +35332,7 @@ const formTemplate = (editor) => {
35332
35332
  /*!
35333
35333
  * Jodit Editor (https://xdsoft.net/jodit/)
35334
35334
  * Released under MIT see LICENSE.txt in the project root for license information.
35335
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35335
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35336
35336
  */
35337
35337
  /**
35338
35338
  * @module plugins/media
@@ -35357,7 +35357,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.mediaBlocks
35357
35357
  /*!
35358
35358
  * Jodit Editor (https://xdsoft.net/jodit/)
35359
35359
  * Released under MIT see LICENSE.txt in the project root for license information.
35360
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35360
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35361
35361
  */
35362
35362
 
35363
35363
 
@@ -35438,7 +35438,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('media
35438
35438
  /*!
35439
35439
  * Jodit Editor (https://xdsoft.net/jodit/)
35440
35440
  * Released under MIT see LICENSE.txt in the project root for license information.
35441
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35441
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35442
35442
  */
35443
35443
 
35444
35444
 
@@ -35593,7 +35593,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.dot
35593
35593
  /*!
35594
35594
  * Jodit Editor (https://xdsoft.net/jodit/)
35595
35595
  * Released under MIT see LICENSE.txt in the project root for license information.
35596
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35596
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35597
35597
  */
35598
35598
 
35599
35599
 
@@ -35678,7 +35678,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('mobil
35678
35678
  /*!
35679
35679
  * Jodit Editor (https://xdsoft.net/jodit/)
35680
35680
  * Released under MIT see LICENSE.txt in the project root for license information.
35681
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35681
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35682
35682
  */
35683
35683
 
35684
35684
 
@@ -35735,7 +35735,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.ol
35735
35735
  /*!
35736
35736
  * Jodit Editor (https://xdsoft.net/jodit/)
35737
35737
  * Released under MIT see LICENSE.txt in the project root for license information.
35738
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35738
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35739
35739
  */
35740
35740
 
35741
35741
 
@@ -35795,7 +35795,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('order
35795
35795
  /*!
35796
35796
  * Jodit Editor (https://xdsoft.net/jodit/)
35797
35797
  * Released under MIT see LICENSE.txt in the project root for license information.
35798
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35798
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35799
35799
  */
35800
35800
 
35801
35801
 
@@ -35827,7 +35827,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_1__/* .Config */ .T.prototype.pasteFromWor
35827
35827
  /*!
35828
35828
  * Jodit Editor (https://xdsoft.net/jodit/)
35829
35829
  * Released under MIT see LICENSE.txt in the project root for license information.
35830
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35830
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35831
35831
  */
35832
35832
 
35833
35833
 
@@ -35907,7 +35907,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('paste
35907
35907
  /*!
35908
35908
  * Jodit Editor (https://xdsoft.net/jodit/)
35909
35909
  * Released under MIT see LICENSE.txt in the project root for license information.
35910
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35910
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35911
35911
  */
35912
35912
 
35913
35913
 
@@ -36083,7 +36083,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('paste
36083
36083
  /*!
36084
36084
  * Jodit Editor (https://xdsoft.net/jodit/)
36085
36085
  * Released under MIT see LICENSE.txt in the project root for license information.
36086
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36086
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36087
36087
  */
36088
36088
 
36089
36089
 
@@ -36184,7 +36184,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_1__/* .Config */ .T.prototype.controls.pas
36184
36184
  /*!
36185
36185
  * Jodit Editor (https://xdsoft.net/jodit/)
36186
36186
  * Released under MIT see LICENSE.txt in the project root for license information.
36187
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36187
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36188
36188
  */
36189
36189
 
36190
36190
 
@@ -36306,7 +36306,7 @@ function askInsertTypeDialog(jodit, msg, title, callback, buttonList) {
36306
36306
  /*!
36307
36307
  * Jodit Editor (https://xdsoft.net/jodit/)
36308
36308
  * Released under MIT see LICENSE.txt in the project root for license information.
36309
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36309
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36310
36310
  */
36311
36311
 
36312
36312
 
@@ -36482,7 +36482,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('paste
36482
36482
  /*!
36483
36483
  * Jodit Editor (https://xdsoft.net/jodit/)
36484
36484
  * Released under MIT see LICENSE.txt in the project root for license information.
36485
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36485
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36486
36486
  */
36487
36487
  /**
36488
36488
  * @module plugins/placeholder
@@ -36513,7 +36513,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.useInputsPla
36513
36513
  /*!
36514
36514
  * Jodit Editor (https://xdsoft.net/jodit/)
36515
36515
  * Released under MIT see LICENSE.txt in the project root for license information.
36516
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36516
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36517
36517
  */
36518
36518
 
36519
36519
 
@@ -36676,7 +36676,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('place
36676
36676
  /*!
36677
36677
  * Jodit Editor (https://xdsoft.net/jodit/)
36678
36678
  * Released under MIT see LICENSE.txt in the project root for license information.
36679
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36679
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36680
36680
  */
36681
36681
 
36682
36682
  function poweredByJodit(jodit) {
@@ -36715,7 +36715,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('power
36715
36715
  /*!
36716
36716
  * Jodit Editor (https://xdsoft.net/jodit/)
36717
36717
  * Released under MIT see LICENSE.txt in the project root for license information.
36718
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36718
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36719
36719
  */
36720
36720
 
36721
36721
 
@@ -36758,7 +36758,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('previ
36758
36758
  /*!
36759
36759
  * Jodit Editor (https://xdsoft.net/jodit/)
36760
36760
  * Released under MIT see LICENSE.txt in the project root for license information.
36761
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36761
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36762
36762
  */
36763
36763
 
36764
36764
  /**
@@ -36879,7 +36879,7 @@ function generateCriticalCSS(jodit) {
36879
36879
  /*!
36880
36880
  * Jodit Editor (https://xdsoft.net/jodit/)
36881
36881
  * Released under MIT see LICENSE.txt in the project root for license information.
36882
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36882
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36883
36883
  */
36884
36884
 
36885
36885
 
@@ -36966,7 +36966,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('print
36966
36966
  /*!
36967
36967
  * Jodit Editor (https://xdsoft.net/jodit/)
36968
36968
  * Released under MIT see LICENSE.txt in the project root for license information.
36969
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36969
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36970
36970
  */
36971
36971
 
36972
36972
 
@@ -37035,7 +37035,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('redoU
37035
37035
  /*!
37036
37036
  * Jodit Editor (https://xdsoft.net/jodit/)
37037
37037
  * Released under MIT see LICENSE.txt in the project root for license information.
37038
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37038
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37039
37039
  */
37040
37040
  /**
37041
37041
  * @module plugins/resize-cells
@@ -37062,7 +37062,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.tableAllowCe
37062
37062
  /*!
37063
37063
  * Jodit Editor (https://xdsoft.net/jodit/)
37064
37064
  * Released under MIT see LICENSE.txt in the project root for license information.
37065
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37065
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37066
37066
  */
37067
37067
 
37068
37068
 
@@ -37374,7 +37374,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('resiz
37374
37374
  /*!
37375
37375
  * Jodit Editor (https://xdsoft.net/jodit/)
37376
37376
  * Released under MIT see LICENSE.txt in the project root for license information.
37377
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37377
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37378
37378
  */
37379
37379
  /**
37380
37380
  * @module plugins/resize-handler
@@ -37401,7 +37401,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.allowResizeY
37401
37401
  /*!
37402
37402
  * Jodit Editor (https://xdsoft.net/jodit/)
37403
37403
  * Released under MIT see LICENSE.txt in the project root for license information.
37404
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37404
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37405
37405
  */
37406
37406
 
37407
37407
 
@@ -37515,7 +37515,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('resiz
37515
37515
  /*!
37516
37516
  * Jodit Editor (https://xdsoft.net/jodit/)
37517
37517
  * Released under MIT see LICENSE.txt in the project root for license information.
37518
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37518
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37519
37519
  */
37520
37520
 
37521
37521
  jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.allowResizeTags = new Set(['img', 'iframe', 'table', 'jodit']);
@@ -37547,7 +37547,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.resizer = {
37547
37547
  /*!
37548
37548
  * Jodit Editor (https://xdsoft.net/jodit/)
37549
37549
  * Released under MIT see LICENSE.txt in the project root for license information.
37550
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37550
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37551
37551
  */
37552
37552
 
37553
37553
 
@@ -38020,7 +38020,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('resiz
38020
38020
  /*!
38021
38021
  * Jodit Editor (https://xdsoft.net/jodit/)
38022
38022
  * Released under MIT see LICENSE.txt in the project root for license information.
38023
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38023
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38024
38024
  */
38025
38025
 
38026
38026
 
@@ -38081,7 +38081,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.fin
38081
38081
  /*!
38082
38082
  * Jodit Editor (https://xdsoft.net/jodit/)
38083
38083
  * Released under MIT see LICENSE.txt in the project root for license information.
38084
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38084
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38085
38085
  */
38086
38086
 
38087
38087
 
@@ -38236,7 +38236,7 @@ function normalizeRanges(rng, restRanges, ci) {
38236
38236
  /*!
38237
38237
  * Jodit Editor (https://xdsoft.net/jodit/)
38238
38238
  * Released under MIT see LICENSE.txt in the project root for license information.
38239
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38239
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38240
38240
  */
38241
38241
  /**
38242
38242
  * @module plugins/search
@@ -38258,7 +38258,7 @@ function normalizeRanges(rng, restRanges, ci) {
38258
38258
  /*!
38259
38259
  * Jodit Editor (https://xdsoft.net/jodit/)
38260
38260
  * Released under MIT see LICENSE.txt in the project root for license information.
38261
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38261
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38262
38262
  */
38263
38263
 
38264
38264
  class SentenceFinder {
@@ -38337,7 +38337,7 @@ class SentenceFinder {
38337
38337
  /*!
38338
38338
  * Jodit Editor (https://xdsoft.net/jodit/)
38339
38339
  * Released under MIT see LICENSE.txt in the project root for license information.
38340
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38340
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38341
38341
  */
38342
38342
 
38343
38343
 
@@ -38695,7 +38695,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('searc
38695
38695
  /*!
38696
38696
  * Jodit Editor (https://xdsoft.net/jodit/)
38697
38697
  * Released under MIT see LICENSE.txt in the project root for license information.
38698
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38698
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38699
38699
  */
38700
38700
 
38701
38701
 
@@ -38906,7 +38906,7 @@ UISearch = (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */ .Cg)([
38906
38906
  /*!
38907
38907
  * Jodit Editor (https://xdsoft.net/jodit/)
38908
38908
  * Released under MIT see LICENSE.txt in the project root for license information.
38909
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38909
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38910
38910
  */
38911
38911
  /**
38912
38912
  * @module plugins/select-cells
@@ -38934,7 +38934,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.tableAllowCe
38934
38934
  /*!
38935
38935
  * Jodit Editor (https://xdsoft.net/jodit/)
38936
38936
  * Released under MIT see LICENSE.txt in the project root for license information.
38937
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38937
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38938
38938
  */
38939
38939
 
38940
38940
 
@@ -39269,7 +39269,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('selec
39269
39269
  /*!
39270
39270
  * Jodit Editor (https://xdsoft.net/jodit/)
39271
39271
  * Released under MIT see LICENSE.txt in the project root for license information.
39272
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39272
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39273
39273
  */
39274
39274
  /**
39275
39275
  * @module plugins/select
@@ -39299,7 +39299,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.select = {
39299
39299
  /*!
39300
39300
  * Jodit Editor (https://xdsoft.net/jodit/)
39301
39301
  * Released under MIT see LICENSE.txt in the project root for license information.
39302
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39302
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39303
39303
  */
39304
39304
 
39305
39305
 
@@ -39440,7 +39440,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('selec
39440
39440
  /*!
39441
39441
  * Jodit Editor (https://xdsoft.net/jodit/)
39442
39442
  * Released under MIT see LICENSE.txt in the project root for license information.
39443
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39443
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39444
39444
  */
39445
39445
  /**
39446
39446
  * @module plugins/size
@@ -39489,7 +39489,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.saveHeightIn
39489
39489
  /*!
39490
39490
  * Jodit Editor (https://xdsoft.net/jodit/)
39491
39491
  * Released under MIT see LICENSE.txt in the project root for license information.
39492
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39492
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39493
39493
  */
39494
39494
 
39495
39495
 
@@ -39556,6 +39556,7 @@ let size = class size extends jodit_core_plugin_plugin__WEBPACK_IMPORTED_MODULE_
39556
39556
  * Manually change height
39557
39557
  */
39558
39558
  __setHeight(height) {
39559
+ const { clientHeight, clientWidth } = this.j.container;
39559
39560
  if ((0,jodit_core_helpers_checker_is_number__WEBPACK_IMPORTED_MODULE_5__/* .isNumber */ .E)(height)) {
39560
39561
  const { minHeight, maxHeight } = this.j.o;
39561
39562
  if ((0,jodit_core_helpers_checker_is_number__WEBPACK_IMPORTED_MODULE_5__/* .isNumber */ .E)(minHeight) && minHeight > height) {
@@ -39569,12 +39570,13 @@ let size = class size extends jodit_core_plugin_plugin__WEBPACK_IMPORTED_MODULE_
39569
39570
  if (this.j.o.saveHeightInStorage) {
39570
39571
  this.j.storage.set('height', height);
39571
39572
  }
39572
- this.__resizeWorkspaceImd();
39573
+ this.__resizeWorkspaceImd({ clientHeight, clientWidth });
39573
39574
  }
39574
39575
  /**
39575
39576
  * Manually change width
39576
39577
  */
39577
39578
  __setWidth(width) {
39579
+ const { clientHeight, clientWidth } = this.j.container;
39578
39580
  if ((0,jodit_core_helpers_checker_is_number__WEBPACK_IMPORTED_MODULE_5__/* .isNumber */ .E)(width)) {
39579
39581
  const { minWidth, maxWidth } = this.j.o;
39580
39582
  if ((0,jodit_core_helpers_checker_is_number__WEBPACK_IMPORTED_MODULE_5__/* .isNumber */ .E)(minWidth) && minWidth > width) {
@@ -39585,7 +39587,7 @@ let size = class size extends jodit_core_plugin_plugin__WEBPACK_IMPORTED_MODULE_
39585
39587
  }
39586
39588
  }
39587
39589
  (0,jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_4__/* .css */ .A)(this.j.container, 'width', width);
39588
- this.__resizeWorkspaceImd();
39590
+ this.__resizeWorkspaceImd({ clientHeight, clientWidth });
39589
39591
  }
39590
39592
  /**
39591
39593
  * Returns service spaces: toolbar + statusbar
@@ -39598,7 +39600,7 @@ let size = class size extends jodit_core_plugin_plugin__WEBPACK_IMPORTED_MODULE_
39598
39600
  /**
39599
39601
  * Calculate workspace height
39600
39602
  */
39601
- __resizeWorkspaceImd() {
39603
+ __resizeWorkspaceImd({ clientHeight, clientWidth } = this.j.container) {
39602
39604
  if (!this.j || this.j.isDestructed || !this.j.o || this.j.o.inline) {
39603
39605
  return;
39604
39606
  }
@@ -39625,6 +39627,11 @@ let size = class size extends jodit_core_plugin_plugin__WEBPACK_IMPORTED_MODULE_
39625
39627
  ? this.j.container.offsetHeight - this.__getNotWorkHeight()
39626
39628
  : 'auto');
39627
39629
  }
39630
+ const { clientHeight: newClientHeight, clientWidth: newClientWidth } = this.j.container;
39631
+ if (clientHeight !== newClientHeight ||
39632
+ clientWidth !== newClientWidth) {
39633
+ this.j.e.fire(this.j, 'resize');
39634
+ }
39628
39635
  }
39629
39636
  /** @override **/
39630
39637
  beforeDestruct(jodit) {
@@ -39660,7 +39667,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('size'
39660
39667
  /*!
39661
39668
  * Jodit Editor (https://xdsoft.net/jodit/)
39662
39669
  * Released under MIT see LICENSE.txt in the project root for license information.
39663
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39670
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39664
39671
  */
39665
39672
 
39666
39673
 
@@ -39725,7 +39732,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.sou
39725
39732
  /*!
39726
39733
  * Jodit Editor (https://xdsoft.net/jodit/)
39727
39734
  * Released under MIT see LICENSE.txt in the project root for license information.
39728
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39735
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39729
39736
  */
39730
39737
 
39731
39738
 
@@ -39823,10 +39830,12 @@ class AceEditor extends jodit_plugins_source_editor_sourceEditor__WEBPACK_IMPORT
39823
39830
  if (editor.getRealMode() !== jodit_core_constants__WEBPACK_IMPORTED_MODULE_0__.MODE_WYSIWYG) {
39824
39831
  this.setValue(this.getValue());
39825
39832
  }
39826
- const onResize = this.j.async.debounce(() => {
39827
- if (editor.isInDestruct) {
39833
+ const onResize = this.j.async.throttle(() => {
39834
+ if (editor.isInDestruct ||
39835
+ editor.getMode() === jodit_core_constants__WEBPACK_IMPORTED_MODULE_0__.MODE_WYSIWYG) {
39828
39836
  return;
39829
39837
  }
39838
+ const hasFocus = this.instance.isFocused();
39830
39839
  if (editor.o.height !== 'auto') {
39831
39840
  this.instance.setOption('maxLines', editor.workplace.offsetHeight /
39832
39841
  this.instance.renderer.lineHeight);
@@ -39835,8 +39844,11 @@ class AceEditor extends jodit_plugins_source_editor_sourceEditor__WEBPACK_IMPORT
39835
39844
  this.instance.setOption('maxLines', Infinity);
39836
39845
  }
39837
39846
  this.instance.resize();
39847
+ hasFocus && this.focus();
39838
39848
  }, this.j.defaultTimeout * 2);
39839
- editor.e.on('afterResize afterSetMode', onResize);
39849
+ editor.e
39850
+ .on(editor, 'resize', onResize)
39851
+ .on('afterResize afterSetMode', onResize);
39840
39852
  onResize();
39841
39853
  this.onReady();
39842
39854
  };
@@ -39887,6 +39899,7 @@ class AceEditor extends jodit_plugins_source_editor_sourceEditor__WEBPACK_IMPORT
39887
39899
  return this.instance.isFocused();
39888
39900
  }
39889
39901
  focus() {
39902
+ this.instance.container.focus();
39890
39903
  this.instance.focus();
39891
39904
  }
39892
39905
  blur() {
@@ -39952,7 +39965,7 @@ class AceEditor extends jodit_plugins_source_editor_sourceEditor__WEBPACK_IMPORT
39952
39965
  /*!
39953
39966
  * Jodit Editor (https://xdsoft.net/jodit/)
39954
39967
  * Released under MIT see LICENSE.txt in the project root for license information.
39955
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39968
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39956
39969
  */
39957
39970
 
39958
39971
 
@@ -40070,7 +40083,7 @@ class TextAreaEditor extends jodit_plugins_source_editor_sourceEditor__WEBPACK_I
40070
40083
  /*!
40071
40084
  * Jodit Editor (https://xdsoft.net/jodit/)
40072
40085
  * Released under MIT see LICENSE.txt in the project root for license information.
40073
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40086
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40074
40087
  */
40075
40088
  /**
40076
40089
  * @module plugins/source
@@ -40094,7 +40107,7 @@ class TextAreaEditor extends jodit_plugins_source_editor_sourceEditor__WEBPACK_I
40094
40107
  /*!
40095
40108
  * Jodit Editor (https://xdsoft.net/jodit/)
40096
40109
  * Released under MIT see LICENSE.txt in the project root for license information.
40097
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40110
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40098
40111
  */
40099
40112
 
40100
40113
 
@@ -40134,7 +40147,7 @@ function createSourceEditor(type, editor, container, toWYSIWYG, fromWYSIWYG) {
40134
40147
  /*!
40135
40148
  * Jodit Editor (https://xdsoft.net/jodit/)
40136
40149
  * Released under MIT see LICENSE.txt in the project root for license information.
40137
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40150
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40138
40151
  */
40139
40152
  class SourceEditor {
40140
40153
  constructor(jodit, container, toWYSIWYG, fromWYSIWYG) {
@@ -40186,7 +40199,7 @@ class SourceEditor {
40186
40199
  /*!
40187
40200
  * Jodit Editor (https://xdsoft.net/jodit/)
40188
40201
  * Released under MIT see LICENSE.txt in the project root for license information.
40189
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40202
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40190
40203
  */
40191
40204
 
40192
40205
 
@@ -40504,7 +40517,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('sourc
40504
40517
  /*!
40505
40518
  * Jodit Editor (https://xdsoft.net/jodit/)
40506
40519
  * Released under MIT see LICENSE.txt in the project root for license information.
40507
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40520
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40508
40521
  */
40509
40522
 
40510
40523
 
@@ -40532,7 +40545,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_1__/* .Config */ .T.prototype.controls.spe
40532
40545
  /*!
40533
40546
  * Jodit Editor (https://xdsoft.net/jodit/)
40534
40547
  * Released under MIT see LICENSE.txt in the project root for license information.
40535
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40548
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40536
40549
  */
40537
40550
  module.exports = {
40538
40551
  Spellcheck: 'التدقيق الإملائي'
@@ -40549,7 +40562,7 @@ module.exports = {
40549
40562
  /*!
40550
40563
  * Jodit Editor (https://xdsoft.net/jodit/)
40551
40564
  * Released under MIT see LICENSE.txt in the project root for license information.
40552
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40565
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40553
40566
  */
40554
40567
  module.exports = {
40555
40568
  Spellcheck: 'Kontrola pravopisu'
@@ -40566,7 +40579,7 @@ module.exports = {
40566
40579
  /*!
40567
40580
  * Jodit Editor (https://xdsoft.net/jodit/)
40568
40581
  * Released under MIT see LICENSE.txt in the project root for license information.
40569
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40582
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40570
40583
  */
40571
40584
  module.exports = {
40572
40585
  Spellcheck: 'Rechtschreibprüfung'
@@ -40583,7 +40596,7 @@ module.exports = {
40583
40596
  /*!
40584
40597
  * Jodit Editor (https://xdsoft.net/jodit/)
40585
40598
  * Released under MIT see LICENSE.txt in the project root for license information.
40586
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40599
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40587
40600
  */
40588
40601
  module.exports = {
40589
40602
  Spellcheck: 'Corrección ortográfica'
@@ -40600,7 +40613,7 @@ module.exports = {
40600
40613
  /*!
40601
40614
  * Jodit Editor (https://xdsoft.net/jodit/)
40602
40615
  * Released under MIT see LICENSE.txt in the project root for license information.
40603
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40616
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40604
40617
  */
40605
40618
  module.exports = {
40606
40619
  Spellcheck: 'غلطیابی املایی'
@@ -40617,7 +40630,7 @@ module.exports = {
40617
40630
  /*!
40618
40631
  * Jodit Editor (https://xdsoft.net/jodit/)
40619
40632
  * Released under MIT see LICENSE.txt in the project root for license information.
40620
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40633
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40621
40634
  */
40622
40635
  module.exports = {
40623
40636
  Spellcheck: 'Oikeinkirjoituksen tarkistus'
@@ -40634,7 +40647,7 @@ module.exports = {
40634
40647
  /*!
40635
40648
  * Jodit Editor (https://xdsoft.net/jodit/)
40636
40649
  * Released under MIT see LICENSE.txt in the project root for license information.
40637
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40650
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40638
40651
  */
40639
40652
  module.exports = {
40640
40653
  Spellcheck: 'Vérification Orthographique'
@@ -40651,7 +40664,7 @@ module.exports = {
40651
40664
  /*!
40652
40665
  * Jodit Editor (https://xdsoft.net/jodit/)
40653
40666
  * Released under MIT see LICENSE.txt in the project root for license information.
40654
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40667
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40655
40668
  */
40656
40669
  module.exports = {
40657
40670
  Spellcheck: 'בדיקת איות'
@@ -40668,7 +40681,7 @@ module.exports = {
40668
40681
  /*!
40669
40682
  * Jodit Editor (https://xdsoft.net/jodit/)
40670
40683
  * Released under MIT see LICENSE.txt in the project root for license information.
40671
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40684
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40672
40685
  */
40673
40686
  module.exports = {
40674
40687
  Spellcheck: 'Helyesírás-ellenőrzés'
@@ -40685,7 +40698,7 @@ module.exports = {
40685
40698
  /*!
40686
40699
  * Jodit Editor (https://xdsoft.net/jodit/)
40687
40700
  * Released under MIT see LICENSE.txt in the project root for license information.
40688
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40701
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40689
40702
  */
40690
40703
  module.exports = {
40691
40704
  Spellcheck: 'Spellchecking'
@@ -40770,7 +40783,7 @@ __webpack_require__.r(__webpack_exports__);
40770
40783
  /*!
40771
40784
  * Jodit Editor (https://xdsoft.net/jodit/)
40772
40785
  * Released under MIT see LICENSE.txt in the project root for license information.
40773
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40786
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40774
40787
  */
40775
40788
 
40776
40789
 
@@ -40807,7 +40820,7 @@ __webpack_require__.r(__webpack_exports__);
40807
40820
  /*!
40808
40821
  * Jodit Editor (https://xdsoft.net/jodit/)
40809
40822
  * Released under MIT see LICENSE.txt in the project root for license information.
40810
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40823
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40811
40824
  */
40812
40825
  module.exports = {
40813
40826
  Spellcheck: 'Controllo ortografico'
@@ -40824,7 +40837,7 @@ module.exports = {
40824
40837
  /*!
40825
40838
  * Jodit Editor (https://xdsoft.net/jodit/)
40826
40839
  * Released under MIT see LICENSE.txt in the project root for license information.
40827
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40840
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40828
40841
  */
40829
40842
  module.exports = {
40830
40843
  Spellcheck: 'スペルチェック'
@@ -40841,7 +40854,7 @@ module.exports = {
40841
40854
  /*!
40842
40855
  * Jodit Editor (https://xdsoft.net/jodit/)
40843
40856
  * Released under MIT see LICENSE.txt in the project root for license information.
40844
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40857
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40845
40858
  */
40846
40859
  module.exports = {
40847
40860
  Spellcheck: '맞춤법 검사'
@@ -40858,7 +40871,7 @@ module.exports = {
40858
40871
  /*!
40859
40872
  * Jodit Editor (https://xdsoft.net/jodit/)
40860
40873
  * Released under MIT see LICENSE.txt in the project root for license information.
40861
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40874
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40862
40875
  */
40863
40876
  module.exports = {
40864
40877
  Spellcheck: 'Дүрмийн алдаа шалгах'
@@ -40875,7 +40888,7 @@ module.exports = {
40875
40888
  /*!
40876
40889
  * Jodit Editor (https://xdsoft.net/jodit/)
40877
40890
  * Released under MIT see LICENSE.txt in the project root for license information.
40878
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40891
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40879
40892
  */
40880
40893
  module.exports = {
40881
40894
  Spellcheck: 'Spellingcontrole'
@@ -40892,7 +40905,7 @@ module.exports = {
40892
40905
  /*!
40893
40906
  * Jodit Editor (https://xdsoft.net/jodit/)
40894
40907
  * Released under MIT see LICENSE.txt in the project root for license information.
40895
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40908
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40896
40909
  */
40897
40910
  module.exports = {
40898
40911
  Spellcheck: 'Sprawdzanie pisowni'
@@ -40909,7 +40922,7 @@ module.exports = {
40909
40922
  /*!
40910
40923
  * Jodit Editor (https://xdsoft.net/jodit/)
40911
40924
  * Released under MIT see LICENSE.txt in the project root for license information.
40912
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40925
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40913
40926
  */
40914
40927
  module.exports = {
40915
40928
  Spellcheck: 'Verificação ortográfica'
@@ -40926,7 +40939,7 @@ module.exports = {
40926
40939
  /*!
40927
40940
  * Jodit Editor (https://xdsoft.net/jodit/)
40928
40941
  * Released under MIT see LICENSE.txt in the project root for license information.
40929
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40942
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40930
40943
  */
40931
40944
  module.exports = {
40932
40945
  Spellcheck: 'Проверка орфографии'
@@ -40943,7 +40956,7 @@ module.exports = {
40943
40956
  /*!
40944
40957
  * Jodit Editor (https://xdsoft.net/jodit/)
40945
40958
  * Released under MIT see LICENSE.txt in the project root for license information.
40946
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40959
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40947
40960
  */
40948
40961
  module.exports = {
40949
40962
  Spellcheck: 'Yazım denetimi'
@@ -40960,7 +40973,7 @@ module.exports = {
40960
40973
  /*!
40961
40974
  * Jodit Editor (https://xdsoft.net/jodit/)
40962
40975
  * Released under MIT see LICENSE.txt in the project root for license information.
40963
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40976
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40964
40977
  */
40965
40978
  module.exports = {
40966
40979
  Spellcheck: 'Перевірка орфографії'
@@ -40977,7 +40990,7 @@ module.exports = {
40977
40990
  /*!
40978
40991
  * Jodit Editor (https://xdsoft.net/jodit/)
40979
40992
  * Released under MIT see LICENSE.txt in the project root for license information.
40980
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40993
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40981
40994
  */
40982
40995
  module.exports = {
40983
40996
  Spellcheck: '拼写检查'
@@ -40994,7 +41007,7 @@ module.exports = {
40994
41007
  /*!
40995
41008
  * Jodit Editor (https://xdsoft.net/jodit/)
40996
41009
  * Released under MIT see LICENSE.txt in the project root for license information.
40997
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41010
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40998
41011
  */
40999
41012
  module.exports = {
41000
41013
  Spellcheck: '拼字檢查'
@@ -41018,7 +41031,7 @@ module.exports = {
41018
41031
  /*!
41019
41032
  * Jodit Editor (https://xdsoft.net/jodit/)
41020
41033
  * Released under MIT see LICENSE.txt in the project root for license information.
41021
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41034
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41022
41035
  */
41023
41036
 
41024
41037
 
@@ -41068,7 +41081,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('spell
41068
41081
  /*!
41069
41082
  * Jodit Editor (https://xdsoft.net/jodit/)
41070
41083
  * Released under MIT see LICENSE.txt in the project root for license information.
41071
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41084
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41072
41085
  */
41073
41086
  /**
41074
41087
  * @module plugins/stat
@@ -41095,7 +41108,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.showWordsCou
41095
41108
  /*!
41096
41109
  * Jodit Editor (https://xdsoft.net/jodit/)
41097
41110
  * Released under MIT see LICENSE.txt in the project root for license information.
41098
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41111
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41099
41112
  */
41100
41113
 
41101
41114
 
@@ -41176,7 +41189,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('stat'
41176
41189
  /*!
41177
41190
  * Jodit Editor (https://xdsoft.net/jodit/)
41178
41191
  * Released under MIT see LICENSE.txt in the project root for license information.
41179
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41192
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41180
41193
  */
41181
41194
  /**
41182
41195
  * @module plugins/sticky
@@ -41205,7 +41218,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.toolbarStick
41205
41218
  /*!
41206
41219
  * Jodit Editor (https://xdsoft.net/jodit/)
41207
41220
  * Released under MIT see LICENSE.txt in the project root for license information.
41208
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41221
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41209
41222
  */
41210
41223
 
41211
41224
 
@@ -41329,7 +41342,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('stick
41329
41342
  /*!
41330
41343
  * Jodit Editor (https://xdsoft.net/jodit/)
41331
41344
  * Released under MIT see LICENSE.txt in the project root for license information.
41332
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41345
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41333
41346
  */
41334
41347
 
41335
41348
 
@@ -41582,7 +41595,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_1__/* .Config */ .T.prototype.controls.sym
41582
41595
  /*!
41583
41596
  * Jodit Editor (https://xdsoft.net/jodit/)
41584
41597
  * Released under MIT see LICENSE.txt in the project root for license information.
41585
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41598
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41586
41599
  */
41587
41600
  module.exports = {
41588
41601
  symbols: 'رمز'
@@ -41599,7 +41612,7 @@ module.exports = {
41599
41612
  /*!
41600
41613
  * Jodit Editor (https://xdsoft.net/jodit/)
41601
41614
  * Released under MIT see LICENSE.txt in the project root for license information.
41602
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41615
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41603
41616
  */
41604
41617
  module.exports = {
41605
41618
  symbols: 'symbol'
@@ -41616,7 +41629,7 @@ module.exports = {
41616
41629
  /*!
41617
41630
  * Jodit Editor (https://xdsoft.net/jodit/)
41618
41631
  * Released under MIT see LICENSE.txt in the project root for license information.
41619
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41632
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41620
41633
  */
41621
41634
  module.exports = {
41622
41635
  symbols: 'Symbol'
@@ -41633,7 +41646,7 @@ module.exports = {
41633
41646
  /*!
41634
41647
  * Jodit Editor (https://xdsoft.net/jodit/)
41635
41648
  * Released under MIT see LICENSE.txt in the project root for license information.
41636
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41649
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41637
41650
  */
41638
41651
  module.exports = {
41639
41652
  symbols: 'Símbolo'
@@ -41650,7 +41663,7 @@ module.exports = {
41650
41663
  /*!
41651
41664
  * Jodit Editor (https://xdsoft.net/jodit/)
41652
41665
  * Released under MIT see LICENSE.txt in the project root for license information.
41653
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41666
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41654
41667
  */
41655
41668
  module.exports = {
41656
41669
  symbols: 'سمبل'
@@ -41667,7 +41680,7 @@ module.exports = {
41667
41680
  /*!
41668
41681
  * Jodit Editor (https://xdsoft.net/jodit/)
41669
41682
  * Released under MIT see LICENSE.txt in the project root for license information.
41670
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41683
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41671
41684
  */
41672
41685
  module.exports = {
41673
41686
  symbols: 'Symbolit'
@@ -41684,7 +41697,7 @@ module.exports = {
41684
41697
  /*!
41685
41698
  * Jodit Editor (https://xdsoft.net/jodit/)
41686
41699
  * Released under MIT see LICENSE.txt in the project root for license information.
41687
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41700
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41688
41701
  */
41689
41702
  module.exports = {
41690
41703
  symbols: 'caractère'
@@ -41701,7 +41714,7 @@ module.exports = {
41701
41714
  /*!
41702
41715
  * Jodit Editor (https://xdsoft.net/jodit/)
41703
41716
  * Released under MIT see LICENSE.txt in the project root for license information.
41704
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41717
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41705
41718
  */
41706
41719
  module.exports = {
41707
41720
  symbols: 'תו מיוחד'
@@ -41718,7 +41731,7 @@ module.exports = {
41718
41731
  /*!
41719
41732
  * Jodit Editor (https://xdsoft.net/jodit/)
41720
41733
  * Released under MIT see LICENSE.txt in the project root for license information.
41721
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41734
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41722
41735
  */
41723
41736
  module.exports = {
41724
41737
  symbols: 'Szimbólum'
@@ -41735,7 +41748,7 @@ module.exports = {
41735
41748
  /*!
41736
41749
  * Jodit Editor (https://xdsoft.net/jodit/)
41737
41750
  * Released under MIT see LICENSE.txt in the project root for license information.
41738
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41751
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41739
41752
  */
41740
41753
  module.exports = {
41741
41754
  symbols: 'simbol'
@@ -41820,7 +41833,7 @@ __webpack_require__.r(__webpack_exports__);
41820
41833
  /*!
41821
41834
  * Jodit Editor (https://xdsoft.net/jodit/)
41822
41835
  * Released under MIT see LICENSE.txt in the project root for license information.
41823
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41836
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41824
41837
  */
41825
41838
 
41826
41839
 
@@ -41857,7 +41870,7 @@ __webpack_require__.r(__webpack_exports__);
41857
41870
  /*!
41858
41871
  * Jodit Editor (https://xdsoft.net/jodit/)
41859
41872
  * Released under MIT see LICENSE.txt in the project root for license information.
41860
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41873
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41861
41874
  */
41862
41875
  module.exports = {
41863
41876
  symbols: 'Simbolo'
@@ -41874,7 +41887,7 @@ module.exports = {
41874
41887
  /*!
41875
41888
  * Jodit Editor (https://xdsoft.net/jodit/)
41876
41889
  * Released under MIT see LICENSE.txt in the project root for license information.
41877
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41890
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41878
41891
  */
41879
41892
  module.exports = {
41880
41893
  symbols: 'symbol'
@@ -41891,7 +41904,7 @@ module.exports = {
41891
41904
  /*!
41892
41905
  * Jodit Editor (https://xdsoft.net/jodit/)
41893
41906
  * Released under MIT see LICENSE.txt in the project root for license information.
41894
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41907
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41895
41908
  */
41896
41909
  module.exports = {
41897
41910
  symbols: '기호'
@@ -41908,7 +41921,7 @@ module.exports = {
41908
41921
  /*!
41909
41922
  * Jodit Editor (https://xdsoft.net/jodit/)
41910
41923
  * Released under MIT see LICENSE.txt in the project root for license information.
41911
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41924
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41912
41925
  */
41913
41926
  module.exports = {
41914
41927
  symbols: 'тэмдэгт'
@@ -41925,7 +41938,7 @@ module.exports = {
41925
41938
  /*!
41926
41939
  * Jodit Editor (https://xdsoft.net/jodit/)
41927
41940
  * Released under MIT see LICENSE.txt in the project root for license information.
41928
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41941
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41929
41942
  */
41930
41943
  module.exports = {
41931
41944
  symbols: 'symbool'
@@ -41942,7 +41955,7 @@ module.exports = {
41942
41955
  /*!
41943
41956
  * Jodit Editor (https://xdsoft.net/jodit/)
41944
41957
  * Released under MIT see LICENSE.txt in the project root for license information.
41945
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41958
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41946
41959
  */
41947
41960
  module.exports = {
41948
41961
  symbols: 'symbol'
@@ -41959,7 +41972,7 @@ module.exports = {
41959
41972
  /*!
41960
41973
  * Jodit Editor (https://xdsoft.net/jodit/)
41961
41974
  * Released under MIT see LICENSE.txt in the project root for license information.
41962
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41975
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41963
41976
  */
41964
41977
  module.exports = {
41965
41978
  symbols: 'Símbolo'
@@ -41976,7 +41989,7 @@ module.exports = {
41976
41989
  /*!
41977
41990
  * Jodit Editor (https://xdsoft.net/jodit/)
41978
41991
  * Released under MIT see LICENSE.txt in the project root for license information.
41979
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41992
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41980
41993
  */
41981
41994
  module.exports = {
41982
41995
  symbols: 'символ'
@@ -41993,7 +42006,7 @@ module.exports = {
41993
42006
  /*!
41994
42007
  * Jodit Editor (https://xdsoft.net/jodit/)
41995
42008
  * Released under MIT see LICENSE.txt in the project root for license information.
41996
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42009
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41997
42010
  */
41998
42011
  module.exports = {
41999
42012
  symbols: 'Sembol'
@@ -42010,7 +42023,7 @@ module.exports = {
42010
42023
  /*!
42011
42024
  * Jodit Editor (https://xdsoft.net/jodit/)
42012
42025
  * Released under MIT see LICENSE.txt in the project root for license information.
42013
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42026
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42014
42027
  */
42015
42028
  module.exports = {
42016
42029
  symbols: 'символ'
@@ -42027,7 +42040,7 @@ module.exports = {
42027
42040
  /*!
42028
42041
  * Jodit Editor (https://xdsoft.net/jodit/)
42029
42042
  * Released under MIT see LICENSE.txt in the project root for license information.
42030
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42043
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42031
42044
  */
42032
42045
  module.exports = {
42033
42046
  symbols: '符号'
@@ -42044,7 +42057,7 @@ module.exports = {
42044
42057
  /*!
42045
42058
  * Jodit Editor (https://xdsoft.net/jodit/)
42046
42059
  * Released under MIT see LICENSE.txt in the project root for license information.
42047
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42060
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42048
42061
  */
42049
42062
  module.exports = {
42050
42063
  symbols: '符號'
@@ -42068,7 +42081,7 @@ module.exports = {
42068
42081
  /*!
42069
42082
  * Jodit Editor (https://xdsoft.net/jodit/)
42070
42083
  * Released under MIT see LICENSE.txt in the project root for license information.
42071
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42084
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42072
42085
  */
42073
42086
 
42074
42087
 
@@ -42214,7 +42227,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('symbo
42214
42227
  /*!
42215
42228
  * Jodit Editor (https://xdsoft.net/jodit/)
42216
42229
  * Released under MIT see LICENSE.txt in the project root for license information.
42217
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42230
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42218
42231
  */
42219
42232
  /**
42220
42233
  * @module plugins/tab
@@ -42237,7 +42250,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('symbo
42237
42250
  /*!
42238
42251
  * Jodit Editor (https://xdsoft.net/jodit/)
42239
42252
  * Released under MIT see LICENSE.txt in the project root for license information.
42240
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42253
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42241
42254
  */
42242
42255
 
42243
42256
 
@@ -42351,7 +42364,7 @@ function removeNestedList(jodit, list, li) {
42351
42364
  /*!
42352
42365
  * Jodit Editor (https://xdsoft.net/jodit/)
42353
42366
  * Released under MIT see LICENSE.txt in the project root for license information.
42354
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42367
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42355
42368
  */
42356
42369
  /**
42357
42370
  * @module plugins/tab
@@ -42378,7 +42391,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.tab = {
42378
42391
  /*!
42379
42392
  * Jodit Editor (https://xdsoft.net/jodit/)
42380
42393
  * Released under MIT see LICENSE.txt in the project root for license information.
42381
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42394
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42382
42395
  */
42383
42396
 
42384
42397
 
@@ -42433,7 +42446,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('tab',
42433
42446
  /*!
42434
42447
  * Jodit Editor (https://xdsoft.net/jodit/)
42435
42448
  * Released under MIT see LICENSE.txt in the project root for license information.
42436
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42449
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42437
42450
  */
42438
42451
 
42439
42452
 
@@ -42568,7 +42581,7 @@ function findCell(editor, key) {
42568
42581
  /*!
42569
42582
  * Jodit Editor (https://xdsoft.net/jodit/)
42570
42583
  * Released under MIT see LICENSE.txt in the project root for license information.
42571
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42584
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42572
42585
  */
42573
42586
 
42574
42587
 
@@ -42740,7 +42753,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_4__/* .Config */ .T.prototype.controls.tab
42740
42753
  /*!
42741
42754
  * Jodit Editor (https://xdsoft.net/jodit/)
42742
42755
  * Released under MIT see LICENSE.txt in the project root for license information.
42743
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42756
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42744
42757
  */
42745
42758
 
42746
42759
 
@@ -42771,7 +42784,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('table
42771
42784
  /*!
42772
42785
  * Jodit Editor (https://xdsoft.net/jodit/)
42773
42786
  * Released under MIT see LICENSE.txt in the project root for license information.
42774
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42787
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42775
42788
  */
42776
42789
 
42777
42790
 
@@ -42855,7 +42868,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_4__/* .Config */ .T.prototype.controls.vid
42855
42868
  /*!
42856
42869
  * Jodit Editor (https://xdsoft.net/jodit/)
42857
42870
  * Released under MIT see LICENSE.txt in the project root for license information.
42858
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42871
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42859
42872
  */
42860
42873
 
42861
42874
 
@@ -42878,7 +42891,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('video
42878
42891
  /*!
42879
42892
  * Jodit Editor (https://xdsoft.net/jodit/)
42880
42893
  * Released under MIT see LICENSE.txt in the project root for license information.
42881
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42894
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42882
42895
  */
42883
42896
 
42884
42897
  jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.wrapNodes = {
@@ -42903,7 +42916,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.wrapNodes =
42903
42916
  /*!
42904
42917
  * Jodit Editor (https://xdsoft.net/jodit/)
42905
42918
  * Released under MIT see LICENSE.txt in the project root for license information.
42906
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42919
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42907
42920
  */
42908
42921
 
42909
42922
 
@@ -43046,7 +43059,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('wrapN
43046
43059
  /*!
43047
43060
  * Jodit Editor (https://xdsoft.net/jodit/)
43048
43061
  * Released under MIT see LICENSE.txt in the project root for license information.
43049
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43062
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43050
43063
  */
43051
43064
  /**
43052
43065
  * @module plugins/xpath
@@ -43072,7 +43085,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.showXPathInS
43072
43085
  /*!
43073
43086
  * Jodit Editor (https://xdsoft.net/jodit/)
43074
43087
  * Released under MIT see LICENSE.txt in the project root for license information.
43075
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43088
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43076
43089
  */
43077
43090
 
43078
43091
 
@@ -43319,7 +43332,7 @@ __webpack_require__.r(__webpack_exports__);
43319
43332
  /*!
43320
43333
  * Jodit Editor (https://xdsoft.net/jodit/)
43321
43334
  * Released under MIT see LICENSE.txt in the project root for license information.
43322
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43335
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43323
43336
  */
43324
43337
  /**
43325
43338
  * [[include:styles/icons/README.md]]
@@ -44673,7 +44686,7 @@ __webpack_require__.r(__webpack_exports__);
44673
44686
  /*!
44674
44687
  * Jodit Editor (https://xdsoft.net/jodit/)
44675
44688
  * Released under MIT see LICENSE.txt in the project root for license information.
44676
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
44689
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
44677
44690
  */
44678
44691
  /**
44679
44692
  * [[include:README.md]]