jodit 4.4.2 → 4.4.4

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 (755) hide show
  1. package/es2015/jodit.css +1 -1
  2. package/es2015/jodit.fat.min.js +2 -2
  3. package/es2015/jodit.js +2 -2
  4. package/es2015/jodit.min.js +2 -2
  5. package/es2015/plugins/debug/debug.css +1 -1
  6. package/es2015/plugins/debug/debug.js +1 -1
  7. package/es2015/plugins/debug/debug.min.js +1 -1
  8. package/es2015/plugins/speech-recognize/speech-recognize.css +1 -1
  9. package/es2015/plugins/speech-recognize/speech-recognize.js +1 -1
  10. package/es2015/plugins/speech-recognize/speech-recognize.min.js +1 -1
  11. package/es2018/jodit.css +1 -1
  12. package/es2018/jodit.fat.min.js +2 -2
  13. package/es2018/jodit.js +2 -2
  14. package/es2018/jodit.min.js +2 -2
  15. package/es2018/plugins/debug/debug.css +1 -1
  16. package/es2018/plugins/debug/debug.js +1 -1
  17. package/es2018/plugins/debug/debug.min.js +1 -1
  18. package/es2018/plugins/speech-recognize/speech-recognize.css +1 -1
  19. package/es2018/plugins/speech-recognize/speech-recognize.js +1 -1
  20. package/es2018/plugins/speech-recognize/speech-recognize.min.js +1 -1
  21. package/es2021/jodit.css +1 -1
  22. package/es2021/jodit.fat.min.js +2 -2
  23. package/es2021/jodit.js +2 -2
  24. package/es2021/jodit.min.js +2 -2
  25. package/es2021/plugins/debug/debug.css +1 -1
  26. package/es2021/plugins/debug/debug.js +1 -1
  27. package/es2021/plugins/debug/debug.min.js +1 -1
  28. package/es2021/plugins/speech-recognize/speech-recognize.css +1 -1
  29. package/es2021/plugins/speech-recognize/speech-recognize.js +1 -1
  30. package/es2021/plugins/speech-recognize/speech-recognize.min.js +1 -1
  31. package/es2021.en/jodit.css +1 -1
  32. package/es2021.en/jodit.fat.min.js +2 -2
  33. package/es2021.en/jodit.js +2 -2
  34. package/es2021.en/jodit.min.js +2 -2
  35. package/es2021.en/plugins/debug/debug.css +1 -1
  36. package/es2021.en/plugins/debug/debug.js +1 -1
  37. package/es2021.en/plugins/debug/debug.min.js +1 -1
  38. package/es2021.en/plugins/speech-recognize/speech-recognize.css +1 -1
  39. package/es2021.en/plugins/speech-recognize/speech-recognize.js +1 -1
  40. package/es2021.en/plugins/speech-recognize/speech-recognize.min.js +1 -1
  41. package/es5/5.fat.min.js +1 -1
  42. package/es5/5.min.js +1 -1
  43. package/es5/975.fat.min.js +1 -1
  44. package/es5/975.min.js +1 -1
  45. package/es5/jodit.css +2 -2
  46. package/es5/jodit.fat.min.js +2 -2
  47. package/es5/jodit.js +2 -2
  48. package/es5/jodit.min.css +2 -2
  49. package/es5/jodit.min.js +2 -2
  50. package/es5/plugins/debug/debug.css +1 -1
  51. package/es5/plugins/debug/debug.js +1 -1
  52. package/es5/plugins/debug/debug.min.js +1 -1
  53. package/es5/plugins/speech-recognize/speech-recognize.css +1 -1
  54. package/es5/plugins/speech-recognize/speech-recognize.js +1 -1
  55. package/es5/plugins/speech-recognize/speech-recognize.min.js +1 -1
  56. package/esm/config.d.ts +1382 -1468
  57. package/esm/core/async/async.d.ts +1 -1
  58. package/esm/core/async/index.d.ts +1 -1
  59. package/esm/core/component/component.d.ts +1 -1
  60. package/esm/core/component/index.d.ts +3 -3
  61. package/esm/core/component/view-component.d.ts +2 -2
  62. package/esm/core/constants.d.ts +2 -2
  63. package/esm/core/constants.js +1 -1
  64. package/esm/core/create/create.d.ts +1 -1
  65. package/esm/core/create/index.d.ts +1 -1
  66. package/esm/core/decorators/autobind/autobind.d.ts +1 -1
  67. package/esm/core/decorators/cache/cache.d.ts +3 -3
  68. package/esm/core/decorators/debounce/debounce.d.ts +1 -1
  69. package/esm/core/decorators/hook/hook.d.ts +2 -2
  70. package/esm/core/decorators/idle/idle.d.ts +1 -1
  71. package/esm/core/decorators/index.d.ts +11 -11
  72. package/esm/core/decorators/persistent/persistent.d.ts +1 -1
  73. package/esm/core/decorators/wait/wait.d.ts +1 -1
  74. package/esm/core/decorators/watch/watch.d.ts +1 -1
  75. package/esm/core/dom/dom.d.ts +1 -1
  76. package/esm/core/dom/index.d.ts +2 -2
  77. package/esm/core/dom/lazy-walker.d.ts +2 -2
  78. package/esm/core/event-emitter/event-emitter.d.ts +1 -1
  79. package/esm/core/event-emitter/eventify.d.ts +1 -1
  80. package/esm/core/event-emitter/index.d.ts +4 -4
  81. package/esm/core/event-emitter/observable.d.ts +1 -1
  82. package/esm/core/event-emitter/store.d.ts +1 -1
  83. package/esm/core/global.d.ts +3 -3
  84. package/esm/core/helpers/array/index.d.ts +3 -3
  85. package/esm/core/helpers/async/index.d.ts +1 -1
  86. package/esm/core/helpers/checker/index.d.ts +25 -25
  87. package/esm/core/helpers/checker/is-imp-interface.d.ts +1 -1
  88. package/esm/core/helpers/checker/is-jodit-object.d.ts +1 -1
  89. package/esm/core/helpers/checker/is-marker.d.ts +1 -1
  90. package/esm/core/helpers/checker/is-plain-object.d.ts +1 -1
  91. package/esm/core/helpers/checker/is-view-object.d.ts +1 -1
  92. package/esm/core/helpers/color/index.d.ts +1 -1
  93. package/esm/core/helpers/html/index.d.ts +6 -6
  94. package/esm/core/helpers/html/strip-tags.d.ts +1 -1
  95. package/esm/core/helpers/index.d.ts +9 -9
  96. package/esm/core/helpers/normalize/index.d.ts +8 -8
  97. package/esm/core/helpers/size/get-scroll-parent.d.ts +1 -1
  98. package/esm/core/helpers/size/index.d.ts +6 -6
  99. package/esm/core/helpers/size/object-size.d.ts +1 -1
  100. package/esm/core/helpers/size/offset.d.ts +1 -1
  101. package/esm/core/helpers/size/position.d.ts +1 -1
  102. package/esm/core/helpers/string/i18n.d.ts +1 -1
  103. package/esm/core/helpers/string/index.d.ts +7 -7
  104. package/esm/core/helpers/utils/align.d.ts +1 -1
  105. package/esm/core/helpers/utils/append-script.d.ts +1 -1
  106. package/esm/core/helpers/utils/attr.d.ts +1 -1
  107. package/esm/core/helpers/utils/build-query.d.ts +1 -1
  108. package/esm/core/helpers/utils/config-proto.d.ts +1 -1
  109. package/esm/core/helpers/utils/css.d.ts +1 -1
  110. package/esm/core/helpers/utils/data-bind.d.ts +1 -1
  111. package/esm/core/helpers/utils/error/errors/abort-error.d.ts +1 -1
  112. package/esm/core/helpers/utils/error/errors/index.d.ts +3 -3
  113. package/esm/core/helpers/utils/error/index.d.ts +2 -2
  114. package/esm/core/helpers/utils/get-class-name.d.ts +1 -1
  115. package/esm/core/helpers/utils/get.d.ts +1 -1
  116. package/esm/core/helpers/utils/index.d.ts +27 -27
  117. package/esm/core/helpers/utils/parse-query.d.ts +1 -1
  118. package/esm/core/helpers/utils/print.d.ts +1 -1
  119. package/esm/core/helpers/utils/reset.d.ts +1 -1
  120. package/esm/core/helpers/utils/scroll-into-view.d.ts +1 -1
  121. package/esm/core/helpers/utils/selector.d.ts +1 -1
  122. package/esm/core/helpers/utils/set.d.ts +1 -1
  123. package/esm/core/helpers/utils/stack.d.ts +1 -1
  124. package/esm/core/helpers/utils/utils.d.ts +1 -1
  125. package/esm/core/plugin/helpers/init-instance.d.ts +1 -1
  126. package/esm/core/plugin/helpers/load.d.ts +1 -1
  127. package/esm/core/plugin/helpers/make-instance.d.ts +1 -1
  128. package/esm/core/plugin/index.d.ts +2 -2
  129. package/esm/core/plugin/plugin-system.d.ts +1 -1
  130. package/esm/core/plugin/plugin.d.ts +2 -2
  131. package/esm/core/request/ajax.d.ts +1 -1
  132. package/esm/core/request/config.d.ts +1 -1
  133. package/esm/core/request/index.d.ts +2 -2
  134. package/esm/core/request/response.d.ts +1 -1
  135. package/esm/core/selection/helpers/index.d.ts +2 -2
  136. package/esm/core/selection/helpers/move-node-inside-start.d.ts +1 -1
  137. package/esm/core/selection/index.d.ts +3 -3
  138. package/esm/core/selection/interface.d.ts +1 -1
  139. package/esm/core/selection/selection.d.ts +1 -1
  140. package/esm/core/selection/style/api/extract.d.ts +1 -1
  141. package/esm/core/selection/style/api/finite-state-machine.d.ts +1 -1
  142. package/esm/core/selection/style/api/get-suit-child.d.ts +1 -1
  143. package/esm/core/selection/style/api/get-suit-parent.d.ts +1 -1
  144. package/esm/core/selection/style/api/has-same-style.d.ts +1 -1
  145. package/esm/core/selection/style/api/index.d.ts +15 -15
  146. package/esm/core/selection/style/api/is-normal-node.d.ts +1 -1
  147. package/esm/core/selection/style/api/is-same-attributes.d.ts +1 -1
  148. package/esm/core/selection/style/api/is-suit-element.d.ts +1 -1
  149. package/esm/core/selection/style/api/list/toggle-ordered-list.d.ts +1 -1
  150. package/esm/core/selection/style/api/list/wrap-list.d.ts +1 -1
  151. package/esm/core/selection/style/api/toggle-attributes.d.ts +1 -1
  152. package/esm/core/selection/style/api/unwrap-children.d.ts +1 -1
  153. package/esm/core/selection/style/api/wrap-unwrapped-text.d.ts +1 -1
  154. package/esm/core/selection/style/api/wrap.d.ts +1 -1
  155. package/esm/core/selection/style/apply-style.d.ts +1 -1
  156. package/esm/core/selection/style/commit-style.d.ts +1 -1
  157. package/esm/core/selection/style/transactions.d.ts +1 -1
  158. package/esm/core/storage/engines/local-storage-provider.d.ts +1 -1
  159. package/esm/core/storage/engines/memory-storage-provider.d.ts +1 -1
  160. package/esm/core/storage/index.d.ts +3 -3
  161. package/esm/core/storage/storage.d.ts +1 -1
  162. package/esm/core/traits/dlgs.d.ts +1 -1
  163. package/esm/core/traits/elms.d.ts +1 -1
  164. package/esm/core/traits/mods.d.ts +1 -1
  165. package/esm/core/ui/button/button/button.d.ts +2 -2
  166. package/esm/core/ui/button/group/group.d.ts +2 -2
  167. package/esm/core/ui/button/index.d.ts +3 -3
  168. package/esm/core/ui/button/tooltip/tooltip.d.ts +2 -2
  169. package/esm/core/ui/element.d.ts +4 -4
  170. package/esm/core/ui/form/block/block.d.ts +2 -2
  171. package/esm/core/ui/form/form.d.ts +2 -2
  172. package/esm/core/ui/form/index.d.ts +3 -3
  173. package/esm/core/ui/form/inputs/area/area.d.ts +2 -2
  174. package/esm/core/ui/form/inputs/checkbox/checkbox.d.ts +2 -2
  175. package/esm/core/ui/form/inputs/file/file.d.ts +2 -2
  176. package/esm/core/ui/form/inputs/index.d.ts +5 -5
  177. package/esm/core/ui/form/inputs/input/input.d.ts +2 -2
  178. package/esm/core/ui/form/inputs/select/select.d.ts +2 -2
  179. package/esm/core/ui/form/validators/input.d.ts +1 -1
  180. package/esm/core/ui/form/validators/select.d.ts +1 -1
  181. package/esm/core/ui/group/group.d.ts +2 -2
  182. package/esm/core/ui/group/index.d.ts +4 -4
  183. package/esm/core/ui/group/list.d.ts +2 -2
  184. package/esm/core/ui/group/separator.d.ts +1 -1
  185. package/esm/core/ui/group/spacer.d.ts +1 -1
  186. package/esm/core/ui/helpers/buttons.d.ts +1 -1
  187. package/esm/core/ui/helpers/get-control-type.d.ts +1 -1
  188. package/esm/core/ui/helpers/get-strong-control-types.d.ts +1 -1
  189. package/esm/core/ui/icon.d.ts +1 -1
  190. package/esm/core/ui/index.d.ts +7 -7
  191. package/esm/core/ui/popup/index.d.ts +1 -1
  192. package/esm/core/ui/popup/popup.d.ts +2 -2
  193. package/esm/core/ui/progress-bar/progress-bar.d.ts +2 -2
  194. package/esm/core/view/view-with-toolbar.d.ts +2 -2
  195. package/esm/core/view/view.d.ts +4 -4
  196. package/esm/index.d.ts +1 -1
  197. package/esm/jodit.d.ts +6 -6
  198. package/esm/languages.d.ts +1 -1
  199. package/esm/modules/context-menu/context-menu.d.ts +2 -2
  200. package/esm/modules/dialog/alert.d.ts +1 -1
  201. package/esm/modules/dialog/confirm.d.ts +1 -1
  202. package/esm/modules/dialog/dialog.d.ts +2 -2
  203. package/esm/modules/dialog/index.d.ts +4 -4
  204. package/esm/modules/dialog/prompt.d.ts +1 -1
  205. package/esm/modules/file-browser/builders/context-menu.d.ts +1 -1
  206. package/esm/modules/file-browser/builders/elements-map.d.ts +1 -1
  207. package/esm/modules/file-browser/builders/item.d.ts +1 -1
  208. package/esm/modules/file-browser/config.d.ts +1 -1
  209. package/esm/modules/file-browser/data-provider.d.ts +1 -1
  210. package/esm/modules/file-browser/factories.d.ts +1 -1
  211. package/esm/modules/file-browser/fetch/delete-file.d.ts +1 -1
  212. package/esm/modules/file-browser/fetch/load-items.d.ts +1 -1
  213. package/esm/modules/file-browser/fetch/load-tree.d.ts +1 -1
  214. package/esm/modules/file-browser/file-browser.d.ts +5 -5
  215. package/esm/modules/file-browser/index.d.ts +1 -1
  216. package/esm/modules/file-browser/listeners/native-listeners.d.ts +1 -1
  217. package/esm/modules/file-browser/listeners/self-listeners.d.ts +1 -1
  218. package/esm/modules/file-browser/listeners/state-listeners.d.ts +1 -1
  219. package/esm/modules/file-browser/ui/files/files.d.ts +1 -1
  220. package/esm/modules/file-browser/ui/index.d.ts +2 -2
  221. package/esm/modules/file-browser/ui/tree/tree.d.ts +1 -1
  222. package/esm/modules/history/command.d.ts +1 -1
  223. package/esm/modules/history/history.d.ts +4 -4
  224. package/esm/modules/history/snapshot.d.ts +2 -2
  225. package/esm/modules/history/stack.d.ts +1 -1
  226. package/esm/modules/image-editor/config.d.ts +1 -1
  227. package/esm/modules/image-editor/image-editor.d.ts +2 -2
  228. package/esm/modules/image-editor/templates/form.d.ts +1 -1
  229. package/esm/modules/index.d.ts +26 -26
  230. package/esm/modules/messages/message.d.ts +2 -2
  231. package/esm/modules/messages/messages.d.ts +2 -2
  232. package/esm/modules/status-bar/status-bar.d.ts +4 -4
  233. package/esm/modules/table/table.d.ts +2 -2
  234. package/esm/modules/toolbar/button/button.d.ts +5 -5
  235. package/esm/modules/toolbar/button/content.d.ts +2 -2
  236. package/esm/modules/toolbar/button/index.d.ts +3 -3
  237. package/esm/modules/toolbar/button/select/select.d.ts +2 -2
  238. package/esm/modules/toolbar/collection/collection.d.ts +2 -2
  239. package/esm/modules/toolbar/collection/editor-collection.d.ts +2 -2
  240. package/esm/modules/toolbar/factory.d.ts +1 -1
  241. package/esm/modules/uploader/config.d.ts +1 -1
  242. package/esm/modules/uploader/helpers/build-data.d.ts +1 -1
  243. package/esm/modules/uploader/helpers/index.d.ts +6 -6
  244. package/esm/modules/uploader/helpers/process-old-browser-drag.d.ts +1 -1
  245. package/esm/modules/uploader/helpers/send-files.d.ts +1 -1
  246. package/esm/modules/uploader/helpers/send.d.ts +2 -2
  247. package/esm/modules/uploader/uploader.d.ts +2 -2
  248. package/esm/modules/widget/color-picker/color-picker.d.ts +1 -1
  249. package/esm/modules/widget/file-selector/file-selector.d.ts +1 -1
  250. package/esm/modules/widget/index.d.ts +3 -3
  251. package/esm/modules/widget/tabs/tabs.d.ts +2 -2
  252. package/esm/plugins/add-new-line/add-new-line.d.ts +2 -2
  253. package/esm/plugins/add-new-line/config.d.ts +1 -1
  254. package/esm/plugins/ai-assistant/ai-assistant.d.ts +2 -2
  255. package/esm/plugins/ai-assistant/langs/index.d.ts +2 -2
  256. package/esm/plugins/ai-assistant/ui/ui-ai-assistant.d.ts +3 -3
  257. package/esm/plugins/backspace/backspace.d.ts +2 -2
  258. package/esm/plugins/backspace/cases/check-join-neighbors.d.ts +1 -1
  259. package/esm/plugins/backspace/cases/check-join-two-lists.d.ts +1 -1
  260. package/esm/plugins/backspace/cases/check-not-collapsed.d.ts +1 -1
  261. package/esm/plugins/backspace/cases/check-remove-char.d.ts +1 -1
  262. package/esm/plugins/backspace/cases/check-remove-content-not-editable.d.ts +1 -1
  263. package/esm/plugins/backspace/cases/check-remove-empty-neighbor.d.ts +1 -1
  264. package/esm/plugins/backspace/cases/check-remove-empty-parent.d.ts +1 -1
  265. package/esm/plugins/backspace/cases/check-remove-unbreakable-element.d.ts +1 -1
  266. package/esm/plugins/backspace/cases/check-table-cell.d.ts +1 -1
  267. package/esm/plugins/backspace/cases/check-unwrap-first-list-item.d.ts +1 -1
  268. package/esm/plugins/backspace/cases/index.d.ts +2 -2
  269. package/esm/plugins/backspace/helpers.d.ts +1 -1
  270. package/esm/plugins/bold/bold.d.ts +1 -1
  271. package/esm/plugins/class-span/class-span.d.ts +2 -2
  272. package/esm/plugins/clean-html/clean-html.d.ts +2 -2
  273. package/esm/plugins/clean-html/config.d.ts +1 -1
  274. package/esm/plugins/clean-html/helpers/get-hash.d.ts +1 -1
  275. package/esm/plugins/clean-html/helpers/index.d.ts +4 -4
  276. package/esm/plugins/clean-html/helpers/remove-format/remove-format-for-collapsed-selection.d.ts +1 -1
  277. package/esm/plugins/clean-html/helpers/remove-format/remove-format-for-selection.d.ts +1 -1
  278. package/esm/plugins/clean-html/helpers/visitor/filters/allow-attributes.d.ts +1 -1
  279. package/esm/plugins/clean-html/helpers/visitor/filters/fill-empty-paragraph.d.ts +1 -1
  280. package/esm/plugins/clean-html/helpers/visitor/filters/index.d.ts +7 -7
  281. package/esm/plugins/clean-html/helpers/visitor/filters/remove-empty-text-node.d.ts +1 -1
  282. package/esm/plugins/clean-html/helpers/visitor/filters/remove-inv-text-nodes.d.ts +1 -1
  283. package/esm/plugins/clean-html/helpers/visitor/filters/replace-old-tags.d.ts +1 -1
  284. package/esm/plugins/clean-html/helpers/visitor/filters/sanitize-attributes.d.ts +1 -1
  285. package/esm/plugins/clean-html/helpers/visitor/filters/try-remove-node.d.ts +1 -1
  286. package/esm/plugins/clean-html/helpers/visitor/visit-node-walker.d.ts +1 -1
  287. package/esm/plugins/clipboard/clipboard.d.ts +2 -2
  288. package/esm/plugins/color/color.d.ts +1 -1
  289. package/esm/plugins/copy-format/copy-format.d.ts +1 -1
  290. package/esm/plugins/copy-format/langs/index.d.ts +21 -21
  291. package/esm/plugins/debug/debug.d.ts +2 -2
  292. package/esm/plugins/delete/delete.d.ts +2 -2
  293. package/esm/plugins/drag-and-drop/drag-and-drop.d.ts +1 -1
  294. package/esm/plugins/drag-and-drop-element/drag-and-drop-element.d.ts +1 -1
  295. package/esm/plugins/dtd/after-insert/index.d.ts +1 -1
  296. package/esm/plugins/dtd/after-insert/remove-extra-br.d.ts +1 -1
  297. package/esm/plugins/dtd/before-insert/check-block-nesting.d.ts +1 -1
  298. package/esm/plugins/dtd/before-insert/index.d.ts +1 -1
  299. package/esm/plugins/dtd/config.d.ts +1 -1
  300. package/esm/plugins/enter/enter.d.ts +2 -2
  301. package/esm/plugins/enter/helpers/check-br.d.ts +1 -1
  302. package/esm/plugins/enter/helpers/check-unsplittable-box.d.ts +1 -1
  303. package/esm/plugins/enter/helpers/get-block-wrapper.d.ts +1 -1
  304. package/esm/plugins/enter/helpers/has-previous-block.d.ts +1 -1
  305. package/esm/plugins/enter/helpers/index.d.ts +9 -9
  306. package/esm/plugins/enter/helpers/insert-paragraph.d.ts +1 -1
  307. package/esm/plugins/enter/helpers/move-cursor-out-from-specal-tags.d.ts +1 -1
  308. package/esm/plugins/enter/helpers/process-empty-li-leaf.d.ts +1 -1
  309. package/esm/plugins/enter/helpers/split-fragment.d.ts +1 -1
  310. package/esm/plugins/enter/helpers/wrap-text.d.ts +1 -1
  311. package/esm/plugins/file/file.d.ts +1 -1
  312. package/esm/plugins/focus/focus.d.ts +1 -1
  313. package/esm/plugins/font/font.d.ts +1 -1
  314. package/esm/plugins/format-block/format-block.d.ts +1 -1
  315. package/esm/plugins/fullsize/fullsize.d.ts +1 -1
  316. package/esm/plugins/hotkeys/config.d.ts +1 -1
  317. package/esm/plugins/hotkeys/hotkeys.d.ts +2 -2
  318. package/esm/plugins/hr/hr.d.ts +1 -1
  319. package/esm/plugins/iframe/iframe.d.ts +1 -1
  320. package/esm/plugins/image/image.d.ts +1 -1
  321. package/esm/plugins/image-processor/image-processor.d.ts +2 -2
  322. package/esm/plugins/image-properties/image-properties.d.ts +2 -2
  323. package/esm/plugins/image-properties/interface.d.ts +1 -1
  324. package/esm/plugins/image-properties/readers/index.d.ts +1 -1
  325. package/esm/plugins/image-properties/readers/link.d.ts +1 -1
  326. package/esm/plugins/image-properties/ui/ui-image-form.d.ts +2 -2
  327. package/esm/plugins/image-properties/ui/ui-image-main-tab.d.ts +2 -2
  328. package/esm/plugins/image-properties/ui/ui-image-position-tab.d.ts +2 -2
  329. package/esm/plugins/image-properties/utils/open-image-editor.d.ts +1 -1
  330. package/esm/plugins/image-properties/utils/open-image-popup.d.ts +1 -1
  331. package/esm/plugins/image-properties/writers/index.d.ts +1 -1
  332. package/esm/plugins/image-properties/writers/link.d.ts +1 -1
  333. package/esm/plugins/image-properties/writers/margin.d.ts +1 -1
  334. package/esm/plugins/indent/indent.d.ts +1 -1
  335. package/esm/plugins/inline-popup/config/config.d.ts +1 -1
  336. package/esm/plugins/inline-popup/config/items/a.d.ts +1 -1
  337. package/esm/plugins/inline-popup/config/items/cells.d.ts +1 -1
  338. package/esm/plugins/inline-popup/config/items/iframe.d.ts +2 -2
  339. package/esm/plugins/inline-popup/config/items/img.d.ts +1 -1
  340. package/esm/plugins/inline-popup/inline-popup.d.ts +2 -2
  341. package/esm/plugins/justify/justify.d.ts +1 -1
  342. package/esm/plugins/key-arrow-outside/key-arrow-outside.d.ts +2 -2
  343. package/esm/plugins/limit/limit.d.ts +2 -2
  344. package/esm/plugins/line-height/langs/index.d.ts +22 -22
  345. package/esm/plugins/line-height/line-height.d.ts +2 -2
  346. package/esm/plugins/link/config.d.ts +1 -1
  347. package/esm/plugins/link/link.d.ts +2 -2
  348. package/esm/plugins/link/template.d.ts +1 -1
  349. package/esm/plugins/media/media.d.ts +1 -1
  350. package/esm/plugins/mobile/config.d.ts +1 -1
  351. package/esm/plugins/mobile/mobile.d.ts +1 -1
  352. package/esm/plugins/ordered-list/ordered-list.d.ts +2 -2
  353. package/esm/plugins/paste/config.d.ts +1 -1
  354. package/esm/plugins/paste/helpers.d.ts +1 -1
  355. package/esm/plugins/paste/interface.d.ts +1 -1
  356. package/esm/plugins/paste/paste.d.ts +2 -2
  357. package/esm/plugins/paste-from-word/config.d.ts +1 -1
  358. package/esm/plugins/paste-from-word/paste-from-word.d.ts +2 -2
  359. package/esm/plugins/paste-storage/paste-storage.d.ts +1 -1
  360. package/esm/plugins/placeholder/placeholder.d.ts +2 -2
  361. package/esm/plugins/powered-by-jodit/powered-by-jodit.d.ts +1 -1
  362. package/esm/plugins/preview/preview.d.ts +1 -1
  363. package/esm/plugins/print/lib/generate-critical-css.d.ts +1 -1
  364. package/esm/plugins/print/print.d.ts +1 -1
  365. package/esm/plugins/redo-undo/redo-undo.d.ts +2 -2
  366. package/esm/plugins/resize-cells/resize-cells.d.ts +2 -2
  367. package/esm/plugins/resize-handler/resize-handler.d.ts +2 -2
  368. package/esm/plugins/resizer/config.d.ts +1 -1
  369. package/esm/plugins/resizer/resizer.d.ts +2 -2
  370. package/esm/plugins/search/config.d.ts +1 -1
  371. package/esm/plugins/search/helpers/highlight-text-ranges.d.ts +1 -1
  372. package/esm/plugins/search/helpers/index.d.ts +2 -2
  373. package/esm/plugins/search/helpers/sentence-finder.d.ts +1 -1
  374. package/esm/plugins/search/search.d.ts +3 -3
  375. package/esm/plugins/search/ui/search.d.ts +2 -2
  376. package/esm/plugins/select/select.d.ts +2 -2
  377. package/esm/plugins/select-cells/select-cells.d.ts +2 -2
  378. package/esm/plugins/size/size.d.ts +2 -2
  379. package/esm/plugins/source/config.d.ts +1 -1
  380. package/esm/plugins/source/editor/engines/ace.d.ts +2 -2
  381. package/esm/plugins/source/editor/engines/area.d.ts +2 -2
  382. package/esm/plugins/source/editor/engines/index.d.ts +2 -2
  383. package/esm/plugins/source/editor/factory.d.ts +1 -1
  384. package/esm/plugins/source/editor/sourceEditor.d.ts +1 -1
  385. package/esm/plugins/source/source.d.ts +2 -2
  386. package/esm/plugins/speech-recognize/config.d.ts +1 -1
  387. package/esm/plugins/speech-recognize/helpers/exec-spell-command.d.ts +1 -1
  388. package/esm/plugins/speech-recognize/helpers/recognize-manager.d.ts +2 -2
  389. package/esm/plugins/speech-recognize/langs/index.d.ts +22 -22
  390. package/esm/plugins/speech-recognize/speech-recognize.d.ts +2 -2
  391. package/esm/plugins/spellcheck/langs/index.d.ts +22 -22
  392. package/esm/plugins/spellcheck/spellcheck.d.ts +2 -2
  393. package/esm/plugins/stat/stat.d.ts +1 -1
  394. package/esm/plugins/sticky/sticky.d.ts +2 -2
  395. package/esm/plugins/symbols/langs/index.d.ts +22 -22
  396. package/esm/plugins/symbols/symbols.d.ts +2 -2
  397. package/esm/plugins/tab/cases/index.d.ts +1 -1
  398. package/esm/plugins/tab/cases/on-tab-inside-li.d.ts +1 -1
  399. package/esm/plugins/table/table.d.ts +1 -1
  400. package/esm/plugins/table-keyboard-navigation/table-keyboard-navigation.d.ts +1 -1
  401. package/esm/plugins/wrap-nodes/config.d.ts +1 -1
  402. package/esm/types/async.d.ts +1 -1
  403. package/esm/types/index.d.ts +23 -23
  404. package/esm/types/jodit.d.ts +2 -2
  405. package/esm/types/style.d.ts +1 -1
  406. package/package.json +1 -1
  407. package/types/config.d.ts +853 -7
  408. package/types/core/async/async.d.ts +1 -1
  409. package/types/core/async/index.d.ts +1 -1
  410. package/types/core/component/component.d.ts +1 -1
  411. package/types/core/component/index.d.ts +3 -3
  412. package/types/core/component/view-component.d.ts +2 -2
  413. package/types/core/constants.d.ts +2 -2
  414. package/types/core/create/create.d.ts +1 -1
  415. package/types/core/create/index.d.ts +1 -1
  416. package/types/core/decorators/autobind/autobind.d.ts +1 -1
  417. package/types/core/decorators/cache/cache.d.ts +3 -3
  418. package/types/core/decorators/debounce/debounce.d.ts +1 -1
  419. package/types/core/decorators/hook/hook.d.ts +2 -2
  420. package/types/core/decorators/idle/idle.d.ts +1 -1
  421. package/types/core/decorators/index.d.ts +11 -11
  422. package/types/core/decorators/persistent/persistent.d.ts +1 -1
  423. package/types/core/decorators/wait/wait.d.ts +1 -1
  424. package/types/core/decorators/watch/watch.d.ts +1 -1
  425. package/types/core/dom/dom.d.ts +1 -1
  426. package/types/core/dom/index.d.ts +2 -2
  427. package/types/core/dom/lazy-walker.d.ts +2 -2
  428. package/types/core/event-emitter/event-emitter.d.ts +1 -1
  429. package/types/core/event-emitter/eventify.d.ts +1 -1
  430. package/types/core/event-emitter/index.d.ts +4 -4
  431. package/types/core/event-emitter/observable.d.ts +1 -1
  432. package/types/core/event-emitter/store.d.ts +1 -1
  433. package/types/core/global.d.ts +3 -3
  434. package/types/core/helpers/array/index.d.ts +3 -3
  435. package/types/core/helpers/async/index.d.ts +1 -1
  436. package/types/core/helpers/checker/index.d.ts +25 -25
  437. package/types/core/helpers/checker/is-imp-interface.d.ts +1 -1
  438. package/types/core/helpers/checker/is-jodit-object.d.ts +1 -1
  439. package/types/core/helpers/checker/is-marker.d.ts +1 -1
  440. package/types/core/helpers/checker/is-plain-object.d.ts +1 -1
  441. package/types/core/helpers/checker/is-view-object.d.ts +1 -1
  442. package/types/core/helpers/color/index.d.ts +1 -1
  443. package/types/core/helpers/html/index.d.ts +6 -6
  444. package/types/core/helpers/html/strip-tags.d.ts +1 -1
  445. package/types/core/helpers/index.d.ts +9 -9
  446. package/types/core/helpers/normalize/index.d.ts +8 -8
  447. package/types/core/helpers/size/get-scroll-parent.d.ts +1 -1
  448. package/types/core/helpers/size/index.d.ts +6 -6
  449. package/types/core/helpers/size/object-size.d.ts +1 -1
  450. package/types/core/helpers/size/offset.d.ts +1 -1
  451. package/types/core/helpers/size/position.d.ts +1 -1
  452. package/types/core/helpers/string/i18n.d.ts +1 -1
  453. package/types/core/helpers/string/index.d.ts +7 -7
  454. package/types/core/helpers/utils/align.d.ts +1 -1
  455. package/types/core/helpers/utils/append-script.d.ts +1 -1
  456. package/types/core/helpers/utils/attr.d.ts +1 -1
  457. package/types/core/helpers/utils/build-query.d.ts +1 -1
  458. package/types/core/helpers/utils/config-proto.d.ts +1 -1
  459. package/types/core/helpers/utils/css.d.ts +1 -1
  460. package/types/core/helpers/utils/data-bind.d.ts +1 -1
  461. package/types/core/helpers/utils/error/errors/abort-error.d.ts +1 -1
  462. package/types/core/helpers/utils/error/errors/index.d.ts +3 -3
  463. package/types/core/helpers/utils/error/index.d.ts +2 -2
  464. package/types/core/helpers/utils/get-class-name.d.ts +1 -1
  465. package/types/core/helpers/utils/get.d.ts +1 -1
  466. package/types/core/helpers/utils/index.d.ts +27 -27
  467. package/types/core/helpers/utils/parse-query.d.ts +1 -1
  468. package/types/core/helpers/utils/print.d.ts +1 -1
  469. package/types/core/helpers/utils/reset.d.ts +1 -1
  470. package/types/core/helpers/utils/scroll-into-view.d.ts +1 -1
  471. package/types/core/helpers/utils/selector.d.ts +1 -1
  472. package/types/core/helpers/utils/set.d.ts +1 -1
  473. package/types/core/helpers/utils/stack.d.ts +1 -1
  474. package/types/core/helpers/utils/utils.d.ts +1 -1
  475. package/types/core/plugin/helpers/init-instance.d.ts +1 -1
  476. package/types/core/plugin/helpers/load.d.ts +1 -1
  477. package/types/core/plugin/helpers/make-instance.d.ts +1 -1
  478. package/types/core/plugin/index.d.ts +2 -2
  479. package/types/core/plugin/plugin-system.d.ts +1 -1
  480. package/types/core/plugin/plugin.d.ts +2 -2
  481. package/types/core/request/ajax.d.ts +1 -1
  482. package/types/core/request/config.d.ts +1 -1
  483. package/types/core/request/index.d.ts +2 -2
  484. package/types/core/request/response.d.ts +1 -1
  485. package/types/core/selection/helpers/index.d.ts +2 -2
  486. package/types/core/selection/helpers/move-node-inside-start.d.ts +1 -1
  487. package/types/core/selection/index.d.ts +3 -3
  488. package/types/core/selection/interface.d.ts +1 -1
  489. package/types/core/selection/selection.d.ts +1 -1
  490. package/types/core/selection/style/api/extract.d.ts +1 -1
  491. package/types/core/selection/style/api/finite-state-machine.d.ts +1 -1
  492. package/types/core/selection/style/api/get-suit-child.d.ts +1 -1
  493. package/types/core/selection/style/api/get-suit-parent.d.ts +1 -1
  494. package/types/core/selection/style/api/has-same-style.d.ts +1 -1
  495. package/types/core/selection/style/api/index.d.ts +15 -15
  496. package/types/core/selection/style/api/is-normal-node.d.ts +1 -1
  497. package/types/core/selection/style/api/is-same-attributes.d.ts +1 -1
  498. package/types/core/selection/style/api/is-suit-element.d.ts +1 -1
  499. package/types/core/selection/style/api/list/toggle-ordered-list.d.ts +1 -1
  500. package/types/core/selection/style/api/list/wrap-list.d.ts +1 -1
  501. package/types/core/selection/style/api/toggle-attributes.d.ts +1 -1
  502. package/types/core/selection/style/api/unwrap-children.d.ts +1 -1
  503. package/types/core/selection/style/api/wrap-unwrapped-text.d.ts +1 -1
  504. package/types/core/selection/style/api/wrap.d.ts +1 -1
  505. package/types/core/selection/style/apply-style.d.ts +1 -1
  506. package/types/core/selection/style/commit-style.d.ts +1 -1
  507. package/types/core/selection/style/transactions.d.ts +1 -1
  508. package/types/core/storage/engines/local-storage-provider.d.ts +1 -1
  509. package/types/core/storage/engines/memory-storage-provider.d.ts +1 -1
  510. package/types/core/storage/index.d.ts +3 -3
  511. package/types/core/storage/storage.d.ts +1 -1
  512. package/types/core/traits/dlgs.d.ts +1 -1
  513. package/types/core/traits/elms.d.ts +1 -1
  514. package/types/core/traits/mods.d.ts +1 -1
  515. package/types/core/ui/button/button/button.d.ts +2 -2
  516. package/types/core/ui/button/group/group.d.ts +2 -2
  517. package/types/core/ui/button/index.d.ts +3 -3
  518. package/types/core/ui/button/tooltip/tooltip.d.ts +2 -2
  519. package/types/core/ui/element.d.ts +4 -4
  520. package/types/core/ui/form/block/block.d.ts +2 -2
  521. package/types/core/ui/form/form.d.ts +2 -2
  522. package/types/core/ui/form/index.d.ts +3 -3
  523. package/types/core/ui/form/inputs/area/area.d.ts +2 -2
  524. package/types/core/ui/form/inputs/checkbox/checkbox.d.ts +2 -2
  525. package/types/core/ui/form/inputs/file/file.d.ts +2 -2
  526. package/types/core/ui/form/inputs/index.d.ts +5 -5
  527. package/types/core/ui/form/inputs/input/input.d.ts +2 -2
  528. package/types/core/ui/form/inputs/select/select.d.ts +2 -2
  529. package/types/core/ui/form/validators/input.d.ts +1 -1
  530. package/types/core/ui/form/validators/select.d.ts +1 -1
  531. package/types/core/ui/group/group.d.ts +2 -2
  532. package/types/core/ui/group/index.d.ts +4 -4
  533. package/types/core/ui/group/list.d.ts +2 -2
  534. package/types/core/ui/group/separator.d.ts +1 -1
  535. package/types/core/ui/group/spacer.d.ts +1 -1
  536. package/types/core/ui/helpers/buttons.d.ts +1 -1
  537. package/types/core/ui/helpers/get-control-type.d.ts +1 -1
  538. package/types/core/ui/helpers/get-strong-control-types.d.ts +1 -1
  539. package/types/core/ui/icon.d.ts +1 -1
  540. package/types/core/ui/index.d.ts +7 -7
  541. package/types/core/ui/popup/index.d.ts +1 -1
  542. package/types/core/ui/popup/popup.d.ts +2 -2
  543. package/types/core/ui/progress-bar/progress-bar.d.ts +2 -2
  544. package/types/core/view/view-with-toolbar.d.ts +2 -2
  545. package/types/core/view/view.d.ts +4 -4
  546. package/types/index.d.ts +1 -1
  547. package/types/jodit.d.ts +6 -6
  548. package/types/languages.d.ts +1 -1
  549. package/types/modules/context-menu/context-menu.d.ts +2 -2
  550. package/types/modules/dialog/alert.d.ts +1 -1
  551. package/types/modules/dialog/confirm.d.ts +1 -1
  552. package/types/modules/dialog/dialog.d.ts +2 -2
  553. package/types/modules/dialog/index.d.ts +4 -4
  554. package/types/modules/dialog/prompt.d.ts +1 -1
  555. package/types/modules/file-browser/builders/context-menu.d.ts +1 -1
  556. package/types/modules/file-browser/builders/elements-map.d.ts +1 -1
  557. package/types/modules/file-browser/builders/item.d.ts +1 -1
  558. package/types/modules/file-browser/config.d.ts +1 -1
  559. package/types/modules/file-browser/data-provider.d.ts +1 -1
  560. package/types/modules/file-browser/factories.d.ts +1 -1
  561. package/types/modules/file-browser/fetch/delete-file.d.ts +1 -1
  562. package/types/modules/file-browser/fetch/load-items.d.ts +1 -1
  563. package/types/modules/file-browser/fetch/load-tree.d.ts +1 -1
  564. package/types/modules/file-browser/file-browser.d.ts +5 -5
  565. package/types/modules/file-browser/index.d.ts +1 -1
  566. package/types/modules/file-browser/listeners/native-listeners.d.ts +1 -1
  567. package/types/modules/file-browser/listeners/self-listeners.d.ts +1 -1
  568. package/types/modules/file-browser/listeners/state-listeners.d.ts +1 -1
  569. package/types/modules/file-browser/ui/files/files.d.ts +1 -1
  570. package/types/modules/file-browser/ui/index.d.ts +2 -2
  571. package/types/modules/file-browser/ui/tree/tree.d.ts +1 -1
  572. package/types/modules/history/command.d.ts +1 -1
  573. package/types/modules/history/history.d.ts +4 -4
  574. package/types/modules/history/snapshot.d.ts +2 -2
  575. package/types/modules/history/stack.d.ts +1 -1
  576. package/types/modules/image-editor/config.d.ts +1 -1
  577. package/types/modules/image-editor/image-editor.d.ts +2 -2
  578. package/types/modules/image-editor/templates/form.d.ts +1 -1
  579. package/types/modules/index.d.ts +26 -26
  580. package/types/modules/messages/message.d.ts +2 -2
  581. package/types/modules/messages/messages.d.ts +2 -2
  582. package/types/modules/status-bar/status-bar.d.ts +4 -4
  583. package/types/modules/table/table.d.ts +2 -2
  584. package/types/modules/toolbar/button/button.d.ts +5 -5
  585. package/types/modules/toolbar/button/content.d.ts +2 -2
  586. package/types/modules/toolbar/button/index.d.ts +3 -3
  587. package/types/modules/toolbar/button/select/select.d.ts +2 -2
  588. package/types/modules/toolbar/collection/collection.d.ts +2 -2
  589. package/types/modules/toolbar/collection/editor-collection.d.ts +2 -2
  590. package/types/modules/toolbar/factory.d.ts +1 -1
  591. package/types/modules/uploader/config.d.ts +1 -1
  592. package/types/modules/uploader/helpers/build-data.d.ts +1 -1
  593. package/types/modules/uploader/helpers/index.d.ts +6 -6
  594. package/types/modules/uploader/helpers/process-old-browser-drag.d.ts +1 -1
  595. package/types/modules/uploader/helpers/send-files.d.ts +1 -1
  596. package/types/modules/uploader/helpers/send.d.ts +2 -2
  597. package/types/modules/uploader/uploader.d.ts +2 -2
  598. package/types/modules/widget/color-picker/color-picker.d.ts +1 -1
  599. package/types/modules/widget/file-selector/file-selector.d.ts +1 -1
  600. package/types/modules/widget/index.d.ts +3 -3
  601. package/types/modules/widget/tabs/tabs.d.ts +2 -2
  602. package/types/plugins/add-new-line/add-new-line.d.ts +2 -2
  603. package/types/plugins/add-new-line/config.d.ts +1 -1
  604. package/types/plugins/ai-assistant/ai-assistant.d.ts +2 -2
  605. package/types/plugins/ai-assistant/langs/index.d.ts +2 -2
  606. package/types/plugins/ai-assistant/ui/ui-ai-assistant.d.ts +3 -3
  607. package/types/plugins/backspace/backspace.d.ts +2 -2
  608. package/types/plugins/backspace/cases/check-join-neighbors.d.ts +1 -1
  609. package/types/plugins/backspace/cases/check-join-two-lists.d.ts +1 -1
  610. package/types/plugins/backspace/cases/check-not-collapsed.d.ts +1 -1
  611. package/types/plugins/backspace/cases/check-remove-char.d.ts +1 -1
  612. package/types/plugins/backspace/cases/check-remove-content-not-editable.d.ts +1 -1
  613. package/types/plugins/backspace/cases/check-remove-empty-neighbor.d.ts +1 -1
  614. package/types/plugins/backspace/cases/check-remove-empty-parent.d.ts +1 -1
  615. package/types/plugins/backspace/cases/check-remove-unbreakable-element.d.ts +1 -1
  616. package/types/plugins/backspace/cases/check-table-cell.d.ts +1 -1
  617. package/types/plugins/backspace/cases/check-unwrap-first-list-item.d.ts +1 -1
  618. package/types/plugins/backspace/cases/index.d.ts +2 -2
  619. package/types/plugins/backspace/helpers.d.ts +1 -1
  620. package/types/plugins/bold/bold.d.ts +1 -1
  621. package/types/plugins/class-span/class-span.d.ts +2 -2
  622. package/types/plugins/clean-html/clean-html.d.ts +2 -2
  623. package/types/plugins/clean-html/config.d.ts +1 -1
  624. package/types/plugins/clean-html/helpers/get-hash.d.ts +1 -1
  625. package/types/plugins/clean-html/helpers/index.d.ts +4 -4
  626. package/types/plugins/clean-html/helpers/remove-format/remove-format-for-collapsed-selection.d.ts +1 -1
  627. package/types/plugins/clean-html/helpers/remove-format/remove-format-for-selection.d.ts +1 -1
  628. package/types/plugins/clean-html/helpers/visitor/filters/allow-attributes.d.ts +1 -1
  629. package/types/plugins/clean-html/helpers/visitor/filters/fill-empty-paragraph.d.ts +1 -1
  630. package/types/plugins/clean-html/helpers/visitor/filters/index.d.ts +7 -7
  631. package/types/plugins/clean-html/helpers/visitor/filters/remove-empty-text-node.d.ts +1 -1
  632. package/types/plugins/clean-html/helpers/visitor/filters/remove-inv-text-nodes.d.ts +1 -1
  633. package/types/plugins/clean-html/helpers/visitor/filters/replace-old-tags.d.ts +1 -1
  634. package/types/plugins/clean-html/helpers/visitor/filters/sanitize-attributes.d.ts +1 -1
  635. package/types/plugins/clean-html/helpers/visitor/filters/try-remove-node.d.ts +1 -1
  636. package/types/plugins/clean-html/helpers/visitor/visit-node-walker.d.ts +1 -1
  637. package/types/plugins/clipboard/clipboard.d.ts +2 -2
  638. package/types/plugins/color/color.d.ts +1 -1
  639. package/types/plugins/copy-format/copy-format.d.ts +1 -1
  640. package/types/plugins/copy-format/langs/index.d.ts +21 -21
  641. package/types/plugins/debug/debug.d.ts +2 -2
  642. package/types/plugins/delete/delete.d.ts +2 -2
  643. package/types/plugins/drag-and-drop/drag-and-drop.d.ts +1 -1
  644. package/types/plugins/drag-and-drop-element/drag-and-drop-element.d.ts +1 -1
  645. package/types/plugins/dtd/after-insert/index.d.ts +1 -1
  646. package/types/plugins/dtd/after-insert/remove-extra-br.d.ts +1 -1
  647. package/types/plugins/dtd/before-insert/check-block-nesting.d.ts +1 -1
  648. package/types/plugins/dtd/before-insert/index.d.ts +1 -1
  649. package/types/plugins/dtd/config.d.ts +1 -1
  650. package/types/plugins/enter/enter.d.ts +2 -2
  651. package/types/plugins/enter/helpers/check-br.d.ts +1 -1
  652. package/types/plugins/enter/helpers/check-unsplittable-box.d.ts +1 -1
  653. package/types/plugins/enter/helpers/get-block-wrapper.d.ts +1 -1
  654. package/types/plugins/enter/helpers/has-previous-block.d.ts +1 -1
  655. package/types/plugins/enter/helpers/index.d.ts +9 -9
  656. package/types/plugins/enter/helpers/insert-paragraph.d.ts +1 -1
  657. package/types/plugins/enter/helpers/move-cursor-out-from-specal-tags.d.ts +1 -1
  658. package/types/plugins/enter/helpers/process-empty-li-leaf.d.ts +1 -1
  659. package/types/plugins/enter/helpers/split-fragment.d.ts +1 -1
  660. package/types/plugins/enter/helpers/wrap-text.d.ts +1 -1
  661. package/types/plugins/file/file.d.ts +1 -1
  662. package/types/plugins/focus/focus.d.ts +1 -1
  663. package/types/plugins/font/font.d.ts +1 -1
  664. package/types/plugins/format-block/format-block.d.ts +1 -1
  665. package/types/plugins/fullsize/fullsize.d.ts +1 -1
  666. package/types/plugins/hotkeys/config.d.ts +1 -1
  667. package/types/plugins/hotkeys/hotkeys.d.ts +2 -2
  668. package/types/plugins/hr/hr.d.ts +1 -1
  669. package/types/plugins/iframe/iframe.d.ts +1 -1
  670. package/types/plugins/image/image.d.ts +1 -1
  671. package/types/plugins/image-processor/image-processor.d.ts +2 -2
  672. package/types/plugins/image-properties/image-properties.d.ts +2 -2
  673. package/types/plugins/image-properties/interface.d.ts +1 -1
  674. package/types/plugins/image-properties/readers/index.d.ts +1 -1
  675. package/types/plugins/image-properties/readers/link.d.ts +1 -1
  676. package/types/plugins/image-properties/ui/ui-image-form.d.ts +2 -2
  677. package/types/plugins/image-properties/ui/ui-image-main-tab.d.ts +2 -2
  678. package/types/plugins/image-properties/ui/ui-image-position-tab.d.ts +2 -2
  679. package/types/plugins/image-properties/utils/open-image-editor.d.ts +1 -1
  680. package/types/plugins/image-properties/utils/open-image-popup.d.ts +1 -1
  681. package/types/plugins/image-properties/writers/index.d.ts +1 -1
  682. package/types/plugins/image-properties/writers/link.d.ts +1 -1
  683. package/types/plugins/image-properties/writers/margin.d.ts +1 -1
  684. package/types/plugins/indent/indent.d.ts +1 -1
  685. package/types/plugins/inline-popup/config/config.d.ts +1 -1
  686. package/types/plugins/inline-popup/config/items/a.d.ts +1 -1
  687. package/types/plugins/inline-popup/config/items/cells.d.ts +1 -1
  688. package/types/plugins/inline-popup/config/items/iframe.d.ts +2 -2
  689. package/types/plugins/inline-popup/config/items/img.d.ts +1 -1
  690. package/types/plugins/inline-popup/inline-popup.d.ts +2 -2
  691. package/types/plugins/justify/justify.d.ts +1 -1
  692. package/types/plugins/key-arrow-outside/key-arrow-outside.d.ts +2 -2
  693. package/types/plugins/limit/limit.d.ts +2 -2
  694. package/types/plugins/line-height/langs/index.d.ts +22 -22
  695. package/types/plugins/line-height/line-height.d.ts +2 -2
  696. package/types/plugins/link/config.d.ts +1 -1
  697. package/types/plugins/link/link.d.ts +2 -2
  698. package/types/plugins/link/template.d.ts +1 -1
  699. package/types/plugins/media/media.d.ts +1 -1
  700. package/types/plugins/mobile/config.d.ts +1 -1
  701. package/types/plugins/mobile/mobile.d.ts +1 -1
  702. package/types/plugins/ordered-list/ordered-list.d.ts +2 -2
  703. package/types/plugins/paste/config.d.ts +1 -1
  704. package/types/plugins/paste/helpers.d.ts +1 -1
  705. package/types/plugins/paste/interface.d.ts +1 -1
  706. package/types/plugins/paste/paste.d.ts +2 -2
  707. package/types/plugins/paste-from-word/config.d.ts +1 -1
  708. package/types/plugins/paste-from-word/paste-from-word.d.ts +2 -2
  709. package/types/plugins/paste-storage/paste-storage.d.ts +1 -1
  710. package/types/plugins/placeholder/placeholder.d.ts +2 -2
  711. package/types/plugins/powered-by-jodit/powered-by-jodit.d.ts +1 -1
  712. package/types/plugins/preview/preview.d.ts +1 -1
  713. package/types/plugins/print/lib/generate-critical-css.d.ts +1 -1
  714. package/types/plugins/print/print.d.ts +1 -1
  715. package/types/plugins/redo-undo/redo-undo.d.ts +2 -2
  716. package/types/plugins/resize-cells/resize-cells.d.ts +2 -2
  717. package/types/plugins/resize-handler/resize-handler.d.ts +2 -2
  718. package/types/plugins/resizer/config.d.ts +1 -1
  719. package/types/plugins/resizer/resizer.d.ts +2 -2
  720. package/types/plugins/search/config.d.ts +1 -1
  721. package/types/plugins/search/helpers/highlight-text-ranges.d.ts +1 -1
  722. package/types/plugins/search/helpers/index.d.ts +2 -2
  723. package/types/plugins/search/helpers/sentence-finder.d.ts +1 -1
  724. package/types/plugins/search/search.d.ts +3 -3
  725. package/types/plugins/search/ui/search.d.ts +2 -2
  726. package/types/plugins/select/select.d.ts +2 -2
  727. package/types/plugins/select-cells/select-cells.d.ts +2 -2
  728. package/types/plugins/size/size.d.ts +2 -2
  729. package/types/plugins/source/config.d.ts +1 -1
  730. package/types/plugins/source/editor/engines/ace.d.ts +2 -2
  731. package/types/plugins/source/editor/engines/area.d.ts +2 -2
  732. package/types/plugins/source/editor/engines/index.d.ts +2 -2
  733. package/types/plugins/source/editor/factory.d.ts +1 -1
  734. package/types/plugins/source/editor/sourceEditor.d.ts +1 -1
  735. package/types/plugins/source/source.d.ts +2 -2
  736. package/types/plugins/speech-recognize/config.d.ts +1 -1
  737. package/types/plugins/speech-recognize/helpers/exec-spell-command.d.ts +1 -1
  738. package/types/plugins/speech-recognize/helpers/recognize-manager.d.ts +2 -2
  739. package/types/plugins/speech-recognize/langs/index.d.ts +22 -22
  740. package/types/plugins/speech-recognize/speech-recognize.d.ts +2 -2
  741. package/types/plugins/spellcheck/langs/index.d.ts +22 -22
  742. package/types/plugins/spellcheck/spellcheck.d.ts +2 -2
  743. package/types/plugins/stat/stat.d.ts +1 -1
  744. package/types/plugins/sticky/sticky.d.ts +2 -2
  745. package/types/plugins/symbols/langs/index.d.ts +22 -22
  746. package/types/plugins/symbols/symbols.d.ts +2 -2
  747. package/types/plugins/tab/cases/index.d.ts +1 -1
  748. package/types/plugins/tab/cases/on-tab-inside-li.d.ts +1 -1
  749. package/types/plugins/table/table.d.ts +1 -1
  750. package/types/plugins/table-keyboard-navigation/table-keyboard-navigation.d.ts +1 -1
  751. package/types/plugins/wrap-nodes/config.d.ts +1 -1
  752. package/types/types/async.d.ts +1 -1
  753. package/types/types/index.d.ts +23 -23
  754. package/types/types/jodit.d.ts +2 -2
  755. package/types/types/style.d.ts +1 -1
@@ -6,7 +6,7 @@
6
6
  /**
7
7
  * @module modules/file-browser
8
8
  */
9
- import type { IFileBrowser } from "../../../types";
9
+ import type { IFileBrowser } from "../../../types/index.d.ts";
10
10
  /**
11
11
  * Loads a list of directories
12
12
  * @private
@@ -6,11 +6,11 @@
6
6
  /**
7
7
  * @module modules/file-browser
8
8
  */
9
- import type { CanUndef, IFileBrowser, IFileBrowserCallBackData, IFileBrowserDataProvider, IFileBrowserOptions, IFileBrowserState, IStorage, IUploader } from "../../types";
10
- import { Dlgs } from "../../core/traits/dlgs.d.ts";
11
- import { ViewWithToolbar } from "../../core/view/view-with-toolbar.d.ts";
9
+ import type { CanUndef, IFileBrowser, IFileBrowserCallBackData, IFileBrowserDataProvider, IFileBrowserOptions, IFileBrowserState, IStorage, IUploader } from "../../types/index.d.ts";
10
+ import type { Dlgs } from "../../core/traits/dlgs.d.ts";
11
+ import type { ViewWithToolbar } from "../../core/view/view-with-toolbar.d.ts";
12
12
  import "./config.d.ts";
13
- import { FileBrowserFiles, FileBrowserTree } from "./ui";
13
+ import type { FileBrowserFiles, FileBrowserTree } from "./ui/index.d.ts";
14
14
  export interface FileBrowser extends Dlgs {
15
15
  }
16
16
  export declare class FileBrowser extends ViewWithToolbar implements IFileBrowser, Dlgs {
@@ -20,7 +20,7 @@ export declare class FileBrowser extends ViewWithToolbar implements IFileBrowser
20
20
  private status_line;
21
21
  tree: FileBrowserTree;
22
22
  files: FileBrowserFiles;
23
- state: IFileBrowserState & import("../../types").IObservable;
23
+ state: IFileBrowserState & import("../../types/index.d.ts").IObservable;
24
24
  get dataProvider(): IFileBrowserDataProvider;
25
25
  private onSelect;
26
26
  private errorHandler;
@@ -8,4 +8,4 @@
8
8
  * @packageDocumentation
9
9
  * @module modules/file-browser
10
10
  */
11
- export * from "./file-browser.d.ts";
11
+ export type * from "./file-browser.d.ts";
@@ -6,7 +6,7 @@
6
6
  /**
7
7
  * @module modules/file-browser
8
8
  */
9
- import type { HTMLTagNames, IDictionary, IFileBrowser, IFileBrowserItem, Nullable } from "../../../types";
9
+ import type { HTMLTagNames, IDictionary, IFileBrowser, IFileBrowserItem, Nullable } from "../../../types/index.d.ts";
10
10
  /**
11
11
  * @private
12
12
  */
@@ -6,7 +6,7 @@
6
6
  /**
7
7
  * @module modules/file-browser
8
8
  */
9
- import type { IFileBrowser } from "../../../types";
9
+ import type { IFileBrowser } from "../../../types/index.d.ts";
10
10
  /**
11
11
  * @private
12
12
  */
@@ -6,7 +6,7 @@
6
6
  /**
7
7
  * @module modules/file-browser
8
8
  */
9
- import type { IFileBrowser } from "../../../types";
9
+ import type { IFileBrowser } from "../../../types/index.d.ts";
10
10
  /**
11
11
  * Convert state to view
12
12
  * @private
@@ -3,7 +3,7 @@
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
4
  * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
- import { UIGroup } from "../../../../core/ui";
6
+ import type { UIGroup } from "../../../../core/ui/index.d.ts";
7
7
  export declare class FileBrowserFiles extends UIGroup {
8
8
  className(): string;
9
9
  }
@@ -6,5 +6,5 @@
6
6
  /**
7
7
  * @module modules/file-browser
8
8
  */
9
- export * from "./files/files.d.ts";
10
- export * from "./tree/tree.d.ts";
9
+ export type * from "./files/files.d.ts";
10
+ export type * from "./tree/tree.d.ts";
@@ -3,7 +3,7 @@
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
4
  * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
- import { UIGroup } from "../../../../core/ui";
6
+ import type { UIGroup } from "../../../../core/ui/index.d.ts";
7
7
  export declare class FileBrowserTree extends UIGroup {
8
8
  className(): string;
9
9
  }
@@ -6,7 +6,7 @@
6
6
  /**
7
7
  * @module modules/history
8
8
  */
9
- import type { SnapshotType } from "../../types";
9
+ import type { SnapshotType } from "../../types/index.d.ts";
10
10
  import type { History } from "./history.d.ts";
11
11
  export declare class Command {
12
12
  readonly oldValue: SnapshotType;
@@ -8,10 +8,10 @@
8
8
  * @packageDocumentation
9
9
  * @module modules/history
10
10
  */
11
- import type { IDestructible, IHistory, IJodit, ISnapshot, SnapshotType } from "../../types";
12
- import { ViewComponent } from "../../core/component";
13
- import { Snapshot } from "./snapshot.d.ts";
14
- import { Stack } from "./stack.d.ts";
11
+ import type { IDestructible, IHistory, IJodit, ISnapshot, SnapshotType } from "../../types/index.d.ts";
12
+ import type { ViewComponent } from "../../core/component/index.d.ts";
13
+ import type { Snapshot } from "./snapshot.d.ts";
14
+ import type { Stack } from "./stack.d.ts";
15
15
  declare module 'jodit/config' {
16
16
  interface Config {
17
17
  history: {
@@ -6,8 +6,8 @@
6
6
  /**
7
7
  * @module modules/history
8
8
  */
9
- import type { IJodit, ISnapshot, SnapshotType } from "../../types";
10
- import { ViewComponent } from "../../core/component";
9
+ import type { IJodit, ISnapshot, SnapshotType } from "../../types/index.d.ts";
10
+ import type { ViewComponent } from "../../core/component/index.d.ts";
11
11
  /**
12
12
  * Module for creating snapshot of editor which includes html content and the current selection
13
13
  */
@@ -6,7 +6,7 @@
6
6
  /**
7
7
  * @module modules/history
8
8
  */
9
- import type { CanUndef, IStack } from "../../types";
9
+ import type { CanUndef, IStack } from "../../types/index.d.ts";
10
10
  import type { Command } from "./command.d.ts";
11
11
  export declare class Stack implements IStack {
12
12
  private readonly size;
@@ -6,7 +6,7 @@
6
6
  /**
7
7
  * @module modules/image-editor
8
8
  */
9
- import type { ImageEditorOptions } from "../../types";
9
+ import type { ImageEditorOptions } from "../../types/index.d.ts";
10
10
  declare module 'jodit/config' {
11
11
  interface Config {
12
12
  imageeditor: ImageEditorOptions;
@@ -8,8 +8,8 @@
8
8
  * @packageDocumentation
9
9
  * @module modules/image-editor
10
10
  */
11
- import type { IDialog, IDlgs, IFileBrowserDataProvider, ImageEditorActionBox, ImageEditorOptions, IViewWithToolbar } from "../../types";
12
- import { ViewComponent } from "../../core/component";
11
+ import type { IDialog, IDlgs, IFileBrowserDataProvider, ImageEditorActionBox, ImageEditorOptions, IViewWithToolbar } from "../../types/index.d.ts";
12
+ import type { ViewComponent } from "../../core/component/index.d.ts";
13
13
  import "./config.d.ts";
14
14
  interface onSave {
15
15
  (
@@ -6,5 +6,5 @@
6
6
  /**
7
7
  * @module modules/image-editor
8
8
  */
9
- import type { ImageEditorOptions, IViewBased } from "../../../types";
9
+ import type { ImageEditorOptions, IViewBased } from "../../../types/index.d.ts";
10
10
  export declare const form: (editor: IViewBased, o: ImageEditorOptions) => HTMLElement;
@@ -8,31 +8,31 @@
8
8
  * @packageDocumentation
9
9
  * @module modules
10
10
  */
11
- import { Component, STATUSES, ViewComponent } from "../core/component";
12
- import * as Helpers from "../core/helpers";
11
+ import type { Component, STATUSES, ViewComponent } from "../core/component/index.d.ts";
12
+ import type * as Helpers from "../core/helpers/index.d.ts";
13
13
  export { Component, STATUSES, ViewComponent };
14
- export { ContextMenu } from "./context-menu/context-menu.d.ts";
15
- export * from "./dialog/";
16
- export * from "./file-browser";
17
- export { Async } from "../core/async";
18
- export { Create } from "../core/create";
19
- export { Dom, LazyWalker } from "../core/dom";
20
- export * from "../core/event-emitter";
21
- export { Plugin } from "../core/plugin";
22
- export * from "../core/request";
23
- export * from "../core/ui";
24
- export { View } from "../core/view/view.d.ts";
25
- export { ViewWithToolbar } from "../core/view/view-with-toolbar.d.ts";
14
+ export type { ContextMenu } from "./context-menu/context-menu.d.ts";
15
+ export type * from "./dialog/index.d.ts";
16
+ export type * from "./file-browser/index.d.ts";
17
+ export type { Async } from "../core/async/index.d.ts";
18
+ export type { Create } from "../core/create/index.d.ts";
19
+ export type { Dom, LazyWalker } from "../core/dom/index.d.ts";
20
+ export type * from "../core/event-emitter/index.d.ts";
21
+ export type { Plugin } from "../core/plugin/index.d.ts";
22
+ export type * from "../core/request/index.d.ts";
23
+ export type * from "../core/ui/index.d.ts";
24
+ export type { View } from "../core/view/view.d.ts";
25
+ export type { ViewWithToolbar } from "../core/view/view-with-toolbar.d.ts";
26
26
  export { Helpers };
27
- export { History } from "./history/history.d.ts";
28
- export { Snapshot } from "./history/snapshot.d.ts";
29
- export { ImageEditor } from "./image-editor/image-editor.d.ts";
30
- export { UIMessages } from "./messages/messages.d.ts";
31
- export { StatusBar } from "./status-bar/status-bar.d.ts";
32
- export { Table } from "./table/table.d.ts";
33
- export * from "./toolbar/button";
34
- export { ToolbarCollection } from "./toolbar/collection/collection.d.ts";
35
- export { ToolbarEditorCollection } from "./toolbar/collection/editor-collection.d.ts";
36
- export { Uploader } from "./uploader/uploader.d.ts";
37
- export { PluginSystem } from "../core/plugin/plugin-system.d.ts";
38
- export { CommitStyle, Selection } from "../core/selection";
27
+ export type { History } from "./history/history.d.ts";
28
+ export type { Snapshot } from "./history/snapshot.d.ts";
29
+ export type { ImageEditor } from "./image-editor/image-editor.d.ts";
30
+ export type { UIMessages } from "./messages/messages.d.ts";
31
+ export type { StatusBar } from "./status-bar/status-bar.d.ts";
32
+ export type { Table } from "./table/table.d.ts";
33
+ export type * from "./toolbar/button/index.d.ts";
34
+ export type { ToolbarCollection } from "./toolbar/collection/collection.d.ts";
35
+ export type { ToolbarEditorCollection } from "./toolbar/collection/editor-collection.d.ts";
36
+ export type { Uploader } from "./uploader/uploader.d.ts";
37
+ export type { PluginSystem } from "../core/plugin/plugin-system.d.ts";
38
+ export type { CommitStyle, Selection } from "../core/selection/index.d.ts";
@@ -6,8 +6,8 @@
6
6
  /**
7
7
  * @module modules/messages
8
8
  */
9
- import type { IViewBased, MessageVariant } from "../../types";
10
- import { UIElement } from "../../core/ui";
9
+ import type { IViewBased, MessageVariant } from "../../types/index.d.ts";
10
+ import type { UIElement } from "../../core/ui/index.d.ts";
11
11
  export declare class UIMessage extends UIElement {
12
12
  className(): string;
13
13
  constructor(jodit: IViewBased, options: {
@@ -8,8 +8,8 @@
8
8
  * @packageDocumentation
9
9
  * @module modules/messages
10
10
  */
11
- import type { IMessages, IViewBased, MessageVariant } from "../../types";
12
- import { UIGroup } from "../../core/ui/group/group.d.ts";
11
+ import type { IMessages, IViewBased, MessageVariant } from "../../types/index.d.ts";
12
+ import type { UIGroup } from "../../core/ui/group/group.d.ts";
13
13
  /**
14
14
  * Plugin display pop-up messages in the lower right corner of the editor
15
15
  */
@@ -8,10 +8,10 @@
8
8
  * @packageDocumentation
9
9
  * @module modules/status-bar
10
10
  */
11
- import type { IDictionary, IJodit, IStatusBar, ModType } from "../../types";
12
- import { ViewComponent } from "../../core/component";
13
- import { Elms } from "../../core/traits/elms.d.ts";
14
- import { Mods } from "../../core/traits/mods.d.ts";
11
+ import type { IDictionary, IJodit, IStatusBar, ModType } from "../../types/index.d.ts";
12
+ import type { ViewComponent } from "../../core/component/index.d.ts";
13
+ import type { Elms } from "../../core/traits/elms.d.ts";
14
+ import type { Mods } from "../../core/traits/mods.d.ts";
15
15
  export interface StatusBar extends Mods, Elms {
16
16
  }
17
17
  export declare class StatusBar extends ViewComponent<IJodit> implements IStatusBar {
@@ -8,8 +8,8 @@
8
8
  * @packageDocumentation
9
9
  * @module modules/table
10
10
  */
11
- import type { IJodit } from "../../types";
12
- import { ViewComponent } from "../../core/component";
11
+ import type { IJodit } from "../../types/index.d.ts";
12
+ import type { ViewComponent } from "../../core/component/index.d.ts";
13
13
  export declare class Table extends ViewComponent<IJodit> {
14
14
  /** @override */
15
15
  className(): string;
@@ -8,8 +8,8 @@
8
8
  * @packageDocumentation
9
9
  * @module modules/toolbar/button
10
10
  */
11
- import type { IControlTypeStrong, IToolbarButton, IToolbarCollection, IViewBased, Nullable } from "../../../types";
12
- import { UIButton } from "../../../core/ui/button";
11
+ import type { IControlTypeStrong, IToolbarButton, IToolbarCollection, IViewBased, Nullable } from "../../../types/index.d.ts";
12
+ import type { UIButton } from "../../../core/ui/button/index.d.ts";
13
13
  export declare class ToolbarButton<T extends IViewBased = IViewBased> extends UIButton implements IToolbarButton {
14
14
  readonly control: IControlTypeStrong;
15
15
  readonly target: Nullable<HTMLElement>;
@@ -22,15 +22,15 @@ export declare class ToolbarButton<T extends IViewBased = IViewBased> extends UI
22
22
  size: "tiny" | "xsmall" | "small" | "middle" | "large";
23
23
  name: string;
24
24
  value: string | number | boolean;
25
- variant: import("../../../types").ButtonVariant;
25
+ variant: import("../../../types/index.d.ts").ButtonVariant;
26
26
  type: "button" | "submit";
27
27
  role: "button" | "tab";
28
28
  disabled: boolean;
29
29
  activated: boolean;
30
- icon: import("../../../types").IUIIconState;
30
+ icon: import("../../../types/index.d.ts").IUIIconState;
31
31
  text: string;
32
32
  tooltip: string;
33
- tabIndex: import("../../../types").CanUndef<number>;
33
+ tabIndex: import("../../../types/index.d.ts").CanUndef<number>;
34
34
  };
35
35
  protected trigger: HTMLElement;
36
36
  /**
@@ -6,8 +6,8 @@
6
6
  /**
7
7
  * @module modules/toolbar/button
8
8
  */
9
- import type { IControlTypeContent, IToolbarButton, IViewBased, Nullable } from "../../../types";
10
- import { UIButton } from "../../../core/ui/button";
9
+ import type { IControlTypeContent, IToolbarButton, IViewBased, Nullable } from "../../../types/index.d.ts";
10
+ import type { UIButton } from "../../../core/ui/button/index.d.ts";
11
11
  export declare class ToolbarContent<T extends IViewBased = IViewBased> extends UIButton implements IToolbarButton {
12
12
  readonly control: IControlTypeContent;
13
13
  readonly target: Nullable<HTMLElement>;
@@ -6,6 +6,6 @@
6
6
  /**
7
7
  * @module modules/toolbar/button
8
8
  */
9
- export * from "./button.d.ts";
10
- export * from "./content.d.ts";
11
- export * from "./select/select.d.ts";
9
+ export type * from "./button.d.ts";
10
+ export type * from "./content.d.ts";
11
+ export type * from "./select/select.d.ts";
@@ -6,8 +6,8 @@
6
6
  /**
7
7
  * @module modules/toolbar/button
8
8
  */
9
- import type { IViewBased } from "../../../../types";
10
- import { ToolbarButton } from "../button.d.ts";
9
+ import type { IViewBased } from "../../../../types/index.d.ts";
10
+ import type { ToolbarButton } from "../button.d.ts";
11
11
  export declare class ToolbarSelect<T extends IViewBased = IViewBased> extends ToolbarButton<T> {
12
12
  className(): string;
13
13
  update(): void;
@@ -8,8 +8,8 @@
8
8
  * @packageDocumentation
9
9
  * @module modules/toolbar/collection
10
10
  */
11
- import type { ButtonsGroups, IBound, IControlTypeStrong, IToolbarButton, IToolbarCollection, IUIButton, IViewBased, IViewWithToolbar, Nullable } from "../../../types";
12
- import { UIList } from "../../../core/ui";
11
+ import type { ButtonsGroups, IBound, IControlTypeStrong, IToolbarButton, IToolbarCollection, IUIButton, IViewBased, IViewWithToolbar, Nullable } from "../../../types/index.d.ts";
12
+ import type { UIList } from "../../../core/ui/index.d.ts";
13
13
  export declare class ToolbarCollection<T extends IViewWithToolbar = IViewWithToolbar> extends UIList<T> implements IToolbarCollection {
14
14
  /** @override */
15
15
  className(): string;
@@ -6,8 +6,8 @@
6
6
  /**
7
7
  * @module modules/toolbar/collection
8
8
  */
9
- import type { IBound, IJodit, IToolbarButton } from "../../../types";
10
- import { ToolbarCollection } from "./collection.d.ts";
9
+ import type { IBound, IJodit, IToolbarButton } from "../../../types/index.d.ts";
10
+ import type { ToolbarCollection } from "./collection.d.ts";
11
11
  export declare class ToolbarEditorCollection extends ToolbarCollection<IJodit> {
12
12
  /** @override */
13
13
  className(): string;
@@ -8,7 +8,7 @@
8
8
  * @packageDocumentation
9
9
  * @module modules/toolbar
10
10
  */
11
- import type { IControlTypeStrong, IToolbarButton, IToolbarCollection, IUIElement, IViewBased, Nullable } from "../../types";
11
+ import type { IControlTypeStrong, IToolbarButton, IToolbarCollection, IUIElement, IViewBased, Nullable } from "../../types/index.d.ts";
12
12
  /**
13
13
  * Collection factory
14
14
  */
@@ -6,7 +6,7 @@
6
6
  /**
7
7
  * @module modules/uploader
8
8
  */
9
- import type { IUploader, IUploaderOptions } from "../../types";
9
+ import type { IUploader, IUploaderOptions } from "../../types/index.d.ts";
10
10
  declare module 'jodit/config' {
11
11
  interface Config {
12
12
  /**
@@ -6,5 +6,5 @@
6
6
  /**
7
7
  * @module modules/uploader
8
8
  */
9
- import type { BuildDataResult, IDictionary, IUploader } from "../../../types";
9
+ import type { BuildDataResult, IDictionary, IUploader } from "../../../types/index.d.ts";
10
10
  export declare function buildData(uploader: IUploader, data: FormData | IDictionary<string> | string): BuildDataResult;
@@ -6,11 +6,11 @@
6
6
  /**
7
7
  * @module modules/uploader
8
8
  */
9
- import type { Nullable } from "../../../types";
10
- export * from "./build-data.d.ts";
11
- export * from "./data-uri-to-blob.d.ts";
12
- export * from "./process-old-browser-drag.d.ts";
13
- export * from "./send.d.ts";
14
- export * from "./send-files.d.ts";
9
+ import type { Nullable } from "../../../types/index.d.ts";
10
+ export type * from "./build-data.d.ts";
11
+ export type * from "./data-uri-to-blob.d.ts";
12
+ export type * from "./process-old-browser-drag.d.ts";
13
+ export type * from "./send.d.ts";
14
+ export type * from "./send-files.d.ts";
15
15
  export declare function hasFiles(data: Nullable<DataTransfer>): data is DataTransfer;
16
16
  export declare function hasItems(data: Nullable<DataTransfer>): data is DataTransfer;
@@ -6,5 +6,5 @@
6
6
  /**
7
7
  * @module modules/uploader
8
8
  */
9
- import type { HandlerError, HandlerSuccess, IUploader } from "../../../types";
9
+ import type { HandlerError, HandlerSuccess, IUploader } from "../../../types/index.d.ts";
10
10
  export declare function processOldBrowserDrag(self: IUploader, cData: DataTransfer | null, handlerSuccess?: HandlerSuccess, handlerError?: HandlerError, onFinally?: () => void): void;
@@ -6,7 +6,7 @@
6
6
  /**
7
7
  * @module modules/uploader
8
8
  */
9
- import type { HandlerError, HandlerSuccess, IUploader } from "../../../types";
9
+ import type { HandlerError, HandlerSuccess, IUploader } from "../../../types/index.d.ts";
10
10
  /**
11
11
  * Send files to server
12
12
  */
@@ -6,7 +6,7 @@
6
6
  /**
7
7
  * @module modules/uploader
8
8
  */
9
- import type { IDictionary, IUploader, IUploaderAnswer } from "../../../types";
10
- import { Ajax } from "../../../core/request";
9
+ import type { IDictionary, IUploader, IUploaderAnswer } from "../../../types/index.d.ts";
10
+ import type { Ajax } from "../../../core/request/index.d.ts";
11
11
  export declare const ajaxInstances: WeakMap<IUploader, Set<Ajax>>;
12
12
  export declare function send(uploader: IUploader, data: FormData | IDictionary<string>): Promise<IUploaderAnswer>;
@@ -8,8 +8,8 @@
8
8
  * @packageDocumentation
9
9
  * @module modules/uploader
10
10
  */
11
- import type { HandlerError, HandlerSuccess, IUploader, IUploaderOptions, IViewBased } from "../../types";
12
- import { ViewComponent } from "../../core/component";
11
+ import type { HandlerError, HandlerSuccess, IUploader, IUploaderOptions, IViewBased } from "../../types/index.d.ts";
12
+ import type { ViewComponent } from "../../core/component/index.d.ts";
13
13
  import "./config.d.ts";
14
14
  export declare class Uploader extends ViewComponent implements IUploader {
15
15
  readonly jodit: IViewBased;
@@ -8,7 +8,7 @@
8
8
  * @packageDocumentation
9
9
  * @module modules/widget/color-picker
10
10
  */
11
- import type { IJodit } from "../../../types";
11
+ import type { IJodit } from "../../../types/index.d.ts";
12
12
  /**
13
13
  * Build color picker
14
14
  *
@@ -8,7 +8,7 @@
8
8
  * @packageDocumentation
9
9
  * @module modules/widget/file-selector
10
10
  */
11
- import type { IFileBrowserCallBackData, IJodit } from "../../../types";
11
+ import type { IFileBrowserCallBackData, IJodit } from "../../../types/index.d.ts";
12
12
  interface ImageSelectorCallbacks {
13
13
  /**
14
14
  * Function that will be called when the user enters the URL of the tab image and alternative text for images
@@ -8,6 +8,6 @@
8
8
  * @packageDocumentation
9
9
  * @module modules/widget
10
10
  */
11
- export * from "./color-picker/color-picker.d.ts";
12
- export * from "./file-selector/file-selector.d.ts";
13
- export * from "./tabs/tabs.d.ts";
11
+ export type * from "./color-picker/color-picker.d.ts";
12
+ export type * from "./file-selector/file-selector.d.ts";
13
+ export type * from "./tabs/tabs.d.ts";
@@ -8,8 +8,8 @@
8
8
  * @packageDocumentation
9
9
  * @module modules/widget/tabs
10
10
  */
11
- import type { IViewBased } from "../../../types";
12
- import { UIElement } from "../../../core/ui";
11
+ import type { IViewBased } from "../../../types/index.d.ts";
12
+ import type { UIElement } from "../../../core/ui/index.d.ts";
13
13
  export interface TabOption {
14
14
  icon?: string;
15
15
  name: string;
@@ -8,8 +8,8 @@
8
8
  * @packageDocumentation
9
9
  * @module plugins/add-new-line
10
10
  */
11
- import type { IJodit } from "../../types";
12
- import { Plugin } from "../../modules";
11
+ import type { IJodit } from "../../types/index.d.ts";
12
+ import type { Plugin } from "../../modules/index.d.ts";
13
13
  import "./config.d.ts";
14
14
  /**
15
15
  * Create helper for adding new paragraph(Jodit.defaultOptions.enter tag) before iframe, table or image
@@ -6,7 +6,7 @@
6
6
  /**
7
7
  * @module plugins/add-new-line
8
8
  */
9
- import type { HTMLTagNames } from "../../types";
9
+ import type { HTMLTagNames } from "../../types/index.d.ts";
10
10
  declare module 'jodit/config' {
11
11
  interface Config {
12
12
  /**
@@ -8,8 +8,8 @@
8
8
  * @packageDocumentation
9
9
  * @module plugins/ai-assistant
10
10
  */
11
- import type { IJodit } from "../../types";
12
- import { Plugin } from "../../core/plugin/plugin.d.ts";
11
+ import type { IJodit } from "../../types/index.d.ts";
12
+ import type { Plugin } from "../../core/plugin/plugin.d.ts";
13
13
  import "./config.d.ts";
14
14
  /**
15
15
  * The plugin inserts content generated by AI into the editor.
@@ -6,6 +6,6 @@
6
6
  /**
7
7
  * @module plugins/ai-assistant
8
8
  */
9
- import * as en from "./en.d.ts";
10
- import * as es from "./es.d.ts";
9
+ import type * as en from "./en.d.ts";
10
+ import type * as es from "./es.d.ts";
11
11
  export { en, es };
@@ -6,9 +6,9 @@
6
6
  /**
7
7
  * @module plugins/ai-assistant
8
8
  */
9
- import type { IJodit } from "../../../types";
10
- import { UITextArea } from "../../../core/ui";
11
- import { UIElement } from "../../../core/ui/element.d.ts";
9
+ import type { IJodit } from "../../../types/index.d.ts";
10
+ import type { UITextArea } from "../../../core/ui/index.d.ts";
11
+ import type { UIElement } from "../../../core/ui/element.d.ts";
12
12
  export declare class UiAiAssistant extends UIElement<IJodit> {
13
13
  private __body;
14
14
  private __buttons;
@@ -8,8 +8,8 @@
8
8
  * @packageDocumentation
9
9
  * @module plugins/backspace
10
10
  */
11
- import type { IJodit } from "../../types";
12
- import { Plugin } from "../../core/plugin";
11
+ import type { IJodit } from "../../types/index.d.ts";
12
+ import type { Plugin } from "../../core/plugin/index.d.ts";
13
13
  import "./config.d.ts";
14
14
  export declare class backspace extends Plugin {
15
15
  static requires: string[];
@@ -6,7 +6,7 @@
6
6
  /**
7
7
  * @module plugins/backspace
8
8
  */
9
- import type { IJodit } from "../../../types";
9
+ import type { IJodit } from "../../../types/index.d.ts";
10
10
  /**
11
11
  * Check if two separate elements can be connected
12
12
  * @private
@@ -6,7 +6,7 @@
6
6
  /**
7
7
  * @module plugins/backspace
8
8
  */
9
- import type { IJodit } from "../../../types";
9
+ import type { IJodit } from "../../../types/index.d.ts";
10
10
  /**
11
11
  * Try join two UL elements
12
12
  *