jodit 4.3.1 → 4.4.1

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 (551) hide show
  1. package/es2015/jodit.css +1 -1
  2. package/es2015/jodit.fat.min.js +2 -2
  3. package/es2015/jodit.js +23 -23
  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 +23 -23
  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 +23 -23
  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 +23 -23
  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 +2 -2
  42. package/es5/5.js +5 -5
  43. package/es5/5.min.js +2 -2
  44. package/es5/975.fat.min.js +10 -0
  45. package/es5/{164.js → 975.js} +2025 -1920
  46. package/es5/975.min.js +10 -0
  47. package/es5/jodit.css +2 -2
  48. package/es5/jodit.fat.min.js +2 -2
  49. package/es5/jodit.js +28 -24
  50. package/es5/jodit.min.css +2 -2
  51. package/es5/jodit.min.js +2 -2
  52. package/es5/plugins/debug/debug.css +1 -1
  53. package/es5/plugins/debug/debug.js +1 -1
  54. package/es5/plugins/debug/debug.min.js +1 -1
  55. package/es5/plugins/speech-recognize/speech-recognize.css +1 -1
  56. package/es5/plugins/speech-recognize/speech-recognize.js +1 -1
  57. package/es5/plugins/speech-recognize/speech-recognize.min.js +1 -1
  58. package/esm/config2.d.ts +1632 -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/index.d.ts +11 -11
  65. package/esm/core/dom/index.d.ts +2 -2
  66. package/esm/core/dom/lazy-walker.d.ts +1 -1
  67. package/esm/core/event-emitter/index.d.ts +4 -4
  68. package/esm/core/global.d.ts +1 -1
  69. package/esm/core/helpers/array/index.d.ts +3 -3
  70. package/esm/core/helpers/async/index.d.ts +1 -1
  71. package/esm/core/helpers/checker/index.d.ts +25 -25
  72. package/esm/core/helpers/checker/is-abort-error.d.ts +1 -1
  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/normalize/index.d.ts +8 -8
  76. package/esm/core/helpers/size/index.d.ts +6 -6
  77. package/esm/core/helpers/string/index.d.ts +7 -7
  78. package/esm/core/helpers/utils/error/errors/abort-error.d.ts +1 -1
  79. package/esm/core/helpers/utils/error/errors/index.d.ts +3 -3
  80. package/esm/core/helpers/utils/error/index.d.ts +1 -1
  81. package/esm/core/helpers/utils/index.d.ts +26 -26
  82. package/esm/core/plugin/index.d.ts +2 -2
  83. package/esm/core/plugin/plugin-system.d.ts +1 -1
  84. package/esm/core/request/ajax.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/selection.d.ts +1 -1
  89. package/esm/core/selection/style/api/index.d.ts +15 -15
  90. package/esm/core/storage/index.d.ts +3 -3
  91. package/esm/core/ui/button/button/button.d.ts +1 -2
  92. package/esm/core/ui/button/group/group.d.ts +1 -2
  93. package/esm/core/ui/button/index.d.ts +3 -3
  94. package/esm/core/ui/button/tooltip/tooltip.d.ts +1 -2
  95. package/esm/core/ui/element.d.ts +2 -2
  96. package/esm/core/ui/form/block/block.d.ts +1 -2
  97. package/esm/core/ui/form/form.d.ts +1 -1
  98. package/esm/core/ui/form/index.d.ts +2 -2
  99. package/esm/core/ui/form/inputs/area/area.d.ts +1 -2
  100. package/esm/core/ui/form/inputs/checkbox/checkbox.d.ts +1 -2
  101. package/esm/core/ui/form/inputs/file/file.d.ts +1 -2
  102. package/esm/core/ui/form/inputs/index.d.ts +5 -5
  103. package/esm/core/ui/form/inputs/input/input.d.ts +1 -2
  104. package/esm/core/ui/form/inputs/select/select.d.ts +1 -2
  105. package/esm/core/ui/form/validators/index.d.ts +2 -2
  106. package/esm/core/ui/group/group.d.ts +1 -2
  107. package/esm/core/ui/group/index.d.ts +4 -4
  108. package/esm/core/ui/group/list.d.ts +1 -2
  109. package/esm/core/ui/group/separator.d.ts +1 -1
  110. package/esm/core/ui/group/spacer.d.ts +1 -1
  111. package/esm/core/ui/index.d.ts +3 -3
  112. package/esm/core/ui/popup/index.d.ts +1 -1
  113. package/esm/core/ui/popup/popup.d.ts +1 -2
  114. package/esm/core/ui/progress-bar/progress-bar.d.ts +1 -2
  115. package/esm/core/view/view-with-toolbar.d.ts +1 -2
  116. package/esm/core/view/view.d.ts +3 -3
  117. package/esm/index.d.ts +2 -4
  118. package/esm/jodit.d.ts +3 -3
  119. package/esm/modules/context-menu/context-menu.d.ts +1 -2
  120. package/esm/modules/dialog/dialog.d.ts +1 -2
  121. package/esm/modules/dialog/index.d.ts +4 -4
  122. package/esm/modules/file-browser/config.d.ts +1 -1
  123. package/esm/modules/file-browser/file-browser.d.ts +3 -4
  124. package/esm/modules/file-browser/index.d.ts +1 -1
  125. package/esm/modules/file-browser/ui/files/files.d.ts +0 -1
  126. package/esm/modules/file-browser/ui/index.d.ts +2 -2
  127. package/esm/modules/file-browser/ui/tree/tree.d.ts +0 -1
  128. package/esm/modules/history/command.d.ts +1 -1
  129. package/esm/modules/history/history.d.ts +2 -2
  130. package/esm/modules/history/stack.d.ts +1 -1
  131. package/esm/modules/image-editor/icons/crop.svg.js +1 -1
  132. package/esm/modules/image-editor/icons/resize.svg.js +1 -1
  133. package/esm/modules/image-editor/image-editor.d.ts +1 -2
  134. package/esm/modules/index.d.ts +13 -13
  135. package/esm/modules/messages/messages.d.ts +1 -2
  136. package/esm/modules/status-bar/status-bar.d.ts +2 -3
  137. package/esm/modules/toolbar/button/button.d.ts +0 -1
  138. package/esm/modules/toolbar/button/content.d.ts +0 -1
  139. package/esm/modules/toolbar/button/index.d.ts +3 -3
  140. package/esm/modules/toolbar/button/select/select.d.ts +1 -2
  141. package/esm/modules/toolbar/collection/collection.d.ts +0 -1
  142. package/esm/modules/toolbar/collection/editor-collection.d.ts +1 -1
  143. package/esm/modules/uploader/helpers/index.d.ts +5 -5
  144. package/esm/modules/uploader/uploader.d.ts +1 -2
  145. package/esm/modules/widget/color-picker/color-picker.d.ts +0 -1
  146. package/esm/modules/widget/color-picker/palette.svg.js +1 -1
  147. package/esm/modules/widget/index.d.ts +3 -3
  148. package/esm/modules/widget/tabs/tabs.d.ts +0 -1
  149. package/esm/plugins/about/about.d.ts +0 -1
  150. package/esm/plugins/about/about.svg.js +1 -1
  151. package/esm/plugins/add-new-line/add-new-line.d.ts +1 -2
  152. package/esm/plugins/add-new-line/enter.svg.js +1 -1
  153. package/esm/plugins/ai-assistant/ai-assistant.d.ts +2 -2
  154. package/esm/plugins/ai-assistant/ai-assistant.svg.js +1 -1
  155. package/esm/plugins/ai-assistant/chat-bot.svg.js +1 -1
  156. package/esm/plugins/ai-assistant/config.d.ts +1 -62
  157. package/esm/plugins/ai-assistant/interface.d.ts +62 -0
  158. package/esm/plugins/ai-assistant/interface.js +1 -0
  159. package/esm/plugins/ai-assistant/langs/index.d.ts +2 -2
  160. package/esm/plugins/ai-assistant/ui/ui-ai-assistant.d.ts +1 -2
  161. package/esm/plugins/backspace/backspace.d.ts +1 -1
  162. package/esm/plugins/backspace/cases/check-remove-char.d.ts +1 -1
  163. package/esm/plugins/backspace/cases/index.d.ts +2 -2
  164. package/esm/plugins/bold/bold.d.ts +2 -2
  165. package/esm/plugins/bold/icons/bold.svg.js +1 -1
  166. package/esm/plugins/bold/icons/italic.svg.js +1 -1
  167. package/esm/plugins/bold/icons/strikethrough.svg.js +1 -1
  168. package/esm/plugins/bold/icons/subscript.svg.js +1 -1
  169. package/esm/plugins/bold/icons/superscript.svg.js +1 -1
  170. package/esm/plugins/bold/icons/underline.svg.js +1 -1
  171. package/esm/plugins/class-span/class-span.svg.js +1 -1
  172. package/esm/plugins/clean-html/clean-html.d.ts +2 -2
  173. package/esm/plugins/clean-html/eraser.svg.js +1 -1
  174. package/esm/plugins/clean-html/helpers/index.d.ts +4 -4
  175. package/esm/plugins/clean-html/helpers/visitor/filters/index.d.ts +7 -7
  176. package/esm/plugins/clipboard/clipboard.d.ts +1 -1
  177. package/esm/plugins/clipboard/icons/copy.svg.js +1 -1
  178. package/esm/plugins/clipboard/icons/cut.svg.js +1 -1
  179. package/esm/plugins/clipboard/icons/paste.svg.js +1 -1
  180. package/esm/plugins/clipboard/icons/select-all.svg.js +1 -1
  181. package/esm/plugins/color/brush.svg.js +1 -1
  182. package/esm/plugins/color/color.d.ts +1 -1
  183. package/esm/plugins/copy-format/copy-format.svg.js +1 -1
  184. package/esm/plugins/copy-format/langs/index.d.ts +21 -21
  185. package/esm/plugins/debug/debug.d.ts +1 -2
  186. package/esm/plugins/delete/delete.d.ts +1 -1
  187. package/esm/plugins/drag-and-drop-element/drag-and-drop-element.d.ts +1 -1
  188. package/esm/plugins/dtd/after-insert/index.d.ts +1 -1
  189. package/esm/plugins/dtd/before-insert/index.d.ts +1 -1
  190. package/esm/plugins/dtd/dtd.d.ts +1 -1
  191. package/esm/plugins/enter/enter.d.ts +2 -2
  192. package/esm/plugins/enter/helpers/index.d.ts +9 -9
  193. package/esm/plugins/font/font.d.ts +1 -1
  194. package/esm/plugins/font/icons/font.svg.js +1 -1
  195. package/esm/plugins/font/icons/fontsize.svg.js +1 -1
  196. package/esm/plugins/format-block/format-block.d.ts +1 -1
  197. package/esm/plugins/format-block/paragraph.svg.js +1 -1
  198. package/esm/plugins/fullsize/config.d.ts +0 -1
  199. package/esm/plugins/fullsize/fullsize.d.ts +1 -2
  200. package/esm/plugins/fullsize/icons/fullsize.svg.js +1 -1
  201. package/esm/plugins/fullsize/icons/shrink.svg.js +1 -1
  202. package/esm/plugins/hotkeys/hotkeys.d.ts +1 -1
  203. package/esm/plugins/hr/hr.svg.js +1 -1
  204. package/esm/plugins/iframe/iframe.d.ts +1 -1
  205. package/esm/plugins/image/image.svg.js +1 -1
  206. package/esm/plugins/image-processor/image-processor.d.ts +1 -1
  207. package/esm/plugins/image-properties/config.d.ts +4 -1
  208. package/esm/plugins/image-properties/config.js +0 -3
  209. package/esm/plugins/image-properties/image-properties.d.ts +3 -3
  210. package/esm/plugins/image-properties/readers/align.d.ts +1 -1
  211. package/esm/plugins/image-properties/readers/index.d.ts +1 -1
  212. package/esm/plugins/image-properties/readers/link.d.ts +1 -1
  213. package/esm/plugins/image-properties/readers/margin.d.ts +1 -1
  214. package/esm/plugins/image-properties/readers/size.d.ts +1 -1
  215. package/esm/plugins/image-properties/ui/ui-image-form.d.ts +2 -3
  216. package/esm/plugins/image-properties/ui/ui-image-main-tab.d.ts +2 -2
  217. package/esm/plugins/image-properties/ui/ui-image-position-tab.d.ts +2 -2
  218. package/esm/plugins/image-properties/utils/open-image-editor.d.ts +1 -1
  219. package/esm/plugins/image-properties/utils/open-image-popup.d.ts +1 -1
  220. package/esm/plugins/image-properties/writers/index.d.ts +1 -1
  221. package/esm/plugins/indent/icons/indent.svg.js +1 -1
  222. package/esm/plugins/indent/icons/outdent.svg.js +1 -1
  223. package/esm/plugins/indent/indent.d.ts +1 -1
  224. package/esm/plugins/index.d.ts +62 -62
  225. package/esm/plugins/inline-popup/icons/addcolumn.svg.js +1 -1
  226. package/esm/plugins/inline-popup/icons/addrow.svg.js +1 -1
  227. package/esm/plugins/inline-popup/icons/merge.svg.js +1 -1
  228. package/esm/plugins/inline-popup/icons/splitg.svg.js +1 -1
  229. package/esm/plugins/inline-popup/icons/splitv.svg.js +1 -1
  230. package/esm/plugins/inline-popup/icons/th-list.svg.js +1 -1
  231. package/esm/plugins/inline-popup/icons/th.svg.js +1 -1
  232. package/esm/plugins/inline-popup/inline-popup.d.ts +1 -2
  233. package/esm/plugins/justify/justify.svg.js +1 -1
  234. package/esm/plugins/limit/limit.d.ts +1 -1
  235. package/esm/plugins/line-height/langs/index.d.ts +22 -22
  236. package/esm/plugins/line-height/line-height.d.ts +1 -1
  237. package/esm/plugins/line-height/line-height.svg.js +1 -1
  238. package/esm/plugins/link/icons/link.svg.js +1 -1
  239. package/esm/plugins/link/icons/unlink.svg.js +1 -1
  240. package/esm/plugins/link/link.d.ts +1 -1
  241. package/esm/plugins/media/media.d.ts +1 -1
  242. package/esm/plugins/mobile/mobile.d.ts +1 -1
  243. package/esm/plugins/ordered-list/icons/ol.svg.js +1 -1
  244. package/esm/plugins/ordered-list/icons/ul.svg.js +1 -1
  245. package/esm/plugins/ordered-list/ordered-list.d.ts +1 -1
  246. package/esm/plugins/paste/helpers.d.ts +1 -1
  247. package/esm/plugins/paste/paste.d.ts +2 -2
  248. package/esm/plugins/paste-from-word/paste-from-word.d.ts +2 -2
  249. package/esm/plugins/paste-storage/paste-storage.d.ts +1 -2
  250. package/esm/plugins/placeholder/placeholder.d.ts +2 -3
  251. package/esm/plugins/preview/preview.d.ts +0 -1
  252. package/esm/plugins/print/print.svg.js +1 -1
  253. package/esm/plugins/redo-undo/icons/redo.svg.js +1 -1
  254. package/esm/plugins/redo-undo/icons/undo.svg.js +1 -1
  255. package/esm/plugins/redo-undo/redo-undo.d.ts +1 -1
  256. package/esm/plugins/resize-cells/resize-cells.d.ts +1 -2
  257. package/esm/plugins/resize-handler/resize-handler.d.ts +1 -1
  258. package/esm/plugins/resizer/resizer.d.ts +2 -3
  259. package/esm/plugins/search/config.d.ts +1 -1
  260. package/esm/plugins/search/helpers/index.d.ts +2 -2
  261. package/esm/plugins/search/search.d.ts +1 -1
  262. package/esm/plugins/search/search.svg.js +1 -1
  263. package/esm/plugins/search/ui/search.d.ts +0 -1
  264. package/esm/plugins/select/select.d.ts +1 -1
  265. package/esm/plugins/select-cells/select-cells.d.ts +1 -1
  266. package/esm/plugins/size/size.d.ts +2 -3
  267. package/esm/plugins/source/editor/engines/ace.d.ts +1 -1
  268. package/esm/plugins/source/editor/engines/area.d.ts +1 -1
  269. package/esm/plugins/source/editor/engines/index.d.ts +2 -2
  270. package/esm/plugins/source/source.d.ts +1 -2
  271. package/esm/plugins/source/source.svg.js +1 -1
  272. package/esm/plugins/speech-recognize/config.d.ts +1 -1
  273. package/esm/plugins/speech-recognize/helpers/api.d.ts +1 -1
  274. package/esm/plugins/speech-recognize/helpers/recognize-manager.d.ts +2 -2
  275. package/esm/plugins/speech-recognize/langs/index.d.ts +22 -22
  276. package/esm/plugins/speech-recognize/speech-recognize.d.ts +1 -2
  277. package/esm/plugins/speech-recognize/speech-recognize.svg.js +1 -1
  278. package/esm/plugins/spellcheck/langs/index.d.ts +22 -22
  279. package/esm/plugins/spellcheck/spellcheck.d.ts +1 -1
  280. package/esm/plugins/spellcheck/spellcheck.svg.js +1 -1
  281. package/esm/plugins/stat/stat.d.ts +2 -2
  282. package/esm/plugins/sticky/sticky.d.ts +2 -3
  283. package/esm/plugins/symbols/langs/index.d.ts +22 -22
  284. package/esm/plugins/symbols/symbols.d.ts +2 -3
  285. package/esm/plugins/symbols/symbols.svg.js +1 -1
  286. package/esm/plugins/tab/cases/index.d.ts +1 -1
  287. package/esm/plugins/tab/tab.d.ts +1 -1
  288. package/esm/plugins/table/table.d.ts +1 -2
  289. package/esm/plugins/table/table.svg.js +1 -1
  290. package/esm/plugins/video/video.d.ts +1 -1
  291. package/esm/plugins/video/video.svg.js +1 -1
  292. package/esm/plugins/wrap-nodes/wrap-nodes.d.ts +1 -1
  293. package/esm/plugins/xpath/xpath.d.ts +1 -2
  294. package/esm/styles/icons/angle-down.svg.js +1 -1
  295. package/esm/styles/icons/angle-left.svg.js +1 -1
  296. package/esm/styles/icons/angle-right.svg.js +1 -1
  297. package/esm/styles/icons/angle-up.svg.js +1 -1
  298. package/esm/styles/icons/bin.svg.js +1 -1
  299. package/esm/styles/icons/cancel.svg.js +1 -1
  300. package/esm/styles/icons/center.svg.js +1 -1
  301. package/esm/styles/icons/check.svg.js +1 -1
  302. package/esm/styles/icons/chevron.svg.js +1 -1
  303. package/esm/styles/icons/dots.svg.js +1 -1
  304. package/esm/styles/icons/eye.svg.js +1 -1
  305. package/esm/styles/icons/file.svg.js +1 -1
  306. package/esm/styles/icons/folder.svg.js +1 -1
  307. package/esm/styles/icons/index.d.ts +0 -27
  308. package/esm/styles/icons/info-circle.svg.js +1 -1
  309. package/esm/styles/icons/left.svg.js +1 -1
  310. package/esm/styles/icons/lock.svg.js +1 -1
  311. package/esm/styles/icons/ok.svg.js +1 -1
  312. package/esm/styles/icons/pencil.svg.js +1 -1
  313. package/esm/styles/icons/pins.svg.js +1 -1
  314. package/esm/styles/icons/plus.svg.js +1 -1
  315. package/esm/styles/icons/resize-handler.svg.js +1 -1
  316. package/esm/styles/icons/right.svg.js +1 -1
  317. package/esm/styles/icons/save.svg.js +1 -1
  318. package/esm/styles/icons/settings.svg.js +1 -1
  319. package/esm/styles/icons/unlock.svg.js +1 -1
  320. package/esm/styles/icons/update.svg.js +1 -1
  321. package/esm/styles/icons/upload.svg.js +1 -1
  322. package/esm/styles/icons/valign.svg.js +1 -1
  323. package/esm/types/ajax.d.ts +1 -1
  324. package/esm/types/async.d.ts +2 -2
  325. package/esm/types/context.d.ts +2 -2
  326. package/esm/types/core.d.ts +1 -1
  327. package/esm/types/create.d.ts +1 -1
  328. package/esm/types/dialog.d.ts +3 -3
  329. package/esm/types/events.d.ts +1 -1
  330. package/esm/types/file-browser.d.ts +7 -7
  331. package/esm/types/history.d.ts +1 -1
  332. package/esm/types/index.d.ts +23 -23
  333. package/esm/types/jodit.d.ts +5 -5
  334. package/esm/types/messages.d.ts +1 -1
  335. package/esm/types/plugin.d.ts +3 -3
  336. package/esm/types/popup.d.ts +2 -2
  337. package/esm/types/select.d.ts +2 -2
  338. package/esm/types/source.d.ts +1 -1
  339. package/esm/types/style.d.ts +2 -2
  340. package/esm/types/toolbar.d.ts +6 -6
  341. package/esm/types/traits.d.ts +2 -2
  342. package/esm/types/types.d.ts +2 -2
  343. package/esm/types/ui.d.ts +5 -5
  344. package/esm/types/uploader.d.ts +3 -3
  345. package/esm/types/view.d.ts +9 -9
  346. package/package.json +1 -1
  347. package/types/core/async/index.d.ts +1 -1
  348. package/types/core/component/index.d.ts +3 -3
  349. package/types/core/component/view-component.d.ts +1 -1
  350. package/types/core/create/index.d.ts +1 -1
  351. package/types/core/decorators/index.d.ts +11 -11
  352. package/types/core/dom/index.d.ts +2 -2
  353. package/types/core/dom/lazy-walker.d.ts +1 -1
  354. package/types/core/event-emitter/index.d.ts +4 -4
  355. package/types/core/global.d.ts +1 -1
  356. package/types/core/helpers/array/index.d.ts +3 -3
  357. package/types/core/helpers/async/index.d.ts +1 -1
  358. package/types/core/helpers/checker/index.d.ts +25 -25
  359. package/types/core/helpers/checker/is-abort-error.d.ts +1 -1
  360. package/types/core/helpers/color/index.d.ts +1 -1
  361. package/types/core/helpers/html/index.d.ts +6 -6
  362. package/types/core/helpers/normalize/index.d.ts +8 -8
  363. package/types/core/helpers/size/index.d.ts +6 -6
  364. package/types/core/helpers/string/index.d.ts +7 -7
  365. package/types/core/helpers/utils/error/errors/abort-error.d.ts +1 -1
  366. package/types/core/helpers/utils/error/errors/index.d.ts +3 -3
  367. package/types/core/helpers/utils/error/index.d.ts +1 -1
  368. package/types/core/helpers/utils/index.d.ts +26 -26
  369. package/types/core/plugin/index.d.ts +2 -2
  370. package/types/core/plugin/plugin-system.d.ts +1 -1
  371. package/types/core/request/ajax.d.ts +1 -1
  372. package/types/core/request/index.d.ts +2 -2
  373. package/types/core/selection/helpers/index.d.ts +2 -2
  374. package/types/core/selection/index.d.ts +3 -3
  375. package/types/core/selection/selection.d.ts +1 -1
  376. package/types/core/selection/style/api/index.d.ts +15 -15
  377. package/types/core/storage/index.d.ts +3 -3
  378. package/types/core/ui/button/button/button.d.ts +1 -2
  379. package/types/core/ui/button/group/group.d.ts +1 -2
  380. package/types/core/ui/button/index.d.ts +3 -3
  381. package/types/core/ui/button/tooltip/tooltip.d.ts +1 -2
  382. package/types/core/ui/element.d.ts +2 -2
  383. package/types/core/ui/form/block/block.d.ts +1 -2
  384. package/types/core/ui/form/form.d.ts +1 -1
  385. package/types/core/ui/form/index.d.ts +2 -2
  386. package/types/core/ui/form/inputs/area/area.d.ts +1 -2
  387. package/types/core/ui/form/inputs/checkbox/checkbox.d.ts +1 -2
  388. package/types/core/ui/form/inputs/file/file.d.ts +1 -2
  389. package/types/core/ui/form/inputs/index.d.ts +5 -5
  390. package/types/core/ui/form/inputs/input/input.d.ts +1 -2
  391. package/types/core/ui/form/inputs/select/select.d.ts +1 -2
  392. package/types/core/ui/form/validators/index.d.ts +2 -2
  393. package/types/core/ui/group/group.d.ts +1 -2
  394. package/types/core/ui/group/index.d.ts +4 -4
  395. package/types/core/ui/group/list.d.ts +1 -2
  396. package/types/core/ui/group/separator.d.ts +1 -1
  397. package/types/core/ui/group/spacer.d.ts +1 -1
  398. package/types/core/ui/index.d.ts +3 -3
  399. package/types/core/ui/popup/index.d.ts +1 -1
  400. package/types/core/ui/popup/popup.d.ts +1 -2
  401. package/types/core/ui/progress-bar/progress-bar.d.ts +1 -2
  402. package/types/core/view/view-with-toolbar.d.ts +1 -2
  403. package/types/core/view/view.d.ts +3 -3
  404. package/types/index.d.ts +2 -4
  405. package/types/jodit.d.ts +3 -3
  406. package/types/modules/context-menu/context-menu.d.ts +1 -2
  407. package/types/modules/dialog/dialog.d.ts +1 -2
  408. package/types/modules/dialog/index.d.ts +4 -4
  409. package/types/modules/file-browser/config.d.ts +1 -1
  410. package/types/modules/file-browser/file-browser.d.ts +3 -4
  411. package/types/modules/file-browser/index.d.ts +1 -1
  412. package/types/modules/file-browser/ui/files/files.d.ts +0 -1
  413. package/types/modules/file-browser/ui/index.d.ts +2 -2
  414. package/types/modules/file-browser/ui/tree/tree.d.ts +0 -1
  415. package/types/modules/history/command.d.ts +1 -1
  416. package/types/modules/history/history.d.ts +2 -2
  417. package/types/modules/history/stack.d.ts +1 -1
  418. package/types/modules/image-editor/image-editor.d.ts +1 -2
  419. package/types/modules/index.d.ts +13 -13
  420. package/types/modules/messages/messages.d.ts +1 -2
  421. package/types/modules/status-bar/status-bar.d.ts +2 -3
  422. package/types/modules/toolbar/button/button.d.ts +0 -1
  423. package/types/modules/toolbar/button/content.d.ts +0 -1
  424. package/types/modules/toolbar/button/index.d.ts +3 -3
  425. package/types/modules/toolbar/button/select/select.d.ts +1 -2
  426. package/types/modules/toolbar/collection/collection.d.ts +0 -1
  427. package/types/modules/toolbar/collection/editor-collection.d.ts +1 -1
  428. package/types/modules/uploader/helpers/index.d.ts +5 -5
  429. package/types/modules/uploader/uploader.d.ts +1 -2
  430. package/types/modules/widget/color-picker/color-picker.d.ts +0 -1
  431. package/types/modules/widget/index.d.ts +3 -3
  432. package/types/modules/widget/tabs/tabs.d.ts +0 -1
  433. package/types/plugins/about/about.d.ts +0 -1
  434. package/types/plugins/add-new-line/add-new-line.d.ts +1 -2
  435. package/types/plugins/ai-assistant/ai-assistant.d.ts +2 -2
  436. package/types/plugins/ai-assistant/config.d.ts +1 -62
  437. package/types/plugins/ai-assistant/interface.d.ts +62 -0
  438. package/types/plugins/ai-assistant/langs/index.d.ts +2 -2
  439. package/types/plugins/ai-assistant/ui/ui-ai-assistant.d.ts +1 -2
  440. package/types/plugins/backspace/backspace.d.ts +1 -1
  441. package/types/plugins/backspace/cases/check-remove-char.d.ts +1 -1
  442. package/types/plugins/backspace/cases/index.d.ts +2 -2
  443. package/types/plugins/bold/bold.d.ts +2 -2
  444. package/types/plugins/clean-html/clean-html.d.ts +2 -2
  445. package/types/plugins/clean-html/helpers/index.d.ts +4 -4
  446. package/types/plugins/clean-html/helpers/visitor/filters/index.d.ts +7 -7
  447. package/types/plugins/clipboard/clipboard.d.ts +1 -1
  448. package/types/plugins/color/color.d.ts +1 -1
  449. package/types/plugins/copy-format/langs/index.d.ts +21 -21
  450. package/types/plugins/debug/debug.d.ts +1 -2
  451. package/types/plugins/delete/delete.d.ts +1 -1
  452. package/types/plugins/drag-and-drop-element/drag-and-drop-element.d.ts +1 -1
  453. package/types/plugins/dtd/after-insert/index.d.ts +1 -1
  454. package/types/plugins/dtd/before-insert/index.d.ts +1 -1
  455. package/types/plugins/dtd/dtd.d.ts +1 -1
  456. package/types/plugins/enter/enter.d.ts +2 -2
  457. package/types/plugins/enter/helpers/index.d.ts +9 -9
  458. package/types/plugins/font/font.d.ts +1 -1
  459. package/types/plugins/format-block/format-block.d.ts +1 -1
  460. package/types/plugins/fullsize/config.d.ts +0 -1
  461. package/types/plugins/fullsize/fullsize.d.ts +1 -2
  462. package/types/plugins/hotkeys/hotkeys.d.ts +1 -1
  463. package/types/plugins/iframe/iframe.d.ts +1 -1
  464. package/types/plugins/image-processor/image-processor.d.ts +1 -1
  465. package/types/plugins/image-properties/config.d.ts +4 -1
  466. package/types/plugins/image-properties/image-properties.d.ts +3 -3
  467. package/types/plugins/image-properties/readers/align.d.ts +1 -1
  468. package/types/plugins/image-properties/readers/index.d.ts +1 -1
  469. package/types/plugins/image-properties/readers/link.d.ts +1 -1
  470. package/types/plugins/image-properties/readers/margin.d.ts +1 -1
  471. package/types/plugins/image-properties/readers/size.d.ts +1 -1
  472. package/types/plugins/image-properties/ui/ui-image-form.d.ts +2 -3
  473. package/types/plugins/image-properties/ui/ui-image-main-tab.d.ts +2 -2
  474. package/types/plugins/image-properties/ui/ui-image-position-tab.d.ts +2 -2
  475. package/types/plugins/image-properties/utils/open-image-editor.d.ts +1 -1
  476. package/types/plugins/image-properties/utils/open-image-popup.d.ts +1 -1
  477. package/types/plugins/image-properties/writers/index.d.ts +1 -1
  478. package/types/plugins/indent/indent.d.ts +1 -1
  479. package/types/plugins/index.d.ts +62 -62
  480. package/types/plugins/inline-popup/inline-popup.d.ts +1 -2
  481. package/types/plugins/limit/limit.d.ts +1 -1
  482. package/types/plugins/line-height/langs/index.d.ts +22 -22
  483. package/types/plugins/line-height/line-height.d.ts +1 -1
  484. package/types/plugins/link/link.d.ts +1 -1
  485. package/types/plugins/media/media.d.ts +1 -1
  486. package/types/plugins/mobile/mobile.d.ts +1 -1
  487. package/types/plugins/ordered-list/ordered-list.d.ts +1 -1
  488. package/types/plugins/paste/helpers.d.ts +1 -1
  489. package/types/plugins/paste/paste.d.ts +2 -2
  490. package/types/plugins/paste-from-word/paste-from-word.d.ts +2 -2
  491. package/types/plugins/paste-storage/paste-storage.d.ts +1 -2
  492. package/types/plugins/placeholder/placeholder.d.ts +2 -3
  493. package/types/plugins/preview/preview.d.ts +0 -1
  494. package/types/plugins/redo-undo/redo-undo.d.ts +1 -1
  495. package/types/plugins/resize-cells/resize-cells.d.ts +1 -2
  496. package/types/plugins/resize-handler/resize-handler.d.ts +1 -1
  497. package/types/plugins/resizer/resizer.d.ts +2 -3
  498. package/types/plugins/search/config.d.ts +1 -1
  499. package/types/plugins/search/helpers/index.d.ts +2 -2
  500. package/types/plugins/search/search.d.ts +1 -1
  501. package/types/plugins/search/ui/search.d.ts +0 -1
  502. package/types/plugins/select/select.d.ts +1 -1
  503. package/types/plugins/select-cells/select-cells.d.ts +1 -1
  504. package/types/plugins/size/size.d.ts +2 -3
  505. package/types/plugins/source/editor/engines/ace.d.ts +1 -1
  506. package/types/plugins/source/editor/engines/area.d.ts +1 -1
  507. package/types/plugins/source/editor/engines/index.d.ts +2 -2
  508. package/types/plugins/source/source.d.ts +1 -2
  509. package/types/plugins/speech-recognize/config.d.ts +1 -1
  510. package/types/plugins/speech-recognize/helpers/api.d.ts +1 -1
  511. package/types/plugins/speech-recognize/helpers/recognize-manager.d.ts +2 -2
  512. package/types/plugins/speech-recognize/langs/index.d.ts +22 -22
  513. package/types/plugins/speech-recognize/speech-recognize.d.ts +1 -2
  514. package/types/plugins/spellcheck/langs/index.d.ts +22 -22
  515. package/types/plugins/spellcheck/spellcheck.d.ts +1 -1
  516. package/types/plugins/stat/stat.d.ts +2 -2
  517. package/types/plugins/sticky/sticky.d.ts +2 -3
  518. package/types/plugins/symbols/langs/index.d.ts +22 -22
  519. package/types/plugins/symbols/symbols.d.ts +2 -3
  520. package/types/plugins/tab/cases/index.d.ts +1 -1
  521. package/types/plugins/tab/tab.d.ts +1 -1
  522. package/types/plugins/table/table.d.ts +1 -2
  523. package/types/plugins/video/video.d.ts +1 -1
  524. package/types/plugins/wrap-nodes/wrap-nodes.d.ts +1 -1
  525. package/types/plugins/xpath/xpath.d.ts +1 -2
  526. package/types/styles/icons/index.d.ts +0 -27
  527. package/types/types/ajax.d.ts +1 -1
  528. package/types/types/async.d.ts +2 -2
  529. package/types/types/context.d.ts +2 -2
  530. package/types/types/core.d.ts +1 -1
  531. package/types/types/create.d.ts +1 -1
  532. package/types/types/dialog.d.ts +3 -3
  533. package/types/types/events.d.ts +1 -1
  534. package/types/types/file-browser.d.ts +7 -7
  535. package/types/types/history.d.ts +1 -1
  536. package/types/types/index.d.ts +23 -23
  537. package/types/types/jodit.d.ts +5 -5
  538. package/types/types/messages.d.ts +1 -1
  539. package/types/types/plugin.d.ts +3 -3
  540. package/types/types/popup.d.ts +2 -2
  541. package/types/types/select.d.ts +2 -2
  542. package/types/types/source.d.ts +1 -1
  543. package/types/types/style.d.ts +2 -2
  544. package/types/types/toolbar.d.ts +6 -6
  545. package/types/types/traits.d.ts +2 -2
  546. package/types/types/types.d.ts +2 -2
  547. package/types/types/ui.d.ts +5 -5
  548. package/types/types/uploader.d.ts +3 -3
  549. package/types/types/view.d.ts +9 -9
  550. package/es5/164.fat.min.js +0 -10
  551. package/es5/164.min.js +0 -10
@@ -1 +1 @@
1
- export default "<svg xmlns='http://www.w3.org/2000/svg' viewBox=\"0 0 1792 1792\"> <path d=\"M1664 896q0 156-61 298t-164 245-245 164-298 61q-172 0-327-72.5t-264-204.5q-7-10-6.5-22.5t8.5-20.5l137-138q10-9 25-9 16 2 23 12 73 95 179 147t225 52q104 0 198.5-40.5t163.5-109.5 109.5-163.5 40.5-198.5-40.5-198.5-109.5-163.5-163.5-109.5-198.5-40.5q-98 0-188 35.5t-160 101.5l137 138q31 30 14 69-17 40-59 40h-448q-26 0-45-19t-19-45v-448q0-42 40-59 39-17 69 14l130 129q107-101 244.5-156.5t284.5-55.5q156 0 298 61t245 164 164 245 61 298z\"/> </svg> ";
1
+ export default "<svg xmlns='http://www.w3.org/2000/svg' viewBox=\"0 0 1792 1792\"> <path d=\"M1664 896q0 156-61 298t-164 245-245 164-298 61q-172 0-327-72.5t-264-204.5q-7-10-6.5-22.5t8.5-20.5l137-138q10-9 25-9 16 2 23 12 73 95 179 147t225 52q104 0 198.5-40.5t163.5-109.5 109.5-163.5 40.5-198.5-40.5-198.5-109.5-163.5-163.5-109.5-198.5-40.5q-98 0-188 35.5t-160 101.5l137 138q31 30 14 69-17 40-59 40h-448q-26 0-45-19t-19-45v-448q0-42 40-59 39-17 69 14l130 129q107-101 244.5-156.5t284.5-55.5q156 0 298 61t245 164 164 245 61 298z\"/> </svg> ";
@@ -9,7 +9,7 @@
9
9
  * @module plugins/redo-undo
10
10
  */
11
11
  import type { IJodit, IPlugin } from "../../types";
12
- import { Plugin } from "../../core/plugin/plugin";
12
+ import { Plugin } from "../../core/plugin/plugin.d.ts";
13
13
  /**
14
14
  * Custom process Redo and Undo functionality
15
15
  */
@@ -10,8 +10,7 @@
10
10
  */
11
11
  import type { IJodit } from "../../types";
12
12
  import { Plugin } from "../../modules";
13
- import "./config";
14
-
13
+ import "./config.d.ts";
15
14
  /**
16
15
  * Process tables in editor
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
  export declare class resizeHandler extends Plugin {
15
15
  /** @override **/
16
16
  static requires: string[];
@@ -9,9 +9,8 @@
9
9
  * @module plugins/resizer
10
10
  */
11
11
  import type { IJodit } from "../../types";
12
- import { Plugin } from "../../core/plugin/plugin";
13
- import "./config";
14
-
12
+ import { Plugin } from "../../core/plugin/plugin.d.ts";
13
+ import "./config.d.ts";
15
14
  /**
16
15
  * The module creates a supporting frame for resizing of the elements img and table
17
16
  */
@@ -7,7 +7,7 @@
7
7
  * @module plugins/search
8
8
  */
9
9
  import type { FuzzySearch } from "../../types";
10
- import "./interface";
10
+ import "./interface.d.ts";
11
11
  declare module 'jodit/config' {
12
12
  interface Config {
13
13
  /**
@@ -6,5 +6,5 @@
6
6
  /**
7
7
  * @module plugins/search
8
8
  */
9
- export * from "./highlight-text-ranges";
10
- export * from "./sentence-finder";
9
+ export * from "./highlight-text-ranges.d.ts";
10
+ export * from "./sentence-finder.d.ts";
@@ -11,7 +11,7 @@
11
11
  import type { IJodit, IPlugin, ISelectionRange, Nullable } from "../../types";
12
12
  import { LazyWalker } from "../../core/dom";
13
13
  import { Plugin } from "../../core/plugin";
14
- import "./config";
14
+ import "./config.d.ts";
15
15
  /**
16
16
  * Search plugin. it is used for custom search in text
17
17
  * ![search](https://user-images.githubusercontent.com/794318/34545433-cd0a9220-f10e-11e7-8d26-7e22f66e266d.gif)
@@ -1 +1 @@
1
- export default "<svg viewBox=\"0 0 500 500\" xmlns=\"http://www.w3.org/2000/svg\"> <path clip-rule=\"evenodd\" d=\"M306.39,154.09c19.628,4.543,35.244,21.259,39.787,39.523 c1.551,8.54,8.998,14.989,17.904,14.989c9.991,0,18.168-8.175,18.168-18.17c0-13.083-10.991-32.98-25.985-47.881 c-14.719-14.537-32.252-24.802-46.695-24.802c-9.991,0-18.172,8.45-18.172,18.446C291.396,145.094,297.847,152.546,306.39,154.09z M56.629,392.312c-14.09,14.08-14.09,36.979,0,51.059c14.08,14.092,36.981,14.092,50.965,0l104.392-104.303 c24.347,15.181,53.062,23.991,83.953,23.991c87.857,0,158.995-71.142,158.995-158.999c0-87.854-71.138-158.995-158.995-158.995 c-87.856,0-158.995,71.141-158.995,158.995c0,30.802,8.819,59.606,23.992,83.953L56.629,392.312z M182.371,204.06 c0-62.687,50.875-113.568,113.568-113.568s113.569,50.881,113.569,113.568c0,62.694-50.876,113.569-113.569,113.569 S182.371,266.754,182.371,204.06z\" fill-rule=\"evenodd\"/> </svg> ";
1
+ export default "<svg viewBox=\"0 0 500 500\" xmlns=\"http://www.w3.org/2000/svg\"> <path clip-rule=\"evenodd\" d=\"M306.39,154.09c19.628,4.543,35.244,21.259,39.787,39.523 c1.551,8.54,8.998,14.989,17.904,14.989c9.991,0,18.168-8.175,18.168-18.17c0-13.083-10.991-32.98-25.985-47.881 c-14.719-14.537-32.252-24.802-46.695-24.802c-9.991,0-18.172,8.45-18.172,18.446C291.396,145.094,297.847,152.546,306.39,154.09z M56.629,392.312c-14.09,14.08-14.09,36.979,0,51.059c14.08,14.092,36.981,14.092,50.965,0l104.392-104.303 c24.347,15.181,53.062,23.991,83.953,23.991c87.857,0,158.995-71.142,158.995-158.999c0-87.854-71.138-158.995-158.995-158.995 c-87.856,0-158.995,71.141-158.995,158.995c0,30.802,8.819,59.606,23.992,83.953L56.629,392.312z M182.371,204.06 c0-62.687,50.875-113.568,113.568-113.568s113.569,50.881,113.569,113.568c0,62.694-50.876,113.569-113.569,113.569 S182.371,266.754,182.371,204.06z\" fill-rule=\"evenodd\"/> </svg> ";
@@ -8,7 +8,6 @@
8
8
  */
9
9
  import type { IJodit, MarkerInfo, Nullable } from "../../../types";
10
10
  import { UIElement } from "../../../core/ui";
11
-
12
11
  export declare class UISearch extends UIElement<IJodit> {
13
12
  className(): string;
14
13
  private queryInput;
@@ -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
  * A utility plugin that allows you to subscribe to a click/mousedown/touchstart/mouseup on an element in DOM order
16
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
  export declare class selectCells extends Plugin {
15
15
  static requires: string[];
16
16
  /**
@@ -9,9 +9,8 @@
9
9
  * @module plugins/size
10
10
  */
11
11
  import type { IJodit } from "../../types";
12
- import { Plugin } from "../../core/plugin/plugin";
13
- import "./config";
14
-
12
+ import { Plugin } from "../../core/plugin/plugin.d.ts";
13
+ import "./config.d.ts";
15
14
  /**
16
15
  * Calculate sizes for editor workspace and handle setHeight and setWidth events
17
16
  */
@@ -7,7 +7,7 @@
7
7
  * @module plugins/source
8
8
  */
9
9
  import type { IJodit, ISourceEditor } from "../../../../types";
10
- import { SourceEditor } from "../sourceEditor";
10
+ import { SourceEditor } from "../sourceEditor.d.ts";
11
11
  export declare class AceEditor extends SourceEditor<AceAjax.Editor> implements ISourceEditor {
12
12
  className: string;
13
13
  private aceExists;
@@ -7,7 +7,7 @@
7
7
  * @module plugins/source
8
8
  */
9
9
  import type { IJodit, ISourceEditor } from "../../../../types";
10
- import { SourceEditor } from "../sourceEditor";
10
+ import { SourceEditor } from "../sourceEditor.d.ts";
11
11
  export declare class TextAreaEditor extends SourceEditor<HTMLTextAreaElement> implements ISourceEditor {
12
12
  private autosize;
13
13
  init(editor: IJodit): any;
@@ -6,5 +6,5 @@
6
6
  /**
7
7
  * @module plugins/source
8
8
  */
9
- export * from "./ace";
10
- export * from "./area";
9
+ export * from "./ace.d.ts";
10
+ export * from "./area.d.ts";
@@ -10,8 +10,7 @@
10
10
  */
11
11
  import type { IJodit, ISourceEditor } from "../../types";
12
12
  import { Plugin } from "../../core/plugin";
13
- import "./config";
14
-
13
+ import "./config.d.ts";
15
14
  /**
16
15
  * Plug-in change simple textarea on CodeMirror editor in Source code mode
17
16
  */
@@ -1 +1 @@
1
- export default "<svg xmlns='http://www.w3.org/2000/svg' viewBox=\"0 0 1792 1792\"> <path d=\"M553 1399l-50 50q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l466-466q10-10 23-10t23 10l50 50q10 10 10 23t-10 23l-393 393 393 393q10 10 10 23t-10 23zm591-1067l-373 1291q-4 13-15.5 19.5t-23.5 2.5l-62-17q-13-4-19.5-15.5t-2.5-24.5l373-1291q4-13 15.5-19.5t23.5-2.5l62 17q13 4 19.5 15.5t2.5 24.5zm657 651l-466 466q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l466 466q10 10 10 23t-10 23z\"/> </svg> ";
1
+ export default "<svg xmlns='http://www.w3.org/2000/svg' viewBox=\"0 0 1792 1792\"> <path d=\"M553 1399l-50 50q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l466-466q10-10 23-10t23 10l50 50q10 10 10 23t-10 23l-393 393 393 393q10 10 10 23t-10 23zm591-1067l-373 1291q-4 13-15.5 19.5t-23.5 2.5l-62-17q-13-4-19.5-15.5t-2.5-24.5l373-1291q4-13 15.5-19.5t23.5-2.5l62 17q13 4 19.5 15.5t2.5 24.5zm657 651l-466 466q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l466 466q10 10 10 23t-10 23z\"/> </svg> ";
@@ -7,7 +7,7 @@
7
7
  * @module plugins/speech-recognize
8
8
  */
9
9
  import type { IDictionary } from "../../types";
10
- import type { ISpeechRecognizeConstructor } from "./interface";
10
+ import type { ISpeechRecognizeConstructor } from "./interface.d.ts";
11
11
  declare module 'jodit/config' {
12
12
  interface Config {
13
13
  speechRecognize: {
@@ -6,5 +6,5 @@
6
6
  /**
7
7
  * @module plugins/speech-recognize
8
8
  */
9
- import type { ISpeechRecognizeConstructor } from "../interface";
9
+ import type { ISpeechRecognizeConstructor } from "../interface.d.ts";
10
10
  export declare const SpeechRecognition: ISpeechRecognizeConstructor | undefined;
@@ -7,8 +7,8 @@
7
7
  * @module plugins/speech-recognize
8
8
  */
9
9
  import type { CanUndef, IAsync, IDestructible } from "../../../types";
10
- import type { ISpeechRecognize } from "../interface";
11
- import { Eventify } from "../../../core/event-emitter/eventify";
10
+ import type { ISpeechRecognize } from "../interface.d.ts";
11
+ import { 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.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,8 +10,7 @@
10
10
  */
11
11
  import type { IJodit, IPlugin } from "../../types";
12
12
  import { Plugin } from "../../core/plugin";
13
- import "./config";
14
-
13
+ import "./config.d.ts";
15
14
  export declare class SpeechRecognizeNative extends Plugin implements IPlugin {
16
15
  buttons: {
17
16
  group: string;
@@ -1 +1 @@
1
- export default "<svg viewBox=\"0 0 16 16\" xml:space=\"preserve\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M8,11c1.657,0,3-1.343,3-3V3c0-1.657-1.343-3-3-3S5,1.343,5,3v5C5,9.657,6.343,11,8,11z\"/> <path d=\"M13,8V6h-1l0,1.844c0,1.92-1.282,3.688-3.164,4.071C6.266,12.438,4,10.479,4,8V6H3v2c0,2.414,1.721,4.434,4,4.899V15H5v1h6 v-1H9v-2.101C11.279,12.434,13,10.414,13,8z\"/> </svg> ";
1
+ export default "<svg viewBox=\"0 0 16 16\" xml:space=\"preserve\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M8,11c1.657,0,3-1.343,3-3V3c0-1.657-1.343-3-3-3S5,1.343,5,3v5C5,9.657,6.343,11,8,11z\"/> <path d=\"M13,8V6h-1l0,1.844c0,1.92-1.282,3.688-3.164,4.071C6.266,12.438,4,10.479,4,8V6H3v2c0,2.414,1.721,4.434,4,4.899V15H5v1h6 v-1H9v-2.101C11.279,12.434,13,10.414,13,8z\"/> </svg> ";
@@ -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 spellcheck extends Plugin {
15
15
  buttons: Plugin['buttons'];
16
16
  constructor(jodit: IJodit);
@@ -1 +1 @@
1
- export default "<svg viewBox=\"0 0 48 48\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M24.89 32h4.18L18.86 6h-3.71L4.93 32h4.18l2.25-6h11.29l2.24 6zM12.86 22L17 10.95 21.14 22h-8.28zm30.31 1.17L27 39.34 19.66 32l-2.83 2.83L27 45l19-19-2.83-2.83z\"/> </svg> ";
1
+ export default "<svg viewBox=\"0 0 48 48\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M24.89 32h4.18L18.86 6h-3.71L4.93 32h4.18l2.25-6h11.29l2.24 6zM12.86 22L17 10.95 21.14 22h-8.28zm30.31 1.17L27 39.34 19.66 32l-2.83 2.83L27 45l19-19-2.83-2.83z\"/> </svg> ";
@@ -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
- import { Plugin } from "../../core/plugin/plugin";
7
- import "./config";
6
+ import { Plugin } from "../../core/plugin/plugin.d.ts";
7
+ import "./config.d.ts";
8
8
  /**
9
9
  * Show stat data - words and chars count
10
10
  */
@@ -9,9 +9,8 @@
9
9
  * @module plugins/sticky
10
10
  */
11
11
  import type { IJodit } from "../../types";
12
- import { Plugin } from "../../core/plugin/plugin";
13
- import "./config";
14
-
12
+ import { Plugin } from "../../core/plugin/plugin.d.ts";
13
+ import "./config.d.ts";
15
14
  export declare class sticky extends Plugin {
16
15
  private __isToolbarStuck;
17
16
  private __dummyBox?;
@@ -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 };
@@ -9,9 +9,8 @@
9
9
  * @module plugins/symbols
10
10
  */
11
11
  import type { IJodit } from "../../types";
12
- import { Plugin } from "../../core/plugin/plugin";
13
- import "./config";
14
-
12
+ import { Plugin } from "../../core/plugin/plugin.d.ts";
13
+ import "./config.d.ts";
15
14
  /**
16
15
  * The plugin inserts characters that are not part of the standard keyboard.
17
16
  */
@@ -1 +1 @@
1
- export default "<svg xmlns='http://www.w3.org/2000/svg' viewBox=\"0 0 270 270\"> <path d=\"m240.443652,220.45085l-47.410809,0l0,-10.342138c13.89973,-8.43655 25.752896,-19.844464 34.686646,-33.469923c11.445525,-17.455846 17.496072,-37.709239 17.496072,-58.570077c0,-59.589197 -49.208516,-108.068714 -109.693558,-108.068714s-109.69263,48.479517 -109.69263,108.069628c0,20.860839 6.050547,41.113316 17.497001,58.570077c8.93375,13.625459 20.787845,25.032458 34.686646,33.469008l0,10.342138l-47.412666,0c-10.256959,0 -18.571354,8.191376 -18.571354,18.296574c0,10.105198 8.314395,18.296574 18.571354,18.296574l65.98402,0c10.256959,0 18.571354,-8.191376 18.571354,-18.296574l0,-39.496814c0,-7.073455 -4.137698,-13.51202 -10.626529,-16.537358c-25.24497,-11.772016 -41.557118,-37.145704 -41.557118,-64.643625c0,-39.411735 32.545369,-71.476481 72.549922,-71.476481c40.004553,0 72.550851,32.064746 72.550851,71.476481c0,27.497006 -16.312149,52.87161 -41.557118,64.643625c-6.487902,3.026253 -10.6256,9.464818 -10.6256,16.537358l0,39.496814c0,10.105198 8.314395,18.296574 18.571354,18.296574l65.982163,0c10.256959,0 18.571354,-8.191376 18.571354,-18.296574c0,-10.105198 -8.314395,-18.296574 -18.571354,-18.296574z\"/> </svg> ";
1
+ export default "<svg xmlns='http://www.w3.org/2000/svg' viewBox=\"0 0 270 270\"> <path d=\"m240.443652,220.45085l-47.410809,0l0,-10.342138c13.89973,-8.43655 25.752896,-19.844464 34.686646,-33.469923c11.445525,-17.455846 17.496072,-37.709239 17.496072,-58.570077c0,-59.589197 -49.208516,-108.068714 -109.693558,-108.068714s-109.69263,48.479517 -109.69263,108.069628c0,20.860839 6.050547,41.113316 17.497001,58.570077c8.93375,13.625459 20.787845,25.032458 34.686646,33.469008l0,10.342138l-47.412666,0c-10.256959,0 -18.571354,8.191376 -18.571354,18.296574c0,10.105198 8.314395,18.296574 18.571354,18.296574l65.98402,0c10.256959,0 18.571354,-8.191376 18.571354,-18.296574l0,-39.496814c0,-7.073455 -4.137698,-13.51202 -10.626529,-16.537358c-25.24497,-11.772016 -41.557118,-37.145704 -41.557118,-64.643625c0,-39.411735 32.545369,-71.476481 72.549922,-71.476481c40.004553,0 72.550851,32.064746 72.550851,71.476481c0,27.497006 -16.312149,52.87161 -41.557118,64.643625c-6.487902,3.026253 -10.6256,9.464818 -10.6256,16.537358l0,39.496814c0,10.105198 8.314395,18.296574 18.571354,18.296574l65.982163,0c10.256959,0 18.571354,-8.191376 18.571354,-18.296574c0,-10.105198 -8.314395,-18.296574 -18.571354,-18.296574z\"/> </svg> ";
@@ -6,4 +6,4 @@
6
6
  /**
7
7
  * @module plugins/tab
8
8
  */
9
- export * from "./on-tab-inside-li";
9
+ export * from "./on-tab-inside-li.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,6 +9,5 @@
9
9
  * @module plugins/table
10
10
  */
11
11
  import type { IJodit } from "../../types";
12
- import "./config";
13
-
12
+ import "./config.d.ts";
14
13
  export declare function table(editor: IJodit): void;
@@ -1 +1 @@
1
- export default "<svg xmlns='http://www.w3.org/2000/svg' viewBox=\"0 0 1792 1792\"> <path d=\"M576 1376v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm0-384v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm512 384v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm-512-768v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm512 384v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm512 384v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm-512-768v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm512 384v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm0-384v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm128-320v1088q0 66-47 113t-113 47h-1344q-66 0-113-47t-47-113v-1088q0-66 47-113t113-47h1344q66 0 113 47t47 113z\"/> </svg> ";
1
+ export default "<svg xmlns='http://www.w3.org/2000/svg' viewBox=\"0 0 1792 1792\"> <path d=\"M576 1376v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm0-384v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm512 384v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm-512-768v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm512 384v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm512 384v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm-512-768v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm512 384v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm0-384v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm128-320v1088q0 66-47 113t-113 47h-1344q-66 0-113-47t-47-113v-1088q0-66 47-113t113-47h1344q66 0 113 47t47 113z\"/> </svg> ";
@@ -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";
@@ -1 +1 @@
1
- export default "<svg xmlns='http://www.w3.org/2000/svg' viewBox=\"0 0 1792 1792\"> <path d=\"M1792 352v1088q0 42-39 59-13 5-25 5-27 0-45-19l-403-403v166q0 119-84.5 203.5t-203.5 84.5h-704q-119 0-203.5-84.5t-84.5-203.5v-704q0-119 84.5-203.5t203.5-84.5h704q119 0 203.5 84.5t84.5 203.5v165l403-402q18-19 45-19 12 0 25 5 39 17 39 59z\"/> </svg> ";
1
+ export default "<svg xmlns='http://www.w3.org/2000/svg' viewBox=\"0 0 1792 1792\"> <path d=\"M1792 352v1088q0 42-39 59-13 5-25 5-27 0-45-19l-403-403v166q0 119-84.5 203.5t-203.5 84.5h-704q-119 0-203.5-84.5t-84.5-203.5v-704q0-119 84.5-203.5t203.5-84.5h704q119 0 203.5 84.5t84.5 203.5v165l403-402q18-19 45-19 12 0 25 5 39 17 39 59z\"/> </svg> ";
@@ -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";
@@ -3,5 +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";
7
-
6
+ import "./config.d.ts";
@@ -1 +1 @@
1
- export default "<svg xmlns='http://www.w3.org/2000/svg' viewBox=\"0 0 1792 1792\"> <path d=\"M1395 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z\"/> </svg> ";
1
+ export default "<svg xmlns='http://www.w3.org/2000/svg' viewBox=\"0 0 1792 1792\"> <path d=\"M1395 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z\"/> </svg> ";
@@ -1 +1 @@
1
- export default "<svg xmlns='http://www.w3.org/2000/svg' viewBox=\"0 0 1792 1792\"> <path d=\"M1203 544q0 13-10 23l-393 393 393 393q10 10 10 23t-10 23l-50 50q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l466-466q10-10 23-10t23 10l50 50q10 10 10 23z\"/> </svg> ";
1
+ export default "<svg xmlns='http://www.w3.org/2000/svg' viewBox=\"0 0 1792 1792\"> <path d=\"M1203 544q0 13-10 23l-393 393 393 393q10 10 10 23t-10 23l-50 50q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l466-466q10-10 23-10t23 10l50 50q10 10 10 23z\"/> </svg> ";
@@ -1 +1 @@
1
- export default "<svg xmlns='http://www.w3.org/2000/svg' viewBox=\"0 0 1792 1792\"> <path d=\"M1171 960q0 13-10 23l-466 466q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l466 466q10 10 10 23z\"/> </svg> ";
1
+ export default "<svg xmlns='http://www.w3.org/2000/svg' viewBox=\"0 0 1792 1792\"> <path d=\"M1171 960q0 13-10 23l-466 466q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l466 466q10 10 10 23z\"/> </svg> ";
@@ -1 +1 @@
1
- export default "<svg xmlns='http://www.w3.org/2000/svg' viewBox=\"0 0 1792 1792\"> <path d=\"M1395 1184q0 13-10 23l-50 50q-10 10-23 10t-23-10l-393-393-393 393q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l466-466q10-10 23-10t23 10l466 466q10 10 10 23z\"/> </svg> ";
1
+ export default "<svg xmlns='http://www.w3.org/2000/svg' viewBox=\"0 0 1792 1792\"> <path d=\"M1395 1184q0 13-10 23l-50 50q-10 10-23 10t-23-10l-393-393-393 393q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l466-466q10-10 23-10t23 10l466 466q10 10 10 23z\"/> </svg> ";
@@ -1 +1 @@
1
- export default "<svg xmlns='http://www.w3.org/2000/svg' viewBox=\"0 0 1792 1792\"> <path d=\"M704 1376v-704q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23v704q0 14 9 23t23 9h64q14 0 23-9t9-23zm256 0v-704q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23v704q0 14 9 23t23 9h64q14 0 23-9t9-23zm256 0v-704q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23v704q0 14 9 23t23 9h64q14 0 23-9t9-23zm-544-992h448l-48-117q-7-9-17-11h-317q-10 2-17 11zm928 32v64q0 14-9 23t-23 9h-96v948q0 83-47 143.5t-113 60.5h-832q-66 0-113-58.5t-47-141.5v-952h-96q-14 0-23-9t-9-23v-64q0-14 9-23t23-9h309l70-167q15-37 54-63t79-26h320q40 0 79 26t54 63l70 167h309q14 0 23 9t9 23z\"/> </svg> ";
1
+ export default "<svg xmlns='http://www.w3.org/2000/svg' viewBox=\"0 0 1792 1792\"> <path d=\"M704 1376v-704q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23v704q0 14 9 23t23 9h64q14 0 23-9t9-23zm256 0v-704q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23v704q0 14 9 23t23 9h64q14 0 23-9t9-23zm256 0v-704q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23v704q0 14 9 23t23 9h64q14 0 23-9t9-23zm-544-992h448l-48-117q-7-9-17-11h-317q-10 2-17 11zm928 32v64q0 14-9 23t-23 9h-96v948q0 83-47 143.5t-113 60.5h-832q-66 0-113-58.5t-47-141.5v-952h-96q-14 0-23-9t-9-23v-64q0-14 9-23t23-9h309l70-167q15-37 54-63t79-26h320q40 0 79 26t54 63l70 167h309q14 0 23 9t9 23z\"/> </svg> ";
@@ -1 +1 @@
1
- export default "<svg viewBox=\"0 0 14 14\" xmlns=\"http://www.w3.org/2000/svg\"> <g stroke=\"none\" stroke-width=\"1\"> <path d=\"M14,1.4 L12.6,0 L7,5.6 L1.4,0 L0,1.4 L5.6,7 L0,12.6 L1.4,14 L7,8.4 L12.6,14 L14,12.6 L8.4,7 L14,1.4 Z\"/> </g> </svg> ";
1
+ export default "<svg viewBox=\"0 0 14 14\" xmlns=\"http://www.w3.org/2000/svg\"> <g stroke=\"none\" stroke-width=\"1\"> <path d=\"M14,1.4 L12.6,0 L7,5.6 L1.4,0 L0,1.4 L5.6,7 L0,12.6 L1.4,14 L7,8.4 L12.6,14 L14,12.6 L8.4,7 L14,1.4 Z\"/> </g> </svg> ";
@@ -1 +1 @@
1
- export default "<svg xmlns='http://www.w3.org/2000/svg' viewBox=\"0 0 1792 1792\"> <path d=\"M1792 1344v128q0 26-19 45t-45 19h-1664q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1664q26 0 45 19t19 45zm-384-384v128q0 26-19 45t-45 19h-896q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h896q26 0 45 19t19 45zm256-384v128q0 26-19 45t-45 19h-1408q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm-384-384v128q0 26-19 45t-45 19h-640q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h640q26 0 45 19t19 45z\"/> </svg> ";
1
+ export default "<svg xmlns='http://www.w3.org/2000/svg' viewBox=\"0 0 1792 1792\"> <path d=\"M1792 1344v128q0 26-19 45t-45 19h-1664q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1664q26 0 45 19t19 45zm-384-384v128q0 26-19 45t-45 19h-896q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h896q26 0 45 19t19 45zm256-384v128q0 26-19 45t-45 19h-1408q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm-384-384v128q0 26-19 45t-45 19h-640q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h640q26 0 45 19t19 45z\"/> </svg> ";
@@ -1 +1 @@
1
- export default "<svg xmlns='http://www.w3.org/2000/svg' viewBox=\"0 0 1792 1792\"> <path d=\"M1472 930v318q0 119-84.5 203.5t-203.5 84.5h-832q-119 0-203.5-84.5t-84.5-203.5v-832q0-119 84.5-203.5t203.5-84.5h832q63 0 117 25 15 7 18 23 3 17-9 29l-49 49q-10 10-23 10-3 0-9-2-23-6-45-6h-832q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113v-254q0-13 9-22l64-64q10-10 23-10 6 0 12 3 20 8 20 29zm231-489l-814 814q-24 24-57 24t-57-24l-430-430q-24-24-24-57t24-57l110-110q24-24 57-24t57 24l263 263 647-647q24-24 57-24t57 24l110 110q24 24 24 57t-24 57z\"/> </svg> ";
1
+ export default "<svg xmlns='http://www.w3.org/2000/svg' viewBox=\"0 0 1792 1792\"> <path d=\"M1472 930v318q0 119-84.5 203.5t-203.5 84.5h-832q-119 0-203.5-84.5t-84.5-203.5v-832q0-119 84.5-203.5t203.5-84.5h832q63 0 117 25 15 7 18 23 3 17-9 29l-49 49q-10 10-23 10-3 0-9-2-23-6-45-6h-832q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113v-254q0-13 9-22l64-64q10-10 23-10 6 0 12 3 20 8 20 29zm231-489l-814 814q-24 24-57 24t-57-24l-430-430q-24-24-24-57t24-57l110-110q24-24 57-24t57 24l263 263 647-647q24-24 57-24t57 24l110 110q24 24 24 57t-24 57z\"/> </svg> ";
@@ -1 +1 @@
1
- export default "<svg xmlns='http://www.w3.org/2000/svg' viewBox=\"0 0 10 10\"> <path d=\"M.941 4.523a.75.75 0 1 1 1.06-1.06l3.006 3.005 3.005-3.005a.75.75 0 1 1 1.06 1.06l-3.549 3.55a.75.75 0 0 1-1.168-.136L.941 4.523z\"/> </svg> ";
1
+ export default "<svg xmlns='http://www.w3.org/2000/svg' viewBox=\"0 0 10 10\"> <path d=\"M.941 4.523a.75.75 0 1 1 1.06-1.06l3.006 3.005 3.005-3.005a.75.75 0 1 1 1.06 1.06l-3.549 3.55a.75.75 0 0 1-1.168-.136L.941 4.523z\"/> </svg> ";
@@ -1 +1 @@
1
- export default "<svg xmlns='http://www.w3.org/2000/svg' viewBox=\"0 0 24 24\" > <circle cx=\"12\" cy=\"12\" r=\"2.2\"/> <circle cx=\"12\" cy=\"5\" r=\"2.2\"/> <circle cx=\"12\" cy=\"19\" r=\"2.2\"/> </svg> ";
1
+ export default "<svg xmlns='http://www.w3.org/2000/svg' viewBox=\"0 0 24 24\" > <circle cx=\"12\" cy=\"12\" r=\"2.2\"/> <circle cx=\"12\" cy=\"5\" r=\"2.2\"/> <circle cx=\"12\" cy=\"19\" r=\"2.2\"/> </svg> ";
@@ -1 +1 @@
1
- export default "<svg xmlns='http://www.w3.org/2000/svg' viewBox=\"0 0 1792 1792\"> <path d=\"M1664 960q-152-236-381-353 61 104 61 225 0 185-131.5 316.5t-316.5 131.5-316.5-131.5-131.5-316.5q0-121 61-225-229 117-381 353 133 205 333.5 326.5t434.5 121.5 434.5-121.5 333.5-326.5zm-720-384q0-20-14-34t-34-14q-125 0-214.5 89.5t-89.5 214.5q0 20 14 34t34 14 34-14 14-34q0-86 61-147t147-61q20 0 34-14t14-34zm848 384q0 34-20 69-140 230-376.5 368.5t-499.5 138.5-499.5-139-376.5-368q-20-35-20-69t20-69q140-229 376.5-368t499.5-139 499.5 139 376.5 368q20 35 20 69z\"/> </svg> ";
1
+ export default "<svg xmlns='http://www.w3.org/2000/svg' viewBox=\"0 0 1792 1792\"> <path d=\"M1664 960q-152-236-381-353 61 104 61 225 0 185-131.5 316.5t-316.5 131.5-316.5-131.5-131.5-316.5q0-121 61-225-229 117-381 353 133 205 333.5 326.5t434.5 121.5 434.5-121.5 333.5-326.5zm-720-384q0-20-14-34t-34-14q-125 0-214.5 89.5t-89.5 214.5q0 20 14 34t34 14 34-14 14-34q0-86 61-147t147-61q20 0 34-14t14-34zm848 384q0 34-20 69-140 230-376.5 368.5t-499.5 138.5-499.5-139-376.5-368q-20-35-20-69t20-69q140-229 376.5-368t499.5-139 499.5 139 376.5 368q20 35 20 69z\"/> </svg> ";
@@ -1 +1 @@
1
- export default "<svg xmlns='http://www.w3.org/2000/svg' viewBox=\"0 0 1792 1792\"> <path d=\"M1152 512v-472q22 14 36 28l408 408q14 14 28 36h-472zm-128 32q0 40 28 68t68 28h544v1056q0 40-28 68t-68 28h-1344q-40 0-68-28t-28-68v-1600q0-40 28-68t68-28h800v544z\"/> </svg> ";
1
+ export default "<svg xmlns='http://www.w3.org/2000/svg' viewBox=\"0 0 1792 1792\"> <path d=\"M1152 512v-472q22 14 36 28l408 408q14 14 28 36h-472zm-128 32q0 40 28 68t68 28h544v1056q0 40-28 68t-68 28h-1344q-40 0-68-28t-28-68v-1600q0-40 28-68t68-28h800v544z\"/> </svg> ";
@@ -1 +1 @@
1
- export default "<svg xmlns='http://www.w3.org/2000/svg' viewBox=\"0 0 1792 1792\"> <path d=\"M1728 608v704q0 92-66 158t-158 66h-1216q-92 0-158-66t-66-158v-960q0-92 66-158t158-66h320q92 0 158 66t66 158v32h672q92 0 158 66t66 158z\"/> </svg> ";
1
+ export default "<svg xmlns='http://www.w3.org/2000/svg' viewBox=\"0 0 1792 1792\"> <path d=\"M1728 608v704q0 92-66 158t-158 66h-1216q-92 0-158-66t-66-158v-960q0-92 66-158t158-66h320q92 0 158 66t66 158v32h672q92 0 158 66t66 158z\"/> </svg> ";
@@ -8,31 +8,4 @@
8
8
  * @packageDocumentation
9
9
  * @module icons
10
10
  */
11
- import angle_down from "./angle-down.svg.js";
12
- import angle_left from "./angle-left.svg.js";
13
- import angle_right from "./angle-right.svg.js";
14
- import angle_up from "./angle-up.svg.js";
15
- import bin from "./bin.svg.js";
16
- import cancel from "./cancel.svg.js";
17
- import center from "./center.svg.js";
18
- import check from "./check.svg.js";
19
- import chevron from "./chevron.svg.js";
20
- import dots from "./dots.svg.js";
21
- import eye from "./eye.svg.js";
22
- import file from "./file.svg.js";
23
- import folder from "./folder.svg.js";
24
- import info_circle from "./info-circle.svg.js";
25
- import left from "./left.svg.js";
26
- import lock from "./lock.svg.js";
27
- import ok from "./ok.svg.js";
28
- import pencil from "./pencil.svg.js";
29
- import plus from "./plus.svg.js";
30
- import resize_handler from "./resize-handler.svg.js";
31
- import right from "./right.svg.js";
32
- import save from "./save.svg.js";
33
- import settings from "./settings.svg.js";
34
- import unlock from "./unlock.svg.js";
35
- import update from "./update.svg.js";
36
- import upload from "./upload.svg.js";
37
- import valign from "./valign.svg.js";
38
11
  export { angle_down, angle_left, angle_right, angle_up, bin, cancel, center, check, chevron, dots, eye, file, folder, info_circle, left, lock, ok, pencil, plus, resize_handler, right, save, settings, unlock, update, upload, valign };