jodit 4.0.0-beta.99 → 4.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1576) hide show
  1. package/CHANGELOG.md +241 -114
  2. package/LICENSE.txt +1 -1
  3. package/README.md +99 -98
  4. package/es2015/jodit.css +170 -132
  5. package/es2015/jodit.fat.min.css +1 -1
  6. package/es2015/jodit.fat.min.js +2 -2
  7. package/es2015/jodit.js +1334 -1091
  8. package/es2015/jodit.min.css +1 -1
  9. package/es2015/jodit.min.js +2 -2
  10. package/es2015/plugins/debug/debug.js +2 -2
  11. package/es2015/plugins/debug/debug.min.js +1 -1
  12. package/es2015/plugins/speech-recognize/speech-recognize.css +1 -1
  13. package/es2015/plugins/speech-recognize/speech-recognize.js +35 -35
  14. package/es2015/plugins/speech-recognize/speech-recognize.min.js +2 -2
  15. package/es2018/jodit.css +170 -132
  16. package/es2018/jodit.fat.min.css +1 -1
  17. package/es2018/jodit.fat.min.js +2 -2
  18. package/es2018/jodit.js +1334 -1091
  19. package/es2018/jodit.min.css +1 -1
  20. package/es2018/jodit.min.js +2 -2
  21. package/es2018/plugins/debug/debug.js +2 -2
  22. package/es2018/plugins/debug/debug.min.js +1 -1
  23. package/es2018/plugins/speech-recognize/speech-recognize.css +1 -1
  24. package/es2018/plugins/speech-recognize/speech-recognize.js +35 -35
  25. package/es2018/plugins/speech-recognize/speech-recognize.min.js +2 -2
  26. package/es2021/jodit.css +170 -132
  27. package/es2021/jodit.fat.min.css +1 -1
  28. package/es2021/jodit.fat.min.js +2 -2
  29. package/es2021/jodit.js +1332 -1089
  30. package/es2021/jodit.min.css +1 -1
  31. package/es2021/jodit.min.js +2 -2
  32. package/es2021/plugins/debug/debug.js +2 -2
  33. package/es2021/plugins/debug/debug.min.js +1 -1
  34. package/es2021/plugins/speech-recognize/speech-recognize.css +1 -1
  35. package/es2021/plugins/speech-recognize/speech-recognize.js +35 -35
  36. package/es2021/plugins/speech-recognize/speech-recognize.min.js +2 -2
  37. package/es2021.en/jodit.css +170 -132
  38. package/es2021.en/jodit.fat.min.css +1 -1
  39. package/es2021.en/jodit.fat.min.js +2 -2
  40. package/es2021.en/jodit.js +1247 -1004
  41. package/es2021.en/jodit.min.css +1 -1
  42. package/es2021.en/jodit.min.js +2 -2
  43. package/es2021.en/plugins/debug/debug.js +2 -2
  44. package/es2021.en/plugins/debug/debug.min.js +1 -1
  45. package/es2021.en/plugins/speech-recognize/speech-recognize.css +1 -1
  46. package/es2021.en/plugins/speech-recognize/speech-recognize.js +9 -9
  47. package/es2021.en/plugins/speech-recognize/speech-recognize.min.js +1 -1
  48. package/es5/jodit.css +405 -167
  49. package/es5/jodit.fat.min.css +1 -1
  50. package/es5/jodit.fat.min.js +2 -2
  51. package/es5/jodit.js +1421 -1198
  52. package/es5/jodit.min.css +3 -3
  53. package/es5/jodit.min.js +2 -2
  54. package/es5/plugins/debug/debug.js +2 -2
  55. package/es5/plugins/debug/debug.min.js +1 -1
  56. package/es5/plugins/speech-recognize/speech-recognize.css +1 -1
  57. package/es5/plugins/speech-recognize/speech-recognize.js +35 -35
  58. package/es5/plugins/speech-recognize/speech-recognize.min.js +2 -2
  59. package/esm/config.d.ts +69 -15
  60. package/esm/config.js +56 -85
  61. package/esm/core/async/async.d.ts +1 -1
  62. package/esm/core/async/async.js +1 -1
  63. package/esm/core/async/index.d.ts +1 -1
  64. package/esm/core/async/index.js +1 -1
  65. package/esm/core/component/component.d.ts +1 -1
  66. package/esm/core/component/component.js +1 -1
  67. package/esm/core/component/index.d.ts +1 -1
  68. package/esm/core/component/index.js +1 -1
  69. package/esm/core/component/statuses.d.ts +1 -1
  70. package/esm/core/component/statuses.js +1 -1
  71. package/esm/core/component/view-component.d.ts +1 -1
  72. package/esm/core/component/view-component.js +1 -1
  73. package/esm/core/constants.d.ts +8 -1
  74. package/esm/core/constants.js +2 -2
  75. package/esm/core/create/create.d.ts +1 -1
  76. package/esm/core/create/create.js +1 -1
  77. package/esm/core/create/index.d.ts +1 -1
  78. package/esm/core/create/index.js +1 -1
  79. package/esm/core/decorators/cache/cache.d.ts +1 -1
  80. package/esm/core/decorators/cache/cache.js +1 -1
  81. package/esm/core/decorators/component/component.d.ts +1 -1
  82. package/esm/core/decorators/component/component.js +1 -1
  83. package/esm/core/decorators/debounce/debounce.d.ts +1 -1
  84. package/esm/core/decorators/debounce/debounce.js +6 -5
  85. package/esm/core/decorators/derive/derive.d.ts +1 -1
  86. package/esm/core/decorators/derive/derive.js +1 -1
  87. package/esm/core/decorators/hook/hook.d.ts +1 -1
  88. package/esm/core/decorators/hook/hook.js +1 -1
  89. package/esm/core/decorators/idle/idle.d.ts +1 -1
  90. package/esm/core/decorators/idle/idle.js +1 -1
  91. package/esm/core/decorators/index.d.ts +1 -1
  92. package/esm/core/decorators/index.js +1 -1
  93. package/esm/core/decorators/nonenumerable/nonenumerable.d.ts +1 -1
  94. package/esm/core/decorators/nonenumerable/nonenumerable.js +1 -1
  95. package/esm/core/decorators/persistent/persistent.d.ts +1 -1
  96. package/esm/core/decorators/persistent/persistent.js +1 -1
  97. package/esm/core/decorators/wait/wait.d.ts +1 -1
  98. package/esm/core/decorators/wait/wait.js +1 -1
  99. package/esm/core/decorators/watch/watch.d.ts +1 -1
  100. package/esm/core/decorators/watch/watch.js +1 -1
  101. package/esm/core/dom/dom.d.ts +6 -1
  102. package/esm/core/dom/dom.js +13 -2
  103. package/esm/core/dom/index.d.ts +1 -1
  104. package/esm/core/dom/index.js +1 -1
  105. package/esm/core/dom/lazy-walker.d.ts +1 -1
  106. package/esm/core/dom/lazy-walker.js +1 -1
  107. package/esm/core/event-emitter/event-emitter.d.ts +1 -1
  108. package/esm/core/event-emitter/event-emitter.js +1 -1
  109. package/esm/core/event-emitter/eventify.d.ts +1 -1
  110. package/esm/core/event-emitter/eventify.js +1 -1
  111. package/esm/core/event-emitter/index.d.ts +1 -1
  112. package/esm/core/event-emitter/index.js +1 -1
  113. package/esm/core/event-emitter/observable.d.ts +1 -1
  114. package/esm/core/event-emitter/observable.js +1 -1
  115. package/esm/core/event-emitter/store.d.ts +1 -1
  116. package/esm/core/event-emitter/store.js +1 -1
  117. package/esm/core/global.d.ts +1 -1
  118. package/esm/core/global.js +1 -1
  119. package/esm/core/helpers/array/as-array.d.ts +6 -1
  120. package/esm/core/helpers/array/as-array.js +6 -1
  121. package/esm/core/helpers/array/index.d.ts +1 -1
  122. package/esm/core/helpers/array/index.js +1 -1
  123. package/esm/core/helpers/array/split-array.d.ts +1 -4
  124. package/esm/core/helpers/array/split-array.js +8 -1
  125. package/esm/core/helpers/array/to-array.d.ts +8 -3
  126. package/esm/core/helpers/array/to-array.js +8 -3
  127. package/esm/core/helpers/async/index.d.ts +1 -1
  128. package/esm/core/helpers/async/index.js +1 -1
  129. package/esm/core/helpers/async/set-timeout.d.ts +1 -1
  130. package/esm/core/helpers/async/set-timeout.js +1 -1
  131. package/esm/core/helpers/checker/has-browser-color-picker.d.ts +1 -1
  132. package/esm/core/helpers/checker/has-browser-color-picker.js +1 -1
  133. package/esm/core/helpers/checker/index.d.ts +1 -1
  134. package/esm/core/helpers/checker/index.js +1 -1
  135. package/esm/core/helpers/checker/is-array.d.ts +1 -1
  136. package/esm/core/helpers/checker/is-array.js +1 -1
  137. package/esm/core/helpers/checker/is-boolean.d.ts +1 -1
  138. package/esm/core/helpers/checker/is-boolean.js +1 -1
  139. package/esm/core/helpers/checker/is-equal.d.ts +1 -1
  140. package/esm/core/helpers/checker/is-equal.js +1 -1
  141. package/esm/core/helpers/checker/is-function.d.ts +1 -1
  142. package/esm/core/helpers/checker/is-function.js +1 -1
  143. package/esm/core/helpers/checker/is-html-from-word.d.ts +1 -1
  144. package/esm/core/helpers/checker/is-html-from-word.js +1 -1
  145. package/esm/core/helpers/checker/is-html.d.ts +1 -1
  146. package/esm/core/helpers/checker/is-html.js +1 -1
  147. package/esm/core/helpers/checker/is-imp-interface.d.ts +1 -1
  148. package/esm/core/helpers/checker/is-imp-interface.js +1 -1
  149. package/esm/core/helpers/checker/is-int.d.ts +1 -1
  150. package/esm/core/helpers/checker/is-int.js +1 -1
  151. package/esm/core/helpers/checker/is-jodit-object.d.ts +1 -1
  152. package/esm/core/helpers/checker/is-jodit-object.js +1 -1
  153. package/esm/core/helpers/checker/is-license.d.ts +1 -1
  154. package/esm/core/helpers/checker/is-license.js +1 -1
  155. package/esm/core/helpers/checker/is-marker.d.ts +1 -1
  156. package/esm/core/helpers/checker/is-marker.js +1 -1
  157. package/esm/core/helpers/checker/is-native-function.d.ts +1 -1
  158. package/esm/core/helpers/checker/is-native-function.js +1 -1
  159. package/esm/core/helpers/checker/is-number.d.ts +1 -1
  160. package/esm/core/helpers/checker/is-number.js +1 -1
  161. package/esm/core/helpers/checker/is-numeric.d.ts +1 -1
  162. package/esm/core/helpers/checker/is-numeric.js +1 -1
  163. package/esm/core/helpers/checker/is-plain-object.d.ts +1 -1
  164. package/esm/core/helpers/checker/is-plain-object.js +1 -1
  165. package/esm/core/helpers/checker/is-promise.d.ts +1 -1
  166. package/esm/core/helpers/checker/is-promise.js +1 -1
  167. package/esm/core/helpers/checker/is-set.d.ts +1 -1
  168. package/esm/core/helpers/checker/is-set.js +1 -1
  169. package/esm/core/helpers/checker/is-string.d.ts +1 -1
  170. package/esm/core/helpers/checker/is-string.js +1 -1
  171. package/esm/core/helpers/checker/is-url.d.ts +1 -1
  172. package/esm/core/helpers/checker/is-url.js +1 -1
  173. package/esm/core/helpers/checker/is-valid-name.d.ts +2 -2
  174. package/esm/core/helpers/checker/is-valid-name.js +3 -3
  175. package/esm/core/helpers/checker/is-view-object.d.ts +1 -1
  176. package/esm/core/helpers/checker/is-view-object.js +1 -1
  177. package/esm/core/helpers/checker/is-void.d.ts +1 -1
  178. package/esm/core/helpers/checker/is-void.js +1 -1
  179. package/esm/core/helpers/checker/is-window.d.ts +1 -1
  180. package/esm/core/helpers/checker/is-window.js +1 -1
  181. package/esm/core/helpers/color/color-to-hex.d.ts +1 -1
  182. package/esm/core/helpers/color/color-to-hex.js +1 -1
  183. package/esm/core/helpers/color/index.d.ts +1 -1
  184. package/esm/core/helpers/color/index.js +1 -1
  185. package/esm/core/helpers/html/apply-styles.d.ts +1 -1
  186. package/esm/core/helpers/html/apply-styles.js +1 -1
  187. package/esm/core/helpers/html/clean-from-word.d.ts +1 -1
  188. package/esm/core/helpers/html/clean-from-word.js +1 -1
  189. package/esm/core/helpers/html/htmlspecialchars.d.ts +1 -1
  190. package/esm/core/helpers/html/htmlspecialchars.js +1 -1
  191. package/esm/core/helpers/html/index.d.ts +1 -1
  192. package/esm/core/helpers/html/index.js +1 -1
  193. package/esm/core/helpers/html/nl2br.d.ts +1 -1
  194. package/esm/core/helpers/html/nl2br.js +1 -1
  195. package/esm/core/helpers/html/safe-html.d.ts +1 -1
  196. package/esm/core/helpers/html/safe-html.js +1 -1
  197. package/esm/core/helpers/html/strip-tags.d.ts +1 -1
  198. package/esm/core/helpers/html/strip-tags.js +1 -1
  199. package/esm/core/helpers/index.d.ts +1 -1
  200. package/esm/core/helpers/index.js +1 -1
  201. package/esm/core/helpers/normalize/index.d.ts +1 -1
  202. package/esm/core/helpers/normalize/index.js +1 -1
  203. package/esm/core/helpers/normalize/normalize-color.d.ts +1 -1
  204. package/esm/core/helpers/normalize/normalize-color.js +1 -1
  205. package/esm/core/helpers/normalize/normalize-css-value.d.ts +1 -1
  206. package/esm/core/helpers/normalize/normalize-css-value.js +1 -1
  207. package/esm/core/helpers/normalize/normalize-key-aliases.d.ts +1 -1
  208. package/esm/core/helpers/normalize/normalize-key-aliases.js +1 -1
  209. package/esm/core/helpers/normalize/normalize-license.d.ts +1 -1
  210. package/esm/core/helpers/normalize/normalize-license.js +1 -1
  211. package/esm/core/helpers/normalize/normalize-path.d.ts +1 -1
  212. package/esm/core/helpers/normalize/normalize-path.js +1 -1
  213. package/esm/core/helpers/normalize/normalize-relative-path.d.ts +1 -1
  214. package/esm/core/helpers/normalize/normalize-relative-path.js +1 -1
  215. package/esm/core/helpers/normalize/normalize-size.d.ts +1 -1
  216. package/esm/core/helpers/normalize/normalize-size.js +1 -1
  217. package/esm/core/helpers/normalize/normalize-url.d.ts +1 -1
  218. package/esm/core/helpers/normalize/normalize-url.js +1 -1
  219. package/esm/core/helpers/size/get-content-width.d.ts +1 -1
  220. package/esm/core/helpers/size/get-content-width.js +1 -1
  221. package/esm/core/helpers/size/get-scroll-parent.d.ts +1 -1
  222. package/esm/core/helpers/size/get-scroll-parent.js +1 -1
  223. package/esm/core/helpers/size/index.d.ts +1 -1
  224. package/esm/core/helpers/size/index.js +1 -1
  225. package/esm/core/helpers/size/inner-width.d.ts +1 -1
  226. package/esm/core/helpers/size/inner-width.js +1 -1
  227. package/esm/core/helpers/size/object-size.d.ts +1 -1
  228. package/esm/core/helpers/size/object-size.js +1 -1
  229. package/esm/core/helpers/size/offset.d.ts +1 -1
  230. package/esm/core/helpers/size/offset.js +1 -1
  231. package/esm/core/helpers/size/position.d.ts +1 -1
  232. package/esm/core/helpers/size/position.js +1 -1
  233. package/esm/core/helpers/string/camel-case.d.ts +1 -1
  234. package/esm/core/helpers/string/camel-case.js +1 -1
  235. package/esm/core/helpers/string/fuzzy-search-index.d.ts +1 -1
  236. package/esm/core/helpers/string/fuzzy-search-index.js +1 -1
  237. package/esm/core/helpers/string/i18n.d.ts +1 -1
  238. package/esm/core/helpers/string/i18n.js +1 -1
  239. package/esm/core/helpers/string/index.d.ts +1 -1
  240. package/esm/core/helpers/string/index.js +1 -1
  241. package/esm/core/helpers/string/kebab-case.d.ts +1 -1
  242. package/esm/core/helpers/string/kebab-case.js +1 -1
  243. package/esm/core/helpers/string/stringify.d.ts +1 -1
  244. package/esm/core/helpers/string/stringify.js +1 -1
  245. package/esm/core/helpers/string/trim.d.ts +1 -1
  246. package/esm/core/helpers/string/trim.js +1 -1
  247. package/esm/core/helpers/string/ucfirst.d.ts +1 -1
  248. package/esm/core/helpers/string/ucfirst.js +1 -1
  249. package/esm/core/helpers/utils/align.d.ts +1 -1
  250. package/esm/core/helpers/utils/align.js +1 -1
  251. package/esm/core/helpers/utils/append-script.d.ts +1 -1
  252. package/esm/core/helpers/utils/append-script.js +1 -1
  253. package/esm/core/helpers/utils/assert.d.ts +1 -1
  254. package/esm/core/helpers/utils/assert.js +1 -1
  255. package/esm/core/helpers/utils/attr.d.ts +1 -1
  256. package/esm/core/helpers/utils/attr.js +1 -1
  257. package/esm/core/helpers/utils/browser.d.ts +1 -1
  258. package/esm/core/helpers/utils/browser.js +1 -1
  259. package/esm/core/helpers/utils/build-query.d.ts +1 -1
  260. package/esm/core/helpers/utils/build-query.js +1 -1
  261. package/esm/core/helpers/utils/complete-url.d.ts +1 -1
  262. package/esm/core/helpers/utils/complete-url.js +1 -1
  263. package/esm/core/helpers/utils/config-proto.d.ts +1 -1
  264. package/esm/core/helpers/utils/config-proto.js +1 -1
  265. package/esm/core/helpers/utils/convert-media-url-to-video-embed.d.ts +1 -1
  266. package/esm/core/helpers/utils/convert-media-url-to-video-embed.js +1 -1
  267. package/esm/core/helpers/utils/css.d.ts +1 -1
  268. package/esm/core/helpers/utils/css.js +1 -1
  269. package/esm/core/helpers/utils/ctrl-key.d.ts +1 -1
  270. package/esm/core/helpers/utils/ctrl-key.js +1 -1
  271. package/esm/core/helpers/utils/data-bind.d.ts +1 -1
  272. package/esm/core/helpers/utils/data-bind.js +1 -1
  273. package/esm/core/helpers/utils/default-language.d.ts +1 -1
  274. package/esm/core/helpers/utils/default-language.js +1 -1
  275. package/esm/core/helpers/utils/error/error.d.ts +1 -1
  276. package/esm/core/helpers/utils/error/error.js +1 -1
  277. package/esm/core/helpers/utils/error/errors/abort-error.d.ts +1 -1
  278. package/esm/core/helpers/utils/error/errors/abort-error.js +1 -1
  279. package/esm/core/helpers/utils/error/errors/connection-error.d.ts +1 -1
  280. package/esm/core/helpers/utils/error/errors/connection-error.js +1 -1
  281. package/esm/core/helpers/utils/error/errors/index.d.ts +1 -1
  282. package/esm/core/helpers/utils/error/errors/index.js +1 -1
  283. package/esm/core/helpers/utils/error/errors/options-error.d.ts +1 -1
  284. package/esm/core/helpers/utils/error/errors/options-error.js +1 -1
  285. package/esm/core/helpers/utils/error/index.d.ts +1 -1
  286. package/esm/core/helpers/utils/error/index.js +1 -1
  287. package/esm/core/helpers/utils/extend.d.ts +1 -1
  288. package/esm/core/helpers/utils/extend.js +1 -1
  289. package/esm/core/helpers/utils/get-class-name.d.ts +1 -1
  290. package/esm/core/helpers/utils/get-class-name.js +1 -1
  291. package/esm/core/helpers/utils/get.d.ts +1 -1
  292. package/esm/core/helpers/utils/get.js +1 -1
  293. package/esm/core/helpers/utils/human-size-to-bytes.d.ts +1 -1
  294. package/esm/core/helpers/utils/human-size-to-bytes.js +1 -1
  295. package/esm/core/helpers/utils/index.d.ts +1 -1
  296. package/esm/core/helpers/utils/index.js +1 -1
  297. package/esm/core/helpers/utils/mark-deprecated.d.ts +1 -1
  298. package/esm/core/helpers/utils/mark-deprecated.js +1 -1
  299. package/esm/core/helpers/utils/parse-query.d.ts +1 -1
  300. package/esm/core/helpers/utils/parse-query.js +1 -1
  301. package/esm/core/helpers/utils/print.d.ts +1 -1
  302. package/esm/core/helpers/utils/print.js +1 -1
  303. package/esm/core/helpers/utils/reset.d.ts +1 -1
  304. package/esm/core/helpers/utils/reset.js +1 -1
  305. package/esm/core/helpers/utils/scroll-into-view.d.ts +1 -1
  306. package/esm/core/helpers/utils/scroll-into-view.js +1 -1
  307. package/esm/core/helpers/utils/selector.d.ts +1 -1
  308. package/esm/core/helpers/utils/selector.js +1 -1
  309. package/esm/core/helpers/utils/set.d.ts +1 -1
  310. package/esm/core/helpers/utils/set.js +1 -1
  311. package/esm/core/helpers/utils/stack.d.ts +1 -1
  312. package/esm/core/helpers/utils/stack.js +1 -1
  313. package/esm/core/helpers/utils/utils.d.ts +1 -1
  314. package/esm/core/helpers/utils/utils.js +1 -1
  315. package/esm/core/plugin/helpers/init-instance.d.ts +1 -1
  316. package/esm/core/plugin/helpers/init-instance.js +1 -1
  317. package/esm/core/plugin/helpers/load.d.ts +1 -1
  318. package/esm/core/plugin/helpers/load.js +1 -1
  319. package/esm/core/plugin/helpers/make-instance.d.ts +1 -1
  320. package/esm/core/plugin/helpers/make-instance.js +1 -1
  321. package/esm/core/plugin/helpers/utils.d.ts +1 -1
  322. package/esm/core/plugin/helpers/utils.js +1 -1
  323. package/esm/core/plugin/index.d.ts +1 -1
  324. package/esm/core/plugin/index.js +1 -1
  325. package/esm/core/plugin/interface.d.ts +1 -1
  326. package/esm/core/plugin/plugin-system.d.ts +1 -1
  327. package/esm/core/plugin/plugin-system.js +1 -1
  328. package/esm/core/plugin/plugin.d.ts +5 -2
  329. package/esm/core/plugin/plugin.js +45 -27
  330. package/esm/core/request/ajax.d.ts +2 -1
  331. package/esm/core/request/ajax.js +4 -1
  332. package/esm/core/request/config.d.ts +1 -1
  333. package/esm/core/request/config.js +1 -1
  334. package/esm/core/request/index.d.ts +1 -1
  335. package/esm/core/request/index.js +1 -1
  336. package/esm/core/request/response.d.ts +1 -1
  337. package/esm/core/request/response.js +1 -1
  338. package/esm/core/selection/helpers/index.d.ts +1 -1
  339. package/esm/core/selection/helpers/index.js +1 -1
  340. package/esm/core/selection/helpers/move-node-inside-start.d.ts +1 -1
  341. package/esm/core/selection/helpers/move-node-inside-start.js +1 -1
  342. package/esm/core/selection/helpers/move-the-node-along-the-edge-outward.d.ts +1 -1
  343. package/esm/core/selection/helpers/move-the-node-along-the-edge-outward.js +2 -2
  344. package/esm/core/selection/index.d.ts +1 -1
  345. package/esm/core/selection/index.js +1 -1
  346. package/esm/core/selection/interface.d.ts +1 -1
  347. package/esm/core/selection/interface.js +1 -1
  348. package/esm/core/selection/selection.d.ts +1 -1
  349. package/esm/core/selection/selection.js +5 -4
  350. package/esm/core/selection/style/api/extract.d.ts +1 -1
  351. package/esm/core/selection/style/api/extract.js +1 -1
  352. package/esm/core/selection/style/api/finite-state-machine.d.ts +1 -1
  353. package/esm/core/selection/style/api/finite-state-machine.js +1 -1
  354. package/esm/core/selection/style/api/get-suit-child.d.ts +1 -1
  355. package/esm/core/selection/style/api/get-suit-child.js +1 -1
  356. package/esm/core/selection/style/api/get-suit-parent.d.ts +1 -1
  357. package/esm/core/selection/style/api/get-suit-parent.js +1 -1
  358. package/esm/core/selection/style/api/has-same-style.d.ts +1 -1
  359. package/esm/core/selection/style/api/has-same-style.js +1 -1
  360. package/esm/core/selection/style/api/index.d.ts +1 -1
  361. package/esm/core/selection/style/api/index.js +1 -1
  362. package/esm/core/selection/style/api/is-inside-invisible-element.d.ts +1 -1
  363. package/esm/core/selection/style/api/is-inside-invisible-element.js +1 -1
  364. package/esm/core/selection/style/api/is-normal-node.d.ts +1 -1
  365. package/esm/core/selection/style/api/is-normal-node.js +1 -1
  366. package/esm/core/selection/style/api/is-same-attributes.d.ts +1 -1
  367. package/esm/core/selection/style/api/is-same-attributes.js +1 -1
  368. package/esm/core/selection/style/api/is-suit-element.d.ts +1 -1
  369. package/esm/core/selection/style/api/list/toggle-ordered-list.d.ts +1 -1
  370. package/esm/core/selection/style/api/list/toggle-ordered-list.js +1 -1
  371. package/esm/core/selection/style/api/list/wrap-list.d.ts +1 -1
  372. package/esm/core/selection/style/api/list/wrap-list.js +1 -1
  373. package/esm/core/selection/style/api/toggle-attributes.d.ts +1 -1
  374. package/esm/core/selection/style/api/toggle-attributes.js +1 -1
  375. package/esm/core/selection/style/api/unwrap-children.d.ts +1 -1
  376. package/esm/core/selection/style/api/unwrap-children.js +1 -1
  377. package/esm/core/selection/style/api/wrap-unwrapped-text.d.ts +1 -1
  378. package/esm/core/selection/style/api/wrap-unwrapped-text.js +1 -1
  379. package/esm/core/selection/style/api/wrap.d.ts +1 -1
  380. package/esm/core/selection/style/api/wrap.js +1 -1
  381. package/esm/core/selection/style/apply-style.d.ts +1 -1
  382. package/esm/core/selection/style/apply-style.js +1 -1
  383. package/esm/core/selection/style/commit-style.d.ts +8 -1
  384. package/esm/core/selection/style/commit-style.js +8 -1
  385. package/esm/core/selection/style/transactions.d.ts +1 -1
  386. package/esm/core/selection/style/transactions.js +1 -1
  387. package/esm/core/storage/engines/local-storage-provider.d.ts +1 -1
  388. package/esm/core/storage/engines/local-storage-provider.js +1 -1
  389. package/esm/core/storage/engines/memory-storage-provider.d.ts +1 -1
  390. package/esm/core/storage/engines/memory-storage-provider.js +1 -1
  391. package/esm/core/storage/index.d.ts +1 -1
  392. package/esm/core/storage/index.js +1 -1
  393. package/esm/core/storage/storage.d.ts +1 -1
  394. package/esm/core/storage/storage.js +1 -1
  395. package/esm/core/traits/dlgs.d.ts +1 -1
  396. package/esm/core/traits/dlgs.js +1 -1
  397. package/esm/core/traits/elms.d.ts +1 -1
  398. package/esm/core/traits/elms.js +1 -1
  399. package/esm/core/traits/mods.d.ts +1 -1
  400. package/esm/core/traits/mods.js +1 -1
  401. package/esm/core/ui/button/button/button.d.ts +1 -1
  402. package/esm/core/ui/button/button/button.js +1 -1
  403. package/esm/core/ui/button/group/group.d.ts +1 -1
  404. package/esm/core/ui/button/group/group.js +1 -1
  405. package/esm/core/ui/button/index.d.ts +1 -1
  406. package/esm/core/ui/button/index.js +1 -1
  407. package/esm/core/ui/button/tooltip/tooltip.d.ts +1 -1
  408. package/esm/core/ui/button/tooltip/tooltip.js +1 -1
  409. package/esm/core/ui/element.d.ts +1 -1
  410. package/esm/core/ui/element.js +1 -1
  411. package/esm/core/ui/form/block/block.d.ts +1 -1
  412. package/esm/core/ui/form/block/block.js +1 -1
  413. package/esm/core/ui/form/form.d.ts +1 -1
  414. package/esm/core/ui/form/form.js +1 -1
  415. package/esm/core/ui/form/index.d.ts +1 -1
  416. package/esm/core/ui/form/index.js +1 -1
  417. package/esm/core/ui/form/inputs/area/area.d.ts +4 -2
  418. package/esm/core/ui/form/inputs/area/area.js +13 -2
  419. package/esm/core/ui/form/inputs/checkbox/checkbox.d.ts +1 -1
  420. package/esm/core/ui/form/inputs/checkbox/checkbox.js +1 -1
  421. package/esm/core/ui/form/inputs/file/file.d.ts +1 -1
  422. package/esm/core/ui/form/inputs/file/file.js +1 -1
  423. package/esm/core/ui/form/inputs/index.d.ts +1 -1
  424. package/esm/core/ui/form/inputs/index.js +1 -1
  425. package/esm/core/ui/form/inputs/input/input.d.ts +1 -1
  426. package/esm/core/ui/form/inputs/input/input.js +1 -1
  427. package/esm/core/ui/form/inputs/select/select.d.ts +1 -1
  428. package/esm/core/ui/form/inputs/select/select.js +1 -1
  429. package/esm/core/ui/form/validators/index.d.ts +1 -1
  430. package/esm/core/ui/form/validators/index.js +1 -1
  431. package/esm/core/ui/form/validators/input.d.ts +1 -1
  432. package/esm/core/ui/form/validators/input.js +1 -1
  433. package/esm/core/ui/form/validators/select.d.ts +1 -1
  434. package/esm/core/ui/form/validators/select.js +1 -1
  435. package/esm/core/ui/group/group.d.ts +1 -1
  436. package/esm/core/ui/group/group.js +1 -1
  437. package/esm/core/ui/group/index.d.ts +1 -1
  438. package/esm/core/ui/group/index.js +1 -1
  439. package/esm/core/ui/group/list.d.ts +2 -2
  440. package/esm/core/ui/group/list.js +6 -6
  441. package/esm/core/ui/group/separator.d.ts +1 -1
  442. package/esm/core/ui/group/separator.js +1 -1
  443. package/esm/core/ui/group/spacer.d.ts +1 -1
  444. package/esm/core/ui/group/spacer.js +1 -1
  445. package/esm/core/ui/helpers/buttons.d.ts +1 -1
  446. package/esm/core/ui/helpers/buttons.js +1 -1
  447. package/esm/core/ui/helpers/get-control-type.d.ts +1 -1
  448. package/esm/core/ui/helpers/get-control-type.js +1 -1
  449. package/esm/core/ui/helpers/get-strong-control-types.d.ts +1 -1
  450. package/esm/core/ui/helpers/get-strong-control-types.js +1 -1
  451. package/esm/core/ui/icon.d.ts +1 -1
  452. package/esm/core/ui/icon.js +1 -1
  453. package/esm/core/ui/index.d.ts +1 -1
  454. package/esm/core/ui/index.js +1 -1
  455. package/esm/core/ui/popup/index.d.ts +1 -1
  456. package/esm/core/ui/popup/index.js +1 -1
  457. package/esm/core/ui/popup/popup.d.ts +1 -1
  458. package/esm/core/ui/popup/popup.js +6 -5
  459. package/esm/core/ui/progress-bar/progress-bar.d.ts +1 -1
  460. package/esm/core/ui/progress-bar/progress-bar.js +1 -1
  461. package/esm/core/view/view-with-toolbar.d.ts +2 -2
  462. package/esm/core/view/view-with-toolbar.js +4 -4
  463. package/esm/core/view/view.d.ts +8 -1
  464. package/esm/core/view/view.js +14 -6
  465. package/esm/index.d.ts +1 -1
  466. package/esm/index.js +12 -2
  467. package/esm/jodit.d.ts +1 -1
  468. package/esm/jodit.js +1 -1
  469. package/esm/langs/ar.js +1 -1
  470. package/esm/langs/cs_cz.js +1 -1
  471. package/esm/langs/de.js +1 -1
  472. package/esm/langs/en.js +1 -1
  473. package/esm/langs/es.js +1 -1
  474. package/esm/langs/fa.js +1 -1
  475. package/esm/langs/fr.js +1 -1
  476. package/esm/langs/he.js +1 -1
  477. package/esm/langs/hu.js +1 -1
  478. package/esm/langs/id.js +1 -1
  479. package/esm/langs/it.d.ts +5 -0
  480. package/esm/langs/it.js +59 -54
  481. package/esm/langs/ja.js +1 -1
  482. package/esm/langs/keys.js +1 -1
  483. package/esm/langs/ko.js +1 -1
  484. package/esm/langs/mn.js +1 -1
  485. package/esm/langs/nl.js +11 -11
  486. package/esm/langs/pl.js +1 -1
  487. package/esm/langs/pt_br.js +1 -1
  488. package/esm/langs/ru.js +1 -1
  489. package/esm/langs/tr.js +1 -1
  490. package/esm/langs/zh_cn.js +1 -1
  491. package/esm/langs/zh_tw.js +117 -117
  492. package/esm/languages.d.ts +1 -1
  493. package/esm/languages.js +1 -1
  494. package/esm/modules/context-menu/context-menu.d.ts +1 -1
  495. package/esm/modules/context-menu/context-menu.js +6 -4
  496. package/esm/modules/dialog/alert.d.ts +1 -1
  497. package/esm/modules/dialog/alert.js +1 -1
  498. package/esm/modules/dialog/confirm.d.ts +1 -1
  499. package/esm/modules/dialog/confirm.js +1 -1
  500. package/esm/modules/dialog/dialog.d.ts +1 -1
  501. package/esm/modules/dialog/dialog.js +6 -4
  502. package/esm/modules/dialog/index.d.ts +1 -1
  503. package/esm/modules/dialog/index.js +1 -1
  504. package/esm/modules/dialog/prompt.d.ts +1 -1
  505. package/esm/modules/dialog/prompt.js +1 -1
  506. package/esm/modules/file-browser/builders/context-menu.d.ts +1 -1
  507. package/esm/modules/file-browser/builders/context-menu.js +5 -3
  508. package/esm/modules/file-browser/builders/elements-map.d.ts +1 -1
  509. package/esm/modules/file-browser/builders/elements-map.js +1 -1
  510. package/esm/modules/file-browser/builders/item.d.ts +1 -1
  511. package/esm/modules/file-browser/builders/item.js +1 -1
  512. package/esm/modules/file-browser/config.d.ts +1 -1
  513. package/esm/modules/file-browser/config.js +2 -2
  514. package/esm/modules/file-browser/data-provider.d.ts +1 -1
  515. package/esm/modules/file-browser/data-provider.js +7 -7
  516. package/esm/modules/file-browser/factories.d.ts +1 -1
  517. package/esm/modules/file-browser/factories.js +1 -1
  518. package/esm/modules/file-browser/fetch/delete-file.d.ts +1 -1
  519. package/esm/modules/file-browser/fetch/delete-file.js +1 -1
  520. package/esm/modules/file-browser/fetch/load-items.d.ts +1 -1
  521. package/esm/modules/file-browser/fetch/load-items.js +1 -1
  522. package/esm/modules/file-browser/fetch/load-tree.d.ts +1 -1
  523. package/esm/modules/file-browser/fetch/load-tree.js +1 -1
  524. package/esm/modules/file-browser/file-browser.d.ts +1 -5
  525. package/esm/modules/file-browser/file-browser.js +3 -15
  526. package/esm/modules/file-browser/index.d.ts +1 -1
  527. package/esm/modules/file-browser/index.js +1 -1
  528. package/esm/modules/file-browser/listeners/native-listeners.d.ts +1 -1
  529. package/esm/modules/file-browser/listeners/native-listeners.js +1 -1
  530. package/esm/modules/file-browser/listeners/self-listeners.d.ts +1 -1
  531. package/esm/modules/file-browser/listeners/self-listeners.js +1 -1
  532. package/esm/modules/file-browser/listeners/state-listeners.d.ts +1 -1
  533. package/esm/modules/file-browser/listeners/state-listeners.js +1 -1
  534. package/esm/modules/file-browser/ui/files/files.d.ts +1 -1
  535. package/esm/modules/file-browser/ui/files/files.js +2 -2
  536. package/esm/modules/file-browser/ui/index.d.ts +1 -1
  537. package/esm/modules/file-browser/ui/index.js +1 -1
  538. package/esm/modules/file-browser/ui/tree/tree.d.ts +1 -1
  539. package/esm/modules/file-browser/ui/tree/tree.js +2 -2
  540. package/esm/modules/history/command.d.ts +1 -1
  541. package/esm/modules/history/command.js +1 -1
  542. package/esm/modules/history/history.d.ts +13 -13
  543. package/esm/modules/history/history.js +33 -33
  544. package/esm/modules/history/snapshot.d.ts +1 -1
  545. package/esm/modules/history/snapshot.js +1 -1
  546. package/esm/modules/history/stack.d.ts +1 -1
  547. package/esm/modules/history/stack.js +1 -1
  548. package/esm/modules/image-editor/config.d.ts +1 -1
  549. package/esm/modules/image-editor/config.js +1 -1
  550. package/esm/modules/image-editor/image-editor.d.ts +33 -33
  551. package/esm/modules/image-editor/image-editor.js +88 -88
  552. package/esm/modules/image-editor/templates/form.d.ts +1 -1
  553. package/esm/modules/image-editor/templates/form.js +1 -1
  554. package/esm/modules/index.d.ts +2 -2
  555. package/esm/modules/index.js +2 -2
  556. package/esm/modules/messages/message.d.ts +1 -1
  557. package/esm/modules/messages/message.js +1 -1
  558. package/esm/modules/messages/messages.d.ts +1 -1
  559. package/esm/modules/messages/messages.js +1 -1
  560. package/esm/modules/status-bar/status-bar.d.ts +1 -1
  561. package/esm/modules/status-bar/status-bar.js +1 -1
  562. package/esm/modules/table/table.d.ts +35 -21
  563. package/esm/modules/table/table.js +137 -95
  564. package/esm/modules/toolbar/button/button.d.ts +1 -1
  565. package/esm/modules/toolbar/button/button.js +1 -1
  566. package/esm/modules/toolbar/button/content.d.ts +1 -1
  567. package/esm/modules/toolbar/button/content.js +1 -1
  568. package/esm/modules/toolbar/button/index.d.ts +1 -1
  569. package/esm/modules/toolbar/button/index.js +1 -1
  570. package/esm/modules/toolbar/button/select/select.d.ts +1 -1
  571. package/esm/modules/toolbar/button/select/select.js +1 -1
  572. package/esm/modules/toolbar/collection/collection.d.ts +3 -3
  573. package/esm/modules/toolbar/collection/collection.js +12 -5
  574. package/esm/modules/toolbar/collection/editor-collection.d.ts +1 -1
  575. package/esm/modules/toolbar/collection/editor-collection.js +3 -3
  576. package/esm/modules/toolbar/factory.d.ts +1 -1
  577. package/esm/modules/toolbar/factory.js +1 -1
  578. package/esm/modules/uploader/config.d.ts +1 -1
  579. package/esm/modules/uploader/config.js +1 -1
  580. package/esm/modules/uploader/helpers/build-data.d.ts +1 -1
  581. package/esm/modules/uploader/helpers/build-data.js +1 -1
  582. package/esm/modules/uploader/helpers/data-uri-to-blob.d.ts +1 -1
  583. package/esm/modules/uploader/helpers/data-uri-to-blob.js +1 -1
  584. package/esm/modules/uploader/helpers/index.d.ts +1 -1
  585. package/esm/modules/uploader/helpers/index.js +1 -1
  586. package/esm/modules/uploader/helpers/process-old-browser-drag.d.ts +1 -1
  587. package/esm/modules/uploader/helpers/process-old-browser-drag.js +1 -1
  588. package/esm/modules/uploader/helpers/send-files.d.ts +1 -1
  589. package/esm/modules/uploader/helpers/send-files.js +1 -1
  590. package/esm/modules/uploader/helpers/send.d.ts +1 -1
  591. package/esm/modules/uploader/helpers/send.js +1 -1
  592. package/esm/modules/uploader/uploader.d.ts +1 -1
  593. package/esm/modules/uploader/uploader.js +1 -1
  594. package/esm/modules/widget/color-picker/color-picker.d.ts +1 -1
  595. package/esm/modules/widget/color-picker/color-picker.js +1 -1
  596. package/esm/modules/widget/file-selector/file-selector.d.ts +1 -1
  597. package/esm/modules/widget/file-selector/file-selector.js +2 -1
  598. package/esm/modules/widget/index.d.ts +1 -1
  599. package/esm/modules/widget/index.js +1 -1
  600. package/esm/modules/widget/tabs/tabs.d.ts +1 -1
  601. package/esm/modules/widget/tabs/tabs.js +1 -1
  602. package/esm/plugins/about/about.d.ts +1 -1
  603. package/esm/plugins/about/about.js +1 -1
  604. package/esm/plugins/add-new-line/add-new-line.d.ts +1 -1
  605. package/esm/plugins/add-new-line/add-new-line.js +2 -2
  606. package/esm/plugins/add-new-line/config.d.ts +1 -1
  607. package/esm/plugins/add-new-line/config.js +1 -1
  608. package/esm/plugins/backspace/backspace.d.ts +1 -1
  609. package/esm/plugins/backspace/backspace.js +1 -1
  610. package/esm/plugins/backspace/cases/check-join-neighbors.d.ts +1 -1
  611. package/esm/plugins/backspace/cases/check-join-neighbors.js +1 -1
  612. package/esm/plugins/backspace/cases/check-join-two-lists.d.ts +1 -1
  613. package/esm/plugins/backspace/cases/check-join-two-lists.js +1 -1
  614. package/esm/plugins/backspace/cases/check-not-collapsed.d.ts +1 -1
  615. package/esm/plugins/backspace/cases/check-not-collapsed.js +1 -1
  616. package/esm/plugins/backspace/cases/check-remove-char.d.ts +1 -1
  617. package/esm/plugins/backspace/cases/check-remove-char.js +1 -1
  618. package/esm/plugins/backspace/cases/check-remove-content-not-editable.d.ts +1 -1
  619. package/esm/plugins/backspace/cases/check-remove-content-not-editable.js +1 -1
  620. package/esm/plugins/backspace/cases/check-remove-empty-neighbor.d.ts +1 -1
  621. package/esm/plugins/backspace/cases/check-remove-empty-neighbor.js +1 -1
  622. package/esm/plugins/backspace/cases/check-remove-empty-parent.d.ts +1 -1
  623. package/esm/plugins/backspace/cases/check-remove-empty-parent.js +1 -1
  624. package/esm/plugins/backspace/cases/check-remove-unbreakable-element.d.ts +1 -1
  625. package/esm/plugins/backspace/cases/check-remove-unbreakable-element.js +1 -1
  626. package/esm/plugins/backspace/cases/check-table-cell.d.ts +1 -1
  627. package/esm/plugins/backspace/cases/check-table-cell.js +1 -1
  628. package/esm/plugins/backspace/cases/check-unwrap-first-list-item.d.ts +1 -1
  629. package/esm/plugins/backspace/cases/check-unwrap-first-list-item.js +1 -1
  630. package/esm/plugins/backspace/cases/index.d.ts +1 -1
  631. package/esm/plugins/backspace/cases/index.js +1 -1
  632. package/esm/plugins/backspace/config.d.ts +1 -1
  633. package/esm/plugins/backspace/config.js +1 -1
  634. package/esm/plugins/backspace/helpers.d.ts +1 -1
  635. package/esm/plugins/backspace/helpers.js +1 -1
  636. package/esm/plugins/backspace/interface.d.ts +1 -1
  637. package/esm/plugins/backspace/interface.js +1 -1
  638. package/esm/plugins/bold/bold.d.ts +1 -1
  639. package/esm/plugins/bold/bold.js +1 -1
  640. package/esm/plugins/bold/config.d.ts +1 -1
  641. package/esm/plugins/bold/config.js +1 -1
  642. package/esm/plugins/bold/interface.d.ts +1 -1
  643. package/esm/plugins/class-span/class-span.d.ts +1 -1
  644. package/esm/plugins/class-span/class-span.js +2 -2
  645. package/esm/plugins/clean-html/clean-html.d.ts +1 -1
  646. package/esm/plugins/clean-html/clean-html.js +1 -1
  647. package/esm/plugins/clean-html/config.d.ts +3 -3
  648. package/esm/plugins/clean-html/config.js +1 -1
  649. package/esm/plugins/clean-html/helpers/get-hash.d.ts +1 -1
  650. package/esm/plugins/clean-html/helpers/get-hash.js +1 -1
  651. package/esm/plugins/clean-html/helpers/index.d.ts +1 -1
  652. package/esm/plugins/clean-html/helpers/index.js +1 -1
  653. package/esm/plugins/clean-html/helpers/remove-format/remove-format-for-collapsed-selection.d.ts +1 -1
  654. package/esm/plugins/clean-html/helpers/remove-format/remove-format-for-collapsed-selection.js +1 -1
  655. package/esm/plugins/clean-html/helpers/remove-format/remove-format-for-selection.d.ts +1 -1
  656. package/esm/plugins/clean-html/helpers/remove-format/remove-format-for-selection.js +1 -1
  657. package/esm/plugins/clean-html/helpers/visitor/filters/allow-attributes.d.ts +1 -1
  658. package/esm/plugins/clean-html/helpers/visitor/filters/allow-attributes.js +1 -1
  659. package/esm/plugins/clean-html/helpers/visitor/filters/fill-empty-paragraph.d.ts +1 -1
  660. package/esm/plugins/clean-html/helpers/visitor/filters/fill-empty-paragraph.js +1 -1
  661. package/esm/plugins/clean-html/helpers/visitor/filters/index.d.ts +1 -1
  662. package/esm/plugins/clean-html/helpers/visitor/filters/index.js +1 -1
  663. package/esm/plugins/clean-html/helpers/visitor/filters/remove-empty-text-node.d.ts +1 -1
  664. package/esm/plugins/clean-html/helpers/visitor/filters/remove-empty-text-node.js +1 -1
  665. package/esm/plugins/clean-html/helpers/visitor/filters/remove-inv-text-nodes.d.ts +1 -1
  666. package/esm/plugins/clean-html/helpers/visitor/filters/remove-inv-text-nodes.js +1 -1
  667. package/esm/plugins/clean-html/helpers/visitor/filters/replace-old-tags.d.ts +1 -1
  668. package/esm/plugins/clean-html/helpers/visitor/filters/replace-old-tags.js +1 -1
  669. package/esm/plugins/clean-html/helpers/visitor/filters/sanitize-attributes.d.ts +1 -1
  670. package/esm/plugins/clean-html/helpers/visitor/filters/sanitize-attributes.js +1 -1
  671. package/esm/plugins/clean-html/helpers/visitor/filters/try-remove-node.d.ts +1 -1
  672. package/esm/plugins/clean-html/helpers/visitor/filters/try-remove-node.js +1 -1
  673. package/esm/plugins/clean-html/helpers/visitor/visit-node-walker.d.ts +1 -1
  674. package/esm/plugins/clean-html/helpers/visitor/visit-node-walker.js +1 -1
  675. package/esm/plugins/clipboard/clipboard.d.ts +1 -1
  676. package/esm/plugins/clipboard/clipboard.js +1 -1
  677. package/esm/plugins/clipboard/config.d.ts +1 -1
  678. package/esm/plugins/clipboard/config.js +1 -1
  679. package/esm/plugins/color/color.d.ts +1 -1
  680. package/esm/plugins/color/color.js +1 -1
  681. package/esm/plugins/color/config.d.ts +1 -1
  682. package/esm/plugins/color/config.js +1 -1
  683. package/esm/plugins/copy-format/copy-format.d.ts +1 -1
  684. package/esm/plugins/copy-format/copy-format.js +1 -1
  685. package/esm/plugins/copy-format/langs/ar.js +1 -1
  686. package/esm/plugins/copy-format/langs/cs_cz.js +1 -1
  687. package/esm/plugins/copy-format/langs/de.js +1 -1
  688. package/esm/plugins/copy-format/langs/es.js +1 -1
  689. package/esm/plugins/copy-format/langs/fa.js +1 -1
  690. package/esm/plugins/copy-format/langs/fr.js +1 -1
  691. package/esm/plugins/copy-format/langs/he.js +1 -1
  692. package/esm/plugins/copy-format/langs/hu.js +1 -1
  693. package/esm/plugins/copy-format/langs/id.js +1 -1
  694. package/esm/plugins/copy-format/langs/index.d.ts +1 -1
  695. package/esm/plugins/copy-format/langs/index.js +25 -0
  696. package/esm/plugins/copy-format/langs/it.js +1 -1
  697. package/esm/plugins/copy-format/langs/ja.js +1 -1
  698. package/esm/plugins/copy-format/langs/ko.js +1 -1
  699. package/esm/plugins/copy-format/langs/mn.js +1 -1
  700. package/esm/plugins/copy-format/langs/nl.js +1 -1
  701. package/esm/plugins/copy-format/langs/pl.js +1 -1
  702. package/esm/plugins/copy-format/langs/pt_br.js +1 -1
  703. package/esm/plugins/copy-format/langs/ru.js +1 -1
  704. package/esm/plugins/copy-format/langs/tr.js +1 -1
  705. package/esm/plugins/copy-format/langs/zh_cn.js +1 -1
  706. package/esm/plugins/copy-format/langs/zh_tw.js +1 -1
  707. package/esm/plugins/debug/debug.d.ts +1 -1
  708. package/esm/plugins/delete/delete.d.ts +1 -1
  709. package/esm/plugins/delete/delete.js +1 -1
  710. package/esm/plugins/delete/interface.d.ts +1 -1
  711. package/esm/plugins/drag-and-drop/drag-and-drop.d.ts +1 -1
  712. package/esm/plugins/drag-and-drop/drag-and-drop.js +9 -2
  713. package/esm/plugins/drag-and-drop-element/config.d.ts +1 -1
  714. package/esm/plugins/drag-and-drop-element/config.js +1 -1
  715. package/esm/plugins/drag-and-drop-element/drag-and-drop-element.d.ts +1 -1
  716. package/esm/plugins/drag-and-drop-element/drag-and-drop-element.js +1 -1
  717. package/esm/plugins/dtd/after-insert/index.d.ts +1 -1
  718. package/esm/plugins/dtd/after-insert/index.js +1 -1
  719. package/esm/plugins/dtd/after-insert/remove-extra-br.d.ts +1 -1
  720. package/esm/plugins/dtd/after-insert/remove-extra-br.js +1 -1
  721. package/esm/plugins/dtd/before-insert/check-block-nesting.d.ts +1 -1
  722. package/esm/plugins/dtd/before-insert/check-block-nesting.js +1 -1
  723. package/esm/plugins/dtd/before-insert/index.d.ts +1 -1
  724. package/esm/plugins/dtd/before-insert/index.js +1 -1
  725. package/esm/plugins/dtd/config.d.ts +1 -1
  726. package/esm/plugins/dtd/config.js +1 -1
  727. package/esm/plugins/dtd/dtd.d.ts +1 -1
  728. package/esm/plugins/dtd/dtd.js +1 -1
  729. package/esm/plugins/enter/enter.d.ts +1 -1
  730. package/esm/plugins/enter/enter.js +1 -1
  731. package/esm/plugins/enter/helpers/check-br.d.ts +1 -1
  732. package/esm/plugins/enter/helpers/check-br.js +1 -1
  733. package/esm/plugins/enter/helpers/check-unsplittable-box.d.ts +1 -1
  734. package/esm/plugins/enter/helpers/check-unsplittable-box.js +1 -1
  735. package/esm/plugins/enter/helpers/get-block-wrapper.d.ts +1 -1
  736. package/esm/plugins/enter/helpers/get-block-wrapper.js +1 -1
  737. package/esm/plugins/enter/helpers/has-previous-block.d.ts +1 -1
  738. package/esm/plugins/enter/helpers/has-previous-block.js +1 -1
  739. package/esm/plugins/enter/helpers/index.d.ts +1 -1
  740. package/esm/plugins/enter/helpers/index.js +1 -1
  741. package/esm/plugins/enter/helpers/insert-paragraph.d.ts +1 -1
  742. package/esm/plugins/enter/helpers/insert-paragraph.js +1 -1
  743. package/esm/plugins/enter/helpers/move-cursor-out-from-specal-tags.d.ts +1 -1
  744. package/esm/plugins/enter/helpers/move-cursor-out-from-specal-tags.js +1 -1
  745. package/esm/plugins/enter/helpers/process-empty-li-leaf.d.ts +1 -1
  746. package/esm/plugins/enter/helpers/process-empty-li-leaf.js +1 -1
  747. package/esm/plugins/enter/helpers/split-fragment.d.ts +1 -1
  748. package/esm/plugins/enter/helpers/split-fragment.js +1 -1
  749. package/esm/plugins/enter/helpers/wrap-text.d.ts +1 -1
  750. package/esm/plugins/enter/helpers/wrap-text.js +1 -1
  751. package/esm/plugins/enter/interface.d.ts +1 -1
  752. package/esm/plugins/file/file.d.ts +1 -1
  753. package/esm/plugins/file/file.js +1 -1
  754. package/esm/plugins/focus/focus.d.ts +1 -1
  755. package/esm/plugins/focus/focus.js +1 -1
  756. package/esm/plugins/font/config.d.ts +1 -1
  757. package/esm/plugins/font/config.js +1 -1
  758. package/esm/plugins/font/font.d.ts +1 -1
  759. package/esm/plugins/font/font.js +1 -1
  760. package/esm/plugins/format-block/config.d.ts +1 -1
  761. package/esm/plugins/format-block/config.js +1 -1
  762. package/esm/plugins/format-block/format-block.d.ts +1 -1
  763. package/esm/plugins/format-block/format-block.js +1 -1
  764. package/esm/plugins/fullsize/config.d.ts +1 -1
  765. package/esm/plugins/fullsize/config.js +1 -1
  766. package/esm/plugins/fullsize/fullsize.d.ts +1 -1
  767. package/esm/plugins/fullsize/fullsize.js +1 -1
  768. package/esm/plugins/hotkeys/config.d.ts +1 -1
  769. package/esm/plugins/hotkeys/config.js +1 -1
  770. package/esm/plugins/hotkeys/hotkeys.d.ts +4 -6
  771. package/esm/plugins/hotkeys/hotkeys.js +1 -1
  772. package/esm/plugins/hr/hr.d.ts +1 -1
  773. package/esm/plugins/hr/hr.js +1 -1
  774. package/esm/plugins/iframe/config.d.ts +3 -3
  775. package/esm/plugins/iframe/config.js +1 -1
  776. package/esm/plugins/iframe/iframe.d.ts +1 -1
  777. package/esm/plugins/iframe/iframe.js +1 -1
  778. package/esm/plugins/image/image.d.ts +1 -1
  779. package/esm/plugins/image/image.js +1 -1
  780. package/esm/plugins/image-processor/config.d.ts +1 -1
  781. package/esm/plugins/image-processor/config.js +1 -1
  782. package/esm/plugins/image-processor/image-processor.d.ts +1 -1
  783. package/esm/plugins/image-processor/image-processor.js +1 -1
  784. package/esm/plugins/image-properties/config.d.ts +1 -1
  785. package/esm/plugins/image-properties/config.js +1 -1
  786. package/esm/plugins/image-properties/image-properties.d.ts +1 -1
  787. package/esm/plugins/image-properties/image-properties.js +1 -1
  788. package/esm/plugins/image-properties/templates/form.d.ts +1 -1
  789. package/esm/plugins/image-properties/templates/form.js +1 -1
  790. package/esm/plugins/image-properties/templates/main-tab.d.ts +1 -1
  791. package/esm/plugins/image-properties/templates/main-tab.js +1 -1
  792. package/esm/plugins/image-properties/templates/position-tab.d.ts +1 -1
  793. package/esm/plugins/image-properties/templates/position-tab.js +1 -1
  794. package/esm/plugins/indent/config.d.ts +1 -1
  795. package/esm/plugins/indent/config.js +1 -1
  796. package/esm/plugins/indent/helpers.d.ts +1 -1
  797. package/esm/plugins/indent/helpers.js +1 -1
  798. package/esm/plugins/indent/indent.d.ts +1 -1
  799. package/esm/plugins/indent/indent.js +1 -1
  800. package/esm/plugins/index.d.ts +1 -1
  801. package/esm/plugins/index.js +2 -1
  802. package/esm/plugins/inline-popup/config/config.d.ts +1 -1
  803. package/esm/plugins/inline-popup/config/config.js +1 -1
  804. package/esm/plugins/inline-popup/config/items/a.d.ts +1 -1
  805. package/esm/plugins/inline-popup/config/items/a.js +1 -1
  806. package/esm/plugins/inline-popup/config/items/cells.d.ts +1 -1
  807. package/esm/plugins/inline-popup/config/items/cells.js +1 -1
  808. package/esm/plugins/inline-popup/config/items/iframe.d.ts +1 -1
  809. package/esm/plugins/inline-popup/config/items/iframe.js +1 -1
  810. package/esm/plugins/inline-popup/config/items/img.d.ts +1 -1
  811. package/esm/plugins/inline-popup/config/items/img.js +1 -1
  812. package/esm/plugins/inline-popup/config/items/toolbar.d.ts +1 -1
  813. package/esm/plugins/inline-popup/config/items/toolbar.js +1 -1
  814. package/esm/plugins/inline-popup/inline-popup.d.ts +1 -1
  815. package/esm/plugins/inline-popup/inline-popup.js +1 -1
  816. package/esm/plugins/justify/justify.d.ts +1 -1
  817. package/esm/plugins/justify/justify.js +1 -1
  818. package/esm/plugins/key-arrow-outside/key-arrow-outside.d.ts +1 -1
  819. package/esm/plugins/key-arrow-outside/key-arrow-outside.js +1 -1
  820. package/esm/plugins/limit/config.d.ts +1 -1
  821. package/esm/plugins/limit/config.js +1 -1
  822. package/esm/plugins/limit/limit.d.ts +1 -1
  823. package/esm/plugins/limit/limit.js +1 -1
  824. package/esm/plugins/line-height/config.d.ts +1 -1
  825. package/esm/plugins/line-height/config.js +1 -1
  826. package/esm/plugins/line-height/langs/ar.js +1 -1
  827. package/esm/plugins/line-height/langs/cs_cz.js +1 -1
  828. package/esm/plugins/line-height/langs/de.js +1 -1
  829. package/esm/plugins/line-height/langs/es.js +1 -1
  830. package/esm/plugins/line-height/langs/fa.js +1 -1
  831. package/esm/plugins/line-height/langs/fr.js +1 -1
  832. package/esm/plugins/line-height/langs/he.js +1 -1
  833. package/esm/plugins/line-height/langs/hu.js +1 -1
  834. package/esm/plugins/line-height/langs/id.js +1 -1
  835. package/esm/plugins/line-height/langs/index.d.ts +1 -1
  836. package/esm/plugins/line-height/langs/index.js +25 -0
  837. package/esm/plugins/line-height/langs/it.js +1 -1
  838. package/esm/plugins/line-height/langs/ja.js +1 -1
  839. package/esm/plugins/line-height/langs/ko.js +1 -1
  840. package/esm/plugins/line-height/langs/mn.js +1 -1
  841. package/esm/plugins/line-height/langs/nl.js +1 -1
  842. package/esm/plugins/line-height/langs/pl.js +1 -1
  843. package/esm/plugins/line-height/langs/pt_br.js +1 -1
  844. package/esm/plugins/line-height/langs/ru.js +1 -1
  845. package/esm/plugins/line-height/langs/tr.js +1 -1
  846. package/esm/plugins/line-height/langs/zh_cn.js +1 -1
  847. package/esm/plugins/line-height/langs/zh_tw.js +2 -2
  848. package/esm/plugins/line-height/line-height.d.ts +1 -1
  849. package/esm/plugins/line-height/line-height.js +1 -1
  850. package/esm/plugins/link/config.d.ts +1 -1
  851. package/esm/plugins/link/config.js +1 -1
  852. package/esm/plugins/link/link.d.ts +1 -1
  853. package/esm/plugins/link/link.js +1 -1
  854. package/esm/plugins/link/template.d.ts +1 -1
  855. package/esm/plugins/link/template.js +1 -1
  856. package/esm/plugins/media/config.d.ts +1 -1
  857. package/esm/plugins/media/config.js +1 -1
  858. package/esm/plugins/media/media.d.ts +1 -1
  859. package/esm/plugins/media/media.js +1 -1
  860. package/esm/plugins/mobile/config.d.ts +15 -3
  861. package/esm/plugins/mobile/config.js +104 -1
  862. package/esm/plugins/mobile/mobile.d.ts +2 -2
  863. package/esm/plugins/mobile/mobile.js +2 -2
  864. package/esm/plugins/ordered-list/config.d.ts +1 -1
  865. package/esm/plugins/ordered-list/config.js +1 -1
  866. package/esm/plugins/ordered-list/ordered-list.d.ts +1 -1
  867. package/esm/plugins/ordered-list/ordered-list.js +1 -1
  868. package/esm/plugins/paste/config.d.ts +8 -4
  869. package/esm/plugins/paste/config.js +2 -1
  870. package/esm/plugins/paste/helpers.d.ts +1 -1
  871. package/esm/plugins/paste/helpers.js +1 -1
  872. package/esm/plugins/paste/interface.d.ts +1 -1
  873. package/esm/plugins/paste/interface.js +1 -1
  874. package/esm/plugins/paste/paste.d.ts +1 -1
  875. package/esm/plugins/paste/paste.js +13 -11
  876. package/esm/plugins/paste-from-word/config.d.ts +2 -2
  877. package/esm/plugins/paste-from-word/config.js +1 -1
  878. package/esm/plugins/paste-from-word/paste-from-word.d.ts +1 -1
  879. package/esm/plugins/paste-from-word/paste-from-word.js +1 -1
  880. package/esm/plugins/paste-storage/paste-storage.d.ts +1 -1
  881. package/esm/plugins/paste-storage/paste-storage.js +1 -1
  882. package/esm/plugins/placeholder/config.d.ts +4 -4
  883. package/esm/plugins/placeholder/config.js +1 -1
  884. package/esm/plugins/placeholder/placeholder.d.ts +1 -1
  885. package/esm/plugins/placeholder/placeholder.js +1 -1
  886. package/esm/plugins/powered-by-jodit/powered-by-jodit.d.ts +1 -1
  887. package/esm/plugins/powered-by-jodit/powered-by-jodit.js +1 -1
  888. package/esm/plugins/preview/preview.d.ts +1 -1
  889. package/esm/plugins/preview/preview.js +1 -1
  890. package/esm/plugins/print/lib/generate-critical-css.d.ts +1 -1
  891. package/esm/plugins/print/lib/generate-critical-css.js +1 -1
  892. package/esm/plugins/print/print.d.ts +1 -1
  893. package/esm/plugins/print/print.js +1 -1
  894. package/esm/plugins/redo-undo/redo-undo.d.ts +1 -1
  895. package/esm/plugins/redo-undo/redo-undo.js +1 -1
  896. package/esm/plugins/resize-cells/config.d.ts +1 -1
  897. package/esm/plugins/resize-cells/config.js +1 -1
  898. package/esm/plugins/resize-cells/resize-cells.d.ts +1 -1
  899. package/esm/plugins/resize-cells/resize-cells.js +10 -8
  900. package/esm/plugins/resize-handler/config.d.ts +1 -1
  901. package/esm/plugins/resize-handler/config.js +1 -1
  902. package/esm/plugins/resize-handler/resize-handler.d.ts +1 -1
  903. package/esm/plugins/resize-handler/resize-handler.js +1 -1
  904. package/esm/plugins/resizer/config.d.ts +1 -1
  905. package/esm/plugins/resizer/config.js +1 -1
  906. package/esm/plugins/resizer/resizer.d.ts +1 -1
  907. package/esm/plugins/resizer/resizer.js +1 -1
  908. package/esm/plugins/search/config.d.ts +1 -1
  909. package/esm/plugins/search/config.js +1 -1
  910. package/esm/plugins/search/helpers/index.d.ts +1 -1
  911. package/esm/plugins/search/helpers/index.js +1 -1
  912. package/esm/plugins/search/helpers/sentence-finder.d.ts +1 -1
  913. package/esm/plugins/search/helpers/sentence-finder.js +1 -1
  914. package/esm/plugins/search/helpers/wrap-ranges-texts-in-tmp-span.d.ts +1 -1
  915. package/esm/plugins/search/helpers/wrap-ranges-texts-in-tmp-span.js +1 -1
  916. package/esm/plugins/search/interface.d.ts +1 -1
  917. package/esm/plugins/search/search.d.ts +1 -1
  918. package/esm/plugins/search/search.js +1 -1
  919. package/esm/plugins/search/ui/search.d.ts +1 -1
  920. package/esm/plugins/search/ui/search.js +1 -1
  921. package/esm/plugins/select/config.d.ts +1 -1
  922. package/esm/plugins/select/config.js +1 -1
  923. package/esm/plugins/select/select.d.ts +1 -1
  924. package/esm/plugins/select/select.js +1 -1
  925. package/esm/plugins/select-cells/config.d.ts +1 -1
  926. package/esm/plugins/select-cells/config.js +1 -1
  927. package/esm/plugins/select-cells/select-cells.d.ts +9 -9
  928. package/esm/plugins/select-cells/select-cells.js +52 -46
  929. package/esm/plugins/size/config.d.ts +1 -1
  930. package/esm/plugins/size/config.js +1 -1
  931. package/esm/plugins/size/size.d.ts +1 -1
  932. package/esm/plugins/size/size.js +1 -1
  933. package/esm/plugins/source/config.d.ts +1 -1
  934. package/esm/plugins/source/config.js +1 -1
  935. package/esm/plugins/source/editor/engines/ace.d.ts +1 -1
  936. package/esm/plugins/source/editor/engines/ace.js +1 -1
  937. package/esm/plugins/source/editor/engines/area.d.ts +1 -1
  938. package/esm/plugins/source/editor/engines/area.js +1 -1
  939. package/esm/plugins/source/editor/engines/index.d.ts +1 -1
  940. package/esm/plugins/source/editor/engines/index.js +1 -1
  941. package/esm/plugins/source/editor/factory.d.ts +1 -1
  942. package/esm/plugins/source/editor/factory.js +1 -1
  943. package/esm/plugins/source/editor/sourceEditor.d.ts +1 -1
  944. package/esm/plugins/source/editor/sourceEditor.js +1 -1
  945. package/esm/plugins/source/source.d.ts +1 -1
  946. package/esm/plugins/source/source.js +1 -1
  947. package/esm/plugins/speech-recognize/config.d.ts +1 -1
  948. package/esm/plugins/speech-recognize/config.js +1 -1
  949. package/esm/plugins/speech-recognize/constants.d.ts +1 -1
  950. package/esm/plugins/speech-recognize/constants.js +1 -1
  951. package/esm/plugins/speech-recognize/helpers/api.d.ts +1 -1
  952. package/esm/plugins/speech-recognize/helpers/api.js +1 -1
  953. package/esm/plugins/speech-recognize/helpers/exec-spell-command.d.ts +1 -1
  954. package/esm/plugins/speech-recognize/helpers/exec-spell-command.js +1 -1
  955. package/esm/plugins/speech-recognize/helpers/recognize-manager.d.ts +1 -1
  956. package/esm/plugins/speech-recognize/helpers/recognize-manager.js +1 -1
  957. package/esm/plugins/speech-recognize/helpers/sound.d.ts +1 -1
  958. package/esm/plugins/speech-recognize/helpers/sound.js +1 -1
  959. package/esm/plugins/speech-recognize/interface.d.ts +1 -1
  960. package/esm/plugins/speech-recognize/interface.js +1 -1
  961. package/esm/plugins/speech-recognize/langs/ar.js +1 -1
  962. package/esm/plugins/speech-recognize/langs/cs_cz.js +1 -1
  963. package/esm/plugins/speech-recognize/langs/de.js +1 -1
  964. package/esm/plugins/speech-recognize/langs/es.js +1 -1
  965. package/esm/plugins/speech-recognize/langs/fa.js +1 -1
  966. package/esm/plugins/speech-recognize/langs/fr.js +1 -1
  967. package/esm/plugins/speech-recognize/langs/he.js +1 -1
  968. package/esm/plugins/speech-recognize/langs/hu.js +1 -1
  969. package/esm/plugins/speech-recognize/langs/id.js +1 -1
  970. package/esm/plugins/speech-recognize/langs/index.d.ts +1 -1
  971. package/esm/plugins/speech-recognize/langs/index.js +26 -0
  972. package/esm/plugins/speech-recognize/langs/it.js +1 -1
  973. package/esm/plugins/speech-recognize/langs/ja.js +1 -1
  974. package/esm/plugins/speech-recognize/langs/ko.js +1 -1
  975. package/esm/plugins/speech-recognize/langs/mn.js +1 -1
  976. package/esm/plugins/speech-recognize/langs/nl.js +1 -1
  977. package/esm/plugins/speech-recognize/langs/pl.js +1 -1
  978. package/esm/plugins/speech-recognize/langs/pt_br.js +1 -1
  979. package/esm/plugins/speech-recognize/langs/ru.js +1 -1
  980. package/esm/plugins/speech-recognize/langs/tr.js +1 -1
  981. package/esm/plugins/speech-recognize/langs/zh_cn.js +1 -1
  982. package/esm/plugins/speech-recognize/langs/zh_tw.js +7 -7
  983. package/esm/plugins/speech-recognize/speech-recognize.d.ts +1 -1
  984. package/esm/plugins/speech-recognize/speech-recognize.js +1 -1
  985. package/esm/plugins/spellcheck/config.d.ts +1 -1
  986. package/esm/plugins/spellcheck/config.js +1 -1
  987. package/esm/plugins/spellcheck/langs/ar.js +1 -1
  988. package/esm/plugins/spellcheck/langs/cs_cz.js +1 -1
  989. package/esm/plugins/spellcheck/langs/de.js +1 -1
  990. package/esm/plugins/spellcheck/langs/es.js +1 -1
  991. package/esm/plugins/spellcheck/langs/fa.js +1 -1
  992. package/esm/plugins/spellcheck/langs/fr.js +1 -1
  993. package/esm/plugins/spellcheck/langs/he.js +1 -1
  994. package/esm/plugins/spellcheck/langs/hu.js +1 -1
  995. package/esm/plugins/spellcheck/langs/id.js +1 -1
  996. package/esm/plugins/spellcheck/langs/index.d.ts +1 -1
  997. package/esm/plugins/spellcheck/langs/index.js +25 -0
  998. package/esm/plugins/spellcheck/langs/it.js +1 -1
  999. package/esm/plugins/spellcheck/langs/ja.js +1 -1
  1000. package/esm/plugins/spellcheck/langs/ko.js +1 -1
  1001. package/esm/plugins/spellcheck/langs/mn.js +1 -1
  1002. package/esm/plugins/spellcheck/langs/nl.js +1 -1
  1003. package/esm/plugins/spellcheck/langs/pl.js +1 -1
  1004. package/esm/plugins/spellcheck/langs/pt_br.js +1 -1
  1005. package/esm/plugins/spellcheck/langs/ru.js +1 -1
  1006. package/esm/plugins/spellcheck/langs/tr.js +1 -1
  1007. package/esm/plugins/spellcheck/langs/zh_cn.js +1 -1
  1008. package/esm/plugins/spellcheck/langs/zh_tw.js +2 -2
  1009. package/esm/plugins/spellcheck/spellcheck.d.ts +1 -1
  1010. package/esm/plugins/spellcheck/spellcheck.js +1 -1
  1011. package/esm/plugins/stat/config.d.ts +1 -1
  1012. package/esm/plugins/stat/config.js +1 -1
  1013. package/esm/plugins/stat/stat.d.ts +1 -1
  1014. package/esm/plugins/stat/stat.js +1 -1
  1015. package/esm/plugins/sticky/config.d.ts +2 -2
  1016. package/esm/plugins/sticky/config.js +1 -1
  1017. package/esm/plugins/sticky/sticky.d.ts +6 -7
  1018. package/esm/plugins/sticky/sticky.js +51 -50
  1019. package/esm/plugins/symbols/config.d.ts +1 -1
  1020. package/esm/plugins/symbols/config.js +1 -1
  1021. package/esm/plugins/symbols/langs/ar.js +1 -1
  1022. package/esm/plugins/symbols/langs/cs_cz.js +1 -1
  1023. package/esm/plugins/symbols/langs/de.js +1 -1
  1024. package/esm/plugins/symbols/langs/es.js +1 -1
  1025. package/esm/plugins/symbols/langs/fa.js +1 -1
  1026. package/esm/plugins/symbols/langs/fr.js +1 -1
  1027. package/esm/plugins/symbols/langs/he.js +1 -1
  1028. package/esm/plugins/symbols/langs/hu.js +1 -1
  1029. package/esm/plugins/symbols/langs/id.js +1 -1
  1030. package/esm/plugins/symbols/langs/index.d.ts +1 -1
  1031. package/esm/plugins/symbols/langs/index.js +25 -0
  1032. package/esm/plugins/symbols/langs/it.js +1 -1
  1033. package/esm/plugins/symbols/langs/ja.js +1 -1
  1034. package/esm/plugins/symbols/langs/ko.js +1 -1
  1035. package/esm/plugins/symbols/langs/mn.js +1 -1
  1036. package/esm/plugins/symbols/langs/nl.js +1 -1
  1037. package/esm/plugins/symbols/langs/pl.js +1 -1
  1038. package/esm/plugins/symbols/langs/pt_br.js +1 -1
  1039. package/esm/plugins/symbols/langs/ru.js +1 -1
  1040. package/esm/plugins/symbols/langs/tr.js +1 -1
  1041. package/esm/plugins/symbols/langs/zh_cn.js +1 -1
  1042. package/esm/plugins/symbols/langs/zh_tw.js +1 -1
  1043. package/esm/plugins/symbols/symbols.d.ts +1 -1
  1044. package/esm/plugins/symbols/symbols.js +1 -1
  1045. package/esm/plugins/tab/cases/index.d.ts +1 -1
  1046. package/esm/plugins/tab/cases/index.js +1 -1
  1047. package/esm/plugins/tab/cases/on-tab-inside-li.d.ts +1 -1
  1048. package/esm/plugins/tab/cases/on-tab-inside-li.js +1 -1
  1049. package/esm/plugins/tab/config.d.ts +1 -1
  1050. package/esm/plugins/tab/config.js +1 -1
  1051. package/esm/plugins/tab/tab.d.ts +1 -1
  1052. package/esm/plugins/tab/tab.js +1 -1
  1053. package/esm/plugins/table/config.d.ts +1 -1
  1054. package/esm/plugins/table/config.js +1 -1
  1055. package/esm/plugins/table/table.d.ts +1 -1
  1056. package/esm/plugins/table/table.js +1 -1
  1057. package/esm/plugins/table-keyboard-navigation/table-keyboard-navigation.d.ts +1 -1
  1058. package/esm/plugins/table-keyboard-navigation/table-keyboard-navigation.js +6 -7
  1059. package/esm/plugins/video/config.d.ts +1 -1
  1060. package/esm/plugins/video/config.js +1 -1
  1061. package/esm/plugins/video/video.d.ts +1 -1
  1062. package/esm/plugins/video/video.js +1 -1
  1063. package/esm/plugins/wrap-nodes/config.d.ts +1 -1
  1064. package/esm/plugins/wrap-nodes/config.js +1 -1
  1065. package/esm/plugins/wrap-nodes/wrap-nodes.d.ts +1 -1
  1066. package/esm/plugins/wrap-nodes/wrap-nodes.js +1 -1
  1067. package/esm/plugins/xpath/config.d.ts +1 -1
  1068. package/esm/plugins/xpath/config.js +1 -1
  1069. package/esm/plugins/xpath/xpath.d.ts +1 -1
  1070. package/esm/plugins/xpath/xpath.js +5 -2
  1071. package/esm/styles/icons/index.d.ts +1 -1
  1072. package/esm/styles/icons/index.js +1 -1
  1073. package/esm/types/ajax.d.ts +1 -1
  1074. package/esm/types/async.d.ts +1 -1
  1075. package/esm/types/context.d.ts +1 -1
  1076. package/esm/types/core.d.ts +1 -1
  1077. package/esm/types/create.d.ts +1 -1
  1078. package/esm/types/dialog.d.ts +1 -1
  1079. package/esm/types/events.d.ts +1 -1
  1080. package/esm/types/file-browser.d.ts +2 -2
  1081. package/esm/types/form.d.ts +1 -1
  1082. package/esm/types/history.d.ts +1 -1
  1083. package/esm/types/index.d.ts +1 -1
  1084. package/esm/types/jodit.d.ts +1 -1
  1085. package/esm/types/messages.d.ts +1 -1
  1086. package/esm/types/plugin.d.ts +1 -1
  1087. package/esm/types/popup.d.ts +1 -1
  1088. package/esm/types/select.d.ts +1 -1
  1089. package/esm/types/source.d.ts +1 -1
  1090. package/esm/types/storage.d.ts +1 -1
  1091. package/esm/types/style.d.ts +1 -1
  1092. package/esm/types/toolbar.d.ts +1 -1
  1093. package/esm/types/traits.d.ts +1 -1
  1094. package/esm/types/types.d.ts +1 -1
  1095. package/esm/types/ui.d.ts +1 -1
  1096. package/esm/types/uploader.d.ts +1 -1
  1097. package/esm/types/view.d.ts +2 -1
  1098. package/esm/typings.d.ts +1 -1
  1099. package/examples/assets/app.js +1 -1
  1100. package/package.json +1 -1
  1101. package/types/config.d.ts +69 -15
  1102. package/types/core/async/async.d.ts +1 -1
  1103. package/types/core/async/index.d.ts +1 -1
  1104. package/types/core/component/component.d.ts +1 -1
  1105. package/types/core/component/index.d.ts +1 -1
  1106. package/types/core/component/statuses.d.ts +1 -1
  1107. package/types/core/component/view-component.d.ts +1 -1
  1108. package/types/core/constants.d.ts +8 -1
  1109. package/types/core/create/create.d.ts +1 -1
  1110. package/types/core/create/index.d.ts +1 -1
  1111. package/types/core/decorators/cache/cache.d.ts +1 -1
  1112. package/types/core/decorators/component/component.d.ts +1 -1
  1113. package/types/core/decorators/debounce/debounce.d.ts +1 -1
  1114. package/types/core/decorators/derive/derive.d.ts +1 -1
  1115. package/types/core/decorators/hook/hook.d.ts +1 -1
  1116. package/types/core/decorators/idle/idle.d.ts +1 -1
  1117. package/types/core/decorators/index.d.ts +1 -1
  1118. package/types/core/decorators/nonenumerable/nonenumerable.d.ts +1 -1
  1119. package/types/core/decorators/persistent/persistent.d.ts +1 -1
  1120. package/types/core/decorators/wait/wait.d.ts +1 -1
  1121. package/types/core/decorators/watch/watch.d.ts +1 -1
  1122. package/types/core/dom/dom.d.ts +6 -1
  1123. package/types/core/dom/index.d.ts +1 -1
  1124. package/types/core/dom/lazy-walker.d.ts +1 -1
  1125. package/types/core/event-emitter/event-emitter.d.ts +1 -1
  1126. package/types/core/event-emitter/eventify.d.ts +1 -1
  1127. package/types/core/event-emitter/index.d.ts +1 -1
  1128. package/types/core/event-emitter/observable.d.ts +1 -1
  1129. package/types/core/event-emitter/store.d.ts +1 -1
  1130. package/types/core/global.d.ts +1 -1
  1131. package/types/core/helpers/array/as-array.d.ts +6 -1
  1132. package/types/core/helpers/array/index.d.ts +1 -1
  1133. package/types/core/helpers/array/split-array.d.ts +1 -4
  1134. package/types/core/helpers/array/to-array.d.ts +8 -3
  1135. package/types/core/helpers/async/index.d.ts +1 -1
  1136. package/types/core/helpers/async/set-timeout.d.ts +1 -1
  1137. package/types/core/helpers/checker/has-browser-color-picker.d.ts +1 -1
  1138. package/types/core/helpers/checker/index.d.ts +1 -1
  1139. package/types/core/helpers/checker/is-array.d.ts +1 -1
  1140. package/types/core/helpers/checker/is-boolean.d.ts +1 -1
  1141. package/types/core/helpers/checker/is-equal.d.ts +1 -1
  1142. package/types/core/helpers/checker/is-function.d.ts +1 -1
  1143. package/types/core/helpers/checker/is-html-from-word.d.ts +1 -1
  1144. package/types/core/helpers/checker/is-html.d.ts +1 -1
  1145. package/types/core/helpers/checker/is-imp-interface.d.ts +1 -1
  1146. package/types/core/helpers/checker/is-int.d.ts +1 -1
  1147. package/types/core/helpers/checker/is-jodit-object.d.ts +1 -1
  1148. package/types/core/helpers/checker/is-license.d.ts +1 -1
  1149. package/types/core/helpers/checker/is-marker.d.ts +1 -1
  1150. package/types/core/helpers/checker/is-native-function.d.ts +1 -1
  1151. package/types/core/helpers/checker/is-number.d.ts +1 -1
  1152. package/types/core/helpers/checker/is-numeric.d.ts +1 -1
  1153. package/types/core/helpers/checker/is-plain-object.d.ts +1 -1
  1154. package/types/core/helpers/checker/is-promise.d.ts +1 -1
  1155. package/types/core/helpers/checker/is-set.d.ts +1 -1
  1156. package/types/core/helpers/checker/is-string.d.ts +1 -1
  1157. package/types/core/helpers/checker/is-url.d.ts +1 -1
  1158. package/types/core/helpers/checker/is-valid-name.d.ts +2 -2
  1159. package/types/core/helpers/checker/is-view-object.d.ts +1 -1
  1160. package/types/core/helpers/checker/is-void.d.ts +1 -1
  1161. package/types/core/helpers/checker/is-window.d.ts +1 -1
  1162. package/types/core/helpers/color/color-to-hex.d.ts +1 -1
  1163. package/types/core/helpers/color/index.d.ts +1 -1
  1164. package/types/core/helpers/html/apply-styles.d.ts +1 -1
  1165. package/types/core/helpers/html/clean-from-word.d.ts +1 -1
  1166. package/types/core/helpers/html/htmlspecialchars.d.ts +1 -1
  1167. package/types/core/helpers/html/index.d.ts +1 -1
  1168. package/types/core/helpers/html/nl2br.d.ts +1 -1
  1169. package/types/core/helpers/html/safe-html.d.ts +1 -1
  1170. package/types/core/helpers/html/strip-tags.d.ts +1 -1
  1171. package/types/core/helpers/index.d.ts +1 -1
  1172. package/types/core/helpers/normalize/index.d.ts +1 -1
  1173. package/types/core/helpers/normalize/normalize-color.d.ts +1 -1
  1174. package/types/core/helpers/normalize/normalize-css-value.d.ts +1 -1
  1175. package/types/core/helpers/normalize/normalize-key-aliases.d.ts +1 -1
  1176. package/types/core/helpers/normalize/normalize-license.d.ts +1 -1
  1177. package/types/core/helpers/normalize/normalize-path.d.ts +1 -1
  1178. package/types/core/helpers/normalize/normalize-relative-path.d.ts +1 -1
  1179. package/types/core/helpers/normalize/normalize-size.d.ts +1 -1
  1180. package/types/core/helpers/normalize/normalize-url.d.ts +1 -1
  1181. package/types/core/helpers/size/get-content-width.d.ts +1 -1
  1182. package/types/core/helpers/size/get-scroll-parent.d.ts +1 -1
  1183. package/types/core/helpers/size/index.d.ts +1 -1
  1184. package/types/core/helpers/size/inner-width.d.ts +1 -1
  1185. package/types/core/helpers/size/object-size.d.ts +1 -1
  1186. package/types/core/helpers/size/offset.d.ts +1 -1
  1187. package/types/core/helpers/size/position.d.ts +1 -1
  1188. package/types/core/helpers/string/camel-case.d.ts +1 -1
  1189. package/types/core/helpers/string/fuzzy-search-index.d.ts +1 -1
  1190. package/types/core/helpers/string/i18n.d.ts +1 -1
  1191. package/types/core/helpers/string/index.d.ts +1 -1
  1192. package/types/core/helpers/string/kebab-case.d.ts +1 -1
  1193. package/types/core/helpers/string/stringify.d.ts +1 -1
  1194. package/types/core/helpers/string/trim.d.ts +1 -1
  1195. package/types/core/helpers/string/ucfirst.d.ts +1 -1
  1196. package/types/core/helpers/utils/align.d.ts +1 -1
  1197. package/types/core/helpers/utils/append-script.d.ts +1 -1
  1198. package/types/core/helpers/utils/assert.d.ts +1 -1
  1199. package/types/core/helpers/utils/attr.d.ts +1 -1
  1200. package/types/core/helpers/utils/browser.d.ts +1 -1
  1201. package/types/core/helpers/utils/build-query.d.ts +1 -1
  1202. package/types/core/helpers/utils/complete-url.d.ts +1 -1
  1203. package/types/core/helpers/utils/config-proto.d.ts +1 -1
  1204. package/types/core/helpers/utils/convert-media-url-to-video-embed.d.ts +1 -1
  1205. package/types/core/helpers/utils/css.d.ts +1 -1
  1206. package/types/core/helpers/utils/ctrl-key.d.ts +1 -1
  1207. package/types/core/helpers/utils/data-bind.d.ts +1 -1
  1208. package/types/core/helpers/utils/default-language.d.ts +1 -1
  1209. package/types/core/helpers/utils/error/error.d.ts +1 -1
  1210. package/types/core/helpers/utils/error/errors/abort-error.d.ts +1 -1
  1211. package/types/core/helpers/utils/error/errors/connection-error.d.ts +1 -1
  1212. package/types/core/helpers/utils/error/errors/index.d.ts +1 -1
  1213. package/types/core/helpers/utils/error/errors/options-error.d.ts +1 -1
  1214. package/types/core/helpers/utils/error/index.d.ts +1 -1
  1215. package/types/core/helpers/utils/extend.d.ts +1 -1
  1216. package/types/core/helpers/utils/get-class-name.d.ts +1 -1
  1217. package/types/core/helpers/utils/get.d.ts +1 -1
  1218. package/types/core/helpers/utils/human-size-to-bytes.d.ts +1 -1
  1219. package/types/core/helpers/utils/index.d.ts +1 -1
  1220. package/types/core/helpers/utils/mark-deprecated.d.ts +1 -1
  1221. package/types/core/helpers/utils/parse-query.d.ts +1 -1
  1222. package/types/core/helpers/utils/print.d.ts +1 -1
  1223. package/types/core/helpers/utils/reset.d.ts +1 -1
  1224. package/types/core/helpers/utils/scroll-into-view.d.ts +1 -1
  1225. package/types/core/helpers/utils/selector.d.ts +1 -1
  1226. package/types/core/helpers/utils/set.d.ts +1 -1
  1227. package/types/core/helpers/utils/stack.d.ts +1 -1
  1228. package/types/core/helpers/utils/utils.d.ts +1 -1
  1229. package/types/core/plugin/helpers/init-instance.d.ts +1 -1
  1230. package/types/core/plugin/helpers/load.d.ts +1 -1
  1231. package/types/core/plugin/helpers/make-instance.d.ts +1 -1
  1232. package/types/core/plugin/helpers/utils.d.ts +1 -1
  1233. package/types/core/plugin/index.d.ts +1 -1
  1234. package/types/core/plugin/interface.d.ts +1 -1
  1235. package/types/core/plugin/plugin-system.d.ts +1 -1
  1236. package/types/core/plugin/plugin.d.ts +5 -2
  1237. package/types/core/request/ajax.d.ts +2 -1
  1238. package/types/core/request/config.d.ts +1 -1
  1239. package/types/core/request/index.d.ts +1 -1
  1240. package/types/core/request/response.d.ts +1 -1
  1241. package/types/core/selection/helpers/index.d.ts +1 -1
  1242. package/types/core/selection/helpers/move-node-inside-start.d.ts +1 -1
  1243. package/types/core/selection/helpers/move-the-node-along-the-edge-outward.d.ts +1 -1
  1244. package/types/core/selection/index.d.ts +1 -1
  1245. package/types/core/selection/interface.d.ts +1 -1
  1246. package/types/core/selection/selection.d.ts +1 -1
  1247. package/types/core/selection/style/api/extract.d.ts +1 -1
  1248. package/types/core/selection/style/api/finite-state-machine.d.ts +1 -1
  1249. package/types/core/selection/style/api/get-suit-child.d.ts +1 -1
  1250. package/types/core/selection/style/api/get-suit-parent.d.ts +1 -1
  1251. package/types/core/selection/style/api/has-same-style.d.ts +1 -1
  1252. package/types/core/selection/style/api/index.d.ts +1 -1
  1253. package/types/core/selection/style/api/is-inside-invisible-element.d.ts +1 -1
  1254. package/types/core/selection/style/api/is-normal-node.d.ts +1 -1
  1255. package/types/core/selection/style/api/is-same-attributes.d.ts +1 -1
  1256. package/types/core/selection/style/api/is-suit-element.d.ts +1 -1
  1257. package/types/core/selection/style/api/list/toggle-ordered-list.d.ts +1 -1
  1258. package/types/core/selection/style/api/list/wrap-list.d.ts +1 -1
  1259. package/types/core/selection/style/api/toggle-attributes.d.ts +1 -1
  1260. package/types/core/selection/style/api/unwrap-children.d.ts +1 -1
  1261. package/types/core/selection/style/api/wrap-unwrapped-text.d.ts +1 -1
  1262. package/types/core/selection/style/api/wrap.d.ts +1 -1
  1263. package/types/core/selection/style/apply-style.d.ts +1 -1
  1264. package/types/core/selection/style/commit-style.d.ts +8 -1
  1265. package/types/core/selection/style/transactions.d.ts +1 -1
  1266. package/types/core/storage/engines/local-storage-provider.d.ts +1 -1
  1267. package/types/core/storage/engines/memory-storage-provider.d.ts +1 -1
  1268. package/types/core/storage/index.d.ts +1 -1
  1269. package/types/core/storage/storage.d.ts +1 -1
  1270. package/types/core/traits/dlgs.d.ts +1 -1
  1271. package/types/core/traits/elms.d.ts +1 -1
  1272. package/types/core/traits/mods.d.ts +1 -1
  1273. package/types/core/ui/button/button/button.d.ts +1 -1
  1274. package/types/core/ui/button/group/group.d.ts +1 -1
  1275. package/types/core/ui/button/index.d.ts +1 -1
  1276. package/types/core/ui/button/tooltip/tooltip.d.ts +1 -1
  1277. package/types/core/ui/element.d.ts +1 -1
  1278. package/types/core/ui/form/block/block.d.ts +1 -1
  1279. package/types/core/ui/form/form.d.ts +1 -1
  1280. package/types/core/ui/form/index.d.ts +1 -1
  1281. package/types/core/ui/form/inputs/area/area.d.ts +4 -2
  1282. package/types/core/ui/form/inputs/checkbox/checkbox.d.ts +1 -1
  1283. package/types/core/ui/form/inputs/file/file.d.ts +1 -1
  1284. package/types/core/ui/form/inputs/index.d.ts +1 -1
  1285. package/types/core/ui/form/inputs/input/input.d.ts +1 -1
  1286. package/types/core/ui/form/inputs/select/select.d.ts +1 -1
  1287. package/types/core/ui/form/validators/index.d.ts +1 -1
  1288. package/types/core/ui/form/validators/input.d.ts +1 -1
  1289. package/types/core/ui/form/validators/select.d.ts +1 -1
  1290. package/types/core/ui/group/group.d.ts +1 -1
  1291. package/types/core/ui/group/index.d.ts +1 -1
  1292. package/types/core/ui/group/list.d.ts +2 -2
  1293. package/types/core/ui/group/separator.d.ts +1 -1
  1294. package/types/core/ui/group/spacer.d.ts +1 -1
  1295. package/types/core/ui/helpers/buttons.d.ts +1 -1
  1296. package/types/core/ui/helpers/get-control-type.d.ts +1 -1
  1297. package/types/core/ui/helpers/get-strong-control-types.d.ts +1 -1
  1298. package/types/core/ui/icon.d.ts +1 -1
  1299. package/types/core/ui/index.d.ts +1 -1
  1300. package/types/core/ui/popup/index.d.ts +1 -1
  1301. package/types/core/ui/popup/popup.d.ts +1 -1
  1302. package/types/core/ui/progress-bar/progress-bar.d.ts +1 -1
  1303. package/types/core/view/view-with-toolbar.d.ts +2 -2
  1304. package/types/core/view/view.d.ts +8 -1
  1305. package/types/index.d.ts +1 -1
  1306. package/types/jodit.d.ts +1 -1
  1307. package/types/langs/it.d.ts +5 -0
  1308. package/types/languages.d.ts +1 -1
  1309. package/types/modules/context-menu/context-menu.d.ts +1 -1
  1310. package/types/modules/dialog/alert.d.ts +1 -1
  1311. package/types/modules/dialog/confirm.d.ts +1 -1
  1312. package/types/modules/dialog/dialog.d.ts +1 -1
  1313. package/types/modules/dialog/index.d.ts +1 -1
  1314. package/types/modules/dialog/prompt.d.ts +1 -1
  1315. package/types/modules/file-browser/builders/context-menu.d.ts +1 -1
  1316. package/types/modules/file-browser/builders/elements-map.d.ts +1 -1
  1317. package/types/modules/file-browser/builders/item.d.ts +1 -1
  1318. package/types/modules/file-browser/config.d.ts +1 -1
  1319. package/types/modules/file-browser/data-provider.d.ts +1 -1
  1320. package/types/modules/file-browser/factories.d.ts +1 -1
  1321. package/types/modules/file-browser/fetch/delete-file.d.ts +1 -1
  1322. package/types/modules/file-browser/fetch/load-items.d.ts +1 -1
  1323. package/types/modules/file-browser/fetch/load-tree.d.ts +1 -1
  1324. package/types/modules/file-browser/file-browser.d.ts +1 -5
  1325. package/types/modules/file-browser/index.d.ts +1 -1
  1326. package/types/modules/file-browser/listeners/native-listeners.d.ts +1 -1
  1327. package/types/modules/file-browser/listeners/self-listeners.d.ts +1 -1
  1328. package/types/modules/file-browser/listeners/state-listeners.d.ts +1 -1
  1329. package/types/modules/file-browser/ui/files/files.d.ts +1 -1
  1330. package/types/modules/file-browser/ui/index.d.ts +1 -1
  1331. package/types/modules/file-browser/ui/tree/tree.d.ts +1 -1
  1332. package/types/modules/history/command.d.ts +1 -1
  1333. package/types/modules/history/history.d.ts +13 -13
  1334. package/types/modules/history/snapshot.d.ts +1 -1
  1335. package/types/modules/history/stack.d.ts +1 -1
  1336. package/types/modules/image-editor/config.d.ts +1 -1
  1337. package/types/modules/image-editor/image-editor.d.ts +33 -33
  1338. package/types/modules/image-editor/templates/form.d.ts +1 -1
  1339. package/types/modules/index.d.ts +2 -2
  1340. package/types/modules/messages/message.d.ts +1 -1
  1341. package/types/modules/messages/messages.d.ts +1 -1
  1342. package/types/modules/status-bar/status-bar.d.ts +1 -1
  1343. package/types/modules/table/table.d.ts +35 -21
  1344. package/types/modules/toolbar/button/button.d.ts +1 -1
  1345. package/types/modules/toolbar/button/content.d.ts +1 -1
  1346. package/types/modules/toolbar/button/index.d.ts +1 -1
  1347. package/types/modules/toolbar/button/select/select.d.ts +1 -1
  1348. package/types/modules/toolbar/collection/collection.d.ts +3 -3
  1349. package/types/modules/toolbar/collection/editor-collection.d.ts +1 -1
  1350. package/types/modules/toolbar/factory.d.ts +1 -1
  1351. package/types/modules/uploader/config.d.ts +1 -1
  1352. package/types/modules/uploader/helpers/build-data.d.ts +1 -1
  1353. package/types/modules/uploader/helpers/data-uri-to-blob.d.ts +1 -1
  1354. package/types/modules/uploader/helpers/index.d.ts +1 -1
  1355. package/types/modules/uploader/helpers/process-old-browser-drag.d.ts +1 -1
  1356. package/types/modules/uploader/helpers/send-files.d.ts +1 -1
  1357. package/types/modules/uploader/helpers/send.d.ts +1 -1
  1358. package/types/modules/uploader/uploader.d.ts +1 -1
  1359. package/types/modules/widget/color-picker/color-picker.d.ts +1 -1
  1360. package/types/modules/widget/file-selector/file-selector.d.ts +1 -1
  1361. package/types/modules/widget/index.d.ts +1 -1
  1362. package/types/modules/widget/tabs/tabs.d.ts +1 -1
  1363. package/types/plugins/about/about.d.ts +1 -1
  1364. package/types/plugins/add-new-line/add-new-line.d.ts +1 -1
  1365. package/types/plugins/add-new-line/config.d.ts +1 -1
  1366. package/types/plugins/backspace/backspace.d.ts +1 -1
  1367. package/types/plugins/backspace/cases/check-join-neighbors.d.ts +1 -1
  1368. package/types/plugins/backspace/cases/check-join-two-lists.d.ts +1 -1
  1369. package/types/plugins/backspace/cases/check-not-collapsed.d.ts +1 -1
  1370. package/types/plugins/backspace/cases/check-remove-char.d.ts +1 -1
  1371. package/types/plugins/backspace/cases/check-remove-content-not-editable.d.ts +1 -1
  1372. package/types/plugins/backspace/cases/check-remove-empty-neighbor.d.ts +1 -1
  1373. package/types/plugins/backspace/cases/check-remove-empty-parent.d.ts +1 -1
  1374. package/types/plugins/backspace/cases/check-remove-unbreakable-element.d.ts +1 -1
  1375. package/types/plugins/backspace/cases/check-table-cell.d.ts +1 -1
  1376. package/types/plugins/backspace/cases/check-unwrap-first-list-item.d.ts +1 -1
  1377. package/types/plugins/backspace/cases/index.d.ts +1 -1
  1378. package/types/plugins/backspace/config.d.ts +1 -1
  1379. package/types/plugins/backspace/helpers.d.ts +1 -1
  1380. package/types/plugins/backspace/interface.d.ts +1 -1
  1381. package/types/plugins/bold/bold.d.ts +1 -1
  1382. package/types/plugins/bold/config.d.ts +1 -1
  1383. package/types/plugins/bold/interface.d.ts +1 -1
  1384. package/types/plugins/class-span/class-span.d.ts +1 -1
  1385. package/types/plugins/clean-html/clean-html.d.ts +1 -1
  1386. package/types/plugins/clean-html/config.d.ts +3 -3
  1387. package/types/plugins/clean-html/helpers/get-hash.d.ts +1 -1
  1388. package/types/plugins/clean-html/helpers/index.d.ts +1 -1
  1389. package/types/plugins/clean-html/helpers/remove-format/remove-format-for-collapsed-selection.d.ts +1 -1
  1390. package/types/plugins/clean-html/helpers/remove-format/remove-format-for-selection.d.ts +1 -1
  1391. package/types/plugins/clean-html/helpers/visitor/filters/allow-attributes.d.ts +1 -1
  1392. package/types/plugins/clean-html/helpers/visitor/filters/fill-empty-paragraph.d.ts +1 -1
  1393. package/types/plugins/clean-html/helpers/visitor/filters/index.d.ts +1 -1
  1394. package/types/plugins/clean-html/helpers/visitor/filters/remove-empty-text-node.d.ts +1 -1
  1395. package/types/plugins/clean-html/helpers/visitor/filters/remove-inv-text-nodes.d.ts +1 -1
  1396. package/types/plugins/clean-html/helpers/visitor/filters/replace-old-tags.d.ts +1 -1
  1397. package/types/plugins/clean-html/helpers/visitor/filters/sanitize-attributes.d.ts +1 -1
  1398. package/types/plugins/clean-html/helpers/visitor/filters/try-remove-node.d.ts +1 -1
  1399. package/types/plugins/clean-html/helpers/visitor/visit-node-walker.d.ts +1 -1
  1400. package/types/plugins/clipboard/clipboard.d.ts +1 -1
  1401. package/types/plugins/clipboard/config.d.ts +1 -1
  1402. package/types/plugins/color/color.d.ts +1 -1
  1403. package/types/plugins/color/config.d.ts +1 -1
  1404. package/types/plugins/copy-format/copy-format.d.ts +1 -1
  1405. package/types/plugins/copy-format/langs/index.d.ts +1 -1
  1406. package/types/plugins/debug/debug.d.ts +1 -1
  1407. package/types/plugins/delete/delete.d.ts +1 -1
  1408. package/types/plugins/delete/interface.d.ts +1 -1
  1409. package/types/plugins/drag-and-drop/drag-and-drop.d.ts +1 -1
  1410. package/types/plugins/drag-and-drop-element/config.d.ts +1 -1
  1411. package/types/plugins/drag-and-drop-element/drag-and-drop-element.d.ts +1 -1
  1412. package/types/plugins/dtd/after-insert/index.d.ts +1 -1
  1413. package/types/plugins/dtd/after-insert/remove-extra-br.d.ts +1 -1
  1414. package/types/plugins/dtd/before-insert/check-block-nesting.d.ts +1 -1
  1415. package/types/plugins/dtd/before-insert/index.d.ts +1 -1
  1416. package/types/plugins/dtd/config.d.ts +1 -1
  1417. package/types/plugins/dtd/dtd.d.ts +1 -1
  1418. package/types/plugins/enter/enter.d.ts +1 -1
  1419. package/types/plugins/enter/helpers/check-br.d.ts +1 -1
  1420. package/types/plugins/enter/helpers/check-unsplittable-box.d.ts +1 -1
  1421. package/types/plugins/enter/helpers/get-block-wrapper.d.ts +1 -1
  1422. package/types/plugins/enter/helpers/has-previous-block.d.ts +1 -1
  1423. package/types/plugins/enter/helpers/index.d.ts +1 -1
  1424. package/types/plugins/enter/helpers/insert-paragraph.d.ts +1 -1
  1425. package/types/plugins/enter/helpers/move-cursor-out-from-specal-tags.d.ts +1 -1
  1426. package/types/plugins/enter/helpers/process-empty-li-leaf.d.ts +1 -1
  1427. package/types/plugins/enter/helpers/split-fragment.d.ts +1 -1
  1428. package/types/plugins/enter/helpers/wrap-text.d.ts +1 -1
  1429. package/types/plugins/enter/interface.d.ts +1 -1
  1430. package/types/plugins/file/file.d.ts +1 -1
  1431. package/types/plugins/focus/focus.d.ts +1 -1
  1432. package/types/plugins/font/config.d.ts +1 -1
  1433. package/types/plugins/font/font.d.ts +1 -1
  1434. package/types/plugins/format-block/config.d.ts +1 -1
  1435. package/types/plugins/format-block/format-block.d.ts +1 -1
  1436. package/types/plugins/fullsize/config.d.ts +1 -1
  1437. package/types/plugins/fullsize/fullsize.d.ts +1 -1
  1438. package/types/plugins/hotkeys/config.d.ts +1 -1
  1439. package/types/plugins/hotkeys/hotkeys.d.ts +4 -6
  1440. package/types/plugins/hr/hr.d.ts +1 -1
  1441. package/types/plugins/iframe/config.d.ts +3 -3
  1442. package/types/plugins/iframe/iframe.d.ts +1 -1
  1443. package/types/plugins/image/image.d.ts +1 -1
  1444. package/types/plugins/image-processor/config.d.ts +1 -1
  1445. package/types/plugins/image-processor/image-processor.d.ts +1 -1
  1446. package/types/plugins/image-properties/config.d.ts +1 -1
  1447. package/types/plugins/image-properties/image-properties.d.ts +1 -1
  1448. package/types/plugins/image-properties/templates/form.d.ts +1 -1
  1449. package/types/plugins/image-properties/templates/main-tab.d.ts +1 -1
  1450. package/types/plugins/image-properties/templates/position-tab.d.ts +1 -1
  1451. package/types/plugins/indent/config.d.ts +1 -1
  1452. package/types/plugins/indent/helpers.d.ts +1 -1
  1453. package/types/plugins/indent/indent.d.ts +1 -1
  1454. package/types/plugins/index.d.ts +1 -1
  1455. package/types/plugins/inline-popup/config/config.d.ts +1 -1
  1456. package/types/plugins/inline-popup/config/items/a.d.ts +1 -1
  1457. package/types/plugins/inline-popup/config/items/cells.d.ts +1 -1
  1458. package/types/plugins/inline-popup/config/items/iframe.d.ts +1 -1
  1459. package/types/plugins/inline-popup/config/items/img.d.ts +1 -1
  1460. package/types/plugins/inline-popup/config/items/toolbar.d.ts +1 -1
  1461. package/types/plugins/inline-popup/inline-popup.d.ts +1 -1
  1462. package/types/plugins/justify/justify.d.ts +1 -1
  1463. package/types/plugins/key-arrow-outside/key-arrow-outside.d.ts +1 -1
  1464. package/types/plugins/limit/config.d.ts +1 -1
  1465. package/types/plugins/limit/limit.d.ts +1 -1
  1466. package/types/plugins/line-height/config.d.ts +1 -1
  1467. package/types/plugins/line-height/langs/index.d.ts +1 -1
  1468. package/types/plugins/line-height/line-height.d.ts +1 -1
  1469. package/types/plugins/link/config.d.ts +1 -1
  1470. package/types/plugins/link/link.d.ts +1 -1
  1471. package/types/plugins/link/template.d.ts +1 -1
  1472. package/types/plugins/media/config.d.ts +1 -1
  1473. package/types/plugins/media/media.d.ts +1 -1
  1474. package/types/plugins/mobile/config.d.ts +15 -3
  1475. package/types/plugins/mobile/mobile.d.ts +2 -2
  1476. package/types/plugins/ordered-list/config.d.ts +1 -1
  1477. package/types/plugins/ordered-list/ordered-list.d.ts +1 -1
  1478. package/types/plugins/paste/config.d.ts +8 -4
  1479. package/types/plugins/paste/helpers.d.ts +1 -1
  1480. package/types/plugins/paste/interface.d.ts +1 -1
  1481. package/types/plugins/paste/paste.d.ts +1 -1
  1482. package/types/plugins/paste-from-word/config.d.ts +2 -2
  1483. package/types/plugins/paste-from-word/paste-from-word.d.ts +1 -1
  1484. package/types/plugins/paste-storage/paste-storage.d.ts +1 -1
  1485. package/types/plugins/placeholder/config.d.ts +4 -4
  1486. package/types/plugins/placeholder/placeholder.d.ts +1 -1
  1487. package/types/plugins/powered-by-jodit/powered-by-jodit.d.ts +1 -1
  1488. package/types/plugins/preview/preview.d.ts +1 -1
  1489. package/types/plugins/print/lib/generate-critical-css.d.ts +1 -1
  1490. package/types/plugins/print/print.d.ts +1 -1
  1491. package/types/plugins/redo-undo/redo-undo.d.ts +1 -1
  1492. package/types/plugins/resize-cells/config.d.ts +1 -1
  1493. package/types/plugins/resize-cells/resize-cells.d.ts +1 -1
  1494. package/types/plugins/resize-handler/config.d.ts +1 -1
  1495. package/types/plugins/resize-handler/resize-handler.d.ts +1 -1
  1496. package/types/plugins/resizer/config.d.ts +1 -1
  1497. package/types/plugins/resizer/resizer.d.ts +1 -1
  1498. package/types/plugins/search/config.d.ts +1 -1
  1499. package/types/plugins/search/helpers/index.d.ts +1 -1
  1500. package/types/plugins/search/helpers/sentence-finder.d.ts +1 -1
  1501. package/types/plugins/search/helpers/wrap-ranges-texts-in-tmp-span.d.ts +1 -1
  1502. package/types/plugins/search/interface.d.ts +1 -1
  1503. package/types/plugins/search/search.d.ts +1 -1
  1504. package/types/plugins/search/ui/search.d.ts +1 -1
  1505. package/types/plugins/select/config.d.ts +1 -1
  1506. package/types/plugins/select/select.d.ts +1 -1
  1507. package/types/plugins/select-cells/config.d.ts +1 -1
  1508. package/types/plugins/select-cells/select-cells.d.ts +9 -9
  1509. package/types/plugins/size/config.d.ts +1 -1
  1510. package/types/plugins/size/size.d.ts +1 -1
  1511. package/types/plugins/source/config.d.ts +1 -1
  1512. package/types/plugins/source/editor/engines/ace.d.ts +1 -1
  1513. package/types/plugins/source/editor/engines/area.d.ts +1 -1
  1514. package/types/plugins/source/editor/engines/index.d.ts +1 -1
  1515. package/types/plugins/source/editor/factory.d.ts +1 -1
  1516. package/types/plugins/source/editor/sourceEditor.d.ts +1 -1
  1517. package/types/plugins/source/source.d.ts +1 -1
  1518. package/types/plugins/speech-recognize/config.d.ts +1 -1
  1519. package/types/plugins/speech-recognize/constants.d.ts +1 -1
  1520. package/types/plugins/speech-recognize/helpers/api.d.ts +1 -1
  1521. package/types/plugins/speech-recognize/helpers/exec-spell-command.d.ts +1 -1
  1522. package/types/plugins/speech-recognize/helpers/recognize-manager.d.ts +1 -1
  1523. package/types/plugins/speech-recognize/helpers/sound.d.ts +1 -1
  1524. package/types/plugins/speech-recognize/interface.d.ts +1 -1
  1525. package/types/plugins/speech-recognize/langs/index.d.ts +1 -1
  1526. package/types/plugins/speech-recognize/speech-recognize.d.ts +1 -1
  1527. package/types/plugins/spellcheck/config.d.ts +1 -1
  1528. package/types/plugins/spellcheck/langs/index.d.ts +1 -1
  1529. package/types/plugins/spellcheck/spellcheck.d.ts +1 -1
  1530. package/types/plugins/stat/config.d.ts +1 -1
  1531. package/types/plugins/stat/stat.d.ts +1 -1
  1532. package/types/plugins/sticky/config.d.ts +2 -2
  1533. package/types/plugins/sticky/sticky.d.ts +6 -7
  1534. package/types/plugins/symbols/config.d.ts +1 -1
  1535. package/types/plugins/symbols/langs/index.d.ts +1 -1
  1536. package/types/plugins/symbols/symbols.d.ts +1 -1
  1537. package/types/plugins/tab/cases/index.d.ts +1 -1
  1538. package/types/plugins/tab/cases/on-tab-inside-li.d.ts +1 -1
  1539. package/types/plugins/tab/config.d.ts +1 -1
  1540. package/types/plugins/tab/tab.d.ts +1 -1
  1541. package/types/plugins/table/config.d.ts +1 -1
  1542. package/types/plugins/table/table.d.ts +1 -1
  1543. package/types/plugins/table-keyboard-navigation/table-keyboard-navigation.d.ts +1 -1
  1544. package/types/plugins/video/config.d.ts +1 -1
  1545. package/types/plugins/video/video.d.ts +1 -1
  1546. package/types/plugins/wrap-nodes/config.d.ts +1 -1
  1547. package/types/plugins/wrap-nodes/wrap-nodes.d.ts +1 -1
  1548. package/types/plugins/xpath/config.d.ts +1 -1
  1549. package/types/plugins/xpath/xpath.d.ts +1 -1
  1550. package/types/styles/icons/index.d.ts +1 -1
  1551. package/types/types/ajax.d.ts +1 -1
  1552. package/types/types/async.d.ts +1 -1
  1553. package/types/types/context.d.ts +1 -1
  1554. package/types/types/core.d.ts +1 -1
  1555. package/types/types/create.d.ts +1 -1
  1556. package/types/types/dialog.d.ts +1 -1
  1557. package/types/types/events.d.ts +1 -1
  1558. package/types/types/file-browser.d.ts +2 -2
  1559. package/types/types/form.d.ts +1 -1
  1560. package/types/types/history.d.ts +1 -1
  1561. package/types/types/index.d.ts +1 -1
  1562. package/types/types/jodit.d.ts +1 -1
  1563. package/types/types/messages.d.ts +1 -1
  1564. package/types/types/plugin.d.ts +1 -1
  1565. package/types/types/popup.d.ts +1 -1
  1566. package/types/types/select.d.ts +1 -1
  1567. package/types/types/source.d.ts +1 -1
  1568. package/types/types/storage.d.ts +1 -1
  1569. package/types/types/style.d.ts +1 -1
  1570. package/types/types/toolbar.d.ts +1 -1
  1571. package/types/types/traits.d.ts +1 -1
  1572. package/types/types/types.d.ts +1 -1
  1573. package/types/types/ui.d.ts +1 -1
  1574. package/types/types/uploader.d.ts +1 -1
  1575. package/types/types/view.d.ts +2 -1
  1576. package/types/typings.d.ts +1 -1
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * jodit - Jodit is awesome and usefully wysiwyg editor with filebrowser
3
3
  * Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
4
- * Version: v4.0.0-beta.99
4
+ * Version: v4.0.2
5
5
  * Url: https://xdsoft.net/jodit/
6
6
  * License(s): MIT
7
7
  */
@@ -35,7 +35,7 @@ __webpack_require__.r(__webpack_exports__);
35
35
  /*!
36
36
  * Jodit Editor (https://xdsoft.net/jodit/)
37
37
  * Released under MIT see LICENSE.txt in the project root for license information.
38
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
38
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
39
39
  */
40
40
 
41
41
 
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * jodit - Jodit is awesome and usefully wysiwyg editor with filebrowser
3
3
  * Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
4
- * Version: v4.0.0-beta.99
4
+ * Version: v4.0.2
5
5
  * Url: https://xdsoft.net/jodit/
6
6
  * License(s): MIT
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * jodit - Jodit is awesome and usefully wysiwyg editor with filebrowser
3
3
  * Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
4
- * Version: v4.0.0-beta.99
4
+ * Version: v4.0.2
5
5
  * Url: https://xdsoft.net/jodit/
6
6
  * License(s): MIT
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * jodit - Jodit is awesome and usefully wysiwyg editor with filebrowser
3
3
  * Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
4
- * Version: v4.0.0-beta.99
4
+ * Version: v4.0.2
5
5
  * Url: https://xdsoft.net/jodit/
6
6
  * License(s): MIT
7
7
  */
@@ -33,7 +33,7 @@ return (self["webpackChunkjodit"] = self["webpackChunkjodit"] || []).push([[781]
33
33
  /*!
34
34
  * Jodit Editor (https://xdsoft.net/jodit/)
35
35
  * Released under MIT see LICENSE.txt in the project root for license information.
36
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
36
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
37
37
  */
38
38
 
39
39
 
@@ -143,7 +143,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .D.prototype.controls.spe
143
143
  /*!
144
144
  * Jodit Editor (https://xdsoft.net/jodit/)
145
145
  * Released under MIT see LICENSE.txt in the project root for license information.
146
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
146
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
147
147
  */
148
148
  /**
149
149
  * @module plugins/speech-recognize
@@ -165,7 +165,7 @@ var WARN = 940;
165
165
  /*!
166
166
  * Jodit Editor (https://xdsoft.net/jodit/)
167
167
  * Released under MIT see LICENSE.txt in the project root for license information.
168
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
168
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
169
169
  */
170
170
  var SpeechRecognition = window.SpeechRecognition ||
171
171
  window.webkitSpeechRecognition;
@@ -184,7 +184,7 @@ var SpeechRecognition = window.SpeechRecognition ||
184
184
  /*!
185
185
  * Jodit Editor (https://xdsoft.net/jodit/)
186
186
  * Released under MIT see LICENSE.txt in the project root for license information.
187
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
187
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
188
188
  */
189
189
 
190
190
  function execSpellCommand(jodit, commandSentence) {
@@ -210,7 +210,7 @@ function execSpellCommand(jodit, commandSentence) {
210
210
  /*!
211
211
  * Jodit Editor (https://xdsoft.net/jodit/)
212
212
  * Released under MIT see LICENSE.txt in the project root for license information.
213
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
213
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
214
214
  */
215
215
 
216
216
 
@@ -403,7 +403,7 @@ var RecognizeManager = /** @class */ (function (_super) {
403
403
  /*!
404
404
  * Jodit Editor (https://xdsoft.net/jodit/)
405
405
  * Released under MIT see LICENSE.txt in the project root for license information.
406
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
406
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
407
407
  */
408
408
  /**
409
409
  * @module plugins/speech-recognize
@@ -443,7 +443,7 @@ function sound(_a) {
443
443
  /*!
444
444
  * Jodit Editor (https://xdsoft.net/jodit/)
445
445
  * Released under MIT see LICENSE.txt in the project root for license information.
446
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
446
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
447
447
  */
448
448
  module.exports = {
449
449
  newline: 'الخط الجديد',
@@ -465,7 +465,7 @@ module.exports = {
465
465
  /*!
466
466
  * Jodit Editor (https://xdsoft.net/jodit/)
467
467
  * Released under MIT see LICENSE.txt in the project root for license information.
468
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
468
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
469
469
  */
470
470
  module.exports = {
471
471
  newline: 'řádek',
@@ -487,7 +487,7 @@ module.exports = {
487
487
  /*!
488
488
  * Jodit Editor (https://xdsoft.net/jodit/)
489
489
  * Released under MIT see LICENSE.txt in the project root for license information.
490
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
490
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
491
491
  */
492
492
  module.exports = {
493
493
  newline: 'Zeilenumbruch',
@@ -509,7 +509,7 @@ module.exports = {
509
509
  /*!
510
510
  * Jodit Editor (https://xdsoft.net/jodit/)
511
511
  * Released under MIT see LICENSE.txt in the project root for license information.
512
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
512
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
513
513
  */
514
514
  module.exports = {
515
515
  newline: 'nueva línea',
@@ -531,7 +531,7 @@ module.exports = {
531
531
  /*!
532
532
  * Jodit Editor (https://xdsoft.net/jodit/)
533
533
  * Released under MIT see LICENSE.txt in the project root for license information.
534
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
534
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
535
535
  */
536
536
  module.exports = {
537
537
  newline: 'خط جدید',
@@ -553,7 +553,7 @@ module.exports = {
553
553
  /*!
554
554
  * Jodit Editor (https://xdsoft.net/jodit/)
555
555
  * Released under MIT see LICENSE.txt in the project root for license information.
556
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
556
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
557
557
  */
558
558
  module.exports = {
559
559
  newline: 'nouvelle ligne',
@@ -575,7 +575,7 @@ module.exports = {
575
575
  /*!
576
576
  * Jodit Editor (https://xdsoft.net/jodit/)
577
577
  * Released under MIT see LICENSE.txt in the project root for license information.
578
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
578
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
579
579
  */
580
580
  module.exports = {
581
581
  newline: 'חדשות',
@@ -597,7 +597,7 @@ module.exports = {
597
597
  /*!
598
598
  * Jodit Editor (https://xdsoft.net/jodit/)
599
599
  * Released under MIT see LICENSE.txt in the project root for license information.
600
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
600
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
601
601
  */
602
602
  module.exports = {
603
603
  newline: 'újsor',
@@ -619,7 +619,7 @@ module.exports = {
619
619
  /*!
620
620
  * Jodit Editor (https://xdsoft.net/jodit/)
621
621
  * Released under MIT see LICENSE.txt in the project root for license information.
622
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
622
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
623
623
  */
624
624
  module.exports = {
625
625
  newline: 'newline',
@@ -703,7 +703,7 @@ __webpack_require__.r(__webpack_exports__);
703
703
  /*!
704
704
  * Jodit Editor (https://xdsoft.net/jodit/)
705
705
  * Released under MIT see LICENSE.txt in the project root for license information.
706
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
706
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
707
707
  */
708
708
  // @ts-nocheck
709
709
 
@@ -739,7 +739,7 @@ __webpack_require__.r(__webpack_exports__);
739
739
  /*!
740
740
  * Jodit Editor (https://xdsoft.net/jodit/)
741
741
  * Released under MIT see LICENSE.txt in the project root for license information.
742
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
742
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
743
743
  */
744
744
  module.exports = {
745
745
  newline: 'nuova riga',
@@ -761,7 +761,7 @@ module.exports = {
761
761
  /*!
762
762
  * Jodit Editor (https://xdsoft.net/jodit/)
763
763
  * Released under MIT see LICENSE.txt in the project root for license information.
764
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
764
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
765
765
  */
766
766
  module.exports = {
767
767
  newline: '改行',
@@ -783,7 +783,7 @@ module.exports = {
783
783
  /*!
784
784
  * Jodit Editor (https://xdsoft.net/jodit/)
785
785
  * Released under MIT see LICENSE.txt in the project root for license information.
786
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
786
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
787
787
  */
788
788
  module.exports = {
789
789
  newline: '줄 바꿈',
@@ -805,7 +805,7 @@ module.exports = {
805
805
  /*!
806
806
  * Jodit Editor (https://xdsoft.net/jodit/)
807
807
  * Released under MIT see LICENSE.txt in the project root for license information.
808
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
808
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
809
809
  */
810
810
  module.exports = {
811
811
  newline: 'Шинэ мөр',
@@ -827,7 +827,7 @@ module.exports = {
827
827
  /*!
828
828
  * Jodit Editor (https://xdsoft.net/jodit/)
829
829
  * Released under MIT see LICENSE.txt in the project root for license information.
830
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
830
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
831
831
  */
832
832
  module.exports = {
833
833
  newline: 'regel',
@@ -849,7 +849,7 @@ module.exports = {
849
849
  /*!
850
850
  * Jodit Editor (https://xdsoft.net/jodit/)
851
851
  * Released under MIT see LICENSE.txt in the project root for license information.
852
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
852
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
853
853
  */
854
854
  module.exports = {
855
855
  newline: 'newline',
@@ -871,7 +871,7 @@ module.exports = {
871
871
  /*!
872
872
  * Jodit Editor (https://xdsoft.net/jodit/)
873
873
  * Released under MIT see LICENSE.txt in the project root for license information.
874
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
874
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
875
875
  */
876
876
  module.exports = {
877
877
  newline: 'linha',
@@ -893,7 +893,7 @@ module.exports = {
893
893
  /*!
894
894
  * Jodit Editor (https://xdsoft.net/jodit/)
895
895
  * Released under MIT see LICENSE.txt in the project root for license information.
896
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
896
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
897
897
  */
898
898
  module.exports = {
899
899
  newline: 'новая строка|перенос|энтер',
@@ -915,7 +915,7 @@ module.exports = {
915
915
  /*!
916
916
  * Jodit Editor (https://xdsoft.net/jodit/)
917
917
  * Released under MIT see LICENSE.txt in the project root for license information.
918
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
918
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
919
919
  */
920
920
  module.exports = {
921
921
  newline: 'yeni satır',
@@ -937,7 +937,7 @@ module.exports = {
937
937
  /*!
938
938
  * Jodit Editor (https://xdsoft.net/jodit/)
939
939
  * Released under MIT see LICENSE.txt in the project root for license information.
940
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
940
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
941
941
  */
942
942
  module.exports = {
943
943
  newline: '新行',
@@ -959,15 +959,15 @@ module.exports = {
959
959
  /*!
960
960
  * Jodit Editor (https://xdsoft.net/jodit/)
961
961
  * Released under MIT see LICENSE.txt in the project root for license information.
962
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
962
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
963
963
  */
964
964
  module.exports = {
965
- newline: 'นิวไลน์',
966
- delete: 'ลบ',
967
- space: 'พื้นที่',
968
- 'Speech Recognize': 'การรับรู้คำพูด',
969
- Sound: 'เสียง',
970
- 'Interim Results': 'ผลระหว่างกาล'
965
+ newline: '換行',
966
+ delete: '刪除',
967
+ space: '空白',
968
+ 'Speech Recognize': '語音辨識',
969
+ Sound: '聲音',
970
+ 'Interim Results': '階段性辨識結果'
971
971
  };
972
972
 
973
973
 
@@ -995,7 +995,7 @@ __webpack_require__.r(__webpack_exports__);
995
995
  /*!
996
996
  * Jodit Editor (https://xdsoft.net/jodit/)
997
997
  * Released under MIT see LICENSE.txt in the project root for license information.
998
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
998
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
999
999
  */
1000
1000
 
1001
1001
  /**
@@ -1,10 +1,10 @@
1
1
  /*!
2
2
  * jodit - Jodit is awesome and usefully wysiwyg editor with filebrowser
3
3
  * Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
4
- * Version: v4.0.0-beta.99
4
+ * Version: v4.0.2
5
5
  * Url: https://xdsoft.net/jodit/
6
6
  * License(s): MIT
7
7
  */
8
8
 
9
9
 
10
- !function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{var n=t();for(var i in n)("object"==typeof exports?exports:e)[i]=n[i]}}(self,(function(){return(self.webpackChunkjodit=self.webpackChunkjodit||[]).push([[781],{92880:function(e,t,n){"use strict";var i=n(37446),o=n(25920),s=n(88751),r=n(30052),c=n(30043),u=n(17439),a=n(55106),p=n.n(a);i.D.prototype.speechRecognize={api:u.M,sound:!0,continuous:!0,interimResults:!0,commands:{"newline|enter":"enter","delete|remove word|delete word":"backspaceWordButton",comma:"inserthtml::,",underline:"inserthtml::_",hyphen:"inserthtml::-",space:"inserthtml:: ",question:"inserthtml::?",dot:"inserthtml::.","quote|quotes|open quote":"inserthtml::'","header|header h1":"formatblock::h1","select all":"selectall"}},r.J.set("speech-recognize",p()),i.D.prototype.controls.speechRecognize={isActive:function(e,t){var n=(0,o.q)(e,"speech");return Boolean(null==n?void 0:n.isEnabled)},isDisabled:function(e){return!e.o.speechRecognize.api},exec:function(e,t,n){var i=n.button,r=n.control,u=e.o.speechRecognize,a=u.api,p=u.lang,l=u.continuous,d=u.interimResults,h=u.sound;if(a){var f=(0,o.q)(e,"speech");if(!f){var m=new a;(f=new c.v(e.async,m)).lang=p,f.continuous=l,f.interimResults=d,f.sound=h,(0,o.q)(e,"speech",f),f.on("pulse",(function(e){i.setMod("pulse",e)})),f.on("result",(function(t){return e.e.fire("speechRecognizeResult",t)})),f.on("progress",(function(t){return e.e.fire("speechRecognizeProgressResult",t)})),i.hookStatus("beforeDestruct",(function(){f.destruct()}))}if(r.args){var g=r.args[0];if((0,s.j)(f[g]))return f[g]=!f[g],void(f.isEnabled&&f.restart())}f.toggle(),i.state.activated=f.isEnabled}else e.alert("Speech recognize API unsupported in your browser")},name:"speechRecognize",command:"toggleSpeechRecognize",tooltip:"Speech Recognize",list:{sound:"Sound",interimResults:"Interim Results"},childTemplate:function(e,t,n){var i,s=(0,o.q)(e,"speech"),r=null!==(i=null==s?void 0:s[t])&&void 0!==i?i:e.o.speechRecognize[t];return"<span class='jodit-speech-recognize__list-item'><input ".concat(r?"checked":""," class='jodit-checkbox' type='checkbox'>&nbsp;").concat(n,"</span>")},mods:{stroke:!1}}},16618:function(e,t,n){"use strict";n.d(t,{n:function(){return i},u:function(){return o}});var i=440,o=940},17439:function(e,t,n){"use strict";n.d(t,{M:function(){return i}});var i=window.SpeechRecognition||window.webkitSpeechRecognition},87885:function(e,t,n){"use strict";n.d(t,{c:function(){return o}});var i=n(97582);function o(e,t){var n=(0,i.CR)(t.split("::"),2);e.execCommand(n[0],null,n[1])}},30043:function(e,t,n){"use strict";n.d(t,{v:function(){return u}});var i=n(97582),o=n(3569),s=n(13666),r=n(16618),c=n(55486),u=function(e){function t(t,i){var o=e.call(this)||this;return o.async=t,o._continuous=!1,o._interimResults=!1,o.sound=!0,o._isEnabled=!1,o._restartTimeout=0,o._onSpeechStart=function(e){o._isEnabled&&(o.async.clearTimeout(o._restartTimeout),o._restartTimeout=o.async.setTimeout((function(){o.restart(),o.emit("pulse",!1),o._makeSound(r.u)}),5e3),o.emit("pulse",!0))},o._progressTimeout=0,o._api=i,n._instances.add(o),o}var n;return(0,i.ZT)(t,e),n=t,Object.defineProperty(t.prototype,"lang",{get:function(){return this._lang},set:function(e){this._lang=e,this._api.lang=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"continuous",{get:function(){return this._continuous},set:function(e){this._continuous=e,this._api.continuous=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"interimResults",{get:function(){return this._interimResults},set:function(e){this._interimResults=e,this._api.interimResults=e},enumerable:!1,configurable:!0}),t.prototype.destruct=function(){this.stop(),n._instances.delete(this),e.prototype.destruct.call(this)},Object.defineProperty(t.prototype,"isEnabled",{get:function(){return this._isEnabled},enumerable:!1,configurable:!0}),t.prototype.start=function(){var e=this;this._isEnabled||(this._isEnabled=!0,n._instances.forEach((function(t){t!==e&&t.stop()})),this._api.start(),this.__on("speechstart",this._onSpeechStart).__on("error",this._onError).__on("result",this._onResult))},t.prototype.stop=function(){if(this._isEnabled){try{this._api.abort(),this._api.stop()}catch(e){}this.__off("speechstart",this._onSpeechStart).__off("error",this._onError).__off("result",this._onResult),this.async.clearTimeout(this._restartTimeout),this._isEnabled=!1,this.emit("pulse",!1)}},t.prototype.toggle=function(){this._isEnabled?this.stop():this.start()},t.prototype.restart=function(){this.stop(),this.start()},t.prototype.__on=function(e,t){return this._api.addEventListener(e,t),this},t.prototype.__off=function(e,t){return this._api.removeEventListener(e,t),this},t.prototype._onResult=function(e){var t=this;if(this._isEnabled){this.async.clearTimeout(this._progressTimeout);var n=e.results.item(e.resultIndex),i=n.item(0).transcript,o=function(){try{t.async.clearTimeout(t._restartTimeout),t.emit("result",i)}catch(e){}t.restart(),t.emit("pulse",!1),t._makeSound(r.n)};if(!1===n.isFinal)return this.emit("progress",i),void(this._progressTimeout=this.async.setTimeout(o,500));o()}},t.prototype._onError=function(){this._isEnabled&&(this._makeSound(r.u),this.emit("pulse",!1),this.restart())},t.prototype._makeSound=function(e){this.sound&&(0,c.e)({frequency:e})},t._instances=new Set,n=(0,i.gn)([s.autobind],t)}(o.a)},55486:function(e,t,n){"use strict";n.d(t,{e:function(){return o}});var i=n(16618);function o(e){var t=void 0===e?{}:e,n=t.sec,o=void 0===n?.1:n,s=t.frequency,r=void 0===s?i.n:s,c=t.gain,u=void 0===c?.1:c,a=t.type,p=void 0===a?"sine":a;if(void 0!==window.AudioContext||void 0!==window.webkitAudioContext){var l=new(window.AudioContext||window.webkitAudioContext),d=l.createGain(),h=l.createOscillator();h.type=p,h.frequency.value=r,h.connect(d),d.connect(l.destination),h.start(),h.stop(l.currentTime+o),d.gain.value=u}}},57998:function(e){"use strict";e.exports={newline:"الخط الجديد",delete:"حذف",space:"الفضاء","Speech Recognize":"التعرف على الكلام",Sound:"الصوت","Interim Results":"النتائج المؤقتة"}},90833:function(e){"use strict";e.exports={newline:"řádek",delete:"odstranit",space:"prostora","Speech Recognize":"Rozpoznání Řeči",Sound:"Zvuk","Interim Results":"Průběžné Výsledky"}},36373:function(e){"use strict";e.exports={newline:"Zeilenumbruch",delete:"löschen",space:"Raum","Speech Recognize":"Sprache Erkennen",Sound:"Sound","Interim Results":"Zwischenergebnis"}},97192:function(e){"use strict";e.exports={newline:"nueva línea",delete:"eliminar",space:"espacio","Speech Recognize":"Reconocimiento de Voz",Sound:"Sonido","Interim Results":"Resultados Provisionales"}},6043:function(e){"use strict";e.exports={newline:"خط جدید",delete:"حذف",space:"فضا","Speech Recognize":"گفتار را تشخیص دهید",Sound:"صدا","Interim Results":"نتایج موقت"}},76305:function(e){"use strict";e.exports={newline:"nouvelle ligne",delete:"supprimer",space:"espace","Speech Recognize":"Reconnaissance Vocale",Sound:"Son","Interim Results":"Résultats Intermédiaires"}},45834:function(e){"use strict";e.exports={newline:"חדשות",delete:"מחק",space:"שטח","Speech Recognize":"דיבור מזהה",Sound:"קול","Interim Results":"תוצאות ביניים"}},40509:function(e){"use strict";e.exports={newline:"újsor",delete:"törlés",space:"tér","Speech Recognize":"A Beszéd Felismeri",Sound:"Hang","Interim Results":"Időközi Eredmények"}},75720:function(e){"use strict";e.exports={newline:"newline",delete:"Hapus",space:"ruang","Speech Recognize":"Pidato Mengenali",Sound:"Suara","Interim Results":"Hasil Sementara"}},75813:function(e,t,n){"use strict";n.r(t),n.d(t,{ar:function(){return i},cs_cz:function(){return o},de:function(){return s},es:function(){return r},fa:function(){return c},fr:function(){return u},he:function(){return a},hu:function(){return p},id:function(){return l},it:function(){return d},ja:function(){return h},ko:function(){return f},mn:function(){return m},nl:function(){return g},pl:function(){return R},pt_br:function(){return _},ru:function(){return S},tr:function(){return v},zh_cn:function(){return w},zh_tw:function(){return z}});var i=n(57998),o=n(90833),s=n(36373),r=n(97192),c=n(6043),u=n(76305),a=n(45834),p=n(40509),l=n(75720),d=n(88369),h=n(30878),f=n(37780),m=n(4105),g=n(2589),R=n(72556),_=n(11695),S=n(52415),v=n(14569),w=n(58649),z=n(66040)},88369:function(e){"use strict";e.exports={newline:"nuova riga",delete:"eliminare",space:"spazio","Speech Recognize":"Discorso Riconoscere",Sound:"Suono","Interim Results":"Risultati intermedi"}},30878:function(e){"use strict";e.exports={newline:"改行",delete:"削除",space:"スペース","Speech Recognize":"音声認識",Sound:"音","Interim Results":"中間結果"}},37780:function(e){"use strict";e.exports={newline:"줄 바꿈",delete:"삭제",space:"공간","Speech Recognize":"음성 인식",Sound:"소리","Interim Results":"중간 결과"}},4105:function(e){"use strict";e.exports={newline:"Шинэ мөр",delete:"Устгах",space:"Зай","Speech Recognize":"Дуу хоолой таних",Sound:"Дуу","Interim Results":"Түр зуурын үр дүн"}},2589:function(e){"use strict";e.exports={newline:"regel",delete:"verwijderen",space:"ruimte","Speech Recognize":"Spraak Herkennen",Sound:"Geluid","Interim Results":"Tussentijdse Resultaten"}},72556:function(e){"use strict";e.exports={newline:"newline",delete:"usunąć",space:"przestrzeń","Speech Recognize":"Rozpoznawanie Mowy",Sound:"Dźwięk","Interim Results":"Wyniki Okresowe"}},11695:function(e){"use strict";e.exports={newline:"linha",delete:"excluir",space:"espaco","Speech Recognize":"Discurso Reconhecer",Sound:"Som","Interim Results":"Resultados Provisórios"}},52415:function(e){"use strict";e.exports={newline:"новая строка|перенос|энтер",delete:"удалить",space:"пробел","Speech Recognize":"Распознавание речи",Sound:"Звук","Interim Results":"Промежуточные результаты"}},14569:function(e){"use strict";e.exports={newline:"yeni satır",delete:"silmek",space:"uzay","Speech Recognize":"Konuşma Tanıma",Sound:"Ses","Interim Results":"Ara Sonuçlar"}},58649:function(e){"use strict";e.exports={newline:"新行",delete:"删除",space:"空间","Speech Recognize":"言语识别",Sound:"声音","Interim Results":"中期业绩"}},66040:function(e){"use strict";e.exports={newline:"นิวไลน์",delete:"ลบ",space:"พื้นที่","Speech Recognize":"การรับรู้คำพูด",Sound:"เสียง","Interim Results":"ผลระหว่างกาล"}},71327:function(e,t,n){"use strict";n.r(t),n.d(t,{SpeechRecognizeNative:function(){return h}});var i=n(97582),o=n(7331),s=n(69082),r=n(87398),c=n(79102),u=n(9162),a=n(62294),p=n(44380),l=n(87885),d=n(75813),h=(n(92880),function(e){function t(t){var n=e.call(this,t)||this;return n._commandToWord={},t.o.speechRecognize.api&&t.registerButton({group:"state",name:"speechRecognize"}),n}return(0,i.ZT)(t,e),t.prototype.afterInit=function(e){var t=this,n=e.o.speechRecognize.commands;n&&((0,c.xl)(d),(0,r.XP)(n,!1).forEach((function(i){i.split("|").forEach((function(o){o=o.trim().toLowerCase(),t._commandToWord[o]=n[i];var s=e.i18n(o);s!==o&&s.split("|").forEach((function(e){t._commandToWord[e.trim().toLowerCase()]=n[i].trim()}))}))})))},t.prototype.beforeDestruct=function(e){},t.prototype.onSpeechRecognizeProgressResult=function(e){var t=this;this.messagePopup||(this.messagePopup=this.j.create.div("jodit-speech-recognize__popup")),this.j.workplace.appendChild(this.messagePopup),this.j.async.setTimeout((function(){u.i.safeRemove(t.messagePopup)}),{label:"onSpeechRecognizeProgressResult",timeout:1e3}),this.messagePopup.innerText=e+"|"},t.prototype.onSpeechRecognizeResult=function(e){var t=this.j,n=t.s;if(u.i.safeRemove(this.messagePopup),!this._checkCommand(e)){var i=n.range,o=n.current();if(n.isCollapsed()&&u.i.isText(o)&&u.i.isOrContains(t.editor,o)&&o.nodeValue){var s=o.nodeValue;o.nodeValue=s+(/[\u00A0 ]\uFEFF*$/.test(s)?"":" ")+e,i.setStartAfter(o),n.selectRange(i),t.synchronizeValues()}else n.insertHTML(e)}},t.prototype._checkCommand=function(e){return e=e.toLowerCase().replace(/\./g,""),!!this._commandToWord[e]&&((0,l.c)(this.j,this._commandToWord[e]),!0)},(0,i.gn)([(0,s.YP)(":speechRecognizeProgressResult"),(0,a.D)()],t.prototype,"onSpeechRecognizeProgressResult",null),(0,i.gn)([(0,s.YP)(":speechRecognizeResult")],t.prototype,"onSpeechRecognizeResult",null),t}(o.S));p.h.plugins.add("speech-recognize",h)},55106:function(e){e.exports='<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>'}},function(e){return e(e.s=71327)}])}));
10
+ !function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{var n=t();for(var i in n)("object"==typeof exports?exports:e)[i]=n[i]}}(self,(function(){return(self.webpackChunkjodit=self.webpackChunkjodit||[]).push([[781],{92880:function(e,t,n){"use strict";var i=n(37446),o=n(25920),s=n(88751),r=n(30052),c=n(30043),u=n(17439),a=n(55106),p=n.n(a);i.D.prototype.speechRecognize={api:u.M,sound:!0,continuous:!0,interimResults:!0,commands:{"newline|enter":"enter","delete|remove word|delete word":"backspaceWordButton",comma:"inserthtml::,",underline:"inserthtml::_",hyphen:"inserthtml::-",space:"inserthtml:: ",question:"inserthtml::?",dot:"inserthtml::.","quote|quotes|open quote":"inserthtml::'","header|header h1":"formatblock::h1","select all":"selectall"}},r.J.set("speech-recognize",p()),i.D.prototype.controls.speechRecognize={isActive:function(e,t){var n=(0,o.q)(e,"speech");return Boolean(null==n?void 0:n.isEnabled)},isDisabled:function(e){return!e.o.speechRecognize.api},exec:function(e,t,n){var i=n.button,r=n.control,u=e.o.speechRecognize,a=u.api,p=u.lang,l=u.continuous,d=u.interimResults,h=u.sound;if(a){var f=(0,o.q)(e,"speech");if(!f){var m=new a;(f=new c.v(e.async,m)).lang=p,f.continuous=l,f.interimResults=d,f.sound=h,(0,o.q)(e,"speech",f),f.on("pulse",(function(e){i.setMod("pulse",e)})),f.on("result",(function(t){return e.e.fire("speechRecognizeResult",t)})),f.on("progress",(function(t){return e.e.fire("speechRecognizeProgressResult",t)})),i.hookStatus("beforeDestruct",(function(){f.destruct()}))}if(r.args){var g=r.args[0];if((0,s.j)(f[g]))return f[g]=!f[g],void(f.isEnabled&&f.restart())}f.toggle(),i.state.activated=f.isEnabled}else e.alert("Speech recognize API unsupported in your browser")},name:"speechRecognize",command:"toggleSpeechRecognize",tooltip:"Speech Recognize",list:{sound:"Sound",interimResults:"Interim Results"},childTemplate:function(e,t,n){var i,s=(0,o.q)(e,"speech"),r=null!==(i=null==s?void 0:s[t])&&void 0!==i?i:e.o.speechRecognize[t];return"<span class='jodit-speech-recognize__list-item'><input ".concat(r?"checked":""," class='jodit-checkbox' type='checkbox'>&nbsp;").concat(n,"</span>")},mods:{stroke:!1}}},16618:function(e,t,n){"use strict";n.d(t,{n:function(){return i},u:function(){return o}});var i=440,o=940},17439:function(e,t,n){"use strict";n.d(t,{M:function(){return i}});var i=window.SpeechRecognition||window.webkitSpeechRecognition},87885:function(e,t,n){"use strict";n.d(t,{c:function(){return o}});var i=n(97582);function o(e,t){var n=(0,i.CR)(t.split("::"),2);e.execCommand(n[0],null,n[1])}},30043:function(e,t,n){"use strict";n.d(t,{v:function(){return u}});var i=n(97582),o=n(3569),s=n(13666),r=n(16618),c=n(55486),u=function(e){function t(t,i){var o=e.call(this)||this;return o.async=t,o._continuous=!1,o._interimResults=!1,o.sound=!0,o._isEnabled=!1,o._restartTimeout=0,o._onSpeechStart=function(e){o._isEnabled&&(o.async.clearTimeout(o._restartTimeout),o._restartTimeout=o.async.setTimeout((function(){o.restart(),o.emit("pulse",!1),o._makeSound(r.u)}),5e3),o.emit("pulse",!0))},o._progressTimeout=0,o._api=i,n._instances.add(o),o}var n;return(0,i.ZT)(t,e),n=t,Object.defineProperty(t.prototype,"lang",{get:function(){return this._lang},set:function(e){this._lang=e,this._api.lang=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"continuous",{get:function(){return this._continuous},set:function(e){this._continuous=e,this._api.continuous=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"interimResults",{get:function(){return this._interimResults},set:function(e){this._interimResults=e,this._api.interimResults=e},enumerable:!1,configurable:!0}),t.prototype.destruct=function(){this.stop(),n._instances.delete(this),e.prototype.destruct.call(this)},Object.defineProperty(t.prototype,"isEnabled",{get:function(){return this._isEnabled},enumerable:!1,configurable:!0}),t.prototype.start=function(){var e=this;this._isEnabled||(this._isEnabled=!0,n._instances.forEach((function(t){t!==e&&t.stop()})),this._api.start(),this.__on("speechstart",this._onSpeechStart).__on("error",this._onError).__on("result",this._onResult))},t.prototype.stop=function(){if(this._isEnabled){try{this._api.abort(),this._api.stop()}catch(e){}this.__off("speechstart",this._onSpeechStart).__off("error",this._onError).__off("result",this._onResult),this.async.clearTimeout(this._restartTimeout),this._isEnabled=!1,this.emit("pulse",!1)}},t.prototype.toggle=function(){this._isEnabled?this.stop():this.start()},t.prototype.restart=function(){this.stop(),this.start()},t.prototype.__on=function(e,t){return this._api.addEventListener(e,t),this},t.prototype.__off=function(e,t){return this._api.removeEventListener(e,t),this},t.prototype._onResult=function(e){var t=this;if(this._isEnabled){this.async.clearTimeout(this._progressTimeout);var n=e.results.item(e.resultIndex),i=n.item(0).transcript,o=function(){try{t.async.clearTimeout(t._restartTimeout),t.emit("result",i)}catch(e){}t.restart(),t.emit("pulse",!1),t._makeSound(r.n)};if(!1===n.isFinal)return this.emit("progress",i),void(this._progressTimeout=this.async.setTimeout(o,500));o()}},t.prototype._onError=function(){this._isEnabled&&(this._makeSound(r.u),this.emit("pulse",!1),this.restart())},t.prototype._makeSound=function(e){this.sound&&(0,c.e)({frequency:e})},t._instances=new Set,n=(0,i.gn)([s.autobind],t)}(o.a)},55486:function(e,t,n){"use strict";n.d(t,{e:function(){return o}});var i=n(16618);function o(e){var t=void 0===e?{}:e,n=t.sec,o=void 0===n?.1:n,s=t.frequency,r=void 0===s?i.n:s,c=t.gain,u=void 0===c?.1:c,a=t.type,p=void 0===a?"sine":a;if(void 0!==window.AudioContext||void 0!==window.webkitAudioContext){var l=new(window.AudioContext||window.webkitAudioContext),d=l.createGain(),h=l.createOscillator();h.type=p,h.frequency.value=r,h.connect(d),d.connect(l.destination),h.start(),h.stop(l.currentTime+o),d.gain.value=u}}},57998:function(e){"use strict";e.exports={newline:"الخط الجديد",delete:"حذف",space:"الفضاء","Speech Recognize":"التعرف على الكلام",Sound:"الصوت","Interim Results":"النتائج المؤقتة"}},90833:function(e){"use strict";e.exports={newline:"řádek",delete:"odstranit",space:"prostora","Speech Recognize":"Rozpoznání Řeči",Sound:"Zvuk","Interim Results":"Průběžné Výsledky"}},36373:function(e){"use strict";e.exports={newline:"Zeilenumbruch",delete:"löschen",space:"Raum","Speech Recognize":"Sprache Erkennen",Sound:"Sound","Interim Results":"Zwischenergebnis"}},97192:function(e){"use strict";e.exports={newline:"nueva línea",delete:"eliminar",space:"espacio","Speech Recognize":"Reconocimiento de Voz",Sound:"Sonido","Interim Results":"Resultados Provisionales"}},6043:function(e){"use strict";e.exports={newline:"خط جدید",delete:"حذف",space:"فضا","Speech Recognize":"گفتار را تشخیص دهید",Sound:"صدا","Interim Results":"نتایج موقت"}},76305:function(e){"use strict";e.exports={newline:"nouvelle ligne",delete:"supprimer",space:"espace","Speech Recognize":"Reconnaissance Vocale",Sound:"Son","Interim Results":"Résultats Intermédiaires"}},45834:function(e){"use strict";e.exports={newline:"חדשות",delete:"מחק",space:"שטח","Speech Recognize":"דיבור מזהה",Sound:"קול","Interim Results":"תוצאות ביניים"}},40509:function(e){"use strict";e.exports={newline:"újsor",delete:"törlés",space:"tér","Speech Recognize":"A Beszéd Felismeri",Sound:"Hang","Interim Results":"Időközi Eredmények"}},75720:function(e){"use strict";e.exports={newline:"newline",delete:"Hapus",space:"ruang","Speech Recognize":"Pidato Mengenali",Sound:"Suara","Interim Results":"Hasil Sementara"}},75813:function(e,t,n){"use strict";n.r(t),n.d(t,{ar:function(){return i},cs_cz:function(){return o},de:function(){return s},es:function(){return r},fa:function(){return c},fr:function(){return u},he:function(){return a},hu:function(){return p},id:function(){return l},it:function(){return d},ja:function(){return h},ko:function(){return f},mn:function(){return m},nl:function(){return g},pl:function(){return R},pt_br:function(){return _},ru:function(){return S},tr:function(){return v},zh_cn:function(){return w},zh_tw:function(){return z}});var i=n(57998),o=n(90833),s=n(36373),r=n(97192),c=n(6043),u=n(76305),a=n(45834),p=n(40509),l=n(75720),d=n(88369),h=n(30878),f=n(37780),m=n(4105),g=n(2589),R=n(72556),_=n(11695),S=n(52415),v=n(14569),w=n(58649),z=n(66040)},88369:function(e){"use strict";e.exports={newline:"nuova riga",delete:"eliminare",space:"spazio","Speech Recognize":"Discorso Riconoscere",Sound:"Suono","Interim Results":"Risultati intermedi"}},30878:function(e){"use strict";e.exports={newline:"改行",delete:"削除",space:"スペース","Speech Recognize":"音声認識",Sound:"音","Interim Results":"中間結果"}},37780:function(e){"use strict";e.exports={newline:"줄 바꿈",delete:"삭제",space:"공간","Speech Recognize":"음성 인식",Sound:"소리","Interim Results":"중간 결과"}},4105:function(e){"use strict";e.exports={newline:"Шинэ мөр",delete:"Устгах",space:"Зай","Speech Recognize":"Дуу хоолой таних",Sound:"Дуу","Interim Results":"Түр зуурын үр дүн"}},2589:function(e){"use strict";e.exports={newline:"regel",delete:"verwijderen",space:"ruimte","Speech Recognize":"Spraak Herkennen",Sound:"Geluid","Interim Results":"Tussentijdse Resultaten"}},72556:function(e){"use strict";e.exports={newline:"newline",delete:"usunąć",space:"przestrzeń","Speech Recognize":"Rozpoznawanie Mowy",Sound:"Dźwięk","Interim Results":"Wyniki Okresowe"}},11695:function(e){"use strict";e.exports={newline:"linha",delete:"excluir",space:"espaco","Speech Recognize":"Discurso Reconhecer",Sound:"Som","Interim Results":"Resultados Provisórios"}},52415:function(e){"use strict";e.exports={newline:"новая строка|перенос|энтер",delete:"удалить",space:"пробел","Speech Recognize":"Распознавание речи",Sound:"Звук","Interim Results":"Промежуточные результаты"}},14569:function(e){"use strict";e.exports={newline:"yeni satır",delete:"silmek",space:"uzay","Speech Recognize":"Konuşma Tanıma",Sound:"Ses","Interim Results":"Ara Sonuçlar"}},58649:function(e){"use strict";e.exports={newline:"新行",delete:"删除",space:"空间","Speech Recognize":"言语识别",Sound:"声音","Interim Results":"中期业绩"}},66040:function(e){"use strict";e.exports={newline:"換行",delete:"刪除",space:"空白","Speech Recognize":"語音辨識",Sound:"聲音","Interim Results":"階段性辨識結果"}},71327:function(e,t,n){"use strict";n.r(t),n.d(t,{SpeechRecognizeNative:function(){return h}});var i=n(97582),o=n(7331),s=n(69082),r=n(87398),c=n(79102),u=n(9162),a=n(62294),p=n(44380),l=n(87885),d=n(75813),h=(n(92880),function(e){function t(t){var n=e.call(this,t)||this;return n._commandToWord={},t.o.speechRecognize.api&&t.registerButton({group:"state",name:"speechRecognize"}),n}return(0,i.ZT)(t,e),t.prototype.afterInit=function(e){var t=this,n=e.o.speechRecognize.commands;n&&((0,c.xl)(d),(0,r.XP)(n,!1).forEach((function(i){i.split("|").forEach((function(o){o=o.trim().toLowerCase(),t._commandToWord[o]=n[i];var s=e.i18n(o);s!==o&&s.split("|").forEach((function(e){t._commandToWord[e.trim().toLowerCase()]=n[i].trim()}))}))})))},t.prototype.beforeDestruct=function(e){},t.prototype.onSpeechRecognizeProgressResult=function(e){var t=this;this.messagePopup||(this.messagePopup=this.j.create.div("jodit-speech-recognize__popup")),this.j.workplace.appendChild(this.messagePopup),this.j.async.setTimeout((function(){u.i.safeRemove(t.messagePopup)}),{label:"onSpeechRecognizeProgressResult",timeout:1e3}),this.messagePopup.innerText=e+"|"},t.prototype.onSpeechRecognizeResult=function(e){var t=this.j,n=t.s;if(u.i.safeRemove(this.messagePopup),!this._checkCommand(e)){var i=n.range,o=n.current();if(n.isCollapsed()&&u.i.isText(o)&&u.i.isOrContains(t.editor,o)&&o.nodeValue){var s=o.nodeValue;o.nodeValue=s+(/[\u00A0 ]\uFEFF*$/.test(s)?"":" ")+e,i.setStartAfter(o),n.selectRange(i),t.synchronizeValues()}else n.insertHTML(e)}},t.prototype._checkCommand=function(e){return e=e.toLowerCase().replace(/\./g,""),!!this._commandToWord[e]&&((0,l.c)(this.j,this._commandToWord[e]),!0)},(0,i.gn)([(0,s.YP)(":speechRecognizeProgressResult"),(0,a.D)()],t.prototype,"onSpeechRecognizeProgressResult",null),(0,i.gn)([(0,s.YP)(":speechRecognizeResult")],t.prototype,"onSpeechRecognizeResult",null),t}(o.S));p.h.plugins.add("speech-recognize",h)},55106:function(e){e.exports='<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>'}},function(e){return e(e.s=71327)}])}));
package/esm/config.d.ts CHANGED
@@ -1,9 +1,19 @@
1
1
  /*!
2
2
  * Jodit Editor (https://xdsoft.net/jodit/)
3
3
  * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
+ * Options for the editor. You can set them when creating the editor.
8
+ * ```javascript
9
+ * const editor = Jodit.make('#editor', {
10
+ * toolbar: true,
11
+ * buttons: ['bold', 'italic', 'underline']
12
+ * // other options
13
+ * // ...
14
+ * });
15
+ * ```
16
+ * @packageDocumentation
7
17
  * @module config
8
18
  */
9
19
  import type { IExtraPlugin, IDictionary, IViewOptions, NodeFunction, Attributes, ButtonsOption, Controls, IControlType, IUIButtonState, InsertMode, Nullable } from "./types";
@@ -11,6 +21,7 @@ import type { IExtraPlugin, IDictionary, IViewOptions, NodeFunction, Attributes,
11
21
  * Default Editor's Configuration
12
22
  */
13
23
  declare class Config implements IViewOptions {
24
+ private constructor();
14
25
  /**
15
26
  * Use cache for heavy methods
16
27
  */
@@ -83,10 +94,26 @@ declare class Config implements IViewOptions {
83
94
  */
84
95
  safePluginsList: string[];
85
96
  commandToHotkeys: IDictionary<string | string[]>;
97
+ /**
98
+ * Reserved for the paid version of the editor
99
+ */
86
100
  license: string;
101
+ /**
102
+ * The name of the preset that will be used to initialize the editor.
103
+ * The list of available presets can be found here Jodit.defaultOptions.presets
104
+ * ```javascript
105
+ * Jodit.make('.editor', {
106
+ * preset: 'inline'
107
+ * });
108
+ * ```
109
+ */
87
110
  preset: string;
88
111
  presets: IDictionary;
89
112
  ownerDocument: Document;
113
+ /**
114
+ * Allows you to specify the window in which the editor will be created. Default - window
115
+ * This is necessary if you are creating the editor inside an iframe but the code is running in the parent window
116
+ */
90
117
  ownerWindow: Window;
91
118
  /**
92
119
  * Shadow root if Jodit was created in it
@@ -104,14 +131,28 @@ declare class Config implements IViewOptions {
104
131
  * Change the disabled state of the editor
105
132
  */
106
133
  disabled: boolean;
134
+ /**
135
+ * In readOnly mode, some buttons can still be useful, for example the button to view source code or print
136
+ */
107
137
  activeButtonsInReadOnly: string[];
138
+ /**
139
+ * When the editor is in read-only mode, some commands can still be executed:
140
+ * ```javascript
141
+ * const editor = Jodit.make('.editor', {
142
+ * allowCommandsInReadOnly: ['selectall', 'preview', 'print']
143
+ * readonly: true
144
+ * });
145
+ * editor.execCommand('selectall');// will be selected all content
146
+ * editor.execCommand('delete');// but content will not be deleted
147
+ * ```
148
+ */
108
149
  allowCommandsInReadOnly: string[];
109
150
  /**
110
151
  * Size of icons in the toolbar (can be "small", "middle", "large")
111
152
  *
112
153
  * @example
113
154
  * ```javascript
114
- * var editor = new Jodit(".dark_editor", {
155
+ * const editor = Jodit.make(".dark_editor", {
115
156
  * toolbarButtonSize: "small"
116
157
  * });
117
158
  * ```
@@ -129,7 +170,7 @@ declare class Config implements IViewOptions {
129
170
  * Theme (can be "dark")
130
171
  * @example
131
172
  * ```javascript
132
- * var editor = new Jodit(".dark_editor", {
173
+ * const editor = Jodit.make(".dark_editor", {
133
174
  * theme: "dark"
134
175
  * });
135
176
  * ```
@@ -602,22 +643,35 @@ declare class Config implements IViewOptions {
602
643
  * ```
603
644
  */
604
645
  buttons: ButtonsOption;
605
- /**
606
- * The list of buttons that appear in the editor's toolbar on medium places (≥ options.sizeMD).
607
- */
608
- buttonsMD: ButtonsOption;
609
- /**
610
- * The list of buttons that appear in the editor's toolbar on small places (≥ options.sizeSM).
611
- */
612
- buttonsSM: ButtonsOption;
613
- /**
614
- * The list of buttons that appear in the editor's toolbar on extra small places `(< options.sizeSM)`.
615
- */
616
- buttonsXS: ButtonsOption;
617
646
  /**
618
647
  * Behavior for buttons
619
648
  */
620
649
  controls: Controls;
650
+ /**
651
+ * Some events are called when the editor is initialized, for example, the `afterInit` event.
652
+ * So this code won't work:
653
+ * ```javascript
654
+ * const editor = Jodit.make('#editor');
655
+ * editor.events.on('afterInit', () => console.log('afterInit'));
656
+ * ```
657
+ * You need to do this:
658
+ * ```javascript
659
+ * Jodit.make('#editor', {
660
+ * events: {
661
+ * afterInit: () => console.log('afterInit')
662
+ * }
663
+ * });
664
+ * ```
665
+ * The option can use any Jodit events, for example:
666
+ * ```javascript
667
+ * const editor = Jodit.make('#editor', {
668
+ * events: {
669
+ * hello: (name) => console.log('Hello', name)
670
+ * }
671
+ * });
672
+ * editor.e.fire('hello', 'Mike');
673
+ * ```
674
+ */
621
675
  events: IDictionary<(...args: any[]) => any>;
622
676
  /**
623
677
  * Buttons in toolbat without SVG - only texts