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/es5/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.
@@ -1046,7 +1046,7 @@ Config.prototype.controls = {};
1046
1046
  /*!
1047
1047
  * Jodit Editor (https://xdsoft.net/jodit/)
1048
1048
  * Released under MIT see LICENSE.txt in the project root for license information.
1049
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1049
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1050
1050
  */
1051
1051
 
1052
1052
 
@@ -1389,7 +1389,7 @@ var Async = /** @class */ (function () {
1389
1389
  /*!
1390
1390
  * Jodit Editor (https://xdsoft.net/jodit/)
1391
1391
  * Released under MIT see LICENSE.txt in the project root for license information.
1392
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1392
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1393
1393
  */
1394
1394
  /**
1395
1395
  * @module async
@@ -1413,7 +1413,7 @@ var Async = /** @class */ (function () {
1413
1413
  /*!
1414
1414
  * Jodit Editor (https://xdsoft.net/jodit/)
1415
1415
  * Released under MIT see LICENSE.txt in the project root for license information.
1416
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1416
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1417
1417
  */
1418
1418
 
1419
1419
 
@@ -1654,7 +1654,7 @@ var Component = /** @class */ (function () {
1654
1654
  /*!
1655
1655
  * Jodit Editor (https://xdsoft.net/jodit/)
1656
1656
  * Released under MIT see LICENSE.txt in the project root for license information.
1657
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1657
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1658
1658
  */
1659
1659
  /**
1660
1660
  * @module component
@@ -1676,7 +1676,7 @@ var Component = /** @class */ (function () {
1676
1676
  /*!
1677
1677
  * Jodit Editor (https://xdsoft.net/jodit/)
1678
1678
  * Released under MIT see LICENSE.txt in the project root for license information.
1679
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1679
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1680
1680
  */
1681
1681
  /**
1682
1682
  * @module component
@@ -1703,7 +1703,7 @@ var STATUSES = {
1703
1703
  /*!
1704
1704
  * Jodit Editor (https://xdsoft.net/jodit/)
1705
1705
  * Released under MIT see LICENSE.txt in the project root for license information.
1706
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1706
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1707
1707
  */
1708
1708
 
1709
1709
 
@@ -1835,10 +1835,10 @@ __webpack_require__.r(__webpack_exports__);
1835
1835
  /*!
1836
1836
  * Jodit Editor (https://xdsoft.net/jodit/)
1837
1837
  * Released under MIT see LICENSE.txt in the project root for license information.
1838
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1838
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
1839
1839
  */
1840
1840
 
1841
- var APP_VERSION = "4.2.47";
1841
+ var APP_VERSION = "4.2.50";
1842
1842
  // prettier-ignore
1843
1843
  var ES = "es5";
1844
1844
  var IS_ES_MODERN = false;
@@ -2060,7 +2060,7 @@ var PASSIVE_EVENTS = new Set([
2060
2060
  /*!
2061
2061
  * Jodit Editor (https://xdsoft.net/jodit/)
2062
2062
  * Released under MIT see LICENSE.txt in the project root for license information.
2063
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2063
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2064
2064
  */
2065
2065
 
2066
2066
 
@@ -2220,7 +2220,7 @@ var Create = /** @class */ (function () {
2220
2220
  /*!
2221
2221
  * Jodit Editor (https://xdsoft.net/jodit/)
2222
2222
  * Released under MIT see LICENSE.txt in the project root for license information.
2223
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2223
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2224
2224
  */
2225
2225
  /**
2226
2226
  * @module create
@@ -2241,7 +2241,7 @@ var Create = /** @class */ (function () {
2241
2241
  /*!
2242
2242
  * Jodit Editor (https://xdsoft.net/jodit/)
2243
2243
  * Released under MIT see LICENSE.txt in the project root for license information.
2244
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2244
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2245
2245
  */
2246
2246
  /**
2247
2247
  * [[include:core/decorators/autobind/README.md]]
@@ -2269,7 +2269,7 @@ var Create = /** @class */ (function () {
2269
2269
  /*!
2270
2270
  * Jodit Editor (https://xdsoft.net/jodit/)
2271
2271
  * Released under MIT see LICENSE.txt in the project root for license information.
2272
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2272
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2273
2273
  */
2274
2274
 
2275
2275
 
@@ -2345,7 +2345,7 @@ function cacheHTML(target, _, descriptor) {
2345
2345
  /*!
2346
2346
  * Jodit Editor (https://xdsoft.net/jodit/)
2347
2347
  * Released under MIT see LICENSE.txt in the project root for license information.
2348
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2348
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2349
2349
  */
2350
2350
 
2351
2351
  /**
@@ -2397,7 +2397,7 @@ function component(constructorFunction) {
2397
2397
  /*!
2398
2398
  * Jodit Editor (https://xdsoft.net/jodit/)
2399
2399
  * Released under MIT see LICENSE.txt in the project root for license information.
2400
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2400
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2401
2401
  */
2402
2402
 
2403
2403
 
@@ -2456,7 +2456,7 @@ function throttle(timeout, firstCallImmediately) {
2456
2456
  /*!
2457
2457
  * Jodit Editor (https://xdsoft.net/jodit/)
2458
2458
  * Released under MIT see LICENSE.txt in the project root for license information.
2459
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2459
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2460
2460
  */
2461
2461
 
2462
2462
  /**
@@ -2518,7 +2518,7 @@ function derive() {
2518
2518
  /*!
2519
2519
  * Jodit Editor (https://xdsoft.net/jodit/)
2520
2520
  * Released under MIT see LICENSE.txt in the project root for license information.
2521
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2521
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2522
2522
  */
2523
2523
 
2524
2524
 
@@ -2553,7 +2553,7 @@ function hook(status) {
2553
2553
  /*!
2554
2554
  * Jodit Editor (https://xdsoft.net/jodit/)
2555
2555
  * Released under MIT see LICENSE.txt in the project root for license information.
2556
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2556
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2557
2557
  */
2558
2558
 
2559
2559
 
@@ -2617,7 +2617,7 @@ __webpack_require__.r(__webpack_exports__);
2617
2617
  /*!
2618
2618
  * Jodit Editor (https://xdsoft.net/jodit/)
2619
2619
  * Released under MIT see LICENSE.txt in the project root for license information.
2620
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2620
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2621
2621
  */
2622
2622
  /**
2623
2623
  * [[include:core/decorators/README.md]]
@@ -2649,7 +2649,7 @@ __webpack_require__.r(__webpack_exports__);
2649
2649
  /*!
2650
2650
  * Jodit Editor (https://xdsoft.net/jodit/)
2651
2651
  * Released under MIT see LICENSE.txt in the project root for license information.
2652
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2652
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2653
2653
  */
2654
2654
  /**
2655
2655
  * [[include:core/decorators/nonenumerable/README.md]]
@@ -2687,7 +2687,7 @@ var nonenumerable = function (target, propertyKey) {
2687
2687
  /*!
2688
2688
  * Jodit Editor (https://xdsoft.net/jodit/)
2689
2689
  * Released under MIT see LICENSE.txt in the project root for license information.
2690
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2690
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2691
2691
  */
2692
2692
 
2693
2693
 
@@ -2725,7 +2725,7 @@ function persistent(target, propertyKey) {
2725
2725
  /*!
2726
2726
  * Jodit Editor (https://xdsoft.net/jodit/)
2727
2727
  * Released under MIT see LICENSE.txt in the project root for license information.
2728
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2728
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2729
2729
  */
2730
2730
 
2731
2731
 
@@ -2783,7 +2783,7 @@ function wait(condition) {
2783
2783
  /*!
2784
2784
  * Jodit Editor (https://xdsoft.net/jodit/)
2785
2785
  * Released under MIT see LICENSE.txt in the project root for license information.
2786
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2786
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2787
2787
  */
2788
2788
 
2789
2789
 
@@ -2912,7 +2912,7 @@ function watch(observeFields, opts) {
2912
2912
  /*!
2913
2913
  * Jodit Editor (https://xdsoft.net/jodit/)
2914
2914
  * Released under MIT see LICENSE.txt in the project root for license information.
2915
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2915
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
2916
2916
  */
2917
2917
 
2918
2918
 
@@ -3708,7 +3708,7 @@ var Dom = /** @class */ (function () {
3708
3708
  /*!
3709
3709
  * Jodit Editor (https://xdsoft.net/jodit/)
3710
3710
  * Released under MIT see LICENSE.txt in the project root for license information.
3711
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3711
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3712
3712
  */
3713
3713
  /**
3714
3714
  * @module dom
@@ -3733,7 +3733,7 @@ var Dom = /** @class */ (function () {
3733
3733
  /*!
3734
3734
  * Jodit Editor (https://xdsoft.net/jodit/)
3735
3735
  * Released under MIT see LICENSE.txt in the project root for license information.
3736
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3736
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3737
3737
  */
3738
3738
 
3739
3739
 
@@ -3855,7 +3855,7 @@ var LazyWalker = /** @class */ (function (_super) {
3855
3855
  /*!
3856
3856
  * Jodit Editor (https://xdsoft.net/jodit/)
3857
3857
  * Released under MIT see LICENSE.txt in the project root for license information.
3858
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3858
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
3859
3859
  */
3860
3860
 
3861
3861
 
@@ -4376,7 +4376,7 @@ function isDOMElement(subject) {
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
  /**
@@ -4462,7 +4462,7 @@ var Eventify = /** @class */ (function () {
4462
4462
  /*!
4463
4463
  * Jodit Editor (https://xdsoft.net/jodit/)
4464
4464
  * Released under MIT see LICENSE.txt in the project root for license information.
4465
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4465
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4466
4466
  */
4467
4467
  /**
4468
4468
  * @module event-emitter
@@ -4490,7 +4490,7 @@ var Eventify = /** @class */ (function () {
4490
4490
  /*!
4491
4491
  * Jodit Editor (https://xdsoft.net/jodit/)
4492
4492
  * Released under MIT see LICENSE.txt in the project root for license information.
4493
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4493
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4494
4494
  */
4495
4495
 
4496
4496
 
@@ -4654,7 +4654,7 @@ function observable(obj) {
4654
4654
  /*!
4655
4655
  * Jodit Editor (https://xdsoft.net/jodit/)
4656
4656
  * Released under MIT see LICENSE.txt in the project root for license information.
4657
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4657
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4658
4658
  */
4659
4659
 
4660
4660
 
@@ -4754,7 +4754,7 @@ var EventHandlersStore = /** @class */ (function () {
4754
4754
  /*!
4755
4755
  * Jodit Editor (https://xdsoft.net/jodit/)
4756
4756
  * Released under MIT see LICENSE.txt in the project root for license information.
4757
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4757
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4758
4758
  */
4759
4759
 
4760
4760
 
@@ -4874,7 +4874,7 @@ var eventEmitter = new _event_emitter__WEBPACK_IMPORTED_MODULE_4__/* .EventEmitt
4874
4874
  /*!
4875
4875
  * Jodit Editor (https://xdsoft.net/jodit/)
4876
4876
  * Released under MIT see LICENSE.txt in the project root for license information.
4877
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4877
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4878
4878
  */
4879
4879
  /**
4880
4880
  * @module helpers/array
@@ -4908,7 +4908,7 @@ var asArray = function (a) { return ((0,jodit_core_helpers_checker_is_array__WEB
4908
4908
  /*!
4909
4909
  * Jodit Editor (https://xdsoft.net/jodit/)
4910
4910
  * Released under MIT see LICENSE.txt in the project root for license information.
4911
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4911
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4912
4912
  */
4913
4913
  /**
4914
4914
  * @module helpers/array
@@ -4930,7 +4930,7 @@ var asArray = function (a) { return ((0,jodit_core_helpers_checker_is_array__WEB
4930
4930
  /*!
4931
4931
  * Jodit Editor (https://xdsoft.net/jodit/)
4932
4932
  * Released under MIT see LICENSE.txt in the project root for license information.
4933
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4933
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4934
4934
  */
4935
4935
  /**
4936
4936
  * Return an array from string or array
@@ -4958,7 +4958,7 @@ function splitArray(a) {
4958
4958
  /*!
4959
4959
  * Jodit Editor (https://xdsoft.net/jodit/)
4960
4960
  * Released under MIT see LICENSE.txt in the project root for license information.
4961
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4961
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4962
4962
  */
4963
4963
  /**
4964
4964
  * @module helpers/array
@@ -5001,7 +5001,7 @@ var toArray = function toArray() {
5001
5001
  /*!
5002
5002
  * Jodit Editor (https://xdsoft.net/jodit/)
5003
5003
  * Released under MIT see LICENSE.txt in the project root for license information.
5004
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5004
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5005
5005
  */
5006
5006
  /**
5007
5007
  * @module helpers/async
@@ -5024,7 +5024,7 @@ var toArray = function toArray() {
5024
5024
  /*!
5025
5025
  * Jodit Editor (https://xdsoft.net/jodit/)
5026
5026
  * Released under MIT see LICENSE.txt in the project root for license information.
5027
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5027
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5028
5028
  */
5029
5029
 
5030
5030
  /**
@@ -5068,7 +5068,7 @@ function clearTimeout(timer) {
5068
5068
  /*!
5069
5069
  * Jodit Editor (https://xdsoft.net/jodit/)
5070
5070
  * Released under MIT see LICENSE.txt in the project root for license information.
5071
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5071
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5072
5072
  */
5073
5073
  /**
5074
5074
  * @module helpers/checker
@@ -5157,7 +5157,7 @@ function hasBrowserColorPicker() {
5157
5157
  /*!
5158
5158
  * Jodit Editor (https://xdsoft.net/jodit/)
5159
5159
  * Released under MIT see LICENSE.txt in the project root for license information.
5160
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5160
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5161
5161
  */
5162
5162
  /**
5163
5163
  * @module helpers/checker
@@ -5201,7 +5201,7 @@ function hasBrowserColorPicker() {
5201
5201
  /*!
5202
5202
  * Jodit Editor (https://xdsoft.net/jodit/)
5203
5203
  * Released under MIT see LICENSE.txt in the project root for license information.
5204
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5204
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5205
5205
  */
5206
5206
  function isAbortError(error) {
5207
5207
  return (Boolean(error) &&
@@ -5222,7 +5222,7 @@ function isAbortError(error) {
5222
5222
  /*!
5223
5223
  * Jodit Editor (https://xdsoft.net/jodit/)
5224
5224
  * Released under MIT see LICENSE.txt in the project root for license information.
5225
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5225
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5226
5226
  */
5227
5227
  /**
5228
5228
  * @module helpers/checker
@@ -5247,7 +5247,7 @@ function isArray(elm) {
5247
5247
  /*!
5248
5248
  * Jodit Editor (https://xdsoft.net/jodit/)
5249
5249
  * Released under MIT see LICENSE.txt in the project root for license information.
5250
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5250
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5251
5251
  */
5252
5252
  /**
5253
5253
  * @module helpers/checker
@@ -5271,7 +5271,7 @@ function isBoolean(elm) {
5271
5271
  /*!
5272
5272
  * Jodit Editor (https://xdsoft.net/jodit/)
5273
5273
  * Released under MIT see LICENSE.txt in the project root for license information.
5274
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5274
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5275
5275
  */
5276
5276
  /**
5277
5277
  * @module helpers/checker
@@ -5300,7 +5300,7 @@ function isFastEqual(a, b) {
5300
5300
  /*!
5301
5301
  * Jodit Editor (https://xdsoft.net/jodit/)
5302
5302
  * Released under MIT see LICENSE.txt in the project root for license information.
5303
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5303
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5304
5304
  */
5305
5305
  /**
5306
5306
  * @module helpers/checker
@@ -5325,7 +5325,7 @@ function isFunction(value) {
5325
5325
  /*!
5326
5326
  * Jodit Editor (https://xdsoft.net/jodit/)
5327
5327
  * Released under MIT see LICENSE.txt in the project root for license information.
5328
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5328
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5329
5329
  */
5330
5330
  /**
5331
5331
  * @module helpers/checker
@@ -5353,7 +5353,7 @@ function isHtmlFromWord(data) {
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
@@ -5385,7 +5385,7 @@ var isHTML = function (str) {
5385
5385
  /*!
5386
5386
  * Jodit Editor (https://xdsoft.net/jodit/)
5387
5387
  * Released under MIT see LICENSE.txt in the project root for license information.
5388
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5388
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5389
5389
  */
5390
5390
 
5391
5391
 
@@ -5424,7 +5424,7 @@ function hasContainer(value) {
5424
5424
  /*!
5425
5425
  * Jodit Editor (https://xdsoft.net/jodit/)
5426
5426
  * Released under MIT see LICENSE.txt in the project root for license information.
5427
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5427
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5428
5428
  */
5429
5429
  /**
5430
5430
  * @module helpers/checker
@@ -5455,7 +5455,7 @@ function isInt(value) {
5455
5455
  /*!
5456
5456
  * Jodit Editor (https://xdsoft.net/jodit/)
5457
5457
  * Released under MIT see LICENSE.txt in the project root for license information.
5458
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5458
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5459
5459
  */
5460
5460
 
5461
5461
  /**
@@ -5484,7 +5484,7 @@ function isJoditObject(jodit) {
5484
5484
  /*!
5485
5485
  * Jodit Editor (https://xdsoft.net/jodit/)
5486
5486
  * Released under MIT see LICENSE.txt in the project root for license information.
5487
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5487
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5488
5488
  */
5489
5489
  /**
5490
5490
  * @module helpers/checker
@@ -5511,7 +5511,7 @@ var isLicense = function (license) {
5511
5511
  /*!
5512
5512
  * Jodit Editor (https://xdsoft.net/jodit/)
5513
5513
  * Released under MIT see LICENSE.txt in the project root for license information.
5514
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5514
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5515
5515
  */
5516
5516
 
5517
5517
 
@@ -5537,7 +5537,7 @@ function isMarker(elm) {
5537
5537
  /*!
5538
5538
  * Jodit Editor (https://xdsoft.net/jodit/)
5539
5539
  * Released under MIT see LICENSE.txt in the project root for license information.
5540
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5540
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5541
5541
  */
5542
5542
  /**
5543
5543
  * @module helpers/checker
@@ -5565,7 +5565,7 @@ function isNativeFunction(f) {
5565
5565
  /*!
5566
5566
  * Jodit Editor (https://xdsoft.net/jodit/)
5567
5567
  * Released under MIT see LICENSE.txt in the project root for license information.
5568
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5568
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5569
5569
  */
5570
5570
  /**
5571
5571
  * @module helpers/checker
@@ -5591,7 +5591,7 @@ function isNumber(value) {
5591
5591
  /*!
5592
5592
  * Jodit Editor (https://xdsoft.net/jodit/)
5593
5593
  * Released under MIT see LICENSE.txt in the project root for license information.
5594
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5594
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5595
5595
  */
5596
5596
  /**
5597
5597
  * @module helpers/checker
@@ -5624,7 +5624,7 @@ function isNumeric(value) {
5624
5624
  /*!
5625
5625
  * Jodit Editor (https://xdsoft.net/jodit/)
5626
5626
  * Released under MIT see LICENSE.txt in the project root for license information.
5627
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5627
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5628
5628
  */
5629
5629
 
5630
5630
  /**
@@ -5651,7 +5651,7 @@ function isPlainObject(obj) {
5651
5651
  /*!
5652
5652
  * Jodit Editor (https://xdsoft.net/jodit/)
5653
5653
  * Released under MIT see LICENSE.txt in the project root for license information.
5654
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5654
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5655
5655
  */
5656
5656
  /**
5657
5657
  * @module helpers/checker
@@ -5674,7 +5674,7 @@ function isPromise(val) {
5674
5674
  /*!
5675
5675
  * Jodit Editor (https://xdsoft.net/jodit/)
5676
5676
  * Released under MIT see LICENSE.txt in the project root for license information.
5677
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5677
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5678
5678
  */
5679
5679
  /**
5680
5680
  * @module helpers/checker
@@ -5705,7 +5705,7 @@ function isSet(elm) {
5705
5705
  /*!
5706
5706
  * Jodit Editor (https://xdsoft.net/jodit/)
5707
5707
  * Released under MIT see LICENSE.txt in the project root for license information.
5708
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5708
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5709
5709
  */
5710
5710
  /**
5711
5711
  * @module helpers/checker
@@ -5738,7 +5738,7 @@ function isStringArray(value) {
5738
5738
  /*!
5739
5739
  * Jodit Editor (https://xdsoft.net/jodit/)
5740
5740
  * Released under MIT see LICENSE.txt in the project root for license information.
5741
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5741
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5742
5742
  */
5743
5743
  /**
5744
5744
  * @module helpers/checker
@@ -5778,7 +5778,7 @@ function isURL(str) {
5778
5778
  /*!
5779
5779
  * Jodit Editor (https://xdsoft.net/jodit/)
5780
5780
  * Released under MIT see LICENSE.txt in the project root for license information.
5781
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5781
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5782
5782
  */
5783
5783
  /**
5784
5784
  * @module helpers/checker
@@ -5807,7 +5807,7 @@ function isValidName(name) {
5807
5807
  /*!
5808
5808
  * Jodit Editor (https://xdsoft.net/jodit/)
5809
5809
  * Released under MIT see LICENSE.txt in the project root for license information.
5810
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5810
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5811
5811
  */
5812
5812
 
5813
5813
  /**
@@ -5833,7 +5833,7 @@ function isViewObject(jodit) {
5833
5833
  /*!
5834
5834
  * Jodit Editor (https://xdsoft.net/jodit/)
5835
5835
  * Released under MIT see LICENSE.txt in the project root for license information.
5836
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5836
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5837
5837
  */
5838
5838
  /**
5839
5839
  * @module helpers/checker
@@ -5859,7 +5859,7 @@ function isVoid(value) {
5859
5859
  /*!
5860
5860
  * Jodit Editor (https://xdsoft.net/jodit/)
5861
5861
  * Released under MIT see LICENSE.txt in the project root for license information.
5862
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5862
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5863
5863
  */
5864
5864
  /**
5865
5865
  * @module helpers/checker
@@ -5881,7 +5881,7 @@ function isWindow(obj) {
5881
5881
  /*!
5882
5882
  * Jodit Editor (https://xdsoft.net/jodit/)
5883
5883
  * Released under MIT see LICENSE.txt in the project root for license information.
5884
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5884
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5885
5885
  */
5886
5886
  /**
5887
5887
  * @module helpers/color
@@ -5936,7 +5936,7 @@ var colorToHex = function (color) {
5936
5936
  /*!
5937
5937
  * Jodit Editor (https://xdsoft.net/jodit/)
5938
5938
  * Released under MIT see LICENSE.txt in the project root for license information.
5939
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5939
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5940
5940
  */
5941
5941
  /**
5942
5942
  * @module helpers/color
@@ -5960,7 +5960,7 @@ var colorToHex = function (color) {
5960
5960
  /*!
5961
5961
  * Jodit Editor (https://xdsoft.net/jodit/)
5962
5962
  * Released under MIT see LICENSE.txt in the project root for license information.
5963
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5963
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5964
5964
  */
5965
5965
  /**
5966
5966
  * @module helpers/html
@@ -6081,7 +6081,7 @@ function applyStyles(html) {
6081
6081
  /*!
6082
6082
  * Jodit Editor (https://xdsoft.net/jodit/)
6083
6083
  * Released under MIT see LICENSE.txt in the project root for license information.
6084
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6084
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6085
6085
  */
6086
6086
  /**
6087
6087
  * @module helpers/html
@@ -6169,7 +6169,7 @@ function cleanFromWord(html) {
6169
6169
  /*!
6170
6170
  * Jodit Editor (https://xdsoft.net/jodit/)
6171
6171
  * Released under MIT see LICENSE.txt in the project root for license information.
6172
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6172
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6173
6173
  */
6174
6174
  /**
6175
6175
  * @module helpers/html
@@ -6209,7 +6209,7 @@ function htmlspecialchars(html) {
6209
6209
  /*!
6210
6210
  * Jodit Editor (https://xdsoft.net/jodit/)
6211
6211
  * Released under MIT see LICENSE.txt in the project root for license information.
6212
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6212
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6213
6213
  */
6214
6214
  /**
6215
6215
  * @module helpers/html
@@ -6234,7 +6234,7 @@ function htmlspecialchars(html) {
6234
6234
  /*!
6235
6235
  * Jodit Editor (https://xdsoft.net/jodit/)
6236
6236
  * Released under MIT see LICENSE.txt in the project root for license information.
6237
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6237
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6238
6238
  */
6239
6239
  /**
6240
6240
  * @module helpers/html
@@ -6262,7 +6262,7 @@ function nl2br(html) {
6262
6262
  /*!
6263
6263
  * Jodit Editor (https://xdsoft.net/jodit/)
6264
6264
  * Released under MIT see LICENSE.txt in the project root for license information.
6265
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6265
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6266
6266
  */
6267
6267
  /**
6268
6268
  * @module helpers/html
@@ -6325,7 +6325,7 @@ function sanitizeHTMLElement(elm, _a) {
6325
6325
  /*!
6326
6326
  * Jodit Editor (https://xdsoft.net/jodit/)
6327
6327
  * Released under MIT see LICENSE.txt in the project root for license information.
6328
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6328
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6329
6329
  */
6330
6330
 
6331
6331
 
@@ -6487,7 +6487,7 @@ __webpack_require__.r(__webpack_exports__);
6487
6487
  /*!
6488
6488
  * Jodit Editor (https://xdsoft.net/jodit/)
6489
6489
  * Released under MIT see LICENSE.txt in the project root for license information.
6490
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6490
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6491
6491
  */
6492
6492
  /**
6493
6493
  * [[include:core/helpers/README.md]]
@@ -6534,7 +6534,7 @@ __webpack_require__.r(__webpack_exports__);
6534
6534
  /*!
6535
6535
  * Jodit Editor (https://xdsoft.net/jodit/)
6536
6536
  * Released under MIT see LICENSE.txt in the project root for license information.
6537
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6537
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6538
6538
  */
6539
6539
  /**
6540
6540
  * @module helpers/normalize
@@ -6563,7 +6563,7 @@ __webpack_require__.r(__webpack_exports__);
6563
6563
  /*!
6564
6564
  * Jodit Editor (https://xdsoft.net/jodit/)
6565
6565
  * Released under MIT see LICENSE.txt in the project root for license information.
6566
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6566
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6567
6567
  */
6568
6568
  /**
6569
6569
  * @module helpers/normalize
@@ -6616,7 +6616,7 @@ var normalizeColor = function (colorInput) {
6616
6616
  /*!
6617
6617
  * Jodit Editor (https://xdsoft.net/jodit/)
6618
6618
  * Released under MIT see LICENSE.txt in the project root for license information.
6619
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6619
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6620
6620
  */
6621
6621
  /**
6622
6622
  * @module helpers/normalize
@@ -6671,7 +6671,7 @@ function normalizeCssValue(key, value) {
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
 
@@ -6722,7 +6722,7 @@ function normalizeKeyAliases(keys) {
6722
6722
  /*!
6723
6723
  * Jodit Editor (https://xdsoft.net/jodit/)
6724
6724
  * Released under MIT see LICENSE.txt in the project root for license information.
6725
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6725
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6726
6726
  */
6727
6727
  /**
6728
6728
  * @module helpers/normalize
@@ -6753,7 +6753,7 @@ var normalizeLicense = function (license, count) {
6753
6753
  /*!
6754
6754
  * Jodit Editor (https://xdsoft.net/jodit/)
6755
6755
  * Released under MIT see LICENSE.txt in the project root for license information.
6756
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6756
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6757
6757
  */
6758
6758
  /**
6759
6759
  * @module helpers/normalize
@@ -6795,7 +6795,7 @@ var normalizePath = function () {
6795
6795
  /*!
6796
6796
  * Jodit Editor (https://xdsoft.net/jodit/)
6797
6797
  * Released under MIT see LICENSE.txt in the project root for license information.
6798
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6798
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6799
6799
  */
6800
6800
  /**
6801
6801
  * @module helpers/normalize
@@ -6836,7 +6836,7 @@ var normalizeRelativePath = function (path) {
6836
6836
  /*!
6837
6837
  * Jodit Editor (https://xdsoft.net/jodit/)
6838
6838
  * Released under MIT see LICENSE.txt in the project root for license information.
6839
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6839
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6840
6840
  */
6841
6841
  /**
6842
6842
  * @module helpers/normalize
@@ -6864,7 +6864,7 @@ var normalizeSize = function (value, units) {
6864
6864
  /*!
6865
6865
  * Jodit Editor (https://xdsoft.net/jodit/)
6866
6866
  * Released under MIT see LICENSE.txt in the project root for license information.
6867
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6867
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6868
6868
  */
6869
6869
  /**
6870
6870
  * @module helpers/normalize
@@ -6894,7 +6894,7 @@ var normalizeUrl = function () {
6894
6894
  /*!
6895
6895
  * Jodit Editor (https://xdsoft.net/jodit/)
6896
6896
  * Released under MIT see LICENSE.txt in the project root for license information.
6897
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6897
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6898
6898
  */
6899
6899
  /**
6900
6900
  * @module helpers/size
@@ -6920,7 +6920,7 @@ var getContentWidth = function (element, win) {
6920
6920
  /*!
6921
6921
  * Jodit Editor (https://xdsoft.net/jodit/)
6922
6922
  * Released under MIT see LICENSE.txt in the project root for license information.
6923
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6923
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6924
6924
  */
6925
6925
 
6926
6926
 
@@ -6964,7 +6964,7 @@ function getScrollParent(node) {
6964
6964
  /*!
6965
6965
  * Jodit Editor (https://xdsoft.net/jodit/)
6966
6966
  * Released under MIT see LICENSE.txt in the project root for license information.
6967
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6967
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6968
6968
  */
6969
6969
  /**
6970
6970
  * @module helpers/size
@@ -6989,7 +6989,7 @@ function getScrollParent(node) {
6989
6989
  /*!
6990
6990
  * Jodit Editor (https://xdsoft.net/jodit/)
6991
6991
  * Released under MIT see LICENSE.txt in the project root for license information.
6992
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6992
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
6993
6993
  */
6994
6994
  /**
6995
6995
  * @module helpers/size
@@ -7017,7 +7017,7 @@ var innerWidth = function (element, win) {
7017
7017
  /*!
7018
7018
  * Jodit Editor (https://xdsoft.net/jodit/)
7019
7019
  * Released under MIT see LICENSE.txt in the project root for license information.
7020
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7020
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7021
7021
  */
7022
7022
 
7023
7023
  function size(subject) {
@@ -7043,7 +7043,7 @@ function size(subject) {
7043
7043
  /*!
7044
7044
  * Jodit Editor (https://xdsoft.net/jodit/)
7045
7045
  * Released under MIT see LICENSE.txt in the project root for license information.
7046
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7046
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7047
7047
  */
7048
7048
  var offset = function (elm, jodit, doc, recurse) {
7049
7049
  if (recurse === void 0) { recurse = false; }
@@ -7100,7 +7100,7 @@ var offset = function (elm, jodit, doc, recurse) {
7100
7100
  /*!
7101
7101
  * Jodit Editor (https://xdsoft.net/jodit/)
7102
7102
  * Released under MIT see LICENSE.txt in the project root for license information.
7103
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7103
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7104
7104
  */
7105
7105
 
7106
7106
  /**
@@ -7140,7 +7140,7 @@ function position(elm, jodit, recurse) {
7140
7140
  /*!
7141
7141
  * Jodit Editor (https://xdsoft.net/jodit/)
7142
7142
  * Released under MIT see LICENSE.txt in the project root for license information.
7143
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7143
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7144
7144
  */
7145
7145
  /**
7146
7146
  * @module helpers/string
@@ -7168,7 +7168,7 @@ var camelCase = function (key) {
7168
7168
  /*!
7169
7169
  * Jodit Editor (https://xdsoft.net/jodit/)
7170
7170
  * Released under MIT see LICENSE.txt in the project root for license information.
7171
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7171
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7172
7172
  */
7173
7173
  /**
7174
7174
  * @module helpers/string
@@ -7229,7 +7229,7 @@ function fuzzySearchIndex(needle, haystack, offset, maxDistance) {
7229
7229
  /*!
7230
7230
  * Jodit Editor (https://xdsoft.net/jodit/)
7231
7231
  * Released under MIT see LICENSE.txt in the project root for license information.
7232
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7232
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7233
7233
  */
7234
7234
 
7235
7235
 
@@ -7370,7 +7370,7 @@ function i18n(key, params, options) {
7370
7370
  /*!
7371
7371
  * Jodit Editor (https://xdsoft.net/jodit/)
7372
7372
  * Released under MIT see LICENSE.txt in the project root for license information.
7373
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7373
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7374
7374
  */
7375
7375
  /**
7376
7376
  * @module helpers/string
@@ -7397,7 +7397,7 @@ function i18n(key, params, options) {
7397
7397
  /*!
7398
7398
  * Jodit Editor (https://xdsoft.net/jodit/)
7399
7399
  * Released under MIT see LICENSE.txt in the project root for license information.
7400
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7400
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7401
7401
  */
7402
7402
  /**
7403
7403
  * @module helpers/string
@@ -7429,7 +7429,7 @@ var CamelCaseToKebabCase = function (key) {
7429
7429
  /*!
7430
7430
  * Jodit Editor (https://xdsoft.net/jodit/)
7431
7431
  * Released under MIT see LICENSE.txt in the project root for license information.
7432
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7432
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7433
7433
  */
7434
7434
  /**
7435
7435
  * Safe stringify circular object
@@ -7472,7 +7472,7 @@ function stringify(value, options) {
7472
7472
  /*!
7473
7473
  * Jodit Editor (https://xdsoft.net/jodit/)
7474
7474
  * Released under MIT see LICENSE.txt in the project root for license information.
7475
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7475
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7476
7476
  */
7477
7477
  /**
7478
7478
  * @module helpers/string
@@ -7514,7 +7514,7 @@ function trimInv(value) {
7514
7514
  /*!
7515
7515
  * Jodit Editor (https://xdsoft.net/jodit/)
7516
7516
  * Released under MIT see LICENSE.txt in the project root for license information.
7517
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7517
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7518
7518
  */
7519
7519
  /**
7520
7520
  * @module helpers/string
@@ -7546,7 +7546,7 @@ function ucfirst(value) {
7546
7546
  /*!
7547
7547
  * Jodit Editor (https://xdsoft.net/jodit/)
7548
7548
  * Released under MIT see LICENSE.txt in the project root for license information.
7549
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7549
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7550
7550
  */
7551
7551
 
7552
7552
 
@@ -7633,7 +7633,7 @@ function alignElement(command, box) {
7633
7633
  /*!
7634
7634
  * Jodit Editor (https://xdsoft.net/jodit/)
7635
7635
  * Released under MIT see LICENSE.txt in the project root for license information.
7636
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7636
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7637
7637
  */
7638
7638
 
7639
7639
 
@@ -7730,7 +7730,7 @@ function loadNextStyle(jodit, urls, i) {
7730
7730
  /*!
7731
7731
  * Jodit Editor (https://xdsoft.net/jodit/)
7732
7732
  * Released under MIT see LICENSE.txt in the project root for license information.
7733
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7733
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7734
7734
  */
7735
7735
 
7736
7736
 
@@ -7797,7 +7797,7 @@ function attr(elm, keyOrAttributes, value) {
7797
7797
  /*!
7798
7798
  * Jodit Editor (https://xdsoft.net/jodit/)
7799
7799
  * Released under MIT see LICENSE.txt in the project root for license information.
7800
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7800
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7801
7801
  */
7802
7802
  /**
7803
7803
  * @module helpers/utils
@@ -7851,7 +7851,7 @@ var browser = function (browser) {
7851
7851
  /*!
7852
7852
  * Jodit Editor (https://xdsoft.net/jodit/)
7853
7853
  * Released under MIT see LICENSE.txt in the project root for license information.
7854
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7854
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7855
7855
  */
7856
7856
 
7857
7857
  /**
@@ -7884,7 +7884,7 @@ var buildQuery = function (data, prefix) {
7884
7884
  /*!
7885
7885
  * Jodit Editor (https://xdsoft.net/jodit/)
7886
7886
  * Released under MIT see LICENSE.txt in the project root for license information.
7887
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7887
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7888
7888
  */
7889
7889
  /**
7890
7890
  * @module helpers/utils
@@ -7920,7 +7920,7 @@ var completeUrl = function (url) {
7920
7920
  /*!
7921
7921
  * Jodit Editor (https://xdsoft.net/jodit/)
7922
7922
  * Released under MIT see LICENSE.txt in the project root for license information.
7923
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7923
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
7924
7924
  */
7925
7925
 
7926
7926
 
@@ -8043,7 +8043,7 @@ function ConfigDeepFlatten(obj) {
8043
8043
  /*!
8044
8044
  * Jodit Editor (https://xdsoft.net/jodit/)
8045
8045
  * Released under MIT see LICENSE.txt in the project root for license information.
8046
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8046
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8047
8047
  */
8048
8048
  /**
8049
8049
  * @module helpers/utils
@@ -8126,7 +8126,7 @@ var convertMediaUrlToVideoEmbed = function (url, _a) {
8126
8126
  /*!
8127
8127
  * Jodit Editor (https://xdsoft.net/jodit/)
8128
8128
  * Released under MIT see LICENSE.txt in the project root for license information.
8129
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8129
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8130
8130
  */
8131
8131
 
8132
8132
 
@@ -8210,7 +8210,7 @@ var clearCenterAlign = function (image) {
8210
8210
  /*!
8211
8211
  * Jodit Editor (https://xdsoft.net/jodit/)
8212
8212
  * Released under MIT see LICENSE.txt in the project root for license information.
8213
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8213
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8214
8214
  */
8215
8215
  /**
8216
8216
  * @module helpers/utils
@@ -8246,7 +8246,7 @@ var ctrlKey = function (e) {
8246
8246
  /*!
8247
8247
  * Jodit Editor (https://xdsoft.net/jodit/)
8248
8248
  * Released under MIT see LICENSE.txt in the project root for license information.
8249
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8249
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8250
8250
  */
8251
8251
 
8252
8252
  var store = new WeakMap();
@@ -8289,7 +8289,7 @@ var dataBind = function (elm, key, value) {
8289
8289
  /*!
8290
8290
  * Jodit Editor (https://xdsoft.net/jodit/)
8291
8291
  * Released under MIT see LICENSE.txt in the project root for license information.
8292
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8292
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8293
8293
  */
8294
8294
  /**
8295
8295
  * @module helpers/utils
@@ -8329,7 +8329,7 @@ var defaultLanguage = function (language, defaultLanguage) {
8329
8329
  /*!
8330
8330
  * Jodit Editor (https://xdsoft.net/jodit/)
8331
8331
  * Released under MIT see LICENSE.txt in the project root for license information.
8332
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8332
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8333
8333
  */
8334
8334
  /**
8335
8335
  * @module helpers/utils
@@ -8363,7 +8363,7 @@ function options(message) {
8363
8363
  /*!
8364
8364
  * Jodit Editor (https://xdsoft.net/jodit/)
8365
8365
  * Released under MIT see LICENSE.txt in the project root for license information.
8366
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8366
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8367
8367
  */
8368
8368
  /**
8369
8369
  * @module helpers/utils
@@ -8392,7 +8392,7 @@ var isAbort = jodit_core_helpers_checker_is_abort_error__WEBPACK_IMPORTED_MODULE
8392
8392
  /*!
8393
8393
  * Jodit Editor (https://xdsoft.net/jodit/)
8394
8394
  * Released under MIT see LICENSE.txt in the project root for license information.
8395
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8395
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8396
8396
  */
8397
8397
 
8398
8398
  /**
@@ -8428,7 +8428,7 @@ var ConnectionError = /** @class */ (function (_super) {
8428
8428
  /*!
8429
8429
  * Jodit Editor (https://xdsoft.net/jodit/)
8430
8430
  * Released under MIT see LICENSE.txt in the project root for license information.
8431
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8431
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8432
8432
  */
8433
8433
  /**
8434
8434
  * @module helpers/utils
@@ -8451,7 +8451,7 @@ var ConnectionError = /** @class */ (function (_super) {
8451
8451
  /*!
8452
8452
  * Jodit Editor (https://xdsoft.net/jodit/)
8453
8453
  * Released under MIT see LICENSE.txt in the project root for license information.
8454
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8454
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8455
8455
  */
8456
8456
 
8457
8457
  /**
@@ -8489,7 +8489,7 @@ var OptionsError = /** @class */ (function (_super) {
8489
8489
  /*!
8490
8490
  * Jodit Editor (https://xdsoft.net/jodit/)
8491
8491
  * Released under MIT see LICENSE.txt in the project root for license information.
8492
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8492
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8493
8493
  */
8494
8494
  /**
8495
8495
  * @module helpers/utils
@@ -8513,7 +8513,7 @@ var OptionsError = /** @class */ (function (_super) {
8513
8513
  /*!
8514
8514
  * Jodit Editor (https://xdsoft.net/jodit/)
8515
8515
  * Released under MIT see LICENSE.txt in the project root for license information.
8516
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8516
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8517
8517
  */
8518
8518
  /**
8519
8519
  * @module helpers/utils
@@ -8549,7 +8549,7 @@ function fastClone(object) {
8549
8549
  /*!
8550
8550
  * Jodit Editor (https://xdsoft.net/jodit/)
8551
8551
  * Released under MIT see LICENSE.txt in the project root for license information.
8552
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8552
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8553
8553
  */
8554
8554
 
8555
8555
  var keepNames = new Map();
@@ -8586,7 +8586,7 @@ var getClassName = function (obj) {
8586
8586
  /*!
8587
8587
  * Jodit Editor (https://xdsoft.net/jodit/)
8588
8588
  * Released under MIT see LICENSE.txt in the project root for license information.
8589
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8589
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8590
8590
  */
8591
8591
 
8592
8592
 
@@ -8657,7 +8657,7 @@ function get(chain, obj) {
8657
8657
  /*!
8658
8658
  * Jodit Editor (https://xdsoft.net/jodit/)
8659
8659
  * Released under MIT see LICENSE.txt in the project root for license information.
8660
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8660
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8661
8661
  */
8662
8662
  /**
8663
8663
  * @module helpers/utils
@@ -8775,7 +8775,7 @@ __webpack_require__.r(__webpack_exports__);
8775
8775
  /*!
8776
8776
  * Jodit Editor (https://xdsoft.net/jodit/)
8777
8777
  * Released under MIT see LICENSE.txt in the project root for license information.
8778
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8778
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8779
8779
  */
8780
8780
  /**
8781
8781
  * @module helpers/utils
@@ -8823,7 +8823,7 @@ __webpack_require__.r(__webpack_exports__);
8823
8823
  /*!
8824
8824
  * Jodit Editor (https://xdsoft.net/jodit/)
8825
8825
  * Released under MIT see LICENSE.txt in the project root for license information.
8826
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8826
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8827
8827
  */
8828
8828
 
8829
8829
  /**
@@ -8864,7 +8864,7 @@ function markDeprecated(method, names, ctx) {
8864
8864
  /*!
8865
8865
  * Jodit Editor (https://xdsoft.net/jodit/)
8866
8866
  * Released under MIT see LICENSE.txt in the project root for license information.
8867
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8867
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8868
8868
  */
8869
8869
  /**
8870
8870
  * Parse query string
@@ -8896,7 +8896,7 @@ var parseQuery = function (queryString) {
8896
8896
  /*!
8897
8897
  * Jodit Editor (https://xdsoft.net/jodit/)
8898
8898
  * Released under MIT see LICENSE.txt in the project root for license information.
8899
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8899
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8900
8900
  */
8901
8901
 
8902
8902
 
@@ -9079,7 +9079,7 @@ function previewBox(editor, defaultValue, points, container) {
9079
9079
  /*!
9080
9080
  * Jodit Editor (https://xdsoft.net/jodit/)
9081
9081
  * Released under MIT see LICENSE.txt in the project root for license information.
9082
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9082
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9083
9083
  */
9084
9084
 
9085
9085
 
@@ -9135,7 +9135,7 @@ function reset(key) {
9135
9135
  /*!
9136
9136
  * Jodit Editor (https://xdsoft.net/jodit/)
9137
9137
  * Released under MIT see LICENSE.txt in the project root for license information.
9138
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9138
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9139
9139
  */
9140
9140
 
9141
9141
  /**
@@ -9198,7 +9198,7 @@ function scrollIntoViewIfNeeded(elm, root, doc) {
9198
9198
  /*!
9199
9199
  * Jodit Editor (https://xdsoft.net/jodit/)
9200
9200
  * Released under MIT see LICENSE.txt in the project root for license information.
9201
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9201
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9202
9202
  */
9203
9203
 
9204
9204
 
@@ -9339,7 +9339,7 @@ function resolveElement(element, od) {
9339
9339
  /*!
9340
9340
  * Jodit Editor (https://xdsoft.net/jodit/)
9341
9341
  * Released under MIT see LICENSE.txt in the project root for license information.
9342
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9342
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9343
9343
  */
9344
9344
 
9345
9345
 
@@ -9389,7 +9389,7 @@ function set(chain, value, obj) {
9389
9389
  /*!
9390
9390
  * Jodit Editor (https://xdsoft.net/jodit/)
9391
9391
  * Released under MIT see LICENSE.txt in the project root for license information.
9392
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9392
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9393
9393
  */
9394
9394
  var LimitedStack = /** @class */ (function () {
9395
9395
  function LimitedStack(limit) {
@@ -9437,7 +9437,7 @@ var LimitedStack = /** @class */ (function () {
9437
9437
  /*!
9438
9438
  * Jodit Editor (https://xdsoft.net/jodit/)
9439
9439
  * Released under MIT see LICENSE.txt in the project root for license information.
9440
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9440
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9441
9441
  */
9442
9442
 
9443
9443
 
@@ -9560,7 +9560,7 @@ var getDataTransfer = function (event) {
9560
9560
  /*!
9561
9561
  * Jodit Editor (https://xdsoft.net/jodit/)
9562
9562
  * Released under MIT see LICENSE.txt in the project root for license information.
9563
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9563
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9564
9564
  */
9565
9565
 
9566
9566
 
@@ -9614,7 +9614,7 @@ function init(jodit, pluginName, plugin, instance, doneList, waitingList) {
9614
9614
  /*!
9615
9615
  * Jodit Editor (https://xdsoft.net/jodit/)
9616
9616
  * Released under MIT see LICENSE.txt in the project root for license information.
9617
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9617
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9618
9618
  */
9619
9619
 
9620
9620
 
@@ -9696,7 +9696,7 @@ function load(jodit, pluginList, callback) {
9696
9696
  /*!
9697
9697
  * Jodit Editor (https://xdsoft.net/jodit/)
9698
9698
  * Released under MIT see LICENSE.txt in the project root for license information.
9699
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9699
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9700
9700
  */
9701
9701
 
9702
9702
 
@@ -9739,7 +9739,7 @@ function makeInstance(jodit, plugin) {
9739
9739
  /*!
9740
9740
  * Jodit Editor (https://xdsoft.net/jodit/)
9741
9741
  * Released under MIT see LICENSE.txt in the project root for license information.
9742
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9742
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9743
9743
  */
9744
9744
  /**
9745
9745
  * @module plugin
@@ -9767,7 +9767,7 @@ function normalizeName(name) {
9767
9767
  /*!
9768
9768
  * Jodit Editor (https://xdsoft.net/jodit/)
9769
9769
  * Released under MIT see LICENSE.txt in the project root for license information.
9770
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9770
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9771
9771
  */
9772
9772
  /**
9773
9773
  * @module plugin
@@ -9797,7 +9797,7 @@ function normalizeName(name) {
9797
9797
  /*!
9798
9798
  * Jodit Editor (https://xdsoft.net/jodit/)
9799
9799
  * Released under MIT see LICENSE.txt in the project root for license information.
9800
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9800
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9801
9801
  */
9802
9802
 
9803
9803
 
@@ -9967,7 +9967,7 @@ function getSpecialLists(jodit) {
9967
9967
  /*!
9968
9968
  * Jodit Editor (https://xdsoft.net/jodit/)
9969
9969
  * Released under MIT see LICENSE.txt in the project root for license information.
9970
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9970
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
9971
9971
  */
9972
9972
 
9973
9973
 
@@ -10072,7 +10072,7 @@ var Plugin = /** @class */ (function (_super) {
10072
10072
  /*!
10073
10073
  * Jodit Editor (https://xdsoft.net/jodit/)
10074
10074
  * Released under MIT see LICENSE.txt in the project root for license information.
10075
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
10075
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
10076
10076
  */
10077
10077
 
10078
10078
 
@@ -10266,7 +10266,7 @@ var Ajax = /** @class */ (function () {
10266
10266
  /*!
10267
10267
  * Jodit Editor (https://xdsoft.net/jodit/)
10268
10268
  * Released under MIT see LICENSE.txt in the project root for license information.
10269
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
10269
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
10270
10270
  */
10271
10271
 
10272
10272
  jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.defaultAjaxOptions = {
@@ -10300,7 +10300,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.defaultAjaxO
10300
10300
  /*!
10301
10301
  * Jodit Editor (https://xdsoft.net/jodit/)
10302
10302
  * Released under MIT see LICENSE.txt in the project root for license information.
10303
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
10303
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
10304
10304
  */
10305
10305
  /**
10306
10306
  * @module request
@@ -10322,7 +10322,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.defaultAjaxO
10322
10322
  /*!
10323
10323
  * Jodit Editor (https://xdsoft.net/jodit/)
10324
10324
  * Released under MIT see LICENSE.txt in the project root for license information.
10325
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
10325
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
10326
10326
  */
10327
10327
 
10328
10328
  var Response = /** @class */ (function () {
@@ -10379,7 +10379,7 @@ var Response = /** @class */ (function () {
10379
10379
  /*!
10380
10380
  * Jodit Editor (https://xdsoft.net/jodit/)
10381
10381
  * Released under MIT see LICENSE.txt in the project root for license information.
10382
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
10382
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
10383
10383
  */
10384
10384
  /**
10385
10385
  * @module selection
@@ -10451,7 +10451,7 @@ function findCorrectCurrentNode(node, range, rightMode, isCollapsed, checkChild,
10451
10451
  /*!
10452
10452
  * Jodit Editor (https://xdsoft.net/jodit/)
10453
10453
  * Released under MIT see LICENSE.txt in the project root for license information.
10454
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
10454
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
10455
10455
  */
10456
10456
 
10457
10457
 
@@ -10491,7 +10491,7 @@ function moveNodeInsideStart(j, node, start) {
10491
10491
  /*!
10492
10492
  * Jodit Editor (https://xdsoft.net/jodit/)
10493
10493
  * Released under MIT see LICENSE.txt in the project root for license information.
10494
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
10494
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
10495
10495
  */
10496
10496
 
10497
10497
  /**
@@ -10538,7 +10538,7 @@ function moveTheNodeAlongTheEdgeOutward(node, start, root) {
10538
10538
  /*!
10539
10539
  * Jodit Editor (https://xdsoft.net/jodit/)
10540
10540
  * Released under MIT see LICENSE.txt in the project root for license information.
10541
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
10541
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
10542
10542
  */
10543
10543
  /**
10544
10544
  * @module selection
@@ -10571,7 +10571,7 @@ function moveTheNodeAlongTheEdgeOutward(node, start, root) {
10571
10571
  /*!
10572
10572
  * Jodit Editor (https://xdsoft.net/jodit/)
10573
10573
  * Released under MIT see LICENSE.txt in the project root for license information.
10574
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
10574
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
10575
10575
  */
10576
10576
 
10577
10577
 
@@ -11839,7 +11839,7 @@ var Selection = /** @class */ (function () {
11839
11839
  /*!
11840
11840
  * Jodit Editor (https://xdsoft.net/jodit/)
11841
11841
  * Released under MIT see LICENSE.txt in the project root for license information.
11842
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11842
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11843
11843
  */
11844
11844
 
11845
11845
 
@@ -11907,7 +11907,7 @@ function extractAndMove(wrapper, range, left) {
11907
11907
  /*!
11908
11908
  * Jodit Editor (https://xdsoft.net/jodit/)
11909
11909
  * Released under MIT see LICENSE.txt in the project root for license information.
11910
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11910
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11911
11911
  */
11912
11912
 
11913
11913
 
@@ -11969,7 +11969,7 @@ var FiniteStateMachine = /** @class */ (function () {
11969
11969
  /*!
11970
11970
  * Jodit Editor (https://xdsoft.net/jodit/)
11971
11971
  * Released under MIT see LICENSE.txt in the project root for license information.
11972
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11972
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
11973
11973
  */
11974
11974
 
11975
11975
 
@@ -12014,7 +12014,7 @@ function getSuitChild(style, font) {
12014
12014
  /*!
12015
12015
  * Jodit Editor (https://xdsoft.net/jodit/)
12016
12016
  * Released under MIT see LICENSE.txt in the project root for license information.
12017
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12017
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12018
12018
  */
12019
12019
 
12020
12020
 
@@ -12073,7 +12073,7 @@ function getSuitParent(style, node, root) {
12073
12073
  /*!
12074
12074
  * Jodit Editor (https://xdsoft.net/jodit/)
12075
12075
  * Released under MIT see LICENSE.txt in the project root for license information.
12076
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12076
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12077
12077
  */
12078
12078
 
12079
12079
 
@@ -12167,7 +12167,7 @@ if (jodit_core_constants__WEBPACK_IMPORTED_MODULE_0__.globalDocument) {
12167
12167
  /*!
12168
12168
  * Jodit Editor (https://xdsoft.net/jodit/)
12169
12169
  * Released under MIT see LICENSE.txt in the project root for license information.
12170
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12170
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12171
12171
  */
12172
12172
 
12173
12173
 
@@ -12199,7 +12199,7 @@ if (jodit_core_constants__WEBPACK_IMPORTED_MODULE_0__.globalDocument) {
12199
12199
  /*!
12200
12200
  * Jodit Editor (https://xdsoft.net/jodit/)
12201
12201
  * Released under MIT see LICENSE.txt in the project root for license information.
12202
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12202
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12203
12203
  */
12204
12204
 
12205
12205
  /**
@@ -12225,7 +12225,7 @@ function isInsideInvisibleElement(font, root) {
12225
12225
  /*!
12226
12226
  * Jodit Editor (https://xdsoft.net/jodit/)
12227
12227
  * Released under MIT see LICENSE.txt in the project root for license information.
12228
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12228
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12229
12229
  */
12230
12230
 
12231
12231
 
@@ -12259,7 +12259,7 @@ function isNormalNode(elm) {
12259
12259
  /*!
12260
12260
  * Jodit Editor (https://xdsoft.net/jodit/)
12261
12261
  * Released under MIT see LICENSE.txt in the project root for license information.
12262
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12262
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12263
12263
  */
12264
12264
 
12265
12265
 
@@ -12395,7 +12395,7 @@ function isSameStyleChild(commitStyle, elm) {
12395
12395
  /*!
12396
12396
  * Jodit Editor (https://xdsoft.net/jodit/)
12397
12397
  * Released under MIT see LICENSE.txt in the project root for license information.
12398
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12398
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12399
12399
  */
12400
12400
 
12401
12401
 
@@ -12466,7 +12466,7 @@ function unwrapList(mode, list, li, jodit, cs) {
12466
12466
  /*!
12467
12467
  * Jodit Editor (https://xdsoft.net/jodit/)
12468
12468
  * Released under MIT see LICENSE.txt in the project root for license information.
12469
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12469
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12470
12470
  */
12471
12471
 
12472
12472
 
@@ -12528,7 +12528,7 @@ function wrapList(commitStyle, wrapper, jodit) {
12528
12528
  /*!
12529
12529
  * Jodit Editor (https://xdsoft.net/jodit/)
12530
12530
  * Released under MIT see LICENSE.txt in the project root for license information.
12531
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12531
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12532
12532
  */
12533
12533
 
12534
12534
 
@@ -12703,7 +12703,7 @@ function getNativeCSSValue(jodit, elm, key) {
12703
12703
  /*!
12704
12704
  * Jodit Editor (https://xdsoft.net/jodit/)
12705
12705
  * Released under MIT see LICENSE.txt in the project root for license information.
12706
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12706
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12707
12707
  */
12708
12708
 
12709
12709
 
@@ -12780,7 +12780,7 @@ function unwrapChildren(style, font) {
12780
12780
  /*!
12781
12781
  * Jodit Editor (https://xdsoft.net/jodit/)
12782
12782
  * Released under MIT see LICENSE.txt in the project root for license information.
12783
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12783
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12784
12784
  */
12785
12785
 
12786
12786
 
@@ -12848,7 +12848,7 @@ function wrapUnwrappedText(style, elm, jodit) {
12848
12848
  /*!
12849
12849
  * Jodit Editor (https://xdsoft.net/jodit/)
12850
12850
  * Released under MIT see LICENSE.txt in the project root for license information.
12851
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12851
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12852
12852
  */
12853
12853
 
12854
12854
 
@@ -12906,7 +12906,7 @@ function findOrCreateWrapper(commitStyle, font, jodit) {
12906
12906
  /*!
12907
12907
  * Jodit Editor (https://xdsoft.net/jodit/)
12908
12908
  * Released under MIT see LICENSE.txt in the project root for license information.
12909
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12909
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12910
12910
  */
12911
12911
 
12912
12912
 
@@ -12963,7 +12963,7 @@ function ApplyStyle(jodit, cs) {
12963
12963
  /*!
12964
12964
  * Jodit Editor (https://xdsoft.net/jodit/)
12965
12965
  * Released under MIT see LICENSE.txt in the project root for license information.
12966
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12966
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
12967
12967
  */
12968
12968
 
12969
12969
 
@@ -13080,7 +13080,7 @@ var CommitStyle = /** @class */ (function () {
13080
13080
  /*!
13081
13081
  * Jodit Editor (https://xdsoft.net/jodit/)
13082
13082
  * Released under MIT see LICENSE.txt in the project root for license information.
13083
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13083
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13084
13084
  */
13085
13085
  /**
13086
13086
  * @module selection
@@ -13121,7 +13121,7 @@ var _PREFIX = 'commitStyle';
13121
13121
  /*!
13122
13122
  * Jodit Editor (https://xdsoft.net/jodit/)
13123
13123
  * Released under MIT see LICENSE.txt in the project root for license information.
13124
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13124
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13125
13125
  */
13126
13126
  var _a;
13127
13127
 
@@ -13279,7 +13279,7 @@ var transactions = (_a = {},
13279
13279
  /*!
13280
13280
  * Jodit Editor (https://xdsoft.net/jodit/)
13281
13281
  * Released under MIT see LICENSE.txt in the project root for license information.
13282
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13282
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13283
13283
  */
13284
13284
  /**
13285
13285
  * Check if user disable local storages/cookie etc.
@@ -13363,7 +13363,7 @@ var LocalStorageProvider = /** @class */ (function () {
13363
13363
  /*!
13364
13364
  * Jodit Editor (https://xdsoft.net/jodit/)
13365
13365
  * Released under MIT see LICENSE.txt in the project root for license information.
13366
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13366
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13367
13367
  */
13368
13368
  var MemoryStorageProvider = /** @class */ (function () {
13369
13369
  function MemoryStorageProvider() {
@@ -13407,7 +13407,7 @@ var MemoryStorageProvider = /** @class */ (function () {
13407
13407
  /*!
13408
13408
  * Jodit Editor (https://xdsoft.net/jodit/)
13409
13409
  * Released under MIT see LICENSE.txt in the project root for license information.
13410
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13410
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13411
13411
  */
13412
13412
  /**
13413
13413
  * @module storage
@@ -13433,7 +13433,7 @@ var MemoryStorageProvider = /** @class */ (function () {
13433
13433
  /*!
13434
13434
  * Jodit Editor (https://xdsoft.net/jodit/)
13435
13435
  * Released under MIT see LICENSE.txt in the project root for license information.
13436
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13436
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13437
13437
  */
13438
13438
 
13439
13439
 
@@ -13497,7 +13497,7 @@ var Storage = /** @class */ (function () {
13497
13497
  /*!
13498
13498
  * Jodit Editor (https://xdsoft.net/jodit/)
13499
13499
  * Released under MIT see LICENSE.txt in the project root for license information.
13500
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13500
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13501
13501
  */
13502
13502
 
13503
13503
 
@@ -13552,7 +13552,7 @@ function processTitle(title, self) {
13552
13552
  /*!
13553
13553
  * Jodit Editor (https://xdsoft.net/jodit/)
13554
13554
  * Released under MIT see LICENSE.txt in the project root for license information.
13555
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13555
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13556
13556
  */
13557
13557
 
13558
13558
  var Elms = /** @class */ (function () {
@@ -13588,7 +13588,7 @@ var Elms = /** @class */ (function () {
13588
13588
  /*!
13589
13589
  * Jodit Editor (https://xdsoft.net/jodit/)
13590
13590
  * Released under MIT see LICENSE.txt in the project root for license information.
13591
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13591
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13592
13592
  */
13593
13593
 
13594
13594
  var Mods = /** @class */ (function () {
@@ -13653,7 +13653,7 @@ var Mods = /** @class */ (function () {
13653
13653
  /*!
13654
13654
  * Jodit Editor (https://xdsoft.net/jodit/)
13655
13655
  * Released under MIT see LICENSE.txt in the project root for license information.
13656
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13656
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
13657
13657
  */
13658
13658
 
13659
13659
 
@@ -13943,7 +13943,7 @@ function Button(jodit, stateOrText, text, variant) {
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
 
@@ -14034,7 +14034,7 @@ var UIButtonGroup = /** @class */ (function (_super) {
14034
14034
  /*!
14035
14035
  * Jodit Editor (https://xdsoft.net/jodit/)
14036
14036
  * Released under MIT see LICENSE.txt in the project root for license information.
14037
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14037
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14038
14038
  */
14039
14039
  /**
14040
14040
  * [[include:core/ui/button/README.md]]
@@ -14066,7 +14066,7 @@ var UIButtonGroup = /** @class */ (function (_super) {
14066
14066
  /*!
14067
14067
  * Jodit Editor (https://xdsoft.net/jodit/)
14068
14068
  * Released under MIT see LICENSE.txt in the project root for license information.
14069
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14069
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14070
14070
  */
14071
14071
 
14072
14072
 
@@ -14282,7 +14282,7 @@ var UITooltip = /** @class */ (function (_super) {
14282
14282
  /*!
14283
14283
  * Jodit Editor (https://xdsoft.net/jodit/)
14284
14284
  * Released under MIT see LICENSE.txt in the project root for license information.
14285
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14285
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14286
14286
  */
14287
14287
 
14288
14288
 
@@ -14449,7 +14449,7 @@ var UIElement = /** @class */ (function (_super) {
14449
14449
  /*!
14450
14450
  * Jodit Editor (https://xdsoft.net/jodit/)
14451
14451
  * Released under MIT see LICENSE.txt in the project root for license information.
14452
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14452
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14453
14453
  */
14454
14454
 
14455
14455
 
@@ -14504,7 +14504,7 @@ var UIBlock = /** @class */ (function (_super) {
14504
14504
  /*!
14505
14505
  * Jodit Editor (https://xdsoft.net/jodit/)
14506
14506
  * Released under MIT see LICENSE.txt in the project root for license information.
14507
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14507
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14508
14508
  */
14509
14509
 
14510
14510
 
@@ -14628,7 +14628,7 @@ var UIForm = /** @class */ (function (_super) {
14628
14628
  /*!
14629
14629
  * Jodit Editor (https://xdsoft.net/jodit/)
14630
14630
  * Released under MIT see LICENSE.txt in the project root for license information.
14631
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14631
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14632
14632
  */
14633
14633
  /**
14634
14634
  * @module ui/form
@@ -14654,7 +14654,7 @@ var UIForm = /** @class */ (function (_super) {
14654
14654
  /*!
14655
14655
  * Jodit Editor (https://xdsoft.net/jodit/)
14656
14656
  * Released under MIT see LICENSE.txt in the project root for license information.
14657
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14657
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14658
14658
  */
14659
14659
 
14660
14660
 
@@ -14716,7 +14716,7 @@ var UITextArea = /** @class */ (function (_super) {
14716
14716
  /*!
14717
14717
  * Jodit Editor (https://xdsoft.net/jodit/)
14718
14718
  * Released under MIT see LICENSE.txt in the project root for license information.
14719
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14719
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14720
14720
  */
14721
14721
 
14722
14722
 
@@ -14803,7 +14803,7 @@ var UICheckbox = /** @class */ (function (_super) {
14803
14803
  /*!
14804
14804
  * Jodit Editor (https://xdsoft.net/jodit/)
14805
14805
  * Released under MIT see LICENSE.txt in the project root for license information.
14806
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14806
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14807
14807
  */
14808
14808
 
14809
14809
 
@@ -14870,7 +14870,7 @@ var UIFileInput = /** @class */ (function (_super) {
14870
14870
  /*!
14871
14871
  * Jodit Editor (https://xdsoft.net/jodit/)
14872
14872
  * Released under MIT see LICENSE.txt in the project root for license information.
14873
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14873
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14874
14874
  */
14875
14875
  /**
14876
14876
  * @module ui/form
@@ -14902,7 +14902,7 @@ var UIFileInput = /** @class */ (function (_super) {
14902
14902
  /*!
14903
14903
  * Jodit Editor (https://xdsoft.net/jodit/)
14904
14904
  * Released under MIT see LICENSE.txt in the project root for license information.
14905
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14905
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
14906
14906
  */
14907
14907
 
14908
14908
 
@@ -15173,7 +15173,7 @@ var UIInput = /** @class */ (function (_super) {
15173
15173
  /*!
15174
15174
  * Jodit Editor (https://xdsoft.net/jodit/)
15175
15175
  * Released under MIT see LICENSE.txt in the project root for license information.
15176
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15176
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15177
15177
  */
15178
15178
 
15179
15179
 
@@ -15259,7 +15259,7 @@ var UISelect = /** @class */ (function (_super) {
15259
15259
  /*!
15260
15260
  * Jodit Editor (https://xdsoft.net/jodit/)
15261
15261
  * Released under MIT see LICENSE.txt in the project root for license information.
15262
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15262
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15263
15263
  */
15264
15264
  /**
15265
15265
  * @module ui/form
@@ -15284,7 +15284,7 @@ __webpack_require__.r(__webpack_exports__);
15284
15284
  /*!
15285
15285
  * Jodit Editor (https://xdsoft.net/jodit/)
15286
15286
  * Released under MIT see LICENSE.txt in the project root for license information.
15287
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15287
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15288
15288
  */
15289
15289
 
15290
15290
 
@@ -15323,7 +15323,7 @@ var url = function (input) {
15323
15323
  /*!
15324
15324
  * Jodit Editor (https://xdsoft.net/jodit/)
15325
15325
  * Released under MIT see LICENSE.txt in the project root for license information.
15326
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15326
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15327
15327
  */
15328
15328
 
15329
15329
  /**
@@ -15358,7 +15358,7 @@ var required = function (select) {
15358
15358
  /*!
15359
15359
  * Jodit Editor (https://xdsoft.net/jodit/)
15360
15360
  * Released under MIT see LICENSE.txt in the project root for license information.
15361
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15361
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15362
15362
  */
15363
15363
 
15364
15364
 
@@ -15515,7 +15515,7 @@ var UIGroup = /** @class */ (function (_super) {
15515
15515
  /*!
15516
15516
  * Jodit Editor (https://xdsoft.net/jodit/)
15517
15517
  * Released under MIT see LICENSE.txt in the project root for license information.
15518
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15518
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15519
15519
  */
15520
15520
  /**
15521
15521
  * @module ui/group
@@ -15549,7 +15549,7 @@ var UIGroup = /** @class */ (function (_super) {
15549
15549
  /*!
15550
15550
  * Jodit Editor (https://xdsoft.net/jodit/)
15551
15551
  * Released under MIT see LICENSE.txt in the project root for license information.
15552
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15552
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15553
15553
  */
15554
15554
 
15555
15555
 
@@ -15729,7 +15729,7 @@ var UIList = /** @class */ (function (_super) {
15729
15729
  /*!
15730
15730
  * Jodit Editor (https://xdsoft.net/jodit/)
15731
15731
  * Released under MIT see LICENSE.txt in the project root for license information.
15732
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15732
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15733
15733
  */
15734
15734
 
15735
15735
  /**
@@ -15768,7 +15768,7 @@ var UISeparator = /** @class */ (function (_super) {
15768
15768
  /*!
15769
15769
  * Jodit Editor (https://xdsoft.net/jodit/)
15770
15770
  * Released under MIT see LICENSE.txt in the project root for license information.
15771
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15771
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15772
15772
  */
15773
15773
 
15774
15774
  /**
@@ -15807,7 +15807,7 @@ var UISpacer = /** @class */ (function (_super) {
15807
15807
  /*!
15808
15808
  * Jodit Editor (https://xdsoft.net/jodit/)
15809
15809
  * Released under MIT see LICENSE.txt in the project root for license information.
15810
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15810
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15811
15811
  */
15812
15812
 
15813
15813
 
@@ -15851,7 +15851,7 @@ function flatButtonsSet(buttons, jodit) {
15851
15851
  /*!
15852
15852
  * Jodit Editor (https://xdsoft.net/jodit/)
15853
15853
  * Released under MIT see LICENSE.txt in the project root for license information.
15854
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15854
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15855
15855
  */
15856
15856
 
15857
15857
 
@@ -15930,7 +15930,7 @@ function findControlType(path, controls) {
15930
15930
  /*!
15931
15931
  * Jodit Editor (https://xdsoft.net/jodit/)
15932
15932
  * Released under MIT see LICENSE.txt in the project root for license information.
15933
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15933
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15934
15934
  */
15935
15935
 
15936
15936
 
@@ -15967,7 +15967,7 @@ function getStrongControlTypes(items, controls) {
15967
15967
  /*!
15968
15968
  * Jodit Editor (https://xdsoft.net/jodit/)
15969
15969
  * Released under MIT see LICENSE.txt in the project root for license information.
15970
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15970
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
15971
15971
  */
15972
15972
 
15973
15973
 
@@ -16099,7 +16099,7 @@ var Icon = /** @class */ (function () {
16099
16099
  /*!
16100
16100
  * Jodit Editor (https://xdsoft.net/jodit/)
16101
16101
  * Released under MIT see LICENSE.txt in the project root for license information.
16102
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
16102
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
16103
16103
  */
16104
16104
  /**
16105
16105
  * [[include:core/ui/README.md]]
@@ -16128,7 +16128,7 @@ var Icon = /** @class */ (function () {
16128
16128
  /*!
16129
16129
  * Jodit Editor (https://xdsoft.net/jodit/)
16130
16130
  * Released under MIT see LICENSE.txt in the project root for license information.
16131
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
16131
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
16132
16132
  */
16133
16133
  /**
16134
16134
  * @module ui/popup
@@ -16158,7 +16158,7 @@ var Icon = /** @class */ (function () {
16158
16158
  /*!
16159
16159
  * Jodit Editor (https://xdsoft.net/jodit/)
16160
16160
  * Released under MIT see LICENSE.txt in the project root for license information.
16161
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
16161
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
16162
16162
  */
16163
16163
 
16164
16164
 
@@ -16520,7 +16520,7 @@ var Popup = /** @class */ (function (_super) {
16520
16520
  /*!
16521
16521
  * Jodit Editor (https://xdsoft.net/jodit/)
16522
16522
  * Released under MIT see LICENSE.txt in the project root for license information.
16523
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
16523
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
16524
16524
  */
16525
16525
 
16526
16526
 
@@ -16588,7 +16588,7 @@ var ProgressBar = /** @class */ (function (_super) {
16588
16588
  /*!
16589
16589
  * Jodit Editor (https://xdsoft.net/jodit/)
16590
16590
  * Released under MIT see LICENSE.txt in the project root for license information.
16591
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
16591
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
16592
16592
  */
16593
16593
 
16594
16594
 
@@ -16766,7 +16766,7 @@ var ViewWithToolbar = /** @class */ (function (_super) {
16766
16766
  /*!
16767
16767
  * Jodit Editor (https://xdsoft.net/jodit/)
16768
16768
  * Released under MIT see LICENSE.txt in the project root for license information.
16769
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
16769
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
16770
16770
  */
16771
16771
 
16772
16772
 
@@ -17150,7 +17150,7 @@ View.defaultOptions = {
17150
17150
  /*!
17151
17151
  * Jodit Editor (https://xdsoft.net/jodit/)
17152
17152
  * Released under MIT see LICENSE.txt in the project root for license information.
17153
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
17153
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
17154
17154
  */
17155
17155
 
17156
17156
 
@@ -18573,7 +18573,7 @@ function addClassNames(className, elm) {
18573
18573
  /*!
18574
18574
  * Jodit Editor (https://xdsoft.net/jodit/)
18575
18575
  * Released under MIT see LICENSE.txt in the project root for license information.
18576
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18576
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18577
18577
  */
18578
18578
 
18579
18579
 
@@ -18665,7 +18665,7 @@ Object.keys(exp).forEach(function (lang) {
18665
18665
  /*!
18666
18666
  * Jodit Editor (https://xdsoft.net/jodit/)
18667
18667
  * Released under MIT see LICENSE.txt in the project root for license information.
18668
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18668
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18669
18669
  */
18670
18670
 
18671
18671
 
@@ -18746,7 +18746,7 @@ var ContextMenu = /** @class */ (function (_super) {
18746
18746
  /*!
18747
18747
  * Jodit Editor (https://xdsoft.net/jodit/)
18748
18748
  * Released under MIT see LICENSE.txt in the project root for license information.
18749
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18749
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18750
18750
  */
18751
18751
 
18752
18752
 
@@ -18806,7 +18806,7 @@ function Alert(msg, title, callback, className) {
18806
18806
  /*!
18807
18807
  * Jodit Editor (https://xdsoft.net/jodit/)
18808
18808
  * Released under MIT see LICENSE.txt in the project root for license information.
18809
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18809
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18810
18810
  */
18811
18811
 
18812
18812
 
@@ -18882,7 +18882,7 @@ function Confirm(msg, title, callback) {
18882
18882
  /*!
18883
18883
  * Jodit Editor (https://xdsoft.net/jodit/)
18884
18884
  * Released under MIT see LICENSE.txt in the project root for license information.
18885
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18885
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
18886
18886
  */
18887
18887
 
18888
18888
 
@@ -19510,7 +19510,7 @@ Dialog.defaultOptions = (0,tslib__WEBPACK_IMPORTED_MODULE_13__/* .__assign */ .C
19510
19510
  /*!
19511
19511
  * Jodit Editor (https://xdsoft.net/jodit/)
19512
19512
  * Released under MIT see LICENSE.txt in the project root for license information.
19513
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19513
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19514
19514
  */
19515
19515
  /**
19516
19516
  * [[include:modules/dialog/README.md]]
@@ -19539,7 +19539,7 @@ Dialog.defaultOptions = (0,tslib__WEBPACK_IMPORTED_MODULE_13__/* .__assign */ .C
19539
19539
  /*!
19540
19540
  * Jodit Editor (https://xdsoft.net/jodit/)
19541
19541
  * Released under MIT see LICENSE.txt in the project root for license information.
19542
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19542
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19543
19543
  */
19544
19544
 
19545
19545
 
@@ -19625,7 +19625,7 @@ function Prompt(msg, title, callback, placeholder, defaultValue) {
19625
19625
  /*!
19626
19626
  * Jodit Editor (https://xdsoft.net/jodit/)
19627
19627
  * Released under MIT see LICENSE.txt in the project root for license information.
19628
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19628
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19629
19629
  */
19630
19630
 
19631
19631
 
@@ -19813,7 +19813,7 @@ var CLASS_PREVIEW = 'jodit-file-browser-preview', preview_tpl_next = function (n
19813
19813
  /*!
19814
19814
  * Jodit Editor (https://xdsoft.net/jodit/)
19815
19815
  * Released under MIT see LICENSE.txt in the project root for license information.
19816
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19816
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19817
19817
  */
19818
19818
  var map = new WeakMap();
19819
19819
  /**
@@ -19843,7 +19843,7 @@ var elementsMap = function (view) {
19843
19843
  /*!
19844
19844
  * Jodit Editor (https://xdsoft.net/jodit/)
19845
19845
  * Released under MIT see LICENSE.txt in the project root for license information.
19846
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19846
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19847
19847
  */
19848
19848
 
19849
19849
  var FileBrowserItem = /** @class */ (function () {
@@ -19945,7 +19945,7 @@ var FileBrowserItem = /** @class */ (function () {
19945
19945
  /*!
19946
19946
  * Jodit Editor (https://xdsoft.net/jodit/)
19947
19947
  * Released under MIT see LICENSE.txt in the project root for license information.
19948
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19948
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
19949
19949
  */
19950
19950
 
19951
19951
 
@@ -20273,7 +20273,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_3__/* .Config */ .T.prototype.controls.fil
20273
20273
  /*!
20274
20274
  * Jodit Editor (https://xdsoft.net/jodit/)
20275
20275
  * Released under MIT see LICENSE.txt in the project root for license information.
20276
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20276
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20277
20277
  */
20278
20278
 
20279
20279
 
@@ -20716,7 +20716,7 @@ var DataProvider = /** @class */ (function () {
20716
20716
  /*!
20717
20717
  * Jodit Editor (https://xdsoft.net/jodit/)
20718
20718
  * Released under MIT see LICENSE.txt in the project root for license information.
20719
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20719
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20720
20720
  */
20721
20721
 
20722
20722
 
@@ -20740,7 +20740,7 @@ function makeContextMenu(parent) {
20740
20740
  /*!
20741
20741
  * Jodit Editor (https://xdsoft.net/jodit/)
20742
20742
  * Released under MIT see LICENSE.txt in the project root for license information.
20743
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20743
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20744
20744
  */
20745
20745
  /**
20746
20746
  * Removes a file from the server
@@ -20768,7 +20768,7 @@ function deleteFile(fb, name, source) {
20768
20768
  /*!
20769
20769
  * Jodit Editor (https://xdsoft.net/jodit/)
20770
20770
  * Released under MIT see LICENSE.txt in the project root for license information.
20771
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20771
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20772
20772
  */
20773
20773
  /**
20774
20774
  * Loads a list of files and adds them to the state
@@ -20809,7 +20809,7 @@ function loadItems(fb) {
20809
20809
  /*!
20810
20810
  * Jodit Editor (https://xdsoft.net/jodit/)
20811
20811
  * Released under MIT see LICENSE.txt in the project root for license information.
20812
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20812
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20813
20813
  */
20814
20814
 
20815
20815
 
@@ -20875,7 +20875,7 @@ function loadTree(fb) {
20875
20875
  /*!
20876
20876
  * Jodit Editor (https://xdsoft.net/jodit/)
20877
20877
  * Released under MIT see LICENSE.txt in the project root for license information.
20878
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20878
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
20879
20879
  */
20880
20880
 
20881
20881
 
@@ -21269,7 +21269,7 @@ function isEqualButtonList(prevButtons, buttons) {
21269
21269
  /*!
21270
21270
  * Jodit Editor (https://xdsoft.net/jodit/)
21271
21271
  * Released under MIT see LICENSE.txt in the project root for license information.
21272
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
21272
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
21273
21273
  */
21274
21274
  /**
21275
21275
  * [[include:modules/file-browser/README.md]]
@@ -21299,7 +21299,7 @@ function isEqualButtonList(prevButtons, buttons) {
21299
21299
  /*!
21300
21300
  * Jodit Editor (https://xdsoft.net/jodit/)
21301
21301
  * Released under MIT see LICENSE.txt in the project root for license information.
21302
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
21302
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
21303
21303
  */
21304
21304
 
21305
21305
 
@@ -21424,7 +21424,7 @@ function nativeListeners() {
21424
21424
  /*!
21425
21425
  * Jodit Editor (https://xdsoft.net/jodit/)
21426
21426
  * Released under MIT see LICENSE.txt in the project root for license information.
21427
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
21427
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
21428
21428
  */
21429
21429
 
21430
21430
 
@@ -21570,7 +21570,7 @@ function selfListeners() {
21570
21570
  /*!
21571
21571
  * Jodit Editor (https://xdsoft.net/jodit/)
21572
21572
  * Released under MIT see LICENSE.txt in the project root for license information.
21573
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
21573
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
21574
21574
  */
21575
21575
 
21576
21576
 
@@ -21732,7 +21732,7 @@ function stateListeners() {
21732
21732
  /*!
21733
21733
  * Jodit Editor (https://xdsoft.net/jodit/)
21734
21734
  * Released under MIT see LICENSE.txt in the project root for license information.
21735
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
21735
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
21736
21736
  */
21737
21737
 
21738
21738
 
@@ -21765,7 +21765,7 @@ var FileBrowserFiles = /** @class */ (function (_super) {
21765
21765
  /*!
21766
21766
  * Jodit Editor (https://xdsoft.net/jodit/)
21767
21767
  * Released under MIT see LICENSE.txt in the project root for license information.
21768
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
21768
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
21769
21769
  */
21770
21770
  /**
21771
21771
  * @module modules/file-browser
@@ -21788,7 +21788,7 @@ var FileBrowserFiles = /** @class */ (function (_super) {
21788
21788
  /*!
21789
21789
  * Jodit Editor (https://xdsoft.net/jodit/)
21790
21790
  * Released under MIT see LICENSE.txt in the project root for license information.
21791
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
21791
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
21792
21792
  */
21793
21793
 
21794
21794
 
@@ -21818,7 +21818,7 @@ var FileBrowserTree = /** @class */ (function (_super) {
21818
21818
  /*!
21819
21819
  * Jodit Editor (https://xdsoft.net/jodit/)
21820
21820
  * Released under MIT see LICENSE.txt in the project root for license information.
21821
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
21821
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
21822
21822
  */
21823
21823
  var Command = /** @class */ (function () {
21824
21824
  function Command(oldValue, newValue, history, tick) {
@@ -21857,7 +21857,7 @@ var Command = /** @class */ (function () {
21857
21857
  /*!
21858
21858
  * Jodit Editor (https://xdsoft.net/jodit/)
21859
21859
  * Released under MIT see LICENSE.txt in the project root for license information.
21860
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
21860
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
21861
21861
  */
21862
21862
 
21863
21863
 
@@ -22046,7 +22046,7 @@ var History = /** @class */ (function (_super) {
22046
22046
  /*!
22047
22047
  * Jodit Editor (https://xdsoft.net/jodit/)
22048
22048
  * Released under MIT see LICENSE.txt in the project root for license information.
22049
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
22049
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
22050
22050
  */
22051
22051
 
22052
22052
 
@@ -22280,7 +22280,7 @@ var Snapshot = /** @class */ (function (_super) {
22280
22280
  /*!
22281
22281
  * Jodit Editor (https://xdsoft.net/jodit/)
22282
22282
  * Released under MIT see LICENSE.txt in the project root for license information.
22283
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
22283
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
22284
22284
  */
22285
22285
  var Stack = /** @class */ (function () {
22286
22286
  function Stack(size) {
@@ -22363,7 +22363,7 @@ var Stack = /** @class */ (function () {
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
 
@@ -22409,7 +22409,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_0__/* .Icon */ .I.set('crop', (_icon
22409
22409
  /*!
22410
22410
  * Jodit Editor (https://xdsoft.net/jodit/)
22411
22411
  * Released under MIT see LICENSE.txt in the project root for license information.
22412
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
22412
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
22413
22413
  */
22414
22414
 
22415
22415
 
@@ -23004,7 +23004,7 @@ function openImageEditor(href, name, path, source, onSuccess, onFailed) {
23004
23004
  /*!
23005
23005
  * Jodit Editor (https://xdsoft.net/jodit/)
23006
23006
  * Released under MIT see LICENSE.txt in the project root for license information.
23007
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23007
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23008
23008
  */
23009
23009
 
23010
23010
  var jie = 'jodit-image-editor';
@@ -23128,7 +23128,7 @@ __webpack_require__.r(__webpack_exports__);
23128
23128
  /*!
23129
23129
  * Jodit Editor (https://xdsoft.net/jodit/)
23130
23130
  * Released under MIT see LICENSE.txt in the project root for license information.
23131
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23131
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23132
23132
  */
23133
23133
  /**
23134
23134
  * [[include:modules/README.md]]
@@ -23180,7 +23180,7 @@ __webpack_require__.r(__webpack_exports__);
23180
23180
  /*!
23181
23181
  * Jodit Editor (https://xdsoft.net/jodit/)
23182
23182
  * Released under MIT see LICENSE.txt in the project root for license information.
23183
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23183
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23184
23184
  */
23185
23185
 
23186
23186
 
@@ -23222,7 +23222,7 @@ var UIMessage = /** @class */ (function (_super) {
23222
23222
  /*!
23223
23223
  * Jodit Editor (https://xdsoft.net/jodit/)
23224
23224
  * Released under MIT see LICENSE.txt in the project root for license information.
23225
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23225
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23226
23226
  */
23227
23227
 
23228
23228
 
@@ -23364,7 +23364,7 @@ var UIMessages = /** @class */ (function (_super) {
23364
23364
  /*!
23365
23365
  * Jodit Editor (https://xdsoft.net/jodit/)
23366
23366
  * Released under MIT see LICENSE.txt in the project root for license information.
23367
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23367
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23368
23368
  */
23369
23369
 
23370
23370
 
@@ -23480,7 +23480,7 @@ var StatusBar = /** @class */ (function (_super) {
23480
23480
  /*!
23481
23481
  * Jodit Editor (https://xdsoft.net/jodit/)
23482
23482
  * Released under MIT see LICENSE.txt in the project root for license information.
23483
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23483
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
23484
23484
  */
23485
23485
 
23486
23486
 
@@ -24185,7 +24185,7 @@ var instance = function (j) { return j.getInstance('Table', j.o); };
24185
24185
  /*!
24186
24186
  * Jodit Editor (https://xdsoft.net/jodit/)
24187
24187
  * Released under MIT see LICENSE.txt in the project root for license information.
24188
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24188
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24189
24189
  */
24190
24190
 
24191
24191
 
@@ -24609,7 +24609,7 @@ var ToolbarButton = /** @class */ (function (_super) {
24609
24609
  /*!
24610
24610
  * Jodit Editor (https://xdsoft.net/jodit/)
24611
24611
  * Released under MIT see LICENSE.txt in the project root for license information.
24612
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24612
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24613
24613
  */
24614
24614
 
24615
24615
 
@@ -24670,7 +24670,7 @@ var ToolbarContent = /** @class */ (function (_super) {
24670
24670
  /*!
24671
24671
  * Jodit Editor (https://xdsoft.net/jodit/)
24672
24672
  * Released under MIT see LICENSE.txt in the project root for license information.
24673
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24673
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24674
24674
  */
24675
24675
  /**
24676
24676
  * @module modules/toolbar/button
@@ -24697,7 +24697,7 @@ var ToolbarContent = /** @class */ (function (_super) {
24697
24697
  /*!
24698
24698
  * Jodit Editor (https://xdsoft.net/jodit/)
24699
24699
  * Released under MIT see LICENSE.txt in the project root for license information.
24700
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24700
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24701
24701
  */
24702
24702
 
24703
24703
 
@@ -24757,7 +24757,7 @@ var ToolbarSelect = /** @class */ (function (_super) {
24757
24757
  /*!
24758
24758
  * Jodit Editor (https://xdsoft.net/jodit/)
24759
24759
  * Released under MIT see LICENSE.txt in the project root for license information.
24760
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24760
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24761
24761
  */
24762
24762
 
24763
24763
 
@@ -24900,7 +24900,7 @@ var ToolbarCollection = /** @class */ (function (_super) {
24900
24900
  /*!
24901
24901
  * Jodit Editor (https://xdsoft.net/jodit/)
24902
24902
  * Released under MIT see LICENSE.txt in the project root for license information.
24903
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24903
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
24904
24904
  */
24905
24905
 
24906
24906
 
@@ -25050,7 +25050,7 @@ var ToolbarEditorCollection = /** @class */ (function (_super) {
25050
25050
  /*!
25051
25051
  * Jodit Editor (https://xdsoft.net/jodit/)
25052
25052
  * Released under MIT see LICENSE.txt in the project root for license information.
25053
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25053
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25054
25054
  */
25055
25055
 
25056
25056
 
@@ -25107,7 +25107,7 @@ function makeSelect(view, control, target) {
25107
25107
  /*!
25108
25108
  * Jodit Editor (https://xdsoft.net/jodit/)
25109
25109
  * Released under MIT see LICENSE.txt in the project root for license information.
25110
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25110
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25111
25111
  */
25112
25112
 
25113
25113
 
@@ -25207,7 +25207,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.uploader = {
25207
25207
  /*!
25208
25208
  * Jodit Editor (https://xdsoft.net/jodit/)
25209
25209
  * Released under MIT see LICENSE.txt in the project root for license information.
25210
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25210
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25211
25211
  */
25212
25212
 
25213
25213
  function buildData(uploader, data) {
@@ -25245,7 +25245,7 @@ function buildData(uploader, data) {
25245
25245
  /*!
25246
25246
  * Jodit Editor (https://xdsoft.net/jodit/)
25247
25247
  * Released under MIT see LICENSE.txt in the project root for license information.
25248
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25248
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25249
25249
  */
25250
25250
  /**
25251
25251
  * @module modules/uploader
@@ -25289,7 +25289,7 @@ function dataURItoBlob(dataURI) {
25289
25289
  /*!
25290
25290
  * Jodit Editor (https://xdsoft.net/jodit/)
25291
25291
  * Released under MIT see LICENSE.txt in the project root for license information.
25292
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25292
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25293
25293
  */
25294
25294
 
25295
25295
 
@@ -25322,7 +25322,7 @@ function hasItems(data) {
25322
25322
  /*!
25323
25323
  * Jodit Editor (https://xdsoft.net/jodit/)
25324
25324
  * Released under MIT see LICENSE.txt in the project root for license information.
25325
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25325
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25326
25326
  */
25327
25327
 
25328
25328
 
@@ -25371,7 +25371,7 @@ function processOldBrowserDrag(self, cData, handlerSuccess, handlerError, onFina
25371
25371
  /*!
25372
25372
  * Jodit Editor (https://xdsoft.net/jodit/)
25373
25373
  * Released under MIT see LICENSE.txt in the project root for license information.
25374
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25374
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25375
25375
  */
25376
25376
 
25377
25377
 
@@ -25502,7 +25502,7 @@ function readImagesWithReader(fileList, imagesExtensions, promises, uploader, ha
25502
25502
  /*!
25503
25503
  * Jodit Editor (https://xdsoft.net/jodit/)
25504
25504
  * Released under MIT see LICENSE.txt in the project root for license information.
25505
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25505
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25506
25506
  */
25507
25507
 
25508
25508
 
@@ -25596,7 +25596,7 @@ function send(uploader, data) {
25596
25596
  /*!
25597
25597
  * Jodit Editor (https://xdsoft.net/jodit/)
25598
25598
  * Released under MIT see LICENSE.txt in the project root for license information.
25599
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25599
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25600
25600
  */
25601
25601
 
25602
25602
 
@@ -25817,7 +25817,7 @@ var Uploader = /** @class */ (function (_super) {
25817
25817
  /*!
25818
25818
  * Jodit Editor (https://xdsoft.net/jodit/)
25819
25819
  * Released under MIT see LICENSE.txt in the project root for license information.
25820
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25820
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25821
25821
  */
25822
25822
 
25823
25823
 
@@ -25922,7 +25922,7 @@ var ColorPickerWidget = function (editor, callback, coldColor) {
25922
25922
  /*!
25923
25923
  * Jodit Editor (https://xdsoft.net/jodit/)
25924
25924
  * Released under MIT see LICENSE.txt in the project root for license information.
25925
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25925
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
25926
25926
  */
25927
25927
 
25928
25928
 
@@ -26057,7 +26057,7 @@ function val(elm, selector, value) {
26057
26057
  /*!
26058
26058
  * Jodit Editor (https://xdsoft.net/jodit/)
26059
26059
  * Released under MIT see LICENSE.txt in the project root for license information.
26060
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26060
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26061
26061
  */
26062
26062
  /**
26063
26063
  * [[include:modules/widget/README.md]]
@@ -26086,7 +26086,7 @@ function val(elm, selector, value) {
26086
26086
  /*!
26087
26087
  * Jodit Editor (https://xdsoft.net/jodit/)
26088
26088
  * Released under MIT see LICENSE.txt in the project root for license information.
26089
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26089
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26090
26090
  */
26091
26091
 
26092
26092
 
@@ -26233,7 +26233,7 @@ var TabsWidget = function (jodit, tabs, state) {
26233
26233
  /*!
26234
26234
  * Jodit Editor (https://xdsoft.net/jodit/)
26235
26235
  * Released under MIT see LICENSE.txt in the project root for license information.
26236
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26236
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26237
26237
  */
26238
26238
 
26239
26239
 
@@ -26287,7 +26287,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_3__/* .Icon */ .I.set('about', (_abo
26287
26287
  /*!
26288
26288
  * Jodit Editor (https://xdsoft.net/jodit/)
26289
26289
  * Released under MIT see LICENSE.txt in the project root for license information.
26290
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26290
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26291
26291
  */
26292
26292
 
26293
26293
 
@@ -26527,7 +26527,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('addNe
26527
26527
  /*!
26528
26528
  * Jodit Editor (https://xdsoft.net/jodit/)
26529
26529
  * Released under MIT see LICENSE.txt in the project root for license information.
26530
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26530
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26531
26531
  */
26532
26532
 
26533
26533
 
@@ -26565,7 +26565,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_0__/* .Icon */ .I.set('enter', (_ent
26565
26565
  /*!
26566
26566
  * Jodit Editor (https://xdsoft.net/jodit/)
26567
26567
  * Released under MIT see LICENSE.txt in the project root for license information.
26568
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26568
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26569
26569
  */
26570
26570
 
26571
26571
 
@@ -26713,7 +26713,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('ai-as
26713
26713
  /*!
26714
26714
  * Jodit Editor (https://xdsoft.net/jodit/)
26715
26715
  * Released under MIT see LICENSE.txt in the project root for license information.
26716
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26716
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26717
26717
  */
26718
26718
 
26719
26719
 
@@ -26814,7 +26814,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_1__/* .Config */ .T.prototype.controls['ai
26814
26814
  /*!
26815
26815
  * Jodit Editor (https://xdsoft.net/jodit/)
26816
26816
  * Released under MIT see LICENSE.txt in the project root for license information.
26817
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26817
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26818
26818
  */
26819
26819
  module.exports = {
26820
26820
  aiAssistant: 'AI Assistant',
@@ -26836,7 +26836,7 @@ module.exports = {
26836
26836
  /*!
26837
26837
  * Jodit Editor (https://xdsoft.net/jodit/)
26838
26838
  * Released under MIT see LICENSE.txt in the project root for license information.
26839
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26839
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26840
26840
  */
26841
26841
  module.exports = {
26842
26842
  aiAssistant: 'Asistente de IA',
@@ -26897,7 +26897,7 @@ __webpack_require__.r(__webpack_exports__);
26897
26897
  /*!
26898
26898
  * Jodit Editor (https://xdsoft.net/jodit/)
26899
26899
  * Released under MIT see LICENSE.txt in the project root for license information.
26900
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26900
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26901
26901
  */
26902
26902
  /**
26903
26903
  * @module plugins/ai-assistant
@@ -26926,7 +26926,7 @@ __webpack_require__.r(__webpack_exports__);
26926
26926
  /*!
26927
26927
  * Jodit Editor (https://xdsoft.net/jodit/)
26928
26928
  * Released under MIT see LICENSE.txt in the project root for license information.
26929
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26929
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
26930
26930
  */
26931
26931
 
26932
26932
 
@@ -27084,7 +27084,7 @@ var UiAiAssistant = /** @class */ (function (_super) {
27084
27084
  /*!
27085
27085
  * Jodit Editor (https://xdsoft.net/jodit/)
27086
27086
  * Released under MIT see LICENSE.txt in the project root for license information.
27087
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27087
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27088
27088
  */
27089
27089
 
27090
27090
 
@@ -27234,7 +27234,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('backs
27234
27234
  /*!
27235
27235
  * Jodit Editor (https://xdsoft.net/jodit/)
27236
27236
  * Released under MIT see LICENSE.txt in the project root for license information.
27237
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27237
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27238
27238
  */
27239
27239
 
27240
27240
 
@@ -27312,7 +27312,7 @@ function moveContentAndRemoveEmpty(jodit, mainClosestBox, sibling, backspace) {
27312
27312
  /*!
27313
27313
  * Jodit Editor (https://xdsoft.net/jodit/)
27314
27314
  * Released under MIT see LICENSE.txt in the project root for license information.
27315
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27315
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27316
27316
  */
27317
27317
 
27318
27318
 
@@ -27362,7 +27362,7 @@ function checkJoinTwoLists(jodit, fakeNode, backspace) {
27362
27362
  /*!
27363
27363
  * Jodit Editor (https://xdsoft.net/jodit/)
27364
27364
  * Released under MIT see LICENSE.txt in the project root for license information.
27365
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27365
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27366
27366
  */
27367
27367
  /**
27368
27368
  * On Not collapsed selection - should only remove whole selected content
@@ -27402,7 +27402,7 @@ function checkNotCollapsed(jodit) {
27402
27402
  /*!
27403
27403
  * Jodit Editor (https://xdsoft.net/jodit/)
27404
27404
  * Released under MIT see LICENSE.txt in the project root for license information.
27405
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27405
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27406
27406
  */
27407
27407
 
27408
27408
 
@@ -27576,7 +27576,7 @@ function checkRepeatRemoveCharAction(backspace, sibling, fakeNode, mode, removed
27576
27576
  /*!
27577
27577
  * Jodit Editor (https://xdsoft.net/jodit/)
27578
27578
  * Released under MIT see LICENSE.txt in the project root for license information.
27579
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27579
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27580
27580
  */
27581
27581
 
27582
27582
 
@@ -27617,7 +27617,7 @@ function checkRemoveContentNotEditable(jodit, fakeNode, backspace) {
27617
27617
  /*!
27618
27618
  * Jodit Editor (https://xdsoft.net/jodit/)
27619
27619
  * Released under MIT see LICENSE.txt in the project root for license information.
27620
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27620
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27621
27621
  */
27622
27622
 
27623
27623
  /**
@@ -27663,7 +27663,7 @@ function checkRemoveEmptyNeighbor(jodit, fakeNode, backspace) {
27663
27663
  /*!
27664
27664
  * Jodit Editor (https://xdsoft.net/jodit/)
27665
27665
  * Released under MIT see LICENSE.txt in the project root for license information.
27666
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27666
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27667
27667
  */
27668
27668
 
27669
27669
 
@@ -27732,7 +27732,7 @@ function checkRemoveEmptyParent(jodit, fakeNode, backspace) {
27732
27732
  /*!
27733
27733
  * Jodit Editor (https://xdsoft.net/jodit/)
27734
27734
  * Released under MIT see LICENSE.txt in the project root for license information.
27735
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27735
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27736
27736
  */
27737
27737
 
27738
27738
 
@@ -27783,7 +27783,7 @@ function checkRemoveUnbreakableElement(jodit, fakeNode, backspace) {
27783
27783
  /*!
27784
27784
  * Jodit Editor (https://xdsoft.net/jodit/)
27785
27785
  * Released under MIT see LICENSE.txt in the project root for license information.
27786
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27786
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27787
27787
  */
27788
27788
 
27789
27789
  /**
@@ -27823,7 +27823,7 @@ function checkTableCell(jodit, fakeNode) {
27823
27823
  /*!
27824
27824
  * Jodit Editor (https://xdsoft.net/jodit/)
27825
27825
  * Released under MIT see LICENSE.txt in the project root for license information.
27826
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27826
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27827
27827
  */
27828
27828
 
27829
27829
 
@@ -27884,7 +27884,7 @@ function checkUnwrapFirstListItem(jodit, fakeNode, backspace) {
27884
27884
  /*!
27885
27885
  * Jodit Editor (https://xdsoft.net/jodit/)
27886
27886
  * Released under MIT see LICENSE.txt in the project root for license information.
27887
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27887
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27888
27888
  */
27889
27889
  /**
27890
27890
  * @module plugins/backspace
@@ -27924,7 +27924,7 @@ var cases = [
27924
27924
  /*!
27925
27925
  * Jodit Editor (https://xdsoft.net/jodit/)
27926
27926
  * Released under MIT see LICENSE.txt in the project root for license information.
27927
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27927
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27928
27928
  */
27929
27929
  /**
27930
27930
  * @module plugins/backspace
@@ -27956,7 +27956,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.delete = {
27956
27956
  /*!
27957
27957
  * Jodit Editor (https://xdsoft.net/jodit/)
27958
27958
  * Released under MIT see LICENSE.txt in the project root for license information.
27959
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27959
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
27960
27960
  */
27961
27961
 
27962
27962
  /**
@@ -28023,7 +28023,7 @@ function getMoveFilter(jodit) {
28023
28023
  /*!
28024
28024
  * Jodit Editor (https://xdsoft.net/jodit/)
28025
28025
  * Released under MIT see LICENSE.txt in the project root for license information.
28026
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28026
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28027
28027
  */
28028
28028
 
28029
28029
 
@@ -28113,7 +28113,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_2__/* .Icon */ .I.set('bold', (_icon
28113
28113
  /*!
28114
28114
  * Jodit Editor (https://xdsoft.net/jodit/)
28115
28115
  * Released under MIT see LICENSE.txt in the project root for license information.
28116
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28116
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28117
28117
  */
28118
28118
 
28119
28119
  jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.controls.subscript = {
@@ -28177,7 +28177,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.controls.str
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
 
@@ -28304,7 +28304,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_4__/* .Icon */ .I.set('class-span',
28304
28304
  /*!
28305
28305
  * Jodit Editor (https://xdsoft.net/jodit/)
28306
28306
  * Released under MIT see LICENSE.txt in the project root for license information.
28307
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28307
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28308
28308
  */
28309
28309
 
28310
28310
 
@@ -28438,7 +28438,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('clean
28438
28438
  /*!
28439
28439
  * Jodit Editor (https://xdsoft.net/jodit/)
28440
28440
  * Released under MIT see LICENSE.txt in the project root for license information.
28441
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28441
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28442
28442
  */
28443
28443
 
28444
28444
 
@@ -28480,7 +28480,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_0__/* .Icon */ .I.set('eraser', (_er
28480
28480
  /*!
28481
28481
  * Jodit Editor (https://xdsoft.net/jodit/)
28482
28482
  * Released under MIT see LICENSE.txt in the project root for license information.
28483
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28483
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28484
28484
  */
28485
28485
 
28486
28486
 
@@ -28546,7 +28546,7 @@ function getHash(tags) {
28546
28546
  /*!
28547
28547
  * Jodit Editor (https://xdsoft.net/jodit/)
28548
28548
  * Released under MIT see LICENSE.txt in the project root for license information.
28549
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28549
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28550
28550
  */
28551
28551
  /**
28552
28552
  * @module plugins/clean-html
@@ -28572,7 +28572,7 @@ function getHash(tags) {
28572
28572
  /*!
28573
28573
  * Jodit Editor (https://xdsoft.net/jodit/)
28574
28574
  * Released under MIT see LICENSE.txt in the project root for license information.
28575
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28575
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28576
28576
  */
28577
28577
 
28578
28578
 
@@ -28631,7 +28631,7 @@ function isInlineBlock(node) {
28631
28631
  /*!
28632
28632
  * Jodit Editor (https://xdsoft.net/jodit/)
28633
28633
  * Released under MIT see LICENSE.txt in the project root for license information.
28634
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28634
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28635
28635
  */
28636
28636
 
28637
28637
 
@@ -28696,7 +28696,7 @@ function removeFormatForSelection(jodit) {
28696
28696
  /*!
28697
28697
  * Jodit Editor (https://xdsoft.net/jodit/)
28698
28698
  * Released under MIT see LICENSE.txt in the project root for license information.
28699
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28699
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28700
28700
  */
28701
28701
 
28702
28702
  /**
@@ -28739,7 +28739,7 @@ function allowAttributes(jodit, nodeElm, hadEffect, allow) {
28739
28739
  /*!
28740
28740
  * Jodit Editor (https://xdsoft.net/jodit/)
28741
28741
  * Released under MIT see LICENSE.txt in the project root for license information.
28742
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28742
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28743
28743
  */
28744
28744
 
28745
28745
 
@@ -28792,7 +28792,7 @@ __webpack_require__.r(__webpack_exports__);
28792
28792
  /*!
28793
28793
  * Jodit Editor (https://xdsoft.net/jodit/)
28794
28794
  * Released under MIT see LICENSE.txt in the project root for license information.
28795
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28795
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28796
28796
  */
28797
28797
  /**
28798
28798
  * @module plugins/clean-html
@@ -28822,7 +28822,7 @@ __webpack_require__.r(__webpack_exports__);
28822
28822
  /*!
28823
28823
  * Jodit Editor (https://xdsoft.net/jodit/)
28824
28824
  * Released under MIT see LICENSE.txt in the project root for license information.
28825
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28825
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28826
28826
  */
28827
28827
 
28828
28828
  /**
@@ -28854,7 +28854,7 @@ function removeEmptyTextNode(jodit, node, hadEffect, arg, argi, currentNode) {
28854
28854
  /*!
28855
28855
  * Jodit Editor (https://xdsoft.net/jodit/)
28856
28856
  * Released under MIT see LICENSE.txt in the project root for license information.
28857
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28857
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28858
28858
  */
28859
28859
 
28860
28860
 
@@ -28896,7 +28896,7 @@ function removeInvTextNodes(jodit, node, hadEffect, arg, argi, currentNode) {
28896
28896
  /*!
28897
28897
  * Jodit Editor (https://xdsoft.net/jodit/)
28898
28898
  * Released under MIT see LICENSE.txt in the project root for license information.
28899
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28899
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28900
28900
  */
28901
28901
 
28902
28902
  /**
@@ -28940,7 +28940,7 @@ function replaceIfMatched(jodit, oldParent, list) {
28940
28940
  /*!
28941
28941
  * Jodit Editor (https://xdsoft.net/jodit/)
28942
28942
  * Released under MIT see LICENSE.txt in the project root for license information.
28943
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28943
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28944
28944
  */
28945
28945
 
28946
28946
 
@@ -28974,7 +28974,7 @@ function sanitizeAttributes(jodit, nodeElm, hadEffect) {
28974
28974
  /*!
28975
28975
  * Jodit Editor (https://xdsoft.net/jodit/)
28976
28976
  * Released under MIT see LICENSE.txt in the project root for license information.
28977
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28977
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
28978
28978
  */
28979
28979
 
28980
28980
 
@@ -29021,7 +29021,7 @@ function isRemovableNode(jodit, node, current, allow, deny) {
29021
29021
  /*!
29022
29022
  * Jodit Editor (https://xdsoft.net/jodit/)
29023
29023
  * Released under MIT see LICENSE.txt in the project root for license information.
29024
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29024
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29025
29025
  */
29026
29026
 
29027
29027
 
@@ -29076,7 +29076,7 @@ function visitNodeWalker(jodit, nodeElm, allowTags, denyTags, currentSelectionNo
29076
29076
  /*!
29077
29077
  * Jodit Editor (https://xdsoft.net/jodit/)
29078
29078
  * Released under MIT see LICENSE.txt in the project root for license information.
29079
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29079
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29080
29080
  */
29081
29081
 
29082
29082
 
@@ -29167,7 +29167,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('clipb
29167
29167
  /*!
29168
29168
  * Jodit Editor (https://xdsoft.net/jodit/)
29169
29169
  * Released under MIT see LICENSE.txt in the project root for license information.
29170
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29170
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29171
29171
  */
29172
29172
 
29173
29173
 
@@ -29209,7 +29209,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_0__/* .Icon */ .I.set('copy', (_icon
29209
29209
  /*!
29210
29210
  * Jodit Editor (https://xdsoft.net/jodit/)
29211
29211
  * Released under MIT see LICENSE.txt in the project root for license information.
29212
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29212
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29213
29213
  */
29214
29214
 
29215
29215
 
@@ -29272,7 +29272,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('color
29272
29272
  /*!
29273
29273
  * Jodit Editor (https://xdsoft.net/jodit/)
29274
29274
  * Released under MIT see LICENSE.txt in the project root for license information.
29275
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29275
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29276
29276
  */
29277
29277
 
29278
29278
 
@@ -29446,7 +29446,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_3__/* .Config */ .T.prototype.controls.bru
29446
29446
  /*!
29447
29447
  * Jodit Editor (https://xdsoft.net/jodit/)
29448
29448
  * Released under MIT see LICENSE.txt in the project root for license information.
29449
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29449
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29450
29450
  */
29451
29451
 
29452
29452
 
@@ -29567,7 +29567,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_2__/* .Icon */ .I.set('copyformat',
29567
29567
  /*!
29568
29568
  * Jodit Editor (https://xdsoft.net/jodit/)
29569
29569
  * Released under MIT see LICENSE.txt in the project root for license information.
29570
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29570
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29571
29571
  */
29572
29572
  module.exports = {
29573
29573
  'copy-format': 'نسخ التنسيق'
@@ -29584,7 +29584,7 @@ module.exports = {
29584
29584
  /*!
29585
29585
  * Jodit Editor (https://xdsoft.net/jodit/)
29586
29586
  * Released under MIT see LICENSE.txt in the project root for license information.
29587
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29587
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29588
29588
  */
29589
29589
  module.exports = {
29590
29590
  'copy-format': 'Kopírovat formát'
@@ -29601,7 +29601,7 @@ module.exports = {
29601
29601
  /*!
29602
29602
  * Jodit Editor (https://xdsoft.net/jodit/)
29603
29603
  * Released under MIT see LICENSE.txt in the project root for license information.
29604
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29604
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29605
29605
  */
29606
29606
  module.exports = {
29607
29607
  'copy-format': 'Format kopierenт'
@@ -29618,7 +29618,7 @@ module.exports = {
29618
29618
  /*!
29619
29619
  * Jodit Editor (https://xdsoft.net/jodit/)
29620
29620
  * Released under MIT see LICENSE.txt in the project root for license information.
29621
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29621
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29622
29622
  */
29623
29623
  module.exports = {
29624
29624
  'copy-format': 'Copiar formato'
@@ -29635,7 +29635,7 @@ module.exports = {
29635
29635
  /*!
29636
29636
  * Jodit Editor (https://xdsoft.net/jodit/)
29637
29637
  * Released under MIT see LICENSE.txt in the project root for license information.
29638
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29638
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29639
29639
  */
29640
29640
  module.exports = {
29641
29641
  'copy-format': 'کپی کردن قالب'
@@ -29652,7 +29652,7 @@ module.exports = {
29652
29652
  /*!
29653
29653
  * Jodit Editor (https://xdsoft.net/jodit/)
29654
29654
  * Released under MIT see LICENSE.txt in the project root for license information.
29655
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29655
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29656
29656
  */
29657
29657
  module.exports = {
29658
29658
  'copy-format': 'Kopioi muotoilu'
@@ -29669,7 +29669,7 @@ module.exports = {
29669
29669
  /*!
29670
29670
  * Jodit Editor (https://xdsoft.net/jodit/)
29671
29671
  * Released under MIT see LICENSE.txt in the project root for license information.
29672
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29672
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29673
29673
  */
29674
29674
  module.exports = {
29675
29675
  'copy-format': 'Format de copie'
@@ -29686,7 +29686,7 @@ module.exports = {
29686
29686
  /*!
29687
29687
  * Jodit Editor (https://xdsoft.net/jodit/)
29688
29688
  * Released under MIT see LICENSE.txt in the project root for license information.
29689
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29689
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29690
29690
  */
29691
29691
  module.exports = {
29692
29692
  'copy-format': 'העתק עיצוב'
@@ -29703,7 +29703,7 @@ module.exports = {
29703
29703
  /*!
29704
29704
  * Jodit Editor (https://xdsoft.net/jodit/)
29705
29705
  * Released under MIT see LICENSE.txt in the project root for license information.
29706
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29706
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29707
29707
  */
29708
29708
  module.exports = {
29709
29709
  'copy-format': 'Formátum másolás'
@@ -29720,7 +29720,7 @@ module.exports = {
29720
29720
  /*!
29721
29721
  * Jodit Editor (https://xdsoft.net/jodit/)
29722
29722
  * Released under MIT see LICENSE.txt in the project root for license information.
29723
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29723
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29724
29724
  */
29725
29725
  module.exports = {
29726
29726
  'copy-format': 'salin format'
@@ -29802,7 +29802,7 @@ __webpack_require__.r(__webpack_exports__);
29802
29802
  /*!
29803
29803
  * Jodit Editor (https://xdsoft.net/jodit/)
29804
29804
  * Released under MIT see LICENSE.txt in the project root for license information.
29805
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29805
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29806
29806
  */
29807
29807
 
29808
29808
 
@@ -29838,7 +29838,7 @@ __webpack_require__.r(__webpack_exports__);
29838
29838
  /*!
29839
29839
  * Jodit Editor (https://xdsoft.net/jodit/)
29840
29840
  * Released under MIT see LICENSE.txt in the project root for license information.
29841
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29841
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29842
29842
  */
29843
29843
  module.exports = {
29844
29844
  'copy-format': 'Copia il formato'
@@ -29855,7 +29855,7 @@ module.exports = {
29855
29855
  /*!
29856
29856
  * Jodit Editor (https://xdsoft.net/jodit/)
29857
29857
  * Released under MIT see LICENSE.txt in the project root for license information.
29858
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29858
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29859
29859
  */
29860
29860
  module.exports = {
29861
29861
  'copy-format': 'copyformat'
@@ -29872,7 +29872,7 @@ module.exports = {
29872
29872
  /*!
29873
29873
  * Jodit Editor (https://xdsoft.net/jodit/)
29874
29874
  * Released under MIT see LICENSE.txt in the project root for license information.
29875
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29875
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29876
29876
  */
29877
29877
  module.exports = {
29878
29878
  'copy-format': '복사 형식'
@@ -29889,7 +29889,7 @@ module.exports = {
29889
29889
  /*!
29890
29890
  * Jodit Editor (https://xdsoft.net/jodit/)
29891
29891
  * Released under MIT see LICENSE.txt in the project root for license information.
29892
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29892
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29893
29893
  */
29894
29894
  module.exports = {
29895
29895
  'copy-format': 'Формат хуулах'
@@ -29906,7 +29906,7 @@ module.exports = {
29906
29906
  /*!
29907
29907
  * Jodit Editor (https://xdsoft.net/jodit/)
29908
29908
  * Released under MIT see LICENSE.txt in the project root for license information.
29909
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29909
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29910
29910
  */
29911
29911
  module.exports = {
29912
29912
  'copy-format': 'opmaak kopiëren'
@@ -29923,7 +29923,7 @@ module.exports = {
29923
29923
  /*!
29924
29924
  * Jodit Editor (https://xdsoft.net/jodit/)
29925
29925
  * Released under MIT see LICENSE.txt in the project root for license information.
29926
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29926
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29927
29927
  */
29928
29928
  module.exports = {
29929
29929
  'copy-format': 'format kopii'
@@ -29940,7 +29940,7 @@ module.exports = {
29940
29940
  /*!
29941
29941
  * Jodit Editor (https://xdsoft.net/jodit/)
29942
29942
  * Released under MIT see LICENSE.txt in the project root for license information.
29943
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29943
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29944
29944
  */
29945
29945
  module.exports = {
29946
29946
  'copy-format': 'Copiar formato'
@@ -29957,7 +29957,7 @@ module.exports = {
29957
29957
  /*!
29958
29958
  * Jodit Editor (https://xdsoft.net/jodit/)
29959
29959
  * Released under MIT see LICENSE.txt in the project root for license information.
29960
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29960
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29961
29961
  */
29962
29962
  module.exports = {
29963
29963
  'copy-format': 'Копировать формат'
@@ -29974,7 +29974,7 @@ module.exports = {
29974
29974
  /*!
29975
29975
  * Jodit Editor (https://xdsoft.net/jodit/)
29976
29976
  * Released under MIT see LICENSE.txt in the project root for license information.
29977
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29977
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29978
29978
  */
29979
29979
  module.exports = {
29980
29980
  'copy-format': 'Kopyalama Biçimi'
@@ -29991,7 +29991,7 @@ module.exports = {
29991
29991
  /*!
29992
29992
  * Jodit Editor (https://xdsoft.net/jodit/)
29993
29993
  * Released under MIT see LICENSE.txt in the project root for license information.
29994
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29994
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
29995
29995
  */
29996
29996
  module.exports = {
29997
29997
  'copy-format': '复制格式'
@@ -30008,7 +30008,7 @@ module.exports = {
30008
30008
  /*!
30009
30009
  * Jodit Editor (https://xdsoft.net/jodit/)
30010
30010
  * Released under MIT see LICENSE.txt in the project root for license information.
30011
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30011
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30012
30012
  */
30013
30013
  module.exports = {
30014
30014
  'copy-format': '複製格式'
@@ -30031,7 +30031,7 @@ module.exports = {
30031
30031
  /*!
30032
30032
  * Jodit Editor (https://xdsoft.net/jodit/)
30033
30033
  * Released under MIT see LICENSE.txt in the project root for license information.
30034
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30034
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30035
30035
  */
30036
30036
 
30037
30037
 
@@ -30181,7 +30181,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('delet
30181
30181
  /*!
30182
30182
  * Jodit Editor (https://xdsoft.net/jodit/)
30183
30183
  * Released under MIT see LICENSE.txt in the project root for license information.
30184
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30184
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30185
30185
  */
30186
30186
  /**
30187
30187
  * @module plugins/drag-and-drop-element
@@ -30207,7 +30207,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.draggableTag
30207
30207
  /*!
30208
30208
  * Jodit Editor (https://xdsoft.net/jodit/)
30209
30209
  * Released under MIT see LICENSE.txt in the project root for license information.
30210
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30210
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30211
30211
  */
30212
30212
 
30213
30213
 
@@ -30429,7 +30429,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('dragA
30429
30429
  /*!
30430
30430
  * Jodit Editor (https://xdsoft.net/jodit/)
30431
30431
  * Released under MIT see LICENSE.txt in the project root for license information.
30432
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30432
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30433
30433
  */
30434
30434
 
30435
30435
 
@@ -30628,7 +30628,7 @@ __webpack_require__.r(__webpack_exports__);
30628
30628
  /*!
30629
30629
  * Jodit Editor (https://xdsoft.net/jodit/)
30630
30630
  * Released under MIT see LICENSE.txt in the project root for license information.
30631
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30631
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30632
30632
  */
30633
30633
  /**
30634
30634
  * @module plugins/dtd
@@ -30650,7 +30650,7 @@ __webpack_require__.r(__webpack_exports__);
30650
30650
  /*!
30651
30651
  * Jodit Editor (https://xdsoft.net/jodit/)
30652
30652
  * Released under MIT see LICENSE.txt in the project root for license information.
30653
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30653
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30654
30654
  */
30655
30655
 
30656
30656
  var brBoxes = new Set([
@@ -30695,7 +30695,7 @@ function removeExtraBr(jodit, node) {
30695
30695
  /*!
30696
30696
  * Jodit Editor (https://xdsoft.net/jodit/)
30697
30697
  * Released under MIT see LICENSE.txt in the project root for license information.
30698
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30698
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30699
30699
  */
30700
30700
 
30701
30701
  /**
@@ -30733,7 +30733,7 @@ __webpack_require__.r(__webpack_exports__);
30733
30733
  /*!
30734
30734
  * Jodit Editor (https://xdsoft.net/jodit/)
30735
30735
  * Released under MIT see LICENSE.txt in the project root for license information.
30736
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30736
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30737
30737
  */
30738
30738
  /**
30739
30739
  * @module plugins/dtd
@@ -30752,7 +30752,7 @@ __webpack_require__.r(__webpack_exports__);
30752
30752
  /*!
30753
30753
  * Jodit Editor (https://xdsoft.net/jodit/)
30754
30754
  * Released under MIT see LICENSE.txt in the project root for license information.
30755
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30755
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30756
30756
  */
30757
30757
 
30758
30758
  jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.dtd = {
@@ -30806,7 +30806,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.dtd = {
30806
30806
  /*!
30807
30807
  * Jodit Editor (https://xdsoft.net/jodit/)
30808
30808
  * Released under MIT see LICENSE.txt in the project root for license information.
30809
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30809
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30810
30810
  */
30811
30811
 
30812
30812
 
@@ -30865,7 +30865,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('dtd',
30865
30865
  /*!
30866
30866
  * Jodit Editor (https://xdsoft.net/jodit/)
30867
30867
  * Released under MIT see LICENSE.txt in the project root for license information.
30868
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30868
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30869
30869
  */
30870
30870
 
30871
30871
 
@@ -30985,7 +30985,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('enter
30985
30985
  /*!
30986
30986
  * Jodit Editor (https://xdsoft.net/jodit/)
30987
30987
  * Released under MIT see LICENSE.txt in the project root for license information.
30988
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30988
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
30989
30989
  */
30990
30990
 
30991
30991
 
@@ -31054,7 +31054,7 @@ function brBefore(start) {
31054
31054
  /*!
31055
31055
  * Jodit Editor (https://xdsoft.net/jodit/)
31056
31056
  * Released under MIT see LICENSE.txt in the project root for license information.
31057
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31057
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31058
31058
  */
31059
31059
 
31060
31060
  /**
@@ -31084,7 +31084,7 @@ function checkUnsplittableBox(fake, jodit, currentBox) {
31084
31084
  /*!
31085
31085
  * Jodit Editor (https://xdsoft.net/jodit/)
31086
31086
  * Released under MIT see LICENSE.txt in the project root for license information.
31087
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31087
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31088
31088
  */
31089
31089
 
31090
31090
 
@@ -31126,7 +31126,7 @@ function getBlockWrapper(fake, jodit, tagReg) {
31126
31126
  /*!
31127
31127
  * Jodit Editor (https://xdsoft.net/jodit/)
31128
31128
  * Released under MIT see LICENSE.txt in the project root for license information.
31129
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31129
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31130
31130
  */
31131
31131
 
31132
31132
  /**
@@ -31166,7 +31166,7 @@ function hasPreviousBlock(fake, jodit) {
31166
31166
  /*!
31167
31167
  * Jodit Editor (https://xdsoft.net/jodit/)
31168
31168
  * Released under MIT see LICENSE.txt in the project root for license information.
31169
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31169
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31170
31170
  */
31171
31171
  /**
31172
31172
  * @module plugins/enter
@@ -31196,7 +31196,7 @@ function hasPreviousBlock(fake, jodit) {
31196
31196
  /*!
31197
31197
  * Jodit Editor (https://xdsoft.net/jodit/)
31198
31198
  * Released under MIT see LICENSE.txt in the project root for license information.
31199
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31199
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31200
31200
  */
31201
31201
 
31202
31202
 
@@ -31232,7 +31232,7 @@ function insertParagraph(fake, editor, wrapperTag, style) {
31232
31232
  /*!
31233
31233
  * Jodit Editor (https://xdsoft.net/jodit/)
31234
31234
  * Released under MIT see LICENSE.txt in the project root for license information.
31235
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31235
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31236
31236
  */
31237
31237
 
31238
31238
  /**
@@ -31268,7 +31268,7 @@ function moveCursorOutFromSpecialTags(jodit, fake, tags) {
31268
31268
  /*!
31269
31269
  * Jodit Editor (https://xdsoft.net/jodit/)
31270
31270
  * Released under MIT see LICENSE.txt in the project root for license information.
31271
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31271
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31272
31272
  */
31273
31273
 
31274
31274
 
@@ -31322,7 +31322,7 @@ function processEmptyLILeaf(fake, jodit, li) {
31322
31322
  /*!
31323
31323
  * Jodit Editor (https://xdsoft.net/jodit/)
31324
31324
  * Released under MIT see LICENSE.txt in the project root for license information.
31325
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31325
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31326
31326
  */
31327
31327
 
31328
31328
 
@@ -31370,7 +31370,7 @@ function splitFragment(fake, jodit, block) {
31370
31370
  /*!
31371
31371
  * Jodit Editor (https://xdsoft.net/jodit/)
31372
31372
  * Released under MIT see LICENSE.txt in the project root for license information.
31373
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31373
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31374
31374
  */
31375
31375
 
31376
31376
  /**
@@ -31409,7 +31409,7 @@ function wrapText(fake, jodit) {
31409
31409
  /*!
31410
31410
  * Jodit Editor (https://xdsoft.net/jodit/)
31411
31411
  * Released under MIT see LICENSE.txt in the project root for license information.
31412
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31412
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31413
31413
  */
31414
31414
 
31415
31415
 
@@ -31473,7 +31473,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('file'
31473
31473
  /*!
31474
31474
  * Jodit Editor (https://xdsoft.net/jodit/)
31475
31475
  * Released under MIT see LICENSE.txt in the project root for license information.
31476
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31476
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31477
31477
  */
31478
31478
 
31479
31479
 
@@ -31563,7 +31563,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('focus
31563
31563
  /*!
31564
31564
  * Jodit Editor (https://xdsoft.net/jodit/)
31565
31565
  * Released under MIT see LICENSE.txt in the project root for license information.
31566
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31566
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31567
31567
  */
31568
31568
 
31569
31569
 
@@ -31685,7 +31685,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_3__/* .Config */ .T.prototype.controls.fon
31685
31685
  /*!
31686
31686
  * Jodit Editor (https://xdsoft.net/jodit/)
31687
31687
  * Released under MIT see LICENSE.txt in the project root for license information.
31688
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31688
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31689
31689
  */
31690
31690
 
31691
31691
 
@@ -31749,7 +31749,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('font'
31749
31749
  /*!
31750
31750
  * Jodit Editor (https://xdsoft.net/jodit/)
31751
31751
  * Released under MIT see LICENSE.txt in the project root for license information.
31752
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31752
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31753
31753
  */
31754
31754
 
31755
31755
 
@@ -31818,7 +31818,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.par
31818
31818
  /*!
31819
31819
  * Jodit Editor (https://xdsoft.net/jodit/)
31820
31820
  * Released under MIT see LICENSE.txt in the project root for license information.
31821
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31821
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31822
31822
  */
31823
31823
 
31824
31824
 
@@ -31857,7 +31857,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('forma
31857
31857
  /*!
31858
31858
  * Jodit Editor (https://xdsoft.net/jodit/)
31859
31859
  * Released under MIT see LICENSE.txt in the project root for license information.
31860
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31860
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31861
31861
  */
31862
31862
 
31863
31863
 
@@ -31901,7 +31901,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.ful
31901
31901
  /*!
31902
31902
  * Jodit Editor (https://xdsoft.net/jodit/)
31903
31903
  * Released under MIT see LICENSE.txt in the project root for license information.
31904
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31904
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
31905
31905
  */
31906
31906
 
31907
31907
 
@@ -32006,7 +32006,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('fulls
32006
32006
  /*!
32007
32007
  * Jodit Editor (https://xdsoft.net/jodit/)
32008
32008
  * Released under MIT see LICENSE.txt in the project root for license information.
32009
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32009
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32010
32010
  */
32011
32011
 
32012
32012
  jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.commandToHotkeys = {
@@ -32033,7 +32033,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.commandToHot
32033
32033
  /*!
32034
32034
  * Jodit Editor (https://xdsoft.net/jodit/)
32035
32035
  * Released under MIT see LICENSE.txt in the project root for license information.
32036
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32036
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32037
32037
  */
32038
32038
 
32039
32039
 
@@ -32198,7 +32198,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('hotke
32198
32198
  /*!
32199
32199
  * Jodit Editor (https://xdsoft.net/jodit/)
32200
32200
  * Released under MIT see LICENSE.txt in the project root for license information.
32201
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32201
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32202
32202
  */
32203
32203
 
32204
32204
 
@@ -32246,7 +32246,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('hr',
32246
32246
  /*!
32247
32247
  * Jodit Editor (https://xdsoft.net/jodit/)
32248
32248
  * Released under MIT see LICENSE.txt in the project root for license information.
32249
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32249
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32250
32250
  */
32251
32251
  /**
32252
32252
  * @module plugins/iframe
@@ -32340,7 +32340,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.iframeSandbo
32340
32340
  /*!
32341
32341
  * Jodit Editor (https://xdsoft.net/jodit/)
32342
32342
  * Released under MIT see LICENSE.txt in the project root for license information.
32343
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32343
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32344
32344
  */
32345
32345
 
32346
32346
 
@@ -32539,7 +32539,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('ifram
32539
32539
  /*!
32540
32540
  * Jodit Editor (https://xdsoft.net/jodit/)
32541
32541
  * Released under MIT see LICENSE.txt in the project root for license information.
32542
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32542
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32543
32543
  */
32544
32544
  /**
32545
32545
  * @module plugins/image-processor
@@ -32567,7 +32567,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.imageProcess
32567
32567
  /*!
32568
32568
  * Jodit Editor (https://xdsoft.net/jodit/)
32569
32569
  * Released under MIT see LICENSE.txt in the project root for license information.
32570
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32570
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32571
32571
  */
32572
32572
 
32573
32573
 
@@ -32728,7 +32728,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('image
32728
32728
  /*!
32729
32729
  * Jodit Editor (https://xdsoft.net/jodit/)
32730
32730
  * Released under MIT see LICENSE.txt in the project root for license information.
32731
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32731
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32732
32732
  */
32733
32733
  /**
32734
32734
  * @module plugins/image-properties
@@ -32778,7 +32778,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.image = {
32778
32778
  /*!
32779
32779
  * Jodit Editor (https://xdsoft.net/jodit/)
32780
32780
  * Released under MIT see LICENSE.txt in the project root for license information.
32781
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32781
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
32782
32782
  */
32783
32783
 
32784
32784
 
@@ -33067,7 +33067,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('image
33067
33067
  /*!
33068
33068
  * Jodit Editor (https://xdsoft.net/jodit/)
33069
33069
  * Released under MIT see LICENSE.txt in the project root for license information.
33070
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33070
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33071
33071
  */
33072
33072
 
33073
33073
  /**
@@ -33110,7 +33110,7 @@ function readAlign(image, values) {
33110
33110
  /*!
33111
33111
  * Jodit Editor (https://xdsoft.net/jodit/)
33112
33112
  * Released under MIT see LICENSE.txt in the project root for license information.
33113
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33113
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33114
33114
  */
33115
33115
 
33116
33116
 
@@ -33167,7 +33167,7 @@ function readValuesFromImage(j, state) {
33167
33167
  /*!
33168
33168
  * Jodit Editor (https://xdsoft.net/jodit/)
33169
33169
  * Released under MIT see LICENSE.txt in the project root for license information.
33170
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33170
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33171
33171
  */
33172
33172
 
33173
33173
 
@@ -33198,7 +33198,7 @@ function readLink(state, j, values) {
33198
33198
  /*!
33199
33199
  * Jodit Editor (https://xdsoft.net/jodit/)
33200
33200
  * Released under MIT see LICENSE.txt in the project root for license information.
33201
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33201
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33202
33202
  */
33203
33203
  /**
33204
33204
  * @module plugins/image-properties
@@ -33245,7 +33245,7 @@ function readMargins(image, values, state) {
33245
33245
  /*!
33246
33246
  * Jodit Editor (https://xdsoft.net/jodit/)
33247
33247
  * Released under MIT see LICENSE.txt in the project root for license information.
33248
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33248
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33249
33249
  */
33250
33250
 
33251
33251
  /**
@@ -33320,7 +33320,7 @@ function readSizes(image, values, state) {
33320
33320
  /*!
33321
33321
  * Jodit Editor (https://xdsoft.net/jodit/)
33322
33322
  * Released under MIT see LICENSE.txt in the project root for license information.
33323
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33323
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33324
33324
  */
33325
33325
 
33326
33326
 
@@ -33500,7 +33500,7 @@ var UIImagePropertiesForm = /** @class */ (function (_super) {
33500
33500
  /*!
33501
33501
  * Jodit Editor (https://xdsoft.net/jodit/)
33502
33502
  * Released under MIT see LICENSE.txt in the project root for license information.
33503
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33503
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33504
33504
  */
33505
33505
 
33506
33506
 
@@ -33675,7 +33675,7 @@ var UIImageMainTab = /** @class */ (function (_super) {
33675
33675
  /*!
33676
33676
  * Jodit Editor (https://xdsoft.net/jodit/)
33677
33677
  * Released under MIT see LICENSE.txt in the project root for license information.
33678
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33678
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33679
33679
  */
33680
33680
 
33681
33681
 
@@ -33912,7 +33912,7 @@ var UIImagePositionTab = /** @class */ (function (_super) {
33912
33912
  /*!
33913
33913
  * Jodit Editor (https://xdsoft.net/jodit/)
33914
33914
  * Released under MIT see LICENSE.txt in the project root for license information.
33915
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33915
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33916
33916
  */
33917
33917
 
33918
33918
 
@@ -33980,7 +33980,7 @@ function openImageEditorDialog(j, state) {
33980
33980
  /*!
33981
33981
  * Jodit Editor (https://xdsoft.net/jodit/)
33982
33982
  * Released under MIT see LICENSE.txt in the project root for license information.
33983
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33983
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
33984
33984
  */
33985
33985
 
33986
33986
 
@@ -34033,7 +34033,7 @@ function openImagePopup(j, dialog, state, button) {
34033
34033
  /*!
34034
34034
  * Jodit Editor (https://xdsoft.net/jodit/)
34035
34035
  * Released under MIT see LICENSE.txt in the project root for license information.
34036
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34036
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34037
34037
  */
34038
34038
  /**
34039
34039
  * @module plugins/image-properties
@@ -34073,7 +34073,7 @@ var normalSizeToString = function (value) {
34073
34073
  /*!
34074
34074
  * Jodit Editor (https://xdsoft.net/jodit/)
34075
34075
  * Released under MIT see LICENSE.txt in the project root for license information.
34076
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34076
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34077
34077
  */
34078
34078
 
34079
34079
 
@@ -34139,7 +34139,7 @@ function applyValuesToImage(j, state, image) {
34139
34139
  /*!
34140
34140
  * Jodit Editor (https://xdsoft.net/jodit/)
34141
34141
  * Released under MIT see LICENSE.txt in the project root for license information.
34142
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34142
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34143
34143
  */
34144
34144
 
34145
34145
 
@@ -34176,7 +34176,7 @@ function applyLink(j, image, imageLink, imageLinkOpenInNewTab) {
34176
34176
  /*!
34177
34177
  * Jodit Editor (https://xdsoft.net/jodit/)
34178
34178
  * Released under MIT see LICENSE.txt in the project root for license information.
34179
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34179
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34180
34180
  */
34181
34181
 
34182
34182
 
@@ -34224,7 +34224,7 @@ function applyMargin(j, marginTop, marginRight, marginBottom, marginLeft, image,
34224
34224
  /*!
34225
34225
  * Jodit Editor (https://xdsoft.net/jodit/)
34226
34226
  * Released under MIT see LICENSE.txt in the project root for license information.
34227
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34227
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34228
34228
  */
34229
34229
  /**
34230
34230
  * @module plugins/image-properties
@@ -34276,7 +34276,7 @@ function applySize(image, imageWidth, imageHeight, sizeIsLocked) {
34276
34276
  /*!
34277
34277
  * Jodit Editor (https://xdsoft.net/jodit/)
34278
34278
  * Released under MIT see LICENSE.txt in the project root for license information.
34279
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34279
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34280
34280
  */
34281
34281
 
34282
34282
 
@@ -34363,7 +34363,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('image
34363
34363
  /*!
34364
34364
  * Jodit Editor (https://xdsoft.net/jodit/)
34365
34365
  * Released under MIT see LICENSE.txt in the project root for license information.
34366
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34366
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34367
34367
  */
34368
34368
 
34369
34369
 
@@ -34406,7 +34406,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.indentMargin
34406
34406
  /*!
34407
34407
  * Jodit Editor (https://xdsoft.net/jodit/)
34408
34408
  * Released under MIT see LICENSE.txt in the project root for license information.
34409
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34409
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34410
34410
  */
34411
34411
  /**
34412
34412
  * @module plugins/indent
@@ -34437,7 +34437,7 @@ var getKey = function (direction, box) {
34437
34437
  /*!
34438
34438
  * Jodit Editor (https://xdsoft.net/jodit/)
34439
34439
  * Released under MIT see LICENSE.txt in the project root for license information.
34440
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34440
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34441
34441
  */
34442
34442
 
34443
34443
 
@@ -34575,7 +34575,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('inden
34575
34575
  /*!
34576
34576
  * Jodit Editor (https://xdsoft.net/jodit/)
34577
34577
  * Released under MIT see LICENSE.txt in the project root for license information.
34578
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34578
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34579
34579
  */
34580
34580
  /**
34581
34581
  * [[include:plugins/README.md]]
@@ -34677,7 +34677,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('inden
34677
34677
  /*!
34678
34678
  * Jodit Editor (https://xdsoft.net/jodit/)
34679
34679
  * Released under MIT see LICENSE.txt in the project root for license information.
34680
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34680
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34681
34681
  */
34682
34682
 
34683
34683
 
@@ -34743,7 +34743,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_1__/* .Config */ .T.prototype.popup = {
34743
34743
  /*!
34744
34744
  * Jodit Editor (https://xdsoft.net/jodit/)
34745
34745
  * Released under MIT see LICENSE.txt in the project root for license information.
34746
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34746
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34747
34747
  */
34748
34748
 
34749
34749
  /* harmony default export */ __webpack_exports__.A = ([
@@ -34779,7 +34779,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_1__/* .Config */ .T.prototype.popup = {
34779
34779
  /*!
34780
34780
  * Jodit Editor (https://xdsoft.net/jodit/)
34781
34781
  * Released under MIT see LICENSE.txt in the project root for license information.
34782
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34782
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34783
34783
  */
34784
34784
 
34785
34785
 
@@ -34898,7 +34898,7 @@ var cmd = function (control) {
34898
34898
  /*!
34899
34899
  * Jodit Editor (https://xdsoft.net/jodit/)
34900
34900
  * Released under MIT see LICENSE.txt in the project root for license information.
34901
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34901
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34902
34902
  */
34903
34903
 
34904
34904
  /* harmony default export */ __webpack_exports__.A = ([
@@ -34929,7 +34929,7 @@ var cmd = function (control) {
34929
34929
  /*!
34930
34930
  * Jodit Editor (https://xdsoft.net/jodit/)
34931
34931
  * Released under MIT see LICENSE.txt in the project root for license information.
34932
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34932
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
34933
34933
  */
34934
34934
 
34935
34935
 
@@ -35011,7 +35011,7 @@ var align = {
35011
35011
  /*!
35012
35012
  * Jodit Editor (https://xdsoft.net/jodit/)
35013
35013
  * Released under MIT see LICENSE.txt in the project root for license information.
35014
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35014
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35015
35015
  */
35016
35016
  /**
35017
35017
  * @module plugins/inline-popup
@@ -35065,7 +35065,7 @@ var align = {
35065
35065
  /*!
35066
35066
  * Jodit Editor (https://xdsoft.net/jodit/)
35067
35067
  * Released under MIT see LICENSE.txt in the project root for license information.
35068
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35068
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35069
35069
  */
35070
35070
 
35071
35071
 
@@ -35358,7 +35358,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('inlin
35358
35358
  /*!
35359
35359
  * Jodit Editor (https://xdsoft.net/jodit/)
35360
35360
  * Released under MIT see LICENSE.txt in the project root for license information.
35361
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35361
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35362
35362
  */
35363
35363
 
35364
35364
 
@@ -35488,7 +35488,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('justi
35488
35488
  /*!
35489
35489
  * Jodit Editor (https://xdsoft.net/jodit/)
35490
35490
  * Released under MIT see LICENSE.txt in the project root for license information.
35491
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35491
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35492
35492
  */
35493
35493
 
35494
35494
 
@@ -35542,7 +35542,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('keyAr
35542
35542
  /*!
35543
35543
  * Jodit Editor (https://xdsoft.net/jodit/)
35544
35544
  * Released under MIT see LICENSE.txt in the project root for license information.
35545
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35545
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35546
35546
  */
35547
35547
  /**
35548
35548
  * @module plugins/limit
@@ -35569,7 +35569,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.limitHTML =
35569
35569
  /*!
35570
35570
  * Jodit Editor (https://xdsoft.net/jodit/)
35571
35571
  * Released under MIT see LICENSE.txt in the project root for license information.
35572
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35572
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35573
35573
  */
35574
35574
 
35575
35575
 
@@ -35691,7 +35691,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('limit
35691
35691
  /*!
35692
35692
  * Jodit Editor (https://xdsoft.net/jodit/)
35693
35693
  * Released under MIT see LICENSE.txt in the project root for license information.
35694
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35694
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35695
35695
  */
35696
35696
 
35697
35697
 
@@ -35721,7 +35721,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.lin
35721
35721
  /*!
35722
35722
  * Jodit Editor (https://xdsoft.net/jodit/)
35723
35723
  * Released under MIT see LICENSE.txt in the project root for license information.
35724
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35724
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35725
35725
  */
35726
35726
  module.exports = {
35727
35727
  'Line height': 'ارتفاع الخط'
@@ -35738,7 +35738,7 @@ module.exports = {
35738
35738
  /*!
35739
35739
  * Jodit Editor (https://xdsoft.net/jodit/)
35740
35740
  * Released under MIT see LICENSE.txt in the project root for license information.
35741
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35741
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35742
35742
  */
35743
35743
  module.exports = {
35744
35744
  'Line height': 'Výška čáry'
@@ -35755,7 +35755,7 @@ module.exports = {
35755
35755
  /*!
35756
35756
  * Jodit Editor (https://xdsoft.net/jodit/)
35757
35757
  * Released under MIT see LICENSE.txt in the project root for license information.
35758
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35758
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35759
35759
  */
35760
35760
  module.exports = {
35761
35761
  'Line height': 'Zeilenhöhe'
@@ -35772,7 +35772,7 @@ module.exports = {
35772
35772
  /*!
35773
35773
  * Jodit Editor (https://xdsoft.net/jodit/)
35774
35774
  * Released under MIT see LICENSE.txt in the project root for license information.
35775
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35775
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35776
35776
  */
35777
35777
  module.exports = {
35778
35778
  'Line height': 'Altura de la línea'
@@ -35789,7 +35789,7 @@ module.exports = {
35789
35789
  /*!
35790
35790
  * Jodit Editor (https://xdsoft.net/jodit/)
35791
35791
  * Released under MIT see LICENSE.txt in the project root for license information.
35792
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35792
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35793
35793
  */
35794
35794
  module.exports = {
35795
35795
  'Line height': 'ارتفاع خط'
@@ -35806,7 +35806,7 @@ module.exports = {
35806
35806
  /*!
35807
35807
  * Jodit Editor (https://xdsoft.net/jodit/)
35808
35808
  * Released under MIT see LICENSE.txt in the project root for license information.
35809
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35809
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35810
35810
  */
35811
35811
  module.exports = {
35812
35812
  'Line height': 'Rivin korkeus'
@@ -35823,7 +35823,7 @@ module.exports = {
35823
35823
  /*!
35824
35824
  * Jodit Editor (https://xdsoft.net/jodit/)
35825
35825
  * Released under MIT see LICENSE.txt in the project root for license information.
35826
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35826
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35827
35827
  */
35828
35828
  module.exports = {
35829
35829
  'Line height': 'Hauteur de ligne'
@@ -35840,7 +35840,7 @@ module.exports = {
35840
35840
  /*!
35841
35841
  * Jodit Editor (https://xdsoft.net/jodit/)
35842
35842
  * Released under MIT see LICENSE.txt in the project root for license information.
35843
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35843
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35844
35844
  */
35845
35845
  module.exports = {
35846
35846
  'Line height': 'גובה שורה'
@@ -35857,7 +35857,7 @@ module.exports = {
35857
35857
  /*!
35858
35858
  * Jodit Editor (https://xdsoft.net/jodit/)
35859
35859
  * Released under MIT see LICENSE.txt in the project root for license information.
35860
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35860
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35861
35861
  */
35862
35862
  module.exports = {
35863
35863
  'Line height': 'Vonal magassága'
@@ -35874,7 +35874,7 @@ module.exports = {
35874
35874
  /*!
35875
35875
  * Jodit Editor (https://xdsoft.net/jodit/)
35876
35876
  * Released under MIT see LICENSE.txt in the project root for license information.
35877
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35877
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35878
35878
  */
35879
35879
  module.exports = {
35880
35880
  'Line height': 'Tinggi baris'
@@ -35959,7 +35959,7 @@ __webpack_require__.r(__webpack_exports__);
35959
35959
  /*!
35960
35960
  * Jodit Editor (https://xdsoft.net/jodit/)
35961
35961
  * Released under MIT see LICENSE.txt in the project root for license information.
35962
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35962
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35963
35963
  */
35964
35964
 
35965
35965
 
@@ -35996,7 +35996,7 @@ __webpack_require__.r(__webpack_exports__);
35996
35996
  /*!
35997
35997
  * Jodit Editor (https://xdsoft.net/jodit/)
35998
35998
  * Released under MIT see LICENSE.txt in the project root for license information.
35999
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
35999
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36000
36000
  */
36001
36001
  module.exports = {
36002
36002
  'Line height': 'Altezza linea'
@@ -36013,7 +36013,7 @@ module.exports = {
36013
36013
  /*!
36014
36014
  * Jodit Editor (https://xdsoft.net/jodit/)
36015
36015
  * Released under MIT see LICENSE.txt in the project root for license information.
36016
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36016
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36017
36017
  */
36018
36018
  module.exports = {
36019
36019
  'Line height': 'ラインの高さ'
@@ -36030,7 +36030,7 @@ module.exports = {
36030
36030
  /*!
36031
36031
  * Jodit Editor (https://xdsoft.net/jodit/)
36032
36032
  * Released under MIT see LICENSE.txt in the project root for license information.
36033
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36033
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36034
36034
  */
36035
36035
  module.exports = {
36036
36036
  'Line height': '선 높이'
@@ -36047,7 +36047,7 @@ module.exports = {
36047
36047
  /*!
36048
36048
  * Jodit Editor (https://xdsoft.net/jodit/)
36049
36049
  * Released under MIT see LICENSE.txt in the project root for license information.
36050
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36050
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36051
36051
  */
36052
36052
  module.exports = {
36053
36053
  'Line height': 'Зураасны өндөр'
@@ -36064,7 +36064,7 @@ module.exports = {
36064
36064
  /*!
36065
36065
  * Jodit Editor (https://xdsoft.net/jodit/)
36066
36066
  * Released under MIT see LICENSE.txt in the project root for license information.
36067
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36067
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36068
36068
  */
36069
36069
  module.exports = {
36070
36070
  'Line height': 'Lijnhoogte'
@@ -36081,7 +36081,7 @@ module.exports = {
36081
36081
  /*!
36082
36082
  * Jodit Editor (https://xdsoft.net/jodit/)
36083
36083
  * Released under MIT see LICENSE.txt in the project root for license information.
36084
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36084
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36085
36085
  */
36086
36086
  module.exports = {
36087
36087
  'Line height': 'Wysokość linii'
@@ -36098,7 +36098,7 @@ module.exports = {
36098
36098
  /*!
36099
36099
  * Jodit Editor (https://xdsoft.net/jodit/)
36100
36100
  * Released under MIT see LICENSE.txt in the project root for license information.
36101
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36101
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36102
36102
  */
36103
36103
  module.exports = {
36104
36104
  'Line height': 'Altura da linha'
@@ -36115,7 +36115,7 @@ module.exports = {
36115
36115
  /*!
36116
36116
  * Jodit Editor (https://xdsoft.net/jodit/)
36117
36117
  * Released under MIT see LICENSE.txt in the project root for license information.
36118
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36118
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36119
36119
  */
36120
36120
  module.exports = {
36121
36121
  'Line height': 'Высота линии'
@@ -36132,7 +36132,7 @@ module.exports = {
36132
36132
  /*!
36133
36133
  * Jodit Editor (https://xdsoft.net/jodit/)
36134
36134
  * Released under MIT see LICENSE.txt in the project root for license information.
36135
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36135
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36136
36136
  */
36137
36137
  module.exports = {
36138
36138
  'Line height': 'Çizgi yüksekliği'
@@ -36149,7 +36149,7 @@ module.exports = {
36149
36149
  /*!
36150
36150
  * Jodit Editor (https://xdsoft.net/jodit/)
36151
36151
  * Released under MIT see LICENSE.txt in the project root for license information.
36152
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36152
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36153
36153
  */
36154
36154
  module.exports = {
36155
36155
  'Line height': 'Висота лінії'
@@ -36166,7 +36166,7 @@ module.exports = {
36166
36166
  /*!
36167
36167
  * Jodit Editor (https://xdsoft.net/jodit/)
36168
36168
  * Released under MIT see LICENSE.txt in the project root for license information.
36169
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36169
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36170
36170
  */
36171
36171
  module.exports = {
36172
36172
  'Line height': '线高'
@@ -36183,7 +36183,7 @@ module.exports = {
36183
36183
  /*!
36184
36184
  * Jodit Editor (https://xdsoft.net/jodit/)
36185
36185
  * Released under MIT see LICENSE.txt in the project root for license information.
36186
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36186
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36187
36187
  */
36188
36188
  module.exports = {
36189
36189
  'Line height': '行高'
@@ -36208,7 +36208,7 @@ module.exports = {
36208
36208
  /*!
36209
36209
  * Jodit Editor (https://xdsoft.net/jodit/)
36210
36210
  * Released under MIT see LICENSE.txt in the project root for license information.
36211
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36211
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36212
36212
  */
36213
36213
 
36214
36214
 
@@ -36301,7 +36301,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('lineH
36301
36301
  /*!
36302
36302
  * Jodit Editor (https://xdsoft.net/jodit/)
36303
36303
  * Released under MIT see LICENSE.txt in the project root for license information.
36304
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36304
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36305
36305
  */
36306
36306
 
36307
36307
 
@@ -36364,7 +36364,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.lin
36364
36364
  /*!
36365
36365
  * Jodit Editor (https://xdsoft.net/jodit/)
36366
36366
  * Released under MIT see LICENSE.txt in the project root for license information.
36367
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36367
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36368
36368
  */
36369
36369
 
36370
36370
 
@@ -36703,7 +36703,7 @@ function writeImage(a, content_input, textWasChanged, url_input) {
36703
36703
  /*!
36704
36704
  * Jodit Editor (https://xdsoft.net/jodit/)
36705
36705
  * Released under MIT see LICENSE.txt in the project root for license information.
36706
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36706
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36707
36707
  */
36708
36708
 
36709
36709
 
@@ -36796,7 +36796,7 @@ var formTemplate = function (editor) {
36796
36796
  /*!
36797
36797
  * Jodit Editor (https://xdsoft.net/jodit/)
36798
36798
  * Released under MIT see LICENSE.txt in the project root for license information.
36799
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36799
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36800
36800
  */
36801
36801
  /**
36802
36802
  * @module plugins/media
@@ -36821,7 +36821,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.mediaBlocks
36821
36821
  /*!
36822
36822
  * Jodit Editor (https://xdsoft.net/jodit/)
36823
36823
  * Released under MIT see LICENSE.txt in the project root for license information.
36824
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36824
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36825
36825
  */
36826
36826
 
36827
36827
 
@@ -36904,7 +36904,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('media
36904
36904
  /*!
36905
36905
  * Jodit Editor (https://xdsoft.net/jodit/)
36906
36906
  * Released under MIT see LICENSE.txt in the project root for license information.
36907
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36907
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36908
36908
  */
36909
36909
 
36910
36910
 
@@ -37059,7 +37059,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.dot
37059
37059
  /*!
37060
37060
  * Jodit Editor (https://xdsoft.net/jodit/)
37061
37061
  * Released under MIT see LICENSE.txt in the project root for license information.
37062
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37062
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37063
37063
  */
37064
37064
 
37065
37065
 
@@ -37145,7 +37145,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('mobil
37145
37145
  /*!
37146
37146
  * Jodit Editor (https://xdsoft.net/jodit/)
37147
37147
  * Released under MIT see LICENSE.txt in the project root for license information.
37148
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37148
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37149
37149
  */
37150
37150
 
37151
37151
 
@@ -37204,7 +37204,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.ol
37204
37204
  /*!
37205
37205
  * Jodit Editor (https://xdsoft.net/jodit/)
37206
37206
  * Released under MIT see LICENSE.txt in the project root for license information.
37207
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37207
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37208
37208
  */
37209
37209
 
37210
37210
 
@@ -37268,7 +37268,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('order
37268
37268
  /*!
37269
37269
  * Jodit Editor (https://xdsoft.net/jodit/)
37270
37270
  * Released under MIT see LICENSE.txt in the project root for license information.
37271
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37271
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37272
37272
  */
37273
37273
 
37274
37274
 
@@ -37300,7 +37300,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_1__/* .Config */ .T.prototype.pasteFromWor
37300
37300
  /*!
37301
37301
  * Jodit Editor (https://xdsoft.net/jodit/)
37302
37302
  * Released under MIT see LICENSE.txt in the project root for license information.
37303
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37303
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37304
37304
  */
37305
37305
 
37306
37306
 
@@ -37389,7 +37389,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('paste
37389
37389
  /*!
37390
37390
  * Jodit Editor (https://xdsoft.net/jodit/)
37391
37391
  * Released under MIT see LICENSE.txt in the project root for license information.
37392
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37392
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37393
37393
  */
37394
37394
 
37395
37395
 
@@ -37573,7 +37573,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('paste
37573
37573
  /*!
37574
37574
  * Jodit Editor (https://xdsoft.net/jodit/)
37575
37575
  * Released under MIT see LICENSE.txt in the project root for license information.
37576
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37576
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37577
37577
  */
37578
37578
  var _a;
37579
37579
 
@@ -37702,7 +37702,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_1__/* .Config */ .T.prototype.controls.pas
37702
37702
  /*!
37703
37703
  * Jodit Editor (https://xdsoft.net/jodit/)
37704
37704
  * Released under MIT see LICENSE.txt in the project root for license information.
37705
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37705
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37706
37706
  */
37707
37707
 
37708
37708
 
@@ -37828,7 +37828,7 @@ function askInsertTypeDialog(jodit, msg, title, callback, buttonList) {
37828
37828
  /*!
37829
37829
  * Jodit Editor (https://xdsoft.net/jodit/)
37830
37830
  * Released under MIT see LICENSE.txt in the project root for license information.
37831
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37831
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37832
37832
  */
37833
37833
 
37834
37834
 
@@ -38023,7 +38023,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('paste
38023
38023
  /*!
38024
38024
  * Jodit Editor (https://xdsoft.net/jodit/)
38025
38025
  * Released under MIT see LICENSE.txt in the project root for license information.
38026
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38026
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38027
38027
  */
38028
38028
  /**
38029
38029
  * @module plugins/placeholder
@@ -38054,7 +38054,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.useInputsPla
38054
38054
  /*!
38055
38055
  * Jodit Editor (https://xdsoft.net/jodit/)
38056
38056
  * Released under MIT see LICENSE.txt in the project root for license information.
38057
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38057
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38058
38058
  */
38059
38059
 
38060
38060
 
@@ -38225,7 +38225,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('place
38225
38225
  /*!
38226
38226
  * Jodit Editor (https://xdsoft.net/jodit/)
38227
38227
  * Released under MIT see LICENSE.txt in the project root for license information.
38228
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38228
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38229
38229
  */
38230
38230
 
38231
38231
  function poweredByJodit(jodit) {
@@ -38258,7 +38258,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('power
38258
38258
  /*!
38259
38259
  * Jodit Editor (https://xdsoft.net/jodit/)
38260
38260
  * Released under MIT see LICENSE.txt in the project root for license information.
38261
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38261
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38262
38262
  */
38263
38263
 
38264
38264
 
@@ -38303,7 +38303,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('previ
38303
38303
  /*!
38304
38304
  * Jodit Editor (https://xdsoft.net/jodit/)
38305
38305
  * Released under MIT see LICENSE.txt in the project root for license information.
38306
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38306
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38307
38307
  */
38308
38308
 
38309
38309
 
@@ -38428,7 +38428,7 @@ function generateCriticalCSS(jodit) {
38428
38428
  /*!
38429
38429
  * Jodit Editor (https://xdsoft.net/jodit/)
38430
38430
  * Released under MIT see LICENSE.txt in the project root for license information.
38431
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38431
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38432
38432
  */
38433
38433
 
38434
38434
 
@@ -38512,7 +38512,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('print
38512
38512
  /*!
38513
38513
  * Jodit Editor (https://xdsoft.net/jodit/)
38514
38514
  * Released under MIT see LICENSE.txt in the project root for license information.
38515
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38515
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38516
38516
  */
38517
38517
 
38518
38518
 
@@ -38586,7 +38586,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('redoU
38586
38586
  /*!
38587
38587
  * Jodit Editor (https://xdsoft.net/jodit/)
38588
38588
  * Released under MIT see LICENSE.txt in the project root for license information.
38589
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38589
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38590
38590
  */
38591
38591
  /**
38592
38592
  * @module plugins/resize-cells
@@ -38613,7 +38613,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.tableAllowCe
38613
38613
  /*!
38614
38614
  * Jodit Editor (https://xdsoft.net/jodit/)
38615
38615
  * Released under MIT see LICENSE.txt in the project root for license information.
38616
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38616
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38617
38617
  */
38618
38618
 
38619
38619
 
@@ -38944,7 +38944,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('resiz
38944
38944
  /*!
38945
38945
  * Jodit Editor (https://xdsoft.net/jodit/)
38946
38946
  * Released under MIT see LICENSE.txt in the project root for license information.
38947
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38947
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38948
38948
  */
38949
38949
  /**
38950
38950
  * @module plugins/resize-handler
@@ -38971,7 +38971,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.allowResizeY
38971
38971
  /*!
38972
38972
  * Jodit Editor (https://xdsoft.net/jodit/)
38973
38973
  * Released under MIT see LICENSE.txt in the project root for license information.
38974
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38974
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38975
38975
  */
38976
38976
 
38977
38977
 
@@ -39089,7 +39089,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('resiz
39089
39089
  /*!
39090
39090
  * Jodit Editor (https://xdsoft.net/jodit/)
39091
39091
  * Released under MIT see LICENSE.txt in the project root for license information.
39092
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39092
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39093
39093
  */
39094
39094
 
39095
39095
  jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.allowResizeTags = new Set(['img', 'iframe', 'table', 'jodit']);
@@ -39121,7 +39121,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.resizer = {
39121
39121
  /*!
39122
39122
  * Jodit Editor (https://xdsoft.net/jodit/)
39123
39123
  * Released under MIT see LICENSE.txt in the project root for license information.
39124
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39124
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39125
39125
  */
39126
39126
 
39127
39127
 
@@ -39595,7 +39595,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('resiz
39595
39595
  /*!
39596
39596
  * Jodit Editor (https://xdsoft.net/jodit/)
39597
39597
  * Released under MIT see LICENSE.txt in the project root for license information.
39598
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39598
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39599
39599
  */
39600
39600
 
39601
39601
 
@@ -39658,7 +39658,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.fin
39658
39658
  /*!
39659
39659
  * Jodit Editor (https://xdsoft.net/jodit/)
39660
39660
  * Released under MIT see LICENSE.txt in the project root for license information.
39661
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39661
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39662
39662
  */
39663
39663
 
39664
39664
 
@@ -39826,7 +39826,7 @@ function normalizeRanges(rng, restRanges, ci) {
39826
39826
  /*!
39827
39827
  * Jodit Editor (https://xdsoft.net/jodit/)
39828
39828
  * Released under MIT see LICENSE.txt in the project root for license information.
39829
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39829
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39830
39830
  */
39831
39831
  /**
39832
39832
  * @module plugins/search
@@ -39849,7 +39849,7 @@ function normalizeRanges(rng, restRanges, ci) {
39849
39849
  /*!
39850
39850
  * Jodit Editor (https://xdsoft.net/jodit/)
39851
39851
  * Released under MIT see LICENSE.txt in the project root for license information.
39852
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39852
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39853
39853
  */
39854
39854
 
39855
39855
 
@@ -39935,7 +39935,7 @@ var SentenceFinder = /** @class */ (function () {
39935
39935
  /*!
39936
39936
  * Jodit Editor (https://xdsoft.net/jodit/)
39937
39937
  * Released under MIT see LICENSE.txt in the project root for license information.
39938
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39938
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39939
39939
  */
39940
39940
 
39941
39941
 
@@ -40386,7 +40386,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('searc
40386
40386
  /*!
40387
40387
  * Jodit Editor (https://xdsoft.net/jodit/)
40388
40388
  * Released under MIT see LICENSE.txt in the project root for license information.
40389
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40389
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40390
40390
  */
40391
40391
 
40392
40392
 
@@ -40611,7 +40611,7 @@ var UISearch = /** @class */ (function (_super) {
40611
40611
  /*!
40612
40612
  * Jodit Editor (https://xdsoft.net/jodit/)
40613
40613
  * Released under MIT see LICENSE.txt in the project root for license information.
40614
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40614
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40615
40615
  */
40616
40616
  /**
40617
40617
  * @module plugins/select-cells
@@ -40639,7 +40639,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.tableAllowCe
40639
40639
  /*!
40640
40640
  * Jodit Editor (https://xdsoft.net/jodit/)
40641
40641
  * Released under MIT see LICENSE.txt in the project root for license information.
40642
- * 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
40643
40643
  */
40644
40644
 
40645
40645
 
@@ -40990,7 +40990,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('selec
40990
40990
  /*!
40991
40991
  * Jodit Editor (https://xdsoft.net/jodit/)
40992
40992
  * Released under MIT see LICENSE.txt in the project root for license information.
40993
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40993
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
40994
40994
  */
40995
40995
  /**
40996
40996
  * @module plugins/select
@@ -41020,7 +41020,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.select = {
41020
41020
  /*!
41021
41021
  * Jodit Editor (https://xdsoft.net/jodit/)
41022
41022
  * 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
41023
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41024
41024
  */
41025
41025
 
41026
41026
 
@@ -41168,7 +41168,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('selec
41168
41168
  /*!
41169
41169
  * Jodit Editor (https://xdsoft.net/jodit/)
41170
41170
  * Released under MIT see LICENSE.txt in the project root for license information.
41171
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41171
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41172
41172
  */
41173
41173
  /**
41174
41174
  * @module plugins/size
@@ -41217,7 +41217,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.saveHeightIn
41217
41217
  /*!
41218
41218
  * Jodit Editor (https://xdsoft.net/jodit/)
41219
41219
  * Released under MIT see LICENSE.txt in the project root for license information.
41220
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41220
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41221
41221
  */
41222
41222
 
41223
41223
 
@@ -41286,8 +41286,9 @@ var size = /** @class */ (function (_super) {
41286
41286
  * Manually change height
41287
41287
  */
41288
41288
  size.prototype.__setHeight = function (height) {
41289
+ var _a = this.j.container, clientHeight = _a.clientHeight, clientWidth = _a.clientWidth;
41289
41290
  if ((0,jodit_core_helpers_checker_is_number__WEBPACK_IMPORTED_MODULE_6__/* .isNumber */ .E)(height)) {
41290
- var _a = this.j.o, minHeight = _a.minHeight, maxHeight = _a.maxHeight;
41291
+ var _b = this.j.o, minHeight = _b.minHeight, maxHeight = _b.maxHeight;
41291
41292
  if ((0,jodit_core_helpers_checker_is_number__WEBPACK_IMPORTED_MODULE_6__/* .isNumber */ .E)(minHeight) && minHeight > height) {
41292
41293
  height = minHeight;
41293
41294
  }
@@ -41299,14 +41300,15 @@ var size = /** @class */ (function (_super) {
41299
41300
  if (this.j.o.saveHeightInStorage) {
41300
41301
  this.j.storage.set('height', height);
41301
41302
  }
41302
- this.__resizeWorkspaceImd();
41303
+ this.__resizeWorkspaceImd({ clientHeight: clientHeight, clientWidth: clientWidth });
41303
41304
  };
41304
41305
  /**
41305
41306
  * Manually change width
41306
41307
  */
41307
41308
  size.prototype.__setWidth = function (width) {
41309
+ var _a = this.j.container, clientHeight = _a.clientHeight, clientWidth = _a.clientWidth;
41308
41310
  if ((0,jodit_core_helpers_checker_is_number__WEBPACK_IMPORTED_MODULE_6__/* .isNumber */ .E)(width)) {
41309
- var _a = this.j.o, minWidth = _a.minWidth, maxWidth = _a.maxWidth;
41311
+ var _b = this.j.o, minWidth = _b.minWidth, maxWidth = _b.maxWidth;
41310
41312
  if ((0,jodit_core_helpers_checker_is_number__WEBPACK_IMPORTED_MODULE_6__/* .isNumber */ .E)(minWidth) && minWidth > width) {
41311
41313
  width = minWidth;
41312
41314
  }
@@ -41315,7 +41317,7 @@ var size = /** @class */ (function (_super) {
41315
41317
  }
41316
41318
  }
41317
41319
  (0,jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_5__/* .css */ .A)(this.j.container, 'width', width);
41318
- this.__resizeWorkspaceImd();
41320
+ this.__resizeWorkspaceImd({ clientHeight: clientHeight, clientWidth: clientWidth });
41319
41321
  };
41320
41322
  /**
41321
41323
  * Returns service spaces: toolbar + statusbar
@@ -41329,7 +41331,8 @@ var size = /** @class */ (function (_super) {
41329
41331
  /**
41330
41332
  * Calculate workspace height
41331
41333
  */
41332
- size.prototype.__resizeWorkspaceImd = function () {
41334
+ size.prototype.__resizeWorkspaceImd = function (_a) {
41335
+ var _b = _a === void 0 ? this.j.container : _a, clientHeight = _b.clientHeight, clientWidth = _b.clientWidth;
41333
41336
  if (!this.j || this.j.isDestructed || !this.j.o || this.j.o.inline) {
41334
41337
  return;
41335
41338
  }
@@ -41356,6 +41359,11 @@ var size = /** @class */ (function (_super) {
41356
41359
  ? this.j.container.offsetHeight - this.__getNotWorkHeight()
41357
41360
  : 'auto');
41358
41361
  }
41362
+ var _c = this.j.container, newClientHeight = _c.clientHeight, newClientWidth = _c.clientWidth;
41363
+ if (clientHeight !== newClientHeight ||
41364
+ clientWidth !== newClientWidth) {
41365
+ this.j.e.fire(this.j, 'resize');
41366
+ }
41359
41367
  };
41360
41368
  /** @override **/
41361
41369
  size.prototype.beforeDestruct = function (jodit) {
@@ -41392,7 +41400,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('size'
41392
41400
  /*!
41393
41401
  * Jodit Editor (https://xdsoft.net/jodit/)
41394
41402
  * Released under MIT see LICENSE.txt in the project root for license information.
41395
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41403
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41396
41404
  */
41397
41405
 
41398
41406
 
@@ -41458,7 +41466,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.sou
41458
41466
  /*!
41459
41467
  * Jodit Editor (https://xdsoft.net/jodit/)
41460
41468
  * Released under MIT see LICENSE.txt in the project root for license information.
41461
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41469
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41462
41470
  */
41463
41471
 
41464
41472
 
@@ -41560,10 +41568,12 @@ var AceEditor = /** @class */ (function (_super) {
41560
41568
  if (editor.getRealMode() !== jodit_core_constants__WEBPACK_IMPORTED_MODULE_0__.MODE_WYSIWYG) {
41561
41569
  _this.setValue(_this.getValue());
41562
41570
  }
41563
- var onResize = _this.j.async.debounce(function () {
41564
- if (editor.isInDestruct) {
41571
+ var onResize = _this.j.async.throttle(function () {
41572
+ if (editor.isInDestruct ||
41573
+ editor.getMode() === jodit_core_constants__WEBPACK_IMPORTED_MODULE_0__.MODE_WYSIWYG) {
41565
41574
  return;
41566
41575
  }
41576
+ var hasFocus = _this.instance.isFocused();
41567
41577
  if (editor.o.height !== 'auto') {
41568
41578
  _this.instance.setOption('maxLines', editor.workplace.offsetHeight /
41569
41579
  _this.instance.renderer.lineHeight);
@@ -41572,8 +41582,11 @@ var AceEditor = /** @class */ (function (_super) {
41572
41582
  _this.instance.setOption('maxLines', Infinity);
41573
41583
  }
41574
41584
  _this.instance.resize();
41585
+ hasFocus && _this.focus();
41575
41586
  }, _this.j.defaultTimeout * 2);
41576
- editor.e.on('afterResize afterSetMode', onResize);
41587
+ editor.e
41588
+ .on(editor, 'resize', onResize)
41589
+ .on('afterResize afterSetMode', onResize);
41577
41590
  onResize();
41578
41591
  _this.onReady();
41579
41592
  };
@@ -41629,6 +41642,7 @@ var AceEditor = /** @class */ (function (_super) {
41629
41642
  configurable: true
41630
41643
  });
41631
41644
  AceEditor.prototype.focus = function () {
41645
+ this.instance.container.focus();
41632
41646
  this.instance.focus();
41633
41647
  };
41634
41648
  AceEditor.prototype.blur = function () {
@@ -41697,7 +41711,7 @@ var AceEditor = /** @class */ (function (_super) {
41697
41711
  /*!
41698
41712
  * Jodit Editor (https://xdsoft.net/jodit/)
41699
41713
  * Released under MIT see LICENSE.txt in the project root for license information.
41700
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41714
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41701
41715
  */
41702
41716
 
41703
41717
 
@@ -41827,7 +41841,7 @@ var TextAreaEditor = /** @class */ (function (_super) {
41827
41841
  /*!
41828
41842
  * Jodit Editor (https://xdsoft.net/jodit/)
41829
41843
  * Released under MIT see LICENSE.txt in the project root for license information.
41830
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41844
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41831
41845
  */
41832
41846
  /**
41833
41847
  * @module plugins/source
@@ -41851,7 +41865,7 @@ var TextAreaEditor = /** @class */ (function (_super) {
41851
41865
  /*!
41852
41866
  * Jodit Editor (https://xdsoft.net/jodit/)
41853
41867
  * Released under MIT see LICENSE.txt in the project root for license information.
41854
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41868
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41855
41869
  */
41856
41870
 
41857
41871
 
@@ -41891,7 +41905,7 @@ function createSourceEditor(type, editor, container, toWYSIWYG, fromWYSIWYG) {
41891
41905
  /*!
41892
41906
  * Jodit Editor (https://xdsoft.net/jodit/)
41893
41907
  * Released under MIT see LICENSE.txt in the project root for license information.
41894
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41908
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
41895
41909
  */
41896
41910
  var SourceEditor = /** @class */ (function () {
41897
41911
  function SourceEditor(jodit, container, toWYSIWYG, fromWYSIWYG) {
@@ -41950,7 +41964,7 @@ var SourceEditor = /** @class */ (function () {
41950
41964
  /*!
41951
41965
  * Jodit Editor (https://xdsoft.net/jodit/)
41952
41966
  * Released under MIT see LICENSE.txt in the project root for license information.
41953
- * 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
41954
41968
  */
41955
41969
 
41956
41970
 
@@ -42289,7 +42303,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('sourc
42289
42303
  /*!
42290
42304
  * Jodit Editor (https://xdsoft.net/jodit/)
42291
42305
  * Released under MIT see LICENSE.txt in the project root for license information.
42292
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42306
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42293
42307
  */
42294
42308
 
42295
42309
 
@@ -42317,7 +42331,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_1__/* .Config */ .T.prototype.controls.spe
42317
42331
  /*!
42318
42332
  * Jodit Editor (https://xdsoft.net/jodit/)
42319
42333
  * Released under MIT see LICENSE.txt in the project root for license information.
42320
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42334
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42321
42335
  */
42322
42336
  module.exports = {
42323
42337
  Spellcheck: 'التدقيق الإملائي'
@@ -42334,7 +42348,7 @@ module.exports = {
42334
42348
  /*!
42335
42349
  * Jodit Editor (https://xdsoft.net/jodit/)
42336
42350
  * Released under MIT see LICENSE.txt in the project root for license information.
42337
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42351
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42338
42352
  */
42339
42353
  module.exports = {
42340
42354
  Spellcheck: 'Kontrola pravopisu'
@@ -42351,7 +42365,7 @@ module.exports = {
42351
42365
  /*!
42352
42366
  * Jodit Editor (https://xdsoft.net/jodit/)
42353
42367
  * Released under MIT see LICENSE.txt in the project root for license information.
42354
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42368
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42355
42369
  */
42356
42370
  module.exports = {
42357
42371
  Spellcheck: 'Rechtschreibprüfung'
@@ -42368,7 +42382,7 @@ module.exports = {
42368
42382
  /*!
42369
42383
  * Jodit Editor (https://xdsoft.net/jodit/)
42370
42384
  * Released under MIT see LICENSE.txt in the project root for license information.
42371
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42385
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42372
42386
  */
42373
42387
  module.exports = {
42374
42388
  Spellcheck: 'Corrección ortográfica'
@@ -42385,7 +42399,7 @@ module.exports = {
42385
42399
  /*!
42386
42400
  * Jodit Editor (https://xdsoft.net/jodit/)
42387
42401
  * Released under MIT see LICENSE.txt in the project root for license information.
42388
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42402
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42389
42403
  */
42390
42404
  module.exports = {
42391
42405
  Spellcheck: 'غلطیابی املایی'
@@ -42402,7 +42416,7 @@ module.exports = {
42402
42416
  /*!
42403
42417
  * Jodit Editor (https://xdsoft.net/jodit/)
42404
42418
  * Released under MIT see LICENSE.txt in the project root for license information.
42405
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42419
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42406
42420
  */
42407
42421
  module.exports = {
42408
42422
  Spellcheck: 'Oikeinkirjoituksen tarkistus'
@@ -42419,7 +42433,7 @@ module.exports = {
42419
42433
  /*!
42420
42434
  * Jodit Editor (https://xdsoft.net/jodit/)
42421
42435
  * Released under MIT see LICENSE.txt in the project root for license information.
42422
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42436
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42423
42437
  */
42424
42438
  module.exports = {
42425
42439
  Spellcheck: 'Vérification Orthographique'
@@ -42436,7 +42450,7 @@ module.exports = {
42436
42450
  /*!
42437
42451
  * Jodit Editor (https://xdsoft.net/jodit/)
42438
42452
  * Released under MIT see LICENSE.txt in the project root for license information.
42439
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42453
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42440
42454
  */
42441
42455
  module.exports = {
42442
42456
  Spellcheck: 'בדיקת איות'
@@ -42453,7 +42467,7 @@ module.exports = {
42453
42467
  /*!
42454
42468
  * Jodit Editor (https://xdsoft.net/jodit/)
42455
42469
  * Released under MIT see LICENSE.txt in the project root for license information.
42456
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42470
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42457
42471
  */
42458
42472
  module.exports = {
42459
42473
  Spellcheck: 'Helyesírás-ellenőrzés'
@@ -42470,7 +42484,7 @@ module.exports = {
42470
42484
  /*!
42471
42485
  * Jodit Editor (https://xdsoft.net/jodit/)
42472
42486
  * Released under MIT see LICENSE.txt in the project root for license information.
42473
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42487
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42474
42488
  */
42475
42489
  module.exports = {
42476
42490
  Spellcheck: 'Spellchecking'
@@ -42555,7 +42569,7 @@ __webpack_require__.r(__webpack_exports__);
42555
42569
  /*!
42556
42570
  * Jodit Editor (https://xdsoft.net/jodit/)
42557
42571
  * Released under MIT see LICENSE.txt in the project root for license information.
42558
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42572
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42559
42573
  */
42560
42574
 
42561
42575
 
@@ -42592,7 +42606,7 @@ __webpack_require__.r(__webpack_exports__);
42592
42606
  /*!
42593
42607
  * Jodit Editor (https://xdsoft.net/jodit/)
42594
42608
  * Released under MIT see LICENSE.txt in the project root for license information.
42595
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42609
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42596
42610
  */
42597
42611
  module.exports = {
42598
42612
  Spellcheck: 'Controllo ortografico'
@@ -42609,7 +42623,7 @@ module.exports = {
42609
42623
  /*!
42610
42624
  * Jodit Editor (https://xdsoft.net/jodit/)
42611
42625
  * Released under MIT see LICENSE.txt in the project root for license information.
42612
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42626
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42613
42627
  */
42614
42628
  module.exports = {
42615
42629
  Spellcheck: 'スペルチェック'
@@ -42626,7 +42640,7 @@ module.exports = {
42626
42640
  /*!
42627
42641
  * Jodit Editor (https://xdsoft.net/jodit/)
42628
42642
  * Released under MIT see LICENSE.txt in the project root for license information.
42629
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42643
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42630
42644
  */
42631
42645
  module.exports = {
42632
42646
  Spellcheck: '맞춤법 검사'
@@ -42643,7 +42657,7 @@ module.exports = {
42643
42657
  /*!
42644
42658
  * Jodit Editor (https://xdsoft.net/jodit/)
42645
42659
  * Released under MIT see LICENSE.txt in the project root for license information.
42646
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42660
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42647
42661
  */
42648
42662
  module.exports = {
42649
42663
  Spellcheck: 'Дүрмийн алдаа шалгах'
@@ -42660,7 +42674,7 @@ module.exports = {
42660
42674
  /*!
42661
42675
  * Jodit Editor (https://xdsoft.net/jodit/)
42662
42676
  * Released under MIT see LICENSE.txt in the project root for license information.
42663
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42677
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42664
42678
  */
42665
42679
  module.exports = {
42666
42680
  Spellcheck: 'Spellingcontrole'
@@ -42677,7 +42691,7 @@ module.exports = {
42677
42691
  /*!
42678
42692
  * Jodit Editor (https://xdsoft.net/jodit/)
42679
42693
  * Released under MIT see LICENSE.txt in the project root for license information.
42680
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42694
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42681
42695
  */
42682
42696
  module.exports = {
42683
42697
  Spellcheck: 'Sprawdzanie pisowni'
@@ -42694,7 +42708,7 @@ module.exports = {
42694
42708
  /*!
42695
42709
  * Jodit Editor (https://xdsoft.net/jodit/)
42696
42710
  * Released under MIT see LICENSE.txt in the project root for license information.
42697
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42711
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42698
42712
  */
42699
42713
  module.exports = {
42700
42714
  Spellcheck: 'Verificação ortográfica'
@@ -42711,7 +42725,7 @@ module.exports = {
42711
42725
  /*!
42712
42726
  * Jodit Editor (https://xdsoft.net/jodit/)
42713
42727
  * Released under MIT see LICENSE.txt in the project root for license information.
42714
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42728
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42715
42729
  */
42716
42730
  module.exports = {
42717
42731
  Spellcheck: 'Проверка орфографии'
@@ -42728,7 +42742,7 @@ module.exports = {
42728
42742
  /*!
42729
42743
  * Jodit Editor (https://xdsoft.net/jodit/)
42730
42744
  * Released under MIT see LICENSE.txt in the project root for license information.
42731
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42745
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42732
42746
  */
42733
42747
  module.exports = {
42734
42748
  Spellcheck: 'Yazım denetimi'
@@ -42745,7 +42759,7 @@ module.exports = {
42745
42759
  /*!
42746
42760
  * Jodit Editor (https://xdsoft.net/jodit/)
42747
42761
  * Released under MIT see LICENSE.txt in the project root for license information.
42748
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42762
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42749
42763
  */
42750
42764
  module.exports = {
42751
42765
  Spellcheck: 'Перевірка орфографії'
@@ -42762,7 +42776,7 @@ module.exports = {
42762
42776
  /*!
42763
42777
  * Jodit Editor (https://xdsoft.net/jodit/)
42764
42778
  * Released under MIT see LICENSE.txt in the project root for license information.
42765
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42779
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42766
42780
  */
42767
42781
  module.exports = {
42768
42782
  Spellcheck: '拼写检查'
@@ -42779,7 +42793,7 @@ module.exports = {
42779
42793
  /*!
42780
42794
  * Jodit Editor (https://xdsoft.net/jodit/)
42781
42795
  * Released under MIT see LICENSE.txt in the project root for license information.
42782
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42796
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42783
42797
  */
42784
42798
  module.exports = {
42785
42799
  Spellcheck: '拼字檢查'
@@ -42803,7 +42817,7 @@ module.exports = {
42803
42817
  /*!
42804
42818
  * Jodit Editor (https://xdsoft.net/jodit/)
42805
42819
  * Released under MIT see LICENSE.txt in the project root for license information.
42806
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42820
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42807
42821
  */
42808
42822
 
42809
42823
 
@@ -42858,7 +42872,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('spell
42858
42872
  /*!
42859
42873
  * Jodit Editor (https://xdsoft.net/jodit/)
42860
42874
  * Released under MIT see LICENSE.txt in the project root for license information.
42861
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42875
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42862
42876
  */
42863
42877
  /**
42864
42878
  * @module plugins/stat
@@ -42886,7 +42900,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.showWordsCou
42886
42900
  /*!
42887
42901
  * Jodit Editor (https://xdsoft.net/jodit/)
42888
42902
  * Released under MIT see LICENSE.txt in the project root for license information.
42889
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42903
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42890
42904
  */
42891
42905
 
42892
42906
 
@@ -42972,7 +42986,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('stat'
42972
42986
  /*!
42973
42987
  * Jodit Editor (https://xdsoft.net/jodit/)
42974
42988
  * Released under MIT see LICENSE.txt in the project root for license information.
42975
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42989
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
42976
42990
  */
42977
42991
  /**
42978
42992
  * @module plugins/sticky
@@ -43001,7 +43015,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.toolbarStick
43001
43015
  /*!
43002
43016
  * Jodit Editor (https://xdsoft.net/jodit/)
43003
43017
  * Released under MIT see LICENSE.txt in the project root for license information.
43004
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43018
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43005
43019
  */
43006
43020
 
43007
43021
 
@@ -43130,7 +43144,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('stick
43130
43144
  /*!
43131
43145
  * Jodit Editor (https://xdsoft.net/jodit/)
43132
43146
  * Released under MIT see LICENSE.txt in the project root for license information.
43133
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43147
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43134
43148
  */
43135
43149
 
43136
43150
 
@@ -43383,7 +43397,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_1__/* .Config */ .T.prototype.controls.sym
43383
43397
  /*!
43384
43398
  * Jodit Editor (https://xdsoft.net/jodit/)
43385
43399
  * Released under MIT see LICENSE.txt in the project root for license information.
43386
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43400
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43387
43401
  */
43388
43402
  module.exports = {
43389
43403
  symbols: 'رمز'
@@ -43400,7 +43414,7 @@ module.exports = {
43400
43414
  /*!
43401
43415
  * Jodit Editor (https://xdsoft.net/jodit/)
43402
43416
  * Released under MIT see LICENSE.txt in the project root for license information.
43403
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43417
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43404
43418
  */
43405
43419
  module.exports = {
43406
43420
  symbols: 'symbol'
@@ -43417,7 +43431,7 @@ module.exports = {
43417
43431
  /*!
43418
43432
  * Jodit Editor (https://xdsoft.net/jodit/)
43419
43433
  * Released under MIT see LICENSE.txt in the project root for license information.
43420
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43434
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43421
43435
  */
43422
43436
  module.exports = {
43423
43437
  symbols: 'Symbol'
@@ -43434,7 +43448,7 @@ module.exports = {
43434
43448
  /*!
43435
43449
  * Jodit Editor (https://xdsoft.net/jodit/)
43436
43450
  * Released under MIT see LICENSE.txt in the project root for license information.
43437
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43451
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43438
43452
  */
43439
43453
  module.exports = {
43440
43454
  symbols: 'Símbolo'
@@ -43451,7 +43465,7 @@ module.exports = {
43451
43465
  /*!
43452
43466
  * Jodit Editor (https://xdsoft.net/jodit/)
43453
43467
  * Released under MIT see LICENSE.txt in the project root for license information.
43454
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43468
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43455
43469
  */
43456
43470
  module.exports = {
43457
43471
  symbols: 'سمبل'
@@ -43468,7 +43482,7 @@ module.exports = {
43468
43482
  /*!
43469
43483
  * Jodit Editor (https://xdsoft.net/jodit/)
43470
43484
  * Released under MIT see LICENSE.txt in the project root for license information.
43471
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43485
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43472
43486
  */
43473
43487
  module.exports = {
43474
43488
  symbols: 'Symbolit'
@@ -43485,7 +43499,7 @@ module.exports = {
43485
43499
  /*!
43486
43500
  * Jodit Editor (https://xdsoft.net/jodit/)
43487
43501
  * Released under MIT see LICENSE.txt in the project root for license information.
43488
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43502
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43489
43503
  */
43490
43504
  module.exports = {
43491
43505
  symbols: 'caractère'
@@ -43502,7 +43516,7 @@ module.exports = {
43502
43516
  /*!
43503
43517
  * Jodit Editor (https://xdsoft.net/jodit/)
43504
43518
  * Released under MIT see LICENSE.txt in the project root for license information.
43505
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43519
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43506
43520
  */
43507
43521
  module.exports = {
43508
43522
  symbols: 'תו מיוחד'
@@ -43519,7 +43533,7 @@ module.exports = {
43519
43533
  /*!
43520
43534
  * Jodit Editor (https://xdsoft.net/jodit/)
43521
43535
  * Released under MIT see LICENSE.txt in the project root for license information.
43522
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43536
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43523
43537
  */
43524
43538
  module.exports = {
43525
43539
  symbols: 'Szimbólum'
@@ -43536,7 +43550,7 @@ module.exports = {
43536
43550
  /*!
43537
43551
  * Jodit Editor (https://xdsoft.net/jodit/)
43538
43552
  * Released under MIT see LICENSE.txt in the project root for license information.
43539
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43553
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43540
43554
  */
43541
43555
  module.exports = {
43542
43556
  symbols: 'simbol'
@@ -43621,7 +43635,7 @@ __webpack_require__.r(__webpack_exports__);
43621
43635
  /*!
43622
43636
  * Jodit Editor (https://xdsoft.net/jodit/)
43623
43637
  * Released under MIT see LICENSE.txt in the project root for license information.
43624
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43638
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43625
43639
  */
43626
43640
 
43627
43641
 
@@ -43658,7 +43672,7 @@ __webpack_require__.r(__webpack_exports__);
43658
43672
  /*!
43659
43673
  * Jodit Editor (https://xdsoft.net/jodit/)
43660
43674
  * Released under MIT see LICENSE.txt in the project root for license information.
43661
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43675
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43662
43676
  */
43663
43677
  module.exports = {
43664
43678
  symbols: 'Simbolo'
@@ -43675,7 +43689,7 @@ module.exports = {
43675
43689
  /*!
43676
43690
  * Jodit Editor (https://xdsoft.net/jodit/)
43677
43691
  * Released under MIT see LICENSE.txt in the project root for license information.
43678
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43692
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43679
43693
  */
43680
43694
  module.exports = {
43681
43695
  symbols: 'symbol'
@@ -43692,7 +43706,7 @@ module.exports = {
43692
43706
  /*!
43693
43707
  * Jodit Editor (https://xdsoft.net/jodit/)
43694
43708
  * Released under MIT see LICENSE.txt in the project root for license information.
43695
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43709
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43696
43710
  */
43697
43711
  module.exports = {
43698
43712
  symbols: '기호'
@@ -43709,7 +43723,7 @@ module.exports = {
43709
43723
  /*!
43710
43724
  * Jodit Editor (https://xdsoft.net/jodit/)
43711
43725
  * Released under MIT see LICENSE.txt in the project root for license information.
43712
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43726
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43713
43727
  */
43714
43728
  module.exports = {
43715
43729
  symbols: 'тэмдэгт'
@@ -43726,7 +43740,7 @@ module.exports = {
43726
43740
  /*!
43727
43741
  * Jodit Editor (https://xdsoft.net/jodit/)
43728
43742
  * Released under MIT see LICENSE.txt in the project root for license information.
43729
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43743
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43730
43744
  */
43731
43745
  module.exports = {
43732
43746
  symbols: 'symbool'
@@ -43743,7 +43757,7 @@ module.exports = {
43743
43757
  /*!
43744
43758
  * Jodit Editor (https://xdsoft.net/jodit/)
43745
43759
  * Released under MIT see LICENSE.txt in the project root for license information.
43746
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43760
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43747
43761
  */
43748
43762
  module.exports = {
43749
43763
  symbols: 'symbol'
@@ -43760,7 +43774,7 @@ module.exports = {
43760
43774
  /*!
43761
43775
  * Jodit Editor (https://xdsoft.net/jodit/)
43762
43776
  * Released under MIT see LICENSE.txt in the project root for license information.
43763
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43777
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43764
43778
  */
43765
43779
  module.exports = {
43766
43780
  symbols: 'Símbolo'
@@ -43777,7 +43791,7 @@ module.exports = {
43777
43791
  /*!
43778
43792
  * Jodit Editor (https://xdsoft.net/jodit/)
43779
43793
  * Released under MIT see LICENSE.txt in the project root for license information.
43780
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43794
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43781
43795
  */
43782
43796
  module.exports = {
43783
43797
  symbols: 'символ'
@@ -43794,7 +43808,7 @@ module.exports = {
43794
43808
  /*!
43795
43809
  * Jodit Editor (https://xdsoft.net/jodit/)
43796
43810
  * Released under MIT see LICENSE.txt in the project root for license information.
43797
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43811
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43798
43812
  */
43799
43813
  module.exports = {
43800
43814
  symbols: 'Sembol'
@@ -43811,7 +43825,7 @@ module.exports = {
43811
43825
  /*!
43812
43826
  * Jodit Editor (https://xdsoft.net/jodit/)
43813
43827
  * Released under MIT see LICENSE.txt in the project root for license information.
43814
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43828
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43815
43829
  */
43816
43830
  module.exports = {
43817
43831
  symbols: 'символ'
@@ -43828,7 +43842,7 @@ module.exports = {
43828
43842
  /*!
43829
43843
  * Jodit Editor (https://xdsoft.net/jodit/)
43830
43844
  * Released under MIT see LICENSE.txt in the project root for license information.
43831
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43845
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43832
43846
  */
43833
43847
  module.exports = {
43834
43848
  symbols: '符号'
@@ -43845,7 +43859,7 @@ module.exports = {
43845
43859
  /*!
43846
43860
  * Jodit Editor (https://xdsoft.net/jodit/)
43847
43861
  * Released under MIT see LICENSE.txt in the project root for license information.
43848
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43862
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43849
43863
  */
43850
43864
  module.exports = {
43851
43865
  symbols: '符號'
@@ -43870,7 +43884,7 @@ module.exports = {
43870
43884
  /*!
43871
43885
  * Jodit Editor (https://xdsoft.net/jodit/)
43872
43886
  * Released under MIT see LICENSE.txt in the project root for license information.
43873
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43887
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
43874
43888
  */
43875
43889
 
43876
43890
 
@@ -44010,7 +44024,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('symbo
44010
44024
  /*!
44011
44025
  * Jodit Editor (https://xdsoft.net/jodit/)
44012
44026
  * Released under MIT see LICENSE.txt in the project root for license information.
44013
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
44027
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
44014
44028
  */
44015
44029
  /**
44016
44030
  * @module plugins/tab
@@ -44034,7 +44048,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('symbo
44034
44048
  /*!
44035
44049
  * Jodit Editor (https://xdsoft.net/jodit/)
44036
44050
  * Released under MIT see LICENSE.txt in the project root for license information.
44037
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
44051
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
44038
44052
  */
44039
44053
 
44040
44054
 
@@ -44152,7 +44166,7 @@ function removeNestedList(jodit, list, li) {
44152
44166
  /*!
44153
44167
  * Jodit Editor (https://xdsoft.net/jodit/)
44154
44168
  * Released under MIT see LICENSE.txt in the project root for license information.
44155
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
44169
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
44156
44170
  */
44157
44171
  /**
44158
44172
  * @module plugins/tab
@@ -44179,7 +44193,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.tab = {
44179
44193
  /*!
44180
44194
  * Jodit Editor (https://xdsoft.net/jodit/)
44181
44195
  * Released under MIT see LICENSE.txt in the project root for license information.
44182
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
44196
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
44183
44197
  */
44184
44198
 
44185
44199
 
@@ -44240,7 +44254,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('tab',
44240
44254
  /*!
44241
44255
  * Jodit Editor (https://xdsoft.net/jodit/)
44242
44256
  * Released under MIT see LICENSE.txt in the project root for license information.
44243
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
44257
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
44244
44258
  */
44245
44259
 
44246
44260
 
@@ -44380,7 +44394,7 @@ function findCell(editor, key) {
44380
44394
  /*!
44381
44395
  * Jodit Editor (https://xdsoft.net/jodit/)
44382
44396
  * Released under MIT see LICENSE.txt in the project root for license information.
44383
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
44397
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
44384
44398
  */
44385
44399
 
44386
44400
 
@@ -44552,7 +44566,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_4__/* .Config */ .T.prototype.controls.tab
44552
44566
  /*!
44553
44567
  * Jodit Editor (https://xdsoft.net/jodit/)
44554
44568
  * Released under MIT see LICENSE.txt in the project root for license information.
44555
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
44569
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
44556
44570
  */
44557
44571
 
44558
44572
 
@@ -44583,7 +44597,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('table
44583
44597
  /*!
44584
44598
  * Jodit Editor (https://xdsoft.net/jodit/)
44585
44599
  * Released under MIT see LICENSE.txt in the project root for license information.
44586
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
44600
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
44587
44601
  */
44588
44602
 
44589
44603
 
@@ -44671,7 +44685,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_4__/* .Config */ .T.prototype.controls.vid
44671
44685
  /*!
44672
44686
  * Jodit Editor (https://xdsoft.net/jodit/)
44673
44687
  * Released under MIT see LICENSE.txt in the project root for license information.
44674
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
44688
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
44675
44689
  */
44676
44690
 
44677
44691
 
@@ -44694,7 +44708,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('video
44694
44708
  /*!
44695
44709
  * Jodit Editor (https://xdsoft.net/jodit/)
44696
44710
  * Released under MIT see LICENSE.txt in the project root for license information.
44697
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
44711
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
44698
44712
  */
44699
44713
 
44700
44714
  jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.wrapNodes = {
@@ -44719,7 +44733,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.wrapNodes =
44719
44733
  /*!
44720
44734
  * Jodit Editor (https://xdsoft.net/jodit/)
44721
44735
  * Released under MIT see LICENSE.txt in the project root for license information.
44722
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
44736
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
44723
44737
  */
44724
44738
 
44725
44739
 
@@ -44872,7 +44886,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('wrapN
44872
44886
  /*!
44873
44887
  * Jodit Editor (https://xdsoft.net/jodit/)
44874
44888
  * Released under MIT see LICENSE.txt in the project root for license information.
44875
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
44889
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
44876
44890
  */
44877
44891
  /**
44878
44892
  * @module plugins/xpath
@@ -44899,7 +44913,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.showXPathInS
44899
44913
  /*!
44900
44914
  * Jodit Editor (https://xdsoft.net/jodit/)
44901
44915
  * Released under MIT see LICENSE.txt in the project root for license information.
44902
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
44916
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
44903
44917
  */
44904
44918
 
44905
44919
 
@@ -45148,7 +45162,7 @@ __webpack_require__.r(__webpack_exports__);
45148
45162
  /*!
45149
45163
  * Jodit Editor (https://xdsoft.net/jodit/)
45150
45164
  * Released under MIT see LICENSE.txt in the project root for license information.
45151
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
45165
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
45152
45166
  */
45153
45167
  /**
45154
45168
  * [[include:styles/icons/README.md]]
@@ -46640,7 +46654,7 @@ __webpack_require__.r(__webpack_exports__);
46640
46654
  /*!
46641
46655
  * Jodit Editor (https://xdsoft.net/jodit/)
46642
46656
  * Released under MIT see LICENSE.txt in the project root for license information.
46643
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
46657
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
46644
46658
  */
46645
46659
  /**
46646
46660
  * [[include:README.md]]