jodit 4.2.10 → 4.2.11

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 (1033) hide show
  1. package/es2015/jodit.css +1 -1
  2. package/es2015/jodit.fat.min.js +2 -2
  3. package/es2015/jodit.js +115 -96
  4. package/es2015/jodit.min.js +2 -2
  5. package/es2015/plugins/debug/debug.js +1 -1
  6. package/es2015/plugins/debug/debug.min.js +1 -1
  7. package/es2015/plugins/speech-recognize/speech-recognize.css +1 -1
  8. package/es2015/plugins/speech-recognize/speech-recognize.js +1 -1
  9. package/es2015/plugins/speech-recognize/speech-recognize.min.js +1 -1
  10. package/es2018/jodit.css +1 -1
  11. package/es2018/jodit.fat.min.js +2 -2
  12. package/es2018/jodit.js +115 -96
  13. package/es2018/jodit.min.js +2 -2
  14. package/es2018/plugins/debug/debug.js +1 -1
  15. package/es2018/plugins/debug/debug.min.js +1 -1
  16. package/es2018/plugins/speech-recognize/speech-recognize.css +1 -1
  17. package/es2018/plugins/speech-recognize/speech-recognize.js +1 -1
  18. package/es2018/plugins/speech-recognize/speech-recognize.min.js +1 -1
  19. package/es2021/jodit.css +1 -1
  20. package/es2021/jodit.fat.min.js +2 -2
  21. package/es2021/jodit.js +115 -96
  22. package/es2021/jodit.min.js +2 -2
  23. package/es2021/plugins/debug/debug.js +1 -1
  24. package/es2021/plugins/debug/debug.min.js +1 -1
  25. package/es2021/plugins/speech-recognize/speech-recognize.css +1 -1
  26. package/es2021/plugins/speech-recognize/speech-recognize.js +1 -1
  27. package/es2021/plugins/speech-recognize/speech-recognize.min.js +1 -1
  28. package/es2021.en/jodit.css +1 -1
  29. package/es2021.en/jodit.fat.min.js +2 -2
  30. package/es2021.en/jodit.js +115 -96
  31. package/es2021.en/jodit.min.js +2 -2
  32. package/es2021.en/plugins/debug/debug.js +1 -1
  33. package/es2021.en/plugins/debug/debug.min.js +1 -1
  34. package/es2021.en/plugins/speech-recognize/speech-recognize.css +1 -1
  35. package/es2021.en/plugins/speech-recognize/speech-recognize.js +1 -1
  36. package/es2021.en/plugins/speech-recognize/speech-recognize.min.js +1 -1
  37. package/es5/jodit.css +2 -2
  38. package/es5/jodit.fat.min.js +2 -2
  39. package/es5/jodit.js +115 -96
  40. package/es5/jodit.min.css +2 -2
  41. package/es5/jodit.min.js +2 -2
  42. package/es5/plugins/debug/debug.js +1 -1
  43. package/es5/plugins/debug/debug.min.js +1 -1
  44. package/es5/plugins/speech-recognize/speech-recognize.css +1 -1
  45. package/es5/plugins/speech-recognize/speech-recognize.js +1 -1
  46. package/es5/plugins/speech-recognize/speech-recognize.min.js +1 -1
  47. package/esm/config.js +2 -2
  48. package/esm/core/async/async.d.ts +1 -1
  49. package/esm/core/async/async.js +11 -11
  50. package/esm/core/async/index.js +1 -1
  51. package/esm/core/component/component.d.ts +1 -1
  52. package/esm/core/component/component.js +4 -4
  53. package/esm/core/component/index.js +3 -3
  54. package/esm/core/component/view-component.d.ts +1 -1
  55. package/esm/core/component/view-component.js +1 -1
  56. package/esm/core/constants.d.ts +1 -1
  57. package/esm/core/constants.js +1 -1
  58. package/esm/core/create/create.d.ts +1 -1
  59. package/esm/core/create/create.js +4 -4
  60. package/esm/core/create/index.js +1 -1
  61. package/esm/core/decorators/cache/cache.d.ts +1 -1
  62. package/esm/core/decorators/cache/cache.js +4 -4
  63. package/esm/core/decorators/debounce/debounce.d.ts +1 -1
  64. package/esm/core/decorators/debounce/debounce.js +4 -4
  65. package/esm/core/decorators/derive/derive.js +1 -1
  66. package/esm/core/decorators/hook/hook.d.ts +2 -2
  67. package/esm/core/decorators/hook/hook.js +2 -2
  68. package/esm/core/decorators/idle/idle.d.ts +1 -1
  69. package/esm/core/decorators/idle/idle.js +3 -3
  70. package/esm/core/decorators/index.js +11 -11
  71. package/esm/core/decorators/persistent/persistent.d.ts +1 -1
  72. package/esm/core/decorators/persistent/persistent.js +2 -2
  73. package/esm/core/decorators/wait/wait.d.ts +1 -1
  74. package/esm/core/decorators/wait/wait.js +3 -3
  75. package/esm/core/decorators/watch/watch.d.ts +1 -1
  76. package/esm/core/decorators/watch/watch.js +7 -7
  77. package/esm/core/dom/dom.d.ts +1 -1
  78. package/esm/core/dom/dom.js +6 -6
  79. package/esm/core/dom/index.js +2 -2
  80. package/esm/core/dom/lazy-walker.d.ts +2 -2
  81. package/esm/core/dom/lazy-walker.js +3 -3
  82. package/esm/core/event-emitter/event-emitter.d.ts +1 -1
  83. package/esm/core/event-emitter/event-emitter.js +7 -7
  84. package/esm/core/event-emitter/eventify.d.ts +1 -1
  85. package/esm/core/event-emitter/index.js +4 -4
  86. package/esm/core/event-emitter/observable.d.ts +1 -1
  87. package/esm/core/event-emitter/observable.js +4 -4
  88. package/esm/core/event-emitter/store.d.ts +1 -1
  89. package/esm/core/event-emitter/store.js +2 -2
  90. package/esm/core/global.d.ts +2 -2
  91. package/esm/core/global.js +9 -9
  92. package/esm/core/helpers/array/as-array.js +1 -1
  93. package/esm/core/helpers/array/index.js +3 -3
  94. package/esm/core/helpers/array/to-array.js +2 -2
  95. package/esm/core/helpers/async/index.js +1 -1
  96. package/esm/core/helpers/checker/index.js +25 -25
  97. package/esm/core/helpers/checker/is-equal.js +1 -1
  98. package/esm/core/helpers/checker/is-html.js +1 -1
  99. package/esm/core/helpers/checker/is-imp-interface.d.ts +1 -1
  100. package/esm/core/helpers/checker/is-imp-interface.js +3 -3
  101. package/esm/core/helpers/checker/is-int.js +2 -2
  102. package/esm/core/helpers/checker/is-jodit-object.d.ts +1 -1
  103. package/esm/core/helpers/checker/is-jodit-object.js +1 -1
  104. package/esm/core/helpers/checker/is-license.js +1 -1
  105. package/esm/core/helpers/checker/is-marker.d.ts +1 -1
  106. package/esm/core/helpers/checker/is-marker.js +2 -2
  107. package/esm/core/helpers/checker/is-numeric.js +1 -1
  108. package/esm/core/helpers/checker/is-plain-object.d.ts +1 -1
  109. package/esm/core/helpers/checker/is-plain-object.js +1 -1
  110. package/esm/core/helpers/checker/is-set.js +1 -1
  111. package/esm/core/helpers/checker/is-string.js +1 -1
  112. package/esm/core/helpers/checker/is-view-object.d.ts +1 -1
  113. package/esm/core/helpers/checker/is-view-object.js +1 -1
  114. package/esm/core/helpers/color/index.js +1 -1
  115. package/esm/core/helpers/html/apply-styles.js +4 -4
  116. package/esm/core/helpers/html/clean-from-word.js +3 -3
  117. package/esm/core/helpers/html/index.js +6 -6
  118. package/esm/core/helpers/html/safe-html.js +2 -2
  119. package/esm/core/helpers/html/strip-tags.d.ts +1 -1
  120. package/esm/core/helpers/html/strip-tags.js +4 -4
  121. package/esm/core/helpers/index.js +9 -9
  122. package/esm/core/helpers/normalize/index.js +8 -8
  123. package/esm/core/helpers/normalize/normalize-color.js +2 -2
  124. package/esm/core/helpers/normalize/normalize-css-value.js +4 -4
  125. package/esm/core/helpers/normalize/normalize-key-aliases.js +2 -2
  126. package/esm/core/helpers/normalize/normalize-path.js +1 -1
  127. package/esm/core/helpers/size/get-scroll-parent.d.ts +1 -1
  128. package/esm/core/helpers/size/get-scroll-parent.js +2 -2
  129. package/esm/core/helpers/size/index.js +6 -6
  130. package/esm/core/helpers/size/object-size.d.ts +1 -1
  131. package/esm/core/helpers/size/object-size.js +1 -1
  132. package/esm/core/helpers/size/offset.d.ts +1 -1
  133. package/esm/core/helpers/size/position.d.ts +1 -1
  134. package/esm/core/helpers/size/position.js +1 -1
  135. package/esm/core/helpers/string/fuzzy-search-index.js +1 -1
  136. package/esm/core/helpers/string/i18n.d.ts +1 -1
  137. package/esm/core/helpers/string/i18n.js +5 -5
  138. package/esm/core/helpers/string/index.js +7 -7
  139. package/esm/core/helpers/string/trim.js +1 -1
  140. package/esm/core/helpers/utils/align.d.ts +1 -1
  141. package/esm/core/helpers/utils/align.js +2 -2
  142. package/esm/core/helpers/utils/append-script.d.ts +1 -1
  143. package/esm/core/helpers/utils/append-script.js +2 -2
  144. package/esm/core/helpers/utils/attr.d.ts +1 -1
  145. package/esm/core/helpers/utils/attr.js +3 -3
  146. package/esm/core/helpers/utils/build-query.d.ts +1 -1
  147. package/esm/core/helpers/utils/build-query.js +1 -1
  148. package/esm/core/helpers/utils/config-proto.d.ts +1 -1
  149. package/esm/core/helpers/utils/config-proto.js +7 -7
  150. package/esm/core/helpers/utils/convert-media-url-to-video-embed.js +2 -2
  151. package/esm/core/helpers/utils/css.d.ts +1 -1
  152. package/esm/core/helpers/utils/css.js +5 -5
  153. package/esm/core/helpers/utils/data-bind.d.ts +1 -1
  154. package/esm/core/helpers/utils/data-bind.js +1 -1
  155. package/esm/core/helpers/utils/default-language.js +1 -1
  156. package/esm/core/helpers/utils/error/error.js +1 -1
  157. package/esm/core/helpers/utils/error/errors/abort-error.d.ts +1 -1
  158. package/esm/core/helpers/utils/error/errors/abort-error.js +1 -1
  159. package/esm/core/helpers/utils/error/errors/index.js +3 -3
  160. package/esm/core/helpers/utils/error/index.js +2 -2
  161. package/esm/core/helpers/utils/extend.js +1 -1
  162. package/esm/core/helpers/utils/get-class-name.d.ts +1 -1
  163. package/esm/core/helpers/utils/get-class-name.js +1 -1
  164. package/esm/core/helpers/utils/get.d.ts +1 -1
  165. package/esm/core/helpers/utils/get.js +2 -2
  166. package/esm/core/helpers/utils/index.js +27 -27
  167. package/esm/core/helpers/utils/parse-query.d.ts +1 -1
  168. package/esm/core/helpers/utils/print.d.ts +1 -1
  169. package/esm/core/helpers/utils/print.js +5 -5
  170. package/esm/core/helpers/utils/reset.d.ts +1 -1
  171. package/esm/core/helpers/utils/reset.js +3 -3
  172. package/esm/core/helpers/utils/scroll-into-view.d.ts +1 -1
  173. package/esm/core/helpers/utils/scroll-into-view.js +1 -1
  174. package/esm/core/helpers/utils/selector.d.ts +1 -1
  175. package/esm/core/helpers/utils/selector.js +6 -6
  176. package/esm/core/helpers/utils/set.d.ts +1 -1
  177. package/esm/core/helpers/utils/set.js +4 -4
  178. package/esm/core/helpers/utils/stack.d.ts +1 -1
  179. package/esm/core/helpers/utils/utils.d.ts +1 -1
  180. package/esm/core/helpers/utils/utils.js +4 -4
  181. package/esm/core/plugin/helpers/init-instance.d.ts +1 -1
  182. package/esm/core/plugin/helpers/init-instance.js +4 -4
  183. package/esm/core/plugin/helpers/load.d.ts +1 -1
  184. package/esm/core/plugin/helpers/load.js +4 -4
  185. package/esm/core/plugin/helpers/make-instance.d.ts +1 -1
  186. package/esm/core/plugin/helpers/make-instance.js +2 -2
  187. package/esm/core/plugin/helpers/utils.js +1 -1
  188. package/esm/core/plugin/index.js +2 -2
  189. package/esm/core/plugin/plugin-system.d.ts +1 -1
  190. package/esm/core/plugin/plugin-system.js +9 -9
  191. package/esm/core/plugin/plugin.d.ts +2 -2
  192. package/esm/core/plugin/plugin.js +3 -3
  193. package/esm/core/request/ajax.d.ts +1 -1
  194. package/esm/core/request/ajax.js +7 -7
  195. package/esm/core/request/config.d.ts +1 -1
  196. package/esm/core/request/config.js +1 -1
  197. package/esm/core/request/index.js +2 -2
  198. package/esm/core/request/response.d.ts +1 -1
  199. package/esm/core/selection/helpers/index.js +2 -2
  200. package/esm/core/selection/helpers/move-node-inside-start.d.ts +1 -1
  201. package/esm/core/selection/helpers/move-node-inside-start.js +2 -2
  202. package/esm/core/selection/helpers/move-the-node-along-the-edge-outward.js +1 -1
  203. package/esm/core/selection/index.d.ts +1 -0
  204. package/esm/core/selection/index.js +3 -2
  205. package/esm/core/selection/interface.d.ts +1 -1
  206. package/esm/core/selection/selection.d.ts +1 -1
  207. package/esm/core/selection/selection.js +10 -10
  208. package/esm/core/selection/style/api/extract.d.ts +1 -1
  209. package/esm/core/selection/style/api/extract.js +4 -4
  210. package/esm/core/selection/style/api/finite-state-machine.d.ts +1 -1
  211. package/esm/core/selection/style/api/finite-state-machine.js +3 -3
  212. package/esm/core/selection/style/api/get-suit-child.d.ts +1 -1
  213. package/esm/core/selection/style/api/get-suit-child.js +3 -3
  214. package/esm/core/selection/style/api/get-suit-parent.d.ts +1 -1
  215. package/esm/core/selection/style/api/get-suit-parent.js +3 -3
  216. package/esm/core/selection/style/api/has-same-style.d.ts +1 -1
  217. package/esm/core/selection/style/api/has-same-style.js +5 -5
  218. package/esm/core/selection/style/api/index.js +15 -15
  219. package/esm/core/selection/style/api/is-inside-invisible-element.js +1 -1
  220. package/esm/core/selection/style/api/is-normal-node.d.ts +1 -1
  221. package/esm/core/selection/style/api/is-normal-node.js +2 -2
  222. package/esm/core/selection/style/api/is-same-attributes.d.ts +1 -1
  223. package/esm/core/selection/style/api/is-same-attributes.js +4 -4
  224. package/esm/core/selection/style/api/is-suit-element.d.ts +1 -1
  225. package/esm/core/selection/style/api/is-suit-element.js +3 -3
  226. package/esm/core/selection/style/api/list/toggle-ordered-list.d.ts +1 -1
  227. package/esm/core/selection/style/api/list/toggle-ordered-list.js +6 -6
  228. package/esm/core/selection/style/api/list/wrap-list.d.ts +1 -1
  229. package/esm/core/selection/style/api/list/wrap-list.js +3 -3
  230. package/esm/core/selection/style/api/toggle-attributes.d.ts +1 -1
  231. package/esm/core/selection/style/api/toggle-attributes.js +10 -10
  232. package/esm/core/selection/style/api/unwrap-children.d.ts +1 -1
  233. package/esm/core/selection/style/api/unwrap-children.js +4 -4
  234. package/esm/core/selection/style/api/wrap-unwrapped-text.d.ts +1 -1
  235. package/esm/core/selection/style/api/wrap-unwrapped-text.js +2 -2
  236. package/esm/core/selection/style/api/wrap.d.ts +1 -1
  237. package/esm/core/selection/style/api/wrap.js +4 -4
  238. package/esm/core/selection/style/apply-style.d.ts +1 -1
  239. package/esm/core/selection/style/apply-style.js +3 -3
  240. package/esm/core/selection/style/commit-style.d.ts +1 -15
  241. package/esm/core/selection/style/commit-style.js +11 -27
  242. package/esm/core/selection/style/constants.d.ts +22 -0
  243. package/esm/core/selection/style/constants.js +22 -0
  244. package/esm/core/selection/style/transactions.d.ts +1 -1
  245. package/esm/core/selection/style/transactions.js +5 -5
  246. package/esm/core/storage/engines/local-storage-provider.d.ts +1 -1
  247. package/esm/core/storage/engines/memory-storage-provider.d.ts +1 -1
  248. package/esm/core/storage/index.js +3 -3
  249. package/esm/core/storage/storage.d.ts +1 -1
  250. package/esm/core/storage/storage.js +3 -3
  251. package/esm/core/traits/dlgs.d.ts +1 -1
  252. package/esm/core/traits/dlgs.js +3 -3
  253. package/esm/core/traits/elms.d.ts +1 -1
  254. package/esm/core/traits/elms.js +1 -1
  255. package/esm/core/traits/mods.d.ts +1 -1
  256. package/esm/core/traits/mods.js +1 -1
  257. package/esm/core/ui/button/button/button.d.ts +2 -2
  258. package/esm/core/ui/button/button/button.js +9 -9
  259. package/esm/core/ui/button/group/group.d.ts +2 -2
  260. package/esm/core/ui/button/group/group.js +4 -4
  261. package/esm/core/ui/button/index.js +3 -3
  262. package/esm/core/ui/button/tooltip/tooltip.d.ts +2 -2
  263. package/esm/core/ui/button/tooltip/tooltip.js +7 -7
  264. package/esm/core/ui/element.d.ts +4 -4
  265. package/esm/core/ui/element.js +7 -7
  266. package/esm/core/ui/form/block/block.d.ts +2 -2
  267. package/esm/core/ui/form/block/block.js +3 -3
  268. package/esm/core/ui/form/form.d.ts +2 -2
  269. package/esm/core/ui/form/form.js +6 -6
  270. package/esm/core/ui/form/index.js +3 -3
  271. package/esm/core/ui/form/inputs/area/area.d.ts +2 -2
  272. package/esm/core/ui/form/inputs/area/area.js +3 -3
  273. package/esm/core/ui/form/inputs/checkbox/checkbox.d.ts +2 -2
  274. package/esm/core/ui/form/inputs/checkbox/checkbox.js +3 -3
  275. package/esm/core/ui/form/inputs/file/file.d.ts +2 -2
  276. package/esm/core/ui/form/inputs/file/file.js +3 -3
  277. package/esm/core/ui/form/inputs/index.js +5 -5
  278. package/esm/core/ui/form/inputs/input/input.d.ts +2 -2
  279. package/esm/core/ui/form/inputs/input/input.js +7 -7
  280. package/esm/core/ui/form/inputs/select/select.d.ts +2 -2
  281. package/esm/core/ui/form/inputs/select/select.js +4 -4
  282. package/esm/core/ui/form/validators/index.js +2 -2
  283. package/esm/core/ui/form/validators/input.d.ts +1 -1
  284. package/esm/core/ui/form/validators/input.js +2 -2
  285. package/esm/core/ui/form/validators/select.d.ts +2 -2
  286. package/esm/core/ui/form/validators/select.js +1 -1
  287. package/esm/core/ui/group/group.d.ts +2 -2
  288. package/esm/core/ui/group/group.js +6 -6
  289. package/esm/core/ui/group/index.js +4 -4
  290. package/esm/core/ui/group/list.d.ts +2 -2
  291. package/esm/core/ui/group/list.js +10 -10
  292. package/esm/core/ui/group/separator.d.ts +1 -1
  293. package/esm/core/ui/group/separator.js +2 -2
  294. package/esm/core/ui/group/spacer.d.ts +1 -1
  295. package/esm/core/ui/group/spacer.js +2 -2
  296. package/esm/core/ui/helpers/buttons.d.ts +1 -1
  297. package/esm/core/ui/helpers/buttons.js +1 -1
  298. package/esm/core/ui/helpers/get-control-type.d.ts +1 -1
  299. package/esm/core/ui/helpers/get-control-type.js +2 -2
  300. package/esm/core/ui/helpers/get-strong-control-types.d.ts +1 -1
  301. package/esm/core/ui/helpers/get-strong-control-types.js +4 -4
  302. package/esm/core/ui/icon.d.ts +1 -1
  303. package/esm/core/ui/icon.js +3 -3
  304. package/esm/core/ui/index.js +7 -7
  305. package/esm/core/ui/popup/index.js +1 -1
  306. package/esm/core/ui/popup/popup.d.ts +2 -2
  307. package/esm/core/ui/popup/popup.js +8 -8
  308. package/esm/core/ui/progress-bar/progress-bar.d.ts +2 -2
  309. package/esm/core/ui/progress-bar/progress-bar.js +2 -2
  310. package/esm/core/view/view-with-toolbar.d.ts +2 -2
  311. package/esm/core/view/view-with-toolbar.js +10 -10
  312. package/esm/core/view/view.d.ts +4 -4
  313. package/esm/core/view/view.js +17 -17
  314. package/esm/index.d.ts +1 -1
  315. package/esm/index.js +8 -8
  316. package/esm/jodit.d.ts +6 -6
  317. package/esm/jodit.js +9 -9
  318. package/esm/languages.d.ts +1 -1
  319. package/esm/languages.js +23 -23
  320. package/esm/modules/context-menu/context-menu.d.ts +2 -2
  321. package/esm/modules/context-menu/context-menu.js +4 -4
  322. package/esm/modules/dialog/alert.d.ts +1 -1
  323. package/esm/modules/dialog/alert.js +5 -5
  324. package/esm/modules/dialog/confirm.d.ts +1 -1
  325. package/esm/modules/dialog/confirm.js +3 -3
  326. package/esm/modules/dialog/dialog.d.ts +2 -2
  327. package/esm/modules/dialog/dialog.js +13 -13
  328. package/esm/modules/dialog/index.js +4 -4
  329. package/esm/modules/dialog/prompt.d.ts +1 -1
  330. package/esm/modules/dialog/prompt.js +4 -4
  331. package/esm/modules/file-browser/builders/context-menu.d.ts +1 -1
  332. package/esm/modules/file-browser/builders/context-menu.js +9 -9
  333. package/esm/modules/file-browser/builders/elements-map.d.ts +1 -1
  334. package/esm/modules/file-browser/builders/item.d.ts +1 -1
  335. package/esm/modules/file-browser/builders/item.js +1 -1
  336. package/esm/modules/file-browser/config.d.ts +2 -2
  337. package/esm/modules/file-browser/config.js +5 -5
  338. package/esm/modules/file-browser/data-provider.d.ts +1 -1
  339. package/esm/modules/file-browser/data-provider.js +5 -5
  340. package/esm/modules/file-browser/factories.d.ts +1 -1
  341. package/esm/modules/file-browser/factories.js +2 -2
  342. package/esm/modules/file-browser/fetch/delete-file.d.ts +1 -1
  343. package/esm/modules/file-browser/fetch/load-items.d.ts +1 -1
  344. package/esm/modules/file-browser/fetch/load-tree.d.ts +1 -1
  345. package/esm/modules/file-browser/fetch/load-tree.js +2 -2
  346. package/esm/modules/file-browser/file-browser.d.ts +4 -4
  347. package/esm/modules/file-browser/file-browser.js +20 -20
  348. package/esm/modules/file-browser/index.js +1 -1
  349. package/esm/modules/file-browser/listeners/native-listeners.d.ts +1 -1
  350. package/esm/modules/file-browser/listeners/native-listeners.js +5 -5
  351. package/esm/modules/file-browser/listeners/self-listeners.d.ts +1 -1
  352. package/esm/modules/file-browser/listeners/self-listeners.js +7 -7
  353. package/esm/modules/file-browser/listeners/state-listeners.d.ts +1 -1
  354. package/esm/modules/file-browser/listeners/state-listeners.js +5 -5
  355. package/esm/modules/file-browser/ui/files/files.d.ts +1 -1
  356. package/esm/modules/file-browser/ui/files/files.js +1 -1
  357. package/esm/modules/file-browser/ui/index.js +2 -2
  358. package/esm/modules/file-browser/ui/tree/tree.d.ts +1 -1
  359. package/esm/modules/file-browser/ui/tree/tree.js +1 -1
  360. package/esm/modules/history/command.d.ts +1 -1
  361. package/esm/modules/history/history.d.ts +2 -2
  362. package/esm/modules/history/history.js +6 -6
  363. package/esm/modules/history/snapshot.d.ts +2 -2
  364. package/esm/modules/history/snapshot.js +3 -3
  365. package/esm/modules/history/stack.d.ts +1 -1
  366. package/esm/modules/image-editor/config.d.ts +1 -1
  367. package/esm/modules/image-editor/config.js +2 -2
  368. package/esm/modules/image-editor/image-editor.d.ts +2 -2
  369. package/esm/modules/image-editor/image-editor.js +8 -8
  370. package/esm/modules/image-editor/templates/form.d.ts +1 -1
  371. package/esm/modules/image-editor/templates/form.js +1 -1
  372. package/esm/modules/index.d.ts +13 -13
  373. package/esm/modules/index.js +26 -26
  374. package/esm/modules/messages/message.d.ts +2 -2
  375. package/esm/modules/messages/message.js +2 -2
  376. package/esm/modules/messages/messages.d.ts +2 -2
  377. package/esm/modules/messages/messages.js +4 -4
  378. package/esm/modules/status-bar/status-bar.d.ts +4 -4
  379. package/esm/modules/status-bar/status-bar.js +5 -5
  380. package/esm/modules/table/table.d.ts +2 -2
  381. package/esm/modules/table/table.js +6 -6
  382. package/esm/modules/toolbar/button/button.d.ts +5 -5
  383. package/esm/modules/toolbar/button/button.js +10 -10
  384. package/esm/modules/toolbar/button/content.d.ts +2 -2
  385. package/esm/modules/toolbar/button/content.js +4 -4
  386. package/esm/modules/toolbar/button/index.js +3 -3
  387. package/esm/modules/toolbar/button/select/select.d.ts +1 -1
  388. package/esm/modules/toolbar/button/select/select.js +3 -3
  389. package/esm/modules/toolbar/collection/collection.d.ts +2 -2
  390. package/esm/modules/toolbar/collection/collection.js +4 -4
  391. package/esm/modules/toolbar/collection/editor-collection.d.ts +1 -1
  392. package/esm/modules/toolbar/collection/editor-collection.js +5 -5
  393. package/esm/modules/toolbar/factory.d.ts +1 -1
  394. package/esm/modules/toolbar/factory.js +6 -6
  395. package/esm/modules/uploader/config.d.ts +1 -1
  396. package/esm/modules/uploader/config.js +3 -3
  397. package/esm/modules/uploader/helpers/build-data.d.ts +1 -1
  398. package/esm/modules/uploader/helpers/build-data.js +1 -1
  399. package/esm/modules/uploader/helpers/index.d.ts +1 -1
  400. package/esm/modules/uploader/helpers/index.js +5 -5
  401. package/esm/modules/uploader/helpers/process-old-browser-drag.d.ts +1 -1
  402. package/esm/modules/uploader/helpers/process-old-browser-drag.js +6 -5
  403. package/esm/modules/uploader/helpers/send-files.d.ts +1 -1
  404. package/esm/modules/uploader/helpers/send-files.js +2 -2
  405. package/esm/modules/uploader/helpers/send.d.ts +2 -2
  406. package/esm/modules/uploader/helpers/send.js +3 -3
  407. package/esm/modules/uploader/uploader.d.ts +2 -2
  408. package/esm/modules/uploader/uploader.js +6 -6
  409. package/esm/modules/widget/color-picker/color-picker.d.ts +1 -1
  410. package/esm/modules/widget/color-picker/color-picker.js +3 -3
  411. package/esm/modules/widget/file-selector/file-selector.d.ts +1 -1
  412. package/esm/modules/widget/file-selector/file-selector.js +4 -4
  413. package/esm/modules/widget/index.js +3 -3
  414. package/esm/modules/widget/tabs/tabs.d.ts +2 -2
  415. package/esm/modules/widget/tabs/tabs.js +5 -5
  416. package/esm/plugins/about/about.js +6 -6
  417. package/esm/plugins/add-new-line/add-new-line.d.ts +2 -2
  418. package/esm/plugins/add-new-line/add-new-line.js +5 -5
  419. package/esm/plugins/add-new-line/config.d.ts +1 -1
  420. package/esm/plugins/add-new-line/config.js +2 -2
  421. package/esm/plugins/ai-assistant/ai-assistant.d.ts +2 -2
  422. package/esm/plugins/ai-assistant/ai-assistant.js +8 -8
  423. package/esm/plugins/ai-assistant/config.js +2 -2
  424. package/esm/plugins/ai-assistant/ui/ui-ai-assistant.d.ts +3 -3
  425. package/esm/plugins/ai-assistant/ui/ui-ai-assistant.js +6 -6
  426. package/esm/plugins/backspace/backspace.d.ts +2 -2
  427. package/esm/plugins/backspace/backspace.js +9 -9
  428. package/esm/plugins/backspace/cases/check-join-neighbors.d.ts +1 -1
  429. package/esm/plugins/backspace/cases/check-join-neighbors.js +3 -3
  430. package/esm/plugins/backspace/cases/check-join-two-lists.d.ts +1 -1
  431. package/esm/plugins/backspace/cases/check-join-two-lists.js +3 -3
  432. package/esm/plugins/backspace/cases/check-not-collapsed.d.ts +1 -1
  433. package/esm/plugins/backspace/cases/check-remove-char.d.ts +2 -2
  434. package/esm/plugins/backspace/cases/check-remove-char.js +4 -4
  435. package/esm/plugins/backspace/cases/check-remove-content-not-editable.d.ts +1 -1
  436. package/esm/plugins/backspace/cases/check-remove-content-not-editable.js +3 -3
  437. package/esm/plugins/backspace/cases/check-remove-empty-neighbor.d.ts +1 -1
  438. package/esm/plugins/backspace/cases/check-remove-empty-neighbor.js +1 -1
  439. package/esm/plugins/backspace/cases/check-remove-empty-parent.d.ts +1 -1
  440. package/esm/plugins/backspace/cases/check-remove-empty-parent.js +3 -3
  441. package/esm/plugins/backspace/cases/check-remove-unbreakable-element.d.ts +1 -1
  442. package/esm/plugins/backspace/cases/check-remove-unbreakable-element.js +3 -3
  443. package/esm/plugins/backspace/cases/check-table-cell.d.ts +1 -1
  444. package/esm/plugins/backspace/cases/check-table-cell.js +1 -1
  445. package/esm/plugins/backspace/cases/check-unwrap-first-list-item.d.ts +1 -1
  446. package/esm/plugins/backspace/cases/check-unwrap-first-list-item.js +2 -2
  447. package/esm/plugins/backspace/cases/index.js +9 -9
  448. package/esm/plugins/backspace/config.js +1 -1
  449. package/esm/plugins/backspace/helpers.d.ts +1 -1
  450. package/esm/plugins/backspace/helpers.js +1 -1
  451. package/esm/plugins/bold/bold.d.ts +1 -1
  452. package/esm/plugins/bold/bold.js +6 -6
  453. package/esm/plugins/bold/config.js +1 -1
  454. package/esm/plugins/class-span/class-span.d.ts +2 -2
  455. package/esm/plugins/class-span/class-span.js +6 -6
  456. package/esm/plugins/clean-html/clean-html.d.ts +2 -2
  457. package/esm/plugins/clean-html/clean-html.js +8 -8
  458. package/esm/plugins/clean-html/config.d.ts +1 -1
  459. package/esm/plugins/clean-html/config.js +2 -2
  460. package/esm/plugins/clean-html/helpers/get-hash.d.ts +1 -1
  461. package/esm/plugins/clean-html/helpers/get-hash.js +2 -2
  462. package/esm/plugins/clean-html/helpers/index.js +4 -4
  463. package/esm/plugins/clean-html/helpers/remove-format/remove-format-for-collapsed-selection.d.ts +1 -1
  464. package/esm/plugins/clean-html/helpers/remove-format/remove-format-for-collapsed-selection.js +2 -2
  465. package/esm/plugins/clean-html/helpers/remove-format/remove-format-for-selection.d.ts +1 -1
  466. package/esm/plugins/clean-html/helpers/remove-format/remove-format-for-selection.js +3 -3
  467. package/esm/plugins/clean-html/helpers/visitor/filters/allow-attributes.d.ts +1 -1
  468. package/esm/plugins/clean-html/helpers/visitor/filters/allow-attributes.js +1 -1
  469. package/esm/plugins/clean-html/helpers/visitor/filters/fill-empty-paragraph.d.ts +1 -1
  470. package/esm/plugins/clean-html/helpers/visitor/filters/fill-empty-paragraph.js +2 -2
  471. package/esm/plugins/clean-html/helpers/visitor/filters/index.js +7 -7
  472. package/esm/plugins/clean-html/helpers/visitor/filters/remove-empty-text-node.d.ts +1 -1
  473. package/esm/plugins/clean-html/helpers/visitor/filters/remove-empty-text-node.js +1 -1
  474. package/esm/plugins/clean-html/helpers/visitor/filters/remove-inv-text-nodes.d.ts +1 -1
  475. package/esm/plugins/clean-html/helpers/visitor/filters/remove-inv-text-nodes.js +2 -2
  476. package/esm/plugins/clean-html/helpers/visitor/filters/replace-old-tags.d.ts +1 -1
  477. package/esm/plugins/clean-html/helpers/visitor/filters/replace-old-tags.js +1 -1
  478. package/esm/plugins/clean-html/helpers/visitor/filters/sanitize-attributes.d.ts +1 -1
  479. package/esm/plugins/clean-html/helpers/visitor/filters/sanitize-attributes.js +2 -2
  480. package/esm/plugins/clean-html/helpers/visitor/filters/try-remove-node.d.ts +1 -1
  481. package/esm/plugins/clean-html/helpers/visitor/filters/try-remove-node.js +3 -3
  482. package/esm/plugins/clean-html/helpers/visitor/visit-node-walker.d.ts +1 -1
  483. package/esm/plugins/clean-html/helpers/visitor/visit-node-walker.js +2 -2
  484. package/esm/plugins/clipboard/clipboard.d.ts +2 -2
  485. package/esm/plugins/clipboard/clipboard.js +4 -4
  486. package/esm/plugins/clipboard/config.js +2 -2
  487. package/esm/plugins/color/color.d.ts +1 -1
  488. package/esm/plugins/color/color.js +3 -3
  489. package/esm/plugins/color/config.js +5 -5
  490. package/esm/plugins/copy-format/copy-format.d.ts +1 -1
  491. package/esm/plugins/copy-format/copy-format.js +6 -6
  492. package/esm/plugins/debug/debug.d.ts +2 -2
  493. package/esm/plugins/delete/delete.d.ts +2 -2
  494. package/esm/plugins/delete/delete.js +6 -6
  495. package/esm/plugins/drag-and-drop/drag-and-drop.d.ts +1 -1
  496. package/esm/plugins/drag-and-drop/drag-and-drop.js +7 -7
  497. package/esm/plugins/drag-and-drop-element/config.js +1 -1
  498. package/esm/plugins/drag-and-drop-element/drag-and-drop-element.d.ts +1 -1
  499. package/esm/plugins/drag-and-drop-element/drag-and-drop-element.js +6 -6
  500. package/esm/plugins/dtd/after-insert/index.js +1 -1
  501. package/esm/plugins/dtd/after-insert/remove-extra-br.d.ts +1 -1
  502. package/esm/plugins/dtd/after-insert/remove-extra-br.js +1 -1
  503. package/esm/plugins/dtd/before-insert/check-block-nesting.d.ts +1 -1
  504. package/esm/plugins/dtd/before-insert/check-block-nesting.js +1 -1
  505. package/esm/plugins/dtd/before-insert/index.js +1 -1
  506. package/esm/plugins/dtd/config.d.ts +1 -1
  507. package/esm/plugins/dtd/config.js +1 -1
  508. package/esm/plugins/dtd/dtd.js +6 -6
  509. package/esm/plugins/enter/enter.d.ts +2 -2
  510. package/esm/plugins/enter/enter.js +8 -8
  511. package/esm/plugins/enter/helpers/check-br.d.ts +1 -1
  512. package/esm/plugins/enter/helpers/check-br.js +3 -3
  513. package/esm/plugins/enter/helpers/check-unsplittable-box.d.ts +1 -1
  514. package/esm/plugins/enter/helpers/check-unsplittable-box.js +1 -1
  515. package/esm/plugins/enter/helpers/get-block-wrapper.d.ts +1 -1
  516. package/esm/plugins/enter/helpers/get-block-wrapper.js +2 -2
  517. package/esm/plugins/enter/helpers/has-previous-block.d.ts +1 -1
  518. package/esm/plugins/enter/helpers/has-previous-block.js +1 -1
  519. package/esm/plugins/enter/helpers/index.js +9 -9
  520. package/esm/plugins/enter/helpers/insert-paragraph.d.ts +1 -1
  521. package/esm/plugins/enter/helpers/insert-paragraph.js +2 -2
  522. package/esm/plugins/enter/helpers/move-cursor-out-from-specal-tags.d.ts +1 -1
  523. package/esm/plugins/enter/helpers/move-cursor-out-from-specal-tags.js +1 -1
  524. package/esm/plugins/enter/helpers/process-empty-li-leaf.d.ts +1 -1
  525. package/esm/plugins/enter/helpers/process-empty-li-leaf.js +3 -3
  526. package/esm/plugins/enter/helpers/split-fragment.d.ts +1 -1
  527. package/esm/plugins/enter/helpers/split-fragment.js +3 -3
  528. package/esm/plugins/enter/helpers/wrap-text.d.ts +1 -1
  529. package/esm/plugins/enter/helpers/wrap-text.js +1 -1
  530. package/esm/plugins/file/file.d.ts +1 -1
  531. package/esm/plugins/file/file.js +4 -4
  532. package/esm/plugins/focus/focus.d.ts +1 -1
  533. package/esm/plugins/focus/focus.js +3 -3
  534. package/esm/plugins/font/config.js +5 -5
  535. package/esm/plugins/font/font.d.ts +1 -1
  536. package/esm/plugins/font/font.js +3 -3
  537. package/esm/plugins/format-block/config.js +3 -3
  538. package/esm/plugins/format-block/format-block.d.ts +1 -1
  539. package/esm/plugins/format-block/format-block.js +2 -2
  540. package/esm/plugins/fullsize/config.js +3 -3
  541. package/esm/plugins/fullsize/fullsize.d.ts +1 -1
  542. package/esm/plugins/fullsize/fullsize.js +4 -4
  543. package/esm/plugins/hotkeys/config.d.ts +1 -1
  544. package/esm/plugins/hotkeys/config.js +1 -1
  545. package/esm/plugins/hotkeys/hotkeys.d.ts +2 -2
  546. package/esm/plugins/hotkeys/hotkeys.js +5 -5
  547. package/esm/plugins/hr/hr.d.ts +1 -1
  548. package/esm/plugins/hr/hr.js +4 -4
  549. package/esm/plugins/iframe/config.js +1 -1
  550. package/esm/plugins/iframe/iframe.d.ts +1 -1
  551. package/esm/plugins/iframe/iframe.js +5 -5
  552. package/esm/plugins/image/image.d.ts +1 -1
  553. package/esm/plugins/image/image.js +6 -6
  554. package/esm/plugins/image-processor/config.js +1 -1
  555. package/esm/plugins/image-processor/image-processor.d.ts +2 -2
  556. package/esm/plugins/image-processor/image-processor.js +6 -6
  557. package/esm/plugins/image-properties/config.js +1 -1
  558. package/esm/plugins/image-properties/image-properties.d.ts +2 -2
  559. package/esm/plugins/image-properties/image-properties.js +12 -12
  560. package/esm/plugins/image-properties/readers/align.js +1 -1
  561. package/esm/plugins/image-properties/readers/index.d.ts +1 -1
  562. package/esm/plugins/image-properties/readers/index.js +5 -5
  563. package/esm/plugins/image-properties/readers/link.d.ts +1 -1
  564. package/esm/plugins/image-properties/readers/link.js +2 -2
  565. package/esm/plugins/image-properties/readers/margin.js +1 -1
  566. package/esm/plugins/image-properties/readers/size.js +4 -4
  567. package/esm/plugins/image-properties/ui/ui-image-form.d.ts +2 -2
  568. package/esm/plugins/image-properties/ui/ui-image-form.js +8 -8
  569. package/esm/plugins/image-properties/ui/ui-image-main-tab.d.ts +2 -2
  570. package/esm/plugins/image-properties/ui/ui-image-main-tab.js +5 -5
  571. package/esm/plugins/image-properties/ui/ui-image-position-tab.d.ts +2 -2
  572. package/esm/plugins/image-properties/ui/ui-image-position-tab.js +9 -9
  573. package/esm/plugins/image-properties/utils/open-image-editor.d.ts +1 -1
  574. package/esm/plugins/image-properties/utils/open-image-editor.js +3 -3
  575. package/esm/plugins/image-properties/utils/open-image-popup.d.ts +1 -1
  576. package/esm/plugins/image-properties/utils/open-image-popup.js +4 -4
  577. package/esm/plugins/image-properties/utils/utils.js +2 -2
  578. package/esm/plugins/image-properties/writers/index.d.ts +1 -1
  579. package/esm/plugins/image-properties/writers/index.js +5 -5
  580. package/esm/plugins/image-properties/writers/link.d.ts +1 -1
  581. package/esm/plugins/image-properties/writers/link.js +2 -2
  582. package/esm/plugins/image-properties/writers/margin.d.ts +1 -1
  583. package/esm/plugins/image-properties/writers/margin.js +2 -2
  584. package/esm/plugins/image-properties/writers/size.js +4 -4
  585. package/esm/plugins/indent/config.js +4 -4
  586. package/esm/plugins/indent/helpers.js +1 -1
  587. package/esm/plugins/indent/indent.d.ts +1 -1
  588. package/esm/plugins/indent/indent.js +6 -6
  589. package/esm/plugins/index.d.ts +62 -62
  590. package/esm/plugins/index.js +22 -22
  591. package/esm/plugins/inline-popup/config/config.d.ts +1 -1
  592. package/esm/plugins/inline-popup/config/config.js +14 -14
  593. package/esm/plugins/inline-popup/config/items/a.d.ts +2 -2
  594. package/esm/plugins/inline-popup/config/items/a.js +1 -1
  595. package/esm/plugins/inline-popup/config/items/cells.d.ts +2 -2
  596. package/esm/plugins/inline-popup/config/items/cells.js +2 -2
  597. package/esm/plugins/inline-popup/config/items/iframe.d.ts +2 -2
  598. package/esm/plugins/inline-popup/config/items/iframe.js +1 -1
  599. package/esm/plugins/inline-popup/config/items/img.d.ts +2 -2
  600. package/esm/plugins/inline-popup/config/items/img.js +4 -4
  601. package/esm/plugins/inline-popup/inline-popup.d.ts +2 -2
  602. package/esm/plugins/inline-popup/inline-popup.js +9 -9
  603. package/esm/plugins/justify/justify.d.ts +1 -1
  604. package/esm/plugins/justify/justify.js +6 -6
  605. package/esm/plugins/key-arrow-outside/key-arrow-outside.d.ts +2 -2
  606. package/esm/plugins/key-arrow-outside/key-arrow-outside.js +5 -5
  607. package/esm/plugins/limit/config.js +1 -1
  608. package/esm/plugins/limit/limit.d.ts +2 -2
  609. package/esm/plugins/limit/limit.js +5 -5
  610. package/esm/plugins/line-height/config.js +3 -3
  611. package/esm/plugins/line-height/line-height.d.ts +2 -2
  612. package/esm/plugins/line-height/line-height.js +7 -7
  613. package/esm/plugins/link/config.d.ts +1 -1
  614. package/esm/plugins/link/config.js +4 -4
  615. package/esm/plugins/link/link.d.ts +2 -2
  616. package/esm/plugins/link/link.js +6 -6
  617. package/esm/plugins/link/template.d.ts +1 -1
  618. package/esm/plugins/link/template.js +2 -2
  619. package/esm/plugins/media/config.js +1 -1
  620. package/esm/plugins/media/media.d.ts +1 -1
  621. package/esm/plugins/media/media.js +4 -4
  622. package/esm/plugins/mobile/config.d.ts +1 -1
  623. package/esm/plugins/mobile/config.js +5 -5
  624. package/esm/plugins/mobile/mobile.d.ts +1 -1
  625. package/esm/plugins/mobile/mobile.js +4 -4
  626. package/esm/plugins/ordered-list/config.js +3 -3
  627. package/esm/plugins/ordered-list/ordered-list.d.ts +2 -2
  628. package/esm/plugins/ordered-list/ordered-list.js +4 -4
  629. package/esm/plugins/paste/config.d.ts +1 -1
  630. package/esm/plugins/paste/config.js +3 -3
  631. package/esm/plugins/paste/helpers.d.ts +1 -1
  632. package/esm/plugins/paste/helpers.js +4 -4
  633. package/esm/plugins/paste/interface.d.ts +1 -1
  634. package/esm/plugins/paste/paste.d.ts +2 -2
  635. package/esm/plugins/paste/paste.js +8 -8
  636. package/esm/plugins/paste-from-word/config.d.ts +1 -1
  637. package/esm/plugins/paste-from-word/config.js +2 -2
  638. package/esm/plugins/paste-from-word/paste-from-word.d.ts +3 -3
  639. package/esm/plugins/paste-from-word/paste-from-word.js +7 -7
  640. package/esm/plugins/paste-storage/paste-storage.d.ts +1 -1
  641. package/esm/plugins/paste-storage/paste-storage.js +6 -6
  642. package/esm/plugins/placeholder/config.js +1 -1
  643. package/esm/plugins/placeholder/placeholder.d.ts +2 -2
  644. package/esm/plugins/placeholder/placeholder.js +10 -10
  645. package/esm/plugins/powered-by-jodit/powered-by-jodit.d.ts +1 -1
  646. package/esm/plugins/powered-by-jodit/powered-by-jodit.js +1 -1
  647. package/esm/plugins/preview/preview.d.ts +1 -1
  648. package/esm/plugins/preview/preview.js +4 -4
  649. package/esm/plugins/print/lib/generate-critical-css.d.ts +1 -1
  650. package/esm/plugins/print/lib/generate-critical-css.js +1 -1
  651. package/esm/plugins/print/print.d.ts +1 -1
  652. package/esm/plugins/print/print.js +8 -8
  653. package/esm/plugins/redo-undo/redo-undo.d.ts +2 -2
  654. package/esm/plugins/redo-undo/redo-undo.js +5 -5
  655. package/esm/plugins/resize-cells/config.js +1 -1
  656. package/esm/plugins/resize-cells/resize-cells.d.ts +2 -2
  657. package/esm/plugins/resize-cells/resize-cells.js +7 -7
  658. package/esm/plugins/resize-handler/config.js +1 -1
  659. package/esm/plugins/resize-handler/resize-handler.d.ts +2 -2
  660. package/esm/plugins/resize-handler/resize-handler.js +6 -6
  661. package/esm/plugins/resizer/config.d.ts +1 -1
  662. package/esm/plugins/resizer/config.js +1 -1
  663. package/esm/plugins/resizer/resizer.d.ts +2 -2
  664. package/esm/plugins/resizer/resizer.js +8 -8
  665. package/esm/plugins/search/config.d.ts +1 -1
  666. package/esm/plugins/search/config.js +3 -3
  667. package/esm/plugins/search/helpers/highlight-text-ranges.d.ts +1 -1
  668. package/esm/plugins/search/helpers/highlight-text-ranges.js +2 -2
  669. package/esm/plugins/search/helpers/index.js +2 -2
  670. package/esm/plugins/search/helpers/sentence-finder.d.ts +1 -1
  671. package/esm/plugins/search/helpers/sentence-finder.js +1 -1
  672. package/esm/plugins/search/search.d.ts +3 -3
  673. package/esm/plugins/search/search.js +9 -9
  674. package/esm/plugins/search/ui/search.d.ts +2 -2
  675. package/esm/plugins/search/ui/search.js +6 -6
  676. package/esm/plugins/select/config.js +1 -1
  677. package/esm/plugins/select/select.d.ts +2 -2
  678. package/esm/plugins/select/select.js +7 -7
  679. package/esm/plugins/select-cells/config.js +1 -1
  680. package/esm/plugins/select-cells/select-cells.d.ts +2 -2
  681. package/esm/plugins/select-cells/select-cells.js +8 -8
  682. package/esm/plugins/size/config.js +1 -1
  683. package/esm/plugins/size/size.d.ts +2 -2
  684. package/esm/plugins/size/size.js +6 -6
  685. package/esm/plugins/source/config.d.ts +1 -1
  686. package/esm/plugins/source/config.js +3 -3
  687. package/esm/plugins/source/editor/engines/ace.d.ts +2 -2
  688. package/esm/plugins/source/editor/engines/ace.js +3 -3
  689. package/esm/plugins/source/editor/engines/area.d.ts +2 -2
  690. package/esm/plugins/source/editor/engines/area.js +3 -3
  691. package/esm/plugins/source/editor/engines/index.js +2 -2
  692. package/esm/plugins/source/editor/factory.d.ts +1 -1
  693. package/esm/plugins/source/editor/factory.js +2 -2
  694. package/esm/plugins/source/editor/sourceEditor.d.ts +1 -1
  695. package/esm/plugins/source/source.d.ts +2 -2
  696. package/esm/plugins/source/source.js +9 -9
  697. package/esm/plugins/speech-recognize/config.d.ts +1 -1
  698. package/esm/plugins/speech-recognize/config.js +6 -6
  699. package/esm/plugins/speech-recognize/helpers/api.d.ts +1 -1
  700. package/esm/plugins/speech-recognize/helpers/exec-spell-command.d.ts +1 -1
  701. package/esm/plugins/speech-recognize/helpers/recognize-manager.d.ts +3 -3
  702. package/esm/plugins/speech-recognize/helpers/recognize-manager.js +4 -4
  703. package/esm/plugins/speech-recognize/helpers/sound.js +1 -1
  704. package/esm/plugins/speech-recognize/speech-recognize.d.ts +2 -2
  705. package/esm/plugins/speech-recognize/speech-recognize.js +10 -10
  706. package/esm/plugins/spellcheck/config.js +2 -2
  707. package/esm/plugins/spellcheck/spellcheck.d.ts +2 -2
  708. package/esm/plugins/spellcheck/spellcheck.js +6 -6
  709. package/esm/plugins/stat/config.js +1 -1
  710. package/esm/plugins/stat/stat.d.ts +1 -1
  711. package/esm/plugins/stat/stat.js +5 -5
  712. package/esm/plugins/sticky/config.js +1 -1
  713. package/esm/plugins/sticky/sticky.d.ts +2 -2
  714. package/esm/plugins/sticky/sticky.js +7 -7
  715. package/esm/plugins/symbols/config.js +2 -2
  716. package/esm/plugins/symbols/symbols.d.ts +2 -2
  717. package/esm/plugins/symbols/symbols.js +7 -7
  718. package/esm/plugins/tab/cases/index.js +1 -1
  719. package/esm/plugins/tab/cases/on-tab-inside-li.d.ts +1 -1
  720. package/esm/plugins/tab/cases/on-tab-inside-li.js +2 -2
  721. package/esm/plugins/tab/config.js +1 -1
  722. package/esm/plugins/tab/tab.js +6 -6
  723. package/esm/plugins/table/config.js +5 -5
  724. package/esm/plugins/table/table.d.ts +1 -1
  725. package/esm/plugins/table/table.js +2 -2
  726. package/esm/plugins/table-keyboard-navigation/table-keyboard-navigation.d.ts +1 -1
  727. package/esm/plugins/table-keyboard-navigation/table-keyboard-navigation.js +5 -5
  728. package/esm/plugins/video/config.js +6 -6
  729. package/esm/plugins/video/video.js +2 -2
  730. package/esm/plugins/wrap-nodes/config.d.ts +1 -1
  731. package/esm/plugins/wrap-nodes/config.js +1 -1
  732. package/esm/plugins/wrap-nodes/wrap-nodes.js +6 -6
  733. package/esm/plugins/xpath/config.js +1 -1
  734. package/esm/plugins/xpath/xpath.js +8 -8
  735. package/esm/types/jodit.d.ts +1 -1
  736. package/package.json +1 -1
  737. package/types/core/async/async.d.ts +1 -1
  738. package/types/core/component/component.d.ts +1 -1
  739. package/types/core/component/view-component.d.ts +1 -1
  740. package/types/core/constants.d.ts +1 -1
  741. package/types/core/create/create.d.ts +1 -1
  742. package/types/core/decorators/cache/cache.d.ts +1 -1
  743. package/types/core/decorators/debounce/debounce.d.ts +1 -1
  744. package/types/core/decorators/hook/hook.d.ts +2 -2
  745. package/types/core/decorators/idle/idle.d.ts +1 -1
  746. package/types/core/decorators/persistent/persistent.d.ts +1 -1
  747. package/types/core/decorators/wait/wait.d.ts +1 -1
  748. package/types/core/decorators/watch/watch.d.ts +1 -1
  749. package/types/core/dom/dom.d.ts +1 -1
  750. package/types/core/dom/lazy-walker.d.ts +2 -2
  751. package/types/core/event-emitter/event-emitter.d.ts +1 -1
  752. package/types/core/event-emitter/eventify.d.ts +1 -1
  753. package/types/core/event-emitter/observable.d.ts +1 -1
  754. package/types/core/event-emitter/store.d.ts +1 -1
  755. package/types/core/global.d.ts +2 -2
  756. package/types/core/helpers/checker/is-imp-interface.d.ts +1 -1
  757. package/types/core/helpers/checker/is-jodit-object.d.ts +1 -1
  758. package/types/core/helpers/checker/is-marker.d.ts +1 -1
  759. package/types/core/helpers/checker/is-plain-object.d.ts +1 -1
  760. package/types/core/helpers/checker/is-view-object.d.ts +1 -1
  761. package/types/core/helpers/html/strip-tags.d.ts +1 -1
  762. package/types/core/helpers/size/get-scroll-parent.d.ts +1 -1
  763. package/types/core/helpers/size/object-size.d.ts +1 -1
  764. package/types/core/helpers/size/offset.d.ts +1 -1
  765. package/types/core/helpers/size/position.d.ts +1 -1
  766. package/types/core/helpers/string/i18n.d.ts +1 -1
  767. package/types/core/helpers/utils/align.d.ts +1 -1
  768. package/types/core/helpers/utils/append-script.d.ts +1 -1
  769. package/types/core/helpers/utils/attr.d.ts +1 -1
  770. package/types/core/helpers/utils/build-query.d.ts +1 -1
  771. package/types/core/helpers/utils/config-proto.d.ts +1 -1
  772. package/types/core/helpers/utils/css.d.ts +1 -1
  773. package/types/core/helpers/utils/data-bind.d.ts +1 -1
  774. package/types/core/helpers/utils/error/errors/abort-error.d.ts +1 -1
  775. package/types/core/helpers/utils/get-class-name.d.ts +1 -1
  776. package/types/core/helpers/utils/get.d.ts +1 -1
  777. package/types/core/helpers/utils/parse-query.d.ts +1 -1
  778. package/types/core/helpers/utils/print.d.ts +1 -1
  779. package/types/core/helpers/utils/reset.d.ts +1 -1
  780. package/types/core/helpers/utils/scroll-into-view.d.ts +1 -1
  781. package/types/core/helpers/utils/selector.d.ts +1 -1
  782. package/types/core/helpers/utils/set.d.ts +1 -1
  783. package/types/core/helpers/utils/stack.d.ts +1 -1
  784. package/types/core/helpers/utils/utils.d.ts +1 -1
  785. package/types/core/plugin/helpers/init-instance.d.ts +1 -1
  786. package/types/core/plugin/helpers/load.d.ts +1 -1
  787. package/types/core/plugin/helpers/make-instance.d.ts +1 -1
  788. package/types/core/plugin/plugin-system.d.ts +1 -1
  789. package/types/core/plugin/plugin.d.ts +2 -2
  790. package/types/core/request/ajax.d.ts +1 -1
  791. package/types/core/request/config.d.ts +1 -1
  792. package/types/core/request/response.d.ts +1 -1
  793. package/types/core/selection/helpers/move-node-inside-start.d.ts +1 -1
  794. package/types/core/selection/index.d.ts +1 -0
  795. package/types/core/selection/interface.d.ts +1 -1
  796. package/types/core/selection/selection.d.ts +1 -1
  797. package/types/core/selection/style/api/extract.d.ts +1 -1
  798. package/types/core/selection/style/api/finite-state-machine.d.ts +1 -1
  799. package/types/core/selection/style/api/get-suit-child.d.ts +1 -1
  800. package/types/core/selection/style/api/get-suit-parent.d.ts +1 -1
  801. package/types/core/selection/style/api/has-same-style.d.ts +1 -1
  802. package/types/core/selection/style/api/is-normal-node.d.ts +1 -1
  803. package/types/core/selection/style/api/is-same-attributes.d.ts +1 -1
  804. package/types/core/selection/style/api/is-suit-element.d.ts +1 -1
  805. package/types/core/selection/style/api/list/toggle-ordered-list.d.ts +1 -1
  806. package/types/core/selection/style/api/list/wrap-list.d.ts +1 -1
  807. package/types/core/selection/style/api/toggle-attributes.d.ts +1 -1
  808. package/types/core/selection/style/api/unwrap-children.d.ts +1 -1
  809. package/types/core/selection/style/api/wrap-unwrapped-text.d.ts +1 -1
  810. package/types/core/selection/style/api/wrap.d.ts +1 -1
  811. package/types/core/selection/style/apply-style.d.ts +1 -1
  812. package/types/core/selection/style/commit-style.d.ts +1 -15
  813. package/types/core/selection/style/constants.d.ts +22 -0
  814. package/types/core/selection/style/transactions.d.ts +1 -1
  815. package/types/core/storage/engines/local-storage-provider.d.ts +1 -1
  816. package/types/core/storage/engines/memory-storage-provider.d.ts +1 -1
  817. package/types/core/storage/storage.d.ts +1 -1
  818. package/types/core/traits/dlgs.d.ts +1 -1
  819. package/types/core/traits/elms.d.ts +1 -1
  820. package/types/core/traits/mods.d.ts +1 -1
  821. package/types/core/ui/button/button/button.d.ts +2 -2
  822. package/types/core/ui/button/group/group.d.ts +2 -2
  823. package/types/core/ui/button/tooltip/tooltip.d.ts +2 -2
  824. package/types/core/ui/element.d.ts +4 -4
  825. package/types/core/ui/form/block/block.d.ts +2 -2
  826. package/types/core/ui/form/form.d.ts +2 -2
  827. package/types/core/ui/form/inputs/area/area.d.ts +2 -2
  828. package/types/core/ui/form/inputs/checkbox/checkbox.d.ts +2 -2
  829. package/types/core/ui/form/inputs/file/file.d.ts +2 -2
  830. package/types/core/ui/form/inputs/input/input.d.ts +2 -2
  831. package/types/core/ui/form/inputs/select/select.d.ts +2 -2
  832. package/types/core/ui/form/validators/input.d.ts +1 -1
  833. package/types/core/ui/form/validators/select.d.ts +2 -2
  834. package/types/core/ui/group/group.d.ts +2 -2
  835. package/types/core/ui/group/list.d.ts +2 -2
  836. package/types/core/ui/group/separator.d.ts +1 -1
  837. package/types/core/ui/group/spacer.d.ts +1 -1
  838. package/types/core/ui/helpers/buttons.d.ts +1 -1
  839. package/types/core/ui/helpers/get-control-type.d.ts +1 -1
  840. package/types/core/ui/helpers/get-strong-control-types.d.ts +1 -1
  841. package/types/core/ui/icon.d.ts +1 -1
  842. package/types/core/ui/popup/popup.d.ts +2 -2
  843. package/types/core/ui/progress-bar/progress-bar.d.ts +2 -2
  844. package/types/core/view/view-with-toolbar.d.ts +2 -2
  845. package/types/core/view/view.d.ts +4 -4
  846. package/types/index.d.ts +1 -1
  847. package/types/jodit.d.ts +6 -6
  848. package/types/languages.d.ts +1 -1
  849. package/types/modules/context-menu/context-menu.d.ts +2 -2
  850. package/types/modules/dialog/alert.d.ts +1 -1
  851. package/types/modules/dialog/confirm.d.ts +1 -1
  852. package/types/modules/dialog/dialog.d.ts +2 -2
  853. package/types/modules/dialog/prompt.d.ts +1 -1
  854. package/types/modules/file-browser/builders/context-menu.d.ts +1 -1
  855. package/types/modules/file-browser/builders/elements-map.d.ts +1 -1
  856. package/types/modules/file-browser/builders/item.d.ts +1 -1
  857. package/types/modules/file-browser/config.d.ts +2 -2
  858. package/types/modules/file-browser/data-provider.d.ts +1 -1
  859. package/types/modules/file-browser/factories.d.ts +1 -1
  860. package/types/modules/file-browser/fetch/delete-file.d.ts +1 -1
  861. package/types/modules/file-browser/fetch/load-items.d.ts +1 -1
  862. package/types/modules/file-browser/fetch/load-tree.d.ts +1 -1
  863. package/types/modules/file-browser/file-browser.d.ts +4 -4
  864. package/types/modules/file-browser/listeners/native-listeners.d.ts +1 -1
  865. package/types/modules/file-browser/listeners/self-listeners.d.ts +1 -1
  866. package/types/modules/file-browser/listeners/state-listeners.d.ts +1 -1
  867. package/types/modules/file-browser/ui/files/files.d.ts +1 -1
  868. package/types/modules/file-browser/ui/tree/tree.d.ts +1 -1
  869. package/types/modules/history/command.d.ts +1 -1
  870. package/types/modules/history/history.d.ts +2 -2
  871. package/types/modules/history/snapshot.d.ts +2 -2
  872. package/types/modules/history/stack.d.ts +1 -1
  873. package/types/modules/image-editor/config.d.ts +1 -1
  874. package/types/modules/image-editor/image-editor.d.ts +2 -2
  875. package/types/modules/image-editor/templates/form.d.ts +1 -1
  876. package/types/modules/index.d.ts +13 -13
  877. package/types/modules/messages/message.d.ts +2 -2
  878. package/types/modules/messages/messages.d.ts +2 -2
  879. package/types/modules/status-bar/status-bar.d.ts +4 -4
  880. package/types/modules/table/table.d.ts +2 -2
  881. package/types/modules/toolbar/button/button.d.ts +5 -5
  882. package/types/modules/toolbar/button/content.d.ts +2 -2
  883. package/types/modules/toolbar/button/select/select.d.ts +1 -1
  884. package/types/modules/toolbar/collection/collection.d.ts +2 -2
  885. package/types/modules/toolbar/collection/editor-collection.d.ts +1 -1
  886. package/types/modules/toolbar/factory.d.ts +1 -1
  887. package/types/modules/uploader/config.d.ts +1 -1
  888. package/types/modules/uploader/helpers/build-data.d.ts +1 -1
  889. package/types/modules/uploader/helpers/index.d.ts +1 -1
  890. package/types/modules/uploader/helpers/process-old-browser-drag.d.ts +1 -1
  891. package/types/modules/uploader/helpers/send-files.d.ts +1 -1
  892. package/types/modules/uploader/helpers/send.d.ts +2 -2
  893. package/types/modules/uploader/uploader.d.ts +2 -2
  894. package/types/modules/widget/color-picker/color-picker.d.ts +1 -1
  895. package/types/modules/widget/file-selector/file-selector.d.ts +1 -1
  896. package/types/modules/widget/tabs/tabs.d.ts +2 -2
  897. package/types/plugins/add-new-line/add-new-line.d.ts +2 -2
  898. package/types/plugins/add-new-line/config.d.ts +1 -1
  899. package/types/plugins/ai-assistant/ai-assistant.d.ts +2 -2
  900. package/types/plugins/ai-assistant/ui/ui-ai-assistant.d.ts +3 -3
  901. package/types/plugins/backspace/backspace.d.ts +2 -2
  902. package/types/plugins/backspace/cases/check-join-neighbors.d.ts +1 -1
  903. package/types/plugins/backspace/cases/check-join-two-lists.d.ts +1 -1
  904. package/types/plugins/backspace/cases/check-not-collapsed.d.ts +1 -1
  905. package/types/plugins/backspace/cases/check-remove-char.d.ts +2 -2
  906. package/types/plugins/backspace/cases/check-remove-content-not-editable.d.ts +1 -1
  907. package/types/plugins/backspace/cases/check-remove-empty-neighbor.d.ts +1 -1
  908. package/types/plugins/backspace/cases/check-remove-empty-parent.d.ts +1 -1
  909. package/types/plugins/backspace/cases/check-remove-unbreakable-element.d.ts +1 -1
  910. package/types/plugins/backspace/cases/check-table-cell.d.ts +1 -1
  911. package/types/plugins/backspace/cases/check-unwrap-first-list-item.d.ts +1 -1
  912. package/types/plugins/backspace/helpers.d.ts +1 -1
  913. package/types/plugins/bold/bold.d.ts +1 -1
  914. package/types/plugins/class-span/class-span.d.ts +2 -2
  915. package/types/plugins/clean-html/clean-html.d.ts +2 -2
  916. package/types/plugins/clean-html/config.d.ts +1 -1
  917. package/types/plugins/clean-html/helpers/get-hash.d.ts +1 -1
  918. package/types/plugins/clean-html/helpers/remove-format/remove-format-for-collapsed-selection.d.ts +1 -1
  919. package/types/plugins/clean-html/helpers/remove-format/remove-format-for-selection.d.ts +1 -1
  920. package/types/plugins/clean-html/helpers/visitor/filters/allow-attributes.d.ts +1 -1
  921. package/types/plugins/clean-html/helpers/visitor/filters/fill-empty-paragraph.d.ts +1 -1
  922. package/types/plugins/clean-html/helpers/visitor/filters/remove-empty-text-node.d.ts +1 -1
  923. package/types/plugins/clean-html/helpers/visitor/filters/remove-inv-text-nodes.d.ts +1 -1
  924. package/types/plugins/clean-html/helpers/visitor/filters/replace-old-tags.d.ts +1 -1
  925. package/types/plugins/clean-html/helpers/visitor/filters/sanitize-attributes.d.ts +1 -1
  926. package/types/plugins/clean-html/helpers/visitor/filters/try-remove-node.d.ts +1 -1
  927. package/types/plugins/clean-html/helpers/visitor/visit-node-walker.d.ts +1 -1
  928. package/types/plugins/clipboard/clipboard.d.ts +2 -2
  929. package/types/plugins/color/color.d.ts +1 -1
  930. package/types/plugins/copy-format/copy-format.d.ts +1 -1
  931. package/types/plugins/debug/debug.d.ts +2 -2
  932. package/types/plugins/delete/delete.d.ts +2 -2
  933. package/types/plugins/drag-and-drop/drag-and-drop.d.ts +1 -1
  934. package/types/plugins/drag-and-drop-element/drag-and-drop-element.d.ts +1 -1
  935. package/types/plugins/dtd/after-insert/remove-extra-br.d.ts +1 -1
  936. package/types/plugins/dtd/before-insert/check-block-nesting.d.ts +1 -1
  937. package/types/plugins/dtd/config.d.ts +1 -1
  938. package/types/plugins/enter/enter.d.ts +2 -2
  939. package/types/plugins/enter/helpers/check-br.d.ts +1 -1
  940. package/types/plugins/enter/helpers/check-unsplittable-box.d.ts +1 -1
  941. package/types/plugins/enter/helpers/get-block-wrapper.d.ts +1 -1
  942. package/types/plugins/enter/helpers/has-previous-block.d.ts +1 -1
  943. package/types/plugins/enter/helpers/insert-paragraph.d.ts +1 -1
  944. package/types/plugins/enter/helpers/move-cursor-out-from-specal-tags.d.ts +1 -1
  945. package/types/plugins/enter/helpers/process-empty-li-leaf.d.ts +1 -1
  946. package/types/plugins/enter/helpers/split-fragment.d.ts +1 -1
  947. package/types/plugins/enter/helpers/wrap-text.d.ts +1 -1
  948. package/types/plugins/file/file.d.ts +1 -1
  949. package/types/plugins/focus/focus.d.ts +1 -1
  950. package/types/plugins/font/font.d.ts +1 -1
  951. package/types/plugins/format-block/format-block.d.ts +1 -1
  952. package/types/plugins/fullsize/fullsize.d.ts +1 -1
  953. package/types/plugins/hotkeys/config.d.ts +1 -1
  954. package/types/plugins/hotkeys/hotkeys.d.ts +2 -2
  955. package/types/plugins/hr/hr.d.ts +1 -1
  956. package/types/plugins/iframe/iframe.d.ts +1 -1
  957. package/types/plugins/image/image.d.ts +1 -1
  958. package/types/plugins/image-processor/image-processor.d.ts +2 -2
  959. package/types/plugins/image-properties/image-properties.d.ts +2 -2
  960. package/types/plugins/image-properties/readers/index.d.ts +1 -1
  961. package/types/plugins/image-properties/readers/link.d.ts +1 -1
  962. package/types/plugins/image-properties/ui/ui-image-form.d.ts +2 -2
  963. package/types/plugins/image-properties/ui/ui-image-main-tab.d.ts +2 -2
  964. package/types/plugins/image-properties/ui/ui-image-position-tab.d.ts +2 -2
  965. package/types/plugins/image-properties/utils/open-image-editor.d.ts +1 -1
  966. package/types/plugins/image-properties/utils/open-image-popup.d.ts +1 -1
  967. package/types/plugins/image-properties/writers/index.d.ts +1 -1
  968. package/types/plugins/image-properties/writers/link.d.ts +1 -1
  969. package/types/plugins/image-properties/writers/margin.d.ts +1 -1
  970. package/types/plugins/indent/indent.d.ts +1 -1
  971. package/types/plugins/index.d.ts +62 -62
  972. package/types/plugins/inline-popup/config/config.d.ts +1 -1
  973. package/types/plugins/inline-popup/config/items/a.d.ts +2 -2
  974. package/types/plugins/inline-popup/config/items/cells.d.ts +2 -2
  975. package/types/plugins/inline-popup/config/items/iframe.d.ts +2 -2
  976. package/types/plugins/inline-popup/config/items/img.d.ts +2 -2
  977. package/types/plugins/inline-popup/inline-popup.d.ts +2 -2
  978. package/types/plugins/justify/justify.d.ts +1 -1
  979. package/types/plugins/key-arrow-outside/key-arrow-outside.d.ts +2 -2
  980. package/types/plugins/limit/limit.d.ts +2 -2
  981. package/types/plugins/line-height/line-height.d.ts +2 -2
  982. package/types/plugins/link/config.d.ts +1 -1
  983. package/types/plugins/link/link.d.ts +2 -2
  984. package/types/plugins/link/template.d.ts +1 -1
  985. package/types/plugins/media/media.d.ts +1 -1
  986. package/types/plugins/mobile/config.d.ts +1 -1
  987. package/types/plugins/mobile/mobile.d.ts +1 -1
  988. package/types/plugins/ordered-list/ordered-list.d.ts +2 -2
  989. package/types/plugins/paste/config.d.ts +1 -1
  990. package/types/plugins/paste/helpers.d.ts +1 -1
  991. package/types/plugins/paste/interface.d.ts +1 -1
  992. package/types/plugins/paste/paste.d.ts +2 -2
  993. package/types/plugins/paste-from-word/config.d.ts +1 -1
  994. package/types/plugins/paste-from-word/paste-from-word.d.ts +3 -3
  995. package/types/plugins/paste-storage/paste-storage.d.ts +1 -1
  996. package/types/plugins/placeholder/placeholder.d.ts +2 -2
  997. package/types/plugins/powered-by-jodit/powered-by-jodit.d.ts +1 -1
  998. package/types/plugins/preview/preview.d.ts +1 -1
  999. package/types/plugins/print/lib/generate-critical-css.d.ts +1 -1
  1000. package/types/plugins/print/print.d.ts +1 -1
  1001. package/types/plugins/redo-undo/redo-undo.d.ts +2 -2
  1002. package/types/plugins/resize-cells/resize-cells.d.ts +2 -2
  1003. package/types/plugins/resize-handler/resize-handler.d.ts +2 -2
  1004. package/types/plugins/resizer/config.d.ts +1 -1
  1005. package/types/plugins/resizer/resizer.d.ts +2 -2
  1006. package/types/plugins/search/config.d.ts +1 -1
  1007. package/types/plugins/search/helpers/highlight-text-ranges.d.ts +1 -1
  1008. package/types/plugins/search/helpers/sentence-finder.d.ts +1 -1
  1009. package/types/plugins/search/search.d.ts +3 -3
  1010. package/types/plugins/search/ui/search.d.ts +2 -2
  1011. package/types/plugins/select/select.d.ts +2 -2
  1012. package/types/plugins/select-cells/select-cells.d.ts +2 -2
  1013. package/types/plugins/size/size.d.ts +2 -2
  1014. package/types/plugins/source/config.d.ts +1 -1
  1015. package/types/plugins/source/editor/engines/ace.d.ts +2 -2
  1016. package/types/plugins/source/editor/engines/area.d.ts +2 -2
  1017. package/types/plugins/source/editor/factory.d.ts +1 -1
  1018. package/types/plugins/source/editor/sourceEditor.d.ts +1 -1
  1019. package/types/plugins/source/source.d.ts +2 -2
  1020. package/types/plugins/speech-recognize/config.d.ts +1 -1
  1021. package/types/plugins/speech-recognize/helpers/api.d.ts +1 -1
  1022. package/types/plugins/speech-recognize/helpers/exec-spell-command.d.ts +1 -1
  1023. package/types/plugins/speech-recognize/helpers/recognize-manager.d.ts +3 -3
  1024. package/types/plugins/speech-recognize/speech-recognize.d.ts +2 -2
  1025. package/types/plugins/spellcheck/spellcheck.d.ts +2 -2
  1026. package/types/plugins/stat/stat.d.ts +1 -1
  1027. package/types/plugins/sticky/sticky.d.ts +2 -2
  1028. package/types/plugins/symbols/symbols.d.ts +2 -2
  1029. package/types/plugins/tab/cases/on-tab-inside-li.d.ts +1 -1
  1030. package/types/plugins/table/table.d.ts +1 -1
  1031. package/types/plugins/table-keyboard-navigation/table-keyboard-navigation.d.ts +1 -1
  1032. package/types/plugins/wrap-nodes/config.d.ts +1 -1
  1033. package/types/types/jodit.d.ts +1 -1
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * jodit - Jodit is an awesome and useful wysiwyg editor with filebrowser
3
3
  * Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
4
- * Version: v4.2.10
4
+ * Version: v4.2.11
5
5
  * Url: https://xdsoft.net/jodit/
6
6
  * License(s): MIT
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * jodit - Jodit is an awesome and useful wysiwyg editor with filebrowser
3
3
  * Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
4
- * Version: v4.2.10
4
+ * Version: v4.2.11
5
5
  * Url: https://xdsoft.net/jodit/
6
6
  * License(s): MIT
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * jodit - Jodit is an awesome and useful wysiwyg editor with filebrowser
3
3
  * Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
4
- * Version: v4.2.10
4
+ * Version: v4.2.11
5
5
  * Url: https://xdsoft.net/jodit/
6
6
  * License(s): MIT
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * jodit - Jodit is an awesome and useful wysiwyg editor with filebrowser
3
3
  * Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
4
- * Version: v4.2.10
4
+ * Version: v4.2.11
5
5
  * Url: https://xdsoft.net/jodit/
6
6
  * License(s): MIT
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * jodit - Jodit is an awesome and useful wysiwyg editor with filebrowser
3
3
  * Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
4
- * Version: v4.2.10
4
+ * Version: v4.2.11
5
5
  * Url: https://xdsoft.net/jodit/
6
6
  * License(s): MIT
7
7
  */
package/esm/config.js CHANGED
@@ -16,8 +16,8 @@
16
16
  * @packageDocumentation
17
17
  * @module config
18
18
  */
19
- import * as consts from "jodit/esm/core/constants.js";
20
- import { INSERT_AS_HTML } from "jodit/esm/core/constants.js";
19
+ import * as consts from "./core/constants.js";
20
+ import { INSERT_AS_HTML } from "./core/constants.js";
21
21
  /**
22
22
  * Default Editor's Configuration
23
23
  */
@@ -8,7 +8,7 @@
8
8
  * @packageDocumentation
9
9
  * @module async
10
10
  */
11
- import type { CallbackFunction, IAsync, IAsyncParams, ITimeout, Nullable, RejectablePromise } from "jodit/esm/types";
11
+ import type { CallbackFunction, IAsync, IAsyncParams, ITimeout, Nullable, RejectablePromise } from "../../types";
12
12
  type Callback = (...args: any[]) => void;
13
13
  export declare class Async implements IAsync {
14
14
  private timers;
@@ -3,17 +3,17 @@
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
4
  * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
- import { IS_ES_NEXT } from "jodit/esm/core/constants.js";
7
- import { clearTimeout, setTimeout } from "jodit/esm/core/helpers/async/index.js";
8
- import { isAbortError } from "jodit/esm/core/helpers/checker/is-abort-error.js";
9
- import { isFunction } from "jodit/esm/core/helpers/checker/is-function.js";
10
- import { isNumber } from "jodit/esm/core/helpers/checker/is-number.js";
11
- import { isPlainObject } from "jodit/esm/core/helpers/checker/is-plain-object.js";
12
- import { isPromise } from "jodit/esm/core/helpers/checker/is-promise.js";
13
- import { isString } from "jodit/esm/core/helpers/checker/is-string.js";
14
- import { isVoid } from "jodit/esm/core/helpers/checker/is-void.js";
15
- import { assert } from "jodit/esm/core/helpers/utils/assert.js";
16
- import { abort } from "jodit/esm/core/helpers/utils/error/errors/abort-error.js";
6
+ import { IS_ES_NEXT } from "../constants.js";
7
+ import { clearTimeout, setTimeout } from "../helpers/async/index.js";
8
+ import { isAbortError } from "../helpers/checker/is-abort-error.js";
9
+ import { isFunction } from "../helpers/checker/is-function.js";
10
+ import { isNumber } from "../helpers/checker/is-number.js";
11
+ import { isPlainObject } from "../helpers/checker/is-plain-object.js";
12
+ import { isPromise } from "../helpers/checker/is-promise.js";
13
+ import { isString } from "../helpers/checker/is-string.js";
14
+ import { isVoid } from "../helpers/checker/is-void.js";
15
+ import { assert } from "../helpers/utils/assert.js";
16
+ import { abort } from "../helpers/utils/error/errors/abort-error.js";
17
17
  export class Async {
18
18
  constructor() {
19
19
  this.timers = new Map();
@@ -6,4 +6,4 @@
6
6
  /**
7
7
  * @module async
8
8
  */
9
- export * from "./async";
9
+ export * from "./async.js";
@@ -8,7 +8,7 @@
8
8
  * @packageDocumentation
9
9
  * @module component
10
10
  */
11
- import type { ComponentStatus, IAsync, IComponent, IDictionary, Nullable } from "jodit/esm/types";
11
+ import type { ComponentStatus, IAsync, IComponent, IDictionary, Nullable } from "../../types";
12
12
  /**
13
13
  * The base class of all Jodit UI components. Provides work with a life cycle.
14
14
  */
@@ -3,10 +3,10 @@
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
4
  * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
- import { Async } from "jodit/esm/core/async/index.js";
7
- import { STATUSES } from "jodit/esm/core/component/statuses.js";
8
- import { uniqueUid } from "jodit/esm/core/global.js";
9
- import { get, getClassName, isFunction, isVoid, kebabCase } from "jodit/esm/core/helpers/index.js";
6
+ import { Async } from "../async/index.js";
7
+ import { STATUSES } from "./statuses.js";
8
+ import { uniqueUid } from "../global.js";
9
+ import { get, getClassName, isFunction, isVoid, kebabCase } from "../helpers/index.js";
10
10
  const StatusListHandlers = new Map();
11
11
  /**
12
12
  * The base class of all Jodit UI components. Provides work with a life cycle.
@@ -6,6 +6,6 @@
6
6
  /**
7
7
  * @module component
8
8
  */
9
- export * from "./component";
10
- export * from "./statuses";
11
- export * from "./view-component";
9
+ export * from "./component.js";
10
+ export * from "./statuses.js";
11
+ export * from "./view-component.js";
@@ -6,7 +6,7 @@
6
6
  /**
7
7
  * @module component
8
8
  */
9
- import type { IViewBased, IViewComponent } from "jodit/esm/types";
9
+ import type { IViewBased, IViewComponent } from "../../types";
10
10
  import { Component } from "./component";
11
11
  export declare abstract class ViewComponent<T extends IViewBased = IViewBased> extends Component implements IViewComponent<T> {
12
12
  /**
@@ -3,7 +3,7 @@
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
4
  * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
- import { Component } from "./component";
6
+ import { Component } from "./component.js";
7
7
  export class ViewComponent extends Component {
8
8
  /**
9
9
  * Shortcut for `this.jodit`
@@ -13,7 +13,7 @@
13
13
  * @packageDocumentation
14
14
  * @module constants
15
15
  */
16
- import type { HTMLTagNames, IDictionary } from "jodit/esm/types";
16
+ import type { HTMLTagNames, IDictionary } from "../types";
17
17
  export declare const APP_VERSION: string;
18
18
  export declare const ES: 'es5' | 'es2015' | 'es2018' | 'es2021';
19
19
  export declare const IS_ES_MODERN: boolean;
@@ -3,7 +3,7 @@
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
4
  * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
- export const APP_VERSION = "4.2.10";
6
+ export const APP_VERSION = "4.2.11";
7
7
  // prettier-ignore
8
8
  export const ES = "es2020";
9
9
  export const IS_ES_MODERN = true;
@@ -8,7 +8,7 @@
8
8
  * @packageDocumentation
9
9
  * @module create
10
10
  */
11
- import type { Attributes, CanUndef, Children, ICreate, IDictionary, NodeFunction } from "jodit/esm/types";
11
+ import type { Attributes, CanUndef, Children, ICreate, IDictionary, NodeFunction } from "../../types";
12
12
  export declare class Create implements ICreate {
13
13
  readonly document: Document | (() => Document);
14
14
  readonly createAttributes?: CanUndef<IDictionary<Attributes | NodeFunction>>;
@@ -3,10 +3,10 @@
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
4
  * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
- import { INVISIBLE_SPACE } from "jodit/esm/core/constants.js";
7
- import { Dom } from "jodit/esm/core/dom/dom.js";
8
- import { asArray, attr, isFunction, isPlainObject, isString, refs } from "jodit/esm/core/helpers/index.js";
9
- import { assert } from "jodit/esm/core/helpers/utils/assert.js";
6
+ import { INVISIBLE_SPACE } from "../constants.js";
7
+ import { Dom } from "../dom/dom.js";
8
+ import { asArray, attr, isFunction, isPlainObject, isString, refs } from "../helpers/index.js";
9
+ import { assert } from "../helpers/utils/assert.js";
10
10
  export class Create {
11
11
  get doc() {
12
12
  // @ts-ignore - TODO it's a function
@@ -6,4 +6,4 @@
6
6
  /**
7
7
  * @module create
8
8
  */
9
- export * from "./create";
9
+ export * from "./create.js";
@@ -8,7 +8,7 @@
8
8
  * @packageDocumentation
9
9
  * @module decorators/cache
10
10
  */
11
- import type { IDictionary, Nullable } from "jodit/esm/types";
11
+ import type { IDictionary, Nullable } from "../../../types";
12
12
  export interface CachePropertyDescriptor<T, R> extends PropertyDescriptor {
13
13
  get?: (this: T) => R;
14
14
  }
@@ -3,10 +3,10 @@
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
4
  * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
- import { STATUSES } from "jodit/esm/core/component/statuses.js";
7
- import { Dom } from "jodit/esm/core/dom/dom.js";
8
- import { isFunction, isViewObject } from "jodit/esm/core/helpers/checker/index.js";
9
- import { error } from "jodit/esm/core/helpers/utils/error/error.js";
6
+ import { STATUSES } from "../../component/statuses.js";
7
+ import { Dom } from "../../dom/dom.js";
8
+ import { isFunction, isViewObject } from "../../helpers/checker/index.js";
9
+ import { error } from "../../helpers/utils/error/error.js";
10
10
  export function cached(object, property) {
11
11
  const descriptor = Object.getOwnPropertyDescriptor(object, property);
12
12
  if (!descriptor || isFunction(descriptor.get)) {
@@ -8,7 +8,7 @@
8
8
  * @packageDocumentation
9
9
  * @module decorators/debounce
10
10
  */
11
- import type { DecoratorHandler, IAsyncParams, IViewComponent } from "jodit/esm/types";
11
+ import type { DecoratorHandler, IAsyncParams, IViewComponent } from "../../../types";
12
12
  export declare function debounce<V extends IViewComponent = IViewComponent>(timeout?: number | ((ctx: V) => number | IAsyncParams) | IAsyncParams, firstCallImmediately?: boolean, method?: 'debounce' | 'throttle'): DecoratorHandler;
13
13
  /**
14
14
  * Wrap function in throttle wrapper
@@ -3,10 +3,10 @@
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
4
  * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
- import { Component, STATUSES } from "jodit/esm/core/component/index.js";
7
- import { isFunction, isNumber, isPlainObject } from "jodit/esm/core/helpers/checker/index.js";
8
- import { assert } from "jodit/esm/core/helpers/utils/assert.js";
9
- import { error } from "jodit/esm/core/helpers/utils/error/index.js";
6
+ import { Component, STATUSES } from "../../component/index.js";
7
+ import { isFunction, isNumber, isPlainObject } from "../../helpers/checker/index.js";
8
+ import { assert } from "../../helpers/utils/assert.js";
9
+ import { error } from "../../helpers/utils/error/index.js";
10
10
  export function debounce(timeout, firstCallImmediately = false, method = 'debounce') {
11
11
  return (target, propertyKey) => {
12
12
  const fn = target[propertyKey];
@@ -8,7 +8,7 @@
8
8
  * @packageDocumentation
9
9
  * @module decorators/derive
10
10
  */
11
- import { isFunction } from "jodit/esm/core/helpers/checker/is-function.js";
11
+ import { isFunction } from "../../helpers/checker/is-function.js";
12
12
  export function derive(...traits) {
13
13
  return (target) => {
14
14
  const origin = target.prototype;
@@ -8,8 +8,8 @@
8
8
  * @packageDocumentation
9
9
  * @module decorators/hook
10
10
  */
11
- import type { ComponentStatus, IDictionary } from "jodit/esm/types";
12
- import type { Component } from "jodit/esm/core/component";
11
+ import type { ComponentStatus, IDictionary } from "../../../types";
12
+ import type { Component } from "../../component";
13
13
  /**
14
14
  * Call on some component status
15
15
  */
@@ -3,8 +3,8 @@
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
4
  * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
- import { isFunction } from "jodit/esm/core/helpers/checker/is-function.js";
7
- import { error } from "jodit/esm/core/helpers/utils/error/index.js";
6
+ import { isFunction } from "../../helpers/checker/is-function.js";
7
+ import { error } from "../../helpers/utils/error/index.js";
8
8
  /**
9
9
  * Call on some component status
10
10
  */
@@ -8,5 +8,5 @@
8
8
  * @packageDocumentation
9
9
  * @module decorators/idle
10
10
  */
11
- import type { DecoratorHandler, IComponent } from "jodit/esm/types";
11
+ import type { DecoratorHandler, IComponent } from "../../../types";
12
12
  export declare function idle<V extends IComponent = IComponent>(): DecoratorHandler;
@@ -3,9 +3,9 @@
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
4
  * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
- import { Component, STATUSES } from "jodit/esm/core/component/index.js";
7
- import { isFunction } from "jodit/esm/core/helpers/checker/is-function.js";
8
- import { error } from "jodit/esm/core/helpers/utils/error/index.js";
6
+ import { Component, STATUSES } from "../../component/index.js";
7
+ import { isFunction } from "../../helpers/checker/is-function.js";
8
+ import { error } from "../../helpers/utils/error/index.js";
9
9
  export function idle() {
10
10
  return (target, propertyKey) => {
11
11
  if (!isFunction(target[propertyKey])) {
@@ -8,14 +8,14 @@
8
8
  * @packageDocumentation
9
9
  * @module decorators
10
10
  */
11
- export * from "./autobind/autobind";
12
- export * from "./cache/cache";
13
- export * from "./component/component";
14
- export * from "./debounce/debounce";
15
- export * from "./derive/derive";
16
- export * from "./hook/hook";
17
- export * from "./idle/idle";
18
- export * from "./nonenumerable/nonenumerable";
19
- export * from "./persistent/persistent";
20
- export * from "./wait/wait";
21
- export * from "./watch/watch";
11
+ export * from "./autobind/autobind.js";
12
+ export * from "./cache/cache.js";
13
+ export * from "./component/component.js";
14
+ export * from "./debounce/debounce.js";
15
+ export * from "./derive/derive.js";
16
+ export * from "./hook/hook.js";
17
+ export * from "./idle/idle.js";
18
+ export * from "./nonenumerable/nonenumerable.js";
19
+ export * from "./persistent/persistent.js";
20
+ export * from "./wait/wait.js";
21
+ export * from "./watch/watch.js";
@@ -8,5 +8,5 @@
8
8
  * @packageDocumentation
9
9
  * @module decorators/persistent
10
10
  */
11
- import type { IComponent } from "jodit/esm/types";
11
+ import type { IComponent } from "../../../types";
12
12
  export declare function persistent<T extends IComponent>(target: T, propertyKey: string): void;
@@ -3,8 +3,8 @@
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
4
  * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
- import { STATUSES } from "jodit/esm/core/component/statuses.js";
7
- import { isViewObject } from "jodit/esm/core/helpers/checker/is-view-object.js";
6
+ import { STATUSES } from "../../component/statuses.js";
7
+ import { isViewObject } from "../../helpers/checker/is-view-object.js";
8
8
  export function persistent(target, propertyKey) {
9
9
  target.hookStatus(STATUSES.ready, (component) => {
10
10
  const jodit = isViewObject(component)
@@ -8,6 +8,6 @@
8
8
  * @packageDocumentation
9
9
  * @module decorators/wait
10
10
  */
11
- import type { IViewBased, IViewComponent } from "jodit/esm/types";
11
+ import type { IViewBased, IViewComponent } from "../../../types";
12
12
  export declare function wait<T extends IViewBased>(condition: (ctx: T) => boolean): Function;
13
13
  export declare function wait<T extends IViewComponent>(condition: (ctx: T) => boolean): Function;
@@ -3,9 +3,9 @@
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
4
  * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
- import { STATUSES } from "jodit/esm/core/component/statuses.js";
7
- import { isFunction } from "jodit/esm/core/helpers/checker/is-function.js";
8
- import { error } from "jodit/esm/core/helpers/utils/error/index.js";
6
+ import { STATUSES } from "../../component/statuses.js";
7
+ import { isFunction } from "../../helpers/checker/is-function.js";
8
+ import { error } from "../../helpers/utils/error/index.js";
9
9
  export function wait(condition) {
10
10
  return (target, propertyKey) => {
11
11
  const fn = target[propertyKey];
@@ -8,7 +8,7 @@
8
8
  * @packageDocumentation
9
9
  * @module decorators/watch
10
10
  */
11
- import type { CanUndef, DecoratorHandler, IDictionary } from "jodit/esm/types";
11
+ import type { CanUndef, DecoratorHandler, IDictionary } from "../../../types";
12
12
  export declare function getPropertyDescriptor(obj: unknown, prop: string): CanUndef<PropertyDescriptor>;
13
13
  /**
14
14
  * Watch decorator. Added observer for some change in field value
@@ -3,13 +3,13 @@
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
4
  * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
- import { STATUSES } from "jodit/esm/core/component/statuses.js";
7
- import { observable } from "jodit/esm/core/event-emitter/observable.js";
8
- import { splitArray } from "jodit/esm/core/helpers/array/split-array.js";
9
- import { isFunction } from "jodit/esm/core/helpers/checker/is-function.js";
10
- import { isPlainObject } from "jodit/esm/core/helpers/checker/is-plain-object.js";
11
- import { isViewObject } from "jodit/esm/core/helpers/checker/is-view-object.js";
12
- import { error } from "jodit/esm/core/helpers/utils/error/index.js";
6
+ import { STATUSES } from "../../component/statuses.js";
7
+ import { observable } from "../../event-emitter/observable.js";
8
+ import { splitArray } from "../../helpers/array/split-array.js";
9
+ import { isFunction } from "../../helpers/checker/is-function.js";
10
+ import { isPlainObject } from "../../helpers/checker/is-plain-object.js";
11
+ import { isViewObject } from "../../helpers/checker/is-view-object.js";
12
+ import { error } from "../../helpers/utils/error/index.js";
13
13
  export function getPropertyDescriptor(obj, prop) {
14
14
  let desc;
15
15
  do {
@@ -8,7 +8,7 @@
8
8
  * @packageDocumentation
9
9
  * @module dom
10
10
  */
11
- import type { HTMLTagNames, ICreate, IDictionary, IJodit, NodeCondition, Nullable } from "jodit/esm/types";
11
+ import type { HTMLTagNames, ICreate, IDictionary, IJodit, NodeCondition, Nullable } from "../../types";
12
12
  /**
13
13
  * Module for working with DOM
14
14
  */
@@ -3,12 +3,12 @@
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
4
  * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
- import * as consts from "jodit/esm/core/constants.js";
7
- import { INSEPARABLE_TAGS, LIST_TAGS, NO_EMPTY_TAGS, TEMP_ATTR } from "jodit/esm/core/constants.js";
8
- import { toArray } from "jodit/esm/core/helpers/array/to-array.js";
9
- import { isArray, isFunction, isHTML, isMarker, isSet, isString, isVoid } from "jodit/esm/core/helpers/checker/index.js";
10
- import { trim } from "jodit/esm/core/helpers/string/trim.js";
11
- import { $$, attr, call, css, dataBind, error } from "jodit/esm/core/helpers/utils/index.js";
6
+ import * as consts from "../constants.js";
7
+ import { INSEPARABLE_TAGS, LIST_TAGS, NO_EMPTY_TAGS, TEMP_ATTR } from "../constants.js";
8
+ import { toArray } from "../helpers/array/to-array.js";
9
+ import { isArray, isFunction, isHTML, isMarker, isSet, isString, isVoid } from "../helpers/checker/index.js";
10
+ import { trim } from "../helpers/string/trim.js";
11
+ import { $$, attr, call, css, dataBind, error } from "../helpers/utils/index.js";
12
12
  /**
13
13
  * Module for working with DOM
14
14
  */
@@ -6,5 +6,5 @@
6
6
  /**
7
7
  * @module dom
8
8
  */
9
- export * from "./dom";
10
- export * from "./lazy-walker";
9
+ export * from "./dom.js";
10
+ export * from "./lazy-walker.js";
@@ -6,8 +6,8 @@
6
6
  /**
7
7
  * @module dom
8
8
  */
9
- import type { IAsync, IDestructible } from "jodit/esm/types";
10
- import { Eventify } from "jodit/esm/core/event-emitter/eventify";
9
+ import type { IAsync, IDestructible } from "../../types";
10
+ import { Eventify } from "../event-emitter/eventify";
11
11
  export declare class LazyWalker extends Eventify<{
12
12
  visit: (node: Node) => boolean;
13
13
  break: (reason?: string) => void;
@@ -13,9 +13,9 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
13
13
  r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
14
14
  return c > 3 && r && Object.defineProperty(target, key, r), r;
15
15
  };
16
- import { autobind } from "jodit/esm/core/decorators/index.js";
17
- import { Dom } from "jodit/esm/core/dom/dom.js";
18
- import { Eventify } from "jodit/esm/core/event-emitter/eventify.js";
16
+ import { autobind } from "../decorators/index.js";
17
+ import { Dom } from "./dom.js";
18
+ import { Eventify } from "../event-emitter/eventify.js";
19
19
  export class LazyWalker extends Eventify {
20
20
  setWork(root) {
21
21
  if (this.isWorked) {
@@ -8,7 +8,7 @@
8
8
  * @packageDocumentation
9
9
  * @module event-emitter
10
10
  */
11
- import type { CallbackFunction, CanArray, IEventEmitter, IEventEmitterOnOptions } from "jodit/esm/types";
11
+ import type { CallbackFunction, CanArray, IEventEmitter, IEventEmitterOnOptions } from "../../types";
12
12
  /**
13
13
  * The module editor's event manager
14
14
  */
@@ -3,13 +3,13 @@
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
4
  * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
- import { PASSIVE_EVENTS } from "jodit/esm/core/constants.js";
7
- import { splitArray } from "jodit/esm/core/helpers/array/split-array.js";
8
- import { isArray } from "jodit/esm/core/helpers/checker/is-array.js";
9
- import { isFunction } from "jodit/esm/core/helpers/checker/is-function.js";
10
- import { isString, isStringArray } from "jodit/esm/core/helpers/checker/is-string.js";
11
- import { error } from "jodit/esm/core/helpers/utils/error/index.js";
12
- import { defaultNameSpace, EventHandlersStore } from "./store";
6
+ import { PASSIVE_EVENTS } from "../constants.js";
7
+ import { splitArray } from "../helpers/array/split-array.js";
8
+ import { isArray } from "../helpers/checker/is-array.js";
9
+ import { isFunction } from "../helpers/checker/is-function.js";
10
+ import { isString, isStringArray } from "../helpers/checker/is-string.js";
11
+ import { error } from "../helpers/utils/error/index.js";
12
+ import { defaultNameSpace, EventHandlersStore } from "./store.js";
13
13
  /**
14
14
  * The module editor's event manager
15
15
  */
@@ -6,7 +6,7 @@
6
6
  /**
7
7
  * @module event-emitter
8
8
  */
9
- import type { CanUndef, IDestructible } from "jodit/esm/types";
9
+ import type { CanUndef, IDestructible } from "../../types";
10
10
  /**
11
11
  * Class for adding event handling capability
12
12
  *
@@ -6,7 +6,7 @@
6
6
  /**
7
7
  * @module event-emitter
8
8
  */
9
- export * from "./event-emitter";
10
- export * from "./eventify";
11
- export * from "./observable";
12
- export * from "./store";
9
+ export * from "./event-emitter.js";
10
+ export * from "./eventify.js";
11
+ export * from "./observable.js";
12
+ export * from "./store.js";
@@ -6,7 +6,7 @@
6
6
  /**
7
7
  * @module event-emitter
8
8
  */
9
- import type { IDictionary, IObservable } from "jodit/esm/types";
9
+ import type { IDictionary, IObservable } from "../../types";
10
10
  /**
11
11
  * Makes any object an observable object
12
12
  * @example
@@ -3,10 +3,10 @@
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
4
  * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
- import { getPropertyDescriptor } from "jodit/esm/core/decorators/watch/watch.js";
7
- import { isArray } from "jodit/esm/core/helpers/checker/is-array.js";
8
- import { isFastEqual } from "jodit/esm/core/helpers/checker/is-equal.js";
9
- import { isPlainObject } from "jodit/esm/core/helpers/checker/is-plain-object.js";
6
+ import { getPropertyDescriptor } from "../decorators/watch/watch.js";
7
+ import { isArray } from "../helpers/checker/is-array.js";
8
+ import { isFastEqual } from "../helpers/checker/is-equal.js";
9
+ import { isPlainObject } from "../helpers/checker/is-plain-object.js";
10
10
  const OBSERVABLE_OBJECT = Symbol('observable-object');
11
11
  function isObservableObject(obj) {
12
12
  return obj[OBSERVABLE_OBJECT] !== undefined;
@@ -6,7 +6,7 @@
6
6
  /**
7
7
  * @module event-emitter
8
8
  */
9
- import type { CallbackFunction, EventHandlerBlock } from "jodit/esm/types";
9
+ import type { CallbackFunction, EventHandlerBlock } from "../../types";
10
10
  export declare const defaultNameSpace = "JoditEventDefaultNamespace";
11
11
  export declare class EventHandlersStore {
12
12
  private __store;
@@ -3,8 +3,8 @@
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
4
  * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
- import { toArray } from "jodit/esm/core/helpers/array/to-array.js";
7
- import { assert } from "jodit/esm/core/helpers/utils/assert.js";
6
+ import { toArray } from "../helpers/array/to-array.js";
7
+ import { assert } from "../helpers/utils/assert.js";
8
8
  export const defaultNameSpace = 'JoditEventDefaultNamespace';
9
9
  export class EventHandlersStore {
10
10
  constructor() {