jodit 4.4.3 → 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 (359) 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 +1 -1
  57. package/esm/core/async/index.d.ts +1 -1
  58. package/esm/core/component/index.d.ts +3 -3
  59. package/esm/core/component/view-component.d.ts +1 -1
  60. package/esm/core/constants.d.ts +1 -1
  61. package/esm/core/constants.js +1 -1
  62. package/esm/core/create/index.d.ts +1 -1
  63. package/esm/core/decorators/autobind/autobind.d.ts +1 -1
  64. package/esm/core/decorators/cache/cache.d.ts +2 -2
  65. package/esm/core/decorators/index.d.ts +11 -11
  66. package/esm/core/dom/index.d.ts +2 -2
  67. package/esm/core/dom/lazy-walker.d.ts +1 -1
  68. package/esm/core/event-emitter/index.d.ts +4 -4
  69. package/esm/core/global.d.ts +2 -2
  70. package/esm/core/helpers/array/index.d.ts +3 -3
  71. package/esm/core/helpers/async/index.d.ts +1 -1
  72. package/esm/core/helpers/checker/index.d.ts +25 -25
  73. package/esm/core/helpers/color/index.d.ts +1 -1
  74. package/esm/core/helpers/html/index.d.ts +6 -6
  75. package/esm/core/helpers/index.d.ts +9 -9
  76. package/esm/core/helpers/normalize/index.d.ts +8 -8
  77. package/esm/core/helpers/size/index.d.ts +6 -6
  78. package/esm/core/helpers/string/index.d.ts +7 -7
  79. package/esm/core/helpers/utils/error/errors/abort-error.d.ts +1 -1
  80. package/esm/core/helpers/utils/error/errors/index.d.ts +3 -3
  81. package/esm/core/helpers/utils/error/index.d.ts +2 -2
  82. package/esm/core/helpers/utils/index.d.ts +27 -27
  83. package/esm/core/plugin/index.d.ts +2 -2
  84. package/esm/core/plugin/plugin.d.ts +1 -1
  85. package/esm/core/request/index.d.ts +2 -2
  86. package/esm/core/selection/helpers/index.d.ts +2 -2
  87. package/esm/core/selection/index.d.ts +3 -3
  88. package/esm/core/selection/style/api/index.d.ts +15 -15
  89. package/esm/core/storage/index.d.ts +3 -3
  90. package/esm/core/ui/button/button/button.d.ts +1 -1
  91. package/esm/core/ui/button/group/group.d.ts +1 -1
  92. package/esm/core/ui/button/index.d.ts +3 -3
  93. package/esm/core/ui/button/tooltip/tooltip.d.ts +1 -1
  94. package/esm/core/ui/element.d.ts +3 -3
  95. package/esm/core/ui/form/block/block.d.ts +1 -1
  96. package/esm/core/ui/form/form.d.ts +1 -1
  97. package/esm/core/ui/form/index.d.ts +3 -3
  98. package/esm/core/ui/form/inputs/area/area.d.ts +1 -1
  99. package/esm/core/ui/form/inputs/checkbox/checkbox.d.ts +1 -1
  100. package/esm/core/ui/form/inputs/file/file.d.ts +1 -1
  101. package/esm/core/ui/form/inputs/index.d.ts +5 -5
  102. package/esm/core/ui/form/inputs/input/input.d.ts +1 -1
  103. package/esm/core/ui/form/inputs/select/select.d.ts +1 -1
  104. package/esm/core/ui/group/group.d.ts +1 -1
  105. package/esm/core/ui/group/index.d.ts +4 -4
  106. package/esm/core/ui/group/list.d.ts +1 -1
  107. package/esm/core/ui/group/separator.d.ts +1 -1
  108. package/esm/core/ui/group/spacer.d.ts +1 -1
  109. package/esm/core/ui/index.d.ts +7 -7
  110. package/esm/core/ui/popup/index.d.ts +1 -1
  111. package/esm/core/ui/popup/popup.d.ts +1 -1
  112. package/esm/core/ui/progress-bar/progress-bar.d.ts +1 -1
  113. package/esm/core/view/view-with-toolbar.d.ts +1 -1
  114. package/esm/core/view/view.d.ts +3 -3
  115. package/esm/index.d.ts +1 -1
  116. package/esm/jodit.d.ts +4 -4
  117. package/esm/modules/context-menu/context-menu.d.ts +1 -1
  118. package/esm/modules/dialog/dialog.d.ts +1 -1
  119. package/esm/modules/dialog/index.d.ts +4 -4
  120. package/esm/modules/file-browser/file-browser.d.ts +3 -3
  121. package/esm/modules/file-browser/index.d.ts +1 -1
  122. package/esm/modules/file-browser/ui/files/files.d.ts +1 -1
  123. package/esm/modules/file-browser/ui/index.d.ts +2 -2
  124. package/esm/modules/file-browser/ui/tree/tree.d.ts +1 -1
  125. package/esm/modules/history/history.d.ts +3 -3
  126. package/esm/modules/history/snapshot.d.ts +1 -1
  127. package/esm/modules/image-editor/image-editor.d.ts +1 -1
  128. package/esm/modules/index.d.ts +26 -26
  129. package/esm/modules/messages/message.d.ts +1 -1
  130. package/esm/modules/messages/messages.d.ts +1 -1
  131. package/esm/modules/status-bar/status-bar.d.ts +3 -3
  132. package/esm/modules/table/table.d.ts +1 -1
  133. package/esm/modules/toolbar/button/button.d.ts +1 -1
  134. package/esm/modules/toolbar/button/content.d.ts +1 -1
  135. package/esm/modules/toolbar/button/index.d.ts +3 -3
  136. package/esm/modules/toolbar/button/select/select.d.ts +1 -1
  137. package/esm/modules/toolbar/collection/collection.d.ts +1 -1
  138. package/esm/modules/toolbar/collection/editor-collection.d.ts +1 -1
  139. package/esm/modules/uploader/helpers/index.d.ts +5 -5
  140. package/esm/modules/uploader/helpers/send.d.ts +1 -1
  141. package/esm/modules/uploader/uploader.d.ts +1 -1
  142. package/esm/modules/widget/index.d.ts +3 -3
  143. package/esm/modules/widget/tabs/tabs.d.ts +1 -1
  144. package/esm/plugins/add-new-line/add-new-line.d.ts +1 -1
  145. package/esm/plugins/ai-assistant/ai-assistant.d.ts +1 -1
  146. package/esm/plugins/ai-assistant/langs/index.d.ts +2 -2
  147. package/esm/plugins/ai-assistant/ui/ui-ai-assistant.d.ts +2 -2
  148. package/esm/plugins/backspace/backspace.d.ts +1 -1
  149. package/esm/plugins/backspace/cases/index.d.ts +2 -2
  150. package/esm/plugins/class-span/class-span.d.ts +1 -1
  151. package/esm/plugins/clean-html/clean-html.d.ts +1 -1
  152. package/esm/plugins/clean-html/helpers/index.d.ts +4 -4
  153. package/esm/plugins/clean-html/helpers/visitor/filters/index.d.ts +7 -7
  154. package/esm/plugins/copy-format/langs/index.d.ts +21 -21
  155. package/esm/plugins/debug/debug.d.ts +1 -1
  156. package/esm/plugins/delete/delete.d.ts +1 -1
  157. package/esm/plugins/drag-and-drop/drag-and-drop.d.ts +1 -1
  158. package/esm/plugins/drag-and-drop-element/drag-and-drop-element.d.ts +1 -1
  159. package/esm/plugins/dtd/after-insert/index.d.ts +1 -1
  160. package/esm/plugins/dtd/before-insert/index.d.ts +1 -1
  161. package/esm/plugins/enter/enter.d.ts +1 -1
  162. package/esm/plugins/enter/helpers/index.d.ts +9 -9
  163. package/esm/plugins/hotkeys/hotkeys.d.ts +1 -1
  164. package/esm/plugins/image-processor/image-processor.d.ts +1 -1
  165. package/esm/plugins/image-properties/image-properties.d.ts +1 -1
  166. package/esm/plugins/image-properties/ui/ui-image-form.d.ts +1 -1
  167. package/esm/plugins/image-properties/ui/ui-image-main-tab.d.ts +1 -1
  168. package/esm/plugins/image-properties/ui/ui-image-position-tab.d.ts +1 -1
  169. package/esm/plugins/inline-popup/inline-popup.d.ts +1 -1
  170. package/esm/plugins/key-arrow-outside/key-arrow-outside.d.ts +1 -1
  171. package/esm/plugins/limit/limit.d.ts +1 -1
  172. package/esm/plugins/line-height/langs/index.d.ts +22 -22
  173. package/esm/plugins/line-height/line-height.d.ts +1 -1
  174. package/esm/plugins/link/link.d.ts +1 -1
  175. package/esm/plugins/ordered-list/ordered-list.d.ts +1 -1
  176. package/esm/plugins/paste/paste.d.ts +1 -1
  177. package/esm/plugins/paste-from-word/paste-from-word.d.ts +1 -1
  178. package/esm/plugins/paste-storage/paste-storage.d.ts +1 -1
  179. package/esm/plugins/placeholder/placeholder.d.ts +1 -1
  180. package/esm/plugins/redo-undo/redo-undo.d.ts +1 -1
  181. package/esm/plugins/resize-cells/resize-cells.d.ts +1 -1
  182. package/esm/plugins/resize-handler/resize-handler.d.ts +1 -1
  183. package/esm/plugins/resizer/resizer.d.ts +1 -1
  184. package/esm/plugins/search/helpers/index.d.ts +2 -2
  185. package/esm/plugins/search/search.d.ts +2 -2
  186. package/esm/plugins/search/ui/search.d.ts +1 -1
  187. package/esm/plugins/select/select.d.ts +1 -1
  188. package/esm/plugins/select-cells/select-cells.d.ts +1 -1
  189. package/esm/plugins/size/size.d.ts +1 -1
  190. package/esm/plugins/source/editor/engines/ace.d.ts +1 -1
  191. package/esm/plugins/source/editor/engines/area.d.ts +1 -1
  192. package/esm/plugins/source/editor/engines/index.d.ts +2 -2
  193. package/esm/plugins/source/source.d.ts +1 -1
  194. package/esm/plugins/speech-recognize/helpers/recognize-manager.d.ts +1 -1
  195. package/esm/plugins/speech-recognize/langs/index.d.ts +22 -22
  196. package/esm/plugins/speech-recognize/speech-recognize.d.ts +1 -1
  197. package/esm/plugins/spellcheck/langs/index.d.ts +22 -22
  198. package/esm/plugins/spellcheck/spellcheck.d.ts +1 -1
  199. package/esm/plugins/stat/stat.d.ts +1 -1
  200. package/esm/plugins/sticky/sticky.d.ts +1 -1
  201. package/esm/plugins/symbols/langs/index.d.ts +22 -22
  202. package/esm/plugins/symbols/symbols.d.ts +1 -1
  203. package/esm/plugins/tab/cases/index.d.ts +1 -1
  204. package/esm/types/async.d.ts +1 -1
  205. package/esm/types/index.d.ts +23 -23
  206. package/esm/types/jodit.d.ts +1 -1
  207. package/esm/types/style.d.ts +1 -1
  208. package/package.json +1 -1
  209. package/types/config.d.ts +1 -1
  210. package/types/core/async/index.d.ts +1 -1
  211. package/types/core/component/index.d.ts +3 -3
  212. package/types/core/component/view-component.d.ts +1 -1
  213. package/types/core/constants.d.ts +1 -1
  214. package/types/core/create/index.d.ts +1 -1
  215. package/types/core/decorators/autobind/autobind.d.ts +1 -1
  216. package/types/core/decorators/cache/cache.d.ts +2 -2
  217. package/types/core/decorators/index.d.ts +11 -11
  218. package/types/core/dom/index.d.ts +2 -2
  219. package/types/core/dom/lazy-walker.d.ts +1 -1
  220. package/types/core/event-emitter/index.d.ts +4 -4
  221. package/types/core/global.d.ts +2 -2
  222. package/types/core/helpers/array/index.d.ts +3 -3
  223. package/types/core/helpers/async/index.d.ts +1 -1
  224. package/types/core/helpers/checker/index.d.ts +25 -25
  225. package/types/core/helpers/color/index.d.ts +1 -1
  226. package/types/core/helpers/html/index.d.ts +6 -6
  227. package/types/core/helpers/index.d.ts +9 -9
  228. package/types/core/helpers/normalize/index.d.ts +8 -8
  229. package/types/core/helpers/size/index.d.ts +6 -6
  230. package/types/core/helpers/string/index.d.ts +7 -7
  231. package/types/core/helpers/utils/error/errors/abort-error.d.ts +1 -1
  232. package/types/core/helpers/utils/error/errors/index.d.ts +3 -3
  233. package/types/core/helpers/utils/error/index.d.ts +2 -2
  234. package/types/core/helpers/utils/index.d.ts +27 -27
  235. package/types/core/plugin/index.d.ts +2 -2
  236. package/types/core/plugin/plugin.d.ts +1 -1
  237. package/types/core/request/index.d.ts +2 -2
  238. package/types/core/selection/helpers/index.d.ts +2 -2
  239. package/types/core/selection/index.d.ts +3 -3
  240. package/types/core/selection/style/api/index.d.ts +15 -15
  241. package/types/core/storage/index.d.ts +3 -3
  242. package/types/core/ui/button/button/button.d.ts +1 -1
  243. package/types/core/ui/button/group/group.d.ts +1 -1
  244. package/types/core/ui/button/index.d.ts +3 -3
  245. package/types/core/ui/button/tooltip/tooltip.d.ts +1 -1
  246. package/types/core/ui/element.d.ts +3 -3
  247. package/types/core/ui/form/block/block.d.ts +1 -1
  248. package/types/core/ui/form/form.d.ts +1 -1
  249. package/types/core/ui/form/index.d.ts +3 -3
  250. package/types/core/ui/form/inputs/area/area.d.ts +1 -1
  251. package/types/core/ui/form/inputs/checkbox/checkbox.d.ts +1 -1
  252. package/types/core/ui/form/inputs/file/file.d.ts +1 -1
  253. package/types/core/ui/form/inputs/index.d.ts +5 -5
  254. package/types/core/ui/form/inputs/input/input.d.ts +1 -1
  255. package/types/core/ui/form/inputs/select/select.d.ts +1 -1
  256. package/types/core/ui/group/group.d.ts +1 -1
  257. package/types/core/ui/group/index.d.ts +4 -4
  258. package/types/core/ui/group/list.d.ts +1 -1
  259. package/types/core/ui/group/separator.d.ts +1 -1
  260. package/types/core/ui/group/spacer.d.ts +1 -1
  261. package/types/core/ui/index.d.ts +7 -7
  262. package/types/core/ui/popup/index.d.ts +1 -1
  263. package/types/core/ui/popup/popup.d.ts +1 -1
  264. package/types/core/ui/progress-bar/progress-bar.d.ts +1 -1
  265. package/types/core/view/view-with-toolbar.d.ts +1 -1
  266. package/types/core/view/view.d.ts +3 -3
  267. package/types/index.d.ts +1 -1
  268. package/types/jodit.d.ts +4 -4
  269. package/types/modules/context-menu/context-menu.d.ts +1 -1
  270. package/types/modules/dialog/dialog.d.ts +1 -1
  271. package/types/modules/dialog/index.d.ts +4 -4
  272. package/types/modules/file-browser/file-browser.d.ts +3 -3
  273. package/types/modules/file-browser/index.d.ts +1 -1
  274. package/types/modules/file-browser/ui/files/files.d.ts +1 -1
  275. package/types/modules/file-browser/ui/index.d.ts +2 -2
  276. package/types/modules/file-browser/ui/tree/tree.d.ts +1 -1
  277. package/types/modules/history/history.d.ts +3 -3
  278. package/types/modules/history/snapshot.d.ts +1 -1
  279. package/types/modules/image-editor/image-editor.d.ts +1 -1
  280. package/types/modules/index.d.ts +26 -26
  281. package/types/modules/messages/message.d.ts +1 -1
  282. package/types/modules/messages/messages.d.ts +1 -1
  283. package/types/modules/status-bar/status-bar.d.ts +3 -3
  284. package/types/modules/table/table.d.ts +1 -1
  285. package/types/modules/toolbar/button/button.d.ts +1 -1
  286. package/types/modules/toolbar/button/content.d.ts +1 -1
  287. package/types/modules/toolbar/button/index.d.ts +3 -3
  288. package/types/modules/toolbar/button/select/select.d.ts +1 -1
  289. package/types/modules/toolbar/collection/collection.d.ts +1 -1
  290. package/types/modules/toolbar/collection/editor-collection.d.ts +1 -1
  291. package/types/modules/uploader/helpers/index.d.ts +5 -5
  292. package/types/modules/uploader/helpers/send.d.ts +1 -1
  293. package/types/modules/uploader/uploader.d.ts +1 -1
  294. package/types/modules/widget/index.d.ts +3 -3
  295. package/types/modules/widget/tabs/tabs.d.ts +1 -1
  296. package/types/plugins/add-new-line/add-new-line.d.ts +1 -1
  297. package/types/plugins/ai-assistant/ai-assistant.d.ts +1 -1
  298. package/types/plugins/ai-assistant/langs/index.d.ts +2 -2
  299. package/types/plugins/ai-assistant/ui/ui-ai-assistant.d.ts +2 -2
  300. package/types/plugins/backspace/backspace.d.ts +1 -1
  301. package/types/plugins/backspace/cases/index.d.ts +2 -2
  302. package/types/plugins/class-span/class-span.d.ts +1 -1
  303. package/types/plugins/clean-html/clean-html.d.ts +1 -1
  304. package/types/plugins/clean-html/helpers/index.d.ts +4 -4
  305. package/types/plugins/clean-html/helpers/visitor/filters/index.d.ts +7 -7
  306. package/types/plugins/copy-format/langs/index.d.ts +21 -21
  307. package/types/plugins/debug/debug.d.ts +1 -1
  308. package/types/plugins/delete/delete.d.ts +1 -1
  309. package/types/plugins/drag-and-drop/drag-and-drop.d.ts +1 -1
  310. package/types/plugins/drag-and-drop-element/drag-and-drop-element.d.ts +1 -1
  311. package/types/plugins/dtd/after-insert/index.d.ts +1 -1
  312. package/types/plugins/dtd/before-insert/index.d.ts +1 -1
  313. package/types/plugins/enter/enter.d.ts +1 -1
  314. package/types/plugins/enter/helpers/index.d.ts +9 -9
  315. package/types/plugins/hotkeys/hotkeys.d.ts +1 -1
  316. package/types/plugins/image-processor/image-processor.d.ts +1 -1
  317. package/types/plugins/image-properties/image-properties.d.ts +1 -1
  318. package/types/plugins/image-properties/ui/ui-image-form.d.ts +1 -1
  319. package/types/plugins/image-properties/ui/ui-image-main-tab.d.ts +1 -1
  320. package/types/plugins/image-properties/ui/ui-image-position-tab.d.ts +1 -1
  321. package/types/plugins/inline-popup/inline-popup.d.ts +1 -1
  322. package/types/plugins/key-arrow-outside/key-arrow-outside.d.ts +1 -1
  323. package/types/plugins/limit/limit.d.ts +1 -1
  324. package/types/plugins/line-height/langs/index.d.ts +22 -22
  325. package/types/plugins/line-height/line-height.d.ts +1 -1
  326. package/types/plugins/link/link.d.ts +1 -1
  327. package/types/plugins/ordered-list/ordered-list.d.ts +1 -1
  328. package/types/plugins/paste/paste.d.ts +1 -1
  329. package/types/plugins/paste-from-word/paste-from-word.d.ts +1 -1
  330. package/types/plugins/paste-storage/paste-storage.d.ts +1 -1
  331. package/types/plugins/placeholder/placeholder.d.ts +1 -1
  332. package/types/plugins/redo-undo/redo-undo.d.ts +1 -1
  333. package/types/plugins/resize-cells/resize-cells.d.ts +1 -1
  334. package/types/plugins/resize-handler/resize-handler.d.ts +1 -1
  335. package/types/plugins/resizer/resizer.d.ts +1 -1
  336. package/types/plugins/search/helpers/index.d.ts +2 -2
  337. package/types/plugins/search/search.d.ts +2 -2
  338. package/types/plugins/search/ui/search.d.ts +1 -1
  339. package/types/plugins/select/select.d.ts +1 -1
  340. package/types/plugins/select-cells/select-cells.d.ts +1 -1
  341. package/types/plugins/size/size.d.ts +1 -1
  342. package/types/plugins/source/editor/engines/ace.d.ts +1 -1
  343. package/types/plugins/source/editor/engines/area.d.ts +1 -1
  344. package/types/plugins/source/editor/engines/index.d.ts +2 -2
  345. package/types/plugins/source/source.d.ts +1 -1
  346. package/types/plugins/speech-recognize/helpers/recognize-manager.d.ts +1 -1
  347. package/types/plugins/speech-recognize/langs/index.d.ts +22 -22
  348. package/types/plugins/speech-recognize/speech-recognize.d.ts +1 -1
  349. package/types/plugins/spellcheck/langs/index.d.ts +22 -22
  350. package/types/plugins/spellcheck/spellcheck.d.ts +1 -1
  351. package/types/plugins/stat/stat.d.ts +1 -1
  352. package/types/plugins/sticky/sticky.d.ts +1 -1
  353. package/types/plugins/symbols/langs/index.d.ts +22 -22
  354. package/types/plugins/symbols/symbols.d.ts +1 -1
  355. package/types/plugins/tab/cases/index.d.ts +1 -1
  356. package/types/types/async.d.ts +1 -1
  357. package/types/types/index.d.ts +23 -23
  358. package/types/types/jodit.d.ts +1 -1
  359. package/types/types/style.d.ts +1 -1
@@ -9,7 +9,7 @@
9
9
  * @module plugins/source
10
10
  */
11
11
  import type { IJodit, ISourceEditor } from "../../types/index.d.ts";
12
- import { Plugin } from "../../core/plugin/index.d.ts";
12
+ import type { Plugin } from "../../core/plugin/index.d.ts";
13
13
  import "./config.d.ts";
14
14
  /**
15
15
  * Plug-in change simple textarea on CodeMirror editor in Source code mode
@@ -8,7 +8,7 @@
8
8
  */
9
9
  import type { CanUndef, IAsync, IDestructible } from "../../../types/index.d.ts";
10
10
  import type { ISpeechRecognize } from "../interface.d.ts";
11
- import { Eventify } from "../../../core/event-emitter/eventify.d.ts";
11
+ import type { Eventify } from "../../../core/event-emitter/eventify.d.ts";
12
12
  export declare class RecognizeManager extends Eventify<{
13
13
  pulse: (enable: boolean) => void;
14
14
  result: (text: string) => void;
@@ -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.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";
6
+ import type * as ar from "./ar.d.ts";
7
+ import type * as cs_cz from "./cs_cz.d.ts";
8
+ import type * as de from "./de.d.ts";
9
+ import type * as es from "./es.d.ts";
10
+ import type * as fa from "./fa.d.ts";
11
+ import type * as fi from "./fi.d.ts";
12
+ import type * as fr from "./fr.d.ts";
13
+ import type * as he from "./he.d.ts";
14
+ import type * as hu from "./hu.d.ts";
15
+ import type * as id from "./id.d.ts";
16
+ import type * as it from "./it.d.ts";
17
+ import type * as ja from "./ja.d.ts";
18
+ import type * as ko from "./ko.d.ts";
19
+ import type * as mn from "./mn.d.ts";
20
+ import type * as nl from "./nl.d.ts";
21
+ import type * as pl from "./pl.d.ts";
22
+ import type * as pt_br from "./pt_br.d.ts";
23
+ import type * as ru from "./ru.d.ts";
24
+ import type * as tr from "./tr.d.ts";
25
+ import type * as ua from "./ua.d.ts";
26
+ import type * as zh_cn from "./zh_cn.d.ts";
27
+ import type * 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 };
@@ -9,7 +9,7 @@
9
9
  * @module plugins/speech-recognize
10
10
  */
11
11
  import type { IJodit, IPlugin } from "../../types/index.d.ts";
12
- import { Plugin } from "../../core/plugin/index.d.ts";
12
+ import type { Plugin } from "../../core/plugin/index.d.ts";
13
13
  import "./config.d.ts";
14
14
  export declare class SpeechRecognizeNative extends Plugin implements IPlugin {
15
15
  buttons: {
@@ -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.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";
6
+ import type * as ar from "./ar.d.ts";
7
+ import type * as cs_cz from "./cs_cz.d.ts";
8
+ import type * as de from "./de.d.ts";
9
+ import type * as es from "./es.d.ts";
10
+ import type * as fa from "./fa.d.ts";
11
+ import type * as fi from "./fi.d.ts";
12
+ import type * as fr from "./fr.d.ts";
13
+ import type * as he from "./he.d.ts";
14
+ import type * as hu from "./hu.d.ts";
15
+ import type * as id from "./id.d.ts";
16
+ import type * as it from "./it.d.ts";
17
+ import type * as ja from "./ja.d.ts";
18
+ import type * as ko from "./ko.d.ts";
19
+ import type * as mn from "./mn.d.ts";
20
+ import type * as nl from "./nl.d.ts";
21
+ import type * as pl from "./pl.d.ts";
22
+ import type * as pt_br from "./pt_br.d.ts";
23
+ import type * as ru from "./ru.d.ts";
24
+ import type * as tr from "./tr.d.ts";
25
+ import type * as ua from "./ua.d.ts";
26
+ import type * as zh_cn from "./zh_cn.d.ts";
27
+ import type * 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 };
@@ -9,7 +9,7 @@
9
9
  * @module plugins/spellcheck
10
10
  */
11
11
  import type { IJodit } from "../../types/index.d.ts";
12
- import { Plugin } from "../../core/plugin/index.d.ts";
12
+ import type { Plugin } from "../../core/plugin/index.d.ts";
13
13
  import "./config.d.ts";
14
14
  export declare class spellcheck extends Plugin {
15
15
  buttons: Plugin['buttons'];
@@ -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 { Plugin } from "../../core/plugin/plugin.d.ts";
6
+ import type { Plugin } from "../../core/plugin/plugin.d.ts";
7
7
  import "./config.d.ts";
8
8
  /**
9
9
  * Show stat data - words and chars count
@@ -9,7 +9,7 @@
9
9
  * @module plugins/sticky
10
10
  */
11
11
  import type { IJodit } from "../../types/index.d.ts";
12
- import { Plugin } from "../../core/plugin/plugin.d.ts";
12
+ import type { Plugin } from "../../core/plugin/plugin.d.ts";
13
13
  import "./config.d.ts";
14
14
  export declare class sticky extends Plugin {
15
15
  private __isToolbarStuck;
@@ -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.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";
6
+ import type * as ar from "./ar.d.ts";
7
+ import type * as cs_cz from "./cs_cz.d.ts";
8
+ import type * as de from "./de.d.ts";
9
+ import type * as es from "./es.d.ts";
10
+ import type * as fa from "./fa.d.ts";
11
+ import type * as fi from "./fi.d.ts";
12
+ import type * as fr from "./fr.d.ts";
13
+ import type * as he from "./he.d.ts";
14
+ import type * as hu from "./hu.d.ts";
15
+ import type * as id from "./id.d.ts";
16
+ import type * as it from "./it.d.ts";
17
+ import type * as ja from "./ja.d.ts";
18
+ import type * as ko from "./ko.d.ts";
19
+ import type * as mn from "./mn.d.ts";
20
+ import type * as nl from "./nl.d.ts";
21
+ import type * as pl from "./pl.d.ts";
22
+ import type * as pt_br from "./pt_br.d.ts";
23
+ import type * as ru from "./ru.d.ts";
24
+ import type * as tr from "./tr.d.ts";
25
+ import type * as ua from "./ua.d.ts";
26
+ import type * as zh_cn from "./zh_cn.d.ts";
27
+ import type * 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 };
@@ -9,7 +9,7 @@
9
9
  * @module plugins/symbols
10
10
  */
11
11
  import type { IJodit } from "../../types/index.d.ts";
12
- import { Plugin } from "../../core/plugin/plugin.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 characters that are not part of the standard keyboard.
@@ -6,4 +6,4 @@
6
6
  /**
7
7
  * @module plugins/tab
8
8
  */
9
- export * from "./on-tab-inside-li.d.ts";
9
+ export type * from "./on-tab-inside-li.d.ts";
@@ -7,7 +7,7 @@
7
7
  * @module types
8
8
  */
9
9
  import type { CallbackFunction, IDestructible } from "./types.d.ts";
10
- import { Nullable } from "./types.d.ts";
10
+ import type { Nullable } from "./types.d.ts";
11
11
  export type ITimeout = number | (() => number);
12
12
  export interface IAsyncParams {
13
13
  timeout?: number;
@@ -6,26 +6,26 @@
6
6
  /**
7
7
  * @module types
8
8
  */
9
- export * from "./ajax.d.ts";
10
- export * from "./async.d.ts";
11
- export * from "./context.d.ts";
12
- export * from "./core.d.ts";
13
- export * from "./create.d.ts";
14
- export * from "./dialog.d.ts";
15
- export * from "./events.d.ts";
16
- export * from "./file-browser.d.ts";
17
- export * from "./jodit.d.ts";
18
- export * from "./history.d.ts";
19
- export * from "./select.d.ts";
20
- export * from "./plugin.d.ts";
21
- export * from "./popup.d.ts";
22
- export * from "./source.d.ts";
23
- export * from "./storage.d.ts";
24
- export * from "./style.d.ts";
25
- export * from "./toolbar.d.ts";
26
- export * from "./traits.d.ts";
27
- export * from "./types.d.ts";
28
- export * from "./ui.d.ts";
29
- export * from "./uploader.d.ts";
30
- export * from "./view.d.ts";
31
- export * from "./messages.d.ts";
9
+ export type * from "./ajax.d.ts";
10
+ export type * from "./async.d.ts";
11
+ export type * from "./context.d.ts";
12
+ export type * from "./core.d.ts";
13
+ export type * from "./create.d.ts";
14
+ export type * from "./dialog.d.ts";
15
+ export type * from "./events.d.ts";
16
+ export type * from "./file-browser.d.ts";
17
+ export type * from "./jodit.d.ts";
18
+ export type * from "./history.d.ts";
19
+ export type * from "./select.d.ts";
20
+ export type * from "./plugin.d.ts";
21
+ export type * from "./popup.d.ts";
22
+ export type * from "./source.d.ts";
23
+ export type * from "./storage.d.ts";
24
+ export type * from "./style.d.ts";
25
+ export type * from "./toolbar.d.ts";
26
+ export type * from "./traits.d.ts";
27
+ export type * from "./types.d.ts";
28
+ export type * from "./ui.d.ts";
29
+ export type * from "./uploader.d.ts";
30
+ export type * from "./view.d.ts";
31
+ export type * from "./messages.d.ts";
@@ -6,7 +6,7 @@
6
6
  /**
7
7
  * @module types
8
8
  */
9
- import { IViewOptions, IViewWithToolbar } from "./view.d.ts";
9
+ import type { IViewOptions, IViewWithToolbar } from "./view.d.ts";
10
10
  import type { Config } from "../config.d.ts";
11
11
  import type { AjaxOptions, CustomCommand, ICreate, IDestructible, IDlgs, IHistory, IResponse, IStatusBar, Modes } from "./index.d.ts";
12
12
  import type { IUploader } from "./uploader.d.ts";
@@ -7,7 +7,7 @@
7
7
  * @module types
8
8
  */
9
9
  import type { HTMLTagNames, IDictionary } from "./types.d.ts";
10
- import { IJodit } from "./jodit.d.ts";
10
+ import type { IJodit } from "./jodit.d.ts";
11
11
  export type StyleValue = number | string | null | undefined;
12
12
  export type IStyle = IDictionary<StyleValue>;
13
13
  export type IAttributes = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jodit",
3
- "version": "4.4.3",
3
+ "version": "4.4.4",
4
4
  "description": "Jodit is an awesome and useful wysiwyg editor with filebrowser",
5
5
  "main": "esm/index.js",
6
6
  "types": "types/index.d.ts",
package/types/config.d.ts CHANGED
@@ -584,7 +584,7 @@ declare class Config implements IViewOptions {
584
584
  * @example
585
585
  * ```jsx
586
586
  * import React, {useState, useRef} from 'react';
587
- * import JoditEditor from "jodit-react";
587
+ * import type JoditEditor from "jodit-react";
588
588
  *
589
589
  * const config = {
590
590
  * createAttributes: {
@@ -6,4 +6,4 @@
6
6
  /**
7
7
  * @module async
8
8
  */
9
- export * from "./async.d.ts";
9
+ export type * from "./async.d.ts";
@@ -6,6 +6,6 @@
6
6
  /**
7
7
  * @module component
8
8
  */
9
- export * from "./component.d.ts";
10
- export * from "./statuses.d.ts";
11
- export * from "./view-component.d.ts";
9
+ export type * from "./component.d.ts";
10
+ export type * from "./statuses.d.ts";
11
+ export type * from "./view-component.d.ts";
@@ -7,7 +7,7 @@
7
7
  * @module component
8
8
  */
9
9
  import type { IViewBased, IViewComponent } from "../../types/index.d.ts";
10
- import { Component } from "./component.d.ts";
10
+ import type { Component } from "./component.d.ts";
11
11
  export declare abstract class ViewComponent<T extends IViewBased = IViewBased> extends Component implements IViewComponent<T> {
12
12
  /**
13
13
  * Parent View element
@@ -6,7 +6,7 @@
6
6
  /**
7
7
  * You can use Jodit constants in your code
8
8
  * ```javascript
9
- * import { Jodit } from 'jodit';
9
+ * import type { Jodit } from 'jodit';
10
10
  * console.log(Jodit.constants.IS_IE);
11
11
  * console.log(Jodit.constants.APP_VERSION);
12
12
  * ```
@@ -6,4 +6,4 @@
6
6
  /**
7
7
  * @module create
8
8
  */
9
- export * from "./create.d.ts";
9
+ export type * from "./create.d.ts";
@@ -8,4 +8,4 @@
8
8
  * @packageDocumentation
9
9
  * @module decorators/autobind
10
10
  */
11
- export { default as autobind } from "autobind-decorator";
11
+ export type { default as autobind } from "autobind-decorator";
@@ -63,7 +63,7 @@ export declare function cached<T>(object: object, property: string): Nullable<T>
63
63
  *
64
64
  * ### Usage Example 1: Basic Caching
65
65
  * ```typescript
66
- * import { cache } from './decorators';
66
+ * import type { cache } from './decorators';
67
67
  *
68
68
  * class Example {
69
69
  * private counter = 0;
@@ -82,7 +82,7 @@ export declare function cached<T>(object: object, property: string): Nullable<T>
82
82
  *
83
83
  * ### Usage Example 2: Integration with Cached Utilities
84
84
  * ```typescript
85
- * import { cache, cached } from './decorators';
85
+ * import type { cache, cached } from './decorators';
86
86
  * import type { IUIElement } from "jodit";
87
87
  *
88
88
  * const { component } = Jodit.decorators;
@@ -8,14 +8,14 @@
8
8
  * @packageDocumentation
9
9
  * @module decorators
10
10
  */
11
- export * from "./autobind/autobind.d.ts";
12
- export * from "./cache/cache.d.ts";
13
- export * from "./component/component.d.ts";
14
- export * from "./debounce/debounce.d.ts";
15
- export * from "./derive/derive.d.ts";
16
- export * from "./hook/hook.d.ts";
17
- export * from "./idle/idle.d.ts";
18
- export * from "./nonenumerable/nonenumerable.d.ts";
19
- export * from "./persistent/persistent.d.ts";
20
- export * from "./wait/wait.d.ts";
21
- export * from "./watch/watch.d.ts";
11
+ export type * from "./autobind/autobind.d.ts";
12
+ export type * from "./cache/cache.d.ts";
13
+ export type * from "./component/component.d.ts";
14
+ export type * from "./debounce/debounce.d.ts";
15
+ export type * from "./derive/derive.d.ts";
16
+ export type * from "./hook/hook.d.ts";
17
+ export type * from "./idle/idle.d.ts";
18
+ export type * from "./nonenumerable/nonenumerable.d.ts";
19
+ export type * from "./persistent/persistent.d.ts";
20
+ export type * from "./wait/wait.d.ts";
21
+ export type * from "./watch/watch.d.ts";
@@ -6,5 +6,5 @@
6
6
  /**
7
7
  * @module dom
8
8
  */
9
- export * from "./dom.d.ts";
10
- export * from "./lazy-walker.d.ts";
9
+ export type * from "./dom.d.ts";
10
+ export type * from "./lazy-walker.d.ts";
@@ -7,7 +7,7 @@
7
7
  * @module dom
8
8
  */
9
9
  import type { IAsync, IDestructible } from "../../types/index.d.ts";
10
- import { Eventify } from "../event-emitter/eventify.d.ts";
10
+ import type { Eventify } from "../event-emitter/eventify.d.ts";
11
11
  export declare class LazyWalker extends Eventify<{
12
12
  visit: (node: Node) => boolean;
13
13
  break: (reason?: string) => void;
@@ -6,7 +6,7 @@
6
6
  /**
7
7
  * @module event-emitter
8
8
  */
9
- export * from "./event-emitter.d.ts";
10
- export * from "./eventify.d.ts";
11
- export * from "./observable.d.ts";
12
- export * from "./store.d.ts";
9
+ export type * from "./event-emitter.d.ts";
10
+ export type * from "./eventify.d.ts";
11
+ export type * from "./observable.d.ts";
12
+ export type * from "./store.d.ts";
@@ -7,8 +7,8 @@
7
7
  * @module global
8
8
  */
9
9
  import type { HTMLTagNames, IDictionary, IJodit, IViewBased, IViewComponent, IViewOptions } from "../types/index.d.ts";
10
- import { PluginSystem } from "./plugin/plugin-system.d.ts";
11
- import { EventEmitter } from "./event-emitter/index.d.ts";
10
+ import type { PluginSystem } from "./plugin/plugin-system.d.ts";
11
+ import type { EventEmitter } from "./event-emitter/index.d.ts";
12
12
  export declare const instances: IDictionary<IJodit>;
13
13
  /**
14
14
  * Generate global unique uid
@@ -6,6 +6,6 @@
6
6
  /**
7
7
  * @module helpers/array
8
8
  */
9
- export { asArray } from "./as-array.d.ts";
10
- export { splitArray } from "./split-array.d.ts";
11
- export { toArray } from "./to-array.d.ts";
9
+ export type { asArray } from "./as-array.d.ts";
10
+ export type { splitArray } from "./split-array.d.ts";
11
+ export type { toArray } from "./to-array.d.ts";
@@ -6,4 +6,4 @@
6
6
  /**
7
7
  * @module helpers/async
8
8
  */
9
- export * from "./set-timeout.d.ts";
9
+ export type * from "./set-timeout.d.ts";
@@ -6,28 +6,28 @@
6
6
  /**
7
7
  * @module helpers/checker
8
8
  */
9
- export * from "./has-browser-color-picker.d.ts";
10
- export * from "./is-abort-error.d.ts";
11
- export * from "./is-array.d.ts";
12
- export * from "./is-boolean.d.ts";
13
- export * from "./is-equal.d.ts";
14
- export * from "./is-function.d.ts";
15
- export * from "./is-html.d.ts";
16
- export * from "./is-html-from-word.d.ts";
17
- export * from "./is-imp-interface.d.ts";
18
- export * from "./is-int.d.ts";
19
- export * from "./is-jodit-object.d.ts";
20
- export * from "./is-license.d.ts";
21
- export * from "./is-marker.d.ts";
22
- export * from "./is-native-function.d.ts";
23
- export * from "./is-number.d.ts";
24
- export * from "./is-numeric.d.ts";
25
- export * from "./is-plain-object.d.ts";
26
- export * from "./is-promise.d.ts";
27
- export * from "./is-set.d.ts";
28
- export * from "./is-string.d.ts";
29
- export * from "./is-url.d.ts";
30
- export * from "./is-valid-name.d.ts";
31
- export * from "./is-view-object.d.ts";
32
- export * from "./is-void.d.ts";
33
- export * from "./is-window.d.ts";
9
+ export type * from "./has-browser-color-picker.d.ts";
10
+ export type * from "./is-abort-error.d.ts";
11
+ export type * from "./is-array.d.ts";
12
+ export type * from "./is-boolean.d.ts";
13
+ export type * from "./is-equal.d.ts";
14
+ export type * from "./is-function.d.ts";
15
+ export type * from "./is-html.d.ts";
16
+ export type * from "./is-html-from-word.d.ts";
17
+ export type * from "./is-imp-interface.d.ts";
18
+ export type * from "./is-int.d.ts";
19
+ export type * from "./is-jodit-object.d.ts";
20
+ export type * from "./is-license.d.ts";
21
+ export type * from "./is-marker.d.ts";
22
+ export type * from "./is-native-function.d.ts";
23
+ export type * from "./is-number.d.ts";
24
+ export type * from "./is-numeric.d.ts";
25
+ export type * from "./is-plain-object.d.ts";
26
+ export type * from "./is-promise.d.ts";
27
+ export type * from "./is-set.d.ts";
28
+ export type * from "./is-string.d.ts";
29
+ export type * from "./is-url.d.ts";
30
+ export type * from "./is-valid-name.d.ts";
31
+ export type * from "./is-view-object.d.ts";
32
+ export type * from "./is-void.d.ts";
33
+ export type * from "./is-window.d.ts";
@@ -6,4 +6,4 @@
6
6
  /**
7
7
  * @module helpers/color
8
8
  */
9
- export * from "./color-to-hex.d.ts";
9
+ export type * from "./color-to-hex.d.ts";
@@ -6,9 +6,9 @@
6
6
  /**
7
7
  * @module helpers/html
8
8
  */
9
- export * from "./apply-styles.d.ts";
10
- export * from "./clean-from-word.d.ts";
11
- export * from "./htmlspecialchars.d.ts";
12
- export * from "./nl2br.d.ts";
13
- export * from "./safe-html.d.ts";
14
- export * from "./strip-tags.d.ts";
9
+ export type * from "./apply-styles.d.ts";
10
+ export type * from "./clean-from-word.d.ts";
11
+ export type * from "./htmlspecialchars.d.ts";
12
+ export type * from "./nl2br.d.ts";
13
+ export type * from "./safe-html.d.ts";
14
+ export type * from "./strip-tags.d.ts";
@@ -8,12 +8,12 @@
8
8
  * @packageDocumentation
9
9
  * @module helpers
10
10
  */
11
- export * from "./array/index.d.ts";
12
- export * from "./async/index.d.ts";
13
- export * from "./checker/index.d.ts";
14
- export * from "./color/index.d.ts";
15
- export * from "./html/index.d.ts";
16
- export * from "./normalize/index.d.ts";
17
- export * from "./size/index.d.ts";
18
- export * from "./string/index.d.ts";
19
- export * from "./utils/index.d.ts";
11
+ export type * from "./array/index.d.ts";
12
+ export type * from "./async/index.d.ts";
13
+ export type * from "./checker/index.d.ts";
14
+ export type * from "./color/index.d.ts";
15
+ export type * from "./html/index.d.ts";
16
+ export type * from "./normalize/index.d.ts";
17
+ export type * from "./size/index.d.ts";
18
+ export type * from "./string/index.d.ts";
19
+ export type * from "./utils/index.d.ts";
@@ -6,11 +6,11 @@
6
6
  /**
7
7
  * @module helpers/normalize
8
8
  */
9
- export * from "./normalize-color.d.ts";
10
- export * from "./normalize-css-value.d.ts";
11
- export * from "./normalize-key-aliases.d.ts";
12
- export * from "./normalize-license.d.ts";
13
- export * from "./normalize-path.d.ts";
14
- export * from "./normalize-relative-path.d.ts";
15
- export * from "./normalize-size.d.ts";
16
- export * from "./normalize-url.d.ts";
9
+ export type * from "./normalize-color.d.ts";
10
+ export type * from "./normalize-css-value.d.ts";
11
+ export type * from "./normalize-key-aliases.d.ts";
12
+ export type * from "./normalize-license.d.ts";
13
+ export type * from "./normalize-path.d.ts";
14
+ export type * from "./normalize-relative-path.d.ts";
15
+ export type * from "./normalize-size.d.ts";
16
+ export type * from "./normalize-url.d.ts";