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
@@ -6,9 +6,9 @@
6
6
  /**
7
7
  * @module helpers/size
8
8
  */
9
- export * from "./get-content-width.d.ts";
10
- export * from "./get-scroll-parent.d.ts";
11
- export * from "./inner-width.d.ts";
12
- export * from "./object-size.d.ts";
13
- export * from "./offset.d.ts";
14
- export * from "./position.d.ts";
9
+ export type * from "./get-content-width.d.ts";
10
+ export type * from "./get-scroll-parent.d.ts";
11
+ export type * from "./inner-width.d.ts";
12
+ export type * from "./object-size.d.ts";
13
+ export type * from "./offset.d.ts";
14
+ export type * from "./position.d.ts";
@@ -6,10 +6,10 @@
6
6
  /**
7
7
  * @module helpers/string
8
8
  */
9
- export * from "./camel-case.d.ts";
10
- export * from "./fuzzy-search-index.d.ts";
11
- export * from "./i18n.d.ts";
12
- export * from "./kebab-case.d.ts";
13
- export * from "./stringify.d.ts";
14
- export * from "./trim.d.ts";
15
- export * from "./ucfirst.d.ts";
9
+ export type * from "./camel-case.d.ts";
10
+ export type * from "./fuzzy-search-index.d.ts";
11
+ export type * from "./i18n.d.ts";
12
+ export type * from "./kebab-case.d.ts";
13
+ export type * from "./stringify.d.ts";
14
+ export type * from "./trim.d.ts";
15
+ export type * from "./ucfirst.d.ts";
@@ -6,7 +6,7 @@
6
6
  /**
7
7
  * @module helpers/utils
8
8
  */
9
- import { isAbortError } from "../../../checker/is-abort-error.d.ts";
9
+ import type { isAbortError } from "../../../checker/is-abort-error.d.ts";
10
10
  /**
11
11
  * `AbortError` is not a separate exception, but rather a {@link DOMException} with a special `name`.
12
12
  * https://webidl.spec.whatwg.org/#aborterror
@@ -6,6 +6,6 @@
6
6
  /**
7
7
  * @module helpers/utils
8
8
  */
9
- export * from "./abort-error.d.ts";
10
- export * from "./connection-error.d.ts";
11
- export * from "./options-error.d.ts";
9
+ export type * from "./abort-error.d.ts";
10
+ export type * from "./connection-error.d.ts";
11
+ export type * from "./options-error.d.ts";
@@ -6,5 +6,5 @@
6
6
  /**
7
7
  * @module helpers/utils
8
8
  */
9
- export * from "./error.d.ts";
10
- export * from "./errors/index.d.ts";
9
+ export type * from "./error.d.ts";
10
+ export type * from "./errors/index.d.ts";
@@ -6,30 +6,30 @@
6
6
  /**
7
7
  * @module helpers/utils
8
8
  */
9
- export * from "./align.d.ts";
10
- export * from "./append-script.d.ts";
11
- export * from "./assert.d.ts";
12
- export * from "./attr.d.ts";
13
- export * from "./browser.d.ts";
14
- export * from "./build-query.d.ts";
15
- export * from "./complete-url.d.ts";
16
- export * from "./config-proto.d.ts";
17
- export * from "./convert-media-url-to-video-embed.d.ts";
18
- export * from "./css.d.ts";
19
- export * from "./ctrl-key.d.ts";
20
- export * from "./data-bind.d.ts";
21
- export * from "./default-language.d.ts";
22
- export * from "./error/index.d.ts";
23
- export * from "./extend.d.ts";
24
- export * from "./get.d.ts";
25
- export * from "./get-class-name.d.ts";
26
- export * from "./human-size-to-bytes.d.ts";
27
- export * from "./mark-deprecated.d.ts";
28
- export * from "./parse-query.d.ts";
29
- export * from "./print.d.ts";
30
- export * from "./reset.d.ts";
31
- export * from "./scroll-into-view.d.ts";
32
- export * from "./selector.d.ts";
33
- export * from "./set.d.ts";
34
- export * from "./stack.d.ts";
35
- export * from "./utils.d.ts";
9
+ export type * from "./align.d.ts";
10
+ export type * from "./append-script.d.ts";
11
+ export type * from "./assert.d.ts";
12
+ export type * from "./attr.d.ts";
13
+ export type * from "./browser.d.ts";
14
+ export type * from "./build-query.d.ts";
15
+ export type * from "./complete-url.d.ts";
16
+ export type * from "./config-proto.d.ts";
17
+ export type * from "./convert-media-url-to-video-embed.d.ts";
18
+ export type * from "./css.d.ts";
19
+ export type * from "./ctrl-key.d.ts";
20
+ export type * from "./data-bind.d.ts";
21
+ export type * from "./default-language.d.ts";
22
+ export type * from "./error/index.d.ts";
23
+ export type * from "./extend.d.ts";
24
+ export type * from "./get.d.ts";
25
+ export type * from "./get-class-name.d.ts";
26
+ export type * from "./human-size-to-bytes.d.ts";
27
+ export type * from "./mark-deprecated.d.ts";
28
+ export type * from "./parse-query.d.ts";
29
+ export type * from "./print.d.ts";
30
+ export type * from "./reset.d.ts";
31
+ export type * from "./scroll-into-view.d.ts";
32
+ export type * from "./selector.d.ts";
33
+ export type * from "./set.d.ts";
34
+ export type * from "./stack.d.ts";
35
+ export type * from "./utils.d.ts";
@@ -6,5 +6,5 @@
6
6
  /**
7
7
  * @module plugin
8
8
  */
9
- export * from "./plugin.d.ts";
10
- export * from "./plugin-system.d.ts";
9
+ export type * from "./plugin.d.ts";
10
+ export type * from "./plugin-system.d.ts";
@@ -9,7 +9,7 @@
9
9
  * @module plugin
10
10
  */
11
11
  import type { CanUndef, IJodit, IPlugin, IViewBased } from "../../types/index.d.ts";
12
- import { ViewComponent } from "../component/index.d.ts";
12
+ import type { ViewComponent } from "../component/index.d.ts";
13
13
  export declare abstract class Plugin<T extends IViewBased = IJodit> extends ViewComponent<T> implements IPlugin<T> {
14
14
  static requires: string[];
15
15
  /** @override */
@@ -6,5 +6,5 @@
6
6
  /**
7
7
  * @module request
8
8
  */
9
- export * from "./ajax.d.ts";
10
- export * from "./response.d.ts";
9
+ export type * from "./ajax.d.ts";
10
+ export type * from "./response.d.ts";
@@ -3,8 +3,8 @@
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
- export * from "./move-node-inside-start.d.ts";
7
- export * from "./move-the-node-along-the-edge-outward.d.ts";
6
+ export type * from "./move-node-inside-start.d.ts";
7
+ export type * from "./move-the-node-along-the-edge-outward.d.ts";
8
8
  /**
9
9
  * Check if the cursor is at the edge of the string
10
10
  * @private
@@ -6,6 +6,6 @@
6
6
  /**
7
7
  * @module selection
8
8
  */
9
- export * from "./selection.d.ts";
10
- export * from "./style/commit-style.d.ts";
11
- export * from "./style/constants.d.ts";
9
+ export type * from "./selection.d.ts";
10
+ export type * from "./style/commit-style.d.ts";
11
+ export type * from "./style/constants.d.ts";
@@ -3,18 +3,18 @@
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
- export * from "./extract.d.ts";
7
- export * from "./finite-state-machine.d.ts";
8
- export * from "./get-suit-child.d.ts";
9
- export * from "./get-suit-parent.d.ts";
10
- export * from "./has-same-style.d.ts";
11
- export * from "./is-inside-invisible-element.d.ts";
12
- export * from "./is-normal-node.d.ts";
13
- export * from "./is-same-attributes.d.ts";
14
- export * from "./is-suit-element.d.ts";
15
- export * from "./list/toggle-ordered-list.d.ts";
16
- export * from "./list/wrap-list.d.ts";
17
- export * from "./toggle-attributes.d.ts";
18
- export * from "./unwrap-children.d.ts";
19
- export * from "./wrap.d.ts";
20
- export * from "./wrap-unwrapped-text.d.ts";
6
+ export type * from "./extract.d.ts";
7
+ export type * from "./finite-state-machine.d.ts";
8
+ export type * from "./get-suit-child.d.ts";
9
+ export type * from "./get-suit-parent.d.ts";
10
+ export type * from "./has-same-style.d.ts";
11
+ export type * from "./is-inside-invisible-element.d.ts";
12
+ export type * from "./is-normal-node.d.ts";
13
+ export type * from "./is-same-attributes.d.ts";
14
+ export type * from "./is-suit-element.d.ts";
15
+ export type * from "./list/toggle-ordered-list.d.ts";
16
+ export type * from "./list/wrap-list.d.ts";
17
+ export type * from "./toggle-attributes.d.ts";
18
+ export type * from "./unwrap-children.d.ts";
19
+ export type * from "./wrap.d.ts";
20
+ export type * from "./wrap-unwrapped-text.d.ts";
@@ -6,6 +6,6 @@
6
6
  /**
7
7
  * @module storage
8
8
  */
9
- export * from "./engines/local-storage-provider.d.ts";
10
- export * from "./engines/memory-storage-provider.d.ts";
11
- export * from "./storage.d.ts";
9
+ export type * from "./engines/local-storage-provider.d.ts";
10
+ export type * from "./engines/memory-storage-provider.d.ts";
11
+ export type * from "./storage.d.ts";
@@ -7,7 +7,7 @@
7
7
  * @module ui/button
8
8
  */
9
9
  import type { ButtonVariant, IUIButton, IUIButtonState, IUIButtonStatePartial, IViewBased } from "../../../../types/index.d.ts";
10
- import { UIElement } from "../../element.d.ts";
10
+ import type { UIElement } from "../../element.d.ts";
11
11
  export declare const UIButtonState: () => IUIButtonState;
12
12
  export declare class UIButton extends UIElement implements IUIButton {
13
13
  /** @override */
@@ -7,7 +7,7 @@
7
7
  * @module ui/button
8
8
  */
9
9
  import type { IDictionary, IUIButton, IUIOption, IViewBased } from "../../../../types/index.d.ts";
10
- import { UIGroup } from "../../group/group.d.ts";
10
+ import type { UIGroup } from "../../group/group.d.ts";
11
11
  export declare class UIButtonGroup extends UIGroup {
12
12
  readonly options: {
13
13
  name?: string;
@@ -8,6 +8,6 @@
8
8
  * @packageDocumentation
9
9
  * @module ui/button
10
10
  */
11
- export * from "./button/button.d.ts";
12
- export * from "./group/group.d.ts";
13
- export * from "./tooltip/tooltip.d.ts";
11
+ export type * from "./button/button.d.ts";
12
+ export type * from "./group/group.d.ts";
13
+ export type * from "./tooltip/tooltip.d.ts";
@@ -9,7 +9,7 @@
9
9
  * @module ui/button
10
10
  */
11
11
  import type { IViewBased } from "../../../../types/index.d.ts";
12
- import { UIElement } from "../../element.d.ts";
12
+ import type { UIElement } from "../../element.d.ts";
13
13
  export declare class UITooltip extends UIElement {
14
14
  private __isOpened;
15
15
  className(): string;
@@ -7,9 +7,9 @@
7
7
  * @module ui
8
8
  */
9
9
  import type { IDictionary, IUIElement, IViewBased, Nullable } from "../../types/index.d.ts";
10
- import { ViewComponent } from "../component/index.d.ts";
11
- import { Elms } from "../traits/elms.d.ts";
12
- import { Mods } from "../traits/mods.d.ts";
10
+ import type { ViewComponent } from "../component/index.d.ts";
11
+ import type { Elms } from "../traits/elms.d.ts";
12
+ import type { Mods } from "../traits/mods.d.ts";
13
13
  export interface UIElement extends Mods, Elms {
14
14
  }
15
15
  export declare abstract class UIElement<T extends IViewBased = IViewBased> extends ViewComponent<T> implements IUIElement, Mods, Elms {
@@ -7,7 +7,7 @@
7
7
  * @module ui/form
8
8
  */
9
9
  import type { IUIElement, IViewBased } from "../../../../types/index.d.ts";
10
- import { UIGroup } from "../../group/group.d.ts";
10
+ import type { UIGroup } from "../../group/group.d.ts";
11
11
  export declare class UIBlock extends UIGroup {
12
12
  readonly options: {
13
13
  className?: string;
@@ -9,7 +9,7 @@
9
9
  * @module ui/form
10
10
  */
11
11
  import type { IDictionary, IUIForm } from "../../../types/index.d.ts";
12
- import { UIGroup } from "../group/group.d.ts";
12
+ import type { UIGroup } from "../group/group.d.ts";
13
13
  export declare class UIForm extends UIGroup implements IUIForm {
14
14
  /** @override */
15
15
  className(): string;
@@ -6,6 +6,6 @@
6
6
  /**
7
7
  * @module ui/form
8
8
  */
9
- export * from "./block/block.d.ts";
10
- export * from "./form.d.ts";
11
- export * from "./inputs/index.d.ts";
9
+ export type * from "./block/block.d.ts";
10
+ export type * from "./form.d.ts";
11
+ export type * from "./inputs/index.d.ts";
@@ -7,7 +7,7 @@
7
7
  * @module ui/form
8
8
  */
9
9
  import type { IUIInput, IUITextArea, IViewBased } from "../../../../../types/index.d.ts";
10
- import { UIInput } from "../input/input.d.ts";
10
+ import type { UIInput } from "../input/input.d.ts";
11
11
  export declare class UITextArea extends UIInput implements IUITextArea {
12
12
  /** @override */
13
13
  className(): string;
@@ -7,7 +7,7 @@
7
7
  * @module ui/form
8
8
  */
9
9
  import type { IUICheckBox, IViewBased } from "../../../../../types/index.d.ts";
10
- import { UIInput } from "../input/input.d.ts";
10
+ import type { UIInput } from "../input/input.d.ts";
11
11
  export declare class UICheckbox extends UIInput implements IUICheckBox {
12
12
  /** @override */
13
13
  className(): string;
@@ -7,7 +7,7 @@
7
7
  * @module ui/form
8
8
  */
9
9
  import type { IUIInput, IViewBased } from "../../../../../types/index.d.ts";
10
- import { UIInput } from "../input/input.d.ts";
10
+ import type { UIInput } from "../input/input.d.ts";
11
11
  export declare class UIFileInput extends UIInput {
12
12
  private button;
13
13
  state: UIInput['state'] & {
@@ -6,8 +6,8 @@
6
6
  /**
7
7
  * @module ui/form
8
8
  */
9
- export * from "./area/area.d.ts";
10
- export * from "./checkbox/checkbox.d.ts";
11
- export * from "./file/file.d.ts";
12
- export * from "./input/input.d.ts";
13
- export * from "./select/select.d.ts";
9
+ export type * from "./area/area.d.ts";
10
+ export type * from "./checkbox/checkbox.d.ts";
11
+ export type * from "./file/file.d.ts";
12
+ export type * from "./input/input.d.ts";
13
+ export type * from "./select/select.d.ts";
@@ -7,7 +7,7 @@
7
7
  * @module ui/form
8
8
  */
9
9
  import type { IUIInput, IUIInputValidator, IViewBased } from "../../../../../types/index.d.ts";
10
- import { UIElement } from "../../../element.d.ts";
10
+ import type { UIElement } from "../../../element.d.ts";
11
11
  export declare class UIInput extends UIElement implements IUIInput {
12
12
  /** @override */
13
13
  className(): string;
@@ -7,7 +7,7 @@
7
7
  * @module ui/form
8
8
  */
9
9
  import type { IUISelect, IViewBased } from "../../../../../types/index.d.ts";
10
- import { UIInput } from "../input/input.d.ts";
10
+ import type { UIInput } from "../input/input.d.ts";
11
11
  export declare class UISelect extends UIInput implements IUISelect {
12
12
  /** @override */
13
13
  className(): string;
@@ -9,7 +9,7 @@
9
9
  * @module ui/group
10
10
  */
11
11
  import type { IDictionary, IUIButtonState, IUIElement, IUIGroup, IViewBased, ModType } from "../../../types/index.d.ts";
12
- import { UIElement } from "../element.d.ts";
12
+ import type { UIElement } from "../element.d.ts";
13
13
  export declare class UIGroup<T extends IViewBased = IViewBased> extends UIElement<T> implements IUIGroup {
14
14
  readonly options?: IDictionary | undefined;
15
15
  className(): string;
@@ -6,7 +6,7 @@
6
6
  /**
7
7
  * @module ui/group
8
8
  */
9
- export * from "./group.d.ts";
10
- export * from "./list.d.ts";
11
- export * from "./separator.d.ts";
12
- export * from "./spacer.d.ts";
9
+ export type * from "./group.d.ts";
10
+ export type * from "./list.d.ts";
11
+ export type * from "./separator.d.ts";
12
+ export type * from "./spacer.d.ts";
@@ -7,7 +7,7 @@
7
7
  * @module ui/group
8
8
  */
9
9
  import type { ButtonsOption, IControlTypeStrong, IUIButton, IUIList, IViewBased, Nullable } from "../../../types/index.d.ts";
10
- import { UIGroup } from "./group.d.ts";
10
+ import type { UIGroup } from "./group.d.ts";
11
11
  export declare class UIList<T extends IViewBased = IViewBased> extends UIGroup<T> implements IUIList {
12
12
  /** @override */
13
13
  className(): string;
@@ -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 { UIElement } from "../element.d.ts";
6
+ import type { UIElement } from "../element.d.ts";
7
7
  export declare class UISeparator extends UIElement {
8
8
  className(): string;
9
9
  }
@@ -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 { UIElement } from "../element.d.ts";
6
+ import type { UIElement } from "../element.d.ts";
7
7
  export declare class UISpacer extends UIElement {
8
8
  className(): string;
9
9
  }
@@ -8,10 +8,10 @@
8
8
  * @packageDocumentation
9
9
  * @module ui
10
10
  */
11
- export * from "./button/index.d.ts";
12
- export * from "./element.d.ts";
13
- export * from "./form/index.d.ts";
14
- export * from "./group/index.d.ts";
15
- export * from "./icon.d.ts";
16
- export * from "./popup/index.d.ts";
17
- export * from "./progress-bar/progress-bar.d.ts";
11
+ export type * from "./button/index.d.ts";
12
+ export type * from "./element.d.ts";
13
+ export type * from "./form/index.d.ts";
14
+ export type * from "./group/index.d.ts";
15
+ export type * from "./icon.d.ts";
16
+ export type * from "./popup/index.d.ts";
17
+ export type * from "./progress-bar/progress-bar.d.ts";
@@ -6,4 +6,4 @@
6
6
  /**
7
7
  * @module ui/popup
8
8
  */
9
- export * from "./popup.d.ts";
9
+ export type * from "./popup.d.ts";
@@ -9,7 +9,7 @@
9
9
  * @module ui/popup
10
10
  */
11
11
  import type { IBound, IPopup, IUIElement, IViewBased, PopupStrategy } from "../../../types/index.d.ts";
12
- import { UIGroup } from "../group/group.d.ts";
12
+ import type { UIGroup } from "../group/group.d.ts";
13
13
  type getBoundFunc = () => IBound;
14
14
  export declare class Popup extends UIGroup implements IPopup {
15
15
  readonly smart: boolean;
@@ -9,7 +9,7 @@
9
9
  * @module ui/progress-bar
10
10
  */
11
11
  import type { IProgressBar } from "../../../types/index.d.ts";
12
- import { UIElement } from "../element.d.ts";
12
+ import type { UIElement } from "../element.d.ts";
13
13
  export declare class ProgressBar extends UIElement implements IProgressBar {
14
14
  /** @override */
15
15
  className(): string;
@@ -7,7 +7,7 @@
7
7
  * @module view
8
8
  */
9
9
  import type { IDictionary, IPluginButton, IToolbarCollection, IViewOptions, IViewWithToolbar } from "../../types/index.d.ts";
10
- import { View } from "./view.d.ts";
10
+ import type { View } from "./view.d.ts";
11
11
  export declare abstract class ViewWithToolbar extends View implements IViewWithToolbar {
12
12
  TOOLBAR: IToolbarCollection;
13
13
  toolbar: this['TOOLBAR'];
@@ -9,9 +9,9 @@
9
9
  * @module view
10
10
  */
11
11
  import type { IComponent, ICreate, IDictionary, IEventEmitter, IMessages, IProgressBar, IStorage, IViewBased, IViewOptions, Nullable } from "../../types/index.d.ts";
12
- import { Component } from "../component/component.d.ts";
13
- import { Elms } from "../traits/elms.d.ts";
14
- import { Mods } from "../traits/mods.d.ts";
12
+ import type { Component } from "../component/component.d.ts";
13
+ import type { Elms } from "../traits/elms.d.ts";
14
+ import type { Mods } from "../traits/mods.d.ts";
15
15
  export interface View extends Mods, Elms {
16
16
  }
17
17
  export declare abstract class View extends Component implements IViewBased, Mods, Elms {
package/types/index.d.ts CHANGED
@@ -8,7 +8,7 @@
8
8
  * @packageDocumentation
9
9
  * @module jodit
10
10
  */
11
- import { Jodit as DefaultJodit } from "./jodit.d.ts";
11
+ import type { Jodit as DefaultJodit } from "./jodit.d.ts";
12
12
  import "./plugins/index.d.ts";
13
13
  export { DefaultJodit as Jodit };
14
14
  export declare class CommitMode {
package/types/jodit.d.ts CHANGED
@@ -10,10 +10,10 @@
10
10
  */
11
11
  import type { AjaxOptions, CanPromise, CustomCommand, DeepPartial, ICreate, IDictionary, IFileBrowser, IHistory, IJodit, IMessages, IPluginSystem, IResponse, IStatusBar, IUploader, IWorkPlace, Modes } from "./types/index.d.ts";
12
12
  import type * as Modules from "./modules/index.d.ts";
13
- import * as constants from "./core/constants.d.ts";
14
- import { Dlgs } from "./core/traits/dlgs.d.ts";
15
- import { Config } from "./config.d.ts";
16
- import { Selection, ViewWithToolbar } from "./modules/index.d.ts";
13
+ import type * as constants from "./core/constants.d.ts";
14
+ import type { Dlgs } from "./core/traits/dlgs.d.ts";
15
+ import type { Config } from "./config.d.ts";
16
+ import type { Selection, ViewWithToolbar } from "./modules/index.d.ts";
17
17
  /**
18
18
  * Class Jodit. Main class
19
19
  */
@@ -9,7 +9,7 @@
9
9
  * @module modules/context-menu
10
10
  */
11
11
  import type { IContextMenu, IContextMenuAction } from "../../types/index.d.ts";
12
- import { Popup } from "../../core/ui/popup/popup.d.ts";
12
+ import type { Popup } from "../../core/ui/popup/popup.d.ts";
13
13
  /**
14
14
  * Module to generate context menu
15
15
  */
@@ -7,7 +7,7 @@
7
7
  * @module modules/dialog
8
8
  */
9
9
  import type { Content, IDialog, IDialogOptions, IToolbarCollection } from "../../types/index.d.ts";
10
- import { ViewWithToolbar } from "../../core/view/view-with-toolbar.d.ts";
10
+ import type { ViewWithToolbar } from "../../core/view/view-with-toolbar.d.ts";
11
11
  declare module 'jodit/config' {
12
12
  interface Config {
13
13
  dialog: IDialogOptions;
@@ -8,7 +8,7 @@
8
8
  * @packageDocumentation
9
9
  * @module modules/dialog
10
10
  */
11
- export { Alert } from "./alert.d.ts";
12
- export { Confirm } from "./confirm.d.ts";
13
- export { Dialog } from "./dialog.d.ts";
14
- export { Prompt } from "./prompt.d.ts";
11
+ export type { Alert } from "./alert.d.ts";
12
+ export type { Confirm } from "./confirm.d.ts";
13
+ export type { Dialog } from "./dialog.d.ts";
14
+ export type { Prompt } from "./prompt.d.ts";
@@ -7,10 +7,10 @@
7
7
  * @module modules/file-browser
8
8
  */
9
9
  import type { CanUndef, IFileBrowser, IFileBrowserCallBackData, IFileBrowserDataProvider, IFileBrowserOptions, IFileBrowserState, IStorage, IUploader } from "../../types/index.d.ts";
10
- import { Dlgs } from "../../core/traits/dlgs.d.ts";
11
- import { ViewWithToolbar } from "../../core/view/view-with-toolbar.d.ts";
10
+ import type { Dlgs } from "../../core/traits/dlgs.d.ts";
11
+ import type { ViewWithToolbar } from "../../core/view/view-with-toolbar.d.ts";
12
12
  import "./config.d.ts";
13
- import { FileBrowserFiles, FileBrowserTree } from "./ui/index.d.ts";
13
+ import type { FileBrowserFiles, FileBrowserTree } from "./ui/index.d.ts";
14
14
  export interface FileBrowser extends Dlgs {
15
15
  }
16
16
  export declare class FileBrowser extends ViewWithToolbar implements IFileBrowser, Dlgs {
@@ -8,4 +8,4 @@
8
8
  * @packageDocumentation
9
9
  * @module modules/file-browser
10
10
  */
11
- export * from "./file-browser.d.ts";
11
+ export type * from "./file-browser.d.ts";
@@ -3,7 +3,7 @@
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
4
  * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
- import { UIGroup } from "../../../../core/ui/index.d.ts";
6
+ import type { UIGroup } from "../../../../core/ui/index.d.ts";
7
7
  export declare class FileBrowserFiles extends UIGroup {
8
8
  className(): string;
9
9
  }
@@ -6,5 +6,5 @@
6
6
  /**
7
7
  * @module modules/file-browser
8
8
  */
9
- export * from "./files/files.d.ts";
10
- export * from "./tree/tree.d.ts";
9
+ export type * from "./files/files.d.ts";
10
+ export type * from "./tree/tree.d.ts";
@@ -3,7 +3,7 @@
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
4
  * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
- import { UIGroup } from "../../../../core/ui/index.d.ts";
6
+ import type { UIGroup } from "../../../../core/ui/index.d.ts";
7
7
  export declare class FileBrowserTree extends UIGroup {
8
8
  className(): string;
9
9
  }