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
  */
@@ -409,7 +409,6 @@ module.exports = "<svg viewBox=\"0 0 47 61\" fill=\"none\" xmlns=\"http://www.w3
409
409
  /* harmony import */ var jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(75004);
410
410
  /* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(50526);
411
411
  /* harmony import */ var jodit_core_helpers__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(95582);
412
- /* harmony import */ var autobind_decorator__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(23185);
413
412
  /*!
414
413
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
415
414
  * See LICENSE.md in the project root for license information.
@@ -420,7 +419,6 @@ module.exports = "<svg viewBox=\"0 0 47 61\" fill=\"none\" xmlns=\"http://www.w3
420
419
 
421
420
 
422
421
 
423
-
424
422
  let UIRange = class UIRange extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__/* .UIInput */ .u3 {
425
423
  /** @override */
426
424
  className() {
@@ -498,7 +496,7 @@ let UIRange = class UIRange extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__/*
498
496
  (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)(['handle:mousedown', 'handle:touchstart'])
499
497
  ], UIRange.prototype, "onDragStart", null);
500
498
  (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)([
501
- autobind_decorator__WEBPACK_IMPORTED_MODULE_4__/* ["default"] */ .ZP
499
+ jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.autobind
502
500
  ], UIRange.prototype, "onDrag", null);
503
501
  (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)([
504
502
  (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)(['j.ow:mouseup', 'j.ow:touchend'])
@@ -520,7 +518,7 @@ UIRange = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)([
520
518
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
521
519
  /* harmony export */ "T": function() { return /* binding */ ColorInput; }
522
520
  /* harmony export */ });
523
- /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(97582);
521
+ /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(97582);
524
522
  /* harmony import */ var jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(75004);
525
523
  /* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(50526);
526
524
  /* harmony import */ var jodit_core_helpers__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(95582);
@@ -528,6 +526,8 @@ UIRange = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)([
528
526
  /* harmony import */ var a_color_picker__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(a_color_picker__WEBPACK_IMPORTED_MODULE_3__);
529
527
  /* harmony import */ var jodit_modules__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(8079);
530
528
  /* harmony import */ var jodit_core_constants__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(11612);
529
+ /* harmony import */ var jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(52378);
530
+ /* harmony import */ var jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_6__);
531
531
  /*!
532
532
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
533
533
  * See LICENSE.md in the project root for license information.
@@ -602,13 +602,13 @@ let ColorInput = class ColorInput extends jodit_core_ui__WEBPACK_IMPORTED_MODULE
602
602
  }
603
603
  }
604
604
  };
605
- (0,tslib__WEBPACK_IMPORTED_MODULE_6__/* .__decorate */ .gn)([
605
+ (0,tslib__WEBPACK_IMPORTED_MODULE_7__/* .__decorate */ .gn)([
606
606
  (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)(':change')
607
607
  ], ColorInput.prototype, "onChangeSelfValue", null);
608
- (0,tslib__WEBPACK_IMPORTED_MODULE_6__/* .__decorate */ .gn)([
608
+ (0,tslib__WEBPACK_IMPORTED_MODULE_7__/* .__decorate */ .gn)([
609
609
  (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)('nativeInput:keydown')
610
610
  ], ColorInput.prototype, "onEscKeyDown", null);
611
- ColorInput = (0,tslib__WEBPACK_IMPORTED_MODULE_6__/* .__decorate */ .gn)([
611
+ ColorInput = (0,tslib__WEBPACK_IMPORTED_MODULE_7__/* .__decorate */ .gn)([
612
612
  jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.component
613
613
  ], ColorInput);
614
614
 
@@ -619,20 +619,41 @@ ColorInput = (0,tslib__WEBPACK_IMPORTED_MODULE_6__/* .__decorate */ .gn)([
619
619
  /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
620
620
 
621
621
  "use strict";
622
- /* harmony import */ var jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(75004);
622
+ /* harmony import */ var jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(10503);
623
+ /* harmony import */ var _icon_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(76941);
624
+ /* harmony import */ var _icon_svg__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_icon_svg__WEBPACK_IMPORTED_MODULE_1__);
625
+ /* harmony import */ var _hand_svg__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(13050);
626
+ /* harmony import */ var _hand_svg__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_hand_svg__WEBPACK_IMPORTED_MODULE_2__);
627
+ /* harmony import */ var _polygon_svg__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(35122);
628
+ /* harmony import */ var _polygon_svg__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_polygon_svg__WEBPACK_IMPORTED_MODULE_3__);
629
+ /* harmony import */ var _marker_svg__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(9472);
630
+ /* harmony import */ var _marker_svg__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_marker_svg__WEBPACK_IMPORTED_MODULE_4__);
631
+ /* harmony import */ var _text_svg__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(78400);
632
+ /* harmony import */ var _text_svg__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_text_svg__WEBPACK_IMPORTED_MODULE_5__);
633
+ /* harmony import */ var _polyline_svg__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(56712);
634
+ /* harmony import */ var _polyline_svg__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_polyline_svg__WEBPACK_IMPORTED_MODULE_6__);
635
+ /* harmony import */ var _circle_svg__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(50403);
636
+ /* harmony import */ var _circle_svg__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_circle_svg__WEBPACK_IMPORTED_MODULE_7__);
623
637
  /*!
624
638
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
625
639
  * See LICENSE.md in the project root for license information.
626
640
  * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
627
641
  */
628
642
 
629
- jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__/* .Icon.set */ .JO.set('map', __webpack_require__(76941))
630
- .set('edit-hand', __webpack_require__(13050))
631
- .set('edit-polygon', __webpack_require__(35122))
632
- .set('edit-marker', __webpack_require__(9472))
633
- .set('edit-text', __webpack_require__(78400))
634
- .set('edit-polyline', __webpack_require__(56712))
635
- .set('edit-circle', __webpack_require__(50403));
643
+
644
+
645
+
646
+
647
+
648
+
649
+
650
+ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_0__/* .Icon.set */ .J.set('map', (_icon_svg__WEBPACK_IMPORTED_MODULE_1___default()))
651
+ .set('edit-hand', (_hand_svg__WEBPACK_IMPORTED_MODULE_2___default()))
652
+ .set('edit-polygon', (_polygon_svg__WEBPACK_IMPORTED_MODULE_3___default()))
653
+ .set('edit-marker', (_marker_svg__WEBPACK_IMPORTED_MODULE_4___default()))
654
+ .set('edit-text', (_text_svg__WEBPACK_IMPORTED_MODULE_5___default()))
655
+ .set('edit-polyline', (_polyline_svg__WEBPACK_IMPORTED_MODULE_6___default()))
656
+ .set('edit-circle', (_circle_svg__WEBPACK_IMPORTED_MODULE_7___default()));
636
657
 
637
658
 
638
659
  /***/ }),
@@ -725,7 +746,7 @@ __webpack_require__.r(__webpack_exports__);
725
746
  /* harmony export */ });
726
747
  /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(97582);
727
748
  /* harmony import */ var jodit_core_plugin__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(7324);
728
- /* harmony import */ var _JoditPro__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(88292);
749
+ /* harmony import */ var jodit_pro_jodit_pro__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(53852);
729
750
  /* harmony import */ var _config__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(52524);
730
751
  /* harmony import */ var _assets__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(51852);
731
752
  /* harmony import */ var jodit_modules_widget__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(68699);
@@ -735,11 +756,11 @@ __webpack_require__.r(__webpack_exports__);
735
756
  /* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(50526);
736
757
  /* harmony import */ var jodit_modules_dialog_dialog__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(1875);
737
758
  /* harmony import */ var _ui__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(40540);
738
- /* harmony import */ var _helpers_helpers__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(26239);
759
+ /* harmony import */ var _helpers_helpers__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(26239);
739
760
  /* harmony import */ var _helpers_static_url__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(3510);
740
761
  /* harmony import */ var _ui_combo_box_combo_box__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(97167);
741
- /* harmony import */ var _helpers_generate_js_script__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(88408);
742
- /* harmony import */ var _helpers_const__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(22709);
762
+ /* harmony import */ var _helpers_generate_js_script__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(88408);
763
+ /* harmony import */ var _helpers_const__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(22709);
743
764
  /*!
744
765
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
745
766
  * See LICENSE.md in the project root for license information.
@@ -764,7 +785,7 @@ __webpack_require__.r(__webpack_exports__);
764
785
 
765
786
 
766
787
  // @ts-ignore
767
- window['JoditGoogleReadyHandler'] = _helpers_helpers__WEBPACK_IMPORTED_MODULE_14__/* .GoogleReadyHandler */ .VI;
788
+ window['JoditGoogleReadyHandler'] = _helpers_helpers__WEBPACK_IMPORTED_MODULE_13__/* .GoogleReadyHandler */ .VI;
768
789
  class googleMaps extends jodit_core_plugin__WEBPACK_IMPORTED_MODULE_0__/* .Plugin */ .S {
769
790
  constructor() {
770
791
  super(...arguments);
@@ -777,7 +798,7 @@ class googleMaps extends jodit_core_plugin__WEBPACK_IMPORTED_MODULE_0__/* .Plugi
777
798
  return 'google-maps';
778
799
  }
779
800
  afterInit(jodit) {
780
- jodit.registerCommand(_helpers_const__WEBPACK_IMPORTED_MODULE_15__/* .COMMAND_OPEN_DIALOG */ .o, () => {
801
+ jodit.registerCommand(_helpers_const__WEBPACK_IMPORTED_MODULE_14__/* .COMMAND_OPEN_DIALOG */ .o, () => {
781
802
  void this.openMapEditor(null, {});
782
803
  });
783
804
  }
@@ -797,10 +818,10 @@ class googleMaps extends jodit_core_plugin__WEBPACK_IMPORTED_MODULE_0__/* .Plugi
797
818
  const jodit = this.j;
798
819
  const dialog = this.getDialog();
799
820
  const state = this.j.o.googleMaps.saveStateInStorage
800
- ? dialog.storage.get(_helpers_const__WEBPACK_IMPORTED_MODULE_15__/* .STORAGE_KEY */ .U)
821
+ ? dialog.storage.get(_helpers_const__WEBPACK_IMPORTED_MODULE_14__/* .STORAGE_KEY */ .U)
801
822
  : undefined;
802
823
  const { apiUrl } = this.jodit.o.googleMaps;
803
- if (!(0,_helpers_helpers__WEBPACK_IMPORTED_MODULE_14__/* .isApiAvailable */ .Ez)()) {
824
+ if (!(0,_helpers_helpers__WEBPACK_IMPORTED_MODULE_13__/* .isApiAvailable */ .Ez)()) {
804
825
  void (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_6__.appendScriptAsync)(this.jodit, apiUrl.replace(/\${([^}]+)}/g, (_, key) => this.get(key) ?? ''));
805
826
  }
806
827
  const openState = {
@@ -820,13 +841,13 @@ class googleMaps extends jodit_core_plugin__WEBPACK_IMPORTED_MODULE_0__/* .Plugi
820
841
  search.container.classList.add(dialog.getFullElName('search'));
821
842
  this.j.async
822
843
  .promise((resolve) => {
823
- if ((0,_helpers_helpers__WEBPACK_IMPORTED_MODULE_14__/* .isApiAvailable */ .Ez)()) {
844
+ if ((0,_helpers_helpers__WEBPACK_IMPORTED_MODULE_13__/* .isApiAvailable */ .Ez)()) {
824
845
  resolve(0);
825
846
  return;
826
847
  }
827
848
  // TODO - Need check googleReady
828
849
  const intervalChecker = () => {
829
- if ((0,_helpers_helpers__WEBPACK_IMPORTED_MODULE_14__/* .isApiAvailable */ .Ez)()) {
850
+ if ((0,_helpers_helpers__WEBPACK_IMPORTED_MODULE_13__/* .isApiAvailable */ .Ez)()) {
830
851
  resolve(0);
831
852
  }
832
853
  else {
@@ -834,7 +855,7 @@ class googleMaps extends jodit_core_plugin__WEBPACK_IMPORTED_MODULE_0__/* .Plugi
834
855
  }
835
856
  };
836
857
  intervalChecker();
837
- (0,_helpers_helpers__WEBPACK_IMPORTED_MODULE_14__/* .googleReady */ .iE)(resolve);
858
+ (0,_helpers_helpers__WEBPACK_IMPORTED_MODULE_13__/* .googleReady */ .iE)(resolve);
838
859
  })
839
860
  .then(() => {
840
861
  uiMap.setStatus('ready');
@@ -950,7 +971,7 @@ class googleMaps extends jodit_core_plugin__WEBPACK_IMPORTED_MODULE_0__/* .Plugi
950
971
  json = JSON.parse(this.j.ow.atob(jsonB64));
951
972
  }
952
973
  catch { }
953
- return `${_1} id="${json.uid}" ${q}data-google-maps${q}=${q2}${jsonB64}${q2}${rest}${(0,_helpers_generate_js_script__WEBPACK_IMPORTED_MODULE_13__/* .generateJSScript */ .q)(this.j, json)}`;
974
+ return `${_1} id="${json.uid}" ${q}data-google-maps${q}=${q2}${jsonB64}${q2}${rest}${(0,_helpers_generate_js_script__WEBPACK_IMPORTED_MODULE_15__/* .generateJSScript */ .q)(this.j, json)}`;
954
975
  });
955
976
  }
956
977
  }
@@ -964,7 +985,7 @@ googleMaps.requires = ['license', 'color-picker'];
964
985
  (0,tslib__WEBPACK_IMPORTED_MODULE_16__/* .__decorate */ .gn)([
965
986
  (0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_8__.watch)(':afterGetValueFromEditor')
966
987
  ], googleMaps.prototype, "onAfterGetValueFromEditor", null);
967
- _JoditPro__WEBPACK_IMPORTED_MODULE_1__/* .JoditPro.plugins.add */ .y.plugins.add('google-maps', googleMaps);
988
+ jodit_pro_jodit_pro__WEBPACK_IMPORTED_MODULE_1__/* .JoditPro.plugins.add */ .y.plugins.add('google-maps', googleMaps);
968
989
 
969
990
 
970
991
  /***/ }),
@@ -995,7 +1016,7 @@ const COMMAND_OPEN_DIALOG = 'googleMapsDialog';
995
1016
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
996
1017
  /* harmony export */ "q": function() { return /* binding */ generateJSScript; }
997
1018
  /* harmony export */ });
998
- /* harmony import */ var jodit_core_helpers__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(95582);
1019
+ /* harmony import */ var jodit_core_helpers_string_ucfirst__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(92787);
999
1020
 
1000
1021
  function generateJSScript(jodit, state) {
1001
1022
  return `<${'script'} class="jodit-google-maps-init" type="text/javascript">
@@ -1052,7 +1073,7 @@ function generateJSScript(jodit, state) {
1052
1073
  }, ${JSON.stringify(state.controls)}));
1053
1074
 
1054
1075
  if (${state.layer !== 'default'}) {
1055
- new google.maps.${(0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_0__.ucfirst)(state.layer)}Layer().setMap(map);
1076
+ new google.maps.${(0,jodit_core_helpers_string_ucfirst__WEBPACK_IMPORTED_MODULE_0__/* .ucfirst */ .P)(state.layer)}Layer().setMap(map);
1056
1077
  }
1057
1078
 
1058
1079
  var infoWindow = new google.maps.InfoWindow();
@@ -1134,8 +1155,8 @@ function generateJSScript(jodit, state) {
1134
1155
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1135
1156
  /* harmony export */ "J": function() { return /* binding */ generateStaticElements; }
1136
1157
  /* harmony export */ });
1158
+ /* harmony import */ var jodit_core_helpers_html_strip_tags__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2547);
1137
1159
  /* harmony import */ var _helpers__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(26239);
1138
- /* harmony import */ var jodit_core_helpers__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(95582);
1139
1160
  /*!
1140
1161
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
1141
1162
  * See LICENSE.md in the project root for license information.
@@ -1152,7 +1173,7 @@ function generateStaticElements(uiMap) {
1152
1173
  case 'polyline':
1153
1174
  return `&path=weight:${elm.strokeWeight ?? 1}%7Ccolor:${(0,_helpers__WEBPACK_IMPORTED_MODULE_1__/* .specialColor */ .n2)(elm.strokeColor ?? '#fff')}%7Cenc:${google.maps.geometry.encoding.encodePath((0,_helpers__WEBPACK_IMPORTED_MODULE_1__/* .arrayToPath */ .lL)(elm.coordinates))}`;
1154
1175
  case 'marker':
1155
- return `&markers=color:blue%7Clabel:${encodeURIComponent((0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_0__.stripTags)(elm.text ?? '')
1176
+ return `&markers=color:blue%7Clabel:${encodeURIComponent((0,jodit_core_helpers_html_strip_tags__WEBPACK_IMPORTED_MODULE_0__/* .stripTags */ .o)(elm.text ?? '')
1156
1177
  .charAt(0)
1157
1178
  .toUpperCase())}%7C${elm.coordinates}`;
1158
1179
  }
@@ -1393,8 +1414,8 @@ class UIBaseEditor extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__/* .UIGroup
1393
1414
  /* harmony export */ });
1394
1415
  /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(97582);
1395
1416
  /* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(50526);
1396
- /* harmony import */ var _wysiwyg_wysiwyg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(15191);
1397
- /* harmony import */ var _base__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(57144);
1417
+ /* harmony import */ var jodit_pro_plugins_google_maps_ui_wysiwyg_wysiwyg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(15191);
1418
+ /* harmony import */ var jodit_pro_plugins_google_maps_ui_editors_base__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(57144);
1398
1419
  /*!
1399
1420
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
1400
1421
  * See LICENSE.md in the project root for license information.
@@ -1404,10 +1425,10 @@ class UIBaseEditor extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__/* .UIGroup
1404
1425
 
1405
1426
 
1406
1427
 
1407
- let UIMarkerEditor = class UIMarkerEditor extends _base__WEBPACK_IMPORTED_MODULE_2__/* .UIBaseEditor */ .z {
1428
+ let UIMarkerEditor = class UIMarkerEditor extends jodit_pro_plugins_google_maps_ui_editors_base__WEBPACK_IMPORTED_MODULE_2__/* .UIBaseEditor */ .z {
1408
1429
  onReady() {
1409
1430
  super.onReady();
1410
- const editor = new _wysiwyg_wysiwyg__WEBPACK_IMPORTED_MODULE_1__/* .UIWysiwyg */ .d(this.j, this.options.googleMaps.inlineEditorOptions, this.state.text ?? '', (value) => this.j.e.fire(this, 'change', 'text', value));
1431
+ const editor = new jodit_pro_plugins_google_maps_ui_wysiwyg_wysiwyg__WEBPACK_IMPORTED_MODULE_1__/* .UIWysiwyg */ .d(this.j, this.options.googleMaps.inlineEditorOptions, this.state.text ?? '', (value) => this.j.e.fire(this, 'change', 'text', value));
1411
1432
  this.append(editor, 'form');
1412
1433
  }
1413
1434
  };
@@ -1430,9 +1451,9 @@ UIMarkerEditor = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)([
1430
1451
  /* harmony export */ });
1431
1452
  /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(97582);
1432
1453
  /* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(50526);
1433
- /* harmony import */ var _color_picker_ui_input_color_input__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(39445);
1434
- /* harmony import */ var _polyline_polyline__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(93565);
1435
- /* harmony import */ var _core_ui_form_range_range__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(48163);
1454
+ /* harmony import */ var jodit_pro_plugins_color_picker_ui_input_color_input__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(39445);
1455
+ /* harmony import */ var jodit_pro_core_ui_form_range_range__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(48163);
1456
+ /* harmony import */ var jodit_pro_plugins_google_maps_ui_editors_polyline_polyline__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(93565);
1436
1457
  /*!
1437
1458
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
1438
1459
  * See LICENSE.md in the project root for license information.
@@ -1443,15 +1464,15 @@ UIMarkerEditor = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)([
1443
1464
 
1444
1465
 
1445
1466
 
1446
- let UIPolygonEditor = class UIPolygonEditor extends _polyline_polyline__WEBPACK_IMPORTED_MODULE_2__/* .UIPolylineEditor */ .e {
1467
+ let UIPolygonEditor = class UIPolygonEditor extends jodit_pro_plugins_google_maps_ui_editors_polyline_polyline__WEBPACK_IMPORTED_MODULE_3__/* .UIPolylineEditor */ .e {
1447
1468
  onReady() {
1448
1469
  this.append([
1449
- new _color_picker_ui_input_color_input__WEBPACK_IMPORTED_MODULE_1__/* .ColorInput */ .T(this.j, {
1470
+ new jodit_pro_plugins_color_picker_ui_input_color_input__WEBPACK_IMPORTED_MODULE_1__/* .ColorInput */ .T(this.j, {
1450
1471
  label: 'Fill color',
1451
1472
  value: this.state.fillColor ?? '#000',
1452
1473
  onChange: (value) => this.j.e.fire(this, 'change', 'fillColor', value)
1453
1474
  }).setMod('trigger', false),
1454
- new _core_ui_form_range_range__WEBPACK_IMPORTED_MODULE_3__/* .UIRange */ .W(this.j, {
1475
+ new jodit_pro_core_ui_form_range_range__WEBPACK_IMPORTED_MODULE_2__/* .UIRange */ .W(this.j, {
1455
1476
  label: 'Opacity',
1456
1477
  min: 0,
1457
1478
  max: 1,
@@ -1482,9 +1503,9 @@ UIPolygonEditor = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .gn)([
1482
1503
  /* harmony export */ });
1483
1504
  /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(97582);
1484
1505
  /* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(50526);
1485
- /* harmony import */ var _base__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(57144);
1486
- /* harmony import */ var _color_picker_ui_input_color_input__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(39445);
1487
- /* harmony import */ var jodit_core_ui__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(75004);
1506
+ /* harmony import */ var jodit_core_ui_form_inputs_input_input__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(77902);
1507
+ /* harmony import */ var jodit_pro_plugins_color_picker_ui_input_color_input__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(39445);
1508
+ /* harmony import */ var jodit_pro_plugins_google_maps_ui_editors_base__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(57144);
1488
1509
  /*!
1489
1510
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
1490
1511
  * See LICENSE.md in the project root for license information.
@@ -1495,17 +1516,17 @@ UIPolygonEditor = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .gn)([
1495
1516
 
1496
1517
 
1497
1518
 
1498
- let UIPolylineEditor = class UIPolylineEditor extends _base__WEBPACK_IMPORTED_MODULE_1__/* .UIBaseEditor */ .z {
1519
+ let UIPolylineEditor = class UIPolylineEditor extends jodit_pro_plugins_google_maps_ui_editors_base__WEBPACK_IMPORTED_MODULE_3__/* .UIBaseEditor */ .z {
1499
1520
  onReady() {
1500
1521
  super.onReady();
1501
1522
  this.append([
1502
- new jodit_core_ui__WEBPACK_IMPORTED_MODULE_3__/* .UIInput */ .u3(this.j, {
1523
+ new jodit_core_ui_form_inputs_input_input__WEBPACK_IMPORTED_MODULE_1__/* .UIInput */ .u(this.j, {
1503
1524
  label: 'Stroke weight',
1504
1525
  value: this.state.strokeWeight ?? 1,
1505
1526
  type: 'number',
1506
1527
  onChange: (value) => this.j.e.fire(this, 'change', 'strokeWeight', value)
1507
1528
  }),
1508
- new _color_picker_ui_input_color_input__WEBPACK_IMPORTED_MODULE_2__/* .ColorInput */ .T(this.j, {
1529
+ new jodit_pro_plugins_color_picker_ui_input_color_input__WEBPACK_IMPORTED_MODULE_2__/* .ColorInput */ .T(this.j, {
1509
1530
  label: 'Stroke color',
1510
1531
  value: this.state.strokeColor ?? '#000',
1511
1532
  onChange: (value) => this.j.e.fire(this, 'change', 'strokeColor', value)
@@ -1562,13 +1583,14 @@ UIPolylineEditor = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .gn)([
1562
1583
  /* harmony import */ var jodit_core_global__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(81160);
1563
1584
  /* harmony import */ var jodit_core_ui__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(75004);
1564
1585
  /* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(50526);
1565
- /* harmony import */ var jodit_core_helpers__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(95582);
1566
- /* harmony import */ var jodit_modules__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(8079);
1567
- /* harmony import */ var _helpers_const__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(22709);
1568
- /* harmony import */ var _modules_init_or_update_element_from_state__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(54700);
1569
- /* harmony import */ var jodit_core_helpers_utils__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(98478);
1570
- /* harmony import */ var _config__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(52524);
1571
- /* harmony import */ var _modules__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(99331);
1586
+ /* harmony import */ var jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(18002);
1587
+ /* harmony import */ var jodit_modules_toolbar_collection_collection__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(60731);
1588
+ /* harmony import */ var jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(52378);
1589
+ /* 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__);
1590
+ /* harmony import */ var jodit_pro_plugins_google_maps_helpers_const__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(22709);
1591
+ /* harmony import */ var jodit_pro_plugins_google_maps_config__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(52524);
1592
+ /* harmony import */ var _modules_init_or_update_element_from_state__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(54700);
1593
+ /* harmony import */ var _modules__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(99331);
1572
1594
  /*!
1573
1595
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
1574
1596
  * See LICENSE.md in the project root for license information.
@@ -1658,7 +1680,7 @@ class UIMap extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_1__/* .UIGroup */ .qe
1658
1680
  this.drawingManager = drawingManager;
1659
1681
  google.maps.event.addListener(drawingManager, 'overlaycomplete', (event) => {
1660
1682
  if (event.overlay) {
1661
- _modules__WEBPACK_IMPORTED_MODULE_8__/* .addNewInState.call */ .Tf.call(this, event.overlay);
1683
+ _modules__WEBPACK_IMPORTED_MODULE_7__/* .addNewInState.call */ .Tf.call(this, event.overlay);
1662
1684
  event.overlay.setMap(null);
1663
1685
  }
1664
1686
  });
@@ -1683,7 +1705,7 @@ class UIMap extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_1__/* .UIGroup */ .qe
1683
1705
  });
1684
1706
  }
1685
1707
  mapElements.length = elements.length;
1686
- elements.forEach((state, index) => _modules_init_or_update_element_from_state__WEBPACK_IMPORTED_MODULE_5__/* .initOrUpdateElementFromState.call */ .O.call(this, state, index));
1708
+ elements.forEach((state, index) => _modules_init_or_update_element_from_state__WEBPACK_IMPORTED_MODULE_6__/* .initOrUpdateElementFromState.call */ .O.call(this, state, index));
1687
1709
  }
1688
1710
  onChangeCenter() {
1689
1711
  const center = this.map.getCenter();
@@ -1706,7 +1728,7 @@ class UIMap extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_1__/* .UIGroup */ .qe
1706
1728
  }
1707
1729
  onChangeBound() {
1708
1730
  this.options.googleMaps.saveStateInStorage &&
1709
- this.j.storage.set(_helpers_const__WEBPACK_IMPORTED_MODULE_9__/* .STORAGE_KEY */ .U, {
1731
+ this.j.storage.set(jodit_pro_plugins_google_maps_helpers_const__WEBPACK_IMPORTED_MODULE_8__/* .STORAGE_KEY */ .U, {
1710
1732
  center: this.state.center,
1711
1733
  size: this.state.size,
1712
1734
  zoom: this.state.zoom,
@@ -1718,7 +1740,7 @@ class UIMap extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_1__/* .UIGroup */ .qe
1718
1740
  onChangeSize() {
1719
1741
  const mapSize = this.getElm('map-size');
1720
1742
  void 0;
1721
- (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_3__.css)(mapSize, {
1743
+ (0,jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_9__/* .css */ .i)(mapSize, {
1722
1744
  width: this.state.size[0],
1723
1745
  height: this.state.size[1]
1724
1746
  });
@@ -1753,7 +1775,7 @@ class UIMap extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_1__/* .UIGroup */ .qe
1753
1775
  constructor(jodit, state, options) {
1754
1776
  super(jodit);
1755
1777
  this.options = options;
1756
- this.toolbar = new jodit_modules__WEBPACK_IMPORTED_MODULE_4__.ToolbarCollection(this.jodit);
1778
+ this.toolbar = new jodit_modules_toolbar_collection_collection__WEBPACK_IMPORTED_MODULE_3__/* .ToolbarCollection */ .n(this.jodit);
1757
1779
  this.state = {
1758
1780
  uid: 'jd' + (0,jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .uniqueUid */ .fe)() + new Date().toString().replace(/[^0-9]/g, ''),
1759
1781
  layer: this.options.googleMaps.map.layer,
@@ -1847,7 +1869,7 @@ class UIMap extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_1__/* .UIGroup */ .qe
1847
1869
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1848
1870
  /* harmony export */ "T": function() { return /* binding */ addNewInState; }
1849
1871
  /* harmony export */ });
1850
- /* harmony import */ var _helpers_helpers__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(26239);
1872
+ /* harmony import */ var jodit_pro_plugins_google_maps_helpers_helpers__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(26239);
1851
1873
  /*!
1852
1874
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
1853
1875
  * See LICENSE.md in the project root for license information.
@@ -1863,7 +1885,7 @@ function addNewInState(mvc) {
1863
1885
  ...this.state.elements,
1864
1886
  {
1865
1887
  type: mode,
1866
- coordinates: (0,_helpers_helpers__WEBPACK_IMPORTED_MODULE_0__/* .pathToArray */ .NI)(mvc.getPath()),
1888
+ coordinates: (0,jodit_pro_plugins_google_maps_helpers_helpers__WEBPACK_IMPORTED_MODULE_0__/* .pathToArray */ .NI)(mvc.getPath()),
1867
1889
  ...this.options.googleMaps.map.defaultStates[mode]
1868
1890
  }
1869
1891
  ];
@@ -1936,12 +1958,17 @@ function addNewInState(mvc) {
1936
1958
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1937
1959
  /* harmony export */ "O": function() { return /* binding */ initOrUpdateElementFromState; }
1938
1960
  /* harmony export */ });
1939
- /* harmony import */ var _update_state_and_gme__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(22425);
1940
- /* harmony import */ var jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(75004);
1941
- /* harmony import */ var _helpers_helpers__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(26239);
1942
- /* harmony import */ var jodit_core_global__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(81160);
1961
+ /* harmony import */ var jodit_core_global__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(81160);
1962
+ /* harmony import */ var jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(10503);
1963
+ /* harmony import */ var jodit_pro_plugins_google_maps_helpers_helpers__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(26239);
1943
1964
  /* harmony import */ var _on_change_geometries__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(14234);
1965
+ /* harmony import */ var _update_state_and_gme__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(22425);
1944
1966
  /* harmony import */ var _open_props_dialog__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(70054);
1967
+ /*!
1968
+ * Jodit Editor PRO (https://xdsoft.net/jodit/)
1969
+ * See LICENSE.md in the project root for license information.
1970
+ * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
1971
+ */
1945
1972
 
1946
1973
 
1947
1974
 
@@ -1972,14 +1999,14 @@ function initOrUpdateElementFromState(state, index) {
1972
1999
  draggable: true,
1973
2000
  label: state.showCaption ? state.title : '',
1974
2001
  title: state.title,
1975
- icon: state.icon ? jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__/* .Icon.get */ .JO.get(state.icon) : null,
2002
+ icon: state.icon ? jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_1__/* .Icon.get */ .J.get(state.icon) : null,
1976
2003
  map: this.map
1977
2004
  });
1978
2005
  break;
1979
2006
  case 'polyline':
1980
2007
  case 'polygon':
1981
2008
  {
1982
- const coordinates = (0,_helpers_helpers__WEBPACK_IMPORTED_MODULE_4__/* .arrayToPath */ .lL)(state.coordinates);
2009
+ const coordinates = (0,jodit_pro_plugins_google_maps_helpers_helpers__WEBPACK_IMPORTED_MODULE_4__/* .arrayToPath */ .lL)(state.coordinates);
1983
2010
  gme = new google.maps[state.type === 'polygon' ? 'Polygon' : 'Polyline']({
1984
2011
  path: coordinates,
1985
2012
  strokeColor: state.strokeColor,
@@ -2008,7 +2035,7 @@ function initOrUpdateElementFromState(state, index) {
2008
2035
  }
2009
2036
  const newElm = {
2010
2037
  type: state.type,
2011
- uid: (0,jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .uniqueUid */ .fe)(),
2038
+ uid: (0,jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .uniqueUid */ .fe)(),
2012
2039
  state,
2013
2040
  gme
2014
2041
  };
@@ -2036,8 +2063,8 @@ function initOrUpdateElementFromState(state, index) {
2036
2063
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
2037
2064
  /* harmony export */ "w": function() { return /* binding */ onChangeGeometries; }
2038
2065
  /* harmony export */ });
2066
+ /* harmony import */ var jodit_pro_plugins_google_maps_helpers_helpers__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(26239);
2039
2067
  /* harmony import */ var _update_state_and_gme__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(22425);
2040
- /* harmony import */ var _helpers_helpers__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(26239);
2041
2068
  /*!
2042
2069
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
2043
2070
  * See LICENSE.md in the project root for license information.
@@ -2049,7 +2076,7 @@ function onChangeGeometries(newElm, index) {
2049
2076
  switch (newElm.type) {
2050
2077
  case 'polyline':
2051
2078
  case 'polygon': {
2052
- const coordinates = (0,_helpers_helpers__WEBPACK_IMPORTED_MODULE_0__/* .pathToArray */ .NI)(newElm.gme.getPath()), newState = {
2079
+ const coordinates = (0,jodit_pro_plugins_google_maps_helpers_helpers__WEBPACK_IMPORTED_MODULE_0__/* .pathToArray */ .NI)(newElm.gme.getPath()), newState = {
2053
2080
  ...newElm.state,
2054
2081
  coordinates
2055
2082
  };
@@ -2086,7 +2113,7 @@ function onChangeGeometries(newElm, index) {
2086
2113
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
2087
2114
  /* harmony export */ "B": function() { return /* binding */ openPropsDialog; }
2088
2115
  /* harmony export */ });
2089
- /* harmony import */ var _editors__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(75345);
2116
+ /* harmony import */ var jodit_pro_plugins_google_maps_ui_editors__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(75345);
2090
2117
  /* harmony import */ var _remove_element__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(48207);
2091
2118
  /* harmony import */ var _update_state_and_gme__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(22425);
2092
2119
  /*!
@@ -2114,14 +2141,14 @@ function openPropsDialog(newElm, index) {
2114
2141
  this.state.mode = 'hand';
2115
2142
  switch (newElm.type) {
2116
2143
  case 'polyline':
2117
- editor = new _editors__WEBPACK_IMPORTED_MODULE_0__/* .UIPolylineEditor */ .eU(this.jodit, newElm.state, this.options);
2144
+ editor = new jodit_pro_plugins_google_maps_ui_editors__WEBPACK_IMPORTED_MODULE_0__/* .UIPolylineEditor */ .eU(this.jodit, newElm.state, this.options);
2118
2145
  break;
2119
2146
  case 'marker':
2120
- editor = new _editors__WEBPACK_IMPORTED_MODULE_0__/* .UIMarkerEditor */ .Ys(this.jodit, newElm.state, this.options);
2147
+ editor = new jodit_pro_plugins_google_maps_ui_editors__WEBPACK_IMPORTED_MODULE_0__/* .UIMarkerEditor */ .Ys(this.jodit, newElm.state, this.options);
2121
2148
  break;
2122
2149
  case 'circle':
2123
2150
  case 'polygon':
2124
- editor = new _editors__WEBPACK_IMPORTED_MODULE_0__/* .UIPolygonEditor */ .yX(this.jodit, newElm.state, this.options);
2151
+ editor = new jodit_pro_plugins_google_maps_ui_editors__WEBPACK_IMPORTED_MODULE_0__/* .UIPolygonEditor */ .yX(this.jodit, newElm.state, this.options);
2125
2152
  break;
2126
2153
  }
2127
2154
  if (!editor) {
@@ -2192,7 +2219,12 @@ function removeElement(newElm) {
2192
2219
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
2193
2220
  /* harmony export */ "v": function() { return /* binding */ updateStateAndGme; }
2194
2221
  /* harmony export */ });
2195
- /* harmony import */ var _helpers_helpers__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(26239);
2222
+ /* harmony import */ var jodit_pro_plugins_google_maps_helpers_helpers__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(26239);
2223
+ /*!
2224
+ * Jodit Editor PRO (https://xdsoft.net/jodit/)
2225
+ * See LICENSE.md in the project root for license information.
2226
+ * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
2227
+ */
2196
2228
 
2197
2229
  function updateStateAndGme(newState, index, silent = false) {
2198
2230
  const elm = this.mapElements[index];
@@ -2229,7 +2261,7 @@ function updateStateAndGme(newState, index, silent = false) {
2229
2261
  switch (elm.type) {
2230
2262
  case 'polygon':
2231
2263
  case 'polyline': {
2232
- elm.gme.setPath((0,_helpers_helpers__WEBPACK_IMPORTED_MODULE_0__/* .arrayToPath */ .lL)(newValue));
2264
+ elm.gme.setPath((0,jodit_pro_plugins_google_maps_helpers_helpers__WEBPACK_IMPORTED_MODULE_0__/* .arrayToPath */ .lL)(newValue));
2233
2265
  break;
2234
2266
  }
2235
2267
  }
@@ -2252,9 +2284,9 @@ function updateStateAndGme(newState, index, silent = false) {
2252
2284
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
2253
2285
  /* harmony export */ "K": function() { return /* binding */ UIMapsControlsForm; }
2254
2286
  /* harmony export */ });
2255
- /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(97582);
2287
+ /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(97582);
2256
2288
  /* harmony import */ var jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(75004);
2257
- /* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(50526);
2289
+ /* harmony import */ var jodit_core_decorators_component_component__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(94707);
2258
2290
  /*!
2259
2291
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
2260
2292
  * See LICENSE.md in the project root for license information.
@@ -2296,8 +2328,8 @@ let UIMapsControlsForm = class UIMapsControlsForm extends jodit_core_ui__WEBPACK
2296
2328
  };
2297
2329
  }
2298
2330
  };
2299
- UIMapsControlsForm = (0,tslib__WEBPACK_IMPORTED_MODULE_2__/* .__decorate */ .gn)([
2300
- jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.component
2331
+ UIMapsControlsForm = (0,tslib__WEBPACK_IMPORTED_MODULE_1__/* .__decorate */ .gn)([
2332
+ jodit_core_decorators_component_component__WEBPACK_IMPORTED_MODULE_2__/* .component */ .w
2301
2333
  ], UIMapsControlsForm);
2302
2334
 
2303
2335
 
@@ -2312,7 +2344,7 @@ UIMapsControlsForm = (0,tslib__WEBPACK_IMPORTED_MODULE_2__/* .__decorate */ .gn)
2312
2344
  /* harmony export */ });
2313
2345
  /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(97582);
2314
2346
  /* harmony import */ var jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(75004);
2315
- /* harmony import */ var jodit_core_helpers__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(95582);
2347
+ /* harmony import */ var jodit_core_helpers_utils_selector__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(74833);
2316
2348
  /* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(50526);
2317
2349
  /*!
2318
2350
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
@@ -2391,14 +2423,14 @@ let UIMapsPropsForm = class UIMapsPropsForm extends jodit_core_ui__WEBPACK_IMPOR
2391
2423
  ]);
2392
2424
  }
2393
2425
  onChangeSize() {
2394
- const { width, height } = (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_1__.refs)(this);
2426
+ const { width, height } = (0,jodit_core_helpers_utils_selector__WEBPACK_IMPORTED_MODULE_1__/* .refs */ .xL)(this);
2395
2427
  this.state.size = [
2396
2428
  parseInt(width?.value, 10) || 0,
2397
2429
  parseInt(height?.value, 10) || 0
2398
2430
  ];
2399
2431
  }
2400
2432
  onExternalChangeSize() {
2401
- const { width, height } = (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_1__.refs)(this);
2433
+ const { width, height } = (0,jodit_core_helpers_utils_selector__WEBPACK_IMPORTED_MODULE_1__/* .refs */ .xL)(this);
2402
2434
  const [w, h] = this.state.size;
2403
2435
  if (w.toString() !== width.value) {
2404
2436
  width.value = w.toString();
@@ -2408,14 +2440,14 @@ let UIMapsPropsForm = class UIMapsPropsForm extends jodit_core_ui__WEBPACK_IMPOR
2408
2440
  }
2409
2441
  }
2410
2442
  onChangeCenter() {
2411
- const { lat, lng } = (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_1__.refs)(this);
2443
+ const { lat, lng } = (0,jodit_core_helpers_utils_selector__WEBPACK_IMPORTED_MODULE_1__/* .refs */ .xL)(this);
2412
2444
  this.state.center = [
2413
2445
  parseFloat(lat?.value) || 0,
2414
2446
  parseFloat(lng?.value) || 0
2415
2447
  ];
2416
2448
  }
2417
2449
  onExternalChangeCenter() {
2418
- const { lat, lng } = (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_1__.refs)(this);
2450
+ const { lat, lng } = (0,jodit_core_helpers_utils_selector__WEBPACK_IMPORTED_MODULE_1__/* .refs */ .xL)(this);
2419
2451
  const [x, y] = this.state.center;
2420
2452
  if (x.toString() !== lat.value) {
2421
2453
  lat.value = x.toString();
@@ -2425,13 +2457,13 @@ let UIMapsPropsForm = class UIMapsPropsForm extends jodit_core_ui__WEBPACK_IMPOR
2425
2457
  }
2426
2458
  }
2427
2459
  onExternalChangeType() {
2428
- const { mapType } = (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_1__.refs)(this);
2460
+ const { mapType } = (0,jodit_core_helpers_utils_selector__WEBPACK_IMPORTED_MODULE_1__/* .refs */ .xL)(this);
2429
2461
  if (this.state.type !== mapType.value) {
2430
2462
  mapType.value = this.state.type;
2431
2463
  }
2432
2464
  }
2433
2465
  onExternalChangeLayer() {
2434
- const { layer } = (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_1__.refs)(this);
2466
+ const { layer } = (0,jodit_core_helpers_utils_selector__WEBPACK_IMPORTED_MODULE_1__/* .refs */ .xL)(this);
2435
2467
  if (this.state.layer !== layer.value) {
2436
2468
  layer.value = this.state.layer;
2437
2469
  }
@@ -2469,11 +2501,12 @@ UIMapsPropsForm = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)([
2469
2501
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
2470
2502
  /* harmony export */ "d": function() { return /* binding */ UIWysiwyg; }
2471
2503
  /* harmony export */ });
2472
- /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(97582);
2473
- /* harmony import */ var ___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(15120);
2474
- /* harmony import */ var jodit_core_ui__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(75004);
2475
- /* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(50526);
2476
- /* harmony import */ var jodit_core_helpers__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(95582);
2504
+ /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(97582);
2505
+ /* harmony import */ var jodit_core_ui_element__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(84789);
2506
+ /* harmony import */ var jodit_core_decorators_component_component__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(94707);
2507
+ /* harmony import */ var jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(52378);
2508
+ /* 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__);
2509
+ /* harmony import */ var jodit_pro_jodit_pro__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(53852);
2477
2510
  /*!
2478
2511
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
2479
2512
  * See LICENSE.md in the project root for license information.
@@ -2485,7 +2518,7 @@ UIMapsPropsForm = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)([
2485
2518
 
2486
2519
 
2487
2520
 
2488
- let UIWysiwyg = class UIWysiwyg extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_1__/* .UIElement */ .u1 {
2521
+ let UIWysiwyg = class UIWysiwyg extends jodit_core_ui_element__WEBPACK_IMPORTED_MODULE_0__/* .UIElement */ .u {
2489
2522
  className() {
2490
2523
  return 'UIWysiwyg';
2491
2524
  }
@@ -2493,7 +2526,7 @@ let UIWysiwyg = class UIWysiwyg extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_1
2493
2526
  super(jodit);
2494
2527
  const wysiwyg = this.getElm('editor');
2495
2528
  void 0;
2496
- const editor = ___WEBPACK_IMPORTED_MODULE_0__.Jodit.make(wysiwyg, {
2529
+ const editor = jodit_pro_jodit_pro__WEBPACK_IMPORTED_MODULE_2__/* .JoditPro.make */ .y.make(wysiwyg, {
2497
2530
  buttons: ['bold', 'italic', 'image'],
2498
2531
  height: 100,
2499
2532
  minHeight: 100,
@@ -2523,8 +2556,8 @@ let UIWysiwyg = class UIWysiwyg extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_1
2523
2556
  </div>`;
2524
2557
  }
2525
2558
  };
2526
- UIWysiwyg = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .gn)([
2527
- jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.component
2559
+ UIWysiwyg = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)([
2560
+ jodit_core_decorators_component_component__WEBPACK_IMPORTED_MODULE_4__/* .component */ .w
2528
2561
  ], UIWysiwyg);
2529
2562
 
2530
2563