jodit-pro 2.0.0-beta.12 → 2.0.0-beta.21

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 (844) hide show
  1. package/es2015/jodit.css +19 -1
  2. package/es2015/jodit.fat.min.css +1 -1
  3. package/es2015/jodit.fat.min.js +2 -2
  4. package/es2015/jodit.js +2121 -105
  5. package/es2015/jodit.min.css +1 -1
  6. package/es2015/jodit.min.js +2 -2
  7. package/es2015/plugins/autocomplete/autocomplete.js +2 -448
  8. package/es2015/plugins/autocomplete/autocomplete.min.js +2 -2
  9. package/es2015/plugins/backup/backup.css +1 -1
  10. package/es2015/plugins/backup/backup.js +24 -19
  11. package/es2015/plugins/backup/backup.min.js +2 -2
  12. package/es2015/plugins/button-generator/button-generator.css +1 -1
  13. package/es2015/plugins/button-generator/button-generator.js +55 -46
  14. package/es2015/plugins/button-generator/button-generator.min.js +2 -2
  15. package/es2015/plugins/change-case/change-case.js +10 -7
  16. package/es2015/plugins/change-case/change-case.min.js +2 -2
  17. package/es2015/plugins/color-picker/color-picker.css +1 -1
  18. package/es2015/plugins/color-picker/color-picker.js +10 -8
  19. package/es2015/plugins/color-picker/color-picker.min.js +2 -2
  20. package/es2015/plugins/emoji/emoji.css +1 -1
  21. package/es2015/plugins/emoji/emoji.js +20 -15
  22. package/es2015/plugins/emoji/emoji.min.js +2 -2
  23. package/es2015/plugins/export-docs/export-docs.js +9 -6
  24. package/es2015/plugins/export-docs/export-docs.min.js +2 -2
  25. package/es2015/plugins/finder/finder.css +6 -6
  26. package/es2015/plugins/finder/finder.js +215 -199
  27. package/es2015/plugins/finder/finder.min.css +1 -1
  28. package/es2015/plugins/finder/finder.min.js +2 -2
  29. package/es2015/plugins/google-maps/google-maps.css +1 -1
  30. package/es2015/plugins/google-maps/google-maps.js +149 -116
  31. package/es2015/plugins/google-maps/google-maps.min.js +2 -2
  32. package/es2015/plugins/google-search/google-search.js +7 -4
  33. package/es2015/plugins/google-search/google-search.min.js +2 -2
  34. package/es2015/plugins/highlight-signature/highlight-signature.js +9 -9
  35. package/es2015/plugins/highlight-signature/highlight-signature.min.js +2 -2
  36. package/es2015/plugins/iframe-editor/iframe-editor.css +1 -1
  37. package/es2015/plugins/iframe-editor/iframe-editor.js +17 -14
  38. package/es2015/plugins/iframe-editor/iframe-editor.min.js +2 -2
  39. package/es2015/plugins/keyboard/keyboard.css +1 -1
  40. package/es2015/plugins/keyboard/keyboard.js +36 -19
  41. package/es2015/plugins/keyboard/keyboard.min.js +2 -2
  42. package/es2015/plugins/mobile-view/mobile-view.js +13 -10
  43. package/es2015/plugins/mobile-view/mobile-view.min.js +2 -2
  44. package/es2015/plugins/page-break/page-break.js +9 -6
  45. package/es2015/plugins/page-break/page-break.min.js +2 -2
  46. package/es2015/plugins/paste-code/paste-code.css +1 -1
  47. package/es2015/plugins/paste-code/paste-code.js +9 -6
  48. package/es2015/plugins/paste-code/paste-code.min.js +2 -2
  49. package/es2015/plugins/paste-from-word/paste-from-word.js +2 -1516
  50. package/es2015/plugins/paste-from-word/paste-from-word.min.js +2 -2
  51. package/es2015/plugins/show-blocks/show-blocks.js +15 -10
  52. package/es2015/plugins/show-blocks/show-blocks.min.js +2 -2
  53. package/es2015/plugins/todo-list/todo-list.css +1 -1
  54. package/es2015/plugins/todo-list/todo-list.js +7 -4
  55. package/es2015/plugins/todo-list/todo-list.min.js +2 -2
  56. package/es2015/plugins/translate/translate.css +1 -1
  57. package/es2015/plugins/translate/translate.js +16 -10
  58. package/es2015/plugins/translate/translate.min.js +2 -2
  59. package/es2015/plugins/tune-block/tune-block.css +1 -1
  60. package/es2015/plugins/tune-block/tune-block.js +3 -3
  61. package/es2015/plugins/tune-block/tune-block.min.js +2 -2
  62. package/es2018/jodit.css +19 -1
  63. package/es2018/jodit.fat.min.css +1 -1
  64. package/es2018/jodit.fat.min.js +2 -2
  65. package/es2018/jodit.js +2119 -105
  66. package/es2018/jodit.min.css +1 -1
  67. package/es2018/jodit.min.js +2 -2
  68. package/es2018/plugins/autocomplete/autocomplete.js +2 -446
  69. package/es2018/plugins/autocomplete/autocomplete.min.js +2 -2
  70. package/es2018/plugins/backup/backup.css +1 -1
  71. package/es2018/plugins/backup/backup.js +24 -19
  72. package/es2018/plugins/backup/backup.min.js +2 -2
  73. package/es2018/plugins/button-generator/button-generator.css +1 -1
  74. package/es2018/plugins/button-generator/button-generator.js +55 -46
  75. package/es2018/plugins/button-generator/button-generator.min.js +2 -2
  76. package/es2018/plugins/change-case/change-case.js +10 -7
  77. package/es2018/plugins/change-case/change-case.min.js +2 -2
  78. package/es2018/plugins/color-picker/color-picker.css +1 -1
  79. package/es2018/plugins/color-picker/color-picker.js +10 -8
  80. package/es2018/plugins/color-picker/color-picker.min.js +2 -2
  81. package/es2018/plugins/emoji/emoji.css +1 -1
  82. package/es2018/plugins/emoji/emoji.js +20 -15
  83. package/es2018/plugins/emoji/emoji.min.js +2 -2
  84. package/es2018/plugins/export-docs/export-docs.js +9 -6
  85. package/es2018/plugins/export-docs/export-docs.min.js +2 -2
  86. package/es2018/plugins/finder/finder.css +6 -6
  87. package/es2018/plugins/finder/finder.js +214 -198
  88. package/es2018/plugins/finder/finder.min.css +1 -1
  89. package/es2018/plugins/finder/finder.min.js +2 -2
  90. package/es2018/plugins/google-maps/google-maps.css +1 -1
  91. package/es2018/plugins/google-maps/google-maps.js +131 -98
  92. package/es2018/plugins/google-maps/google-maps.min.js +2 -2
  93. package/es2018/plugins/google-search/google-search.js +7 -4
  94. package/es2018/plugins/google-search/google-search.min.js +2 -2
  95. package/es2018/plugins/highlight-signature/highlight-signature.js +9 -9
  96. package/es2018/plugins/highlight-signature/highlight-signature.min.js +2 -2
  97. package/es2018/plugins/iframe-editor/iframe-editor.css +1 -1
  98. package/es2018/plugins/iframe-editor/iframe-editor.js +17 -14
  99. package/es2018/plugins/iframe-editor/iframe-editor.min.js +2 -2
  100. package/es2018/plugins/keyboard/keyboard.css +1 -1
  101. package/es2018/plugins/keyboard/keyboard.js +36 -19
  102. package/es2018/plugins/keyboard/keyboard.min.js +2 -2
  103. package/es2018/plugins/mobile-view/mobile-view.js +13 -10
  104. package/es2018/plugins/mobile-view/mobile-view.min.js +2 -2
  105. package/es2018/plugins/page-break/page-break.js +9 -6
  106. package/es2018/plugins/page-break/page-break.min.js +2 -2
  107. package/es2018/plugins/paste-code/paste-code.css +1 -1
  108. package/es2018/plugins/paste-code/paste-code.js +9 -6
  109. package/es2018/plugins/paste-code/paste-code.min.js +2 -2
  110. package/es2018/plugins/paste-from-word/paste-from-word.js +2 -1516
  111. package/es2018/plugins/paste-from-word/paste-from-word.min.js +2 -2
  112. package/es2018/plugins/show-blocks/show-blocks.js +15 -10
  113. package/es2018/plugins/show-blocks/show-blocks.min.js +2 -2
  114. package/es2018/plugins/todo-list/todo-list.css +1 -1
  115. package/es2018/plugins/todo-list/todo-list.js +7 -4
  116. package/es2018/plugins/todo-list/todo-list.min.js +2 -2
  117. package/es2018/plugins/translate/translate.css +1 -1
  118. package/es2018/plugins/translate/translate.js +16 -10
  119. package/es2018/plugins/translate/translate.min.js +2 -2
  120. package/es2018/plugins/tune-block/tune-block.css +1 -1
  121. package/es2018/plugins/tune-block/tune-block.js +3 -3
  122. package/es2018/plugins/tune-block/tune-block.min.js +2 -2
  123. package/es2021/jodit.css +19 -1
  124. package/es2021/jodit.fat.min.css +1 -1
  125. package/es2021/jodit.fat.min.js +2 -2
  126. package/es2021/jodit.js +2098 -104
  127. package/es2021/jodit.min.css +1 -1
  128. package/es2021/jodit.min.js +2 -2
  129. package/es2021/plugins/autocomplete/autocomplete.js +2 -438
  130. package/es2021/plugins/autocomplete/autocomplete.min.js +2 -2
  131. package/es2021/plugins/backup/backup.css +1 -1
  132. package/es2021/plugins/backup/backup.js +24 -19
  133. package/es2021/plugins/backup/backup.min.js +2 -2
  134. package/es2021/plugins/button-generator/button-generator.css +1 -1
  135. package/es2021/plugins/button-generator/button-generator.js +55 -46
  136. package/es2021/plugins/button-generator/button-generator.min.js +2 -2
  137. package/es2021/plugins/change-case/change-case.js +10 -7
  138. package/es2021/plugins/change-case/change-case.min.js +2 -2
  139. package/es2021/plugins/color-picker/color-picker.css +1 -1
  140. package/es2021/plugins/color-picker/color-picker.js +10 -8
  141. package/es2021/plugins/color-picker/color-picker.min.js +2 -2
  142. package/es2021/plugins/emoji/emoji.css +1 -1
  143. package/es2021/plugins/emoji/emoji.js +20 -15
  144. package/es2021/plugins/emoji/emoji.min.js +2 -2
  145. package/es2021/plugins/export-docs/export-docs.js +9 -6
  146. package/es2021/plugins/export-docs/export-docs.min.js +2 -2
  147. package/es2021/plugins/finder/finder.css +6 -6
  148. package/es2021/plugins/finder/finder.js +214 -198
  149. package/es2021/plugins/finder/finder.min.css +1 -1
  150. package/es2021/plugins/finder/finder.min.js +2 -2
  151. package/es2021/plugins/google-maps/google-maps.css +1 -1
  152. package/es2021/plugins/google-maps/google-maps.js +131 -98
  153. package/es2021/plugins/google-maps/google-maps.min.js +2 -2
  154. package/es2021/plugins/google-search/google-search.js +7 -4
  155. package/es2021/plugins/google-search/google-search.min.js +2 -2
  156. package/es2021/plugins/highlight-signature/highlight-signature.js +9 -9
  157. package/es2021/plugins/highlight-signature/highlight-signature.min.js +2 -2
  158. package/es2021/plugins/iframe-editor/iframe-editor.css +1 -1
  159. package/es2021/plugins/iframe-editor/iframe-editor.js +17 -14
  160. package/es2021/plugins/iframe-editor/iframe-editor.min.js +2 -2
  161. package/es2021/plugins/keyboard/keyboard.css +1 -1
  162. package/es2021/plugins/keyboard/keyboard.js +36 -19
  163. package/es2021/plugins/keyboard/keyboard.min.js +2 -2
  164. package/es2021/plugins/mobile-view/mobile-view.js +13 -10
  165. package/es2021/plugins/mobile-view/mobile-view.min.js +2 -2
  166. package/es2021/plugins/page-break/page-break.js +9 -6
  167. package/es2021/plugins/page-break/page-break.min.js +2 -2
  168. package/es2021/plugins/paste-code/paste-code.css +1 -1
  169. package/es2021/plugins/paste-code/paste-code.js +9 -6
  170. package/es2021/plugins/paste-code/paste-code.min.js +2 -2
  171. package/es2021/plugins/paste-from-word/paste-from-word.js +2 -1503
  172. package/es2021/plugins/paste-from-word/paste-from-word.min.js +2 -2
  173. package/es2021/plugins/show-blocks/show-blocks.js +15 -10
  174. package/es2021/plugins/show-blocks/show-blocks.min.js +2 -2
  175. package/es2021/plugins/todo-list/todo-list.css +1 -1
  176. package/es2021/plugins/todo-list/todo-list.js +7 -4
  177. package/es2021/plugins/todo-list/todo-list.min.js +2 -2
  178. package/es2021/plugins/translate/translate.css +1 -1
  179. package/es2021/plugins/translate/translate.js +16 -10
  180. package/es2021/plugins/translate/translate.min.js +2 -2
  181. package/es2021/plugins/tune-block/tune-block.css +1 -1
  182. package/es2021/plugins/tune-block/tune-block.js +3 -3
  183. package/es2021/plugins/tune-block/tune-block.min.js +2 -2
  184. package/es2021.en/jodit.css +19 -1
  185. package/es2021.en/jodit.fat.min.css +1 -1
  186. package/es2021.en/jodit.fat.min.js +2 -2
  187. package/es2021.en/jodit.js +2098 -104
  188. package/es2021.en/jodit.min.css +1 -1
  189. package/es2021.en/jodit.min.js +2 -2
  190. package/es2021.en/plugins/autocomplete/autocomplete.js +2 -438
  191. package/es2021.en/plugins/autocomplete/autocomplete.min.js +2 -2
  192. package/es2021.en/plugins/backup/backup.css +1 -1
  193. package/es2021.en/plugins/backup/backup.js +24 -19
  194. package/es2021.en/plugins/backup/backup.min.js +2 -2
  195. package/es2021.en/plugins/button-generator/button-generator.css +1 -1
  196. package/es2021.en/plugins/button-generator/button-generator.js +55 -46
  197. package/es2021.en/plugins/button-generator/button-generator.min.js +2 -2
  198. package/es2021.en/plugins/change-case/change-case.js +10 -7
  199. package/es2021.en/plugins/change-case/change-case.min.js +2 -2
  200. package/es2021.en/plugins/color-picker/color-picker.css +1 -1
  201. package/es2021.en/plugins/color-picker/color-picker.js +10 -8
  202. package/es2021.en/plugins/color-picker/color-picker.min.js +2 -2
  203. package/es2021.en/plugins/emoji/emoji.css +1 -1
  204. package/es2021.en/plugins/emoji/emoji.js +20 -15
  205. package/es2021.en/plugins/emoji/emoji.min.js +2 -2
  206. package/es2021.en/plugins/export-docs/export-docs.js +9 -6
  207. package/es2021.en/plugins/export-docs/export-docs.min.js +2 -2
  208. package/es2021.en/plugins/finder/finder.css +6 -6
  209. package/es2021.en/plugins/finder/finder.js +214 -198
  210. package/es2021.en/plugins/finder/finder.min.css +1 -1
  211. package/es2021.en/plugins/finder/finder.min.js +2 -2
  212. package/es2021.en/plugins/google-maps/google-maps.css +1 -1
  213. package/es2021.en/plugins/google-maps/google-maps.js +131 -98
  214. package/es2021.en/plugins/google-maps/google-maps.min.js +2 -2
  215. package/es2021.en/plugins/google-search/google-search.js +7 -4
  216. package/es2021.en/plugins/google-search/google-search.min.js +2 -2
  217. package/es2021.en/plugins/highlight-signature/highlight-signature.js +9 -9
  218. package/es2021.en/plugins/highlight-signature/highlight-signature.min.js +2 -2
  219. package/es2021.en/plugins/iframe-editor/iframe-editor.css +1 -1
  220. package/es2021.en/plugins/iframe-editor/iframe-editor.js +17 -14
  221. package/es2021.en/plugins/iframe-editor/iframe-editor.min.js +2 -2
  222. package/es2021.en/plugins/keyboard/keyboard.css +1 -1
  223. package/es2021.en/plugins/keyboard/keyboard.js +36 -19
  224. package/es2021.en/plugins/keyboard/keyboard.min.js +2 -2
  225. package/es2021.en/plugins/mobile-view/mobile-view.js +13 -10
  226. package/es2021.en/plugins/mobile-view/mobile-view.min.js +2 -2
  227. package/es2021.en/plugins/page-break/page-break.js +9 -6
  228. package/es2021.en/plugins/page-break/page-break.min.js +2 -2
  229. package/es2021.en/plugins/paste-code/paste-code.css +1 -1
  230. package/es2021.en/plugins/paste-code/paste-code.js +9 -6
  231. package/es2021.en/plugins/paste-code/paste-code.min.js +2 -2
  232. package/es2021.en/plugins/paste-from-word/paste-from-word.js +2 -1503
  233. package/es2021.en/plugins/paste-from-word/paste-from-word.min.js +2 -2
  234. package/es2021.en/plugins/show-blocks/show-blocks.js +15 -10
  235. package/es2021.en/plugins/show-blocks/show-blocks.min.js +2 -2
  236. package/es2021.en/plugins/todo-list/todo-list.css +1 -1
  237. package/es2021.en/plugins/todo-list/todo-list.js +7 -4
  238. package/es2021.en/plugins/todo-list/todo-list.min.js +2 -2
  239. package/es2021.en/plugins/translate/translate.css +1 -1
  240. package/es2021.en/plugins/translate/translate.js +16 -10
  241. package/es2021.en/plugins/translate/translate.min.js +2 -2
  242. package/es2021.en/plugins/tune-block/tune-block.css +1 -1
  243. package/es2021.en/plugins/tune-block/tune-block.js +3 -3
  244. package/es2021.en/plugins/tune-block/tune-block.min.js +2 -2
  245. package/es5/jodit.css +30 -51
  246. package/es5/jodit.fat.min.css +1 -1
  247. package/es5/jodit.fat.min.js +2 -2
  248. package/es5/jodit.js +2320 -108
  249. package/es5/jodit.min.css +3 -3
  250. package/es5/jodit.min.js +2 -2
  251. package/es5/plugins/autocomplete/autocomplete.js +2 -511
  252. package/es5/plugins/autocomplete/autocomplete.min.js +2 -2
  253. package/es5/plugins/backup/backup.css +1 -1
  254. package/es5/plugins/backup/backup.js +26 -21
  255. package/es5/plugins/backup/backup.min.js +2 -2
  256. package/es5/plugins/button-generator/button-generator.css +1 -1
  257. package/es5/plugins/button-generator/button-generator.js +59 -50
  258. package/es5/plugins/button-generator/button-generator.min.js +2 -2
  259. package/es5/plugins/change-case/change-case.js +10 -7
  260. package/es5/plugins/change-case/change-case.min.js +2 -2
  261. package/es5/plugins/color-picker/color-picker.css +1 -1
  262. package/es5/plugins/color-picker/color-picker.js +11 -9
  263. package/es5/plugins/color-picker/color-picker.min.js +2 -2
  264. package/es5/plugins/emoji/emoji.css +1 -1
  265. package/es5/plugins/emoji/emoji.js +20 -15
  266. package/es5/plugins/emoji/emoji.min.js +2 -2
  267. package/es5/plugins/export-docs/export-docs.js +9 -6
  268. package/es5/plugins/export-docs/export-docs.min.js +2 -2
  269. package/es5/plugins/finder/finder.css +6 -6
  270. package/es5/plugins/finder/finder.js +238 -222
  271. package/es5/plugins/finder/finder.min.css +1 -1
  272. package/es5/plugins/finder/finder.min.js +2 -2
  273. package/es5/plugins/google-maps/google-maps.css +1 -1
  274. package/es5/plugins/google-maps/google-maps.js +164 -131
  275. package/es5/plugins/google-maps/google-maps.min.js +2 -2
  276. package/es5/plugins/google-search/google-search.js +9 -6
  277. package/es5/plugins/google-search/google-search.min.js +2 -2
  278. package/es5/plugins/highlight-signature/highlight-signature.js +9 -9
  279. package/es5/plugins/highlight-signature/highlight-signature.min.js +2 -2
  280. package/es5/plugins/iframe-editor/iframe-editor.css +1 -1
  281. package/es5/plugins/iframe-editor/iframe-editor.js +18 -15
  282. package/es5/plugins/iframe-editor/iframe-editor.min.js +2 -2
  283. package/es5/plugins/keyboard/keyboard.css +1 -1
  284. package/es5/plugins/keyboard/keyboard.js +37 -20
  285. package/es5/plugins/keyboard/keyboard.min.js +2 -2
  286. package/es5/plugins/mobile-view/mobile-view.js +13 -10
  287. package/es5/plugins/mobile-view/mobile-view.min.js +2 -2
  288. package/es5/plugins/page-break/page-break.js +9 -6
  289. package/es5/plugins/page-break/page-break.min.js +2 -2
  290. package/es5/plugins/paste-code/paste-code.css +1 -1
  291. package/es5/plugins/paste-code/paste-code.js +9 -6
  292. package/es5/plugins/paste-code/paste-code.min.js +2 -2
  293. package/es5/plugins/paste-from-word/paste-from-word.js +2 -1645
  294. package/es5/plugins/paste-from-word/paste-from-word.min.js +2 -2
  295. package/es5/plugins/show-blocks/show-blocks.js +16 -11
  296. package/es5/plugins/show-blocks/show-blocks.min.js +2 -2
  297. package/es5/plugins/todo-list/todo-list.css +1 -1
  298. package/es5/plugins/todo-list/todo-list.js +7 -4
  299. package/es5/plugins/todo-list/todo-list.min.js +2 -2
  300. package/es5/plugins/translate/translate.css +1 -1
  301. package/es5/plugins/translate/translate.js +17 -11
  302. package/es5/plugins/translate/translate.min.js +2 -2
  303. package/es5/plugins/tune-block/tune-block.css +1 -1
  304. package/es5/plugins/tune-block/tune-block.js +3 -3
  305. package/es5/plugins/tune-block/tune-block.min.js +2 -2
  306. package/esm/config.d.ts +11 -0
  307. package/esm/config.js +6 -0
  308. package/esm/core/ui/form/range/range.d.ts +23 -0
  309. package/esm/core/ui/form/range/range.js +6 -0
  310. package/esm/index.d.ts +7 -0
  311. package/esm/index.js +6 -0
  312. package/esm/jodit-pro.d.ts +14 -0
  313. package/esm/jodit-pro.js +6 -0
  314. package/esm/plugins/autocomplete/autocomplete.d.ts +40 -0
  315. package/esm/plugins/autocomplete/autocomplete.js +6 -0
  316. package/esm/plugins/autocomplete/helpers.d.ts +25 -0
  317. package/esm/plugins/autocomplete/helpers.js +6 -0
  318. package/esm/plugins/autocomplete/interface.d.ts +19 -0
  319. package/esm/plugins/autocomplete/interface.js +6 -0
  320. package/esm/plugins/autocomplete/ui/autocomplete.d.ts +20 -0
  321. package/esm/plugins/autocomplete/ui/autocomplete.js +6 -0
  322. package/esm/plugins/autocomplete/ui/item.d.ts +14 -0
  323. package/esm/plugins/autocomplete/ui/item.js +6 -0
  324. package/esm/plugins/backup/assets/restore.svg.js +1 -0
  325. package/esm/plugins/backup/backup.d.ts +29 -0
  326. package/esm/plugins/backup/backup.js +6 -0
  327. package/esm/plugins/backup/config.d.ts +18 -0
  328. package/esm/plugins/backup/config.js +6 -0
  329. package/esm/plugins/backup/interface.d.ts +14 -0
  330. package/esm/plugins/backup/interface.js +6 -0
  331. package/esm/plugins/backup/langs/index.d.ts +6 -0
  332. package/esm/plugins/backup/langs/index.js +6 -0
  333. package/esm/plugins/backup/modules/store.d.ts +15 -0
  334. package/esm/plugins/backup/modules/store.js +6 -0
  335. package/esm/plugins/backup/ui/box.d.ts +29 -0
  336. package/esm/plugins/backup/ui/box.js +6 -0
  337. package/esm/plugins/backup/ui/item.d.ts +17 -0
  338. package/esm/plugins/backup/ui/item.js +6 -0
  339. package/esm/plugins/backup/ui/list.d.ts +24 -0
  340. package/esm/plugins/backup/ui/list.js +6 -0
  341. package/esm/plugins/button-generator/assets/check.svg.js +1 -0
  342. package/esm/plugins/button-generator/assets/styles.json +1162 -0
  343. package/esm/plugins/button-generator/assets/styles.json.js +1 -0
  344. package/esm/plugins/button-generator/button-generator.d.ts +25 -0
  345. package/esm/plugins/button-generator/button-generator.js +1 -0
  346. package/esm/plugins/button-generator/config.d.ts +6 -0
  347. package/esm/plugins/button-generator/config.js +6 -0
  348. package/esm/plugins/button-generator/icon.svg.js +1 -0
  349. package/esm/plugins/button-generator/ui/button/button.d.ts +21 -0
  350. package/esm/plugins/button-generator/ui/button/button.js +7 -0
  351. package/esm/plugins/button-generator/ui/form/form.d.ts +20 -0
  352. package/esm/plugins/button-generator/ui/form/form.js +6 -0
  353. package/esm/plugins/button-generator/ui/generator/button-generator.d.ts +22 -0
  354. package/esm/plugins/button-generator/ui/generator/button-generator.js +6 -0
  355. package/esm/plugins/button-generator/ui/preview/preview.d.ts +22 -0
  356. package/esm/plugins/button-generator/ui/preview/preview.js +6 -0
  357. package/esm/plugins/change-case/change-case.d.ts +22 -0
  358. package/esm/plugins/change-case/change-case.js +6 -0
  359. package/esm/plugins/change-case/config.d.ts +6 -0
  360. package/esm/plugins/change-case/config.js +6 -0
  361. package/esm/plugins/change-case/icon.svg.js +1 -0
  362. package/esm/plugins/color-picker/color-picker.d.ts +18 -0
  363. package/esm/plugins/color-picker/color-picker.js +6 -0
  364. package/esm/plugins/color-picker/ui/input/color-input.d.ts +19 -0
  365. package/esm/plugins/color-picker/ui/input/color-input.js +6 -0
  366. package/esm/plugins/emoji/config.d.ts +10 -0
  367. package/esm/plugins/emoji/config.js +1 -0
  368. package/esm/plugins/emoji/emoji.d.ts +22 -0
  369. package/esm/plugins/emoji/emoji.js +6 -0
  370. package/esm/plugins/emoji/emoji.json +5667 -0
  371. package/esm/plugins/emoji/emoji.json.js +1 -0
  372. package/esm/plugins/emoji/emoji.svg.js +1 -0
  373. package/esm/plugins/emoji/interface.d.ts +24 -0
  374. package/esm/plugins/emoji/interface.js +6 -0
  375. package/esm/plugins/emoji/ui/emoji.d.ts +54 -0
  376. package/esm/plugins/emoji/ui/emoji.js +6 -0
  377. package/esm/plugins/export-docs/assets/export.svg.js +1 -0
  378. package/esm/plugins/export-docs/config.d.ts +21 -0
  379. package/esm/plugins/export-docs/config.js +6 -0
  380. package/esm/plugins/export-docs/export-docs.d.ts +18 -0
  381. package/esm/plugins/export-docs/export-docs.js +6 -0
  382. package/esm/plugins/finder/browser.d.ts +70 -0
  383. package/esm/plugins/finder/browser.js +6 -0
  384. package/esm/plugins/finder/config.d.ts +6 -0
  385. package/esm/plugins/finder/config.js +6 -0
  386. package/esm/plugins/finder/finder.d.ts +19 -0
  387. package/esm/plugins/finder/finder.js +6 -0
  388. package/esm/plugins/finder/helpers/context-menu.d.ts +19 -0
  389. package/esm/plugins/finder/helpers/context-menu.js +6 -0
  390. package/esm/plugins/finder/helpers/helpers.d.ts +6 -0
  391. package/esm/plugins/finder/helpers/helpers.js +6 -0
  392. package/esm/plugins/finder/helpers/history-manager.d.ts +24 -0
  393. package/esm/plugins/finder/helpers/history-manager.js +6 -0
  394. package/esm/plugins/finder/helpers/loading-manager.d.ts +25 -0
  395. package/esm/plugins/finder/helpers/loading-manager.js +6 -0
  396. package/esm/plugins/finder/helpers/persistent-store.d.ts +32 -0
  397. package/esm/plugins/finder/helpers/persistent-store.js +6 -0
  398. package/esm/plugins/finder/helpers/state-manager.d.ts +21 -0
  399. package/esm/plugins/finder/helpers/state-manager.js +6 -0
  400. package/esm/plugins/finder/langs/index.d.ts +7 -0
  401. package/esm/plugins/finder/langs/ru.d.ts +22 -0
  402. package/esm/plugins/finder/ui/assets/icons/heart.svg.js +1 -0
  403. package/esm/plugins/finder/ui/assets/icons/home.svg.js +1 -0
  404. package/esm/plugins/finder/ui/assets/icons/index.d.ts +1 -0
  405. package/esm/plugins/finder/ui/assets/icons/index.js +6 -0
  406. package/esm/plugins/finder/ui/assets/icons/new-folder.svg.js +1 -0
  407. package/esm/plugins/finder/ui/folder/folder.d.ts +18 -0
  408. package/esm/plugins/finder/ui/folder/folder.js +6 -0
  409. package/esm/plugins/finder/ui/header/header.d.ts +21 -0
  410. package/esm/plugins/finder/ui/header/header.js +6 -0
  411. package/esm/plugins/finder/ui/item/item.d.ts +24 -0
  412. package/esm/plugins/finder/ui/item/item.js +6 -0
  413. package/esm/plugins/finder/ui/lightboox/lightbox.d.ts +27 -0
  414. package/esm/plugins/finder/ui/lightboox/lightbox.js +6 -0
  415. package/esm/plugins/finder/ui/panel/panel.d.ts +60 -0
  416. package/esm/plugins/finder/ui/panel/panel.js +6 -0
  417. package/esm/plugins/finder/ui/preview/preview.d.ts +25 -0
  418. package/esm/plugins/finder/ui/preview/preview.js +6 -0
  419. package/esm/plugins/finder/ui/progress/progress.d.ts +19 -0
  420. package/esm/plugins/finder/ui/progress/progress.js +6 -0
  421. package/esm/plugins/finder/ui/settings/settings.d.ts +25 -0
  422. package/esm/plugins/finder/ui/settings/settings.js +6 -0
  423. package/esm/plugins/finder/ui/sidebar/sidebar.d.ts +27 -0
  424. package/esm/plugins/finder/ui/sidebar/sidebar.js +6 -0
  425. package/esm/plugins/finder/ui/source/source.d.ts +19 -0
  426. package/esm/plugins/finder/ui/source/source.js +6 -0
  427. package/esm/plugins/finder/ui/sources/sources.d.ts +15 -0
  428. package/esm/plugins/finder/ui/sources/sources.js +6 -0
  429. package/esm/plugins/finder/ui/statusbar/statusbar.d.ts +14 -0
  430. package/esm/plugins/finder/ui/statusbar/statusbar.js +6 -0
  431. package/esm/plugins/finder/ui/tree/tree.d.ts +16 -0
  432. package/esm/plugins/finder/ui/tree/tree.js +6 -0
  433. package/esm/plugins/finder/ui/virtual-scroll/virtual-scroll.d.ts +32 -0
  434. package/esm/plugins/finder/ui/virtual-scroll/virtual-scroll.js +6 -0
  435. package/esm/plugins/google-maps/assets/circle.svg.js +1 -0
  436. package/esm/plugins/google-maps/assets/hand.svg.js +1 -0
  437. package/esm/plugins/google-maps/assets/icon.svg.js +1 -0
  438. package/esm/plugins/google-maps/assets/index.d.ts +6 -0
  439. package/esm/plugins/google-maps/assets/index.js +6 -0
  440. package/esm/plugins/google-maps/assets/marker.svg.js +1 -0
  441. package/esm/plugins/google-maps/assets/polygon.svg.js +1 -0
  442. package/esm/plugins/google-maps/assets/polyline.svg.js +1 -0
  443. package/esm/plugins/google-maps/assets/text.svg.js +1 -0
  444. package/esm/plugins/google-maps/config.d.ts +45 -0
  445. package/esm/plugins/google-maps/config.js +6 -0
  446. package/esm/plugins/google-maps/google-maps.d.ts +29 -0
  447. package/esm/plugins/google-maps/google-maps.js +6 -0
  448. package/esm/plugins/google-maps/helpers/const.d.ts +7 -0
  449. package/esm/plugins/google-maps/helpers/const.js +6 -0
  450. package/esm/plugins/google-maps/helpers/generate-js-script.d.ts +8 -0
  451. package/esm/plugins/google-maps/helpers/generate-js-script.js +1 -0
  452. package/esm/plugins/google-maps/helpers/generate-static-elements.d.ts +7 -0
  453. package/esm/plugins/google-maps/helpers/generate-static-elements.js +6 -0
  454. package/esm/plugins/google-maps/helpers/helpers.d.ts +14 -0
  455. package/esm/plugins/google-maps/helpers/helpers.js +6 -0
  456. package/esm/plugins/google-maps/helpers/static-url.d.ts +7 -0
  457. package/esm/plugins/google-maps/helpers/static-url.js +6 -0
  458. package/esm/plugins/google-maps/ui/combo-box/combo-box.d.ts +12 -0
  459. package/esm/plugins/google-maps/ui/combo-box/combo-box.js +6 -0
  460. package/esm/plugins/google-maps/ui/editors/base.d.ts +15 -0
  461. package/esm/plugins/google-maps/ui/editors/base.js +6 -0
  462. package/esm/plugins/google-maps/ui/editors/index.d.ts +8 -0
  463. package/esm/plugins/google-maps/ui/editors/index.js +6 -0
  464. package/esm/plugins/google-maps/ui/editors/marker/marker.d.ts +10 -0
  465. package/esm/plugins/google-maps/ui/editors/marker/marker.js +6 -0
  466. package/esm/plugins/google-maps/ui/editors/polygon/polygon.d.ts +10 -0
  467. package/esm/plugins/google-maps/ui/editors/polygon/polygon.js +6 -0
  468. package/esm/plugins/google-maps/ui/editors/polyline/polyline.d.ts +10 -0
  469. package/esm/plugins/google-maps/ui/editors/polyline/polyline.js +6 -0
  470. package/esm/plugins/google-maps/ui/index.d.ts +10 -0
  471. package/esm/plugins/google-maps/ui/index.js +6 -0
  472. package/esm/plugins/google-maps/ui/map/map.d.ts +39 -0
  473. package/esm/plugins/google-maps/ui/map/map.js +6 -0
  474. package/esm/plugins/google-maps/ui/map/modules/add-new-in-state.d.ts +8 -0
  475. package/esm/plugins/google-maps/ui/map/modules/add-new-in-state.js +6 -0
  476. package/esm/plugins/google-maps/ui/map/modules/index.d.ts +10 -0
  477. package/esm/plugins/google-maps/ui/map/modules/index.js +6 -0
  478. package/esm/plugins/google-maps/ui/map/modules/init-or-update-element-from-state.d.ts +8 -0
  479. package/esm/plugins/google-maps/ui/map/modules/init-or-update-element-from-state.js +6 -0
  480. package/esm/plugins/google-maps/ui/map/modules/on-change-geometries.d.ts +8 -0
  481. package/esm/plugins/google-maps/ui/map/modules/on-change-geometries.js +6 -0
  482. package/esm/plugins/google-maps/ui/map/modules/open-props-dialog.d.ts +8 -0
  483. package/esm/plugins/google-maps/ui/map/modules/open-props-dialog.js +6 -0
  484. package/esm/plugins/google-maps/ui/map/modules/remove-element.d.ts +8 -0
  485. package/esm/plugins/google-maps/ui/map/modules/remove-element.js +6 -0
  486. package/esm/plugins/google-maps/ui/map/modules/update-state-and-gme.d.ts +8 -0
  487. package/esm/plugins/google-maps/ui/map/modules/update-state-and-gme.js +6 -0
  488. package/esm/plugins/google-maps/ui/maps-controls/maps-controls.d.ts +14 -0
  489. package/esm/plugins/google-maps/ui/maps-controls/maps-controls.js +6 -0
  490. package/esm/plugins/google-maps/ui/maps-props/maps-props.d.ts +19 -0
  491. package/esm/plugins/google-maps/ui/maps-props/maps-props.js +6 -0
  492. package/esm/plugins/google-maps/ui/wysiwyg/wysiwyg.d.ts +13 -0
  493. package/esm/plugins/google-maps/ui/wysiwyg/wysiwyg.js +6 -0
  494. package/esm/plugins/google-search/google-search.d.ts +17 -0
  495. package/esm/plugins/google-search/google-search.js +6 -0
  496. package/esm/plugins/google-search/icon.svg.js +1 -0
  497. package/esm/plugins/highlight-signature/highlight-signature.d.ts +54 -0
  498. package/esm/plugins/highlight-signature/highlight-signature.js +6 -0
  499. package/esm/plugins/iframe-editor/config.d.ts +6 -0
  500. package/esm/plugins/iframe-editor/config.js +6 -0
  501. package/esm/plugins/iframe-editor/icon.svg.js +1 -0
  502. package/esm/plugins/iframe-editor/iframe-editor.d.ts +22 -0
  503. package/esm/plugins/iframe-editor/iframe-editor.js +6 -0
  504. package/esm/plugins/iframe-editor/interface.d.ts +15 -0
  505. package/esm/plugins/iframe-editor/interface.js +6 -0
  506. package/esm/plugins/iframe-editor/ui/iframe-editor/iframe-editor.d.ts +14 -0
  507. package/esm/plugins/iframe-editor/ui/iframe-editor/iframe-editor.js +6 -0
  508. package/esm/plugins/index.d.ts +8 -0
  509. package/esm/plugins/index.js +6 -0
  510. package/esm/plugins/keyboard/config.d.ts +23 -0
  511. package/esm/plugins/keyboard/config.js +1 -0
  512. package/esm/plugins/keyboard/icon.svg.js +1 -0
  513. package/esm/plugins/keyboard/interface.d.ts +13 -0
  514. package/esm/plugins/keyboard/interface.js +6 -0
  515. package/esm/plugins/keyboard/keyboard.d.ts +27 -0
  516. package/esm/plugins/keyboard/keyboard.js +1 -0
  517. package/esm/plugins/keyboard/ui/assets/backspace.svg.js +1 -0
  518. package/esm/plugins/keyboard/ui/assets/caps.svg.js +1 -0
  519. package/esm/plugins/keyboard/ui/assets/dots.svg.js +1 -0
  520. package/esm/plugins/keyboard/ui/assets/shift.svg.js +1 -0
  521. package/esm/plugins/keyboard/ui/assets/tab.svg.js +1 -0
  522. package/esm/plugins/keyboard/ui/keyboard/keyboard.d.ts +32 -0
  523. package/esm/plugins/keyboard/ui/keyboard/keyboard.js +6 -0
  524. package/esm/plugins/license/helpers/helpers.d.ts +14 -0
  525. package/esm/plugins/license/helpers/helpers.js +7 -0
  526. package/esm/plugins/license/license.d.ts +16 -0
  527. package/esm/plugins/license/license.js +6 -0
  528. package/esm/plugins/mobile-view/config.d.ts +14 -0
  529. package/esm/plugins/mobile-view/config.js +6 -0
  530. package/esm/plugins/mobile-view/icon.svg.js +1 -0
  531. package/esm/plugins/mobile-view/mobile-view.d.ts +6 -0
  532. package/esm/plugins/mobile-view/mobile-view.js +6 -0
  533. package/esm/plugins/page-break/assets/page-break.svg.js +1 -0
  534. package/esm/plugins/page-break/config.d.ts +13 -0
  535. package/esm/plugins/page-break/config.js +6 -0
  536. package/esm/plugins/page-break/page-break.css.d.ts +2 -0
  537. package/esm/plugins/page-break/page-break.css.js +6 -0
  538. package/esm/plugins/page-break/page-break.d.ts +23 -0
  539. package/esm/plugins/page-break/page-break.js +6 -0
  540. package/esm/plugins/paste-code/config.d.ts +36 -0
  541. package/esm/plugins/paste-code/config.js +6 -0
  542. package/esm/plugins/paste-code/icon.svg.js +1 -0
  543. package/esm/plugins/paste-code/paste-code.d.ts +30 -0
  544. package/esm/plugins/paste-code/paste-code.js +6 -0
  545. package/esm/plugins/paste-from-word/cases/clean-styles.d.ts +7 -0
  546. package/esm/plugins/paste-from-word/cases/clean-styles.js +6 -0
  547. package/esm/plugins/paste-from-word/cases/clear-attributes.d.ts +7 -0
  548. package/esm/plugins/paste-from-word/cases/clear-attributes.js +6 -0
  549. package/esm/plugins/paste-from-word/cases/clear-class-name.d.ts +7 -0
  550. package/esm/plugins/paste-from-word/cases/clear-class-name.js +6 -0
  551. package/esm/plugins/paste-from-word/cases/convert-style-unit-to-pixels.d.ts +7 -0
  552. package/esm/plugins/paste-from-word/cases/convert-style-unit-to-pixels.js +6 -0
  553. package/esm/plugins/paste-from-word/cases/convert-to-list.d.ts +11 -0
  554. package/esm/plugins/paste-from-word/cases/convert-to-list.js +6 -0
  555. package/esm/plugins/paste-from-word/cases/index.d.ts +7 -0
  556. package/esm/plugins/paste-from-word/cases/index.js +6 -0
  557. package/esm/plugins/paste-from-word/cases/mark-page-break.d.ts +7 -0
  558. package/esm/plugins/paste-from-word/cases/mark-page-break.js +6 -0
  559. package/esm/plugins/paste-from-word/cases/normalize-image-props.d.ts +7 -0
  560. package/esm/plugins/paste-from-word/cases/normalize-image-props.js +6 -0
  561. package/esm/plugins/paste-from-word/cases/process-image.d.ts +7 -0
  562. package/esm/plugins/paste-from-word/cases/process-image.js +6 -0
  563. package/esm/plugins/paste-from-word/cases/process-links.d.ts +7 -0
  564. package/esm/plugins/paste-from-word/cases/process-links.js +6 -0
  565. package/esm/plugins/paste-from-word/cases/remove-extra-tags.d.ts +7 -0
  566. package/esm/plugins/paste-from-word/cases/remove-extra-tags.js +6 -0
  567. package/esm/plugins/paste-from-word/cases/remove-inside-comment.d.ts +7 -0
  568. package/esm/plugins/paste-from-word/cases/remove-inside-comment.js +6 -0
  569. package/esm/plugins/paste-from-word/cases/replace-old-tags.d.ts +7 -0
  570. package/esm/plugins/paste-from-word/cases/replace-old-tags.js +6 -0
  571. package/esm/plugins/paste-from-word/cases/table.d.ts +7 -0
  572. package/esm/plugins/paste-from-word/cases/table.js +6 -0
  573. package/esm/plugins/paste-from-word/config.d.ts +24 -0
  574. package/esm/plugins/paste-from-word/config.js +6 -0
  575. package/esm/plugins/paste-from-word/constants.d.ts +20 -0
  576. package/esm/plugins/paste-from-word/constants.js +6 -0
  577. package/esm/plugins/paste-from-word/element/checkers.d.ts +14 -0
  578. package/esm/plugins/paste-from-word/element/checkers.js +6 -0
  579. package/esm/plugins/paste-from-word/element/element.d.ts +34 -0
  580. package/esm/plugins/paste-from-word/element/element.js +6 -0
  581. package/esm/plugins/paste-from-word/element/index.d.ts +8 -0
  582. package/esm/plugins/paste-from-word/element/index.js +6 -0
  583. package/esm/plugins/paste-from-word/element/render.d.ts +9 -0
  584. package/esm/plugins/paste-from-word/element/render.js +6 -0
  585. package/esm/plugins/paste-from-word/element/style.d.ts +20 -0
  586. package/esm/plugins/paste-from-word/element/style.js +6 -0
  587. package/esm/plugins/paste-from-word/helpers/apply-styles-pro.d.ts +7 -0
  588. package/esm/plugins/paste-from-word/helpers/apply-styles-pro.js +6 -0
  589. package/esm/plugins/paste-from-word/helpers/calc-list-levels.d.ts +7 -0
  590. package/esm/plugins/paste-from-word/helpers/calc-list-levels.js +6 -0
  591. package/esm/plugins/paste-from-word/helpers/helpers.d.ts +19 -0
  592. package/esm/plugins/paste-from-word/helpers/helpers.js +6 -0
  593. package/esm/plugins/paste-from-word/helpers/index.d.ts +9 -0
  594. package/esm/plugins/paste-from-word/helpers/index.js +6 -0
  595. package/esm/plugins/paste-from-word/helpers/transform-word-to-html.d.ts +8 -0
  596. package/esm/plugins/paste-from-word/helpers/transform-word-to-html.js +6 -0
  597. package/esm/plugins/paste-from-word/interface.d.ts +17 -0
  598. package/esm/plugins/paste-from-word/interface.js +6 -0
  599. package/esm/plugins/paste-from-word/paste-from-word.d.ts +14 -0
  600. package/esm/plugins/paste-from-word/paste-from-word.js +6 -0
  601. package/esm/plugins/show-blocks/config.d.ts +15 -0
  602. package/esm/plugins/show-blocks/config.js +6 -0
  603. package/esm/plugins/show-blocks/langs/ar.d.ts +4 -0
  604. package/esm/plugins/show-blocks/langs/cs_cz.d.ts +4 -0
  605. package/esm/plugins/show-blocks/langs/de.d.ts +4 -0
  606. package/esm/plugins/show-blocks/langs/es.d.ts +4 -0
  607. package/esm/plugins/show-blocks/langs/fa.d.ts +4 -0
  608. package/esm/plugins/show-blocks/langs/fr.d.ts +4 -0
  609. package/esm/plugins/show-blocks/langs/he.d.ts +4 -0
  610. package/esm/plugins/show-blocks/langs/hu.d.ts +4 -0
  611. package/esm/plugins/show-blocks/langs/id.d.ts +4 -0
  612. package/esm/plugins/show-blocks/langs/index.d.ts +25 -0
  613. package/esm/plugins/show-blocks/langs/index.js +6 -0
  614. package/esm/plugins/show-blocks/langs/it.d.ts +4 -0
  615. package/esm/plugins/show-blocks/langs/ja.d.ts +4 -0
  616. package/esm/plugins/show-blocks/langs/ko.d.ts +4 -0
  617. package/esm/plugins/show-blocks/langs/nl.d.ts +4 -0
  618. package/esm/plugins/show-blocks/langs/pl.d.ts +4 -0
  619. package/esm/plugins/show-blocks/langs/pt_br.d.ts +4 -0
  620. package/esm/plugins/show-blocks/langs/ru.d.ts +4 -0
  621. package/esm/plugins/show-blocks/langs/tr.d.ts +4 -0
  622. package/esm/plugins/show-blocks/langs/zh_cn.d.ts +4 -0
  623. package/esm/plugins/show-blocks/langs/zh_tw.d.ts +4 -0
  624. package/esm/plugins/show-blocks/show-blocks.d.ts +39 -0
  625. package/esm/plugins/show-blocks/show-blocks.js +6 -0
  626. package/esm/plugins/show-blocks/show-blocks.svg.js +1 -0
  627. package/esm/plugins/todo-list/assets/todo-list.svg.js +1 -0
  628. package/esm/plugins/todo-list/config.d.ts +15 -0
  629. package/esm/plugins/todo-list/config.js +6 -0
  630. package/esm/plugins/todo-list/todo-list.d.ts +41 -0
  631. package/esm/plugins/todo-list/todo-list.js +6 -0
  632. package/esm/plugins/translate/assets/swap.svg.js +1 -0
  633. package/esm/plugins/translate/assets/translate.svg.js +1 -0
  634. package/esm/plugins/translate/config.d.ts +20 -0
  635. package/esm/plugins/translate/config.js +6 -0
  636. package/esm/plugins/translate/interface.d.ts +50 -0
  637. package/esm/plugins/translate/interface.js +6 -0
  638. package/esm/plugins/translate/providers/google/google.d.ts +14 -0
  639. package/esm/plugins/translate/providers/google/google.js +6 -0
  640. package/esm/plugins/translate/providers/languages.d.ts +140 -0
  641. package/esm/plugins/translate/providers/languages.js +6 -0
  642. package/esm/plugins/translate/translate.d.ts +20 -0
  643. package/esm/plugins/translate/translate.js +6 -0
  644. package/esm/plugins/translate/ui/list/list.d.ts +34 -0
  645. package/esm/plugins/translate/ui/list/list.js +6 -0
  646. package/esm/plugins/translate/ui/settings/settings.d.ts +35 -0
  647. package/esm/plugins/translate/ui/settings/settings.js +6 -0
  648. package/esm/plugins/tune-block/config.d.ts +13 -0
  649. package/esm/plugins/tune-block/config.js +6 -0
  650. package/esm/plugins/tune-block/tune-block.d.ts +30 -0
  651. package/esm/plugins/tune-block/tune-block.js +6 -0
  652. package/esm/plugins/tune-block/ui/tuner/icon.svg.js +1 -0
  653. package/esm/plugins/tune-block/ui/tuner/tuner.d.ts +53 -0
  654. package/esm/plugins/tune-block/ui/tuner/tuner.js +6 -0
  655. package/esm/traits/resize/resize.d.ts +17 -0
  656. package/esm/traits/resize/resize.js +6 -0
  657. package/esm/traits/select-items/select-items.d.ts +16 -0
  658. package/esm/traits/select-items/select-items.js +6 -0
  659. package/esm/tsconfig.json +19 -0
  660. package/esm/types/view.d.ts +9 -0
  661. package/esm/typings.d.ts +5 -0
  662. package/package.json +3 -2
  663. package/types/config.d.ts +11 -0
  664. package/types/core/ui/form/range/range.d.ts +23 -0
  665. package/types/index.d.ts +7 -0
  666. package/types/jodit-pro.d.ts +14 -0
  667. package/types/plugins/autocomplete/autocomplete.d.ts +40 -0
  668. package/types/plugins/autocomplete/helpers.d.ts +25 -0
  669. package/types/plugins/autocomplete/interface.d.ts +19 -0
  670. package/types/plugins/autocomplete/ui/autocomplete.d.ts +20 -0
  671. package/types/plugins/autocomplete/ui/item.d.ts +14 -0
  672. package/types/plugins/backup/backup.d.ts +29 -0
  673. package/types/plugins/backup/config.d.ts +18 -0
  674. package/types/plugins/backup/interface.d.ts +14 -0
  675. package/types/plugins/backup/langs/index.d.ts +6 -0
  676. package/types/plugins/backup/modules/store.d.ts +15 -0
  677. package/types/plugins/backup/ui/box.d.ts +29 -0
  678. package/types/plugins/backup/ui/item.d.ts +17 -0
  679. package/types/plugins/backup/ui/list.d.ts +24 -0
  680. package/types/plugins/button-generator/button-generator.d.ts +25 -0
  681. package/types/plugins/button-generator/config.d.ts +6 -0
  682. package/types/plugins/button-generator/ui/button/button.d.ts +21 -0
  683. package/types/plugins/button-generator/ui/form/form.d.ts +20 -0
  684. package/types/plugins/button-generator/ui/generator/button-generator.d.ts +22 -0
  685. package/types/plugins/button-generator/ui/preview/preview.d.ts +22 -0
  686. package/types/plugins/change-case/change-case.d.ts +22 -0
  687. package/types/plugins/change-case/config.d.ts +6 -0
  688. package/types/plugins/color-picker/color-picker.d.ts +18 -0
  689. package/types/plugins/color-picker/ui/input/color-input.d.ts +19 -0
  690. package/types/plugins/emoji/config.d.ts +10 -0
  691. package/types/plugins/emoji/emoji.d.ts +22 -0
  692. package/types/plugins/emoji/interface.d.ts +24 -0
  693. package/types/plugins/emoji/ui/emoji.d.ts +54 -0
  694. package/types/plugins/export-docs/config.d.ts +21 -0
  695. package/types/plugins/export-docs/export-docs.d.ts +18 -0
  696. package/types/plugins/finder/browser.d.ts +70 -0
  697. package/types/plugins/finder/config.d.ts +6 -0
  698. package/types/plugins/finder/finder.d.ts +19 -0
  699. package/types/plugins/finder/helpers/context-menu.d.ts +19 -0
  700. package/types/plugins/finder/helpers/helpers.d.ts +6 -0
  701. package/types/plugins/finder/helpers/history-manager.d.ts +24 -0
  702. package/types/plugins/finder/helpers/loading-manager.d.ts +25 -0
  703. package/types/plugins/finder/helpers/persistent-store.d.ts +32 -0
  704. package/types/plugins/finder/helpers/state-manager.d.ts +21 -0
  705. package/types/plugins/finder/langs/index.d.ts +7 -0
  706. package/types/plugins/finder/langs/ru.d.ts +22 -0
  707. package/types/plugins/finder/ui/assets/icons/index.d.ts +1 -0
  708. package/types/plugins/finder/ui/folder/folder.d.ts +18 -0
  709. package/types/plugins/finder/ui/header/header.d.ts +21 -0
  710. package/types/plugins/finder/ui/item/item.d.ts +24 -0
  711. package/types/plugins/finder/ui/lightboox/lightbox.d.ts +27 -0
  712. package/types/plugins/finder/ui/panel/panel.d.ts +60 -0
  713. package/types/plugins/finder/ui/preview/preview.d.ts +25 -0
  714. package/types/plugins/finder/ui/progress/progress.d.ts +19 -0
  715. package/types/plugins/finder/ui/settings/settings.d.ts +25 -0
  716. package/types/plugins/finder/ui/sidebar/sidebar.d.ts +27 -0
  717. package/types/plugins/finder/ui/source/source.d.ts +19 -0
  718. package/types/plugins/finder/ui/sources/sources.d.ts +15 -0
  719. package/types/plugins/finder/ui/statusbar/statusbar.d.ts +14 -0
  720. package/types/plugins/finder/ui/tree/tree.d.ts +16 -0
  721. package/types/plugins/finder/ui/virtual-scroll/virtual-scroll.d.ts +32 -0
  722. package/types/plugins/google-maps/assets/index.d.ts +6 -0
  723. package/types/plugins/google-maps/config.d.ts +45 -0
  724. package/types/plugins/google-maps/google-maps.d.ts +29 -0
  725. package/types/plugins/google-maps/helpers/const.d.ts +7 -0
  726. package/types/plugins/google-maps/helpers/generate-js-script.d.ts +8 -0
  727. package/types/plugins/google-maps/helpers/generate-static-elements.d.ts +7 -0
  728. package/types/plugins/google-maps/helpers/helpers.d.ts +14 -0
  729. package/types/plugins/google-maps/helpers/static-url.d.ts +7 -0
  730. package/types/plugins/google-maps/ui/combo-box/combo-box.d.ts +12 -0
  731. package/types/plugins/google-maps/ui/editors/base.d.ts +15 -0
  732. package/types/plugins/google-maps/ui/editors/index.d.ts +8 -0
  733. package/types/plugins/google-maps/ui/editors/marker/marker.d.ts +10 -0
  734. package/types/plugins/google-maps/ui/editors/polygon/polygon.d.ts +10 -0
  735. package/types/plugins/google-maps/ui/editors/polyline/polyline.d.ts +10 -0
  736. package/types/plugins/google-maps/ui/index.d.ts +10 -0
  737. package/types/plugins/google-maps/ui/map/map.d.ts +39 -0
  738. package/types/plugins/google-maps/ui/map/modules/add-new-in-state.d.ts +8 -0
  739. package/types/plugins/google-maps/ui/map/modules/index.d.ts +10 -0
  740. package/types/plugins/google-maps/ui/map/modules/init-or-update-element-from-state.d.ts +8 -0
  741. package/types/plugins/google-maps/ui/map/modules/on-change-geometries.d.ts +8 -0
  742. package/types/plugins/google-maps/ui/map/modules/open-props-dialog.d.ts +8 -0
  743. package/types/plugins/google-maps/ui/map/modules/remove-element.d.ts +8 -0
  744. package/types/plugins/google-maps/ui/map/modules/update-state-and-gme.d.ts +8 -0
  745. package/types/plugins/google-maps/ui/maps-controls/maps-controls.d.ts +14 -0
  746. package/types/plugins/google-maps/ui/maps-props/maps-props.d.ts +19 -0
  747. package/types/plugins/google-maps/ui/wysiwyg/wysiwyg.d.ts +13 -0
  748. package/types/plugins/google-search/google-search.d.ts +17 -0
  749. package/types/plugins/highlight-signature/highlight-signature.d.ts +54 -0
  750. package/types/plugins/iframe-editor/config.d.ts +6 -0
  751. package/types/plugins/iframe-editor/iframe-editor.d.ts +22 -0
  752. package/types/plugins/iframe-editor/interface.d.ts +15 -0
  753. package/types/plugins/iframe-editor/ui/iframe-editor/iframe-editor.d.ts +14 -0
  754. package/types/plugins/index.d.ts +8 -0
  755. package/types/plugins/keyboard/config.d.ts +23 -0
  756. package/types/plugins/keyboard/interface.d.ts +13 -0
  757. package/types/plugins/keyboard/keyboard.d.ts +27 -0
  758. package/types/plugins/keyboard/ui/keyboard/keyboard.d.ts +32 -0
  759. package/types/plugins/license/helpers/helpers.d.ts +14 -0
  760. package/types/plugins/license/license.d.ts +16 -0
  761. package/types/plugins/mobile-view/config.d.ts +14 -0
  762. package/types/plugins/mobile-view/mobile-view.d.ts +6 -0
  763. package/types/plugins/page-break/config.d.ts +13 -0
  764. package/types/plugins/page-break/page-break.css.d.ts +2 -0
  765. package/types/plugins/page-break/page-break.d.ts +23 -0
  766. package/types/plugins/paste-code/config.d.ts +36 -0
  767. package/types/plugins/paste-code/paste-code.d.ts +30 -0
  768. package/types/plugins/paste-from-word/cases/clean-styles.d.ts +7 -0
  769. package/types/plugins/paste-from-word/cases/clear-attributes.d.ts +7 -0
  770. package/types/plugins/paste-from-word/cases/clear-class-name.d.ts +7 -0
  771. package/types/plugins/paste-from-word/cases/convert-style-unit-to-pixels.d.ts +7 -0
  772. package/types/plugins/paste-from-word/cases/convert-to-list.d.ts +11 -0
  773. package/types/plugins/paste-from-word/cases/index.d.ts +7 -0
  774. package/types/plugins/paste-from-word/cases/mark-page-break.d.ts +7 -0
  775. package/types/plugins/paste-from-word/cases/normalize-image-props.d.ts +7 -0
  776. package/types/plugins/paste-from-word/cases/process-image.d.ts +7 -0
  777. package/types/plugins/paste-from-word/cases/process-links.d.ts +7 -0
  778. package/types/plugins/paste-from-word/cases/remove-extra-tags.d.ts +7 -0
  779. package/types/plugins/paste-from-word/cases/remove-inside-comment.d.ts +7 -0
  780. package/types/plugins/paste-from-word/cases/replace-old-tags.d.ts +7 -0
  781. package/types/plugins/paste-from-word/cases/table.d.ts +7 -0
  782. package/types/plugins/paste-from-word/config.d.ts +24 -0
  783. package/types/plugins/paste-from-word/constants.d.ts +20 -0
  784. package/types/plugins/paste-from-word/element/checkers.d.ts +14 -0
  785. package/types/plugins/paste-from-word/element/element.d.ts +34 -0
  786. package/types/plugins/paste-from-word/element/index.d.ts +8 -0
  787. package/types/plugins/paste-from-word/element/render.d.ts +9 -0
  788. package/types/plugins/paste-from-word/element/style.d.ts +20 -0
  789. package/types/plugins/paste-from-word/helpers/apply-styles-pro.d.ts +7 -0
  790. package/types/plugins/paste-from-word/helpers/calc-list-levels.d.ts +7 -0
  791. package/types/plugins/paste-from-word/helpers/helpers.d.ts +19 -0
  792. package/types/plugins/paste-from-word/helpers/index.d.ts +9 -0
  793. package/types/plugins/paste-from-word/helpers/transform-word-to-html.d.ts +8 -0
  794. package/types/plugins/paste-from-word/interface.d.ts +17 -0
  795. package/types/plugins/paste-from-word/paste-from-word.d.ts +14 -0
  796. package/types/plugins/show-blocks/config.d.ts +15 -0
  797. package/types/plugins/show-blocks/langs/ar.d.ts +4 -0
  798. package/types/plugins/show-blocks/langs/cs_cz.d.ts +4 -0
  799. package/types/plugins/show-blocks/langs/de.d.ts +4 -0
  800. package/types/plugins/show-blocks/langs/es.d.ts +4 -0
  801. package/types/plugins/show-blocks/langs/fa.d.ts +4 -0
  802. package/types/plugins/show-blocks/langs/fr.d.ts +4 -0
  803. package/types/plugins/show-blocks/langs/he.d.ts +4 -0
  804. package/types/plugins/show-blocks/langs/hu.d.ts +4 -0
  805. package/types/plugins/show-blocks/langs/id.d.ts +4 -0
  806. package/types/plugins/show-blocks/langs/index.d.ts +25 -0
  807. package/types/plugins/show-blocks/langs/it.d.ts +4 -0
  808. package/types/plugins/show-blocks/langs/ja.d.ts +4 -0
  809. package/types/plugins/show-blocks/langs/ko.d.ts +4 -0
  810. package/types/plugins/show-blocks/langs/nl.d.ts +4 -0
  811. package/types/plugins/show-blocks/langs/pl.d.ts +4 -0
  812. package/types/plugins/show-blocks/langs/pt_br.d.ts +4 -0
  813. package/types/plugins/show-blocks/langs/ru.d.ts +4 -0
  814. package/types/plugins/show-blocks/langs/tr.d.ts +4 -0
  815. package/types/plugins/show-blocks/langs/zh_cn.d.ts +4 -0
  816. package/types/plugins/show-blocks/langs/zh_tw.d.ts +4 -0
  817. package/types/plugins/show-blocks/show-blocks.d.ts +39 -0
  818. package/types/plugins/todo-list/config.d.ts +15 -0
  819. package/types/plugins/todo-list/todo-list.d.ts +41 -0
  820. package/types/plugins/translate/config.d.ts +20 -0
  821. package/types/plugins/translate/interface.d.ts +50 -0
  822. package/types/plugins/translate/providers/google/google.d.ts +14 -0
  823. package/types/plugins/translate/providers/languages.d.ts +140 -0
  824. package/types/plugins/translate/translate.d.ts +20 -0
  825. package/types/plugins/translate/ui/list/list.d.ts +34 -0
  826. package/types/plugins/translate/ui/settings/settings.d.ts +35 -0
  827. package/types/plugins/tune-block/config.d.ts +13 -0
  828. package/types/plugins/tune-block/tune-block.d.ts +30 -0
  829. package/types/plugins/tune-block/ui/tuner/tuner.d.ts +53 -0
  830. package/types/traits/resize/resize.d.ts +17 -0
  831. package/types/traits/select-items/select-items.d.ts +16 -0
  832. package/types/tsconfig.json +19 -0
  833. package/types/types/view.d.ts +9 -0
  834. package/types/typings.d.ts +5 -0
  835. package/es2015/plugins/autocomplete/autocomplete.css +0 -26
  836. package/es2015/plugins/autocomplete/autocomplete.min.css +0 -1
  837. package/es2018/plugins/autocomplete/autocomplete.css +0 -26
  838. package/es2018/plugins/autocomplete/autocomplete.min.css +0 -1
  839. package/es2021/plugins/autocomplete/autocomplete.css +0 -26
  840. package/es2021/plugins/autocomplete/autocomplete.min.css +0 -1
  841. package/es2021.en/plugins/autocomplete/autocomplete.css +0 -26
  842. package/es2021.en/plugins/autocomplete/autocomplete.min.css +0 -1
  843. package/es5/plugins/autocomplete/autocomplete.css +0 -26
  844. package/es5/plugins/autocomplete/autocomplete.min.css +0 -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: v2.0.0-beta.12
4
+ * Version: v2.0.0-beta.21
5
5
  * Url: https://xdsoft.net/jodit/pro/
6
6
  * License(s): SEE LICENSE IN LICENSE.md
7
7
  */
@@ -72,25 +72,25 @@ module.exports = "<svg viewBox=\"0 0 252 252\" xmlns=\"http://www.w3.org/2000/sv
72
72
  /* harmony export */ });
73
73
  /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(97582);
74
74
  /* harmony import */ var _ui_assets_icons__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(68349);
75
- /* harmony import */ var jodit_modules__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(8079);
76
- /* harmony import */ var jodit_modules_dialog__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(2932);
77
- /* harmony import */ var _ui_panel_panel__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(96123);
78
- /* harmony import */ var jodit_core_helpers__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(95582);
79
- /* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(50526);
80
- /* harmony import */ var jodit_core_constants__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(11612);
81
- /* harmony import */ var _helpers_state_manager__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(83568);
82
- /* harmony import */ var _ui_header_header__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(65669);
83
- /* harmony import */ var jodit_modules_image_editor_image_editor__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(92803);
84
- /* harmony import */ var jodit_config__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(77628);
85
- /* harmony import */ var _ui_progress_progress__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(22840);
86
- /* harmony import */ var jodit_modules_file_browser_factories__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(3028);
87
- /* harmony import */ var jodit_core_traits__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(46567);
88
- /* harmony import */ var _helpers_persistent_store__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(93469);
89
- /* harmony import */ var _helpers_history_manager__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(9581);
90
- /* harmony import */ var _helpers_context_menu__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(63052);
75
+ /* harmony import */ var jodit_core_helpers__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(95582);
76
+ /* harmony import */ var jodit_modules__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(8079);
77
+ /* harmony import */ var jodit_modules_dialog__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(2932);
78
+ /* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(50526);
79
+ /* harmony import */ var jodit_core_constants__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(11612);
80
+ /* harmony import */ var jodit_modules_image_editor_image_editor__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(92803);
81
+ /* harmony import */ var jodit_modules_file_browser_factories__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(3028);
82
+ /* harmony import */ var jodit_core_traits__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(46567);
83
+ /* harmony import */ var jodit_config__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(77628);
84
+ /* harmony import */ var jodit_pro_jodit_pro__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(53852);
85
+ /* harmony import */ var jodit_pro_plugins_license_license__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(19564);
86
+ /* harmony import */ var _ui_panel_panel__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(96123);
87
+ /* harmony import */ var _helpers_state_manager__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(83568);
88
+ /* harmony import */ var _ui_header_header__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(65669);
89
+ /* harmony import */ var _ui_progress_progress__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(22840);
90
+ /* harmony import */ var _helpers_persistent_store__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(93469);
91
+ /* harmony import */ var _helpers_history_manager__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(9581);
92
+ /* harmony import */ var _helpers_context_menu__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(63052);
91
93
  /* harmony import */ var _helpers_helpers__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(70467);
92
- /* harmony import */ var _JoditPro__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(88292);
93
- /* harmony import */ var _license_license__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(19564);
94
94
  /* harmony import */ var _ui_lightboox_lightbox__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(41424);
95
95
  /* harmony import */ var _helpers_loading_manager__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(48086);
96
96
  /*!
@@ -122,7 +122,7 @@ module.exports = "<svg viewBox=\"0 0 252 252\" xmlns=\"http://www.w3.org/2000/sv
122
122
 
123
123
 
124
124
 
125
- let FileBrowserPro = class FileBrowserPro extends jodit_modules_dialog__WEBPACK_IMPORTED_MODULE_2__/* .Dialog */ .Vq {
125
+ let FileBrowserPro = class FileBrowserPro extends jodit_modules_dialog__WEBPACK_IMPORTED_MODULE_3__/* .Dialog */ .Vq {
126
126
  /** @override */
127
127
  className() {
128
128
  return 'FileBrowserPro';
@@ -137,31 +137,31 @@ let FileBrowserPro = class FileBrowserPro extends jodit_modules_dialog__WEBPACK_
137
137
  return super.unlock();
138
138
  }
139
139
  status(message, success = !(message instanceof Error)) {
140
- if ((0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_4__.isAbort)(message)) {
140
+ if ((0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_1__.isAbort)(message)) {
141
141
  return;
142
142
  }
143
- if (!jodit_core_constants__WEBPACK_IMPORTED_MODULE_6__.IS_PROD && !(0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_4__.isString)(message)) {
143
+ if (!jodit_core_constants__WEBPACK_IMPORTED_MODULE_5__.IS_PROD && !(0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_1__.isString)(message)) {
144
144
  console.error(message);
145
145
  }
146
- this.message.message((0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_4__.isString)(message) ? message : message.message, success ? 'success' : 'error', this.options.howLongShowMsg);
146
+ this.message.message((0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_1__.isString)(message) ? message : message.message, success ? 'success' : 'error', this.options.howLongShowMsg);
147
147
  }
148
148
  get progressbar() {
149
- return new _ui_progress_progress__WEBPACK_IMPORTED_MODULE_11__/* .UIProgress */ .u(this, this.stateManager.state);
149
+ return new _ui_progress_progress__WEBPACK_IMPORTED_MODULE_15__/* .UIProgress */ .u(this, this.stateManager.state);
150
150
  }
151
151
  constructor(options) {
152
- super((0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_4__.ConfigProto)(Object.assign(options || {}, {
152
+ super((0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_1__.ConfigProto)(Object.assign(options || {}, {
153
153
  resizable: true,
154
154
  draggable: true,
155
155
  toolbarButtons: (options === null || options === void 0 ? void 0 : options.toolbarButtons) ||
156
- jodit_config__WEBPACK_IMPORTED_MODULE_10__.Config.defaultOptions.filebrowser.buttons,
157
- buttons: _JoditPro__WEBPACK_IMPORTED_MODULE_17__/* .JoditPro.atom */ .y.atom([
156
+ jodit_config__WEBPACK_IMPORTED_MODULE_9__.Config.defaultOptions.filebrowser.buttons,
157
+ buttons: jodit_pro_jodit_pro__WEBPACK_IMPORTED_MODULE_10__/* .JoditPro.atom */ .y.atom([
158
158
  'filebrowser.settings',
159
159
  'fullsize',
160
160
  'dialog.close'
161
161
  ])
162
- }), jodit_config__WEBPACK_IMPORTED_MODULE_10__.Config.defaultOptions.filebrowser));
163
- this.dataProvider = (0,jodit_modules_file_browser_factories__WEBPACK_IMPORTED_MODULE_12__/* .makeDataProvider */ .S)(this, this.options);
164
- this.state = (0,jodit_modules__WEBPACK_IMPORTED_MODULE_1__.observable)({
162
+ }), jodit_config__WEBPACK_IMPORTED_MODULE_9__.Config.defaultOptions.filebrowser));
163
+ this.dataProvider = (0,jodit_modules_file_browser_factories__WEBPACK_IMPORTED_MODULE_7__/* .makeDataProvider */ .S)(this, this.options);
164
+ this.state = (0,jodit_modules__WEBPACK_IMPORTED_MODULE_2__.observable)({
165
165
  onSelectCallBack: null,
166
166
  theme: 'default',
167
167
  showSideBar: true,
@@ -189,16 +189,16 @@ let FileBrowserPro = class FileBrowserPro extends jodit_modules_dialog__WEBPACK_
189
189
  filterWord: '',
190
190
  onlyImages: false
191
191
  });
192
- this.persistent = new _helpers_persistent_store__WEBPACK_IMPORTED_MODULE_14__/* .PersistentStore */ .h(this, this.state);
192
+ this.persistent = new _helpers_persistent_store__WEBPACK_IMPORTED_MODULE_16__/* .PersistentStore */ .h(this, this.state);
193
193
  this.loadingManager = new _helpers_loading_manager__WEBPACK_IMPORTED_MODULE_20__/* .LoadingManager */ .l(this, this.state);
194
- this.stateManager = new _helpers_state_manager__WEBPACK_IMPORTED_MODULE_7__/* .StateManager */ .O(this.state);
195
- this.historyManager = new _helpers_history_manager__WEBPACK_IMPORTED_MODULE_15__/* .HistoryManager */ .E(this, this.state);
196
- this.contextMenuManager = new _helpers_context_menu__WEBPACK_IMPORTED_MODULE_16__/* .ContextMenuManager */ .z(this);
197
- this.header = new _ui_header_header__WEBPACK_IMPORTED_MODULE_8__/* .UIBrowserHeader */ .C(this, this.options, this.stateManager);
198
- this.panel = new _ui_panel_panel__WEBPACK_IMPORTED_MODULE_3__/* .UIBrowserPanel */ .G(this, this.stateManager);
194
+ this.stateManager = new _helpers_state_manager__WEBPACK_IMPORTED_MODULE_13__/* .StateManager */ .O(this.state);
195
+ this.historyManager = new _helpers_history_manager__WEBPACK_IMPORTED_MODULE_17__/* .HistoryManager */ .E(this, this.state);
196
+ this.contextMenuManager = new _helpers_context_menu__WEBPACK_IMPORTED_MODULE_18__/* .ContextMenuManager */ .z(this);
197
+ this.header = new _ui_header_header__WEBPACK_IMPORTED_MODULE_14__/* .UIBrowserHeader */ .C(this, this.options, this.stateManager);
198
+ this.panel = new _ui_panel_panel__WEBPACK_IMPORTED_MODULE_12__/* .UIBrowserPanel */ .G(this, this.stateManager);
199
199
  this.files = this.panel;
200
200
  this.tree = this.panel;
201
- _license_license__WEBPACK_IMPORTED_MODULE_18__/* .license.make */ .V.make(this);
201
+ jodit_pro_plugins_license_license__WEBPACK_IMPORTED_MODULE_11__/* .license.make */ .V.make(this);
202
202
  if (!this.persistent.theme && this.options.theme) {
203
203
  this.persistent.theme = this.options.theme;
204
204
  }
@@ -217,7 +217,7 @@ let FileBrowserPro = class FileBrowserPro extends jodit_modules_dialog__WEBPACK_
217
217
  });
218
218
  this.e.on('beforeClose', this.removeGlobalListeners);
219
219
  this.e.fire('afterInit');
220
- _JoditPro__WEBPACK_IMPORTED_MODULE_17__/* .JoditPro.prototype.afterInitHook.call */ .y.prototype.afterInitHook.call(this);
220
+ jodit_pro_jodit_pro__WEBPACK_IMPORTED_MODULE_10__/* .JoditPro.prototype.afterInitHook.call */ .y.prototype.afterInitHook.call(this);
221
221
  }
222
222
  /** @override */
223
223
  addDisclaimer(elm) {
@@ -235,7 +235,7 @@ let FileBrowserPro = class FileBrowserPro extends jodit_modules_dialog__WEBPACK_
235
235
  * Resize handler
236
236
  */
237
237
  onResizeWindow() {
238
- (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_4__.css)(this.dialog, {
238
+ (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_1__.css)(this.dialog, {
239
239
  maxWidth: screen.width,
240
240
  minHeight: Math.min(this.options.height, screen.height),
241
241
  minWidth: Math.min(this.options.width, screen.width)
@@ -272,24 +272,24 @@ let FileBrowserPro = class FileBrowserPro extends jodit_modules_dialog__WEBPACK_
272
272
  const { activeElement } = this.od;
273
273
  if (!this.state.activeElements.length ||
274
274
  !activeElement ||
275
- !jodit_modules__WEBPACK_IMPORTED_MODULE_1__.Dom.isOrContains(this.panel.items.container, activeElement)) {
275
+ !jodit_modules__WEBPACK_IMPORTED_MODULE_2__.Dom.isOrContains(this.panel.items.container, activeElement)) {
276
276
  return;
277
277
  }
278
278
  const elms = this.state.elements;
279
279
  switch (e.key) {
280
- case jodit_core_constants__WEBPACK_IMPORTED_MODULE_6__.KEY_ENTER: {
280
+ case jodit_core_constants__WEBPACK_IMPORTED_MODULE_5__.KEY_ENTER: {
281
281
  return this.onChooseItems();
282
282
  }
283
- case jodit_core_constants__WEBPACK_IMPORTED_MODULE_6__.KEY_DELETE: {
283
+ case jodit_core_constants__WEBPACK_IMPORTED_MODULE_5__.KEY_DELETE: {
284
284
  return this.onFileRemove();
285
285
  }
286
- case jodit_core_constants__WEBPACK_IMPORTED_MODULE_6__.KEY_RIGHT:
287
- case jodit_core_constants__WEBPACK_IMPORTED_MODULE_6__.KEY_LEFT:
288
- case jodit_core_constants__WEBPACK_IMPORTED_MODULE_6__.KEY_DOWN:
289
- case jodit_core_constants__WEBPACK_IMPORTED_MODULE_6__.KEY_UP: {
290
- const next = e.key === jodit_core_constants__WEBPACK_IMPORTED_MODULE_6__.KEY_RIGHT || e.key === jodit_core_constants__WEBPACK_IMPORTED_MODULE_6__.KEY_DOWN, index = this.state.lastSelectedIndex;
286
+ case jodit_core_constants__WEBPACK_IMPORTED_MODULE_5__.KEY_RIGHT:
287
+ case jodit_core_constants__WEBPACK_IMPORTED_MODULE_5__.KEY_LEFT:
288
+ case jodit_core_constants__WEBPACK_IMPORTED_MODULE_5__.KEY_DOWN:
289
+ case jodit_core_constants__WEBPACK_IMPORTED_MODULE_5__.KEY_UP: {
290
+ const next = e.key === jodit_core_constants__WEBPACK_IMPORTED_MODULE_5__.KEY_RIGHT || e.key === jodit_core_constants__WEBPACK_IMPORTED_MODULE_5__.KEY_DOWN, index = this.state.lastSelectedIndex;
291
291
  let nextIndex;
292
- if ([jodit_core_constants__WEBPACK_IMPORTED_MODULE_6__.KEY_RIGHT, jodit_core_constants__WEBPACK_IMPORTED_MODULE_6__.KEY_LEFT].includes(e.key)) {
292
+ if ([jodit_core_constants__WEBPACK_IMPORTED_MODULE_5__.KEY_RIGHT, jodit_core_constants__WEBPACK_IMPORTED_MODULE_5__.KEY_LEFT].includes(e.key)) {
293
293
  if (next) {
294
294
  nextIndex = !elms[index + 1] ? 0 : index + 1;
295
295
  }
@@ -365,12 +365,12 @@ let FileBrowserPro = class FileBrowserPro extends jodit_modules_dialog__WEBPACK_
365
365
  onFileEdit() {
366
366
  if (this.state.activeElements.length === 1) {
367
367
  const [file] = this.state.activeElements;
368
- jodit_modules_image_editor_image_editor__WEBPACK_IMPORTED_MODULE_9__/* .openImageEditor.call */ .r.call(this, file.fileURL, file.file || '', file.path, file.sourceName, undefined, this.status);
368
+ jodit_modules_image_editor_image_editor__WEBPACK_IMPORTED_MODULE_6__/* .openImageEditor.call */ .r.call(this, file.fileURL, file.file || '', file.path, file.sourceName, undefined, this.status);
369
369
  }
370
370
  }
371
371
  onFolderRename(data) {
372
372
  this.prompt('Enter new name', 'Rename', (newName) => {
373
- if (!(0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_4__.isValidName)(newName) || newName === data.name) {
373
+ if (!(0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_1__.isValidName)(newName) || newName === data.name) {
374
374
  this.status(this.i18n('Enter new name'));
375
375
  return false;
376
376
  }
@@ -424,7 +424,7 @@ let FileBrowserPro = class FileBrowserPro extends jodit_modules_dialog__WEBPACK_
424
424
  const name = item.file || item.name || '';
425
425
  if (this.state.activeElements.length === 1 && name) {
426
426
  this.prompt('Enter new name', 'Rename', (newName) => {
427
- if (!(0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_4__.isValidName)(newName)) {
427
+ if (!(0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_1__.isValidName)(newName)) {
428
428
  this.status(this.i18n('Enter new name'));
429
429
  return false;
430
430
  }
@@ -462,7 +462,7 @@ let FileBrowserPro = class FileBrowserPro extends jodit_modules_dialog__WEBPACK_
462
462
  _ui_lightboox_lightbox__WEBPACK_IMPORTED_MODULE_19__/* .UILightBox.open */ .m.open(this, item, this.state.elements);
463
463
  }
464
464
  initUploader() {
465
- const self = this, uploaderOptions = (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_4__.ConfigProto)(self.o.uploader || {}, jodit_config__WEBPACK_IMPORTED_MODULE_10__.Config.defaultOptions.uploader);
465
+ const self = this, uploaderOptions = (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_1__.ConfigProto)(self.o.uploader || {}, jodit_config__WEBPACK_IMPORTED_MODULE_9__.Config.defaultOptions.uploader);
466
466
  const uploadHandler = () => this.loadingManager.loadItems();
467
467
  self.uploader = self.getInstance('Uploader', uploaderOptions);
468
468
  self.uploader.bind(self.panel.container, uploadHandler, self.status);
@@ -495,64 +495,64 @@ let FileBrowserPro = class FileBrowserPro extends jodit_modules_dialog__WEBPACK_
495
495
  ];
496
496
  keys.forEach((key) => {
497
497
  if (this.options[key] != null) {
498
- this.options[key] = (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_4__.ConfigProto)(this.options[key], this.o.ajax);
498
+ this.options[key] = (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_1__.ConfigProto)(this.options[key], this.o.ajax);
499
499
  }
500
500
  });
501
501
  }
502
502
  };
503
503
  (0,tslib__WEBPACK_IMPORTED_MODULE_22__/* .__decorate */ .gn)([
504
- jodit_core_decorators__WEBPACK_IMPORTED_MODULE_5__.autobind
504
+ jodit_core_decorators__WEBPACK_IMPORTED_MODULE_4__.autobind
505
505
  ], FileBrowserPro.prototype, "status", null);
506
506
  (0,tslib__WEBPACK_IMPORTED_MODULE_22__/* .__decorate */ .gn)([
507
- jodit_core_decorators__WEBPACK_IMPORTED_MODULE_5__.cache
507
+ jodit_core_decorators__WEBPACK_IMPORTED_MODULE_4__.cache
508
508
  ], FileBrowserPro.prototype, "progressbar", null);
509
509
  (0,tslib__WEBPACK_IMPORTED_MODULE_22__/* .__decorate */ .gn)([
510
- (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_5__.watch)(':resize', { context: window })
510
+ (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_4__.watch)(':resize', { context: window })
511
511
  ], FileBrowserPro.prototype, "onResizeWindow", null);
512
512
  (0,tslib__WEBPACK_IMPORTED_MODULE_22__/* .__decorate */ .gn)([
513
- (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_5__.watch)(['state.currentPath', 'state.currentSource'])
513
+ (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_4__.watch)(['state.currentPath', 'state.currentSource'])
514
514
  ], FileBrowserPro.prototype, "onChangePath", null);
515
515
  (0,tslib__WEBPACK_IMPORTED_MODULE_22__/* .__decorate */ .gn)([
516
- (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_5__.watch)('state.theme')
516
+ (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_4__.watch)('state.theme')
517
517
  ], FileBrowserPro.prototype, "onChangeTheme", null);
518
518
  (0,tslib__WEBPACK_IMPORTED_MODULE_22__/* .__decorate */ .gn)([
519
- (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_5__.watch)(':toggleSettings.filebrowser')
519
+ (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_4__.watch)(':toggleSettings.filebrowser')
520
520
  ], FileBrowserPro.prototype, "onToggleSettings", null);
521
521
  (0,tslib__WEBPACK_IMPORTED_MODULE_22__/* .__decorate */ .gn)([
522
- jodit_core_decorators__WEBPACK_IMPORTED_MODULE_5__.autobind
522
+ jodit_core_decorators__WEBPACK_IMPORTED_MODULE_4__.autobind
523
523
  ], FileBrowserPro.prototype, "onKeyPress", null);
524
524
  (0,tslib__WEBPACK_IMPORTED_MODULE_22__/* .__decorate */ .gn)([
525
- jodit_core_decorators__WEBPACK_IMPORTED_MODULE_5__.autobind
525
+ jodit_core_decorators__WEBPACK_IMPORTED_MODULE_4__.autobind
526
526
  ], FileBrowserPro.prototype, "removeGlobalListeners", null);
527
527
  (0,tslib__WEBPACK_IMPORTED_MODULE_22__/* .__decorate */ .gn)([
528
- (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_5__.watch)(':fileRemove.filebrowser')
528
+ (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_4__.watch)(':fileRemove.filebrowser')
529
529
  ], FileBrowserPro.prototype, "onFileRemove", null);
530
530
  (0,tslib__WEBPACK_IMPORTED_MODULE_22__/* .__decorate */ .gn)([
531
- (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_5__.watch)(':edit.filebrowser')
531
+ (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_4__.watch)(':edit.filebrowser')
532
532
  ], FileBrowserPro.prototype, "onFileEdit", null);
533
533
  (0,tslib__WEBPACK_IMPORTED_MODULE_22__/* .__decorate */ .gn)([
534
- (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_5__.watch)(':folderRename.filebrowser')
534
+ (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_4__.watch)(':folderRename.filebrowser')
535
535
  ], FileBrowserPro.prototype, "onFolderRename", null);
536
536
  (0,tslib__WEBPACK_IMPORTED_MODULE_22__/* .__decorate */ .gn)([
537
- (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_5__.watch)(':folderRemove.filebrowser')
537
+ (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_4__.watch)(':folderRemove.filebrowser')
538
538
  ], FileBrowserPro.prototype, "onFolderRemove", null);
539
539
  (0,tslib__WEBPACK_IMPORTED_MODULE_22__/* .__decorate */ .gn)([
540
- (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_5__.watch)(':folderCreate.filebrowser')
540
+ (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_4__.watch)(':folderCreate.filebrowser')
541
541
  ], FileBrowserPro.prototype, "onFolderCreate", null);
542
542
  (0,tslib__WEBPACK_IMPORTED_MODULE_22__/* .__decorate */ .gn)([
543
- (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_5__.watch)(':fileRename.filebrowser')
543
+ (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_4__.watch)(':fileRename.filebrowser')
544
544
  ], FileBrowserPro.prototype, "onFileRename", null);
545
545
  (0,tslib__WEBPACK_IMPORTED_MODULE_22__/* .__decorate */ .gn)([
546
- (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_5__.watch)(':select.filebrowser')
546
+ (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_4__.watch)(':select.filebrowser')
547
547
  ], FileBrowserPro.prototype, "onChooseItems", null);
548
548
  (0,tslib__WEBPACK_IMPORTED_MODULE_22__/* .__decorate */ .gn)([
549
- (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_5__.watch)(':openLightBox.filebrowser')
549
+ (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_4__.watch)(':openLightBox.filebrowser')
550
550
  ], FileBrowserPro.prototype, "onOpenLightBox", null);
551
551
  FileBrowserPro = (0,tslib__WEBPACK_IMPORTED_MODULE_22__/* .__decorate */ .gn)([
552
- jodit_core_decorators__WEBPACK_IMPORTED_MODULE_5__.component,
553
- (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_5__.derive)(jodit_core_traits__WEBPACK_IMPORTED_MODULE_13__/* .Dlgs */ .lf)
552
+ jodit_core_decorators__WEBPACK_IMPORTED_MODULE_4__.component,
553
+ (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_4__.derive)(jodit_core_traits__WEBPACK_IMPORTED_MODULE_8__/* .Dlgs */ .lf)
554
554
  ], FileBrowserPro);
555
- Object.defineProperty(_JoditPro__WEBPACK_IMPORTED_MODULE_17__/* .JoditPro.modules */ .y.modules, 'FileBrowserPro', {
555
+ Object.defineProperty(jodit_pro_jodit_pro__WEBPACK_IMPORTED_MODULE_10__/* .JoditPro.modules */ .y.modules, 'FileBrowserPro', {
556
556
  value: FileBrowserPro,
557
557
  writable: false,
558
558
  enumerable: true,
@@ -665,7 +665,7 @@ __webpack_require__.r(__webpack_exports__);
665
665
  /* harmony export */ });
666
666
  /* harmony import */ var jodit_core_plugin__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(7324);
667
667
  /* harmony import */ var _browser__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(68813);
668
- /* harmony import */ var _JoditPro__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(88292);
668
+ /* harmony import */ var jodit_pro_jodit_pro__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(53852);
669
669
  /* harmony import */ var _config__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(99993);
670
670
  /*!
671
671
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
@@ -680,7 +680,7 @@ class finder extends jodit_core_plugin__WEBPACK_IMPORTED_MODULE_0__/* .Plugin */
680
680
  constructor() {
681
681
  super(...arguments);
682
682
  /** @override */
683
- this.hasStyle = !_JoditPro__WEBPACK_IMPORTED_MODULE_2__/* .JoditPro.fatMode */ .y.fatMode;
683
+ this.hasStyle = !jodit_pro_jodit_pro__WEBPACK_IMPORTED_MODULE_2__/* .JoditPro.fatMode */ .y.fatMode;
684
684
  }
685
685
  /** @override */
686
686
  afterInit(jodit) {
@@ -700,7 +700,7 @@ class finder extends jodit_core_plugin__WEBPACK_IMPORTED_MODULE_0__/* .Plugin */
700
700
  }
701
701
  /** @override */
702
702
  finder.requires = ['license'];
703
- _JoditPro__WEBPACK_IMPORTED_MODULE_2__/* .JoditPro.plugins.add */ .y.plugins.add('finder', finder);
703
+ jodit_pro_jodit_pro__WEBPACK_IMPORTED_MODULE_2__/* .JoditPro.plugins.add */ .y.plugins.add('finder', finder);
704
704
 
705
705
 
706
706
  /***/ }),
@@ -714,7 +714,7 @@ _JoditPro__WEBPACK_IMPORTED_MODULE_2__/* .JoditPro.plugins.add */ .y.plugins.add
714
714
  /* harmony export */ });
715
715
  /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(97582);
716
716
  /* harmony import */ var jodit_modules_file_browser_factories__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3028);
717
- /* harmony import */ var jodit_core_component__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(22562);
717
+ /* harmony import */ var jodit_core_component_view_component__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(28702);
718
718
  /* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(50526);
719
719
  /*!
720
720
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
@@ -725,7 +725,7 @@ _JoditPro__WEBPACK_IMPORTED_MODULE_2__/* .JoditPro.plugins.add */ .y.plugins.add
725
725
 
726
726
 
727
727
 
728
- let ContextMenuManager = class ContextMenuManager extends jodit_core_component__WEBPACK_IMPORTED_MODULE_1__/* .ViewComponent */ .Hr {
728
+ let ContextMenuManager = class ContextMenuManager extends jodit_core_component_view_component__WEBPACK_IMPORTED_MODULE_1__/* .ViewComponent */ .H {
729
729
  /** @override */
730
730
  className() {
731
731
  return 'ContextMenuManager';
@@ -898,9 +898,9 @@ const parentPath = (path) => {
898
898
  /* harmony export */ "E": function() { return /* binding */ HistoryManager; }
899
899
  /* harmony export */ });
900
900
  /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(97582);
901
- /* harmony import */ var jodit_core_helpers__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(95582);
902
- /* harmony import */ var jodit_core_component__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(22562);
903
- /* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(50526);
901
+ /* harmony import */ var jodit_core_helpers_utils_extend__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(16479);
902
+ /* harmony import */ var jodit_core_component_view_component__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(28702);
903
+ /* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(50526);
904
904
  /*!
905
905
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
906
906
  * See LICENSE.md in the project root for license information.
@@ -910,7 +910,7 @@ const parentPath = (path) => {
910
910
 
911
911
 
912
912
 
913
- let HistoryManager = class HistoryManager extends jodit_core_component__WEBPACK_IMPORTED_MODULE_1__/* .ViewComponent */ .Hr {
913
+ let HistoryManager = class HistoryManager extends jodit_core_component_view_component__WEBPACK_IMPORTED_MODULE_0__/* .ViewComponent */ .H {
914
914
  /** @override */
915
915
  className() {
916
916
  return 'HistoryManager';
@@ -962,7 +962,7 @@ let HistoryManager = class HistoryManager extends jodit_core_component__WEBPACK_
962
962
  this.history[this.historyIndex] = {
963
963
  currentSource: this.state.currentSource,
964
964
  currentPath: this.state.currentPath,
965
- tree: (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_0__.fastClone)(this.state.tree),
965
+ tree: (0,jodit_core_helpers_utils_extend__WEBPACK_IMPORTED_MODULE_2__/* .fastClone */ .V8)(this.state.tree),
966
966
  elements: [...this.state.elements]
967
967
  };
968
968
  }
@@ -991,16 +991,16 @@ let HistoryManager = class HistoryManager extends jodit_core_component__WEBPACK_
991
991
  }
992
992
  };
993
993
  (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)([
994
- (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.watch)(['state.elements', 'state.tree'])
994
+ (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)(['state.elements', 'state.tree'])
995
995
  ], HistoryManager.prototype, "updateCurrent", null);
996
996
  (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)([
997
- (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.watch)(':goHome.filebrowser')
997
+ (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)(':goHome.filebrowser')
998
998
  ], HistoryManager.prototype, "onHome", null);
999
999
  (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)([
1000
- (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.watch)(':afterOpenFolder.filebrowser')
1000
+ (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)(':afterOpenFolder.filebrowser')
1001
1001
  ], HistoryManager.prototype, "onOpenFolder", null);
1002
1002
  HistoryManager = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)([
1003
- jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.component
1003
+ jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.component
1004
1004
  ], HistoryManager);
1005
1005
 
1006
1006
 
@@ -1191,6 +1191,11 @@ function loadPartItems(state, dataProvider, offset, limit) {
1191
1191
  /* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(50526);
1192
1192
  /* harmony import */ var jodit_modules_file_browser_builders_item__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(45545);
1193
1193
 
1194
+ /*!
1195
+ * Jodit Editor PRO (https://xdsoft.net/jodit/)
1196
+ * See LICENSE.md in the project root for license information.
1197
+ * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
1198
+ */
1194
1199
 
1195
1200
 
1196
1201
 
@@ -1541,10 +1546,11 @@ jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__/* .Icon.set */ .JO.set('new-folder',
1541
1546
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1542
1547
  /* harmony export */ "D": function() { return /* binding */ UIBrowserFolder; }
1543
1548
  /* harmony export */ });
1544
- /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(97582);
1549
+ /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(97582);
1545
1550
  /* harmony import */ var jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(75004);
1546
- /* harmony import */ var jodit_core_decorators_index__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(50526);
1547
- /* harmony import */ var jodit_core_helpers__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(95582);
1551
+ /* harmony import */ var jodit_core_decorators_component_component__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(94707);
1552
+ /* harmony import */ var jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(52378);
1553
+ /* harmony import */ var jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_1__);
1548
1554
  /*!
1549
1555
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
1550
1556
  * See LICENSE.md in the project root for license information.
@@ -1593,8 +1599,8 @@ let UIBrowserFolder = class UIBrowserFolder extends jodit_core_ui__WEBPACK_IMPOR
1593
1599
  });
1594
1600
  }
1595
1601
  };
1596
- UIBrowserFolder = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)([
1597
- jodit_core_decorators_index__WEBPACK_IMPORTED_MODULE_1__.component
1602
+ UIBrowserFolder = (0,tslib__WEBPACK_IMPORTED_MODULE_2__/* .__decorate */ .gn)([
1603
+ jodit_core_decorators_component_component__WEBPACK_IMPORTED_MODULE_3__/* .component */ .w
1598
1604
  ], UIBrowserFolder);
1599
1605
 
1600
1606
 
@@ -1683,12 +1689,14 @@ UIBrowserHeader = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .gn)([
1683
1689
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1684
1690
  /* harmony export */ "u": function() { return /* binding */ UIBrowserItem; }
1685
1691
  /* harmony export */ });
1686
- /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(97582);
1692
+ /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(97582);
1687
1693
  /* harmony import */ var jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(75004);
1688
1694
  /* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(50526);
1689
1695
  /* harmony import */ var jodit_modules_file_browser_builders_item__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(45545);
1690
1696
  /* harmony import */ var jodit_modules__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(8079);
1691
1697
  /* harmony import */ var jodit_core_helpers__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(95582);
1698
+ /* harmony import */ var jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(52378);
1699
+ /* harmony import */ var jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_5__);
1692
1700
  /*!
1693
1701
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
1694
1702
  * See LICENSE.md in the project root for license information.
@@ -1767,13 +1775,13 @@ let UIBrowserItem = class UIBrowserItem extends jodit_core_ui__WEBPACK_IMPORTED_
1767
1775
  return this;
1768
1776
  }
1769
1777
  };
1770
- (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */ .gn)([
1778
+ (0,tslib__WEBPACK_IMPORTED_MODULE_6__/* .__decorate */ .gn)([
1771
1779
  (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)('heart:click')
1772
1780
  ], UIBrowserItem.prototype, "onClickFavorite", null);
1773
- (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */ .gn)([
1781
+ (0,tslib__WEBPACK_IMPORTED_MODULE_6__/* .__decorate */ .gn)([
1774
1782
  (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)(['container:click', 'container:contextmenu', 'container:dblclick'])
1775
1783
  ], UIBrowserItem.prototype, "onAction", null);
1776
- UIBrowserItem = (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */ .gn)([
1784
+ UIBrowserItem = (0,tslib__WEBPACK_IMPORTED_MODULE_6__/* .__decorate */ .gn)([
1777
1785
  jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.component
1778
1786
  ], UIBrowserItem);
1779
1787
 
@@ -1787,11 +1795,13 @@ UIBrowserItem = (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */ .gn)([
1787
1795
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1788
1796
  /* harmony export */ "m": function() { return /* binding */ UILightBox; }
1789
1797
  /* harmony export */ });
1790
- /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(97582);
1798
+ /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(97582);
1791
1799
  /* harmony import */ var jodit_modules__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8079);
1792
1800
  /* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(50526);
1793
1801
  /* harmony import */ var jodit_core_helpers__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(95582);
1794
1802
  /* harmony import */ var jodit_core_constants__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(11612);
1803
+ /* harmony import */ var jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(52378);
1804
+ /* harmony import */ var jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_4__);
1795
1805
  /*!
1796
1806
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
1797
1807
  * See LICENSE.md in the project root for license information.
@@ -1923,19 +1933,19 @@ let UILightBox = UILightBox_1 = class UILightBox extends jodit_modules__WEBPACK_
1923
1933
  return super.destruct();
1924
1934
  }
1925
1935
  };
1926
- (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .gn)([
1936
+ (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */ .gn)([
1927
1937
  (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)('current')
1928
1938
  ], UILightBox.prototype, "onChangeCurrent", null);
1929
- (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .gn)([
1939
+ (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */ .gn)([
1930
1940
  (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)('previous:click')
1931
1941
  ], UILightBox.prototype, "onPreviousClick", null);
1932
- (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .gn)([
1942
+ (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */ .gn)([
1933
1943
  (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)('next:click')
1934
1944
  ], UILightBox.prototype, "onNextClick", null);
1935
- (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .gn)([
1945
+ (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */ .gn)([
1936
1946
  jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.autobind
1937
1947
  ], UILightBox.prototype, "onKeyPress", null);
1938
- UILightBox = UILightBox_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .gn)([
1948
+ UILightBox = UILightBox_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */ .gn)([
1939
1949
  jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.component
1940
1950
  ], UILightBox);
1941
1951
 
@@ -1951,14 +1961,14 @@ UILightBox = UILightBox_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate
1951
1961
  /* harmony export */ });
1952
1962
  /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(97582);
1953
1963
  /* harmony import */ var jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(75004);
1954
- /* harmony import */ var _virtual_scroll_virtual_scroll__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(72618);
1955
- /* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(50526);
1956
- /* harmony import */ var _sidebar_sidebar__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(68787);
1957
- /* harmony import */ var _settings_settings__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(62983);
1958
- /* harmony import */ var jodit_core_helpers__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(95582);
1959
- /* harmony import */ var _sources_sources__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(93582);
1960
- /* harmony import */ var _statusbar_statusbar__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(67775);
1961
- /* harmony import */ var _preview_preview__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(96945);
1964
+ /* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(50526);
1965
+ /* harmony import */ var jodit_core_helpers__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(95582);
1966
+ /* harmony import */ var jodit_pro_plugins_finder_ui_virtual_scroll_virtual_scroll__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(72618);
1967
+ /* harmony import */ var jodit_pro_plugins_finder_ui_sidebar_sidebar__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(68787);
1968
+ /* harmony import */ var jodit_pro_plugins_finder_ui_settings_settings__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(62983);
1969
+ /* harmony import */ var jodit_pro_plugins_finder_ui_sources_sources__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(93582);
1970
+ /* harmony import */ var jodit_pro_plugins_finder_ui_statusbar_statusbar__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(67775);
1971
+ /* harmony import */ var jodit_pro_plugins_finder_ui_preview_preview__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(96945);
1962
1972
  /*!
1963
1973
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
1964
1974
  * See LICENSE.md in the project root for license information.
@@ -1990,9 +2000,9 @@ let UIBrowserPanel = class UIBrowserPanel extends jodit_core_ui__WEBPACK_IMPORTE
1990
2000
  if (!this.items.elements.length) {
1991
2001
  return 1;
1992
2002
  }
1993
- const { container } = this.items.elements[0], margin = (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_5__.css)(container, 'marginLeft');
2003
+ const { container } = this.items.elements[0], margin = (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_2__.css)(container, 'marginLeft');
1994
2004
  return Math.floor(this.items.container.offsetWidth /
1995
- (container.offsetWidth + ((0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_5__.isNumber)(margin) ? margin : 0)));
2005
+ (container.offsetWidth + ((0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_2__.isNumber)(margin) ? margin : 0)));
1996
2006
  }
1997
2007
  /**
1998
2008
  * Count elements in one column for calculate navigation
@@ -2001,9 +2011,9 @@ let UIBrowserPanel = class UIBrowserPanel extends jodit_core_ui__WEBPACK_IMPORTE
2001
2011
  if (!this.items.elements.length) {
2002
2012
  return 1;
2003
2013
  }
2004
- const { container } = this.items.elements[0], margin = (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_5__.css)(container, 'marginTop');
2014
+ const { container } = this.items.elements[0], margin = (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_2__.css)(container, 'marginTop');
2005
2015
  return Math.floor(this.items.container.offsetHeight /
2006
- (container.offsetHeight + ((0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_5__.isNumber)(margin) ? margin : 0)));
2016
+ (container.offsetHeight + ((0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_2__.isNumber)(margin) ? margin : 0)));
2007
2017
  }
2008
2018
  /** @override */
2009
2019
  render() {
@@ -2017,12 +2027,12 @@ let UIBrowserPanel = class UIBrowserPanel extends jodit_core_ui__WEBPACK_IMPORTE
2017
2027
  this.stateManager = stateManager;
2018
2028
  /** @override */
2019
2029
  this.syncMod = true;
2020
- this.sources = new _sources_sources__WEBPACK_IMPORTED_MODULE_6__/* .UIBrowserSources */ .L(this.j);
2021
- this.sidebar = new _sidebar_sidebar__WEBPACK_IMPORTED_MODULE_3__/* .UISidebar */ .o(this.jodit, [this.sources], this.stateManager.state);
2022
- this.preview = new _preview_preview__WEBPACK_IMPORTED_MODULE_8__/* .UIPreview */ .o(this.jodit, this.stateManager.state);
2023
- this.statusbar = new _statusbar_statusbar__WEBPACK_IMPORTED_MODULE_7__/* .UIBrowserStatusBar */ .s(this.j);
2024
- this.items = new _virtual_scroll_virtual_scroll__WEBPACK_IMPORTED_MODULE_1__/* .UIVirtualScroll */ .d(this.j, this.stateManager);
2025
- this.settings = new _settings_settings__WEBPACK_IMPORTED_MODULE_4__/* .UIBrowserSettings */ .r(this.jodit, this.stateManager.state);
2030
+ this.sources = new jodit_pro_plugins_finder_ui_sources_sources__WEBPACK_IMPORTED_MODULE_6__/* .UIBrowserSources */ .L(this.j);
2031
+ this.sidebar = new jodit_pro_plugins_finder_ui_sidebar_sidebar__WEBPACK_IMPORTED_MODULE_4__/* .UISidebar */ .o(this.jodit, [this.sources], this.stateManager.state);
2032
+ this.preview = new jodit_pro_plugins_finder_ui_preview_preview__WEBPACK_IMPORTED_MODULE_8__/* .UIPreview */ .o(this.jodit, this.stateManager.state);
2033
+ this.statusbar = new jodit_pro_plugins_finder_ui_statusbar_statusbar__WEBPACK_IMPORTED_MODULE_7__/* .UIBrowserStatusBar */ .s(this.j);
2034
+ this.items = new jodit_pro_plugins_finder_ui_virtual_scroll_virtual_scroll__WEBPACK_IMPORTED_MODULE_3__/* .UIVirtualScroll */ .d(this.j, this.stateManager);
2035
+ this.settings = new jodit_pro_plugins_finder_ui_settings_settings__WEBPACK_IMPORTED_MODULE_5__/* .UIBrowserSettings */ .r(this.jodit, this.stateManager.state);
2026
2036
  this.state = stateManager.state;
2027
2037
  this.append(this.sidebar, 'content');
2028
2038
  this.append(this.items, 'content');
@@ -2069,7 +2079,7 @@ let UIBrowserPanel = class UIBrowserPanel extends jodit_core_ui__WEBPACK_IMPORTE
2069
2079
  var _a;
2070
2080
  const container = (_a = this.items.elements[this.stateManager.state.lastSelectedIndex]) === null || _a === void 0 ? void 0 : _a.container;
2071
2081
  if (container) {
2072
- (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_5__.scrollIntoViewIfNeeded)(container, this.items.container, this.j.od);
2082
+ (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_2__.scrollIntoViewIfNeeded)(container, this.items.container, this.j.od);
2073
2083
  container.focus();
2074
2084
  }
2075
2085
  }
@@ -2121,64 +2131,64 @@ let UIBrowserPanel = class UIBrowserPanel extends jodit_core_ui__WEBPACK_IMPORTE
2121
2131
  }
2122
2132
  };
2123
2133
  (0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .gn)([
2124
- (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.watch)('state.theme')
2134
+ (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)('state.theme')
2125
2135
  ], UIBrowserPanel.prototype, "onChangeTheme", null);
2126
2136
  (0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .gn)([
2127
- (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.watch)('state.elements')
2137
+ (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)('state.elements')
2128
2138
  ], UIBrowserPanel.prototype, "onChangeElements", null);
2129
2139
  (0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .gn)([
2130
- (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.watch)('state.activeElements')
2140
+ (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)('state.activeElements')
2131
2141
  ], UIBrowserPanel.prototype, "onChangeActiveElements", null);
2132
2142
  (0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .gn)([
2133
- (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.watch)(['state.favorites', 'state.elements'])
2143
+ (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)(['state.favorites', 'state.elements'])
2134
2144
  ], UIBrowserPanel.prototype, "onChangeFavorites", null);
2135
2145
  (0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .gn)([
2136
- (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.watch)('state.sources')
2146
+ (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)('state.sources')
2137
2147
  ], UIBrowserPanel.prototype, "onChangeSources", null);
2138
2148
  (0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .gn)([
2139
- (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.watch)('state.lastSelectedIndex')
2149
+ (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)('state.lastSelectedIndex')
2140
2150
  ], UIBrowserPanel.prototype, "onChangeLastSelectedIndex", null);
2141
2151
  (0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .gn)([
2142
- (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.watch)('state.info')
2152
+ (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)('state.info')
2143
2153
  ], UIBrowserPanel.prototype, "onChangeInfo", null);
2144
2154
  (0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .gn)([
2145
- (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.watch)(['state.currentPath', 'state.currentSource'])
2155
+ (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)(['state.currentPath', 'state.currentSource'])
2146
2156
  ], UIBrowserPanel.prototype, "onChangePathOrSource", null);
2147
2157
  (0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .gn)([
2148
- (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.watch)('state.showSettings')
2158
+ (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)('state.showSettings')
2149
2159
  ], UIBrowserPanel.prototype, "onChangeShowSettings", null);
2150
2160
  (0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .gn)([
2151
- (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.watch)('state.showPreview')
2161
+ (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)('state.showPreview')
2152
2162
  ], UIBrowserPanel.prototype, "onChangeShowPreview", null);
2153
2163
  (0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .gn)([
2154
- (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.watch)('state.showSideBar')
2164
+ (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)('state.showSideBar')
2155
2165
  ], UIBrowserPanel.prototype, "onChangeShowSideBar", null);
2156
2166
  (0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .gn)([
2157
- (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.watch)('state.view')
2167
+ (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)('state.view')
2158
2168
  ], UIBrowserPanel.prototype, "onChangeView", null);
2159
2169
  (0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .gn)([
2160
- (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.watch)('state.tileSize')
2170
+ (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)('state.tileSize')
2161
2171
  ], UIBrowserPanel.prototype, "onChangeTileSize", null);
2162
2172
  (0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .gn)([
2163
- (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.watch)('state.showFavorites')
2173
+ (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)('state.showFavorites')
2164
2174
  ], UIBrowserPanel.prototype, "onChangeShowFavorites", null);
2165
2175
  (0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .gn)([
2166
- (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.watch)(':dblclickItem.filebrowser')
2176
+ (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)(':dblclickItem.filebrowser')
2167
2177
  ], UIBrowserPanel.prototype, "onItemDblClick", null);
2168
2178
  (0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .gn)([
2169
- (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.watch)(':clickItem.filebrowser')
2179
+ (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)(':clickItem.filebrowser')
2170
2180
  ], UIBrowserPanel.prototype, "onItemClick", null);
2171
2181
  (0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .gn)([
2172
- (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.watch)(':togglePreview.filebrowser')
2182
+ (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)(':togglePreview.filebrowser')
2173
2183
  ], UIBrowserPanel.prototype, "onTogglePreview", null);
2174
2184
  (0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .gn)([
2175
- (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.watch)(':toggleFavoriteItem')
2185
+ (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)(':toggleFavoriteItem')
2176
2186
  ], UIBrowserPanel.prototype, "onToggleFavoriteItem", null);
2177
2187
  (0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .gn)([
2178
- (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.watch)(':openFolder')
2188
+ (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)(':openFolder')
2179
2189
  ], UIBrowserPanel.prototype, "onFolderClick", null);
2180
2190
  UIBrowserPanel = (0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .gn)([
2181
- jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.component
2191
+ jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.component
2182
2192
  ], UIBrowserPanel);
2183
2193
 
2184
2194
 
@@ -2191,13 +2201,15 @@ UIBrowserPanel = (0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .gn)([
2191
2201
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
2192
2202
  /* harmony export */ "o": function() { return /* binding */ UIPreview; }
2193
2203
  /* harmony export */ });
2194
- /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(97582);
2195
- /* harmony import */ var jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(75004);
2204
+ /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(97582);
2205
+ /* harmony import */ var jodit_core_ui_group_group__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(91630);
2196
2206
  /* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(50526);
2197
- /* harmony import */ var _traits_resize_resize__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(62499);
2198
- /* harmony import */ var jodit_core_helpers__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(95582);
2199
- /* harmony import */ var jodit_core_dom__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(8138);
2200
- /* harmony import */ var _item_item__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(87695);
2207
+ /* harmony import */ var jodit_core_helpers_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(98478);
2208
+ /* harmony import */ var jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(44913);
2209
+ /* harmony import */ var jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(52378);
2210
+ /* harmony import */ var jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_4__);
2211
+ /* harmony import */ var jodit_pro_traits_resize_resize__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(62499);
2212
+ /* harmony import */ var jodit_pro_plugins_finder_ui_item_item__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(87695);
2201
2213
 
2202
2214
  /*!
2203
2215
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
@@ -2212,7 +2224,7 @@ UIBrowserPanel = (0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .gn)([
2212
2224
 
2213
2225
 
2214
2226
 
2215
- let UIPreview = class UIPreview extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__/* .UIGroup */ .qe {
2227
+ let UIPreview = class UIPreview extends jodit_core_ui_group_group__WEBPACK_IMPORTED_MODULE_0__/* .UIGroup */ .q {
2216
2228
  /** @override */
2217
2229
  className() {
2218
2230
  return 'UIPreview';
@@ -2221,8 +2233,8 @@ let UIPreview = class UIPreview extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_0
2221
2233
  * Add handle resizer
2222
2234
  */
2223
2235
  addResize() {
2224
- _traits_resize_resize__WEBPACK_IMPORTED_MODULE_2__/* .UIResize.remove */ .c.remove(this);
2225
- _traits_resize_resize__WEBPACK_IMPORTED_MODULE_2__/* .UIResize.install */ .c.install(this, screen.width > 450 ? 'left' : 'top');
2236
+ jodit_pro_traits_resize_resize__WEBPACK_IMPORTED_MODULE_5__/* .UIResize.remove */ .c.remove(this);
2237
+ jodit_pro_traits_resize_resize__WEBPACK_IMPORTED_MODULE_5__/* .UIResize.install */ .c.install(this, screen.width > 450 ? 'left' : 'top');
2226
2238
  }
2227
2239
  /** @override */
2228
2240
  render() {
@@ -2254,28 +2266,28 @@ let UIPreview = class UIPreview extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_0
2254
2266
  this.setMod('empty', !metaInfo);
2255
2267
  const info = this.getElm('info');
2256
2268
  void 0;
2257
- jodit_core_dom__WEBPACK_IMPORTED_MODULE_4__/* .Dom.detach */ .i.detach(info);
2269
+ jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_3__/* .Dom.detach */ .i.detach(info);
2258
2270
  const image = this.getElm('image');
2259
2271
  void 0;
2260
- (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_3__.css)(image, {
2272
+ (0,jodit_core_helpers_utils__WEBPACK_IMPORTED_MODULE_2__.css)(image, {
2261
2273
  backgroundImage: null
2262
2274
  });
2263
2275
  if (!metaInfo) {
2264
2276
  return;
2265
2277
  }
2266
2278
  this.setMod('is-file', metaInfo.isImage === false).setMod('type', (_a = metaInfo.type) !== null && _a !== void 0 ? _a : 'file');
2267
- _item_item__WEBPACK_IMPORTED_MODULE_5__/* .UIBrowserItem.prototype.setElementValue.call */ .u.prototype.setElementValue.call(this, 'name', metaInfo.file);
2268
- _item_item__WEBPACK_IMPORTED_MODULE_5__/* .UIBrowserItem.prototype.setElementValue.call */ .u.prototype.setElementValue.call(this, 'time', metaInfo.time);
2269
- _item_item__WEBPACK_IMPORTED_MODULE_5__/* .UIBrowserItem.prototype.setElementValue.call */ .u.prototype.setElementValue.call(this, 'filesize', metaInfo.size);
2279
+ jodit_pro_plugins_finder_ui_item_item__WEBPACK_IMPORTED_MODULE_6__/* .UIBrowserItem.prototype.setElementValue.call */ .u.prototype.setElementValue.call(this, 'name', metaInfo.file);
2280
+ jodit_pro_plugins_finder_ui_item_item__WEBPACK_IMPORTED_MODULE_6__/* .UIBrowserItem.prototype.setElementValue.call */ .u.prototype.setElementValue.call(this, 'time', metaInfo.time);
2281
+ jodit_pro_plugins_finder_ui_item_item__WEBPACK_IMPORTED_MODULE_6__/* .UIBrowserItem.prototype.setElementValue.call */ .u.prototype.setElementValue.call(this, 'filesize', metaInfo.size);
2270
2282
  this.setMod('loading', true);
2271
2283
  (_b = this.lastLoadPromise) === null || _b === void 0 ? void 0 : _b.rejectCallback();
2272
- this.lastLoadPromise = (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_3__.loadImage)(metaInfo.isImage ? metaInfo.fileURL : metaInfo.imageURL, this.j);
2284
+ this.lastLoadPromise = (0,jodit_core_helpers_utils__WEBPACK_IMPORTED_MODULE_2__.loadImage)(metaInfo.isImage ? metaInfo.fileURL : metaInfo.imageURL, this.j);
2273
2285
  this.lastLoadPromise
2274
2286
  .then((image) => {
2275
2287
  const elm = this.getElm('image');
2276
2288
  void 0;
2277
2289
  image &&
2278
- (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_3__.css)(elm, {
2290
+ (0,jodit_core_helpers_utils__WEBPACK_IMPORTED_MODULE_2__.css)(elm, {
2279
2291
  backgroundImage: `url(${image.src})`
2280
2292
  });
2281
2293
  })
@@ -2285,15 +2297,15 @@ let UIPreview = class UIPreview extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_0
2285
2297
  .catch(() => { });
2286
2298
  }
2287
2299
  };
2288
- (0,tslib__WEBPACK_IMPORTED_MODULE_6__/* .__decorate */ .gn)([
2300
+ (0,tslib__WEBPACK_IMPORTED_MODULE_7__/* .__decorate */ .gn)([
2289
2301
  (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.hook)('ready'),
2290
2302
  (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)(':resize', { context: window }),
2291
2303
  (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.debounce)()
2292
2304
  ], UIPreview.prototype, "addResize", null);
2293
- (0,tslib__WEBPACK_IMPORTED_MODULE_6__/* .__decorate */ .gn)([
2305
+ (0,tslib__WEBPACK_IMPORTED_MODULE_7__/* .__decorate */ .gn)([
2294
2306
  (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)('state.metaInfo')
2295
2307
  ], UIPreview.prototype, "onChangeMetaInfo", null);
2296
- UIPreview = (0,tslib__WEBPACK_IMPORTED_MODULE_6__/* .__decorate */ .gn)([
2308
+ UIPreview = (0,tslib__WEBPACK_IMPORTED_MODULE_7__/* .__decorate */ .gn)([
2297
2309
  jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.component
2298
2310
  ], UIPreview);
2299
2311
 
@@ -2308,7 +2320,7 @@ UIPreview = (0,tslib__WEBPACK_IMPORTED_MODULE_6__/* .__decorate */ .gn)([
2308
2320
  /* harmony export */ "u": function() { return /* binding */ UIProgress; }
2309
2321
  /* harmony export */ });
2310
2322
  /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(97582);
2311
- /* harmony import */ var jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(75004);
2323
+ /* harmony import */ var jodit_core_ui_progress_bar_progress_bar__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(51273);
2312
2324
  /* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(50526);
2313
2325
 
2314
2326
  /*!
@@ -2319,7 +2331,7 @@ UIPreview = (0,tslib__WEBPACK_IMPORTED_MODULE_6__/* .__decorate */ .gn)([
2319
2331
 
2320
2332
 
2321
2333
 
2322
- let UIProgress = class UIProgress extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__/* .ProgressBar */ .ko {
2334
+ let UIProgress = class UIProgress extends jodit_core_ui_progress_bar_progress_bar__WEBPACK_IMPORTED_MODULE_0__/* .ProgressBar */ .k {
2323
2335
  /** @override */
2324
2336
  className() {
2325
2337
  return 'UIProgress';
@@ -2379,7 +2391,8 @@ UIProgress = (0,tslib__WEBPACK_IMPORTED_MODULE_2__/* .__decorate */ .gn)([
2379
2391
  /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(97582);
2380
2392
  /* harmony import */ var jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(75004);
2381
2393
  /* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(50526);
2382
- /* harmony import */ var jodit_core_helpers__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(95582);
2394
+ /* harmony import */ var jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(52378);
2395
+ /* harmony import */ var jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_2__);
2383
2396
  /*!
2384
2397
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
2385
2398
  * See LICENSE.md in the project root for license information.
@@ -2584,10 +2597,11 @@ UIBrowserSettings = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)(
2584
2597
  /* harmony export */ "o": function() { return /* binding */ UISidebar; }
2585
2598
  /* harmony export */ });
2586
2599
  /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(97582);
2587
- /* harmony import */ var jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(75004);
2600
+ /* harmony import */ var jodit_core_ui_group_group__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(91630);
2588
2601
  /* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(50526);
2589
- /* harmony import */ var _traits_resize_resize__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(62499);
2590
- /* harmony import */ var jodit_core_helpers__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(95582);
2602
+ /* harmony import */ var jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(52378);
2603
+ /* harmony import */ var jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_2__);
2604
+ /* harmony import */ var jodit_pro_traits_resize_resize__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(62499);
2591
2605
 
2592
2606
  /*!
2593
2607
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
@@ -2599,7 +2613,7 @@ UIBrowserSettings = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)(
2599
2613
 
2600
2614
 
2601
2615
 
2602
- let UISidebar = class UISidebar extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__/* .UIGroup */ .qe {
2616
+ let UISidebar = class UISidebar extends jodit_core_ui_group_group__WEBPACK_IMPORTED_MODULE_0__/* .UIGroup */ .q {
2603
2617
  /** @override */
2604
2618
  className() {
2605
2619
  return 'UISidebar';
@@ -2622,8 +2636,8 @@ let UISidebar = class UISidebar extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_0
2622
2636
  * Add handle resizer
2623
2637
  */
2624
2638
  addResize() {
2625
- _traits_resize_resize__WEBPACK_IMPORTED_MODULE_2__/* .UIResize.remove */ .c.remove(this);
2626
- _traits_resize_resize__WEBPACK_IMPORTED_MODULE_2__/* .UIResize.install */ .c.install(this, screen.width > 450 ? 'right' : 'bottom');
2639
+ jodit_pro_traits_resize_resize__WEBPACK_IMPORTED_MODULE_3__/* .UIResize.remove */ .c.remove(this);
2640
+ jodit_pro_traits_resize_resize__WEBPACK_IMPORTED_MODULE_3__/* .UIResize.install */ .c.install(this, screen.width > 450 ? 'right' : 'bottom');
2627
2641
  }
2628
2642
  constructor(jodit, elements, state) {
2629
2643
  super(jodit, elements);
@@ -2670,11 +2684,12 @@ UISidebar = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .gn)([
2670
2684
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
2671
2685
  /* harmony export */ "f": function() { return /* binding */ UIBrowserSource; }
2672
2686
  /* harmony export */ });
2673
- /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(97582);
2674
- /* harmony import */ var jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(75004);
2675
- /* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(50526);
2676
- /* harmony import */ var _tree_tree__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(91919);
2677
- /* harmony import */ var jodit_core_helpers__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(95582);
2687
+ /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(97582);
2688
+ /* harmony import */ var jodit_core_ui_element__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(84789);
2689
+ /* harmony import */ var jodit_core_decorators_component_component__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(94707);
2690
+ /* harmony import */ var jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(52378);
2691
+ /* harmony import */ var jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_1__);
2692
+ /* harmony import */ var jodit_pro_plugins_finder_ui_tree_tree__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(91919);
2678
2693
  /*!
2679
2694
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
2680
2695
  * See LICENSE.md in the project root for license information.
@@ -2686,7 +2701,7 @@ UISidebar = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .gn)([
2686
2701
 
2687
2702
 
2688
2703
 
2689
- let UIBrowserSource = class UIBrowserSource extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__/* .UIElement */ .u1 {
2704
+ let UIBrowserSource = class UIBrowserSource extends jodit_core_ui_element__WEBPACK_IMPORTED_MODULE_0__/* .UIElement */ .u {
2690
2705
  /** @override */
2691
2706
  className() {
2692
2707
  return 'UIBrowserSource';
@@ -2701,7 +2716,7 @@ let UIBrowserSource = class UIBrowserSource extends jodit_core_ui__WEBPACK_IMPOR
2701
2716
  constructor(jodit, data) {
2702
2717
  super(jodit, data);
2703
2718
  this.data = data;
2704
- this.tree = new _tree_tree__WEBPACK_IMPORTED_MODULE_2__/* .UITree */ .v(this.j, this.data.children);
2719
+ this.tree = new jodit_pro_plugins_finder_ui_tree_tree__WEBPACK_IMPORTED_MODULE_2__/* .UITree */ .v(this.j, this.data.children);
2705
2720
  /** @override */
2706
2721
  this.syncMod = true;
2707
2722
  const name = this.getElm('name');
@@ -2715,8 +2730,8 @@ let UIBrowserSource = class UIBrowserSource extends jodit_core_ui__WEBPACK_IMPOR
2715
2730
  });
2716
2731
  }
2717
2732
  };
2718
- UIBrowserSource = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .gn)([
2719
- jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.component
2733
+ UIBrowserSource = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)([
2734
+ jodit_core_decorators_component_component__WEBPACK_IMPORTED_MODULE_4__/* .component */ .w
2720
2735
  ], UIBrowserSource);
2721
2736
 
2722
2737
 
@@ -2732,7 +2747,7 @@ UIBrowserSource = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .gn)([
2732
2747
  /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(97582);
2733
2748
  /* harmony import */ var jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(75004);
2734
2749
  /* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(50526);
2735
- /* harmony import */ var _source_source__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(21596);
2750
+ /* harmony import */ var jodit_pro_plugins_finder_ui_source_source__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(21596);
2736
2751
  /*!
2737
2752
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
2738
2753
  * See LICENSE.md in the project root for license information.
@@ -2756,7 +2771,7 @@ let UIBrowserSources = class UIBrowserSources extends jodit_core_ui__WEBPACK_IMP
2756
2771
  build(items) {
2757
2772
  this.clear();
2758
2773
  items.forEach((item) => {
2759
- this.append(new _source_source__WEBPACK_IMPORTED_MODULE_2__/* .UIBrowserSource */ .f(this.jodit, item));
2774
+ this.append(new jodit_pro_plugins_finder_ui_source_source__WEBPACK_IMPORTED_MODULE_2__/* .UIBrowserSource */ .f(this.jodit, item));
2760
2775
  });
2761
2776
  }
2762
2777
  };
@@ -2777,7 +2792,8 @@ UIBrowserSources = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)([
2777
2792
  /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(97582);
2778
2793
  /* harmony import */ var jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(75004);
2779
2794
  /* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(50526);
2780
- /* harmony import */ var jodit_core_helpers__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(95582);
2795
+ /* harmony import */ var jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(52378);
2796
+ /* harmony import */ var jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_2__);
2781
2797
  /*!
2782
2798
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
2783
2799
  * See LICENSE.md in the project root for license information.
@@ -2822,10 +2838,10 @@ UIBrowserStatusBar = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)
2822
2838
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
2823
2839
  /* harmony export */ "v": function() { return /* binding */ UITree; }
2824
2840
  /* harmony export */ });
2825
- /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(97582);
2826
- /* harmony import */ var jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(75004);
2827
- /* harmony import */ var jodit_core_decorators_index__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(50526);
2828
- /* harmony import */ var _folder_folder__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(9890);
2841
+ /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(97582);
2842
+ /* harmony import */ var jodit_core_ui_group_group__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(91630);
2843
+ /* harmony import */ var jodit_core_decorators_component_component__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(94707);
2844
+ /* harmony import */ var jodit_pro_plugins_finder_ui_folder_folder__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(9890);
2829
2845
  /*!
2830
2846
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
2831
2847
  * See LICENSE.md in the project root for license information.
@@ -2837,7 +2853,7 @@ var UITree_1;
2837
2853
 
2838
2854
 
2839
2855
 
2840
- let UITree = UITree_1 = class UITree extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__/* .UIGroup */ .qe {
2856
+ let UITree = UITree_1 = class UITree extends jodit_core_ui_group_group__WEBPACK_IMPORTED_MODULE_0__/* .UIGroup */ .q {
2841
2857
  /** @override */
2842
2858
  className() {
2843
2859
  return 'UITree';
@@ -2851,7 +2867,7 @@ let UITree = UITree_1 = class UITree extends jodit_core_ui__WEBPACK_IMPORTED_MOD
2851
2867
  build(items) {
2852
2868
  this.clear();
2853
2869
  items.forEach((item) => {
2854
- const folder = new _folder_folder__WEBPACK_IMPORTED_MODULE_2__/* .UIBrowserFolder */ .D(this.jodit, item);
2870
+ const folder = new jodit_pro_plugins_finder_ui_folder_folder__WEBPACK_IMPORTED_MODULE_1__/* .UIBrowserFolder */ .D(this.jodit, item);
2855
2871
  this.append(folder);
2856
2872
  if (item.isActive) {
2857
2873
  folder.setMod('active', true);
@@ -2862,8 +2878,8 @@ let UITree = UITree_1 = class UITree extends jodit_core_ui__WEBPACK_IMPORTED_MOD
2862
2878
  });
2863
2879
  }
2864
2880
  };
2865
- UITree = UITree_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)([
2866
- jodit_core_decorators_index__WEBPACK_IMPORTED_MODULE_1__.component
2881
+ UITree = UITree_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_2__/* .__decorate */ .gn)([
2882
+ jodit_core_decorators_component_component__WEBPACK_IMPORTED_MODULE_3__/* .component */ .w
2867
2883
  ], UITree);
2868
2884
 
2869
2885
 
@@ -2877,12 +2893,12 @@ UITree = UITree_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)(
2877
2893
  /* harmony export */ "d": function() { return /* binding */ UIVirtualScroll; }
2878
2894
  /* harmony export */ });
2879
2895
  /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(97582);
2880
- /* harmony import */ var jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(75004);
2896
+ /* harmony import */ var jodit_core_ui_group_group__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(91630);
2881
2897
  /* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(50526);
2882
- /* harmony import */ var _item_item__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(87695);
2883
- /* harmony import */ var jodit_modules_file_browser_builders_item__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(45545);
2884
- /* harmony import */ var _traits_select_items_select_items__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(81766);
2885
- /* harmony import */ var jodit_core_helpers__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(95582);
2898
+ /* harmony import */ var jodit_modules_file_browser_builders_item__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(45545);
2899
+ /* harmony import */ var jodit_core_helpers_size_position__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(90174);
2900
+ /* harmony import */ var jodit_pro_traits_select_items_select_items__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(81766);
2901
+ /* harmony import */ var jodit_pro_plugins_finder_ui_item_item__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(87695);
2886
2902
  /*!
2887
2903
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
2888
2904
  * See LICENSE.md in the project root for license information.
@@ -2897,7 +2913,7 @@ var UIVirtualScroll_1;
2897
2913
 
2898
2914
 
2899
2915
 
2900
- let UIVirtualScroll = UIVirtualScroll_1 = class UIVirtualScroll extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__/* .UIGroup */ .qe {
2916
+ let UIVirtualScroll = UIVirtualScroll_1 = class UIVirtualScroll extends jodit_core_ui_group_group__WEBPACK_IMPORTED_MODULE_0__/* .UIGroup */ .q {
2901
2917
  /** @override */
2902
2918
  className() {
2903
2919
  return 'UIVirtualScroll';
@@ -2921,7 +2937,7 @@ let UIVirtualScroll = UIVirtualScroll_1 = class UIVirtualScroll extends jodit_co
2921
2937
  const clearIndex = this.elements.findIndex((elm, index) => {
2922
2938
  return (!items[index] ||
2923
2939
  elm.item.uniqueHashKey !==
2924
- jodit_modules_file_browser_builders_item__WEBPACK_IMPORTED_MODULE_3__/* .FileBrowserItem.create */ .Z.create(items[index]).uniqueHashKey);
2940
+ jodit_modules_file_browser_builders_item__WEBPACK_IMPORTED_MODULE_2__/* .FileBrowserItem.create */ .Z.create(items[index]).uniqueHashKey);
2925
2941
  });
2926
2942
  if (clearIndex > -1) {
2927
2943
  for (let i = clearIndex; i < this.elements.length; i += 1) {
@@ -2936,7 +2952,7 @@ let UIVirtualScroll = UIVirtualScroll_1 = class UIVirtualScroll extends jodit_co
2936
2952
  items
2937
2953
  .slice(clearIndex > -1 ? clearIndex : this.elements.length)
2938
2954
  .forEach((item) => {
2939
- const elm = new _item_item__WEBPACK_IMPORTED_MODULE_2__/* .UIBrowserItem */ .u(this.jodit, item);
2955
+ const elm = new jodit_pro_plugins_finder_ui_item_item__WEBPACK_IMPORTED_MODULE_4__/* .UIBrowserItem */ .u(this.jodit, item);
2940
2956
  Object.keys(this.mods).forEach((mod) => {
2941
2957
  elm.setMod(mod, this.mods[mod]);
2942
2958
  });
@@ -2961,7 +2977,7 @@ let UIVirtualScroll = UIVirtualScroll_1 = class UIVirtualScroll extends jodit_co
2961
2977
  this.setMod('dragover', false);
2962
2978
  }
2963
2979
  addItemsSelector() {
2964
- _traits_select_items_select_items__WEBPACK_IMPORTED_MODULE_4__/* .UISelectItems.install */ .r.install(this);
2980
+ jodit_pro_traits_select_items_select_items__WEBPACK_IMPORTED_MODULE_3__/* .UISelectItems.install */ .r.install(this);
2965
2981
  }
2966
2982
  static intersectRect(r1, r2) {
2967
2983
  return !(r2.left > r1.left + r1.width ||
@@ -2972,7 +2988,7 @@ let UIVirtualScroll = UIVirtualScroll_1 = class UIVirtualScroll extends jodit_co
2972
2988
  onSelectItems(bound) {
2973
2989
  const selected = [];
2974
2990
  this.elements.forEach((elm) => {
2975
- const pos = (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_5__.position)(elm.container);
2991
+ const pos = (0,jodit_core_helpers_size_position__WEBPACK_IMPORTED_MODULE_5__/* .position */ .F)(elm.container);
2976
2992
  if (UIVirtualScroll_1.intersectRect(pos, bound)) {
2977
2993
  selected.push(elm.item);
2978
2994
  }