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/es2015/jodit.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * jodit - Jodit is an awesome and useful wysiwyg editor with filebrowser
3
3
  * Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
4
- * Version: v4.2.47
4
+ * Version: v4.2.50
5
5
  * Url: https://xdsoft.net/jodit/
6
6
  * License(s): MIT
7
7
  */
@@ -121,7 +121,7 @@ function autobind() {
121
121
  /*!
122
122
  * Jodit Editor (https://xdsoft.net/jodit/)
123
123
  * Released under MIT see LICENSE.txt in the project root for license information.
124
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
124
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
125
125
  */
126
126
  /**
127
127
  * Editor options. These can be configured upon the creation of the editor.
@@ -1040,7 +1040,7 @@ Config.prototype.controls = {};
1040
1040
  /*!
1041
1041
  * Jodit Editor (https://xdsoft.net/jodit/)
1042
1042
  * Released under MIT see LICENSE.txt in the project root for license information.
1043
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1043
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1044
1044
  */
1045
1045
 
1046
1046
 
@@ -1342,7 +1342,7 @@ class Async {
1342
1342
  /*!
1343
1343
  * Jodit Editor (https://xdsoft.net/jodit/)
1344
1344
  * Released under MIT see LICENSE.txt in the project root for license information.
1345
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1345
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1346
1346
  */
1347
1347
  /**
1348
1348
  * @module async
@@ -1366,7 +1366,7 @@ class Async {
1366
1366
  /*!
1367
1367
  * Jodit Editor (https://xdsoft.net/jodit/)
1368
1368
  * Released under MIT see LICENSE.txt in the project root for license information.
1369
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1369
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1370
1370
  */
1371
1371
 
1372
1372
 
@@ -1572,7 +1572,7 @@ Component.STATUSES = jodit_core_component_statuses__WEBPACK_IMPORTED_MODULE_1__/
1572
1572
  /*!
1573
1573
  * Jodit Editor (https://xdsoft.net/jodit/)
1574
1574
  * Released under MIT see LICENSE.txt in the project root for license information.
1575
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1575
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1576
1576
  */
1577
1577
  /**
1578
1578
  * @module component
@@ -1594,7 +1594,7 @@ Component.STATUSES = jodit_core_component_statuses__WEBPACK_IMPORTED_MODULE_1__/
1594
1594
  /*!
1595
1595
  * Jodit Editor (https://xdsoft.net/jodit/)
1596
1596
  * Released under MIT see LICENSE.txt in the project root for license information.
1597
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1597
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1598
1598
  */
1599
1599
  /**
1600
1600
  * @module component
@@ -1620,7 +1620,7 @@ const STATUSES = {
1620
1620
  /*!
1621
1621
  * Jodit Editor (https://xdsoft.net/jodit/)
1622
1622
  * Released under MIT see LICENSE.txt in the project root for license information.
1623
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1623
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1624
1624
  */
1625
1625
 
1626
1626
  class ViewComponent extends _component__WEBPACK_IMPORTED_MODULE_0__/* .Component */ .u {
@@ -1733,9 +1733,9 @@ __webpack_require__.r(__webpack_exports__);
1733
1733
  /*!
1734
1734
  * Jodit Editor (https://xdsoft.net/jodit/)
1735
1735
  * Released under MIT see LICENSE.txt in the project root for license information.
1736
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1736
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1737
1737
  */
1738
- const APP_VERSION = "4.2.47";
1738
+ const APP_VERSION = "4.2.50";
1739
1739
  // prettier-ignore
1740
1740
  const ES = "es2015";
1741
1741
  const IS_ES_MODERN = true;
@@ -1958,7 +1958,7 @@ const PASSIVE_EVENTS = new Set([
1958
1958
  /*!
1959
1959
  * Jodit Editor (https://xdsoft.net/jodit/)
1960
1960
  * Released under MIT see LICENSE.txt in the project root for license information.
1961
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1961
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1962
1962
  */
1963
1963
 
1964
1964
 
@@ -2109,7 +2109,7 @@ class Create {
2109
2109
  /*!
2110
2110
  * Jodit Editor (https://xdsoft.net/jodit/)
2111
2111
  * Released under MIT see LICENSE.txt in the project root for license information.
2112
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2112
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2113
2113
  */
2114
2114
  /**
2115
2115
  * @module create
@@ -2130,7 +2130,7 @@ class Create {
2130
2130
  /*!
2131
2131
  * Jodit Editor (https://xdsoft.net/jodit/)
2132
2132
  * Released under MIT see LICENSE.txt in the project root for license information.
2133
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2133
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2134
2134
  */
2135
2135
  /**
2136
2136
  * [[include:core/decorators/autobind/README.md]]
@@ -2158,7 +2158,7 @@ class Create {
2158
2158
  /*!
2159
2159
  * Jodit Editor (https://xdsoft.net/jodit/)
2160
2160
  * Released under MIT see LICENSE.txt in the project root for license information.
2161
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2161
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2162
2162
  */
2163
2163
 
2164
2164
 
@@ -2229,7 +2229,7 @@ function cacheHTML(target, _, descriptor) {
2229
2229
  /*!
2230
2230
  * Jodit Editor (https://xdsoft.net/jodit/)
2231
2231
  * Released under MIT see LICENSE.txt in the project root for license information.
2232
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2232
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2233
2233
  */
2234
2234
  /**
2235
2235
  * Decorate components and set status isReady after constructor
@@ -2273,7 +2273,7 @@ function component(constructorFunction) {
2273
2273
  /*!
2274
2274
  * Jodit Editor (https://xdsoft.net/jodit/)
2275
2275
  * Released under MIT see LICENSE.txt in the project root for license information.
2276
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2276
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2277
2277
  */
2278
2278
 
2279
2279
 
@@ -2328,7 +2328,7 @@ function throttle(timeout, firstCallImmediately = false) {
2328
2328
  /*!
2329
2329
  * Jodit Editor (https://xdsoft.net/jodit/)
2330
2330
  * Released under MIT see LICENSE.txt in the project root for license information.
2331
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2331
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2332
2332
  */
2333
2333
  /**
2334
2334
  * [[include:core/decorators/derive/README.md]]
@@ -2377,7 +2377,7 @@ function derive(...traits) {
2377
2377
  /*!
2378
2378
  * Jodit Editor (https://xdsoft.net/jodit/)
2379
2379
  * Released under MIT see LICENSE.txt in the project root for license information.
2380
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2380
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2381
2381
  */
2382
2382
 
2383
2383
 
@@ -2411,7 +2411,7 @@ function hook(status) {
2411
2411
  /*!
2412
2412
  * Jodit Editor (https://xdsoft.net/jodit/)
2413
2413
  * Released under MIT see LICENSE.txt in the project root for license information.
2414
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2414
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2415
2415
  */
2416
2416
 
2417
2417
 
@@ -2468,7 +2468,7 @@ __webpack_require__.r(__webpack_exports__);
2468
2468
  /*!
2469
2469
  * Jodit Editor (https://xdsoft.net/jodit/)
2470
2470
  * Released under MIT see LICENSE.txt in the project root for license information.
2471
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2471
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2472
2472
  */
2473
2473
  /**
2474
2474
  * [[include:core/decorators/README.md]]
@@ -2500,7 +2500,7 @@ __webpack_require__.r(__webpack_exports__);
2500
2500
  /*!
2501
2501
  * Jodit Editor (https://xdsoft.net/jodit/)
2502
2502
  * Released under MIT see LICENSE.txt in the project root for license information.
2503
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2503
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2504
2504
  */
2505
2505
  /**
2506
2506
  * [[include:core/decorators/nonenumerable/README.md]]
@@ -2538,7 +2538,7 @@ const nonenumerable = (target, propertyKey) => {
2538
2538
  /*!
2539
2539
  * Jodit Editor (https://xdsoft.net/jodit/)
2540
2540
  * Released under MIT see LICENSE.txt in the project root for license information.
2541
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2541
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2542
2542
  */
2543
2543
 
2544
2544
 
@@ -2575,7 +2575,7 @@ function persistent(target, propertyKey) {
2575
2575
  /*!
2576
2576
  * Jodit Editor (https://xdsoft.net/jodit/)
2577
2577
  * Released under MIT see LICENSE.txt in the project root for license information.
2578
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2578
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2579
2579
  */
2580
2580
 
2581
2581
 
@@ -2627,7 +2627,7 @@ function wait(condition) {
2627
2627
  /*!
2628
2628
  * Jodit Editor (https://xdsoft.net/jodit/)
2629
2629
  * Released under MIT see LICENSE.txt in the project root for license information.
2630
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2630
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2631
2631
  */
2632
2632
 
2633
2633
 
@@ -2749,7 +2749,7 @@ function watch(observeFields, opts) {
2749
2749
  /*!
2750
2750
  * Jodit Editor (https://xdsoft.net/jodit/)
2751
2751
  * Released under MIT see LICENSE.txt in the project root for license information.
2752
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2752
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2753
2753
  */
2754
2754
 
2755
2755
 
@@ -3478,7 +3478,7 @@ class Dom {
3478
3478
  /*!
3479
3479
  * Jodit Editor (https://xdsoft.net/jodit/)
3480
3480
  * Released under MIT see LICENSE.txt in the project root for license information.
3481
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3481
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3482
3482
  */
3483
3483
  /**
3484
3484
  * @module dom
@@ -3503,7 +3503,7 @@ class Dom {
3503
3503
  /*!
3504
3504
  * Jodit Editor (https://xdsoft.net/jodit/)
3505
3505
  * Released under MIT see LICENSE.txt in the project root for license information.
3506
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3506
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3507
3507
  */
3508
3508
 
3509
3509
 
@@ -3619,7 +3619,7 @@ class LazyWalker extends jodit_core_event_emitter_eventify__WEBPACK_IMPORTED_MOD
3619
3619
  /*!
3620
3620
  * Jodit Editor (https://xdsoft.net/jodit/)
3621
3621
  * Released under MIT see LICENSE.txt in the project root for license information.
3622
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3622
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3623
3623
  */
3624
3624
 
3625
3625
 
@@ -4111,7 +4111,7 @@ function isDOMElement(subject) {
4111
4111
  /*!
4112
4112
  * Jodit Editor (https://xdsoft.net/jodit/)
4113
4113
  * Released under MIT see LICENSE.txt in the project root for license information.
4114
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4114
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4115
4115
  */
4116
4116
  /**
4117
4117
  * Class for adding event handling capability
@@ -4190,7 +4190,7 @@ class Eventify {
4190
4190
  /*!
4191
4191
  * Jodit Editor (https://xdsoft.net/jodit/)
4192
4192
  * Released under MIT see LICENSE.txt in the project root for license information.
4193
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4193
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4194
4194
  */
4195
4195
  /**
4196
4196
  * @module event-emitter
@@ -4217,7 +4217,7 @@ class Eventify {
4217
4217
  /*!
4218
4218
  * Jodit Editor (https://xdsoft.net/jodit/)
4219
4219
  * Released under MIT see LICENSE.txt in the project root for license information.
4220
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4220
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4221
4221
  */
4222
4222
 
4223
4223
 
@@ -4376,7 +4376,7 @@ function observable(obj) {
4376
4376
  /*!
4377
4377
  * Jodit Editor (https://xdsoft.net/jodit/)
4378
4378
  * Released under MIT see LICENSE.txt in the project root for license information.
4379
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4379
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4380
4380
  */
4381
4381
 
4382
4382
 
@@ -4472,7 +4472,7 @@ class EventHandlersStore {
4472
4472
  /*!
4473
4473
  * Jodit Editor (https://xdsoft.net/jodit/)
4474
4474
  * Released under MIT see LICENSE.txt in the project root for license information.
4475
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4475
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4476
4476
  */
4477
4477
 
4478
4478
 
@@ -4590,7 +4590,7 @@ const eventEmitter = new _event_emitter__WEBPACK_IMPORTED_MODULE_4__/* .EventEmi
4590
4590
  /*!
4591
4591
  * Jodit Editor (https://xdsoft.net/jodit/)
4592
4592
  * Released under MIT see LICENSE.txt in the project root for license information.
4593
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4593
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4594
4594
  */
4595
4595
  /**
4596
4596
  * @module helpers/array
@@ -4624,7 +4624,7 @@ const asArray = (a) => ((0,jodit_core_helpers_checker_is_array__WEBPACK_IMPORTED
4624
4624
  /*!
4625
4625
  * Jodit Editor (https://xdsoft.net/jodit/)
4626
4626
  * Released under MIT see LICENSE.txt in the project root for license information.
4627
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4627
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4628
4628
  */
4629
4629
  /**
4630
4630
  * @module helpers/array
@@ -4646,7 +4646,7 @@ const asArray = (a) => ((0,jodit_core_helpers_checker_is_array__WEBPACK_IMPORTED
4646
4646
  /*!
4647
4647
  * Jodit Editor (https://xdsoft.net/jodit/)
4648
4648
  * Released under MIT see LICENSE.txt in the project root for license information.
4649
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4649
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4650
4650
  */
4651
4651
  /**
4652
4652
  * Return an array from string or array
@@ -4674,7 +4674,7 @@ function splitArray(a) {
4674
4674
  /*!
4675
4675
  * Jodit Editor (https://xdsoft.net/jodit/)
4676
4676
  * Released under MIT see LICENSE.txt in the project root for license information.
4677
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4677
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4678
4678
  */
4679
4679
  /**
4680
4680
  * @module helpers/array
@@ -4713,7 +4713,7 @@ const toArray = function toArray(...args) {
4713
4713
  /*!
4714
4714
  * Jodit Editor (https://xdsoft.net/jodit/)
4715
4715
  * Released under MIT see LICENSE.txt in the project root for license information.
4716
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4716
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4717
4717
  */
4718
4718
  /**
4719
4719
  * @module helpers/async
@@ -4735,7 +4735,7 @@ const toArray = function toArray(...args) {
4735
4735
  /*!
4736
4736
  * Jodit Editor (https://xdsoft.net/jodit/)
4737
4737
  * Released under MIT see LICENSE.txt in the project root for license information.
4738
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4738
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4739
4739
  */
4740
4740
  /**
4741
4741
  * @module helpers/async
@@ -4774,7 +4774,7 @@ function clearTimeout(timer) {
4774
4774
  /*!
4775
4775
  * Jodit Editor (https://xdsoft.net/jodit/)
4776
4776
  * Released under MIT see LICENSE.txt in the project root for license information.
4777
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4777
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4778
4778
  */
4779
4779
  /**
4780
4780
  * @module helpers/checker
@@ -4863,7 +4863,7 @@ function hasBrowserColorPicker() {
4863
4863
  /*!
4864
4864
  * Jodit Editor (https://xdsoft.net/jodit/)
4865
4865
  * Released under MIT see LICENSE.txt in the project root for license information.
4866
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4866
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4867
4867
  */
4868
4868
  /**
4869
4869
  * @module helpers/checker
@@ -4907,7 +4907,7 @@ function hasBrowserColorPicker() {
4907
4907
  /*!
4908
4908
  * Jodit Editor (https://xdsoft.net/jodit/)
4909
4909
  * Released under MIT see LICENSE.txt in the project root for license information.
4910
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4910
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4911
4911
  */
4912
4912
  function isAbortError(error) {
4913
4913
  return (Boolean(error) &&
@@ -4928,7 +4928,7 @@ function isAbortError(error) {
4928
4928
  /*!
4929
4929
  * Jodit Editor (https://xdsoft.net/jodit/)
4930
4930
  * Released under MIT see LICENSE.txt in the project root for license information.
4931
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4931
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4932
4932
  */
4933
4933
  /**
4934
4934
  * @module helpers/checker
@@ -4953,7 +4953,7 @@ function isArray(elm) {
4953
4953
  /*!
4954
4954
  * Jodit Editor (https://xdsoft.net/jodit/)
4955
4955
  * Released under MIT see LICENSE.txt in the project root for license information.
4956
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4956
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4957
4957
  */
4958
4958
  /**
4959
4959
  * @module helpers/checker
@@ -4977,7 +4977,7 @@ function isBoolean(elm) {
4977
4977
  /*!
4978
4978
  * Jodit Editor (https://xdsoft.net/jodit/)
4979
4979
  * Released under MIT see LICENSE.txt in the project root for license information.
4980
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4980
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4981
4981
  */
4982
4982
  /**
4983
4983
  * @module helpers/checker
@@ -5006,7 +5006,7 @@ function isFastEqual(a, b) {
5006
5006
  /*!
5007
5007
  * Jodit Editor (https://xdsoft.net/jodit/)
5008
5008
  * Released under MIT see LICENSE.txt in the project root for license information.
5009
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5009
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5010
5010
  */
5011
5011
  /**
5012
5012
  * @module helpers/checker
@@ -5031,7 +5031,7 @@ function isFunction(value) {
5031
5031
  /*!
5032
5032
  * Jodit Editor (https://xdsoft.net/jodit/)
5033
5033
  * Released under MIT see LICENSE.txt in the project root for license information.
5034
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5034
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5035
5035
  */
5036
5036
  /**
5037
5037
  * @module helpers/checker
@@ -5059,7 +5059,7 @@ function isHtmlFromWord(data) {
5059
5059
  /*!
5060
5060
  * Jodit Editor (https://xdsoft.net/jodit/)
5061
5061
  * Released under MIT see LICENSE.txt in the project root for license information.
5062
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5062
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5063
5063
  */
5064
5064
  /**
5065
5065
  * @module helpers/checker
@@ -5089,7 +5089,7 @@ const isHTML = (str) => (0,_is_string__WEBPACK_IMPORTED_MODULE_0__/* .isString *
5089
5089
  /*!
5090
5090
  * Jodit Editor (https://xdsoft.net/jodit/)
5091
5091
  * Released under MIT see LICENSE.txt in the project root for license information.
5092
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5092
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5093
5093
  */
5094
5094
 
5095
5095
 
@@ -5128,7 +5128,7 @@ function hasContainer(value) {
5128
5128
  /*!
5129
5129
  * Jodit Editor (https://xdsoft.net/jodit/)
5130
5130
  * Released under MIT see LICENSE.txt in the project root for license information.
5131
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5131
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5132
5132
  */
5133
5133
  /**
5134
5134
  * @module helpers/checker
@@ -5159,7 +5159,7 @@ function isInt(value) {
5159
5159
  /*!
5160
5160
  * Jodit Editor (https://xdsoft.net/jodit/)
5161
5161
  * Released under MIT see LICENSE.txt in the project root for license information.
5162
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5162
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5163
5163
  */
5164
5164
 
5165
5165
  /**
@@ -5188,7 +5188,7 @@ function isJoditObject(jodit) {
5188
5188
  /*!
5189
5189
  * Jodit Editor (https://xdsoft.net/jodit/)
5190
5190
  * Released under MIT see LICENSE.txt in the project root for license information.
5191
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5191
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5192
5192
  */
5193
5193
  /**
5194
5194
  * @module helpers/checker
@@ -5213,7 +5213,7 @@ const isLicense = (license) => (0,_is_string__WEBPACK_IMPORTED_MODULE_0__/* .isS
5213
5213
  /*!
5214
5214
  * Jodit Editor (https://xdsoft.net/jodit/)
5215
5215
  * Released under MIT see LICENSE.txt in the project root for license information.
5216
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5216
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5217
5217
  */
5218
5218
 
5219
5219
 
@@ -5239,7 +5239,7 @@ function isMarker(elm) {
5239
5239
  /*!
5240
5240
  * Jodit Editor (https://xdsoft.net/jodit/)
5241
5241
  * Released under MIT see LICENSE.txt in the project root for license information.
5242
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5242
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5243
5243
  */
5244
5244
  /**
5245
5245
  * @module helpers/checker
@@ -5267,7 +5267,7 @@ function isNativeFunction(f) {
5267
5267
  /*!
5268
5268
  * Jodit Editor (https://xdsoft.net/jodit/)
5269
5269
  * Released under MIT see LICENSE.txt in the project root for license information.
5270
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5270
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5271
5271
  */
5272
5272
  /**
5273
5273
  * @module helpers/checker
@@ -5293,7 +5293,7 @@ function isNumber(value) {
5293
5293
  /*!
5294
5294
  * Jodit Editor (https://xdsoft.net/jodit/)
5295
5295
  * Released under MIT see LICENSE.txt in the project root for license information.
5296
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5296
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5297
5297
  */
5298
5298
  /**
5299
5299
  * @module helpers/checker
@@ -5326,7 +5326,7 @@ function isNumeric(value) {
5326
5326
  /*!
5327
5327
  * Jodit Editor (https://xdsoft.net/jodit/)
5328
5328
  * Released under MIT see LICENSE.txt in the project root for license information.
5329
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5329
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5330
5330
  */
5331
5331
 
5332
5332
  /**
@@ -5353,7 +5353,7 @@ function isPlainObject(obj) {
5353
5353
  /*!
5354
5354
  * Jodit Editor (https://xdsoft.net/jodit/)
5355
5355
  * Released under MIT see LICENSE.txt in the project root for license information.
5356
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5356
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5357
5357
  */
5358
5358
  /**
5359
5359
  * @module helpers/checker
@@ -5376,7 +5376,7 @@ function isPromise(val) {
5376
5376
  /*!
5377
5377
  * Jodit Editor (https://xdsoft.net/jodit/)
5378
5378
  * Released under MIT see LICENSE.txt in the project root for license information.
5379
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5379
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5380
5380
  */
5381
5381
  /**
5382
5382
  * @module helpers/checker
@@ -5407,7 +5407,7 @@ function isSet(elm) {
5407
5407
  /*!
5408
5408
  * Jodit Editor (https://xdsoft.net/jodit/)
5409
5409
  * Released under MIT see LICENSE.txt in the project root for license information.
5410
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5410
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5411
5411
  */
5412
5412
  /**
5413
5413
  * @module helpers/checker
@@ -5440,7 +5440,7 @@ function isStringArray(value) {
5440
5440
  /*!
5441
5441
  * Jodit Editor (https://xdsoft.net/jodit/)
5442
5442
  * Released under MIT see LICENSE.txt in the project root for license information.
5443
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5443
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5444
5444
  */
5445
5445
  /**
5446
5446
  * @module helpers/checker
@@ -5480,7 +5480,7 @@ function isURL(str) {
5480
5480
  /*!
5481
5481
  * Jodit Editor (https://xdsoft.net/jodit/)
5482
5482
  * Released under MIT see LICENSE.txt in the project root for license information.
5483
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5483
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5484
5484
  */
5485
5485
  /**
5486
5486
  * @module helpers/checker
@@ -5509,7 +5509,7 @@ function isValidName(name) {
5509
5509
  /*!
5510
5510
  * Jodit Editor (https://xdsoft.net/jodit/)
5511
5511
  * Released under MIT see LICENSE.txt in the project root for license information.
5512
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5512
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5513
5513
  */
5514
5514
 
5515
5515
  /**
@@ -5535,7 +5535,7 @@ function isViewObject(jodit) {
5535
5535
  /*!
5536
5536
  * Jodit Editor (https://xdsoft.net/jodit/)
5537
5537
  * Released under MIT see LICENSE.txt in the project root for license information.
5538
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5538
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5539
5539
  */
5540
5540
  /**
5541
5541
  * @module helpers/checker
@@ -5561,7 +5561,7 @@ function isVoid(value) {
5561
5561
  /*!
5562
5562
  * Jodit Editor (https://xdsoft.net/jodit/)
5563
5563
  * Released under MIT see LICENSE.txt in the project root for license information.
5564
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5564
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5565
5565
  */
5566
5566
  /**
5567
5567
  * @module helpers/checker
@@ -5583,7 +5583,7 @@ function isWindow(obj) {
5583
5583
  /*!
5584
5584
  * Jodit Editor (https://xdsoft.net/jodit/)
5585
5585
  * Released under MIT see LICENSE.txt in the project root for license information.
5586
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5586
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5587
5587
  */
5588
5588
  /**
5589
5589
  * @module helpers/color
@@ -5638,7 +5638,7 @@ const colorToHex = (color) => {
5638
5638
  /*!
5639
5639
  * Jodit Editor (https://xdsoft.net/jodit/)
5640
5640
  * Released under MIT see LICENSE.txt in the project root for license information.
5641
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5641
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5642
5642
  */
5643
5643
  /**
5644
5644
  * @module helpers/color
@@ -5662,7 +5662,7 @@ const colorToHex = (color) => {
5662
5662
  /*!
5663
5663
  * Jodit Editor (https://xdsoft.net/jodit/)
5664
5664
  * Released under MIT see LICENSE.txt in the project root for license information.
5665
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5665
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5666
5666
  */
5667
5667
  /**
5668
5668
  * @module helpers/html
@@ -5777,7 +5777,7 @@ function applyStyles(html) {
5777
5777
  /*!
5778
5778
  * Jodit Editor (https://xdsoft.net/jodit/)
5779
5779
  * Released under MIT see LICENSE.txt in the project root for license information.
5780
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5780
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5781
5781
  */
5782
5782
  /**
5783
5783
  * @module helpers/html
@@ -5865,7 +5865,7 @@ function cleanFromWord(html) {
5865
5865
  /*!
5866
5866
  * Jodit Editor (https://xdsoft.net/jodit/)
5867
5867
  * Released under MIT see LICENSE.txt in the project root for license information.
5868
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5868
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5869
5869
  */
5870
5870
  /**
5871
5871
  * @module helpers/html
@@ -5905,7 +5905,7 @@ function htmlspecialchars(html) {
5905
5905
  /*!
5906
5906
  * Jodit Editor (https://xdsoft.net/jodit/)
5907
5907
  * Released under MIT see LICENSE.txt in the project root for license information.
5908
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5908
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5909
5909
  */
5910
5910
  /**
5911
5911
  * @module helpers/html
@@ -5930,7 +5930,7 @@ function htmlspecialchars(html) {
5930
5930
  /*!
5931
5931
  * Jodit Editor (https://xdsoft.net/jodit/)
5932
5932
  * Released under MIT see LICENSE.txt in the project root for license information.
5933
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5933
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5934
5934
  */
5935
5935
  /**
5936
5936
  * @module helpers/html
@@ -5958,7 +5958,7 @@ function nl2br(html) {
5958
5958
  /*!
5959
5959
  * Jodit Editor (https://xdsoft.net/jodit/)
5960
5960
  * Released under MIT see LICENSE.txt in the project root for license information.
5961
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5961
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5962
5962
  */
5963
5963
  /**
5964
5964
  * @module helpers/html
@@ -6018,7 +6018,7 @@ function sanitizeHTMLElement(elm, { safeJavaScriptLink, removeOnError } = {
6018
6018
  /*!
6019
6019
  * Jodit Editor (https://xdsoft.net/jodit/)
6020
6020
  * Released under MIT see LICENSE.txt in the project root for license information.
6021
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6021
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6022
6022
  */
6023
6023
 
6024
6024
 
@@ -6178,7 +6178,7 @@ __webpack_require__.r(__webpack_exports__);
6178
6178
  /*!
6179
6179
  * Jodit Editor (https://xdsoft.net/jodit/)
6180
6180
  * Released under MIT see LICENSE.txt in the project root for license information.
6181
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6181
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6182
6182
  */
6183
6183
  /**
6184
6184
  * [[include:core/helpers/README.md]]
@@ -6225,7 +6225,7 @@ __webpack_require__.r(__webpack_exports__);
6225
6225
  /*!
6226
6226
  * Jodit Editor (https://xdsoft.net/jodit/)
6227
6227
  * Released under MIT see LICENSE.txt in the project root for license information.
6228
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6228
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6229
6229
  */
6230
6230
  /**
6231
6231
  * @module helpers/normalize
@@ -6254,7 +6254,7 @@ __webpack_require__.r(__webpack_exports__);
6254
6254
  /*!
6255
6255
  * Jodit Editor (https://xdsoft.net/jodit/)
6256
6256
  * Released under MIT see LICENSE.txt in the project root for license information.
6257
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6257
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6258
6258
  */
6259
6259
  /**
6260
6260
  * @module helpers/normalize
@@ -6307,7 +6307,7 @@ const normalizeColor = (colorInput) => {
6307
6307
  /*!
6308
6308
  * Jodit Editor (https://xdsoft.net/jodit/)
6309
6309
  * Released under MIT see LICENSE.txt in the project root for license information.
6310
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6310
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6311
6311
  */
6312
6312
  /**
6313
6313
  * @module helpers/normalize
@@ -6362,7 +6362,7 @@ function normalizeCssValue(key, value) {
6362
6362
  /*!
6363
6363
  * Jodit Editor (https://xdsoft.net/jodit/)
6364
6364
  * Released under MIT see LICENSE.txt in the project root for license information.
6365
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6365
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6366
6366
  */
6367
6367
 
6368
6368
 
@@ -6413,7 +6413,7 @@ function normalizeKeyAliases(keys) {
6413
6413
  /*!
6414
6414
  * Jodit Editor (https://xdsoft.net/jodit/)
6415
6415
  * Released under MIT see LICENSE.txt in the project root for license information.
6416
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6416
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6417
6417
  */
6418
6418
  /**
6419
6419
  * @module helpers/normalize
@@ -6443,7 +6443,7 @@ const normalizeLicense = (license, count = 8) => {
6443
6443
  /*!
6444
6444
  * Jodit Editor (https://xdsoft.net/jodit/)
6445
6445
  * Released under MIT see LICENSE.txt in the project root for license information.
6446
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6446
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6447
6447
  */
6448
6448
  /**
6449
6449
  * @module helpers/normalize
@@ -6481,7 +6481,7 @@ const normalizePath = (...path) => {
6481
6481
  /*!
6482
6482
  * Jodit Editor (https://xdsoft.net/jodit/)
6483
6483
  * Released under MIT see LICENSE.txt in the project root for license information.
6484
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6484
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6485
6485
  */
6486
6486
  /**
6487
6487
  * @module helpers/normalize
@@ -6522,7 +6522,7 @@ const normalizeRelativePath = (path) => {
6522
6522
  /*!
6523
6523
  * Jodit Editor (https://xdsoft.net/jodit/)
6524
6524
  * Released under MIT see LICENSE.txt in the project root for license information.
6525
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6525
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6526
6526
  */
6527
6527
  /**
6528
6528
  * @module helpers/normalize
@@ -6550,7 +6550,7 @@ const normalizeSize = (value, units) => {
6550
6550
  /*!
6551
6551
  * Jodit Editor (https://xdsoft.net/jodit/)
6552
6552
  * Released under MIT see LICENSE.txt in the project root for license information.
6553
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6553
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6554
6554
  */
6555
6555
  /**
6556
6556
  * @module helpers/normalize
@@ -6576,7 +6576,7 @@ const normalizeUrl = (...urls) => {
6576
6576
  /*!
6577
6577
  * Jodit Editor (https://xdsoft.net/jodit/)
6578
6578
  * Released under MIT see LICENSE.txt in the project root for license information.
6579
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6579
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6580
6580
  */
6581
6581
  /**
6582
6582
  * @module helpers/size
@@ -6602,7 +6602,7 @@ const getContentWidth = (element, win) => {
6602
6602
  /*!
6603
6603
  * Jodit Editor (https://xdsoft.net/jodit/)
6604
6604
  * Released under MIT see LICENSE.txt in the project root for license information.
6605
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6605
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6606
6606
  */
6607
6607
 
6608
6608
 
@@ -6646,7 +6646,7 @@ function getScrollParent(node) {
6646
6646
  /*!
6647
6647
  * Jodit Editor (https://xdsoft.net/jodit/)
6648
6648
  * Released under MIT see LICENSE.txt in the project root for license information.
6649
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6649
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6650
6650
  */
6651
6651
  /**
6652
6652
  * @module helpers/size
@@ -6671,7 +6671,7 @@ function getScrollParent(node) {
6671
6671
  /*!
6672
6672
  * Jodit Editor (https://xdsoft.net/jodit/)
6673
6673
  * Released under MIT see LICENSE.txt in the project root for license information.
6674
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6674
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6675
6675
  */
6676
6676
  /**
6677
6677
  * @module helpers/size
@@ -6699,7 +6699,7 @@ const innerWidth = (element, win) => {
6699
6699
  /*!
6700
6700
  * Jodit Editor (https://xdsoft.net/jodit/)
6701
6701
  * Released under MIT see LICENSE.txt in the project root for license information.
6702
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6702
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6703
6703
  */
6704
6704
 
6705
6705
  function size(subject) {
@@ -6725,7 +6725,7 @@ function size(subject) {
6725
6725
  /*!
6726
6726
  * Jodit Editor (https://xdsoft.net/jodit/)
6727
6727
  * Released under MIT see LICENSE.txt in the project root for license information.
6728
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6728
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6729
6729
  */
6730
6730
  const offset = (elm, jodit, doc, recurse = false) => {
6731
6731
  let rect;
@@ -6781,7 +6781,7 @@ const offset = (elm, jodit, doc, recurse = false) => {
6781
6781
  /*!
6782
6782
  * Jodit Editor (https://xdsoft.net/jodit/)
6783
6783
  * Released under MIT see LICENSE.txt in the project root for license information.
6784
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6784
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6785
6785
  */
6786
6786
 
6787
6787
  /**
@@ -6820,7 +6820,7 @@ function position(elm, jodit, recurse = false) {
6820
6820
  /*!
6821
6821
  * Jodit Editor (https://xdsoft.net/jodit/)
6822
6822
  * Released under MIT see LICENSE.txt in the project root for license information.
6823
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6823
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6824
6824
  */
6825
6825
  /**
6826
6826
  * @module helpers/string
@@ -6848,7 +6848,7 @@ const camelCase = (key) => {
6848
6848
  /*!
6849
6849
  * Jodit Editor (https://xdsoft.net/jodit/)
6850
6850
  * Released under MIT see LICENSE.txt in the project root for license information.
6851
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6851
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6852
6852
  */
6853
6853
  /**
6854
6854
  * @module helpers/string
@@ -6907,7 +6907,7 @@ function fuzzySearchIndex(needle, haystack, offset = 0, maxDistance = 1) {
6907
6907
  /*!
6908
6908
  * Jodit Editor (https://xdsoft.net/jodit/)
6909
6909
  * Released under MIT see LICENSE.txt in the project root for license information.
6910
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6910
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6911
6911
  */
6912
6912
 
6913
6913
 
@@ -7046,7 +7046,7 @@ function i18n(key, params, options) {
7046
7046
  /*!
7047
7047
  * Jodit Editor (https://xdsoft.net/jodit/)
7048
7048
  * Released under MIT see LICENSE.txt in the project root for license information.
7049
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7049
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7050
7050
  */
7051
7051
  /**
7052
7052
  * @module helpers/string
@@ -7073,7 +7073,7 @@ function i18n(key, params, options) {
7073
7073
  /*!
7074
7074
  * Jodit Editor (https://xdsoft.net/jodit/)
7075
7075
  * Released under MIT see LICENSE.txt in the project root for license information.
7076
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7076
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7077
7077
  */
7078
7078
  /**
7079
7079
  * @module helpers/string
@@ -7105,7 +7105,7 @@ const CamelCaseToKebabCase = (key) => {
7105
7105
  /*!
7106
7106
  * Jodit Editor (https://xdsoft.net/jodit/)
7107
7107
  * Released under MIT see LICENSE.txt in the project root for license information.
7108
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7108
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7109
7109
  */
7110
7110
  /**
7111
7111
  * Safe stringify circular object
@@ -7147,7 +7147,7 @@ function stringify(value, options = {}) {
7147
7147
  /*!
7148
7148
  * Jodit Editor (https://xdsoft.net/jodit/)
7149
7149
  * Released under MIT see LICENSE.txt in the project root for license information.
7150
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7150
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7151
7151
  */
7152
7152
  /**
7153
7153
  * @module helpers/string
@@ -7189,7 +7189,7 @@ function trimInv(value) {
7189
7189
  /*!
7190
7190
  * Jodit Editor (https://xdsoft.net/jodit/)
7191
7191
  * Released under MIT see LICENSE.txt in the project root for license information.
7192
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7192
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7193
7193
  */
7194
7194
  /**
7195
7195
  * @module helpers/string
@@ -7221,7 +7221,7 @@ function ucfirst(value) {
7221
7221
  /*!
7222
7222
  * Jodit Editor (https://xdsoft.net/jodit/)
7223
7223
  * Released under MIT see LICENSE.txt in the project root for license information.
7224
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7224
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7225
7225
  */
7226
7226
 
7227
7227
 
@@ -7308,7 +7308,7 @@ function alignElement(command, box) {
7308
7308
  /*!
7309
7309
  * Jodit Editor (https://xdsoft.net/jodit/)
7310
7310
  * Released under MIT see LICENSE.txt in the project root for license information.
7311
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7311
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7312
7312
  */
7313
7313
 
7314
7314
 
@@ -7396,7 +7396,7 @@ function loadNextStyle(jodit, urls, i = 0) {
7396
7396
  /*!
7397
7397
  * Jodit Editor (https://xdsoft.net/jodit/)
7398
7398
  * Released under MIT see LICENSE.txt in the project root for license information.
7399
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7399
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7400
7400
  */
7401
7401
 
7402
7402
 
@@ -7463,7 +7463,7 @@ function attr(elm, keyOrAttributes, value) {
7463
7463
  /*!
7464
7464
  * Jodit Editor (https://xdsoft.net/jodit/)
7465
7465
  * Released under MIT see LICENSE.txt in the project root for license information.
7466
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7466
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7467
7467
  */
7468
7468
  /**
7469
7469
  * @module helpers/utils
@@ -7517,7 +7517,7 @@ const browser = (browser) => {
7517
7517
  /*!
7518
7518
  * Jodit Editor (https://xdsoft.net/jodit/)
7519
7519
  * Released under MIT see LICENSE.txt in the project root for license information.
7520
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7520
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7521
7521
  */
7522
7522
 
7523
7523
  /**
@@ -7550,7 +7550,7 @@ const buildQuery = (data, prefix) => {
7550
7550
  /*!
7551
7551
  * Jodit Editor (https://xdsoft.net/jodit/)
7552
7552
  * Released under MIT see LICENSE.txt in the project root for license information.
7553
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7553
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7554
7554
  */
7555
7555
  /**
7556
7556
  * @module helpers/utils
@@ -7585,7 +7585,7 @@ const completeUrl = (url) => {
7585
7585
  /*!
7586
7586
  * Jodit Editor (https://xdsoft.net/jodit/)
7587
7587
  * Released under MIT see LICENSE.txt in the project root for license information.
7588
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7588
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7589
7589
  */
7590
7590
 
7591
7591
 
@@ -7706,7 +7706,7 @@ function ConfigDeepFlatten(obj) {
7706
7706
  /*!
7707
7707
  * Jodit Editor (https://xdsoft.net/jodit/)
7708
7708
  * Released under MIT see LICENSE.txt in the project root for license information.
7709
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7709
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7710
7710
  */
7711
7711
  /**
7712
7712
  * @module helpers/utils
@@ -7788,7 +7788,7 @@ const convertMediaUrlToVideoEmbed = (url, { width = 400, height = 345 } = {}) =>
7788
7788
  /*!
7789
7789
  * Jodit Editor (https://xdsoft.net/jodit/)
7790
7790
  * Released under MIT see LICENSE.txt in the project root for license information.
7791
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7791
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7792
7792
  */
7793
7793
 
7794
7794
 
@@ -7871,7 +7871,7 @@ const clearCenterAlign = (image) => {
7871
7871
  /*!
7872
7872
  * Jodit Editor (https://xdsoft.net/jodit/)
7873
7873
  * Released under MIT see LICENSE.txt in the project root for license information.
7874
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7874
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7875
7875
  */
7876
7876
  /**
7877
7877
  * @module helpers/utils
@@ -7907,7 +7907,7 @@ const ctrlKey = (e) => {
7907
7907
  /*!
7908
7908
  * Jodit Editor (https://xdsoft.net/jodit/)
7909
7909
  * Released under MIT see LICENSE.txt in the project root for license information.
7910
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7910
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7911
7911
  */
7912
7912
 
7913
7913
  const store = new WeakMap();
@@ -7950,7 +7950,7 @@ const dataBind = (elm, key, value) => {
7950
7950
  /*!
7951
7951
  * Jodit Editor (https://xdsoft.net/jodit/)
7952
7952
  * Released under MIT see LICENSE.txt in the project root for license information.
7953
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7953
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7954
7954
  */
7955
7955
  /**
7956
7956
  * @module helpers/utils
@@ -7989,7 +7989,7 @@ const defaultLanguage = (language, defaultLanguage = 'en') => {
7989
7989
  /*!
7990
7990
  * Jodit Editor (https://xdsoft.net/jodit/)
7991
7991
  * Released under MIT see LICENSE.txt in the project root for license information.
7992
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7992
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7993
7993
  */
7994
7994
  /**
7995
7995
  * @module helpers/utils
@@ -8023,7 +8023,7 @@ function options(message) {
8023
8023
  /*!
8024
8024
  * Jodit Editor (https://xdsoft.net/jodit/)
8025
8025
  * Released under MIT see LICENSE.txt in the project root for license information.
8026
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8026
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8027
8027
  */
8028
8028
  /**
8029
8029
  * @module helpers/utils
@@ -8050,7 +8050,7 @@ const isAbort = jodit_core_helpers_checker_is_abort_error__WEBPACK_IMPORTED_MODU
8050
8050
  /*!
8051
8051
  * Jodit Editor (https://xdsoft.net/jodit/)
8052
8052
  * Released under MIT see LICENSE.txt in the project root for license information.
8053
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8053
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8054
8054
  */
8055
8055
  /**
8056
8056
  * @module helpers/utils
@@ -8081,7 +8081,7 @@ class ConnectionError extends Error {
8081
8081
  /*!
8082
8082
  * Jodit Editor (https://xdsoft.net/jodit/)
8083
8083
  * Released under MIT see LICENSE.txt in the project root for license information.
8084
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8084
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8085
8085
  */
8086
8086
  /**
8087
8087
  * @module helpers/utils
@@ -8103,7 +8103,7 @@ class ConnectionError extends Error {
8103
8103
  /*!
8104
8104
  * Jodit Editor (https://xdsoft.net/jodit/)
8105
8105
  * Released under MIT see LICENSE.txt in the project root for license information.
8106
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8106
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8107
8107
  */
8108
8108
  /**
8109
8109
  * @module helpers/utils
@@ -8136,7 +8136,7 @@ class OptionsError extends TypeError {
8136
8136
  /*!
8137
8137
  * Jodit Editor (https://xdsoft.net/jodit/)
8138
8138
  * Released under MIT see LICENSE.txt in the project root for license information.
8139
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8139
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8140
8140
  */
8141
8141
  /**
8142
8142
  * @module helpers/utils
@@ -8160,7 +8160,7 @@ class OptionsError extends TypeError {
8160
8160
  /*!
8161
8161
  * Jodit Editor (https://xdsoft.net/jodit/)
8162
8162
  * Released under MIT see LICENSE.txt in the project root for license information.
8163
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8163
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8164
8164
  */
8165
8165
  /**
8166
8166
  * @module helpers/utils
@@ -8196,7 +8196,7 @@ function fastClone(object) {
8196
8196
  /*!
8197
8197
  * Jodit Editor (https://xdsoft.net/jodit/)
8198
8198
  * Released under MIT see LICENSE.txt in the project root for license information.
8199
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8199
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8200
8200
  */
8201
8201
 
8202
8202
  const keepNames = new Map();
@@ -8232,7 +8232,7 @@ const getClassName = (obj) => {
8232
8232
  /*!
8233
8233
  * Jodit Editor (https://xdsoft.net/jodit/)
8234
8234
  * Released under MIT see LICENSE.txt in the project root for license information.
8235
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8235
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8236
8236
  */
8237
8237
 
8238
8238
 
@@ -8291,7 +8291,7 @@ function get(chain, obj) {
8291
8291
  /*!
8292
8292
  * Jodit Editor (https://xdsoft.net/jodit/)
8293
8293
  * Released under MIT see LICENSE.txt in the project root for license information.
8294
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8294
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8295
8295
  */
8296
8296
  /**
8297
8297
  * @module helpers/utils
@@ -8409,7 +8409,7 @@ __webpack_require__.r(__webpack_exports__);
8409
8409
  /*!
8410
8410
  * Jodit Editor (https://xdsoft.net/jodit/)
8411
8411
  * Released under MIT see LICENSE.txt in the project root for license information.
8412
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8412
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8413
8413
  */
8414
8414
  /**
8415
8415
  * @module helpers/utils
@@ -8456,7 +8456,7 @@ __webpack_require__.r(__webpack_exports__);
8456
8456
  /*!
8457
8457
  * Jodit Editor (https://xdsoft.net/jodit/)
8458
8458
  * Released under MIT see LICENSE.txt in the project root for license information.
8459
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8459
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8460
8460
  */
8461
8461
  /**
8462
8462
  * @module helpers/utils
@@ -8490,7 +8490,7 @@ function markDeprecated(method, names = [''], ctx = null) {
8490
8490
  /*!
8491
8491
  * Jodit Editor (https://xdsoft.net/jodit/)
8492
8492
  * Released under MIT see LICENSE.txt in the project root for license information.
8493
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8493
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8494
8494
  */
8495
8495
  /**
8496
8496
  * Parse query string
@@ -8522,7 +8522,7 @@ const parseQuery = (queryString) => {
8522
8522
  /*!
8523
8523
  * Jodit Editor (https://xdsoft.net/jodit/)
8524
8524
  * Released under MIT see LICENSE.txt in the project root for license information.
8525
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8525
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8526
8526
  */
8527
8527
 
8528
8528
 
@@ -8703,7 +8703,7 @@ function previewBox(editor, defaultValue, points = 'px', container = null) {
8703
8703
  /*!
8704
8704
  * Jodit Editor (https://xdsoft.net/jodit/)
8705
8705
  * Released under MIT see LICENSE.txt in the project root for license information.
8706
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8706
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8707
8707
  */
8708
8708
 
8709
8709
 
@@ -8759,7 +8759,7 @@ function reset(key) {
8759
8759
  /*!
8760
8760
  * Jodit Editor (https://xdsoft.net/jodit/)
8761
8761
  * Released under MIT see LICENSE.txt in the project root for license information.
8762
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8762
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8763
8763
  */
8764
8764
 
8765
8765
  /**
@@ -8822,7 +8822,7 @@ function scrollIntoViewIfNeeded(elm, root, doc) {
8822
8822
  /*!
8823
8823
  * Jodit Editor (https://xdsoft.net/jodit/)
8824
8824
  * Released under MIT see LICENSE.txt in the project root for license information.
8825
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8825
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8826
8826
  */
8827
8827
 
8828
8828
 
@@ -8963,7 +8963,7 @@ function resolveElement(element, od) {
8963
8963
  /*!
8964
8964
  * Jodit Editor (https://xdsoft.net/jodit/)
8965
8965
  * Released under MIT see LICENSE.txt in the project root for license information.
8966
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8966
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8967
8967
  */
8968
8968
 
8969
8969
 
@@ -9013,7 +9013,7 @@ function set(chain, value, obj) {
9013
9013
  /*!
9014
9014
  * Jodit Editor (https://xdsoft.net/jodit/)
9015
9015
  * Released under MIT see LICENSE.txt in the project root for license information.
9016
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9016
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9017
9017
  */
9018
9018
  class LimitedStack {
9019
9019
  constructor(limit) {
@@ -9058,7 +9058,7 @@ class LimitedStack {
9058
9058
  /*!
9059
9059
  * Jodit Editor (https://xdsoft.net/jodit/)
9060
9060
  * Released under MIT see LICENSE.txt in the project root for license information.
9061
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9061
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9062
9062
  */
9063
9063
 
9064
9064
 
@@ -9172,7 +9172,7 @@ const getDataTransfer = (event) => {
9172
9172
  /*!
9173
9173
  * Jodit Editor (https://xdsoft.net/jodit/)
9174
9174
  * Released under MIT see LICENSE.txt in the project root for license information.
9175
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9175
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9176
9176
  */
9177
9177
 
9178
9178
 
@@ -9226,7 +9226,7 @@ function init(jodit, pluginName, plugin, instance, doneList, waitingList) {
9226
9226
  /*!
9227
9227
  * Jodit Editor (https://xdsoft.net/jodit/)
9228
9228
  * Released under MIT see LICENSE.txt in the project root for license information.
9229
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9229
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9230
9230
  */
9231
9231
 
9232
9232
 
@@ -9305,7 +9305,7 @@ function load(jodit, pluginList, callback) {
9305
9305
  /*!
9306
9306
  * Jodit Editor (https://xdsoft.net/jodit/)
9307
9307
  * Released under MIT see LICENSE.txt in the project root for license information.
9308
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9308
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9309
9309
  */
9310
9310
 
9311
9311
 
@@ -9348,7 +9348,7 @@ function makeInstance(jodit, plugin) {
9348
9348
  /*!
9349
9349
  * Jodit Editor (https://xdsoft.net/jodit/)
9350
9350
  * Released under MIT see LICENSE.txt in the project root for license information.
9351
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9351
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9352
9352
  */
9353
9353
  /**
9354
9354
  * @module plugin
@@ -9376,7 +9376,7 @@ function normalizeName(name) {
9376
9376
  /*!
9377
9377
  * Jodit Editor (https://xdsoft.net/jodit/)
9378
9378
  * Released under MIT see LICENSE.txt in the project root for license information.
9379
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9379
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9380
9380
  */
9381
9381
  /**
9382
9382
  * @module plugin
@@ -9405,7 +9405,7 @@ function normalizeName(name) {
9405
9405
  /*!
9406
9406
  * Jodit Editor (https://xdsoft.net/jodit/)
9407
9407
  * Released under MIT see LICENSE.txt in the project root for license information.
9408
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9408
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9409
9409
  */
9410
9410
 
9411
9411
 
@@ -9567,7 +9567,7 @@ function getSpecialLists(jodit) {
9567
9567
  /*!
9568
9568
  * Jodit Editor (https://xdsoft.net/jodit/)
9569
9569
  * Released under MIT see LICENSE.txt in the project root for license information.
9570
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9570
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9571
9571
  */
9572
9572
 
9573
9573
 
@@ -9668,7 +9668,7 @@ Plugin.requires = [];
9668
9668
  /*!
9669
9669
  * Jodit Editor (https://xdsoft.net/jodit/)
9670
9670
  * Released under MIT see LICENSE.txt in the project root for license information.
9671
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9671
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9672
9672
  */
9673
9673
 
9674
9674
 
@@ -9843,7 +9843,7 @@ Ajax.log = [];
9843
9843
  /*!
9844
9844
  * Jodit Editor (https://xdsoft.net/jodit/)
9845
9845
  * Released under MIT see LICENSE.txt in the project root for license information.
9846
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9846
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9847
9847
  */
9848
9848
 
9849
9849
  jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.defaultAjaxOptions = {
@@ -9877,7 +9877,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.defaultAjaxO
9877
9877
  /*!
9878
9878
  * Jodit Editor (https://xdsoft.net/jodit/)
9879
9879
  * Released under MIT see LICENSE.txt in the project root for license information.
9880
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9880
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9881
9881
  */
9882
9882
  /**
9883
9883
  * @module request
@@ -9899,7 +9899,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.defaultAjaxO
9899
9899
  /*!
9900
9900
  * Jodit Editor (https://xdsoft.net/jodit/)
9901
9901
  * Released under MIT see LICENSE.txt in the project root for license information.
9902
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9902
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9903
9903
  */
9904
9904
 
9905
9905
  class Response {
@@ -9946,7 +9946,7 @@ class Response {
9946
9946
  /*!
9947
9947
  * Jodit Editor (https://xdsoft.net/jodit/)
9948
9948
  * Released under MIT see LICENSE.txt in the project root for license information.
9949
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9949
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9950
9950
  */
9951
9951
  /**
9952
9952
  * @module selection
@@ -10018,7 +10018,7 @@ function findCorrectCurrentNode(node, range, rightMode, isCollapsed, checkChild,
10018
10018
  /*!
10019
10019
  * Jodit Editor (https://xdsoft.net/jodit/)
10020
10020
  * Released under MIT see LICENSE.txt in the project root for license information.
10021
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
10021
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
10022
10022
  */
10023
10023
 
10024
10024
 
@@ -10058,7 +10058,7 @@ function moveNodeInsideStart(j, node, start) {
10058
10058
  /*!
10059
10059
  * Jodit Editor (https://xdsoft.net/jodit/)
10060
10060
  * Released under MIT see LICENSE.txt in the project root for license information.
10061
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
10061
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
10062
10062
  */
10063
10063
 
10064
10064
  /**
@@ -10105,7 +10105,7 @@ function moveTheNodeAlongTheEdgeOutward(node, start, root) {
10105
10105
  /*!
10106
10106
  * Jodit Editor (https://xdsoft.net/jodit/)
10107
10107
  * Released under MIT see LICENSE.txt in the project root for license information.
10108
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
10108
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
10109
10109
  */
10110
10110
  /**
10111
10111
  * @module selection
@@ -10138,7 +10138,7 @@ function moveTheNodeAlongTheEdgeOutward(node, start, root) {
10138
10138
  /*!
10139
10139
  * Jodit Editor (https://xdsoft.net/jodit/)
10140
10140
  * Released under MIT see LICENSE.txt in the project root for license information.
10141
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
10141
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
10142
10142
  */
10143
10143
 
10144
10144
 
@@ -11284,7 +11284,7 @@ class Selection {
11284
11284
  /*!
11285
11285
  * Jodit Editor (https://xdsoft.net/jodit/)
11286
11286
  * Released under MIT see LICENSE.txt in the project root for license information.
11287
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11287
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11288
11288
  */
11289
11289
 
11290
11290
 
@@ -11352,7 +11352,7 @@ function extractAndMove(wrapper, range, left) {
11352
11352
  /*!
11353
11353
  * Jodit Editor (https://xdsoft.net/jodit/)
11354
11354
  * Released under MIT see LICENSE.txt in the project root for license information.
11355
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11355
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11356
11356
  */
11357
11357
 
11358
11358
 
@@ -11412,7 +11412,7 @@ class FiniteStateMachine {
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
 
@@ -11457,7 +11457,7 @@ function getSuitChild(style, font) {
11457
11457
  /*!
11458
11458
  * Jodit Editor (https://xdsoft.net/jodit/)
11459
11459
  * Released under MIT see LICENSE.txt in the project root for license information.
11460
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11460
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11461
11461
  */
11462
11462
 
11463
11463
 
@@ -11516,7 +11516,7 @@ function getSuitParent(style, node, root) {
11516
11516
  /*!
11517
11517
  * Jodit Editor (https://xdsoft.net/jodit/)
11518
11518
  * Released under MIT see LICENSE.txt in the project root for license information.
11519
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11519
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11520
11520
  */
11521
11521
 
11522
11522
 
@@ -11610,7 +11610,7 @@ if (jodit_core_constants__WEBPACK_IMPORTED_MODULE_0__.globalDocument) {
11610
11610
  /*!
11611
11611
  * Jodit Editor (https://xdsoft.net/jodit/)
11612
11612
  * Released under MIT see LICENSE.txt in the project root for license information.
11613
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11613
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11614
11614
  */
11615
11615
 
11616
11616
 
@@ -11642,7 +11642,7 @@ if (jodit_core_constants__WEBPACK_IMPORTED_MODULE_0__.globalDocument) {
11642
11642
  /*!
11643
11643
  * Jodit Editor (https://xdsoft.net/jodit/)
11644
11644
  * Released under MIT see LICENSE.txt in the project root for license information.
11645
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11645
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11646
11646
  */
11647
11647
 
11648
11648
  /**
@@ -11668,7 +11668,7 @@ function isInsideInvisibleElement(font, root) {
11668
11668
  /*!
11669
11669
  * Jodit Editor (https://xdsoft.net/jodit/)
11670
11670
  * Released under MIT see LICENSE.txt in the project root for license information.
11671
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11671
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11672
11672
  */
11673
11673
 
11674
11674
 
@@ -11702,7 +11702,7 @@ function isNormalNode(elm) {
11702
11702
  /*!
11703
11703
  * Jodit Editor (https://xdsoft.net/jodit/)
11704
11704
  * Released under MIT see LICENSE.txt in the project root for license information.
11705
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11705
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11706
11706
  */
11707
11707
 
11708
11708
 
@@ -11835,7 +11835,7 @@ function isSameStyleChild(commitStyle, elm) {
11835
11835
  /*!
11836
11836
  * Jodit Editor (https://xdsoft.net/jodit/)
11837
11837
  * Released under MIT see LICENSE.txt in the project root for license information.
11838
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11838
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11839
11839
  */
11840
11840
 
11841
11841
 
@@ -11906,7 +11906,7 @@ function unwrapList(mode, list, li, jodit, cs) {
11906
11906
  /*!
11907
11907
  * Jodit Editor (https://xdsoft.net/jodit/)
11908
11908
  * Released under MIT see LICENSE.txt in the project root for license information.
11909
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11909
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11910
11910
  */
11911
11911
 
11912
11912
 
@@ -11968,7 +11968,7 @@ function wrapList(commitStyle, wrapper, jodit) {
11968
11968
  /*!
11969
11969
  * Jodit Editor (https://xdsoft.net/jodit/)
11970
11970
  * Released under MIT see LICENSE.txt in the project root for license information.
11971
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11971
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11972
11972
  */
11973
11973
 
11974
11974
 
@@ -12142,7 +12142,7 @@ function getNativeCSSValue(jodit, elm, key) {
12142
12142
  /*!
12143
12143
  * Jodit Editor (https://xdsoft.net/jodit/)
12144
12144
  * Released under MIT see LICENSE.txt in the project root for license information.
12145
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12145
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12146
12146
  */
12147
12147
 
12148
12148
 
@@ -12216,7 +12216,7 @@ function unwrapChildren(style, font) {
12216
12216
  /*!
12217
12217
  * Jodit Editor (https://xdsoft.net/jodit/)
12218
12218
  * Released under MIT see LICENSE.txt in the project root for license information.
12219
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12219
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12220
12220
  */
12221
12221
 
12222
12222
 
@@ -12283,7 +12283,7 @@ function wrapUnwrappedText(style, elm, jodit) {
12283
12283
  /*!
12284
12284
  * Jodit Editor (https://xdsoft.net/jodit/)
12285
12285
  * Released under MIT see LICENSE.txt in the project root for license information.
12286
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12286
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12287
12287
  */
12288
12288
 
12289
12289
 
@@ -12341,7 +12341,7 @@ function findOrCreateWrapper(commitStyle, font, jodit) {
12341
12341
  /*!
12342
12342
  * Jodit Editor (https://xdsoft.net/jodit/)
12343
12343
  * Released under MIT see LICENSE.txt in the project root for license information.
12344
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12344
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12345
12345
  */
12346
12346
 
12347
12347
 
@@ -12398,7 +12398,7 @@ function ApplyStyle(jodit, cs) {
12398
12398
  /*!
12399
12399
  * Jodit Editor (https://xdsoft.net/jodit/)
12400
12400
  * Released under MIT see LICENSE.txt in the project root for license information.
12401
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12401
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12402
12402
  */
12403
12403
 
12404
12404
 
@@ -12489,7 +12489,7 @@ class CommitStyle {
12489
12489
  /*!
12490
12490
  * Jodit Editor (https://xdsoft.net/jodit/)
12491
12491
  * Released under MIT see LICENSE.txt in the project root for license information.
12492
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12492
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12493
12493
  */
12494
12494
  /**
12495
12495
  * @module selection
@@ -12529,7 +12529,7 @@ const _PREFIX = 'commitStyle';
12529
12529
  /*!
12530
12530
  * Jodit Editor (https://xdsoft.net/jodit/)
12531
12531
  * Released under MIT see LICENSE.txt in the project root for license information.
12532
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12532
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12533
12533
  */
12534
12534
 
12535
12535
 
@@ -12685,7 +12685,7 @@ const transactions = {
12685
12685
  /*!
12686
12686
  * Jodit Editor (https://xdsoft.net/jodit/)
12687
12687
  * Released under MIT see LICENSE.txt in the project root for license information.
12688
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12688
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12689
12689
  */
12690
12690
  /**
12691
12691
  * Check if user disable local storages/cookie etc.
@@ -12767,7 +12767,7 @@ class LocalStorageProvider {
12767
12767
  /*!
12768
12768
  * Jodit Editor (https://xdsoft.net/jodit/)
12769
12769
  * Released under MIT see LICENSE.txt in the project root for license information.
12770
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12770
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12771
12771
  */
12772
12772
  class MemoryStorageProvider {
12773
12773
  constructor() {
@@ -12808,7 +12808,7 @@ class MemoryStorageProvider {
12808
12808
  /*!
12809
12809
  * Jodit Editor (https://xdsoft.net/jodit/)
12810
12810
  * Released under MIT see LICENSE.txt in the project root for license information.
12811
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12811
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12812
12812
  */
12813
12813
  /**
12814
12814
  * @module storage
@@ -12834,7 +12834,7 @@ class MemoryStorageProvider {
12834
12834
  /*!
12835
12835
  * Jodit Editor (https://xdsoft.net/jodit/)
12836
12836
  * Released under MIT see LICENSE.txt in the project root for license information.
12837
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12837
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12838
12838
  */
12839
12839
 
12840
12840
 
@@ -12894,7 +12894,7 @@ class Storage {
12894
12894
  /*!
12895
12895
  * Jodit Editor (https://xdsoft.net/jodit/)
12896
12896
  * Released under MIT see LICENSE.txt in the project root for license information.
12897
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12897
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12898
12898
  */
12899
12899
 
12900
12900
 
@@ -12944,7 +12944,7 @@ function processTitle(title, self) {
12944
12944
  /*!
12945
12945
  * Jodit Editor (https://xdsoft.net/jodit/)
12946
12946
  * Released under MIT see LICENSE.txt in the project root for license information.
12947
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12947
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12948
12948
  */
12949
12949
 
12950
12950
  class Elms {
@@ -12976,7 +12976,7 @@ class Elms {
12976
12976
  /*!
12977
12977
  * Jodit Editor (https://xdsoft.net/jodit/)
12978
12978
  * Released under MIT see LICENSE.txt in the project root for license information.
12979
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12979
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12980
12980
  */
12981
12981
 
12982
12982
  class Mods {
@@ -13037,7 +13037,7 @@ class Mods {
13037
13037
  /*!
13038
13038
  * Jodit Editor (https://xdsoft.net/jodit/)
13039
13039
  * Released under MIT see LICENSE.txt in the project root for license information.
13040
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13040
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13041
13041
  */
13042
13042
 
13043
13043
 
@@ -13315,7 +13315,7 @@ function Button(jodit, stateOrText, text, variant) {
13315
13315
  /*!
13316
13316
  * Jodit Editor (https://xdsoft.net/jodit/)
13317
13317
  * Released under MIT see LICENSE.txt in the project root for license information.
13318
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13318
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13319
13319
  */
13320
13320
 
13321
13321
 
@@ -13404,7 +13404,7 @@ UIButtonGroup = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .Cg)([
13404
13404
  /*!
13405
13405
  * Jodit Editor (https://xdsoft.net/jodit/)
13406
13406
  * Released under MIT see LICENSE.txt in the project root for license information.
13407
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13407
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13408
13408
  */
13409
13409
  /**
13410
13410
  * [[include:core/ui/button/README.md]]
@@ -13436,7 +13436,7 @@ UIButtonGroup = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .Cg)([
13436
13436
  /*!
13437
13437
  * Jodit Editor (https://xdsoft.net/jodit/)
13438
13438
  * Released under MIT see LICENSE.txt in the project root for license information.
13439
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13439
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13440
13440
  */
13441
13441
  var UITooltip_1;
13442
13442
 
@@ -13646,7 +13646,7 @@ UITooltip = UITooltip_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_7__/* .__decorate */
13646
13646
  /*!
13647
13647
  * Jodit Editor (https://xdsoft.net/jodit/)
13648
13648
  * Released under MIT see LICENSE.txt in the project root for license information.
13649
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13649
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13650
13650
  */
13651
13651
  var UIElement_1;
13652
13652
 
@@ -13803,7 +13803,7 @@ UIElement = UIElement_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */
13803
13803
  /*!
13804
13804
  * Jodit Editor (https://xdsoft.net/jodit/)
13805
13805
  * Released under MIT see LICENSE.txt in the project root for license information.
13806
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13806
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13807
13807
  */
13808
13808
 
13809
13809
 
@@ -13854,7 +13854,7 @@ UIBlock = (0,tslib__WEBPACK_IMPORTED_MODULE_2__/* .__decorate */ .Cg)([
13854
13854
  /*!
13855
13855
  * Jodit Editor (https://xdsoft.net/jodit/)
13856
13856
  * Released under MIT see LICENSE.txt in the project root for license information.
13857
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13857
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13858
13858
  */
13859
13859
 
13860
13860
 
@@ -13943,7 +13943,7 @@ UIForm = (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */ .Cg)([
13943
13943
  /*!
13944
13944
  * Jodit Editor (https://xdsoft.net/jodit/)
13945
13945
  * Released under MIT see LICENSE.txt in the project root for license information.
13946
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13946
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13947
13947
  */
13948
13948
  /**
13949
13949
  * @module ui/form
@@ -13969,7 +13969,7 @@ UIForm = (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */ .Cg)([
13969
13969
  /*!
13970
13970
  * Jodit Editor (https://xdsoft.net/jodit/)
13971
13971
  * Released under MIT see LICENSE.txt in the project root for license information.
13972
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13972
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13973
13973
  */
13974
13974
  var UITextArea_1;
13975
13975
 
@@ -14027,7 +14027,7 @@ UITextArea = UITextArea_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_2__/* .__decorate
14027
14027
  /*!
14028
14028
  * Jodit Editor (https://xdsoft.net/jodit/)
14029
14029
  * Released under MIT see LICENSE.txt in the project root for license information.
14030
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14030
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14031
14031
  */
14032
14032
  var UICheckbox_1;
14033
14033
 
@@ -14110,7 +14110,7 @@ UICheckbox = UICheckbox_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate
14110
14110
  /*!
14111
14111
  * Jodit Editor (https://xdsoft.net/jodit/)
14112
14112
  * Released under MIT see LICENSE.txt in the project root for license information.
14113
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14113
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14114
14114
  */
14115
14115
 
14116
14116
 
@@ -14180,7 +14180,7 @@ UIFileInput = (0,tslib__WEBPACK_IMPORTED_MODULE_2__/* .__decorate */ .Cg)([
14180
14180
  /*!
14181
14181
  * Jodit Editor (https://xdsoft.net/jodit/)
14182
14182
  * Released under MIT see LICENSE.txt in the project root for license information.
14183
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14183
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14184
14184
  */
14185
14185
  /**
14186
14186
  * @module ui/form
@@ -14212,7 +14212,7 @@ UIFileInput = (0,tslib__WEBPACK_IMPORTED_MODULE_2__/* .__decorate */ .Cg)([
14212
14212
  /*!
14213
14213
  * Jodit Editor (https://xdsoft.net/jodit/)
14214
14214
  * Released under MIT see LICENSE.txt in the project root for license information.
14215
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14215
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14216
14216
  */
14217
14217
  var UIInput_1;
14218
14218
 
@@ -14463,7 +14463,7 @@ UIInput = UIInput_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_7__/* .__decorate */ .Cg
14463
14463
  /*!
14464
14464
  * Jodit Editor (https://xdsoft.net/jodit/)
14465
14465
  * Released under MIT see LICENSE.txt in the project root for license information.
14466
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14466
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14467
14467
  */
14468
14468
  var UISelect_1;
14469
14469
 
@@ -14545,7 +14545,7 @@ UISelect = UISelect_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .
14545
14545
  /*!
14546
14546
  * Jodit Editor (https://xdsoft.net/jodit/)
14547
14547
  * Released under MIT see LICENSE.txt in the project root for license information.
14548
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14548
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14549
14549
  */
14550
14550
  /**
14551
14551
  * @module ui/form
@@ -14570,7 +14570,7 @@ __webpack_require__.r(__webpack_exports__);
14570
14570
  /*!
14571
14571
  * Jodit Editor (https://xdsoft.net/jodit/)
14572
14572
  * Released under MIT see LICENSE.txt in the project root for license information.
14573
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14573
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14574
14574
  */
14575
14575
 
14576
14576
 
@@ -14609,7 +14609,7 @@ const url = function (input) {
14609
14609
  /*!
14610
14610
  * Jodit Editor (https://xdsoft.net/jodit/)
14611
14611
  * Released under MIT see LICENSE.txt in the project root for license information.
14612
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14612
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14613
14613
  */
14614
14614
 
14615
14615
  /**
@@ -14644,7 +14644,7 @@ const required = function (select) {
14644
14644
  /*!
14645
14645
  * Jodit Editor (https://xdsoft.net/jodit/)
14646
14646
  * Released under MIT see LICENSE.txt in the project root for license information.
14647
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14647
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14648
14648
  */
14649
14649
  var UIGroup_1;
14650
14650
 
@@ -14794,7 +14794,7 @@ UIGroup = UIGroup_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_6__/* .__decorate */ .Cg
14794
14794
  /*!
14795
14795
  * Jodit Editor (https://xdsoft.net/jodit/)
14796
14796
  * Released under MIT see LICENSE.txt in the project root for license information.
14797
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14797
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14798
14798
  */
14799
14799
  /**
14800
14800
  * @module ui/group
@@ -14828,7 +14828,7 @@ UIGroup = UIGroup_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_6__/* .__decorate */ .Cg
14828
14828
  /*!
14829
14829
  * Jodit Editor (https://xdsoft.net/jodit/)
14830
14830
  * Released under MIT see LICENSE.txt in the project root for license information.
14831
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14831
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14832
14832
  */
14833
14833
 
14834
14834
 
@@ -14997,7 +14997,7 @@ UIList = (0,tslib__WEBPACK_IMPORTED_MODULE_10__/* .__decorate */ .Cg)([
14997
14997
  /*!
14998
14998
  * Jodit Editor (https://xdsoft.net/jodit/)
14999
14999
  * Released under MIT see LICENSE.txt in the project root for license information.
15000
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15000
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15001
15001
  */
15002
15002
 
15003
15003
  /**
@@ -15031,7 +15031,7 @@ UISeparator = (0,tslib__WEBPACK_IMPORTED_MODULE_1__/* .__decorate */ .Cg)([
15031
15031
  /*!
15032
15032
  * Jodit Editor (https://xdsoft.net/jodit/)
15033
15033
  * Released under MIT see LICENSE.txt in the project root for license information.
15034
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15034
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15035
15035
  */
15036
15036
 
15037
15037
  /**
@@ -15064,7 +15064,7 @@ UISpacer = (0,tslib__WEBPACK_IMPORTED_MODULE_1__/* .__decorate */ .Cg)([
15064
15064
  /*!
15065
15065
  * Jodit Editor (https://xdsoft.net/jodit/)
15066
15066
  * Released under MIT see LICENSE.txt in the project root for license information.
15067
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15067
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15068
15068
  */
15069
15069
 
15070
15070
  /**
@@ -15109,7 +15109,7 @@ function flatButtonsSet(buttons, jodit) {
15109
15109
  /*!
15110
15110
  * Jodit Editor (https://xdsoft.net/jodit/)
15111
15111
  * Released under MIT see LICENSE.txt in the project root for license information.
15112
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15112
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15113
15113
  */
15114
15114
 
15115
15115
 
@@ -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
 
@@ -15349,7 +15349,7 @@ Icon.__cache = new Map();
15349
15349
  /*!
15350
15350
  * Jodit Editor (https://xdsoft.net/jodit/)
15351
15351
  * Released under MIT see LICENSE.txt in the project root for license information.
15352
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15352
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15353
15353
  */
15354
15354
  /**
15355
15355
  * [[include:core/ui/README.md]]
@@ -15378,7 +15378,7 @@ Icon.__cache = new Map();
15378
15378
  /*!
15379
15379
  * Jodit Editor (https://xdsoft.net/jodit/)
15380
15380
  * Released under MIT see LICENSE.txt in the project root for license information.
15381
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15381
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15382
15382
  */
15383
15383
  /**
15384
15384
  * @module ui/popup
@@ -15408,7 +15408,7 @@ Icon.__cache = new Map();
15408
15408
  /*!
15409
15409
  * Jodit Editor (https://xdsoft.net/jodit/)
15410
15410
  * Released under MIT see LICENSE.txt in the project root for license information.
15411
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15411
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15412
15412
  */
15413
15413
 
15414
15414
 
@@ -15757,7 +15757,7 @@ class Popup extends jodit_core_ui_group_group__WEBPACK_IMPORTED_MODULE_7__/* .UI
15757
15757
  /*!
15758
15758
  * Jodit Editor (https://xdsoft.net/jodit/)
15759
15759
  * Released under MIT see LICENSE.txt in the project root for license information.
15760
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15760
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15761
15761
  */
15762
15762
 
15763
15763
 
@@ -15818,7 +15818,7 @@ class ProgressBar extends jodit_core_ui_element__WEBPACK_IMPORTED_MODULE_1__/* .
15818
15818
  /*!
15819
15819
  * Jodit Editor (https://xdsoft.net/jodit/)
15820
15820
  * Released under MIT see LICENSE.txt in the project root for license information.
15821
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15821
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15822
15822
  */
15823
15823
 
15824
15824
 
@@ -15989,7 +15989,7 @@ class ViewWithToolbar extends jodit_core_view_view__WEBPACK_IMPORTED_MODULE_6__/
15989
15989
  /*!
15990
15990
  * Jodit Editor (https://xdsoft.net/jodit/)
15991
15991
  * Released under MIT see LICENSE.txt in the project root for license information.
15992
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15992
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15993
15993
  */
15994
15994
  var View_1;
15995
15995
 
@@ -16308,7 +16308,7 @@ View.defaultOptions = {
16308
16308
  /*!
16309
16309
  * Jodit Editor (https://xdsoft.net/jodit/)
16310
16310
  * Released under MIT see LICENSE.txt in the project root for license information.
16311
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
16311
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
16312
16312
  */
16313
16313
  var Jodit_1;
16314
16314
 
@@ -17599,7 +17599,7 @@ function addClassNames(className, elm) {
17599
17599
  /*!
17600
17600
  * Jodit Editor (https://xdsoft.net/jodit/)
17601
17601
  * Released under MIT see LICENSE.txt in the project root for license information.
17602
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
17602
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
17603
17603
  */
17604
17604
 
17605
17605
 
@@ -17689,7 +17689,7 @@ Object.keys(exp).forEach((lang) => {
17689
17689
  /*!
17690
17690
  * Jodit Editor (https://xdsoft.net/jodit/)
17691
17691
  * Released under MIT see LICENSE.txt in the project root for license information.
17692
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
17692
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
17693
17693
  */
17694
17694
 
17695
17695
 
@@ -17764,7 +17764,7 @@ ContextMenu = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .Cg)([
17764
17764
  /*!
17765
17765
  * Jodit Editor (https://xdsoft.net/jodit/)
17766
17766
  * Released under MIT see LICENSE.txt in the project root for license information.
17767
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
17767
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
17768
17768
  */
17769
17769
 
17770
17770
 
@@ -17823,7 +17823,7 @@ function Alert(msg, title, callback, className = 'jodit-dialog_alert') {
17823
17823
  /*!
17824
17824
  * Jodit Editor (https://xdsoft.net/jodit/)
17825
17825
  * Released under MIT see LICENSE.txt in the project root for license information.
17826
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
17826
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
17827
17827
  */
17828
17828
 
17829
17829
 
@@ -17899,7 +17899,7 @@ function Confirm(msg, title, callback) {
17899
17899
  /*!
17900
17900
  * Jodit Editor (https://xdsoft.net/jodit/)
17901
17901
  * Released under MIT see LICENSE.txt in the project root for license information.
17902
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
17902
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
17903
17903
  */
17904
17904
  var Dialog_1;
17905
17905
 
@@ -18528,7 +18528,7 @@ Dialog.defaultOptions = Object.assign(Object.assign({}, jodit_core_view_view__WE
18528
18528
  /*!
18529
18529
  * Jodit Editor (https://xdsoft.net/jodit/)
18530
18530
  * Released under MIT see LICENSE.txt in the project root for license information.
18531
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18531
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18532
18532
  */
18533
18533
  /**
18534
18534
  * [[include:modules/dialog/README.md]]
@@ -18557,7 +18557,7 @@ Dialog.defaultOptions = Object.assign(Object.assign({}, jodit_core_view_view__WE
18557
18557
  /*!
18558
18558
  * Jodit Editor (https://xdsoft.net/jodit/)
18559
18559
  * Released under MIT see LICENSE.txt in the project root for license information.
18560
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18560
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18561
18561
  */
18562
18562
 
18563
18563
 
@@ -18643,7 +18643,7 @@ function Prompt(msg, title, callback, placeholder, defaultValue) {
18643
18643
  /*!
18644
18644
  * Jodit Editor (https://xdsoft.net/jodit/)
18645
18645
  * Released under MIT see LICENSE.txt in the project root for license information.
18646
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18646
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18647
18647
  */
18648
18648
 
18649
18649
 
@@ -18816,7 +18816,7 @@ const CLASS_PREVIEW = 'jodit-file-browser-preview', preview_tpl_next = (next = '
18816
18816
  /*!
18817
18817
  * Jodit Editor (https://xdsoft.net/jodit/)
18818
18818
  * Released under MIT see LICENSE.txt in the project root for license information.
18819
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18819
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18820
18820
  */
18821
18821
  const map = new WeakMap();
18822
18822
  /**
@@ -18846,7 +18846,7 @@ const elementsMap = (view) => {
18846
18846
  /*!
18847
18847
  * Jodit Editor (https://xdsoft.net/jodit/)
18848
18848
  * Released under MIT see LICENSE.txt in the project root for license information.
18849
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18849
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18850
18850
  */
18851
18851
 
18852
18852
  class FileBrowserItem {
@@ -18924,7 +18924,7 @@ class FileBrowserItem {
18924
18924
  /*!
18925
18925
  * Jodit Editor (https://xdsoft.net/jodit/)
18926
18926
  * Released under MIT see LICENSE.txt in the project root for license information.
18927
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18927
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18928
18928
  */
18929
18929
 
18930
18930
 
@@ -19263,7 +19263,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_3__/* .Config */ .T.prototype.controls.fil
19263
19263
  /*!
19264
19264
  * Jodit Editor (https://xdsoft.net/jodit/)
19265
19265
  * Released under MIT see LICENSE.txt in the project root for license information.
19266
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19266
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19267
19267
  */
19268
19268
 
19269
19269
 
@@ -19671,7 +19671,7 @@ DataProvider = (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */ .Cg)([
19671
19671
  /*!
19672
19672
  * Jodit Editor (https://xdsoft.net/jodit/)
19673
19673
  * Released under MIT see LICENSE.txt in the project root for license information.
19674
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19674
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19675
19675
  */
19676
19676
 
19677
19677
 
@@ -19695,7 +19695,7 @@ function makeContextMenu(parent) {
19695
19695
  /*!
19696
19696
  * Jodit Editor (https://xdsoft.net/jodit/)
19697
19697
  * Released under MIT see LICENSE.txt in the project root for license information.
19698
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19698
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19699
19699
  */
19700
19700
  /**
19701
19701
  * Removes a file from the server
@@ -19723,7 +19723,7 @@ function deleteFile(fb, name, source) {
19723
19723
  /*!
19724
19724
  * Jodit Editor (https://xdsoft.net/jodit/)
19725
19725
  * Released under MIT see LICENSE.txt in the project root for license information.
19726
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19726
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19727
19727
  */
19728
19728
  /**
19729
19729
  * Loads a list of files and adds them to the state
@@ -19764,7 +19764,7 @@ function loadItems(fb) {
19764
19764
  /*!
19765
19765
  * Jodit Editor (https://xdsoft.net/jodit/)
19766
19766
  * Released under MIT see LICENSE.txt in the project root for license information.
19767
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19767
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19768
19768
  */
19769
19769
 
19770
19770
 
@@ -19827,7 +19827,7 @@ function loadTree(fb) {
19827
19827
  /*!
19828
19828
  * Jodit Editor (https://xdsoft.net/jodit/)
19829
19829
  * Released under MIT see LICENSE.txt in the project root for license information.
19830
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19830
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19831
19831
  */
19832
19832
 
19833
19833
 
@@ -20193,7 +20193,7 @@ function isEqualButtonList(prevButtons, buttons) {
20193
20193
  /*!
20194
20194
  * Jodit Editor (https://xdsoft.net/jodit/)
20195
20195
  * Released under MIT see LICENSE.txt in the project root for license information.
20196
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20196
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20197
20197
  */
20198
20198
  /**
20199
20199
  * [[include:modules/file-browser/README.md]]
@@ -20222,7 +20222,7 @@ function isEqualButtonList(prevButtons, buttons) {
20222
20222
  /*!
20223
20223
  * Jodit Editor (https://xdsoft.net/jodit/)
20224
20224
  * Released under MIT see LICENSE.txt in the project root for license information.
20225
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20225
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20226
20226
  */
20227
20227
 
20228
20228
 
@@ -20342,7 +20342,7 @@ function nativeListeners() {
20342
20342
  /*!
20343
20343
  * Jodit Editor (https://xdsoft.net/jodit/)
20344
20344
  * Released under MIT see LICENSE.txt in the project root for license information.
20345
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20345
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20346
20346
  */
20347
20347
 
20348
20348
 
@@ -20486,7 +20486,7 @@ function selfListeners() {
20486
20486
  /*!
20487
20487
  * Jodit Editor (https://xdsoft.net/jodit/)
20488
20488
  * Released under MIT see LICENSE.txt in the project root for license information.
20489
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20489
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20490
20490
  */
20491
20491
 
20492
20492
 
@@ -20644,7 +20644,7 @@ function stateListeners() {
20644
20644
  /*!
20645
20645
  * Jodit Editor (https://xdsoft.net/jodit/)
20646
20646
  * Released under MIT see LICENSE.txt in the project root for license information.
20647
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20647
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20648
20648
  */
20649
20649
 
20650
20650
 
@@ -20670,7 +20670,7 @@ class FileBrowserFiles extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__/* .UIG
20670
20670
  /*!
20671
20671
  * Jodit Editor (https://xdsoft.net/jodit/)
20672
20672
  * Released under MIT see LICENSE.txt in the project root for license information.
20673
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20673
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20674
20674
  */
20675
20675
  /**
20676
20676
  * @module modules/file-browser
@@ -20692,7 +20692,7 @@ class FileBrowserFiles extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__/* .UIG
20692
20692
  /*!
20693
20693
  * Jodit Editor (https://xdsoft.net/jodit/)
20694
20694
  * Released under MIT see LICENSE.txt in the project root for license information.
20695
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20695
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20696
20696
  */
20697
20697
 
20698
20698
 
@@ -20715,7 +20715,7 @@ class FileBrowserTree extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__/* .UIGr
20715
20715
  /*!
20716
20716
  * Jodit Editor (https://xdsoft.net/jodit/)
20717
20717
  * Released under MIT see LICENSE.txt in the project root for license information.
20718
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20718
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20719
20719
  */
20720
20720
  class Command {
20721
20721
  undo() {
@@ -20752,7 +20752,7 @@ class Command {
20752
20752
  /*!
20753
20753
  * Jodit Editor (https://xdsoft.net/jodit/)
20754
20754
  * Released under MIT see LICENSE.txt in the project root for license information.
20755
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20755
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20756
20756
  */
20757
20757
 
20758
20758
 
@@ -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
 
@@ -22363,7 +22363,7 @@ StatusBar = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .Cg)([
22363
22363
  /*!
22364
22364
  * Jodit Editor (https://xdsoft.net/jodit/)
22365
22365
  * Released under MIT see LICENSE.txt in the project root for license information.
22366
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
22366
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
22367
22367
  */
22368
22368
 
22369
22369
 
@@ -23061,7 +23061,7 @@ const instance = (j) => j.getInstance('Table', j.o);
23061
23061
  /*!
23062
23062
  * Jodit Editor (https://xdsoft.net/jodit/)
23063
23063
  * Released under MIT see LICENSE.txt in the project root for license information.
23064
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23064
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23065
23065
  */
23066
23066
 
23067
23067
 
@@ -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
 
@@ -23608,7 +23608,7 @@ ToolbarSelect = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .Cg)([
23608
23608
  /*!
23609
23609
  * Jodit Editor (https://xdsoft.net/jodit/)
23610
23610
  * Released under MIT see LICENSE.txt in the project root for license information.
23611
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23611
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23612
23612
  */
23613
23613
 
23614
23614
 
@@ -23741,7 +23741,7 @@ ToolbarCollection = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .Cg)(
23741
23741
  /*!
23742
23742
  * Jodit Editor (https://xdsoft.net/jodit/)
23743
23743
  * Released under MIT see LICENSE.txt in the project root for license information.
23744
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23744
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23745
23745
  */
23746
23746
 
23747
23747
 
@@ -23887,7 +23887,7 @@ ToolbarEditorCollection = (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */
23887
23887
  /*!
23888
23888
  * Jodit Editor (https://xdsoft.net/jodit/)
23889
23889
  * Released under MIT see LICENSE.txt in the project root for license information.
23890
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23890
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23891
23891
  */
23892
23892
 
23893
23893
 
@@ -23941,7 +23941,7 @@ function makeSelect(view, control, target = null) {
23941
23941
  /*!
23942
23942
  * Jodit Editor (https://xdsoft.net/jodit/)
23943
23943
  * Released under MIT see LICENSE.txt in the project root for license information.
23944
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23944
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23945
23945
  */
23946
23946
 
23947
23947
 
@@ -24039,7 +24039,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.uploader = {
24039
24039
  /*!
24040
24040
  * Jodit Editor (https://xdsoft.net/jodit/)
24041
24041
  * Released under MIT see LICENSE.txt in the project root for license information.
24042
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24042
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24043
24043
  */
24044
24044
 
24045
24045
  function buildData(uploader, data) {
@@ -24077,7 +24077,7 @@ function buildData(uploader, data) {
24077
24077
  /*!
24078
24078
  * Jodit Editor (https://xdsoft.net/jodit/)
24079
24079
  * Released under MIT see LICENSE.txt in the project root for license information.
24080
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24080
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24081
24081
  */
24082
24082
  /**
24083
24083
  * @module modules/uploader
@@ -24121,7 +24121,7 @@ function dataURItoBlob(dataURI) {
24121
24121
  /*!
24122
24122
  * Jodit Editor (https://xdsoft.net/jodit/)
24123
24123
  * Released under MIT see LICENSE.txt in the project root for license information.
24124
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24124
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24125
24125
  */
24126
24126
 
24127
24127
 
@@ -24154,7 +24154,7 @@ function hasItems(data) {
24154
24154
  /*!
24155
24155
  * Jodit Editor (https://xdsoft.net/jodit/)
24156
24156
  * Released under MIT see LICENSE.txt in the project root for license information.
24157
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24157
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24158
24158
  */
24159
24159
 
24160
24160
 
@@ -24200,7 +24200,7 @@ function processOldBrowserDrag(self, cData, handlerSuccess, handlerError, onFina
24200
24200
  /*!
24201
24201
  * Jodit Editor (https://xdsoft.net/jodit/)
24202
24202
  * Released under MIT see LICENSE.txt in the project root for license information.
24203
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24203
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24204
24204
  */
24205
24205
 
24206
24206
 
@@ -24327,7 +24327,7 @@ function readImagesWithReader(fileList, imagesExtensions, promises, uploader, ha
24327
24327
  /*!
24328
24328
  * Jodit Editor (https://xdsoft.net/jodit/)
24329
24329
  * Released under MIT see LICENSE.txt in the project root for license information.
24330
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24330
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24331
24331
  */
24332
24332
 
24333
24333
 
@@ -24420,7 +24420,7 @@ function send(uploader, data) {
24420
24420
  /*!
24421
24421
  * Jodit Editor (https://xdsoft.net/jodit/)
24422
24422
  * Released under MIT see LICENSE.txt in the project root for license information.
24423
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24423
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24424
24424
  */
24425
24425
 
24426
24426
 
@@ -24628,7 +24628,7 @@ class Uploader extends jodit_core_component___WEBPACK_IMPORTED_MODULE_0__/* .Vie
24628
24628
  /*!
24629
24629
  * Jodit Editor (https://xdsoft.net/jodit/)
24630
24630
  * Released under MIT see LICENSE.txt in the project root for license information.
24631
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24631
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24632
24632
  */
24633
24633
 
24634
24634
 
@@ -24733,7 +24733,7 @@ const ColorPickerWidget = (editor, callback, coldColor) => {
24733
24733
  /*!
24734
24734
  * Jodit Editor (https://xdsoft.net/jodit/)
24735
24735
  * Released under MIT see LICENSE.txt in the project root for license information.
24736
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24736
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24737
24737
  */
24738
24738
 
24739
24739
 
@@ -24867,7 +24867,7 @@ function val(elm, selector, value) {
24867
24867
  /*!
24868
24868
  * Jodit Editor (https://xdsoft.net/jodit/)
24869
24869
  * Released under MIT see LICENSE.txt in the project root for license information.
24870
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24870
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24871
24871
  */
24872
24872
  /**
24873
24873
  * [[include:modules/widget/README.md]]
@@ -24896,7 +24896,7 @@ function val(elm, selector, value) {
24896
24896
  /*!
24897
24897
  * Jodit Editor (https://xdsoft.net/jodit/)
24898
24898
  * Released under MIT see LICENSE.txt in the project root for license information.
24899
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24899
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24900
24900
  */
24901
24901
 
24902
24902
 
@@ -25036,7 +25036,7 @@ const TabsWidget = (jodit, tabs, state) => {
25036
25036
  /*!
25037
25037
  * Jodit Editor (https://xdsoft.net/jodit/)
25038
25038
  * Released under MIT see LICENSE.txt in the project root for license information.
25039
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25039
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25040
25040
  */
25041
25041
 
25042
25042
 
@@ -25101,7 +25101,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_3__/* .Icon */ .I.set('about', (_abo
25101
25101
  /*!
25102
25102
  * Jodit Editor (https://xdsoft.net/jodit/)
25103
25103
  * Released under MIT see LICENSE.txt in the project root for license information.
25104
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25104
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25105
25105
  */
25106
25106
 
25107
25107
 
@@ -25334,7 +25334,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('addNe
25334
25334
  /*!
25335
25335
  * Jodit Editor (https://xdsoft.net/jodit/)
25336
25336
  * Released under MIT see LICENSE.txt in the project root for license information.
25337
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25337
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25338
25338
  */
25339
25339
 
25340
25340
 
@@ -25372,7 +25372,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_0__/* .Icon */ .I.set('enter', (_ent
25372
25372
  /*!
25373
25373
  * Jodit Editor (https://xdsoft.net/jodit/)
25374
25374
  * Released under MIT see LICENSE.txt in the project root for license information.
25375
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25375
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25376
25376
  */
25377
25377
 
25378
25378
 
@@ -25497,7 +25497,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('ai-as
25497
25497
  /*!
25498
25498
  * Jodit Editor (https://xdsoft.net/jodit/)
25499
25499
  * Released under MIT see LICENSE.txt in the project root for license information.
25500
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25500
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25501
25501
  */
25502
25502
 
25503
25503
 
@@ -25597,7 +25597,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_1__/* .Config */ .T.prototype.controls['ai
25597
25597
  /*!
25598
25598
  * Jodit Editor (https://xdsoft.net/jodit/)
25599
25599
  * Released under MIT see LICENSE.txt in the project root for license information.
25600
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25600
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25601
25601
  */
25602
25602
  module.exports = {
25603
25603
  aiAssistant: 'AI Assistant',
@@ -25619,7 +25619,7 @@ module.exports = {
25619
25619
  /*!
25620
25620
  * Jodit Editor (https://xdsoft.net/jodit/)
25621
25621
  * Released under MIT see LICENSE.txt in the project root for license information.
25622
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25622
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25623
25623
  */
25624
25624
  module.exports = {
25625
25625
  aiAssistant: 'Asistente de IA',
@@ -25680,7 +25680,7 @@ __webpack_require__.r(__webpack_exports__);
25680
25680
  /*!
25681
25681
  * Jodit Editor (https://xdsoft.net/jodit/)
25682
25682
  * Released under MIT see LICENSE.txt in the project root for license information.
25683
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25683
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25684
25684
  */
25685
25685
  /**
25686
25686
  * @module plugins/ai-assistant
@@ -25709,7 +25709,7 @@ __webpack_require__.r(__webpack_exports__);
25709
25709
  /*!
25710
25710
  * Jodit Editor (https://xdsoft.net/jodit/)
25711
25711
  * Released under MIT see LICENSE.txt in the project root for license information.
25712
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25712
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25713
25713
  */
25714
25714
 
25715
25715
 
@@ -25871,7 +25871,7 @@ UiAiAssistant = (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */ .Cg)([
25871
25871
  /*!
25872
25872
  * Jodit Editor (https://xdsoft.net/jodit/)
25873
25873
  * Released under MIT see LICENSE.txt in the project root for license information.
25874
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25874
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25875
25875
  */
25876
25876
 
25877
25877
 
@@ -26012,7 +26012,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('backs
26012
26012
  /*!
26013
26013
  * Jodit Editor (https://xdsoft.net/jodit/)
26014
26014
  * Released under MIT see LICENSE.txt in the project root for license information.
26015
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26015
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26016
26016
  */
26017
26017
 
26018
26018
 
@@ -26088,7 +26088,7 @@ function moveContentAndRemoveEmpty(jodit, mainClosestBox, sibling, backspace) {
26088
26088
  /*!
26089
26089
  * Jodit Editor (https://xdsoft.net/jodit/)
26090
26090
  * Released under MIT see LICENSE.txt in the project root for license information.
26091
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26091
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26092
26092
  */
26093
26093
 
26094
26094
 
@@ -26138,7 +26138,7 @@ function checkJoinTwoLists(jodit, fakeNode, backspace) {
26138
26138
  /*!
26139
26139
  * Jodit Editor (https://xdsoft.net/jodit/)
26140
26140
  * Released under MIT see LICENSE.txt in the project root for license information.
26141
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26141
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26142
26142
  */
26143
26143
  /**
26144
26144
  * On Not collapsed selection - should only remove whole selected content
@@ -26178,7 +26178,7 @@ function checkNotCollapsed(jodit) {
26178
26178
  /*!
26179
26179
  * Jodit Editor (https://xdsoft.net/jodit/)
26180
26180
  * Released under MIT see LICENSE.txt in the project root for license information.
26181
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26181
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26182
26182
  */
26183
26183
 
26184
26184
 
@@ -26352,7 +26352,7 @@ function checkRepeatRemoveCharAction(backspace, sibling, fakeNode, mode, removed
26352
26352
  /*!
26353
26353
  * Jodit Editor (https://xdsoft.net/jodit/)
26354
26354
  * Released under MIT see LICENSE.txt in the project root for license information.
26355
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26355
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26356
26356
  */
26357
26357
 
26358
26358
 
@@ -26393,7 +26393,7 @@ function checkRemoveContentNotEditable(jodit, fakeNode, backspace) {
26393
26393
  /*!
26394
26394
  * Jodit Editor (https://xdsoft.net/jodit/)
26395
26395
  * Released under MIT see LICENSE.txt in the project root for license information.
26396
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26396
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26397
26397
  */
26398
26398
 
26399
26399
  /**
@@ -26439,7 +26439,7 @@ function checkRemoveEmptyNeighbor(jodit, fakeNode, backspace) {
26439
26439
  /*!
26440
26440
  * Jodit Editor (https://xdsoft.net/jodit/)
26441
26441
  * Released under MIT see LICENSE.txt in the project root for license information.
26442
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26442
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26443
26443
  */
26444
26444
 
26445
26445
 
@@ -26508,7 +26508,7 @@ function checkRemoveEmptyParent(jodit, fakeNode, backspace) {
26508
26508
  /*!
26509
26509
  * Jodit Editor (https://xdsoft.net/jodit/)
26510
26510
  * Released under MIT see LICENSE.txt in the project root for license information.
26511
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26511
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26512
26512
  */
26513
26513
 
26514
26514
 
@@ -26559,7 +26559,7 @@ function checkRemoveUnbreakableElement(jodit, fakeNode, backspace) {
26559
26559
  /*!
26560
26560
  * Jodit Editor (https://xdsoft.net/jodit/)
26561
26561
  * Released under MIT see LICENSE.txt in the project root for license information.
26562
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26562
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26563
26563
  */
26564
26564
 
26565
26565
  /**
@@ -26599,7 +26599,7 @@ function checkTableCell(jodit, fakeNode) {
26599
26599
  /*!
26600
26600
  * Jodit Editor (https://xdsoft.net/jodit/)
26601
26601
  * Released under MIT see LICENSE.txt in the project root for license information.
26602
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26602
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26603
26603
  */
26604
26604
 
26605
26605
 
@@ -26660,7 +26660,7 @@ function checkUnwrapFirstListItem(jodit, fakeNode, backspace) {
26660
26660
  /*!
26661
26661
  * Jodit Editor (https://xdsoft.net/jodit/)
26662
26662
  * Released under MIT see LICENSE.txt in the project root for license information.
26663
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26663
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26664
26664
  */
26665
26665
  /**
26666
26666
  * @module plugins/backspace
@@ -26700,7 +26700,7 @@ const cases = [
26700
26700
  /*!
26701
26701
  * Jodit Editor (https://xdsoft.net/jodit/)
26702
26702
  * Released under MIT see LICENSE.txt in the project root for license information.
26703
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26703
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26704
26704
  */
26705
26705
  /**
26706
26706
  * @module plugins/backspace
@@ -26732,7 +26732,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.delete = {
26732
26732
  /*!
26733
26733
  * Jodit Editor (https://xdsoft.net/jodit/)
26734
26734
  * Released under MIT see LICENSE.txt in the project root for license information.
26735
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26735
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26736
26736
  */
26737
26737
 
26738
26738
  /**
@@ -26793,7 +26793,7 @@ function getMoveFilter(jodit) {
26793
26793
  /*!
26794
26794
  * Jodit Editor (https://xdsoft.net/jodit/)
26795
26795
  * Released under MIT see LICENSE.txt in the project root for license information.
26796
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26796
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26797
26797
  */
26798
26798
 
26799
26799
 
@@ -26882,7 +26882,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_2__/* .Icon */ .I.set('bold', (_icon
26882
26882
  /*!
26883
26883
  * Jodit Editor (https://xdsoft.net/jodit/)
26884
26884
  * Released under MIT see LICENSE.txt in the project root for license information.
26885
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26885
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26886
26886
  */
26887
26887
 
26888
26888
  jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.controls.subscript = {
@@ -26945,7 +26945,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.controls.str
26945
26945
  /*!
26946
26946
  * Jodit Editor (https://xdsoft.net/jodit/)
26947
26947
  * Released under MIT see LICENSE.txt in the project root for license information.
26948
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26948
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26949
26949
  */
26950
26950
 
26951
26951
 
@@ -27064,7 +27064,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_4__/* .Icon */ .I.set('class-span',
27064
27064
  /*!
27065
27065
  * Jodit Editor (https://xdsoft.net/jodit/)
27066
27066
  * Released under MIT see LICENSE.txt in the project root for license information.
27067
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27067
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27068
27068
  */
27069
27069
 
27070
27070
 
@@ -27187,7 +27187,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('clean
27187
27187
  /*!
27188
27188
  * Jodit Editor (https://xdsoft.net/jodit/)
27189
27189
  * Released under MIT see LICENSE.txt in the project root for license information.
27190
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27190
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27191
27191
  */
27192
27192
 
27193
27193
 
@@ -27229,7 +27229,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_0__/* .Icon */ .I.set('eraser', (_er
27229
27229
  /*!
27230
27230
  * Jodit Editor (https://xdsoft.net/jodit/)
27231
27231
  * Released under MIT see LICENSE.txt in the project root for license information.
27232
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27232
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27233
27233
  */
27234
27234
 
27235
27235
 
@@ -27295,7 +27295,7 @@ function getHash(tags) {
27295
27295
  /*!
27296
27296
  * Jodit Editor (https://xdsoft.net/jodit/)
27297
27297
  * Released under MIT see LICENSE.txt in the project root for license information.
27298
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27298
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27299
27299
  */
27300
27300
  /**
27301
27301
  * @module plugins/clean-html
@@ -27321,7 +27321,7 @@ function getHash(tags) {
27321
27321
  /*!
27322
27322
  * Jodit Editor (https://xdsoft.net/jodit/)
27323
27323
  * Released under MIT see LICENSE.txt in the project root for license information.
27324
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27324
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27325
27325
  */
27326
27326
 
27327
27327
 
@@ -27380,7 +27380,7 @@ function isInlineBlock(node) {
27380
27380
  /*!
27381
27381
  * Jodit Editor (https://xdsoft.net/jodit/)
27382
27382
  * Released under MIT see LICENSE.txt in the project root for license information.
27383
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27383
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27384
27384
  */
27385
27385
 
27386
27386
 
@@ -27445,7 +27445,7 @@ function removeFormatForSelection(jodit) {
27445
27445
  /*!
27446
27446
  * Jodit Editor (https://xdsoft.net/jodit/)
27447
27447
  * Released under MIT see LICENSE.txt in the project root for license information.
27448
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27448
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27449
27449
  */
27450
27450
 
27451
27451
  /**
@@ -27488,7 +27488,7 @@ function allowAttributes(jodit, nodeElm, hadEffect, allow) {
27488
27488
  /*!
27489
27489
  * Jodit Editor (https://xdsoft.net/jodit/)
27490
27490
  * Released under MIT see LICENSE.txt in the project root for license information.
27491
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27491
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27492
27492
  */
27493
27493
 
27494
27494
 
@@ -27541,7 +27541,7 @@ __webpack_require__.r(__webpack_exports__);
27541
27541
  /*!
27542
27542
  * Jodit Editor (https://xdsoft.net/jodit/)
27543
27543
  * Released under MIT see LICENSE.txt in the project root for license information.
27544
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27544
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27545
27545
  */
27546
27546
  /**
27547
27547
  * @module plugins/clean-html
@@ -27571,7 +27571,7 @@ __webpack_require__.r(__webpack_exports__);
27571
27571
  /*!
27572
27572
  * Jodit Editor (https://xdsoft.net/jodit/)
27573
27573
  * Released under MIT see LICENSE.txt in the project root for license information.
27574
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27574
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27575
27575
  */
27576
27576
 
27577
27577
  /**
@@ -27603,7 +27603,7 @@ function removeEmptyTextNode(jodit, node, hadEffect, arg, argi, currentNode) {
27603
27603
  /*!
27604
27604
  * Jodit Editor (https://xdsoft.net/jodit/)
27605
27605
  * Released under MIT see LICENSE.txt in the project root for license information.
27606
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27606
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27607
27607
  */
27608
27608
 
27609
27609
 
@@ -27645,7 +27645,7 @@ function removeInvTextNodes(jodit, node, hadEffect, arg, argi, currentNode) {
27645
27645
  /*!
27646
27646
  * Jodit Editor (https://xdsoft.net/jodit/)
27647
27647
  * Released under MIT see LICENSE.txt in the project root for license information.
27648
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27648
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27649
27649
  */
27650
27650
 
27651
27651
  /**
@@ -27689,7 +27689,7 @@ function replaceIfMatched(jodit, oldParent, list) {
27689
27689
  /*!
27690
27690
  * Jodit Editor (https://xdsoft.net/jodit/)
27691
27691
  * Released under MIT see LICENSE.txt in the project root for license information.
27692
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27692
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27693
27693
  */
27694
27694
 
27695
27695
 
@@ -27723,7 +27723,7 @@ function sanitizeAttributes(jodit, nodeElm, hadEffect) {
27723
27723
  /*!
27724
27724
  * Jodit Editor (https://xdsoft.net/jodit/)
27725
27725
  * Released under MIT see LICENSE.txt in the project root for license information.
27726
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27726
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27727
27727
  */
27728
27728
 
27729
27729
 
@@ -27769,7 +27769,7 @@ function isRemovableNode(jodit, node, current, allow, deny) {
27769
27769
  /*!
27770
27770
  * Jodit Editor (https://xdsoft.net/jodit/)
27771
27771
  * Released under MIT see LICENSE.txt in the project root for license information.
27772
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27772
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27773
27773
  */
27774
27774
 
27775
27775
 
@@ -27812,7 +27812,7 @@ function visitNodeWalker(jodit, nodeElm, allowTags, denyTags, currentSelectionNo
27812
27812
  /*!
27813
27813
  * Jodit Editor (https://xdsoft.net/jodit/)
27814
27814
  * Released under MIT see LICENSE.txt in the project root for license information.
27815
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27815
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27816
27816
  */
27817
27817
 
27818
27818
 
@@ -27901,7 +27901,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('clipb
27901
27901
  /*!
27902
27902
  * Jodit Editor (https://xdsoft.net/jodit/)
27903
27903
  * Released under MIT see LICENSE.txt in the project root for license information.
27904
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27904
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27905
27905
  */
27906
27906
 
27907
27907
 
@@ -27943,7 +27943,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_0__/* .Icon */ .I.set('copy', (_icon
27943
27943
  /*!
27944
27944
  * Jodit Editor (https://xdsoft.net/jodit/)
27945
27945
  * Released under MIT see LICENSE.txt in the project root for license information.
27946
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27946
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27947
27947
  */
27948
27948
 
27949
27949
 
@@ -28006,7 +28006,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('color
28006
28006
  /*!
28007
28007
  * Jodit Editor (https://xdsoft.net/jodit/)
28008
28008
  * Released under MIT see LICENSE.txt in the project root for license information.
28009
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28009
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28010
28010
  */
28011
28011
 
28012
28012
 
@@ -28177,7 +28177,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_3__/* .Config */ .T.prototype.controls.bru
28177
28177
  /*!
28178
28178
  * Jodit Editor (https://xdsoft.net/jodit/)
28179
28179
  * Released under MIT see LICENSE.txt in the project root for license information.
28180
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28180
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28181
28181
  */
28182
28182
 
28183
28183
 
@@ -28297,7 +28297,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_2__/* .Icon */ .I.set('copyformat',
28297
28297
  /*!
28298
28298
  * Jodit Editor (https://xdsoft.net/jodit/)
28299
28299
  * Released under MIT see LICENSE.txt in the project root for license information.
28300
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28300
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28301
28301
  */
28302
28302
  module.exports = {
28303
28303
  'copy-format': 'نسخ التنسيق'
@@ -28314,7 +28314,7 @@ module.exports = {
28314
28314
  /*!
28315
28315
  * Jodit Editor (https://xdsoft.net/jodit/)
28316
28316
  * Released under MIT see LICENSE.txt in the project root for license information.
28317
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28317
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28318
28318
  */
28319
28319
  module.exports = {
28320
28320
  'copy-format': 'Kopírovat formát'
@@ -28331,7 +28331,7 @@ module.exports = {
28331
28331
  /*!
28332
28332
  * Jodit Editor (https://xdsoft.net/jodit/)
28333
28333
  * Released under MIT see LICENSE.txt in the project root for license information.
28334
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28334
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28335
28335
  */
28336
28336
  module.exports = {
28337
28337
  'copy-format': 'Format kopierenт'
@@ -28348,7 +28348,7 @@ module.exports = {
28348
28348
  /*!
28349
28349
  * Jodit Editor (https://xdsoft.net/jodit/)
28350
28350
  * Released under MIT see LICENSE.txt in the project root for license information.
28351
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28351
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28352
28352
  */
28353
28353
  module.exports = {
28354
28354
  'copy-format': 'Copiar formato'
@@ -28365,7 +28365,7 @@ module.exports = {
28365
28365
  /*!
28366
28366
  * Jodit Editor (https://xdsoft.net/jodit/)
28367
28367
  * Released under MIT see LICENSE.txt in the project root for license information.
28368
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28368
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28369
28369
  */
28370
28370
  module.exports = {
28371
28371
  'copy-format': 'کپی کردن قالب'
@@ -28382,7 +28382,7 @@ module.exports = {
28382
28382
  /*!
28383
28383
  * Jodit Editor (https://xdsoft.net/jodit/)
28384
28384
  * Released under MIT see LICENSE.txt in the project root for license information.
28385
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28385
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28386
28386
  */
28387
28387
  module.exports = {
28388
28388
  'copy-format': 'Kopioi muotoilu'
@@ -28399,7 +28399,7 @@ module.exports = {
28399
28399
  /*!
28400
28400
  * Jodit Editor (https://xdsoft.net/jodit/)
28401
28401
  * Released under MIT see LICENSE.txt in the project root for license information.
28402
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28402
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28403
28403
  */
28404
28404
  module.exports = {
28405
28405
  'copy-format': 'Format de copie'
@@ -28416,7 +28416,7 @@ module.exports = {
28416
28416
  /*!
28417
28417
  * Jodit Editor (https://xdsoft.net/jodit/)
28418
28418
  * Released under MIT see LICENSE.txt in the project root for license information.
28419
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28419
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28420
28420
  */
28421
28421
  module.exports = {
28422
28422
  'copy-format': 'העתק עיצוב'
@@ -28433,7 +28433,7 @@ module.exports = {
28433
28433
  /*!
28434
28434
  * Jodit Editor (https://xdsoft.net/jodit/)
28435
28435
  * Released under MIT see LICENSE.txt in the project root for license information.
28436
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28436
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28437
28437
  */
28438
28438
  module.exports = {
28439
28439
  'copy-format': 'Formátum másolás'
@@ -28450,7 +28450,7 @@ module.exports = {
28450
28450
  /*!
28451
28451
  * Jodit Editor (https://xdsoft.net/jodit/)
28452
28452
  * Released under MIT see LICENSE.txt in the project root for license information.
28453
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28453
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28454
28454
  */
28455
28455
  module.exports = {
28456
28456
  'copy-format': 'salin format'
@@ -28532,7 +28532,7 @@ __webpack_require__.r(__webpack_exports__);
28532
28532
  /*!
28533
28533
  * Jodit Editor (https://xdsoft.net/jodit/)
28534
28534
  * Released under MIT see LICENSE.txt in the project root for license information.
28535
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28535
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28536
28536
  */
28537
28537
 
28538
28538
 
@@ -28568,7 +28568,7 @@ __webpack_require__.r(__webpack_exports__);
28568
28568
  /*!
28569
28569
  * Jodit Editor (https://xdsoft.net/jodit/)
28570
28570
  * Released under MIT see LICENSE.txt in the project root for license information.
28571
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28571
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28572
28572
  */
28573
28573
  module.exports = {
28574
28574
  'copy-format': 'Copia il formato'
@@ -28585,7 +28585,7 @@ module.exports = {
28585
28585
  /*!
28586
28586
  * Jodit Editor (https://xdsoft.net/jodit/)
28587
28587
  * Released under MIT see LICENSE.txt in the project root for license information.
28588
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28588
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28589
28589
  */
28590
28590
  module.exports = {
28591
28591
  'copy-format': 'copyformat'
@@ -28602,7 +28602,7 @@ module.exports = {
28602
28602
  /*!
28603
28603
  * Jodit Editor (https://xdsoft.net/jodit/)
28604
28604
  * Released under MIT see LICENSE.txt in the project root for license information.
28605
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28605
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28606
28606
  */
28607
28607
  module.exports = {
28608
28608
  'copy-format': '복사 형식'
@@ -28619,7 +28619,7 @@ module.exports = {
28619
28619
  /*!
28620
28620
  * Jodit Editor (https://xdsoft.net/jodit/)
28621
28621
  * Released under MIT see LICENSE.txt in the project root for license information.
28622
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28622
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28623
28623
  */
28624
28624
  module.exports = {
28625
28625
  'copy-format': 'Формат хуулах'
@@ -28636,7 +28636,7 @@ module.exports = {
28636
28636
  /*!
28637
28637
  * Jodit Editor (https://xdsoft.net/jodit/)
28638
28638
  * Released under MIT see LICENSE.txt in the project root for license information.
28639
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28639
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28640
28640
  */
28641
28641
  module.exports = {
28642
28642
  'copy-format': 'opmaak kopiëren'
@@ -28653,7 +28653,7 @@ module.exports = {
28653
28653
  /*!
28654
28654
  * Jodit Editor (https://xdsoft.net/jodit/)
28655
28655
  * Released under MIT see LICENSE.txt in the project root for license information.
28656
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28656
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28657
28657
  */
28658
28658
  module.exports = {
28659
28659
  'copy-format': 'format kopii'
@@ -28670,7 +28670,7 @@ module.exports = {
28670
28670
  /*!
28671
28671
  * Jodit Editor (https://xdsoft.net/jodit/)
28672
28672
  * Released under MIT see LICENSE.txt in the project root for license information.
28673
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28673
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28674
28674
  */
28675
28675
  module.exports = {
28676
28676
  'copy-format': 'Copiar formato'
@@ -28687,7 +28687,7 @@ module.exports = {
28687
28687
  /*!
28688
28688
  * Jodit Editor (https://xdsoft.net/jodit/)
28689
28689
  * Released under MIT see LICENSE.txt in the project root for license information.
28690
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28690
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28691
28691
  */
28692
28692
  module.exports = {
28693
28693
  'copy-format': 'Копировать формат'
@@ -28704,7 +28704,7 @@ module.exports = {
28704
28704
  /*!
28705
28705
  * Jodit Editor (https://xdsoft.net/jodit/)
28706
28706
  * Released under MIT see LICENSE.txt in the project root for license information.
28707
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28707
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28708
28708
  */
28709
28709
  module.exports = {
28710
28710
  'copy-format': 'Kopyalama Biçimi'
@@ -28721,7 +28721,7 @@ module.exports = {
28721
28721
  /*!
28722
28722
  * Jodit Editor (https://xdsoft.net/jodit/)
28723
28723
  * Released under MIT see LICENSE.txt in the project root for license information.
28724
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28724
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28725
28725
  */
28726
28726
  module.exports = {
28727
28727
  'copy-format': '复制格式'
@@ -28738,7 +28738,7 @@ module.exports = {
28738
28738
  /*!
28739
28739
  * Jodit Editor (https://xdsoft.net/jodit/)
28740
28740
  * Released under MIT see LICENSE.txt in the project root for license information.
28741
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28741
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28742
28742
  */
28743
28743
  module.exports = {
28744
28744
  'copy-format': '複製格式'
@@ -28760,7 +28760,7 @@ module.exports = {
28760
28760
  /*!
28761
28761
  * Jodit Editor (https://xdsoft.net/jodit/)
28762
28762
  * Released under MIT see LICENSE.txt in the project root for license information.
28763
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28763
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28764
28764
  */
28765
28765
 
28766
28766
 
@@ -28902,7 +28902,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('delet
28902
28902
  /*!
28903
28903
  * Jodit Editor (https://xdsoft.net/jodit/)
28904
28904
  * Released under MIT see LICENSE.txt in the project root for license information.
28905
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28905
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28906
28906
  */
28907
28907
  /**
28908
28908
  * @module plugins/drag-and-drop-element
@@ -28928,7 +28928,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.draggableTag
28928
28928
  /*!
28929
28929
  * Jodit Editor (https://xdsoft.net/jodit/)
28930
28930
  * Released under MIT see LICENSE.txt in the project root for license information.
28931
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28931
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28932
28932
  */
28933
28933
 
28934
28934
 
@@ -29143,7 +29143,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('dragA
29143
29143
  /*!
29144
29144
  * Jodit Editor (https://xdsoft.net/jodit/)
29145
29145
  * Released under MIT see LICENSE.txt in the project root for license information.
29146
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29146
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29147
29147
  */
29148
29148
 
29149
29149
 
@@ -29338,7 +29338,7 @@ __webpack_require__.r(__webpack_exports__);
29338
29338
  /*!
29339
29339
  * Jodit Editor (https://xdsoft.net/jodit/)
29340
29340
  * Released under MIT see LICENSE.txt in the project root for license information.
29341
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29341
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29342
29342
  */
29343
29343
  /**
29344
29344
  * @module plugins/dtd
@@ -29360,7 +29360,7 @@ __webpack_require__.r(__webpack_exports__);
29360
29360
  /*!
29361
29361
  * Jodit Editor (https://xdsoft.net/jodit/)
29362
29362
  * Released under MIT see LICENSE.txt in the project root for license information.
29363
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29363
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29364
29364
  */
29365
29365
 
29366
29366
  const brBoxes = new Set([
@@ -29405,7 +29405,7 @@ function removeExtraBr(jodit, node) {
29405
29405
  /*!
29406
29406
  * Jodit Editor (https://xdsoft.net/jodit/)
29407
29407
  * Released under MIT see LICENSE.txt in the project root for license information.
29408
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29408
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29409
29409
  */
29410
29410
 
29411
29411
  /**
@@ -29443,7 +29443,7 @@ __webpack_require__.r(__webpack_exports__);
29443
29443
  /*!
29444
29444
  * Jodit Editor (https://xdsoft.net/jodit/)
29445
29445
  * Released under MIT see LICENSE.txt in the project root for license information.
29446
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29446
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29447
29447
  */
29448
29448
  /**
29449
29449
  * @module plugins/dtd
@@ -29462,7 +29462,7 @@ __webpack_require__.r(__webpack_exports__);
29462
29462
  /*!
29463
29463
  * Jodit Editor (https://xdsoft.net/jodit/)
29464
29464
  * Released under MIT see LICENSE.txt in the project root for license information.
29465
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29465
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29466
29466
  */
29467
29467
 
29468
29468
  jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.dtd = {
@@ -29516,7 +29516,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.dtd = {
29516
29516
  /*!
29517
29517
  * Jodit Editor (https://xdsoft.net/jodit/)
29518
29518
  * Released under MIT see LICENSE.txt in the project root for license information.
29519
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29519
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29520
29520
  */
29521
29521
 
29522
29522
 
@@ -29568,7 +29568,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('dtd',
29568
29568
  /*!
29569
29569
  * Jodit Editor (https://xdsoft.net/jodit/)
29570
29570
  * Released under MIT see LICENSE.txt in the project root for license information.
29571
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29571
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29572
29572
  */
29573
29573
 
29574
29574
 
@@ -29678,7 +29678,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('enter
29678
29678
  /*!
29679
29679
  * Jodit Editor (https://xdsoft.net/jodit/)
29680
29680
  * Released under MIT see LICENSE.txt in the project root for license information.
29681
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29681
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29682
29682
  */
29683
29683
 
29684
29684
 
@@ -29747,7 +29747,7 @@ function brBefore(start) {
29747
29747
  /*!
29748
29748
  * Jodit Editor (https://xdsoft.net/jodit/)
29749
29749
  * Released under MIT see LICENSE.txt in the project root for license information.
29750
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29750
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29751
29751
  */
29752
29752
 
29753
29753
  /**
@@ -29777,7 +29777,7 @@ function checkUnsplittableBox(fake, jodit, currentBox) {
29777
29777
  /*!
29778
29778
  * Jodit Editor (https://xdsoft.net/jodit/)
29779
29779
  * Released under MIT see LICENSE.txt in the project root for license information.
29780
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29780
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29781
29781
  */
29782
29782
 
29783
29783
 
@@ -29818,7 +29818,7 @@ function getBlockWrapper(fake, jodit, tagReg = jodit_core_constants__WEBPACK_IMP
29818
29818
  /*!
29819
29819
  * Jodit Editor (https://xdsoft.net/jodit/)
29820
29820
  * Released under MIT see LICENSE.txt in the project root for license information.
29821
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29821
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29822
29822
  */
29823
29823
 
29824
29824
  /**
@@ -29858,7 +29858,7 @@ function hasPreviousBlock(fake, jodit) {
29858
29858
  /*!
29859
29859
  * Jodit Editor (https://xdsoft.net/jodit/)
29860
29860
  * Released under MIT see LICENSE.txt in the project root for license information.
29861
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29861
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29862
29862
  */
29863
29863
  /**
29864
29864
  * @module plugins/enter
@@ -29888,7 +29888,7 @@ function hasPreviousBlock(fake, jodit) {
29888
29888
  /*!
29889
29889
  * Jodit Editor (https://xdsoft.net/jodit/)
29890
29890
  * Released under MIT see LICENSE.txt in the project root for license information.
29891
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29891
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29892
29892
  */
29893
29893
 
29894
29894
 
@@ -29924,7 +29924,7 @@ function insertParagraph(fake, editor, wrapperTag, style) {
29924
29924
  /*!
29925
29925
  * Jodit Editor (https://xdsoft.net/jodit/)
29926
29926
  * Released under MIT see LICENSE.txt in the project root for license information.
29927
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29927
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29928
29928
  */
29929
29929
 
29930
29930
  /**
@@ -29960,7 +29960,7 @@ function moveCursorOutFromSpecialTags(jodit, fake, tags) {
29960
29960
  /*!
29961
29961
  * Jodit Editor (https://xdsoft.net/jodit/)
29962
29962
  * Released under MIT see LICENSE.txt in the project root for license information.
29963
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29963
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29964
29964
  */
29965
29965
 
29966
29966
 
@@ -30014,7 +30014,7 @@ function processEmptyLILeaf(fake, jodit, li) {
30014
30014
  /*!
30015
30015
  * Jodit Editor (https://xdsoft.net/jodit/)
30016
30016
  * Released under MIT see LICENSE.txt in the project root for license information.
30017
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30017
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30018
30018
  */
30019
30019
 
30020
30020
 
@@ -30062,7 +30062,7 @@ function splitFragment(fake, jodit, block) {
30062
30062
  /*!
30063
30063
  * Jodit Editor (https://xdsoft.net/jodit/)
30064
30064
  * Released under MIT see LICENSE.txt in the project root for license information.
30065
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30065
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30066
30066
  */
30067
30067
 
30068
30068
  /**
@@ -30101,7 +30101,7 @@ function wrapText(fake, jodit) {
30101
30101
  /*!
30102
30102
  * Jodit Editor (https://xdsoft.net/jodit/)
30103
30103
  * Released under MIT see LICENSE.txt in the project root for license information.
30104
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30104
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30105
30105
  */
30106
30106
 
30107
30107
 
@@ -30164,7 +30164,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('file'
30164
30164
  /*!
30165
30165
  * Jodit Editor (https://xdsoft.net/jodit/)
30166
30166
  * Released under MIT see LICENSE.txt in the project root for license information.
30167
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30167
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30168
30168
  */
30169
30169
 
30170
30170
 
@@ -30251,7 +30251,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('focus
30251
30251
  /*!
30252
30252
  * Jodit Editor (https://xdsoft.net/jodit/)
30253
30253
  * Released under MIT see LICENSE.txt in the project root for license information.
30254
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30254
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30255
30255
  */
30256
30256
 
30257
30257
 
@@ -30372,7 +30372,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_3__/* .Config */ .T.prototype.controls.fon
30372
30372
  /*!
30373
30373
  * Jodit Editor (https://xdsoft.net/jodit/)
30374
30374
  * Released under MIT see LICENSE.txt in the project root for license information.
30375
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30375
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30376
30376
  */
30377
30377
 
30378
30378
 
@@ -30436,7 +30436,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('font'
30436
30436
  /*!
30437
30437
  * Jodit Editor (https://xdsoft.net/jodit/)
30438
30438
  * Released under MIT see LICENSE.txt in the project root for license information.
30439
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30439
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30440
30440
  */
30441
30441
 
30442
30442
 
@@ -30503,7 +30503,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.par
30503
30503
  /*!
30504
30504
  * Jodit Editor (https://xdsoft.net/jodit/)
30505
30505
  * Released under MIT see LICENSE.txt in the project root for license information.
30506
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30506
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30507
30507
  */
30508
30508
 
30509
30509
 
@@ -30542,7 +30542,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('forma
30542
30542
  /*!
30543
30543
  * Jodit Editor (https://xdsoft.net/jodit/)
30544
30544
  * Released under MIT see LICENSE.txt in the project root for license information.
30545
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30545
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30546
30546
  */
30547
30547
 
30548
30548
 
@@ -30586,7 +30586,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.ful
30586
30586
  /*!
30587
30587
  * Jodit Editor (https://xdsoft.net/jodit/)
30588
30588
  * Released under MIT see LICENSE.txt in the project root for license information.
30589
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30589
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30590
30590
  */
30591
30591
 
30592
30592
 
@@ -30691,7 +30691,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('fulls
30691
30691
  /*!
30692
30692
  * Jodit Editor (https://xdsoft.net/jodit/)
30693
30693
  * Released under MIT see LICENSE.txt in the project root for license information.
30694
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30694
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30695
30695
  */
30696
30696
 
30697
30697
  jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.commandToHotkeys = {
@@ -30717,7 +30717,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.commandToHot
30717
30717
  /*!
30718
30718
  * Jodit Editor (https://xdsoft.net/jodit/)
30719
30719
  * Released under MIT see LICENSE.txt in the project root for license information.
30720
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30720
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30721
30721
  */
30722
30722
 
30723
30723
 
@@ -30876,7 +30876,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('hotke
30876
30876
  /*!
30877
30877
  * Jodit Editor (https://xdsoft.net/jodit/)
30878
30878
  * Released under MIT see LICENSE.txt in the project root for license information.
30879
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30879
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30880
30880
  */
30881
30881
 
30882
30882
 
@@ -30924,7 +30924,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('hr',
30924
30924
  /*!
30925
30925
  * Jodit Editor (https://xdsoft.net/jodit/)
30926
30926
  * Released under MIT see LICENSE.txt in the project root for license information.
30927
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30927
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30928
30928
  */
30929
30929
  /**
30930
30930
  * @module plugins/iframe
@@ -31018,7 +31018,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.iframeSandbo
31018
31018
  /*!
31019
31019
  * Jodit Editor (https://xdsoft.net/jodit/)
31020
31020
  * Released under MIT see LICENSE.txt in the project root for license information.
31021
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31021
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31022
31022
  */
31023
31023
 
31024
31024
 
@@ -31210,7 +31210,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('ifram
31210
31210
  /*!
31211
31211
  * Jodit Editor (https://xdsoft.net/jodit/)
31212
31212
  * Released under MIT see LICENSE.txt in the project root for license information.
31213
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31213
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31214
31214
  */
31215
31215
  /**
31216
31216
  * @module plugins/image-processor
@@ -31238,7 +31238,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.imageProcess
31238
31238
  /*!
31239
31239
  * Jodit Editor (https://xdsoft.net/jodit/)
31240
31240
  * Released under MIT see LICENSE.txt in the project root for license information.
31241
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31241
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31242
31242
  */
31243
31243
 
31244
31244
 
@@ -31367,7 +31367,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('image
31367
31367
  /*!
31368
31368
  * Jodit Editor (https://xdsoft.net/jodit/)
31369
31369
  * Released under MIT see LICENSE.txt in the project root for license information.
31370
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31370
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31371
31371
  */
31372
31372
  /**
31373
31373
  * @module plugins/image-properties
@@ -31417,7 +31417,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.image = {
31417
31417
  /*!
31418
31418
  * Jodit Editor (https://xdsoft.net/jodit/)
31419
31419
  * Released under MIT see LICENSE.txt in the project root for license information.
31420
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31420
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31421
31421
  */
31422
31422
 
31423
31423
 
@@ -31668,7 +31668,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('image
31668
31668
  /*!
31669
31669
  * Jodit Editor (https://xdsoft.net/jodit/)
31670
31670
  * Released under MIT see LICENSE.txt in the project root for license information.
31671
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31671
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31672
31672
  */
31673
31673
 
31674
31674
  /**
@@ -31711,7 +31711,7 @@ function readAlign(image, values) {
31711
31711
  /*!
31712
31712
  * Jodit Editor (https://xdsoft.net/jodit/)
31713
31713
  * Released under MIT see LICENSE.txt in the project root for license information.
31714
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31714
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31715
31715
  */
31716
31716
 
31717
31717
 
@@ -31765,7 +31765,7 @@ function readValuesFromImage(j, state) {
31765
31765
  /*!
31766
31766
  * Jodit Editor (https://xdsoft.net/jodit/)
31767
31767
  * Released under MIT see LICENSE.txt in the project root for license information.
31768
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31768
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31769
31769
  */
31770
31770
 
31771
31771
 
@@ -31796,7 +31796,7 @@ function readLink(state, j, values) {
31796
31796
  /*!
31797
31797
  * Jodit Editor (https://xdsoft.net/jodit/)
31798
31798
  * Released under MIT see LICENSE.txt in the project root for license information.
31799
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31799
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31800
31800
  */
31801
31801
  /**
31802
31802
  * @module plugins/image-properties
@@ -31843,7 +31843,7 @@ function readMargins(image, values, state) {
31843
31843
  /*!
31844
31844
  * Jodit Editor (https://xdsoft.net/jodit/)
31845
31845
  * Released under MIT see LICENSE.txt in the project root for license information.
31846
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31846
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31847
31847
  */
31848
31848
 
31849
31849
  /**
@@ -31910,7 +31910,7 @@ function readSizes(image, values, state) {
31910
31910
  /*!
31911
31911
  * Jodit Editor (https://xdsoft.net/jodit/)
31912
31912
  * Released under MIT see LICENSE.txt in the project root for license information.
31913
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31913
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31914
31914
  */
31915
31915
 
31916
31916
 
@@ -32090,7 +32090,7 @@ UIImagePropertiesForm = (0,tslib__WEBPACK_IMPORTED_MODULE_7__/* .__decorate */ .
32090
32090
  /*!
32091
32091
  * Jodit Editor (https://xdsoft.net/jodit/)
32092
32092
  * Released under MIT see LICENSE.txt in the project root for license information.
32093
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32093
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32094
32094
  */
32095
32095
 
32096
32096
 
@@ -32283,7 +32283,7 @@ UIImageMainTab = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .Cg)([
32283
32283
  /*!
32284
32284
  * Jodit Editor (https://xdsoft.net/jodit/)
32285
32285
  * Released under MIT see LICENSE.txt in the project root for license information.
32286
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32286
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32287
32287
  */
32288
32288
 
32289
32289
 
@@ -32549,7 +32549,7 @@ UIImagePositionTab = (0,tslib__WEBPACK_IMPORTED_MODULE_8__/* .__decorate */ .Cg)
32549
32549
  /*!
32550
32550
  * Jodit Editor (https://xdsoft.net/jodit/)
32551
32551
  * Released under MIT see LICENSE.txt in the project root for license information.
32552
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32552
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32553
32553
  */
32554
32554
 
32555
32555
 
@@ -32617,7 +32617,7 @@ function openImageEditorDialog(j, state) {
32617
32617
  /*!
32618
32618
  * Jodit Editor (https://xdsoft.net/jodit/)
32619
32619
  * Released under MIT see LICENSE.txt in the project root for license information.
32620
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32620
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32621
32621
  */
32622
32622
 
32623
32623
 
@@ -32666,7 +32666,7 @@ function openImagePopup(j, dialog, state, button) {
32666
32666
  /*!
32667
32667
  * Jodit Editor (https://xdsoft.net/jodit/)
32668
32668
  * Released under MIT see LICENSE.txt in the project root for license information.
32669
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32669
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32670
32670
  */
32671
32671
  /**
32672
32672
  * @module plugins/image-properties
@@ -32706,7 +32706,7 @@ const normalSizeToString = (value) => {
32706
32706
  /*!
32707
32707
  * Jodit Editor (https://xdsoft.net/jodit/)
32708
32708
  * Released under MIT see LICENSE.txt in the project root for license information.
32709
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32709
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32710
32710
  */
32711
32711
 
32712
32712
 
@@ -32772,7 +32772,7 @@ function applyValuesToImage(j, state, image) {
32772
32772
  /*!
32773
32773
  * Jodit Editor (https://xdsoft.net/jodit/)
32774
32774
  * Released under MIT see LICENSE.txt in the project root for license information.
32775
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32775
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32776
32776
  */
32777
32777
 
32778
32778
 
@@ -32809,7 +32809,7 @@ function applyLink(j, image, imageLink, imageLinkOpenInNewTab) {
32809
32809
  /*!
32810
32810
  * Jodit Editor (https://xdsoft.net/jodit/)
32811
32811
  * Released under MIT see LICENSE.txt in the project root for license information.
32812
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32812
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32813
32813
  */
32814
32814
 
32815
32815
 
@@ -32857,7 +32857,7 @@ function applyMargin(j, marginTop, marginRight, marginBottom, marginLeft, image,
32857
32857
  /*!
32858
32858
  * Jodit Editor (https://xdsoft.net/jodit/)
32859
32859
  * Released under MIT see LICENSE.txt in the project root for license information.
32860
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32860
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32861
32861
  */
32862
32862
  /**
32863
32863
  * @module plugins/image-properties
@@ -32909,7 +32909,7 @@ function applySize(image, imageWidth, imageHeight, sizeIsLocked) {
32909
32909
  /*!
32910
32910
  * Jodit Editor (https://xdsoft.net/jodit/)
32911
32911
  * Released under MIT see LICENSE.txt in the project root for license information.
32912
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32912
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32913
32913
  */
32914
32914
 
32915
32915
 
@@ -32984,7 +32984,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('image
32984
32984
  /*!
32985
32985
  * Jodit Editor (https://xdsoft.net/jodit/)
32986
32986
  * Released under MIT see LICENSE.txt in the project root for license information.
32987
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32987
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32988
32988
  */
32989
32989
 
32990
32990
 
@@ -33027,7 +33027,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.indentMargin
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
  * @module plugins/indent
@@ -33056,7 +33056,7 @@ const getKey = (direction, box) => `${jodit_core_dom_dom__WEBPACK_IMPORTED_MODUL
33056
33056
  /*!
33057
33057
  * Jodit Editor (https://xdsoft.net/jodit/)
33058
33058
  * Released under MIT see LICENSE.txt in the project root for license information.
33059
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33059
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33060
33060
  */
33061
33061
 
33062
33062
 
@@ -33194,7 +33194,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('inden
33194
33194
  /*!
33195
33195
  * Jodit Editor (https://xdsoft.net/jodit/)
33196
33196
  * Released under MIT see LICENSE.txt in the project root for license information.
33197
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33197
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33198
33198
  */
33199
33199
  /**
33200
33200
  * [[include:plugins/README.md]]
@@ -33296,7 +33296,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('inden
33296
33296
  /*!
33297
33297
  * Jodit Editor (https://xdsoft.net/jodit/)
33298
33298
  * Released under MIT see LICENSE.txt in the project root for license information.
33299
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33299
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33300
33300
  */
33301
33301
 
33302
33302
 
@@ -33362,7 +33362,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_1__/* .Config */ .T.prototype.popup = {
33362
33362
  /*!
33363
33363
  * Jodit Editor (https://xdsoft.net/jodit/)
33364
33364
  * Released under MIT see LICENSE.txt in the project root for license information.
33365
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33365
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33366
33366
  */
33367
33367
 
33368
33368
  /* harmony default export */ __webpack_exports__.A = ([
@@ -33398,7 +33398,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_1__/* .Config */ .T.prototype.popup = {
33398
33398
  /*!
33399
33399
  * Jodit Editor (https://xdsoft.net/jodit/)
33400
33400
  * Released under MIT see LICENSE.txt in the project root for license information.
33401
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33401
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33402
33402
  */
33403
33403
 
33404
33404
 
@@ -33511,7 +33511,7 @@ const cmd = (control) => control.args && (0,jodit_core_helpers_checker__WEBPACK_
33511
33511
  /*!
33512
33512
  * Jodit Editor (https://xdsoft.net/jodit/)
33513
33513
  * Released under MIT see LICENSE.txt in the project root for license information.
33514
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33514
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33515
33515
  */
33516
33516
 
33517
33517
  /* harmony default export */ __webpack_exports__.A = ([
@@ -33542,7 +33542,7 @@ const cmd = (control) => control.args && (0,jodit_core_helpers_checker__WEBPACK_
33542
33542
  /*!
33543
33543
  * Jodit Editor (https://xdsoft.net/jodit/)
33544
33544
  * Released under MIT see LICENSE.txt in the project root for license information.
33545
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33545
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33546
33546
  */
33547
33547
 
33548
33548
 
@@ -33622,7 +33622,7 @@ const align = {
33622
33622
  /*!
33623
33623
  * Jodit Editor (https://xdsoft.net/jodit/)
33624
33624
  * Released under MIT see LICENSE.txt in the project root for license information.
33625
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33625
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33626
33626
  */
33627
33627
  /**
33628
33628
  * @module plugins/inline-popup
@@ -33676,7 +33676,7 @@ const align = {
33676
33676
  /*!
33677
33677
  * Jodit Editor (https://xdsoft.net/jodit/)
33678
33678
  * Released under MIT see LICENSE.txt in the project root for license information.
33679
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33679
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33680
33680
  */
33681
33681
 
33682
33682
 
@@ -33952,7 +33952,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('inlin
33952
33952
  /*!
33953
33953
  * Jodit Editor (https://xdsoft.net/jodit/)
33954
33954
  * Released under MIT see LICENSE.txt in the project root for license information.
33955
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33955
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33956
33956
  */
33957
33957
 
33958
33958
 
@@ -34082,7 +34082,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('justi
34082
34082
  /*!
34083
34083
  * Jodit Editor (https://xdsoft.net/jodit/)
34084
34084
  * Released under MIT see LICENSE.txt in the project root for license information.
34085
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34085
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34086
34086
  */
34087
34087
 
34088
34088
 
@@ -34130,7 +34130,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('keyAr
34130
34130
  /*!
34131
34131
  * Jodit Editor (https://xdsoft.net/jodit/)
34132
34132
  * Released under MIT see LICENSE.txt in the project root for license information.
34133
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34133
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34134
34134
  */
34135
34135
  /**
34136
34136
  * @module plugins/limit
@@ -34157,7 +34157,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.limitHTML =
34157
34157
  /*!
34158
34158
  * Jodit Editor (https://xdsoft.net/jodit/)
34159
34159
  * Released under MIT see LICENSE.txt in the project root for license information.
34160
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34160
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34161
34161
  */
34162
34162
 
34163
34163
 
@@ -34272,7 +34272,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('limit
34272
34272
  /*!
34273
34273
  * Jodit Editor (https://xdsoft.net/jodit/)
34274
34274
  * Released under MIT see LICENSE.txt in the project root for license information.
34275
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34275
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34276
34276
  */
34277
34277
 
34278
34278
 
@@ -34299,7 +34299,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.lin
34299
34299
  /*!
34300
34300
  * Jodit Editor (https://xdsoft.net/jodit/)
34301
34301
  * Released under MIT see LICENSE.txt in the project root for license information.
34302
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34302
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34303
34303
  */
34304
34304
  module.exports = {
34305
34305
  'Line height': 'ارتفاع الخط'
@@ -34316,7 +34316,7 @@ module.exports = {
34316
34316
  /*!
34317
34317
  * Jodit Editor (https://xdsoft.net/jodit/)
34318
34318
  * Released under MIT see LICENSE.txt in the project root for license information.
34319
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34319
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34320
34320
  */
34321
34321
  module.exports = {
34322
34322
  'Line height': 'Výška čáry'
@@ -34333,7 +34333,7 @@ module.exports = {
34333
34333
  /*!
34334
34334
  * Jodit Editor (https://xdsoft.net/jodit/)
34335
34335
  * Released under MIT see LICENSE.txt in the project root for license information.
34336
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34336
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34337
34337
  */
34338
34338
  module.exports = {
34339
34339
  'Line height': 'Zeilenhöhe'
@@ -34350,7 +34350,7 @@ module.exports = {
34350
34350
  /*!
34351
34351
  * Jodit Editor (https://xdsoft.net/jodit/)
34352
34352
  * Released under MIT see LICENSE.txt in the project root for license information.
34353
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34353
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34354
34354
  */
34355
34355
  module.exports = {
34356
34356
  'Line height': 'Altura de la línea'
@@ -34367,7 +34367,7 @@ module.exports = {
34367
34367
  /*!
34368
34368
  * Jodit Editor (https://xdsoft.net/jodit/)
34369
34369
  * Released under MIT see LICENSE.txt in the project root for license information.
34370
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34370
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34371
34371
  */
34372
34372
  module.exports = {
34373
34373
  'Line height': 'ارتفاع خط'
@@ -34384,7 +34384,7 @@ module.exports = {
34384
34384
  /*!
34385
34385
  * Jodit Editor (https://xdsoft.net/jodit/)
34386
34386
  * Released under MIT see LICENSE.txt in the project root for license information.
34387
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34387
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34388
34388
  */
34389
34389
  module.exports = {
34390
34390
  'Line height': 'Rivin korkeus'
@@ -34401,7 +34401,7 @@ module.exports = {
34401
34401
  /*!
34402
34402
  * Jodit Editor (https://xdsoft.net/jodit/)
34403
34403
  * Released under MIT see LICENSE.txt in the project root for license information.
34404
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34404
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34405
34405
  */
34406
34406
  module.exports = {
34407
34407
  'Line height': 'Hauteur de ligne'
@@ -34418,7 +34418,7 @@ module.exports = {
34418
34418
  /*!
34419
34419
  * Jodit Editor (https://xdsoft.net/jodit/)
34420
34420
  * Released under MIT see LICENSE.txt in the project root for license information.
34421
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34421
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34422
34422
  */
34423
34423
  module.exports = {
34424
34424
  'Line height': 'גובה שורה'
@@ -34435,7 +34435,7 @@ module.exports = {
34435
34435
  /*!
34436
34436
  * Jodit Editor (https://xdsoft.net/jodit/)
34437
34437
  * Released under MIT see LICENSE.txt in the project root for license information.
34438
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34438
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34439
34439
  */
34440
34440
  module.exports = {
34441
34441
  'Line height': 'Vonal magassága'
@@ -34452,7 +34452,7 @@ module.exports = {
34452
34452
  /*!
34453
34453
  * Jodit Editor (https://xdsoft.net/jodit/)
34454
34454
  * Released under MIT see LICENSE.txt in the project root for license information.
34455
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34455
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34456
34456
  */
34457
34457
  module.exports = {
34458
34458
  'Line height': 'Tinggi baris'
@@ -34537,7 +34537,7 @@ __webpack_require__.r(__webpack_exports__);
34537
34537
  /*!
34538
34538
  * Jodit Editor (https://xdsoft.net/jodit/)
34539
34539
  * Released under MIT see LICENSE.txt in the project root for license information.
34540
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34540
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34541
34541
  */
34542
34542
 
34543
34543
 
@@ -34574,7 +34574,7 @@ __webpack_require__.r(__webpack_exports__);
34574
34574
  /*!
34575
34575
  * Jodit Editor (https://xdsoft.net/jodit/)
34576
34576
  * Released under MIT see LICENSE.txt in the project root for license information.
34577
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34577
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34578
34578
  */
34579
34579
  module.exports = {
34580
34580
  'Line height': 'Altezza linea'
@@ -34591,7 +34591,7 @@ module.exports = {
34591
34591
  /*!
34592
34592
  * Jodit Editor (https://xdsoft.net/jodit/)
34593
34593
  * Released under MIT see LICENSE.txt in the project root for license information.
34594
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34594
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34595
34595
  */
34596
34596
  module.exports = {
34597
34597
  'Line height': 'ラインの高さ'
@@ -34608,7 +34608,7 @@ module.exports = {
34608
34608
  /*!
34609
34609
  * Jodit Editor (https://xdsoft.net/jodit/)
34610
34610
  * Released under MIT see LICENSE.txt in the project root for license information.
34611
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34611
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34612
34612
  */
34613
34613
  module.exports = {
34614
34614
  'Line height': '선 높이'
@@ -34625,7 +34625,7 @@ module.exports = {
34625
34625
  /*!
34626
34626
  * Jodit Editor (https://xdsoft.net/jodit/)
34627
34627
  * Released under MIT see LICENSE.txt in the project root for license information.
34628
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34628
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34629
34629
  */
34630
34630
  module.exports = {
34631
34631
  'Line height': 'Зураасны өндөр'
@@ -34642,7 +34642,7 @@ module.exports = {
34642
34642
  /*!
34643
34643
  * Jodit Editor (https://xdsoft.net/jodit/)
34644
34644
  * Released under MIT see LICENSE.txt in the project root for license information.
34645
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34645
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34646
34646
  */
34647
34647
  module.exports = {
34648
34648
  'Line height': 'Lijnhoogte'
@@ -34659,7 +34659,7 @@ module.exports = {
34659
34659
  /*!
34660
34660
  * Jodit Editor (https://xdsoft.net/jodit/)
34661
34661
  * Released under MIT see LICENSE.txt in the project root for license information.
34662
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34662
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34663
34663
  */
34664
34664
  module.exports = {
34665
34665
  'Line height': 'Wysokość linii'
@@ -34676,7 +34676,7 @@ module.exports = {
34676
34676
  /*!
34677
34677
  * Jodit Editor (https://xdsoft.net/jodit/)
34678
34678
  * Released under MIT see LICENSE.txt in the project root for license information.
34679
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34679
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34680
34680
  */
34681
34681
  module.exports = {
34682
34682
  'Line height': 'Altura da linha'
@@ -34693,7 +34693,7 @@ module.exports = {
34693
34693
  /*!
34694
34694
  * Jodit Editor (https://xdsoft.net/jodit/)
34695
34695
  * Released under MIT see LICENSE.txt in the project root for license information.
34696
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34696
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34697
34697
  */
34698
34698
  module.exports = {
34699
34699
  'Line height': 'Высота линии'
@@ -34710,7 +34710,7 @@ module.exports = {
34710
34710
  /*!
34711
34711
  * Jodit Editor (https://xdsoft.net/jodit/)
34712
34712
  * Released under MIT see LICENSE.txt in the project root for license information.
34713
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34713
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34714
34714
  */
34715
34715
  module.exports = {
34716
34716
  'Line height': 'Çizgi yüksekliği'
@@ -34727,7 +34727,7 @@ module.exports = {
34727
34727
  /*!
34728
34728
  * Jodit Editor (https://xdsoft.net/jodit/)
34729
34729
  * Released under MIT see LICENSE.txt in the project root for license information.
34730
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34730
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34731
34731
  */
34732
34732
  module.exports = {
34733
34733
  'Line height': 'Висота лінії'
@@ -34744,7 +34744,7 @@ module.exports = {
34744
34744
  /*!
34745
34745
  * Jodit Editor (https://xdsoft.net/jodit/)
34746
34746
  * Released under MIT see LICENSE.txt in the project root for license information.
34747
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34747
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34748
34748
  */
34749
34749
  module.exports = {
34750
34750
  'Line height': '线高'
@@ -34761,7 +34761,7 @@ module.exports = {
34761
34761
  /*!
34762
34762
  * Jodit Editor (https://xdsoft.net/jodit/)
34763
34763
  * Released under MIT see LICENSE.txt in the project root for license information.
34764
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34764
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34765
34765
  */
34766
34766
  module.exports = {
34767
34767
  'Line height': '行高'
@@ -34786,7 +34786,7 @@ module.exports = {
34786
34786
  /*!
34787
34787
  * Jodit Editor (https://xdsoft.net/jodit/)
34788
34788
  * Released under MIT see LICENSE.txt in the project root for license information.
34789
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34789
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34790
34790
  */
34791
34791
 
34792
34792
 
@@ -34875,7 +34875,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('lineH
34875
34875
  /*!
34876
34876
  * Jodit Editor (https://xdsoft.net/jodit/)
34877
34877
  * Released under MIT see LICENSE.txt in the project root for license information.
34878
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34878
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34879
34879
  */
34880
34880
 
34881
34881
 
@@ -34938,7 +34938,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.lin
34938
34938
  /*!
34939
34939
  * Jodit Editor (https://xdsoft.net/jodit/)
34940
34940
  * Released under MIT see LICENSE.txt in the project root for license information.
34941
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34941
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34942
34942
  */
34943
34943
 
34944
34944
 
@@ -35270,7 +35270,7 @@ function writeImage(a, content_input, textWasChanged, url_input) {
35270
35270
  /*!
35271
35271
  * Jodit Editor (https://xdsoft.net/jodit/)
35272
35272
  * Released under MIT see LICENSE.txt in the project root for license information.
35273
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35273
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35274
35274
  */
35275
35275
 
35276
35276
 
@@ -35363,7 +35363,7 @@ const formTemplate = (editor) => {
35363
35363
  /*!
35364
35364
  * Jodit Editor (https://xdsoft.net/jodit/)
35365
35365
  * Released under MIT see LICENSE.txt in the project root for license information.
35366
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35366
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35367
35367
  */
35368
35368
  /**
35369
35369
  * @module plugins/media
@@ -35388,7 +35388,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.mediaBlocks
35388
35388
  /*!
35389
35389
  * Jodit Editor (https://xdsoft.net/jodit/)
35390
35390
  * Released under MIT see LICENSE.txt in the project root for license information.
35391
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35391
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35392
35392
  */
35393
35393
 
35394
35394
 
@@ -35469,7 +35469,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('media
35469
35469
  /*!
35470
35470
  * Jodit Editor (https://xdsoft.net/jodit/)
35471
35471
  * Released under MIT see LICENSE.txt in the project root for license information.
35472
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35472
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35473
35473
  */
35474
35474
 
35475
35475
 
@@ -35624,7 +35624,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.dot
35624
35624
  /*!
35625
35625
  * Jodit Editor (https://xdsoft.net/jodit/)
35626
35626
  * Released under MIT see LICENSE.txt in the project root for license information.
35627
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35627
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35628
35628
  */
35629
35629
 
35630
35630
 
@@ -35708,7 +35708,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('mobil
35708
35708
  /*!
35709
35709
  * Jodit Editor (https://xdsoft.net/jodit/)
35710
35710
  * Released under MIT see LICENSE.txt in the project root for license information.
35711
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35711
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35712
35712
  */
35713
35713
 
35714
35714
 
@@ -35766,7 +35766,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.ol
35766
35766
  /*!
35767
35767
  * Jodit Editor (https://xdsoft.net/jodit/)
35768
35768
  * Released under MIT see LICENSE.txt in the project root for license information.
35769
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35769
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35770
35770
  */
35771
35771
 
35772
35772
 
@@ -35826,7 +35826,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('order
35826
35826
  /*!
35827
35827
  * Jodit Editor (https://xdsoft.net/jodit/)
35828
35828
  * Released under MIT see LICENSE.txt in the project root for license information.
35829
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35829
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35830
35830
  */
35831
35831
 
35832
35832
 
@@ -35858,7 +35858,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_1__/* .Config */ .T.prototype.pasteFromWor
35858
35858
  /*!
35859
35859
  * Jodit Editor (https://xdsoft.net/jodit/)
35860
35860
  * Released under MIT see LICENSE.txt in the project root for license information.
35861
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35861
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35862
35862
  */
35863
35863
 
35864
35864
 
@@ -35939,7 +35939,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('paste
35939
35939
  /*!
35940
35940
  * Jodit Editor (https://xdsoft.net/jodit/)
35941
35941
  * Released under MIT see LICENSE.txt in the project root for license information.
35942
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35942
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35943
35943
  */
35944
35944
 
35945
35945
 
@@ -36116,7 +36116,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('paste
36116
36116
  /*!
36117
36117
  * Jodit Editor (https://xdsoft.net/jodit/)
36118
36118
  * Released under MIT see LICENSE.txt in the project root for license information.
36119
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36119
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36120
36120
  */
36121
36121
 
36122
36122
 
@@ -36220,7 +36220,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_1__/* .Config */ .T.prototype.controls.pas
36220
36220
  /*!
36221
36221
  * Jodit Editor (https://xdsoft.net/jodit/)
36222
36222
  * Released under MIT see LICENSE.txt in the project root for license information.
36223
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36223
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36224
36224
  */
36225
36225
 
36226
36226
 
@@ -36342,7 +36342,7 @@ function askInsertTypeDialog(jodit, msg, title, callback, buttonList) {
36342
36342
  /*!
36343
36343
  * Jodit Editor (https://xdsoft.net/jodit/)
36344
36344
  * Released under MIT see LICENSE.txt in the project root for license information.
36345
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36345
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36346
36346
  */
36347
36347
 
36348
36348
 
@@ -36518,7 +36518,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('paste
36518
36518
  /*!
36519
36519
  * Jodit Editor (https://xdsoft.net/jodit/)
36520
36520
  * Released under MIT see LICENSE.txt in the project root for license information.
36521
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36521
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36522
36522
  */
36523
36523
  /**
36524
36524
  * @module plugins/placeholder
@@ -36549,7 +36549,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.useInputsPla
36549
36549
  /*!
36550
36550
  * Jodit Editor (https://xdsoft.net/jodit/)
36551
36551
  * Released under MIT see LICENSE.txt in the project root for license information.
36552
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36552
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36553
36553
  */
36554
36554
 
36555
36555
 
@@ -36713,7 +36713,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('place
36713
36713
  /*!
36714
36714
  * Jodit Editor (https://xdsoft.net/jodit/)
36715
36715
  * Released under MIT see LICENSE.txt in the project root for license information.
36716
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36716
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36717
36717
  */
36718
36718
 
36719
36719
  function poweredByJodit(jodit) {
@@ -36752,7 +36752,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('power
36752
36752
  /*!
36753
36753
  * Jodit Editor (https://xdsoft.net/jodit/)
36754
36754
  * Released under MIT see LICENSE.txt in the project root for license information.
36755
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36755
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36756
36756
  */
36757
36757
 
36758
36758
 
@@ -36795,7 +36795,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('previ
36795
36795
  /*!
36796
36796
  * Jodit Editor (https://xdsoft.net/jodit/)
36797
36797
  * Released under MIT see LICENSE.txt in the project root for license information.
36798
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36798
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36799
36799
  */
36800
36800
 
36801
36801
  /**
@@ -36916,7 +36916,7 @@ function generateCriticalCSS(jodit) {
36916
36916
  /*!
36917
36917
  * Jodit Editor (https://xdsoft.net/jodit/)
36918
36918
  * Released under MIT see LICENSE.txt in the project root for license information.
36919
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36919
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36920
36920
  */
36921
36921
 
36922
36922
 
@@ -37003,7 +37003,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('print
37003
37003
  /*!
37004
37004
  * Jodit Editor (https://xdsoft.net/jodit/)
37005
37005
  * Released under MIT see LICENSE.txt in the project root for license information.
37006
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37006
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37007
37007
  */
37008
37008
 
37009
37009
 
@@ -37072,7 +37072,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('redoU
37072
37072
  /*!
37073
37073
  * Jodit Editor (https://xdsoft.net/jodit/)
37074
37074
  * Released under MIT see LICENSE.txt in the project root for license information.
37075
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37075
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37076
37076
  */
37077
37077
  /**
37078
37078
  * @module plugins/resize-cells
@@ -37099,7 +37099,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.tableAllowCe
37099
37099
  /*!
37100
37100
  * Jodit Editor (https://xdsoft.net/jodit/)
37101
37101
  * Released under MIT see LICENSE.txt in the project root for license information.
37102
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37102
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37103
37103
  */
37104
37104
 
37105
37105
 
@@ -37411,7 +37411,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('resiz
37411
37411
  /*!
37412
37412
  * Jodit Editor (https://xdsoft.net/jodit/)
37413
37413
  * Released under MIT see LICENSE.txt in the project root for license information.
37414
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37414
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37415
37415
  */
37416
37416
  /**
37417
37417
  * @module plugins/resize-handler
@@ -37438,7 +37438,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.allowResizeY
37438
37438
  /*!
37439
37439
  * Jodit Editor (https://xdsoft.net/jodit/)
37440
37440
  * Released under MIT see LICENSE.txt in the project root for license information.
37441
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37441
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37442
37442
  */
37443
37443
 
37444
37444
 
@@ -37552,7 +37552,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('resiz
37552
37552
  /*!
37553
37553
  * Jodit Editor (https://xdsoft.net/jodit/)
37554
37554
  * Released under MIT see LICENSE.txt in the project root for license information.
37555
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37555
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37556
37556
  */
37557
37557
 
37558
37558
  jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.allowResizeTags = new Set(['img', 'iframe', 'table', 'jodit']);
@@ -37584,7 +37584,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.resizer = {
37584
37584
  /*!
37585
37585
  * Jodit Editor (https://xdsoft.net/jodit/)
37586
37586
  * Released under MIT see LICENSE.txt in the project root for license information.
37587
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37587
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37588
37588
  */
37589
37589
 
37590
37590
 
@@ -38057,7 +38057,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('resiz
38057
38057
  /*!
38058
38058
  * Jodit Editor (https://xdsoft.net/jodit/)
38059
38059
  * Released under MIT see LICENSE.txt in the project root for license information.
38060
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38060
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38061
38061
  */
38062
38062
 
38063
38063
 
@@ -38118,7 +38118,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.fin
38118
38118
  /*!
38119
38119
  * Jodit Editor (https://xdsoft.net/jodit/)
38120
38120
  * Released under MIT see LICENSE.txt in the project root for license information.
38121
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38121
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38122
38122
  */
38123
38123
 
38124
38124
 
@@ -38273,7 +38273,7 @@ function normalizeRanges(rng, restRanges, ci) {
38273
38273
  /*!
38274
38274
  * Jodit Editor (https://xdsoft.net/jodit/)
38275
38275
  * Released under MIT see LICENSE.txt in the project root for license information.
38276
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38276
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38277
38277
  */
38278
38278
  /**
38279
38279
  * @module plugins/search
@@ -38295,7 +38295,7 @@ function normalizeRanges(rng, restRanges, ci) {
38295
38295
  /*!
38296
38296
  * Jodit Editor (https://xdsoft.net/jodit/)
38297
38297
  * Released under MIT see LICENSE.txt in the project root for license information.
38298
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38298
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38299
38299
  */
38300
38300
 
38301
38301
  class SentenceFinder {
@@ -38375,7 +38375,7 @@ class SentenceFinder {
38375
38375
  /*!
38376
38376
  * Jodit Editor (https://xdsoft.net/jodit/)
38377
38377
  * Released under MIT see LICENSE.txt in the project root for license information.
38378
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38378
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38379
38379
  */
38380
38380
 
38381
38381
 
@@ -38752,7 +38752,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('searc
38752
38752
  /*!
38753
38753
  * Jodit Editor (https://xdsoft.net/jodit/)
38754
38754
  * Released under MIT see LICENSE.txt in the project root for license information.
38755
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38755
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38756
38756
  */
38757
38757
 
38758
38758
 
@@ -38963,7 +38963,7 @@ UISearch = (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */ .Cg)([
38963
38963
  /*!
38964
38964
  * Jodit Editor (https://xdsoft.net/jodit/)
38965
38965
  * Released under MIT see LICENSE.txt in the project root for license information.
38966
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38966
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38967
38967
  */
38968
38968
  /**
38969
38969
  * @module plugins/select-cells
@@ -38991,7 +38991,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.tableAllowCe
38991
38991
  /*!
38992
38992
  * Jodit Editor (https://xdsoft.net/jodit/)
38993
38993
  * Released under MIT see LICENSE.txt in the project root for license information.
38994
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38994
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38995
38995
  */
38996
38996
 
38997
38997
 
@@ -39330,7 +39330,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('selec
39330
39330
  /*!
39331
39331
  * Jodit Editor (https://xdsoft.net/jodit/)
39332
39332
  * Released under MIT see LICENSE.txt in the project root for license information.
39333
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39333
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39334
39334
  */
39335
39335
  /**
39336
39336
  * @module plugins/select
@@ -39360,7 +39360,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.select = {
39360
39360
  /*!
39361
39361
  * Jodit Editor (https://xdsoft.net/jodit/)
39362
39362
  * Released under MIT see LICENSE.txt in the project root for license information.
39363
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39363
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39364
39364
  */
39365
39365
 
39366
39366
 
@@ -39501,7 +39501,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('selec
39501
39501
  /*!
39502
39502
  * Jodit Editor (https://xdsoft.net/jodit/)
39503
39503
  * Released under MIT see LICENSE.txt in the project root for license information.
39504
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39504
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39505
39505
  */
39506
39506
  /**
39507
39507
  * @module plugins/size
@@ -39550,7 +39550,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.saveHeightIn
39550
39550
  /*!
39551
39551
  * Jodit Editor (https://xdsoft.net/jodit/)
39552
39552
  * Released under MIT see LICENSE.txt in the project root for license information.
39553
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39553
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39554
39554
  */
39555
39555
 
39556
39556
 
@@ -39617,6 +39617,7 @@ let size = class size extends jodit_core_plugin_plugin__WEBPACK_IMPORTED_MODULE_
39617
39617
  * Manually change height
39618
39618
  */
39619
39619
  __setHeight(height) {
39620
+ const { clientHeight, clientWidth } = this.j.container;
39620
39621
  if ((0,jodit_core_helpers_checker_is_number__WEBPACK_IMPORTED_MODULE_5__/* .isNumber */ .E)(height)) {
39621
39622
  const { minHeight, maxHeight } = this.j.o;
39622
39623
  if ((0,jodit_core_helpers_checker_is_number__WEBPACK_IMPORTED_MODULE_5__/* .isNumber */ .E)(minHeight) && minHeight > height) {
@@ -39630,12 +39631,13 @@ let size = class size extends jodit_core_plugin_plugin__WEBPACK_IMPORTED_MODULE_
39630
39631
  if (this.j.o.saveHeightInStorage) {
39631
39632
  this.j.storage.set('height', height);
39632
39633
  }
39633
- this.__resizeWorkspaceImd();
39634
+ this.__resizeWorkspaceImd({ clientHeight, clientWidth });
39634
39635
  }
39635
39636
  /**
39636
39637
  * Manually change width
39637
39638
  */
39638
39639
  __setWidth(width) {
39640
+ const { clientHeight, clientWidth } = this.j.container;
39639
39641
  if ((0,jodit_core_helpers_checker_is_number__WEBPACK_IMPORTED_MODULE_5__/* .isNumber */ .E)(width)) {
39640
39642
  const { minWidth, maxWidth } = this.j.o;
39641
39643
  if ((0,jodit_core_helpers_checker_is_number__WEBPACK_IMPORTED_MODULE_5__/* .isNumber */ .E)(minWidth) && minWidth > width) {
@@ -39646,7 +39648,7 @@ let size = class size extends jodit_core_plugin_plugin__WEBPACK_IMPORTED_MODULE_
39646
39648
  }
39647
39649
  }
39648
39650
  (0,jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_4__/* .css */ .A)(this.j.container, 'width', width);
39649
- this.__resizeWorkspaceImd();
39651
+ this.__resizeWorkspaceImd({ clientHeight, clientWidth });
39650
39652
  }
39651
39653
  /**
39652
39654
  * Returns service spaces: toolbar + statusbar
@@ -39660,7 +39662,7 @@ let size = class size extends jodit_core_plugin_plugin__WEBPACK_IMPORTED_MODULE_
39660
39662
  /**
39661
39663
  * Calculate workspace height
39662
39664
  */
39663
- __resizeWorkspaceImd() {
39665
+ __resizeWorkspaceImd({ clientHeight, clientWidth } = this.j.container) {
39664
39666
  if (!this.j || this.j.isDestructed || !this.j.o || this.j.o.inline) {
39665
39667
  return;
39666
39668
  }
@@ -39687,6 +39689,11 @@ let size = class size extends jodit_core_plugin_plugin__WEBPACK_IMPORTED_MODULE_
39687
39689
  ? this.j.container.offsetHeight - this.__getNotWorkHeight()
39688
39690
  : 'auto');
39689
39691
  }
39692
+ const { clientHeight: newClientHeight, clientWidth: newClientWidth } = this.j.container;
39693
+ if (clientHeight !== newClientHeight ||
39694
+ clientWidth !== newClientWidth) {
39695
+ this.j.e.fire(this.j, 'resize');
39696
+ }
39690
39697
  }
39691
39698
  /** @override **/
39692
39699
  beforeDestruct(jodit) {
@@ -39722,7 +39729,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('size'
39722
39729
  /*!
39723
39730
  * Jodit Editor (https://xdsoft.net/jodit/)
39724
39731
  * Released under MIT see LICENSE.txt in the project root for license information.
39725
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39732
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39726
39733
  */
39727
39734
 
39728
39735
 
@@ -39787,7 +39794,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.sou
39787
39794
  /*!
39788
39795
  * Jodit Editor (https://xdsoft.net/jodit/)
39789
39796
  * Released under MIT see LICENSE.txt in the project root for license information.
39790
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39797
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39791
39798
  */
39792
39799
 
39793
39800
 
@@ -39885,10 +39892,12 @@ class AceEditor extends jodit_plugins_source_editor_sourceEditor__WEBPACK_IMPORT
39885
39892
  if (editor.getRealMode() !== jodit_core_constants__WEBPACK_IMPORTED_MODULE_0__.MODE_WYSIWYG) {
39886
39893
  this.setValue(this.getValue());
39887
39894
  }
39888
- const onResize = this.j.async.debounce(() => {
39889
- if (editor.isInDestruct) {
39895
+ const onResize = this.j.async.throttle(() => {
39896
+ if (editor.isInDestruct ||
39897
+ editor.getMode() === jodit_core_constants__WEBPACK_IMPORTED_MODULE_0__.MODE_WYSIWYG) {
39890
39898
  return;
39891
39899
  }
39900
+ const hasFocus = this.instance.isFocused();
39892
39901
  if (editor.o.height !== 'auto') {
39893
39902
  this.instance.setOption('maxLines', editor.workplace.offsetHeight /
39894
39903
  this.instance.renderer.lineHeight);
@@ -39897,8 +39906,11 @@ class AceEditor extends jodit_plugins_source_editor_sourceEditor__WEBPACK_IMPORT
39897
39906
  this.instance.setOption('maxLines', Infinity);
39898
39907
  }
39899
39908
  this.instance.resize();
39909
+ hasFocus && this.focus();
39900
39910
  }, this.j.defaultTimeout * 2);
39901
- editor.e.on('afterResize afterSetMode', onResize);
39911
+ editor.e
39912
+ .on(editor, 'resize', onResize)
39913
+ .on('afterResize afterSetMode', onResize);
39902
39914
  onResize();
39903
39915
  this.onReady();
39904
39916
  };
@@ -39950,6 +39962,7 @@ class AceEditor extends jodit_plugins_source_editor_sourceEditor__WEBPACK_IMPORT
39950
39962
  return this.instance.isFocused();
39951
39963
  }
39952
39964
  focus() {
39965
+ this.instance.container.focus();
39953
39966
  this.instance.focus();
39954
39967
  }
39955
39968
  blur() {
@@ -40015,7 +40028,7 @@ class AceEditor extends jodit_plugins_source_editor_sourceEditor__WEBPACK_IMPORT
40015
40028
  /*!
40016
40029
  * Jodit Editor (https://xdsoft.net/jodit/)
40017
40030
  * Released under MIT see LICENSE.txt in the project root for license information.
40018
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40031
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40019
40032
  */
40020
40033
 
40021
40034
 
@@ -40133,7 +40146,7 @@ class TextAreaEditor extends jodit_plugins_source_editor_sourceEditor__WEBPACK_I
40133
40146
  /*!
40134
40147
  * Jodit Editor (https://xdsoft.net/jodit/)
40135
40148
  * Released under MIT see LICENSE.txt in the project root for license information.
40136
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40149
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40137
40150
  */
40138
40151
  /**
40139
40152
  * @module plugins/source
@@ -40157,7 +40170,7 @@ class TextAreaEditor extends jodit_plugins_source_editor_sourceEditor__WEBPACK_I
40157
40170
  /*!
40158
40171
  * Jodit Editor (https://xdsoft.net/jodit/)
40159
40172
  * Released under MIT see LICENSE.txt in the project root for license information.
40160
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40173
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40161
40174
  */
40162
40175
 
40163
40176
 
@@ -40197,7 +40210,7 @@ function createSourceEditor(type, editor, container, toWYSIWYG, fromWYSIWYG) {
40197
40210
  /*!
40198
40211
  * Jodit Editor (https://xdsoft.net/jodit/)
40199
40212
  * Released under MIT see LICENSE.txt in the project root for license information.
40200
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40213
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40201
40214
  */
40202
40215
  class SourceEditor {
40203
40216
  constructor(jodit, container, toWYSIWYG, fromWYSIWYG) {
@@ -40250,7 +40263,7 @@ class SourceEditor {
40250
40263
  /*!
40251
40264
  * Jodit Editor (https://xdsoft.net/jodit/)
40252
40265
  * Released under MIT see LICENSE.txt in the project root for license information.
40253
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40266
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40254
40267
  */
40255
40268
 
40256
40269
 
@@ -40581,7 +40594,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('sourc
40581
40594
  /*!
40582
40595
  * Jodit Editor (https://xdsoft.net/jodit/)
40583
40596
  * Released under MIT see LICENSE.txt in the project root for license information.
40584
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40597
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40585
40598
  */
40586
40599
 
40587
40600
 
@@ -40609,7 +40622,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_1__/* .Config */ .T.prototype.controls.spe
40609
40622
  /*!
40610
40623
  * Jodit Editor (https://xdsoft.net/jodit/)
40611
40624
  * Released under MIT see LICENSE.txt in the project root for license information.
40612
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40625
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40613
40626
  */
40614
40627
  module.exports = {
40615
40628
  Spellcheck: 'التدقيق الإملائي'
@@ -40626,7 +40639,7 @@ module.exports = {
40626
40639
  /*!
40627
40640
  * Jodit Editor (https://xdsoft.net/jodit/)
40628
40641
  * Released under MIT see LICENSE.txt in the project root for license information.
40629
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40642
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40630
40643
  */
40631
40644
  module.exports = {
40632
40645
  Spellcheck: 'Kontrola pravopisu'
@@ -40643,7 +40656,7 @@ module.exports = {
40643
40656
  /*!
40644
40657
  * Jodit Editor (https://xdsoft.net/jodit/)
40645
40658
  * Released under MIT see LICENSE.txt in the project root for license information.
40646
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40659
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40647
40660
  */
40648
40661
  module.exports = {
40649
40662
  Spellcheck: 'Rechtschreibprüfung'
@@ -40660,7 +40673,7 @@ module.exports = {
40660
40673
  /*!
40661
40674
  * Jodit Editor (https://xdsoft.net/jodit/)
40662
40675
  * Released under MIT see LICENSE.txt in the project root for license information.
40663
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40676
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40664
40677
  */
40665
40678
  module.exports = {
40666
40679
  Spellcheck: 'Corrección ortográfica'
@@ -40677,7 +40690,7 @@ module.exports = {
40677
40690
  /*!
40678
40691
  * Jodit Editor (https://xdsoft.net/jodit/)
40679
40692
  * Released under MIT see LICENSE.txt in the project root for license information.
40680
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40693
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40681
40694
  */
40682
40695
  module.exports = {
40683
40696
  Spellcheck: 'غلطیابی املایی'
@@ -40694,7 +40707,7 @@ module.exports = {
40694
40707
  /*!
40695
40708
  * Jodit Editor (https://xdsoft.net/jodit/)
40696
40709
  * Released under MIT see LICENSE.txt in the project root for license information.
40697
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40710
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40698
40711
  */
40699
40712
  module.exports = {
40700
40713
  Spellcheck: 'Oikeinkirjoituksen tarkistus'
@@ -40711,7 +40724,7 @@ module.exports = {
40711
40724
  /*!
40712
40725
  * Jodit Editor (https://xdsoft.net/jodit/)
40713
40726
  * Released under MIT see LICENSE.txt in the project root for license information.
40714
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40727
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40715
40728
  */
40716
40729
  module.exports = {
40717
40730
  Spellcheck: 'Vérification Orthographique'
@@ -40728,7 +40741,7 @@ module.exports = {
40728
40741
  /*!
40729
40742
  * Jodit Editor (https://xdsoft.net/jodit/)
40730
40743
  * Released under MIT see LICENSE.txt in the project root for license information.
40731
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40744
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40732
40745
  */
40733
40746
  module.exports = {
40734
40747
  Spellcheck: 'בדיקת איות'
@@ -40745,7 +40758,7 @@ module.exports = {
40745
40758
  /*!
40746
40759
  * Jodit Editor (https://xdsoft.net/jodit/)
40747
40760
  * Released under MIT see LICENSE.txt in the project root for license information.
40748
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40761
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40749
40762
  */
40750
40763
  module.exports = {
40751
40764
  Spellcheck: 'Helyesírás-ellenőrzés'
@@ -40762,7 +40775,7 @@ module.exports = {
40762
40775
  /*!
40763
40776
  * Jodit Editor (https://xdsoft.net/jodit/)
40764
40777
  * Released under MIT see LICENSE.txt in the project root for license information.
40765
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40778
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40766
40779
  */
40767
40780
  module.exports = {
40768
40781
  Spellcheck: 'Spellchecking'
@@ -40847,7 +40860,7 @@ __webpack_require__.r(__webpack_exports__);
40847
40860
  /*!
40848
40861
  * Jodit Editor (https://xdsoft.net/jodit/)
40849
40862
  * Released under MIT see LICENSE.txt in the project root for license information.
40850
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40863
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40851
40864
  */
40852
40865
 
40853
40866
 
@@ -40884,7 +40897,7 @@ __webpack_require__.r(__webpack_exports__);
40884
40897
  /*!
40885
40898
  * Jodit Editor (https://xdsoft.net/jodit/)
40886
40899
  * Released under MIT see LICENSE.txt in the project root for license information.
40887
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40900
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40888
40901
  */
40889
40902
  module.exports = {
40890
40903
  Spellcheck: 'Controllo ortografico'
@@ -40901,7 +40914,7 @@ module.exports = {
40901
40914
  /*!
40902
40915
  * Jodit Editor (https://xdsoft.net/jodit/)
40903
40916
  * Released under MIT see LICENSE.txt in the project root for license information.
40904
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40917
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40905
40918
  */
40906
40919
  module.exports = {
40907
40920
  Spellcheck: 'スペルチェック'
@@ -40918,7 +40931,7 @@ module.exports = {
40918
40931
  /*!
40919
40932
  * Jodit Editor (https://xdsoft.net/jodit/)
40920
40933
  * Released under MIT see LICENSE.txt in the project root for license information.
40921
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40934
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40922
40935
  */
40923
40936
  module.exports = {
40924
40937
  Spellcheck: '맞춤법 검사'
@@ -40935,7 +40948,7 @@ module.exports = {
40935
40948
  /*!
40936
40949
  * Jodit Editor (https://xdsoft.net/jodit/)
40937
40950
  * Released under MIT see LICENSE.txt in the project root for license information.
40938
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40951
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40939
40952
  */
40940
40953
  module.exports = {
40941
40954
  Spellcheck: 'Дүрмийн алдаа шалгах'
@@ -40952,7 +40965,7 @@ module.exports = {
40952
40965
  /*!
40953
40966
  * Jodit Editor (https://xdsoft.net/jodit/)
40954
40967
  * Released under MIT see LICENSE.txt in the project root for license information.
40955
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40968
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40956
40969
  */
40957
40970
  module.exports = {
40958
40971
  Spellcheck: 'Spellingcontrole'
@@ -40969,7 +40982,7 @@ module.exports = {
40969
40982
  /*!
40970
40983
  * Jodit Editor (https://xdsoft.net/jodit/)
40971
40984
  * Released under MIT see LICENSE.txt in the project root for license information.
40972
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40985
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40973
40986
  */
40974
40987
  module.exports = {
40975
40988
  Spellcheck: 'Sprawdzanie pisowni'
@@ -40986,7 +40999,7 @@ module.exports = {
40986
40999
  /*!
40987
41000
  * Jodit Editor (https://xdsoft.net/jodit/)
40988
41001
  * Released under MIT see LICENSE.txt in the project root for license information.
40989
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41002
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40990
41003
  */
40991
41004
  module.exports = {
40992
41005
  Spellcheck: 'Verificação ortográfica'
@@ -41003,7 +41016,7 @@ module.exports = {
41003
41016
  /*!
41004
41017
  * Jodit Editor (https://xdsoft.net/jodit/)
41005
41018
  * Released under MIT see LICENSE.txt in the project root for license information.
41006
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41019
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41007
41020
  */
41008
41021
  module.exports = {
41009
41022
  Spellcheck: 'Проверка орфографии'
@@ -41020,7 +41033,7 @@ module.exports = {
41020
41033
  /*!
41021
41034
  * Jodit Editor (https://xdsoft.net/jodit/)
41022
41035
  * Released under MIT see LICENSE.txt in the project root for license information.
41023
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41036
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41024
41037
  */
41025
41038
  module.exports = {
41026
41039
  Spellcheck: 'Yazım denetimi'
@@ -41037,7 +41050,7 @@ module.exports = {
41037
41050
  /*!
41038
41051
  * Jodit Editor (https://xdsoft.net/jodit/)
41039
41052
  * Released under MIT see LICENSE.txt in the project root for license information.
41040
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41053
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41041
41054
  */
41042
41055
  module.exports = {
41043
41056
  Spellcheck: 'Перевірка орфографії'
@@ -41054,7 +41067,7 @@ module.exports = {
41054
41067
  /*!
41055
41068
  * Jodit Editor (https://xdsoft.net/jodit/)
41056
41069
  * Released under MIT see LICENSE.txt in the project root for license information.
41057
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41070
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41058
41071
  */
41059
41072
  module.exports = {
41060
41073
  Spellcheck: '拼写检查'
@@ -41071,7 +41084,7 @@ module.exports = {
41071
41084
  /*!
41072
41085
  * Jodit Editor (https://xdsoft.net/jodit/)
41073
41086
  * Released under MIT see LICENSE.txt in the project root for license information.
41074
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41087
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41075
41088
  */
41076
41089
  module.exports = {
41077
41090
  Spellcheck: '拼字檢查'
@@ -41095,7 +41108,7 @@ module.exports = {
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
 
@@ -41145,7 +41158,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('spell
41145
41158
  /*!
41146
41159
  * Jodit Editor (https://xdsoft.net/jodit/)
41147
41160
  * Released under MIT see LICENSE.txt in the project root for license information.
41148
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41161
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41149
41162
  */
41150
41163
  /**
41151
41164
  * @module plugins/stat
@@ -41172,7 +41185,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.showWordsCou
41172
41185
  /*!
41173
41186
  * Jodit Editor (https://xdsoft.net/jodit/)
41174
41187
  * Released under MIT see LICENSE.txt in the project root for license information.
41175
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41188
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41176
41189
  */
41177
41190
 
41178
41191
 
@@ -41253,7 +41266,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('stat'
41253
41266
  /*!
41254
41267
  * Jodit Editor (https://xdsoft.net/jodit/)
41255
41268
  * Released under MIT see LICENSE.txt in the project root for license information.
41256
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41269
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41257
41270
  */
41258
41271
  /**
41259
41272
  * @module plugins/sticky
@@ -41282,7 +41295,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.toolbarStick
41282
41295
  /*!
41283
41296
  * Jodit Editor (https://xdsoft.net/jodit/)
41284
41297
  * Released under MIT see LICENSE.txt in the project root for license information.
41285
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41298
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41286
41299
  */
41287
41300
 
41288
41301
 
@@ -41406,7 +41419,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('stick
41406
41419
  /*!
41407
41420
  * Jodit Editor (https://xdsoft.net/jodit/)
41408
41421
  * Released under MIT see LICENSE.txt in the project root for license information.
41409
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41422
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41410
41423
  */
41411
41424
 
41412
41425
 
@@ -41659,7 +41672,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_1__/* .Config */ .T.prototype.controls.sym
41659
41672
  /*!
41660
41673
  * Jodit Editor (https://xdsoft.net/jodit/)
41661
41674
  * Released under MIT see LICENSE.txt in the project root for license information.
41662
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41675
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41663
41676
  */
41664
41677
  module.exports = {
41665
41678
  symbols: 'رمز'
@@ -41676,7 +41689,7 @@ module.exports = {
41676
41689
  /*!
41677
41690
  * Jodit Editor (https://xdsoft.net/jodit/)
41678
41691
  * Released under MIT see LICENSE.txt in the project root for license information.
41679
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41692
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41680
41693
  */
41681
41694
  module.exports = {
41682
41695
  symbols: 'symbol'
@@ -41693,7 +41706,7 @@ module.exports = {
41693
41706
  /*!
41694
41707
  * Jodit Editor (https://xdsoft.net/jodit/)
41695
41708
  * Released under MIT see LICENSE.txt in the project root for license information.
41696
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41709
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41697
41710
  */
41698
41711
  module.exports = {
41699
41712
  symbols: 'Symbol'
@@ -41710,7 +41723,7 @@ module.exports = {
41710
41723
  /*!
41711
41724
  * Jodit Editor (https://xdsoft.net/jodit/)
41712
41725
  * Released under MIT see LICENSE.txt in the project root for license information.
41713
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41726
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41714
41727
  */
41715
41728
  module.exports = {
41716
41729
  symbols: 'Símbolo'
@@ -41727,7 +41740,7 @@ module.exports = {
41727
41740
  /*!
41728
41741
  * Jodit Editor (https://xdsoft.net/jodit/)
41729
41742
  * Released under MIT see LICENSE.txt in the project root for license information.
41730
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41743
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41731
41744
  */
41732
41745
  module.exports = {
41733
41746
  symbols: 'سمبل'
@@ -41744,7 +41757,7 @@ module.exports = {
41744
41757
  /*!
41745
41758
  * Jodit Editor (https://xdsoft.net/jodit/)
41746
41759
  * Released under MIT see LICENSE.txt in the project root for license information.
41747
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41760
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41748
41761
  */
41749
41762
  module.exports = {
41750
41763
  symbols: 'Symbolit'
@@ -41761,7 +41774,7 @@ module.exports = {
41761
41774
  /*!
41762
41775
  * Jodit Editor (https://xdsoft.net/jodit/)
41763
41776
  * Released under MIT see LICENSE.txt in the project root for license information.
41764
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41777
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41765
41778
  */
41766
41779
  module.exports = {
41767
41780
  symbols: 'caractère'
@@ -41778,7 +41791,7 @@ module.exports = {
41778
41791
  /*!
41779
41792
  * Jodit Editor (https://xdsoft.net/jodit/)
41780
41793
  * Released under MIT see LICENSE.txt in the project root for license information.
41781
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41794
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41782
41795
  */
41783
41796
  module.exports = {
41784
41797
  symbols: 'תו מיוחד'
@@ -41795,7 +41808,7 @@ module.exports = {
41795
41808
  /*!
41796
41809
  * Jodit Editor (https://xdsoft.net/jodit/)
41797
41810
  * Released under MIT see LICENSE.txt in the project root for license information.
41798
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41811
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41799
41812
  */
41800
41813
  module.exports = {
41801
41814
  symbols: 'Szimbólum'
@@ -41812,7 +41825,7 @@ module.exports = {
41812
41825
  /*!
41813
41826
  * Jodit Editor (https://xdsoft.net/jodit/)
41814
41827
  * Released under MIT see LICENSE.txt in the project root for license information.
41815
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41828
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41816
41829
  */
41817
41830
  module.exports = {
41818
41831
  symbols: 'simbol'
@@ -41897,7 +41910,7 @@ __webpack_require__.r(__webpack_exports__);
41897
41910
  /*!
41898
41911
  * Jodit Editor (https://xdsoft.net/jodit/)
41899
41912
  * Released under MIT see LICENSE.txt in the project root for license information.
41900
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41913
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41901
41914
  */
41902
41915
 
41903
41916
 
@@ -41934,7 +41947,7 @@ __webpack_require__.r(__webpack_exports__);
41934
41947
  /*!
41935
41948
  * Jodit Editor (https://xdsoft.net/jodit/)
41936
41949
  * Released under MIT see LICENSE.txt in the project root for license information.
41937
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41950
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41938
41951
  */
41939
41952
  module.exports = {
41940
41953
  symbols: 'Simbolo'
@@ -41951,7 +41964,7 @@ module.exports = {
41951
41964
  /*!
41952
41965
  * Jodit Editor (https://xdsoft.net/jodit/)
41953
41966
  * Released under MIT see LICENSE.txt in the project root for license information.
41954
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41967
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41955
41968
  */
41956
41969
  module.exports = {
41957
41970
  symbols: 'symbol'
@@ -41968,7 +41981,7 @@ module.exports = {
41968
41981
  /*!
41969
41982
  * Jodit Editor (https://xdsoft.net/jodit/)
41970
41983
  * Released under MIT see LICENSE.txt in the project root for license information.
41971
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41984
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41972
41985
  */
41973
41986
  module.exports = {
41974
41987
  symbols: '기호'
@@ -41985,7 +41998,7 @@ module.exports = {
41985
41998
  /*!
41986
41999
  * Jodit Editor (https://xdsoft.net/jodit/)
41987
42000
  * Released under MIT see LICENSE.txt in the project root for license information.
41988
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42001
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41989
42002
  */
41990
42003
  module.exports = {
41991
42004
  symbols: 'тэмдэгт'
@@ -42002,7 +42015,7 @@ module.exports = {
42002
42015
  /*!
42003
42016
  * Jodit Editor (https://xdsoft.net/jodit/)
42004
42017
  * Released under MIT see LICENSE.txt in the project root for license information.
42005
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42018
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42006
42019
  */
42007
42020
  module.exports = {
42008
42021
  symbols: 'symbool'
@@ -42019,7 +42032,7 @@ module.exports = {
42019
42032
  /*!
42020
42033
  * Jodit Editor (https://xdsoft.net/jodit/)
42021
42034
  * Released under MIT see LICENSE.txt in the project root for license information.
42022
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42035
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42023
42036
  */
42024
42037
  module.exports = {
42025
42038
  symbols: 'symbol'
@@ -42036,7 +42049,7 @@ module.exports = {
42036
42049
  /*!
42037
42050
  * Jodit Editor (https://xdsoft.net/jodit/)
42038
42051
  * Released under MIT see LICENSE.txt in the project root for license information.
42039
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42052
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42040
42053
  */
42041
42054
  module.exports = {
42042
42055
  symbols: 'Símbolo'
@@ -42053,7 +42066,7 @@ module.exports = {
42053
42066
  /*!
42054
42067
  * Jodit Editor (https://xdsoft.net/jodit/)
42055
42068
  * Released under MIT see LICENSE.txt in the project root for license information.
42056
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42069
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42057
42070
  */
42058
42071
  module.exports = {
42059
42072
  symbols: 'символ'
@@ -42070,7 +42083,7 @@ module.exports = {
42070
42083
  /*!
42071
42084
  * Jodit Editor (https://xdsoft.net/jodit/)
42072
42085
  * Released under MIT see LICENSE.txt in the project root for license information.
42073
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42086
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42074
42087
  */
42075
42088
  module.exports = {
42076
42089
  symbols: 'Sembol'
@@ -42087,7 +42100,7 @@ module.exports = {
42087
42100
  /*!
42088
42101
  * Jodit Editor (https://xdsoft.net/jodit/)
42089
42102
  * Released under MIT see LICENSE.txt in the project root for license information.
42090
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42103
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42091
42104
  */
42092
42105
  module.exports = {
42093
42106
  symbols: 'символ'
@@ -42104,7 +42117,7 @@ module.exports = {
42104
42117
  /*!
42105
42118
  * Jodit Editor (https://xdsoft.net/jodit/)
42106
42119
  * Released under MIT see LICENSE.txt in the project root for license information.
42107
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42120
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42108
42121
  */
42109
42122
  module.exports = {
42110
42123
  symbols: '符号'
@@ -42121,7 +42134,7 @@ module.exports = {
42121
42134
  /*!
42122
42135
  * Jodit Editor (https://xdsoft.net/jodit/)
42123
42136
  * Released under MIT see LICENSE.txt in the project root for license information.
42124
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42137
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42125
42138
  */
42126
42139
  module.exports = {
42127
42140
  symbols: '符號'
@@ -42145,7 +42158,7 @@ module.exports = {
42145
42158
  /*!
42146
42159
  * Jodit Editor (https://xdsoft.net/jodit/)
42147
42160
  * Released under MIT see LICENSE.txt in the project root for license information.
42148
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42161
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42149
42162
  */
42150
42163
 
42151
42164
 
@@ -42291,7 +42304,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('symbo
42291
42304
  /*!
42292
42305
  * Jodit Editor (https://xdsoft.net/jodit/)
42293
42306
  * Released under MIT see LICENSE.txt in the project root for license information.
42294
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42307
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42295
42308
  */
42296
42309
  /**
42297
42310
  * @module plugins/tab
@@ -42314,7 +42327,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('symbo
42314
42327
  /*!
42315
42328
  * Jodit Editor (https://xdsoft.net/jodit/)
42316
42329
  * Released under MIT see LICENSE.txt in the project root for license information.
42317
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42330
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42318
42331
  */
42319
42332
 
42320
42333
 
@@ -42428,7 +42441,7 @@ function removeNestedList(jodit, list, li) {
42428
42441
  /*!
42429
42442
  * Jodit Editor (https://xdsoft.net/jodit/)
42430
42443
  * Released under MIT see LICENSE.txt in the project root for license information.
42431
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42444
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42432
42445
  */
42433
42446
  /**
42434
42447
  * @module plugins/tab
@@ -42455,7 +42468,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.tab = {
42455
42468
  /*!
42456
42469
  * Jodit Editor (https://xdsoft.net/jodit/)
42457
42470
  * Released under MIT see LICENSE.txt in the project root for license information.
42458
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42471
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42459
42472
  */
42460
42473
 
42461
42474
 
@@ -42510,7 +42523,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('tab',
42510
42523
  /*!
42511
42524
  * Jodit Editor (https://xdsoft.net/jodit/)
42512
42525
  * Released under MIT see LICENSE.txt in the project root for license information.
42513
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42526
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42514
42527
  */
42515
42528
 
42516
42529
 
@@ -42645,7 +42658,7 @@ function findCell(editor, key) {
42645
42658
  /*!
42646
42659
  * Jodit Editor (https://xdsoft.net/jodit/)
42647
42660
  * Released under MIT see LICENSE.txt in the project root for license information.
42648
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42661
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42649
42662
  */
42650
42663
 
42651
42664
 
@@ -42817,7 +42830,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_4__/* .Config */ .T.prototype.controls.tab
42817
42830
  /*!
42818
42831
  * Jodit Editor (https://xdsoft.net/jodit/)
42819
42832
  * Released under MIT see LICENSE.txt in the project root for license information.
42820
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42833
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42821
42834
  */
42822
42835
 
42823
42836
 
@@ -42848,7 +42861,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('table
42848
42861
  /*!
42849
42862
  * Jodit Editor (https://xdsoft.net/jodit/)
42850
42863
  * Released under MIT see LICENSE.txt in the project root for license information.
42851
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42864
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42852
42865
  */
42853
42866
 
42854
42867
 
@@ -42932,7 +42945,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_4__/* .Config */ .T.prototype.controls.vid
42932
42945
  /*!
42933
42946
  * Jodit Editor (https://xdsoft.net/jodit/)
42934
42947
  * Released under MIT see LICENSE.txt in the project root for license information.
42935
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42948
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42936
42949
  */
42937
42950
 
42938
42951
 
@@ -42955,7 +42968,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('video
42955
42968
  /*!
42956
42969
  * Jodit Editor (https://xdsoft.net/jodit/)
42957
42970
  * Released under MIT see LICENSE.txt in the project root for license information.
42958
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42971
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42959
42972
  */
42960
42973
 
42961
42974
  jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.wrapNodes = {
@@ -42980,7 +42993,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.wrapNodes =
42980
42993
  /*!
42981
42994
  * Jodit Editor (https://xdsoft.net/jodit/)
42982
42995
  * Released under MIT see LICENSE.txt in the project root for license information.
42983
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42996
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42984
42997
  */
42985
42998
 
42986
42999
 
@@ -43126,7 +43139,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('wrapN
43126
43139
  /*!
43127
43140
  * Jodit Editor (https://xdsoft.net/jodit/)
43128
43141
  * Released under MIT see LICENSE.txt in the project root for license information.
43129
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43142
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43130
43143
  */
43131
43144
  /**
43132
43145
  * @module plugins/xpath
@@ -43152,7 +43165,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.showXPathInS
43152
43165
  /*!
43153
43166
  * Jodit Editor (https://xdsoft.net/jodit/)
43154
43167
  * Released under MIT see LICENSE.txt in the project root for license information.
43155
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43168
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43156
43169
  */
43157
43170
 
43158
43171
 
@@ -43396,7 +43409,7 @@ __webpack_require__.r(__webpack_exports__);
43396
43409
  /*!
43397
43410
  * Jodit Editor (https://xdsoft.net/jodit/)
43398
43411
  * Released under MIT see LICENSE.txt in the project root for license information.
43399
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43412
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43400
43413
  */
43401
43414
  /**
43402
43415
  * [[include:styles/icons/README.md]]
@@ -44751,7 +44764,7 @@ __webpack_require__.r(__webpack_exports__);
44751
44764
  /*!
44752
44765
  * Jodit Editor (https://xdsoft.net/jodit/)
44753
44766
  * Released under MIT see LICENSE.txt in the project root for license information.
44754
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
44767
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
44755
44768
  */
44756
44769
  /**
44757
44770
  * [[include:README.md]]