jodit 4.2.50 → 4.3.2

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 (560) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/es2015/jodit.css +1 -1
  3. package/es2015/jodit.fat.min.js +2 -2
  4. package/es2015/jodit.js +238 -108
  5. package/es2015/jodit.min.js +2 -2
  6. package/es2015/plugins/debug/debug.css +1 -1
  7. package/es2015/plugins/debug/debug.js +1 -1
  8. package/es2015/plugins/debug/debug.min.js +1 -1
  9. package/es2015/plugins/speech-recognize/speech-recognize.css +1 -1
  10. package/es2015/plugins/speech-recognize/speech-recognize.js +1 -1
  11. package/es2015/plugins/speech-recognize/speech-recognize.min.js +1 -1
  12. package/es2018/jodit.css +1 -1
  13. package/es2018/jodit.fat.min.js +2 -2
  14. package/es2018/jodit.js +239 -108
  15. package/es2018/jodit.min.js +2 -2
  16. package/es2018/plugins/debug/debug.css +1 -1
  17. package/es2018/plugins/debug/debug.js +1 -1
  18. package/es2018/plugins/debug/debug.min.js +1 -1
  19. package/es2018/plugins/speech-recognize/speech-recognize.css +1 -1
  20. package/es2018/plugins/speech-recognize/speech-recognize.js +1 -1
  21. package/es2018/plugins/speech-recognize/speech-recognize.min.js +1 -1
  22. package/es2021/jodit.css +1 -1
  23. package/es2021/jodit.fat.min.js +2 -2
  24. package/es2021/jodit.js +237 -107
  25. package/es2021/jodit.min.js +2 -2
  26. package/es2021/plugins/debug/debug.css +1 -1
  27. package/es2021/plugins/debug/debug.js +1 -1
  28. package/es2021/plugins/debug/debug.min.js +1 -1
  29. package/es2021/plugins/speech-recognize/speech-recognize.css +1 -1
  30. package/es2021/plugins/speech-recognize/speech-recognize.js +1 -1
  31. package/es2021/plugins/speech-recognize/speech-recognize.min.js +1 -1
  32. package/es2021.en/jodit.css +1 -1
  33. package/es2021.en/jodit.fat.min.js +2 -2
  34. package/es2021.en/jodit.js +237 -107
  35. package/es2021.en/jodit.min.js +2 -2
  36. package/es2021.en/plugins/debug/debug.css +1 -1
  37. package/es2021.en/plugins/debug/debug.js +1 -1
  38. package/es2021.en/plugins/debug/debug.min.js +1 -1
  39. package/es2021.en/plugins/speech-recognize/speech-recognize.css +1 -1
  40. package/es2021.en/plugins/speech-recognize/speech-recognize.js +1 -1
  41. package/es2021.en/plugins/speech-recognize/speech-recognize.min.js +1 -1
  42. package/es5/164.fat.min.js +1 -1
  43. package/es5/164.min.js +1 -1
  44. package/es5/5.fat.min.js +1 -1
  45. package/es5/5.min.js +1 -1
  46. package/es5/jodit.css +2 -2
  47. package/es5/jodit.fat.min.js +2 -2
  48. package/es5/jodit.js +241 -109
  49. package/es5/jodit.min.css +2 -2
  50. package/es5/jodit.min.js +2 -2
  51. package/es5/plugins/debug/debug.css +1 -1
  52. package/es5/plugins/debug/debug.js +1 -1
  53. package/es5/plugins/debug/debug.min.js +1 -1
  54. package/es5/plugins/speech-recognize/speech-recognize.css +1 -1
  55. package/es5/plugins/speech-recognize/speech-recognize.js +1 -1
  56. package/es5/plugins/speech-recognize/speech-recognize.min.js +1 -1
  57. package/esm/config.d.ts +4 -0
  58. package/esm/config.js +4 -0
  59. package/esm/core/async/index.d.ts +1 -1
  60. package/esm/core/component/index.d.ts +3 -3
  61. package/esm/core/component/view-component.d.ts +1 -1
  62. package/esm/core/constants.js +1 -1
  63. package/esm/core/create/index.d.ts +1 -1
  64. package/esm/core/decorators/cache/cache.d.ts +100 -0
  65. package/esm/core/decorators/cache/cache.js +106 -0
  66. package/esm/core/decorators/index.d.ts +11 -11
  67. package/esm/core/dom/index.d.ts +2 -2
  68. package/esm/core/dom/lazy-walker.d.ts +1 -1
  69. package/esm/core/event-emitter/index.d.ts +4 -4
  70. package/esm/core/global.d.ts +7 -2
  71. package/esm/core/global.js +15 -13
  72. package/esm/core/helpers/array/index.d.ts +3 -3
  73. package/esm/core/helpers/async/index.d.ts +1 -1
  74. package/esm/core/helpers/checker/index.d.ts +25 -25
  75. package/esm/core/helpers/checker/is-abort-error.d.ts +1 -1
  76. package/esm/core/helpers/color/index.d.ts +1 -1
  77. package/esm/core/helpers/html/index.d.ts +6 -6
  78. package/esm/core/helpers/normalize/index.d.ts +8 -8
  79. package/esm/core/helpers/size/index.d.ts +6 -6
  80. package/esm/core/helpers/string/index.d.ts +7 -7
  81. package/esm/core/helpers/utils/error/errors/abort-error.d.ts +1 -1
  82. package/esm/core/helpers/utils/error/errors/index.d.ts +3 -3
  83. package/esm/core/helpers/utils/error/index.d.ts +1 -1
  84. package/esm/core/helpers/utils/index.d.ts +26 -26
  85. package/esm/core/helpers/utils/selector.d.ts +5 -1
  86. package/esm/core/helpers/utils/selector.js +3 -0
  87. package/esm/core/plugin/index.d.ts +2 -2
  88. package/esm/core/plugin/plugin-system.d.ts +1 -1
  89. package/esm/core/request/ajax.d.ts +1 -1
  90. package/esm/core/request/index.d.ts +2 -2
  91. package/esm/core/selection/helpers/index.d.ts +2 -2
  92. package/esm/core/selection/index.d.ts +3 -3
  93. package/esm/core/selection/selection.d.ts +1 -1
  94. package/esm/core/selection/style/api/index.d.ts +15 -15
  95. package/esm/core/storage/index.d.ts +3 -3
  96. package/esm/core/traits/dlgs.js +3 -0
  97. package/esm/core/ui/button/button/button.d.ts +1 -2
  98. package/esm/core/ui/button/group/group.d.ts +1 -2
  99. package/esm/core/ui/button/index.d.ts +3 -3
  100. package/esm/core/ui/button/tooltip/tooltip.d.ts +1 -2
  101. package/esm/core/ui/element.d.ts +2 -2
  102. package/esm/core/ui/form/block/block.d.ts +1 -2
  103. package/esm/core/ui/form/form.d.ts +1 -1
  104. package/esm/core/ui/form/index.d.ts +2 -2
  105. package/esm/core/ui/form/inputs/area/area.d.ts +1 -2
  106. package/esm/core/ui/form/inputs/checkbox/checkbox.d.ts +1 -2
  107. package/esm/core/ui/form/inputs/file/file.d.ts +1 -2
  108. package/esm/core/ui/form/inputs/index.d.ts +5 -5
  109. package/esm/core/ui/form/inputs/input/input.d.ts +1 -2
  110. package/esm/core/ui/form/inputs/select/select.d.ts +1 -2
  111. package/esm/core/ui/form/validators/index.d.ts +2 -2
  112. package/esm/core/ui/group/group.d.ts +1 -2
  113. package/esm/core/ui/group/index.d.ts +4 -4
  114. package/esm/core/ui/group/list.d.ts +1 -2
  115. package/esm/core/ui/group/separator.d.ts +1 -1
  116. package/esm/core/ui/group/spacer.d.ts +1 -1
  117. package/esm/core/ui/index.d.ts +3 -3
  118. package/esm/core/ui/popup/index.d.ts +1 -1
  119. package/esm/core/ui/popup/popup.d.ts +1 -2
  120. package/esm/core/ui/progress-bar/progress-bar.d.ts +1 -2
  121. package/esm/core/view/view-with-toolbar.d.ts +1 -2
  122. package/esm/core/view/view.d.ts +3 -3
  123. package/esm/core/view/view.js +4 -6
  124. package/esm/index.d.ts +2 -4
  125. package/esm/jodit.d.ts +3 -3
  126. package/esm/jodit.js +5 -5
  127. package/esm/modules/context-menu/context-menu.d.ts +1 -2
  128. package/esm/modules/dialog/dialog.d.ts +9 -10
  129. package/esm/modules/dialog/dialog.js +37 -30
  130. package/esm/modules/dialog/index.d.ts +4 -4
  131. package/esm/modules/file-browser/config.d.ts +1 -1
  132. package/esm/modules/file-browser/file-browser.d.ts +3 -4
  133. package/esm/modules/file-browser/file-browser.js +2 -2
  134. package/esm/modules/file-browser/index.d.ts +1 -1
  135. package/esm/modules/file-browser/ui/files/files.d.ts +0 -1
  136. package/esm/modules/file-browser/ui/index.d.ts +2 -2
  137. package/esm/modules/file-browser/ui/tree/tree.d.ts +0 -1
  138. package/esm/modules/history/command.d.ts +1 -1
  139. package/esm/modules/history/history.d.ts +2 -2
  140. package/esm/modules/history/stack.d.ts +1 -1
  141. package/esm/modules/image-editor/icons/crop.svg.js +1 -1
  142. package/esm/modules/image-editor/icons/resize.svg.js +1 -1
  143. package/esm/modules/image-editor/image-editor.d.ts +1 -2
  144. package/esm/modules/index.d.ts +13 -13
  145. package/esm/modules/messages/messages.d.ts +1 -2
  146. package/esm/modules/status-bar/status-bar.d.ts +2 -3
  147. package/esm/modules/toolbar/button/button.d.ts +0 -1
  148. package/esm/modules/toolbar/button/content.d.ts +0 -1
  149. package/esm/modules/toolbar/button/index.d.ts +3 -3
  150. package/esm/modules/toolbar/button/select/select.d.ts +1 -2
  151. package/esm/modules/toolbar/collection/collection.d.ts +0 -1
  152. package/esm/modules/toolbar/collection/editor-collection.d.ts +1 -1
  153. package/esm/modules/uploader/helpers/index.d.ts +5 -5
  154. package/esm/modules/uploader/uploader.d.ts +1 -2
  155. package/esm/modules/widget/color-picker/color-picker.d.ts +0 -1
  156. package/esm/modules/widget/color-picker/palette.svg.js +1 -1
  157. package/esm/modules/widget/index.d.ts +3 -3
  158. package/esm/modules/widget/tabs/tabs.d.ts +0 -1
  159. package/esm/plugins/about/about.d.ts +0 -1
  160. package/esm/plugins/about/about.svg.js +1 -1
  161. package/esm/plugins/add-new-line/add-new-line.d.ts +1 -2
  162. package/esm/plugins/add-new-line/enter.svg.js +1 -1
  163. package/esm/plugins/ai-assistant/ai-assistant.d.ts +2 -2
  164. package/esm/plugins/ai-assistant/ai-assistant.svg.js +1 -1
  165. package/esm/plugins/ai-assistant/chat-bot.svg.js +1 -1
  166. package/esm/plugins/ai-assistant/langs/index.d.ts +2 -2
  167. package/esm/plugins/ai-assistant/ui/ui-ai-assistant.d.ts +1 -2
  168. package/esm/plugins/backspace/backspace.d.ts +1 -1
  169. package/esm/plugins/backspace/cases/check-remove-char.d.ts +1 -1
  170. package/esm/plugins/backspace/cases/index.d.ts +2 -2
  171. package/esm/plugins/bold/bold.d.ts +2 -2
  172. package/esm/plugins/bold/icons/bold.svg.js +1 -1
  173. package/esm/plugins/bold/icons/italic.svg.js +1 -1
  174. package/esm/plugins/bold/icons/strikethrough.svg.js +1 -1
  175. package/esm/plugins/bold/icons/subscript.svg.js +1 -1
  176. package/esm/plugins/bold/icons/superscript.svg.js +1 -1
  177. package/esm/plugins/bold/icons/underline.svg.js +1 -1
  178. package/esm/plugins/class-span/class-span.svg.js +1 -1
  179. package/esm/plugins/clean-html/clean-html.d.ts +2 -2
  180. package/esm/plugins/clean-html/eraser.svg.js +1 -1
  181. package/esm/plugins/clean-html/helpers/index.d.ts +4 -4
  182. package/esm/plugins/clean-html/helpers/visitor/filters/index.d.ts +7 -7
  183. package/esm/plugins/clipboard/clipboard.d.ts +1 -1
  184. package/esm/plugins/clipboard/clipboard.js +2 -1
  185. package/esm/plugins/clipboard/icons/copy.svg.js +1 -1
  186. package/esm/plugins/clipboard/icons/cut.svg.js +1 -1
  187. package/esm/plugins/clipboard/icons/paste.svg.js +1 -1
  188. package/esm/plugins/clipboard/icons/select-all.svg.js +1 -1
  189. package/esm/plugins/color/brush.svg.js +1 -1
  190. package/esm/plugins/color/color.d.ts +1 -1
  191. package/esm/plugins/copy-format/copy-format.svg.js +1 -1
  192. package/esm/plugins/copy-format/langs/index.d.ts +21 -21
  193. package/esm/plugins/debug/debug.d.ts +1 -2
  194. package/esm/plugins/delete/delete.d.ts +1 -1
  195. package/esm/plugins/drag-and-drop-element/drag-and-drop-element.d.ts +1 -1
  196. package/esm/plugins/dtd/after-insert/index.d.ts +1 -1
  197. package/esm/plugins/dtd/before-insert/index.d.ts +1 -1
  198. package/esm/plugins/dtd/dtd.d.ts +1 -1
  199. package/esm/plugins/enter/enter.d.ts +2 -2
  200. package/esm/plugins/enter/helpers/index.d.ts +9 -9
  201. package/esm/plugins/font/font.d.ts +1 -1
  202. package/esm/plugins/font/icons/font.svg.js +1 -1
  203. package/esm/plugins/font/icons/fontsize.svg.js +1 -1
  204. package/esm/plugins/format-block/format-block.d.ts +1 -1
  205. package/esm/plugins/format-block/paragraph.svg.js +1 -1
  206. package/esm/plugins/fullsize/config.d.ts +0 -1
  207. package/esm/plugins/fullsize/fullsize.d.ts +1 -2
  208. package/esm/plugins/fullsize/icons/fullsize.svg.js +1 -1
  209. package/esm/plugins/fullsize/icons/shrink.svg.js +1 -1
  210. package/esm/plugins/hotkeys/hotkeys.d.ts +1 -1
  211. package/esm/plugins/hr/hr.svg.js +1 -1
  212. package/esm/plugins/iframe/iframe.d.ts +1 -1
  213. package/esm/plugins/image/image.svg.js +1 -1
  214. package/esm/plugins/image-processor/image-processor.d.ts +1 -1
  215. package/esm/plugins/image-processor/image-processor.js +5 -4
  216. package/esm/plugins/image-properties/config.d.ts +1 -1
  217. package/esm/plugins/image-properties/image-properties.d.ts +3 -3
  218. package/esm/plugins/image-properties/readers/align.d.ts +1 -1
  219. package/esm/plugins/image-properties/readers/index.d.ts +1 -1
  220. package/esm/plugins/image-properties/readers/link.d.ts +1 -1
  221. package/esm/plugins/image-properties/readers/margin.d.ts +1 -1
  222. package/esm/plugins/image-properties/readers/size.d.ts +1 -1
  223. package/esm/plugins/image-properties/ui/ui-image-form.d.ts +2 -3
  224. package/esm/plugins/image-properties/ui/ui-image-main-tab.d.ts +2 -2
  225. package/esm/plugins/image-properties/ui/ui-image-position-tab.d.ts +2 -2
  226. package/esm/plugins/image-properties/utils/open-image-editor.d.ts +1 -1
  227. package/esm/plugins/image-properties/utils/open-image-popup.d.ts +1 -1
  228. package/esm/plugins/image-properties/writers/index.d.ts +1 -1
  229. package/esm/plugins/indent/icons/indent.svg.js +1 -1
  230. package/esm/plugins/indent/icons/outdent.svg.js +1 -1
  231. package/esm/plugins/indent/indent.d.ts +1 -1
  232. package/esm/plugins/index.d.ts +62 -62
  233. package/esm/plugins/inline-popup/icons/addcolumn.svg.js +1 -1
  234. package/esm/plugins/inline-popup/icons/addrow.svg.js +1 -1
  235. package/esm/plugins/inline-popup/icons/merge.svg.js +1 -1
  236. package/esm/plugins/inline-popup/icons/splitg.svg.js +1 -1
  237. package/esm/plugins/inline-popup/icons/splitv.svg.js +1 -1
  238. package/esm/plugins/inline-popup/icons/th-list.svg.js +1 -1
  239. package/esm/plugins/inline-popup/icons/th.svg.js +1 -1
  240. package/esm/plugins/inline-popup/inline-popup.d.ts +1 -2
  241. package/esm/plugins/justify/justify.svg.js +1 -1
  242. package/esm/plugins/limit/limit.d.ts +1 -1
  243. package/esm/plugins/line-height/langs/index.d.ts +22 -22
  244. package/esm/plugins/line-height/line-height.d.ts +1 -1
  245. package/esm/plugins/line-height/line-height.svg.js +1 -1
  246. package/esm/plugins/link/icons/link.svg.js +1 -1
  247. package/esm/plugins/link/icons/unlink.svg.js +1 -1
  248. package/esm/plugins/link/link.d.ts +1 -1
  249. package/esm/plugins/media/media.d.ts +1 -1
  250. package/esm/plugins/mobile/mobile.d.ts +1 -1
  251. package/esm/plugins/ordered-list/icons/ol.svg.js +1 -1
  252. package/esm/plugins/ordered-list/icons/ul.svg.js +1 -1
  253. package/esm/plugins/ordered-list/ordered-list.d.ts +1 -1
  254. package/esm/plugins/paste/helpers.d.ts +1 -1
  255. package/esm/plugins/paste/paste.d.ts +2 -2
  256. package/esm/plugins/paste-from-word/paste-from-word.d.ts +2 -2
  257. package/esm/plugins/paste-storage/paste-storage.d.ts +1 -2
  258. package/esm/plugins/placeholder/placeholder.d.ts +2 -3
  259. package/esm/plugins/preview/preview.d.ts +0 -1
  260. package/esm/plugins/print/print.svg.js +1 -1
  261. package/esm/plugins/redo-undo/icons/redo.svg.js +1 -1
  262. package/esm/plugins/redo-undo/icons/undo.svg.js +1 -1
  263. package/esm/plugins/redo-undo/redo-undo.d.ts +1 -1
  264. package/esm/plugins/resize-cells/resize-cells.d.ts +1 -2
  265. package/esm/plugins/resize-handler/resize-handler.d.ts +1 -1
  266. package/esm/plugins/resizer/resizer.d.ts +2 -3
  267. package/esm/plugins/search/config.d.ts +1 -1
  268. package/esm/plugins/search/helpers/index.d.ts +2 -2
  269. package/esm/plugins/search/search.d.ts +1 -1
  270. package/esm/plugins/search/search.js +2 -2
  271. package/esm/plugins/search/search.svg.js +1 -1
  272. package/esm/plugins/search/ui/search.d.ts +0 -1
  273. package/esm/plugins/select/select.d.ts +1 -1
  274. package/esm/plugins/select-cells/select-cells.d.ts +1 -1
  275. package/esm/plugins/size/size.d.ts +2 -3
  276. package/esm/plugins/source/editor/engines/ace.d.ts +1 -1
  277. package/esm/plugins/source/editor/engines/area.d.ts +1 -1
  278. package/esm/plugins/source/editor/engines/index.d.ts +2 -2
  279. package/esm/plugins/source/source.d.ts +1 -2
  280. package/esm/plugins/source/source.svg.js +1 -1
  281. package/esm/plugins/speech-recognize/config.d.ts +1 -1
  282. package/esm/plugins/speech-recognize/helpers/api.d.ts +1 -1
  283. package/esm/plugins/speech-recognize/helpers/recognize-manager.d.ts +2 -2
  284. package/esm/plugins/speech-recognize/langs/index.d.ts +22 -22
  285. package/esm/plugins/speech-recognize/speech-recognize.d.ts +1 -2
  286. package/esm/plugins/speech-recognize/speech-recognize.svg.js +1 -1
  287. package/esm/plugins/spellcheck/langs/index.d.ts +22 -22
  288. package/esm/plugins/spellcheck/spellcheck.d.ts +1 -1
  289. package/esm/plugins/spellcheck/spellcheck.svg.js +1 -1
  290. package/esm/plugins/stat/stat.d.ts +2 -2
  291. package/esm/plugins/sticky/sticky.d.ts +2 -3
  292. package/esm/plugins/symbols/langs/index.d.ts +22 -22
  293. package/esm/plugins/symbols/symbols.d.ts +2 -3
  294. package/esm/plugins/symbols/symbols.svg.js +1 -1
  295. package/esm/plugins/tab/cases/index.d.ts +1 -1
  296. package/esm/plugins/tab/tab.d.ts +1 -1
  297. package/esm/plugins/table/table.d.ts +1 -2
  298. package/esm/plugins/table/table.svg.js +1 -1
  299. package/esm/plugins/video/video.d.ts +1 -1
  300. package/esm/plugins/video/video.svg.js +1 -1
  301. package/esm/plugins/wrap-nodes/wrap-nodes.d.ts +1 -1
  302. package/esm/plugins/xpath/xpath.d.ts +1 -2
  303. package/esm/polyfills.js +3 -3
  304. package/esm/styles/icons/angle-down.svg.js +1 -1
  305. package/esm/styles/icons/angle-left.svg.js +1 -1
  306. package/esm/styles/icons/angle-right.svg.js +1 -1
  307. package/esm/styles/icons/angle-up.svg.js +1 -1
  308. package/esm/styles/icons/bin.svg.js +1 -1
  309. package/esm/styles/icons/cancel.svg.js +1 -1
  310. package/esm/styles/icons/center.svg.js +1 -1
  311. package/esm/styles/icons/check.svg.js +1 -1
  312. package/esm/styles/icons/chevron.svg.js +1 -1
  313. package/esm/styles/icons/dots.svg.js +1 -1
  314. package/esm/styles/icons/eye.svg.js +1 -1
  315. package/esm/styles/icons/file.svg.js +1 -1
  316. package/esm/styles/icons/folder.svg.js +1 -1
  317. package/esm/styles/icons/index.d.ts +0 -27
  318. package/esm/styles/icons/info-circle.svg.js +1 -1
  319. package/esm/styles/icons/left.svg.js +1 -1
  320. package/esm/styles/icons/lock.svg.js +1 -1
  321. package/esm/styles/icons/ok.svg.js +1 -1
  322. package/esm/styles/icons/pencil.svg.js +1 -1
  323. package/esm/styles/icons/pins.svg.js +1 -1
  324. package/esm/styles/icons/plus.svg.js +1 -1
  325. package/esm/styles/icons/resize-handler.svg.js +1 -1
  326. package/esm/styles/icons/right.svg.js +1 -1
  327. package/esm/styles/icons/save.svg.js +1 -1
  328. package/esm/styles/icons/settings.svg.js +1 -1
  329. package/esm/styles/icons/unlock.svg.js +1 -1
  330. package/esm/styles/icons/update.svg.js +1 -1
  331. package/esm/styles/icons/upload.svg.js +1 -1
  332. package/esm/styles/icons/valign.svg.js +1 -1
  333. package/esm/types/ajax.d.ts +1 -1
  334. package/esm/types/async.d.ts +2 -2
  335. package/esm/types/context.d.ts +2 -2
  336. package/esm/types/core.d.ts +1 -1
  337. package/esm/types/create.d.ts +1 -1
  338. package/esm/types/dialog.d.ts +3 -3
  339. package/esm/types/events.d.ts +1 -1
  340. package/esm/types/file-browser.d.ts +7 -7
  341. package/esm/types/history.d.ts +1 -1
  342. package/esm/types/index.d.ts +23 -23
  343. package/esm/types/jodit.d.ts +5 -5
  344. package/esm/types/messages.d.ts +1 -1
  345. package/esm/types/plugin.d.ts +3 -3
  346. package/esm/types/popup.d.ts +2 -2
  347. package/esm/types/select.d.ts +2 -2
  348. package/esm/types/source.d.ts +1 -1
  349. package/esm/types/style.d.ts +2 -2
  350. package/esm/types/toolbar.d.ts +6 -6
  351. package/esm/types/traits.d.ts +2 -2
  352. package/esm/types/types.d.ts +2 -2
  353. package/esm/types/ui.d.ts +5 -5
  354. package/esm/types/uploader.d.ts +3 -3
  355. package/esm/types/view.d.ts +10 -9
  356. package/package.json +1 -1
  357. package/types/config.d.ts +4 -0
  358. package/types/core/async/index.d.ts +1 -1
  359. package/types/core/component/index.d.ts +3 -3
  360. package/types/core/component/view-component.d.ts +1 -1
  361. package/types/core/create/index.d.ts +1 -1
  362. package/types/core/decorators/cache/cache.d.ts +100 -0
  363. package/types/core/decorators/index.d.ts +11 -11
  364. package/types/core/dom/index.d.ts +2 -2
  365. package/types/core/dom/lazy-walker.d.ts +1 -1
  366. package/types/core/event-emitter/index.d.ts +4 -4
  367. package/types/core/global.d.ts +7 -2
  368. package/types/core/helpers/array/index.d.ts +3 -3
  369. package/types/core/helpers/async/index.d.ts +1 -1
  370. package/types/core/helpers/checker/index.d.ts +25 -25
  371. package/types/core/helpers/checker/is-abort-error.d.ts +1 -1
  372. package/types/core/helpers/color/index.d.ts +1 -1
  373. package/types/core/helpers/html/index.d.ts +6 -6
  374. package/types/core/helpers/normalize/index.d.ts +8 -8
  375. package/types/core/helpers/size/index.d.ts +6 -6
  376. package/types/core/helpers/string/index.d.ts +7 -7
  377. package/types/core/helpers/utils/error/errors/abort-error.d.ts +1 -1
  378. package/types/core/helpers/utils/error/errors/index.d.ts +3 -3
  379. package/types/core/helpers/utils/error/index.d.ts +1 -1
  380. package/types/core/helpers/utils/index.d.ts +26 -26
  381. package/types/core/helpers/utils/selector.d.ts +5 -1
  382. package/types/core/plugin/index.d.ts +2 -2
  383. package/types/core/plugin/plugin-system.d.ts +1 -1
  384. package/types/core/request/ajax.d.ts +1 -1
  385. package/types/core/request/index.d.ts +2 -2
  386. package/types/core/selection/helpers/index.d.ts +2 -2
  387. package/types/core/selection/index.d.ts +3 -3
  388. package/types/core/selection/selection.d.ts +1 -1
  389. package/types/core/selection/style/api/index.d.ts +15 -15
  390. package/types/core/storage/index.d.ts +3 -3
  391. package/types/core/ui/button/button/button.d.ts +1 -2
  392. package/types/core/ui/button/group/group.d.ts +1 -2
  393. package/types/core/ui/button/index.d.ts +3 -3
  394. package/types/core/ui/button/tooltip/tooltip.d.ts +1 -2
  395. package/types/core/ui/element.d.ts +2 -2
  396. package/types/core/ui/form/block/block.d.ts +1 -2
  397. package/types/core/ui/form/form.d.ts +1 -1
  398. package/types/core/ui/form/index.d.ts +2 -2
  399. package/types/core/ui/form/inputs/area/area.d.ts +1 -2
  400. package/types/core/ui/form/inputs/checkbox/checkbox.d.ts +1 -2
  401. package/types/core/ui/form/inputs/file/file.d.ts +1 -2
  402. package/types/core/ui/form/inputs/index.d.ts +5 -5
  403. package/types/core/ui/form/inputs/input/input.d.ts +1 -2
  404. package/types/core/ui/form/inputs/select/select.d.ts +1 -2
  405. package/types/core/ui/form/validators/index.d.ts +2 -2
  406. package/types/core/ui/group/group.d.ts +1 -2
  407. package/types/core/ui/group/index.d.ts +4 -4
  408. package/types/core/ui/group/list.d.ts +1 -2
  409. package/types/core/ui/group/separator.d.ts +1 -1
  410. package/types/core/ui/group/spacer.d.ts +1 -1
  411. package/types/core/ui/index.d.ts +3 -3
  412. package/types/core/ui/popup/index.d.ts +1 -1
  413. package/types/core/ui/popup/popup.d.ts +1 -2
  414. package/types/core/ui/progress-bar/progress-bar.d.ts +1 -2
  415. package/types/core/view/view-with-toolbar.d.ts +1 -2
  416. package/types/core/view/view.d.ts +3 -3
  417. package/types/index.d.ts +2 -4
  418. package/types/jodit.d.ts +3 -3
  419. package/types/modules/context-menu/context-menu.d.ts +1 -2
  420. package/types/modules/dialog/dialog.d.ts +9 -10
  421. package/types/modules/dialog/index.d.ts +4 -4
  422. package/types/modules/file-browser/config.d.ts +1 -1
  423. package/types/modules/file-browser/file-browser.d.ts +3 -4
  424. package/types/modules/file-browser/index.d.ts +1 -1
  425. package/types/modules/file-browser/ui/files/files.d.ts +0 -1
  426. package/types/modules/file-browser/ui/index.d.ts +2 -2
  427. package/types/modules/file-browser/ui/tree/tree.d.ts +0 -1
  428. package/types/modules/history/command.d.ts +1 -1
  429. package/types/modules/history/history.d.ts +2 -2
  430. package/types/modules/history/stack.d.ts +1 -1
  431. package/types/modules/image-editor/image-editor.d.ts +1 -2
  432. package/types/modules/index.d.ts +13 -13
  433. package/types/modules/messages/messages.d.ts +1 -2
  434. package/types/modules/status-bar/status-bar.d.ts +2 -3
  435. package/types/modules/toolbar/button/button.d.ts +0 -1
  436. package/types/modules/toolbar/button/content.d.ts +0 -1
  437. package/types/modules/toolbar/button/index.d.ts +3 -3
  438. package/types/modules/toolbar/button/select/select.d.ts +1 -2
  439. package/types/modules/toolbar/collection/collection.d.ts +0 -1
  440. package/types/modules/toolbar/collection/editor-collection.d.ts +1 -1
  441. package/types/modules/uploader/helpers/index.d.ts +5 -5
  442. package/types/modules/uploader/uploader.d.ts +1 -2
  443. package/types/modules/widget/color-picker/color-picker.d.ts +0 -1
  444. package/types/modules/widget/index.d.ts +3 -3
  445. package/types/modules/widget/tabs/tabs.d.ts +0 -1
  446. package/types/plugins/about/about.d.ts +0 -1
  447. package/types/plugins/add-new-line/add-new-line.d.ts +1 -2
  448. package/types/plugins/ai-assistant/ai-assistant.d.ts +2 -2
  449. package/types/plugins/ai-assistant/langs/index.d.ts +2 -2
  450. package/types/plugins/ai-assistant/ui/ui-ai-assistant.d.ts +1 -2
  451. package/types/plugins/backspace/backspace.d.ts +1 -1
  452. package/types/plugins/backspace/cases/check-remove-char.d.ts +1 -1
  453. package/types/plugins/backspace/cases/index.d.ts +2 -2
  454. package/types/plugins/bold/bold.d.ts +2 -2
  455. package/types/plugins/clean-html/clean-html.d.ts +2 -2
  456. package/types/plugins/clean-html/helpers/index.d.ts +4 -4
  457. package/types/plugins/clean-html/helpers/visitor/filters/index.d.ts +7 -7
  458. package/types/plugins/clipboard/clipboard.d.ts +1 -1
  459. package/types/plugins/color/color.d.ts +1 -1
  460. package/types/plugins/copy-format/langs/index.d.ts +21 -21
  461. package/types/plugins/debug/debug.d.ts +1 -2
  462. package/types/plugins/delete/delete.d.ts +1 -1
  463. package/types/plugins/drag-and-drop-element/drag-and-drop-element.d.ts +1 -1
  464. package/types/plugins/dtd/after-insert/index.d.ts +1 -1
  465. package/types/plugins/dtd/before-insert/index.d.ts +1 -1
  466. package/types/plugins/dtd/dtd.d.ts +1 -1
  467. package/types/plugins/enter/enter.d.ts +2 -2
  468. package/types/plugins/enter/helpers/index.d.ts +9 -9
  469. package/types/plugins/font/font.d.ts +1 -1
  470. package/types/plugins/format-block/format-block.d.ts +1 -1
  471. package/types/plugins/fullsize/config.d.ts +0 -1
  472. package/types/plugins/fullsize/fullsize.d.ts +1 -2
  473. package/types/plugins/hotkeys/hotkeys.d.ts +1 -1
  474. package/types/plugins/iframe/iframe.d.ts +1 -1
  475. package/types/plugins/image-processor/image-processor.d.ts +1 -1
  476. package/types/plugins/image-properties/config.d.ts +1 -1
  477. package/types/plugins/image-properties/image-properties.d.ts +3 -3
  478. package/types/plugins/image-properties/readers/align.d.ts +1 -1
  479. package/types/plugins/image-properties/readers/index.d.ts +1 -1
  480. package/types/plugins/image-properties/readers/link.d.ts +1 -1
  481. package/types/plugins/image-properties/readers/margin.d.ts +1 -1
  482. package/types/plugins/image-properties/readers/size.d.ts +1 -1
  483. package/types/plugins/image-properties/ui/ui-image-form.d.ts +2 -3
  484. package/types/plugins/image-properties/ui/ui-image-main-tab.d.ts +2 -2
  485. package/types/plugins/image-properties/ui/ui-image-position-tab.d.ts +2 -2
  486. package/types/plugins/image-properties/utils/open-image-editor.d.ts +1 -1
  487. package/types/plugins/image-properties/utils/open-image-popup.d.ts +1 -1
  488. package/types/plugins/image-properties/writers/index.d.ts +1 -1
  489. package/types/plugins/indent/indent.d.ts +1 -1
  490. package/types/plugins/index.d.ts +62 -62
  491. package/types/plugins/inline-popup/inline-popup.d.ts +1 -2
  492. package/types/plugins/limit/limit.d.ts +1 -1
  493. package/types/plugins/line-height/langs/index.d.ts +22 -22
  494. package/types/plugins/line-height/line-height.d.ts +1 -1
  495. package/types/plugins/link/link.d.ts +1 -1
  496. package/types/plugins/media/media.d.ts +1 -1
  497. package/types/plugins/mobile/mobile.d.ts +1 -1
  498. package/types/plugins/ordered-list/ordered-list.d.ts +1 -1
  499. package/types/plugins/paste/helpers.d.ts +1 -1
  500. package/types/plugins/paste/paste.d.ts +2 -2
  501. package/types/plugins/paste-from-word/paste-from-word.d.ts +2 -2
  502. package/types/plugins/paste-storage/paste-storage.d.ts +1 -2
  503. package/types/plugins/placeholder/placeholder.d.ts +2 -3
  504. package/types/plugins/preview/preview.d.ts +0 -1
  505. package/types/plugins/redo-undo/redo-undo.d.ts +1 -1
  506. package/types/plugins/resize-cells/resize-cells.d.ts +1 -2
  507. package/types/plugins/resize-handler/resize-handler.d.ts +1 -1
  508. package/types/plugins/resizer/resizer.d.ts +2 -3
  509. package/types/plugins/search/config.d.ts +1 -1
  510. package/types/plugins/search/helpers/index.d.ts +2 -2
  511. package/types/plugins/search/search.d.ts +1 -1
  512. package/types/plugins/search/ui/search.d.ts +0 -1
  513. package/types/plugins/select/select.d.ts +1 -1
  514. package/types/plugins/select-cells/select-cells.d.ts +1 -1
  515. package/types/plugins/size/size.d.ts +2 -3
  516. package/types/plugins/source/editor/engines/ace.d.ts +1 -1
  517. package/types/plugins/source/editor/engines/area.d.ts +1 -1
  518. package/types/plugins/source/editor/engines/index.d.ts +2 -2
  519. package/types/plugins/source/source.d.ts +1 -2
  520. package/types/plugins/speech-recognize/config.d.ts +1 -1
  521. package/types/plugins/speech-recognize/helpers/api.d.ts +1 -1
  522. package/types/plugins/speech-recognize/helpers/recognize-manager.d.ts +2 -2
  523. package/types/plugins/speech-recognize/langs/index.d.ts +22 -22
  524. package/types/plugins/speech-recognize/speech-recognize.d.ts +1 -2
  525. package/types/plugins/spellcheck/langs/index.d.ts +22 -22
  526. package/types/plugins/spellcheck/spellcheck.d.ts +1 -1
  527. package/types/plugins/stat/stat.d.ts +2 -2
  528. package/types/plugins/sticky/sticky.d.ts +2 -3
  529. package/types/plugins/symbols/langs/index.d.ts +22 -22
  530. package/types/plugins/symbols/symbols.d.ts +2 -3
  531. package/types/plugins/tab/cases/index.d.ts +1 -1
  532. package/types/plugins/tab/tab.d.ts +1 -1
  533. package/types/plugins/table/table.d.ts +1 -2
  534. package/types/plugins/video/video.d.ts +1 -1
  535. package/types/plugins/wrap-nodes/wrap-nodes.d.ts +1 -1
  536. package/types/plugins/xpath/xpath.d.ts +1 -2
  537. package/types/styles/icons/index.d.ts +0 -27
  538. package/types/types/ajax.d.ts +1 -1
  539. package/types/types/async.d.ts +2 -2
  540. package/types/types/context.d.ts +2 -2
  541. package/types/types/core.d.ts +1 -1
  542. package/types/types/create.d.ts +1 -1
  543. package/types/types/dialog.d.ts +3 -3
  544. package/types/types/events.d.ts +1 -1
  545. package/types/types/file-browser.d.ts +7 -7
  546. package/types/types/history.d.ts +1 -1
  547. package/types/types/index.d.ts +23 -23
  548. package/types/types/jodit.d.ts +5 -5
  549. package/types/types/messages.d.ts +1 -1
  550. package/types/types/plugin.d.ts +3 -3
  551. package/types/types/popup.d.ts +2 -2
  552. package/types/types/select.d.ts +2 -2
  553. package/types/types/source.d.ts +1 -1
  554. package/types/types/style.d.ts +2 -2
  555. package/types/types/toolbar.d.ts +6 -6
  556. package/types/types/traits.d.ts +2 -2
  557. package/types/types/types.d.ts +2 -2
  558. package/types/types/ui.d.ts +5 -5
  559. package/types/types/uploader.d.ts +3 -3
  560. package/types/types/view.d.ts +10 -9
@@ -10,7 +10,7 @@
10
10
  */
11
11
  import type { IJodit, IPlugin } from "../../types";
12
12
  import type { Plugin } from "../../core/plugin";
13
- import "./config";
13
+ import "./config.d.ts";
14
14
  /**
15
15
  * Clipboard plugin - cut and copy functionality
16
16
  */
@@ -9,7 +9,7 @@
9
9
  * @module plugins/color
10
10
  */
11
11
  import type { IJodit } from "../../types";
12
- import "./config";
12
+ import "./config.d.ts";
13
13
  /**
14
14
  * Process commands `background` and `forecolor`
15
15
  */
@@ -3,25 +3,25 @@
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 ar from "./ar.js";
7
- import cs_cz from "./cs_cz.js";
8
- import de from "./de.js";
9
- import es from "./es.js";
10
- import fa from "./fa.js";
11
- import fi from "./fi.js";
12
- import fr from "./fr.js";
13
- import he from "./he.js";
14
- import hu from "./hu.js";
15
- import id from "./id.js";
16
- import it from "./it.js";
17
- import ja from "./ja.js";
18
- import ko from "./ko.js";
19
- import mn from "./mn.js";
20
- import nl from "./nl.js";
21
- import pl from "./pl.js";
22
- import pt_br from "./pt_br.js";
23
- import ru from "./ru.js";
24
- import tr from "./tr.js";
25
- import zh_cn from "./zh_cn.js";
26
- import zh_tw from "./zh_tw.js";
6
+ import ar from "./ar.d.ts";
7
+ import cs_cz from "./cs_cz.d.ts";
8
+ import de from "./de.d.ts";
9
+ import es from "./es.d.ts";
10
+ import fa from "./fa.d.ts";
11
+ import fi from "./fi.d.ts";
12
+ import fr from "./fr.d.ts";
13
+ import he from "./he.d.ts";
14
+ import hu from "./hu.d.ts";
15
+ import id from "./id.d.ts";
16
+ import it from "./it.d.ts";
17
+ import ja from "./ja.d.ts";
18
+ import ko from "./ko.d.ts";
19
+ import mn from "./mn.d.ts";
20
+ import nl from "./nl.d.ts";
21
+ import pl from "./pl.d.ts";
22
+ import pt_br from "./pt_br.d.ts";
23
+ import ru from "./ru.d.ts";
24
+ import tr from "./tr.d.ts";
25
+ import zh_cn from "./zh_cn.d.ts";
26
+ import zh_tw from "./zh_tw.d.ts";
27
27
  export { ar, cs_cz, de, es, fa, fi, fr, he, hu, id, it, ja, ko, mn, nl, pl, pt_br, ru, tr, zh_cn, zh_tw };
@@ -9,8 +9,7 @@
9
9
  * @module plugins/debug
10
10
  */
11
11
  import type { IJodit } from "../../types";
12
- import { Plugin } from "../../core/plugin/plugin";
13
-
12
+ import { Plugin } from "../../core/plugin/plugin.d.ts";
14
13
  export declare class Debug extends Plugin {
15
14
  protected afterInit(jodit: IJodit): void;
16
15
  protected beforeDestruct(jodit: IJodit): void;
@@ -10,7 +10,7 @@
10
10
  */
11
11
  import type { IJodit } from "../../types";
12
12
  import { Plugin } from "../../core/plugin";
13
- import "./interface";
13
+ import "./interface.d.ts";
14
14
  export declare class deleteCommand extends Plugin {
15
15
  static requires: string[];
16
16
  protected afterInit(jodit: IJodit): void;
@@ -4,7 +4,7 @@
4
4
  * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  import { Plugin } from "../../core/plugin";
7
- import "./config";
7
+ import "./config.d.ts";
8
8
  /**
9
9
  * Process drag and drop image or another element inside the editor
10
10
  */
@@ -7,4 +7,4 @@
7
7
  * @module plugins/dtd
8
8
  * @internal
9
9
  */
10
- export * from "./remove-extra-br";
10
+ export * from "./remove-extra-br.d.ts";
@@ -7,4 +7,4 @@
7
7
  * @module plugins/dtd
8
8
  * @internal
9
9
  */
10
- export * from "./check-block-nesting";
10
+ export * from "./check-block-nesting.d.ts";
@@ -3,4 +3,4 @@
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 "./config";
6
+ import "./config.d.ts";
@@ -9,8 +9,8 @@
9
9
  * @module plugins/enter
10
10
  */
11
11
  import type { IJodit } from "../../types";
12
- import { Plugin } from "../../core/plugin/plugin";
13
- import "./interface";
12
+ import { Plugin } from "../../core/plugin/plugin.d.ts";
13
+ import "./interface.d.ts";
14
14
  /**
15
15
  * One of most important core plugins. It is responsible for all the browsers to have the same effect when the Enter
16
16
  * button is pressed. By default, it should insert the <p>
@@ -6,12 +6,12 @@
6
6
  /**
7
7
  * @module plugins/enter
8
8
  */
9
- export * from "./check-br";
10
- export * from "./check-unsplittable-box";
11
- export * from "./get-block-wrapper";
12
- export * from "./has-previous-block";
13
- export * from "./insert-paragraph";
14
- export * from "./move-cursor-out-from-specal-tags";
15
- export * from "./process-empty-li-leaf";
16
- export * from "./split-fragment";
17
- export * from "./wrap-text";
9
+ export * from "./check-br.d.ts";
10
+ export * from "./check-unsplittable-box.d.ts";
11
+ export * from "./get-block-wrapper.d.ts";
12
+ export * from "./has-previous-block.d.ts";
13
+ export * from "./insert-paragraph.d.ts";
14
+ export * from "./move-cursor-out-from-specal-tags.d.ts";
15
+ export * from "./process-empty-li-leaf.d.ts";
16
+ export * from "./split-fragment.d.ts";
17
+ export * from "./wrap-text.d.ts";
@@ -9,7 +9,7 @@
9
9
  * @module plugins/font
10
10
  */
11
11
  import type { IJodit } from "../../types";
12
- import "./config";
12
+ import "./config.d.ts";
13
13
  /**
14
14
  * Process commands `fontsize` and `fontname`
15
15
  */
@@ -9,7 +9,7 @@
9
9
  * @module plugins/format-block
10
10
  */
11
11
  import type { IJodit } from "../../types";
12
- import "./config";
12
+ import "./config.d.ts";
13
13
  /**
14
14
  * Process command - `formatblock`
15
15
  */
@@ -3,7 +3,6 @@
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
-
7
6
  declare module 'jodit/config' {
8
7
  interface Config {
9
8
  /**
@@ -9,8 +9,7 @@
9
9
  * @module plugins/fullsize
10
10
  */
11
11
  import type { IViewWithToolbar } from "../../types";
12
- import "./config";
13
-
12
+ import "./config.d.ts";
14
13
  /**
15
14
  * Process `toggleFullSize` event, and behavior - set/unset fullsize mode
16
15
  */
@@ -10,7 +10,7 @@
10
10
  */
11
11
  import type { IJodit } from "../../types";
12
12
  import { Plugin } from "../../core/plugin";
13
- import "./config";
13
+ import "./config.d.ts";
14
14
  /**
15
15
  * Allow set hotkey for command or button
16
16
  */
@@ -9,7 +9,7 @@
9
9
  * @module plugins/iframe
10
10
  */
11
11
  import type { IJodit } from "../../types";
12
- import "./config";
12
+ import "./config.d.ts";
13
13
  /**
14
14
  * Iframe plugin - use `iframe` instead of DIV in editor. It can be need when you want to attach custom styles in editor
15
15
  * in backend of you system
@@ -10,7 +10,7 @@
10
10
  */
11
11
  import type { IJodit } from "../../types";
12
12
  import { Plugin } from "../../core/plugin";
13
- import "./config";
13
+ import "./config.d.ts";
14
14
  /**
15
15
  * Change editor's size after load all images
16
16
  */
@@ -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 type { ImagePropertiesOptions } from "./interface";
6
+ import type { ImagePropertiesOptions } from "./interface.d.ts";
7
7
  declare module 'jodit/config' {
8
8
  interface Config {
9
9
  image: ImagePropertiesOptions;
@@ -9,9 +9,9 @@
9
9
  * @module plugins/image-properties
10
10
  */
11
11
  import type { IJodit } from "../../types";
12
- import { Plugin } from "../../core/plugin/plugin";
13
- import "./config";
14
- import type { ImagePropertiesState } from "./interface";
12
+ import { Plugin } from "../../core/plugin/plugin.d.ts";
13
+ import "./config.d.ts";
14
+ import type { ImagePropertiesState } from "./interface.d.ts";
15
15
  /**
16
16
  * Plug-in for image editing window
17
17
  *
@@ -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 type { EditValues } from "../interface";
6
+ import type { EditValues } from "../interface.d.ts";
7
7
  /**
8
8
  * @private
9
9
  */
@@ -7,7 +7,7 @@
7
7
  * @module plugins/image-properties
8
8
  */
9
9
  import type { IJodit } from "../../../types";
10
- import type { ImagePropertiesState } from "../interface";
10
+ import type { ImagePropertiesState } from "../interface.d.ts";
11
11
  /**
12
12
  * Read values from image and set it to state
13
13
  * @private
@@ -7,6 +7,6 @@
7
7
  * @module plugins/image-properties
8
8
  */
9
9
  import type { IJodit } from "../../../types";
10
- import type { EditValues, ImagePropertiesState } from "../interface";
10
+ import type { EditValues, ImagePropertiesState } from "../interface.d.ts";
11
11
  /** @private */
12
12
  export declare function readLink(state: ImagePropertiesState, j: IJodit, values: EditValues): void;
@@ -3,6 +3,6 @@
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 type { EditValues, ImagePropertiesState } from "../interface";
6
+ import type { EditValues, ImagePropertiesState } from "../interface.d.ts";
7
7
  /** @private */
8
8
  export declare function readMargins(image: HTMLImageElement, values: EditValues, state: ImagePropertiesState): void;
@@ -3,6 +3,6 @@
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 type { EditValues, ImagePropertiesState } from "../interface";
6
+ import type { EditValues, ImagePropertiesState } from "../interface.d.ts";
7
7
  /** @private */
8
8
  export declare function readSizes(image: HTMLImageElement, values: EditValues, state: ImagePropertiesState): Promise<void>;
@@ -7,9 +7,8 @@
7
7
  * @module plugins/image-properties
8
8
  */
9
9
  import type { IComponent, IContainer, IElms, IJodit, Nullable } from "../../../types";
10
- import { UIGroup } from "../../../core/ui/group/group";
11
- import type { ImagePropertiesAPI, ImagePropertiesState } from "../interface";
12
-
10
+ import { UIGroup } from "../../../core/ui/group/group.d.ts";
11
+ import type { ImagePropertiesAPI, ImagePropertiesState } from "../interface.d.ts";
13
12
  /** @private */
14
13
  export declare class UIImagePropertiesForm extends UIGroup<IJodit> {
15
14
  private state;
@@ -7,8 +7,8 @@
7
7
  * @module plugins/image-properties
8
8
  */
9
9
  import type { IJodit } from "../../../types";
10
- import { UIGroup } from "../../../core/ui/group/group";
11
- import type { ImagePropertiesAPI, ImagePropertiesState } from "../interface";
10
+ import { UIGroup } from "../../../core/ui/group/group.d.ts";
11
+ import type { ImagePropertiesAPI, ImagePropertiesState } from "../interface.d.ts";
12
12
  /** @private */
13
13
  export declare class UIImageMainTab extends UIGroup<IJodit> {
14
14
  private state;
@@ -7,8 +7,8 @@
7
7
  * @module plugins/image-properties
8
8
  */
9
9
  import type { IJodit } from "../../../types";
10
- import { UIElement } from "../../../core/ui/element";
11
- import type { ImagePropertiesAPI, ImagePropertiesState } from "../interface";
10
+ import { UIElement } from "../../../core/ui/element.d.ts";
11
+ import type { ImagePropertiesAPI, ImagePropertiesState } from "../interface.d.ts";
12
12
  /** @private */
13
13
  export declare class UIImagePositionTab extends UIElement<IJodit> {
14
14
  private state;
@@ -7,7 +7,7 @@
7
7
  * @module plugins/image-properties
8
8
  */
9
9
  import type { IJodit } from "../../../types";
10
- import type { ImagePropertiesState } from "../interface";
10
+ import type { ImagePropertiesState } from "../interface.d.ts";
11
11
  /**
12
12
  * Open image editor dialog
13
13
  * @private
@@ -7,6 +7,6 @@
7
7
  * @module plugins/image-properties
8
8
  */
9
9
  import type { IDialog, IJodit } from "../../../types";
10
- import type { ImagePropertiesState } from "../interface";
10
+ import type { ImagePropertiesState } from "../interface.d.ts";
11
11
  /** @private */
12
12
  export declare function openImagePopup(j: IJodit, dialog: IDialog, state: ImagePropertiesState, button: HTMLElement): void;
@@ -7,7 +7,7 @@
7
7
  * @module plugins/image-properties
8
8
  */
9
9
  import type { IJodit } from "../../../types";
10
- import type { ImagePropertiesState } from "../interface";
10
+ import type { ImagePropertiesState } from "../interface.d.ts";
11
11
  /**
12
12
  * Apply form's values to image
13
13
  * @private
@@ -9,7 +9,7 @@
9
9
  * @module plugins/indent
10
10
  */
11
11
  import type { IJodit } from "../../types";
12
- import "./config";
12
+ import "./config.d.ts";
13
13
  /**
14
14
  * Indents the line containing the selection or insertion point.
15
15
  */
@@ -8,65 +8,65 @@
8
8
  * @packageDocumentation
9
9
  * @module plugins
10
10
  */
11
- import "./about/about";
12
- import "./add-new-line/add-new-line";
13
- import "./backspace/backspace";
14
- import "./delete/delete";
15
- import "./bold/bold";
16
- import "./class-span/class-span";
17
- import "./clean-html/clean-html";
18
- import "./clipboard/clipboard";
19
- import "./color/color";
20
- import "./copy-format/copy-format";
21
- import "./drag-and-drop/drag-and-drop";
22
- import "./drag-and-drop-element/drag-and-drop-element";
23
- import "./enter/enter";
24
- import "./file/file";
25
- import "./focus/focus";
26
- import "./font/font";
27
- import "./format-block/format-block";
28
- import "./fullsize/fullsize";
29
- import "./hotkeys/hotkeys";
30
- import "./hr/hr";
31
- import "./iframe/iframe";
32
- import "./image/image";
33
- import "./image-processor/image-processor";
34
- import "./image-properties/image-properties";
35
- import "./indent/indent";
36
- import "./inline-popup/inline-popup";
37
- import "./justify/justify";
38
- import "./key-arrow-outside/key-arrow-outside";
39
- import "./limit/limit";
40
- import "./line-height/line-height";
41
- import "./link/link";
42
- import "./media/media";
43
- import "./mobile/mobile";
44
- import "./ordered-list/ordered-list";
45
- import "./paste/paste";
46
- import "./paste-from-word/paste-from-word";
47
- import "./paste-storage/paste-storage";
48
- import "./placeholder/placeholder";
49
- import "./powered-by-jodit/powered-by-jodit";
50
- import "./preview/preview";
51
- import "./print/print";
52
- import "./redo-undo/redo-undo";
53
- import "./resize-cells/resize-cells";
54
- import "./resize-handler/resize-handler";
55
- import "./resizer/resizer";
56
- import "./search/search";
57
- import "./select/select";
58
- import "./select-cells/select-cells";
59
- import "./size/size";
60
- import "./source/source";
61
- import "./spellcheck/spellcheck";
62
- import "./stat/stat";
63
- import "./sticky/sticky";
64
- import "./symbols/symbols";
65
- import "./ai-assistant/ai-assistant";
66
- import "./tab/tab";
67
- import "./table/table";
68
- import "./table-keyboard-navigation/table-keyboard-navigation";
69
- import "./video/video";
70
- import "./wrap-nodes/wrap-nodes";
71
- import "./dtd/dtd";
72
- import "./xpath/xpath";
11
+ import "./about/about.d.ts";
12
+ import "./add-new-line/add-new-line.d.ts";
13
+ import "./backspace/backspace.d.ts";
14
+ import "./delete/delete.d.ts";
15
+ import "./bold/bold.d.ts";
16
+ import "./class-span/class-span.d.ts";
17
+ import "./clean-html/clean-html.d.ts";
18
+ import "./clipboard/clipboard.d.ts";
19
+ import "./color/color.d.ts";
20
+ import "./copy-format/copy-format.d.ts";
21
+ import "./drag-and-drop/drag-and-drop.d.ts";
22
+ import "./drag-and-drop-element/drag-and-drop-element.d.ts";
23
+ import "./enter/enter.d.ts";
24
+ import "./file/file.d.ts";
25
+ import "./focus/focus.d.ts";
26
+ import "./font/font.d.ts";
27
+ import "./format-block/format-block.d.ts";
28
+ import "./fullsize/fullsize.d.ts";
29
+ import "./hotkeys/hotkeys.d.ts";
30
+ import "./hr/hr.d.ts";
31
+ import "./iframe/iframe.d.ts";
32
+ import "./image/image.d.ts";
33
+ import "./image-processor/image-processor.d.ts";
34
+ import "./image-properties/image-properties.d.ts";
35
+ import "./indent/indent.d.ts";
36
+ import "./inline-popup/inline-popup.d.ts";
37
+ import "./justify/justify.d.ts";
38
+ import "./key-arrow-outside/key-arrow-outside.d.ts";
39
+ import "./limit/limit.d.ts";
40
+ import "./line-height/line-height.d.ts";
41
+ import "./link/link.d.ts";
42
+ import "./media/media.d.ts";
43
+ import "./mobile/mobile.d.ts";
44
+ import "./ordered-list/ordered-list.d.ts";
45
+ import "./paste/paste.d.ts";
46
+ import "./paste-from-word/paste-from-word.d.ts";
47
+ import "./paste-storage/paste-storage.d.ts";
48
+ import "./placeholder/placeholder.d.ts";
49
+ import "./powered-by-jodit/powered-by-jodit.d.ts";
50
+ import "./preview/preview.d.ts";
51
+ import "./print/print.d.ts";
52
+ import "./redo-undo/redo-undo.d.ts";
53
+ import "./resize-cells/resize-cells.d.ts";
54
+ import "./resize-handler/resize-handler.d.ts";
55
+ import "./resizer/resizer.d.ts";
56
+ import "./search/search.d.ts";
57
+ import "./select/select.d.ts";
58
+ import "./select-cells/select-cells.d.ts";
59
+ import "./size/size.d.ts";
60
+ import "./source/source.d.ts";
61
+ import "./spellcheck/spellcheck.d.ts";
62
+ import "./stat/stat.d.ts";
63
+ import "./sticky/sticky.d.ts";
64
+ import "./symbols/symbols.d.ts";
65
+ import "./ai-assistant/ai-assistant.d.ts";
66
+ import "./tab/tab.d.ts";
67
+ import "./table/table.d.ts";
68
+ import "./table-keyboard-navigation/table-keyboard-navigation.d.ts";
69
+ import "./video/video.d.ts";
70
+ import "./wrap-nodes/wrap-nodes.d.ts";
71
+ import "./dtd/dtd.d.ts";
72
+ import "./xpath/xpath.d.ts";
@@ -10,8 +10,7 @@
10
10
  */
11
11
  import type { IJodit } from "../../types";
12
12
  import { Plugin } from "../../core/plugin";
13
- import "./config/config";
14
-
13
+ import "./config/config.d.ts";
15
14
  /**
16
15
  * Plugin for show inline popup dialog
17
16
  */
@@ -10,7 +10,7 @@
10
10
  */
11
11
  import type { IJodit } from "../../types";
12
12
  import { Plugin } from "../../core/plugin";
13
- import "./config";
13
+ import "./config.d.ts";
14
14
  /**
15
15
  * Plugin control for chars or words count
16
16
  */
@@ -3,26 +3,26 @@
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 * as ar from "./ar.js";
7
- import * as cs_cz from "./cs_cz.js";
8
- import * as de from "./de.js";
9
- import * as es from "./es.js";
10
- import * as fa from "./fa.js";
11
- import * as fi from "./fi.js";
12
- import * as fr from "./fr.js";
13
- import * as he from "./he.js";
14
- import * as hu from "./hu.js";
15
- import * as id from "./id.js";
16
- import * as it from "./it.js";
17
- import * as ja from "./ja.js";
18
- import * as ko from "./ko.js";
19
- import * as mn from "./mn.js";
20
- import * as nl from "./nl.js";
21
- import * as pl from "./pl.js";
22
- import * as pt_br from "./pt_br.js";
23
- import * as ru from "./ru.js";
24
- import * as tr from "./tr.js";
25
- import * as ua from "./ua.js";
26
- import * as zh_cn from "./zh_cn.js";
27
- import * as zh_tw from "./zh_tw.js";
6
+ import * as ar from "./ar.d.ts";
7
+ import * as cs_cz from "./cs_cz.d.ts";
8
+ import * as de from "./de.d.ts";
9
+ import * as es from "./es.d.ts";
10
+ import * as fa from "./fa.d.ts";
11
+ import * as fi from "./fi.d.ts";
12
+ import * as fr from "./fr.d.ts";
13
+ import * as he from "./he.d.ts";
14
+ import * as hu from "./hu.d.ts";
15
+ import * as id from "./id.d.ts";
16
+ import * as it from "./it.d.ts";
17
+ import * as ja from "./ja.d.ts";
18
+ import * as ko from "./ko.d.ts";
19
+ import * as mn from "./mn.d.ts";
20
+ import * as nl from "./nl.d.ts";
21
+ import * as pl from "./pl.d.ts";
22
+ import * as pt_br from "./pt_br.d.ts";
23
+ import * as ru from "./ru.d.ts";
24
+ import * as tr from "./tr.d.ts";
25
+ import * as ua from "./ua.d.ts";
26
+ import * as zh_cn from "./zh_cn.d.ts";
27
+ import * as zh_tw from "./zh_tw.d.ts";
28
28
  export { ar, cs_cz, de, es, fa, fi, fr, he, hu, id, it, ja, ko, mn, nl, pl, pt_br, ru, tr, ua, zh_cn, zh_tw };
@@ -10,7 +10,7 @@
10
10
  */
11
11
  import type { IJodit } from "../../types";
12
12
  import { Plugin } from "../../core/plugin";
13
- import "./config";
13
+ import "./config.d.ts";
14
14
  export declare class lineHeight extends Plugin {
15
15
  buttons: Plugin['buttons'];
16
16
  constructor(jodit: IJodit);
@@ -10,7 +10,7 @@
10
10
  */
11
11
  import type { IJodit } from "../../types";
12
12
  import { Plugin } from "../../core/plugin";
13
- import "./config";
13
+ import "./config.d.ts";
14
14
  /**
15
15
  * Process link. Insert, dblclick or remove format
16
16
  */
@@ -9,7 +9,7 @@
9
9
  * @module plugins/media
10
10
  */
11
11
  import type { IJodit } from "../../types";
12
- import "./config";
12
+ import "./config.d.ts";
13
13
  /**
14
14
  * Process `video` and `audio`
15
15
  */
@@ -9,7 +9,7 @@
9
9
  * @module plugins/mobile
10
10
  */
11
11
  import type { IJodit } from "../../types";
12
- import "./config";
12
+ import "./config.d.ts";
13
13
  /**
14
14
  * Rebuild toolbar in depends on editor's width
15
15
  */
@@ -10,7 +10,7 @@
10
10
  */
11
11
  import type { IJodit } from "../../types";
12
12
  import { Plugin } from "../../core/plugin";
13
- import "./config";
13
+ import "./config.d.ts";
14
14
  /**
15
15
  * Process commands insertOrderedList and insertUnOrderedList
16
16
  */