jodit-pro 4.2.58 → 4.2.60

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 (756) hide show
  1. package/config.js +1 -1
  2. package/es2015/jodit.css +48 -48
  3. package/es2015/jodit.fat.min.js +2 -2
  4. package/es2015/jodit.js +576 -576
  5. package/es2015/jodit.min.js +2 -2
  6. package/es2015/plugins/autocomplete/autocomplete.js +1 -1
  7. package/es2015/plugins/autocomplete/autocomplete.min.js +1 -1
  8. package/es2015/plugins/backup/backup.css +1 -1
  9. package/es2015/plugins/backup/backup.js +8 -8
  10. package/es2015/plugins/backup/backup.min.js +1 -1
  11. package/es2015/plugins/button-generator/button-generator.css +2 -2
  12. package/es2015/plugins/button-generator/button-generator.js +5 -5
  13. package/es2015/plugins/button-generator/button-generator.min.js +1 -1
  14. package/es2015/plugins/change-case/change-case.js +3 -3
  15. package/es2015/plugins/change-case/change-case.min.js +1 -1
  16. package/es2015/plugins/color-picker/color-picker.css +2 -2
  17. package/es2015/plugins/color-picker/color-picker.js +3 -3
  18. package/es2015/plugins/color-picker/color-picker.min.js +1 -1
  19. package/es2015/plugins/emoji/emoji.css +1 -1
  20. package/es2015/plugins/emoji/emoji.js +3 -3
  21. package/es2015/plugins/emoji/emoji.min.js +1 -1
  22. package/es2015/plugins/export-docs/export-docs.js +3 -3
  23. package/es2015/plugins/export-docs/export-docs.min.js +1 -1
  24. package/es2015/plugins/finder/finder.css +3 -3
  25. package/es2015/plugins/finder/finder.js +27 -27
  26. package/es2015/plugins/finder/finder.min.js +1 -1
  27. package/es2015/plugins/google-maps/google-maps.css +5 -5
  28. package/es2015/plugins/google-maps/google-maps.js +28 -28
  29. package/es2015/plugins/google-maps/google-maps.min.js +1 -1
  30. package/es2015/plugins/google-search/google-search.js +2 -2
  31. package/es2015/plugins/google-search/google-search.min.js +1 -1
  32. package/es2015/plugins/highlight-signature/highlight-signature.js +2 -2
  33. package/es2015/plugins/highlight-signature/highlight-signature.min.js +1 -1
  34. package/es2015/plugins/iframe-editor/iframe-editor.css +1 -1
  35. package/es2015/plugins/iframe-editor/iframe-editor.js +4 -4
  36. package/es2015/plugins/iframe-editor/iframe-editor.min.js +1 -1
  37. package/es2015/plugins/keyboard/keyboard.css +1 -1
  38. package/es2015/plugins/keyboard/keyboard.js +2 -2
  39. package/es2015/plugins/keyboard/keyboard.min.js +1 -1
  40. package/es2015/plugins/mobile-view/mobile-view.js +3 -3
  41. package/es2015/plugins/mobile-view/mobile-view.min.js +1 -1
  42. package/es2015/plugins/page-break/page-break.js +4 -4
  43. package/es2015/plugins/page-break/page-break.min.js +1 -1
  44. package/es2015/plugins/paste-code/paste-code.css +1 -1
  45. package/es2015/plugins/paste-code/paste-code.js +3 -3
  46. package/es2015/plugins/paste-code/paste-code.min.js +1 -1
  47. package/es2015/plugins/paste-from-word/paste-from-word.js +1 -1
  48. package/es2015/plugins/paste-from-word/paste-from-word.min.js +1 -1
  49. package/es2015/plugins/show-blocks/show-blocks.js +23 -23
  50. package/es2015/plugins/show-blocks/show-blocks.min.js +1 -1
  51. package/es2015/plugins/todo-list/todo-list.css +1 -1
  52. package/es2015/plugins/todo-list/todo-list.js +3 -3
  53. package/es2015/plugins/todo-list/todo-list.min.js +1 -1
  54. package/es2015/plugins/translate/translate.css +1 -1
  55. package/es2015/plugins/translate/translate.js +7 -7
  56. package/es2015/plugins/translate/translate.min.js +1 -1
  57. package/es2015/plugins/tune-block/tune-block.css +1 -1
  58. package/es2015/plugins/tune-block/tune-block.js +4 -4
  59. package/es2015/plugins/tune-block/tune-block.min.js +1 -1
  60. package/es2018/jodit.css +48 -48
  61. package/es2018/jodit.fat.min.js +2 -2
  62. package/es2018/jodit.js +576 -576
  63. package/es2018/jodit.min.js +2 -2
  64. package/es2018/plugins/autocomplete/autocomplete.js +1 -1
  65. package/es2018/plugins/autocomplete/autocomplete.min.js +1 -1
  66. package/es2018/plugins/backup/backup.css +1 -1
  67. package/es2018/plugins/backup/backup.js +8 -8
  68. package/es2018/plugins/backup/backup.min.js +1 -1
  69. package/es2018/plugins/button-generator/button-generator.css +2 -2
  70. package/es2018/plugins/button-generator/button-generator.js +5 -5
  71. package/es2018/plugins/button-generator/button-generator.min.js +1 -1
  72. package/es2018/plugins/change-case/change-case.js +3 -3
  73. package/es2018/plugins/change-case/change-case.min.js +1 -1
  74. package/es2018/plugins/color-picker/color-picker.css +2 -2
  75. package/es2018/plugins/color-picker/color-picker.js +3 -3
  76. package/es2018/plugins/color-picker/color-picker.min.js +1 -1
  77. package/es2018/plugins/emoji/emoji.css +1 -1
  78. package/es2018/plugins/emoji/emoji.js +3 -3
  79. package/es2018/plugins/emoji/emoji.min.js +1 -1
  80. package/es2018/plugins/export-docs/export-docs.js +3 -3
  81. package/es2018/plugins/export-docs/export-docs.min.js +1 -1
  82. package/es2018/plugins/finder/finder.css +3 -3
  83. package/es2018/plugins/finder/finder.js +27 -27
  84. package/es2018/plugins/finder/finder.min.js +1 -1
  85. package/es2018/plugins/google-maps/google-maps.css +5 -5
  86. package/es2018/plugins/google-maps/google-maps.js +28 -28
  87. package/es2018/plugins/google-maps/google-maps.min.js +1 -1
  88. package/es2018/plugins/google-search/google-search.js +2 -2
  89. package/es2018/plugins/google-search/google-search.min.js +1 -1
  90. package/es2018/plugins/highlight-signature/highlight-signature.js +2 -2
  91. package/es2018/plugins/highlight-signature/highlight-signature.min.js +1 -1
  92. package/es2018/plugins/iframe-editor/iframe-editor.css +1 -1
  93. package/es2018/plugins/iframe-editor/iframe-editor.js +4 -4
  94. package/es2018/plugins/iframe-editor/iframe-editor.min.js +1 -1
  95. package/es2018/plugins/keyboard/keyboard.css +1 -1
  96. package/es2018/plugins/keyboard/keyboard.js +2 -2
  97. package/es2018/plugins/keyboard/keyboard.min.js +1 -1
  98. package/es2018/plugins/mobile-view/mobile-view.js +3 -3
  99. package/es2018/plugins/mobile-view/mobile-view.min.js +1 -1
  100. package/es2018/plugins/page-break/page-break.js +4 -4
  101. package/es2018/plugins/page-break/page-break.min.js +1 -1
  102. package/es2018/plugins/paste-code/paste-code.css +1 -1
  103. package/es2018/plugins/paste-code/paste-code.js +3 -3
  104. package/es2018/plugins/paste-code/paste-code.min.js +1 -1
  105. package/es2018/plugins/paste-from-word/paste-from-word.js +1 -1
  106. package/es2018/plugins/paste-from-word/paste-from-word.min.js +1 -1
  107. package/es2018/plugins/show-blocks/show-blocks.js +23 -23
  108. package/es2018/plugins/show-blocks/show-blocks.min.js +1 -1
  109. package/es2018/plugins/todo-list/todo-list.css +1 -1
  110. package/es2018/plugins/todo-list/todo-list.js +3 -3
  111. package/es2018/plugins/todo-list/todo-list.min.js +1 -1
  112. package/es2018/plugins/translate/translate.css +1 -1
  113. package/es2018/plugins/translate/translate.js +7 -7
  114. package/es2018/plugins/translate/translate.min.js +1 -1
  115. package/es2018/plugins/tune-block/tune-block.css +1 -1
  116. package/es2018/plugins/tune-block/tune-block.js +4 -4
  117. package/es2018/plugins/tune-block/tune-block.min.js +1 -1
  118. package/es2021/jodit.css +48 -48
  119. package/es2021/jodit.fat.min.js +2 -2
  120. package/es2021/jodit.js +576 -576
  121. package/es2021/jodit.min.js +2 -2
  122. package/es2021/plugins/autocomplete/autocomplete.js +1 -1
  123. package/es2021/plugins/autocomplete/autocomplete.min.js +1 -1
  124. package/es2021/plugins/backup/backup.css +1 -1
  125. package/es2021/plugins/backup/backup.js +8 -8
  126. package/es2021/plugins/backup/backup.min.js +1 -1
  127. package/es2021/plugins/button-generator/button-generator.css +2 -2
  128. package/es2021/plugins/button-generator/button-generator.js +5 -5
  129. package/es2021/plugins/button-generator/button-generator.min.js +1 -1
  130. package/es2021/plugins/change-case/change-case.js +3 -3
  131. package/es2021/plugins/change-case/change-case.min.js +1 -1
  132. package/es2021/plugins/color-picker/color-picker.css +2 -2
  133. package/es2021/plugins/color-picker/color-picker.js +3 -3
  134. package/es2021/plugins/color-picker/color-picker.min.js +1 -1
  135. package/es2021/plugins/emoji/emoji.css +1 -1
  136. package/es2021/plugins/emoji/emoji.js +3 -3
  137. package/es2021/plugins/emoji/emoji.min.js +1 -1
  138. package/es2021/plugins/export-docs/export-docs.js +3 -3
  139. package/es2021/plugins/export-docs/export-docs.min.js +1 -1
  140. package/es2021/plugins/finder/finder.css +3 -3
  141. package/es2021/plugins/finder/finder.js +27 -27
  142. package/es2021/plugins/finder/finder.min.js +1 -1
  143. package/es2021/plugins/google-maps/google-maps.css +5 -5
  144. package/es2021/plugins/google-maps/google-maps.js +28 -28
  145. package/es2021/plugins/google-maps/google-maps.min.js +1 -1
  146. package/es2021/plugins/google-search/google-search.js +2 -2
  147. package/es2021/plugins/google-search/google-search.min.js +1 -1
  148. package/es2021/plugins/highlight-signature/highlight-signature.js +2 -2
  149. package/es2021/plugins/highlight-signature/highlight-signature.min.js +1 -1
  150. package/es2021/plugins/iframe-editor/iframe-editor.css +1 -1
  151. package/es2021/plugins/iframe-editor/iframe-editor.js +4 -4
  152. package/es2021/plugins/iframe-editor/iframe-editor.min.js +1 -1
  153. package/es2021/plugins/keyboard/keyboard.css +1 -1
  154. package/es2021/plugins/keyboard/keyboard.js +2 -2
  155. package/es2021/plugins/keyboard/keyboard.min.js +1 -1
  156. package/es2021/plugins/mobile-view/mobile-view.js +3 -3
  157. package/es2021/plugins/mobile-view/mobile-view.min.js +1 -1
  158. package/es2021/plugins/page-break/page-break.js +4 -4
  159. package/es2021/plugins/page-break/page-break.min.js +1 -1
  160. package/es2021/plugins/paste-code/paste-code.css +1 -1
  161. package/es2021/plugins/paste-code/paste-code.js +3 -3
  162. package/es2021/plugins/paste-code/paste-code.min.js +1 -1
  163. package/es2021/plugins/paste-from-word/paste-from-word.js +1 -1
  164. package/es2021/plugins/paste-from-word/paste-from-word.min.js +1 -1
  165. package/es2021/plugins/show-blocks/show-blocks.js +23 -23
  166. package/es2021/plugins/show-blocks/show-blocks.min.js +1 -1
  167. package/es2021/plugins/todo-list/todo-list.css +1 -1
  168. package/es2021/plugins/todo-list/todo-list.js +3 -3
  169. package/es2021/plugins/todo-list/todo-list.min.js +1 -1
  170. package/es2021/plugins/translate/translate.css +1 -1
  171. package/es2021/plugins/translate/translate.js +7 -7
  172. package/es2021/plugins/translate/translate.min.js +1 -1
  173. package/es2021/plugins/tune-block/tune-block.css +1 -1
  174. package/es2021/plugins/tune-block/tune-block.js +4 -4
  175. package/es2021/plugins/tune-block/tune-block.min.js +1 -1
  176. package/es2021.en/jodit.css +48 -48
  177. package/es2021.en/jodit.fat.min.js +2 -2
  178. package/es2021.en/jodit.js +488 -488
  179. package/es2021.en/jodit.min.js +2 -2
  180. package/es2021.en/plugins/autocomplete/autocomplete.js +1 -1
  181. package/es2021.en/plugins/autocomplete/autocomplete.min.js +1 -1
  182. package/es2021.en/plugins/backup/backup.css +1 -1
  183. package/es2021.en/plugins/backup/backup.js +8 -8
  184. package/es2021.en/plugins/backup/backup.min.js +1 -1
  185. package/es2021.en/plugins/button-generator/button-generator.css +2 -2
  186. package/es2021.en/plugins/button-generator/button-generator.js +5 -5
  187. package/es2021.en/plugins/button-generator/button-generator.min.js +1 -1
  188. package/es2021.en/plugins/change-case/change-case.js +3 -3
  189. package/es2021.en/plugins/change-case/change-case.min.js +1 -1
  190. package/es2021.en/plugins/color-picker/color-picker.css +2 -2
  191. package/es2021.en/plugins/color-picker/color-picker.js +3 -3
  192. package/es2021.en/plugins/color-picker/color-picker.min.js +1 -1
  193. package/es2021.en/plugins/emoji/emoji.css +1 -1
  194. package/es2021.en/plugins/emoji/emoji.js +3 -3
  195. package/es2021.en/plugins/emoji/emoji.min.js +1 -1
  196. package/es2021.en/plugins/export-docs/export-docs.js +3 -3
  197. package/es2021.en/plugins/export-docs/export-docs.min.js +1 -1
  198. package/es2021.en/plugins/finder/finder.css +3 -3
  199. package/es2021.en/plugins/finder/finder.js +26 -26
  200. package/es2021.en/plugins/finder/finder.min.js +1 -1
  201. package/es2021.en/plugins/google-maps/google-maps.css +5 -5
  202. package/es2021.en/plugins/google-maps/google-maps.js +28 -28
  203. package/es2021.en/plugins/google-maps/google-maps.min.js +1 -1
  204. package/es2021.en/plugins/google-search/google-search.js +2 -2
  205. package/es2021.en/plugins/google-search/google-search.min.js +1 -1
  206. package/es2021.en/plugins/highlight-signature/highlight-signature.js +2 -2
  207. package/es2021.en/plugins/highlight-signature/highlight-signature.min.js +1 -1
  208. package/es2021.en/plugins/iframe-editor/iframe-editor.css +1 -1
  209. package/es2021.en/plugins/iframe-editor/iframe-editor.js +4 -4
  210. package/es2021.en/plugins/iframe-editor/iframe-editor.min.js +1 -1
  211. package/es2021.en/plugins/keyboard/keyboard.css +1 -1
  212. package/es2021.en/plugins/keyboard/keyboard.js +2 -2
  213. package/es2021.en/plugins/keyboard/keyboard.min.js +1 -1
  214. package/es2021.en/plugins/mobile-view/mobile-view.js +3 -3
  215. package/es2021.en/plugins/mobile-view/mobile-view.min.js +1 -1
  216. package/es2021.en/plugins/page-break/page-break.js +4 -4
  217. package/es2021.en/plugins/page-break/page-break.min.js +1 -1
  218. package/es2021.en/plugins/paste-code/paste-code.css +1 -1
  219. package/es2021.en/plugins/paste-code/paste-code.js +3 -3
  220. package/es2021.en/plugins/paste-code/paste-code.min.js +1 -1
  221. package/es2021.en/plugins/paste-from-word/paste-from-word.js +1 -1
  222. package/es2021.en/plugins/paste-from-word/paste-from-word.min.js +1 -1
  223. package/es2021.en/plugins/show-blocks/show-blocks.js +4 -4
  224. package/es2021.en/plugins/show-blocks/show-blocks.min.js +1 -1
  225. package/es2021.en/plugins/todo-list/todo-list.css +1 -1
  226. package/es2021.en/plugins/todo-list/todo-list.js +3 -3
  227. package/es2021.en/plugins/todo-list/todo-list.min.js +1 -1
  228. package/es2021.en/plugins/translate/translate.css +1 -1
  229. package/es2021.en/plugins/translate/translate.js +7 -7
  230. package/es2021.en/plugins/translate/translate.min.js +1 -1
  231. package/es2021.en/plugins/tune-block/tune-block.css +1 -1
  232. package/es2021.en/plugins/tune-block/tune-block.js +4 -4
  233. package/es2021.en/plugins/tune-block/tune-block.min.js +1 -1
  234. package/es5/292.fat.min.js +1 -1
  235. package/es5/292.js +1 -1
  236. package/es5/292.min.js +1 -1
  237. package/es5/jodit.css +49 -49
  238. package/es5/jodit.fat.min.js +2 -2
  239. package/es5/jodit.js +576 -576
  240. package/es5/jodit.min.css +2 -2
  241. package/es5/jodit.min.js +2 -2
  242. package/es5/plugins/autocomplete/autocomplete.js +1 -1
  243. package/es5/plugins/autocomplete/autocomplete.min.js +1 -1
  244. package/es5/plugins/backup/backup.css +1 -1
  245. package/es5/plugins/backup/backup.js +8 -8
  246. package/es5/plugins/backup/backup.min.js +1 -1
  247. package/es5/plugins/button-generator/button-generator.css +2 -2
  248. package/es5/plugins/button-generator/button-generator.js +5 -5
  249. package/es5/plugins/button-generator/button-generator.min.js +1 -1
  250. package/es5/plugins/change-case/change-case.js +3 -3
  251. package/es5/plugins/change-case/change-case.min.js +1 -1
  252. package/es5/plugins/color-picker/color-picker.css +2 -2
  253. package/es5/plugins/color-picker/color-picker.js +3 -3
  254. package/es5/plugins/color-picker/color-picker.min.js +1 -1
  255. package/es5/plugins/emoji/emoji.css +1 -1
  256. package/es5/plugins/emoji/emoji.js +3 -3
  257. package/es5/plugins/emoji/emoji.min.js +1 -1
  258. package/es5/plugins/export-docs/export-docs.js +3 -3
  259. package/es5/plugins/export-docs/export-docs.min.js +1 -1
  260. package/es5/plugins/finder/finder.css +3 -3
  261. package/es5/plugins/finder/finder.js +27 -27
  262. package/es5/plugins/finder/finder.min.js +1 -1
  263. package/es5/plugins/google-maps/google-maps.css +5 -5
  264. package/es5/plugins/google-maps/google-maps.js +28 -28
  265. package/es5/plugins/google-maps/google-maps.min.js +1 -1
  266. package/es5/plugins/google-search/google-search.js +2 -2
  267. package/es5/plugins/google-search/google-search.min.js +1 -1
  268. package/es5/plugins/highlight-signature/highlight-signature.js +2 -2
  269. package/es5/plugins/highlight-signature/highlight-signature.min.js +1 -1
  270. package/es5/plugins/iframe-editor/iframe-editor.css +1 -1
  271. package/es5/plugins/iframe-editor/iframe-editor.js +4 -4
  272. package/es5/plugins/iframe-editor/iframe-editor.min.js +1 -1
  273. package/es5/plugins/keyboard/keyboard.css +1 -1
  274. package/es5/plugins/keyboard/keyboard.js +2 -2
  275. package/es5/plugins/keyboard/keyboard.min.js +1 -1
  276. package/es5/plugins/mobile-view/mobile-view.js +3 -3
  277. package/es5/plugins/mobile-view/mobile-view.min.js +1 -1
  278. package/es5/plugins/page-break/page-break.js +4 -4
  279. package/es5/plugins/page-break/page-break.min.js +1 -1
  280. package/es5/plugins/paste-code/paste-code.css +1 -1
  281. package/es5/plugins/paste-code/paste-code.js +3 -3
  282. package/es5/plugins/paste-code/paste-code.min.js +1 -1
  283. package/es5/plugins/paste-from-word/paste-from-word.js +1 -1
  284. package/es5/plugins/paste-from-word/paste-from-word.min.js +1 -1
  285. package/es5/plugins/show-blocks/show-blocks.js +23 -23
  286. package/es5/plugins/show-blocks/show-blocks.min.js +1 -1
  287. package/es5/plugins/todo-list/todo-list.css +1 -1
  288. package/es5/plugins/todo-list/todo-list.js +3 -3
  289. package/es5/plugins/todo-list/todo-list.min.js +1 -1
  290. package/es5/plugins/translate/translate.css +1 -1
  291. package/es5/plugins/translate/translate.js +7 -7
  292. package/es5/plugins/translate/translate.min.js +1 -1
  293. package/es5/plugins/tune-block/tune-block.css +1 -1
  294. package/es5/plugins/tune-block/tune-block.js +4 -4
  295. package/es5/plugins/tune-block/tune-block.min.js +1 -1
  296. package/esm/config.d.ts +1 -1
  297. package/esm/config.js +1 -1
  298. package/esm/core/ui/form/range/range.d.ts +1 -1
  299. package/esm/core/ui/form/range/range.js +1 -1
  300. package/esm/index.d.ts +1 -1
  301. package/esm/index.js +1 -1
  302. package/esm/jodit-pro.d.ts +1 -1
  303. package/esm/jodit-pro.js +1 -1
  304. package/esm/plugins/autocomplete/autocomplete.d.ts +1 -1
  305. package/esm/plugins/autocomplete/autocomplete.js +1 -1
  306. package/esm/plugins/autocomplete/helpers.d.ts +1 -1
  307. package/esm/plugins/autocomplete/helpers.js +1 -1
  308. package/esm/plugins/autocomplete/interface.d.ts +1 -1
  309. package/esm/plugins/autocomplete/interface.js +1 -1
  310. package/esm/plugins/autocomplete/ui/autocomplete.d.ts +1 -1
  311. package/esm/plugins/autocomplete/ui/autocomplete.js +1 -1
  312. package/esm/plugins/autocomplete/ui/item.d.ts +1 -1
  313. package/esm/plugins/autocomplete/ui/item.js +1 -1
  314. package/esm/plugins/backup/backup.d.ts +1 -1
  315. package/esm/plugins/backup/backup.js +1 -1
  316. package/esm/plugins/backup/config.d.ts +1 -1
  317. package/esm/plugins/backup/config.js +1 -1
  318. package/esm/plugins/backup/interface.d.ts +1 -1
  319. package/esm/plugins/backup/interface.js +1 -1
  320. package/esm/plugins/backup/langs/index.d.ts +1 -1
  321. package/esm/plugins/backup/langs/index.js +1 -1
  322. package/esm/plugins/backup/modules/store.d.ts +1 -1
  323. package/esm/plugins/backup/modules/store.js +1 -1
  324. package/esm/plugins/backup/ui/box.d.ts +1 -1
  325. package/esm/plugins/backup/ui/box.js +1 -1
  326. package/esm/plugins/backup/ui/item.d.ts +1 -1
  327. package/esm/plugins/backup/ui/item.js +1 -1
  328. package/esm/plugins/backup/ui/list.d.ts +1 -1
  329. package/esm/plugins/backup/ui/list.js +1 -1
  330. package/esm/plugins/button-generator/button-generator.d.ts +1 -1
  331. package/esm/plugins/button-generator/config.d.ts +1 -1
  332. package/esm/plugins/button-generator/config.js +1 -1
  333. package/esm/plugins/button-generator/ui/button/button.d.ts +1 -1
  334. package/esm/plugins/button-generator/ui/form/form.d.ts +1 -1
  335. package/esm/plugins/button-generator/ui/generator/button-generator.d.ts +1 -1
  336. package/esm/plugins/button-generator/ui/generator/button-generator.js +1 -1
  337. package/esm/plugins/button-generator/ui/preview/preview.d.ts +1 -1
  338. package/esm/plugins/change-case/change-case.d.ts +1 -1
  339. package/esm/plugins/change-case/change-case.js +1 -1
  340. package/esm/plugins/change-case/config.d.ts +1 -1
  341. package/esm/plugins/change-case/config.js +1 -1
  342. package/esm/plugins/color-picker/color-picker.d.ts +1 -1
  343. package/esm/plugins/color-picker/color-picker.js +1 -1
  344. package/esm/plugins/color-picker/ui/input/color-input.d.ts +1 -1
  345. package/esm/plugins/color-picker/ui/input/color-input.js +1 -1
  346. package/esm/plugins/emoji/emoji.d.ts +1 -1
  347. package/esm/plugins/emoji/emoji.js +1 -1
  348. package/esm/plugins/emoji/interface.d.ts +1 -1
  349. package/esm/plugins/emoji/interface.js +1 -1
  350. package/esm/plugins/emoji/ui/emoji.d.ts +1 -1
  351. package/esm/plugins/emoji/ui/emoji.js +1 -1
  352. package/esm/plugins/export-docs/config.d.ts +1 -1
  353. package/esm/plugins/export-docs/config.js +1 -1
  354. package/esm/plugins/export-docs/export-docs.d.ts +1 -1
  355. package/esm/plugins/export-docs/export-docs.js +1 -1
  356. package/esm/plugins/finder/browser.d.ts +1 -1
  357. package/esm/plugins/finder/browser.js +1 -1
  358. package/esm/plugins/finder/config.d.ts +1 -1
  359. package/esm/plugins/finder/config.js +1 -1
  360. package/esm/plugins/finder/finder.d.ts +1 -1
  361. package/esm/plugins/finder/finder.js +1 -1
  362. package/esm/plugins/finder/helpers/context-menu.d.ts +1 -1
  363. package/esm/plugins/finder/helpers/context-menu.js +1 -1
  364. package/esm/plugins/finder/helpers/helpers.d.ts +1 -1
  365. package/esm/plugins/finder/helpers/helpers.js +1 -1
  366. package/esm/plugins/finder/helpers/history-manager.d.ts +1 -1
  367. package/esm/plugins/finder/helpers/history-manager.js +1 -1
  368. package/esm/plugins/finder/helpers/loading-manager.d.ts +1 -1
  369. package/esm/plugins/finder/helpers/loading-manager.js +1 -1
  370. package/esm/plugins/finder/helpers/persistent-store.d.ts +1 -1
  371. package/esm/plugins/finder/helpers/persistent-store.js +1 -1
  372. package/esm/plugins/finder/helpers/state-manager.d.ts +1 -1
  373. package/esm/plugins/finder/helpers/state-manager.js +1 -1
  374. package/esm/plugins/finder/interface.d.ts +1 -1
  375. package/esm/plugins/finder/langs/index.d.ts +1 -1
  376. package/esm/plugins/finder/langs/index.js +1 -1
  377. package/esm/plugins/finder/langs/ru.js +1 -1
  378. package/esm/plugins/finder/ui/assets/icons/index.js +1 -1
  379. package/esm/plugins/finder/ui/folder/folder.d.ts +1 -1
  380. package/esm/plugins/finder/ui/folder/folder.js +1 -1
  381. package/esm/plugins/finder/ui/header/header.d.ts +1 -1
  382. package/esm/plugins/finder/ui/header/header.js +1 -1
  383. package/esm/plugins/finder/ui/item/item.d.ts +1 -1
  384. package/esm/plugins/finder/ui/item/item.js +1 -1
  385. package/esm/plugins/finder/ui/lightboox/lightbox.d.ts +1 -1
  386. package/esm/plugins/finder/ui/lightboox/lightbox.js +1 -1
  387. package/esm/plugins/finder/ui/panel/panel.d.ts +1 -1
  388. package/esm/plugins/finder/ui/panel/panel.js +1 -1
  389. package/esm/plugins/finder/ui/preview/preview.d.ts +1 -1
  390. package/esm/plugins/finder/ui/progress/progress.d.ts +1 -1
  391. package/esm/plugins/finder/ui/settings/settings.d.ts +1 -1
  392. package/esm/plugins/finder/ui/settings/settings.js +1 -1
  393. package/esm/plugins/finder/ui/sidebar/sidebar.d.ts +1 -1
  394. package/esm/plugins/finder/ui/source/source.d.ts +1 -1
  395. package/esm/plugins/finder/ui/source/source.js +1 -1
  396. package/esm/plugins/finder/ui/sources/sources.d.ts +1 -1
  397. package/esm/plugins/finder/ui/sources/sources.js +1 -1
  398. package/esm/plugins/finder/ui/statusbar/statusbar.d.ts +1 -1
  399. package/esm/plugins/finder/ui/statusbar/statusbar.js +1 -1
  400. package/esm/plugins/finder/ui/tree/tree.d.ts +1 -1
  401. package/esm/plugins/finder/ui/tree/tree.js +1 -1
  402. package/esm/plugins/finder/ui/virtual-scroll/virtual-scroll.d.ts +1 -1
  403. package/esm/plugins/finder/ui/virtual-scroll/virtual-scroll.js +1 -1
  404. package/esm/plugins/google-maps/assets/index.d.ts +1 -1
  405. package/esm/plugins/google-maps/assets/index.js +1 -1
  406. package/esm/plugins/google-maps/config.d.ts +1 -1
  407. package/esm/plugins/google-maps/config.js +1 -1
  408. package/esm/plugins/google-maps/google-maps.d.ts +1 -1
  409. package/esm/plugins/google-maps/google-maps.js +1 -1
  410. package/esm/plugins/google-maps/helpers/const.d.ts +1 -1
  411. package/esm/plugins/google-maps/helpers/const.js +1 -1
  412. package/esm/plugins/google-maps/helpers/generate-js-script.d.ts +1 -1
  413. package/esm/plugins/google-maps/helpers/generate-static-elements.d.ts +1 -1
  414. package/esm/plugins/google-maps/helpers/generate-static-elements.js +1 -1
  415. package/esm/plugins/google-maps/helpers/helpers.d.ts +1 -1
  416. package/esm/plugins/google-maps/helpers/helpers.js +1 -1
  417. package/esm/plugins/google-maps/helpers/static-url.d.ts +1 -1
  418. package/esm/plugins/google-maps/helpers/static-url.js +1 -1
  419. package/esm/plugins/google-maps/interface.d.ts +1 -1
  420. package/esm/plugins/google-maps/ui/combo-box/combo-box.d.ts +1 -1
  421. package/esm/plugins/google-maps/ui/combo-box/combo-box.js +1 -1
  422. package/esm/plugins/google-maps/ui/editors/base.d.ts +1 -1
  423. package/esm/plugins/google-maps/ui/editors/base.js +1 -1
  424. package/esm/plugins/google-maps/ui/editors/index.d.ts +1 -1
  425. package/esm/plugins/google-maps/ui/editors/index.js +1 -1
  426. package/esm/plugins/google-maps/ui/editors/marker/marker.d.ts +1 -1
  427. package/esm/plugins/google-maps/ui/editors/marker/marker.js +1 -1
  428. package/esm/plugins/google-maps/ui/editors/polygon/polygon.d.ts +1 -1
  429. package/esm/plugins/google-maps/ui/editors/polygon/polygon.js +1 -1
  430. package/esm/plugins/google-maps/ui/editors/polyline/polyline.d.ts +1 -1
  431. package/esm/plugins/google-maps/ui/editors/polyline/polyline.js +1 -1
  432. package/esm/plugins/google-maps/ui/index.d.ts +1 -1
  433. package/esm/plugins/google-maps/ui/index.js +1 -1
  434. package/esm/plugins/google-maps/ui/map/map.d.ts +1 -1
  435. package/esm/plugins/google-maps/ui/map/map.js +1 -1
  436. package/esm/plugins/google-maps/ui/map/modules/add-new-in-state.d.ts +1 -1
  437. package/esm/plugins/google-maps/ui/map/modules/add-new-in-state.js +1 -1
  438. package/esm/plugins/google-maps/ui/map/modules/index.d.ts +1 -1
  439. package/esm/plugins/google-maps/ui/map/modules/index.js +1 -1
  440. package/esm/plugins/google-maps/ui/map/modules/init-or-update-element-from-state.d.ts +1 -1
  441. package/esm/plugins/google-maps/ui/map/modules/init-or-update-element-from-state.js +1 -1
  442. package/esm/plugins/google-maps/ui/map/modules/on-change-geometries.d.ts +1 -1
  443. package/esm/plugins/google-maps/ui/map/modules/on-change-geometries.js +1 -1
  444. package/esm/plugins/google-maps/ui/map/modules/open-props-dialog.d.ts +1 -1
  445. package/esm/plugins/google-maps/ui/map/modules/open-props-dialog.js +1 -1
  446. package/esm/plugins/google-maps/ui/map/modules/remove-element.d.ts +1 -1
  447. package/esm/plugins/google-maps/ui/map/modules/remove-element.js +1 -1
  448. package/esm/plugins/google-maps/ui/map/modules/update-state-and-gme.d.ts +1 -1
  449. package/esm/plugins/google-maps/ui/map/modules/update-state-and-gme.js +1 -1
  450. package/esm/plugins/google-maps/ui/maps-controls/maps-controls.d.ts +1 -1
  451. package/esm/plugins/google-maps/ui/maps-controls/maps-controls.js +1 -1
  452. package/esm/plugins/google-maps/ui/maps-props/maps-props.d.ts +1 -1
  453. package/esm/plugins/google-maps/ui/maps-props/maps-props.js +1 -1
  454. package/esm/plugins/google-maps/ui/wysiwyg/wysiwyg.d.ts +1 -1
  455. package/esm/plugins/google-maps/ui/wysiwyg/wysiwyg.js +1 -1
  456. package/esm/plugins/google-search/google-search.d.ts +1 -1
  457. package/esm/plugins/google-search/google-search.js +1 -1
  458. package/esm/plugins/highlight-signature/highlight-signature.d.ts +1 -1
  459. package/esm/plugins/highlight-signature/highlight-signature.js +1 -1
  460. package/esm/plugins/iframe-editor/config.d.ts +1 -1
  461. package/esm/plugins/iframe-editor/config.js +1 -1
  462. package/esm/plugins/iframe-editor/iframe-editor.d.ts +1 -1
  463. package/esm/plugins/iframe-editor/iframe-editor.js +1 -1
  464. package/esm/plugins/iframe-editor/interface.d.ts +1 -1
  465. package/esm/plugins/iframe-editor/interface.js +1 -1
  466. package/esm/plugins/iframe-editor/ui/iframe-editor/iframe-editor.d.ts +1 -1
  467. package/esm/plugins/iframe-editor/ui/iframe-editor/iframe-editor.js +1 -1
  468. package/esm/plugins/index.d.ts +1 -1
  469. package/esm/plugins/index.js +1 -1
  470. package/esm/plugins/keyboard/config.d.ts +1 -1
  471. package/esm/plugins/keyboard/interface.d.ts +1 -1
  472. package/esm/plugins/keyboard/interface.js +1 -1
  473. package/esm/plugins/keyboard/keyboard.d.ts +1 -1
  474. package/esm/plugins/keyboard/ui/keyboard/keyboard.d.ts +1 -1
  475. package/esm/plugins/keyboard/ui/keyboard/keyboard.js +1 -1
  476. package/esm/plugins/license/helpers/helpers.d.ts +1 -1
  477. package/esm/plugins/license/helpers/helpers.js +1 -1
  478. package/esm/plugins/license/license.d.ts +1 -1
  479. package/esm/plugins/license/license.js +1 -1
  480. package/esm/plugins/mobile-view/config.d.ts +1 -1
  481. package/esm/plugins/mobile-view/config.js +1 -1
  482. package/esm/plugins/mobile-view/mobile-view.d.ts +1 -1
  483. package/esm/plugins/mobile-view/mobile-view.js +1 -1
  484. package/esm/plugins/page-break/config.d.ts +1 -1
  485. package/esm/plugins/page-break/config.js +1 -1
  486. package/esm/plugins/page-break/page-break.css.js +1 -1
  487. package/esm/plugins/page-break/page-break.d.ts +1 -1
  488. package/esm/plugins/page-break/page-break.js +1 -1
  489. package/esm/plugins/paste-code/config.d.ts +1 -1
  490. package/esm/plugins/paste-code/config.js +1 -1
  491. package/esm/plugins/paste-code/paste-code.d.ts +1 -1
  492. package/esm/plugins/paste-code/paste-code.js +1 -1
  493. package/esm/plugins/paste-from-word/cases/clean-styles.d.ts +1 -1
  494. package/esm/plugins/paste-from-word/cases/clean-styles.js +1 -1
  495. package/esm/plugins/paste-from-word/cases/clear-attributes.d.ts +1 -1
  496. package/esm/plugins/paste-from-word/cases/clear-attributes.js +1 -1
  497. package/esm/plugins/paste-from-word/cases/clear-class-name.d.ts +1 -1
  498. package/esm/plugins/paste-from-word/cases/clear-class-name.js +1 -1
  499. package/esm/plugins/paste-from-word/cases/convert-style-unit-to-pixels.d.ts +1 -1
  500. package/esm/plugins/paste-from-word/cases/convert-style-unit-to-pixels.js +1 -1
  501. package/esm/plugins/paste-from-word/cases/convert-to-list.d.ts +1 -1
  502. package/esm/plugins/paste-from-word/cases/convert-to-list.js +1 -1
  503. package/esm/plugins/paste-from-word/cases/index.d.ts +1 -1
  504. package/esm/plugins/paste-from-word/cases/index.js +1 -1
  505. package/esm/plugins/paste-from-word/cases/mark-page-break.d.ts +1 -1
  506. package/esm/plugins/paste-from-word/cases/mark-page-break.js +1 -1
  507. package/esm/plugins/paste-from-word/cases/normalize-image-props.d.ts +1 -1
  508. package/esm/plugins/paste-from-word/cases/normalize-image-props.js +1 -1
  509. package/esm/plugins/paste-from-word/cases/process-image.d.ts +1 -1
  510. package/esm/plugins/paste-from-word/cases/process-image.js +1 -1
  511. package/esm/plugins/paste-from-word/cases/process-links.d.ts +1 -1
  512. package/esm/plugins/paste-from-word/cases/process-links.js +1 -1
  513. package/esm/plugins/paste-from-word/cases/remove-extra-tags.d.ts +1 -1
  514. package/esm/plugins/paste-from-word/cases/remove-extra-tags.js +1 -1
  515. package/esm/plugins/paste-from-word/cases/remove-inside-comment.d.ts +1 -1
  516. package/esm/plugins/paste-from-word/cases/remove-inside-comment.js +1 -1
  517. package/esm/plugins/paste-from-word/cases/replace-old-tags.d.ts +1 -1
  518. package/esm/plugins/paste-from-word/cases/replace-old-tags.js +1 -1
  519. package/esm/plugins/paste-from-word/cases/table.d.ts +1 -1
  520. package/esm/plugins/paste-from-word/cases/table.js +1 -1
  521. package/esm/plugins/paste-from-word/config.d.ts +1 -1
  522. package/esm/plugins/paste-from-word/config.js +1 -1
  523. package/esm/plugins/paste-from-word/constants.d.ts +1 -1
  524. package/esm/plugins/paste-from-word/constants.js +1 -1
  525. package/esm/plugins/paste-from-word/element/checkers.d.ts +1 -1
  526. package/esm/plugins/paste-from-word/element/checkers.js +1 -1
  527. package/esm/plugins/paste-from-word/element/element.d.ts +1 -1
  528. package/esm/plugins/paste-from-word/element/element.js +1 -1
  529. package/esm/plugins/paste-from-word/element/index.d.ts +1 -1
  530. package/esm/plugins/paste-from-word/element/index.js +1 -1
  531. package/esm/plugins/paste-from-word/element/render.d.ts +1 -1
  532. package/esm/plugins/paste-from-word/element/render.js +1 -1
  533. package/esm/plugins/paste-from-word/element/style.d.ts +1 -1
  534. package/esm/plugins/paste-from-word/element/style.js +1 -1
  535. package/esm/plugins/paste-from-word/helpers/apply-styles-pro.d.ts +1 -1
  536. package/esm/plugins/paste-from-word/helpers/apply-styles-pro.js +1 -1
  537. package/esm/plugins/paste-from-word/helpers/calc-list-levels.d.ts +1 -1
  538. package/esm/plugins/paste-from-word/helpers/calc-list-levels.js +1 -1
  539. package/esm/plugins/paste-from-word/helpers/helpers.d.ts +1 -1
  540. package/esm/plugins/paste-from-word/helpers/helpers.js +1 -1
  541. package/esm/plugins/paste-from-word/helpers/index.d.ts +1 -1
  542. package/esm/plugins/paste-from-word/helpers/index.js +1 -1
  543. package/esm/plugins/paste-from-word/helpers/transform-word-to-html.d.ts +1 -1
  544. package/esm/plugins/paste-from-word/helpers/transform-word-to-html.js +1 -1
  545. package/esm/plugins/paste-from-word/interface.d.ts +1 -1
  546. package/esm/plugins/paste-from-word/interface.js +1 -1
  547. package/esm/plugins/paste-from-word/paste-from-word.d.ts +1 -1
  548. package/esm/plugins/paste-from-word/paste-from-word.js +1 -1
  549. package/esm/plugins/show-blocks/config.d.ts +1 -1
  550. package/esm/plugins/show-blocks/config.js +1 -1
  551. package/esm/plugins/show-blocks/langs/ar.js +1 -1
  552. package/esm/plugins/show-blocks/langs/cs_cz.js +1 -1
  553. package/esm/plugins/show-blocks/langs/de.js +1 -1
  554. package/esm/plugins/show-blocks/langs/es.js +1 -1
  555. package/esm/plugins/show-blocks/langs/fa.js +1 -1
  556. package/esm/plugins/show-blocks/langs/fr.js +1 -1
  557. package/esm/plugins/show-blocks/langs/he.js +1 -1
  558. package/esm/plugins/show-blocks/langs/hu.js +1 -1
  559. package/esm/plugins/show-blocks/langs/id.js +1 -1
  560. package/esm/plugins/show-blocks/langs/index.d.ts +1 -1
  561. package/esm/plugins/show-blocks/langs/index.js +1 -1
  562. package/esm/plugins/show-blocks/langs/it.js +1 -1
  563. package/esm/plugins/show-blocks/langs/ja.js +1 -1
  564. package/esm/plugins/show-blocks/langs/ko.js +1 -1
  565. package/esm/plugins/show-blocks/langs/nl.js +1 -1
  566. package/esm/plugins/show-blocks/langs/pl.js +1 -1
  567. package/esm/plugins/show-blocks/langs/pt_br.js +1 -1
  568. package/esm/plugins/show-blocks/langs/ru.js +1 -1
  569. package/esm/plugins/show-blocks/langs/tr.js +1 -1
  570. package/esm/plugins/show-blocks/langs/zh_cn.js +1 -1
  571. package/esm/plugins/show-blocks/langs/zh_tw.js +1 -1
  572. package/esm/plugins/show-blocks/show-blocks.d.ts +1 -1
  573. package/esm/plugins/show-blocks/show-blocks.js +1 -1
  574. package/esm/plugins/todo-list/config.d.ts +1 -1
  575. package/esm/plugins/todo-list/config.js +1 -1
  576. package/esm/plugins/todo-list/todo-list.d.ts +1 -1
  577. package/esm/plugins/todo-list/todo-list.js +1 -1
  578. package/esm/plugins/translate/config.d.ts +1 -1
  579. package/esm/plugins/translate/config.js +1 -1
  580. package/esm/plugins/translate/interface.d.ts +1 -1
  581. package/esm/plugins/translate/interface.js +1 -1
  582. package/esm/plugins/translate/providers/google/google.d.ts +1 -1
  583. package/esm/plugins/translate/providers/google/google.js +1 -1
  584. package/esm/plugins/translate/providers/languages.d.ts +1 -1
  585. package/esm/plugins/translate/providers/languages.js +1 -1
  586. package/esm/plugins/translate/translate.d.ts +1 -1
  587. package/esm/plugins/translate/translate.js +1 -1
  588. package/esm/plugins/translate/ui/list/list.d.ts +1 -1
  589. package/esm/plugins/translate/ui/list/list.js +1 -1
  590. package/esm/plugins/translate/ui/settings/settings.d.ts +1 -1
  591. package/esm/plugins/translate/ui/settings/settings.js +1 -1
  592. package/esm/plugins/tune-block/config.d.ts +1 -1
  593. package/esm/plugins/tune-block/config.js +1 -1
  594. package/esm/plugins/tune-block/tune-block.d.ts +1 -1
  595. package/esm/plugins/tune-block/tune-block.js +1 -1
  596. package/esm/plugins/tune-block/ui/tuner/tuner.d.ts +1 -1
  597. package/esm/plugins/tune-block/ui/tuner/tuner.js +1 -1
  598. package/esm/traits/resize/resize.d.ts +1 -1
  599. package/esm/traits/resize/resize.js +1 -1
  600. package/esm/traits/select-items/select-items.d.ts +1 -1
  601. package/esm/traits/select-items/select-items.js +1 -1
  602. package/esm/types/view.d.ts +1 -1
  603. package/esm/typings.d.ts +1 -1
  604. package/examples/assets/app.js +1 -1
  605. package/examples/assets/prism.js +1 -1
  606. package/package.json +1 -1
  607. package/types/config.d.ts +1 -1
  608. package/types/core/ui/form/range/range.d.ts +1 -1
  609. package/types/index.d.ts +1 -1
  610. package/types/jodit-pro.d.ts +1 -1
  611. package/types/plugins/autocomplete/autocomplete.d.ts +1 -1
  612. package/types/plugins/autocomplete/helpers.d.ts +1 -1
  613. package/types/plugins/autocomplete/interface.d.ts +1 -1
  614. package/types/plugins/autocomplete/ui/autocomplete.d.ts +1 -1
  615. package/types/plugins/autocomplete/ui/item.d.ts +1 -1
  616. package/types/plugins/backup/backup.d.ts +1 -1
  617. package/types/plugins/backup/config.d.ts +1 -1
  618. package/types/plugins/backup/interface.d.ts +1 -1
  619. package/types/plugins/backup/langs/index.d.ts +1 -1
  620. package/types/plugins/backup/modules/store.d.ts +1 -1
  621. package/types/plugins/backup/ui/box.d.ts +1 -1
  622. package/types/plugins/backup/ui/item.d.ts +1 -1
  623. package/types/plugins/backup/ui/list.d.ts +1 -1
  624. package/types/plugins/button-generator/button-generator.d.ts +1 -1
  625. package/types/plugins/button-generator/config.d.ts +1 -1
  626. package/types/plugins/button-generator/ui/button/button.d.ts +1 -1
  627. package/types/plugins/button-generator/ui/form/form.d.ts +1 -1
  628. package/types/plugins/button-generator/ui/generator/button-generator.d.ts +1 -1
  629. package/types/plugins/button-generator/ui/preview/preview.d.ts +1 -1
  630. package/types/plugins/change-case/change-case.d.ts +1 -1
  631. package/types/plugins/change-case/config.d.ts +1 -1
  632. package/types/plugins/color-picker/color-picker.d.ts +1 -1
  633. package/types/plugins/color-picker/ui/input/color-input.d.ts +1 -1
  634. package/types/plugins/emoji/emoji.d.ts +1 -1
  635. package/types/plugins/emoji/interface.d.ts +1 -1
  636. package/types/plugins/emoji/ui/emoji.d.ts +1 -1
  637. package/types/plugins/export-docs/config.d.ts +1 -1
  638. package/types/plugins/export-docs/export-docs.d.ts +1 -1
  639. package/types/plugins/finder/browser.d.ts +1 -1
  640. package/types/plugins/finder/config.d.ts +1 -1
  641. package/types/plugins/finder/finder.d.ts +1 -1
  642. package/types/plugins/finder/helpers/context-menu.d.ts +1 -1
  643. package/types/plugins/finder/helpers/helpers.d.ts +1 -1
  644. package/types/plugins/finder/helpers/history-manager.d.ts +1 -1
  645. package/types/plugins/finder/helpers/loading-manager.d.ts +1 -1
  646. package/types/plugins/finder/helpers/persistent-store.d.ts +1 -1
  647. package/types/plugins/finder/helpers/state-manager.d.ts +1 -1
  648. package/types/plugins/finder/interface.d.ts +1 -1
  649. package/types/plugins/finder/langs/index.d.ts +1 -1
  650. package/types/plugins/finder/ui/folder/folder.d.ts +1 -1
  651. package/types/plugins/finder/ui/header/header.d.ts +1 -1
  652. package/types/plugins/finder/ui/item/item.d.ts +1 -1
  653. package/types/plugins/finder/ui/lightboox/lightbox.d.ts +1 -1
  654. package/types/plugins/finder/ui/panel/panel.d.ts +1 -1
  655. package/types/plugins/finder/ui/preview/preview.d.ts +1 -1
  656. package/types/plugins/finder/ui/progress/progress.d.ts +1 -1
  657. package/types/plugins/finder/ui/settings/settings.d.ts +1 -1
  658. package/types/plugins/finder/ui/sidebar/sidebar.d.ts +1 -1
  659. package/types/plugins/finder/ui/source/source.d.ts +1 -1
  660. package/types/plugins/finder/ui/sources/sources.d.ts +1 -1
  661. package/types/plugins/finder/ui/statusbar/statusbar.d.ts +1 -1
  662. package/types/plugins/finder/ui/tree/tree.d.ts +1 -1
  663. package/types/plugins/finder/ui/virtual-scroll/virtual-scroll.d.ts +1 -1
  664. package/types/plugins/google-maps/assets/index.d.ts +1 -1
  665. package/types/plugins/google-maps/config.d.ts +1 -1
  666. package/types/plugins/google-maps/google-maps.d.ts +1 -1
  667. package/types/plugins/google-maps/helpers/const.d.ts +1 -1
  668. package/types/plugins/google-maps/helpers/generate-js-script.d.ts +1 -1
  669. package/types/plugins/google-maps/helpers/generate-static-elements.d.ts +1 -1
  670. package/types/plugins/google-maps/helpers/helpers.d.ts +1 -1
  671. package/types/plugins/google-maps/helpers/static-url.d.ts +1 -1
  672. package/types/plugins/google-maps/interface.d.ts +1 -1
  673. package/types/plugins/google-maps/ui/combo-box/combo-box.d.ts +1 -1
  674. package/types/plugins/google-maps/ui/editors/base.d.ts +1 -1
  675. package/types/plugins/google-maps/ui/editors/index.d.ts +1 -1
  676. package/types/plugins/google-maps/ui/editors/marker/marker.d.ts +1 -1
  677. package/types/plugins/google-maps/ui/editors/polygon/polygon.d.ts +1 -1
  678. package/types/plugins/google-maps/ui/editors/polyline/polyline.d.ts +1 -1
  679. package/types/plugins/google-maps/ui/index.d.ts +1 -1
  680. package/types/plugins/google-maps/ui/map/map.d.ts +1 -1
  681. package/types/plugins/google-maps/ui/map/modules/add-new-in-state.d.ts +1 -1
  682. package/types/plugins/google-maps/ui/map/modules/index.d.ts +1 -1
  683. package/types/plugins/google-maps/ui/map/modules/init-or-update-element-from-state.d.ts +1 -1
  684. package/types/plugins/google-maps/ui/map/modules/on-change-geometries.d.ts +1 -1
  685. package/types/plugins/google-maps/ui/map/modules/open-props-dialog.d.ts +1 -1
  686. package/types/plugins/google-maps/ui/map/modules/remove-element.d.ts +1 -1
  687. package/types/plugins/google-maps/ui/map/modules/update-state-and-gme.d.ts +1 -1
  688. package/types/plugins/google-maps/ui/maps-controls/maps-controls.d.ts +1 -1
  689. package/types/plugins/google-maps/ui/maps-props/maps-props.d.ts +1 -1
  690. package/types/plugins/google-maps/ui/wysiwyg/wysiwyg.d.ts +1 -1
  691. package/types/plugins/google-search/google-search.d.ts +1 -1
  692. package/types/plugins/highlight-signature/highlight-signature.d.ts +1 -1
  693. package/types/plugins/iframe-editor/config.d.ts +1 -1
  694. package/types/plugins/iframe-editor/iframe-editor.d.ts +1 -1
  695. package/types/plugins/iframe-editor/interface.d.ts +1 -1
  696. package/types/plugins/iframe-editor/ui/iframe-editor/iframe-editor.d.ts +1 -1
  697. package/types/plugins/index.d.ts +1 -1
  698. package/types/plugins/keyboard/config.d.ts +1 -1
  699. package/types/plugins/keyboard/interface.d.ts +1 -1
  700. package/types/plugins/keyboard/keyboard.d.ts +1 -1
  701. package/types/plugins/keyboard/ui/keyboard/keyboard.d.ts +1 -1
  702. package/types/plugins/license/helpers/helpers.d.ts +1 -1
  703. package/types/plugins/license/license.d.ts +1 -1
  704. package/types/plugins/mobile-view/config.d.ts +1 -1
  705. package/types/plugins/mobile-view/mobile-view.d.ts +1 -1
  706. package/types/plugins/page-break/config.d.ts +1 -1
  707. package/types/plugins/page-break/page-break.d.ts +1 -1
  708. package/types/plugins/paste-code/config.d.ts +1 -1
  709. package/types/plugins/paste-code/paste-code.d.ts +1 -1
  710. package/types/plugins/paste-from-word/cases/clean-styles.d.ts +1 -1
  711. package/types/plugins/paste-from-word/cases/clear-attributes.d.ts +1 -1
  712. package/types/plugins/paste-from-word/cases/clear-class-name.d.ts +1 -1
  713. package/types/plugins/paste-from-word/cases/convert-style-unit-to-pixels.d.ts +1 -1
  714. package/types/plugins/paste-from-word/cases/convert-to-list.d.ts +1 -1
  715. package/types/plugins/paste-from-word/cases/index.d.ts +1 -1
  716. package/types/plugins/paste-from-word/cases/mark-page-break.d.ts +1 -1
  717. package/types/plugins/paste-from-word/cases/normalize-image-props.d.ts +1 -1
  718. package/types/plugins/paste-from-word/cases/process-image.d.ts +1 -1
  719. package/types/plugins/paste-from-word/cases/process-links.d.ts +1 -1
  720. package/types/plugins/paste-from-word/cases/remove-extra-tags.d.ts +1 -1
  721. package/types/plugins/paste-from-word/cases/remove-inside-comment.d.ts +1 -1
  722. package/types/plugins/paste-from-word/cases/replace-old-tags.d.ts +1 -1
  723. package/types/plugins/paste-from-word/cases/table.d.ts +1 -1
  724. package/types/plugins/paste-from-word/config.d.ts +1 -1
  725. package/types/plugins/paste-from-word/constants.d.ts +1 -1
  726. package/types/plugins/paste-from-word/element/checkers.d.ts +1 -1
  727. package/types/plugins/paste-from-word/element/element.d.ts +1 -1
  728. package/types/plugins/paste-from-word/element/index.d.ts +1 -1
  729. package/types/plugins/paste-from-word/element/render.d.ts +1 -1
  730. package/types/plugins/paste-from-word/element/style.d.ts +1 -1
  731. package/types/plugins/paste-from-word/helpers/apply-styles-pro.d.ts +1 -1
  732. package/types/plugins/paste-from-word/helpers/calc-list-levels.d.ts +1 -1
  733. package/types/plugins/paste-from-word/helpers/helpers.d.ts +1 -1
  734. package/types/plugins/paste-from-word/helpers/index.d.ts +1 -1
  735. package/types/plugins/paste-from-word/helpers/transform-word-to-html.d.ts +1 -1
  736. package/types/plugins/paste-from-word/interface.d.ts +1 -1
  737. package/types/plugins/paste-from-word/paste-from-word.d.ts +1 -1
  738. package/types/plugins/show-blocks/config.d.ts +1 -1
  739. package/types/plugins/show-blocks/langs/index.d.ts +1 -1
  740. package/types/plugins/show-blocks/show-blocks.d.ts +1 -1
  741. package/types/plugins/todo-list/config.d.ts +1 -1
  742. package/types/plugins/todo-list/todo-list.d.ts +1 -1
  743. package/types/plugins/translate/config.d.ts +1 -1
  744. package/types/plugins/translate/interface.d.ts +1 -1
  745. package/types/plugins/translate/providers/google/google.d.ts +1 -1
  746. package/types/plugins/translate/providers/languages.d.ts +1 -1
  747. package/types/plugins/translate/translate.d.ts +1 -1
  748. package/types/plugins/translate/ui/list/list.d.ts +1 -1
  749. package/types/plugins/translate/ui/settings/settings.d.ts +1 -1
  750. package/types/plugins/tune-block/config.d.ts +1 -1
  751. package/types/plugins/tune-block/tune-block.d.ts +1 -1
  752. package/types/plugins/tune-block/ui/tuner/tuner.d.ts +1 -1
  753. package/types/traits/resize/resize.d.ts +1 -1
  754. package/types/traits/select-items/select-items.d.ts +1 -1
  755. package/types/types/view.d.ts +1 -1
  756. package/types/typings.d.ts +1 -1
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
3
  * See LICENSE.md in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
5
  */
6
6
  import { ViewComponent } from "../../../core/component";
7
7
  import type { IFileBrowserPro, IFileBrowserStatePro } from "../interface";
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
3
  * See LICENSE.md in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
5
  */
6
6
  var t=this&&this.__decorate||function(t,e,s,i){var o,a=arguments.length,n=a<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,s):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(t,e,s,i);else for(var r=t.length-1;r>=0;r--)(o=t[r])&&(n=(a<3?o(n):a>3?o(e,s,n):o(e,s))||n);return a>3&&n&&Object.defineProperty(e,s,n),n};import{ViewComponent as e}from"../../../core/component.js";import{component as s,debounce as i,watch as o}from"../../../core/decorators.js";let a=class LoadingManager extends e{className(){return"LoadingManager"}constructor(t,e){super(t),this.state=e,this.__tick=0,this.offset=0,this.countInOneChunk=20,this.stopLoadingParts=!1,this.__isLoadingPart=!1,this.__callQueueCount=0}async onUpdateFileBrowser(){this.state.activeElements=[],this.j.panel.setMod("loading",!0),await Promise.all([this.loadFolders(),this.loadItems()]),this.j.panel.setMod("loading",!1)}async loadFolders(){if(!this.j.isOpened)return;const{currentPath:t,currentSource:e}=this.state;try{const s=await this.j.dataProvider.tree(t,e);this.j.stateManager.fillTreeForPath(s,t),this.state.sources=s}catch(t){this.j.status(t)}}async loadItems(){if(this.j.isOpened)try{this.__tick+=1;const{__tick:t}=this;this.offset=0,this.stopLoadingParts=!1,this.__callQueueCount=0;const{items:e,loadedTotal:s}=await loadPartItems(this.state,this.j.dataProvider,this.offset,this.countInOneChunk);if(this.state.elements=e,this.stopLoadingParts=s<this.countInOneChunk,await this.loadItemsChunk(t),await this.async.requestIdlePromise(),this.__tick!==t)return;for(;!this.stopLoadingParts&&this.j.panel.countInColumn*this.j.panel.countInRow>=this.state.elements.length;)if(await this.loadItemsChunk(t),this.__tick!==t)return}catch(t){this.j.status(t)}}async __loadItemsChunk(t){if(this.__isLoadingPart)this.__callQueueCount+=1;else{if(!this.stopLoadingParts){this.__isLoadingPart=!0,this.j.panel.items.setMod("chunk-loading",!0);try{this.offset+=this.countInOneChunk;const{items:e,loadedTotal:s}=await loadPartItems(this.state,this.j.dataProvider,this.offset,this.countInOneChunk);if(this.__tick!==t)return;this.stopLoadingParts=s<this.countInOneChunk,e.length&&(this.state.elements=this.state.elements.concat(e))}catch(t){this.j.status(t)}return this.j.panel.items.setMod("chunk-loading",!1),this.__isLoadingPart=!1,this.__callQueueCount>0?(this.__callQueueCount-=1,this.__loadItemsChunk(t)):void 0}this.__callQueueCount=0}}loadItemsChunk(t=this.__tick){return t!==this.__tick?Promise.resolve():this.__loadItemsChunk(t)}};t([o(":update.filebrowser")],a.prototype,"onUpdateFileBrowser",null),t([o(["state.currentPath","state.currentSource"]),i((t=>({timeout:t.defaultTimeout,promisify:!0})))],a.prototype,"loadFolders",null),t([o(["state.currentPath","state.currentSource","state.sortBy","state.onlyImages","state.foldersPosition","state.filterWord"]),i((t=>({timeout:t.defaultTimeout,promisify:!0})))],a.prototype,"loadItems",null),t([i((t=>({timeout:t.defaultTimeout,promisify:!0})))],a.prototype,"loadItemsChunk",null),a=t([s],a);export{a as LoadingManager};function loadPartItems(t,e,s,i){const{currentPath:o,currentSource:a,sortBy:n,withFolders:r,foldersPosition:h,onlyImages:l,filterWord:u}=t;return e.itemsEx(o,a,{offset:s,limit:i,sortBy:n,withFolders:r,foldersPosition:h,onlyImages:l,filterWord:u})}
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
3
  * See LICENSE.md in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
5
  */
6
6
  import { ViewComponent } from "../../../core/component";
7
7
  import type { IFileBrowserStatePro } from "../interface";
@@ -2,5 +2,5 @@ var t=this&&this.__decorate||function(t,e,o,s){var i,r=arguments.length,h=r<3?e:
2
2
  /*!
3
3
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
4
4
  * See LICENSE.md in the project root for license information.
5
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
6
6
  */import{ViewComponent as e}from"../../../core/component.js";import{component as o,persistent as s,watch as i}from"../../../core/decorators.js";import{FileBrowserItem as r}from"../../../modules/file-browser/builders/item.js";let h=class PersistentStore extends e{className(){return"PersistentStore"}constructor(t,e){super(t),this.state=e,this.sortBy="changed-desc",this.view="tiles",this.foldersPosition="top",this.tileSize="default",this.favorites=[],this.showSideBar=!0,this.showPreview=!1,this.showFavorites=!0}onChangeThemeSetField(){this.theme=this.state.theme}onChangeView(){this.view=this.state.view}onChangeSortBy(){this.sortBy=this.state.sortBy}onChangeTileSize(){this.tileSize=this.state.tileSize}onChangeFavorites(){this.favorites=this.state.favorites}onChangeShowSideBar(){this.showSideBar=this.state.showSideBar}onChangeShowPreview(){this.showPreview=this.state.showPreview}onChangeShowFavorites(){this.showFavorites=this.state.showFavorites}onChangeFoldersPosition(){this.foldersPosition=this.state.foldersPosition}syncWithState(){this.state.tileSize=this.tileSize,this.state.favorites=this.favorites.map((t=>t instanceof r?t:r.create(t))),this.state.view=this.view,this.state.theme=this.theme,this.state.showSideBar=this.showSideBar,this.state.showPreview=this.showPreview,this.state.showFavorites=this.showFavorites,this.state.sortBy=this.sortBy,this.state.foldersPosition=this.foldersPosition}};t([s],h.prototype,"theme",void 0),t([s],h.prototype,"sortBy",void 0),t([s],h.prototype,"view",void 0),t([s],h.prototype,"foldersPosition",void 0),t([s],h.prototype,"tileSize",void 0),t([s],h.prototype,"favorites",void 0),t([s],h.prototype,"showSideBar",void 0),t([s],h.prototype,"showPreview",void 0),t([s],h.prototype,"showFavorites",void 0),t([i("state.theme")],h.prototype,"onChangeThemeSetField",null),t([i("state.view")],h.prototype,"onChangeView",null),t([i("state.sortBy")],h.prototype,"onChangeSortBy",null),t([i("state.tileSize")],h.prototype,"onChangeTileSize",null),t([i("state.favorites")],h.prototype,"onChangeFavorites",null),t([i("state.showSideBar")],h.prototype,"onChangeShowSideBar",null),t([i("state.showPreview")],h.prototype,"onChangeShowPreview",null),t([i("state.showFavorites")],h.prototype,"onChangeShowFavorites",null),t([i("state.foldersPosition")],h.prototype,"onChangeFoldersPosition",null),h=t([o],h);export{h as PersistentStore};
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
3
  * See LICENSE.md in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
5
  */
6
6
  import type { IFileBrowserItem, ISourcesFiles, IUniqueHash } from "../../../types/file-browser";
7
7
  import type { IFileBrowserStatePro } from "../interface";
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
3
  * See LICENSE.md in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
5
  */
6
6
  var e=this&&this.__decorate||function(e,t,s,i){var r,a=arguments.length,n=a<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,s):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,s,i);else for(var o=e.length-1;o>=0;o--)(r=e[o])&&(n=(a<3?r(n):a>3?r(t,s,n):r(t,s))||n);return a>3&&n&&Object.defineProperty(t,s,n),n};import{autobind as t}from"../../../core/decorators.js";export class StateManager{constructor(e){this.state=e}getIndex(e,t=this.state.elements){return t.findIndex((t=>t.uniqueHashKey===e.uniqueHashKey))}isActive(e){return Boolean(this.state.activeElements.find((t=>t.uniqueHashKey===e.uniqueHashKey)))}isFavorite(e){return Boolean(this.state.favorites.find((t=>t.uniqueHashKey===e.uniqueHashKey)))}addActive(e,t){this.state.metaInfo=e,this.state.info=e.file??"",this.state.lastSelectedIndex=this.getIndex(e),this.state.activeElements=t?[...this.state.activeElements,e]:[e]}callSelectHandler(){const e=this.state.activeElements;this.state.onSelectCallBack?.call(this,{baseurl:"",files:e.map((e=>e.fileURL)),isImages:e.map((e=>Boolean(e.isImage)))})}setFilter(e){this.state.filterWord=e}toggleFavorite(e){const t=this.getIndex(e,this.state.favorites),s=[...this.state.favorites];-1===t?s.push(e):s.splice(t,1),this.state.favorites=s}fillTreeForPath(e,t){this.state.tree.length&&t&&"/"!==t?(this.removeActive(this.state.tree),e.forEach((e=>{let s=findItem(this.state.tree,e.name);s||(s=sourceToTreeItem(e),this.state.tree.push(s)),s.isActive=!0;const i=function findTreeItem(e,t){return e.split("/").reduce(((e,t)=>e&&findItem(e.children,t)),t)}(t,s);i&&(i.isActive=!0,i.children=filterFolders(e.folders).map((s=>folderToTreeItem(s,t+"/"+s,e.name))))})),this.state.tree=[...this.state.tree]):this.state.tree=e.map(sourceToTreeItem)}removeActive(e){e.forEach((e=>{e.isActive=!1,this.removeActive(e.children)}))}get isFavoriteItems(){return this.state.favorites===this.state.elements}}function findItem(e,t){return e.find((e=>e.name===t))??null}function filterFolders(e){return e.filter((e=>"."!==e&&".."!==e))}function sourceToTreeItem(e){return{type:"source",name:e.name,title:e.title,sourceName:e.name,path:"/",children:filterFolders(e.folders).map((t=>folderToTreeItem(t,t,e.name)))}}function folderToTreeItem(e,t,s){return{type:"directory",name:e,path:t,sourceName:s,children:[]}}e([t],StateManager.prototype,"getIndex",null),e([t],StateManager.prototype,"isActive",null),e([t],StateManager.prototype,"isFavorite",null);
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
3
  * See LICENSE.md in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
5
  */
6
6
  import type { IDialogOptions, IDictionary, IFileBrowser, IFileBrowserCallBackData, IFileBrowserOptions, IFileBrowserState, IObservable, Nullable } from "../../types";
7
7
  import type { ContextMenuManager } from "./helpers/context-menu";
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
3
  * See LICENSE.md in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
5
  */
6
6
  import ru from "./ru.js";
7
7
  export { ru };
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
3
  * See LICENSE.md in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
5
  */
6
6
  import r from"./ru.js";export{r as ru};
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
3
  * See LICENSE.md in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
5
  */
6
6
  module.exports={Favorites:"Избранное",Settings:"Настройки",Light:"Светлая",Dark:"Темная",Theme:"Тема",Show:"Показать",Hide:"Скрыть","Show favorites":"Показывать избранное",Tiles:"Плитка",List:"Список",Compact:"Компактный",View:"Отображение","Folders position":"Позиция папок","Sort by":"Сортировать по","Extra small":"Очень маленькие",Small:"Маленькие",Large:"Большие","Extra large":"Очень большие","Tile size":"Размер плитки"};
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
3
  * See LICENSE.md in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
5
  */
6
6
  import{Icon as r}from"../../../../../core/ui/index.js";import*as e from"./heart.svg.js";import*as o from"./home.svg.js";import*as s from"./new-folder.svg.js";r.set("heart",String(e)),r.set("home",String(o)),r.set("new-folder",String(s));
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
3
  * See LICENSE.md in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
5
  */
6
6
  import { UIElement } from "../../../../core/ui";
7
7
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
3
  * See LICENSE.md in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
5
  */
6
6
  var t=this&&this.__decorate||function(t,e,r,o){var n,i=arguments.length,s=i<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,r):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,r,o);else for(var c=t.length-1;c>=0;c--)(n=t[c])&&(s=(i<3?n(s):i>3?n(e,r,s):n(e,r))||s);return i>3&&s&&Object.defineProperty(e,r,s),s};import{component as e}from"../../../../core/decorators/component/component.js";import{assert as r}from"../../../../core/helpers/utils/assert.js";import{UIElement as o}from"../../../../core/ui/index.js";let n=class UIBrowserFolder extends o{className(){return"UIBrowserFolder"}render(){return'<div>\n\t\t\t<div class="&__icon">\n\t\t\t\t<div class=\'&__loader\'></div>\n\t\t\t\t<div class="&__icon-wrapper">\n\t\t\t\t\t*folder*\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t<div class="&__name"></div>\n\t\t\t<div class="&__arrow">*angle-right*</div>\n\t\t</div>'}constructor(t,e){super(t),this.item=e,this.syncMod=!0;const o=this.getElm("name");r(null!=o,"name element does not exists"),o.innerText=e.name,t.e.on(this.container,"click",(()=>(this.getMod("active")||this.setMod("loading",!0),t.e.fire("openFolder",e)))).on(this.container,"contextmenu",(r=>t.e.fire("contextmenuFolder.filebrowser",e,r)))}};n=t([e],n);export{n as UIBrowserFolder};
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
3
  * See LICENSE.md in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
5
  */
6
6
  import { UIGroup } from "../../../../core/ui";
7
7
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
3
  * See LICENSE.md in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
5
  */
6
6
  var e=this&&this.__decorate||function(e,t,r,o){var s,i=arguments.length,a=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,r):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,o);else for(var n=e.length-1;n>=0;n--)(s=e[n])&&(a=(i<3?s(a):i>3?s(t,r,a):s(t,r))||a);return i>3&&a&&Object.defineProperty(t,r,a),a};import{component as t}from"../../../../core/decorators.js";import{isString as r}from"../../../../core/helpers/checker/is-string.js";import{UIGroup as o,UIInput as s}from"../../../../core/ui/index.js";import{makeCollection as i}from"../../../../modules/toolbar/factory.js";let a=class UIBrowserHeader extends o{className(){return"UIBrowserHeader"}constructor(e,t,r){super(e),this.options=t,this.stateManager=r,this.syncMod=!0,this.toolbar=i(this.j),this.filter=new s(this.j,{icon:"search",placeholder:"Filter",clearButton:!0,onChange:e=>{this.stateManager.setFilter(e)}}),this.append(this.toolbar).append(this.filter),this.filter.container.classList.add(this.getFullElName("filter")),this.toolbar.setMod("mode","header").build(this.__getButtons())}__getButtons(){return(this.options.toolbarButtons??[]).filter((e=>{if(!r(e))return!0;switch(e){case"filebrowser.edit":return this.j.dataProvider.canI("ImageResize")||this.j.dataProvider.canI("ImageCrop");case"filebrowser.new-folder":return this.j.dataProvider.canI("FolderCreate");case"filebrowser.upload":return this.j.dataProvider.canI("FileUpload");case"filebrowser.remove":return this.j.dataProvider.canI("FileRemove")}return!0}))}};a=e([t],a);export{a as UIBrowserHeader};
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
3
  * See LICENSE.md in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
5
  */
6
6
  import type { CanUndef, IFileBrowserItemElement, IFileBrowserItemWrapper, IViewBased } from "../../../../types";
7
7
  import { UIElement } from "../../../../core/ui";
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
3
  * See LICENSE.md in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
5
  */
6
6
  var e=this&&this.__decorate||function(e,t,i,r){var s,o=arguments.length,n=o<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,i):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,i,r);else for(var l=e.length-1;l>=0;l--)(s=e[l])&&(n=(o<3?s(n):o>3?s(t,i,n):s(t,i))||n);return o>3&&n&&Object.defineProperty(t,i,n),n};import{component as t,watch as i}from"../../../../core/decorators.js";import{attr as r,css as s,ctrlKey as o}from"../../../../core/helpers.js";import{assert as n}from"../../../../core/helpers/utils/assert.js";import{UIElement as l}from"../../../../core/ui/index.js";import{Dom as c}from"../../../../modules.js";import{FileBrowserItem as m}from"../../../../modules/file-browser/builders/item.js";let a=class UIBrowserItem extends l{className(){return"UIBrowserItem"}constructor(e,t){super(e),this.item=m.create(t),e.e.on(this.container,"click contextmenu dblclick",(t=>(e.e.fire(t.type+"Item.filebrowser",this.item,o(t)||t.shiftKey,t),!1))),this.update()}render(){return"<div tabindex='-1'>\n\t\t\t<div class='&__image'></div>\n\t\t\t<div class='&__info'></div>\n\t\t\t<div class='&__heart'>*heart*</div>\n\t\t</div>"}onClickFavorite(){return this.bubble((e=>{this.jodit.e.fire(e,"toggleFavoriteItem",this.item)})),!1}onAction(e){return this.jodit.e.fire(e.type+"Item.filebrowser",this.item,o(e)||e.shiftKey,e),!1}update(){const e=this.getElm("image");n(null!=e,"image element does not exists"),s(e,"backgroundImage",`url(${encodeURI(this.item.imageURL)})`);const{type:t,file:i,time:o,size:l}=this.item;this.setMod("is-file",!1===this.item.isImage).setMod("type",t??"file").setElementValue("name",i).setElementValue("time",o).setElementValue("filesize",l),r(this.container,"title","folder"!==t?`${i} ${o} ${l}`:i),super.update()}setElementValue(e,t){const i=this.getFullElName(e);let r=this.getElm(e);if(!t)return r&&c.safeRemove(r),this;if(!r){const e=this.getElm("info");n(null!=e,"wrapper element does not exist"),r=this.j.create.div(i),e.appendChild(r)}return r.innerText=t,this}};e([i("heart:click")],a.prototype,"onClickFavorite",null),e([i(["container:click","container:contextmenu","container:dblclick"])],a.prototype,"onAction",null),a=e([t],a);export{a as UIBrowserItem};
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
3
  * See LICENSE.md in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
5
  */
6
6
  import type { IFileBrowserItemWrapper } from "../../../../types";
7
7
  import { UIElement } from "../../../../modules";
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
3
  * See LICENSE.md in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
5
  */
6
6
  var e,t=this&&this.__decorate||function(e,t,s,i){var r,o=arguments.length,n=o<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,s):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,s,i);else for(var l=e.length-1;l>=0;l--)(r=e[l])&&(n=(o<3?r(n):o>3?r(t,s,n):r(t,s))||n);return o>3&&n&&Object.defineProperty(t,s,n),n};import{KEY_LEFT as s,KEY_RIGHT as i,KEY_SPACE as r}from"../../../../core/constants.js";import{autobind as o,component as n,watch as l}from"../../../../core/decorators.js";import{css as a,loadImage as c}from"../../../../core/helpers.js";import{assert as h}from"../../../../core/helpers/utils/assert.js";import{Dialog as d,Dom as u,UIElement as m}from"../../../../modules.js";let g=e=class UILightBox extends m{className(){return"UILightBox"}render(){return"<div>\n\t\t\t<div class='&__previous'>*angle-left*</div>\n\t\t\t<div class='&__preview'></div>\n\t\t\t<div class='&__loader'></div>\n\t\t\t<div class='&__next'>*angle-right*</div>\n\t\t</div>"}constructor(e,t,s){super(e),this.current=t,this.elements=s,this.dialog=new d;const{dialog:i}=this;i.setMod("theme",e.state.theme).toolbar.setMod("mode","header"),i.open(this),this.elements=this.elements.filter((e=>e.isImage)),i.e.on(i,"afterClose",(()=>{this.destruct()})),this.addGlobalListeners(),this.onChangeCurrent(),i.toolbar.build([{icon:"check",exec:()=>{e.stateManager.addActive(this.current,!1),e.e.fire("select.filebrowser"),i.close()}},"dialog.close"])}async onChangeCurrent(){const{current:e}=this;this.setMod("loading",!0);const t=this.getElm("preview");if(h(null!=t,"preview element does not exist"),u.detach(t),a(t,{backgroundImage:null}),e.isImage){const s=await c(e.fileURL,this.j);this.dialog.setPosition(),a(t,{width:Math.min(this.jodit.ow.innerWidth,s.naturalWidth),height:Math.min(this.jodit.ow.innerHeight-100,s.naturalHeight),backgroundImage:`url(${s.src})`})}else{const s=await this.makeIframe(e.fileURL);t.appendChild(s)}this.dialog.setSize(),this.dialog.setPosition(),this.setMod("loading",!1)}makeIframe(e){const t=this.j.c.element("iframe");return t.classList.add(this.getFullElName("office-iframe")),t.src=/\.pdf/.test(e)?e:this.j.o.previewOfficeURL+encodeURIComponent(e),t}onPreviousClick(){const{current:e}=this;let t=this.j.stateManager.getIndex(e,this.elements);t<=0?t=this.elements.length-1:t-=1,this.current=this.elements[t]}onNextClick(){const{current:e}=this;let t=this.j.stateManager.getIndex(e,this.elements);t>=this.elements.length-1?t=0:t+=1,this.current=this.elements[t]}static open(t,s,i){return new e(t,s,i)}addGlobalListeners(){this.j.e.on(this.j.od,"keydown",this.onKeyPress)}onKeyPress(e){if(e.key===s||e.key===i||e.key===r)return e.key===s?this.onPreviousClick():this.onNextClick(),!1}removeGlobalListeners(){this.j.e.off(this.j.od,"keydown",this.onKeyPress)}destruct(){return this.removeGlobalListeners(),this.dialog.destruct(),super.destruct()}};t([l("current")],g.prototype,"onChangeCurrent",null),t([l("previous:click")],g.prototype,"onPreviousClick",null),t([l("next:click")],g.prototype,"onNextClick",null),t([o],g.prototype,"onKeyPress",null),g=e=t([n],g);export{g as UILightBox};
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
3
  * See LICENSE.md in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
5
  */
6
6
  import type { IFileBrowserItemWrapper } from "../../../../types";
7
7
  import { UIGroup } from "../../../../core/ui";
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
3
  * See LICENSE.md in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
5
  */
6
6
  var e=this&&this.__decorate||function(e,t,s,i){var o,n=arguments.length,a=n<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,s):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,s,i);else for(var r=e.length-1;r>=0;r--)(o=e[r])&&(a=(n<3?o(a):n>3?o(t,s,a):o(t,s))||a);return n>3&&a&&Object.defineProperty(t,s,a),a};import{component as t,watch as s}from"../../../../core/decorators.js";import{css as i,isNumber as o,scrollIntoViewIfNeeded as n}from"../../../../core/helpers.js";import{UIGroup as a}from"../../../../core/ui/index.js";import{UIPreview as r}from"../preview/preview.js";import{UIBrowserSettings as h}from"../settings/settings.js";import{UISidebar as l}from"../sidebar/sidebar.js";import{UIBrowserSources as g}from"../sources/sources.js";import{UIBrowserStatusBar as c}from"../statusbar/statusbar.js";import{UIVirtualScroll as m}from"../virtual-scroll/virtual-scroll.js";let p=class UIBrowserPanel extends a{className(){return"UIBrowserPanel"}get countInRow(){if("list"===this.state.view)return 1;if(!this.items.elements.length)return 1;const{container:e}=this.items.elements[0],t=i(e,"marginLeft");return Math.floor(this.items.container.offsetWidth/(e.offsetWidth+(o(t)?t:0)))}get countInColumn(){if(!this.items.elements.length)return 1;const{container:e}=this.items.elements[0],t=i(e,"marginTop");return Math.floor(this.items.container.offsetHeight/(e.offsetHeight+(o(t)?t:0)))}render(){return"<div>\n\t\t\t<div class='&__content'></div>\n\t\t\t<div class='&__footer'></div>\n\t\t</div>"}constructor(e,t){super(e),this.stateManager=t,this.syncMod=!0,this.sources=new g(this.j),this.sidebar=new l(this.jodit,[this.sources],this.stateManager.state),this.preview=new r(this.jodit,this.stateManager.state),this.statusbar=new c(this.j),this.items=new m(this.j,this.stateManager),this.settings=new h(this.jodit,this.stateManager.state),this.state=t.state,this.append(this.sidebar,"content"),this.append(this.items,"content"),this.append(this.settings,"content"),this.append(this.preview,"content"),this.append(this.statusbar,"footer"),this.onChangeElements(),this.onChangeSources(),this.onChangeView(),this.onChangeTileSize(),this.onChangeShowFavorites(),this.onChangeActiveElements(),this.onChangeFavorites(),this.onChangeShowSideBar(),this.onChangeShowSettings(),this.onChangeShowPreview(),this.onChangeTheme()}onChangeTheme(){this.setMod("theme",this.stateManager.state.theme)}onChangeElements(){this.items.build(this.stateManager.state.elements)}onChangeActiveElements(){this.state.activeElements.length||(this.state.info="",this.state.metaInfo=null),this.items.elements.forEach((e=>{e.setMod("active",Boolean(this.stateManager.isActive(e.item)))})),this.j.e.fire("changeSelection")}onChangeFavorites(){this.items.elements.forEach((e=>{e.setMod("favorite",Boolean(this.stateManager.isFavorite(e.item)))}))}onChangeSources(){this.sources.build(this.stateManager.state.tree)}onChangeLastSelectedIndex(){const e=this.items.elements[this.stateManager.state.lastSelectedIndex]?.container;e&&(n(e,this.items.container,this.j.od),e.focus())}onChangeInfo(){this.statusbar.value(this.state.info,"center")}onChangePathOrSource(){this.statusbar.value(this.state.currentPath?`${this.state.currentPath} (${this.state.currentSource})`:this.i18n("Home"),"left")}onChangeShowSettings(){this.settings.setMod("hidden",!this.stateManager.state.showSettings)}onChangeShowPreview(){this.preview.setMod("hidden",!this.stateManager.state.showPreview)}onChangeShowSideBar(){this.sidebar.setMod("hidden",!this.stateManager.state.showSideBar)}onChangeView(){this.items.setMod("view",this.stateManager.state.view)}onChangeTileSize(){this.items.setMod("size",this.stateManager.state.tileSize)}onChangeShowFavorites(){this.sidebar.setMod("show-favorites",this.stateManager.state.showFavorites),this.items.setMod("show-favorites",this.stateManager.state.showFavorites)}onItemDblClick(){return this.j.e.fire("select.filebrowser"),!1}onItemClick(e,t){this.stateManager.addActive(e,t)}onTogglePreview(){return this.state.showPreview=!this.state.showPreview,!1}onToggleFavoriteItem(e){this.stateManager.toggleFavorite(e)}onFolderClick(e){this.stateManager.state.currentSource=e.sourceName,this.stateManager.state.currentPath=e.path||"/",this.j.e.fire("afterOpenFolder.filebrowser")}};e([s("state.theme")],p.prototype,"onChangeTheme",null),e([s("state.elements")],p.prototype,"onChangeElements",null),e([s("state.activeElements")],p.prototype,"onChangeActiveElements",null),e([s(["state.favorites","state.elements"])],p.prototype,"onChangeFavorites",null),e([s("state.sources")],p.prototype,"onChangeSources",null),e([s("state.lastSelectedIndex")],p.prototype,"onChangeLastSelectedIndex",null),e([s("state.info")],p.prototype,"onChangeInfo",null),e([s(["state.currentPath","state.currentSource"])],p.prototype,"onChangePathOrSource",null),e([s("state.showSettings")],p.prototype,"onChangeShowSettings",null),e([s("state.showPreview")],p.prototype,"onChangeShowPreview",null),e([s("state.showSideBar")],p.prototype,"onChangeShowSideBar",null),e([s("state.view")],p.prototype,"onChangeView",null),e([s("state.tileSize")],p.prototype,"onChangeTileSize",null),e([s("state.showFavorites")],p.prototype,"onChangeShowFavorites",null),e([s(":dblclickItem.filebrowser")],p.prototype,"onItemDblClick",null),e([s(":clickItem.filebrowser")],p.prototype,"onItemClick",null),e([s(":togglePreview.filebrowser")],p.prototype,"onTogglePreview",null),e([s(":toggleFavoriteItem")],p.prototype,"onToggleFavoriteItem",null),e([s(":openFolder")],p.prototype,"onFolderClick",null),p=e([t],p);export{p as UIBrowserPanel};
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
3
  * See LICENSE.md in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
5
  */
6
6
  import type { ModType } from "../../../../types";
7
7
  import { UIGroup } from "../../../../core/ui/group/group";
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
3
  * See LICENSE.md in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
5
  */
6
6
  import type { IProgressBar } from "../../../../types";
7
7
  import { ProgressBar } from "../../../../core/ui/progress-bar/progress-bar";
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
3
  * See LICENSE.md in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
5
  */
6
6
  import type { IViewBased, ModType } from "../../../../types";
7
7
  import { UIGroup } from "../../../../core/ui";
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
3
  * See LICENSE.md in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
5
  */
6
6
  var e=this&&this.__decorate||function(e,t,s,a){var i,l=arguments.length,o=l<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,s):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,s,a);else for(var n=e.length-1;n>=0;n--)(i=e[n])&&(o=(l<3?i(o):l>3?i(t,s,o):i(t,s))||o);return l>3&&o&&Object.defineProperty(t,s,o),o};import{component as t,watch as s}from"../../../../core/decorators.js";import{assert as a}from"../../../../core/helpers/utils/assert.js";import{Icon as i,UIButtonGroup as l,UIGroup as o,UISelect as n}from"../../../../core/ui/index.js";let r=class UIBrowserSettings extends o{className(){return"UIBrowserSettings"}render(){return`<div>\n\t\t\t<div class="${this.getFullElName("close")}">${i.get("cancel")}</div>\n\t\t\t<div class="${this.getFullElName("title")}">${this.j.i18n("Settings")}</div>\n\t\t\t<div class="${this.getFullElName("options")}"></div>\n\t\t</div>`}appendChildToContainer(e){const t=this.getElm("options");a(null!=t,"options element does not exists"),t.appendChild(e)}afterSetMod(e,t){"hidden"===e&&!1===t&&this.generateSettings(),super.afterSetMod(e,t)}constructor(e,t){super(e),this.state=t;const s=this.getElm("close");a(null!=s,"close element does not exists"),e.e.on(s,"click",(()=>{this.state.showSettings=!1}))}onChangeView(){const e=this.getElm("tile-size");e&&(e.style.display="tiles"===this.state.view?"block":"none")}generateSettings(){this.clear();const{j:e}=this;this.append([new l(e,{label:"Theme",name:"theme",value:this.state.theme,radio:!0,options:[{value:"default",text:"Light"},{value:"dark",text:"Dark"}],onChange:e=>{"default"===this.state.theme||"dark"===this.state.theme?this.state.theme=e[0].value:this.state.theme="default"}}),new l(e,{label:"Show favorites",name:"showFavorites",value:this.state.showFavorites,radio:!0,options:[{value:!0,text:"Show"},{value:!1,text:"Hide"}],onChange:e=>{this.state.showFavorites=e[0].value}}),new l(e,{label:"View",name:"view",value:this.state.view,radio:!0,options:[{value:"tiles",text:"Tiles"},{value:"list",text:"List"},{value:"compact",text:"Compact"}],onChange:e=>{this.state.view=e[0].value}}),new l(e,{label:"Folders position",name:"foldersPosition",value:this.state.foldersPosition,radio:!0,options:[{value:"top",text:"Top"},{value:"bottom",text:"Bottom"},{value:"default",text:"Default"}],onChange:e=>{this.state.foldersPosition=e[0].value}}),new n(e,{label:"Sort by",name:"sort-by",value:this.state.sortBy,options:[{value:"changed-asc",text:e.i18n("Sort by changed")+"(⬆)"},{value:"changed-desc",text:e.i18n("Sort by changed")+"(⬇)"},{value:"name-asc",text:e.i18n("Sort by name")+"(⬆)"},{value:"name-desc",text:e.i18n("Sort by name")+"(⬇)"},{value:"size-asc",text:e.i18n("Sort by size")+"(⬆)"},{value:"size-desc",text:e.i18n("Sort by size")+"(⬇)"}],onChange:e=>{this.state.sortBy=e}}),new n(e,{label:"Tile size",name:"tile-size",value:this.state.tileSize,options:[{value:"xsmall",text:"Extra small"},{value:"small",text:"Small"},{value:"default",text:"Default"},{value:"large",text:"Large"},{value:"xlarge",text:"Extra large"}],onChange:e=>{this.state.tileSize=e}})]),this.onChangeView()}};e([s("state.view")],r.prototype,"onChangeView",null),r=e([t],r);export{r as UIBrowserSettings};
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
3
  * See LICENSE.md in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
5
  */
6
6
  import type { IUIElement, IViewBased } from "../../../../types";
7
7
  import { UIGroup } from "../../../../core/ui/group/group";
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
3
  * See LICENSE.md in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
5
  */
6
6
  import { UIElement } from "../../../../core/ui/element";
7
7
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
3
  * See LICENSE.md in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
5
  */
6
6
  var e=this&&this.__decorate||function(e,t,r,n){var o,s=arguments.length,i=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(i=(s<3?o(i):s>3?o(t,r,i):o(t,r))||i);return s>3&&i&&Object.defineProperty(t,r,i),i};import{component as t}from"../../../../core/decorators/component/component.js";import{assert as r}from"../../../../core/helpers/utils/assert.js";import{UIElement as n}from"../../../../core/ui/element.js";import{UITree as o}from"../tree/tree.js";let s=class UIBrowserSource extends n{className(){return"UIBrowserSource"}render(){return'<div>\n\t\t\t<div class="&__name"></div>\n\t\t\t<div class="&__tree"></div>\n\t\t</div>'}constructor(e,t){super(e,t),this.data=t,this.tree=new o(this.j,this.data.children),this.syncMod=!0;const n=this.getElm("name");r(null!=n,"name element does not exists"),n.innerText=t.title||t.name;const s=this.getElm("tree");r(null!=s,"tree element does not exists"),s.appendChild(this.tree.container),e.e.on(this.container,"contextmenu",(r=>e.e.fire("contextmenuSource.filebrowser",t,r)))}};s=e([t],s);export{s as UIBrowserSource};
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
3
  * See LICENSE.md in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
5
  */
6
6
  import { UIGroup } from "../../../../core/ui";
7
7
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
3
  * See LICENSE.md in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
5
  */
6
6
  var e=this&&this.__decorate||function(e,r,t,o){var c,s=arguments.length,i=s<3?r:null===o?o=Object.getOwnPropertyDescriptor(r,t):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,r,t,o);else for(var n=e.length-1;n>=0;n--)(c=e[n])&&(i=(s<3?c(i):s>3?c(r,t,i):c(r,t))||i);return s>3&&i&&Object.defineProperty(r,t,i),i};import{component as r}from"../../../../core/decorators.js";import{UIGroup as t}from"../../../../core/ui/index.js";import{UIBrowserSource as o}from"../source/source.js";let c=class UIBrowserSources extends t{constructor(){super(...arguments),this.syncMod=!0}className(){return"UIBrowserSources"}build(e){this.clear(),e.forEach((e=>{this.append(new o(this.jodit,e))}))}};c=e([r],c);export{c as UIBrowserSources};
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
3
  * See LICENSE.md in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
5
  */
6
6
  import { UIElement } from "../../../../core/ui";
7
7
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
3
  * See LICENSE.md in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
5
  */
6
6
  var t=this&&this.__decorate||function(t,e,r,s){var o,l=arguments.length,i=l<3?e:null===s?s=Object.getOwnPropertyDescriptor(e,r):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(t,e,r,s);else for(var n=t.length-1;n>=0;n--)(o=t[n])&&(i=(l<3?o(i):l>3?o(e,r,i):o(e,r))||i);return l>3&&i&&Object.defineProperty(e,r,i),i};import{component as e}from"../../../../core/decorators.js";import{assert as r}from"../../../../core/helpers/utils/assert.js";import{UIElement as s}from"../../../../core/ui/index.js";let o=class UIBrowserStatusBar extends s{className(){return"UIBrowserStatusBar"}render(){return"<div>\n\t\t\t<div class='&__slot-left'></div>\n\t\t\t<div class='&__slot-center'></div>\n\t\t\t<div class='&__slot-right'></div>\n\t\t</div>"}value(t,e="left"){const s=this.getElm(`slot-${e}`);return r(null!=s,"Slot does not exists"),s.innerText=t,this}};o=t([e],o);export{o as UIBrowserStatusBar};
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
3
  * See LICENSE.md in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
5
  */
6
6
  import { UIGroup } from "../../../../core/ui/group/group";
7
7
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
3
  * See LICENSE.md in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
5
  */
6
6
  var e,t=this&&this.__decorate||function(e,t,r,o){var c,i=arguments.length,n=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,r):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,r,o);else for(var s=e.length-1;s>=0;s--)(c=e[s])&&(n=(i<3?c(n):i>3?c(t,r,n):c(t,r))||n);return i>3&&n&&Object.defineProperty(t,r,n),n};import{component as r}from"../../../../core/decorators/component/component.js";import{UIGroup as o}from"../../../../core/ui/group/group.js";import{UIBrowserFolder as c}from"../folder/folder.js";let i=e=class UITree extends o{className(){return"UITree"}constructor(e,t){super(e),this.syncMod=!0,this.build(t)}build(t){this.clear(),t.forEach((t=>{const r=new c(this.jodit,t);this.append(r),t.isActive&&r.setMod("active",!0),t.children.length&&this.append(new e(this.jodit,t.children))}))}};i=e=t([r],i);export{i as UITree};
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
3
  * See LICENSE.md in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
5
  */
6
6
  import type { IBound } from "../../../../types";
7
7
  import type { IFileBrowserItemElement } from "../../../../types/file-browser";
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
3
  * See LICENSE.md in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
5
  */
6
6
  var e,t=this&&this.__decorate||function(e,t,r,s){var o,i=arguments.length,n=i<3?t:null===s?s=Object.getOwnPropertyDescriptor(t,r):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,r,s);else for(var l=e.length-1;l>=0;l--)(o=e[l])&&(n=(i<3?o(n):i>3?o(t,r,n):o(t,r))||n);return i>3&&n&&Object.defineProperty(t,r,n),n};import{component as r,throttle as s,watch as o}from"../../../../core/decorators.js";import{position as i}from"../../../../core/helpers/size/position.js";import{UIGroup as n}from"../../../../core/ui/group/group.js";import{FileBrowserItem as l}from"../../../../modules/file-browser/builders/item.js";import{UIBrowserItem as a}from"../item/item.js";import{UISelectItems as c}from"../../../../traits/select-items/select-items.js";let h=e=class UIVirtualScroll extends n{className(){return"UIVirtualScroll"}render(){return"<div>\n\t\t\t\t<div class=\"&__empty-message\">~There are no files~</div>\n\t\t\t\t<div class='&__loader'></div>\n\t\t\t\t<div class='&__drag-area'>~Drop image~</div>\n\t\t\t</div>"}constructor(e,t){super(e),this.stateManager=t,this.syncMod=!0,this.addItemsSelector()}reconcile(e){const t=this.elements.findIndex(((t,r)=>!e[r]||t.item.uniqueHashKey!==l.create(e[r]).uniqueHashKey));if(t>-1){for(let e=t;e<this.elements.length;e+=1)this.elements[e].destruct();this.elements.length=t}return t}build(e){const t=this.reconcile(e);e.slice(t>-1?t:this.elements.length).forEach((e=>{const t=new a(this.jodit,e);Object.keys(this.mods).forEach((e=>{t.setMod(e,this.mods[e])})),this.append(t)})),this.setMod("empty",!this.elements.length)}onScrollLoadChunk(){!this.stateManager.isFavoriteItems&&this.container.scrollHeight-(this.container.scrollTop+this.container.offsetHeight)<this.j.o.pixelOffsetLoadNewChunk&&this.j.loadingManager.loadItemsChunk()}onDragOver(e){e.preventDefault(),this.setMod("dragover",!0)}onDragLeave(e){e.preventDefault(),this.setMod("dragover",!1)}addItemsSelector(){c.install(this)}static intersectRect(e,t){return!(t.left>e.left+e.width||t.left+t.width<e.left||t.top>e.top+e.height||t.top+t.height<e.top)}onSelectItems(t){const r=[];this.elements.forEach((s=>{const o=i(s.container);e.intersectRect(o,t)&&r.push(s.item)})),this.stateManager.state.activeElements=r}};t([o(":afterResize"),o(":resize"),o("container:scroll"),s()],h.prototype,"onScrollLoadChunk",null),t([o("container:dragover")],h.prototype,"onDragOver",null),t([o(["container:dragleave","container:drop"])],h.prototype,"onDragLeave",null),h=e=t([r],h);export{h as UIVirtualScroll};
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
3
  * See LICENSE.md in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
5
  */
6
6
  export {};
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
3
  * See LICENSE.md in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
5
  */
6
6
  import{Icon as o}from"../../../core/ui/icon.js";import t from"./circle.svg.js";import r from"./hand.svg.js";import e from"./icon.svg.js";import s from"./marker.svg.js";import i from"./polygon.svg.js";import m from"./polyline.svg.js";import p from"./text.svg.js";o.set("map",e).set("edit-hand",r).set("edit-polygon",i).set("edit-marker",s).set("edit-text",p).set("edit-polyline",m).set("edit-circle",t);
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
3
  * See LICENSE.md in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
5
  */
6
6
  import type { DeepPartial } from "../../types";
7
7
  import type { ICircleState, IMarkerState, IPolygonState, IPolylineState, ITextState, IUIMapBaseState } from "./interface";
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
3
  * See LICENSE.md in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
5
  */
6
6
  import{Config as o}from"../../config.js";import{COMMAND_OPEN_DIALOG as e}from"./helpers/const.js";o.prototype.googleMaps={saveStateInStorage:!0,useStaticImage:!1,apiUrl:"https://maps.googleapis.com/maps/api/js?key=${j.o.googleMaps.API_KEY}&libraries=geometry,places,drawing&language=${j.o.language}&callback=JoditGoogleReadyHandler",API_KEY:"AIzaSyDjnR03hxN8fo0QJ85Jkkvk2DALTh3eynY",dialog:{size:[700,700]},inlineEditorOptions:{buttons:["bold","italic","link","brush","fontsize","image"]},map:{type:"roadmap",layer:"default",center:"auto",defaultCenter:[-34.397,150.644],defaultZoom:10,zoom:10,size:[500,400],defaultStates:{polyline:{strokeColor:"#5ba4f3",strokeWeight:3},polygon:{strokeColor:"#417706",fillColor:"#5b9302",strokeWeight:1,fillOpacity:.5},marker:{},text:{},circle:{strokeColor:"#da767c",fillColor:"#f34ca8",strokeWeight:1,fillOpacity:.5}}}},o.prototype.controls.googleMaps={tooltip:"Google Maps",icon:"map",command:e};const gmButton=o=>({icon:`edit-${o}`,isActive:e=>e.buffer.get("createMode.gm")===o,exec:e=>{e.e.fire("changeCreateMode.gm",o)}});o.prototype.controls.gm={hand:gmButton("hand"),marker:gmButton("marker"),polyline:gmButton("polyline"),polygon:gmButton("polygon"),circle:gmButton("circle"),text:gmButton("text")};
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
3
  * See LICENSE.md in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
5
  */
6
6
  import type { IJodit, Nullable } from "../../types";
7
7
  import { Plugin } from "../../core/plugin";
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
3
  * See LICENSE.md in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
5
  */
6
6
  var e=this&&this.__decorate||function(e,t,o,s){var r,a=arguments.length,i=a<3?t:null===s?s=Object.getOwnPropertyDescriptor(t,o):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,o,s);else for(var n=e.length-1;n>=0;n--)(r=e[n])&&(i=(a<3?r(i):a>3?r(t,o,i):r(t,o))||i);return a>3&&i&&Object.defineProperty(t,o,i),i};import{IS_TEST as t,SOURCE_CONSUMER as o}from"../../core/constants.js";import{watch as s}from"../../core/decorators.js";import{appendScriptAsync as r}from"../../core/helpers.js";import{Plugin as a}from"../../core/plugin.js";import{Button as i}from"../../core/ui/button.js";import{Dialog as n}from"../../modules/dialog/dialog.js";import{TabsWidget as l}from"../../modules/widget.js";import"./config.js";import"./assets/index.js";import{COMMAND_OPEN_DIALOG as p,STORAGE_KEY as c}from"./helpers/const.js";import{generateJSScript as g}from"./helpers/generate-js-script.js";import{googleReady as d,GoogleReadyHandler as m,isApiAvailable as u}from"./helpers/helpers.js";import{staticUrl as h}from"./helpers/static-url.js";import{UIComboBox as f}from"./ui/combo-box/combo-box.js";import{UIMap as j,UIMapsControlsForm as M,UIMapsPropsForm as y}from"./ui/index.js";import{JoditPro as b}from"../../jodit-pro.js";window.JoditGoogleReadyHandler=m;export class googleMaps extends a{constructor(){super(...arguments),this.buttons=[{group:"media",name:"googleMaps"}],this.dialog=null}className(){return"google-maps"}afterInit(e){e.registerCommand(p,(()=>{this.openMapEditor(null,{})}))}beforeDestruct(e){}onOpenOnDblClick(e){if(e.dataset.googleMaps){let t;try{t=JSON.parse(this.j.ow.atob(e.dataset.googleMaps))}catch{}return this.openMapEditor(e,t),!1}}async openMapEditor(e,o){const s=this.j,a=this.getDialog(),n=this.j.o.googleMaps.saveStateInStorage?a.storage.get(c):void 0,{apiUrl:p}=this.jodit.o.googleMaps;u()||r(this.jodit,p.replace(/\${([^}]+)}/g,((e,t)=>this.get(t)??"")));const g={type:this.j.o.googleMaps.map.type,layer:this.j.o.googleMaps.map.layer,size:this.j.o.googleMaps.map.size,...n,...o},m=new j(a,g,this.j.options);m.container.classList.add(a.getFullElName("map"));const b=new f(s,{icon:"search",placeholder:"Search",clearButton:!0}).setMod("in-header",!0);b.container.classList.add(a.getFullElName("search")),this.j.async.promise((e=>{if(u())return void e(0);const intervalChecker=()=>{u()?e(0):this.j.async.setTimeout(intervalChecker,100)};intervalChecker(),d(e)})).then((()=>{m.setStatus("ready"),b.setStatus("ready")})),this.j.e.on(b,"select",((e,t)=>{t?m.map.fitBounds(t):e&&(m.state.center=[e.lat(),e.lng()])})),n||("auto"===this.j.o.googleMaps.map.center?navigator.geolocation.getCurrentPosition((e=>{m.state.center=[e.coords.latitude,e.coords.longitude]}),(()=>{m.state.center=this.j.o.googleMaps.map.defaultCenter})):m.state.center=this.j.o.googleMaps.map.center),a.setSize(...s.o.googleMaps.dialog.size).setHeader([b,"&nbsp;",i(s,"eye").onAction((()=>{const e=this.jodit.createInside.element("img");e.src=h(m),e.dataset.googleMaps=btoa(m.json());const t={value:e.outerHTML};this.onAfterGetValueFromEditor(t),s.execCommand("preview",null,t.value)}))]).setContent(l(s,[{name:"Map",icon:"map",content:m},{name:"Settings",content:new y(s,m.state)},{name:"Controls",icon:"menu",content:new M(s,m.state)}])).setFooter([i(s,"cancel","Cancel","default").onAction((()=>a.close())),i(s,"ok",e?"Save":"Insert","primary").onAction((()=>{m.destruct(),b.destruct(),a.e.off("beforeClose",onCLose),a.close(),this.insertMap(e,m)}))]).open();const onCLose=()=>{if(m.state.elements.length&&JSON.stringify(m.state.elements)!==JSON.stringify(g.elements)&&!t&&!confirm(this.i18n("Are you sure?")))return!1;m.destruct(),b.destruct(),a.e.off("beforeClose",onCLose)};a.e.on("beforeClose",onCLose)}getDialog(){if(!this.dialog){const e=new n({language:this.j.o.language});e.container.classList.add(this.getFullElName("")),this.dialog=e}return this.dialog}insertMap(e,t){const o=e??this.jodit.createInside.element("img");o.src=h(t),o.dataset.googleMaps=btoa(t.json()),e||this.jodit.s.insertImage(o)}onBeforeSetNativeEditorValue(e){e.value=e.value.replace(/<script[^>]+jodit-google-maps-init[^>]+>.*?<\/script>/gs,"")}onAfterGetValueFromEditor(e,t){this.j.o.googleMaps.useStaticImage||t===o||(e.value=e.value.replace(/(<img[^>]+)(["']?)data-google-maps\2\s*=(["'])([^"']+)\3([^>]*>)/gs,((e,t,o,s,r,a)=>{let i={};try{i=JSON.parse(this.j.ow.atob(r))}catch{}return`${t} id="${i.uid}" ${o}data-google-maps${o}=${s}${r}${s}${a}${g(this.j,i)}`})))}}googleMaps.requires=["license","color-picker"],e([s("?:openOnDblClick")],googleMaps.prototype,"onOpenOnDblClick",null),e([s(":beforeSetNativeEditorValue")],googleMaps.prototype,"onBeforeSetNativeEditorValue",null),e([s(":afterGetValueFromEditor")],googleMaps.prototype,"onAfterGetValueFromEditor",null),b.plugins.add("google-maps",googleMaps);
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
3
  * See LICENSE.md in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
5
  */
6
6
  export declare const STORAGE_KEY = "googleMapsState";
7
7
  export declare const COMMAND_OPEN_DIALOG = "googleMapsDialog";
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
3
  * See LICENSE.md in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
5
  */
6
6
  export const STORAGE_KEY="googleMapsState";export const COMMAND_OPEN_DIALOG="googleMapsDialog";
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
3
  * See LICENSE.md in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
5
  */
6
6
  import type { IJodit } from "../../../types";
7
7
  import type { IUIMapState } from "../interface";
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
3
  * See LICENSE.md in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
5
  */
6
6
  import type { UIMap } from "../ui/map/map";
7
7
  export declare function generateStaticElements(uiMap: UIMap): string;
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
3
  * See LICENSE.md in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
5
  */
6
6
  import{stripTags as e}from"../../../core/helpers/html/strip-tags.js";import{arrayToPath as o,specialColor as t}from"./helpers.js";export function generateStaticElements(r){return r.state.elements.map((r=>{switch(r.type){case"polygon":return`&path=fillcolor:${t(r.fillColor??"#fff")}%7Cweight:${r.strokeWeight??1}%7Ccolor:${t(r.strokeColor??"#fff")}%7Cenc:${google.maps.geometry.encoding.encodePath(o(r.coordinates))}`;case"polyline":return`&path=weight:${r.strokeWeight??1}%7Ccolor:${t(r.strokeColor??"#fff")}%7Cenc:${google.maps.geometry.encoding.encodePath(o(r.coordinates))}`;case"marker":return`&markers=color:blue%7Clabel:${encodeURIComponent(e(r.text??"").charAt(0).toUpperCase())}%7C${r.coordinates}`}return""})).join("")}
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
3
  * See LICENSE.md in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
5
  */
6
6
  export declare let jdGoogleMapsAlreadyLoaded: boolean;
7
7
  export declare const jdGoogleMapsOnloadHandlers: Array<Function>;
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
3
  * See LICENSE.md in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
5
  */
6
6
  export let jdGoogleMapsAlreadyLoaded=!1;export const jdGoogleMapsOnloadHandlers=[];export function googleReady(o){jdGoogleMapsAlreadyLoaded?o():jdGoogleMapsOnloadHandlers.push(o)}export function GoogleReadyHandler(){jdGoogleMapsAlreadyLoaded=!0,jdGoogleMapsOnloadHandlers&&jdGoogleMapsOnloadHandlers.forEach((o=>o()))}export function arrayToPath(o,a=!1){const e=[];if(Array.isArray(o)){if(!Array.isArray(o[0])&&!Array.isArray(o[1]))return a?{lat:o[0],lng:o[1]}:new google.maps.LatLng(o[0],o[1]);o.forEach((o=>{e.push(arrayToPath(o,a))}))}return e}export function pathToArray(o){return o.getArray().map((o=>[o.lat(),o.lng()]))}export function specialColor(o){return o.toUpperCase().replace("#","0x").padEnd(10,"F")}export function isApiAvailable(){return"undefined"!=typeof google&&void 0!==google.maps&&void 0!==google.maps.Map}
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
3
  * See LICENSE.md in the project root for license information.
4
- * Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
4
+ * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
5
  */
6
6
  import type { UIMap } from "../ui/map/map";
7
7
  export declare function staticUrl(uiMap: UIMap): string;