jodit-pro 4.6.10 → 4.6.13

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 (369) hide show
  1. package/.nvmrc +1 -1
  2. package/es2015/jodit.css +1 -1
  3. package/es2015/jodit.fat.min.js +2 -2
  4. package/es2015/jodit.js +1278 -1328
  5. package/es2015/jodit.min.js +2 -2
  6. package/es2015/plugins/autocomplete/autocomplete.js +1 -1
  7. package/es2015/plugins/autocomplete/autocomplete.min.js +2 -2
  8. package/es2015/plugins/backup/backup.css +1 -1
  9. package/es2015/plugins/backup/backup.js +65 -65
  10. package/es2015/plugins/backup/backup.min.js +2 -2
  11. package/es2015/plugins/button-generator/button-generator.css +1 -1
  12. package/es2015/plugins/button-generator/button-generator.js +110 -110
  13. package/es2015/plugins/button-generator/button-generator.min.js +2 -2
  14. package/es2015/plugins/change-case/change-case.js +7 -7
  15. package/es2015/plugins/change-case/change-case.min.js +2 -2
  16. package/es2015/plugins/color-picker/color-picker.css +1 -1
  17. package/es2015/plugins/color-picker/color-picker.js +37 -37
  18. package/es2015/plugins/color-picker/color-picker.min.js +2 -2
  19. package/es2015/plugins/emoji/emoji.css +1 -1
  20. package/es2015/plugins/emoji/emoji.js +47 -47
  21. package/es2015/plugins/emoji/emoji.min.js +2 -2
  22. package/es2015/plugins/export-docs/export-docs.js +18 -18
  23. package/es2015/plugins/export-docs/export-docs.min.js +2 -2
  24. package/es2015/plugins/finder/finder.css +1 -1
  25. package/es2015/plugins/finder/finder.js +452 -452
  26. package/es2015/plugins/finder/finder.min.js +2 -2
  27. package/es2015/plugins/google-maps/google-maps.css +1 -1
  28. package/es2015/plugins/google-maps/google-maps.js +265 -265
  29. package/es2015/plugins/google-maps/google-maps.min.js +2 -2
  30. package/es2015/plugins/google-search/google-search.js +1 -1
  31. package/es2015/plugins/google-search/google-search.min.js +2 -2
  32. package/es2015/plugins/highlight-signature/highlight-signature.js +23 -23
  33. package/es2015/plugins/highlight-signature/highlight-signature.min.js +2 -2
  34. package/es2015/plugins/iframe-editor/iframe-editor.css +1 -1
  35. package/es2015/plugins/iframe-editor/iframe-editor.js +40 -40
  36. package/es2015/plugins/iframe-editor/iframe-editor.min.js +2 -2
  37. package/es2015/plugins/keyboard/keyboard.css +1 -1
  38. package/es2015/plugins/keyboard/keyboard.js +60 -60
  39. package/es2015/plugins/keyboard/keyboard.min.js +2 -2
  40. package/es2015/plugins/mobile-view/mobile-view.js +26 -26
  41. package/es2015/plugins/mobile-view/mobile-view.min.js +2 -2
  42. package/es2015/plugins/page-break/page-break.js +27 -27
  43. package/es2015/plugins/page-break/page-break.min.js +2 -2
  44. package/es2015/plugins/paste-code/paste-code.css +1 -1
  45. package/es2015/plugins/paste-code/paste-code.js +51 -51
  46. package/es2015/plugins/paste-code/paste-code.min.js +2 -2
  47. package/es2015/plugins/paste-from-word/paste-from-word.js +1 -1
  48. package/es2015/plugins/paste-from-word/paste-from-word.min.js +2 -2
  49. package/es2015/plugins/show-blocks/show-blocks.js +27 -27
  50. package/es2015/plugins/show-blocks/show-blocks.min.js +2 -2
  51. package/es2015/plugins/todo-list/todo-list.css +1 -1
  52. package/es2015/plugins/todo-list/todo-list.js +62 -62
  53. package/es2015/plugins/todo-list/todo-list.min.js +2 -2
  54. package/es2015/plugins/translate/translate.css +1 -1
  55. package/es2015/plugins/translate/translate.js +62 -62
  56. package/es2015/plugins/translate/translate.min.js +2 -2
  57. package/es2015/plugins/tune-block/tune-block.css +1 -1
  58. package/es2015/plugins/tune-block/tune-block.js +50 -50
  59. package/es2015/plugins/tune-block/tune-block.min.js +2 -2
  60. package/es2018/jodit.css +1 -1
  61. package/es2018/jodit.fat.min.js +2 -2
  62. package/es2018/jodit.js +1123 -1118
  63. package/es2018/jodit.min.js +2 -2
  64. package/es2018/plugins/autocomplete/autocomplete.js +1 -1
  65. package/es2018/plugins/autocomplete/autocomplete.min.js +2 -2
  66. package/es2018/plugins/backup/backup.css +1 -1
  67. package/es2018/plugins/backup/backup.js +64 -64
  68. package/es2018/plugins/backup/backup.min.js +2 -2
  69. package/es2018/plugins/button-generator/button-generator.css +1 -1
  70. package/es2018/plugins/button-generator/button-generator.js +110 -110
  71. package/es2018/plugins/button-generator/button-generator.min.js +2 -2
  72. package/es2018/plugins/change-case/change-case.js +7 -7
  73. package/es2018/plugins/change-case/change-case.min.js +2 -2
  74. package/es2018/plugins/color-picker/color-picker.css +1 -1
  75. package/es2018/plugins/color-picker/color-picker.js +37 -37
  76. package/es2018/plugins/color-picker/color-picker.min.js +2 -2
  77. package/es2018/plugins/emoji/emoji.css +1 -1
  78. package/es2018/plugins/emoji/emoji.js +45 -45
  79. package/es2018/plugins/emoji/emoji.min.js +2 -2
  80. package/es2018/plugins/export-docs/export-docs.js +1 -1
  81. package/es2018/plugins/export-docs/export-docs.min.js +2 -2
  82. package/es2018/plugins/finder/finder.css +1 -1
  83. package/es2018/plugins/finder/finder.js +446 -446
  84. package/es2018/plugins/finder/finder.min.js +2 -2
  85. package/es2018/plugins/google-maps/google-maps.css +1 -1
  86. package/es2018/plugins/google-maps/google-maps.js +262 -262
  87. package/es2018/plugins/google-maps/google-maps.min.js +2 -2
  88. package/es2018/plugins/google-search/google-search.js +1 -1
  89. package/es2018/plugins/google-search/google-search.min.js +2 -2
  90. package/es2018/plugins/highlight-signature/highlight-signature.js +23 -23
  91. package/es2018/plugins/highlight-signature/highlight-signature.min.js +2 -2
  92. package/es2018/plugins/iframe-editor/iframe-editor.css +1 -1
  93. package/es2018/plugins/iframe-editor/iframe-editor.js +40 -40
  94. package/es2018/plugins/iframe-editor/iframe-editor.min.js +2 -2
  95. package/es2018/plugins/keyboard/keyboard.css +1 -1
  96. package/es2018/plugins/keyboard/keyboard.js +60 -60
  97. package/es2018/plugins/keyboard/keyboard.min.js +2 -2
  98. package/es2018/plugins/mobile-view/mobile-view.js +26 -26
  99. package/es2018/plugins/mobile-view/mobile-view.min.js +2 -2
  100. package/es2018/plugins/page-break/page-break.js +27 -27
  101. package/es2018/plugins/page-break/page-break.min.js +2 -2
  102. package/es2018/plugins/paste-code/paste-code.css +1 -1
  103. package/es2018/plugins/paste-code/paste-code.js +49 -49
  104. package/es2018/plugins/paste-code/paste-code.min.js +2 -2
  105. package/es2018/plugins/paste-from-word/paste-from-word.js +1 -1
  106. package/es2018/plugins/paste-from-word/paste-from-word.min.js +2 -2
  107. package/es2018/plugins/show-blocks/show-blocks.js +27 -27
  108. package/es2018/plugins/show-blocks/show-blocks.min.js +2 -2
  109. package/es2018/plugins/todo-list/todo-list.css +1 -1
  110. package/es2018/plugins/todo-list/todo-list.js +62 -62
  111. package/es2018/plugins/todo-list/todo-list.min.js +2 -2
  112. package/es2018/plugins/translate/translate.css +1 -1
  113. package/es2018/plugins/translate/translate.js +61 -61
  114. package/es2018/plugins/translate/translate.min.js +2 -2
  115. package/es2018/plugins/tune-block/tune-block.css +1 -1
  116. package/es2018/plugins/tune-block/tune-block.js +50 -50
  117. package/es2018/plugins/tune-block/tune-block.min.js +2 -2
  118. package/es2021/jodit.css +1 -1
  119. package/es2021/jodit.fat.min.js +2 -2
  120. package/es2021/jodit.js +1123 -1118
  121. package/es2021/jodit.min.js +2 -2
  122. package/es2021/plugins/autocomplete/autocomplete.js +1 -1
  123. package/es2021/plugins/autocomplete/autocomplete.min.js +2 -2
  124. package/es2021/plugins/backup/backup.css +1 -1
  125. package/es2021/plugins/backup/backup.js +64 -64
  126. package/es2021/plugins/backup/backup.min.js +2 -2
  127. package/es2021/plugins/button-generator/button-generator.css +1 -1
  128. package/es2021/plugins/button-generator/button-generator.js +110 -110
  129. package/es2021/plugins/button-generator/button-generator.min.js +2 -2
  130. package/es2021/plugins/change-case/change-case.js +7 -7
  131. package/es2021/plugins/change-case/change-case.min.js +2 -2
  132. package/es2021/plugins/color-picker/color-picker.css +1 -1
  133. package/es2021/plugins/color-picker/color-picker.js +37 -37
  134. package/es2021/plugins/color-picker/color-picker.min.js +2 -2
  135. package/es2021/plugins/emoji/emoji.css +1 -1
  136. package/es2021/plugins/emoji/emoji.js +45 -45
  137. package/es2021/plugins/emoji/emoji.min.js +2 -2
  138. package/es2021/plugins/export-docs/export-docs.js +1 -1
  139. package/es2021/plugins/export-docs/export-docs.min.js +2 -2
  140. package/es2021/plugins/finder/finder.css +1 -1
  141. package/es2021/plugins/finder/finder.js +446 -446
  142. package/es2021/plugins/finder/finder.min.js +2 -2
  143. package/es2021/plugins/google-maps/google-maps.css +1 -1
  144. package/es2021/plugins/google-maps/google-maps.js +262 -262
  145. package/es2021/plugins/google-maps/google-maps.min.js +2 -2
  146. package/es2021/plugins/google-search/google-search.js +1 -1
  147. package/es2021/plugins/google-search/google-search.min.js +2 -2
  148. package/es2021/plugins/highlight-signature/highlight-signature.js +23 -23
  149. package/es2021/plugins/highlight-signature/highlight-signature.min.js +2 -2
  150. package/es2021/plugins/iframe-editor/iframe-editor.css +1 -1
  151. package/es2021/plugins/iframe-editor/iframe-editor.js +40 -40
  152. package/es2021/plugins/iframe-editor/iframe-editor.min.js +2 -2
  153. package/es2021/plugins/keyboard/keyboard.css +1 -1
  154. package/es2021/plugins/keyboard/keyboard.js +60 -60
  155. package/es2021/plugins/keyboard/keyboard.min.js +2 -2
  156. package/es2021/plugins/mobile-view/mobile-view.js +26 -26
  157. package/es2021/plugins/mobile-view/mobile-view.min.js +2 -2
  158. package/es2021/plugins/page-break/page-break.js +27 -27
  159. package/es2021/plugins/page-break/page-break.min.js +2 -2
  160. package/es2021/plugins/paste-code/paste-code.css +1 -1
  161. package/es2021/plugins/paste-code/paste-code.js +49 -49
  162. package/es2021/plugins/paste-code/paste-code.min.js +2 -2
  163. package/es2021/plugins/paste-from-word/paste-from-word.js +1 -1
  164. package/es2021/plugins/paste-from-word/paste-from-word.min.js +2 -2
  165. package/es2021/plugins/show-blocks/show-blocks.js +27 -27
  166. package/es2021/plugins/show-blocks/show-blocks.min.js +2 -2
  167. package/es2021/plugins/todo-list/todo-list.css +1 -1
  168. package/es2021/plugins/todo-list/todo-list.js +62 -62
  169. package/es2021/plugins/todo-list/todo-list.min.js +2 -2
  170. package/es2021/plugins/translate/translate.css +1 -1
  171. package/es2021/plugins/translate/translate.js +61 -61
  172. package/es2021/plugins/translate/translate.min.js +2 -2
  173. package/es2021/plugins/tune-block/tune-block.css +1 -1
  174. package/es2021/plugins/tune-block/tune-block.js +50 -50
  175. package/es2021/plugins/tune-block/tune-block.min.js +2 -2
  176. package/es2021.en/jodit.css +1 -1
  177. package/es2021.en/jodit.fat.min.js +2 -2
  178. package/es2021.en/jodit.js +1123 -1118
  179. package/es2021.en/jodit.min.js +2 -2
  180. package/es2021.en/plugins/autocomplete/autocomplete.js +1 -1
  181. package/es2021.en/plugins/autocomplete/autocomplete.min.js +2 -2
  182. package/es2021.en/plugins/backup/backup.css +1 -1
  183. package/es2021.en/plugins/backup/backup.js +64 -64
  184. package/es2021.en/plugins/backup/backup.min.js +2 -2
  185. package/es2021.en/plugins/button-generator/button-generator.css +1 -1
  186. package/es2021.en/plugins/button-generator/button-generator.js +110 -110
  187. package/es2021.en/plugins/button-generator/button-generator.min.js +2 -2
  188. package/es2021.en/plugins/change-case/change-case.js +7 -7
  189. package/es2021.en/plugins/change-case/change-case.min.js +2 -2
  190. package/es2021.en/plugins/color-picker/color-picker.css +1 -1
  191. package/es2021.en/plugins/color-picker/color-picker.js +37 -37
  192. package/es2021.en/plugins/color-picker/color-picker.min.js +2 -2
  193. package/es2021.en/plugins/emoji/emoji.css +1 -1
  194. package/es2021.en/plugins/emoji/emoji.js +45 -45
  195. package/es2021.en/plugins/emoji/emoji.min.js +2 -2
  196. package/es2021.en/plugins/export-docs/export-docs.js +1 -1
  197. package/es2021.en/plugins/export-docs/export-docs.min.js +2 -2
  198. package/es2021.en/plugins/finder/finder.css +1 -1
  199. package/es2021.en/plugins/finder/finder.js +446 -446
  200. package/es2021.en/plugins/finder/finder.min.js +2 -2
  201. package/es2021.en/plugins/google-maps/google-maps.css +1 -1
  202. package/es2021.en/plugins/google-maps/google-maps.js +262 -262
  203. package/es2021.en/plugins/google-maps/google-maps.min.js +2 -2
  204. package/es2021.en/plugins/google-search/google-search.js +1 -1
  205. package/es2021.en/plugins/google-search/google-search.min.js +2 -2
  206. package/es2021.en/plugins/highlight-signature/highlight-signature.js +23 -23
  207. package/es2021.en/plugins/highlight-signature/highlight-signature.min.js +2 -2
  208. package/es2021.en/plugins/iframe-editor/iframe-editor.css +1 -1
  209. package/es2021.en/plugins/iframe-editor/iframe-editor.js +40 -40
  210. package/es2021.en/plugins/iframe-editor/iframe-editor.min.js +2 -2
  211. package/es2021.en/plugins/keyboard/keyboard.css +1 -1
  212. package/es2021.en/plugins/keyboard/keyboard.js +60 -60
  213. package/es2021.en/plugins/keyboard/keyboard.min.js +2 -2
  214. package/es2021.en/plugins/mobile-view/mobile-view.js +26 -26
  215. package/es2021.en/plugins/mobile-view/mobile-view.min.js +2 -2
  216. package/es2021.en/plugins/page-break/page-break.js +27 -27
  217. package/es2021.en/plugins/page-break/page-break.min.js +2 -2
  218. package/es2021.en/plugins/paste-code/paste-code.css +1 -1
  219. package/es2021.en/plugins/paste-code/paste-code.js +49 -49
  220. package/es2021.en/plugins/paste-code/paste-code.min.js +2 -2
  221. package/es2021.en/plugins/paste-from-word/paste-from-word.js +1 -1
  222. package/es2021.en/plugins/paste-from-word/paste-from-word.min.js +2 -2
  223. package/es2021.en/plugins/show-blocks/show-blocks.js +27 -27
  224. package/es2021.en/plugins/show-blocks/show-blocks.min.js +2 -2
  225. package/es2021.en/plugins/todo-list/todo-list.css +1 -1
  226. package/es2021.en/plugins/todo-list/todo-list.js +62 -62
  227. package/es2021.en/plugins/todo-list/todo-list.min.js +2 -2
  228. package/es2021.en/plugins/translate/translate.css +1 -1
  229. package/es2021.en/plugins/translate/translate.js +61 -61
  230. package/es2021.en/plugins/translate/translate.min.js +2 -2
  231. package/es2021.en/plugins/tune-block/tune-block.css +1 -1
  232. package/es2021.en/plugins/tune-block/tune-block.js +50 -50
  233. package/es2021.en/plugins/tune-block/tune-block.min.js +2 -2
  234. package/es5/jodit.css +2 -2
  235. package/es5/jodit.fat.min.js +2 -2
  236. package/es5/jodit.js +1461 -1568
  237. package/es5/jodit.min.css +2 -2
  238. package/es5/jodit.min.js +2 -2
  239. package/es5/plugins/autocomplete/autocomplete.js +1 -1
  240. package/es5/plugins/autocomplete/autocomplete.min.js +2 -2
  241. package/es5/plugins/backup/backup.css +1 -1
  242. package/es5/plugins/backup/backup.js +80 -80
  243. package/es5/plugins/backup/backup.min.js +2 -2
  244. package/es5/plugins/button-generator/button-generator.css +1 -1
  245. package/es5/plugins/button-generator/button-generator.js +137 -137
  246. package/es5/plugins/button-generator/button-generator.min.js +2 -2
  247. package/es5/plugins/change-case/change-case.js +17 -17
  248. package/es5/plugins/change-case/change-case.min.js +2 -2
  249. package/es5/plugins/color-picker/color-picker.css +1 -1
  250. package/es5/plugins/color-picker/color-picker.js +40 -40
  251. package/es5/plugins/color-picker/color-picker.min.js +2 -2
  252. package/es5/plugins/emoji/emoji.css +1 -1
  253. package/es5/plugins/emoji/emoji.js +54 -54
  254. package/es5/plugins/emoji/emoji.min.js +2 -2
  255. package/es5/plugins/export-docs/export-docs.js +21 -21
  256. package/es5/plugins/export-docs/export-docs.min.js +2 -2
  257. package/es5/plugins/finder/finder.css +1 -1
  258. package/es5/plugins/finder/finder.js +495 -495
  259. package/es5/plugins/finder/finder.min.js +2 -2
  260. package/es5/plugins/google-maps/google-maps.css +1 -1
  261. package/es5/plugins/google-maps/google-maps.js +299 -299
  262. package/es5/plugins/google-maps/google-maps.min.js +2 -2
  263. package/es5/plugins/google-search/google-search.js +17 -17
  264. package/es5/plugins/google-search/google-search.min.js +2 -2
  265. package/es5/plugins/highlight-signature/highlight-signature.js +26 -26
  266. package/es5/plugins/highlight-signature/highlight-signature.min.js +2 -2
  267. package/es5/plugins/iframe-editor/iframe-editor.css +1 -1
  268. package/es5/plugins/iframe-editor/iframe-editor.js +43 -43
  269. package/es5/plugins/iframe-editor/iframe-editor.min.js +2 -2
  270. package/es5/plugins/keyboard/keyboard.css +1 -1
  271. package/es5/plugins/keyboard/keyboard.js +62 -62
  272. package/es5/plugins/keyboard/keyboard.min.js +2 -2
  273. package/es5/plugins/mobile-view/mobile-view.js +28 -28
  274. package/es5/plugins/mobile-view/mobile-view.min.js +2 -2
  275. package/es5/plugins/page-break/page-break.js +29 -29
  276. package/es5/plugins/page-break/page-break.min.js +2 -2
  277. package/es5/plugins/paste-code/paste-code.css +1 -1
  278. package/es5/plugins/paste-code/paste-code.js +55 -55
  279. package/es5/plugins/paste-code/paste-code.min.js +2 -2
  280. package/es5/plugins/paste-from-word/paste-from-word.js +1 -1
  281. package/es5/plugins/paste-from-word/paste-from-word.min.js +2 -2
  282. package/es5/plugins/show-blocks/show-blocks.js +28 -28
  283. package/es5/plugins/show-blocks/show-blocks.min.js +2 -2
  284. package/es5/plugins/todo-list/todo-list.css +1 -1
  285. package/es5/plugins/todo-list/todo-list.js +64 -64
  286. package/es5/plugins/todo-list/todo-list.min.js +2 -2
  287. package/es5/plugins/translate/translate.css +1 -1
  288. package/es5/plugins/translate/translate.js +77 -77
  289. package/es5/plugins/translate/translate.min.js +2 -2
  290. package/es5/plugins/tune-block/tune-block.css +1 -1
  291. package/es5/plugins/tune-block/tune-block.js +65 -65
  292. package/es5/plugins/tune-block/tune-block.min.js +2 -2
  293. package/esm/index.js +1 -1
  294. package/esm/jodit-pro.js +1 -1
  295. package/esm/plugins/autocomplete/autocomplete.js +1 -1
  296. package/esm/plugins/autocomplete/ui/autocomplete.js +1 -1
  297. package/esm/plugins/backup/backup.js +1 -1
  298. package/esm/plugins/backup/modules/store.js +1 -1
  299. package/esm/plugins/backup/ui/list.js +1 -1
  300. package/esm/plugins/button-generator/button-generator.js +1 -1
  301. package/esm/plugins/button-generator/ui/button/button.js +1 -1
  302. package/esm/plugins/button-generator/ui/form/form.js +1 -1
  303. package/esm/plugins/button-generator/ui/generator/button-generator.js +1 -1
  304. package/esm/plugins/button-generator/ui/preview/preview.js +1 -1
  305. package/esm/plugins/change-case/change-case.js +1 -1
  306. package/esm/plugins/color-picker/ui/input/color-input.js +1 -1
  307. package/esm/plugins/emoji/config.js +1 -1
  308. package/esm/plugins/emoji/emoji.js +1 -1
  309. package/esm/plugins/emoji/ui/emoji.js +1 -1
  310. package/esm/plugins/export-docs/export-docs.js +1 -1
  311. package/esm/plugins/finder/browser.js +1 -1
  312. package/esm/plugins/finder/finder.js +1 -1
  313. package/esm/plugins/finder/helpers/context-menu.js +1 -1
  314. package/esm/plugins/finder/helpers/helpers.js +1 -1
  315. package/esm/plugins/finder/helpers/loading-manager.js +1 -1
  316. package/esm/plugins/finder/helpers/persistent-store.js +1 -1
  317. package/esm/plugins/finder/helpers/state-manager.js +1 -1
  318. package/esm/plugins/finder/ui/folder/folder.js +1 -1
  319. package/esm/plugins/finder/ui/header/header.js +1 -1
  320. package/esm/plugins/finder/ui/item/item.js +1 -1
  321. package/esm/plugins/finder/ui/lightboox/lightbox.js +1 -1
  322. package/esm/plugins/finder/ui/panel/panel.js +1 -1
  323. package/esm/plugins/finder/ui/preview/preview.js +1 -1
  324. package/esm/plugins/finder/ui/progress/progress.js +1 -1
  325. package/esm/plugins/finder/ui/settings/settings.js +1 -1
  326. package/esm/plugins/finder/ui/source/source.js +1 -1
  327. package/esm/plugins/finder/ui/sources/sources.js +1 -1
  328. package/esm/plugins/finder/ui/tree/tree.js +1 -1
  329. package/esm/plugins/finder/ui/virtual-scroll/virtual-scroll.js +1 -1
  330. package/esm/plugins/google-maps/google-maps.js +1 -1
  331. package/esm/plugins/google-maps/helpers/generate-static-elements.js +1 -1
  332. package/esm/plugins/google-maps/helpers/helpers.js +1 -1
  333. package/esm/plugins/google-maps/ui/combo-box/combo-box.js +1 -1
  334. package/esm/plugins/google-maps/ui/editors/base.js +1 -1
  335. package/esm/plugins/google-maps/ui/editors/marker/marker.js +1 -1
  336. package/esm/plugins/google-maps/ui/map/map.js +1 -1
  337. package/esm/plugins/google-maps/ui/map/modules/init-or-update-element-from-state.js +1 -1
  338. package/esm/plugins/google-maps/ui/map/modules/open-props-dialog.js +1 -1
  339. package/esm/plugins/google-maps/ui/maps-controls/maps-controls.js +1 -1
  340. package/esm/plugins/google-maps/ui/wysiwyg/wysiwyg.js +1 -1
  341. package/esm/plugins/highlight-signature/highlight-signature.js +1 -1
  342. package/esm/plugins/iframe-editor/iframe-editor.js +1 -1
  343. package/esm/plugins/keyboard/keyboard.js +1 -1
  344. package/esm/plugins/keyboard/ui/keyboard/keyboard.js +1 -1
  345. package/esm/plugins/license/helpers/helpers.js +1 -1
  346. package/esm/plugins/license/license.js +1 -1
  347. package/esm/plugins/mobile-view/mobile-view.js +1 -1
  348. package/esm/plugins/page-break/page-break.js +1 -1
  349. package/esm/plugins/paste-code/paste-code.js +1 -1
  350. package/esm/plugins/paste-from-word/cases/clean-styles.js +1 -1
  351. package/esm/plugins/paste-from-word/cases/convert-style-unit-to-pixels.js +1 -1
  352. package/esm/plugins/paste-from-word/cases/convert-to-list.js +1 -1
  353. package/esm/plugins/paste-from-word/cases/process-image.js +1 -1
  354. package/esm/plugins/paste-from-word/element/checkers.js +1 -1
  355. package/esm/plugins/paste-from-word/element/element.js +1 -1
  356. package/esm/plugins/paste-from-word/element/render.js +1 -1
  357. package/esm/plugins/paste-from-word/element/style.js +1 -1
  358. package/esm/plugins/paste-from-word/helpers/apply-styles-pro.js +1 -1
  359. package/esm/plugins/paste-from-word/helpers/calc-list-levels.js +1 -1
  360. package/esm/plugins/paste-from-word/helpers/helpers.js +1 -1
  361. package/esm/plugins/paste-from-word/helpers/transform-word-to-html.js +1 -1
  362. package/esm/plugins/show-blocks/show-blocks.js +1 -1
  363. package/esm/plugins/todo-list/config.js +1 -1
  364. package/esm/plugins/todo-list/todo-list.js +1 -1
  365. package/esm/plugins/translate/providers/google/google.js +1 -1
  366. package/esm/plugins/translate/translate.js +1 -1
  367. package/esm/plugins/translate/ui/list/list.js +1 -1
  368. package/esm/plugins/tune-block/ui/tuner/tuner.js +1 -1
  369. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * jodit-pro - PRO Version of Jodit Editor
3
3
  * Author: Chupurnov Valeriy <chupurnov@gmail.com>
4
- * Version: v4.6.10
4
+ * Version: v4.6.13
5
5
  * Url: https://xdsoft.net/jodit/pro/
6
6
  * License(s): SEE LICENSE IN LICENSE.md
7
7
  */
@@ -74,15 +74,15 @@ __webpack_require__.r(__webpack_exports__);
74
74
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
75
75
  /* harmony export */ ExportDocs: function() { return /* binding */ ExportDocs; }
76
76
  /* harmony export */ });
77
- /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(31635);
78
- /* harmony import */ var _config__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(33711);
79
- /* harmony import */ var jodit_esm_core_dom__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(22732);
80
- /* harmony import */ var jodit_esm_core_helpers_utils_config_proto__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(68934);
81
- /* harmony import */ var jodit_esm_core_helpers_utils_print__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(11628);
82
- /* harmony import */ var jodit_esm_core_plugin__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(50911);
83
- /* harmony import */ var jodit_esm_core_request_ajax__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(54079);
84
- /* harmony import */ var jodit_esm_plugins_print_lib_generate_critical_css__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(14625);
85
- /* harmony import */ var jodit_pro_jodit_pro__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(34013);
77
+ /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(31635);
78
+ /* harmony import */ var _config__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(33711);
79
+ /* harmony import */ var jodit_esm_core_dom__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(22732);
80
+ /* harmony import */ var jodit_esm_core_helpers_utils_config_proto__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(68934);
81
+ /* harmony import */ var jodit_esm_core_helpers_utils_print__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(11628);
82
+ /* harmony import */ var jodit_esm_core_plugin__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(50911);
83
+ /* harmony import */ var jodit_esm_core_request_ajax__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(54079);
84
+ /* harmony import */ var jodit_esm_plugins_print_lib_generate_critical_css__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(14625);
85
+ /* harmony import */ var jodit_pro_jodit_pro__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(34013);
86
86
  /*!
87
87
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
88
88
  * See LICENSE.md in the project root for license information.
@@ -97,7 +97,7 @@ __webpack_require__.r(__webpack_exports__);
97
97
 
98
98
 
99
99
 
100
- class ExportDocs extends jodit_esm_core_plugin__WEBPACK_IMPORTED_MODULE_4__/* .Plugin */ .k {
100
+ class ExportDocs extends jodit_esm_core_plugin__WEBPACK_IMPORTED_MODULE_5__/* .Plugin */ .k {
101
101
  constructor() {
102
102
  super(...arguments);
103
103
  this.buttons = [
@@ -108,14 +108,14 @@ class ExportDocs extends jodit_esm_core_plugin__WEBPACK_IMPORTED_MODULE_4__/* .P
108
108
  ];
109
109
  }
110
110
  afterInit(jodit) {
111
- jodit.registerCommand('exportToPDF', () => (0,tslib__WEBPACK_IMPORTED_MODULE_8__/* .__awaiter */ .sH)(this, void 0, void 0, function* () {
111
+ jodit.registerCommand('exportToPDF', () => (0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__awaiter */ .sH)(this, void 0, void 0, function* () {
112
112
  var _a;
113
- const ajax = new jodit_esm_core_request_ajax__WEBPACK_IMPORTED_MODULE_5__/* .Ajax */ .d(Object.assign(Object.assign({}, ((_a = jodit.o.exportDocs.ajax) !== null && _a !== void 0 ? _a : jodit.o.filebrowser.ajax)), { method: 'POST', responseType: 'blob', onProgress(percent) {
113
+ const ajax = new jodit_esm_core_request_ajax__WEBPACK_IMPORTED_MODULE_6__/* .Ajax */ .d(Object.assign(Object.assign({}, ((_a = jodit.o.exportDocs.ajax) !== null && _a !== void 0 ? _a : jodit.o.filebrowser.ajax)), { method: 'POST', responseType: 'blob', onProgress(percent) {
114
114
  jodit.progressbar.show().progress(percent);
115
115
  }, data: {
116
116
  action: 'generatePdf',
117
117
  html: ExportDocs.getValue(jodit),
118
- options: (0,jodit_esm_core_helpers_utils_config_proto__WEBPACK_IMPORTED_MODULE_2__/* .ConfigDeepFlatten */ .pi)(jodit.o.exportDocs.pdf).options
118
+ options: (0,jodit_esm_core_helpers_utils_config_proto__WEBPACK_IMPORTED_MODULE_3__/* .ConfigDeepFlatten */ .pi)(jodit.o.exportDocs.pdf).options
119
119
  } }));
120
120
  jodit.e.on('beforeDestruct', ajax.destruct);
121
121
  try {
@@ -126,7 +126,7 @@ class ExportDocs extends jodit_esm_core_plugin__WEBPACK_IMPORTED_MODULE_4__/* .P
126
126
  link.href = URL.createObjectURL(buffer);
127
127
  link.download = filename;
128
128
  link.click();
129
- jodit_esm_core_dom__WEBPACK_IMPORTED_MODULE_1__/* .Dom */ .J.safeRemove(link);
129
+ jodit_esm_core_dom__WEBPACK_IMPORTED_MODULE_2__/* .Dom */ .J.safeRemove(link);
130
130
  URL.revokeObjectURL(link.href);
131
131
  }
132
132
  catch (e) {
@@ -140,7 +140,7 @@ class ExportDocs extends jodit_esm_core_plugin__WEBPACK_IMPORTED_MODULE_4__/* .P
140
140
  }));
141
141
  }
142
142
  static getValue(jodit) {
143
- const [div] = (0,jodit_esm_core_helpers_utils_print__WEBPACK_IMPORTED_MODULE_3__/* .previewBox */ .u)(jodit);
143
+ const [div] = (0,jodit_esm_core_helpers_utils_print__WEBPACK_IMPORTED_MODULE_4__/* .previewBox */ .u)(jodit);
144
144
  const html = [];
145
145
  jodit.o.exportDocs.pdf.externalFonts.forEach((font) => {
146
146
  if (/^</.test(font)) {
@@ -150,7 +150,7 @@ class ExportDocs extends jodit_esm_core_plugin__WEBPACK_IMPORTED_MODULE_4__/* .P
150
150
  html.push(`<link rel="stylesheet" href="${font}">`);
151
151
  }
152
152
  });
153
- html.push(`<style>${(0,jodit_esm_plugins_print_lib_generate_critical_css__WEBPACK_IMPORTED_MODULE_6__/* .generateCriticalCSS */ .Y)(jodit)}</style>`);
153
+ html.push(`<style>${(0,jodit_esm_plugins_print_lib_generate_critical_css__WEBPACK_IMPORTED_MODULE_7__/* .generateCriticalCSS */ .Y)(jodit)}</style>`);
154
154
  html.push(`<style>${jodit.o.exportDocs.css}</style>`);
155
155
  html.push(div.innerHTML);
156
156
  return html.join('\n');
@@ -158,7 +158,7 @@ class ExportDocs extends jodit_esm_core_plugin__WEBPACK_IMPORTED_MODULE_4__/* .P
158
158
  beforeDestruct() { }
159
159
  }
160
160
  ExportDocs.requires = ['license'];
161
- jodit_pro_jodit_pro__WEBPACK_IMPORTED_MODULE_7__/* .JoditPro */ .A.plugins.add('exportDocs', ExportDocs);
161
+ jodit_pro_jodit_pro__WEBPACK_IMPORTED_MODULE_8__/* .JoditPro */ .A.plugins.add('exportDocs', ExportDocs);
162
162
 
163
163
 
164
164
  /***/ })
@@ -1,10 +1,10 @@
1
1
  /*!
2
2
  * jodit-pro - PRO Version of Jodit Editor
3
3
  * Author: Chupurnov Valeriy <chupurnov@gmail.com>
4
- * Version: v4.6.10
4
+ * Version: v4.6.13
5
5
  * Url: https://xdsoft.net/jodit/pro/
6
6
  * License(s): SEE LICENSE IN LICENSE.md
7
7
  */
8
8
 
9
9
 
10
- !function(e,o){if("object"==typeof exports&&"object"==typeof module)module.exports=o();else if("function"==typeof define&&define.amd)define([],o);else{var t=o();for(var s in t)("object"==typeof exports?exports:e)[s]=t[s]}}(self,(function(){return(self.webpackChunkjodit_pro=self.webpackChunkjodit_pro||[]).push([[210],{33711:function(e,o,t){"use strict";var s=t(53121),r=t.n(s),n=t(6441),a=t(2748);n.T.prototype.exportDocs={css:"",pdf:{externalFonts:[],allow:!0,options:{defaultFont:"courier",format:"A4",page_orientation:"portrait"}}},n.T.prototype.controls.exportDocs={tooltip:"Export",isDisabled:e=>a.J.isEmptyContent(e.editor),icon:r(),list:{exportToPdf:"Export to PDF"},command:"exportToPDF"}},53121:function(e){e.exports='<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> <path d="M19,21H5a2,2,0,0,1-2-2V17a1,1,0,0,1,2,0v2H19V17a1,1,0,0,1,2,0v2A2,2,0,0,1,19,21Z"/> <path d="M18,5H6A1,1,0,0,1,6,3H18a1,1,0,0,1,0,2Z"/> <path d="M15.71,10.29l-3-3a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-3,3a1,1,0,0,0-.21,1.09A1,1,0,0,0,9,12h2v3a1,1,0,0,0,2,0V12h2a1,1,0,0,0,.92-.62A1,1,0,0,0,15.71,10.29Z"/> </svg>'},92831:function(e,o,t){"use strict";t.r(o),t.d(o,{ExportDocs:function(){return d}});var s=t(31635),r=(t(33711),t(22732)),n=t(68934),a=t(11628),p=t(50911),i=t(54079),c=t(14625),l=t(34013);class d extends p.k{constructor(){super(...arguments),this.buttons=[{name:"exportDocs",group:"media"}]}afterInit(e){e.registerCommand("exportToPDF",(()=>(0,s.sH)(this,void 0,void 0,(function*(){var o;const t=new i.d(Object.assign(Object.assign({},null!==(o=e.o.exportDocs.ajax)&&void 0!==o?o:e.o.filebrowser.ajax),{method:"POST",responseType:"blob",onProgress(o){e.progressbar.show().progress(o)},data:{action:"generatePdf",html:d.getValue(e),options:(0,n.pi)(e.o.exportDocs.pdf).options}}));e.e.on("beforeDestruct",t.destruct);try{const e=yield t.send(),o=yield e.blob(),s=this.j.create.a(),n="document.pdf";s.href=URL.createObjectURL(o),s.download=n,s.click(),r.J.safeRemove(s),URL.revokeObjectURL(s.href)}catch(o){o.message&&e.alert(o.message)}finally{e.progressbar.progress(100),yield e.async.delay(200),e.progressbar.hide()}}))))}static getValue(e){const[o]=(0,a.u)(e),t=[];return e.o.exportDocs.pdf.externalFonts.forEach((e=>{/^</.test(e)?t.push(e):t.push(`<link rel="stylesheet" href="${e}">`)})),t.push(`<style>${(0,c.Y)(e)}</style>`),t.push(`<style>${e.o.exportDocs.css}</style>`),t.push(o.innerHTML),t.join("\n")}beforeDestruct(){}}d.requires=["license"],l.A.plugins.add("exportDocs",d)}},function(e){return e(e.s=92831)}])}));
10
+ !function(e,o){if("object"==typeof exports&&"object"==typeof module)module.exports=o();else if("function"==typeof define&&define.amd)define([],o);else{var t=o();for(var s in t)("object"==typeof exports?exports:e)[s]=t[s]}}(self,function(){return(self.webpackChunkjodit_pro=self.webpackChunkjodit_pro||[]).push([[210],{33711:function(e,o,t){"use strict";var s=t(53121),r=t.n(s),n=t(6441),a=t(2748);n.T.prototype.exportDocs={css:"",pdf:{externalFonts:[],allow:!0,options:{defaultFont:"courier",format:"A4",page_orientation:"portrait"}}},n.T.prototype.controls.exportDocs={tooltip:"Export",isDisabled:e=>a.J.isEmptyContent(e.editor),icon:r(),list:{exportToPdf:"Export to PDF"},command:"exportToPDF"}},53121:function(e){e.exports='<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> <path d="M19,21H5a2,2,0,0,1-2-2V17a1,1,0,0,1,2,0v2H19V17a1,1,0,0,1,2,0v2A2,2,0,0,1,19,21Z"/> <path d="M18,5H6A1,1,0,0,1,6,3H18a1,1,0,0,1,0,2Z"/> <path d="M15.71,10.29l-3-3a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-3,3a1,1,0,0,0-.21,1.09A1,1,0,0,0,9,12h2v3a1,1,0,0,0,2,0V12h2a1,1,0,0,0,.92-.62A1,1,0,0,0,15.71,10.29Z"/> </svg>'},92831:function(e,o,t){"use strict";t.r(o),t.d(o,{ExportDocs:function(){return d}});var s=t(31635),r=(t(33711),t(22732)),n=t(68934),a=t(11628),p=t(50911),i=t(54079),c=t(14625),l=t(34013);class d extends p.k{constructor(){super(...arguments),this.buttons=[{name:"exportDocs",group:"media"}]}afterInit(e){e.registerCommand("exportToPDF",()=>(0,s.sH)(this,void 0,void 0,function*(){var o;const t=new i.d(Object.assign(Object.assign({},null!==(o=e.o.exportDocs.ajax)&&void 0!==o?o:e.o.filebrowser.ajax),{method:"POST",responseType:"blob",onProgress(o){e.progressbar.show().progress(o)},data:{action:"generatePdf",html:d.getValue(e),options:(0,n.pi)(e.o.exportDocs.pdf).options}}));e.e.on("beforeDestruct",t.destruct);try{const e=yield t.send(),o=yield e.blob(),s=this.j.create.a(),n="document.pdf";s.href=URL.createObjectURL(o),s.download=n,s.click(),r.J.safeRemove(s),URL.revokeObjectURL(s.href)}catch(o){o.message&&e.alert(o.message)}finally{e.progressbar.progress(100),yield e.async.delay(200),e.progressbar.hide()}}))}static getValue(e){const[o]=(0,a.u)(e),t=[];return e.o.exportDocs.pdf.externalFonts.forEach(e=>{/^</.test(e)?t.push(e):t.push(`<link rel="stylesheet" href="${e}">`)}),t.push(`<style>${(0,c.Y)(e)}</style>`),t.push(`<style>${e.o.exportDocs.css}</style>`),t.push(o.innerHTML),t.join("\n")}beforeDestruct(){}}d.requires=["license"],l.A.plugins.add("exportDocs",d)}},function(e){return e(e.s=92831)}])});
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * jodit-pro - PRO Version of Jodit Editor
3
3
  * Author: Chupurnov Valeriy <chupurnov@gmail.com>
4
- * Version: v4.6.10
4
+ * Version: v4.6.13
5
5
  * Url: https://xdsoft.net/jodit/pro/
6
6
  * License(s): SEE LICENSE IN LICENSE.md
7
7
  */