jodit-pro 4.8.13 → 4.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (378) hide show
  1. package/CHANGELOG.md +44 -1
  2. package/es2015/jodit.css +2 -2
  3. package/es2015/jodit.fat.min.css +1 -1
  4. package/es2015/jodit.fat.min.js +38 -38
  5. package/es2015/jodit.js +531 -448
  6. package/es2015/jodit.min.css +1 -1
  7. package/es2015/jodit.min.js +17 -17
  8. package/es2015/plugins/ai-assistant-pro/ai-assistant-pro.css +376 -406
  9. package/es2015/plugins/ai-assistant-pro/ai-assistant-pro.js +2282 -2279
  10. package/es2015/plugins/ai-assistant-pro/ai-assistant-pro.min.css +1 -1
  11. package/es2015/plugins/ai-assistant-pro/ai-assistant-pro.min.js +11 -11
  12. package/es2015/plugins/autocomplete/autocomplete.js +1 -1
  13. package/es2015/plugins/autocomplete/autocomplete.min.js +1 -1
  14. package/es2015/plugins/backup/backup.css +1 -1
  15. package/es2015/plugins/backup/backup.js +1 -1
  16. package/es2015/plugins/backup/backup.min.js +1 -1
  17. package/es2015/plugins/button-generator/button-generator.css +1 -1
  18. package/es2015/plugins/button-generator/button-generator.js +1 -1
  19. package/es2015/plugins/button-generator/button-generator.min.js +1 -1
  20. package/es2015/plugins/change-case/change-case.js +1 -1
  21. package/es2015/plugins/change-case/change-case.min.js +1 -1
  22. package/es2015/plugins/color-picker/color-picker.css +1 -1
  23. package/es2015/plugins/color-picker/color-picker.js +1 -1
  24. package/es2015/plugins/color-picker/color-picker.min.js +1 -1
  25. package/es2015/plugins/emoji/emoji.css +1 -1
  26. package/es2015/plugins/emoji/emoji.js +1 -1
  27. package/es2015/plugins/emoji/emoji.min.js +1 -1
  28. package/es2015/plugins/export-docs/export-docs.js +1 -1
  29. package/es2015/plugins/export-docs/export-docs.min.js +1 -1
  30. package/es2015/plugins/finder/finder.css +1 -1
  31. package/es2015/plugins/finder/finder.js +2 -2
  32. package/es2015/plugins/finder/finder.min.js +2 -2
  33. package/es2015/plugins/google-maps/google-maps.css +1 -1
  34. package/es2015/plugins/google-maps/google-maps.js +52 -59
  35. package/es2015/plugins/google-maps/google-maps.min.js +6 -6
  36. package/es2015/plugins/google-search/google-search.js +1 -1
  37. package/es2015/plugins/google-search/google-search.min.js +1 -1
  38. package/es2015/plugins/highlight-signature/highlight-signature.js +1 -1
  39. package/es2015/plugins/highlight-signature/highlight-signature.min.js +1 -1
  40. package/es2015/plugins/iframe-editor/iframe-editor.css +1 -1
  41. package/es2015/plugins/iframe-editor/iframe-editor.js +1 -1
  42. package/es2015/plugins/iframe-editor/iframe-editor.min.js +1 -1
  43. package/es2015/plugins/keyboard/keyboard.css +1 -1
  44. package/es2015/plugins/keyboard/keyboard.js +1 -1
  45. package/es2015/plugins/keyboard/keyboard.min.js +1 -1
  46. package/es2015/plugins/mobile-view/mobile-view.js +4 -1
  47. package/es2015/plugins/mobile-view/mobile-view.min.js +2 -2
  48. package/es2015/plugins/page-break/page-break.js +4 -1
  49. package/es2015/plugins/page-break/page-break.min.js +3 -3
  50. package/es2015/plugins/paste-code/paste-code.css +1 -1
  51. package/es2015/plugins/paste-code/paste-code.js +4 -1
  52. package/es2015/plugins/paste-code/paste-code.min.js +2 -2
  53. package/es2015/plugins/paste-from-word/paste-from-word.js +1 -1
  54. package/es2015/plugins/paste-from-word/paste-from-word.min.js +1 -1
  55. package/es2015/plugins/show-blocks/show-blocks.js +1 -1
  56. package/es2015/plugins/show-blocks/show-blocks.min.js +1 -1
  57. package/es2015/plugins/todo-list/todo-list.css +1 -1
  58. package/es2015/plugins/todo-list/todo-list.js +1 -1
  59. package/es2015/plugins/todo-list/todo-list.min.js +1 -1
  60. package/es2015/plugins/translate/translate.css +1 -1
  61. package/es2015/plugins/translate/translate.js +1 -1
  62. package/es2015/plugins/translate/translate.min.js +1 -1
  63. package/es2015/plugins/tune-block/tune-block.css +1 -1
  64. package/es2015/plugins/tune-block/tune-block.js +1 -1
  65. package/es2015/plugins/tune-block/tune-block.min.js +1 -1
  66. package/es2018/jodit.fat.min.css +1 -1
  67. package/es2018/jodit.fat.min.js +32 -32
  68. package/es2018/jodit.min.css +1 -1
  69. package/es2018/jodit.min.js +17 -17
  70. package/es2018/plugins/ai-assistant-pro/ai-assistant-pro.min.css +1 -1
  71. package/es2018/plugins/ai-assistant-pro/ai-assistant-pro.min.js +6 -6
  72. package/es2018/plugins/autocomplete/autocomplete.min.js +1 -1
  73. package/es2018/plugins/backup/backup.min.js +1 -1
  74. package/es2018/plugins/button-generator/button-generator.min.js +1 -1
  75. package/es2018/plugins/change-case/change-case.min.js +1 -1
  76. package/es2018/plugins/color-picker/color-picker.min.js +1 -1
  77. package/es2018/plugins/emoji/emoji.min.js +1 -1
  78. package/es2018/plugins/export-docs/export-docs.min.js +1 -1
  79. package/es2018/plugins/finder/finder.min.js +2 -2
  80. package/es2018/plugins/google-maps/google-maps.min.js +6 -6
  81. package/es2018/plugins/google-search/google-search.min.js +1 -1
  82. package/es2018/plugins/highlight-signature/highlight-signature.min.js +1 -1
  83. package/es2018/plugins/iframe-editor/iframe-editor.min.js +1 -1
  84. package/es2018/plugins/keyboard/keyboard.min.js +1 -1
  85. package/es2018/plugins/mobile-view/mobile-view.min.js +2 -2
  86. package/es2018/plugins/page-break/page-break.min.js +3 -3
  87. package/es2018/plugins/paste-code/paste-code.min.js +2 -2
  88. package/es2018/plugins/paste-from-word/paste-from-word.min.js +1 -1
  89. package/es2018/plugins/show-blocks/show-blocks.min.js +1 -1
  90. package/es2018/plugins/todo-list/todo-list.min.js +1 -1
  91. package/es2018/plugins/translate/translate.min.js +1 -1
  92. package/es2018/plugins/tune-block/tune-block.min.js +1 -1
  93. package/es2021/jodit.css +2 -2
  94. package/es2021/jodit.fat.min.css +1 -1
  95. package/es2021/jodit.fat.min.js +36 -36
  96. package/es2021/jodit.js +531 -448
  97. package/es2021/jodit.min.css +1 -1
  98. package/es2021/jodit.min.js +21 -21
  99. package/es2021/plugins/ai-assistant-pro/ai-assistant-pro.css +376 -406
  100. package/es2021/plugins/ai-assistant-pro/ai-assistant-pro.js +4901 -4898
  101. package/es2021/plugins/ai-assistant-pro/ai-assistant-pro.min.css +1 -1
  102. package/es2021/plugins/ai-assistant-pro/ai-assistant-pro.min.js +28 -28
  103. package/es2021/plugins/autocomplete/autocomplete.js +1 -1
  104. package/es2021/plugins/autocomplete/autocomplete.min.js +1 -1
  105. package/es2021/plugins/backup/backup.css +1 -1
  106. package/es2021/plugins/backup/backup.js +1 -1
  107. package/es2021/plugins/backup/backup.min.js +1 -1
  108. package/es2021/plugins/button-generator/button-generator.css +1 -1
  109. package/es2021/plugins/button-generator/button-generator.js +1 -1
  110. package/es2021/plugins/button-generator/button-generator.min.js +1 -1
  111. package/es2021/plugins/change-case/change-case.js +1 -1
  112. package/es2021/plugins/change-case/change-case.min.js +1 -1
  113. package/es2021/plugins/color-picker/color-picker.css +1 -1
  114. package/es2021/plugins/color-picker/color-picker.js +1 -1
  115. package/es2021/plugins/color-picker/color-picker.min.js +1 -1
  116. package/es2021/plugins/emoji/emoji.css +1 -1
  117. package/es2021/plugins/emoji/emoji.js +1 -1
  118. package/es2021/plugins/emoji/emoji.min.js +1 -1
  119. package/es2021/plugins/export-docs/export-docs.js +1 -1
  120. package/es2021/plugins/export-docs/export-docs.min.js +1 -1
  121. package/es2021/plugins/finder/finder.css +1 -1
  122. package/es2021/plugins/finder/finder.js +2 -2
  123. package/es2021/plugins/finder/finder.min.js +2 -2
  124. package/es2021/plugins/google-maps/google-maps.css +1 -1
  125. package/es2021/plugins/google-maps/google-maps.js +52 -59
  126. package/es2021/plugins/google-maps/google-maps.min.js +7 -7
  127. package/es2021/plugins/google-search/google-search.js +1 -1
  128. package/es2021/plugins/google-search/google-search.min.js +1 -1
  129. package/es2021/plugins/highlight-signature/highlight-signature.js +1 -1
  130. package/es2021/plugins/highlight-signature/highlight-signature.min.js +1 -1
  131. package/es2021/plugins/iframe-editor/iframe-editor.css +1 -1
  132. package/es2021/plugins/iframe-editor/iframe-editor.js +1 -1
  133. package/es2021/plugins/iframe-editor/iframe-editor.min.js +1 -1
  134. package/es2021/plugins/keyboard/keyboard.css +1 -1
  135. package/es2021/plugins/keyboard/keyboard.js +1 -1
  136. package/es2021/plugins/keyboard/keyboard.min.js +1 -1
  137. package/es2021/plugins/mobile-view/mobile-view.js +4 -1
  138. package/es2021/plugins/mobile-view/mobile-view.min.js +2 -2
  139. package/es2021/plugins/page-break/page-break.js +4 -1
  140. package/es2021/plugins/page-break/page-break.min.js +3 -3
  141. package/es2021/plugins/paste-code/paste-code.css +1 -1
  142. package/es2021/plugins/paste-code/paste-code.js +4 -1
  143. package/es2021/plugins/paste-code/paste-code.min.js +2 -2
  144. package/es2021/plugins/paste-from-word/paste-from-word.js +1 -1
  145. package/es2021/plugins/paste-from-word/paste-from-word.min.js +1 -1
  146. package/es2021/plugins/show-blocks/show-blocks.js +1 -1
  147. package/es2021/plugins/show-blocks/show-blocks.min.js +1 -1
  148. package/es2021/plugins/todo-list/todo-list.css +1 -1
  149. package/es2021/plugins/todo-list/todo-list.js +1 -1
  150. package/es2021/plugins/todo-list/todo-list.min.js +1 -1
  151. package/es2021/plugins/translate/translate.css +1 -1
  152. package/es2021/plugins/translate/translate.js +1 -1
  153. package/es2021/plugins/translate/translate.min.js +1 -1
  154. package/es2021/plugins/tune-block/tune-block.css +1 -1
  155. package/es2021/plugins/tune-block/tune-block.js +1 -1
  156. package/es2021/plugins/tune-block/tune-block.min.js +1 -1
  157. package/es2021.en/jodit.css +2 -2
  158. package/es2021.en/jodit.fat.min.css +1 -1
  159. package/es2021.en/jodit.fat.min.js +36 -36
  160. package/es2021.en/jodit.js +531 -448
  161. package/es2021.en/jodit.min.css +1 -1
  162. package/es2021.en/jodit.min.js +21 -21
  163. package/es2021.en/plugins/ai-assistant-pro/ai-assistant-pro.css +376 -406
  164. package/es2021.en/plugins/ai-assistant-pro/ai-assistant-pro.js +4779 -4776
  165. package/es2021.en/plugins/ai-assistant-pro/ai-assistant-pro.min.css +1 -1
  166. package/es2021.en/plugins/ai-assistant-pro/ai-assistant-pro.min.js +6 -6
  167. package/es2021.en/plugins/autocomplete/autocomplete.js +1 -1
  168. package/es2021.en/plugins/autocomplete/autocomplete.min.js +1 -1
  169. package/es2021.en/plugins/backup/backup.css +1 -1
  170. package/es2021.en/plugins/backup/backup.js +1 -1
  171. package/es2021.en/plugins/backup/backup.min.js +1 -1
  172. package/es2021.en/plugins/button-generator/button-generator.css +1 -1
  173. package/es2021.en/plugins/button-generator/button-generator.js +1 -1
  174. package/es2021.en/plugins/button-generator/button-generator.min.js +1 -1
  175. package/es2021.en/plugins/change-case/change-case.js +1 -1
  176. package/es2021.en/plugins/change-case/change-case.min.js +1 -1
  177. package/es2021.en/plugins/color-picker/color-picker.css +1 -1
  178. package/es2021.en/plugins/color-picker/color-picker.js +1 -1
  179. package/es2021.en/plugins/color-picker/color-picker.min.js +1 -1
  180. package/es2021.en/plugins/emoji/emoji.css +1 -1
  181. package/es2021.en/plugins/emoji/emoji.js +1 -1
  182. package/es2021.en/plugins/emoji/emoji.min.js +1 -1
  183. package/es2021.en/plugins/export-docs/export-docs.js +1 -1
  184. package/es2021.en/plugins/export-docs/export-docs.min.js +1 -1
  185. package/es2021.en/plugins/finder/finder.css +1 -1
  186. package/es2021.en/plugins/finder/finder.js +2 -2
  187. package/es2021.en/plugins/finder/finder.min.js +2 -2
  188. package/es2021.en/plugins/google-maps/google-maps.css +1 -1
  189. package/es2021.en/plugins/google-maps/google-maps.js +52 -59
  190. package/es2021.en/plugins/google-maps/google-maps.min.js +7 -7
  191. package/es2021.en/plugins/google-search/google-search.js +1 -1
  192. package/es2021.en/plugins/google-search/google-search.min.js +1 -1
  193. package/es2021.en/plugins/highlight-signature/highlight-signature.js +1 -1
  194. package/es2021.en/plugins/highlight-signature/highlight-signature.min.js +1 -1
  195. package/es2021.en/plugins/iframe-editor/iframe-editor.css +1 -1
  196. package/es2021.en/plugins/iframe-editor/iframe-editor.js +1 -1
  197. package/es2021.en/plugins/iframe-editor/iframe-editor.min.js +1 -1
  198. package/es2021.en/plugins/keyboard/keyboard.css +1 -1
  199. package/es2021.en/plugins/keyboard/keyboard.js +1 -1
  200. package/es2021.en/plugins/keyboard/keyboard.min.js +1 -1
  201. package/es2021.en/plugins/mobile-view/mobile-view.js +4 -1
  202. package/es2021.en/plugins/mobile-view/mobile-view.min.js +2 -2
  203. package/es2021.en/plugins/page-break/page-break.js +4 -1
  204. package/es2021.en/plugins/page-break/page-break.min.js +3 -3
  205. package/es2021.en/plugins/paste-code/paste-code.css +1 -1
  206. package/es2021.en/plugins/paste-code/paste-code.js +4 -1
  207. package/es2021.en/plugins/paste-code/paste-code.min.js +2 -2
  208. package/es2021.en/plugins/paste-from-word/paste-from-word.js +1 -1
  209. package/es2021.en/plugins/paste-from-word/paste-from-word.min.js +1 -1
  210. package/es2021.en/plugins/show-blocks/show-blocks.js +1 -1
  211. package/es2021.en/plugins/show-blocks/show-blocks.min.js +1 -1
  212. package/es2021.en/plugins/todo-list/todo-list.css +1 -1
  213. package/es2021.en/plugins/todo-list/todo-list.js +1 -1
  214. package/es2021.en/plugins/todo-list/todo-list.min.js +1 -1
  215. package/es2021.en/plugins/translate/translate.css +1 -1
  216. package/es2021.en/plugins/translate/translate.js +1 -1
  217. package/es2021.en/plugins/translate/translate.min.js +1 -1
  218. package/es2021.en/plugins/tune-block/tune-block.css +1 -1
  219. package/es2021.en/plugins/tune-block/tune-block.js +1 -1
  220. package/es2021.en/plugins/tune-block/tune-block.min.js +1 -1
  221. package/es5/jodit.css +3 -3
  222. package/es5/jodit.fat.min.css +1 -1
  223. package/es5/jodit.fat.min.js +2 -2
  224. package/es5/jodit.js +546 -458
  225. package/es5/jodit.min.css +3 -3
  226. package/es5/jodit.min.js +2 -2
  227. package/es5/plugins/ai-assistant-pro/ai-assistant-pro.css +376 -406
  228. package/es5/plugins/ai-assistant-pro/ai-assistant-pro.js +2121 -2121
  229. package/es5/plugins/ai-assistant-pro/ai-assistant-pro.min.css +1 -1
  230. package/es5/plugins/ai-assistant-pro/ai-assistant-pro.min.js +2 -2
  231. package/es5/plugins/autocomplete/autocomplete.js +1 -1
  232. package/es5/plugins/autocomplete/autocomplete.min.js +1 -1
  233. package/es5/plugins/backup/backup.css +1 -1
  234. package/es5/plugins/backup/backup.js +1 -1
  235. package/es5/plugins/backup/backup.min.js +1 -1
  236. package/es5/plugins/button-generator/button-generator.css +1 -1
  237. package/es5/plugins/button-generator/button-generator.js +1 -1
  238. package/es5/plugins/button-generator/button-generator.min.js +1 -1
  239. package/es5/plugins/change-case/change-case.js +1 -1
  240. package/es5/plugins/change-case/change-case.min.js +1 -1
  241. package/es5/plugins/color-picker/color-picker.css +1 -1
  242. package/es5/plugins/color-picker/color-picker.js +1 -1
  243. package/es5/plugins/color-picker/color-picker.min.js +1 -1
  244. package/es5/plugins/emoji/emoji.css +1 -1
  245. package/es5/plugins/emoji/emoji.js +1 -1
  246. package/es5/plugins/emoji/emoji.min.js +1 -1
  247. package/es5/plugins/export-docs/export-docs.js +1 -1
  248. package/es5/plugins/export-docs/export-docs.min.js +1 -1
  249. package/es5/plugins/finder/finder.css +1 -1
  250. package/es5/plugins/finder/finder.js +2 -2
  251. package/es5/plugins/finder/finder.min.js +2 -2
  252. package/es5/plugins/google-maps/google-maps.css +1 -1
  253. package/es5/plugins/google-maps/google-maps.js +61 -59
  254. package/es5/plugins/google-maps/google-maps.min.js +2 -2
  255. package/es5/plugins/google-search/google-search.js +1 -1
  256. package/es5/plugins/google-search/google-search.min.js +1 -1
  257. package/es5/plugins/highlight-signature/highlight-signature.js +1 -1
  258. package/es5/plugins/highlight-signature/highlight-signature.min.js +1 -1
  259. package/es5/plugins/iframe-editor/iframe-editor.css +1 -1
  260. package/es5/plugins/iframe-editor/iframe-editor.js +1 -1
  261. package/es5/plugins/iframe-editor/iframe-editor.min.js +1 -1
  262. package/es5/plugins/keyboard/keyboard.css +1 -1
  263. package/es5/plugins/keyboard/keyboard.js +1 -1
  264. package/es5/plugins/keyboard/keyboard.min.js +1 -1
  265. package/es5/plugins/mobile-view/mobile-view.js +7 -1
  266. package/es5/plugins/mobile-view/mobile-view.min.js +2 -2
  267. package/es5/plugins/page-break/page-break.js +7 -1
  268. package/es5/plugins/page-break/page-break.min.js +2 -2
  269. package/es5/plugins/paste-code/paste-code.css +1 -1
  270. package/es5/plugins/paste-code/paste-code.js +7 -1
  271. package/es5/plugins/paste-code/paste-code.min.js +2 -2
  272. package/es5/plugins/paste-from-word/paste-from-word.js +1 -1
  273. package/es5/plugins/paste-from-word/paste-from-word.min.js +1 -1
  274. package/es5/plugins/show-blocks/show-blocks.js +1 -1
  275. package/es5/plugins/show-blocks/show-blocks.min.js +1 -1
  276. package/es5/plugins/todo-list/todo-list.css +1 -1
  277. package/es5/plugins/todo-list/todo-list.js +1 -1
  278. package/es5/plugins/todo-list/todo-list.min.js +1 -1
  279. package/es5/plugins/translate/translate.css +1 -1
  280. package/es5/plugins/translate/translate.js +1 -1
  281. package/es5/plugins/translate/translate.min.js +1 -1
  282. package/es5/plugins/tune-block/tune-block.css +1 -1
  283. package/es5/plugins/tune-block/tune-block.js +1 -1
  284. package/es5/plugins/tune-block/tune-block.min.js +1 -1
  285. package/es5/polyfills.fat.min.js +1 -1
  286. package/es5/polyfills.js +1 -1
  287. package/es5/polyfills.min.js +1 -1
  288. package/esm/config.d.ts +1 -6
  289. package/esm/config.js +1 -1
  290. package/esm/jodit-pro.d.ts +3 -1
  291. package/esm/jodit-pro.js +1 -1
  292. package/esm/plugins/ai-assistant-pro/ui/conversation-list/conversation-list-item.js +1 -1
  293. package/esm/plugins/ai-assistant-pro/ui/main-panel/main-panel.js +2 -2
  294. package/esm/plugins/ai-assistant-pro/ui/message-list/artifact.d.ts +0 -1
  295. package/esm/plugins/ai-assistant-pro/ui/message-list/artifact.js +1 -1
  296. package/esm/plugins/ai-assistant-pro/ui/message-list/{message-list-item.d.ts → item/message-list-item.d.ts} +1 -1
  297. package/esm/plugins/ai-assistant-pro/ui/message-list/item/message-list-item.js +1 -0
  298. package/esm/plugins/ai-assistant-pro/ui/message-list/message-list.d.ts +1 -1
  299. package/esm/plugins/ai-assistant-pro/ui/message-list/message-list.js +1 -1
  300. package/esm/plugins/ai-assistant-pro/ui/settings-button/settings-button.d.ts +4 -2
  301. package/esm/plugins/ai-assistant-pro/ui/settings-button/settings-button.js +1 -1
  302. package/esm/plugins/finder/browser.js +1 -1
  303. package/esm/plugins/google-maps/interface.d.ts +8 -0
  304. package/esm/plugins/google-maps/ui/editors/marker/marker.d.ts +1 -0
  305. package/esm/plugins/google-maps/ui/editors/marker/marker.js +1 -1
  306. package/esm/plugins/google-maps/ui/editors/polygon/polygon.d.ts +1 -0
  307. package/esm/plugins/google-maps/ui/editors/polygon/polygon.js +1 -1
  308. package/esm/plugins/google-maps/ui/editors/polyline/polyline.d.ts +1 -0
  309. package/esm/plugins/google-maps/ui/editors/polyline/polyline.js +1 -1
  310. package/esm/plugins/google-maps/ui/map/map.d.ts +3 -3
  311. package/esm/plugins/google-maps/ui/map/map.js +2 -2
  312. package/esm/plugins/google-maps/ui/map/modules/add-new-in-state.d.ts +2 -3
  313. package/esm/plugins/google-maps/ui/map/modules/init-or-update-element-from-state.d.ts +2 -3
  314. package/esm/plugins/google-maps/ui/map/modules/on-change-geometries.d.ts +2 -3
  315. package/esm/plugins/google-maps/ui/map/modules/open-props-dialog.d.ts +2 -3
  316. package/esm/plugins/google-maps/ui/map/modules/remove-element.d.ts +2 -3
  317. package/esm/plugins/google-maps/ui/map/modules/update-state-and-gme.d.ts +2 -3
  318. package/esm/plugins/mobile-view/mobile-view.js +1 -1
  319. package/esm/plugins/page-break/page-break.d.ts +1 -0
  320. package/esm/plugins/page-break/page-break.js +1 -1
  321. package/esm/plugins/paste-code/paste-code.d.ts +1 -0
  322. package/esm/plugins/paste-code/paste-code.js +1 -1
  323. package/esm/plugins/paste-from-word/cases/clean-styles.d.ts +2 -2
  324. package/esm/plugins/paste-from-word/cases/clear-attributes.d.ts +2 -2
  325. package/esm/plugins/paste-from-word/cases/convert-style-unit-to-pixels.js +1 -1
  326. package/esm/plugins/paste-from-word/cases/convert-to-list.d.ts +3 -3
  327. package/esm/plugins/paste-from-word/cases/convert-to-list.js +1 -1
  328. package/esm/plugins/paste-from-word/cases/remove-extra-tags.d.ts +2 -2
  329. package/esm/plugins/paste-from-word/cases/remove-inside-comment.d.ts +2 -2
  330. package/esm/plugins/paste-from-word/cases/replace-old-tags.d.ts +2 -2
  331. package/esm/plugins/paste-from-word/element/checkers.d.ts +5 -5
  332. package/esm/plugins/paste-from-word/element/element.d.ts +2 -1
  333. package/esm/plugins/paste-from-word/element/element.js +1 -1
  334. package/esm/plugins/paste-from-word/element/render.d.ts +3 -3
  335. package/esm/plugins/paste-from-word/element/style.js +1 -1
  336. package/esm/plugins/paste-from-word/helpers/apply-styles-pro.js +1 -1
  337. package/esm/plugins/paste-from-word/helpers/calc-list-levels.d.ts +2 -2
  338. package/esm/plugins/paste-from-word/helpers/calc-list-levels.js +1 -1
  339. package/esm/plugins/paste-from-word/helpers/helpers.d.ts +2 -2
  340. package/esm/plugins/paste-from-word/helpers/transform-word-to-html.d.ts +2 -2
  341. package/esm/plugins/paste-from-word/interface.d.ts +25 -3
  342. package/package.json +1 -1
  343. package/types/config.d.ts +1 -6
  344. package/types/jodit-pro.d.ts +3 -1
  345. package/types/plugins/ai-assistant-pro/ui/message-list/artifact.d.ts +0 -1
  346. package/types/plugins/ai-assistant-pro/ui/message-list/{message-list-item.d.ts → item/message-list-item.d.ts} +1 -1
  347. package/types/plugins/ai-assistant-pro/ui/message-list/message-list.d.ts +1 -1
  348. package/types/plugins/ai-assistant-pro/ui/settings-button/settings-button.d.ts +4 -2
  349. package/types/plugins/google-maps/interface.d.ts +8 -0
  350. package/types/plugins/google-maps/ui/editors/marker/marker.d.ts +1 -0
  351. package/types/plugins/google-maps/ui/editors/polygon/polygon.d.ts +1 -0
  352. package/types/plugins/google-maps/ui/editors/polyline/polyline.d.ts +1 -0
  353. package/types/plugins/google-maps/ui/map/map.d.ts +3 -3
  354. package/types/plugins/google-maps/ui/map/modules/add-new-in-state.d.ts +2 -3
  355. package/types/plugins/google-maps/ui/map/modules/init-or-update-element-from-state.d.ts +2 -3
  356. package/types/plugins/google-maps/ui/map/modules/on-change-geometries.d.ts +2 -3
  357. package/types/plugins/google-maps/ui/map/modules/open-props-dialog.d.ts +2 -3
  358. package/types/plugins/google-maps/ui/map/modules/remove-element.d.ts +2 -3
  359. package/types/plugins/google-maps/ui/map/modules/update-state-and-gme.d.ts +2 -3
  360. package/types/plugins/page-break/page-break.d.ts +1 -0
  361. package/types/plugins/paste-code/paste-code.d.ts +1 -0
  362. package/types/plugins/paste-from-word/cases/clean-styles.d.ts +2 -2
  363. package/types/plugins/paste-from-word/cases/clear-attributes.d.ts +2 -2
  364. package/types/plugins/paste-from-word/cases/convert-to-list.d.ts +3 -3
  365. package/types/plugins/paste-from-word/cases/remove-extra-tags.d.ts +2 -2
  366. package/types/plugins/paste-from-word/cases/remove-inside-comment.d.ts +2 -2
  367. package/types/plugins/paste-from-word/cases/replace-old-tags.d.ts +2 -2
  368. package/types/plugins/paste-from-word/element/checkers.d.ts +5 -5
  369. package/types/plugins/paste-from-word/element/element.d.ts +2 -1
  370. package/types/plugins/paste-from-word/element/render.d.ts +3 -3
  371. package/types/plugins/paste-from-word/helpers/calc-list-levels.d.ts +2 -2
  372. package/types/plugins/paste-from-word/helpers/helpers.d.ts +2 -2
  373. package/types/plugins/paste-from-word/helpers/transform-word-to-html.d.ts +2 -2
  374. package/types/plugins/paste-from-word/interface.d.ts +25 -3
  375. package/esm/plugins/ai-assistant-pro/ui/message-list/message-list-item.js +0 -1
  376. package/esm/plugins/google-maps/ui/map/modules/index.d.ts +0 -10
  377. package/esm/plugins/google-maps/ui/map/modules/index.js +0 -1
  378. package/types/plugins/google-maps/ui/map/modules/index.d.ts +0 -10
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * jodit-pro - PRO Version of Jodit Editor
3
3
  * Author: Chupurnov Valerii <chupurnov@gmail.com>
4
- * Version: v4.8.13
4
+ * Version: v4.9.2
5
5
  * Url: https://xdsoft.net/jodit/pro/
6
6
  * License(s): SEE LICENSE IN LICENSE.md
7
7
  */
@@ -486,15 +486,18 @@ function _instanceof1(left, right) {
486
486
  /* harmony import */ var _swc_helpers_ts_decorate__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(31635);
487
487
  /* harmony import */ var _swc_helpers_ts_generator__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(62361);
488
488
  /* harmony import */ var jodit_pro_plugins_google_maps_config__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(55029);
489
- /* harmony import */ var _modules_init_or_update_element_from_state__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(1475);
490
- /* harmony import */ var _modules__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(69209);
491
- /* harmony import */ var jodit_esm_core_decorators__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(65478);
492
- /* harmony import */ var jodit_esm_core_global__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(580);
493
- /* harmony import */ var jodit_esm_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(38837);
494
- /* harmony import */ var jodit_esm_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(41180);
495
- /* harmony import */ var jodit_esm_core_ui__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(67510);
496
- /* harmony import */ var jodit_esm_modules_toolbar_collection_collection__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(11676);
497
- /* harmony import */ var jodit_pro_plugins_google_maps_helpers_const__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(17298);
489
+ /* harmony import */ var _modules_add_new_in_state__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(22125);
490
+ /* harmony import */ var _modules_init_or_update_element_from_state__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(1475);
491
+ /* harmony import */ var jodit_esm_core_decorators_debounce_debounce__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(81577);
492
+ /* harmony import */ var jodit_esm_core_decorators_hook_hook__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(97357);
493
+ /* harmony import */ var jodit_esm_core_decorators_wait_wait__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(13525);
494
+ /* harmony import */ var jodit_esm_core_decorators_watch_watch__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(37133);
495
+ /* harmony import */ var jodit_esm_core_global__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(580);
496
+ /* harmony import */ var jodit_esm_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(38837);
497
+ /* harmony import */ var jodit_esm_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(41180);
498
+ /* harmony import */ var jodit_esm_core_ui__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(67510);
499
+ /* harmony import */ var jodit_esm_modules_toolbar_collection_collection__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(11676);
500
+ /* harmony import */ var jodit_pro_plugins_google_maps_helpers_const__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(17298);
498
501
  /*!
499
502
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
500
503
  * See LICENSE.md in the project root for license information.
@@ -517,6 +520,9 @@ function _instanceof1(left, right) {
517
520
 
518
521
 
519
522
 
523
+
524
+
525
+
520
526
 
521
527
 
522
528
 
@@ -528,8 +534,8 @@ var UIMap = /*#__PURE__*/ function(UIGroup) {
528
534
  var _this;
529
535
  _this = (0,_swc_helpers_call_super__WEBPACK_IMPORTED_MODULE_1__._)(this, UIMap, [
530
536
  jodit
531
- ]), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_4__._)(_this, "options", void 0), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_4__._)(_this, "drawingManager", void 0), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_4__._)(_this, "toolbar", void 0), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_4__._)(_this, "state", void 0), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_4__._)(_this, "mapElements", void 0), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_4__._)(_this, "apiLoaded", void 0), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_4__._)(_this, "mapInitialized", void 0), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_4__._)(_this, "map", void 0), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_4__._)(_this, "layers", void 0), _this.options = options, _this.toolbar = new jodit_esm_modules_toolbar_collection_collection__WEBPACK_IMPORTED_MODULE_18__.ToolbarCollection(_this.jodit), _this.state = {
532
- uid: 'jd' + (0,jodit_esm_core_global__WEBPACK_IMPORTED_MODULE_14__.uniqueUid)() + new Date().toString().replace(/[^0-9]/g, ''),
537
+ ]), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_4__._)(_this, "options", void 0), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_4__._)(_this, "drawingManager", void 0), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_4__._)(_this, "toolbar", void 0), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_4__._)(_this, "state", void 0), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_4__._)(_this, "mapElements", void 0), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_4__._)(_this, "apiLoaded", void 0), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_4__._)(_this, "mapInitialized", void 0), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_4__._)(_this, "map", void 0), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_4__._)(_this, "layers", void 0), _this.options = options, _this.toolbar = new jodit_esm_modules_toolbar_collection_collection__WEBPACK_IMPORTED_MODULE_21__.ToolbarCollection(_this.jodit), _this.state = {
538
+ uid: 'jd' + (0,jodit_esm_core_global__WEBPACK_IMPORTED_MODULE_17__.uniqueUid)() + new Date().toString().replace(/[^0-9]/g, ''),
533
539
  layer: _this.options.googleMaps.map.layer,
534
540
  center: _this.options.googleMaps.map.defaultCenter,
535
541
  zoom: _this.options.googleMaps.map.defaultZoom,
@@ -555,7 +561,7 @@ var UIMap = /*#__PURE__*/ function(UIGroup) {
555
561
  'gm.circle'
556
562
  ]);
557
563
  var palette = _this.getElm('map-palette');
558
- (0,jodit_esm_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_15__.assert)(palette != null, 'palette element does not exists');
564
+ (0,jodit_esm_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_18__.assert)(palette != null, 'palette element does not exists');
559
565
  palette.appendChild(_this.toolbar.container);
560
566
  return _this;
561
567
  }
@@ -590,7 +596,7 @@ var UIMap = /*#__PURE__*/ function(UIGroup) {
590
596
  case 1:
591
597
  _state.sent();
592
598
  container = this.getElm('map-root');
593
- (0,jodit_esm_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_15__.assert)(container != null, 'map-root element does not exists');
599
+ (0,jodit_esm_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_18__.assert)(container != null, 'map-root element does not exists');
594
600
  this.map = new google.maps.Map(container, {
595
601
  center: {
596
602
  lat: this.state.center[0],
@@ -664,7 +670,7 @@ var UIMap = /*#__PURE__*/ function(UIGroup) {
664
670
  this.drawingManager = drawingManager;
665
671
  google.maps.event.addListener(drawingManager, 'overlaycomplete', function(event) {
666
672
  if (event.overlay) {
667
- _modules__WEBPACK_IMPORTED_MODULE_12__.addNewInState.call(_this, event.overlay);
673
+ _modules_add_new_in_state__WEBPACK_IMPORTED_MODULE_11__.addNewInState.call(_this, event.overlay);
668
674
  event.overlay.setMap(null);
669
675
  }
670
676
  });
@@ -698,7 +704,7 @@ var UIMap = /*#__PURE__*/ function(UIGroup) {
698
704
  }
699
705
  mapElements.length = elements.length;
700
706
  elements.forEach(function(state, index) {
701
- return _modules_init_or_update_element_from_state__WEBPACK_IMPORTED_MODULE_11__.initOrUpdateElementFromState.call(_this, state, index);
707
+ return _modules_init_or_update_element_from_state__WEBPACK_IMPORTED_MODULE_12__.initOrUpdateElementFromState.call(_this, state, index);
702
708
  });
703
709
  }
704
710
  },
@@ -734,7 +740,7 @@ var UIMap = /*#__PURE__*/ function(UIGroup) {
734
740
  {
735
741
  key: "onChangeBound",
736
742
  value: function onChangeBound() {
737
- this.options.googleMaps.saveStateInStorage && this.j.storage.set(jodit_pro_plugins_google_maps_helpers_const__WEBPACK_IMPORTED_MODULE_19__.STORAGE_KEY, {
743
+ this.options.googleMaps.saveStateInStorage && this.j.storage.set(jodit_pro_plugins_google_maps_helpers_const__WEBPACK_IMPORTED_MODULE_22__.STORAGE_KEY, {
738
744
  center: this.state.center,
739
745
  size: this.state.size,
740
746
  zoom: this.state.zoom,
@@ -748,8 +754,8 @@ var UIMap = /*#__PURE__*/ function(UIGroup) {
748
754
  key: "onChangeSize",
749
755
  value: function onChangeSize() {
750
756
  var mapSize = this.getElm('map-size');
751
- (0,jodit_esm_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_15__.assert)(mapSize != null, 'map-size element does not exists');
752
- (0,jodit_esm_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_16__.css)(mapSize, {
757
+ (0,jodit_esm_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_18__.assert)(mapSize != null, 'map-size element does not exists');
758
+ (0,jodit_esm_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_19__.css)(mapSize, {
753
759
  width: this.state.size[0],
754
760
  height: this.state.size[1]
755
761
  });
@@ -797,35 +803,35 @@ var UIMap = /*#__PURE__*/ function(UIGroup) {
797
803
  }
798
804
  ]);
799
805
  return UIMap;
800
- }(jodit_esm_core_ui__WEBPACK_IMPORTED_MODULE_17__.UIGroup);
806
+ }(jodit_esm_core_ui__WEBPACK_IMPORTED_MODULE_20__.UIGroup);
801
807
  (0,_swc_helpers_ts_decorate__WEBPACK_IMPORTED_MODULE_8__.__decorate)([
802
- (0,jodit_esm_core_decorators__WEBPACK_IMPORTED_MODULE_13__.hook)('ready')
808
+ (0,jodit_esm_core_decorators_hook_hook__WEBPACK_IMPORTED_MODULE_14__.hook)('ready')
803
809
  ], UIMap.prototype, "onReady", null);
804
810
  (0,_swc_helpers_ts_decorate__WEBPACK_IMPORTED_MODULE_8__.__decorate)([
805
- (0,jodit_esm_core_decorators__WEBPACK_IMPORTED_MODULE_13__.watch)('?:changeCreateMode.gm')
811
+ (0,jodit_esm_core_decorators_watch_watch__WEBPACK_IMPORTED_MODULE_16__.watch)('?:changeCreateMode.gm')
806
812
  ], UIMap.prototype, "changeCreateMode", null);
807
813
  (0,_swc_helpers_ts_decorate__WEBPACK_IMPORTED_MODULE_8__.__decorate)([
808
- (0,jodit_esm_core_decorators__WEBPACK_IMPORTED_MODULE_13__.watch)('state.mode')
814
+ (0,jodit_esm_core_decorators_watch_watch__WEBPACK_IMPORTED_MODULE_16__.watch)('state.mode')
809
815
  ], UIMap.prototype, "onChangeMode", null);
810
816
  (0,_swc_helpers_ts_decorate__WEBPACK_IMPORTED_MODULE_8__.__decorate)([
811
- (0,jodit_esm_core_decorators__WEBPACK_IMPORTED_MODULE_13__.watch)('state.elements')
817
+ (0,jodit_esm_core_decorators_watch_watch__WEBPACK_IMPORTED_MODULE_16__.watch)('state.elements')
812
818
  ], UIMap.prototype, "onChangeElementsList", null);
813
819
  (0,_swc_helpers_ts_decorate__WEBPACK_IMPORTED_MODULE_8__.__decorate)([
814
- (0,jodit_esm_core_decorators__WEBPACK_IMPORTED_MODULE_13__.watch)('state.center'),
815
- (0,jodit_esm_core_decorators__WEBPACK_IMPORTED_MODULE_13__.wait)(function(ctx) {
820
+ (0,jodit_esm_core_decorators_watch_watch__WEBPACK_IMPORTED_MODULE_16__.watch)('state.center'),
821
+ (0,jodit_esm_core_decorators_wait_wait__WEBPACK_IMPORTED_MODULE_15__.wait)(function(ctx) {
816
822
  return ctx.mapInitialized;
817
823
  }),
818
- (0,jodit_esm_core_decorators__WEBPACK_IMPORTED_MODULE_13__.debounce)()
824
+ (0,jodit_esm_core_decorators_debounce_debounce__WEBPACK_IMPORTED_MODULE_13__.debounce)()
819
825
  ], UIMap.prototype, "onChangeCenter", null);
820
826
  (0,_swc_helpers_ts_decorate__WEBPACK_IMPORTED_MODULE_8__.__decorate)([
821
- (0,jodit_esm_core_decorators__WEBPACK_IMPORTED_MODULE_13__.watch)('state.zoom'),
822
- (0,jodit_esm_core_decorators__WEBPACK_IMPORTED_MODULE_13__.debounce)()
827
+ (0,jodit_esm_core_decorators_watch_watch__WEBPACK_IMPORTED_MODULE_16__.watch)('state.zoom'),
828
+ (0,jodit_esm_core_decorators_debounce_debounce__WEBPACK_IMPORTED_MODULE_13__.debounce)()
823
829
  ], UIMap.prototype, "onChangeZoom", null);
824
830
  (0,_swc_helpers_ts_decorate__WEBPACK_IMPORTED_MODULE_8__.__decorate)([
825
- (0,jodit_esm_core_decorators__WEBPACK_IMPORTED_MODULE_13__.watch)('state.controls')
831
+ (0,jodit_esm_core_decorators_watch_watch__WEBPACK_IMPORTED_MODULE_16__.watch)('state.controls')
826
832
  ], UIMap.prototype, "onChangeControls", null);
827
833
  (0,_swc_helpers_ts_decorate__WEBPACK_IMPORTED_MODULE_8__.__decorate)([
828
- (0,jodit_esm_core_decorators__WEBPACK_IMPORTED_MODULE_13__.watch)([
834
+ (0,jodit_esm_core_decorators_watch_watch__WEBPACK_IMPORTED_MODULE_16__.watch)([
829
835
  'state.center',
830
836
  'state.zoom',
831
837
  'state.controls',
@@ -833,20 +839,20 @@ var UIMap = /*#__PURE__*/ function(UIGroup) {
833
839
  'state.type',
834
840
  'state.layer'
835
841
  ]),
836
- (0,jodit_esm_core_decorators__WEBPACK_IMPORTED_MODULE_13__.wait)(function(ctx) {
842
+ (0,jodit_esm_core_decorators_wait_wait__WEBPACK_IMPORTED_MODULE_15__.wait)(function(ctx) {
837
843
  return ctx.mapInitialized;
838
844
  }),
839
- (0,jodit_esm_core_decorators__WEBPACK_IMPORTED_MODULE_13__.debounce)()
845
+ (0,jodit_esm_core_decorators_debounce_debounce__WEBPACK_IMPORTED_MODULE_13__.debounce)()
840
846
  ], UIMap.prototype, "onChangeBound", null);
841
847
  (0,_swc_helpers_ts_decorate__WEBPACK_IMPORTED_MODULE_8__.__decorate)([
842
- (0,jodit_esm_core_decorators__WEBPACK_IMPORTED_MODULE_13__.watch)('state.size'),
843
- (0,jodit_esm_core_decorators__WEBPACK_IMPORTED_MODULE_13__.debounce)()
848
+ (0,jodit_esm_core_decorators_watch_watch__WEBPACK_IMPORTED_MODULE_16__.watch)('state.size'),
849
+ (0,jodit_esm_core_decorators_debounce_debounce__WEBPACK_IMPORTED_MODULE_13__.debounce)()
844
850
  ], UIMap.prototype, "onChangeSize", null);
845
851
  (0,_swc_helpers_ts_decorate__WEBPACK_IMPORTED_MODULE_8__.__decorate)([
846
- (0,jodit_esm_core_decorators__WEBPACK_IMPORTED_MODULE_13__.watch)('state.type')
852
+ (0,jodit_esm_core_decorators_watch_watch__WEBPACK_IMPORTED_MODULE_16__.watch)('state.type')
847
853
  ], UIMap.prototype, "onChangeMapType", null);
848
854
  (0,_swc_helpers_ts_decorate__WEBPACK_IMPORTED_MODULE_8__.__decorate)([
849
- (0,jodit_esm_core_decorators__WEBPACK_IMPORTED_MODULE_13__.watch)('state.layer')
855
+ (0,jodit_esm_core_decorators_watch_watch__WEBPACK_IMPORTED_MODULE_16__.watch)('state.layer')
850
856
  ], UIMap.prototype, "onChangeLayer", null);
851
857
 
852
858
 
@@ -1178,6 +1184,12 @@ var UIPolygonEditor = /*#__PURE__*/ function(UIPolylineEditor) {
1178
1184
  return (0,_swc_helpers_call_super__WEBPACK_IMPORTED_MODULE_0__._)(this, UIPolygonEditor, arguments);
1179
1185
  }
1180
1186
  (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(UIPolygonEditor, [
1187
+ {
1188
+ key: "className",
1189
+ value: function className() {
1190
+ return 'UIPolygonEditor';
1191
+ }
1192
+ },
1181
1193
  {
1182
1194
  key: "onReady",
1183
1195
  value: function onReady() {
@@ -1456,6 +1468,12 @@ var UIMarkerEditor = /*#__PURE__*/ function(UIBaseEditor) {
1456
1468
  return (0,_swc_helpers_call_super__WEBPACK_IMPORTED_MODULE_0__._)(this, UIMarkerEditor, arguments);
1457
1469
  }
1458
1470
  (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(UIMarkerEditor, [
1471
+ {
1472
+ key: "className",
1473
+ value: function className() {
1474
+ return 'UIMarkerEditor';
1475
+ }
1476
+ },
1459
1477
  {
1460
1478
  key: "onReady",
1461
1479
  value: function onReady() {
@@ -3533,28 +3551,6 @@ function isApiAvailable() {
3533
3551
  }
3534
3552
 
3535
3553
 
3536
- /***/ }),
3537
-
3538
- /***/ 69209:
3539
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
3540
-
3541
- "use strict";
3542
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
3543
- /* harmony export */ addNewInState: function() { return /* reexport safe */ _add_new_in_state__WEBPACK_IMPORTED_MODULE_0__.addNewInState; }
3544
- /* harmony export */ });
3545
- /* harmony import */ var _add_new_in_state__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(22125);
3546
- /* harmony import */ var _open_props_dialog__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(11079);
3547
- /*!
3548
- * Jodit Editor PRO (https://xdsoft.net/jodit/)
3549
- * See LICENSE.md in the project root for license information.
3550
- * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
3551
- */
3552
-
3553
-
3554
-
3555
-
3556
-
3557
-
3558
3554
  /***/ }),
3559
3555
 
3560
3556
  /***/ 69398:
@@ -3598,6 +3594,12 @@ var UIPolylineEditor = /*#__PURE__*/ function(UIBaseEditor) {
3598
3594
  return (0,_swc_helpers_call_super__WEBPACK_IMPORTED_MODULE_0__._)(this, UIPolylineEditor, arguments);
3599
3595
  }
3600
3596
  (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(UIPolylineEditor, [
3597
+ {
3598
+ key: "className",
3599
+ value: function className() {
3600
+ return 'UIPolylineEditor';
3601
+ }
3602
+ },
3601
3603
  {
3602
3604
  key: "onReady",
3603
3605
  value: function onReady() {