jodit 4.2.49 → 4.2.50

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1646) hide show
  1. package/LICENSE.txt +1 -1
  2. package/es2015/jodit.css +47 -47
  3. package/es2015/jodit.fat.min.js +2 -2
  4. package/es2015/jodit.js +539 -539
  5. package/es2015/jodit.min.js +2 -2
  6. package/es2015/plugins/debug/debug.css +1 -1
  7. package/es2015/plugins/debug/debug.js +2 -2
  8. package/es2015/plugins/debug/debug.min.js +1 -1
  9. package/es2015/plugins/speech-recognize/speech-recognize.css +1 -1
  10. package/es2015/plugins/speech-recognize/speech-recognize.js +31 -31
  11. package/es2015/plugins/speech-recognize/speech-recognize.min.js +1 -1
  12. package/es2018/jodit.css +47 -47
  13. package/es2018/jodit.fat.min.js +2 -2
  14. package/es2018/jodit.js +539 -539
  15. package/es2018/jodit.min.js +2 -2
  16. package/es2018/plugins/debug/debug.css +1 -1
  17. package/es2018/plugins/debug/debug.js +2 -2
  18. package/es2018/plugins/debug/debug.min.js +1 -1
  19. package/es2018/plugins/speech-recognize/speech-recognize.css +1 -1
  20. package/es2018/plugins/speech-recognize/speech-recognize.js +31 -31
  21. package/es2018/plugins/speech-recognize/speech-recognize.min.js +1 -1
  22. package/es2021/jodit.css +47 -47
  23. package/es2021/jodit.fat.min.js +2 -2
  24. package/es2021/jodit.js +539 -539
  25. package/es2021/jodit.min.js +2 -2
  26. package/es2021/plugins/debug/debug.css +1 -1
  27. package/es2021/plugins/debug/debug.js +2 -2
  28. package/es2021/plugins/debug/debug.min.js +1 -1
  29. package/es2021/plugins/speech-recognize/speech-recognize.css +1 -1
  30. package/es2021/plugins/speech-recognize/speech-recognize.js +31 -31
  31. package/es2021/plugins/speech-recognize/speech-recognize.min.js +1 -1
  32. package/es2021.en/jodit.css +47 -47
  33. package/es2021.en/jodit.fat.min.js +2 -2
  34. package/es2021.en/jodit.js +451 -451
  35. package/es2021.en/jodit.min.js +2 -2
  36. package/es2021.en/plugins/debug/debug.css +1 -1
  37. package/es2021.en/plugins/debug/debug.js +2 -2
  38. package/es2021.en/plugins/debug/debug.min.js +1 -1
  39. package/es2021.en/plugins/speech-recognize/speech-recognize.css +1 -1
  40. package/es2021.en/plugins/speech-recognize/speech-recognize.js +9 -9
  41. package/es2021.en/plugins/speech-recognize/speech-recognize.min.js +1 -1
  42. package/es5/164.fat.min.js +1 -1
  43. package/es5/164.min.js +1 -1
  44. package/es5/5.fat.min.js +1 -1
  45. package/es5/5.js +1 -1
  46. package/es5/5.min.js +1 -1
  47. package/es5/jodit.css +48 -48
  48. package/es5/jodit.fat.min.js +2 -2
  49. package/es5/jodit.js +539 -539
  50. package/es5/jodit.min.css +2 -2
  51. package/es5/jodit.min.js +2 -2
  52. package/es5/plugins/debug/debug.css +1 -1
  53. package/es5/plugins/debug/debug.js +2 -2
  54. package/es5/plugins/debug/debug.min.js +1 -1
  55. package/es5/plugins/speech-recognize/speech-recognize.css +1 -1
  56. package/es5/plugins/speech-recognize/speech-recognize.js +31 -31
  57. package/es5/plugins/speech-recognize/speech-recognize.min.js +1 -1
  58. package/esm/config.d.ts +1 -1
  59. package/esm/config.js +1 -1
  60. package/esm/core/async/async.d.ts +1 -1
  61. package/esm/core/async/async.js +1 -1
  62. package/esm/core/async/index.d.ts +1 -1
  63. package/esm/core/async/index.js +1 -1
  64. package/esm/core/component/component.d.ts +1 -1
  65. package/esm/core/component/component.js +1 -1
  66. package/esm/core/component/index.d.ts +1 -1
  67. package/esm/core/component/index.js +1 -1
  68. package/esm/core/component/statuses.d.ts +1 -1
  69. package/esm/core/component/statuses.js +1 -1
  70. package/esm/core/component/view-component.d.ts +1 -1
  71. package/esm/core/component/view-component.js +1 -1
  72. package/esm/core/constants.d.ts +1 -1
  73. package/esm/core/constants.js +2 -2
  74. package/esm/core/create/create.d.ts +1 -1
  75. package/esm/core/create/create.js +1 -1
  76. package/esm/core/create/index.d.ts +1 -1
  77. package/esm/core/create/index.js +1 -1
  78. package/esm/core/decorators/autobind/autobind.d.ts +1 -1
  79. package/esm/core/decorators/autobind/autobind.js +1 -1
  80. package/esm/core/decorators/cache/cache.d.ts +1 -1
  81. package/esm/core/decorators/cache/cache.js +1 -1
  82. package/esm/core/decorators/component/component.d.ts +1 -1
  83. package/esm/core/decorators/component/component.js +1 -1
  84. package/esm/core/decorators/debounce/debounce.d.ts +1 -1
  85. package/esm/core/decorators/debounce/debounce.js +1 -1
  86. package/esm/core/decorators/derive/derive.d.ts +1 -1
  87. package/esm/core/decorators/derive/derive.js +1 -1
  88. package/esm/core/decorators/hook/hook.d.ts +1 -1
  89. package/esm/core/decorators/hook/hook.js +1 -1
  90. package/esm/core/decorators/idle/idle.d.ts +1 -1
  91. package/esm/core/decorators/idle/idle.js +1 -1
  92. package/esm/core/decorators/index.d.ts +1 -1
  93. package/esm/core/decorators/index.js +1 -1
  94. package/esm/core/decorators/nonenumerable/nonenumerable.d.ts +1 -1
  95. package/esm/core/decorators/nonenumerable/nonenumerable.js +1 -1
  96. package/esm/core/decorators/persistent/persistent.d.ts +1 -1
  97. package/esm/core/decorators/persistent/persistent.js +1 -1
  98. package/esm/core/decorators/wait/wait.d.ts +1 -1
  99. package/esm/core/decorators/wait/wait.js +1 -1
  100. package/esm/core/decorators/watch/watch.d.ts +1 -1
  101. package/esm/core/decorators/watch/watch.js +1 -1
  102. package/esm/core/dom/dom.d.ts +1 -1
  103. package/esm/core/dom/dom.js +1 -1
  104. package/esm/core/dom/index.d.ts +1 -1
  105. package/esm/core/dom/index.js +1 -1
  106. package/esm/core/dom/lazy-walker.d.ts +1 -1
  107. package/esm/core/dom/lazy-walker.js +1 -1
  108. package/esm/core/event-emitter/event-emitter.d.ts +1 -1
  109. package/esm/core/event-emitter/event-emitter.js +1 -1
  110. package/esm/core/event-emitter/eventify.d.ts +1 -1
  111. package/esm/core/event-emitter/eventify.js +1 -1
  112. package/esm/core/event-emitter/index.d.ts +1 -1
  113. package/esm/core/event-emitter/index.js +1 -1
  114. package/esm/core/event-emitter/observable.d.ts +1 -1
  115. package/esm/core/event-emitter/observable.js +1 -1
  116. package/esm/core/event-emitter/store.d.ts +1 -1
  117. package/esm/core/event-emitter/store.js +1 -1
  118. package/esm/core/global.d.ts +1 -1
  119. package/esm/core/global.js +1 -1
  120. package/esm/core/helpers/array/as-array.d.ts +1 -1
  121. package/esm/core/helpers/array/as-array.js +1 -1
  122. package/esm/core/helpers/array/index.d.ts +1 -1
  123. package/esm/core/helpers/array/index.js +1 -1
  124. package/esm/core/helpers/array/split-array.d.ts +1 -1
  125. package/esm/core/helpers/array/split-array.js +1 -1
  126. package/esm/core/helpers/array/to-array.d.ts +1 -1
  127. package/esm/core/helpers/array/to-array.js +1 -1
  128. package/esm/core/helpers/async/index.d.ts +1 -1
  129. package/esm/core/helpers/async/index.js +1 -1
  130. package/esm/core/helpers/async/set-timeout.d.ts +1 -1
  131. package/esm/core/helpers/async/set-timeout.js +1 -1
  132. package/esm/core/helpers/checker/has-browser-color-picker.d.ts +1 -1
  133. package/esm/core/helpers/checker/has-browser-color-picker.js +1 -1
  134. package/esm/core/helpers/checker/index.d.ts +1 -1
  135. package/esm/core/helpers/checker/index.js +1 -1
  136. package/esm/core/helpers/checker/is-abort-error.d.ts +1 -1
  137. package/esm/core/helpers/checker/is-abort-error.js +1 -1
  138. package/esm/core/helpers/checker/is-array.d.ts +1 -1
  139. package/esm/core/helpers/checker/is-array.js +1 -1
  140. package/esm/core/helpers/checker/is-boolean.d.ts +1 -1
  141. package/esm/core/helpers/checker/is-boolean.js +1 -1
  142. package/esm/core/helpers/checker/is-equal.d.ts +1 -1
  143. package/esm/core/helpers/checker/is-equal.js +1 -1
  144. package/esm/core/helpers/checker/is-function.d.ts +1 -1
  145. package/esm/core/helpers/checker/is-function.js +1 -1
  146. package/esm/core/helpers/checker/is-html-from-word.d.ts +1 -1
  147. package/esm/core/helpers/checker/is-html-from-word.js +1 -1
  148. package/esm/core/helpers/checker/is-html.d.ts +1 -1
  149. package/esm/core/helpers/checker/is-html.js +1 -1
  150. package/esm/core/helpers/checker/is-imp-interface.d.ts +1 -1
  151. package/esm/core/helpers/checker/is-imp-interface.js +1 -1
  152. package/esm/core/helpers/checker/is-int.d.ts +1 -1
  153. package/esm/core/helpers/checker/is-int.js +1 -1
  154. package/esm/core/helpers/checker/is-jodit-object.d.ts +1 -1
  155. package/esm/core/helpers/checker/is-jodit-object.js +1 -1
  156. package/esm/core/helpers/checker/is-license.d.ts +1 -1
  157. package/esm/core/helpers/checker/is-license.js +1 -1
  158. package/esm/core/helpers/checker/is-marker.d.ts +1 -1
  159. package/esm/core/helpers/checker/is-marker.js +1 -1
  160. package/esm/core/helpers/checker/is-native-function.d.ts +1 -1
  161. package/esm/core/helpers/checker/is-native-function.js +1 -1
  162. package/esm/core/helpers/checker/is-number.d.ts +1 -1
  163. package/esm/core/helpers/checker/is-number.js +1 -1
  164. package/esm/core/helpers/checker/is-numeric.d.ts +1 -1
  165. package/esm/core/helpers/checker/is-numeric.js +1 -1
  166. package/esm/core/helpers/checker/is-plain-object.d.ts +1 -1
  167. package/esm/core/helpers/checker/is-plain-object.js +1 -1
  168. package/esm/core/helpers/checker/is-promise.d.ts +1 -1
  169. package/esm/core/helpers/checker/is-promise.js +1 -1
  170. package/esm/core/helpers/checker/is-set.d.ts +1 -1
  171. package/esm/core/helpers/checker/is-set.js +1 -1
  172. package/esm/core/helpers/checker/is-string.d.ts +1 -1
  173. package/esm/core/helpers/checker/is-string.js +1 -1
  174. package/esm/core/helpers/checker/is-url.d.ts +1 -1
  175. package/esm/core/helpers/checker/is-url.js +1 -1
  176. package/esm/core/helpers/checker/is-valid-name.d.ts +1 -1
  177. package/esm/core/helpers/checker/is-valid-name.js +1 -1
  178. package/esm/core/helpers/checker/is-view-object.d.ts +1 -1
  179. package/esm/core/helpers/checker/is-view-object.js +1 -1
  180. package/esm/core/helpers/checker/is-void.d.ts +1 -1
  181. package/esm/core/helpers/checker/is-void.js +1 -1
  182. package/esm/core/helpers/checker/is-window.d.ts +1 -1
  183. package/esm/core/helpers/checker/is-window.js +1 -1
  184. package/esm/core/helpers/color/color-to-hex.d.ts +1 -1
  185. package/esm/core/helpers/color/color-to-hex.js +1 -1
  186. package/esm/core/helpers/color/index.d.ts +1 -1
  187. package/esm/core/helpers/color/index.js +1 -1
  188. package/esm/core/helpers/html/apply-styles.d.ts +1 -1
  189. package/esm/core/helpers/html/apply-styles.js +1 -1
  190. package/esm/core/helpers/html/clean-from-word.d.ts +1 -1
  191. package/esm/core/helpers/html/clean-from-word.js +1 -1
  192. package/esm/core/helpers/html/htmlspecialchars.d.ts +1 -1
  193. package/esm/core/helpers/html/htmlspecialchars.js +1 -1
  194. package/esm/core/helpers/html/index.d.ts +1 -1
  195. package/esm/core/helpers/html/index.js +1 -1
  196. package/esm/core/helpers/html/nl2br.d.ts +1 -1
  197. package/esm/core/helpers/html/nl2br.js +1 -1
  198. package/esm/core/helpers/html/safe-html.d.ts +1 -1
  199. package/esm/core/helpers/html/safe-html.js +1 -1
  200. package/esm/core/helpers/html/strip-tags.d.ts +1 -1
  201. package/esm/core/helpers/html/strip-tags.js +1 -1
  202. package/esm/core/helpers/index.d.ts +1 -1
  203. package/esm/core/helpers/index.js +1 -1
  204. package/esm/core/helpers/normalize/index.d.ts +1 -1
  205. package/esm/core/helpers/normalize/index.js +1 -1
  206. package/esm/core/helpers/normalize/normalize-color.d.ts +1 -1
  207. package/esm/core/helpers/normalize/normalize-color.js +1 -1
  208. package/esm/core/helpers/normalize/normalize-css-value.d.ts +1 -1
  209. package/esm/core/helpers/normalize/normalize-css-value.js +1 -1
  210. package/esm/core/helpers/normalize/normalize-key-aliases.d.ts +1 -1
  211. package/esm/core/helpers/normalize/normalize-key-aliases.js +1 -1
  212. package/esm/core/helpers/normalize/normalize-license.d.ts +1 -1
  213. package/esm/core/helpers/normalize/normalize-license.js +1 -1
  214. package/esm/core/helpers/normalize/normalize-path.d.ts +1 -1
  215. package/esm/core/helpers/normalize/normalize-path.js +1 -1
  216. package/esm/core/helpers/normalize/normalize-relative-path.d.ts +1 -1
  217. package/esm/core/helpers/normalize/normalize-relative-path.js +1 -1
  218. package/esm/core/helpers/normalize/normalize-size.d.ts +1 -1
  219. package/esm/core/helpers/normalize/normalize-size.js +1 -1
  220. package/esm/core/helpers/normalize/normalize-url.d.ts +1 -1
  221. package/esm/core/helpers/normalize/normalize-url.js +1 -1
  222. package/esm/core/helpers/size/get-content-width.d.ts +1 -1
  223. package/esm/core/helpers/size/get-content-width.js +1 -1
  224. package/esm/core/helpers/size/get-scroll-parent.d.ts +1 -1
  225. package/esm/core/helpers/size/get-scroll-parent.js +1 -1
  226. package/esm/core/helpers/size/index.d.ts +1 -1
  227. package/esm/core/helpers/size/index.js +1 -1
  228. package/esm/core/helpers/size/inner-width.d.ts +1 -1
  229. package/esm/core/helpers/size/inner-width.js +1 -1
  230. package/esm/core/helpers/size/object-size.d.ts +1 -1
  231. package/esm/core/helpers/size/object-size.js +1 -1
  232. package/esm/core/helpers/size/offset.d.ts +1 -1
  233. package/esm/core/helpers/size/offset.js +1 -1
  234. package/esm/core/helpers/size/position.d.ts +1 -1
  235. package/esm/core/helpers/size/position.js +1 -1
  236. package/esm/core/helpers/string/camel-case.d.ts +1 -1
  237. package/esm/core/helpers/string/camel-case.js +1 -1
  238. package/esm/core/helpers/string/fuzzy-search-index.d.ts +1 -1
  239. package/esm/core/helpers/string/fuzzy-search-index.js +1 -1
  240. package/esm/core/helpers/string/i18n.d.ts +1 -1
  241. package/esm/core/helpers/string/i18n.js +1 -1
  242. package/esm/core/helpers/string/index.d.ts +1 -1
  243. package/esm/core/helpers/string/index.js +1 -1
  244. package/esm/core/helpers/string/kebab-case.d.ts +1 -1
  245. package/esm/core/helpers/string/kebab-case.js +1 -1
  246. package/esm/core/helpers/string/stringify.d.ts +1 -1
  247. package/esm/core/helpers/string/stringify.js +1 -1
  248. package/esm/core/helpers/string/trim.d.ts +1 -1
  249. package/esm/core/helpers/string/trim.js +1 -1
  250. package/esm/core/helpers/string/ucfirst.d.ts +1 -1
  251. package/esm/core/helpers/string/ucfirst.js +1 -1
  252. package/esm/core/helpers/utils/align.d.ts +1 -1
  253. package/esm/core/helpers/utils/align.js +1 -1
  254. package/esm/core/helpers/utils/append-script.d.ts +1 -1
  255. package/esm/core/helpers/utils/append-script.js +1 -1
  256. package/esm/core/helpers/utils/assert.d.ts +1 -1
  257. package/esm/core/helpers/utils/assert.js +1 -1
  258. package/esm/core/helpers/utils/attr.d.ts +1 -1
  259. package/esm/core/helpers/utils/attr.js +1 -1
  260. package/esm/core/helpers/utils/browser.d.ts +1 -1
  261. package/esm/core/helpers/utils/browser.js +1 -1
  262. package/esm/core/helpers/utils/build-query.d.ts +1 -1
  263. package/esm/core/helpers/utils/build-query.js +1 -1
  264. package/esm/core/helpers/utils/complete-url.d.ts +1 -1
  265. package/esm/core/helpers/utils/complete-url.js +1 -1
  266. package/esm/core/helpers/utils/config-proto.d.ts +1 -1
  267. package/esm/core/helpers/utils/config-proto.js +1 -1
  268. package/esm/core/helpers/utils/convert-media-url-to-video-embed.d.ts +1 -1
  269. package/esm/core/helpers/utils/convert-media-url-to-video-embed.js +1 -1
  270. package/esm/core/helpers/utils/css.d.ts +1 -1
  271. package/esm/core/helpers/utils/css.js +1 -1
  272. package/esm/core/helpers/utils/ctrl-key.d.ts +1 -1
  273. package/esm/core/helpers/utils/ctrl-key.js +1 -1
  274. package/esm/core/helpers/utils/data-bind.d.ts +1 -1
  275. package/esm/core/helpers/utils/data-bind.js +1 -1
  276. package/esm/core/helpers/utils/default-language.d.ts +1 -1
  277. package/esm/core/helpers/utils/default-language.js +1 -1
  278. package/esm/core/helpers/utils/error/error.d.ts +1 -1
  279. package/esm/core/helpers/utils/error/error.js +1 -1
  280. package/esm/core/helpers/utils/error/errors/abort-error.d.ts +1 -1
  281. package/esm/core/helpers/utils/error/errors/abort-error.js +1 -1
  282. package/esm/core/helpers/utils/error/errors/connection-error.d.ts +1 -1
  283. package/esm/core/helpers/utils/error/errors/connection-error.js +1 -1
  284. package/esm/core/helpers/utils/error/errors/index.d.ts +1 -1
  285. package/esm/core/helpers/utils/error/errors/index.js +1 -1
  286. package/esm/core/helpers/utils/error/errors/options-error.d.ts +1 -1
  287. package/esm/core/helpers/utils/error/errors/options-error.js +1 -1
  288. package/esm/core/helpers/utils/error/index.d.ts +1 -1
  289. package/esm/core/helpers/utils/error/index.js +1 -1
  290. package/esm/core/helpers/utils/extend.d.ts +1 -1
  291. package/esm/core/helpers/utils/extend.js +1 -1
  292. package/esm/core/helpers/utils/get-class-name.d.ts +1 -1
  293. package/esm/core/helpers/utils/get-class-name.js +1 -1
  294. package/esm/core/helpers/utils/get.d.ts +1 -1
  295. package/esm/core/helpers/utils/get.js +1 -1
  296. package/esm/core/helpers/utils/human-size-to-bytes.d.ts +1 -1
  297. package/esm/core/helpers/utils/human-size-to-bytes.js +1 -1
  298. package/esm/core/helpers/utils/index.d.ts +1 -1
  299. package/esm/core/helpers/utils/index.js +1 -1
  300. package/esm/core/helpers/utils/mark-deprecated.d.ts +1 -1
  301. package/esm/core/helpers/utils/mark-deprecated.js +1 -1
  302. package/esm/core/helpers/utils/parse-query.d.ts +1 -1
  303. package/esm/core/helpers/utils/parse-query.js +1 -1
  304. package/esm/core/helpers/utils/print.d.ts +1 -1
  305. package/esm/core/helpers/utils/print.js +1 -1
  306. package/esm/core/helpers/utils/reset.d.ts +1 -1
  307. package/esm/core/helpers/utils/reset.js +1 -1
  308. package/esm/core/helpers/utils/scroll-into-view.d.ts +1 -1
  309. package/esm/core/helpers/utils/scroll-into-view.js +1 -1
  310. package/esm/core/helpers/utils/selector.d.ts +1 -1
  311. package/esm/core/helpers/utils/selector.js +1 -1
  312. package/esm/core/helpers/utils/set.d.ts +1 -1
  313. package/esm/core/helpers/utils/set.js +1 -1
  314. package/esm/core/helpers/utils/stack.d.ts +1 -1
  315. package/esm/core/helpers/utils/stack.js +1 -1
  316. package/esm/core/helpers/utils/utils.d.ts +1 -1
  317. package/esm/core/helpers/utils/utils.js +1 -1
  318. package/esm/core/plugin/helpers/init-instance.d.ts +1 -1
  319. package/esm/core/plugin/helpers/init-instance.js +1 -1
  320. package/esm/core/plugin/helpers/load.d.ts +1 -1
  321. package/esm/core/plugin/helpers/load.js +1 -1
  322. package/esm/core/plugin/helpers/make-instance.d.ts +1 -1
  323. package/esm/core/plugin/helpers/make-instance.js +1 -1
  324. package/esm/core/plugin/helpers/utils.d.ts +1 -1
  325. package/esm/core/plugin/helpers/utils.js +1 -1
  326. package/esm/core/plugin/index.d.ts +1 -1
  327. package/esm/core/plugin/index.js +1 -1
  328. package/esm/core/plugin/interface.d.ts +1 -1
  329. package/esm/core/plugin/plugin-system.d.ts +1 -1
  330. package/esm/core/plugin/plugin-system.js +1 -1
  331. package/esm/core/plugin/plugin.d.ts +1 -1
  332. package/esm/core/plugin/plugin.js +1 -1
  333. package/esm/core/request/ajax.d.ts +1 -1
  334. package/esm/core/request/ajax.js +1 -1
  335. package/esm/core/request/config.d.ts +1 -1
  336. package/esm/core/request/config.js +1 -1
  337. package/esm/core/request/index.d.ts +1 -1
  338. package/esm/core/request/index.js +1 -1
  339. package/esm/core/request/response.d.ts +1 -1
  340. package/esm/core/request/response.js +1 -1
  341. package/esm/core/selection/helpers/index.d.ts +1 -1
  342. package/esm/core/selection/helpers/index.js +1 -1
  343. package/esm/core/selection/helpers/move-node-inside-start.d.ts +1 -1
  344. package/esm/core/selection/helpers/move-node-inside-start.js +1 -1
  345. package/esm/core/selection/helpers/move-the-node-along-the-edge-outward.d.ts +1 -1
  346. package/esm/core/selection/helpers/move-the-node-along-the-edge-outward.js +1 -1
  347. package/esm/core/selection/index.d.ts +1 -1
  348. package/esm/core/selection/index.js +1 -1
  349. package/esm/core/selection/interface.d.ts +1 -1
  350. package/esm/core/selection/interface.js +1 -1
  351. package/esm/core/selection/selection.d.ts +1 -1
  352. package/esm/core/selection/selection.js +1 -1
  353. package/esm/core/selection/style/api/extract.d.ts +1 -1
  354. package/esm/core/selection/style/api/extract.js +1 -1
  355. package/esm/core/selection/style/api/finite-state-machine.d.ts +1 -1
  356. package/esm/core/selection/style/api/finite-state-machine.js +1 -1
  357. package/esm/core/selection/style/api/get-suit-child.d.ts +1 -1
  358. package/esm/core/selection/style/api/get-suit-child.js +1 -1
  359. package/esm/core/selection/style/api/get-suit-parent.d.ts +1 -1
  360. package/esm/core/selection/style/api/get-suit-parent.js +1 -1
  361. package/esm/core/selection/style/api/has-same-style.d.ts +1 -1
  362. package/esm/core/selection/style/api/has-same-style.js +1 -1
  363. package/esm/core/selection/style/api/index.d.ts +1 -1
  364. package/esm/core/selection/style/api/index.js +1 -1
  365. package/esm/core/selection/style/api/is-inside-invisible-element.d.ts +1 -1
  366. package/esm/core/selection/style/api/is-inside-invisible-element.js +1 -1
  367. package/esm/core/selection/style/api/is-normal-node.d.ts +1 -1
  368. package/esm/core/selection/style/api/is-normal-node.js +1 -1
  369. package/esm/core/selection/style/api/is-same-attributes.d.ts +1 -1
  370. package/esm/core/selection/style/api/is-same-attributes.js +1 -1
  371. package/esm/core/selection/style/api/is-suit-element.d.ts +1 -1
  372. package/esm/core/selection/style/api/list/toggle-ordered-list.d.ts +1 -1
  373. package/esm/core/selection/style/api/list/toggle-ordered-list.js +1 -1
  374. package/esm/core/selection/style/api/list/wrap-list.d.ts +1 -1
  375. package/esm/core/selection/style/api/list/wrap-list.js +1 -1
  376. package/esm/core/selection/style/api/toggle-attributes.d.ts +1 -1
  377. package/esm/core/selection/style/api/toggle-attributes.js +1 -1
  378. package/esm/core/selection/style/api/unwrap-children.d.ts +1 -1
  379. package/esm/core/selection/style/api/unwrap-children.js +1 -1
  380. package/esm/core/selection/style/api/wrap-unwrapped-text.d.ts +1 -1
  381. package/esm/core/selection/style/api/wrap-unwrapped-text.js +1 -1
  382. package/esm/core/selection/style/api/wrap.d.ts +1 -1
  383. package/esm/core/selection/style/api/wrap.js +1 -1
  384. package/esm/core/selection/style/apply-style.d.ts +1 -1
  385. package/esm/core/selection/style/apply-style.js +1 -1
  386. package/esm/core/selection/style/commit-style.d.ts +1 -1
  387. package/esm/core/selection/style/commit-style.js +1 -1
  388. package/esm/core/selection/style/constants.d.ts +1 -1
  389. package/esm/core/selection/style/constants.js +1 -1
  390. package/esm/core/selection/style/transactions.d.ts +1 -1
  391. package/esm/core/selection/style/transactions.js +1 -1
  392. package/esm/core/storage/engines/local-storage-provider.d.ts +1 -1
  393. package/esm/core/storage/engines/local-storage-provider.js +1 -1
  394. package/esm/core/storage/engines/memory-storage-provider.d.ts +1 -1
  395. package/esm/core/storage/engines/memory-storage-provider.js +1 -1
  396. package/esm/core/storage/index.d.ts +1 -1
  397. package/esm/core/storage/index.js +1 -1
  398. package/esm/core/storage/storage.d.ts +1 -1
  399. package/esm/core/storage/storage.js +1 -1
  400. package/esm/core/traits/dlgs.d.ts +1 -1
  401. package/esm/core/traits/dlgs.js +1 -1
  402. package/esm/core/traits/elms.d.ts +1 -1
  403. package/esm/core/traits/elms.js +1 -1
  404. package/esm/core/traits/mods.d.ts +1 -1
  405. package/esm/core/traits/mods.js +1 -1
  406. package/esm/core/ui/button/button/button.d.ts +1 -1
  407. package/esm/core/ui/button/button/button.js +1 -1
  408. package/esm/core/ui/button/group/group.d.ts +1 -1
  409. package/esm/core/ui/button/group/group.js +1 -1
  410. package/esm/core/ui/button/index.d.ts +1 -1
  411. package/esm/core/ui/button/index.js +1 -1
  412. package/esm/core/ui/button/tooltip/tooltip.d.ts +1 -1
  413. package/esm/core/ui/button/tooltip/tooltip.js +1 -1
  414. package/esm/core/ui/element.d.ts +1 -1
  415. package/esm/core/ui/element.js +1 -1
  416. package/esm/core/ui/form/block/block.d.ts +1 -1
  417. package/esm/core/ui/form/block/block.js +1 -1
  418. package/esm/core/ui/form/form.d.ts +1 -1
  419. package/esm/core/ui/form/form.js +1 -1
  420. package/esm/core/ui/form/index.d.ts +1 -1
  421. package/esm/core/ui/form/index.js +1 -1
  422. package/esm/core/ui/form/inputs/area/area.d.ts +1 -1
  423. package/esm/core/ui/form/inputs/area/area.js +1 -1
  424. package/esm/core/ui/form/inputs/checkbox/checkbox.d.ts +1 -1
  425. package/esm/core/ui/form/inputs/checkbox/checkbox.js +1 -1
  426. package/esm/core/ui/form/inputs/file/file.d.ts +1 -1
  427. package/esm/core/ui/form/inputs/file/file.js +1 -1
  428. package/esm/core/ui/form/inputs/index.d.ts +1 -1
  429. package/esm/core/ui/form/inputs/index.js +1 -1
  430. package/esm/core/ui/form/inputs/input/input.d.ts +1 -1
  431. package/esm/core/ui/form/inputs/input/input.js +1 -1
  432. package/esm/core/ui/form/inputs/select/select.d.ts +1 -1
  433. package/esm/core/ui/form/inputs/select/select.js +1 -1
  434. package/esm/core/ui/form/validators/index.d.ts +1 -1
  435. package/esm/core/ui/form/validators/index.js +1 -1
  436. package/esm/core/ui/form/validators/input.d.ts +1 -1
  437. package/esm/core/ui/form/validators/input.js +1 -1
  438. package/esm/core/ui/form/validators/select.d.ts +1 -1
  439. package/esm/core/ui/form/validators/select.js +1 -1
  440. package/esm/core/ui/group/group.d.ts +1 -1
  441. package/esm/core/ui/group/group.js +1 -1
  442. package/esm/core/ui/group/index.d.ts +1 -1
  443. package/esm/core/ui/group/index.js +1 -1
  444. package/esm/core/ui/group/list.d.ts +1 -1
  445. package/esm/core/ui/group/list.js +1 -1
  446. package/esm/core/ui/group/separator.d.ts +1 -1
  447. package/esm/core/ui/group/separator.js +1 -1
  448. package/esm/core/ui/group/spacer.d.ts +1 -1
  449. package/esm/core/ui/group/spacer.js +1 -1
  450. package/esm/core/ui/helpers/buttons.d.ts +1 -1
  451. package/esm/core/ui/helpers/buttons.js +1 -1
  452. package/esm/core/ui/helpers/get-control-type.d.ts +1 -1
  453. package/esm/core/ui/helpers/get-control-type.js +1 -1
  454. package/esm/core/ui/helpers/get-strong-control-types.d.ts +1 -1
  455. package/esm/core/ui/helpers/get-strong-control-types.js +1 -1
  456. package/esm/core/ui/icon.d.ts +1 -1
  457. package/esm/core/ui/icon.js +1 -1
  458. package/esm/core/ui/index.d.ts +1 -1
  459. package/esm/core/ui/index.js +1 -1
  460. package/esm/core/ui/popup/index.d.ts +1 -1
  461. package/esm/core/ui/popup/index.js +1 -1
  462. package/esm/core/ui/popup/popup.d.ts +1 -1
  463. package/esm/core/ui/popup/popup.js +1 -1
  464. package/esm/core/ui/progress-bar/progress-bar.d.ts +1 -1
  465. package/esm/core/ui/progress-bar/progress-bar.js +1 -1
  466. package/esm/core/view/view-with-toolbar.d.ts +1 -1
  467. package/esm/core/view/view-with-toolbar.js +1 -1
  468. package/esm/core/view/view.d.ts +1 -1
  469. package/esm/core/view/view.js +1 -1
  470. package/esm/index.d.ts +1 -1
  471. package/esm/index.js +1 -1
  472. package/esm/jodit.d.ts +1 -1
  473. package/esm/jodit.js +1 -1
  474. package/esm/langs/ar.js +1 -1
  475. package/esm/langs/cs_cz.js +1 -1
  476. package/esm/langs/de.js +1 -1
  477. package/esm/langs/en.js +1 -1
  478. package/esm/langs/es.js +1 -1
  479. package/esm/langs/fa.js +1 -1
  480. package/esm/langs/fi.js +1 -1
  481. package/esm/langs/fr.js +1 -1
  482. package/esm/langs/he.js +1 -1
  483. package/esm/langs/hu.js +1 -1
  484. package/esm/langs/id.js +1 -1
  485. package/esm/langs/it.js +1 -1
  486. package/esm/langs/ja.js +1 -1
  487. package/esm/langs/keys.js +1 -1
  488. package/esm/langs/ko.js +1 -1
  489. package/esm/langs/mn.js +1 -1
  490. package/esm/langs/nl.js +1 -1
  491. package/esm/langs/pl.js +1 -1
  492. package/esm/langs/pt_br.js +1 -1
  493. package/esm/langs/ru.js +1 -1
  494. package/esm/langs/tr.js +1 -1
  495. package/esm/langs/ua.js +1 -1
  496. package/esm/langs/zh_cn.js +1 -1
  497. package/esm/langs/zh_tw.js +1 -1
  498. package/esm/languages.d.ts +1 -1
  499. package/esm/languages.js +1 -1
  500. package/esm/modules/context-menu/context-menu.d.ts +1 -1
  501. package/esm/modules/context-menu/context-menu.js +1 -1
  502. package/esm/modules/dialog/alert.d.ts +1 -1
  503. package/esm/modules/dialog/alert.js +1 -1
  504. package/esm/modules/dialog/confirm.d.ts +1 -1
  505. package/esm/modules/dialog/confirm.js +1 -1
  506. package/esm/modules/dialog/dialog.d.ts +1 -1
  507. package/esm/modules/dialog/dialog.js +1 -1
  508. package/esm/modules/dialog/index.d.ts +1 -1
  509. package/esm/modules/dialog/index.js +1 -1
  510. package/esm/modules/dialog/prompt.d.ts +1 -1
  511. package/esm/modules/dialog/prompt.js +1 -1
  512. package/esm/modules/file-browser/builders/context-menu.d.ts +1 -1
  513. package/esm/modules/file-browser/builders/context-menu.js +1 -1
  514. package/esm/modules/file-browser/builders/elements-map.d.ts +1 -1
  515. package/esm/modules/file-browser/builders/elements-map.js +1 -1
  516. package/esm/modules/file-browser/builders/item.d.ts +1 -1
  517. package/esm/modules/file-browser/builders/item.js +1 -1
  518. package/esm/modules/file-browser/config.d.ts +1 -1
  519. package/esm/modules/file-browser/config.js +1 -1
  520. package/esm/modules/file-browser/data-provider.d.ts +1 -1
  521. package/esm/modules/file-browser/data-provider.js +1 -1
  522. package/esm/modules/file-browser/factories.d.ts +1 -1
  523. package/esm/modules/file-browser/factories.js +1 -1
  524. package/esm/modules/file-browser/fetch/delete-file.d.ts +1 -1
  525. package/esm/modules/file-browser/fetch/delete-file.js +1 -1
  526. package/esm/modules/file-browser/fetch/load-items.d.ts +1 -1
  527. package/esm/modules/file-browser/fetch/load-items.js +1 -1
  528. package/esm/modules/file-browser/fetch/load-tree.d.ts +1 -1
  529. package/esm/modules/file-browser/fetch/load-tree.js +1 -1
  530. package/esm/modules/file-browser/file-browser.d.ts +1 -1
  531. package/esm/modules/file-browser/file-browser.js +1 -1
  532. package/esm/modules/file-browser/index.d.ts +1 -1
  533. package/esm/modules/file-browser/index.js +1 -1
  534. package/esm/modules/file-browser/listeners/native-listeners.d.ts +1 -1
  535. package/esm/modules/file-browser/listeners/native-listeners.js +1 -1
  536. package/esm/modules/file-browser/listeners/self-listeners.d.ts +1 -1
  537. package/esm/modules/file-browser/listeners/self-listeners.js +1 -1
  538. package/esm/modules/file-browser/listeners/state-listeners.d.ts +1 -1
  539. package/esm/modules/file-browser/listeners/state-listeners.js +1 -1
  540. package/esm/modules/file-browser/ui/files/files.d.ts +1 -1
  541. package/esm/modules/file-browser/ui/files/files.js +1 -1
  542. package/esm/modules/file-browser/ui/index.d.ts +1 -1
  543. package/esm/modules/file-browser/ui/index.js +1 -1
  544. package/esm/modules/file-browser/ui/tree/tree.d.ts +1 -1
  545. package/esm/modules/file-browser/ui/tree/tree.js +1 -1
  546. package/esm/modules/history/command.d.ts +1 -1
  547. package/esm/modules/history/command.js +1 -1
  548. package/esm/modules/history/history.d.ts +1 -1
  549. package/esm/modules/history/history.js +1 -1
  550. package/esm/modules/history/snapshot.d.ts +1 -1
  551. package/esm/modules/history/snapshot.js +1 -1
  552. package/esm/modules/history/stack.d.ts +1 -1
  553. package/esm/modules/history/stack.js +1 -1
  554. package/esm/modules/image-editor/config.d.ts +1 -1
  555. package/esm/modules/image-editor/config.js +1 -1
  556. package/esm/modules/image-editor/image-editor.d.ts +1 -1
  557. package/esm/modules/image-editor/image-editor.js +1 -1
  558. package/esm/modules/image-editor/templates/form.d.ts +1 -1
  559. package/esm/modules/image-editor/templates/form.js +1 -1
  560. package/esm/modules/index.d.ts +1 -1
  561. package/esm/modules/index.js +1 -1
  562. package/esm/modules/messages/message.d.ts +1 -1
  563. package/esm/modules/messages/message.js +1 -1
  564. package/esm/modules/messages/messages.d.ts +1 -1
  565. package/esm/modules/messages/messages.js +1 -1
  566. package/esm/modules/status-bar/status-bar.d.ts +1 -1
  567. package/esm/modules/status-bar/status-bar.js +1 -1
  568. package/esm/modules/table/table.d.ts +1 -1
  569. package/esm/modules/table/table.js +1 -1
  570. package/esm/modules/toolbar/button/button.d.ts +1 -1
  571. package/esm/modules/toolbar/button/button.js +1 -1
  572. package/esm/modules/toolbar/button/content.d.ts +1 -1
  573. package/esm/modules/toolbar/button/content.js +1 -1
  574. package/esm/modules/toolbar/button/index.d.ts +1 -1
  575. package/esm/modules/toolbar/button/index.js +1 -1
  576. package/esm/modules/toolbar/button/select/select.d.ts +1 -1
  577. package/esm/modules/toolbar/button/select/select.js +1 -1
  578. package/esm/modules/toolbar/collection/collection.d.ts +1 -1
  579. package/esm/modules/toolbar/collection/collection.js +1 -1
  580. package/esm/modules/toolbar/collection/editor-collection.d.ts +1 -1
  581. package/esm/modules/toolbar/collection/editor-collection.js +1 -1
  582. package/esm/modules/toolbar/factory.d.ts +1 -1
  583. package/esm/modules/toolbar/factory.js +1 -1
  584. package/esm/modules/uploader/config.d.ts +1 -1
  585. package/esm/modules/uploader/config.js +1 -1
  586. package/esm/modules/uploader/helpers/build-data.d.ts +1 -1
  587. package/esm/modules/uploader/helpers/build-data.js +1 -1
  588. package/esm/modules/uploader/helpers/data-uri-to-blob.d.ts +1 -1
  589. package/esm/modules/uploader/helpers/data-uri-to-blob.js +1 -1
  590. package/esm/modules/uploader/helpers/index.d.ts +1 -1
  591. package/esm/modules/uploader/helpers/index.js +1 -1
  592. package/esm/modules/uploader/helpers/process-old-browser-drag.d.ts +1 -1
  593. package/esm/modules/uploader/helpers/process-old-browser-drag.js +1 -1
  594. package/esm/modules/uploader/helpers/send-files.d.ts +1 -1
  595. package/esm/modules/uploader/helpers/send-files.js +1 -1
  596. package/esm/modules/uploader/helpers/send.d.ts +1 -1
  597. package/esm/modules/uploader/helpers/send.js +1 -1
  598. package/esm/modules/uploader/uploader.d.ts +1 -1
  599. package/esm/modules/uploader/uploader.js +1 -1
  600. package/esm/modules/widget/color-picker/color-picker.d.ts +1 -1
  601. package/esm/modules/widget/color-picker/color-picker.js +1 -1
  602. package/esm/modules/widget/file-selector/file-selector.d.ts +1 -1
  603. package/esm/modules/widget/file-selector/file-selector.js +1 -1
  604. package/esm/modules/widget/index.d.ts +1 -1
  605. package/esm/modules/widget/index.js +1 -1
  606. package/esm/modules/widget/tabs/tabs.d.ts +1 -1
  607. package/esm/modules/widget/tabs/tabs.js +1 -1
  608. package/esm/plugins/about/about.d.ts +1 -1
  609. package/esm/plugins/about/about.js +1 -1
  610. package/esm/plugins/add-new-line/add-new-line.d.ts +1 -1
  611. package/esm/plugins/add-new-line/add-new-line.js +1 -1
  612. package/esm/plugins/add-new-line/config.d.ts +1 -1
  613. package/esm/plugins/add-new-line/config.js +1 -1
  614. package/esm/plugins/ai-assistant/ai-assistant.d.ts +1 -1
  615. package/esm/plugins/ai-assistant/ai-assistant.js +1 -1
  616. package/esm/plugins/ai-assistant/config.d.ts +1 -1
  617. package/esm/plugins/ai-assistant/config.js +1 -1
  618. package/esm/plugins/ai-assistant/langs/en.js +1 -1
  619. package/esm/plugins/ai-assistant/langs/es.js +1 -1
  620. package/esm/plugins/ai-assistant/langs/index.d.ts +1 -1
  621. package/esm/plugins/ai-assistant/langs/index.js +1 -1
  622. package/esm/plugins/ai-assistant/ui/ui-ai-assistant.d.ts +1 -1
  623. package/esm/plugins/ai-assistant/ui/ui-ai-assistant.js +1 -1
  624. package/esm/plugins/backspace/backspace.d.ts +1 -1
  625. package/esm/plugins/backspace/backspace.js +1 -1
  626. package/esm/plugins/backspace/cases/check-join-neighbors.d.ts +1 -1
  627. package/esm/plugins/backspace/cases/check-join-neighbors.js +1 -1
  628. package/esm/plugins/backspace/cases/check-join-two-lists.d.ts +1 -1
  629. package/esm/plugins/backspace/cases/check-join-two-lists.js +1 -1
  630. package/esm/plugins/backspace/cases/check-not-collapsed.d.ts +1 -1
  631. package/esm/plugins/backspace/cases/check-not-collapsed.js +1 -1
  632. package/esm/plugins/backspace/cases/check-remove-char.d.ts +1 -1
  633. package/esm/plugins/backspace/cases/check-remove-char.js +1 -1
  634. package/esm/plugins/backspace/cases/check-remove-content-not-editable.d.ts +1 -1
  635. package/esm/plugins/backspace/cases/check-remove-content-not-editable.js +1 -1
  636. package/esm/plugins/backspace/cases/check-remove-empty-neighbor.d.ts +1 -1
  637. package/esm/plugins/backspace/cases/check-remove-empty-neighbor.js +1 -1
  638. package/esm/plugins/backspace/cases/check-remove-empty-parent.d.ts +1 -1
  639. package/esm/plugins/backspace/cases/check-remove-empty-parent.js +1 -1
  640. package/esm/plugins/backspace/cases/check-remove-unbreakable-element.d.ts +1 -1
  641. package/esm/plugins/backspace/cases/check-remove-unbreakable-element.js +1 -1
  642. package/esm/plugins/backspace/cases/check-table-cell.d.ts +1 -1
  643. package/esm/plugins/backspace/cases/check-table-cell.js +1 -1
  644. package/esm/plugins/backspace/cases/check-unwrap-first-list-item.d.ts +1 -1
  645. package/esm/plugins/backspace/cases/check-unwrap-first-list-item.js +1 -1
  646. package/esm/plugins/backspace/cases/index.d.ts +1 -1
  647. package/esm/plugins/backspace/cases/index.js +1 -1
  648. package/esm/plugins/backspace/config.d.ts +1 -1
  649. package/esm/plugins/backspace/config.js +1 -1
  650. package/esm/plugins/backspace/helpers.d.ts +1 -1
  651. package/esm/plugins/backspace/helpers.js +1 -1
  652. package/esm/plugins/backspace/interface.d.ts +1 -1
  653. package/esm/plugins/backspace/interface.js +1 -1
  654. package/esm/plugins/bold/bold.d.ts +1 -1
  655. package/esm/plugins/bold/bold.js +1 -1
  656. package/esm/plugins/bold/config.d.ts +1 -1
  657. package/esm/plugins/bold/config.js +1 -1
  658. package/esm/plugins/bold/interface.d.ts +1 -1
  659. package/esm/plugins/class-span/class-span.d.ts +1 -1
  660. package/esm/plugins/class-span/class-span.js +1 -1
  661. package/esm/plugins/clean-html/clean-html.d.ts +1 -1
  662. package/esm/plugins/clean-html/clean-html.js +1 -1
  663. package/esm/plugins/clean-html/config.d.ts +1 -1
  664. package/esm/plugins/clean-html/config.js +1 -1
  665. package/esm/plugins/clean-html/helpers/get-hash.d.ts +1 -1
  666. package/esm/plugins/clean-html/helpers/get-hash.js +1 -1
  667. package/esm/plugins/clean-html/helpers/index.d.ts +1 -1
  668. package/esm/plugins/clean-html/helpers/index.js +1 -1
  669. package/esm/plugins/clean-html/helpers/remove-format/remove-format-for-collapsed-selection.d.ts +1 -1
  670. package/esm/plugins/clean-html/helpers/remove-format/remove-format-for-collapsed-selection.js +1 -1
  671. package/esm/plugins/clean-html/helpers/remove-format/remove-format-for-selection.d.ts +1 -1
  672. package/esm/plugins/clean-html/helpers/remove-format/remove-format-for-selection.js +1 -1
  673. package/esm/plugins/clean-html/helpers/visitor/filters/allow-attributes.d.ts +1 -1
  674. package/esm/plugins/clean-html/helpers/visitor/filters/allow-attributes.js +1 -1
  675. package/esm/plugins/clean-html/helpers/visitor/filters/fill-empty-paragraph.d.ts +1 -1
  676. package/esm/plugins/clean-html/helpers/visitor/filters/fill-empty-paragraph.js +1 -1
  677. package/esm/plugins/clean-html/helpers/visitor/filters/index.d.ts +1 -1
  678. package/esm/plugins/clean-html/helpers/visitor/filters/index.js +1 -1
  679. package/esm/plugins/clean-html/helpers/visitor/filters/remove-empty-text-node.d.ts +1 -1
  680. package/esm/plugins/clean-html/helpers/visitor/filters/remove-empty-text-node.js +1 -1
  681. package/esm/plugins/clean-html/helpers/visitor/filters/remove-inv-text-nodes.d.ts +1 -1
  682. package/esm/plugins/clean-html/helpers/visitor/filters/remove-inv-text-nodes.js +1 -1
  683. package/esm/plugins/clean-html/helpers/visitor/filters/replace-old-tags.d.ts +1 -1
  684. package/esm/plugins/clean-html/helpers/visitor/filters/replace-old-tags.js +1 -1
  685. package/esm/plugins/clean-html/helpers/visitor/filters/sanitize-attributes.d.ts +1 -1
  686. package/esm/plugins/clean-html/helpers/visitor/filters/sanitize-attributes.js +1 -1
  687. package/esm/plugins/clean-html/helpers/visitor/filters/try-remove-node.d.ts +1 -1
  688. package/esm/plugins/clean-html/helpers/visitor/filters/try-remove-node.js +1 -1
  689. package/esm/plugins/clean-html/helpers/visitor/visit-node-walker.d.ts +1 -1
  690. package/esm/plugins/clean-html/helpers/visitor/visit-node-walker.js +1 -1
  691. package/esm/plugins/clipboard/clipboard.d.ts +1 -1
  692. package/esm/plugins/clipboard/clipboard.js +1 -1
  693. package/esm/plugins/clipboard/config.d.ts +1 -1
  694. package/esm/plugins/clipboard/config.js +1 -1
  695. package/esm/plugins/color/color.d.ts +1 -1
  696. package/esm/plugins/color/color.js +1 -1
  697. package/esm/plugins/color/config.d.ts +1 -1
  698. package/esm/plugins/color/config.js +1 -1
  699. package/esm/plugins/copy-format/copy-format.d.ts +1 -1
  700. package/esm/plugins/copy-format/copy-format.js +1 -1
  701. package/esm/plugins/copy-format/langs/ar.js +1 -1
  702. package/esm/plugins/copy-format/langs/cs_cz.js +1 -1
  703. package/esm/plugins/copy-format/langs/de.js +1 -1
  704. package/esm/plugins/copy-format/langs/es.js +1 -1
  705. package/esm/plugins/copy-format/langs/fa.js +1 -1
  706. package/esm/plugins/copy-format/langs/fi.js +1 -1
  707. package/esm/plugins/copy-format/langs/fr.js +1 -1
  708. package/esm/plugins/copy-format/langs/he.js +1 -1
  709. package/esm/plugins/copy-format/langs/hu.js +1 -1
  710. package/esm/plugins/copy-format/langs/id.js +1 -1
  711. package/esm/plugins/copy-format/langs/index.d.ts +1 -1
  712. package/esm/plugins/copy-format/langs/index.js +1 -1
  713. package/esm/plugins/copy-format/langs/it.js +1 -1
  714. package/esm/plugins/copy-format/langs/ja.js +1 -1
  715. package/esm/plugins/copy-format/langs/ko.js +1 -1
  716. package/esm/plugins/copy-format/langs/mn.js +1 -1
  717. package/esm/plugins/copy-format/langs/nl.js +1 -1
  718. package/esm/plugins/copy-format/langs/pl.js +1 -1
  719. package/esm/plugins/copy-format/langs/pt_br.js +1 -1
  720. package/esm/plugins/copy-format/langs/ru.js +1 -1
  721. package/esm/plugins/copy-format/langs/tr.js +1 -1
  722. package/esm/plugins/copy-format/langs/zh_cn.js +1 -1
  723. package/esm/plugins/copy-format/langs/zh_tw.js +1 -1
  724. package/esm/plugins/debug/debug.d.ts +1 -1
  725. package/esm/plugins/delete/delete.d.ts +1 -1
  726. package/esm/plugins/delete/delete.js +1 -1
  727. package/esm/plugins/delete/interface.d.ts +1 -1
  728. package/esm/plugins/drag-and-drop/drag-and-drop.d.ts +1 -1
  729. package/esm/plugins/drag-and-drop/drag-and-drop.js +1 -1
  730. package/esm/plugins/drag-and-drop-element/config.d.ts +1 -1
  731. package/esm/plugins/drag-and-drop-element/config.js +1 -1
  732. package/esm/plugins/drag-and-drop-element/drag-and-drop-element.d.ts +1 -1
  733. package/esm/plugins/drag-and-drop-element/drag-and-drop-element.js +1 -1
  734. package/esm/plugins/dtd/after-insert/index.d.ts +1 -1
  735. package/esm/plugins/dtd/after-insert/index.js +1 -1
  736. package/esm/plugins/dtd/after-insert/remove-extra-br.d.ts +1 -1
  737. package/esm/plugins/dtd/after-insert/remove-extra-br.js +1 -1
  738. package/esm/plugins/dtd/before-insert/check-block-nesting.d.ts +1 -1
  739. package/esm/plugins/dtd/before-insert/check-block-nesting.js +1 -1
  740. package/esm/plugins/dtd/before-insert/index.d.ts +1 -1
  741. package/esm/plugins/dtd/before-insert/index.js +1 -1
  742. package/esm/plugins/dtd/config.d.ts +1 -1
  743. package/esm/plugins/dtd/config.js +1 -1
  744. package/esm/plugins/dtd/dtd.d.ts +1 -1
  745. package/esm/plugins/dtd/dtd.js +1 -1
  746. package/esm/plugins/enter/enter.d.ts +1 -1
  747. package/esm/plugins/enter/enter.js +1 -1
  748. package/esm/plugins/enter/helpers/check-br.d.ts +1 -1
  749. package/esm/plugins/enter/helpers/check-br.js +1 -1
  750. package/esm/plugins/enter/helpers/check-unsplittable-box.d.ts +1 -1
  751. package/esm/plugins/enter/helpers/check-unsplittable-box.js +1 -1
  752. package/esm/plugins/enter/helpers/get-block-wrapper.d.ts +1 -1
  753. package/esm/plugins/enter/helpers/get-block-wrapper.js +1 -1
  754. package/esm/plugins/enter/helpers/has-previous-block.d.ts +1 -1
  755. package/esm/plugins/enter/helpers/has-previous-block.js +1 -1
  756. package/esm/plugins/enter/helpers/index.d.ts +1 -1
  757. package/esm/plugins/enter/helpers/index.js +1 -1
  758. package/esm/plugins/enter/helpers/insert-paragraph.d.ts +1 -1
  759. package/esm/plugins/enter/helpers/insert-paragraph.js +1 -1
  760. package/esm/plugins/enter/helpers/move-cursor-out-from-specal-tags.d.ts +1 -1
  761. package/esm/plugins/enter/helpers/move-cursor-out-from-specal-tags.js +1 -1
  762. package/esm/plugins/enter/helpers/process-empty-li-leaf.d.ts +1 -1
  763. package/esm/plugins/enter/helpers/process-empty-li-leaf.js +1 -1
  764. package/esm/plugins/enter/helpers/split-fragment.d.ts +1 -1
  765. package/esm/plugins/enter/helpers/split-fragment.js +1 -1
  766. package/esm/plugins/enter/helpers/wrap-text.d.ts +1 -1
  767. package/esm/plugins/enter/helpers/wrap-text.js +1 -1
  768. package/esm/plugins/enter/interface.d.ts +1 -1
  769. package/esm/plugins/file/file.d.ts +1 -1
  770. package/esm/plugins/file/file.js +1 -1
  771. package/esm/plugins/focus/focus.d.ts +1 -1
  772. package/esm/plugins/focus/focus.js +1 -1
  773. package/esm/plugins/font/config.d.ts +1 -1
  774. package/esm/plugins/font/config.js +1 -1
  775. package/esm/plugins/font/font.d.ts +1 -1
  776. package/esm/plugins/font/font.js +1 -1
  777. package/esm/plugins/format-block/config.d.ts +1 -1
  778. package/esm/plugins/format-block/config.js +1 -1
  779. package/esm/plugins/format-block/format-block.d.ts +1 -1
  780. package/esm/plugins/format-block/format-block.js +1 -1
  781. package/esm/plugins/fullsize/config.d.ts +1 -1
  782. package/esm/plugins/fullsize/config.js +1 -1
  783. package/esm/plugins/fullsize/fullsize.d.ts +1 -1
  784. package/esm/plugins/fullsize/fullsize.js +1 -1
  785. package/esm/plugins/hotkeys/config.d.ts +1 -1
  786. package/esm/plugins/hotkeys/config.js +1 -1
  787. package/esm/plugins/hotkeys/hotkeys.d.ts +1 -1
  788. package/esm/plugins/hotkeys/hotkeys.js +1 -1
  789. package/esm/plugins/hr/hr.d.ts +1 -1
  790. package/esm/plugins/hr/hr.js +1 -1
  791. package/esm/plugins/iframe/config.d.ts +1 -1
  792. package/esm/plugins/iframe/config.js +1 -1
  793. package/esm/plugins/iframe/iframe.d.ts +1 -1
  794. package/esm/plugins/iframe/iframe.js +1 -1
  795. package/esm/plugins/image/image.d.ts +1 -1
  796. package/esm/plugins/image/image.js +1 -1
  797. package/esm/plugins/image-processor/config.d.ts +1 -1
  798. package/esm/plugins/image-processor/config.js +1 -1
  799. package/esm/plugins/image-processor/image-processor.d.ts +1 -1
  800. package/esm/plugins/image-processor/image-processor.js +1 -1
  801. package/esm/plugins/image-properties/config.d.ts +1 -1
  802. package/esm/plugins/image-properties/config.js +1 -1
  803. package/esm/plugins/image-properties/image-properties.d.ts +1 -1
  804. package/esm/plugins/image-properties/image-properties.js +1 -1
  805. package/esm/plugins/image-properties/interface.d.ts +1 -1
  806. package/esm/plugins/image-properties/readers/align.d.ts +1 -1
  807. package/esm/plugins/image-properties/readers/align.js +1 -1
  808. package/esm/plugins/image-properties/readers/index.d.ts +1 -1
  809. package/esm/plugins/image-properties/readers/index.js +1 -1
  810. package/esm/plugins/image-properties/readers/link.d.ts +1 -1
  811. package/esm/plugins/image-properties/readers/link.js +1 -1
  812. package/esm/plugins/image-properties/readers/margin.d.ts +1 -1
  813. package/esm/plugins/image-properties/readers/margin.js +1 -1
  814. package/esm/plugins/image-properties/readers/size.d.ts +1 -1
  815. package/esm/plugins/image-properties/readers/size.js +1 -1
  816. package/esm/plugins/image-properties/ui/ui-image-form.d.ts +1 -1
  817. package/esm/plugins/image-properties/ui/ui-image-form.js +1 -1
  818. package/esm/plugins/image-properties/ui/ui-image-main-tab.d.ts +1 -1
  819. package/esm/plugins/image-properties/ui/ui-image-main-tab.js +1 -1
  820. package/esm/plugins/image-properties/ui/ui-image-position-tab.d.ts +1 -1
  821. package/esm/plugins/image-properties/ui/ui-image-position-tab.js +1 -1
  822. package/esm/plugins/image-properties/utils/open-image-editor.d.ts +1 -1
  823. package/esm/plugins/image-properties/utils/open-image-editor.js +1 -1
  824. package/esm/plugins/image-properties/utils/open-image-popup.d.ts +1 -1
  825. package/esm/plugins/image-properties/utils/open-image-popup.js +1 -1
  826. package/esm/plugins/image-properties/utils/utils.d.ts +1 -1
  827. package/esm/plugins/image-properties/utils/utils.js +1 -1
  828. package/esm/plugins/image-properties/writers/index.d.ts +1 -1
  829. package/esm/plugins/image-properties/writers/index.js +1 -1
  830. package/esm/plugins/image-properties/writers/link.d.ts +1 -1
  831. package/esm/plugins/image-properties/writers/link.js +1 -1
  832. package/esm/plugins/image-properties/writers/margin.d.ts +1 -1
  833. package/esm/plugins/image-properties/writers/margin.js +1 -1
  834. package/esm/plugins/image-properties/writers/size.d.ts +1 -1
  835. package/esm/plugins/image-properties/writers/size.js +1 -1
  836. package/esm/plugins/indent/config.d.ts +1 -1
  837. package/esm/plugins/indent/config.js +1 -1
  838. package/esm/plugins/indent/helpers.d.ts +1 -1
  839. package/esm/plugins/indent/helpers.js +1 -1
  840. package/esm/plugins/indent/indent.d.ts +1 -1
  841. package/esm/plugins/indent/indent.js +1 -1
  842. package/esm/plugins/index.d.ts +1 -1
  843. package/esm/plugins/index.js +1 -1
  844. package/esm/plugins/inline-popup/config/config.d.ts +1 -1
  845. package/esm/plugins/inline-popup/config/config.js +1 -1
  846. package/esm/plugins/inline-popup/config/items/a.d.ts +1 -1
  847. package/esm/plugins/inline-popup/config/items/a.js +1 -1
  848. package/esm/plugins/inline-popup/config/items/cells.d.ts +1 -1
  849. package/esm/plugins/inline-popup/config/items/cells.js +1 -1
  850. package/esm/plugins/inline-popup/config/items/iframe.d.ts +1 -1
  851. package/esm/plugins/inline-popup/config/items/iframe.js +1 -1
  852. package/esm/plugins/inline-popup/config/items/img.d.ts +1 -1
  853. package/esm/plugins/inline-popup/config/items/img.js +1 -1
  854. package/esm/plugins/inline-popup/config/items/toolbar.d.ts +1 -1
  855. package/esm/plugins/inline-popup/config/items/toolbar.js +1 -1
  856. package/esm/plugins/inline-popup/inline-popup.d.ts +1 -1
  857. package/esm/plugins/inline-popup/inline-popup.js +1 -1
  858. package/esm/plugins/justify/justify.d.ts +1 -1
  859. package/esm/plugins/justify/justify.js +1 -1
  860. package/esm/plugins/key-arrow-outside/key-arrow-outside.d.ts +1 -1
  861. package/esm/plugins/key-arrow-outside/key-arrow-outside.js +1 -1
  862. package/esm/plugins/limit/config.d.ts +1 -1
  863. package/esm/plugins/limit/config.js +1 -1
  864. package/esm/plugins/limit/limit.d.ts +1 -1
  865. package/esm/plugins/limit/limit.js +1 -1
  866. package/esm/plugins/line-height/config.d.ts +1 -1
  867. package/esm/plugins/line-height/config.js +1 -1
  868. package/esm/plugins/line-height/langs/ar.js +1 -1
  869. package/esm/plugins/line-height/langs/cs_cz.js +1 -1
  870. package/esm/plugins/line-height/langs/de.js +1 -1
  871. package/esm/plugins/line-height/langs/es.js +1 -1
  872. package/esm/plugins/line-height/langs/fa.js +1 -1
  873. package/esm/plugins/line-height/langs/fi.js +1 -1
  874. package/esm/plugins/line-height/langs/fr.js +1 -1
  875. package/esm/plugins/line-height/langs/he.js +1 -1
  876. package/esm/plugins/line-height/langs/hu.js +1 -1
  877. package/esm/plugins/line-height/langs/id.js +1 -1
  878. package/esm/plugins/line-height/langs/index.d.ts +1 -1
  879. package/esm/plugins/line-height/langs/index.js +1 -1
  880. package/esm/plugins/line-height/langs/it.js +1 -1
  881. package/esm/plugins/line-height/langs/ja.js +1 -1
  882. package/esm/plugins/line-height/langs/ko.js +1 -1
  883. package/esm/plugins/line-height/langs/mn.js +1 -1
  884. package/esm/plugins/line-height/langs/nl.js +1 -1
  885. package/esm/plugins/line-height/langs/pl.js +1 -1
  886. package/esm/plugins/line-height/langs/pt_br.js +1 -1
  887. package/esm/plugins/line-height/langs/ru.js +1 -1
  888. package/esm/plugins/line-height/langs/tr.js +1 -1
  889. package/esm/plugins/line-height/langs/ua.js +1 -1
  890. package/esm/plugins/line-height/langs/zh_cn.js +1 -1
  891. package/esm/plugins/line-height/langs/zh_tw.js +1 -1
  892. package/esm/plugins/line-height/line-height.d.ts +1 -1
  893. package/esm/plugins/line-height/line-height.js +1 -1
  894. package/esm/plugins/link/config.d.ts +1 -1
  895. package/esm/plugins/link/config.js +1 -1
  896. package/esm/plugins/link/link.d.ts +1 -1
  897. package/esm/plugins/link/link.js +1 -1
  898. package/esm/plugins/link/template.d.ts +1 -1
  899. package/esm/plugins/link/template.js +1 -1
  900. package/esm/plugins/media/config.d.ts +1 -1
  901. package/esm/plugins/media/config.js +1 -1
  902. package/esm/plugins/media/media.d.ts +1 -1
  903. package/esm/plugins/media/media.js +1 -1
  904. package/esm/plugins/mobile/config.d.ts +1 -1
  905. package/esm/plugins/mobile/config.js +1 -1
  906. package/esm/plugins/mobile/mobile.d.ts +1 -1
  907. package/esm/plugins/mobile/mobile.js +1 -1
  908. package/esm/plugins/ordered-list/config.d.ts +1 -1
  909. package/esm/plugins/ordered-list/config.js +1 -1
  910. package/esm/plugins/ordered-list/ordered-list.d.ts +1 -1
  911. package/esm/plugins/ordered-list/ordered-list.js +1 -1
  912. package/esm/plugins/paste/config.d.ts +1 -1
  913. package/esm/plugins/paste/config.js +1 -1
  914. package/esm/plugins/paste/helpers.d.ts +1 -1
  915. package/esm/plugins/paste/helpers.js +1 -1
  916. package/esm/plugins/paste/interface.d.ts +1 -1
  917. package/esm/plugins/paste/interface.js +1 -1
  918. package/esm/plugins/paste/paste.d.ts +1 -1
  919. package/esm/plugins/paste/paste.js +1 -1
  920. package/esm/plugins/paste-from-word/config.d.ts +1 -1
  921. package/esm/plugins/paste-from-word/config.js +1 -1
  922. package/esm/plugins/paste-from-word/paste-from-word.d.ts +1 -1
  923. package/esm/plugins/paste-from-word/paste-from-word.js +1 -1
  924. package/esm/plugins/paste-storage/paste-storage.d.ts +1 -1
  925. package/esm/plugins/paste-storage/paste-storage.js +1 -1
  926. package/esm/plugins/placeholder/config.d.ts +1 -1
  927. package/esm/plugins/placeholder/config.js +1 -1
  928. package/esm/plugins/placeholder/placeholder.d.ts +1 -1
  929. package/esm/plugins/placeholder/placeholder.js +1 -1
  930. package/esm/plugins/powered-by-jodit/powered-by-jodit.d.ts +1 -1
  931. package/esm/plugins/powered-by-jodit/powered-by-jodit.js +1 -1
  932. package/esm/plugins/preview/preview.d.ts +1 -1
  933. package/esm/plugins/preview/preview.js +1 -1
  934. package/esm/plugins/print/lib/generate-critical-css.d.ts +1 -1
  935. package/esm/plugins/print/lib/generate-critical-css.js +1 -1
  936. package/esm/plugins/print/print.d.ts +1 -1
  937. package/esm/plugins/print/print.js +1 -1
  938. package/esm/plugins/redo-undo/redo-undo.d.ts +1 -1
  939. package/esm/plugins/redo-undo/redo-undo.js +1 -1
  940. package/esm/plugins/resize-cells/config.d.ts +1 -1
  941. package/esm/plugins/resize-cells/config.js +1 -1
  942. package/esm/plugins/resize-cells/resize-cells.d.ts +1 -1
  943. package/esm/plugins/resize-cells/resize-cells.js +1 -1
  944. package/esm/plugins/resize-handler/config.d.ts +1 -1
  945. package/esm/plugins/resize-handler/config.js +1 -1
  946. package/esm/plugins/resize-handler/resize-handler.d.ts +1 -1
  947. package/esm/plugins/resize-handler/resize-handler.js +1 -1
  948. package/esm/plugins/resizer/config.d.ts +1 -1
  949. package/esm/plugins/resizer/config.js +1 -1
  950. package/esm/plugins/resizer/resizer.d.ts +1 -1
  951. package/esm/plugins/resizer/resizer.js +1 -1
  952. package/esm/plugins/search/config.d.ts +1 -1
  953. package/esm/plugins/search/config.js +1 -1
  954. package/esm/plugins/search/helpers/highlight-text-ranges.d.ts +1 -1
  955. package/esm/plugins/search/helpers/highlight-text-ranges.js +1 -1
  956. package/esm/plugins/search/helpers/index.d.ts +1 -1
  957. package/esm/plugins/search/helpers/index.js +1 -1
  958. package/esm/plugins/search/helpers/sentence-finder.d.ts +1 -1
  959. package/esm/plugins/search/helpers/sentence-finder.js +1 -1
  960. package/esm/plugins/search/interface.d.ts +1 -1
  961. package/esm/plugins/search/search.d.ts +1 -1
  962. package/esm/plugins/search/search.js +1 -1
  963. package/esm/plugins/search/ui/search.d.ts +1 -1
  964. package/esm/plugins/search/ui/search.js +1 -1
  965. package/esm/plugins/select/config.d.ts +1 -1
  966. package/esm/plugins/select/config.js +1 -1
  967. package/esm/plugins/select/select.d.ts +1 -1
  968. package/esm/plugins/select/select.js +1 -1
  969. package/esm/plugins/select-cells/config.d.ts +1 -1
  970. package/esm/plugins/select-cells/config.js +1 -1
  971. package/esm/plugins/select-cells/select-cells.d.ts +1 -1
  972. package/esm/plugins/select-cells/select-cells.js +1 -1
  973. package/esm/plugins/size/config.d.ts +1 -1
  974. package/esm/plugins/size/config.js +1 -1
  975. package/esm/plugins/size/size.d.ts +1 -1
  976. package/esm/plugins/size/size.js +1 -1
  977. package/esm/plugins/source/config.d.ts +1 -1
  978. package/esm/plugins/source/config.js +1 -1
  979. package/esm/plugins/source/editor/engines/ace.d.ts +1 -1
  980. package/esm/plugins/source/editor/engines/ace.js +1 -1
  981. package/esm/plugins/source/editor/engines/area.d.ts +1 -1
  982. package/esm/plugins/source/editor/engines/area.js +1 -1
  983. package/esm/plugins/source/editor/engines/index.d.ts +1 -1
  984. package/esm/plugins/source/editor/engines/index.js +1 -1
  985. package/esm/plugins/source/editor/factory.d.ts +1 -1
  986. package/esm/plugins/source/editor/factory.js +1 -1
  987. package/esm/plugins/source/editor/sourceEditor.d.ts +1 -1
  988. package/esm/plugins/source/editor/sourceEditor.js +1 -1
  989. package/esm/plugins/source/source.d.ts +1 -1
  990. package/esm/plugins/source/source.js +1 -1
  991. package/esm/plugins/speech-recognize/config.d.ts +1 -1
  992. package/esm/plugins/speech-recognize/config.js +1 -1
  993. package/esm/plugins/speech-recognize/constants.d.ts +1 -1
  994. package/esm/plugins/speech-recognize/constants.js +1 -1
  995. package/esm/plugins/speech-recognize/helpers/api.d.ts +1 -1
  996. package/esm/plugins/speech-recognize/helpers/api.js +1 -1
  997. package/esm/plugins/speech-recognize/helpers/exec-spell-command.d.ts +1 -1
  998. package/esm/plugins/speech-recognize/helpers/exec-spell-command.js +1 -1
  999. package/esm/plugins/speech-recognize/helpers/recognize-manager.d.ts +1 -1
  1000. package/esm/plugins/speech-recognize/helpers/recognize-manager.js +1 -1
  1001. package/esm/plugins/speech-recognize/helpers/sound.d.ts +1 -1
  1002. package/esm/plugins/speech-recognize/helpers/sound.js +1 -1
  1003. package/esm/plugins/speech-recognize/interface.d.ts +1 -1
  1004. package/esm/plugins/speech-recognize/interface.js +1 -1
  1005. package/esm/plugins/speech-recognize/langs/ar.js +1 -1
  1006. package/esm/plugins/speech-recognize/langs/cs_cz.js +1 -1
  1007. package/esm/plugins/speech-recognize/langs/de.js +1 -1
  1008. package/esm/plugins/speech-recognize/langs/es.js +1 -1
  1009. package/esm/plugins/speech-recognize/langs/fa.js +1 -1
  1010. package/esm/plugins/speech-recognize/langs/fi.js +1 -1
  1011. package/esm/plugins/speech-recognize/langs/fr.js +1 -1
  1012. package/esm/plugins/speech-recognize/langs/he.js +1 -1
  1013. package/esm/plugins/speech-recognize/langs/hu.js +1 -1
  1014. package/esm/plugins/speech-recognize/langs/id.js +1 -1
  1015. package/esm/plugins/speech-recognize/langs/index.d.ts +1 -1
  1016. package/esm/plugins/speech-recognize/langs/index.js +1 -1
  1017. package/esm/plugins/speech-recognize/langs/it.js +1 -1
  1018. package/esm/plugins/speech-recognize/langs/ja.js +1 -1
  1019. package/esm/plugins/speech-recognize/langs/ko.js +1 -1
  1020. package/esm/plugins/speech-recognize/langs/mn.js +1 -1
  1021. package/esm/plugins/speech-recognize/langs/nl.js +1 -1
  1022. package/esm/plugins/speech-recognize/langs/pl.js +1 -1
  1023. package/esm/plugins/speech-recognize/langs/pt_br.js +1 -1
  1024. package/esm/plugins/speech-recognize/langs/ru.js +1 -1
  1025. package/esm/plugins/speech-recognize/langs/tr.js +1 -1
  1026. package/esm/plugins/speech-recognize/langs/ua.js +1 -1
  1027. package/esm/plugins/speech-recognize/langs/zh_cn.js +1 -1
  1028. package/esm/plugins/speech-recognize/langs/zh_tw.js +1 -1
  1029. package/esm/plugins/speech-recognize/speech-recognize.d.ts +1 -1
  1030. package/esm/plugins/speech-recognize/speech-recognize.js +1 -1
  1031. package/esm/plugins/spellcheck/config.d.ts +1 -1
  1032. package/esm/plugins/spellcheck/config.js +1 -1
  1033. package/esm/plugins/spellcheck/langs/ar.js +1 -1
  1034. package/esm/plugins/spellcheck/langs/cs_cz.js +1 -1
  1035. package/esm/plugins/spellcheck/langs/de.js +1 -1
  1036. package/esm/plugins/spellcheck/langs/es.js +1 -1
  1037. package/esm/plugins/spellcheck/langs/fa.js +1 -1
  1038. package/esm/plugins/spellcheck/langs/fi.js +1 -1
  1039. package/esm/plugins/spellcheck/langs/fr.js +1 -1
  1040. package/esm/plugins/spellcheck/langs/he.js +1 -1
  1041. package/esm/plugins/spellcheck/langs/hu.js +1 -1
  1042. package/esm/plugins/spellcheck/langs/id.js +1 -1
  1043. package/esm/plugins/spellcheck/langs/index.d.ts +1 -1
  1044. package/esm/plugins/spellcheck/langs/index.js +1 -1
  1045. package/esm/plugins/spellcheck/langs/it.js +1 -1
  1046. package/esm/plugins/spellcheck/langs/ja.js +1 -1
  1047. package/esm/plugins/spellcheck/langs/ko.js +1 -1
  1048. package/esm/plugins/spellcheck/langs/mn.js +1 -1
  1049. package/esm/plugins/spellcheck/langs/nl.js +1 -1
  1050. package/esm/plugins/spellcheck/langs/pl.js +1 -1
  1051. package/esm/plugins/spellcheck/langs/pt_br.js +1 -1
  1052. package/esm/plugins/spellcheck/langs/ru.js +1 -1
  1053. package/esm/plugins/spellcheck/langs/tr.js +1 -1
  1054. package/esm/plugins/spellcheck/langs/ua.js +1 -1
  1055. package/esm/plugins/spellcheck/langs/zh_cn.js +1 -1
  1056. package/esm/plugins/spellcheck/langs/zh_tw.js +1 -1
  1057. package/esm/plugins/spellcheck/spellcheck.d.ts +1 -1
  1058. package/esm/plugins/spellcheck/spellcheck.js +1 -1
  1059. package/esm/plugins/stat/config.d.ts +1 -1
  1060. package/esm/plugins/stat/config.js +1 -1
  1061. package/esm/plugins/stat/stat.d.ts +1 -1
  1062. package/esm/plugins/stat/stat.js +1 -1
  1063. package/esm/plugins/sticky/config.d.ts +1 -1
  1064. package/esm/plugins/sticky/config.js +1 -1
  1065. package/esm/plugins/sticky/sticky.d.ts +1 -1
  1066. package/esm/plugins/sticky/sticky.js +1 -1
  1067. package/esm/plugins/symbols/config.d.ts +1 -1
  1068. package/esm/plugins/symbols/config.js +1 -1
  1069. package/esm/plugins/symbols/langs/ar.js +1 -1
  1070. package/esm/plugins/symbols/langs/cs_cz.js +1 -1
  1071. package/esm/plugins/symbols/langs/de.js +1 -1
  1072. package/esm/plugins/symbols/langs/es.js +1 -1
  1073. package/esm/plugins/symbols/langs/fa.js +1 -1
  1074. package/esm/plugins/symbols/langs/fi.js +1 -1
  1075. package/esm/plugins/symbols/langs/fr.js +1 -1
  1076. package/esm/plugins/symbols/langs/he.js +1 -1
  1077. package/esm/plugins/symbols/langs/hu.js +1 -1
  1078. package/esm/plugins/symbols/langs/id.js +1 -1
  1079. package/esm/plugins/symbols/langs/index.d.ts +1 -1
  1080. package/esm/plugins/symbols/langs/index.js +1 -1
  1081. package/esm/plugins/symbols/langs/it.js +1 -1
  1082. package/esm/plugins/symbols/langs/ja.js +1 -1
  1083. package/esm/plugins/symbols/langs/ko.js +1 -1
  1084. package/esm/plugins/symbols/langs/mn.js +1 -1
  1085. package/esm/plugins/symbols/langs/nl.js +1 -1
  1086. package/esm/plugins/symbols/langs/pl.js +1 -1
  1087. package/esm/plugins/symbols/langs/pt_br.js +1 -1
  1088. package/esm/plugins/symbols/langs/ru.js +1 -1
  1089. package/esm/plugins/symbols/langs/tr.js +1 -1
  1090. package/esm/plugins/symbols/langs/ua.js +1 -1
  1091. package/esm/plugins/symbols/langs/zh_cn.js +1 -1
  1092. package/esm/plugins/symbols/langs/zh_tw.js +1 -1
  1093. package/esm/plugins/symbols/symbols.d.ts +1 -1
  1094. package/esm/plugins/symbols/symbols.js +1 -1
  1095. package/esm/plugins/tab/cases/index.d.ts +1 -1
  1096. package/esm/plugins/tab/cases/index.js +1 -1
  1097. package/esm/plugins/tab/cases/on-tab-inside-li.d.ts +1 -1
  1098. package/esm/plugins/tab/cases/on-tab-inside-li.js +1 -1
  1099. package/esm/plugins/tab/config.d.ts +1 -1
  1100. package/esm/plugins/tab/config.js +1 -1
  1101. package/esm/plugins/tab/tab.d.ts +1 -1
  1102. package/esm/plugins/tab/tab.js +1 -1
  1103. package/esm/plugins/table/config.d.ts +1 -1
  1104. package/esm/plugins/table/config.js +1 -1
  1105. package/esm/plugins/table/table.d.ts +1 -1
  1106. package/esm/plugins/table/table.js +1 -1
  1107. package/esm/plugins/table-keyboard-navigation/table-keyboard-navigation.d.ts +1 -1
  1108. package/esm/plugins/table-keyboard-navigation/table-keyboard-navigation.js +1 -1
  1109. package/esm/plugins/video/config.d.ts +1 -1
  1110. package/esm/plugins/video/config.js +1 -1
  1111. package/esm/plugins/video/video.d.ts +1 -1
  1112. package/esm/plugins/video/video.js +1 -1
  1113. package/esm/plugins/wrap-nodes/config.d.ts +1 -1
  1114. package/esm/plugins/wrap-nodes/config.js +1 -1
  1115. package/esm/plugins/wrap-nodes/wrap-nodes.d.ts +1 -1
  1116. package/esm/plugins/wrap-nodes/wrap-nodes.js +1 -1
  1117. package/esm/plugins/xpath/config.d.ts +1 -1
  1118. package/esm/plugins/xpath/config.js +1 -1
  1119. package/esm/plugins/xpath/xpath.d.ts +1 -1
  1120. package/esm/plugins/xpath/xpath.js +1 -1
  1121. package/esm/polyfills.js +1 -1
  1122. package/esm/styles/icons/index.d.ts +1 -1
  1123. package/esm/styles/icons/index.js +1 -1
  1124. package/esm/types/ajax.d.ts +1 -1
  1125. package/esm/types/async.d.ts +1 -1
  1126. package/esm/types/context.d.ts +1 -1
  1127. package/esm/types/core.d.ts +1 -1
  1128. package/esm/types/create.d.ts +1 -1
  1129. package/esm/types/dialog.d.ts +1 -1
  1130. package/esm/types/events.d.ts +1 -1
  1131. package/esm/types/file-browser.d.ts +1 -1
  1132. package/esm/types/form.d.ts +1 -1
  1133. package/esm/types/history.d.ts +1 -1
  1134. package/esm/types/index.d.ts +1 -1
  1135. package/esm/types/jodit.d.ts +1 -1
  1136. package/esm/types/messages.d.ts +1 -1
  1137. package/esm/types/plugin.d.ts +1 -1
  1138. package/esm/types/popup.d.ts +1 -1
  1139. package/esm/types/select.d.ts +1 -1
  1140. package/esm/types/source.d.ts +1 -1
  1141. package/esm/types/storage.d.ts +1 -1
  1142. package/esm/types/style.d.ts +1 -1
  1143. package/esm/types/toolbar.d.ts +1 -1
  1144. package/esm/types/traits.d.ts +1 -1
  1145. package/esm/types/types.d.ts +1 -1
  1146. package/esm/types/ui.d.ts +1 -1
  1147. package/esm/types/uploader.d.ts +1 -1
  1148. package/esm/types/view.d.ts +1 -1
  1149. package/esm/typings.d.ts +1 -1
  1150. package/examples/assets/app.js +1 -1
  1151. package/package.json +1 -1
  1152. package/types/config.d.ts +1 -1
  1153. package/types/core/async/async.d.ts +1 -1
  1154. package/types/core/async/index.d.ts +1 -1
  1155. package/types/core/component/component.d.ts +1 -1
  1156. package/types/core/component/index.d.ts +1 -1
  1157. package/types/core/component/statuses.d.ts +1 -1
  1158. package/types/core/component/view-component.d.ts +1 -1
  1159. package/types/core/constants.d.ts +1 -1
  1160. package/types/core/create/create.d.ts +1 -1
  1161. package/types/core/create/index.d.ts +1 -1
  1162. package/types/core/decorators/autobind/autobind.d.ts +1 -1
  1163. package/types/core/decorators/cache/cache.d.ts +1 -1
  1164. package/types/core/decorators/component/component.d.ts +1 -1
  1165. package/types/core/decorators/debounce/debounce.d.ts +1 -1
  1166. package/types/core/decorators/derive/derive.d.ts +1 -1
  1167. package/types/core/decorators/hook/hook.d.ts +1 -1
  1168. package/types/core/decorators/idle/idle.d.ts +1 -1
  1169. package/types/core/decorators/index.d.ts +1 -1
  1170. package/types/core/decorators/nonenumerable/nonenumerable.d.ts +1 -1
  1171. package/types/core/decorators/persistent/persistent.d.ts +1 -1
  1172. package/types/core/decorators/wait/wait.d.ts +1 -1
  1173. package/types/core/decorators/watch/watch.d.ts +1 -1
  1174. package/types/core/dom/dom.d.ts +1 -1
  1175. package/types/core/dom/index.d.ts +1 -1
  1176. package/types/core/dom/lazy-walker.d.ts +1 -1
  1177. package/types/core/event-emitter/event-emitter.d.ts +1 -1
  1178. package/types/core/event-emitter/eventify.d.ts +1 -1
  1179. package/types/core/event-emitter/index.d.ts +1 -1
  1180. package/types/core/event-emitter/observable.d.ts +1 -1
  1181. package/types/core/event-emitter/store.d.ts +1 -1
  1182. package/types/core/global.d.ts +1 -1
  1183. package/types/core/helpers/array/as-array.d.ts +1 -1
  1184. package/types/core/helpers/array/index.d.ts +1 -1
  1185. package/types/core/helpers/array/split-array.d.ts +1 -1
  1186. package/types/core/helpers/array/to-array.d.ts +1 -1
  1187. package/types/core/helpers/async/index.d.ts +1 -1
  1188. package/types/core/helpers/async/set-timeout.d.ts +1 -1
  1189. package/types/core/helpers/checker/has-browser-color-picker.d.ts +1 -1
  1190. package/types/core/helpers/checker/index.d.ts +1 -1
  1191. package/types/core/helpers/checker/is-abort-error.d.ts +1 -1
  1192. package/types/core/helpers/checker/is-array.d.ts +1 -1
  1193. package/types/core/helpers/checker/is-boolean.d.ts +1 -1
  1194. package/types/core/helpers/checker/is-equal.d.ts +1 -1
  1195. package/types/core/helpers/checker/is-function.d.ts +1 -1
  1196. package/types/core/helpers/checker/is-html-from-word.d.ts +1 -1
  1197. package/types/core/helpers/checker/is-html.d.ts +1 -1
  1198. package/types/core/helpers/checker/is-imp-interface.d.ts +1 -1
  1199. package/types/core/helpers/checker/is-int.d.ts +1 -1
  1200. package/types/core/helpers/checker/is-jodit-object.d.ts +1 -1
  1201. package/types/core/helpers/checker/is-license.d.ts +1 -1
  1202. package/types/core/helpers/checker/is-marker.d.ts +1 -1
  1203. package/types/core/helpers/checker/is-native-function.d.ts +1 -1
  1204. package/types/core/helpers/checker/is-number.d.ts +1 -1
  1205. package/types/core/helpers/checker/is-numeric.d.ts +1 -1
  1206. package/types/core/helpers/checker/is-plain-object.d.ts +1 -1
  1207. package/types/core/helpers/checker/is-promise.d.ts +1 -1
  1208. package/types/core/helpers/checker/is-set.d.ts +1 -1
  1209. package/types/core/helpers/checker/is-string.d.ts +1 -1
  1210. package/types/core/helpers/checker/is-url.d.ts +1 -1
  1211. package/types/core/helpers/checker/is-valid-name.d.ts +1 -1
  1212. package/types/core/helpers/checker/is-view-object.d.ts +1 -1
  1213. package/types/core/helpers/checker/is-void.d.ts +1 -1
  1214. package/types/core/helpers/checker/is-window.d.ts +1 -1
  1215. package/types/core/helpers/color/color-to-hex.d.ts +1 -1
  1216. package/types/core/helpers/color/index.d.ts +1 -1
  1217. package/types/core/helpers/html/apply-styles.d.ts +1 -1
  1218. package/types/core/helpers/html/clean-from-word.d.ts +1 -1
  1219. package/types/core/helpers/html/htmlspecialchars.d.ts +1 -1
  1220. package/types/core/helpers/html/index.d.ts +1 -1
  1221. package/types/core/helpers/html/nl2br.d.ts +1 -1
  1222. package/types/core/helpers/html/safe-html.d.ts +1 -1
  1223. package/types/core/helpers/html/strip-tags.d.ts +1 -1
  1224. package/types/core/helpers/index.d.ts +1 -1
  1225. package/types/core/helpers/normalize/index.d.ts +1 -1
  1226. package/types/core/helpers/normalize/normalize-color.d.ts +1 -1
  1227. package/types/core/helpers/normalize/normalize-css-value.d.ts +1 -1
  1228. package/types/core/helpers/normalize/normalize-key-aliases.d.ts +1 -1
  1229. package/types/core/helpers/normalize/normalize-license.d.ts +1 -1
  1230. package/types/core/helpers/normalize/normalize-path.d.ts +1 -1
  1231. package/types/core/helpers/normalize/normalize-relative-path.d.ts +1 -1
  1232. package/types/core/helpers/normalize/normalize-size.d.ts +1 -1
  1233. package/types/core/helpers/normalize/normalize-url.d.ts +1 -1
  1234. package/types/core/helpers/size/get-content-width.d.ts +1 -1
  1235. package/types/core/helpers/size/get-scroll-parent.d.ts +1 -1
  1236. package/types/core/helpers/size/index.d.ts +1 -1
  1237. package/types/core/helpers/size/inner-width.d.ts +1 -1
  1238. package/types/core/helpers/size/object-size.d.ts +1 -1
  1239. package/types/core/helpers/size/offset.d.ts +1 -1
  1240. package/types/core/helpers/size/position.d.ts +1 -1
  1241. package/types/core/helpers/string/camel-case.d.ts +1 -1
  1242. package/types/core/helpers/string/fuzzy-search-index.d.ts +1 -1
  1243. package/types/core/helpers/string/i18n.d.ts +1 -1
  1244. package/types/core/helpers/string/index.d.ts +1 -1
  1245. package/types/core/helpers/string/kebab-case.d.ts +1 -1
  1246. package/types/core/helpers/string/stringify.d.ts +1 -1
  1247. package/types/core/helpers/string/trim.d.ts +1 -1
  1248. package/types/core/helpers/string/ucfirst.d.ts +1 -1
  1249. package/types/core/helpers/utils/align.d.ts +1 -1
  1250. package/types/core/helpers/utils/append-script.d.ts +1 -1
  1251. package/types/core/helpers/utils/assert.d.ts +1 -1
  1252. package/types/core/helpers/utils/attr.d.ts +1 -1
  1253. package/types/core/helpers/utils/browser.d.ts +1 -1
  1254. package/types/core/helpers/utils/build-query.d.ts +1 -1
  1255. package/types/core/helpers/utils/complete-url.d.ts +1 -1
  1256. package/types/core/helpers/utils/config-proto.d.ts +1 -1
  1257. package/types/core/helpers/utils/convert-media-url-to-video-embed.d.ts +1 -1
  1258. package/types/core/helpers/utils/css.d.ts +1 -1
  1259. package/types/core/helpers/utils/ctrl-key.d.ts +1 -1
  1260. package/types/core/helpers/utils/data-bind.d.ts +1 -1
  1261. package/types/core/helpers/utils/default-language.d.ts +1 -1
  1262. package/types/core/helpers/utils/error/error.d.ts +1 -1
  1263. package/types/core/helpers/utils/error/errors/abort-error.d.ts +1 -1
  1264. package/types/core/helpers/utils/error/errors/connection-error.d.ts +1 -1
  1265. package/types/core/helpers/utils/error/errors/index.d.ts +1 -1
  1266. package/types/core/helpers/utils/error/errors/options-error.d.ts +1 -1
  1267. package/types/core/helpers/utils/error/index.d.ts +1 -1
  1268. package/types/core/helpers/utils/extend.d.ts +1 -1
  1269. package/types/core/helpers/utils/get-class-name.d.ts +1 -1
  1270. package/types/core/helpers/utils/get.d.ts +1 -1
  1271. package/types/core/helpers/utils/human-size-to-bytes.d.ts +1 -1
  1272. package/types/core/helpers/utils/index.d.ts +1 -1
  1273. package/types/core/helpers/utils/mark-deprecated.d.ts +1 -1
  1274. package/types/core/helpers/utils/parse-query.d.ts +1 -1
  1275. package/types/core/helpers/utils/print.d.ts +1 -1
  1276. package/types/core/helpers/utils/reset.d.ts +1 -1
  1277. package/types/core/helpers/utils/scroll-into-view.d.ts +1 -1
  1278. package/types/core/helpers/utils/selector.d.ts +1 -1
  1279. package/types/core/helpers/utils/set.d.ts +1 -1
  1280. package/types/core/helpers/utils/stack.d.ts +1 -1
  1281. package/types/core/helpers/utils/utils.d.ts +1 -1
  1282. package/types/core/plugin/helpers/init-instance.d.ts +1 -1
  1283. package/types/core/plugin/helpers/load.d.ts +1 -1
  1284. package/types/core/plugin/helpers/make-instance.d.ts +1 -1
  1285. package/types/core/plugin/helpers/utils.d.ts +1 -1
  1286. package/types/core/plugin/index.d.ts +1 -1
  1287. package/types/core/plugin/interface.d.ts +1 -1
  1288. package/types/core/plugin/plugin-system.d.ts +1 -1
  1289. package/types/core/plugin/plugin.d.ts +1 -1
  1290. package/types/core/request/ajax.d.ts +1 -1
  1291. package/types/core/request/config.d.ts +1 -1
  1292. package/types/core/request/index.d.ts +1 -1
  1293. package/types/core/request/response.d.ts +1 -1
  1294. package/types/core/selection/helpers/index.d.ts +1 -1
  1295. package/types/core/selection/helpers/move-node-inside-start.d.ts +1 -1
  1296. package/types/core/selection/helpers/move-the-node-along-the-edge-outward.d.ts +1 -1
  1297. package/types/core/selection/index.d.ts +1 -1
  1298. package/types/core/selection/interface.d.ts +1 -1
  1299. package/types/core/selection/selection.d.ts +1 -1
  1300. package/types/core/selection/style/api/extract.d.ts +1 -1
  1301. package/types/core/selection/style/api/finite-state-machine.d.ts +1 -1
  1302. package/types/core/selection/style/api/get-suit-child.d.ts +1 -1
  1303. package/types/core/selection/style/api/get-suit-parent.d.ts +1 -1
  1304. package/types/core/selection/style/api/has-same-style.d.ts +1 -1
  1305. package/types/core/selection/style/api/index.d.ts +1 -1
  1306. package/types/core/selection/style/api/is-inside-invisible-element.d.ts +1 -1
  1307. package/types/core/selection/style/api/is-normal-node.d.ts +1 -1
  1308. package/types/core/selection/style/api/is-same-attributes.d.ts +1 -1
  1309. package/types/core/selection/style/api/is-suit-element.d.ts +1 -1
  1310. package/types/core/selection/style/api/list/toggle-ordered-list.d.ts +1 -1
  1311. package/types/core/selection/style/api/list/wrap-list.d.ts +1 -1
  1312. package/types/core/selection/style/api/toggle-attributes.d.ts +1 -1
  1313. package/types/core/selection/style/api/unwrap-children.d.ts +1 -1
  1314. package/types/core/selection/style/api/wrap-unwrapped-text.d.ts +1 -1
  1315. package/types/core/selection/style/api/wrap.d.ts +1 -1
  1316. package/types/core/selection/style/apply-style.d.ts +1 -1
  1317. package/types/core/selection/style/commit-style.d.ts +1 -1
  1318. package/types/core/selection/style/constants.d.ts +1 -1
  1319. package/types/core/selection/style/transactions.d.ts +1 -1
  1320. package/types/core/storage/engines/local-storage-provider.d.ts +1 -1
  1321. package/types/core/storage/engines/memory-storage-provider.d.ts +1 -1
  1322. package/types/core/storage/index.d.ts +1 -1
  1323. package/types/core/storage/storage.d.ts +1 -1
  1324. package/types/core/traits/dlgs.d.ts +1 -1
  1325. package/types/core/traits/elms.d.ts +1 -1
  1326. package/types/core/traits/mods.d.ts +1 -1
  1327. package/types/core/ui/button/button/button.d.ts +1 -1
  1328. package/types/core/ui/button/group/group.d.ts +1 -1
  1329. package/types/core/ui/button/index.d.ts +1 -1
  1330. package/types/core/ui/button/tooltip/tooltip.d.ts +1 -1
  1331. package/types/core/ui/element.d.ts +1 -1
  1332. package/types/core/ui/form/block/block.d.ts +1 -1
  1333. package/types/core/ui/form/form.d.ts +1 -1
  1334. package/types/core/ui/form/index.d.ts +1 -1
  1335. package/types/core/ui/form/inputs/area/area.d.ts +1 -1
  1336. package/types/core/ui/form/inputs/checkbox/checkbox.d.ts +1 -1
  1337. package/types/core/ui/form/inputs/file/file.d.ts +1 -1
  1338. package/types/core/ui/form/inputs/index.d.ts +1 -1
  1339. package/types/core/ui/form/inputs/input/input.d.ts +1 -1
  1340. package/types/core/ui/form/inputs/select/select.d.ts +1 -1
  1341. package/types/core/ui/form/validators/index.d.ts +1 -1
  1342. package/types/core/ui/form/validators/input.d.ts +1 -1
  1343. package/types/core/ui/form/validators/select.d.ts +1 -1
  1344. package/types/core/ui/group/group.d.ts +1 -1
  1345. package/types/core/ui/group/index.d.ts +1 -1
  1346. package/types/core/ui/group/list.d.ts +1 -1
  1347. package/types/core/ui/group/separator.d.ts +1 -1
  1348. package/types/core/ui/group/spacer.d.ts +1 -1
  1349. package/types/core/ui/helpers/buttons.d.ts +1 -1
  1350. package/types/core/ui/helpers/get-control-type.d.ts +1 -1
  1351. package/types/core/ui/helpers/get-strong-control-types.d.ts +1 -1
  1352. package/types/core/ui/icon.d.ts +1 -1
  1353. package/types/core/ui/index.d.ts +1 -1
  1354. package/types/core/ui/popup/index.d.ts +1 -1
  1355. package/types/core/ui/popup/popup.d.ts +1 -1
  1356. package/types/core/ui/progress-bar/progress-bar.d.ts +1 -1
  1357. package/types/core/view/view-with-toolbar.d.ts +1 -1
  1358. package/types/core/view/view.d.ts +1 -1
  1359. package/types/index.d.ts +1 -1
  1360. package/types/jodit.d.ts +1 -1
  1361. package/types/languages.d.ts +1 -1
  1362. package/types/modules/context-menu/context-menu.d.ts +1 -1
  1363. package/types/modules/dialog/alert.d.ts +1 -1
  1364. package/types/modules/dialog/confirm.d.ts +1 -1
  1365. package/types/modules/dialog/dialog.d.ts +1 -1
  1366. package/types/modules/dialog/index.d.ts +1 -1
  1367. package/types/modules/dialog/prompt.d.ts +1 -1
  1368. package/types/modules/file-browser/builders/context-menu.d.ts +1 -1
  1369. package/types/modules/file-browser/builders/elements-map.d.ts +1 -1
  1370. package/types/modules/file-browser/builders/item.d.ts +1 -1
  1371. package/types/modules/file-browser/config.d.ts +1 -1
  1372. package/types/modules/file-browser/data-provider.d.ts +1 -1
  1373. package/types/modules/file-browser/factories.d.ts +1 -1
  1374. package/types/modules/file-browser/fetch/delete-file.d.ts +1 -1
  1375. package/types/modules/file-browser/fetch/load-items.d.ts +1 -1
  1376. package/types/modules/file-browser/fetch/load-tree.d.ts +1 -1
  1377. package/types/modules/file-browser/file-browser.d.ts +1 -1
  1378. package/types/modules/file-browser/index.d.ts +1 -1
  1379. package/types/modules/file-browser/listeners/native-listeners.d.ts +1 -1
  1380. package/types/modules/file-browser/listeners/self-listeners.d.ts +1 -1
  1381. package/types/modules/file-browser/listeners/state-listeners.d.ts +1 -1
  1382. package/types/modules/file-browser/ui/files/files.d.ts +1 -1
  1383. package/types/modules/file-browser/ui/index.d.ts +1 -1
  1384. package/types/modules/file-browser/ui/tree/tree.d.ts +1 -1
  1385. package/types/modules/history/command.d.ts +1 -1
  1386. package/types/modules/history/history.d.ts +1 -1
  1387. package/types/modules/history/snapshot.d.ts +1 -1
  1388. package/types/modules/history/stack.d.ts +1 -1
  1389. package/types/modules/image-editor/config.d.ts +1 -1
  1390. package/types/modules/image-editor/image-editor.d.ts +1 -1
  1391. package/types/modules/image-editor/templates/form.d.ts +1 -1
  1392. package/types/modules/index.d.ts +1 -1
  1393. package/types/modules/messages/message.d.ts +1 -1
  1394. package/types/modules/messages/messages.d.ts +1 -1
  1395. package/types/modules/status-bar/status-bar.d.ts +1 -1
  1396. package/types/modules/table/table.d.ts +1 -1
  1397. package/types/modules/toolbar/button/button.d.ts +1 -1
  1398. package/types/modules/toolbar/button/content.d.ts +1 -1
  1399. package/types/modules/toolbar/button/index.d.ts +1 -1
  1400. package/types/modules/toolbar/button/select/select.d.ts +1 -1
  1401. package/types/modules/toolbar/collection/collection.d.ts +1 -1
  1402. package/types/modules/toolbar/collection/editor-collection.d.ts +1 -1
  1403. package/types/modules/toolbar/factory.d.ts +1 -1
  1404. package/types/modules/uploader/config.d.ts +1 -1
  1405. package/types/modules/uploader/helpers/build-data.d.ts +1 -1
  1406. package/types/modules/uploader/helpers/data-uri-to-blob.d.ts +1 -1
  1407. package/types/modules/uploader/helpers/index.d.ts +1 -1
  1408. package/types/modules/uploader/helpers/process-old-browser-drag.d.ts +1 -1
  1409. package/types/modules/uploader/helpers/send-files.d.ts +1 -1
  1410. package/types/modules/uploader/helpers/send.d.ts +1 -1
  1411. package/types/modules/uploader/uploader.d.ts +1 -1
  1412. package/types/modules/widget/color-picker/color-picker.d.ts +1 -1
  1413. package/types/modules/widget/file-selector/file-selector.d.ts +1 -1
  1414. package/types/modules/widget/index.d.ts +1 -1
  1415. package/types/modules/widget/tabs/tabs.d.ts +1 -1
  1416. package/types/plugins/about/about.d.ts +1 -1
  1417. package/types/plugins/add-new-line/add-new-line.d.ts +1 -1
  1418. package/types/plugins/add-new-line/config.d.ts +1 -1
  1419. package/types/plugins/ai-assistant/ai-assistant.d.ts +1 -1
  1420. package/types/plugins/ai-assistant/config.d.ts +1 -1
  1421. package/types/plugins/ai-assistant/langs/index.d.ts +1 -1
  1422. package/types/plugins/ai-assistant/ui/ui-ai-assistant.d.ts +1 -1
  1423. package/types/plugins/backspace/backspace.d.ts +1 -1
  1424. package/types/plugins/backspace/cases/check-join-neighbors.d.ts +1 -1
  1425. package/types/plugins/backspace/cases/check-join-two-lists.d.ts +1 -1
  1426. package/types/plugins/backspace/cases/check-not-collapsed.d.ts +1 -1
  1427. package/types/plugins/backspace/cases/check-remove-char.d.ts +1 -1
  1428. package/types/plugins/backspace/cases/check-remove-content-not-editable.d.ts +1 -1
  1429. package/types/plugins/backspace/cases/check-remove-empty-neighbor.d.ts +1 -1
  1430. package/types/plugins/backspace/cases/check-remove-empty-parent.d.ts +1 -1
  1431. package/types/plugins/backspace/cases/check-remove-unbreakable-element.d.ts +1 -1
  1432. package/types/plugins/backspace/cases/check-table-cell.d.ts +1 -1
  1433. package/types/plugins/backspace/cases/check-unwrap-first-list-item.d.ts +1 -1
  1434. package/types/plugins/backspace/cases/index.d.ts +1 -1
  1435. package/types/plugins/backspace/config.d.ts +1 -1
  1436. package/types/plugins/backspace/helpers.d.ts +1 -1
  1437. package/types/plugins/backspace/interface.d.ts +1 -1
  1438. package/types/plugins/bold/bold.d.ts +1 -1
  1439. package/types/plugins/bold/config.d.ts +1 -1
  1440. package/types/plugins/bold/interface.d.ts +1 -1
  1441. package/types/plugins/class-span/class-span.d.ts +1 -1
  1442. package/types/plugins/clean-html/clean-html.d.ts +1 -1
  1443. package/types/plugins/clean-html/config.d.ts +1 -1
  1444. package/types/plugins/clean-html/helpers/get-hash.d.ts +1 -1
  1445. package/types/plugins/clean-html/helpers/index.d.ts +1 -1
  1446. package/types/plugins/clean-html/helpers/remove-format/remove-format-for-collapsed-selection.d.ts +1 -1
  1447. package/types/plugins/clean-html/helpers/remove-format/remove-format-for-selection.d.ts +1 -1
  1448. package/types/plugins/clean-html/helpers/visitor/filters/allow-attributes.d.ts +1 -1
  1449. package/types/plugins/clean-html/helpers/visitor/filters/fill-empty-paragraph.d.ts +1 -1
  1450. package/types/plugins/clean-html/helpers/visitor/filters/index.d.ts +1 -1
  1451. package/types/plugins/clean-html/helpers/visitor/filters/remove-empty-text-node.d.ts +1 -1
  1452. package/types/plugins/clean-html/helpers/visitor/filters/remove-inv-text-nodes.d.ts +1 -1
  1453. package/types/plugins/clean-html/helpers/visitor/filters/replace-old-tags.d.ts +1 -1
  1454. package/types/plugins/clean-html/helpers/visitor/filters/sanitize-attributes.d.ts +1 -1
  1455. package/types/plugins/clean-html/helpers/visitor/filters/try-remove-node.d.ts +1 -1
  1456. package/types/plugins/clean-html/helpers/visitor/visit-node-walker.d.ts +1 -1
  1457. package/types/plugins/clipboard/clipboard.d.ts +1 -1
  1458. package/types/plugins/clipboard/config.d.ts +1 -1
  1459. package/types/plugins/color/color.d.ts +1 -1
  1460. package/types/plugins/color/config.d.ts +1 -1
  1461. package/types/plugins/copy-format/copy-format.d.ts +1 -1
  1462. package/types/plugins/copy-format/langs/index.d.ts +1 -1
  1463. package/types/plugins/debug/debug.d.ts +1 -1
  1464. package/types/plugins/delete/delete.d.ts +1 -1
  1465. package/types/plugins/delete/interface.d.ts +1 -1
  1466. package/types/plugins/drag-and-drop/drag-and-drop.d.ts +1 -1
  1467. package/types/plugins/drag-and-drop-element/config.d.ts +1 -1
  1468. package/types/plugins/drag-and-drop-element/drag-and-drop-element.d.ts +1 -1
  1469. package/types/plugins/dtd/after-insert/index.d.ts +1 -1
  1470. package/types/plugins/dtd/after-insert/remove-extra-br.d.ts +1 -1
  1471. package/types/plugins/dtd/before-insert/check-block-nesting.d.ts +1 -1
  1472. package/types/plugins/dtd/before-insert/index.d.ts +1 -1
  1473. package/types/plugins/dtd/config.d.ts +1 -1
  1474. package/types/plugins/dtd/dtd.d.ts +1 -1
  1475. package/types/plugins/enter/enter.d.ts +1 -1
  1476. package/types/plugins/enter/helpers/check-br.d.ts +1 -1
  1477. package/types/plugins/enter/helpers/check-unsplittable-box.d.ts +1 -1
  1478. package/types/plugins/enter/helpers/get-block-wrapper.d.ts +1 -1
  1479. package/types/plugins/enter/helpers/has-previous-block.d.ts +1 -1
  1480. package/types/plugins/enter/helpers/index.d.ts +1 -1
  1481. package/types/plugins/enter/helpers/insert-paragraph.d.ts +1 -1
  1482. package/types/plugins/enter/helpers/move-cursor-out-from-specal-tags.d.ts +1 -1
  1483. package/types/plugins/enter/helpers/process-empty-li-leaf.d.ts +1 -1
  1484. package/types/plugins/enter/helpers/split-fragment.d.ts +1 -1
  1485. package/types/plugins/enter/helpers/wrap-text.d.ts +1 -1
  1486. package/types/plugins/enter/interface.d.ts +1 -1
  1487. package/types/plugins/file/file.d.ts +1 -1
  1488. package/types/plugins/focus/focus.d.ts +1 -1
  1489. package/types/plugins/font/config.d.ts +1 -1
  1490. package/types/plugins/font/font.d.ts +1 -1
  1491. package/types/plugins/format-block/config.d.ts +1 -1
  1492. package/types/plugins/format-block/format-block.d.ts +1 -1
  1493. package/types/plugins/fullsize/config.d.ts +1 -1
  1494. package/types/plugins/fullsize/fullsize.d.ts +1 -1
  1495. package/types/plugins/hotkeys/config.d.ts +1 -1
  1496. package/types/plugins/hotkeys/hotkeys.d.ts +1 -1
  1497. package/types/plugins/hr/hr.d.ts +1 -1
  1498. package/types/plugins/iframe/config.d.ts +1 -1
  1499. package/types/plugins/iframe/iframe.d.ts +1 -1
  1500. package/types/plugins/image/image.d.ts +1 -1
  1501. package/types/plugins/image-processor/config.d.ts +1 -1
  1502. package/types/plugins/image-processor/image-processor.d.ts +1 -1
  1503. package/types/plugins/image-properties/config.d.ts +1 -1
  1504. package/types/plugins/image-properties/image-properties.d.ts +1 -1
  1505. package/types/plugins/image-properties/interface.d.ts +1 -1
  1506. package/types/plugins/image-properties/readers/align.d.ts +1 -1
  1507. package/types/plugins/image-properties/readers/index.d.ts +1 -1
  1508. package/types/plugins/image-properties/readers/link.d.ts +1 -1
  1509. package/types/plugins/image-properties/readers/margin.d.ts +1 -1
  1510. package/types/plugins/image-properties/readers/size.d.ts +1 -1
  1511. package/types/plugins/image-properties/ui/ui-image-form.d.ts +1 -1
  1512. package/types/plugins/image-properties/ui/ui-image-main-tab.d.ts +1 -1
  1513. package/types/plugins/image-properties/ui/ui-image-position-tab.d.ts +1 -1
  1514. package/types/plugins/image-properties/utils/open-image-editor.d.ts +1 -1
  1515. package/types/plugins/image-properties/utils/open-image-popup.d.ts +1 -1
  1516. package/types/plugins/image-properties/utils/utils.d.ts +1 -1
  1517. package/types/plugins/image-properties/writers/index.d.ts +1 -1
  1518. package/types/plugins/image-properties/writers/link.d.ts +1 -1
  1519. package/types/plugins/image-properties/writers/margin.d.ts +1 -1
  1520. package/types/plugins/image-properties/writers/size.d.ts +1 -1
  1521. package/types/plugins/indent/config.d.ts +1 -1
  1522. package/types/plugins/indent/helpers.d.ts +1 -1
  1523. package/types/plugins/indent/indent.d.ts +1 -1
  1524. package/types/plugins/index.d.ts +1 -1
  1525. package/types/plugins/inline-popup/config/config.d.ts +1 -1
  1526. package/types/plugins/inline-popup/config/items/a.d.ts +1 -1
  1527. package/types/plugins/inline-popup/config/items/cells.d.ts +1 -1
  1528. package/types/plugins/inline-popup/config/items/iframe.d.ts +1 -1
  1529. package/types/plugins/inline-popup/config/items/img.d.ts +1 -1
  1530. package/types/plugins/inline-popup/config/items/toolbar.d.ts +1 -1
  1531. package/types/plugins/inline-popup/inline-popup.d.ts +1 -1
  1532. package/types/plugins/justify/justify.d.ts +1 -1
  1533. package/types/plugins/key-arrow-outside/key-arrow-outside.d.ts +1 -1
  1534. package/types/plugins/limit/config.d.ts +1 -1
  1535. package/types/plugins/limit/limit.d.ts +1 -1
  1536. package/types/plugins/line-height/config.d.ts +1 -1
  1537. package/types/plugins/line-height/langs/index.d.ts +1 -1
  1538. package/types/plugins/line-height/line-height.d.ts +1 -1
  1539. package/types/plugins/link/config.d.ts +1 -1
  1540. package/types/plugins/link/link.d.ts +1 -1
  1541. package/types/plugins/link/template.d.ts +1 -1
  1542. package/types/plugins/media/config.d.ts +1 -1
  1543. package/types/plugins/media/media.d.ts +1 -1
  1544. package/types/plugins/mobile/config.d.ts +1 -1
  1545. package/types/plugins/mobile/mobile.d.ts +1 -1
  1546. package/types/plugins/ordered-list/config.d.ts +1 -1
  1547. package/types/plugins/ordered-list/ordered-list.d.ts +1 -1
  1548. package/types/plugins/paste/config.d.ts +1 -1
  1549. package/types/plugins/paste/helpers.d.ts +1 -1
  1550. package/types/plugins/paste/interface.d.ts +1 -1
  1551. package/types/plugins/paste/paste.d.ts +1 -1
  1552. package/types/plugins/paste-from-word/config.d.ts +1 -1
  1553. package/types/plugins/paste-from-word/paste-from-word.d.ts +1 -1
  1554. package/types/plugins/paste-storage/paste-storage.d.ts +1 -1
  1555. package/types/plugins/placeholder/config.d.ts +1 -1
  1556. package/types/plugins/placeholder/placeholder.d.ts +1 -1
  1557. package/types/plugins/powered-by-jodit/powered-by-jodit.d.ts +1 -1
  1558. package/types/plugins/preview/preview.d.ts +1 -1
  1559. package/types/plugins/print/lib/generate-critical-css.d.ts +1 -1
  1560. package/types/plugins/print/print.d.ts +1 -1
  1561. package/types/plugins/redo-undo/redo-undo.d.ts +1 -1
  1562. package/types/plugins/resize-cells/config.d.ts +1 -1
  1563. package/types/plugins/resize-cells/resize-cells.d.ts +1 -1
  1564. package/types/plugins/resize-handler/config.d.ts +1 -1
  1565. package/types/plugins/resize-handler/resize-handler.d.ts +1 -1
  1566. package/types/plugins/resizer/config.d.ts +1 -1
  1567. package/types/plugins/resizer/resizer.d.ts +1 -1
  1568. package/types/plugins/search/config.d.ts +1 -1
  1569. package/types/plugins/search/helpers/highlight-text-ranges.d.ts +1 -1
  1570. package/types/plugins/search/helpers/index.d.ts +1 -1
  1571. package/types/plugins/search/helpers/sentence-finder.d.ts +1 -1
  1572. package/types/plugins/search/interface.d.ts +1 -1
  1573. package/types/plugins/search/search.d.ts +1 -1
  1574. package/types/plugins/search/ui/search.d.ts +1 -1
  1575. package/types/plugins/select/config.d.ts +1 -1
  1576. package/types/plugins/select/select.d.ts +1 -1
  1577. package/types/plugins/select-cells/config.d.ts +1 -1
  1578. package/types/plugins/select-cells/select-cells.d.ts +1 -1
  1579. package/types/plugins/size/config.d.ts +1 -1
  1580. package/types/plugins/size/size.d.ts +1 -1
  1581. package/types/plugins/source/config.d.ts +1 -1
  1582. package/types/plugins/source/editor/engines/ace.d.ts +1 -1
  1583. package/types/plugins/source/editor/engines/area.d.ts +1 -1
  1584. package/types/plugins/source/editor/engines/index.d.ts +1 -1
  1585. package/types/plugins/source/editor/factory.d.ts +1 -1
  1586. package/types/plugins/source/editor/sourceEditor.d.ts +1 -1
  1587. package/types/plugins/source/source.d.ts +1 -1
  1588. package/types/plugins/speech-recognize/config.d.ts +1 -1
  1589. package/types/plugins/speech-recognize/constants.d.ts +1 -1
  1590. package/types/plugins/speech-recognize/helpers/api.d.ts +1 -1
  1591. package/types/plugins/speech-recognize/helpers/exec-spell-command.d.ts +1 -1
  1592. package/types/plugins/speech-recognize/helpers/recognize-manager.d.ts +1 -1
  1593. package/types/plugins/speech-recognize/helpers/sound.d.ts +1 -1
  1594. package/types/plugins/speech-recognize/interface.d.ts +1 -1
  1595. package/types/plugins/speech-recognize/langs/index.d.ts +1 -1
  1596. package/types/plugins/speech-recognize/speech-recognize.d.ts +1 -1
  1597. package/types/plugins/spellcheck/config.d.ts +1 -1
  1598. package/types/plugins/spellcheck/langs/index.d.ts +1 -1
  1599. package/types/plugins/spellcheck/spellcheck.d.ts +1 -1
  1600. package/types/plugins/stat/config.d.ts +1 -1
  1601. package/types/plugins/stat/stat.d.ts +1 -1
  1602. package/types/plugins/sticky/config.d.ts +1 -1
  1603. package/types/plugins/sticky/sticky.d.ts +1 -1
  1604. package/types/plugins/symbols/config.d.ts +1 -1
  1605. package/types/plugins/symbols/langs/index.d.ts +1 -1
  1606. package/types/plugins/symbols/symbols.d.ts +1 -1
  1607. package/types/plugins/tab/cases/index.d.ts +1 -1
  1608. package/types/plugins/tab/cases/on-tab-inside-li.d.ts +1 -1
  1609. package/types/plugins/tab/config.d.ts +1 -1
  1610. package/types/plugins/tab/tab.d.ts +1 -1
  1611. package/types/plugins/table/config.d.ts +1 -1
  1612. package/types/plugins/table/table.d.ts +1 -1
  1613. package/types/plugins/table-keyboard-navigation/table-keyboard-navigation.d.ts +1 -1
  1614. package/types/plugins/video/config.d.ts +1 -1
  1615. package/types/plugins/video/video.d.ts +1 -1
  1616. package/types/plugins/wrap-nodes/config.d.ts +1 -1
  1617. package/types/plugins/wrap-nodes/wrap-nodes.d.ts +1 -1
  1618. package/types/plugins/xpath/config.d.ts +1 -1
  1619. package/types/plugins/xpath/xpath.d.ts +1 -1
  1620. package/types/styles/icons/index.d.ts +1 -1
  1621. package/types/types/ajax.d.ts +1 -1
  1622. package/types/types/async.d.ts +1 -1
  1623. package/types/types/context.d.ts +1 -1
  1624. package/types/types/core.d.ts +1 -1
  1625. package/types/types/create.d.ts +1 -1
  1626. package/types/types/dialog.d.ts +1 -1
  1627. package/types/types/events.d.ts +1 -1
  1628. package/types/types/file-browser.d.ts +1 -1
  1629. package/types/types/form.d.ts +1 -1
  1630. package/types/types/history.d.ts +1 -1
  1631. package/types/types/index.d.ts +1 -1
  1632. package/types/types/jodit.d.ts +1 -1
  1633. package/types/types/messages.d.ts +1 -1
  1634. package/types/types/plugin.d.ts +1 -1
  1635. package/types/types/popup.d.ts +1 -1
  1636. package/types/types/select.d.ts +1 -1
  1637. package/types/types/source.d.ts +1 -1
  1638. package/types/types/storage.d.ts +1 -1
  1639. package/types/types/style.d.ts +1 -1
  1640. package/types/types/toolbar.d.ts +1 -1
  1641. package/types/types/traits.d.ts +1 -1
  1642. package/types/types/types.d.ts +1 -1
  1643. package/types/types/ui.d.ts +1 -1
  1644. package/types/types/uploader.d.ts +1 -1
  1645. package/types/types/view.d.ts +1 -1
  1646. package/types/typings.d.ts +1 -1
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * @module helpers/normalize
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * @module helpers/normalize
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * @module helpers/size
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * @module helpers/size
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * @module helpers/size
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * @module helpers/size
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * @module helpers/size
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * @module helpers/size
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * @module helpers/size
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * @module helpers/string
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * Finds the position of the substring in the string, if any, and returns the length of the found subsequence.
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * @module helpers/string
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * @module helpers/string
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * @module helpers/string
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * Safe stringify circular object
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * It clears the line of all auxiliary invisible characters , from the spaces and line breaks , tabs
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * @module helpers/string
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * @module helpers/utils
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * @module helpers/utils
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /** Asserts that condition is truthy (or evaluates to true). */
7
7
  declare function assert<T>(condition: T | false | 0 | '' | null | undefined, message: string): asserts condition;
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * @module helpers/utils
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * @module helpers/utils
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * @module helpers/utils
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  export declare const completeUrl: (url: string) => string;
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * @module helpers/utils
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * Javascript url pattern converter replace youtube/vimeo url in embed code.
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * @module helpers/utils
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * @module helpers/utils
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * @module helpers/utils
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * Try define user language
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * Helper for create Error object
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * @module helpers/utils
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * @module helpers/utils
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * @module helpers/utils
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * @module helpers/utils
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * @module helpers/utils
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  export declare function isAtom(obj: unknown): boolean;
7
7
  export declare function markAsAtomic<T>(obj: T): T;
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * @module helpers/utils
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * @module helpers/utils
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * @module helpers/utils
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * @module helpers/utils
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * @module helpers/utils
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * @module helpers/utils
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * @module helpers/utils
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * @module helpers/utils
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * @module helpers/utils
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * @module helpers/utils
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * @module helpers/utils
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * @module helpers/utils
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * @module helpers/utils
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * @module plugin
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * @module plugin
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * @module plugin
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * @private
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * @module plugin
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * @module plugin
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * @module plugin
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * [[include:core/plugin/README.md]]
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * [[include:core/request/README.md]]
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * @module request
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * @module request