jodit-pro 4.9.25 → 4.9.30

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 (327) hide show
  1. package/CHANGELOG.md +34 -1
  2. package/config.js +1 -0
  3. package/es2015/jodit.css +1 -1
  4. package/es2015/jodit.fat.min.css +1 -1
  5. package/es2015/jodit.fat.min.js +12 -12
  6. package/es2015/jodit.js +176 -76
  7. package/es2015/jodit.min.js +5 -5
  8. package/es2015/plugins/ai-assistant-pro/ai-assistant-pro.css +1 -1
  9. package/es2015/plugins/ai-assistant-pro/ai-assistant-pro.js +1 -1
  10. package/es2015/plugins/ai-assistant-pro/ai-assistant-pro.min.js +1 -1
  11. package/es2015/plugins/autocomplete/autocomplete.js +1 -1
  12. package/es2015/plugins/autocomplete/autocomplete.min.js +1 -1
  13. package/es2015/plugins/backup/backup.css +1 -1
  14. package/es2015/plugins/backup/backup.js +1 -1
  15. package/es2015/plugins/backup/backup.min.js +1 -1
  16. package/es2015/plugins/button-generator/button-generator.css +1 -1
  17. package/es2015/plugins/button-generator/button-generator.js +1 -1
  18. package/es2015/plugins/button-generator/button-generator.min.js +1 -1
  19. package/es2015/plugins/change-case/change-case.js +1 -1
  20. package/es2015/plugins/change-case/change-case.min.js +1 -1
  21. package/es2015/plugins/color-picker/color-picker.css +1 -1
  22. package/es2015/plugins/color-picker/color-picker.js +1 -1
  23. package/es2015/plugins/color-picker/color-picker.min.js +1 -1
  24. package/es2015/plugins/emoji/emoji.css +1 -1
  25. package/es2015/plugins/emoji/emoji.js +1 -1
  26. package/es2015/plugins/emoji/emoji.min.js +1 -1
  27. package/es2015/plugins/export-docs/export-docs.js +1 -1
  28. package/es2015/plugins/export-docs/export-docs.min.js +1 -1
  29. package/es2015/plugins/finder/finder.css +1 -1
  30. package/es2015/plugins/finder/finder.js +1 -1
  31. package/es2015/plugins/finder/finder.min.js +1 -1
  32. package/es2015/plugins/google-maps/google-maps.css +1 -1
  33. package/es2015/plugins/google-maps/google-maps.js +1 -1
  34. package/es2015/plugins/google-maps/google-maps.min.js +1 -1
  35. package/es2015/plugins/google-search/google-search.js +1 -1
  36. package/es2015/plugins/google-search/google-search.min.js +1 -1
  37. package/es2015/plugins/highlight-signature/highlight-signature.js +1 -1
  38. package/es2015/plugins/highlight-signature/highlight-signature.min.js +1 -1
  39. package/es2015/plugins/iframe-editor/iframe-editor.css +1 -1
  40. package/es2015/plugins/iframe-editor/iframe-editor.js +1 -1
  41. package/es2015/plugins/iframe-editor/iframe-editor.min.js +1 -1
  42. package/es2015/plugins/keyboard/keyboard.css +1 -1
  43. package/es2015/plugins/keyboard/keyboard.js +1 -1
  44. package/es2015/plugins/keyboard/keyboard.min.js +1 -1
  45. package/es2015/plugins/mobile-view/mobile-view.js +1 -1
  46. package/es2015/plugins/mobile-view/mobile-view.min.js +1 -1
  47. package/es2015/plugins/page-break/page-break.js +1 -1
  48. package/es2015/plugins/page-break/page-break.min.js +1 -1
  49. package/es2015/plugins/paste-code/paste-code.css +1 -1
  50. package/es2015/plugins/paste-code/paste-code.js +1 -1
  51. package/es2015/plugins/paste-code/paste-code.min.js +1 -1
  52. package/es2015/plugins/paste-from-word/paste-from-word.js +1 -1
  53. package/es2015/plugins/paste-from-word/paste-from-word.min.js +1 -1
  54. package/es2015/plugins/show-blocks/show-blocks.js +1 -1
  55. package/es2015/plugins/show-blocks/show-blocks.min.js +1 -1
  56. package/es2015/plugins/style/style.css +1 -1
  57. package/es2015/plugins/style/style.js +1 -1
  58. package/es2015/plugins/style/style.min.js +1 -1
  59. package/es2015/plugins/templates/templates.css +82 -0
  60. package/es2015/plugins/templates/templates.js +178 -0
  61. package/es2015/plugins/templates/templates.min.css +1 -0
  62. package/es2015/plugins/templates/templates.min.js +8 -0
  63. package/es2015/plugins/todo-list/todo-list.css +1 -1
  64. package/es2015/plugins/todo-list/todo-list.js +1 -1
  65. package/es2015/plugins/todo-list/todo-list.min.js +1 -1
  66. package/es2015/plugins/translate/translate.css +1 -1
  67. package/es2015/plugins/translate/translate.js +1 -1
  68. package/es2015/plugins/translate/translate.min.js +1 -1
  69. package/es2015/plugins/tune-block/tune-block.css +1 -1
  70. package/es2015/plugins/tune-block/tune-block.js +1 -1
  71. package/es2015/plugins/tune-block/tune-block.min.js +1 -1
  72. package/es2018/jodit.fat.min.css +1 -1
  73. package/es2018/jodit.fat.min.js +12 -12
  74. package/es2018/jodit.min.js +16 -16
  75. package/es2018/plugins/ai-assistant-pro/ai-assistant-pro.min.js +1 -1
  76. package/es2018/plugins/autocomplete/autocomplete.min.js +1 -1
  77. package/es2018/plugins/backup/backup.min.js +1 -1
  78. package/es2018/plugins/button-generator/button-generator.min.js +1 -1
  79. package/es2018/plugins/change-case/change-case.min.js +1 -1
  80. package/es2018/plugins/color-picker/color-picker.min.js +1 -1
  81. package/es2018/plugins/emoji/emoji.min.js +1 -1
  82. package/es2018/plugins/export-docs/export-docs.min.js +1 -1
  83. package/es2018/plugins/finder/finder.min.js +1 -1
  84. package/es2018/plugins/google-maps/google-maps.min.js +1 -1
  85. package/es2018/plugins/google-search/google-search.min.js +1 -1
  86. package/es2018/plugins/highlight-signature/highlight-signature.min.js +1 -1
  87. package/es2018/plugins/iframe-editor/iframe-editor.min.js +1 -1
  88. package/es2018/plugins/keyboard/keyboard.min.js +1 -1
  89. package/es2018/plugins/mobile-view/mobile-view.min.js +1 -1
  90. package/es2018/plugins/page-break/page-break.min.js +1 -1
  91. package/es2018/plugins/paste-code/paste-code.min.js +1 -1
  92. package/es2018/plugins/paste-from-word/paste-from-word.min.js +1 -1
  93. package/es2018/plugins/show-blocks/show-blocks.min.js +1 -1
  94. package/es2018/plugins/style/style.min.js +1 -1
  95. package/es2018/plugins/templates/templates.min.css +1 -0
  96. package/es2018/plugins/templates/templates.min.js +8 -0
  97. package/es2018/plugins/todo-list/todo-list.min.js +1 -1
  98. package/es2018/plugins/translate/translate.min.js +1 -1
  99. package/es2018/plugins/tune-block/tune-block.min.js +1 -1
  100. package/es2021/jodit.css +1 -1
  101. package/es2021/jodit.fat.min.css +1 -1
  102. package/es2021/jodit.fat.min.js +12 -12
  103. package/es2021/jodit.js +176 -76
  104. package/es2021/jodit.min.js +24 -24
  105. package/es2021/plugins/ai-assistant-pro/ai-assistant-pro.css +1 -1
  106. package/es2021/plugins/ai-assistant-pro/ai-assistant-pro.js +1 -1
  107. package/es2021/plugins/ai-assistant-pro/ai-assistant-pro.min.js +1 -1
  108. package/es2021/plugins/autocomplete/autocomplete.js +1 -1
  109. package/es2021/plugins/autocomplete/autocomplete.min.js +1 -1
  110. package/es2021/plugins/backup/backup.css +1 -1
  111. package/es2021/plugins/backup/backup.js +1 -1
  112. package/es2021/plugins/backup/backup.min.js +1 -1
  113. package/es2021/plugins/button-generator/button-generator.css +1 -1
  114. package/es2021/plugins/button-generator/button-generator.js +1 -1
  115. package/es2021/plugins/button-generator/button-generator.min.js +1 -1
  116. package/es2021/plugins/change-case/change-case.js +1 -1
  117. package/es2021/plugins/change-case/change-case.min.js +1 -1
  118. package/es2021/plugins/color-picker/color-picker.css +1 -1
  119. package/es2021/plugins/color-picker/color-picker.js +1 -1
  120. package/es2021/plugins/color-picker/color-picker.min.js +1 -1
  121. package/es2021/plugins/emoji/emoji.css +1 -1
  122. package/es2021/plugins/emoji/emoji.js +1 -1
  123. package/es2021/plugins/emoji/emoji.min.js +1 -1
  124. package/es2021/plugins/export-docs/export-docs.js +1 -1
  125. package/es2021/plugins/export-docs/export-docs.min.js +1 -1
  126. package/es2021/plugins/finder/finder.css +1 -1
  127. package/es2021/plugins/finder/finder.js +1 -1
  128. package/es2021/plugins/finder/finder.min.js +1 -1
  129. package/es2021/plugins/google-maps/google-maps.css +1 -1
  130. package/es2021/plugins/google-maps/google-maps.js +1 -1
  131. package/es2021/plugins/google-maps/google-maps.min.js +1 -1
  132. package/es2021/plugins/google-search/google-search.js +1 -1
  133. package/es2021/plugins/google-search/google-search.min.js +1 -1
  134. package/es2021/plugins/highlight-signature/highlight-signature.js +1 -1
  135. package/es2021/plugins/highlight-signature/highlight-signature.min.js +1 -1
  136. package/es2021/plugins/iframe-editor/iframe-editor.css +1 -1
  137. package/es2021/plugins/iframe-editor/iframe-editor.js +1 -1
  138. package/es2021/plugins/iframe-editor/iframe-editor.min.js +1 -1
  139. package/es2021/plugins/keyboard/keyboard.css +1 -1
  140. package/es2021/plugins/keyboard/keyboard.js +1 -1
  141. package/es2021/plugins/keyboard/keyboard.min.js +1 -1
  142. package/es2021/plugins/mobile-view/mobile-view.js +1 -1
  143. package/es2021/plugins/mobile-view/mobile-view.min.js +1 -1
  144. package/es2021/plugins/page-break/page-break.js +1 -1
  145. package/es2021/plugins/page-break/page-break.min.js +1 -1
  146. package/es2021/plugins/paste-code/paste-code.css +1 -1
  147. package/es2021/plugins/paste-code/paste-code.js +1 -1
  148. package/es2021/plugins/paste-code/paste-code.min.js +1 -1
  149. package/es2021/plugins/paste-from-word/paste-from-word.js +1 -1
  150. package/es2021/plugins/paste-from-word/paste-from-word.min.js +1 -1
  151. package/es2021/plugins/show-blocks/show-blocks.js +1 -1
  152. package/es2021/plugins/show-blocks/show-blocks.min.js +1 -1
  153. package/es2021/plugins/style/style.css +1 -1
  154. package/es2021/plugins/style/style.js +1 -1
  155. package/es2021/plugins/style/style.min.js +1 -1
  156. package/es2021/plugins/templates/templates.css +82 -0
  157. package/es2021/plugins/templates/templates.js +178 -0
  158. package/es2021/plugins/templates/templates.min.css +1 -0
  159. package/es2021/plugins/templates/templates.min.js +8 -0
  160. package/es2021/plugins/todo-list/todo-list.css +1 -1
  161. package/es2021/plugins/todo-list/todo-list.js +1 -1
  162. package/es2021/plugins/todo-list/todo-list.min.js +1 -1
  163. package/es2021/plugins/translate/translate.css +1 -1
  164. package/es2021/plugins/translate/translate.js +1 -1
  165. package/es2021/plugins/translate/translate.min.js +1 -1
  166. package/es2021/plugins/tune-block/tune-block.css +1 -1
  167. package/es2021/plugins/tune-block/tune-block.js +1 -1
  168. package/es2021/plugins/tune-block/tune-block.min.js +1 -1
  169. package/es2021.en/jodit.css +1 -1
  170. package/es2021.en/jodit.fat.min.css +1 -1
  171. package/es2021.en/jodit.fat.min.js +12 -12
  172. package/es2021.en/jodit.js +176 -76
  173. package/es2021.en/jodit.min.js +6 -6
  174. package/es2021.en/plugins/ai-assistant-pro/ai-assistant-pro.css +1 -1
  175. package/es2021.en/plugins/ai-assistant-pro/ai-assistant-pro.js +1 -1
  176. package/es2021.en/plugins/ai-assistant-pro/ai-assistant-pro.min.js +1 -1
  177. package/es2021.en/plugins/autocomplete/autocomplete.js +1 -1
  178. package/es2021.en/plugins/autocomplete/autocomplete.min.js +1 -1
  179. package/es2021.en/plugins/backup/backup.css +1 -1
  180. package/es2021.en/plugins/backup/backup.js +1 -1
  181. package/es2021.en/plugins/backup/backup.min.js +1 -1
  182. package/es2021.en/plugins/button-generator/button-generator.css +1 -1
  183. package/es2021.en/plugins/button-generator/button-generator.js +1 -1
  184. package/es2021.en/plugins/button-generator/button-generator.min.js +1 -1
  185. package/es2021.en/plugins/change-case/change-case.js +1 -1
  186. package/es2021.en/plugins/change-case/change-case.min.js +1 -1
  187. package/es2021.en/plugins/color-picker/color-picker.css +1 -1
  188. package/es2021.en/plugins/color-picker/color-picker.js +1 -1
  189. package/es2021.en/plugins/color-picker/color-picker.min.js +1 -1
  190. package/es2021.en/plugins/emoji/emoji.css +1 -1
  191. package/es2021.en/plugins/emoji/emoji.js +1 -1
  192. package/es2021.en/plugins/emoji/emoji.min.js +1 -1
  193. package/es2021.en/plugins/export-docs/export-docs.js +1 -1
  194. package/es2021.en/plugins/export-docs/export-docs.min.js +1 -1
  195. package/es2021.en/plugins/finder/finder.css +1 -1
  196. package/es2021.en/plugins/finder/finder.js +1 -1
  197. package/es2021.en/plugins/finder/finder.min.js +1 -1
  198. package/es2021.en/plugins/google-maps/google-maps.css +1 -1
  199. package/es2021.en/plugins/google-maps/google-maps.js +1 -1
  200. package/es2021.en/plugins/google-maps/google-maps.min.js +1 -1
  201. package/es2021.en/plugins/google-search/google-search.js +1 -1
  202. package/es2021.en/plugins/google-search/google-search.min.js +1 -1
  203. package/es2021.en/plugins/highlight-signature/highlight-signature.js +1 -1
  204. package/es2021.en/plugins/highlight-signature/highlight-signature.min.js +1 -1
  205. package/es2021.en/plugins/iframe-editor/iframe-editor.css +1 -1
  206. package/es2021.en/plugins/iframe-editor/iframe-editor.js +1 -1
  207. package/es2021.en/plugins/iframe-editor/iframe-editor.min.js +1 -1
  208. package/es2021.en/plugins/keyboard/keyboard.css +1 -1
  209. package/es2021.en/plugins/keyboard/keyboard.js +1 -1
  210. package/es2021.en/plugins/keyboard/keyboard.min.js +1 -1
  211. package/es2021.en/plugins/mobile-view/mobile-view.js +1 -1
  212. package/es2021.en/plugins/mobile-view/mobile-view.min.js +1 -1
  213. package/es2021.en/plugins/page-break/page-break.js +1 -1
  214. package/es2021.en/plugins/page-break/page-break.min.js +1 -1
  215. package/es2021.en/plugins/paste-code/paste-code.css +1 -1
  216. package/es2021.en/plugins/paste-code/paste-code.js +1 -1
  217. package/es2021.en/plugins/paste-code/paste-code.min.js +1 -1
  218. package/es2021.en/plugins/paste-from-word/paste-from-word.js +1 -1
  219. package/es2021.en/plugins/paste-from-word/paste-from-word.min.js +1 -1
  220. package/es2021.en/plugins/show-blocks/show-blocks.js +1 -1
  221. package/es2021.en/plugins/show-blocks/show-blocks.min.js +1 -1
  222. package/es2021.en/plugins/style/style.css +1 -1
  223. package/es2021.en/plugins/style/style.js +1 -1
  224. package/es2021.en/plugins/style/style.min.js +1 -1
  225. package/es2021.en/plugins/templates/templates.css +82 -0
  226. package/es2021.en/plugins/templates/templates.js +178 -0
  227. package/es2021.en/plugins/templates/templates.min.css +1 -0
  228. package/es2021.en/plugins/templates/templates.min.js +8 -0
  229. package/es2021.en/plugins/todo-list/todo-list.css +1 -1
  230. package/es2021.en/plugins/todo-list/todo-list.js +1 -1
  231. package/es2021.en/plugins/todo-list/todo-list.min.js +1 -1
  232. package/es2021.en/plugins/translate/translate.css +1 -1
  233. package/es2021.en/plugins/translate/translate.js +1 -1
  234. package/es2021.en/plugins/translate/translate.min.js +1 -1
  235. package/es2021.en/plugins/tune-block/tune-block.css +1 -1
  236. package/es2021.en/plugins/tune-block/tune-block.js +1 -1
  237. package/es2021.en/plugins/tune-block/tune-block.min.js +1 -1
  238. package/es5/jodit.css +2 -2
  239. package/es5/jodit.fat.min.css +1 -1
  240. package/es5/jodit.fat.min.js +2 -2
  241. package/es5/jodit.js +187 -80
  242. package/es5/jodit.min.css +2 -2
  243. package/es5/jodit.min.js +2 -2
  244. package/es5/plugins/ai-assistant-pro/ai-assistant-pro.css +1 -1
  245. package/es5/plugins/ai-assistant-pro/ai-assistant-pro.js +1 -1
  246. package/es5/plugins/ai-assistant-pro/ai-assistant-pro.min.js +1 -1
  247. package/es5/plugins/autocomplete/autocomplete.js +1 -1
  248. package/es5/plugins/autocomplete/autocomplete.min.js +1 -1
  249. package/es5/plugins/backup/backup.css +1 -1
  250. package/es5/plugins/backup/backup.js +1 -1
  251. package/es5/plugins/backup/backup.min.js +1 -1
  252. package/es5/plugins/button-generator/button-generator.css +1 -1
  253. package/es5/plugins/button-generator/button-generator.js +1 -1
  254. package/es5/plugins/button-generator/button-generator.min.js +1 -1
  255. package/es5/plugins/change-case/change-case.js +1 -1
  256. package/es5/plugins/change-case/change-case.min.js +1 -1
  257. package/es5/plugins/color-picker/color-picker.css +1 -1
  258. package/es5/plugins/color-picker/color-picker.js +1 -1
  259. package/es5/plugins/color-picker/color-picker.min.js +1 -1
  260. package/es5/plugins/emoji/emoji.css +1 -1
  261. package/es5/plugins/emoji/emoji.js +1 -1
  262. package/es5/plugins/emoji/emoji.min.js +1 -1
  263. package/es5/plugins/export-docs/export-docs.js +1 -1
  264. package/es5/plugins/export-docs/export-docs.min.js +1 -1
  265. package/es5/plugins/finder/finder.css +1 -1
  266. package/es5/plugins/finder/finder.js +1 -1
  267. package/es5/plugins/finder/finder.min.js +1 -1
  268. package/es5/plugins/google-maps/google-maps.css +1 -1
  269. package/es5/plugins/google-maps/google-maps.js +1 -1
  270. package/es5/plugins/google-maps/google-maps.min.js +1 -1
  271. package/es5/plugins/google-search/google-search.js +1 -1
  272. package/es5/plugins/google-search/google-search.min.js +1 -1
  273. package/es5/plugins/highlight-signature/highlight-signature.js +1 -1
  274. package/es5/plugins/highlight-signature/highlight-signature.min.js +1 -1
  275. package/es5/plugins/iframe-editor/iframe-editor.css +1 -1
  276. package/es5/plugins/iframe-editor/iframe-editor.js +1 -1
  277. package/es5/plugins/iframe-editor/iframe-editor.min.js +1 -1
  278. package/es5/plugins/keyboard/keyboard.css +1 -1
  279. package/es5/plugins/keyboard/keyboard.js +1 -1
  280. package/es5/plugins/keyboard/keyboard.min.js +1 -1
  281. package/es5/plugins/mobile-view/mobile-view.js +1 -1
  282. package/es5/plugins/mobile-view/mobile-view.min.js +1 -1
  283. package/es5/plugins/page-break/page-break.js +1 -1
  284. package/es5/plugins/page-break/page-break.min.js +1 -1
  285. package/es5/plugins/paste-code/paste-code.css +1 -1
  286. package/es5/plugins/paste-code/paste-code.js +1 -1
  287. package/es5/plugins/paste-code/paste-code.min.js +1 -1
  288. package/es5/plugins/paste-from-word/paste-from-word.js +1 -1
  289. package/es5/plugins/paste-from-word/paste-from-word.min.js +1 -1
  290. package/es5/plugins/show-blocks/show-blocks.js +1 -1
  291. package/es5/plugins/show-blocks/show-blocks.min.js +1 -1
  292. package/es5/plugins/style/style.css +1 -1
  293. package/es5/plugins/style/style.js +1 -1
  294. package/es5/plugins/style/style.min.js +1 -1
  295. package/es5/plugins/templates/templates.css +82 -0
  296. package/es5/plugins/templates/templates.js +220 -0
  297. package/es5/plugins/templates/templates.min.css +1 -0
  298. package/es5/plugins/templates/templates.min.js +8 -0
  299. package/es5/plugins/todo-list/todo-list.css +1 -1
  300. package/es5/plugins/todo-list/todo-list.js +1 -1
  301. package/es5/plugins/todo-list/todo-list.min.js +1 -1
  302. package/es5/plugins/translate/translate.css +1 -1
  303. package/es5/plugins/translate/translate.js +1 -1
  304. package/es5/plugins/translate/translate.min.js +1 -1
  305. package/es5/plugins/tune-block/tune-block.css +1 -1
  306. package/es5/plugins/tune-block/tune-block.js +1 -1
  307. package/es5/plugins/tune-block/tune-block.min.js +1 -1
  308. package/es5/polyfills.fat.min.js +1 -1
  309. package/es5/polyfills.js +1 -1
  310. package/es5/polyfills.min.js +1 -1
  311. package/esm/config.d.ts +6 -0
  312. package/esm/plugins/all.js +1 -1
  313. package/esm/plugins/templates/config.d.ts +13 -0
  314. package/esm/plugins/templates/config.js +1 -0
  315. package/esm/plugins/templates/icon.svg.js +1 -0
  316. package/esm/plugins/templates/interface.d.ts +11 -0
  317. package/esm/plugins/templates/interface.js +0 -0
  318. package/esm/plugins/templates/templates.d.ts +18 -0
  319. package/esm/plugins/templates/templates.js +1 -0
  320. package/esm/plugins/templates/ui/templates-popup.d.ts +8 -0
  321. package/esm/plugins/templates/ui/templates-popup.js +1 -0
  322. package/package.json +1 -1
  323. package/types/config.d.ts +6 -0
  324. package/types/plugins/templates/config.d.ts +13 -0
  325. package/types/plugins/templates/interface.d.ts +11 -0
  326. package/types/plugins/templates/templates.d.ts +18 -0
  327. package/types/plugins/templates/ui/templates-popup.d.ts +8 -0
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * jodit-pro - PRO Version of Jodit Editor
3
3
  * Author: Chupurnov Valerii <chupurnov@gmail.com>
4
- * Version: v4.9.25
4
+ * Version: v4.9.30
5
5
  * Url: https://xdsoft.net/jodit/pro/
6
6
  * License(s): SEE LICENSE IN LICENSE.md
7
7
  */
@@ -26,13 +26,13 @@
26
26
  </div>`}afterSetMod(t,i){"hidden"===t&&!1===i&&this.onChangeMetaInfo(),super.afterSetMod(t,i)}onChangeMetaInfo(){var t,i;if(this.getMod("hidden"))return;let{metaInfo:n}=this.state;this.setMod("empty",!n);let r=this.getElm("info");(0,u.assert)(null!=r,"info element does not exists"),a.Dom.detach(r);let o=this.getElm("image");(0,u.assert)(null!=o,"image element does not exists"),(0,l.css)(o,{backgroundImage:null}),n&&(this.setMod("is-file",!1===n.isImage).setMod("type",null!=(t=n.type)?t:"file"),d.UIBrowserItem.prototype.setElementValue.call(this,"name",n.file),d.UIBrowserItem.prototype.setElementValue.call(this,"time",n.time),d.UIBrowserItem.prototype.setElementValue.call(this,"filesize",n.size),this.setMod("loading",!0),null==(i=this.lastLoadPromise)||i.rejectCallback(),this.lastLoadPromise=(0,l.loadImage)(n.isImage?n.fileURL:n.imageURL,this.j),this.lastLoadPromise.then(t=>{let i=this.getElm("image");(0,u.assert)(null!=i,"image element does not exist"),t&&(0,l.css)(i,{backgroundImage:`url(${t.src})`})}).finally(()=>{this.setMod("loading",!1)}).catch(()=>{}))}constructor(t,i){super(t),(0,r._)(this,"state",void 0),(0,r._)(this,"lastLoadPromise",void 0),this.state=i,this.lastLoadPromise=null,this.onChangeMetaInfo()}}(0,o.__decorate)([(0,s.hook)("ready"),(0,s.watch)(":resize",{context:window}),(0,s.debounce)()],p.prototype,"addResize",null),(0,o.__decorate)([(0,s.watch)("state.metaInfo")],p.prototype,"onChangeMetaInfo",null),p=(0,o.__decorate)([s.component],p)},8390:function(t,i,n){"use strict";var r=n(82749);n(89683);var o=n(2748),s=n(36409),a=n(50911),l=n(2692);class u extends a.Plugin{afterInit(t){t.registerCommand("changeCase",{exec:(i,n,r)=>{r=r.toLowerCase();let s=t.s.range,{startContainer:a,startOffset:l}=s;if(t.s.isCollapsed()){let i=t.s.current(!0);i&&i.parentElement&&this.applyCase(r,i.parentElement),s.setStart(a,l),t.s.selectRange(s)}else{let i=s.cloneRange(),n=s.cloneRange(),a=t.createInside.fake(),l=t.createInside.fake();i.collapse(!0),n.collapse(!1),i.insertNode(a),n.insertNode(l),o.Dom.between(a,l,t=>{this.applyCase(r,t)}),s.setStartAfter(a),s.setEndBefore(l),t.s.selectRange(s),o.Dom.safeRemove(a),o.Dom.safeRemove(l)}}})}applyCase(t,i){if(o.Dom.isText(i)){let n=i.nodeValue;n&&(i.nodeValue=(i=>{switch(t){case"lowercase":return i.toLowerCase();case"uppercase":return i.toUpperCase();default:return i.split(" ").map(s.ucfirst).join(" ")}})(n))}else o.Dom.each(i,i=>{this.applyCase(t,i)})}beforeDestruct(t){}constructor(...t){super(...t),(0,r._)(this,"buttons",[{name:"changeCase",group:"font-style"}])}}(0,r._)(u,"requires",["license"]),l.JoditPro.plugins.add("change-case",u)},8432:function(t){t.exports={"Show Blocks":"Haritayı Blokları"}},8661:function(t,i,n){"use strict";n.r(i),i.default={newline:"linha",delete:"excluir",space:"espaco","Speech Recognize":"Discurso Reconhecer",Sound:"Som","Interim Results":"Resultados Provis\xf3rios"}},8884:function(t,i,n){"use strict";n.d(i,{Async:function(){return r.Async}});var r=n(26992)},8959:function(t,i,n){"use strict";n.d(i,{UICheckbox:function(){return o.UICheckbox},UIFileInput:function(){return s.UIFileInput},UIInput:function(){return a.UIInput},UISelect:function(){return l.UISelect},UITextArea:function(){return r.UITextArea}});var r=n(85120),o=n(17328),s=n(4242),a=n(80256),l=n(12234)},9045:function(t,i,n){"use strict";n(6441).Config.prototype.dtd={removeExtraBr:!0,checkBlockNesting:!0,blockLimits:{article:1,aside:1,audio:1,body:1,caption:1,details:1,dir:1,div:1,dl:1,fieldset:1,figcaption:1,figure:1,footer:1,form:1,header:1,hgroup:1,main:1,menu:1,nav:1,ol:1,section:1,table:1,td:1,th:1,tr:1,ul:1,video:1}}},9159:function(t,i,n){"use strict";var r=n(65478),o=n(22732),s=n(580),a=n(50911),l=n(67510);n(68252);var u=function(t,i,n,r){var o,s=arguments.length,a=s<3?i:null===r?r=Object.getOwnPropertyDescriptor(i,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,r);else for(var l=t.length-1;l>=0;l--)(o=t[l])&&(a=(s<3?o(a):s>3?o(i,n,a):o(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a};class c extends a.Plugin{afterInit(t){let{height:i,width:n,allowResizeX:r}=t.o,{allowResizeY:o}=t.o;"auto"===i&&"auto"!==n&&(o=!1),("auto"!==i||"auto"!==n)&&(r||o)&&(t.statusbar.setMod("resize-handle",!0),t.e.on("toggleFullSize.resizeHandler",()=>{this.handle.style.display=t.isFullSize?"none":"block"}).on(this.handle,"mousedown touchstart",this.onHandleResizeStart).on(t.ow,"mouseup touchend",this.onHandleResizeEnd),t.container.appendChild(this.handle))}onHandleResizeStart(t){this.isResized=!0,this.start.x=t.clientX,this.start.y=t.clientY,this.start.w=this.j.container.offsetWidth,this.start.h=this.j.container.offsetHeight,this.j.lock(),this.j.e.on(this.j.ow,"mousemove touchmove",this.onHandleResize),t.preventDefault()}onHandleResize(t){this.isResized&&(this.j.o.allowResizeY&&this.j.e.fire("setHeight",this.start.h+t.clientY-this.start.y),this.j.o.allowResizeX&&this.j.e.fire("setWidth",this.start.w+t.clientX-this.start.x),this.j.e.fire("resize"))}onHandleResizeEnd(){this.isResized&&(this.isResized=!1,this.j.e.off(this.j.ow,"mousemove touchmove",this.onHandleResize),this.j.unlock())}beforeDestruct(){o.Dom.safeRemove(this.handle),this.j.e.off(this.j.ow,"mouseup touchsend",this.onHandleResizeEnd)}constructor(){super(...arguments),this.isResized=!1,this.start={x:0,y:0,w:0,h:0},this.handle=this.j.c.div("jodit-editor__resize",l.Icon.get("resize_handler"))}}c.requires=["size"],u([r.autobind],c.prototype,"onHandleResizeStart",null),u([r.autobind],c.prototype,"onHandleResize",null),u([r.autobind],c.prototype,"onHandleResizeEnd",null),s.pluginSystem.add("resizeHandler",c)},9881:function(t,i,n){"use strict";var r=n(65478),o=n(2748),s=n(580),a=n(87058),l=n(50911),u=n(67510);n(67215);var c=function(t,i,n,r){var o,s=arguments.length,a=s<3?i:null===r?r=Object.getOwnPropertyDescriptor(i,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,r);else for(var l=t.length-1;l>=0;l--)(o=t[l])&&(a=(s<3?o(a):s>3?o(i,n,a):o(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a};class d extends l.Plugin{afterInit(t){this.proxyEventsList.forEach(i=>{t.e.on(i+".select",this.onStartSelection)})}beforeDestruct(t){this.proxyEventsList.forEach(i=>{t.e.on(i+".select",this.onStartSelection)})}onStartSelection(t){let{j:i}=this,n,r=t.target;for(;void 0===n&&r&&r!==i.editor;)n=i.e.fire((0,a.camelCase)(t.type+"_"+r.nodeName.toLowerCase()),r,t),r=r.parentElement;"click"===t.type&&void 0===n&&r===i.editor&&i.e.fire(t.type+"Editor",r,t)}onOutsideClick(t){let i=t.target;o.Dom.up(i,t=>t===this.j.editor)||u.UIElement.closestElement(i,u.Popup)||this.j.e.fire("outsideClick",t)}beforeCommandCut(){let{s:t}=this.j;if(!t.isCollapsed()){let i=t.current();i&&o.Dom.isOrContains(this.j.editor,i)&&this.onCopyNormalizeSelectionBound()}}beforeCommandSelectAll(){let{s:t}=this.j;return t.focus(),t.select(this.j.editor,!0),t.expandSelection(),!1}onTripleClickNormalizeSelection(t){if(3!==t.detail||!this.j.o.select.normalizeTripleClick)return;let{s:i}=this.j,{startContainer:n,startOffset:r}=i.range;0===r&&o.Dom.isText(n)&&i.select(o.Dom.closest(n,o.Dom.isBlock,this.j.editor)||n,!0)}onCopyNormalizeSelectionBound(t){let{s:i,editor:n,o:r}=this.j;!r.select.normalizeSelectionBeforeCutAndCopy||i.isCollapsed()||(!t||t.isTrusted&&o.Dom.isNode(t.target)&&o.Dom.isOrContains(n,t.target))&&this.jodit.s.expandSelection()}constructor(){super(...arguments),this.proxyEventsList=["click","mousedown","touchstart","mouseup","touchend"]}}c([r.autobind],d.prototype,"onStartSelection",null),c([(0,r.watch)("ow:click")],d.prototype,"onOutsideClick",null),c([(0,r.watch)([":beforeCommandCut"])],d.prototype,"beforeCommandCut",null),c([(0,r.watch)([":beforeCommandSelectall"])],d.prototype,"beforeCommandSelectAll",null),c([(0,r.watch)([":click"])],d.prototype,"onTripleClickNormalizeSelection",null),c([(0,r.watch)([":copy",":cut"])],d.prototype,"onCopyNormalizeSelectionBound",null),s.pluginSystem.add("select",d)},9914:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 48 48"> <path d="M6 18h4v-4h-4v4zm0-8h4v-4h-4v4zm8 32h4v-4h-4v4zm0-16h4v-4h-4v4zm-8 0h4v-4h-4v4zm0 16h4v-4h-4v4zm0-8h4v-4h-4v4zm8-24h4v-4h-4v4zm24 24h4v-4h-4v4zm-16 8h4v-36h-4v36zm16 0h4v-4h-4v4zm0-16h4v-4h-4v4zm0-20v4h4v-4h-4zm0 12h4v-4h-4v4zm-8-8h4v-4h-4v4zm0 32h4v-4h-4v4zm0-16h4v-4h-4v4z"/> <path d="M0 0h48v48h-48z" fill="none"/> </svg> '},9992:function(t,i,n){"use strict";n.d(i,{normalizePath:function(){return o}});var r=n(49055);let o=(...t)=>t.filter(t=>(0,r.trim)(t).length).map((i,n)=>(i=i.replace(/([^:])[\\/]+/g,"$1/"),n&&(i=i.replace(/^\//,"")),n!==t.length-1&&(i=i.replace(/\/$/,"")),i)).join("/")},10052:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 18 18"> <g fill-rule="evenodd" stroke="none" stroke-width="1"> <g transform="translate(-381.000000, -381.000000)"> <g transform="translate(381.000000, 381.000000)"> <path d="M0,2 L2,2 L2,0 C0.9,0 0,0.9 0,2 L0,2 Z M0,10 L2,10 L2,8 L0,8 L0,10 L0,10 Z M4,18 L6,18 L6,16 L4,16 L4,18 L4,18 Z M0,6 L2,6 L2,4 L0,4 L0,6 L0,6 Z M10,0 L8,0 L8,2 L10,2 L10,0 L10,0 Z M16,0 L16,2 L18,2 C18,0.9 17.1,0 16,0 L16,0 Z M2,18 L2,16 L0,16 C0,17.1 0.9,18 2,18 L2,18 Z M0,14 L2,14 L2,12 L0,12 L0,14 L0,14 Z M6,0 L4,0 L4,2 L6,2 L6,0 L6,0 Z M8,18 L10,18 L10,16 L8,16 L8,18 L8,18 Z M16,10 L18,10 L18,8 L16,8 L16,10 L16,10 Z M16,18 C17.1,18 18,17.1 18,16 L16,16 L16,18 L16,18 Z M16,6 L18,6 L18,4 L16,4 L16,6 L16,6 Z M16,14 L18,14 L18,12 L16,12 L16,14 L16,14 Z M12,18 L14,18 L14,16 L12,16 L12,18 L12,18 Z M12,2 L14,2 L14,0 L12,0 L12,2 L12,2 Z M4,14 L14,14 L14,4 L4,4 L4,14 L4,14 Z M6,6 L12,6 L12,12 L6,12 L6,6 L6,6 Z"/> </g> </g> </g> </svg> '},10058:function(t,i,n){"use strict";n.d(i,{LEVEL_KEY:function(){return r},STYLE_CSS_KEY:function(){return l},STYLE_KEY:function(){return s},STYLE_VALID_KEY:function(){return a},TYPE_KEY:function(){return o},listStyleMap:function(){return u}});let r="jd-list-level",o="jd-list-type",s="jd-list-style-type",a="data-list-style-type",l="list-style-type",u={"\xb7":"disc",o:"circle","\xa7":"square","[ivx]":"lower-roman","[IVX]":"upper-roman","[a-z]":"lower-alpha","[A-Z]":"upper-alpha","\\d":"decimal"}},10263:function(t,i,n){"use strict";n.d(i,{openImagePopup:function(){return u}});var r=n(68345),o=n(5700),s=n(56917),a=n(34793);function l(t,i,n,r,o,s,a){try{var l=t[s](a),u=l.value}catch(t){n(t);return}l.done?i(u):Promise.resolve(u).then(r,o)}function u(t,i,n,u){let c=new s.Popup(i),d=()=>{c.close(),c.destruct()};c.setContent((0,a.FileSelectorWidget)(t,{upload:t=>{t.files&&t.files.length&&(n.values.imageSrc=t.baseurl+t.files[0]),d()},filebrowser:t=>{var i;return(i=function*(){t&&(0,r.isArray)(t.files)&&t.files.length&&(n.values.imageSrc=t.files[0],d())},function(){var t=this,n=arguments;return new Promise(function(r,o){var s=i.apply(t,n);function a(t){l(s,r,o,a,u,"next",t)}function u(t){l(s,r,o,a,u,"throw",t)}a(void 0)})})()}},n.image,d)).open(()=>(0,o.position)(u))}},10411:function(t,i,n){"use strict";n.d(i,{formTemplate:function(){return s}});var r=n(62843),o=n(2525);let s=t=>{let{openInNewTabCheckbox:i,noFollowCheckbox:n,modeClassName:s,selectSizeClassName:a,selectMultipleClassName:l,selectOptionsClassName:u}=t.o.link;return new o.UIForm(t,[new o.UIBlock(t,[new o.UIInput(t,{name:"url",type:"text",ref:"url_input",label:"URL",placeholder:"http://",required:!0})]),new o.UIBlock(t,[new o.UIInput(t,{name:"content",ref:"content_input",label:"Text"})],{ref:"content_input_box"}),s?new o.UIBlock(t,["input"===s?new o.UIInput(t,{name:"className",ref:"className_input",label:"Class name"}):"select"===s?new o.UISelect(t,{name:"className",ref:"className_select",label:"Class name",size:a,multiple:l,options:u}):null]):null,i?new o.UICheckbox(t,{name:"target",ref:"target_checkbox",label:"Open in new tab"}):null,n?new o.UICheckbox(t,{name:"nofollow",ref:"nofollow_checkbox",label:"No follow"}):null,new o.UIBlock(t,[new r.UIButton(t,{name:"unlink",variant:"default",text:"Unlink"}),new r.UIButton(t,{name:"insert",type:"submit",variant:"primary",text:"Insert"})],{align:"full"})])}},10690:function(t){t.exports='<svg viewBox="0 0 30 29" xmlns="http://www.w3.org/2000/svg"> <path d="M15 0.5L30 15.2625H22V24H8V15.2625H0L15 0.5Z"/> <rect x="8" y="26" width="14" height="3"/> </svg>'},10766:function(t,i){"use strict";i.default='<svg viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"> <path stroke="null" d="m42.276011,26.302547c0.098397,-0.76605 0.172194,-1.54407 0.172194,-2.33406s-0.073797,-1.56801 -0.172194,-2.33406l5.202718,-3.961917c0.467384,-0.359086 0.602679,-1.005441 0.29519,-1.532101l-4.919828,-8.29489c-0.307489,-0.51469 -0.947067,-0.730142 -1.500548,-0.51469l-6.125186,2.405877c-1.266856,-0.945594 -2.656707,-1.747553 -4.157255,-2.357999l-0.922468,-6.343855c-0.110696,-0.562568 -0.614979,-1.005441 -1.229957,-1.005441l-9.839656,0c-0.614979,0 -1.119261,0.442873 -1.217657,1.005441l-0.922468,6.343855c-1.500548,0.610446 -2.890399,1.400436 -4.157255,2.357999l-6.125186,-2.405877c-0.553481,-0.203482 -1.193058,0 -1.500548,0.51469l-4.919828,8.29489c-0.307489,0.51469 -0.172194,1.161045 0.29519,1.532101l5.190419,3.961917c-0.098397,0.76605 -0.172194,1.54407 -0.172194,2.33406s0.073797,1.56801 0.172194,2.33406l-5.190419,3.961917c-0.467384,0.359086 -0.602679,1.005441 -0.29519,1.532101l4.919828,8.29489c0.307489,0.51469 0.947067,0.730142 1.500548,0.51469l6.125186,-2.405877c1.266856,0.945594 2.656707,1.747553 4.157255,2.357999l0.922468,6.343855c0.098397,0.562568 0.602679,1.005441 1.217657,1.005441l9.839656,0c0.614979,0 1.119261,-0.442873 1.217657,-1.005441l0.922468,-6.343855c1.500548,-0.610446 2.890399,-1.400436 4.157255,-2.357999l6.125186,2.405877c0.553481,0.203482 1.193058,0 1.500548,-0.51469l4.919828,-8.29489c0.307489,-0.51469 0.172194,-1.161045 -0.29519,-1.532101l-5.190419,-3.961917zm-18.277162,6.044617c-4.759934,0 -8.609699,-3.746465 -8.609699,-8.378677s3.849766,-8.378677 8.609699,-8.378677s8.609699,3.746465 8.609699,8.378677s-3.849766,8.378677 -8.609699,8.378677z"/> </svg> '},10830:function(t,i,n){"use strict";n.d(i,{Button:function(){return v},UIButton:function(){return b},UIButtonState:function(){return g}});var r=n(78213),o=n(33433),s=n(87325),a=n(37133),l=n(2748),u=n(23282),c=n(70799),d=n(38837),h=n(29960),p=n(48538),f=n(12153),m=function(t,i,n,r){var o,s=arguments.length,a=s<3?i:null===r?r=Object.getOwnPropertyDescriptor(i,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,r);else for(var l=t.length-1;l>=0;l--)(o=t[l])&&(a=(s<3?o(a):s>3?o(i,n,a):o(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a};let g=()=>({size:"middle",type:"button",role:"button",name:"",value:"",variant:"initial",disabled:!1,activated:!1,icon:{name:"empty",fill:"",iconURL:""},tooltip:"",text:"",tabIndex:void 0}),b=class t extends p.UIElement{className(){return"UIButton"}setState(t){return Object.assign(this.state,t),this}get text(){let t=this.getElm("text");return(0,d.assert)(t,"Text element not found"),t}get icon(){let t=this.getElm("icon");return(0,d.assert)(t,"Icon element not found"),t}onChangeSize(){this.setMod("size",this.state.size)}onChangeType(){(0,h.attr)(this.container,"type",this.state.type)}onChangeRole(){(0,h.attr)(this.container,"role",this.state.role)}updateSize(){let t=(0,s.getComponentClass)("UIList"),i=this.closest(t);if(i){this.state.size=i.buttonSize;return}}onChangeStatus(){this.setMod("variant",this.state.variant)}onChangeText(){this.text.textContent=this.jodit.i18n(this.state.text),this.updateAriaLabel()}onChangeTextSetMode(){this.setMod("text-icons",!!this.state.text.trim().length)}onChangeDisabled(){(0,h.attr)(this.container,"disabled",this.state.disabled||null)}onChangeActivated(){(0,h.attr)(this.container,"aria-pressed",this.state.activated)}onChangeName(){this.container.classList.add(`${this.componentName}_${this.clearName(this.state.name)}`),this.name=this.state.name,(0,h.attr)(this.container,"data-ref",this.state.name),(0,h.attr)(this.container,"ref",this.state.name)}onChangeTooltip(){let t=this.state.tooltip?this.jodit.i18n(this.state.tooltip):null;this.get("j.o.useNativeTooltip")&&(0,h.attr)(this.container,"title",t),(0,h.attr)(this.container,"aria-label",t),this.updateAriaLabel()}updateAriaLabel(){let t=this.state.text.trim().length>0,i=this.state.tooltip?this.jodit.i18n(this.state.tooltip):null;(0,h.attr)(this.container,"aria-label",i),(0,h.attr)(this.button,"aria-label",t?null:i)}onChangeTabIndex(){(0,h.attr)(this.container,"tabindex",this.state.tabIndex)}onChangeIcon(){let t=this.get("j.o.textIcons");if(!0===t||(0,u.isFunction)(t)&&t(this.state.name))return;l.Dom.detach(this.icon);let i=f.Icon.makeIcon(this.j,this.state.icon);i&&this.icon.appendChild(i)}focus(){this.container.focus()}isFocused(){let{activeElement:t}=this.od;return!!(t&&l.Dom.isOrContains(this.container,t))}createContainer(){let t=this.componentName,i=this.j.c.element("button",{class:t,type:"button",role:"button",ariaPressed:!1}),n=this.j.c.span(t+"__icon"),r=this.j.c.span(t+"__text");return i.appendChild(n),i.appendChild(r),i}destruct(){return this.j.e.off(this),this.j.e.off(this.container),super.destruct()}onAction(t){return this.actionHandlers.push(t),this}__onActionFire(t){t.buffer={actionTrigger:this},this.actionHandlers.forEach(i=>i.call(this,t)),this.j.e.fire(this,"click",t)}constructor(t,i){super(t),this.isButton=!0,this.state=g(),this.actionHandlers=[],this.button=this.container,this.updateSize(),this.onChangeSize(),this.onChangeStatus(),i&&this.hookStatus(r.STATUSES.ready,()=>{this.setState(i)})}};function v(t,i,n,r){let o=new b(t);return o.state.tabIndex=t.o.allowTabNavigation?0:-1,(0,c.isString)(i)?(o.state.icon.name=i,o.state.name=i,r&&(o.state.variant=r),n&&(o.state.text=n)):o.setState(i),o}m([o.cache],b.prototype,"text",null),m([o.cache],b.prototype,"icon",null),m([(0,a.watch)("state.size",{immediately:!1})],b.prototype,"onChangeSize",null),m([(0,a.watch)("state.type",{immediately:!1})],b.prototype,"onChangeType",null),m([(0,a.watch)("state.role",{immediately:!1})],b.prototype,"onChangeRole",null),m([(0,a.watch)("parentElement")],b.prototype,"updateSize",null),m([(0,a.watch)("state.variant",{immediately:!1})],b.prototype,"onChangeStatus",null),m([(0,a.watch)("state.text",{immediately:!1})],b.prototype,"onChangeText",null),m([(0,a.watch)("state.text",{immediately:!1})],b.prototype,"onChangeTextSetMode",null),m([(0,a.watch)("state.disabled")],b.prototype,"onChangeDisabled",null),m([(0,a.watch)("state.activated")],b.prototype,"onChangeActivated",null),m([(0,a.watch)("state.name",{immediately:!1})],b.prototype,"onChangeName",null),m([(0,a.watch)("state.tooltip",{immediately:!1})],b.prototype,"onChangeTooltip",null),m([(0,a.watch)("state.tabIndex",{immediately:!1})],b.prototype,"onChangeTabIndex",null),m([(0,a.watch)("state.icon",{immediately:!1})],b.prototype,"onChangeIcon",null),m([o.cacheHTML],b.prototype,"createContainer",null),m([(0,a.watch)("button:click")],b.prototype,"__onActionFire",null),b=m([s.component],b)},10937:function(t,i){"use strict";i.default='<svg viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"> <path d="M24.89 32h4.18L18.86 6h-3.71L4.93 32h4.18l2.25-6h11.29l2.24 6zM12.86 22L17 10.95 21.14 22h-8.28zm30.31 1.17L27 39.34 19.66 32l-2.83 2.83L27 45l19-19-2.83-2.83z"/> </svg> '},11079:function(t,i,n){"use strict";n.d(i,{openPropsDialog:function(){return c}});var r=n(56075),o=n(11886),s=n(47660),a=n(72690),l=n(90835);function u(){let t=new google.maps.InfoWindow({content:"<div>test</div>"});return t.addListener("domready",()=>{this.setMod("info-opened",!0)}),t.addListener("closeclick",()=>{this.setMod("info-opened",!1)}),t}function c(t,i){let n;switch(this.state.mode="hand",t.type){case"polyline":n=new l.UIPolylineEditor(this.jodit,t.state,this.options);break;case"marker":n=new l.UIMarkerEditor(this.jodit,t.state,this.options);break;case"circle":case"polygon":n=new l.UIPolygonEditor(this.jodit,t.state,this.options)}if(!n)return;this.append(n),this.j.e.on(n,"bin",()=>{s.removeElement.call(this,t)}).on(n,"change",(n,s)=>{a.updateStateAndGme.call(this,(0,o._)((0,r._)({},t.state),{[n]:s}),i)});let c=u.call(this);if("polygon"===t.type||"polyline"===t.type){let i=t.gme.getPath().getAt(0);c.setPosition(i)}"circle"===t.type&&c.setPosition(t.gme.getCenter()),c.setContent(n.container),c.open(this.map,t.gme),c.addListener("closeclick",()=>{n&&(this.remove(n),n.destruct())})}},11093:function(t,i,n){"use strict";n.d(i,{UIWysiwyg:function(){return c}});var r=n(56075),o=n(31635),s=n(87325),a=n(38837),l=n(48538),u=n(2692);class c extends l.UIElement{className(){return"UIWysiwyg"}render(){return`<div>
27
27
  <div class='&__label'>~Info~</div>
28
28
  <div class='&__editor'></div>
29
- </div>`}constructor(t,i,n,o){super(t);const s=this.getElm("editor");(0,a.assert)(null!=s,"editor element does not exist");const l=u.JoditPro.make(s,(0,r._)({buttons:["bold","italic","image"],height:100,minHeight:100,allowResizeY:!1,allowResizeX:!1,disablePlugins:["mobile","backup","highlight-signature","tune-block","show-blocks"],toolbarButtonSize:"small",language:t.o.language,direction:t.o.direction,theme:t.o.theme,statusbar:!1},i));l.value=n,l.e.on("change",()=>o(l.value))}}c=(0,o.__decorate)([s.component],c)},11317:function(t,i,n){"use strict";var r=n(2748),o=n(580),s=n(6441),a=n(92762);s.Config.prototype.controls.file={popup:(t,i,n)=>{let o=(i,n="")=>{t.s.insertNode(t.createInside.fromHTML(`<a href="${i}" title="${n}">${n||i}</a>`))},s=null;return i&&(r.Dom.isTag(i,"a")||r.Dom.closest(i,"a",t.editor))&&(s=r.Dom.isTag(i,"a")?i:r.Dom.closest(i,"a",t.editor)),(0,a.FileSelectorWidget)(t,{filebrowser:t=>{t.files&&t.files.forEach(i=>o(t.baseurl+i)),n()},upload:!0,url:(t,i)=>{s?(s.setAttribute("href",t),s.setAttribute("title",i)):o(t,i),n()}},s,n,!1)},tags:["a"],tooltip:"Insert file"},o.pluginSystem.add("file",function(t){t.registerButton({name:"file",group:"media"})})},11338:function(t,i,n){"use strict";function r(t){return!t.s.isCollapsed()&&(t.execCommand("Delete"),!0)}n.d(i,{checkNotCollapsed:function(){return r}})},11373:function(t){t.exports='<svg stroke="black" stroke-linejoin="round" stroke-linecap="round" stroke-width="28" viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg"> \x3c!-- <rect fill="none" height="256" width="256"/>--\x3e <line fill="none" x1="130" x2="241" y1="54" y2="54"/> <line fill="none" x1="130" x2="241" y1="128" y2="128"/> <line fill="none" x1="130" x2="241" y1="202" y2="202"/> <polyline fill="none" points="92 38 57.3 70 40 54"/> <polyline fill="none" points="92 112 57.3 144 40 128"/> <polyline fill="none" points="92 186 57.3 218 40 202"/> </svg>'},11628:function(t,i,n){"use strict";n.d(i,{previewBox:function(){return u}});var r=n(2748),o=n(70799),s=n(29960),a=n(41180),l=n(76078);function u(t,i,n="px",c=null){let d=[],h=function(t,i){let n=[];try{(0,l.$$)("img",t.editor).forEach(o=>{let a=[(0,s.attr)(o,"width"),(0,s.attr)(o,"height"),o.src];(0,s.attr)(o,{width:o.offsetWidth+i,height:o.offsetHeight+i});let l=t.createInside.a();t.ed.body.appendChild(l),l.href=o.src,o.src=l.href,r.Dom.safeRemove(l),n.push(()=>{var t;o.src=null!=(t=a[2])?t:"",(0,s.attr)(o,{width:a[0]||null,height:a[1]||null})})})}catch(t){throw n.forEach(t=>t()),n.length=0,t}return n}(t,n);try{let l=t.e.fire("beforePreviewBox",i,n);if(null!=l)return l;let u=t.c.div("jodit__preview-box jodit-context");c&&c.appendChild(u),(0,a.css)(u,{position:"relative",padding:16});let h=t.value||`<div style='position: absolute;left:50%;top:50%;transform: translateX(-50%) translateY(-50%);color:#ccc;'>${t.i18n("Empty")}</div>`;if(t.iframe){let i=t.create.element("iframe");(0,a.css)(i,{minWidth:800,minHeight:600,border:0}),u.appendChild(i);let n=i.contentWindow;if(n&&(t.e.fire("generateDocumentStructure.iframe",n.document,t),u=n.document.body,"function"==typeof ResizeObserver)){let r=!1,o=n.document.body,s=new ResizeObserver(t.async.debounce(()=>{s.unobserve(o),i.style.height=`${o.offsetHeight+20}px`,t.async.requestAnimationFrame(()=>{r||s.observe(o)})},100)),a=()=>{r=!0,s.unobserve(o),s.disconnect(),t.e.off("beforeDestruct",a)};d.push(a),t.e.on("beforeDestruct",a)}}else(0,a.css)(u,{minWidth:1024,minHeight:600,border:0});let p=(i,n)=>{let a=(0,o.isString)(n)?t.c.div():n;(0,o.isString)(n)&&(a.innerHTML=n);for(let t=0;t<a.childNodes.length;t+=1){let n=a.childNodes[t];if(r.Dom.isElement(n)){let t=i.ownerDocument.createElement(n.nodeName);for(let i=0;i<n.attributes.length;i+=1)(0,s.attr)(t,n.attributes[i].nodeName,n.attributes[i].nodeValue);0===n.childNodes.length||r.Dom.isTag(n,"table")?"SCRIPT"===n.nodeName?n.textContent&&(t.textContent=n.textContent):n.innerHTML&&(t.innerHTML=n.innerHTML):p(t,n);try{i.appendChild(t)}catch(t){}}else try{i.appendChild(n.cloneNode(!0))}catch(t){}}};return p(u,h),t.e.fire("afterPreviewBox",u),[u,()=>{d.forEach(t=>t())}]}finally{h.forEach(t=>t())}}},11676:function(t,i,n){"use strict";n.d(i,{ToolbarCollection:function(){return p}});var r=n(65478),o=n(45219),s=n(87325),a=n(97357),l=n(37133),u=n(82760),c=n(24536),d=n(21491),h=function(t,i,n,r){var o,s=arguments.length,a=s<3?i:null===r?r=Object.getOwnPropertyDescriptor(i,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,r);else for(var l=t.length-1;l>=0;l--)(o=t[l])&&(a=(s<3?o(a):s>3?o(i,n,a):o(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a};let p=class t extends c.UIList{className(){return"ToolbarCollection"}getRole(){return"toolbar"}get firstButton(){let[t]=this.buttons;return t||null}makeButton(t,i=null){return(0,d.makeButton)(this.j,t,i)}makeSelect(t,i=null){return(0,d.makeSelect)(this.j,t,i)}shouldBeActive(t){}shouldBeDisabled(t){}getTarget(t){return t.target||null}__immediateUpdate(){this.isDestructed||this.j.isLocked||(super.update(),this.j.e.fire("afterUpdateToolbar",this))}update(){this.__immediateUpdate()}setDirection(t){this.container.style.direction=t,this.container.setAttribute("dir",t)}__initEvents(){this.j.e.on(this.__listenEvents,this.update).on("afterSetMode focus",this.__immediateUpdate)}hide(){this.container.remove()}show(){this.appendTo(this.j.toolbarContainer)}showInline(t){throw(0,u.error)("The method is not implemented for this class.")}build(t,i=null){let n=this.j.e.fire("beforeToolbarBuild",t);return n&&(t=n),super.build(t,i),this}destruct(){this.isDestructed||(this.j.e.off(this.__listenEvents,this.update).off("afterSetMode focus",this.__immediateUpdate),super.destruct())}constructor(t){super(t),this.__listenEvents="updatePlugins updateToolbar changeStack mousedown mouseup keydown change readonly afterResize selectionchange changeSelection focus afterSetMode touchstart focus blur"}};h([(0,l.watch)(":afterInit"),o.autobind],p.prototype,"__immediateUpdate",null),h([(0,r.debounce)(t=>t.j.defaultTimeout,!0)],p.prototype,"update",null),h([(0,a.hook)("ready")],p.prototype,"__initEvents",null),p=h([s.component],p)},11696:function(t,i,n){"use strict";n.d(i,{UIPolygonEditor:function(){return u}});var r=n(31635),o=n(65478),s=n(62357),a=n(45128),l=n(69398);class u extends l.UIPolylineEditor{className(){return"UIPolygonEditor"}onReady(){var t,i;this.append([new a.ColorInput(this.j,{label:"Fill color",value:null!=(t=this.state.fillColor)?t:"#000",onChange:t=>this.j.e.fire(this,"change","fillColor",t)}).setMod("trigger",!1),new s.UIRange(this.j,{label:"Opacity",min:0,max:1,value:null!=(i=this.state.fillOpacity)?i:1,onChange:t=>{this.j.e.fire(this,"change","fillOpacity",parseFloat(t)||0)}}).setMod("log",!1)],"form")}}(0,r.__decorate)([(0,o.hook)("ready")],u.prototype,"onReady",null),u=(0,r.__decorate)([o.component],u)},11699:function(t){t.exports='<svg viewBox="0 0 30 29" xmlns="http://www.w3.org/2000/svg"> <path d="M15 0.5L30 15.2625H22V29H8V15.2625H0L15 0.5Z"/> </svg>'},11787:function(t,i,n){"use strict";n.d(i,{DEFAULT_SOURCE_NAME:function(){return c},default:function(){return h}});var r=n(82758),o=n(21537),s=n(41601),a=n(159);function l(t,i,n,r,o,s,a){try{var l=t[s](a),u=l.value}catch(t){n(t);return}l.done?i(u):Promise.resolve(u).then(r,o)}function u(t){return function(){var i=this,n=arguments;return new Promise(function(r,o){var s=t.apply(i,n);function a(t){l(s,r,o,a,u,"next",t)}function u(t){l(s,r,o,a,u,"throw",t)}a(void 0)})}}let c="default",d=new Set(["allowFiles","allowFileMove","allowFileUpload","allowFileUploadRemote","allowFileRemove","allowFileRename","allowFolders","allowFolderMove","allowFolderCreate","allowFolderRemove","allowFolderRename","allowImageResize","allowImageCrop"]);class h{get o(){return this.options}get(t){let i=this.__ajaxInstances;if(i.has(t)){let n=i.get(t);null==n||n.abort(),i.delete(t)}let n=(0,o.ConfigProto)(void 0!==this.options[t]?this.options[t]:{},(0,o.ConfigProto)({onProgress:this.progressHandler},this.o.ajax));n.prepareData&&(n.data=n.prepareData.call(this,n.data));let r=new s.Ajax(n);i.set(t,r);let a=r.send();return a.finally(()=>{r.destruct(),i.delete(t),this.progressHandler(100)}).catch(()=>null),a.then(t=>t.json()).then(t=>{if(t&&!this.isSuccess(t))throw Error(this.getMessage(t));return t})}onProgress(t){this.progressHandler=t}permissions(t,i){return u(function*(){return this.o.permissions&&(this.o.permissions.data.path=t,this.o.permissions.data.source=i,this.o.permissions.url)?this.get("permissions").then(t=>{if(this.parent.isInDestruct)throw(0,o.abort)();let i=this.o.permissions.process;if(i||(i=this.o.ajax.process),i){let n=i.call(self,t);n.data.permissions&&(this.parent.events.fire(this,"changePermissions",this.__currentPermissions,n.data.permissions),this.__currentPermissions=n.data.permissions)}return this.__currentPermissions}):null}).call(this)}canI(t){let i="allow"+t;if(!r.IS_PROD&&!d.has(i))throw(0,o.error)("Wrong action "+t);let n=this.o.permissionsPresets[i];return void 0!==n?n:null==this.__currentPermissions||void 0===this.__currentPermissions[i]||this.__currentPermissions[i]}__items(t,i,n,r){let o=this.options;return o.items?(o.items.data.path=t,o.items.data.source=i,o.items.data.mods=n,this.get("items").then(t=>{let i=this.o.items.process;return i||(i=this.o.ajax.process),i&&(t=i.call(self,t)),r(t)})):Promise.reject(Error("Set Items api options"))}items(t,i,n={}){return this.__items(t,i,n,t=>this.generateItemsList(t.data.sources,n))}itemsEx(t,i,n={}){return this.__items(t,i,n,t=>({items:this.generateItemsList(t.data.sources,n),loadedTotal:t.data.sources.reduce((t,i)=>t+i.files.length,0)}))}generateItemsList(t,i={}){let n=[],r=t=>{var n;return!(null==(n=i.filterWord)?void 0:n.length)||void 0===this.o.filter||this.o.filter(t,i.filterWord)};return t.forEach(t=>{if(t.files&&t.files.length){let{sort:s}=this.o;(0,o.isFunction)(s)&&i.sortBy&&t.files.sort((t,n)=>s(t,n,i.sortBy)),t.files.forEach(o=>{var s,l;r(o)&&("folder"===o.type||!i.onlyImages||void 0===o.isImage||o.isImage)&&n.push(a.FileBrowserItem.create((s=function(t){for(var i=1;i<arguments.length;i++){var n=null!=arguments[i]?arguments[i]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable}))),r.forEach(function(i){var r;r=n[i],i in t?Object.defineProperty(t,i,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[i]=r})}return t}({},o),l=l={sourceName:t.name,source:t},Object.getOwnPropertyDescriptors?Object.defineProperties(s,Object.getOwnPropertyDescriptors(l)):(function(t){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);i.push.apply(i,n)}return i})(Object(l)).forEach(function(t){Object.defineProperty(s,t,Object.getOwnPropertyDescriptor(l,t))}),s)))})}}),n}tree(t,i){return u(function*(){return(t=(0,o.normalizeRelativePath)(t),this.o.folder)?(yield this.permissions(t,i),this.o.folder.data.path=t,this.o.folder.data.source=i,this.get("folder").then(t=>{let i=this.o.folder.process;return i||(i=this.o.ajax.process),i&&(t=i.call(self,t)),t.data.sources})):Promise.reject(Error("Set Folder Api options"))}).call(this)}getPathByUrl(t){return(0,o.set)("options.getLocalFileByUrl.data.url",t,this),this.get("getLocalFileByUrl").then(t=>{if(this.isSuccess(t))return t.data;throw(0,o.error)(this.getMessage(t))})}createFolder(t,i,n){let{create:r}=this.o;if(!r)throw(0,o.error)("Set Create api options");return r.data.source=n,r.data.path=i,r.data.name=t,this.get("create").then(t=>{if(this.isSuccess(t))return!0;throw(0,o.error)(this.getMessage(t))})}move(t,i,n,r){let s=r?"fileMove":"folderMove",a=this.options[s];if(!a)throw(0,o.error)("Set Move api options");return a.data.from=t,a.data.path=i,a.data.source=n,this.get(s).then(t=>{if(this.isSuccess(t))return!0;throw(0,o.error)(this.getMessage(t))})}remove(t,i,n,r){let s=this.o[t];if(!s)throw(0,o.error)(`Set "${t}" api options`);return s.data.path=i,s.data.name=n,s.data.source=r,this.get(t).then(t=>(s.process&&(t=s.process.call(this,t)),this.getMessage(t)))}fileRemove(t,i,n){return this.remove("fileRemove",t,i,n)}folderRemove(t,i,n){return this.remove("folderRemove",t,i,n)}rename(t,i,n,r,s){let a=this.o[t];if(!a)throw(0,o.error)(`Set "${t}" api options`);return a.data.path=i,a.data.name=n,a.data.newname=r,a.data.source=s,this.get(t).then(t=>(a.process&&(t=a.process.call(self,t)),this.getMessage(t)))}folderRename(t,i,n,r){return this.rename("folderRename",t,i,n,r)}fileRename(t,i,n,r){return this.rename("fileRename",t,i,n,r)}changeImage(t,i,n,r,o,s){this.o[t]||(this.o[t]={data:{}});let a=this.o[t];return void 0===a.data&&(a.data={action:t}),a.data.newname=o||r,s&&(a.data.box=s),a.data.path=i,a.data.name=r,a.data.source=n,this.get(t).then(()=>!0)}crop(t,i,n,r,o){return this.changeImage("crop",t,i,n,r,o)}resize(t,i,n,r,o){return this.changeImage("resize",t,i,n,r,o)}getMessage(t){return this.options.getMessage(t)}isSuccess(t){return this.options.isSuccess(t)}destruct(){this.__ajaxInstances.forEach(t=>t.destruct()),this.__ajaxInstances.clear()}constructor(t,i){this.parent=t,this.options=i,this.__currentPermissions=null,this.__ajaxInstances=new Map,this.progressHandler=t=>{}}}},11886:function(t,i,n){"use strict";function r(t,i){return i=null!=i?i:{},Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):(function(t){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);i.push.apply(i,n)}return i})(Object(i)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(i,n))}),t}n.d(i,{_:function(){return r}})},12019:function(t,i,n){"use strict";var r=n(82758),o=n(65478),s=n(2748),a=n(580),l=n(21537),u=n(20356);n(71675);var c=function(t,i,n,r){var o,s=arguments.length,a=s<3?i:null===r?r=Object.getOwnPropertyDescriptor(i,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,r);else for(var l=t.length-1;l>=0;l--)(o=t[l])&&(a=(s<3?o(a):s>3?o(i,n,a):o(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a};let d="__jodit-resizer_binded";class h extends u.Plugin{afterInit(t){(0,l.$$)("div",this.rect).forEach(i=>{t.e.on(i,"mousedown.resizer touchstart.resizer",this.onStartResizing.bind(this,i))}),a.eventEmitter.on("hideHelpers",this.hide),t.e.on("readonly",t=>{t&&this.hide()}).on("afterInit changePlace",this.addEventListeners.bind(this)).on("afterGetValueFromEditor.resizer",t=>{let i=/<jodit[^>]+data-jodit_iframe_wrapper[^>]+>(.*?<iframe[^>]*>.*?<\/iframe>.*?)<\/jodit>/gi;i.test(t.value)&&(t.value=t.value.replace(i,"$1"))}),this.addEventListeners(),this.__onChangeEditor()}onEditorClick(t){let i=t.target,{editor:n,options:{allowResizeTags:r}}=this.j;for(;i&&i!==n;){if(s.Dom.isTag(i,r)){this.__bind(i),this.onClickElement(i);return}i=i.parentNode}}__afterInsertImage(t){if(this.j.o.resizer.forImageChangeAttributes)return;let i=(0,l.attr)(t,"width");i&&!(0,l.css)(t,"width",!0)&&((0,l.css)(t,"width",i),(0,l.attr)(t,"width",null))}addEventListeners(){let t=this.j;t.e.off(t.editor,".resizer").off(t.ow,".resizer").on(t.editor,"keydown.resizer",t=>{this.isShown&&t.key===r.KEY_DELETE&&this.element&&!s.Dom.isTag(this.element,"table")&&this.onDelete(t)}).on(t.ow,"resize.resizer",this.updateSize).on("resize.resizer",this.updateSize).on([t.ow,t.editor],"scroll.resizer",()=>{this.isShown&&!this.isResizeMode&&this.hide()}).on(t.ow,"keydown.resizer",this.onKeyDown).on(t.ow,"keyup.resizer",this.onKeyUp).on(t.ow,"mouseup.resizer touchend.resizer",this.onClickOutside)}onStartResizing(t,i){if(!this.element||!this.element.parentNode)return this.hide(),!1;this.handle=t,i.cancelable&&i.preventDefault(),i.stopImmediatePropagation(),this.width=this.element.offsetWidth,this.height=this.element.offsetHeight,this.ratio=this.width/this.height,this.isResizeMode=!0,this.startX=i.clientX,this.startY=i.clientY,this.pointerX=i.clientX,this.pointerY=i.clientY;let{j:n}=this;n.e.fire("hidePopup"),n.lock(this.LOCK_KEY),n.e.on(n.ow,"mousemove.resizer touchmove.resizer",this.onResize)}onEndResizing(){let{j:t}=this;t.unlock(),this.isResizeMode=!1,this.isAltMode=!1,t.synchronizeValues(),t.e.off(t.ow,"mousemove.resizer touchmove.resizer",this.onResize)}onResize(t){if(this.isResizeMode){let i,n;if(!this.element)return;if(this.pointerX=t.clientX,this.pointerY=t.clientY,this.j.options.iframe){let r=this.getWorkplacePosition();i=t.clientX+r.left-this.startX,n=t.clientY+r.top-this.startY}else i=this.pointerX-this.startX,n=this.pointerY-this.startY;let r=this.handle.className,o=0,a=0,u=this.j.o.resizer.useAspectRatio;!this.isAltMode&&(!0===u||u&&s.Dom.isTag(this.element,u))?(i?a=Math.round((o=this.width+(r.match(/left/)?-1:1)*i)/this.ratio):o=Math.round((a=this.height+(r.match(/top/)?-1:1)*n)*this.ratio),o>(0,l.innerWidth)(this.j.editor,this.j.ow)&&(a=Math.round((o=(0,l.innerWidth)(this.j.editor,this.j.ow))/this.ratio))):(o=this.width+(r.match(/left/)?-1:1)*i,a=this.height+(r.match(/top/)?-1:1)*n),o>this.j.o.resizer.min_width&&(o<this.rect.parentNode.offsetWidth?this.applySize(this.element,"width",o):this.applySize(this.element,"width","100%")),a>this.j.o.resizer.min_height&&this.applySize(this.element,"height",a),this.updateSize(),this.showSizeViewer(this.element.offsetWidth,this.element.offsetHeight),t.stopImmediatePropagation()}}onKeyDown(t){this.isAltMode=t.key===r.KEY_ALT,!this.isAltMode&&this.isResizeMode&&this.onEndResizing()}onKeyUp(){this.isAltMode&&this.isResizeMode&&this.element&&(this.width=this.element.offsetWidth,this.height=this.element.offsetHeight,this.ratio=this.width/this.height,this.startX=this.pointerX,this.startY=this.pointerY),this.isAltMode=!1}onClickOutside(t){if(this.isShown){if(!this.isResizeMode)return this.hide();t.stopImmediatePropagation(),this.onEndResizing()}}getWorkplacePosition(){return(0,l.offset)(this.rect.parentNode||this.j.od.documentElement,this.j,this.j.od,!0)}applySize(t,i,n){let r=s.Dom.isImage(t)&&this.j.o.resizer.forImageChangeAttributes;r&&(0,l.attr)(t,i,n),(!r||t.style[i])&&(0,l.css)(t,i,n)}onDelete(t){this.element&&("JODIT"!==this.element.tagName?this.j.s.select(this.element):(s.Dom.safeRemove(this.element),this.hide(),t.preventDefault()))}__onChangeEditor(){this.isShown&&(this.element&&this.element.parentNode?this.updateSize():this.hide()),(0,l.$$)("iframe",this.j.editor).forEach(this.__bind)}__bind(t){let i;if(!(!s.Dom.isHTMLElement(t)||!this.j.o.allowResizeTags.has(t.tagName.toLowerCase())||(0,l.dataBind)(t,d))){if((0,l.dataBind)(t,d,!0),s.Dom.isTag(t,"iframe")){let n=t;s.Dom.isHTMLElement(t.parentNode)&&(0,l.attr)(t.parentNode,"-jodit_iframe_wrapper")?t=t.parentNode:(i=this.j.createInside.element("jodit",{"data-jodit-temp":1,contenteditable:!1,draggable:!0,"data-jodit_iframe_wrapper":1}),(0,l.attr)(i,"style",(0,l.attr)(t,"style")),(0,l.css)(i,{display:"inline-block"===t.style.display?"inline-block":"block",width:t.offsetWidth,height:t.offsetHeight}),t.parentNode&&t.parentNode.insertBefore(i,t),i.appendChild(t),this.j.e.on(i,"click",()=>{(0,l.attr)(i,"data-jodit-wrapper_active",!0)}),t=i),this.j.e.off(t,"mousedown.select touchstart.select").on(t,"mousedown.select touchstart.select",()=>{this.j.s.select(t)}).off(t,"changesize").on(t,"changesize",()=>{n.setAttribute("width",t.offsetWidth+"px"),n.setAttribute("height",t.offsetHeight+"px")})}this.j.e.on(t,"dragstart",this.hide),!r.IS_ES_NEXT&&r.IS_IE&&this.j.e.on(t,"mousedown",i=>{s.Dom.isTag(t,"img")&&i.preventDefault()})}}showSizeViewer(t,i){if(this.j.o.resizer.showSize){if(t<this.sizeViewer.offsetWidth||i<this.sizeViewer.offsetHeight)return void this.hideSizeViewer();this.sizeViewer.style.opacity="1",this.sizeViewer.textContent=`${t} x ${i}`,this.j.async.setTimeout(this.hideSizeViewer,{timeout:this.j.o.resizer.hideSizeTimeout,label:"hideSizeViewer"})}}show(){this.j.o.readonly||this.isShown||(this.isShown=!0,this.rect.parentNode||((0,l.markOwner)(this.j,this.rect),this.j.workplace.appendChild(this.rect)),this.j.isFullSize&&(this.rect.style.zIndex=(0,l.css)(this.j.container,"zIndex").toString()),this.updateSize())}hide(){this.isResizeMode||(this.isResizeMode=!1,this.isShown=!1,this.element=null,s.Dom.safeRemove(this.rect),(0,l.$$)("[data-jodit-wrapper_active='true']",this.j.editor).forEach(t=>(0,l.attr)(t,"data-jodit-wrapper_active",!1)))}beforeDestruct(t){this.hide(),a.eventEmitter.off("hideHelpers",this.hide),t.e.off(this.j.ow,".resizer").off(".resizer")}constructor(){super(...arguments),this.LOCK_KEY="resizer",this.element=null,this.isResizeMode=!1,this.isShown=!1,this.startX=0,this.startY=0,this.width=0,this.height=0,this.ratio=0,this.rect=this.j.c.fromHTML(`<div title="${this.j.i18n("Press Alt for custom resizing")}" class="jodit-resizer">
29
+ </div>`}constructor(t,i,n,o){super(t);const s=this.getElm("editor");(0,a.assert)(null!=s,"editor element does not exist");const l=u.JoditPro.make(s,(0,r._)({buttons:["bold","italic","image"],height:100,minHeight:100,allowResizeY:!1,allowResizeX:!1,disablePlugins:["mobile","backup","highlight-signature","tune-block","show-blocks"],toolbarButtonSize:"small",language:t.o.language,direction:t.o.direction,theme:t.o.theme,statusbar:!1},i));l.value=n,l.e.on("change",()=>o(l.value))}}c=(0,o.__decorate)([s.component],c)},11317:function(t,i,n){"use strict";var r=n(2748),o=n(580),s=n(6441),a=n(92762);s.Config.prototype.controls.file={popup:(t,i,n)=>{let o=(i,n="")=>{t.s.insertNode(t.createInside.fromHTML(`<a href="${i}" title="${n}">${n||i}</a>`))},s=null;return i&&(r.Dom.isTag(i,"a")||r.Dom.closest(i,"a",t.editor))&&(s=r.Dom.isTag(i,"a")?i:r.Dom.closest(i,"a",t.editor)),(0,a.FileSelectorWidget)(t,{filebrowser:t=>{t.files&&t.files.forEach(i=>o(t.baseurl+i)),n()},upload:!0,url:(t,i)=>{s?(s.setAttribute("href",t),s.setAttribute("title",i)):o(t,i),n()}},s,n,!1)},tags:["a"],tooltip:"Insert file"},o.pluginSystem.add("file",function(t){t.registerButton({name:"file",group:"media"})})},11338:function(t,i,n){"use strict";function r(t){return!t.s.isCollapsed()&&(t.execCommand("Delete"),!0)}n.d(i,{checkNotCollapsed:function(){return r}})},11373:function(t){t.exports='<svg stroke="black" stroke-linejoin="round" stroke-linecap="round" stroke-width="28" viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg"> \x3c!-- <rect fill="none" height="256" width="256"/>--\x3e <line fill="none" x1="130" x2="241" y1="54" y2="54"/> <line fill="none" x1="130" x2="241" y1="128" y2="128"/> <line fill="none" x1="130" x2="241" y1="202" y2="202"/> <polyline fill="none" points="92 38 57.3 70 40 54"/> <polyline fill="none" points="92 112 57.3 144 40 128"/> <polyline fill="none" points="92 186 57.3 218 40 202"/> </svg>'},11628:function(t,i,n){"use strict";n.d(i,{previewBox:function(){return u}});var r=n(2748),o=n(70799),s=n(29960),a=n(41180),l=n(76078);function u(t,i,n="px",c=null){let d=[],h=function(t,i){let n=[];try{(0,l.$$)("img",t.editor).forEach(o=>{let a=[(0,s.attr)(o,"width"),(0,s.attr)(o,"height"),o.src];(0,s.attr)(o,{width:o.offsetWidth+i,height:o.offsetHeight+i});let l=t.createInside.a();t.ed.body.appendChild(l),l.href=o.src,o.src=l.href,r.Dom.safeRemove(l),n.push(()=>{var t;o.src=null!=(t=a[2])?t:"",(0,s.attr)(o,{width:a[0]||null,height:a[1]||null})})})}catch(t){throw n.forEach(t=>t()),n.length=0,t}return n}(t,n);try{let l=t.e.fire("beforePreviewBox",i,n);if(null!=l)return l;let u=t.c.div("jodit__preview-box jodit-context");c&&c.appendChild(u),(0,a.css)(u,{position:"relative",padding:16});let h=t.value||`<div style='position: absolute;left:50%;top:50%;transform: translateX(-50%) translateY(-50%);color:#ccc;'>${t.i18n("Empty")}</div>`;if(t.iframe){let i=t.create.element("iframe");(0,a.css)(i,{minWidth:800,minHeight:600,border:0}),u.appendChild(i);let n=i.contentWindow;if(n&&(t.e.fire("generateDocumentStructure.iframe",n.document,t),u=n.document.body,"function"==typeof ResizeObserver)){let r=!1,o=n.document.body,s=new ResizeObserver(t.async.debounce(()=>{s.unobserve(o),i.style.height=`${o.offsetHeight+20}px`,t.async.requestAnimationFrame(()=>{r||s.observe(o)})},100)),a=()=>{r=!0,s.unobserve(o),s.disconnect(),t.e.off("beforeDestruct",a)};d.push(a),t.e.on("beforeDestruct",a)}}else(0,a.css)(u,{minWidth:1024,minHeight:600,border:0});let p=(i,n)=>{let a=(0,o.isString)(n)?t.c.div():n;(0,o.isString)(n)&&(a.innerHTML=n);for(let t=0;t<a.childNodes.length;t+=1){let n=a.childNodes[t];if(r.Dom.isElement(n)){let t=i.ownerDocument.createElement(n.nodeName);for(let i=0;i<n.attributes.length;i+=1)(0,s.attr)(t,n.attributes[i].nodeName,n.attributes[i].nodeValue);0===n.childNodes.length||r.Dom.isTag(n,"table")?"SCRIPT"===n.nodeName?n.textContent&&(t.textContent=n.textContent):n.innerHTML&&(t.innerHTML=n.innerHTML):p(t,n);try{i.appendChild(t)}catch(t){}}else try{i.appendChild(n.cloneNode(!0))}catch(t){}}};return p(u,h),t.e.fire("afterPreviewBox",u),[u,()=>{d.forEach(t=>t())}]}finally{h.forEach(t=>t())}}},11676:function(t,i,n){"use strict";n.d(i,{ToolbarCollection:function(){return p}});var r=n(65478),o=n(45219),s=n(87325),a=n(97357),l=n(37133),u=n(82760),c=n(24536),d=n(21491),h=function(t,i,n,r){var o,s=arguments.length,a=s<3?i:null===r?r=Object.getOwnPropertyDescriptor(i,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,r);else for(var l=t.length-1;l>=0;l--)(o=t[l])&&(a=(s<3?o(a):s>3?o(i,n,a):o(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a};let p=class t extends c.UIList{className(){return"ToolbarCollection"}getRole(){return"toolbar"}get firstButton(){let[t]=this.buttons;return t||null}makeButton(t,i=null){return(0,d.makeButton)(this.j,t,i)}makeSelect(t,i=null){return(0,d.makeSelect)(this.j,t,i)}shouldBeActive(t){}shouldBeDisabled(t){}getTarget(t){return t.target||null}__immediateUpdate(){this.isDestructed||this.j.isLocked||(super.update(),this.j.e.fire("afterUpdateToolbar",this))}update(){this.__immediateUpdate()}setDirection(t){this.container.style.direction=t,this.container.setAttribute("dir",t)}__initEvents(){this.j.e.on(this.__listenEvents,this.update).on("afterSetMode focus",this.__immediateUpdate)}hide(){this.container.remove()}show(){this.appendTo(this.j.toolbarContainer)}showInline(t){throw(0,u.error)("The method is not implemented for this class.")}build(t,i=null){let n=this.j.e.fire("beforeToolbarBuild",t);return n&&(t=n),super.build(t,i),this}destruct(){this.isDestructed||(this.j.e.off(this.__listenEvents,this.update).off("afterSetMode focus",this.__immediateUpdate),super.destruct())}constructor(t){super(t),this.__listenEvents="updatePlugins updateToolbar changeStack mousedown mouseup keydown change readonly afterResize selectionchange changeSelection focus afterSetMode touchstart focus blur"}};h([(0,l.watch)(":afterInit"),o.autobind],p.prototype,"__immediateUpdate",null),h([(0,r.debounce)(t=>t.j.defaultTimeout,!0)],p.prototype,"update",null),h([(0,a.hook)("ready")],p.prototype,"__initEvents",null),p=h([s.component],p)},11696:function(t,i,n){"use strict";n.d(i,{UIPolygonEditor:function(){return u}});var r=n(31635),o=n(65478),s=n(62357),a=n(45128),l=n(69398);class u extends l.UIPolylineEditor{className(){return"UIPolygonEditor"}onReady(){var t,i;this.append([new a.ColorInput(this.j,{label:"Fill color",value:null!=(t=this.state.fillColor)?t:"#000",onChange:t=>this.j.e.fire(this,"change","fillColor",t)}).setMod("trigger",!1),new s.UIRange(this.j,{label:"Opacity",min:0,max:1,value:null!=(i=this.state.fillOpacity)?i:1,onChange:t=>{this.j.e.fire(this,"change","fillOpacity",parseFloat(t)||0)}}).setMod("log",!1)],"form")}}(0,r.__decorate)([(0,o.hook)("ready")],u.prototype,"onReady",null),u=(0,r.__decorate)([o.component],u)},11699:function(t){t.exports='<svg viewBox="0 0 30 29" xmlns="http://www.w3.org/2000/svg"> <path d="M15 0.5L30 15.2625H22V29H8V15.2625H0L15 0.5Z"/> </svg>'},11787:function(t,i,n){"use strict";n.d(i,{DEFAULT_SOURCE_NAME:function(){return g},default:function(){return v}});var r=n(82758),o=n(45219),s=n(23282),a=n(70091),l=n(68934),u=n(89890),c=n(3703),d=n(54079),h=n(159);function p(t,i,n,r,o,s,a){try{var l=t[s](a),u=l.value}catch(t){n(t);return}l.done?i(u):Promise.resolve(u).then(r,o)}function f(t){return function(){var i=this,n=arguments;return new Promise(function(r,o){var s=t.apply(i,n);function a(t){p(s,r,o,a,l,"next",t)}function l(t){p(s,r,o,a,l,"throw",t)}a(void 0)})}}var m=function(t,i,n,r){var o,s=arguments.length,a=s<3?i:null===r?r=Object.getOwnPropertyDescriptor(i,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,r);else for(var l=t.length-1;l>=0;l--)(o=t[l])&&(a=(s<3?o(a):s>3?o(i,n,a):o(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a};let g="default",b=new Set(["allowFiles","allowFileMove","allowFileUpload","allowFileUploadRemote","allowFileRemove","allowFileRename","allowFolders","allowFolderMove","allowFolderCreate","allowFolderRemove","allowFolderRename","allowImageResize","allowImageCrop"]);class v{get o(){return this.options}get(t){let i=this.__ajaxInstances;if(i.has(t)){let n=i.get(t);null==n||n.abort(),i.delete(t)}let n=(0,l.ConfigProto)(void 0!==this.options[t]?this.options[t]:{},(0,l.ConfigProto)({onProgress:this.progressHandler},this.o.ajax));n.prepareData&&(n.data=n.prepareData.call(this,n.data));let r=new d.Ajax(n);i.set(t,r);let o=r.send();return o.finally(()=>{r.destruct(),i.delete(t),this.progressHandler(100)}).catch(()=>null),o.then(t=>t.json()).then(t=>{if(t&&!this.isSuccess(t))throw Error(this.getMessage(t));return t})}onProgress(t){this.progressHandler=t}permissions(t,i){return f(function*(){return this.o.permissions&&(this.o.permissions.data.path=t,this.o.permissions.data.source=i,this.o.permissions.url)?this.get("permissions").then(t=>{if(this.parent.isInDestruct)throw(0,u.abort)();let i=this.o.permissions.process;if(i||(i=this.o.ajax.process),i){let n=i.call(self,t);n.data.permissions&&(this.parent.events.fire(this,"changePermissions",this.__currentPermissions,n.data.permissions),this.__currentPermissions=n.data.permissions)}return this.__currentPermissions}):null}).call(this)}canI(t){let i="allow"+t;if(!r.IS_PROD&&!b.has(i))throw(0,u.error)("Wrong action "+t);let n=this.o.permissionsPresets[i];return void 0!==n?n:null==this.__currentPermissions||void 0===this.__currentPermissions[i]||this.__currentPermissions[i]}__items(t,i,n,r){let o=this.options;return o.items?(o.items.data.path=t,o.items.data.source=i,o.items.data.mods=n,this.get("items").then(t=>{let i=this.o.items.process;return i||(i=this.o.ajax.process),i&&(t=i.call(self,t)),r(t)})):Promise.reject(Error("Set Items api options"))}items(t,i,n={}){return this.__items(t,i,n,t=>this.__generateItemsList(t.data.sources,n))}itemsEx(t,i,n={}){return this.__items(t,i,n,t=>({items:this.__generateItemsList(t.data.sources,n),loadedTotal:t.data.sources.reduce((t,i)=>t+i.files.length,0)}))}__generateItemsList(t,i={}){let n=[],r=t=>{var n;return!(null==(n=i.filterWord)?void 0:n.length)||void 0===this.o.filter||this.o.filter(t,i.filterWord)};return t.forEach(t=>{if(t.files&&t.files.length){let{sort:o}=this.o;(0,s.isFunction)(o)&&i.sortBy&&t.files.sort((t,n)=>o(t,n,i.sortBy)),t.files.forEach(o=>{var s,a;r(o)&&("folder"===o.type||!i.onlyImages||void 0===o.isImage||o.isImage)&&n.push(h.FileBrowserItem.create((s=function(t){for(var i=1;i<arguments.length;i++){var n=null!=arguments[i]?arguments[i]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable}))),r.forEach(function(i){var r;r=n[i],i in t?Object.defineProperty(t,i,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[i]=r})}return t}({},o),a=a={sourceName:t.name,source:t},Object.getOwnPropertyDescriptors?Object.defineProperties(s,Object.getOwnPropertyDescriptors(a)):(function(t){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);i.push.apply(i,n)}return i})(Object(a)).forEach(function(t){Object.defineProperty(s,t,Object.getOwnPropertyDescriptor(a,t))}),s)))})}}),n}tree(t,i){return f(function*(){return(t=(0,a.normalizeRelativePath)(t),this.o.folder)?(yield this.permissions(t,i),this.o.folder.data.path=t,this.o.folder.data.source=i,this.get("folder").then(t=>{let i=this.o.folder.process;return i||(i=this.o.ajax.process),i&&(t=i.call(self,t)),t.data.sources})):Promise.reject(Error("Set Folder Api options"))}).call(this)}getPathByUrl(t){return(0,c.set)("options.getLocalFileByUrl.data.url",t,this),this.get("getLocalFileByUrl").then(t=>{if(this.isSuccess(t))return t.data;throw(0,u.error)(this.getMessage(t))})}createFolder(t,i,n){let{create:r}=this.o;if(!r)throw(0,u.error)("Set Create api options");return r.data.source=n,r.data.path=i,r.data.name=t,this.get("create").then(t=>{if(this.isSuccess(t))return!0;throw(0,u.error)(this.getMessage(t))})}move(t,i,n,r){let o=r?"fileMove":"folderMove",s=this.options[o];if(!s)throw(0,u.error)("Set Move api options");return s.data.from=t,s.data.path=i,s.data.source=n,this.get(o).then(t=>{if(this.isSuccess(t))return!0;throw(0,u.error)(this.getMessage(t))})}__remove(t,i,n,r){let o=this.o[t];if(!o)throw(0,u.error)(`Set "${t}" api options`);return o.data.path=i,o.data.name=n,o.data.source=r,this.get(t).then(t=>(o.process&&(t=o.process.call(this,t)),this.getMessage(t)))}fileRemove(t,i,n){return this.__remove("fileRemove",t,i,n)}folderRemove(t,i,n){return this.__remove("folderRemove",t,i,n)}__rename(t,i,n,r,o){let s=this.o[t];if(!s)throw(0,u.error)(`Set "${t}" api options`);return s.data.path=i,s.data.name=n,s.data.newname=r,s.data.source=o,this.get(t).then(t=>(s.process&&(t=s.process.call(self,t)),this.getMessage(t)))}folderRename(t,i,n,r){return this.__rename("folderRename",t,i,n,r)}fileRename(t,i,n,r){return this.__rename("fileRename",t,i,n,r)}__changeImage(t,i,n,r,o,s){this.o[t]||(this.o[t]={data:{}});let a=this.o[t];return void 0===a.data&&(a.data={action:t}),a.data.newname=o||r,s&&(a.data.box=s),a.data.path=i,a.data.name=r,a.data.source=n,this.get(t).then(()=>!0)}crop(t,i,n,r,o){return this.__changeImage("crop",t,i,n,r,o)}resize(t,i,n,r,o){return this.__changeImage("resize",t,i,n,r,o)}getMessage(t){return this.options.getMessage(t)}isSuccess(t){return this.options.isSuccess(t)}destruct(){this.__ajaxInstances.forEach(t=>t.destruct()),this.__ajaxInstances.clear()}constructor(t,i){this.parent=t,this.options=i,this.__currentPermissions=null,this.__ajaxInstances=new Map,this.progressHandler=t=>{}}}m([o.autobind],v.prototype,"onProgress",null),m([o.autobind],v.prototype,"permissions",null),m([o.autobind],v.prototype,"canI",null),m([o.autobind],v.prototype,"items",null),m([o.autobind],v.prototype,"itemsEx",null),m([o.autobind],v.prototype,"tree",null),m([o.autobind],v.prototype,"getPathByUrl",null),m([o.autobind],v.prototype,"createFolder",null),m([o.autobind],v.prototype,"move",null),m([o.autobind],v.prototype,"fileRemove",null),m([o.autobind],v.prototype,"folderRemove",null),m([o.autobind],v.prototype,"folderRename",null),m([o.autobind],v.prototype,"fileRename",null),m([o.autobind],v.prototype,"crop",null),m([o.autobind],v.prototype,"resize",null),m([o.autobind],v.prototype,"getMessage",null),m([o.autobind],v.prototype,"isSuccess",null),m([o.autobind],v.prototype,"destruct",null)},11886:function(t,i,n){"use strict";function r(t,i){return i=null!=i?i:{},Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):(function(t){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);i.push.apply(i,n)}return i})(Object(i)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(i,n))}),t}n.d(i,{_:function(){return r}})},12019:function(t,i,n){"use strict";var r=n(82758),o=n(65478),s=n(2748),a=n(580),l=n(21537),u=n(20356);n(71675);var c=function(t,i,n,r){var o,s=arguments.length,a=s<3?i:null===r?r=Object.getOwnPropertyDescriptor(i,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,r);else for(var l=t.length-1;l>=0;l--)(o=t[l])&&(a=(s<3?o(a):s>3?o(i,n,a):o(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a};let d="__jodit-resizer_binded";class h extends u.Plugin{afterInit(t){(0,l.$$)("div",this.rect).forEach(i=>{t.e.on(i,"mousedown.resizer touchstart.resizer",this.onStartResizing.bind(this,i))}),a.eventEmitter.on("hideHelpers",this.hide),t.e.on("readonly",t=>{t&&this.hide()}).on("afterInit changePlace",this.addEventListeners.bind(this)).on("afterGetValueFromEditor.resizer",t=>{let i=/<jodit[^>]+data-jodit_iframe_wrapper[^>]+>(.*?<iframe[^>]*>.*?<\/iframe>.*?)<\/jodit>/gi;i.test(t.value)&&(t.value=t.value.replace(i,"$1"))}),this.addEventListeners(),this.__onChangeEditor()}onEditorClick(t){let i=t.target,{editor:n,options:{allowResizeTags:r}}=this.j;for(;i&&i!==n;){if(s.Dom.isTag(i,r)){this.__bind(i),this.onClickElement(i);return}i=i.parentNode}}__afterInsertImage(t){if(this.j.o.resizer.forImageChangeAttributes)return;let i=(0,l.attr)(t,"width");i&&!(0,l.css)(t,"width",!0)&&((0,l.css)(t,"width",i),(0,l.attr)(t,"width",null))}addEventListeners(){let t=this.j;t.e.off(t.editor,".resizer").off(t.ow,".resizer").on(t.editor,"keydown.resizer",t=>{this.isShown&&t.key===r.KEY_DELETE&&this.element&&!s.Dom.isTag(this.element,"table")&&this.onDelete(t)}).on(t.ow,"resize.resizer",this.updateSize).on("resize.resizer",this.updateSize).on([t.ow,t.editor],"scroll.resizer",()=>{this.isShown&&!this.isResizeMode&&this.hide()}).on(t.ow,"keydown.resizer",this.onKeyDown).on(t.ow,"keyup.resizer",this.onKeyUp).on(t.ow,"mouseup.resizer touchend.resizer",this.onClickOutside)}onStartResizing(t,i){if(!this.element||!this.element.parentNode)return this.hide(),!1;this.handle=t,i.cancelable&&i.preventDefault(),i.stopImmediatePropagation(),this.width=this.element.offsetWidth,this.height=this.element.offsetHeight,this.ratio=this.width/this.height,this.isResizeMode=!0,this.startX=i.clientX,this.startY=i.clientY,this.pointerX=i.clientX,this.pointerY=i.clientY;let{j:n}=this;n.e.fire("hidePopup"),n.lock(this.LOCK_KEY),n.e.on(n.ow,"mousemove.resizer touchmove.resizer",this.onResize)}onEndResizing(){let{j:t}=this;t.unlock(),this.isResizeMode=!1,this.isAltMode=!1,t.synchronizeValues(),t.e.off(t.ow,"mousemove.resizer touchmove.resizer",this.onResize)}onResize(t){if(this.isResizeMode){let i,n;if(!this.element)return;if(this.pointerX=t.clientX,this.pointerY=t.clientY,this.j.options.iframe){let r=this.getWorkplacePosition();i=t.clientX+r.left-this.startX,n=t.clientY+r.top-this.startY}else i=this.pointerX-this.startX,n=this.pointerY-this.startY;let r=this.handle.className,o=0,a=0,u=this.j.o.resizer.useAspectRatio;!this.isAltMode&&(!0===u||u&&s.Dom.isTag(this.element,u))?(i?a=Math.round((o=this.width+(r.match(/left/)?-1:1)*i)/this.ratio):o=Math.round((a=this.height+(r.match(/top/)?-1:1)*n)*this.ratio),o>(0,l.innerWidth)(this.j.editor,this.j.ow)&&(a=Math.round((o=(0,l.innerWidth)(this.j.editor,this.j.ow))/this.ratio))):(o=this.width+(r.match(/left/)?-1:1)*i,a=this.height+(r.match(/top/)?-1:1)*n),o>this.j.o.resizer.min_width&&(o<this.rect.parentNode.offsetWidth?this.applySize(this.element,"width",o):this.applySize(this.element,"width","100%")),a>this.j.o.resizer.min_height&&this.applySize(this.element,"height",a),this.updateSize(),this.showSizeViewer(this.element.offsetWidth,this.element.offsetHeight),t.stopImmediatePropagation()}}onKeyDown(t){this.isAltMode=t.key===r.KEY_ALT,!this.isAltMode&&this.isResizeMode&&this.onEndResizing()}onKeyUp(){this.isAltMode&&this.isResizeMode&&this.element&&(this.width=this.element.offsetWidth,this.height=this.element.offsetHeight,this.ratio=this.width/this.height,this.startX=this.pointerX,this.startY=this.pointerY),this.isAltMode=!1}onClickOutside(t){if(this.isShown){if(!this.isResizeMode)return this.hide();t.stopImmediatePropagation(),this.onEndResizing()}}getWorkplacePosition(){return(0,l.offset)(this.rect.parentNode||this.j.od.documentElement,this.j,this.j.od,!0)}applySize(t,i,n){let r=s.Dom.isImage(t)&&this.j.o.resizer.forImageChangeAttributes;r&&(0,l.attr)(t,i,n),(!r||t.style[i])&&(0,l.css)(t,i,n)}onDelete(t){this.element&&("JODIT"!==this.element.tagName?this.j.s.select(this.element):(s.Dom.safeRemove(this.element),this.hide(),t.preventDefault()))}__onChangeEditor(){this.isShown&&(this.element&&this.element.parentNode?this.updateSize():this.hide()),(0,l.$$)("iframe",this.j.editor).forEach(this.__bind)}__bind(t){let i;if(!(!s.Dom.isHTMLElement(t)||!this.j.o.allowResizeTags.has(t.tagName.toLowerCase())||(0,l.dataBind)(t,d))){if((0,l.dataBind)(t,d,!0),s.Dom.isTag(t,"iframe")){let n=t;s.Dom.isHTMLElement(t.parentNode)&&(0,l.attr)(t.parentNode,"-jodit_iframe_wrapper")?t=t.parentNode:(i=this.j.createInside.element("jodit",{"data-jodit-temp":1,contenteditable:!1,draggable:!0,"data-jodit_iframe_wrapper":1}),(0,l.attr)(i,"style",(0,l.attr)(t,"style")),(0,l.css)(i,{display:"inline-block"===t.style.display?"inline-block":"block",width:t.offsetWidth,height:t.offsetHeight}),t.parentNode&&t.parentNode.insertBefore(i,t),i.appendChild(t),this.j.e.on(i,"click",()=>{(0,l.attr)(i,"data-jodit-wrapper_active",!0)}),t=i),this.j.e.off(t,"mousedown.select touchstart.select").on(t,"mousedown.select touchstart.select",()=>{this.j.s.select(t)}).off(t,"changesize").on(t,"changesize",()=>{n.setAttribute("width",t.offsetWidth+"px"),n.setAttribute("height",t.offsetHeight+"px")})}this.j.e.on(t,"dragstart",this.hide),!r.IS_ES_NEXT&&r.IS_IE&&this.j.e.on(t,"mousedown",i=>{s.Dom.isTag(t,"img")&&i.preventDefault()})}}showSizeViewer(t,i){if(this.j.o.resizer.showSize){if(t<this.sizeViewer.offsetWidth||i<this.sizeViewer.offsetHeight)return void this.hideSizeViewer();this.sizeViewer.style.opacity="1",this.sizeViewer.textContent=`${t} x ${i}`,this.j.async.setTimeout(this.hideSizeViewer,{timeout:this.j.o.resizer.hideSizeTimeout,label:"hideSizeViewer"})}}show(){this.j.o.readonly||this.isShown||(this.isShown=!0,this.rect.parentNode||((0,l.markOwner)(this.j,this.rect),this.j.workplace.appendChild(this.rect)),this.j.isFullSize&&(this.rect.style.zIndex=(0,l.css)(this.j.container,"zIndex").toString()),this.updateSize())}hide(){this.isResizeMode||(this.isResizeMode=!1,this.isShown=!1,this.element=null,s.Dom.safeRemove(this.rect),(0,l.$$)("[data-jodit-wrapper_active='true']",this.j.editor).forEach(t=>(0,l.attr)(t,"data-jodit-wrapper_active",!1)))}beforeDestruct(t){this.hide(),a.eventEmitter.off("hideHelpers",this.hide),t.e.off(this.j.ow,".resizer").off(".resizer")}constructor(){super(...arguments),this.LOCK_KEY="resizer",this.element=null,this.isResizeMode=!1,this.isShown=!1,this.startX=0,this.startY=0,this.width=0,this.height=0,this.ratio=0,this.rect=this.j.c.fromHTML(`<div title="${this.j.i18n("Press Alt for custom resizing")}" class="jodit-resizer">
30
30
  <div class="jodit-resizer__top-left"></div>
31
31
  <div class="jodit-resizer__top-right"></div>
32
32
  <div class="jodit-resizer__bottom-right"></div>
33
33
  <div class="jodit-resizer__bottom-left"></div>
34
34
  <span>100x100</span>
35
- </div>`),this.sizeViewer=this.rect.getElementsByTagName("span")[0],this.pointerX=0,this.pointerY=0,this.isAltMode=!1,this.onClickElement=t=>{!this.isResizeMode&&(this.element===t&&this.isShown||(this.element=t,this.show(),s.Dom.isTag(this.element,"img")&&!this.element.complete&&this.j.e.one(this.element,"load",this.updateSize)))},this.updateSize=()=>{if(!this.isInDestruct&&this.isShown&&this.element&&this.rect){let t=this.getWorkplacePosition(),i=(0,l.offset)(this.element,this.j,this.j.ed),n=parseInt(this.rect.style.left||"0",10),r=parseInt(this.rect.style.top||"0",10),o=this.rect.offsetWidth,s=this.rect.offsetHeight,a=i.top-t.top,u=i.left-t.left;(r!==a||n!==u||o!==this.element.offsetWidth||s!==this.element.offsetHeight)&&((0,l.css)(this.rect,{top:a,left:u,width:this.element.offsetWidth,height:this.element.offsetHeight}),this.j.events&&(this.j.e.fire(this.element,"changesize"),isNaN(n)||this.j.e.fire("resize")))}},this.hideSizeViewer=()=>{this.sizeViewer.style.opacity="0"}}}c([(0,o.watch)(":click")],h.prototype,"onEditorClick",null),c([(0,o.watch)(":afterInsertImage")],h.prototype,"__afterInsertImage",null),c([o.autobind],h.prototype,"onStartResizing",null),c([o.autobind],h.prototype,"onEndResizing",null),c([o.autobind],h.prototype,"onResize",null),c([o.autobind],h.prototype,"onKeyDown",null),c([o.autobind],h.prototype,"onKeyUp",null),c([o.autobind],h.prototype,"onClickOutside",null),c([(0,o.watch)(":change")],h.prototype,"__onChangeEditor",null),c([o.autobind],h.prototype,"__bind",null),c([o.autobind,(0,o.watch)(":hideResizer")],h.prototype,"hide",null),a.pluginSystem.add("resizer",h)},12045:function(t,i,n){"use strict";function r(t){return!!t&&t instanceof DOMException&&"AbortError"===t.name}n.d(i,{isAbortError:function(){return r}})},12060:function(t,i,n){"use strict";n.d(i,{Create:function(){return r.Create}});var r=n(20218)},12081:function(t,i,n){"use strict";n.d(i,{AsyncStorage:function(){return r.AsyncStorage},IndexedDBProvider:function(){return o.IndexedDBProvider},LocalStorageProvider:function(){return s.LocalStorageProvider},MemoryStorageProvider:function(){return a.MemoryStorageProvider},Storage:function(){return l.Storage},StorageKey:function(){return l.StorageKey},canUseIndexedDB:function(){return o.canUseIndexedDB},canUsePersistentStorage:function(){return s.canUsePersistentStorage},clearUseIndexedDBCache:function(){return o.clearUseIndexedDBCache}});var r=n(97333),o=n(2621),s=n(65638),a=n(21162),l=n(6700)},12117:function(t,i){"use strict";i.default={"copy-format":"Kopioi muotoilu"}},12153:function(t,i,n){"use strict";n.d(i,{Icon:function(){return a}});var r=n(82758),o=n(21537),s=n(41180);class a{static getIcon(t){if(/<svg/i.test(t))return t;let i=a.icons[t]||a.icons[t.replace(/-/g,"_")]||a.icons[t.replace(/_/g,"-")]||a.icons[(0,o.camelCase)(t)]||a.icons[(0,o.kebabCase)(t)]||a.icons[t.toLowerCase()];return r.IS_PROD,i}static exists(t){return void 0!==this.getIcon(t)}static get(t,i="<span></span>"){return this.getIcon(t)||i}static set(t,i){return this.icons[t.replace("_","-")]=i,this}static makeIcon(t,i){var n,r,o,l;let u,c;if(!i)return;let{name:d,iconURL:h,fill:p}=i,f=d.replace(/[^a-zA-Z0-9]/g,"_");/<svg/.test(d)||(c=null==(r=(n=t.o).getIcon)?void 0:r.call(n,d,f));let m=`${d}${h}${p}${null!=c?c:""}`;if(t.o.cache&&this.__cache.has(m))return null==(o=this.__cache.get(m))?void 0:o.cloneNode(!0);if(h)u=t.c.span(),(0,s.css)(u,"backgroundImage","url("+h.replace("{basePath}",(null==t?void 0:t.basePath)||"")+")");else{let i=c||a.get(d,"")||(null==(l=t.o.extraIcons)?void 0:l[d]);i&&(u=t.c.fromHTML(i.trim()),/^<svg/i.test(d)||u.classList.add("jodit-icon_"+f))}return u&&(u.classList.add("jodit-icon"),u.style.fill=p,t.o.cache&&this.__cache.set(m,u.cloneNode(!0))),u}}a.icons={},a.__cache=new Map},12202:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1344 1472q0-26-19-45t-45-19-45 19-19 45 19 45 45 19 45-19 19-45zm256 0q0-26-19-45t-45-19-45 19-19 45 19 45 45 19 45-19 19-45zm128-224v320q0 40-28 68t-68 28h-1472q-40 0-68-28t-28-68v-320q0-40 28-68t68-28h427q21 56 70.5 92t110.5 36h256q61 0 110.5-36t70.5-92h427q40 0 68 28t28 68zm-325-648q-17 40-59 40h-256v448q0 26-19 45t-45 19h-256q-26 0-45-19t-19-45v-448h-256q-42 0-59-40-17-39 14-69l448-448q18-19 45-19t45 19l448 448q31 30 14 69z"/> </svg> '},12234:function(t,i,n){"use strict";n.d(i,{UISelect:function(){return h}});var r,o,s,a=n(87325),l=n(29960),u=n(80256),c=n(30389);function d(t){for(var i=1;i<arguments.length;i++){var n=null!=arguments[i]?arguments[i]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable}))),r.forEach(function(i){var r;r=n[i],i in t?Object.defineProperty(t,i,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[i]=r})}return t}let h=s=class t extends u.UIInput{className(){return"UISelect"}createContainer(t){var i;let n=super.createContainer(t),{j:r}=this,{nativeInput:o}=this;if(void 0!==t.placeholder){let i=r.create.element("option");i.value="",i.text=r.i18n(t.placeholder),o.add(i)}return null==(i=t.options)||i.forEach(t=>{let i=r.create.element("option");i.value=t.value.toString(),i.text=r.i18n(t.text),o.add(i)}),t.size&&t.size>0&&(0,l.attr)(o,"size",t.size),t.multiple&&(0,l.attr)(o,"multiple",""),n}createNativeInput(){return this.j.create.element("select")}updateValidators(){super.updateValidators(),this.state.required&&(this.validators.delete(c.inputValidators.required),this.validators.add(c.selectValidators.required))}constructor(t,i){super(t,i),this.state=d({},s.defaultState),Object.assign(this.state,i)}};h.defaultState=(r=d({},u.UIInput.defaultState),o=o={options:[],size:1,multiple:!1},Object.getOwnPropertyDescriptors?Object.defineProperties(r,Object.getOwnPropertyDescriptors(o)):(function(t){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);i.push.apply(i,n)}return i})(Object(o)).forEach(function(t){Object.defineProperty(r,t,Object.getOwnPropertyDescriptor(o,t))}),r),h=s=function(t,i,n,r){var o,s=arguments.length,a=s<3?i:null===r?r=Object.getOwnPropertyDescriptor(i,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,r);else for(var l=t.length-1;l>=0;l--)(o=t[l])&&(a=(s<3?o(a):s>3?o(i,n,a):o(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a}([a.component],h)},12270:function(t,i,n){"use strict";n.d(i,{clearSelectionWrappers:function(){return c},clearSelectionWrappersFromHTML:function(){return d},getSelectionWrappers:function(){return u},highlightTextRanges:function(){return l}});var r=n(82758),o=n(2748),s=n(76078);let a="jd-tmp-selection";function l(t,i,n,s,l){if(null==i.startContainer.nodeValue||null==i.endContainer.nodeValue||function(t,i,n){if(t.o.search.useCustomHighlightAPI&&r.globalWindow&&void 0!==r.globalWindow.Highlight){let r=new Highlight(...[i,...n].map(i=>{let n=t.selection.createRange();return n.setStart(i.startContainer,i.startOffset),n.setEnd(i.endContainer,i.endOffset),n}));return CSS.highlights.clear(),CSS.highlights.set("jodit-search-result",r),n.length=0,!0}return!1}(t,i,n))return;let u=s.element("span",{[a]:!0});o.Dom.markTemporary(u),function(t,i,n){let r=t.startContainer.nodeValue,s=0;if(0!==t.startOffset){let i=n.text(r.substring(0,t.startOffset));t.startContainer.nodeValue=r.substring(t.startOffset),o.Dom.before(t.startContainer,i),t.startContainer===t.endContainer&&(s=t.startOffset,t.endOffset-=s),t.startOffset=0}let a=t.endContainer.nodeValue;if(t.endOffset!==a.length){let r=n.text(a.substring(t.endOffset));for(let n of(t.endContainer.nodeValue=a.substring(0,t.endOffset),o.Dom.after(t.endContainer,r),i))if(n.startContainer===t.endContainer)n.startContainer=r,n.startOffset=n.startOffset-t.endOffset-s,n.endContainer===t.endContainer&&(n.endContainer=r,n.endOffset=n.endOffset-t.endOffset-s);else break;t.endOffset=t.endContainer.nodeValue.length}}(i,n,s);let c=i.startContainer;do{var d;if(!c||(o.Dom.isText(c)&&(d=c.parentNode,!(o.Dom.isElement(d)&&d.hasAttribute(a)))&&o.Dom.wrap(c,u.cloneNode(),s),c===i.endContainer))break;let t=c.firstChild||c.nextSibling;if(!t){for(;c&&!c.nextSibling&&c!==l;)c=c.parentNode;t=null==c?void 0:c.nextSibling}c=t}while(c&&c!==l)}function u(t){return(0,s.$$)(`[${a}]`,t)}function c(t){u(t.editor).forEach(t=>o.Dom.unwrap(t)),t.o.search.useCustomHighlightAPI&&r.globalWindow&&void 0!==r.globalWindow.Highlight&&CSS.highlights.clear()}function d(t){return t.replace(RegExp(`<span[^>]+${a}[^>]+>(.*?)</span>`,"g"),"$1")}},12324:function(t,i,n){"use strict";var r=n(6441);r.Config.prototype.showBlocks={enable:!1,color:"#ccc",tagList:["html","body","div","span","applet","object","iframe","h1","h2","h3","h4","h5","h6","p","blockquote","pre","a","abbr","acronym","address","big","cite","code","del","dfn","em","img","ins","kbd","q","s","samp","small","strike","strong","sub","sup","tt","var","b","u","i","center","dl","dt","dd","fieldset","form","label","legend","caption","th","td","li","ol","ul","article","aside","canvas","details","embed","figure","figcaption","footer","header","hgroup","menu","nav","output","ruby","section","summary","time","mark","audio","video"]},r.Config.prototype.controls.showBlocks={isActive(t){return!!t.e.fire("showBlocksEnabled")},tooltip:"Show Blocks",command:"toggleShowBlocks"}},12373:function(t,i,n){"use strict";n(25187),n(58858),n(21246),n(44864),n(3115),n(41810),n(61328),n(45632),n(8390),n(29528),n(85174),n(90882),n(97068),n(482),n(40650),n(46958),n(1050),n(95618),n(74398),n(79850),n(41406),n(47682),n(75554),n(19374),n(73098),n(13152)},12391:function(t,i,n){"use strict";var r=n(65478),o=n(580),s=n(21537),a=n(41409);n(4604);var l=function(t,i,n,r){var o,s=arguments.length,a=s<3?i:null===r?r=Object.getOwnPropertyDescriptor(i,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,r);else for(var l=t.length-1;l>=0;l--)(o=t[l])&&(a=(s<3?o(a):s>3?o(i,n,a):o(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a};let u="addnewline";class c extends a.Plugin{__show(){this.j.o.readonly||this.j.isLocked||(this.j.async.clearTimeout(this.__timeout),this.__isShown||(this.__isShown=!0,this.j.container.appendChild(this.__line),this.__line.style.width=this.j.container.clientWidth+"px"))}onLock(t){t&&this.__isShown&&this.__hideForce()}__hide(){this.__isShown&&!this.__lineInFocus&&(this.__timeout=this.j.async.setTimeout(this.__hideForce,{timeout:500,label:"add-new-line-hide"}))}afterInit(t){t.o.addNewLine&&(t.e.on(this.__line,"mousemove",t=>{t.stopPropagation()}).on(this.__line,"mousedown touchstart",this.__onClickLine).on("change",this.__hideForce).on(this.__line,"mouseenter",()=>{this.j.async.clearTimeout(this.__timeout),this.__lineInFocus=!0}).on(this.__line,"mouseleave",()=>{this.__lineInFocus=!1}).on("changePlace",this.__addEventListeners.bind(this)),this.__addEventListeners())}__addEventListeners(){let t=this.j;t.e.off(t.editor,"."+u).off(t.container,"."+u).off("."+u).on([t.ow,t.ew,t.editor],"scroll."+u,this.__hideForce).on("finishedCleanHTMLWorker."+u,this.__hideForce).on(t.editor,"click."+u,this.__hide).on(t.container,"mouseleave."+u,this.__hide).on(t.editor,"mousemove."+u,this.__onMouseMove)}onDblClickEditor(t){let i=this.j;if(!i.o.readonly&&i.o.addNewLineOnDBLClick&&t.target===i.editor&&i.s.isCollapsed()){let n=(0,s.offset)(i.editor,i,i.ed),r=t.pageY-i.ew.scrollX,o=i.createInside.element(i.o.enter);Math.abs(r-n.top)<Math.abs(r-(n.height+n.top))&&i.editor.firstChild?i.editor.insertBefore(o,i.editor.firstChild):i.editor.appendChild(o),i.s.setCursorIn(o),i.synchronizeValues(),this.__hideForce(),t.preventDefault()}}__onMouseMove(t){let i=this.j,n=i.ed.elementFromPoint(t.clientX,t.clientY);if(!a.Dom.isHTMLElement(n)||!a.Dom.isOrContains(i.editor,n))return;if(i.editor===n||this.__isMatchedTag(n)||(n=a.Dom.closest(n,this.__isMatchedTag,i.editor)),!n)return void this.__hide();if(this.__isMatchedTag(n)){let t=a.Dom.up(n,a.Dom.isBlock,i.editor);t&&t!==i.editor&&(n=t)}let r=(0,s.position)(n,this.j),o=!1,{clientY:l,clientX:u}=t;if(this.j.iframe){let{top:t,left:i}=(0,s.position)(this.j.iframe,this.j,!0);l+=t,u+=i}let c=this.j.o.addNewLineDeltaShow;Math.abs(l-r.top)<=c?(o=r.top,this.__isBeforeContent=!0):Math.abs(l-(r.top+r.height))<=c&&(o=r.top+r.height,this.__isBeforeContent=!1);let d=i.editor===n;!1===o||(!d||this.__isBeforeContent)&&(d||(0,s.call)(this.__isBeforeContent?a.Dom.prev:a.Dom.next,n,this.__canGetFocus,i.editor))?(this.__current=!1,this.__hide()):(this.__line.style.top=o+"px",this.__current=n,this.__show(),this.__line.style.setProperty("--jd-anl-handle-offset",u-r.left-10+"px"))}beforeDestruct(){this.j.async.clearTimeout(this.__timeout),this.j.e.off(this.__line).off("changePlace",this.__addEventListeners),a.Dom.safeRemove(this.__line),this.j.e.off([this.j.ow,this.j.ew,this.j.editor],"."+u).off(this.j.container,"."+u).off("."+u)}constructor(){super(...arguments),this.__line=this.j.c.fromHTML(`<div role="button" tabindex="-1" title="${this.j.i18n("Break")}" class="jodit-add-new-line"><span>${a.Icon.get("enter")}</span></div>`),this.__isMatchedTag=t=>!!(t&&this.j.o.addNewLineTagsTriggers.includes(t.nodeName.toLowerCase())),this.__isBeforeContent=!1,this.__lineInFocus=!1,this.__isShown=!1,this.__hideForce=()=>{this.__isShown&&(this.__isShown=!1,this.j.async.clearTimeout(this.__timeout),this.__lineInFocus=!1,a.Dom.safeRemove(this.__line),this.__line.style.setProperty("--jd-anl-handle-offset","0"))},this.__canGetFocus=t=>null!=t&&a.Dom.isBlock(t)&&!/^(img|table|iframe|hr)$/i.test(t.nodeName),this.__onClickLine=t=>{let i=this.j,n=i.createInside.element(i.o.enter);this.__isBeforeContent&&this.__current&&this.__current.parentNode?this.__current===i.editor?a.Dom.prepend(i.editor,n):this.__current.parentNode.insertBefore(n,this.__current):i.editor.appendChild(n),i.s.setCursorIn(n),(0,s.scrollIntoViewIfNeeded)(n,i.editor,i.ed),i.synchronizeValues(),this.__hideForce(),t.preventDefault()}}}l([(0,r.watch)(":lock")],c.prototype,"onLock",null),l([r.autobind],c.prototype,"__hide",null),l([(0,r.watch)(":dblclick")],c.prototype,"onDblClickEditor",null),l([(0,r.throttle)(t=>t.defaultTimeout)],c.prototype,"__onMouseMove",null),o.pluginSystem.add("addNewLine",c)},12474:function(t,i,n){"use strict";n.d(i,{checkRemoveEmptyNeighbor:function(){return o}});var r=n(2748);function o(t,i,n){let o=r.Dom.closest(i,r.Dom.isElement,t.editor);if(!o)return!1;let s=r.Dom.findNotEmptySibling(o,n);return!!(s&&r.Dom.isEmpty(s))&&(r.Dom.safeRemove(s),t.s.setCursorBefore(i),!0)}},12475:function(t,i,n){"use strict";n.d(i,{CamelCaseToKebabCase:function(){return o},kebabCase:function(){return r}});let r=t=>t.replace(/([A-Z])([A-Z])([a-z])/g,"$1-$2$3").replace(/([a-z])([A-Z])/g,"$1-$2").replace(/[\s_]+/g,"-").toLowerCase(),o=t=>t.replace(/([A-Z])([A-Z])([a-z])/g,"$1-$2$3").replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase()},12570:function(t,i,n){"use strict";var r=n(56075),o=n(11886),s=n(62553),a=n(56293);i.default=(0,o._)((0,r._)({},s),{execute:a.execute})},12972:function(t,i,n){"use strict";n.d(i,{normalizeLicense:function(){return r}});let r=(t,i=8)=>{let n=[];for(;t.length;)n.push(t.substr(0,i)),t=t.substr(i);return n[1]=n[1].replace(/./g,"*"),n[2]=n[2].replace(/./g,"*"),n.join("-")}},13085:function(t,i,n){"use strict";n(6441).Config.prototype.pasteFromWord={enable:!1,convertUnitsToPixel:!1,allowedStyleProps:["background","background-color","border","border-.*","color","float","font-family","font-size","font-style","font-weight","height","line-height","list-style-type","margin","margin-bottom","margin-left","margin-right","margin-top","padding","text-align","text-justify","text-decoration","text-indent","vertical-align","width"]}},13109:function(t,i,n){"use strict";var r=n(17405),o=n.n(r),s=n(64889),a=n(6441);a.Config.prototype.pageBreak={separator:'<div style="page-break-before: always"></div>'},a.Config.prototype.controls.pageBreak={tooltip:"Insert page break",icon:o(),command:"insertPageBreak"},a.Config.prototype.iframeStyle=`${a.Config.prototype.iframeStyle};${s.default.replace(/[\n\t]/g,"")}`},13152:function(t,i,n){"use strict";var r=n(82749),o=n(31635);n(8256);var s=n(40104),a=n(65478),l=n(50911),u=n(2692);class c extends l.Plugin{afterInit(t){this.tuner=new s.UITuner(t)}hideTuner(){this.tuner.hide()}onChangeSelection(){this.j.s.isCollapsed()||this.hideTuner()}onClickInBlock(t){this.j.s.isCollapsed()&&this.tuner.show()}beforeDestruct(t){this.tuner.destruct()}constructor(...t){super(...t),(0,r._)(this,"tuner",void 0)}}(0,r._)(c,"requires",["license"]),(0,o.__decorate)([(0,a.watch)(":outsideClick :keydown")],c.prototype,"hideTuner",null),(0,o.__decorate)([(0,a.watch)("j.ed:selectionchange"),(0,a.debounce)()],c.prototype,"onChangeSelection",null),(0,o.__decorate)([(0,a.watch)(":click")],c.prototype,"onClickInBlock",null),u.JoditPro.plugins.add("tune-block",c)},13252:function(t,i,n){"use strict";n.d(i,{clearTimeout:function(){return s},setTimeout:function(){return o}});var r=n(82758);function o(t,i,...n){return i?r.globalWindow.setTimeout(t,i,...n):(t.call(null,...n),0)}function s(t){r.globalWindow.clearTimeout(t)}},13465:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path stroke-width="0" d="M381 1620q0 80-54.5 126t-135.5 46q-106 0-172-66l57-88q49 45 106 45 29 0 50.5-14.5t21.5-42.5q0-64-105-56l-26-56q8-10 32.5-43.5t42.5-54 37-38.5v-1q-16 0-48.5 1t-48.5 1v53h-106v-152h333v88l-95 115q51 12 81 49t30 88zm2-627v159h-362q-6-36-6-54 0-51 23.5-93t56.5-68 66-47.5 56.5-43.5 23.5-45q0-25-14.5-38.5t-39.5-13.5q-46 0-81 58l-85-59q24-51 71.5-79.5t105.5-28.5q73 0 123 41.5t50 112.5q0 50-34 91.5t-75 64.5-75.5 50.5-35.5 52.5h127v-60h105zm1409 319v192q0 13-9.5 22.5t-22.5 9.5h-1216q-13 0-22.5-9.5t-9.5-22.5v-192q0-14 9-23t23-9h1216q13 0 22.5 9.5t9.5 22.5zm-1408-899v99h-335v-99h107q0-41 .5-122t.5-121v-12h-2q-8 17-50 54l-71-76 136-127h106v404h108zm1408 387v192q0 13-9.5 22.5t-22.5 9.5h-1216q-13 0-22.5-9.5t-9.5-22.5v-192q0-14 9-23t23-9h1216q13 0 22.5 9.5t9.5 22.5zm0-512v192q0 13-9.5 22.5t-22.5 9.5h-1216q-13 0-22.5-9.5t-9.5-22.5v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5z"/> </svg> '},13525:function(t,i,n){"use strict";n.d(i,{wait:function(){return a}});var r=n(78213),o=n(23282),s=n(89890);function a(t){return(i,n)=>{let a=i[n];if(!(0,o.isFunction)(a))throw(0,s.error)("Handler must be a Function");i.hookStatus(r.STATUSES.ready,i=>{let{async:r}=i,o=i[n],s=0;Object.defineProperty(i,n,{configurable:!0,value:function n(...a){r.clearTimeout(s),t(i)?o.apply(i,a):s=r.setTimeout(()=>n(...a),10)}})})}}},13995:function(t,i,n){"use strict";n.r(i),i.default={Spellcheck:"맞춤법 검사"}},14002:function(t,i,n){"use strict";n.d(i,{UIBaseEditor:function(){return s}});var r=n(82749),o=n(67510);class s extends o.UIGroup{className(){return"UIBaseEditor"}render(){return`<div>
35
+ </div>`),this.sizeViewer=this.rect.getElementsByTagName("span")[0],this.pointerX=0,this.pointerY=0,this.isAltMode=!1,this.onClickElement=t=>{!this.isResizeMode&&(this.element===t&&this.isShown||(this.element=t,this.show(),s.Dom.isTag(this.element,"img")&&!this.element.complete&&this.j.e.one(this.element,"load",this.updateSize)))},this.updateSize=()=>{if(!this.isInDestruct&&this.isShown&&this.element&&this.rect){let t=this.getWorkplacePosition(),i=(0,l.offset)(this.element,this.j,this.j.ed),n=parseInt(this.rect.style.left||"0",10),r=parseInt(this.rect.style.top||"0",10),o=this.rect.offsetWidth,s=this.rect.offsetHeight,a=i.top-t.top,u=i.left-t.left;(r!==a||n!==u||o!==this.element.offsetWidth||s!==this.element.offsetHeight)&&((0,l.css)(this.rect,{top:a,left:u,width:this.element.offsetWidth,height:this.element.offsetHeight}),this.j.events&&(this.j.e.fire(this.element,"changesize"),isNaN(n)||this.j.e.fire("resize")))}},this.hideSizeViewer=()=>{this.sizeViewer.style.opacity="0"}}}c([(0,o.watch)(":click")],h.prototype,"onEditorClick",null),c([(0,o.watch)(":afterInsertImage")],h.prototype,"__afterInsertImage",null),c([o.autobind],h.prototype,"onStartResizing",null),c([o.autobind],h.prototype,"onEndResizing",null),c([o.autobind],h.prototype,"onResize",null),c([o.autobind],h.prototype,"onKeyDown",null),c([o.autobind],h.prototype,"onKeyUp",null),c([o.autobind],h.prototype,"onClickOutside",null),c([(0,o.watch)(":change")],h.prototype,"__onChangeEditor",null),c([o.autobind],h.prototype,"__bind",null),c([o.autobind,(0,o.watch)(":hideResizer")],h.prototype,"hide",null),a.pluginSystem.add("resizer",h)},12045:function(t,i,n){"use strict";function r(t){return!!t&&t instanceof DOMException&&"AbortError"===t.name}n.d(i,{isAbortError:function(){return r}})},12060:function(t,i,n){"use strict";n.d(i,{Create:function(){return r.Create}});var r=n(20218)},12081:function(t,i,n){"use strict";n.d(i,{AsyncStorage:function(){return r.AsyncStorage},IndexedDBProvider:function(){return o.IndexedDBProvider},LocalStorageProvider:function(){return s.LocalStorageProvider},MemoryStorageProvider:function(){return a.MemoryStorageProvider},Storage:function(){return l.Storage},StorageKey:function(){return l.StorageKey},canUseIndexedDB:function(){return o.canUseIndexedDB},canUsePersistentStorage:function(){return s.canUsePersistentStorage},clearUseIndexedDBCache:function(){return o.clearUseIndexedDBCache}});var r=n(97333),o=n(2621),s=n(65638),a=n(21162),l=n(6700)},12117:function(t,i){"use strict";i.default={"copy-format":"Kopioi muotoilu"}},12153:function(t,i,n){"use strict";n.d(i,{Icon:function(){return a}});var r=n(82758),o=n(21537),s=n(41180);class a{static getIcon(t){if(/<svg/i.test(t))return t;let i=a.icons[t]||a.icons[t.replace(/-/g,"_")]||a.icons[t.replace(/_/g,"-")]||a.icons[(0,o.camelCase)(t)]||a.icons[(0,o.kebabCase)(t)]||a.icons[t.toLowerCase()];return r.IS_PROD,i}static exists(t){return void 0!==this.getIcon(t)}static get(t,i="<span></span>"){return this.getIcon(t)||i}static set(t,i){return this.icons[t.replace("_","-")]=i,this}static makeIcon(t,i){var n,r,o,l;let u,c;if(!i)return;let{name:d,iconURL:h,fill:p}=i,f=d.replace(/[^a-zA-Z0-9]/g,"_");/<svg/.test(d)||(c=null==(r=(n=t.o).getIcon)?void 0:r.call(n,d,f));let m=`${d}${h}${p}${null!=c?c:""}`;if(t.o.cache&&this.__cache.has(m))return null==(o=this.__cache.get(m))?void 0:o.cloneNode(!0);if(h)u=t.c.span(),(0,s.css)(u,"backgroundImage","url("+h.replace("{basePath}",(null==t?void 0:t.basePath)||"")+")");else{let i=c||a.get(d,"")||(null==(l=t.o.extraIcons)?void 0:l[d]);i&&(u=t.c.fromHTML(i.trim()),/^<svg/i.test(d)||u.classList.add("jodit-icon_"+f))}return u&&(u.classList.add("jodit-icon"),u.style.fill=p,t.o.cache&&this.__cache.set(m,u.cloneNode(!0))),u}}a.icons={},a.__cache=new Map},12202:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1344 1472q0-26-19-45t-45-19-45 19-19 45 19 45 45 19 45-19 19-45zm256 0q0-26-19-45t-45-19-45 19-19 45 19 45 45 19 45-19 19-45zm128-224v320q0 40-28 68t-68 28h-1472q-40 0-68-28t-28-68v-320q0-40 28-68t68-28h427q21 56 70.5 92t110.5 36h256q61 0 110.5-36t70.5-92h427q40 0 68 28t28 68zm-325-648q-17 40-59 40h-256v448q0 26-19 45t-45 19h-256q-26 0-45-19t-19-45v-448h-256q-42 0-59-40-17-39 14-69l448-448q18-19 45-19t45 19l448 448q31 30 14 69z"/> </svg> '},12234:function(t,i,n){"use strict";n.d(i,{UISelect:function(){return h}});var r,o,s,a=n(87325),l=n(29960),u=n(80256),c=n(30389);function d(t){for(var i=1;i<arguments.length;i++){var n=null!=arguments[i]?arguments[i]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable}))),r.forEach(function(i){var r;r=n[i],i in t?Object.defineProperty(t,i,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[i]=r})}return t}let h=s=class t extends u.UIInput{className(){return"UISelect"}createContainer(t){var i;let n=super.createContainer(t),{j:r}=this,{nativeInput:o}=this;if(void 0!==t.placeholder){let i=r.create.element("option");i.value="",i.text=r.i18n(t.placeholder),o.add(i)}return null==(i=t.options)||i.forEach(t=>{let i=r.create.element("option");i.value=t.value.toString(),i.text=r.i18n(t.text),o.add(i)}),t.size&&t.size>0&&(0,l.attr)(o,"size",t.size),t.multiple&&(0,l.attr)(o,"multiple",""),n}createNativeInput(){return this.j.create.element("select")}updateValidators(){super.updateValidators(),this.state.required&&(this.validators.delete(c.inputValidators.required),this.validators.add(c.selectValidators.required))}constructor(t,i){super(t,i),this.state=d({},s.defaultState),Object.assign(this.state,i)}};h.defaultState=(r=d({},u.UIInput.defaultState),o=o={options:[],size:1,multiple:!1},Object.getOwnPropertyDescriptors?Object.defineProperties(r,Object.getOwnPropertyDescriptors(o)):(function(t){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);i.push.apply(i,n)}return i})(Object(o)).forEach(function(t){Object.defineProperty(r,t,Object.getOwnPropertyDescriptor(o,t))}),r),h=s=function(t,i,n,r){var o,s=arguments.length,a=s<3?i:null===r?r=Object.getOwnPropertyDescriptor(i,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,r);else for(var l=t.length-1;l>=0;l--)(o=t[l])&&(a=(s<3?o(a):s>3?o(i,n,a):o(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a}([a.component],h)},12270:function(t,i,n){"use strict";n.d(i,{clearSelectionWrappers:function(){return c},clearSelectionWrappersFromHTML:function(){return d},getSelectionWrappers:function(){return u},highlightTextRanges:function(){return l}});var r=n(82758),o=n(2748),s=n(76078);let a="jd-tmp-selection";function l(t,i,n,s,l){if(null==i.startContainer.nodeValue||null==i.endContainer.nodeValue||function(t,i,n){if(t.o.search.useCustomHighlightAPI&&r.globalWindow&&void 0!==r.globalWindow.Highlight){let r=new Highlight(...[i,...n].map(i=>{let n=t.selection.createRange();return n.setStart(i.startContainer,i.startOffset),n.setEnd(i.endContainer,i.endOffset),n}));return CSS.highlights.clear(),CSS.highlights.set("jodit-search-result",r),n.length=0,!0}return!1}(t,i,n))return;let u=s.element("span",{[a]:!0});o.Dom.markTemporary(u),function(t,i,n){let r=t.startContainer.nodeValue,s=0;if(0!==t.startOffset){let i=n.text(r.substring(0,t.startOffset));t.startContainer.nodeValue=r.substring(t.startOffset),o.Dom.before(t.startContainer,i),t.startContainer===t.endContainer&&(s=t.startOffset,t.endOffset-=s),t.startOffset=0}let a=t.endContainer.nodeValue;if(t.endOffset!==a.length){let r=n.text(a.substring(t.endOffset));for(let n of(t.endContainer.nodeValue=a.substring(0,t.endOffset),o.Dom.after(t.endContainer,r),i))if(n.startContainer===t.endContainer)n.startContainer=r,n.startOffset=n.startOffset-t.endOffset-s,n.endContainer===t.endContainer&&(n.endContainer=r,n.endOffset=n.endOffset-t.endOffset-s);else break;t.endOffset=t.endContainer.nodeValue.length}}(i,n,s);let c=i.startContainer;do{var d;if(!c||(o.Dom.isText(c)&&(d=c.parentNode,!(o.Dom.isElement(d)&&d.hasAttribute(a)))&&o.Dom.wrap(c,u.cloneNode(),s),c===i.endContainer))break;let t=c.firstChild||c.nextSibling;if(!t){for(;c&&!c.nextSibling&&c!==l;)c=c.parentNode;t=null==c?void 0:c.nextSibling}c=t}while(c&&c!==l)}function u(t){return(0,s.$$)(`[${a}]`,t)}function c(t){u(t.editor).forEach(t=>o.Dom.unwrap(t)),t.o.search.useCustomHighlightAPI&&r.globalWindow&&void 0!==r.globalWindow.Highlight&&CSS.highlights.clear()}function d(t){return t.replace(RegExp(`<span[^>]+${a}[^>]+>(.*?)</span>`,"g"),"$1")}},12324:function(t,i,n){"use strict";var r=n(6441);r.Config.prototype.showBlocks={enable:!1,color:"#ccc",tagList:["html","body","div","span","applet","object","iframe","h1","h2","h3","h4","h5","h6","p","blockquote","pre","a","abbr","acronym","address","big","cite","code","del","dfn","em","img","ins","kbd","q","s","samp","small","strike","strong","sub","sup","tt","var","b","u","i","center","dl","dt","dd","fieldset","form","label","legend","caption","th","td","li","ol","ul","article","aside","canvas","details","embed","figure","figcaption","footer","header","hgroup","menu","nav","output","ruby","section","summary","time","mark","audio","video"]},r.Config.prototype.controls.showBlocks={isActive(t){return!!t.e.fire("showBlocksEnabled")},tooltip:"Show Blocks",command:"toggleShowBlocks"}},12373:function(t,i,n){"use strict";n(25187),n(58858),n(21246),n(44864),n(3115),n(41810),n(61328),n(45632),n(8390),n(29528),n(85174),n(90882),n(97068),n(482),n(40650),n(46958),n(1050),n(95618),n(74398),n(79850),n(41406),n(47682),n(75554),n(61886),n(19374),n(73098),n(13152)},12391:function(t,i,n){"use strict";var r=n(65478),o=n(580),s=n(21537),a=n(41409);n(4604);var l=function(t,i,n,r){var o,s=arguments.length,a=s<3?i:null===r?r=Object.getOwnPropertyDescriptor(i,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,r);else for(var l=t.length-1;l>=0;l--)(o=t[l])&&(a=(s<3?o(a):s>3?o(i,n,a):o(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a};let u="addnewline";class c extends a.Plugin{__show(){this.j.o.readonly||this.j.isLocked||(this.j.async.clearTimeout(this.__timeout),this.__isShown||(this.__isShown=!0,this.j.container.appendChild(this.__line),this.__line.style.width=this.j.container.clientWidth+"px"))}onLock(t){t&&this.__isShown&&this.__hideForce()}__hide(){this.__isShown&&!this.__lineInFocus&&(this.__timeout=this.j.async.setTimeout(this.__hideForce,{timeout:500,label:"add-new-line-hide"}))}afterInit(t){t.o.addNewLine&&(t.e.on(this.__line,"mousemove",t=>{t.stopPropagation()}).on(this.__line,"mousedown touchstart",this.__onClickLine).on("change",this.__hideForce).on(this.__line,"mouseenter",()=>{this.j.async.clearTimeout(this.__timeout),this.__lineInFocus=!0}).on(this.__line,"mouseleave",()=>{this.__lineInFocus=!1}).on("changePlace",this.__addEventListeners.bind(this)),this.__addEventListeners())}__addEventListeners(){let t=this.j;t.e.off(t.editor,"."+u).off(t.container,"."+u).off("."+u).on([t.ow,t.ew,t.editor],"scroll."+u,this.__hideForce).on("finishedCleanHTMLWorker."+u,this.__hideForce).on(t.editor,"click."+u,this.__hide).on(t.container,"mouseleave."+u,this.__hide).on(t.editor,"mousemove."+u,this.__onMouseMove)}onDblClickEditor(t){let i=this.j;if(!i.o.readonly&&i.o.addNewLineOnDBLClick&&t.target===i.editor&&i.s.isCollapsed()){let n=(0,s.offset)(i.editor,i,i.ed),r=t.pageY-i.ew.scrollX,o=i.createInside.element(i.o.enter);Math.abs(r-n.top)<Math.abs(r-(n.height+n.top))&&i.editor.firstChild?i.editor.insertBefore(o,i.editor.firstChild):i.editor.appendChild(o),i.s.setCursorIn(o),i.synchronizeValues(),this.__hideForce(),t.preventDefault()}}__onMouseMove(t){let i=this.j,n=i.ed.elementFromPoint(t.clientX,t.clientY);if(!a.Dom.isHTMLElement(n)||!a.Dom.isOrContains(i.editor,n))return;if(i.editor===n||this.__isMatchedTag(n)||(n=a.Dom.closest(n,this.__isMatchedTag,i.editor)),!n)return void this.__hide();if(this.__isMatchedTag(n)){let t=a.Dom.up(n,a.Dom.isBlock,i.editor);t&&t!==i.editor&&(n=t)}let r=(0,s.position)(n,this.j),o=!1,{clientY:l,clientX:u}=t;if(this.j.iframe){let{top:t,left:i}=(0,s.position)(this.j.iframe,this.j,!0);l+=t,u+=i}let c=this.j.o.addNewLineDeltaShow;Math.abs(l-r.top)<=c?(o=r.top,this.__isBeforeContent=!0):Math.abs(l-(r.top+r.height))<=c&&(o=r.top+r.height,this.__isBeforeContent=!1);let d=i.editor===n;!1===o||(!d||this.__isBeforeContent)&&(d||(0,s.call)(this.__isBeforeContent?a.Dom.prev:a.Dom.next,n,this.__canGetFocus,i.editor))?(this.__current=!1,this.__hide()):(this.__line.style.top=o+"px",this.__current=n,this.__show(),this.__line.style.setProperty("--jd-anl-handle-offset",u-r.left-10+"px"))}beforeDestruct(){this.j.async.clearTimeout(this.__timeout),this.j.e.off(this.__line).off("changePlace",this.__addEventListeners),a.Dom.safeRemove(this.__line),this.j.e.off([this.j.ow,this.j.ew,this.j.editor],"."+u).off(this.j.container,"."+u).off("."+u)}constructor(){super(...arguments),this.__line=this.j.c.fromHTML(`<div role="button" tabindex="-1" title="${this.j.i18n("Break")}" class="jodit-add-new-line"><span>${a.Icon.get("enter")}</span></div>`),this.__isMatchedTag=t=>!!(t&&this.j.o.addNewLineTagsTriggers.includes(t.nodeName.toLowerCase())),this.__isBeforeContent=!1,this.__lineInFocus=!1,this.__isShown=!1,this.__hideForce=()=>{this.__isShown&&(this.__isShown=!1,this.j.async.clearTimeout(this.__timeout),this.__lineInFocus=!1,a.Dom.safeRemove(this.__line),this.__line.style.setProperty("--jd-anl-handle-offset","0"))},this.__canGetFocus=t=>null!=t&&a.Dom.isBlock(t)&&!/^(img|table|iframe|hr)$/i.test(t.nodeName),this.__onClickLine=t=>{let i=this.j,n=i.createInside.element(i.o.enter);this.__isBeforeContent&&this.__current&&this.__current.parentNode?this.__current===i.editor?a.Dom.prepend(i.editor,n):this.__current.parentNode.insertBefore(n,this.__current):i.editor.appendChild(n),i.s.setCursorIn(n),(0,s.scrollIntoViewIfNeeded)(n,i.editor,i.ed),i.synchronizeValues(),this.__hideForce(),t.preventDefault()}}}l([(0,r.watch)(":lock")],c.prototype,"onLock",null),l([r.autobind],c.prototype,"__hide",null),l([(0,r.watch)(":dblclick")],c.prototype,"onDblClickEditor",null),l([(0,r.throttle)(t=>t.defaultTimeout)],c.prototype,"__onMouseMove",null),o.pluginSystem.add("addNewLine",c)},12474:function(t,i,n){"use strict";n.d(i,{checkRemoveEmptyNeighbor:function(){return o}});var r=n(2748);function o(t,i,n){let o=r.Dom.closest(i,r.Dom.isElement,t.editor);if(!o)return!1;let s=r.Dom.findNotEmptySibling(o,n);return!!(s&&r.Dom.isEmpty(s))&&(r.Dom.safeRemove(s),t.s.setCursorBefore(i),!0)}},12475:function(t,i,n){"use strict";n.d(i,{CamelCaseToKebabCase:function(){return o},kebabCase:function(){return r}});let r=t=>t.replace(/([A-Z])([A-Z])([a-z])/g,"$1-$2$3").replace(/([a-z])([A-Z])/g,"$1-$2").replace(/[\s_]+/g,"-").toLowerCase(),o=t=>t.replace(/([A-Z])([A-Z])([a-z])/g,"$1-$2$3").replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase()},12570:function(t,i,n){"use strict";var r=n(56075),o=n(11886),s=n(62553),a=n(56293);i.default=(0,o._)((0,r._)({},s),{execute:a.execute})},12972:function(t,i,n){"use strict";n.d(i,{normalizeLicense:function(){return r}});let r=(t,i=8)=>{let n=[];for(;t.length;)n.push(t.substr(0,i)),t=t.substr(i);return n[1]=n[1].replace(/./g,"*"),n[2]=n[2].replace(/./g,"*"),n.join("-")}},13085:function(t,i,n){"use strict";n(6441).Config.prototype.pasteFromWord={enable:!1,convertUnitsToPixel:!1,allowedStyleProps:["background","background-color","border","border-.*","color","float","font-family","font-size","font-style","font-weight","height","line-height","list-style-type","margin","margin-bottom","margin-left","margin-right","margin-top","padding","text-align","text-justify","text-decoration","text-indent","vertical-align","width"]}},13109:function(t,i,n){"use strict";var r=n(17405),o=n.n(r),s=n(64889),a=n(6441);a.Config.prototype.pageBreak={separator:'<div style="page-break-before: always"></div>'},a.Config.prototype.controls.pageBreak={tooltip:"Insert page break",icon:o(),command:"insertPageBreak"},a.Config.prototype.iframeStyle=`${a.Config.prototype.iframeStyle};${s.default.replace(/[\n\t]/g,"")}`},13152:function(t,i,n){"use strict";var r=n(82749),o=n(31635);n(8256);var s=n(40104),a=n(65478),l=n(50911),u=n(2692);class c extends l.Plugin{afterInit(t){this.tuner=new s.UITuner(t)}hideTuner(){this.tuner.hide()}onChangeSelection(){this.j.s.isCollapsed()||this.hideTuner()}onClickInBlock(t){this.j.s.isCollapsed()&&this.tuner.show()}beforeDestruct(t){this.tuner.destruct()}constructor(...t){super(...t),(0,r._)(this,"tuner",void 0)}}(0,r._)(c,"requires",["license"]),(0,o.__decorate)([(0,a.watch)(":outsideClick :keydown")],c.prototype,"hideTuner",null),(0,o.__decorate)([(0,a.watch)("j.ed:selectionchange"),(0,a.debounce)()],c.prototype,"onChangeSelection",null),(0,o.__decorate)([(0,a.watch)(":click")],c.prototype,"onClickInBlock",null),u.JoditPro.plugins.add("tune-block",c)},13252:function(t,i,n){"use strict";n.d(i,{clearTimeout:function(){return s},setTimeout:function(){return o}});var r=n(82758);function o(t,i,...n){return i?r.globalWindow.setTimeout(t,i,...n):(t.call(null,...n),0)}function s(t){r.globalWindow.clearTimeout(t)}},13465:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path stroke-width="0" d="M381 1620q0 80-54.5 126t-135.5 46q-106 0-172-66l57-88q49 45 106 45 29 0 50.5-14.5t21.5-42.5q0-64-105-56l-26-56q8-10 32.5-43.5t42.5-54 37-38.5v-1q-16 0-48.5 1t-48.5 1v53h-106v-152h333v88l-95 115q51 12 81 49t30 88zm2-627v159h-362q-6-36-6-54 0-51 23.5-93t56.5-68 66-47.5 56.5-43.5 23.5-45q0-25-14.5-38.5t-39.5-13.5q-46 0-81 58l-85-59q24-51 71.5-79.5t105.5-28.5q73 0 123 41.5t50 112.5q0 50-34 91.5t-75 64.5-75.5 50.5-35.5 52.5h127v-60h105zm1409 319v192q0 13-9.5 22.5t-22.5 9.5h-1216q-13 0-22.5-9.5t-9.5-22.5v-192q0-14 9-23t23-9h1216q13 0 22.5 9.5t9.5 22.5zm-1408-899v99h-335v-99h107q0-41 .5-122t.5-121v-12h-2q-8 17-50 54l-71-76 136-127h106v404h108zm1408 387v192q0 13-9.5 22.5t-22.5 9.5h-1216q-13 0-22.5-9.5t-9.5-22.5v-192q0-14 9-23t23-9h1216q13 0 22.5 9.5t9.5 22.5zm0-512v192q0 13-9.5 22.5t-22.5 9.5h-1216q-13 0-22.5-9.5t-9.5-22.5v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5z"/> </svg> '},13525:function(t,i,n){"use strict";n.d(i,{wait:function(){return a}});var r=n(78213),o=n(23282),s=n(89890);function a(t){return(i,n)=>{let a=i[n];if(!(0,o.isFunction)(a))throw(0,s.error)("Handler must be a Function");i.hookStatus(r.STATUSES.ready,i=>{let{async:r}=i,o=i[n],s=0;Object.defineProperty(i,n,{configurable:!0,value:function n(...a){r.clearTimeout(s),t(i)?o.apply(i,a):s=r.setTimeout(()=>n(...a),10)}})})}}},13995:function(t,i,n){"use strict";n.r(i),i.default={Spellcheck:"맞춤법 검사"}},14002:function(t,i,n){"use strict";n.d(i,{UIBaseEditor:function(){return s}});var r=n(82749),o=n(67510);class s extends o.UIGroup{className(){return"UIBaseEditor"}render(){return`<div>
36
36
  <div class='&__header'></div>
37
37
  <div class='&__form'></div>
38
38
  <div class='&__buttons'></div>
@@ -47,11 +47,11 @@
47
47
  target="_blank"
48
48
  href="https://xdsoft.net/jodit/">
49
49
  Powered by Jodit
50
- </a>`),!0)})})},18549:function(t,i,n){"use strict";n.d(i,{UIFlightPosition:function(){return s}});var r=n(2748);let o=new WeakMap;class s{static install(t,i,n={}){this.remove(t);let{panelHeight:r=250,containerClassName:s,toolbarSelector:a=".jodit-toolbar__box",gap:l=16}=n,u=t.j.c.div("jodit-flight-position");s&&u.classList.add(s),u.style.setProperty("--flight-panel-height",`${r}px`),u.appendChild(t.container),document.body.appendChild(u);let c={toolbarSelector:a,gap:l},d=()=>{this.updatePosition(u,i,c)},h=new ResizeObserver(d);h.observe(i),window.addEventListener("scroll",d,{passive:!0}),window.addEventListener("resize",d,{passive:!0}),o.set(t,{container:u,anchor:i,onScroll:d,resizeObserver:h,options:c}),this.updatePosition(u,i,c)}static updatePosition(t,i,n){let{toolbarSelector:r,gap:o}=n,s=i.getBoundingClientRect(),a=window.innerHeight,l=t.offsetHeight||250;t.style.left=`${s.left}px`,t.style.width=`${s.width}px`;let u=i.querySelector(r),c=u?u.getBoundingClientRect().bottom:s.top,d=s.bottom-c,h=s.bottom<=a;l<=d?h?(t.style.top="auto",t.style.bottom=`${a-s.bottom+o}px`):(t.style.top="auto",t.style.bottom=`${o}px`):(t.style.bottom="auto",t.style.top=`${c}px`)}static remove(t){let i=o.get(t);if(i){if(window.removeEventListener("scroll",i.onScroll),window.removeEventListener("resize",i.onScroll),i.resizeObserver.disconnect(),t.container.parentNode===i.container){var n;null==(n=i.container.parentNode)||n.insertBefore(t.container,i.container)}r.Dom.safeRemove(i.container),o.delete(t)}}static isInstalled(t){return o.has(t)}static setPanelHeight(t,i){let n=o.get(t);n&&n.container.style.setProperty("--flight-panel-height",`${i}px`)}static refresh(t){let i=o.get(t);i&&this.updatePosition(i.container,i.anchor,i.options)}}},18594:function(t,i,n){"use strict";n.d(i,{isLeaf:function(){return a},isList:function(){return s},isPseudoLeaf:function(){return l},isSameType:function(){return u}});var r=n(99658),o=n(10058);function s(t){return!!(t&&("ol"===t.name||"ul"===t.name))}function a(t){return!!(t&&"li"===t.name)}function l(t){return"li"!==t.name&&/mso-list:\s*l\d+ level\d+ lfo\d+/i.test(t.attributes.style)||/msolistparagraph/i.test(t.attributes.class)&&!!t.find(t=>t.isComment&&(0,r.html)(t).includes("supportLists")).length}function u(t,i){let n=t.attributes[o.TYPE_KEY],r=t.attributes[o.STYLE_KEY];return i.name===n&&i.attributes[o.STYLE_KEY]===r&&t.attributes[o.LEVEL_KEY]===i.attributes[o.LEVEL_KEY]}},18616:function(t,i,n){"use strict";n.d(i,{processLinks:function(){return r}});let r=(t,i)=>{var n;let r=null!=(n=i.links)?n:{};if(t.attributes.href&&t.attributes.href.match(/#.+$/)&&(r[t.attributes.href.match(/#(.+)$/)[1]]=t),t.attributes.name&&r[t.attributes.name]){let i=r[t.attributes.name];i.attributes.href=i.attributes.href.replace(/.*#(.*)$/,"#$1")}return i.links=r,t}},19007:function(t,i){"use strict";i.default={"Type something":"Напишіть щось","About Jodit":"Про Jodit","Jodit Editor":"Редактор Jodit","Jodit User's Guide":"Jodit інструкція користувача","contains detailed help for using":"містить детальну інформацію щодо користування","For information about the license, please go to our website:":"Щоб дізнатись більше про ліцензію , будь ласка, перейдіть на наш сайт:","Buy full version":"Купити повну версію","Copyright \xa9 XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Авторські права \xa9 XDSoft.net - Чупурнов Валерій. Всі права захищені.",Anchor:"Анкор","Open in new tab":"Відкрити у новій вкладці","Open in fullsize":"Відкрити редактор в повному розмірі","Clear Formatting":"Очистити форматування","Fill color or set the text color":"Колір заливки або колір текста",Redo:"Повторити",Undo:"Відмінити",Bold:"Жирний",Italic:"Курсів","Insert Unordered List":"Вставити невпорядкований список","Insert Ordered List":"Вставити нумерованний список","Align Center":"Вирівняти по центру","Align Justify":"Вирівняти по ширині","Align Left":"Вирівняти по лівому краю","Align Right":"Вирівняти по правому краю","Insert Horizontal Line":"Вставити горизонтальну лінію","Insert Image":"Вставити зображення","Insert file":"Вставити файл","Insert youtube/vimeo video":"Вставити відео","Insert link":"Вставити посилання","Font size":"Розмір шрифту","Font family":"Шрифт","Insert format block":"Вставити блочний елемент",Normal:"Нормальний текст","Heading 1":"Заголовок 1","Heading 2":"Заголовок 2","Heading 3":"Заголовок 3","Heading 4":"Заголовок 4",Quote:"Цитата",Code:"Код",Insert:"Вставити","Insert table":"Вставити таблицю","Decrease Indent":"Збільшити відступ","Increase Indent":"Зменшити відступ","Select Special Character":"Оберіть спеціальный символ","Insert Special Character":"Вставити спеціальный символ","Paint format":"Формат краски","Change mode":"Джерело",Margins:"Відступи",top:"зверху",right:"справа",bottom:"знизу",left:"зліва",Styles:"Стилі",Classes:"Класи",Align:"Вирівнювання",Right:"По правому краю",Center:"По центру",Left:"По лівому краю","--Not Set--":"--не встановлено--",Src:"src",Title:"Заголовок",Alternative:"Альтернативний текст (alt)",Link:"Посилання","Open link in new tab":"Відкрити посилання в новій вкладці",file:"Файл",Advanced:"Розширені","Image properties":"Властивості зображення",Cancel:"Відміна",Ok:"Ок","Your code is similar to HTML. Keep as HTML?":"Текст, який Ви намагаєтесь вставити схожий на HTML. Вставити його як HTML?","Paste as HTML":"Вставити його як HTML",Keep:"Зберегти оригінал",Clean:"Почистити","Insert as Text":"Вставити як текст","Insert only Text":"Вставити тільки текст","Word Paste Detected":"Можливо це фрагмент Word або Excel","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"Ви вставляєте контент з документа Microsoft Word або Excel. Бажаєте зберегти форматування?","File Browser":"Браузер файлів","Error on load list":"Помилка при завантаженні списку зображень","Error on load folders":"Помилка при завантаженні списку папок","Are you sure?":"Ви впевнені?","Enter Directory name":"Введіть назву папки","Create directory":"Створити папку","type name":"введіть назву","Drop image":"Перетягніть зображення сюди","Drop file":"Перетягніть файл сюди","or click":"або клікніть","Alternative text":"Альтернативный текст",Browse:"Сервер",Upload:"Завантаження",Background:"Фон",Text:"Текст",Top:" Вгору",Middle:"По центру",Bottom:"Донизу","Insert column before":"Вставити стовпець до","Insert column after":"Вставити стовпець після","Insert row above":"Вставити рядок вище","Insert row below":"Вставити рядок нижче","Delete table":"Видалити таблицю","Delete row":"Видалити рядок","Delete column":"Видалити стовпчик","Empty cell":"Очистити кліинку",source:"HTML",bold:"жирний",italic:"курсів",brush:"заливка",link:"посилання",undo:"відмінити",redo:"повторити",table:"таблиця",image:"зображення",eraser:"видалення",paragraph:"параграф",fontsize:"розмір шрифту",video:"відео",font:"шрифт",about:"про редактор",print:"друк",underline:"підкреслений",strikethrough:"закреслений",indent:"відступ",outdent:"заступ",fullsize:"на весь екран",shrink:"звичайний розмір",hr:"лінія",ul:"Список",ol:"Нумерований список",cut:"Вирізати",selectall:"Виділити все","Embed code":"Код","Open link":"Відкрити посилання","Edit link":"Редагувати посилання","No follow":"Атрибут nofollow",Unlink:"Видалити посилання",Eye:"Перегляд",pencil:"Редагування",Update:"Оновити"," URL":"URL",Edit:"Редагувати","Horizontal align":"Горизонтальне вирівнювання",Filter:"Фільтр","Sort by changed":"Сортувати за зміною","Sort by name":"Сортувати за ім'ям","Sort by size":"Сортувати за розміром","Add folder":"Додати папку",Reset:"Відновити",Save:"Зберегти","Save as ...":"Зберегти як",Resize:"Змінити розмір",Crop:"Обрізати розмір",Width:"Ширина",Height:"Висота","Keep Aspect Ratio":"Зберегти пропорції",Yes:"Так",No:"Ні",Remove:"Видалити",Select:"Вибрати","Chars: %d":"Символів: %d","Words: %d":"Слів: %d",All:"Вибрати все","Select %s":"Вибрати: %s","Select all":"Вибрати все","Vertical align":"Вертикальне вирівнювання",Split:"Розділити","Split vertical":"Розділити по вертикалі","Split horizontal":"Розділити по горизонталі",Merge:"Об'єднати в одну","Add column":"Додати стовпчик","Add row":"Додати рядок",Delete:"Видалити",Border:"Рамка","License: %s":"Ліцензія: %s","Strike through":"Закреслений",Underline:"Підкреслений",superscript:"верхній індекс",subscript:"індекс","Cut selection":"Обрізати вибране",Break:"Межа","Search for":"Шукати","Replace with":"Замінити на",Replace:"Замінити",Paste:"Вставити","Choose Content to Paste":"Обрати контент для вставки","You can only edit your own images. Download this image on the host?":"Ви можете редагувати лише власні зображення. Завантажити зображення на ваш сервер?","The image has been successfully uploaded to the host!":"Зображення успішно завантажено на сервер!",palette:"палітра","There are no files":"Файли відсутні",Rename:"Змінити назву","Enter new name":"Введіть нове імя'",preview:"Попередній перегляд",download:"Завантажити","Paste from clipboard":"Вставити з буфера обміну","Your browser doesn't support direct access to the clipboard.":"Ваш браузер не підтримує доступ до буфера обміну.","Copy selection":"Копіювати виділене",copy:"копія","Border radius":"Радіус рамки","Show all":"Показати все",Apply:"Застосувати","Please fill out this field":"Будь ласка, заповніть це поле","Please enter a web address":"Будь ласка, введіть веб-адресу",Default:"За замовченням",Circle:"Коло",Dot:"Крапка",Quadrate:"Квадрат",Find:"Знайти","Find Previous":"Знайти попередні","Find Next":"Знайти наступні","Insert className":"Вставити клас","Press Alt for custom resizing":"Натисніть Alt для зміни розміру"}},19033:function(t,i,n){"use strict";n.r(i),i.default={"Line height":"行高"}},19057:function(t,i,n){"use strict";n.d(i,{hasPreviousBlock:function(){return o}});var r=n(2748);function o(t,i){return!!r.Dom.prev(t,t=>r.Dom.isBlock(t)||r.Dom.isImage(t),i.editor)}},19063:function(t,i,n){"use strict";var r=n(2748),o=n(580),s=n(41180),a=n(12153),l=n(6441),u=n(57487),c=n(23914);let d="copy-format",h=["lineHeight","fontWeight","fontStyle","fontSize","fontFamily","color","margin","padding","borderWidth","borderStyle","borderColor","borderRadius","backgroundColor","textDecorationLine"],p=(t,i,n,r)=>{let o=(0,s.css)(n,i);return o===r[i]&&(o=n.parentNode&&n!==t.editor&&n.parentNode!==t.editor?p(t,i,n.parentNode,r):void 0),o};l.Config.prototype.controls.copyformat={exec:(t,i,{button:n})=>{if(i){if(t.buffer.exists(d))t.buffer.delete(d),t.e.off(t.editor,"mouseup."+d);else{let n,o={},a=r.Dom.up(i,t=>t&&!r.Dom.isText(t),t.editor)||t.editor,l=t.createInside.span();t.editor.appendChild(l),h.forEach(t=>{o[t]=(0,s.css)(l,t)}),l!==t.editor&&r.Dom.safeRemove(l);let u=(n={},a&&h.forEach(i=>{n[i]=p(t,i,a,o),i.match(/border(Style|Color)/)&&!n.borderWidth&&(n[i]=void 0)}),n);t.e.on(t.editor,"mouseup."+d,()=>{t.buffer.delete(d);let i=t.s.current();i&&(r.Dom.isTag(i,"img")?(0,s.css)(i,u):t.s.commitStyle({attributes:{style:u}})),t.e.off(t.editor,"mouseup."+d)}),t.buffer.set(d,!0)}n.update()}},isActive:t=>t.buffer.exists(d),tooltip:"Paint format"},o.pluginSystem.add("copyformat",function(t){t.registerButton({name:"copyformat",group:"clipboard"}),(0,o.extendLang)(c)}),a.Icon.set("copyformat",u.default)},19070:function(t,i,n){"use strict";n.d(i,{UIBlock:function(){return a}});var r=n(87325),o=n(43555),s=n(62405);let a=class t extends s.UIGroup{className(){return"UIBlock"}constructor(t,i,n={align:"left"}){super(t,i),this.options=n,this.setMod("align",this.options.align||"left"),this.setMod("width",this.options.width||""),this.options.mod&&this.setMod(this.options.mod,!0),this.options.className&&this.container.classList.add(this.options.className),(0,o.attr)(this.container,"data-ref",n.ref),(0,o.attr)(this.container,"ref",n.ref)}};a=function(t,i,n,r){var o,s=arguments.length,a=s<3?i:null===r?r=Object.getOwnPropertyDescriptor(i,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,r);else for(var l=t.length-1;l>=0;l--)(o=t[l])&&(a=(s<3?o(a):s>3?o(i,n,a):o(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a}([r.component],a)},19127:function(t,i,n){"use strict";n.d(i,{execute:function(){return u}});var r=n(77688),o=n(56075),s=n(11886),a=n(6689),l=n(44526);function u(t,i,n){return(0,r._)(function*(){let{element:r,attributes:u,remove:c,blockIndex:d,selector:h}=i;if((0,a.throwIfAborted)(n),!r&&!u)throw Error('Either "element" or "attributes" must be provided');if(t.s.restore(),void 0!==d||h){let{element:i}=(0,l.resolveBlock)(t,{selector:h,index:d});t.s.select(i)}if(t.s.isCollapsed())throw Error("No selection found. Please select text to format");try{let i={};return r&&(i.element=r),u&&(i.attributes=u),c?t.s.commitStyle((0,s._)((0,o._)({},i),{mode:"remove"})):t.s.commitStyle(i),t.synchronizeValues(),{success:!0,message:c?"Formatting removed successfully":"Formatting applied successfully"}}catch(t){throw Error(`Failed to ${c?"remove":"apply"} formatting: ${t.message}`)}})()}},19147:function(t,i,n){"use strict";n.r(i),i.default={newline:"новая строка|перенос|энтер",delete:"удалить",space:"пробел","Speech Recognize":"Распознавание речи",Sound:"Звук","Interim Results":"Промежуточные результаты"}},19263:function(t,i,n){"use strict";n.d(i,{wrap:function(){return l}});var r=n(22732),o=n(29960),s=n(82515),a=n(6980);function l(t,i,n){var l,c,d;let h=(l=t,c=i,d=n,l.elementIsBlock?r.Dom.up(c,t=>r.Dom.isBlock(t)&&!r.Dom.isTag(t,u),d.editor)||(0,a.wrapUnwrappedText)(l,c,d):((0,o.attr)(c,"size",null),c));return t.elementIsList?(0,s.wrapList)(t,h,n):r.Dom.replace(h,t.element,n.createInside,!0)}let u=new Set(["td","th","tr","tbody","table","li","ul","ol"])},19271:function(t,i,n){"use strict";var r=n(82758),o=n(65478),s=n(2748),a=n(580),l=n(21537),u=n(50911),c=n(8172),d=function(t,i,n,r){var o,s=arguments.length,a=s<3?i:null===r?r=Object.getOwnPropertyDescriptor(i,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,r);else for(var l=t.length-1;l>=0;l--)(o=t[l])&&(a=(s<3?o(a):s>3?o(i,n,a):o(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a};class h extends u.Plugin{afterInit(){this.j.e.on([window,this.j.ed,this.j.editor],"dragstart.DragAndDrop",this.onDragStart)}onDragStart(t){var i;let n=t.target;if(this.onDragEnd(),this.isFragmentFromEditor=s.Dom.isOrContains(this.j.editor,n,!0),this.isCopyMode=!this.isFragmentFromEditor||(0,l.ctrlKey)(t),this.isFragmentFromEditor){let t=this.j.s.sel,i=t&&t.rangeCount?t.getRangeAt(0):null;i&&(this.bufferRange=i.cloneRange())}else this.bufferRange=null;this.startDragPoint.x=t.clientX,this.startDragPoint.y=t.clientY,i=n,s.Dom.isElement(i)&&i.classList.contains(c.FileBrowserFiles.prototype.getFullElName("item"))&&(n=n.querySelector("img")),s.Dom.isTag(n,"img")&&(this.draggable=n.cloneNode(!0),(0,l.dataBind)(this.draggable,"target",n)),this.addDragListeners()}addDragListeners(){this.j.e.on("dragover",this.onDrag).on("drop.DragAndDrop",this.onDrop).on(window,"dragend.DragAndDrop drop.DragAndDrop mouseup.DragAndDrop",this.onDragEnd)}removeDragListeners(){this.j.e.off("dragover",this.onDrag).off("drop.DragAndDrop",this.onDrop).off(window,"dragend.DragAndDrop drop.DragAndDrop mouseup.DragAndDrop",this.onDragEnd)}onDrag(t){this.draggable&&(this.j.e.fire("hidePopup"),this.j.s.insertCursorAtPoint(t.clientX,t.clientY),t.preventDefault(),t.stopPropagation())}onDragEnd(){this.draggable&&(s.Dom.safeRemove(this.draggable),this.draggable=null),this.isCopyMode=!1,this.removeDragListeners()}onDrop(t){if(!t.dataTransfer||!t.dataTransfer.files||!t.dataTransfer.files.length){if(!this.isFragmentFromEditor&&!this.draggable)return this.j.e.fire("paste",t),t.preventDefault(),t.stopPropagation(),!1;let i=this.j.s.sel,n=this.bufferRange||(i&&i.rangeCount?i.getRangeAt(0):null),r=this.__getWorkFragment(n,t);i&&i.removeAllRanges(),this.j.s.insertCursorAtPoint(t.clientX,t.clientY),r&&this.__insertFragment.call(this,r,n),t.preventDefault(),t.stopPropagation()}this.isFragmentFromEditor=!1,this.removeDragListeners()}__getWorkFragment(t,i){let n=null;if(!this.draggable&&t)n=this.isCopyMode?t.cloneContents():t.extractContents();else if(this.draggable)if(this.isCopyMode){let[t,i]="1"===(0,l.attr)(this.draggable,"-is-file")?["a","href"]:["img","src"];(n=this.j.createInside.element(t)).setAttribute(i,(0,l.attr)(this.draggable,"data-src")||(0,l.attr)(this.draggable,"src")||""),"a"===t&&(n.textContent=(0,l.attr)(n,i)||"")}else n=(0,l.dataBind)(this.draggable,"target");else this.getText(i)&&(n=this.j.createInside.fromHTML(this.getText(i)));return n}__insertFragment(t,i){this.j.s.insertNode(t,!1,!1),i&&t.firstChild&&t.lastChild&&(i.setStartBefore(t.firstChild),i.setEndAfter(t.lastChild),this.j.s.selectRange(i),this.j.e.fire("synchro")),s.Dom.isTag(t,"img")&&this.j.events&&this.j.e.fire("afterInsertImage",t)}beforeDestruct(){this.onDragEnd(),this.j.e.off(window,".DragAndDrop").off(".DragAndDrop").off([window,this.j.ed,this.j.editor],"dragstart.DragAndDrop",this.onDragStart)}constructor(){super(...arguments),this.isFragmentFromEditor=!1,this.isCopyMode=!1,this.startDragPoint={x:0,y:0},this.draggable=null,this.bufferRange=null,this.getText=t=>{let i=(0,l.getDataTransfer)(t);return i?i.getData(r.TEXT_HTML)||i.getData(r.TEXT_PLAIN):null}}}d([o.autobind],h.prototype,"onDragStart",null),d([(0,o.throttle)(t=>t.defaultTimeout/10)],h.prototype,"onDrag",null),d([o.autobind],h.prototype,"onDragEnd",null),d([o.autobind],h.prototype,"onDrop",null),a.pluginSystem.add("dragAndDrop",h)},19292:function(t,i){"use strict";i.default={"Type something":"Escreva algo...",Advanced:"Avan\xe7ado","About Jodit":"Sobre o Jodit","Jodit Editor":"Editor Jodit","Jodit User's Guide":"Guia de usu\xe1rio Jodit","contains detailed help for using":"cont\xe9m ajuda detalhada para o uso.","For information about the license, please go to our website:":"Para informa\xe7\xe3o sobre a licen\xe7a, por favor visite nosso site:","Buy full version":"Compre a vers\xe3o completa","Copyright \xa9 XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Copyright \xa9 XDSoft.net - Chupurnov Valeriy. Todos os direitos reservados.",Anchor:"Link","Open in new tab":"Abrir em nova aba","Open in fullsize":"Abrir editor em tela cheia","Clear Formatting":"Limpar formata\xe7\xe3o","Fill color or set the text color":"Cor de preenchimento ou cor do texto",Redo:"Refazer",Undo:"Desfazer",Bold:"Negrito",Italic:"It\xe1lico","Insert Unordered List":"Inserir lista n\xe3o ordenada","Insert Ordered List":"Inserir lista ordenada","Align Center":"Centralizar","Align Justify":"Justificar","Align Left":"Alinhar \xe0 Esquerda","Align Right":"Alinhar \xe0 Direita","Insert Horizontal Line":"Inserir linha horizontal","Insert Image":"Inserir imagem","Insert file":"Inserir arquivo","Insert youtube/vimeo video":"Inserir v\xeddeo do Youtube/vimeo","Insert link":"Inserir link","Font size":"Tamanho da letra","Font family":"Fonte","Insert format block":"Inserir bloco",Normal:"Normal","Heading 1":"Cabe\xe7alho 1","Heading 2":"Cabe\xe7alho 2","Heading 3":"Cabe\xe7alho 3","Heading 4":"Cabe\xe7alho 4",Quote:"Cita\xe7\xe3o",Code:"C\xf3digo",Insert:"Inserir","Insert table":"Inserir tabela","Decrease Indent":"Diminuir recuo","Increase Indent":"Aumentar recuo","Select Special Character":"Selecionar caractere especial","Insert Special Character":"Inserir caractere especial","Paint format":"Copiar formato","Change mode":"Mudar modo",Margins:"Margens",top:"cima",right:"direta",bottom:"baixo",left:"esquerda",Styles:"Estilos CSS",Classes:"Classes CSS",Align:"Alinhamento",Right:"Direita",Center:"Centro",Left:"Esquerda","--Not Set--":"--N\xe3o Estabelecido--",Src:"Fonte",Title:"T\xedtulo",Alternative:"Texto Alternativo",Link:"Link","Open link in new tab":"Abrir link em nova aba",Image:"Imagem",file:"Arquivo","Image properties":"Propriedades da imagem",Cancel:"Cancelar",Ok:"Ok","Your code is similar to HTML. Keep as HTML?":"Seu c\xf3digo \xe9 similar ao HTML. Manter como HTML?","Paste as HTML":"Colar como HTML?",Keep:"Manter",Clean:"Limpar","Insert as Text":"Inserir como Texto","Word Paste Detected":"Colado do Word Detectado","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"O conte\xfado colado veio de um documento Microsoft Word/Excel. Voc\xea deseja manter o formato ou limpa-lo?","Insert only Text":"Inserir somente o Texto","File Browser":"Procurar arquivo","Error on load list":"Erro ao carregar a lista","Error on load folders":"Erro ao carregar as pastas","Are you sure?":"Voc\xea tem certeza?","Enter Directory name":"Escreva o nome da pasta","Create directory":"Criar pasta","type name":"Escreva seu nome","Drop image":"Soltar imagem","Drop file":"Soltar arquivo","or click":"ou clique","Alternative text":"Texto alternativo",Browse:"Explorar",Upload:"Upload",Background:"Fundo",Text:"Texto",Top:"Cima",Middle:"Meio",Bottom:"Baixo","Insert column before":"Inserir coluna antes","Insert column after":"Inserir coluna depois","Insert row above":"Inserir linha acima","Insert row below":"Inserir linha abaixo","Delete table":"Excluir tabela","Delete row":"Excluir linha","Delete column":"Excluir coluna","Empty cell":"Limpar c\xe9lula",Delete:"Excluir","Strike through":"Tachado",Underline:"Sublinhar",Break:"Pausa","Search for":"Procurar por","Replace with":"Substituir com",Replace:"Substituir",Edit:"Editar","Vertical align":"Alinhamento vertical","Horizontal align":"Alinhamento horizontal",Filter:"filtrar","Sort by changed":"Ordenar por modifica\xe7\xe3o","Sort by name":"Ordenar por nome","Sort by size":"Ordenar por tamanho","Add folder":"Adicionar pasta",Split:"Dividir","Split vertical":"Dividir vertical","Split horizontal":"Dividir horizontal",Merge:"Mesclar","Add column":"Adicionar coluna","Add row":"Adicionar linha",Border:"Borda","Embed code":"Incluir c\xf3digo",Update:"Atualizar",superscript:"sobrescrito",subscript:"subscrito","Cut selection":"Cortar sele\xe7\xe3o",Paste:"Colar","Choose Content to Paste":"Escolher conte\xfado para colar","Chars: %d":"Caracteres: %d","Words: %d":"Palavras: %d",All:"Tudo","Select %s":"Selecionar: %s","Select all":"Selecionar tudo",source:"HTML",bold:"negrito",italic:"it\xe1lico",brush:"pincel",link:"link",undo:"desfazer",redo:"refazer",table:"tabela",image:"imagem",eraser:"apagar",paragraph:"par\xe1grafo",fontsize:"tamanho da letra",video:"v\xeddeo",font:"fonte",about:"Sobre de",print:"Imprimir",underline:"sublinhar",strikethrough:"tachado",indent:"recuar",outdent:"diminuir recuo",fullsize:"Tamanho completo",shrink:"diminuir",hr:"linha horizontal",ul:"lista n\xe3o ordenada",ol:"lista ordenada",cut:"Cortar",selectall:"Selecionar tudo","Open link":"Abrir link","Edit link":"Editar link","No follow":"N\xe3o siga",Unlink:"Remover link",Eye:"Visualizar",pencil:"Editar"," URL":"URL",Reset:"Resetar",Save:"Salvar","Save as ...":"Salvar como...",Resize:"Redimensionar",Crop:"Recortar",Width:"Largura",Height:"Altura","Keep Aspect Ratio":"Manter a propor\xe7\xe3o",Yes:"Sim",No:"N\xe3o",Remove:"Remover",Select:"Selecionar","You can only edit your own images. Download this image on the host?":"Voc\xea s\xf3 pode editar suas pr\xf3prias imagens. Baixar essa imagem pro servidor?","The image has been successfully uploaded to the host!":"A imagem foi enviada com sucesso para o servidor!",palette:"Palette","There are no files":"N\xe3o h\xe1 arquivos nesse diret\xf3rio.",Rename:"H\xfangara","Enter new name":"Digite um novo nome",preview:"preview",download:"Baixar","Paste from clipboard":"Colar da \xe1rea de transfer\xeancia","Your browser doesn't support direct access to the clipboard.":"O seu navegador n\xe3o oferece suporte a acesso direto para a \xe1rea de transfer\xeancia.","Copy selection":"Selec\xe7\xe3o de c\xf3pia",copy:"c\xf3pia","Border radius":"Border radius","Show all":"Mostrar todos os",Apply:"Aplicar","Please fill out this field":"Por favor, preencha este campo","Please enter a web address":"Por favor introduza um endere\xe7o web",Default:"Padr\xe3o",Circle:"C\xedrculo",Dot:"Ponto",Quadrate:"Quadro","Lower Alpha":"Letra Min\xfascula","Lower Greek":"Grego Min\xfascula","Lower Roman":"Romano Min\xfascula","Upper Alpha":"Letra Mai\xfascula","Upper Roman":"Romano Mai\xfascula",Find:"Encontrar","Find Previous":"Encontrar Anteriores","Find Next":"Localizar Pr\xf3xima","Insert className":"Insira o nome da classe","Press Alt for custom resizing":"Pressione Alt para redimensionamento personalizado","License: %s":"Licen\xe7a: %s"}},19306:function(t,i,n){"use strict";n.d(i,{isJoditObject:function(){return o}});var r=n(23282);function o(t){return!!(t&&t instanceof Object&&(0,r.isFunction)(t.constructor)&&("u">typeof Jodit&&t instanceof Jodit||t.isJodit))}},19308:function(t,i,n){"use strict";n.r(i),n.d(i,{en:function(){return r},es:function(){return o}});var r=n(47193),o=n(7886)},19374:function(t,i,n){"use strict";var r=n(82749),o=n(31635);n(64839);var s=n(82758),a=n(65478),l=n(2748),u=n(43555),c=n(50911),d=n(59242),h=n(2692);class p extends c.Plugin{afterInit(t){t.registerCommand("todoList",this.onCommand)}onCommand(){try{this.__isOwnCommand=!0,this.jodit.s.commitStyle({element:"ul",attributes:{class:this.j.o.todoList.className},hooks:{afterWrapList:this.__afterWrapList,afterToggleAttribute:this.__afterWrapList}})}finally{this.__isOwnCommand=!1}return!1}__prependInputLabel(t){let{jodit:i}=this,{labelClassName:n,inputFactory:r}=this.j.o.todoList;if(t.querySelector("label."+n))return;let o=i.createInside.element("label",{contenteditable:"false",class:n}),s=r(i);o.appendChild(s),l.Dom.prepend(t,o)}__afterToggleList(t,i){return(t===d.CHANGE||t===d.REPLACE)&&this.__isOwnCommand?this.__appendInputs(i):t===d.UNWRAP||t===d.REPLACE||t===d.CHANGE?this.__removeInputs(i):void 0}__appendInputs(t){t.querySelectorAll("li").forEach(this.__prependInputLabel)}__removeInputs(t){let{labelClassName:i}=this.j.o.todoList;t.querySelectorAll("label."+i).forEach(l.Dom.safeRemove)}__beforeToggleOrderedList(t,i,n){var r;let o="__beforeToggleOrderedList";if(t!==d.REPLACE&&(i.classList.contains(this.j.o.todoList.className)||n.isApplied(i,o))&&("ul"===n.element||"ol"===n.element)&&(null==(r=n.options.attributes)?void 0:r.class)!==this.j.o.todoList.className){let t=l.Dom.replace(i,n.element,this.jodit.createInside);return n.setApplied(t,o),this.__removeInputs(t),t}}__afterEnter(){(0,u.$$)("ul."+this.j.o.todoList.className+" li",this.jodit.editor).forEach(this.__prependInputLabel)}__afterTab(){(0,u.$$)("ul:not(."+this.j.o.todoList.className+") > li > label",this.jodit.editor).filter(this.isTodoLeafLabel).forEach(l.Dom.safeRemove)}__changeSelection(t){let i=this.j.s.current();this.isTodoLeafLabel(i)&&(t.preventDefault(),t.stopPropagation(),this.j.s.setCursorAfter(i))}__isEmptyListLeaf(t){return l.Dom.isEmpty(t,t=>!("input"===t.nodeName.toLowerCase()&&this.isTodoLeafLabel(t.parentElement))&&s.NO_EMPTY_TAGS.has(t.tagName.toLowerCase()))}__backSpaceBeforeCases(t,i){if(t){let t=l.Dom.findNotEmptySibling(i,!0);this.isTodoLeafLabel(t)&&l.Dom.safeRemove(t)}}__isInvisibleForCursor(t){if(this.isTodoLeafLabel(t))return!0}__backSpaceAfterDelete(){let{labelClassName:t}=this.j.o.todoList;(0,u.$$)("label."+t,this.jodit.editor).forEach(t=>{t.closest("ul."+this.j.o.todoList.className)?t.previousSibling&&t.parentElement&&l.Dom.prepend(t.parentElement,t):l.Dom.safeRemove(t)})}__afterWrapList(t,i){t===d.WRAP&&this.__appendInputs(i)}__onClickInput(t){let i=t.target;i&&l.Dom.isTag(i,"input")&&"checkbox"===i.type&&this.isTodoLeafLabel(i.parentElement)&&(0,u.attr)(i,"checked",i.checked?"checked":null)}isTodoLeafLabel(t){let{labelClassName:i}=this.j.o.todoList;return l.Dom.isHTMLElement(t)&&t.classList.contains(i)}beforeDestruct(t){}constructor(...t){super(...t),(0,r._)(this,"buttons",[{name:"todoList",group:"list"}]),(0,r._)(this,"__isOwnCommand",!1)}}(0,r._)(p,"requires",["license"]),(0,o.__decorate)([a.autobind],p.prototype,"onCommand",null),(0,o.__decorate)([a.autobind],p.prototype,"__prependInputLabel",null),(0,o.__decorate)([(0,a.watch)(":commitStyleAfterToggleList")],p.prototype,"__afterToggleList",null),(0,o.__decorate)([(0,a.watch)(":commitStyleBeforeUnwrapList")],p.prototype,"__beforeToggleOrderedList",null),(0,o.__decorate)([(0,a.watch)(":afterEnter")],p.prototype,"__afterEnter",null),(0,o.__decorate)([(0,a.watch)(":afterTab")],p.prototype,"__afterTab",null),(0,o.__decorate)([(0,a.watch)("j.ed:selectionchange"),(0,a.watch)(":afterEnter")],p.prototype,"__changeSelection",null),(0,o.__decorate)([(0,a.watch)(":enterIsEmptyListLeaf")],p.prototype,"__isEmptyListLeaf",null),(0,o.__decorate)([(0,a.watch)(":backSpaceBeforeCases")],p.prototype,"__backSpaceBeforeCases",null),(0,o.__decorate)([(0,a.watch)(":backSpaceIsMovedIgnore"),(0,a.watch)(":isInvisibleForCursor")],p.prototype,"__isInvisibleForCursor",null),(0,o.__decorate)([(0,a.watch)(":backSpaceAfterDelete")],p.prototype,"__backSpaceAfterDelete",null),(0,o.__decorate)([a.autobind],p.prototype,"__afterWrapList",null),(0,o.__decorate)([(0,a.watch)(":click")],p.prototype,"__onClickInput",null),(0,o.__decorate)([a.autobind],p.prototype,"isTodoLeafLabel",null),h.JoditPro.plugins.add("todo-list",p)},19606:function(t,i,n){"use strict";n.d(i,{transformWordToHtml:function(){return a}});var r=n(49055),o=n(64693),s=n(97420);function a(t,i,n,a){let l={jodit:t,rtf:a};return i.forEach(function t(i){if(i){for(let t of o.cases)if(null==(i=t(i,l)))break;null==i||i.forEach(t)}}),n&&i.forEach(t=>{t.style.clear()},!0),(0,r.trim)((0,s.innerHTML)(i,t=>!t.isComment,!0,t.o.pasteFromWord.allowedStyleProps))}},20071:function(t,i,n){"use strict";var r=n(82758),o=n(580),s=n(43555);n(757),o.pluginSystem.add("media",function(t){let i="jodit_fake_wrapper",{mediaFakeTag:n,mediaBlocks:o,mediaInFakeBlock:a}=t.options;a&&t.e.on("afterGetValueFromEditor",t=>{let r=RegExp(`<${n}[^>]+data-${i}[^>]+>([^]+?)</${n}>`,"ig");r.test(t.value)&&(t.value=t.value.replace(r,"$1"))}).on("change afterInit afterSetMode changePlace",t.async.debounce(()=>{t.isDestructed||t.getMode()===r.MODE_SOURCE||(0,s.$$)(o.join(","),t.editor).forEach(r=>{if(!(0,s.dataBind)(r,i)){(0,s.dataBind)(r,i,!0);var o=r;if(o.parentNode&&(0,s.attr)(o.parentNode,"data-jodit_iframe_wrapper"))o=o.parentNode;else{let r=t.createInside.element(n,{"data-jodit-temp":1,contenteditable:!1,draggable:!0,[`data-${i}`]:1});(0,s.attr)(r,"style",(0,s.attr)(o,"style")),r.style.display="inline-block"===o.style.display?"inline-block":"block",r.style.width=o.offsetWidth+"px",r.style.height=o.offsetHeight+"px",o.parentNode&&o.parentNode.insertBefore(r,o),r.appendChild(o),o=r}t.e.off(o,"mousedown.select touchstart.select").on(o,"mousedown.select touchstart.select",()=>{t.s.setCursorAfter(o)})}})},t.defaultTimeout))})},20104:function(t,i,n){"use strict";var r=n(74922),o=n.n(r),s=n(34575),a=n.n(s),l=n(6441),u=n(12153);l.Config.prototype.translate={hotkeys:{translateSelection:["ctrl+shift+o","cmd+shift+o"],translateOptions:["ctrl+shift+p","cmd+shift+p"]},provider:"google",googleProviderOptions:{url:"https://translation.googleapis.com/language/translate/v2",key:""},defaultSourceLang:"",defaultTargetLang:"de"},l.Config.prototype.controls.translate={translate:{tooltip:"Translate selected text",icon:"translate",command:"translate",exec(t){t.execCommand("translate")},list:["Options"],childExec(t,i,{control:n}){t.execCommand("translate"+n.name)},mods:{stroke:!1}}},u.Icon.set("translate",a()).set("translate-swap",o())},20199:function(t,i,n){"use strict";n.d(i,{toggleOrderedList:function(){return c}});var r=n(2748),o=n(38837),s=n(32526),a=n(44253),l=n(77361),u=n(82515);function c(t,i,n,r){if(!i)return r;let o=i.parentElement;if(!o)return r;let s=n.e.fire(`${l._PREFIX}BeforeToggleList`,r,t,o);if(void 0!==s)return s;let c=n.e.fire.bind(n.e,`${l._PREFIX}AfterToggleList`);if(r!==l.UNWRAP){let s=(0,a.toggleAttributes)(t,i.parentElement,n,l.INITIAL,!0)===l.CHANGE;if(r===l.REPLACE||s||o.tagName.toLowerCase()!==t.element){let r=d(l.REPLACE,o,i,n,t),s=(0,u.wrapList)(t,r,n);return c(l.REPLACE,s,t),l.REPLACE}}let h=d(l.UNWRAP,o,i,n,t);return c(l.UNWRAP,h,t),l.UNWRAP}function d(t,i,n,a,u){let c=a.e.fire(`${l._PREFIX}BeforeUnwrapList`,t,i,u);return c?((0,o.assert)(r.Dom.isHTMLElement(c),`${l._PREFIX}BeforeUnwrapList hook must return HTMLElement`),c):((0,s.extractSelectedPart)(i,n,a),(0,o.assert)(r.Dom.isHTMLElement(n.parentElement),"Element should be inside the list"),r.Dom.unwrap(n.parentElement),r.Dom.replace(n,"br"!==a.o.enter.toLowerCase()?a.o.enter:a.createInside.fragment(),a.createInside))}},20201:function(t,i,n){"use strict";n.d(i,{loadTree:function(){return a}});var r=n(22732),o=n(30465);function s(t,i,n,r,o,s,a){try{var l=t[s](a),u=l.value}catch(t){n(t);return}l.done?i(u):Promise.resolve(u).then(r,o)}function a(t){var i;return(i=function*(){t.tree.setMod("active",!0),r.Dom.detach(t.tree.container);let i=(0,o.loadItems)(t);return t.o.showFoldersPanel?(t.tree.setMod("loading",!0),Promise.all([t.dataProvider.tree(t.state.currentPath,t.state.currentSource).then(i=>{t.state.sources=i}).catch(t.status).finally(()=>t.tree.setMod("loading",!1)),i])):(t.tree.setMod("active",!1),i)},function(){var t=this,n=arguments;return new Promise(function(r,o){var a=i.apply(t,n);function l(t){s(a,r,o,l,u,"next",t)}function u(t){s(a,r,o,l,u,"throw",t)}l(void 0)})})()}},20218:function(t,i,n){"use strict";n.d(i,{Create:function(){return l}});var r=n(82758),o=n(2748),s=n(21537),a=n(38837);class l{get doc(){return(0,s.isFunction)(this.document)?this.document():this.document}element(t,i,n){let r=this.doc.createElement(t.toLowerCase());return this.applyCreateAttributes(r),i&&((0,s.isPlainObject)(i)?(0,s.attr)(r,i):n=i),n&&(0,s.asArray)(n).forEach(t=>r.appendChild((0,s.isString)(t)?this.fromHTML(t):t)),r}div(t,i,n){let r=this.element("div",i,n);return t&&(r.className=t),r}sandbox(){var t;let i=this.element("iframe",{sandbox:"allow-same-origin"});this.doc.body.appendChild(i);let n=null==(t=i.contentWindow)?void 0:t.document;if((0,a.assert)(n,"iframe.contentWindow.document"),!n)throw Error("Iframe error");return n.open(),n.write("<!DOCTYPE html><html><head></head><body></body></html>"),n.close(),[n.body,i]}span(t,i,n){let r=this.element("span",i,n);return t&&(r.className=t),r}a(t,i,n){let r=this.element("a",i,n);return t&&(r.className=t),r}text(t){return this.doc.createTextNode(t)}fake(){return this.text(r.INVISIBLE_SPACE)}fragment(){return this.doc.createDocumentFragment()}fromHTML(t,i){let n=this.div();n.innerHTML=t.toString();let r=n.firstChild===n.lastChild&&n.firstChild?n.firstChild:n;if(o.Dom.safeRemove(r),i){let t=(0,s.refs)(r);Object.keys(i).forEach(n=>{let r=t[n];r&&!1===i[n]&&o.Dom.hide(r)})}return r}applyCreateAttributes(t){if(this.createAttributes){let i=this.createAttributes;if(i&&i[t.tagName.toLowerCase()]){let n=i[t.tagName.toLowerCase()];(0,s.isFunction)(n)?n(t):(0,s.isPlainObject)(n)&&(0,s.attr)(t,n)}}}constructor(t,i){this.document=t,this.createAttributes=i}}},20356:function(t,i,n){"use strict";n.d(i,{Plugin:function(){return l}});var r=n(91907),o=n(65478),s=n(19306),a=function(t,i,n,r){var o,s=arguments.length,a=s<3?i:null===r?r=Object.getOwnPropertyDescriptor(i,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,r);else for(var l=t.length-1;l>=0;l--)(o=t[l])&&(a=(s<3?o(a):s>3?o(i,n,a):o(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a};class l extends r.ViewComponent{className(){return"Plugin"}__afterPluginSystemInit(){let{j:t,buttons:i}=this;i&&(0,s.isJoditObject)(t)&&i.forEach(i=>{t.registerButton(i)})}__afterInit(){this.__inited=!0,this.setStatus(r.STATUSES.ready),this.afterInit(this.jodit)}init(t){this.jodit.isReady&&(this.afterInit(this.jodit),this.__afterPluginSystemInit(),this.jodit.e.fire("rebuildToolbar"))}__beforeDestruct(){var t;if(this.isInDestruct)return;let{j:i}=this;if(i.e.off("afterPluginSystemInit",this.__afterPluginSystemInit).off("afterInit",this.__afterInit).off("beforeDestruct",this.destruct),this.setStatus(r.STATUSES.beforeDestruct),!this.__inited)return super.destruct();(0,s.isJoditObject)(i)&&(null==(t=this.buttons)||t.forEach(t=>{null==i||i.unregisterButton(t)})),this.beforeDestruct(this.j),super.destruct()}constructor(t){super(t),this.buttons=[],this.hasStyle=!1,this.__inited=!1,t.e.on("afterPluginSystemInit",this.__afterPluginSystemInit).on("afterInit",this.__afterInit).on("beforeDestruct",this.__beforeDestruct)}}l.requires=[],a([o.autobind],l.prototype,"__afterPluginSystemInit",null),a([o.autobind],l.prototype,"__afterInit",null),a([o.autobind],l.prototype,"__beforeDestruct",null)},20362:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1639 1056q0 5-1 7-64 268-268 434.5t-478 166.5q-146 0-282.5-55t-243.5-157l-129 129q-19 19-45 19t-45-19-19-45v-448q0-26 19-45t45-19h448q26 0 45 19t19 45-19 45l-137 137q71 66 161 102t187 36q134 0 250-65t186-179q11-17 53-117 8-23 30-23h192q13 0 22.5 9.5t9.5 22.5zm25-800v448q0 26-19 45t-45 19h-448q-26 0-45-19t-19-45 19-45l138-138q-148-137-349-137-134 0-250 65t-186 179q-11 17-53 117-8 23-30 23h-199q-13 0-22.5-9.5t-9.5-22.5v-7q65-268 270-434.5t480-166.5q146 0 284 55.5t245 156.5l130-129q19-19 45-19t45 19 19 45z"/> </svg> '},20741:function(t,i,n){"use strict";n.r(i),i.default={symbols:"رمز"}},20823:function(t,i,n){"use strict";n.d(i,{cleanStyles:function(){return o}});let r={"text-justify":["inter-ideograph"]};function o(t){return t.isElement&&t.attributes.style&&Object.keys(r).forEach(i=>{let n=r[i];if(t.style.has(i)){var o;n.includes(null==(o=t.style.get(i))?void 0:o.toString())&&t.style.set(i,null)}}),t}},20882:function(t,i,n){"use strict";n.d(i,{align:function(){return l}});var r=n(22732),o=n(70799),s=n(25726),a=n(41180);let l={name:"left",childTemplate:(t,i,n)=>n,list:["Left","Right","Center","Normal"],exec:(t,i,{control:n})=>{if(!r.Dom.isTag(i,new Set(["img","jodit","jodit-media"])))return;let a=n.args&&(0,o.isString)(n.args[0])?n.args[0].toLowerCase():"";if(!a)return!1;(0,s.hAlignElement)(i,a),r.Dom.isTag(i,new Set(["jodit","jodit-media"]))&&i.firstElementChild&&(0,s.hAlignElement)(i.firstElementChild,a),t.synchronizeValues(),t.e.fire("recalcPositionPopup")},tooltip:"Horizontal align"};i.default=[{name:"delete",icon:"bin",tooltip:"Delete",exec:(t,i)=>{i&&t.s.removeNode(i)}},{name:"pencil",exec(t,i){"img"===i.tagName.toLowerCase()&&t.e.fire("openImageProperties",i)},tooltip:"Edit"},{name:"valign",list:["Top","Middle","Bottom","Normal"],tooltip:"Vertical align",exec:(t,i,{control:n})=>{if(!r.Dom.isTag(i,"img"))return;let s=n.args&&(0,o.isString)(n.args[0])?n.args[0].toLowerCase():"";if(!s)return!1;(0,a.css)(i,"vertical-align","normal"===s?"":s),t.e.fire("recalcPositionPopup")}},l]},21020:function(t,i,n){"use strict";n.d(i,{PermissionManager:function(){return a}});var r=n(82749),o=n(56075),s=n(11886);class a{requiresPermission(t){let{autoApproveTools:i,alwaysDenyTools:n}=this.jodit.o.aiAssistantPro;if(n.includes(t))return!0;if(i.includes(t))return!1;let r=this.toolRegistry.getTool(t);return!r||r.requiresPermission}isAutoDenied(t){let{alwaysDenyTools:i}=this.jodit.o.aiAssistantPro;return i.includes(t)}isAutoApproved(t){let{autoApproveTools:i}=this.jodit.o.aiAssistantPro;return i.includes(t)}checkPermission(t,i){if(this.isAutoApproved(t))return{toolName:t,granted:!0,grantedAt:Date.now(),scope:"once"};if(this.isAutoDenied(t))return null;let n=this.permanentPermissions.get(t);return n&&n.granted?n:i.find(i=>i.toolName===t&&i.granted)||null}grantPermission(t,i){let n={toolName:t,granted:!0,grantedAt:Date.now(),scope:i};return"forever"===i&&(this.permanentPermissions.set(t,n),this.savePermanentPermissions()),n}denyPermission(t){return{toolName:t,granted:!1,grantedAt:Date.now(),scope:"once"}}filterToolCalls(t,i){let n=[],r=[],a=[];for(let l of t){if(this.isAutoDenied(l.name)){a.push((0,s._)((0,o._)({},l),{status:"denied"}));continue}if(this.isAutoApproved(l.name)){n.push((0,s._)((0,o._)({},l),{status:"approved"}));continue}let t=this.checkPermission(l.name,i);t&&t.granted?n.push((0,s._)((0,o._)({},l),{status:"approved"})):this.requiresPermission(l.name)?(this.jodit.e.fire("permissionRequested.ai-assistant-pro",l.name),r.push((0,s._)((0,o._)({},l),{status:"pending"}))):n.push((0,s._)((0,o._)({},l),{status:"approved"}))}return{approved:n,needsPermission:r,denied:a}}clearConversationPermissions(t){}loadPermanentPermissions(){try{let t=localStorage.getItem(this.PERMANENT_PERMISSIONS_KEY);t&&JSON.parse(t).forEach(t=>{"forever"===t.scope&&t.granted&&this.permanentPermissions.set(t.toolName,t)})}catch(t){}}savePermanentPermissions(){try{let t=Array.from(this.permanentPermissions.values());localStorage.setItem(this.PERMANENT_PERMISSIONS_KEY,JSON.stringify(t))}catch(t){}}clearPermanentPermissions(){this.permanentPermissions.clear(),localStorage.removeItem(this.PERMANENT_PERMISSIONS_KEY)}getPermanentPermissions(){return Array.from(this.permanentPermissions.values())}revokePermanentPermission(t){this.permanentPermissions.delete(t),this.savePermanentPermissions()}destruct(){this.permanentPermissions.clear()}constructor(t,i){(0,r._)(this,"jodit",void 0),(0,r._)(this,"toolRegistry",void 0),(0,r._)(this,"permanentPermissions",void 0),(0,r._)(this,"PERMANENT_PERMISSIONS_KEY",void 0),this.jodit=t,this.toolRegistry=i,this.permanentPermissions=new Map,this.PERMANENT_PERMISSIONS_KEY="jodit-permissions.ai-assistant-pro",this.loadPermanentPermissions()}}},21064:function(t,i,n){"use strict";n.d(i,{WebStorageConversationStorage:function(){return l},createStorageProvider:function(){return u},generateConversationId:function(){return c},generateMessageId:function(){return d}});var r=n(77688),o=n(82749),s=n(56075),a=n(97333);class l{close(){return this.storage.close()}getConversationKey(t){return`conv:${t}`}getAllKeys(){return(0,r._)(function*(){let t=yield this.storage.get("__conversation_index__");return t&&Array.isArray(t)?t:[]}).call(this)}updateIndex(t){return(0,r._)(function*(){yield this.storage.set("__conversation_index__",t)}).call(this)}addToIndex(t){return(0,r._)(function*(){let i=yield this.getAllKeys();i.includes(t)||(i.push(t),yield this.updateIndex(i))}).call(this)}removeFromIndex(t){return(0,r._)(function*(){let i=(yield this.getAllKeys()).filter(i=>i!==t);yield this.updateIndex(i)}).call(this)}list(t){return(0,r._)(function*(){try{let r=yield this.getAllKeys(),o=[],s=null==t?void 0:t.toLowerCase().trim();for(let t of r){var i,n;let r=yield this.get(t);if(r){if(s){let t=null==(n=r.title)?void 0:n.toLowerCase().includes(s),i=!t&&r.messages.some(t=>t.content.toLowerCase().includes(s));if(!t&&!i)continue}o.push({id:r.id,title:null!=(i=r.title)?i:"",created:r.created,updated:r.updated,messageCount:r.messages.length})}}return o.sort((t,i)=>i.updated-t.updated),o}catch(t){return[]}}).call(this)}get(t){return(0,r._)(function*(){try{let i=this.getConversationKey(t);return(yield this.storage.get(i))||null}catch(t){return null}}).call(this)}save(t){return(0,r._)(function*(){try{if(0===t.messages.length)throw Error("Conversation must have at least one message.");let i=yield this.getAllKeys();i.length>=this.maxConversations&&!i.includes(t.id)&&(yield this.evictOldest());let n=this.getConversationKey(t.id);yield this.storage.set(n,t),yield this.addToIndex(t.id)}catch(i){if((null==i?void 0:i.name)==="QuotaExceededError"||(null==i?void 0:i.code)===22||(null==i?void 0:i.code)===1014){yield this.evictOldest();try{let i=this.getConversationKey(t.id);yield this.storage.set(i,t),yield this.addToIndex(t.id)}catch(t){throw Error("Storage quota exceeded. Please delete some conversations.")}}else throw Error(`Failed to save conversation: ${(null==i?void 0:i.message)||"Unknown error"}`)}}).call(this)}delete(t){return(0,r._)(function*(){try{let i=this.getConversationKey(t);yield this.storage.delete(i),yield this.removeFromIndex(t)}catch(t){}}).call(this)}clear(){return(0,r._)(function*(){try{for(let t of yield this.getAllKeys()){let i=this.getConversationKey(t);yield this.storage.delete(i)}yield this.updateIndex([])}catch(t){}}).call(this)}evictOldest(){return(0,r._)(function*(){try{let t=yield this.list();if(0===t.length)return;t.sort((t,i)=>t.updated-i.updated);let i=t[0];yield this.delete(i.id)}catch(t){}}).call(this)}getGlobalSettings(){return(0,r._)(function*(){try{return(yield this.storage.get("global-settings"))||null}catch(t){return null}}).call(this)}saveGlobalSettings(t){return(0,r._)(function*(){try{let i=yield this.getGlobalSettings(),n=(0,s._)({},i,t);yield this.storage.set("global-settings",n)}catch(t){throw Error("Failed to save global settings")}}).call(this)}constructor(t,i){(0,o._)(this,"storage",void 0),(0,o._)(this,"maxConversations",void 0),this.storage=t,this.maxConversations=i}}function u(t,i){return a.AsyncStorage.makeStorage(t,i)}function c(){return`conv_${Date.now()}_${Math.random().toString(36).substring(2,11)}`}function d(){return`msg_${Date.now()}_${Math.random().toString(36).substring(2,11)}`}},21130:function(t,i,n){"use strict";n.d(i,{UIBrowserItem:function(){return h}});var r=n(82749),o=n(31635),s=n(65478),a=n(21537),l=n(38837),u=n(67510),c=n(41409),d=n(159);class h extends u.UIElement{className(){return"UIBrowserItem"}render(){return`<div tabindex='-1'>
50
+ </a>`),!0)})})},18549:function(t,i,n){"use strict";n.d(i,{UIFlightPosition:function(){return s}});var r=n(2748);let o=new WeakMap;class s{static install(t,i,n={}){this.remove(t);let{panelHeight:r=250,containerClassName:s,toolbarSelector:a=".jodit-toolbar__box",gap:l=16}=n,u=t.j.c.div("jodit-flight-position");s&&u.classList.add(s),u.style.setProperty("--flight-panel-height",`${r}px`),u.appendChild(t.container),document.body.appendChild(u);let c={toolbarSelector:a,gap:l},d=()=>{this.updatePosition(u,i,c)},h=new ResizeObserver(d);h.observe(i),window.addEventListener("scroll",d,{passive:!0}),window.addEventListener("resize",d,{passive:!0}),o.set(t,{container:u,anchor:i,onScroll:d,resizeObserver:h,options:c}),this.updatePosition(u,i,c)}static updatePosition(t,i,n){let{toolbarSelector:r,gap:o}=n,s=i.getBoundingClientRect(),a=window.innerHeight,l=t.offsetHeight||250;t.style.left=`${s.left}px`,t.style.width=`${s.width}px`;let u=i.querySelector(r),c=u?u.getBoundingClientRect().bottom:s.top,d=s.bottom-c,h=s.bottom<=a;l<=d?h?(t.style.top="auto",t.style.bottom=`${a-s.bottom+o}px`):(t.style.top="auto",t.style.bottom=`${o}px`):(t.style.bottom="auto",t.style.top=`${c}px`)}static remove(t){let i=o.get(t);if(i){if(window.removeEventListener("scroll",i.onScroll),window.removeEventListener("resize",i.onScroll),i.resizeObserver.disconnect(),t.container.parentNode===i.container){var n;null==(n=i.container.parentNode)||n.insertBefore(t.container,i.container)}r.Dom.safeRemove(i.container),o.delete(t)}}static isInstalled(t){return o.has(t)}static setPanelHeight(t,i){let n=o.get(t);n&&n.container.style.setProperty("--flight-panel-height",`${i}px`)}static refresh(t){let i=o.get(t);i&&this.updatePosition(i.container,i.anchor,i.options)}}},18594:function(t,i,n){"use strict";n.d(i,{isLeaf:function(){return a},isList:function(){return s},isPseudoLeaf:function(){return l},isSameType:function(){return u}});var r=n(99658),o=n(10058);function s(t){return!!(t&&("ol"===t.name||"ul"===t.name))}function a(t){return!!(t&&"li"===t.name)}function l(t){return"li"!==t.name&&/mso-list:\s*l\d+ level\d+ lfo\d+/i.test(t.attributes.style)||/msolistparagraph/i.test(t.attributes.class)&&!!t.find(t=>t.isComment&&(0,r.html)(t).includes("supportLists")).length}function u(t,i){let n=t.attributes[o.TYPE_KEY],r=t.attributes[o.STYLE_KEY];return i.name===n&&i.attributes[o.STYLE_KEY]===r&&t.attributes[o.LEVEL_KEY]===i.attributes[o.LEVEL_KEY]}},18616:function(t,i,n){"use strict";n.d(i,{processLinks:function(){return r}});let r=(t,i)=>{var n;let r=null!=(n=i.links)?n:{};if(t.attributes.href&&t.attributes.href.match(/#.+$/)&&(r[t.attributes.href.match(/#(.+)$/)[1]]=t),t.attributes.name&&r[t.attributes.name]){let i=r[t.attributes.name];i.attributes.href=i.attributes.href.replace(/.*#(.*)$/,"#$1")}return i.links=r,t}},18993:function(t){t.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" stroke="currentColor" stroke-width="1.5"> <rect x="2" y="2" width="20" height="9" rx="1.5" fill="none"/> <rect x="2" y="14" width="9" height="8" rx="1.5" fill="none"/> <rect x="13" y="14" width="9" height="8" rx="1.5" fill="currentColor"/> </svg>'},19007:function(t,i){"use strict";i.default={"Type something":"Напишіть щось","About Jodit":"Про Jodit","Jodit Editor":"Редактор Jodit","Jodit User's Guide":"Jodit інструкція користувача","contains detailed help for using":"містить детальну інформацію щодо користування","For information about the license, please go to our website:":"Щоб дізнатись більше про ліцензію , будь ласка, перейдіть на наш сайт:","Buy full version":"Купити повну версію","Copyright \xa9 XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Авторські права \xa9 XDSoft.net - Чупурнов Валерій. Всі права захищені.",Anchor:"Анкор","Open in new tab":"Відкрити у новій вкладці","Open in fullsize":"Відкрити редактор в повному розмірі","Clear Formatting":"Очистити форматування","Fill color or set the text color":"Колір заливки або колір текста",Redo:"Повторити",Undo:"Відмінити",Bold:"Жирний",Italic:"Курсів","Insert Unordered List":"Вставити невпорядкований список","Insert Ordered List":"Вставити нумерованний список","Align Center":"Вирівняти по центру","Align Justify":"Вирівняти по ширині","Align Left":"Вирівняти по лівому краю","Align Right":"Вирівняти по правому краю","Insert Horizontal Line":"Вставити горизонтальну лінію","Insert Image":"Вставити зображення","Insert file":"Вставити файл","Insert youtube/vimeo video":"Вставити відео","Insert link":"Вставити посилання","Font size":"Розмір шрифту","Font family":"Шрифт","Insert format block":"Вставити блочний елемент",Normal:"Нормальний текст","Heading 1":"Заголовок 1","Heading 2":"Заголовок 2","Heading 3":"Заголовок 3","Heading 4":"Заголовок 4",Quote:"Цитата",Code:"Код",Insert:"Вставити","Insert table":"Вставити таблицю","Decrease Indent":"Збільшити відступ","Increase Indent":"Зменшити відступ","Select Special Character":"Оберіть спеціальный символ","Insert Special Character":"Вставити спеціальный символ","Paint format":"Формат краски","Change mode":"Джерело",Margins:"Відступи",top:"зверху",right:"справа",bottom:"знизу",left:"зліва",Styles:"Стилі",Classes:"Класи",Align:"Вирівнювання",Right:"По правому краю",Center:"По центру",Left:"По лівому краю","--Not Set--":"--не встановлено--",Src:"src",Title:"Заголовок",Alternative:"Альтернативний текст (alt)",Link:"Посилання","Open link in new tab":"Відкрити посилання в новій вкладці",file:"Файл",Advanced:"Розширені","Image properties":"Властивості зображення",Cancel:"Відміна",Ok:"Ок","Your code is similar to HTML. Keep as HTML?":"Текст, який Ви намагаєтесь вставити схожий на HTML. Вставити його як HTML?","Paste as HTML":"Вставити його як HTML",Keep:"Зберегти оригінал",Clean:"Почистити","Insert as Text":"Вставити як текст","Insert only Text":"Вставити тільки текст","Word Paste Detected":"Можливо це фрагмент Word або Excel","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"Ви вставляєте контент з документа Microsoft Word або Excel. Бажаєте зберегти форматування?","File Browser":"Браузер файлів","Error on load list":"Помилка при завантаженні списку зображень","Error on load folders":"Помилка при завантаженні списку папок","Are you sure?":"Ви впевнені?","Enter Directory name":"Введіть назву папки","Create directory":"Створити папку","type name":"введіть назву","Drop image":"Перетягніть зображення сюди","Drop file":"Перетягніть файл сюди","or click":"або клікніть","Alternative text":"Альтернативный текст",Browse:"Сервер",Upload:"Завантаження",Background:"Фон",Text:"Текст",Top:" Вгору",Middle:"По центру",Bottom:"Донизу","Insert column before":"Вставити стовпець до","Insert column after":"Вставити стовпець після","Insert row above":"Вставити рядок вище","Insert row below":"Вставити рядок нижче","Delete table":"Видалити таблицю","Delete row":"Видалити рядок","Delete column":"Видалити стовпчик","Empty cell":"Очистити кліинку",source:"HTML",bold:"жирний",italic:"курсів",brush:"заливка",link:"посилання",undo:"відмінити",redo:"повторити",table:"таблиця",image:"зображення",eraser:"видалення",paragraph:"параграф",fontsize:"розмір шрифту",video:"відео",font:"шрифт",about:"про редактор",print:"друк",underline:"підкреслений",strikethrough:"закреслений",indent:"відступ",outdent:"заступ",fullsize:"на весь екран",shrink:"звичайний розмір",hr:"лінія",ul:"Список",ol:"Нумерований список",cut:"Вирізати",selectall:"Виділити все","Embed code":"Код","Open link":"Відкрити посилання","Edit link":"Редагувати посилання","No follow":"Атрибут nofollow",Unlink:"Видалити посилання",Eye:"Перегляд",pencil:"Редагування",Update:"Оновити"," URL":"URL",Edit:"Редагувати","Horizontal align":"Горизонтальне вирівнювання",Filter:"Фільтр","Sort by changed":"Сортувати за зміною","Sort by name":"Сортувати за ім'ям","Sort by size":"Сортувати за розміром","Add folder":"Додати папку",Reset:"Відновити",Save:"Зберегти","Save as ...":"Зберегти як",Resize:"Змінити розмір",Crop:"Обрізати розмір",Width:"Ширина",Height:"Висота","Keep Aspect Ratio":"Зберегти пропорції",Yes:"Так",No:"Ні",Remove:"Видалити",Select:"Вибрати","Chars: %d":"Символів: %d","Words: %d":"Слів: %d",All:"Вибрати все","Select %s":"Вибрати: %s","Select all":"Вибрати все","Vertical align":"Вертикальне вирівнювання",Split:"Розділити","Split vertical":"Розділити по вертикалі","Split horizontal":"Розділити по горизонталі",Merge:"Об'єднати в одну","Add column":"Додати стовпчик","Add row":"Додати рядок",Delete:"Видалити",Border:"Рамка","License: %s":"Ліцензія: %s","Strike through":"Закреслений",Underline:"Підкреслений",superscript:"верхній індекс",subscript:"індекс","Cut selection":"Обрізати вибране",Break:"Межа","Search for":"Шукати","Replace with":"Замінити на",Replace:"Замінити",Paste:"Вставити","Choose Content to Paste":"Обрати контент для вставки","You can only edit your own images. Download this image on the host?":"Ви можете редагувати лише власні зображення. Завантажити зображення на ваш сервер?","The image has been successfully uploaded to the host!":"Зображення успішно завантажено на сервер!",palette:"палітра","There are no files":"Файли відсутні",Rename:"Змінити назву","Enter new name":"Введіть нове імя'",preview:"Попередній перегляд",download:"Завантажити","Paste from clipboard":"Вставити з буфера обміну","Your browser doesn't support direct access to the clipboard.":"Ваш браузер не підтримує доступ до буфера обміну.","Copy selection":"Копіювати виділене",copy:"копія","Border radius":"Радіус рамки","Show all":"Показати все",Apply:"Застосувати","Please fill out this field":"Будь ласка, заповніть це поле","Please enter a web address":"Будь ласка, введіть веб-адресу",Default:"За замовченням",Circle:"Коло",Dot:"Крапка",Quadrate:"Квадрат",Find:"Знайти","Find Previous":"Знайти попередні","Find Next":"Знайти наступні","Insert className":"Вставити клас","Press Alt for custom resizing":"Натисніть Alt для зміни розміру"}},19033:function(t,i,n){"use strict";n.r(i),i.default={"Line height":"行高"}},19057:function(t,i,n){"use strict";n.d(i,{hasPreviousBlock:function(){return o}});var r=n(2748);function o(t,i){return!!r.Dom.prev(t,t=>r.Dom.isBlock(t)||r.Dom.isImage(t),i.editor)}},19063:function(t,i,n){"use strict";var r=n(2748),o=n(580),s=n(41180),a=n(12153),l=n(6441),u=n(57487),c=n(23914);let d="copy-format",h=["lineHeight","fontWeight","fontStyle","fontSize","fontFamily","color","margin","padding","borderWidth","borderStyle","borderColor","borderRadius","backgroundColor","textDecorationLine"],p=(t,i,n,r)=>{let o=(0,s.css)(n,i);return o===r[i]&&(o=n.parentNode&&n!==t.editor&&n.parentNode!==t.editor?p(t,i,n.parentNode,r):void 0),o};l.Config.prototype.controls.copyformat={exec:(t,i,{button:n})=>{if(i){if(t.buffer.exists(d))t.buffer.delete(d),t.e.off(t.editor,"mouseup."+d);else{let n,o={},a=r.Dom.up(i,t=>t&&!r.Dom.isText(t),t.editor)||t.editor,l=t.createInside.span();t.editor.appendChild(l),h.forEach(t=>{o[t]=(0,s.css)(l,t)}),l!==t.editor&&r.Dom.safeRemove(l);let u=(n={},a&&h.forEach(i=>{n[i]=p(t,i,a,o),i.match(/border(Style|Color)/)&&!n.borderWidth&&(n[i]=void 0)}),n);t.e.on(t.editor,"mouseup."+d,()=>{t.buffer.delete(d);let i=t.s.current();i&&(r.Dom.isTag(i,"img")?(0,s.css)(i,u):t.s.commitStyle({attributes:{style:u}})),t.e.off(t.editor,"mouseup."+d)}),t.buffer.set(d,!0)}n.update()}},isActive:t=>t.buffer.exists(d),tooltip:"Paint format"},o.pluginSystem.add("copyformat",function(t){t.registerButton({name:"copyformat",group:"clipboard"}),(0,o.extendLang)(c)}),a.Icon.set("copyformat",u.default)},19070:function(t,i,n){"use strict";n.d(i,{UIBlock:function(){return a}});var r=n(87325),o=n(43555),s=n(62405);let a=class t extends s.UIGroup{className(){return"UIBlock"}constructor(t,i,n={align:"left"}){super(t,i),this.options=n,this.setMod("align",this.options.align||"left"),this.setMod("width",this.options.width||""),this.options.mod&&this.setMod(this.options.mod,!0),this.options.className&&this.container.classList.add(this.options.className),(0,o.attr)(this.container,"data-ref",n.ref),(0,o.attr)(this.container,"ref",n.ref)}};a=function(t,i,n,r){var o,s=arguments.length,a=s<3?i:null===r?r=Object.getOwnPropertyDescriptor(i,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,r);else for(var l=t.length-1;l>=0;l--)(o=t[l])&&(a=(s<3?o(a):s>3?o(i,n,a):o(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a}([r.component],a)},19127:function(t,i,n){"use strict";n.d(i,{execute:function(){return u}});var r=n(77688),o=n(56075),s=n(11886),a=n(6689),l=n(44526);function u(t,i,n){return(0,r._)(function*(){let{element:r,attributes:u,remove:c,blockIndex:d,selector:h}=i;if((0,a.throwIfAborted)(n),!r&&!u)throw Error('Either "element" or "attributes" must be provided');if(t.s.restore(),void 0!==d||h){let{element:i}=(0,l.resolveBlock)(t,{selector:h,index:d});t.s.select(i)}if(t.s.isCollapsed())throw Error("No selection found. Please select text to format");try{let i={};return r&&(i.element=r),u&&(i.attributes=u),c?t.s.commitStyle((0,s._)((0,o._)({},i),{mode:"remove"})):t.s.commitStyle(i),t.synchronizeValues(),{success:!0,message:c?"Formatting removed successfully":"Formatting applied successfully"}}catch(t){throw Error(`Failed to ${c?"remove":"apply"} formatting: ${t.message}`)}})()}},19147:function(t,i,n){"use strict";n.r(i),i.default={newline:"новая строка|перенос|энтер",delete:"удалить",space:"пробел","Speech Recognize":"Распознавание речи",Sound:"Звук","Interim Results":"Промежуточные результаты"}},19263:function(t,i,n){"use strict";n.d(i,{wrap:function(){return l}});var r=n(22732),o=n(29960),s=n(82515),a=n(6980);function l(t,i,n){var l,c,d;let h=(l=t,c=i,d=n,l.elementIsBlock?r.Dom.up(c,t=>r.Dom.isBlock(t)&&!r.Dom.isTag(t,u),d.editor)||(0,a.wrapUnwrappedText)(l,c,d):((0,o.attr)(c,"size",null),c));return t.elementIsList?(0,s.wrapList)(t,h,n):r.Dom.replace(h,t.element,n.createInside,!0)}let u=new Set(["td","th","tr","tbody","table","li","ul","ol"])},19271:function(t,i,n){"use strict";var r=n(82758),o=n(65478),s=n(2748),a=n(580),l=n(21537),u=n(50911),c=n(8172),d=function(t,i,n,r){var o,s=arguments.length,a=s<3?i:null===r?r=Object.getOwnPropertyDescriptor(i,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,r);else for(var l=t.length-1;l>=0;l--)(o=t[l])&&(a=(s<3?o(a):s>3?o(i,n,a):o(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a};class h extends u.Plugin{afterInit(){this.j.e.on([window,this.j.ed,this.j.editor],"dragstart.DragAndDrop",this.onDragStart)}onDragStart(t){var i;let n=t.target;if(this.onDragEnd(),this.isFragmentFromEditor=s.Dom.isOrContains(this.j.editor,n,!0),this.isCopyMode=!this.isFragmentFromEditor||(0,l.ctrlKey)(t),this.isFragmentFromEditor){let t=this.j.s.sel,i=t&&t.rangeCount?t.getRangeAt(0):null;i&&(this.bufferRange=i.cloneRange())}else this.bufferRange=null;this.startDragPoint.x=t.clientX,this.startDragPoint.y=t.clientY,i=n,s.Dom.isElement(i)&&i.classList.contains(c.FileBrowserFiles.prototype.getFullElName("item"))&&(n=n.querySelector("img")),s.Dom.isTag(n,"img")&&(this.draggable=n.cloneNode(!0),(0,l.dataBind)(this.draggable,"target",n)),this.addDragListeners()}addDragListeners(){this.j.e.on("dragover",this.onDrag).on("drop.DragAndDrop",this.onDrop).on(window,"dragend.DragAndDrop drop.DragAndDrop mouseup.DragAndDrop",this.onDragEnd)}removeDragListeners(){this.j.e.off("dragover",this.onDrag).off("drop.DragAndDrop",this.onDrop).off(window,"dragend.DragAndDrop drop.DragAndDrop mouseup.DragAndDrop",this.onDragEnd)}onDrag(t){this.draggable&&(this.j.e.fire("hidePopup"),this.j.s.insertCursorAtPoint(t.clientX,t.clientY),t.preventDefault(),t.stopPropagation())}onDragEnd(){this.draggable&&(s.Dom.safeRemove(this.draggable),this.draggable=null),this.isCopyMode=!1,this.removeDragListeners()}onDrop(t){if(!t.dataTransfer||!t.dataTransfer.files||!t.dataTransfer.files.length){if(!this.isFragmentFromEditor&&!this.draggable)return this.j.e.fire("paste",t),t.preventDefault(),t.stopPropagation(),!1;let i=this.j.s.sel,n=this.bufferRange||(i&&i.rangeCount?i.getRangeAt(0):null),r=this.__getWorkFragment(n,t);i&&i.removeAllRanges(),this.j.s.insertCursorAtPoint(t.clientX,t.clientY),r&&this.__insertFragment.call(this,r,n),t.preventDefault(),t.stopPropagation()}this.isFragmentFromEditor=!1,this.removeDragListeners()}__getWorkFragment(t,i){let n=null;if(!this.draggable&&t)n=this.isCopyMode?t.cloneContents():t.extractContents();else if(this.draggable)if(this.isCopyMode){let[t,i]="1"===(0,l.attr)(this.draggable,"-is-file")?["a","href"]:["img","src"];(n=this.j.createInside.element(t)).setAttribute(i,(0,l.attr)(this.draggable,"data-src")||(0,l.attr)(this.draggable,"src")||""),"a"===t&&(n.textContent=(0,l.attr)(n,i)||"")}else n=(0,l.dataBind)(this.draggable,"target");else this.getText(i)&&(n=this.j.createInside.fromHTML(this.getText(i)));return n}__insertFragment(t,i){this.j.s.insertNode(t,!1,!1),i&&t.firstChild&&t.lastChild&&(i.setStartBefore(t.firstChild),i.setEndAfter(t.lastChild),this.j.s.selectRange(i),this.j.e.fire("synchro")),s.Dom.isTag(t,"img")&&this.j.events&&this.j.e.fire("afterInsertImage",t)}beforeDestruct(){this.onDragEnd(),this.j.e.off(window,".DragAndDrop").off(".DragAndDrop").off([window,this.j.ed,this.j.editor],"dragstart.DragAndDrop",this.onDragStart)}constructor(){super(...arguments),this.isFragmentFromEditor=!1,this.isCopyMode=!1,this.startDragPoint={x:0,y:0},this.draggable=null,this.bufferRange=null,this.getText=t=>{let i=(0,l.getDataTransfer)(t);return i?i.getData(r.TEXT_HTML)||i.getData(r.TEXT_PLAIN):null}}}d([o.autobind],h.prototype,"onDragStart",null),d([(0,o.throttle)(t=>t.defaultTimeout/10)],h.prototype,"onDrag",null),d([o.autobind],h.prototype,"onDragEnd",null),d([o.autobind],h.prototype,"onDrop",null),a.pluginSystem.add("dragAndDrop",h)},19292:function(t,i){"use strict";i.default={"Type something":"Escreva algo...",Advanced:"Avan\xe7ado","About Jodit":"Sobre o Jodit","Jodit Editor":"Editor Jodit","Jodit User's Guide":"Guia de usu\xe1rio Jodit","contains detailed help for using":"cont\xe9m ajuda detalhada para o uso.","For information about the license, please go to our website:":"Para informa\xe7\xe3o sobre a licen\xe7a, por favor visite nosso site:","Buy full version":"Compre a vers\xe3o completa","Copyright \xa9 XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Copyright \xa9 XDSoft.net - Chupurnov Valeriy. Todos os direitos reservados.",Anchor:"Link","Open in new tab":"Abrir em nova aba","Open in fullsize":"Abrir editor em tela cheia","Clear Formatting":"Limpar formata\xe7\xe3o","Fill color or set the text color":"Cor de preenchimento ou cor do texto",Redo:"Refazer",Undo:"Desfazer",Bold:"Negrito",Italic:"It\xe1lico","Insert Unordered List":"Inserir lista n\xe3o ordenada","Insert Ordered List":"Inserir lista ordenada","Align Center":"Centralizar","Align Justify":"Justificar","Align Left":"Alinhar \xe0 Esquerda","Align Right":"Alinhar \xe0 Direita","Insert Horizontal Line":"Inserir linha horizontal","Insert Image":"Inserir imagem","Insert file":"Inserir arquivo","Insert youtube/vimeo video":"Inserir v\xeddeo do Youtube/vimeo","Insert link":"Inserir link","Font size":"Tamanho da letra","Font family":"Fonte","Insert format block":"Inserir bloco",Normal:"Normal","Heading 1":"Cabe\xe7alho 1","Heading 2":"Cabe\xe7alho 2","Heading 3":"Cabe\xe7alho 3","Heading 4":"Cabe\xe7alho 4",Quote:"Cita\xe7\xe3o",Code:"C\xf3digo",Insert:"Inserir","Insert table":"Inserir tabela","Decrease Indent":"Diminuir recuo","Increase Indent":"Aumentar recuo","Select Special Character":"Selecionar caractere especial","Insert Special Character":"Inserir caractere especial","Paint format":"Copiar formato","Change mode":"Mudar modo",Margins:"Margens",top:"cima",right:"direta",bottom:"baixo",left:"esquerda",Styles:"Estilos CSS",Classes:"Classes CSS",Align:"Alinhamento",Right:"Direita",Center:"Centro",Left:"Esquerda","--Not Set--":"--N\xe3o Estabelecido--",Src:"Fonte",Title:"T\xedtulo",Alternative:"Texto Alternativo",Link:"Link","Open link in new tab":"Abrir link em nova aba",Image:"Imagem",file:"Arquivo","Image properties":"Propriedades da imagem",Cancel:"Cancelar",Ok:"Ok","Your code is similar to HTML. Keep as HTML?":"Seu c\xf3digo \xe9 similar ao HTML. Manter como HTML?","Paste as HTML":"Colar como HTML?",Keep:"Manter",Clean:"Limpar","Insert as Text":"Inserir como Texto","Word Paste Detected":"Colado do Word Detectado","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"O conte\xfado colado veio de um documento Microsoft Word/Excel. Voc\xea deseja manter o formato ou limpa-lo?","Insert only Text":"Inserir somente o Texto","File Browser":"Procurar arquivo","Error on load list":"Erro ao carregar a lista","Error on load folders":"Erro ao carregar as pastas","Are you sure?":"Voc\xea tem certeza?","Enter Directory name":"Escreva o nome da pasta","Create directory":"Criar pasta","type name":"Escreva seu nome","Drop image":"Soltar imagem","Drop file":"Soltar arquivo","or click":"ou clique","Alternative text":"Texto alternativo",Browse:"Explorar",Upload:"Upload",Background:"Fundo",Text:"Texto",Top:"Cima",Middle:"Meio",Bottom:"Baixo","Insert column before":"Inserir coluna antes","Insert column after":"Inserir coluna depois","Insert row above":"Inserir linha acima","Insert row below":"Inserir linha abaixo","Delete table":"Excluir tabela","Delete row":"Excluir linha","Delete column":"Excluir coluna","Empty cell":"Limpar c\xe9lula",Delete:"Excluir","Strike through":"Tachado",Underline:"Sublinhar",Break:"Pausa","Search for":"Procurar por","Replace with":"Substituir com",Replace:"Substituir",Edit:"Editar","Vertical align":"Alinhamento vertical","Horizontal align":"Alinhamento horizontal",Filter:"filtrar","Sort by changed":"Ordenar por modifica\xe7\xe3o","Sort by name":"Ordenar por nome","Sort by size":"Ordenar por tamanho","Add folder":"Adicionar pasta",Split:"Dividir","Split vertical":"Dividir vertical","Split horizontal":"Dividir horizontal",Merge:"Mesclar","Add column":"Adicionar coluna","Add row":"Adicionar linha",Border:"Borda","Embed code":"Incluir c\xf3digo",Update:"Atualizar",superscript:"sobrescrito",subscript:"subscrito","Cut selection":"Cortar sele\xe7\xe3o",Paste:"Colar","Choose Content to Paste":"Escolher conte\xfado para colar","Chars: %d":"Caracteres: %d","Words: %d":"Palavras: %d",All:"Tudo","Select %s":"Selecionar: %s","Select all":"Selecionar tudo",source:"HTML",bold:"negrito",italic:"it\xe1lico",brush:"pincel",link:"link",undo:"desfazer",redo:"refazer",table:"tabela",image:"imagem",eraser:"apagar",paragraph:"par\xe1grafo",fontsize:"tamanho da letra",video:"v\xeddeo",font:"fonte",about:"Sobre de",print:"Imprimir",underline:"sublinhar",strikethrough:"tachado",indent:"recuar",outdent:"diminuir recuo",fullsize:"Tamanho completo",shrink:"diminuir",hr:"linha horizontal",ul:"lista n\xe3o ordenada",ol:"lista ordenada",cut:"Cortar",selectall:"Selecionar tudo","Open link":"Abrir link","Edit link":"Editar link","No follow":"N\xe3o siga",Unlink:"Remover link",Eye:"Visualizar",pencil:"Editar"," URL":"URL",Reset:"Resetar",Save:"Salvar","Save as ...":"Salvar como...",Resize:"Redimensionar",Crop:"Recortar",Width:"Largura",Height:"Altura","Keep Aspect Ratio":"Manter a propor\xe7\xe3o",Yes:"Sim",No:"N\xe3o",Remove:"Remover",Select:"Selecionar","You can only edit your own images. Download this image on the host?":"Voc\xea s\xf3 pode editar suas pr\xf3prias imagens. Baixar essa imagem pro servidor?","The image has been successfully uploaded to the host!":"A imagem foi enviada com sucesso para o servidor!",palette:"Palette","There are no files":"N\xe3o h\xe1 arquivos nesse diret\xf3rio.",Rename:"H\xfangara","Enter new name":"Digite um novo nome",preview:"preview",download:"Baixar","Paste from clipboard":"Colar da \xe1rea de transfer\xeancia","Your browser doesn't support direct access to the clipboard.":"O seu navegador n\xe3o oferece suporte a acesso direto para a \xe1rea de transfer\xeancia.","Copy selection":"Selec\xe7\xe3o de c\xf3pia",copy:"c\xf3pia","Border radius":"Border radius","Show all":"Mostrar todos os",Apply:"Aplicar","Please fill out this field":"Por favor, preencha este campo","Please enter a web address":"Por favor introduza um endere\xe7o web",Default:"Padr\xe3o",Circle:"C\xedrculo",Dot:"Ponto",Quadrate:"Quadro","Lower Alpha":"Letra Min\xfascula","Lower Greek":"Grego Min\xfascula","Lower Roman":"Romano Min\xfascula","Upper Alpha":"Letra Mai\xfascula","Upper Roman":"Romano Mai\xfascula",Find:"Encontrar","Find Previous":"Encontrar Anteriores","Find Next":"Localizar Pr\xf3xima","Insert className":"Insira o nome da classe","Press Alt for custom resizing":"Pressione Alt para redimensionamento personalizado","License: %s":"Licen\xe7a: %s"}},19306:function(t,i,n){"use strict";n.d(i,{isJoditObject:function(){return o}});var r=n(23282);function o(t){return!!(t&&t instanceof Object&&(0,r.isFunction)(t.constructor)&&("u">typeof Jodit&&t instanceof Jodit||t.isJodit))}},19308:function(t,i,n){"use strict";n.r(i),n.d(i,{en:function(){return r},es:function(){return o}});var r=n(47193),o=n(7886)},19374:function(t,i,n){"use strict";var r=n(82749),o=n(31635);n(64839);var s=n(82758),a=n(65478),l=n(2748),u=n(43555),c=n(50911),d=n(59242),h=n(2692);class p extends c.Plugin{afterInit(t){t.registerCommand("todoList",this.onCommand)}onCommand(){try{this.__isOwnCommand=!0,this.jodit.s.commitStyle({element:"ul",attributes:{class:this.j.o.todoList.className},hooks:{afterWrapList:this.__afterWrapList,afterToggleAttribute:this.__afterWrapList}})}finally{this.__isOwnCommand=!1}return!1}__prependInputLabel(t){let{jodit:i}=this,{labelClassName:n,inputFactory:r}=this.j.o.todoList;if(t.querySelector("label."+n))return;let o=i.createInside.element("label",{contenteditable:"false",class:n}),s=r(i);o.appendChild(s),l.Dom.prepend(t,o)}__afterToggleList(t,i){return(t===d.CHANGE||t===d.REPLACE)&&this.__isOwnCommand?this.__appendInputs(i):t===d.UNWRAP||t===d.REPLACE||t===d.CHANGE?this.__removeInputs(i):void 0}__appendInputs(t){t.querySelectorAll("li").forEach(this.__prependInputLabel)}__removeInputs(t){let{labelClassName:i}=this.j.o.todoList;t.querySelectorAll("label."+i).forEach(l.Dom.safeRemove)}__beforeToggleOrderedList(t,i,n){var r;let o="__beforeToggleOrderedList";if(t!==d.REPLACE&&(i.classList.contains(this.j.o.todoList.className)||n.isApplied(i,o))&&("ul"===n.element||"ol"===n.element)&&(null==(r=n.options.attributes)?void 0:r.class)!==this.j.o.todoList.className){let t=l.Dom.replace(i,n.element,this.jodit.createInside);return n.setApplied(t,o),this.__removeInputs(t),t}}__afterEnter(){(0,u.$$)("ul."+this.j.o.todoList.className+" li",this.jodit.editor).forEach(this.__prependInputLabel)}__afterTab(){(0,u.$$)("ul:not(."+this.j.o.todoList.className+") > li > label",this.jodit.editor).filter(this.isTodoLeafLabel).forEach(l.Dom.safeRemove)}__changeSelection(t){let i=this.j.s.current();this.isTodoLeafLabel(i)&&(t.preventDefault(),t.stopPropagation(),this.j.s.setCursorAfter(i))}__isEmptyListLeaf(t){return l.Dom.isEmpty(t,t=>!("input"===t.nodeName.toLowerCase()&&this.isTodoLeafLabel(t.parentElement))&&s.NO_EMPTY_TAGS.has(t.tagName.toLowerCase()))}__backSpaceBeforeCases(t,i){if(t){let t=l.Dom.findNotEmptySibling(i,!0);this.isTodoLeafLabel(t)&&l.Dom.safeRemove(t)}}__isInvisibleForCursor(t){if(this.isTodoLeafLabel(t))return!0}__backSpaceAfterDelete(){let{labelClassName:t}=this.j.o.todoList;(0,u.$$)("label."+t,this.jodit.editor).forEach(t=>{t.closest("ul."+this.j.o.todoList.className)?t.previousSibling&&t.parentElement&&l.Dom.prepend(t.parentElement,t):l.Dom.safeRemove(t)})}__afterWrapList(t,i){t===d.WRAP&&this.__appendInputs(i)}__onClickInput(t){let i=t.target;i&&l.Dom.isTag(i,"input")&&"checkbox"===i.type&&this.isTodoLeafLabel(i.parentElement)&&(0,u.attr)(i,"checked",i.checked?"checked":null)}isTodoLeafLabel(t){let{labelClassName:i}=this.j.o.todoList;return l.Dom.isHTMLElement(t)&&t.classList.contains(i)}beforeDestruct(t){}constructor(...t){super(...t),(0,r._)(this,"buttons",[{name:"todoList",group:"list"}]),(0,r._)(this,"__isOwnCommand",!1)}}(0,r._)(p,"requires",["license"]),(0,o.__decorate)([a.autobind],p.prototype,"onCommand",null),(0,o.__decorate)([a.autobind],p.prototype,"__prependInputLabel",null),(0,o.__decorate)([(0,a.watch)(":commitStyleAfterToggleList")],p.prototype,"__afterToggleList",null),(0,o.__decorate)([(0,a.watch)(":commitStyleBeforeUnwrapList")],p.prototype,"__beforeToggleOrderedList",null),(0,o.__decorate)([(0,a.watch)(":afterEnter")],p.prototype,"__afterEnter",null),(0,o.__decorate)([(0,a.watch)(":afterTab")],p.prototype,"__afterTab",null),(0,o.__decorate)([(0,a.watch)("j.ed:selectionchange"),(0,a.watch)(":afterEnter")],p.prototype,"__changeSelection",null),(0,o.__decorate)([(0,a.watch)(":enterIsEmptyListLeaf")],p.prototype,"__isEmptyListLeaf",null),(0,o.__decorate)([(0,a.watch)(":backSpaceBeforeCases")],p.prototype,"__backSpaceBeforeCases",null),(0,o.__decorate)([(0,a.watch)(":backSpaceIsMovedIgnore"),(0,a.watch)(":isInvisibleForCursor")],p.prototype,"__isInvisibleForCursor",null),(0,o.__decorate)([(0,a.watch)(":backSpaceAfterDelete")],p.prototype,"__backSpaceAfterDelete",null),(0,o.__decorate)([a.autobind],p.prototype,"__afterWrapList",null),(0,o.__decorate)([(0,a.watch)(":click")],p.prototype,"__onClickInput",null),(0,o.__decorate)([a.autobind],p.prototype,"isTodoLeafLabel",null),h.JoditPro.plugins.add("todo-list",p)},19606:function(t,i,n){"use strict";n.d(i,{transformWordToHtml:function(){return a}});var r=n(49055),o=n(64693),s=n(97420);function a(t,i,n,a){let l={jodit:t,rtf:a};return i.forEach(function t(i){if(i){for(let t of o.cases)if(null==(i=t(i,l)))break;null==i||i.forEach(t)}}),n&&i.forEach(t=>{t.style.clear()},!0),(0,r.trim)((0,s.innerHTML)(i,t=>!t.isComment,!0,t.o.pasteFromWord.allowedStyleProps))}},20071:function(t,i,n){"use strict";var r=n(82758),o=n(580),s=n(43555);n(757),o.pluginSystem.add("media",function(t){let i="jodit_fake_wrapper",{mediaFakeTag:n,mediaBlocks:o,mediaInFakeBlock:a}=t.options;a&&t.e.on("afterGetValueFromEditor",t=>{let r=RegExp(`<${n}[^>]+data-${i}[^>]+>([^]+?)</${n}>`,"ig");r.test(t.value)&&(t.value=t.value.replace(r,"$1"))}).on("change afterInit afterSetMode changePlace",t.async.debounce(()=>{t.isDestructed||t.getMode()===r.MODE_SOURCE||(0,s.$$)(o.join(","),t.editor).forEach(r=>{if(!(0,s.dataBind)(r,i)){(0,s.dataBind)(r,i,!0);var o=r;if(o.parentNode&&(0,s.attr)(o.parentNode,"data-jodit_iframe_wrapper"))o=o.parentNode;else{let r=t.createInside.element(n,{"data-jodit-temp":1,contenteditable:!1,draggable:!0,[`data-${i}`]:1});(0,s.attr)(r,"style",(0,s.attr)(o,"style")),r.style.display="inline-block"===o.style.display?"inline-block":"block",r.style.width=o.offsetWidth+"px",r.style.height=o.offsetHeight+"px",o.parentNode&&o.parentNode.insertBefore(r,o),r.appendChild(o),o=r}t.e.off(o,"mousedown.select touchstart.select").on(o,"mousedown.select touchstart.select",()=>{t.s.setCursorAfter(o)})}})},t.defaultTimeout))})},20104:function(t,i,n){"use strict";var r=n(74922),o=n.n(r),s=n(34575),a=n.n(s),l=n(6441),u=n(12153);l.Config.prototype.translate={hotkeys:{translateSelection:["ctrl+shift+o","cmd+shift+o"],translateOptions:["ctrl+shift+p","cmd+shift+p"]},provider:"google",googleProviderOptions:{url:"https://translation.googleapis.com/language/translate/v2",key:""},defaultSourceLang:"",defaultTargetLang:"de"},l.Config.prototype.controls.translate={translate:{tooltip:"Translate selected text",icon:"translate",command:"translate",exec(t){t.execCommand("translate")},list:["Options"],childExec(t,i,{control:n}){t.execCommand("translate"+n.name)},mods:{stroke:!1}}},u.Icon.set("translate",a()).set("translate-swap",o())},20199:function(t,i,n){"use strict";n.d(i,{toggleOrderedList:function(){return c}});var r=n(2748),o=n(38837),s=n(32526),a=n(44253),l=n(77361),u=n(82515);function c(t,i,n,r){if(!i)return r;let o=i.parentElement;if(!o)return r;let s=n.e.fire(`${l._PREFIX}BeforeToggleList`,r,t,o);if(void 0!==s)return s;let c=n.e.fire.bind(n.e,`${l._PREFIX}AfterToggleList`);if(r!==l.UNWRAP){let s=(0,a.toggleAttributes)(t,i.parentElement,n,l.INITIAL,!0)===l.CHANGE;if(r===l.REPLACE||s||o.tagName.toLowerCase()!==t.element){let r=d(l.REPLACE,o,i,n,t),s=(0,u.wrapList)(t,r,n);return c(l.REPLACE,s,t),l.REPLACE}}let h=d(l.UNWRAP,o,i,n,t);return c(l.UNWRAP,h,t),l.UNWRAP}function d(t,i,n,a,u){let c=a.e.fire(`${l._PREFIX}BeforeUnwrapList`,t,i,u);return c?((0,o.assert)(r.Dom.isHTMLElement(c),`${l._PREFIX}BeforeUnwrapList hook must return HTMLElement`),c):((0,s.extractSelectedPart)(i,n,a),(0,o.assert)(r.Dom.isHTMLElement(n.parentElement),"Element should be inside the list"),r.Dom.unwrap(n.parentElement),r.Dom.replace(n,"br"!==a.o.enter.toLowerCase()?a.o.enter:a.createInside.fragment(),a.createInside))}},20201:function(t,i,n){"use strict";n.d(i,{loadTree:function(){return a}});var r=n(22732),o=n(30465);function s(t,i,n,r,o,s,a){try{var l=t[s](a),u=l.value}catch(t){n(t);return}l.done?i(u):Promise.resolve(u).then(r,o)}function a(t){var i;return(i=function*(){t.tree.setMod("active",!0),r.Dom.detach(t.tree.container);let i=(0,o.loadItems)(t);return t.o.showFoldersPanel?(t.tree.setMod("loading",!0),Promise.all([t.dataProvider.tree(t.state.currentPath,t.state.currentSource).then(i=>{t.state.sources=i}).catch(t.status).finally(()=>t.tree.setMod("loading",!1)),i])):(t.tree.setMod("active",!1),i)},function(){var t=this,n=arguments;return new Promise(function(r,o){var a=i.apply(t,n);function l(t){s(a,r,o,l,u,"next",t)}function u(t){s(a,r,o,l,u,"throw",t)}l(void 0)})})()}},20218:function(t,i,n){"use strict";n.d(i,{Create:function(){return l}});var r=n(82758),o=n(2748),s=n(21537),a=n(38837);class l{get doc(){return(0,s.isFunction)(this.document)?this.document():this.document}element(t,i,n){let r=this.doc.createElement(t.toLowerCase());return this.applyCreateAttributes(r),i&&((0,s.isPlainObject)(i)?(0,s.attr)(r,i):n=i),n&&(0,s.asArray)(n).forEach(t=>r.appendChild((0,s.isString)(t)?this.fromHTML(t):t)),r}div(t,i,n){let r=this.element("div",i,n);return t&&(r.className=t),r}sandbox(){var t;let i=this.element("iframe",{sandbox:"allow-same-origin"});this.doc.body.appendChild(i);let n=null==(t=i.contentWindow)?void 0:t.document;if((0,a.assert)(n,"iframe.contentWindow.document"),!n)throw Error("Iframe error");return n.open(),n.write("<!DOCTYPE html><html><head></head><body></body></html>"),n.close(),[n.body,i]}span(t,i,n){let r=this.element("span",i,n);return t&&(r.className=t),r}a(t,i,n){let r=this.element("a",i,n);return t&&(r.className=t),r}text(t){return this.doc.createTextNode(t)}fake(){return this.text(r.INVISIBLE_SPACE)}fragment(){return this.doc.createDocumentFragment()}fromHTML(t,i){let n=this.div();n.innerHTML=t.toString();let r=n.firstChild===n.lastChild&&n.firstChild?n.firstChild:n;if(o.Dom.safeRemove(r),i){let t=(0,s.refs)(r);Object.keys(i).forEach(n=>{let r=t[n];r&&!1===i[n]&&o.Dom.hide(r)})}return r}applyCreateAttributes(t){if(this.createAttributes){let i=this.createAttributes;if(i&&i[t.tagName.toLowerCase()]){let n=i[t.tagName.toLowerCase()];(0,s.isFunction)(n)?n(t):(0,s.isPlainObject)(n)&&(0,s.attr)(t,n)}}}constructor(t,i){this.document=t,this.createAttributes=i}}},20356:function(t,i,n){"use strict";n.d(i,{Plugin:function(){return l}});var r=n(91907),o=n(65478),s=n(19306),a=function(t,i,n,r){var o,s=arguments.length,a=s<3?i:null===r?r=Object.getOwnPropertyDescriptor(i,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,r);else for(var l=t.length-1;l>=0;l--)(o=t[l])&&(a=(s<3?o(a):s>3?o(i,n,a):o(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a};class l extends r.ViewComponent{className(){return"Plugin"}__afterPluginSystemInit(){let{j:t,buttons:i}=this;i&&(0,s.isJoditObject)(t)&&i.forEach(i=>{t.registerButton(i)})}__afterInit(){this.__inited=!0,this.setStatus(r.STATUSES.ready),this.afterInit(this.jodit)}init(t){this.jodit.isReady&&(this.afterInit(this.jodit),this.__afterPluginSystemInit(),this.jodit.e.fire("rebuildToolbar"))}__beforeDestruct(){var t;if(this.isInDestruct)return;let{j:i}=this;if(i.e.off("afterPluginSystemInit",this.__afterPluginSystemInit).off("afterInit",this.__afterInit).off("beforeDestruct",this.destruct),this.setStatus(r.STATUSES.beforeDestruct),!this.__inited)return super.destruct();(0,s.isJoditObject)(i)&&(null==(t=this.buttons)||t.forEach(t=>{null==i||i.unregisterButton(t)})),this.beforeDestruct(this.j),super.destruct()}constructor(t){super(t),this.buttons=[],this.hasStyle=!1,this.__inited=!1,t.e.on("afterPluginSystemInit",this.__afterPluginSystemInit).on("afterInit",this.__afterInit).on("beforeDestruct",this.__beforeDestruct)}}l.requires=[],a([o.autobind],l.prototype,"__afterPluginSystemInit",null),a([o.autobind],l.prototype,"__afterInit",null),a([o.autobind],l.prototype,"__beforeDestruct",null)},20362:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1639 1056q0 5-1 7-64 268-268 434.5t-478 166.5q-146 0-282.5-55t-243.5-157l-129 129q-19 19-45 19t-45-19-19-45v-448q0-26 19-45t45-19h448q26 0 45 19t19 45-19 45l-137 137q71 66 161 102t187 36q134 0 250-65t186-179q11-17 53-117 8-23 30-23h192q13 0 22.5 9.5t9.5 22.5zm25-800v448q0 26-19 45t-45 19h-448q-26 0-45-19t-19-45 19-45l138-138q-148-137-349-137-134 0-250 65t-186 179q-11 17-53 117-8 23-30 23h-199q-13 0-22.5-9.5t-9.5-22.5v-7q65-268 270-434.5t480-166.5q146 0 284 55.5t245 156.5l130-129q19-19 45-19t45 19 19 45z"/> </svg> '},20741:function(t,i,n){"use strict";n.r(i),i.default={symbols:"رمز"}},20823:function(t,i,n){"use strict";n.d(i,{cleanStyles:function(){return o}});let r={"text-justify":["inter-ideograph"]};function o(t){return t.isElement&&t.attributes.style&&Object.keys(r).forEach(i=>{let n=r[i];if(t.style.has(i)){var o;n.includes(null==(o=t.style.get(i))?void 0:o.toString())&&t.style.set(i,null)}}),t}},20882:function(t,i,n){"use strict";n.d(i,{align:function(){return l}});var r=n(22732),o=n(70799),s=n(25726),a=n(41180);let l={name:"left",childTemplate:(t,i,n)=>n,list:["Left","Right","Center","Normal"],exec:(t,i,{control:n})=>{if(!r.Dom.isTag(i,new Set(["img","jodit","jodit-media"])))return;let a=n.args&&(0,o.isString)(n.args[0])?n.args[0].toLowerCase():"";if(!a)return!1;(0,s.hAlignElement)(i,a),r.Dom.isTag(i,new Set(["jodit","jodit-media"]))&&i.firstElementChild&&(0,s.hAlignElement)(i.firstElementChild,a),t.synchronizeValues(),t.e.fire("recalcPositionPopup")},tooltip:"Horizontal align"};i.default=[{name:"delete",icon:"bin",tooltip:"Delete",exec:(t,i)=>{i&&t.s.removeNode(i)}},{name:"pencil",exec(t,i){"img"===i.tagName.toLowerCase()&&t.e.fire("openImageProperties",i)},tooltip:"Edit"},{name:"valign",list:["Top","Middle","Bottom","Normal"],tooltip:"Vertical align",exec:(t,i,{control:n})=>{if(!r.Dom.isTag(i,"img"))return;let s=n.args&&(0,o.isString)(n.args[0])?n.args[0].toLowerCase():"";if(!s)return!1;(0,a.css)(i,"vertical-align","normal"===s?"":s),t.e.fire("recalcPositionPopup")}},l]},21020:function(t,i,n){"use strict";n.d(i,{PermissionManager:function(){return a}});var r=n(82749),o=n(56075),s=n(11886);class a{requiresPermission(t){let{autoApproveTools:i,alwaysDenyTools:n}=this.jodit.o.aiAssistantPro;if(n.includes(t))return!0;if(i.includes(t))return!1;let r=this.toolRegistry.getTool(t);return!r||r.requiresPermission}isAutoDenied(t){let{alwaysDenyTools:i}=this.jodit.o.aiAssistantPro;return i.includes(t)}isAutoApproved(t){let{autoApproveTools:i}=this.jodit.o.aiAssistantPro;return i.includes(t)}checkPermission(t,i){if(this.isAutoApproved(t))return{toolName:t,granted:!0,grantedAt:Date.now(),scope:"once"};if(this.isAutoDenied(t))return null;let n=this.permanentPermissions.get(t);return n&&n.granted?n:i.find(i=>i.toolName===t&&i.granted)||null}grantPermission(t,i){let n={toolName:t,granted:!0,grantedAt:Date.now(),scope:i};return"forever"===i&&(this.permanentPermissions.set(t,n),this.savePermanentPermissions()),n}denyPermission(t){return{toolName:t,granted:!1,grantedAt:Date.now(),scope:"once"}}filterToolCalls(t,i){let n=[],r=[],a=[];for(let l of t){if(this.isAutoDenied(l.name)){a.push((0,s._)((0,o._)({},l),{status:"denied"}));continue}if(this.isAutoApproved(l.name)){n.push((0,s._)((0,o._)({},l),{status:"approved"}));continue}let t=this.checkPermission(l.name,i);t&&t.granted?n.push((0,s._)((0,o._)({},l),{status:"approved"})):this.requiresPermission(l.name)?(this.jodit.e.fire("permissionRequested.ai-assistant-pro",l.name),r.push((0,s._)((0,o._)({},l),{status:"pending"}))):n.push((0,s._)((0,o._)({},l),{status:"approved"}))}return{approved:n,needsPermission:r,denied:a}}clearConversationPermissions(t){}loadPermanentPermissions(){try{let t=localStorage.getItem(this.PERMANENT_PERMISSIONS_KEY);t&&JSON.parse(t).forEach(t=>{"forever"===t.scope&&t.granted&&this.permanentPermissions.set(t.toolName,t)})}catch(t){}}savePermanentPermissions(){try{let t=Array.from(this.permanentPermissions.values());localStorage.setItem(this.PERMANENT_PERMISSIONS_KEY,JSON.stringify(t))}catch(t){}}clearPermanentPermissions(){this.permanentPermissions.clear(),localStorage.removeItem(this.PERMANENT_PERMISSIONS_KEY)}getPermanentPermissions(){return Array.from(this.permanentPermissions.values())}revokePermanentPermission(t){this.permanentPermissions.delete(t),this.savePermanentPermissions()}destruct(){this.permanentPermissions.clear()}constructor(t,i){(0,r._)(this,"jodit",void 0),(0,r._)(this,"toolRegistry",void 0),(0,r._)(this,"permanentPermissions",void 0),(0,r._)(this,"PERMANENT_PERMISSIONS_KEY",void 0),this.jodit=t,this.toolRegistry=i,this.permanentPermissions=new Map,this.PERMANENT_PERMISSIONS_KEY="jodit-permissions.ai-assistant-pro",this.loadPermanentPermissions()}}},21064:function(t,i,n){"use strict";n.d(i,{WebStorageConversationStorage:function(){return l},createStorageProvider:function(){return u},generateConversationId:function(){return c},generateMessageId:function(){return d}});var r=n(77688),o=n(82749),s=n(56075),a=n(97333);class l{close(){return this.storage.close()}getConversationKey(t){return`conv:${t}`}getAllKeys(){return(0,r._)(function*(){let t=yield this.storage.get("__conversation_index__");return t&&Array.isArray(t)?t:[]}).call(this)}updateIndex(t){return(0,r._)(function*(){yield this.storage.set("__conversation_index__",t)}).call(this)}addToIndex(t){return(0,r._)(function*(){let i=yield this.getAllKeys();i.includes(t)||(i.push(t),yield this.updateIndex(i))}).call(this)}removeFromIndex(t){return(0,r._)(function*(){let i=(yield this.getAllKeys()).filter(i=>i!==t);yield this.updateIndex(i)}).call(this)}list(t){return(0,r._)(function*(){try{let r=yield this.getAllKeys(),o=[],s=null==t?void 0:t.toLowerCase().trim();for(let t of r){var i,n;let r=yield this.get(t);if(r){if(s){let t=null==(n=r.title)?void 0:n.toLowerCase().includes(s),i=!t&&r.messages.some(t=>t.content.toLowerCase().includes(s));if(!t&&!i)continue}o.push({id:r.id,title:null!=(i=r.title)?i:"",created:r.created,updated:r.updated,messageCount:r.messages.length})}}return o.sort((t,i)=>i.updated-t.updated),o}catch(t){return[]}}).call(this)}get(t){return(0,r._)(function*(){try{let i=this.getConversationKey(t);return(yield this.storage.get(i))||null}catch(t){return null}}).call(this)}save(t){return(0,r._)(function*(){try{if(0===t.messages.length)throw Error("Conversation must have at least one message.");let i=yield this.getAllKeys();i.length>=this.maxConversations&&!i.includes(t.id)&&(yield this.evictOldest());let n=this.getConversationKey(t.id);yield this.storage.set(n,t),yield this.addToIndex(t.id)}catch(i){if((null==i?void 0:i.name)==="QuotaExceededError"||(null==i?void 0:i.code)===22||(null==i?void 0:i.code)===1014){yield this.evictOldest();try{let i=this.getConversationKey(t.id);yield this.storage.set(i,t),yield this.addToIndex(t.id)}catch(t){throw Error("Storage quota exceeded. Please delete some conversations.")}}else throw Error(`Failed to save conversation: ${(null==i?void 0:i.message)||"Unknown error"}`)}}).call(this)}delete(t){return(0,r._)(function*(){try{let i=this.getConversationKey(t);yield this.storage.delete(i),yield this.removeFromIndex(t)}catch(t){}}).call(this)}clear(){return(0,r._)(function*(){try{for(let t of yield this.getAllKeys()){let i=this.getConversationKey(t);yield this.storage.delete(i)}yield this.updateIndex([])}catch(t){}}).call(this)}evictOldest(){return(0,r._)(function*(){try{let t=yield this.list();if(0===t.length)return;t.sort((t,i)=>t.updated-i.updated);let i=t[0];yield this.delete(i.id)}catch(t){}}).call(this)}getGlobalSettings(){return(0,r._)(function*(){try{return(yield this.storage.get("global-settings"))||null}catch(t){return null}}).call(this)}saveGlobalSettings(t){return(0,r._)(function*(){try{let i=yield this.getGlobalSettings(),n=(0,s._)({},i,t);yield this.storage.set("global-settings",n)}catch(t){throw Error("Failed to save global settings")}}).call(this)}constructor(t,i){(0,o._)(this,"storage",void 0),(0,o._)(this,"maxConversations",void 0),this.storage=t,this.maxConversations=i}}function u(t,i){return a.AsyncStorage.makeStorage(t,i)}function c(){return`conv_${Date.now()}_${Math.random().toString(36).substring(2,11)}`}function d(){return`msg_${Date.now()}_${Math.random().toString(36).substring(2,11)}`}},21130:function(t,i,n){"use strict";n.d(i,{UIBrowserItem:function(){return h}});var r=n(82749),o=n(31635),s=n(65478),a=n(21537),l=n(38837),u=n(67510),c=n(41409),d=n(159);class h extends u.UIElement{className(){return"UIBrowserItem"}render(){return`<div tabindex='-1'>
51
51
  <div class='&__image'></div>
52
52
  <div class='&__info'></div>
53
53
  <div class='&__heart'>*heart*</div>
54
- </div>`}onClickFavorite(){return this.bubble(t=>{this.jodit.e.fire(t,"toggleFavoriteItem",this.item)}),!1}onAction(t){return this.jodit.e.fire(t.type+"Item.filebrowser",this.item,(0,a.ctrlKey)(t)||t.shiftKey,t),!1}update(){let t=this.getElm("image");(0,l.assert)(null!=t,"image element does not exists"),(0,a.css)(t,"backgroundImage",`url(${encodeURI(this.item.imageURL)})`);let{type:i,file:n,time:r,size:o}=this.item;this.setMod("is-file",!1===this.item.isImage).setMod("type",null!=i?i:"file").setElementValue("name",n).setElementValue("time",r).setElementValue("filesize",o),(0,a.attr)(this.container,"title","folder"!==i?`${n} ${r} ${o}`:n),super.update()}setElementValue(t,i){let n=this.getFullElName(t),r=this.getElm(t);if(!i)return r&&c.Dom.safeRemove(r),this;if(!r){let t=this.getElm("info");(0,l.assert)(null!=t,"wrapper element does not exist"),r=this.j.create.div(n),t.appendChild(r)}return r.innerText=i,this}constructor(t,i){super(t),(0,r._)(this,"item",void 0),this.item=d.FileBrowserItem.create(i),t.e.on(this.container,"click contextmenu dblclick",i=>(t.e.fire(i.type+"Item.filebrowser",this.item,(0,a.ctrlKey)(i)||i.shiftKey,i),!1)),this.update()}}(0,o.__decorate)([(0,s.watch)("heart:click")],h.prototype,"onClickFavorite",null),(0,o.__decorate)([(0,s.watch)(["container:click","container:contextmenu","container:dblclick"])],h.prototype,"onAction",null),h=(0,o.__decorate)([s.component],h)},21162:function(t,i,n){"use strict";n.d(i,{MemoryStorageProvider:function(){return r}});class r{set(t,i){return this.data.set(t,i),this}delete(t){return this.data.delete(t),this}get(t){return this.data.get(t)}exists(t){return this.data.has(t)}clear(){return this.data.clear(),this}constructor(){this.data=new Map}}},21224:function(t,i,n){"use strict";n.d(i,{normalizeColor:function(){return s}});var r=n(35278),o=n(49055);let s=t=>{let i=["#"],n=(0,r.colorToHex)(t);if(!n)return!1;if(3===(n=(n=(0,o.trim)(n.toUpperCase())).substring(1)).length){for(let t=0;t<3;t+=1)i.push(n[t]),i.push(n[t]);return i.join("")}return n.length>6&&(n=n.slice(0,6)),"#"+n}},21246:function(t,i,n){"use strict";n.d(i,{license:function(){return h}});var r=n(77688),o=n(38882),s=n(82758),a=n(2748),l=n(87612),u=n(70799),c=n(20356),d=n(2692);class h extends c.Plugin{static make(t){return new h(t)}afterInit(t){this.j.e.on("checkReserve",t=>(0,r._)(function*(){let i=this.j.o.license;if((0,o.isAllowedSubdomain)(t))return"normal";if(!i||!(0,u.isString)(i))return"";let n=(0,o.validateLicense)(i,t);return n||!(i[12]>"A")||s.IS_TEST||(n=yield this.validateLicenseRemote(i,t)),n?"normal":""}).call(this))}beforeDestruct(t){}validateLicenseRemote(t,i){return(0,r._)(function*(){let n="validateJoditLicenseRemote",r=this.j.storage.get(n);if(r&&(0,o.validateLicense)(r,i))return!0;let s=document.createElement("script");return s.src=`https://xdsoft.net/jodit/pro/api/licenses/validate/?code=${encodeURIComponent(t)}&host=${encodeURIComponent(i)}`,document.body.appendChild(s),this.j.async.promise(t=>{window.onJoditResolveKeyCode=r=>{try{if((0,l.isBoolean)(r))return t(r);(0,o.validateLicense)(r,i)?(this.j.storage.set(n,r),t(!0)):t(!1)}finally{a.Dom.safeRemove(s)}},this.j.async.setTimeout(()=>{t(!1),a.Dom.safeRemove(s)},3e3)})}).call(this)}}d.JoditPro.plugins.add("license",h)},21357:function(t,i,n){"use strict";n.d(i,{removeWidthFromTableCell:function(){return r}});let r=t=>(t.attributes.width&&("th"===t.name||"td"===t.name)&&(t.attributes.width=null),t)},21491:function(t,i,n){"use strict";n.d(i,{makeButton:function(){return l},makeCollection:function(){return a},makeSelect:function(){return u}});var r=n(87325),o=n(23282),s=n(19306);function a(t,i){let n=(0,r.getComponentClass)("ToolbarCollection"),o=(0,r.getComponentClass)("ToolbarEditorCollection"),a=(0,s.isJoditObject)(t)?new o(t):new n(t);return t.o.textIcons&&a.container.classList.add("jodit_text_icons"),i&&(a.parentElement=i),t.o.toolbarButtonSize&&(a.buttonSize=t.o.toolbarButtonSize),a}function l(t,i,n=null){if((0,o.isFunction)(i.getContent))return new((0,r.getComponentClass)("ToolbarContent"))(t,i,n);let s=new((0,r.getComponentClass)("ToolbarButton"))(t,i,n);return s.state.tabIndex=t.o.allowTabNavigation?0:-1,s}function u(t,i,n=null){return new((0,r.getComponentClass)("ToolbarSelect"))(t,i,n)}},21496:function(t,i,n){"use strict";n.d(i,{size:function(){return o}});var r=n(27613);function o(t){return(0,r.isString)(t)||(0,r.isArray)(t)?t.length:(0,r.isPlainObject)(t)?Object.keys(t).length:0}},21537:function(t,i,n){"use strict";n.r(i),n.d(i,{$$:function(){return h.$$},CamelCaseToKebabCase:function(){return d.CamelCaseToKebabCase},ConfigDeepFlatten:function(){return h.ConfigDeepFlatten},ConfigFlatten:function(){return h.ConfigFlatten},ConfigProto:function(){return h.ConfigProto},ConnectionError:function(){return h.ConnectionError},LimitedStack:function(){return h.LimitedStack},NUMBER_FIELDS_REG:function(){return u.NUMBER_FIELDS_REG},OptionsError:function(){return h.OptionsError},abort:function(){return h.abort},alignElement:function(){return h.alignElement},alreadyLoadedList:function(){return h.alreadyLoadedList},appendScriptAsync:function(){return h.appendScriptAsync},appendStyleAsync:function(){return h.appendStyleAsync},applyStyles:function(){return l.applyStyles},asArray:function(){return r.asArray},assert:function(){return h.assert},attr:function(){return h.attr},browser:function(){return h.browser},buildQuery:function(){return h.buildQuery},call:function(){return h.call},callPromise:function(){return h.callPromise},camelCase:function(){return d.camelCase},cleanFromWord:function(){return l.cleanFromWord},clearAlign:function(){return h.clearAlign},clearCenterAlign:function(){return h.clearCenterAlign},clearTimeout:function(){return o.clearTimeout},cns:function(){return h.cns},colorToHex:function(){return a.colorToHex},completeUrl:function(){return h.completeUrl},connection:function(){return h.connection},convertMediaUrlToVideoEmbed:function(){return h.convertMediaUrlToVideoEmbed},css:function(){return h.css},cssPath:function(){return h.cssPath},ctrlKey:function(){return h.ctrlKey},dataBind:function(){return h.dataBind},defaultLanguage:function(){return h.defaultLanguage},error:function(){return h.error},fastClone:function(){return h.fastClone},fuzzySearchIndex:function(){return d.fuzzySearchIndex},get:function(){return h.get},getClassName:function(){return h.getClassName},getContentWidth:function(){return c.getContentWidth},getDataTransfer:function(){return h.getDataTransfer},getPropertyDescriptor:function(){return h.getPropertyDescriptor},getScrollParent:function(){return c.getScrollParent},getXPathByElement:function(){return h.getXPathByElement},hAlignElement:function(){return h.hAlignElement},hasBrowserColorPicker:function(){return s.hasBrowserColorPicker},hasContainer:function(){return s.hasContainer},htmlspecialchars:function(){return l.htmlspecialchars},humanSizeToBytes:function(){return h.humanSizeToBytes},i18n:function(){return d.i18n},inView:function(){return h.inView},innerWidth:function(){return c.innerWidth},isAbortError:function(){return s.isAbortError},isArray:function(){return s.isArray},isAtom:function(){return h.isAtom},isBoolean:function(){return s.isBoolean},isDestructable:function(){return s.isDestructable},isEqual:function(){return s.isEqual},isFastEqual:function(){return s.isFastEqual},isFunction:function(){return s.isFunction},isHTML:function(){return s.isHTML},isHtmlFromWord:function(){return s.isHtmlFromWord},isInitable:function(){return s.isInitable},isInt:function(){return s.isInt},isJoditObject:function(){return s.isJoditObject},isLicense:function(){return s.isLicense},isMarker:function(){return s.isMarker},isNativeFunction:function(){return s.isNativeFunction},isNumber:function(){return s.isNumber},isNumeric:function(){return s.isNumeric},isPlainObject:function(){return s.isPlainObject},isPromise:function(){return s.isPromise},isSet:function(){return s.isSet},isString:function(){return s.isString},isStringArray:function(){return s.isStringArray},isURL:function(){return s.isURL},isValidName:function(){return s.isValidName},isViewObject:function(){return s.isViewObject},isVoid:function(){return s.isVoid},isWindow:function(){return s.isWindow},kebabCase:function(){return d.kebabCase},keepNames:function(){return h.keepNames},keys:function(){return h.keys},loadImage:function(){return h.loadImage},loadNext:function(){return h.loadNext},loadNextStyle:function(){return h.loadNextStyle},markAsAtomic:function(){return h.markAsAtomic},markDeprecated:function(){return h.markDeprecated},markOwner:function(){return h.markOwner},memorizeExec:function(){return h.memorizeExec},nl2br:function(){return l.nl2br},normalizeColor:function(){return u.normalizeColor},normalizeCssNumericValue:function(){return u.normalizeCssNumericValue},normalizeCssValue:function(){return u.normalizeCssValue},normalizeKeyAliases:function(){return u.normalizeKeyAliases},normalizeLicense:function(){return u.normalizeLicense},normalizePath:function(){return u.normalizePath},normalizeRelativePath:function(){return u.normalizeRelativePath},normalizeSize:function(){return u.normalizeSize},normalizeUrl:function(){return u.normalizeUrl},offset:function(){return c.offset},options:function(){return h.options},parseQuery:function(){return h.parseQuery},position:function(){return c.position},previewBox:function(){return h.previewBox},refs:function(){return h.refs},reset:function(){return h.reset},resolveElement:function(){return h.resolveElement},safeHTML:function(){return l.safeHTML},sanitizeHTMLElement:function(){return l.sanitizeHTMLElement},scrollIntoViewIfNeeded:function(){return h.scrollIntoViewIfNeeded},set:function(){return h.set},setTimeout:function(){return o.setTimeout},size:function(){return c.size},splitArray:function(){return r.splitArray},sprintf:function(){return d.sprintf},stringify:function(){return d.stringify},stripTags:function(){return l.stripTags},toArray:function(){return r.toArray},trim:function(){return d.trim},trimChars:function(){return d.trimChars},trimInv:function(){return d.trimInv},ucfirst:function(){return d.ucfirst}});var r=n(76855),o=n(91898),s=n(27613),a=n(58149),l=n(75275),u=n(71521),c=n(56175),d=n(59007),h=n(43555)},21597:function(t,i){"use strict";i.default='<svg viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg"> <path clip-rule="evenodd" d="M306.39,154.09c19.628,4.543,35.244,21.259,39.787,39.523 c1.551,8.54,8.998,14.989,17.904,14.989c9.991,0,18.168-8.175,18.168-18.17c0-13.083-10.991-32.98-25.985-47.881 c-14.719-14.537-32.252-24.802-46.695-24.802c-9.991,0-18.172,8.45-18.172,18.446C291.396,145.094,297.847,152.546,306.39,154.09z M56.629,392.312c-14.09,14.08-14.09,36.979,0,51.059c14.08,14.092,36.981,14.092,50.965,0l104.392-104.303 c24.347,15.181,53.062,23.991,83.953,23.991c87.857,0,158.995-71.142,158.995-158.999c0-87.854-71.138-158.995-158.995-158.995 c-87.856,0-158.995,71.141-158.995,158.995c0,30.802,8.819,59.606,23.992,83.953L56.629,392.312z M182.371,204.06 c0-62.687,50.875-113.568,113.568-113.568s113.569,50.881,113.569,113.568c0,62.694-50.876,113.569-113.569,113.569 S182.371,266.754,182.371,204.06z" fill-rule="evenodd"/> </svg> '},21735:function(t,i,n){"use strict";n.d(i,{elementToItem:function(){return s},getItem:function(){return o}});var r=n(2748);let o=(t,i,n="a")=>r.Dom.closest(t,t=>r.Dom.isTag(t,n),i),s=(t,i)=>{let{key:n}=t.dataset,{item:r}=i[n||""];return r}},21988:function(t,i,n){"use strict";var r=n(2748),o=n(21537),s=n(12153),a=n(6441),l=n(92762),u=n(46104);s.Icon.set("brush",u.default),a.Config.prototype.controls.brushCell={isVisible:t=>!t.o.disablePlugins.includes("color"),icon:"brush",popup:(t,i,n)=>{if(!(0,o.isJoditObject)(t))return;let r=t.getInstance("Table",t.o).getAllSelectedCells();if(!r.length)return!1;let s=i=>(0,l.ColorPickerWidget)(t,s=>{r.forEach(t=>{(0,o.css)(t,i,s)}),t.lock(),t.synchronizeValues(),n(),t.unlock()},(0,o.css)(r[0],i));return(0,l.TabsWidget)(t,[{name:"Background",content:s("background-color")},{name:"Text",content:s("color")},{name:"Border",content:s("border-color")}])},tooltip:"Background"},a.Config.prototype.controls.brush={isVisible:t=>!t.o.disablePlugins.includes("color"),update(t,i){let n=(0,o.dataBind)(i,"color"),s=(n,r)=>{if(r&&r!==(0,o.css)(t.editor,n).toString()){i.state.icon.fill=r;return}};if(n){let t=(0,o.dataBind)(i,"color");s("color"===t?t:"background-color",n);return}let a=t.s.current();if(a&&!i.state.disabled){let i=r.Dom.closest(a,r.Dom.isElement,t.editor)||t.editor;s("color",(0,o.css)(i,"color").toString()),s("background-color",(0,o.css)(i,"background-color").toString())}i.state.icon.fill="",i.state.activated=!1},popup:(t,i,n,s)=>{let a="",u="",c=[],d=null;return i&&i!==t.editor&&r.Dom.isNode(i)&&(r.Dom.isElement(i)&&t.s.isCollapsed()&&!r.Dom.isTag(i,new Set(["br","hr"]))&&(d=i),r.Dom.up(i,t=>{if(r.Dom.isHTMLElement(t)){let i=(0,o.css)(t,"color",!0),n=(0,o.css)(t,"background-color",!0);if(i)return a=i.toString(),!0;if(n)return u=n.toString(),!0}},t.editor)),c=[{name:"Background",content:(0,l.ColorPickerWidget)(t,i=>{d?d.style.backgroundColor=i:t.execCommand("background",!1,i),(0,o.dataBind)(s,"color",i),(0,o.dataBind)(s,"color-mode","background"),n()},u)},{name:"Text",content:(0,l.ColorPickerWidget)(t,i=>{d?d.style.color=i:t.execCommand("forecolor",!1,i),(0,o.dataBind)(s,"color",i),(0,o.dataBind)(s,"color-mode","color"),n()},a)}],"background"!==t.o.colorPickerDefaultTab&&(c=c.reverse()),(0,l.TabsWidget)(t,c,d)},exec(t,i,{button:n}){let s=(0,o.dataBind)(n,"color-mode"),a=(0,o.dataBind)(n,"color");if(!s)return!1;if(i&&i!==t.editor&&r.Dom.isNode(i)&&r.Dom.isElement(i))switch(s){case"color":i.style.color=a;break;case"background":i.style.backgroundColor=a}else t.execCommand("background"===s?s:"forecolor",!1,a)},tooltip:"Fill color or set the text color"}},22030:function(t,i,n){"use strict";n.d(i,{hasSameStyle:function(){return c},hasSameStyleKeys:function(){return d}});var r=n(82758),o=n(2748),s=n(86068),a=n(3760),l=n(38837),u=n(41180);function c(t,i){return!!(!o.Dom.isTag(t,"font")&&o.Dom.isHTMLElement(t)&&Object.keys(i).every(n=>{let r=(0,u.css)(t,n,!0);return""===r&&(""===i[n]||null==i[n])||!(0,s.isVoid)(r)&&""!==r&&!(0,s.isVoid)(i[n])&&(0,a.normalizeCssValue)(n,i[n]).toString().toLowerCase()===r.toString().toLowerCase()}))}if(r.globalDocument){let t=r.globalDocument.createElement("div");t.style.color="red",(0,l.assert)(c(t,{color:"red"}),"Style test"),(0,l.assert)(c(t,{fontSize:null}),"Style test"),(0,l.assert)(c(t,{fontSize:""}),"Style test")}function d(t,i){return!!(!o.Dom.isTag(t,"font")&&o.Dom.isHTMLElement(t)&&Object.keys(i).every(i=>""!==(0,u.css)(t,i,!0)))}if(r.globalDocument){let t=r.globalDocument.createElement("div");t.style.color="red",(0,l.assert)(d(t,{color:"red"}),"Style test"),(0,l.assert)(!d(t,{font:"Arial",color:"red"}),"Style test"),(0,l.assert)(!d(t,{border:"1px solid #ccc"}),"Style test")}},22113:function(t,i,n){"use strict";n.r(i),i.default={newline:"Шинэ мөр",delete:"Устгах",space:"Зай","Speech Recognize":"Дуу хоолой таних",Sound:"Дуу","Interim Results":"Түр зуурын үр дүн"}},22125:function(t,i,n){"use strict";n.d(i,{addNewInState:function(){return s}});var r=n(56075),o=n(67912);function s(t){var i,n,s,a,l,u,c,d;switch(this.state.mode){case"polyline":case"polygon":{let{mode:i}=this.state;this.state.elements=[...this.state.elements,(0,r._)({type:i,coordinates:(0,o.pathToArray)(t.getPath())},this.options.googleMaps.map.defaultStates[i])];break}case"circle":this.state.elements=[...this.state.elements,(0,r._)({type:this.state.mode,coordinates:[null!=(i=null==(s=t.getCenter())?void 0:s.lat())?i:0,null!=(n=null==(a=t.getCenter())?void 0:a.lng())?n:0],radius:t.getRadius()},this.options.googleMaps.map.defaultStates.circle)];break;case"marker":this.state.elements=[...this.state.elements,(0,r._)({type:this.state.mode,coordinates:[null!=(l=null==(c=t.getPosition())?void 0:c.lat())?l:0,null!=(u=null==(d=t.getPosition())?void 0:d.lng())?u:0]},this.options.googleMaps.map.defaultStates.marker)]}}},22396:function(t,i,n){"use strict";n.r(i),i.default={symbols:"기호"}},22432:function(t,i,n){"use strict";n.r(i),i.default={newline:"regel",delete:"verwijderen",space:"ruimte","Speech Recognize":"Spraak Herkennen",Sound:"Geluid","Interim Results":"Tussentijdse Resultaten"}},22461:function(t,i,n){"use strict";n.d(i,{form:function(){return l}});var r=n(67510);let o="jodit-image-editor",s=r.Icon.get.bind(r.Icon),a=(t,i="jodti-image-editor_active")=>t?i:"",l=(t,i)=>{let n=t.i18n.bind(t),r=(t,i,r=!0)=>`<div class="jodit-form__group">
54
+ </div>`}onClickFavorite(){return this.bubble(t=>{this.jodit.e.fire(t,"toggleFavoriteItem",this.item)}),!1}onAction(t){return this.jodit.e.fire(t.type+"Item.filebrowser",this.item,(0,a.ctrlKey)(t)||t.shiftKey,t),!1}update(){let t=this.getElm("image");(0,l.assert)(null!=t,"image element does not exists"),(0,a.css)(t,"backgroundImage",`url(${encodeURI(this.item.imageURL)})`);let{type:i,file:n,time:r,size:o}=this.item;this.setMod("is-file",!1===this.item.isImage).setMod("type",null!=i?i:"file").setElementValue("name",n).setElementValue("time",r).setElementValue("filesize",o),(0,a.attr)(this.container,"title","folder"!==i?`${n} ${r} ${o}`:n),super.update()}setElementValue(t,i){let n=this.getFullElName(t),r=this.getElm(t);if(!i)return r&&c.Dom.safeRemove(r),this;if(!r){let t=this.getElm("info");(0,l.assert)(null!=t,"wrapper element does not exist"),r=this.j.create.div(n),t.appendChild(r)}return r.innerText=i,this}constructor(t,i){super(t),(0,r._)(this,"item",void 0),this.item=d.FileBrowserItem.create(i),t.e.on(this.container,"click contextmenu dblclick",i=>(t.e.fire(i.type+"Item.filebrowser",this.item,(0,a.ctrlKey)(i)||i.shiftKey,i),!1)),this.update()}}(0,o.__decorate)([(0,s.watch)("heart:click")],h.prototype,"onClickFavorite",null),(0,o.__decorate)([(0,s.watch)(["container:click","container:contextmenu","container:dblclick"])],h.prototype,"onAction",null),h=(0,o.__decorate)([s.component],h)},21162:function(t,i,n){"use strict";n.d(i,{MemoryStorageProvider:function(){return r}});class r{set(t,i){return this.data.set(t,i),this}delete(t){return this.data.delete(t),this}get(t){return this.data.get(t)}exists(t){return this.data.has(t)}clear(){return this.data.clear(),this}constructor(){this.data=new Map}}},21224:function(t,i,n){"use strict";n.d(i,{normalizeColor:function(){return s}});var r=n(35278),o=n(49055);let s=t=>{let i=["#"],n=(0,r.colorToHex)(t);if(!n)return!1;if(3===(n=(n=(0,o.trim)(n.toUpperCase())).substring(1)).length){for(let t=0;t<3;t+=1)i.push(n[t]),i.push(n[t]);return i.join("")}return n.length>6&&(n=n.slice(0,6)),"#"+n}},21246:function(t,i,n){"use strict";n.d(i,{license:function(){return h}});var r=n(77688),o=n(38882),s=n(82758),a=n(2748),l=n(87612),u=n(70799),c=n(20356),d=n(2692);class h extends c.Plugin{static make(t){return new h(t)}afterInit(t){this.j.e.on("checkReserve",t=>(0,r._)(function*(){let i=this.j.o.license;if((0,o.isAllowedSubdomain)(t))return"normal";if(!i||!(0,u.isString)(i))return"";let n=(0,o.validateLicense)(i,t);return n||!(i[12]>"A")||s.IS_TEST||(n=yield this.validateLicenseRemote(i,t)),n?"normal":""}).call(this))}beforeDestruct(t){}validateLicenseRemote(t,i){return(0,r._)(function*(){let n="validateJoditLicenseRemote",r=this.j.storage.get(n);if(r&&(0,o.validateLicense)(r,i))return!0;let s=document.createElement("script");return s.src=`https://xdsoft.net/jodit/pro/api/licenses/validate/?code=${encodeURIComponent(t)}&host=${encodeURIComponent(i)}`,document.body.appendChild(s),this.j.async.promise(t=>{window.onJoditResolveKeyCode=r=>{try{if((0,l.isBoolean)(r))return t(r);(0,o.validateLicense)(r,i)?(this.j.storage.set(n,r),t(!0)):t(!1)}finally{a.Dom.safeRemove(s)}},this.j.async.setTimeout(()=>{t(!1),a.Dom.safeRemove(s)},3e3)})}).call(this)}}d.JoditPro.plugins.add("license",h)},21357:function(t,i,n){"use strict";n.d(i,{removeWidthFromTableCell:function(){return r}});let r=t=>(t.attributes.width&&("th"===t.name||"td"===t.name)&&(t.attributes.width=null),t)},21491:function(t,i,n){"use strict";n.d(i,{makeButton:function(){return l},makeCollection:function(){return a},makeSelect:function(){return u}});var r=n(87325),o=n(23282),s=n(19306);function a(t,i){let n=(0,r.getComponentClass)("ToolbarCollection"),o=(0,r.getComponentClass)("ToolbarEditorCollection"),a=(0,s.isJoditObject)(t)?new o(t):new n(t);return t.o.textIcons&&a.container.classList.add("jodit_text_icons"),i&&(a.parentElement=i),t.o.toolbarButtonSize&&(a.buttonSize=t.o.toolbarButtonSize),a}function l(t,i,n=null){if((0,o.isFunction)(i.getContent))return new((0,r.getComponentClass)("ToolbarContent"))(t,i,n);let s=new((0,r.getComponentClass)("ToolbarButton"))(t,i,n);return s.state.tabIndex=t.o.allowTabNavigation?0:-1,s}function u(t,i,n=null){return new((0,r.getComponentClass)("ToolbarSelect"))(t,i,n)}},21496:function(t,i,n){"use strict";n.d(i,{size:function(){return o}});var r=n(27613);function o(t){return(0,r.isString)(t)||(0,r.isArray)(t)?t.length:(0,r.isPlainObject)(t)?Object.keys(t).length:0}},21537:function(t,i,n){"use strict";n.r(i),n.d(i,{$$:function(){return h.$$},CamelCaseToKebabCase:function(){return d.CamelCaseToKebabCase},ConfigDeepFlatten:function(){return h.ConfigDeepFlatten},ConfigFlatten:function(){return h.ConfigFlatten},ConfigProto:function(){return h.ConfigProto},ConnectionError:function(){return h.ConnectionError},LimitedStack:function(){return h.LimitedStack},NUMBER_FIELDS_REG:function(){return u.NUMBER_FIELDS_REG},OptionsError:function(){return h.OptionsError},abort:function(){return h.abort},alignElement:function(){return h.alignElement},alreadyLoadedList:function(){return h.alreadyLoadedList},appendScriptAsync:function(){return h.appendScriptAsync},appendStyleAsync:function(){return h.appendStyleAsync},applyStyles:function(){return l.applyStyles},asArray:function(){return r.asArray},assert:function(){return h.assert},attr:function(){return h.attr},browser:function(){return h.browser},buildQuery:function(){return h.buildQuery},call:function(){return h.call},callPromise:function(){return h.callPromise},callThis:function(){return h.callThis},camelCase:function(){return d.camelCase},cleanFromWord:function(){return l.cleanFromWord},clearAlign:function(){return h.clearAlign},clearCenterAlign:function(){return h.clearCenterAlign},clearTimeout:function(){return o.clearTimeout},cns:function(){return h.cns},colorToHex:function(){return a.colorToHex},completeUrl:function(){return h.completeUrl},connection:function(){return h.connection},convertMediaUrlToVideoEmbed:function(){return h.convertMediaUrlToVideoEmbed},css:function(){return h.css},cssPath:function(){return h.cssPath},ctrlKey:function(){return h.ctrlKey},dataBind:function(){return h.dataBind},defaultLanguage:function(){return h.defaultLanguage},error:function(){return h.error},fastClone:function(){return h.fastClone},fuzzySearchIndex:function(){return d.fuzzySearchIndex},get:function(){return h.get},getClassName:function(){return h.getClassName},getContentWidth:function(){return c.getContentWidth},getDataTransfer:function(){return h.getDataTransfer},getPropertyDescriptor:function(){return h.getPropertyDescriptor},getScrollParent:function(){return c.getScrollParent},getXPathByElement:function(){return h.getXPathByElement},hAlignElement:function(){return h.hAlignElement},hasBrowserColorPicker:function(){return s.hasBrowserColorPicker},hasContainer:function(){return s.hasContainer},htmlspecialchars:function(){return l.htmlspecialchars},humanSizeToBytes:function(){return h.humanSizeToBytes},i18n:function(){return d.i18n},inView:function(){return h.inView},innerWidth:function(){return c.innerWidth},isAbortError:function(){return s.isAbortError},isArray:function(){return s.isArray},isAtom:function(){return h.isAtom},isBoolean:function(){return s.isBoolean},isDestructable:function(){return s.isDestructable},isEqual:function(){return s.isEqual},isFastEqual:function(){return s.isFastEqual},isFunction:function(){return s.isFunction},isHTML:function(){return s.isHTML},isHtmlFromWord:function(){return s.isHtmlFromWord},isInitable:function(){return s.isInitable},isInt:function(){return s.isInt},isJoditObject:function(){return s.isJoditObject},isLicense:function(){return s.isLicense},isMarker:function(){return s.isMarker},isNativeFunction:function(){return s.isNativeFunction},isNumber:function(){return s.isNumber},isNumeric:function(){return s.isNumeric},isPlainObject:function(){return s.isPlainObject},isPromise:function(){return s.isPromise},isSet:function(){return s.isSet},isString:function(){return s.isString},isStringArray:function(){return s.isStringArray},isURL:function(){return s.isURL},isValidName:function(){return s.isValidName},isViewObject:function(){return s.isViewObject},isVoid:function(){return s.isVoid},isWindow:function(){return s.isWindow},kebabCase:function(){return d.kebabCase},keepNames:function(){return h.keepNames},keys:function(){return h.keys},loadImage:function(){return h.loadImage},loadNext:function(){return h.loadNext},loadNextStyle:function(){return h.loadNextStyle},markAsAtomic:function(){return h.markAsAtomic},markDeprecated:function(){return h.markDeprecated},markOwner:function(){return h.markOwner},memorizeExec:function(){return h.memorizeExec},nl2br:function(){return l.nl2br},normalizeColor:function(){return u.normalizeColor},normalizeCssNumericValue:function(){return u.normalizeCssNumericValue},normalizeCssValue:function(){return u.normalizeCssValue},normalizeKeyAliases:function(){return u.normalizeKeyAliases},normalizeLicense:function(){return u.normalizeLicense},normalizePath:function(){return u.normalizePath},normalizeRelativePath:function(){return u.normalizeRelativePath},normalizeSize:function(){return u.normalizeSize},normalizeUrl:function(){return u.normalizeUrl},offset:function(){return c.offset},options:function(){return h.options},parseQuery:function(){return h.parseQuery},position:function(){return c.position},previewBox:function(){return h.previewBox},refs:function(){return h.refs},reset:function(){return h.reset},resolveElement:function(){return h.resolveElement},safeHTML:function(){return l.safeHTML},sanitizeHTMLElement:function(){return l.sanitizeHTMLElement},scrollIntoViewIfNeeded:function(){return h.scrollIntoViewIfNeeded},set:function(){return h.set},setTimeout:function(){return o.setTimeout},size:function(){return c.size},splitArray:function(){return r.splitArray},sprintf:function(){return d.sprintf},stringify:function(){return d.stringify},stripTags:function(){return l.stripTags},toArray:function(){return r.toArray},trim:function(){return d.trim},trimChars:function(){return d.trimChars},trimInv:function(){return d.trimInv},ucfirst:function(){return d.ucfirst}});var r=n(76855),o=n(91898),s=n(27613),a=n(58149),l=n(75275),u=n(71521),c=n(56175),d=n(59007),h=n(43555)},21597:function(t,i){"use strict";i.default='<svg viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg"> <path clip-rule="evenodd" d="M306.39,154.09c19.628,4.543,35.244,21.259,39.787,39.523 c1.551,8.54,8.998,14.989,17.904,14.989c9.991,0,18.168-8.175,18.168-18.17c0-13.083-10.991-32.98-25.985-47.881 c-14.719-14.537-32.252-24.802-46.695-24.802c-9.991,0-18.172,8.45-18.172,18.446C291.396,145.094,297.847,152.546,306.39,154.09z M56.629,392.312c-14.09,14.08-14.09,36.979,0,51.059c14.08,14.092,36.981,14.092,50.965,0l104.392-104.303 c24.347,15.181,53.062,23.991,83.953,23.991c87.857,0,158.995-71.142,158.995-158.999c0-87.854-71.138-158.995-158.995-158.995 c-87.856,0-158.995,71.141-158.995,158.995c0,30.802,8.819,59.606,23.992,83.953L56.629,392.312z M182.371,204.06 c0-62.687,50.875-113.568,113.568-113.568s113.569,50.881,113.569,113.568c0,62.694-50.876,113.569-113.569,113.569 S182.371,266.754,182.371,204.06z" fill-rule="evenodd"/> </svg> '},21735:function(t,i,n){"use strict";n.d(i,{elementToItem:function(){return s},getItem:function(){return o}});var r=n(2748);let o=(t,i,n="a")=>r.Dom.closest(t,t=>r.Dom.isTag(t,n),i),s=(t,i)=>{let{key:n}=t.dataset,{item:r}=i[n||""];return r}},21988:function(t,i,n){"use strict";var r=n(2748),o=n(21537),s=n(12153),a=n(6441),l=n(92762),u=n(46104);s.Icon.set("brush",u.default),a.Config.prototype.controls.brushCell={isVisible:t=>!t.o.disablePlugins.includes("color"),icon:"brush",popup:(t,i,n)=>{if(!(0,o.isJoditObject)(t))return;let r=t.getInstance("Table",t.o).getAllSelectedCells();if(!r.length)return!1;let s=i=>(0,l.ColorPickerWidget)(t,s=>{r.forEach(t=>{(0,o.css)(t,i,s)}),t.lock(),t.synchronizeValues(),n(),t.unlock()},(0,o.css)(r[0],i));return(0,l.TabsWidget)(t,[{name:"Background",content:s("background-color")},{name:"Text",content:s("color")},{name:"Border",content:s("border-color")}])},tooltip:"Background"},a.Config.prototype.controls.brush={isVisible:t=>!t.o.disablePlugins.includes("color"),update(t,i){let n=(0,o.dataBind)(i,"color"),s=(n,r)=>{if(r&&r!==(0,o.css)(t.editor,n).toString()){i.state.icon.fill=r;return}};if(n){let t=(0,o.dataBind)(i,"color");s("color"===t?t:"background-color",n);return}let a=t.s.current();if(a&&!i.state.disabled){let i=r.Dom.closest(a,r.Dom.isElement,t.editor)||t.editor;s("color",(0,o.css)(i,"color").toString()),s("background-color",(0,o.css)(i,"background-color").toString())}i.state.icon.fill="",i.state.activated=!1},popup:(t,i,n,s)=>{let a="",u="",c=[],d=null;return i&&i!==t.editor&&r.Dom.isNode(i)&&(r.Dom.isElement(i)&&t.s.isCollapsed()&&!r.Dom.isTag(i,new Set(["br","hr"]))&&(d=i),r.Dom.up(i,t=>{if(r.Dom.isHTMLElement(t)){let i=(0,o.css)(t,"color",!0),n=(0,o.css)(t,"background-color",!0);if(i)return a=i.toString(),!0;if(n)return u=n.toString(),!0}},t.editor)),c=[{name:"Background",content:(0,l.ColorPickerWidget)(t,i=>{d?d.style.backgroundColor=i:t.execCommand("background",!1,i),(0,o.dataBind)(s,"color",i),(0,o.dataBind)(s,"color-mode","background"),n()},u)},{name:"Text",content:(0,l.ColorPickerWidget)(t,i=>{d?d.style.color=i:t.execCommand("forecolor",!1,i),(0,o.dataBind)(s,"color",i),(0,o.dataBind)(s,"color-mode","color"),n()},a)}],"background"!==t.o.colorPickerDefaultTab&&(c=c.reverse()),(0,l.TabsWidget)(t,c,d)},exec(t,i,{button:n}){let s=(0,o.dataBind)(n,"color-mode"),a=(0,o.dataBind)(n,"color");if(!s)return!1;if(i&&i!==t.editor&&r.Dom.isNode(i)&&r.Dom.isElement(i))switch(s){case"color":i.style.color=a;break;case"background":i.style.backgroundColor=a}else t.execCommand("background"===s?s:"forecolor",!1,a)},tooltip:"Fill color or set the text color"}},22030:function(t,i,n){"use strict";n.d(i,{hasSameStyle:function(){return c},hasSameStyleKeys:function(){return d}});var r=n(82758),o=n(2748),s=n(86068),a=n(3760),l=n(38837),u=n(41180);function c(t,i){return!!(!o.Dom.isTag(t,"font")&&o.Dom.isHTMLElement(t)&&Object.keys(i).every(n=>{let r=(0,u.css)(t,n,!0);return""===r&&(""===i[n]||null==i[n])||!(0,s.isVoid)(r)&&""!==r&&!(0,s.isVoid)(i[n])&&(0,a.normalizeCssValue)(n,i[n]).toString().toLowerCase()===r.toString().toLowerCase()}))}if(r.globalDocument){let t=r.globalDocument.createElement("div");t.style.color="red",(0,l.assert)(c(t,{color:"red"}),"Style test"),(0,l.assert)(c(t,{fontSize:null}),"Style test"),(0,l.assert)(c(t,{fontSize:""}),"Style test")}function d(t,i){return!!(!o.Dom.isTag(t,"font")&&o.Dom.isHTMLElement(t)&&Object.keys(i).every(i=>""!==(0,u.css)(t,i,!0)))}if(r.globalDocument){let t=r.globalDocument.createElement("div");t.style.color="red",(0,l.assert)(d(t,{color:"red"}),"Style test"),(0,l.assert)(!d(t,{font:"Arial",color:"red"}),"Style test"),(0,l.assert)(!d(t,{border:"1px solid #ccc"}),"Style test")}},22113:function(t,i,n){"use strict";n.r(i),i.default={newline:"Шинэ мөр",delete:"Устгах",space:"Зай","Speech Recognize":"Дуу хоолой таних",Sound:"Дуу","Interim Results":"Түр зуурын үр дүн"}},22125:function(t,i,n){"use strict";n.d(i,{addNewInState:function(){return s}});var r=n(56075),o=n(67912);function s(t){var i,n,s,a,l,u,c,d;switch(this.state.mode){case"polyline":case"polygon":{let{mode:i}=this.state;this.state.elements=[...this.state.elements,(0,r._)({type:i,coordinates:(0,o.pathToArray)(t.getPath())},this.options.googleMaps.map.defaultStates[i])];break}case"circle":this.state.elements=[...this.state.elements,(0,r._)({type:this.state.mode,coordinates:[null!=(i=null==(s=t.getCenter())?void 0:s.lat())?i:0,null!=(n=null==(a=t.getCenter())?void 0:a.lng())?n:0],radius:t.getRadius()},this.options.googleMaps.map.defaultStates.circle)];break;case"marker":this.state.elements=[...this.state.elements,(0,r._)({type:this.state.mode,coordinates:[null!=(l=null==(c=t.getPosition())?void 0:c.lat())?l:0,null!=(u=null==(d=t.getPosition())?void 0:d.lng())?u:0]},this.options.googleMaps.map.defaultStates.marker)]}}},22396:function(t,i,n){"use strict";n.r(i),i.default={symbols:"기호"}},22432:function(t,i,n){"use strict";n.r(i),i.default={newline:"regel",delete:"verwijderen",space:"ruimte","Speech Recognize":"Spraak Herkennen",Sound:"Geluid","Interim Results":"Tussentijdse Resultaten"}},22461:function(t,i,n){"use strict";n.d(i,{form:function(){return l}});var r=n(67510);let o="jodit-image-editor",s=r.Icon.get.bind(r.Icon),a=(t,i="jodti-image-editor_active")=>t?i:"",l=(t,i)=>{let n=t.i18n.bind(t),r=(t,i,r=!0)=>`<div class="jodit-form__group">
55
55
  <label class="jodit-switcher-wrapper">
56
56
  <span class='jodit-switcher'>
57
57
  <input ${a(r,"checked")} data-ref="${i}" type="checkbox"/>
@@ -197,14 +197,14 @@
197
197
  <div class='&__form'></div>
198
198
  </div>
199
199
  <div class='&__library'></div>
200
- </div>`}generateLibrary(){let t=new l.UIGroup(this.j);u.map(p.mapKey).forEach(i=>{let n=new c.UIGButton(this.j,i);n.setMod("mode","library"),t.append(n),this.j.e.on(n.container,"click",()=>{let{text:t}=this.state;Object.assign(this.state,i),Object.assign(this.state,{className:"",text:t}),this.update()})});let i=this.getElm("library");(0,a.assert)(null!=i,"library element does not exists"),i.appendChild(t.container)}static mapKey(t){return{bgEnd:t.be,bgStart:t.bs,borderColor:t.bc,borderRadius:t.br,borderSize:t.bse,boxShadow:t.bsh,boxShadowBlurRadius:t.bsbr,boxShadowColor:t.bsc,boxShadowInset:t.bsi,boxShadowOffsetX:t.bsox,boxShadowOffsetY:t.bsoy,boxShadowSpreadRadius:t.bssr,fontColor:t.fc,fontFamily:t.ff,fontSize:t.fs,fontStyle:t.fse,fontWeight:t.fw,paddingX:t.px,paddingY:t.py,previewBgColor:t.pbc,solid:t.s,text:t.t,textShadow:t.ts,textShadowBlurRadius:t.tsbr,textShadowColor:t.tsc,textShadowOffsetX:t.tsox,textShadowOffsetY:t.tsoy}}updateState(t,i){this.state[t]=i,this.update()}update(){this.isReady&&(this.form.update(),this.preview.update())}constructor(t){super(t),(0,r._)(this,"state",{text:"",className:"",href:"",bgEnd:"#5cbf2a",bgStart:"#44c767",borderColor:"#18ab29",borderRadius:28,borderSize:1,boxShadow:!1,boxShadowBlurRadius:0,boxShadowColor:"#3dc21b",boxShadowInset:!1,boxShadowOffsetX:0,boxShadowOffsetY:0,boxShadowSpreadRadius:0,fontColor:"#fff",fontFamily:"Arial",fontSize:17,fontStyle:!1,fontWeight:!1,fontItalic:!1,paddingX:31,paddingY:16,previewBgColor:"#f5f5f5",solid:!0,textShadow:!0,textShadowBlurRadius:0,textShadowColor:"#2f6627",textShadowOffsetX:0,textShadowOffsetY:1}),(0,r._)(this,"preview",new h.UIPreviewButtonGenerator(this.j,this.state,this.updateState)),(0,r._)(this,"form",new d.UIFormButtonGenerator(this.j,this.state,this.updateState)),(0,r._)(this,"target",void 0),this.generateLibrary();const i=this.getElm("preview");(0,a.assert)(null!=i,"preview element does not exists"),i.appendChild(this.preview.container);const n=this.getElm("form");(0,a.assert)(null!=n,"form element does not exists"),n.appendChild(this.form.container)}}(0,o.__decorate)([s.autobind],p.prototype,"updateState",null),p=(0,o.__decorate)([s.component],p)},36125:function(t,i,n){"use strict";var r=n(82758),o=n(65478),s=n(22732),a=n(580),l=n(21537),u=n(50911);n(55099);var c=n(55611),d=n(92278);function h(t,i,n,r,o,s,a){try{var l=t[s](a),u=l.value}catch(t){n(t);return}l.done?i(u):Promise.resolve(u).then(r,o)}function p(t){return function(){var i=this,n=arguments;return new Promise(function(r,o){var s=t.apply(i,n);function a(t){h(s,r,o,a,l,"next",t)}function l(t){h(s,r,o,a,l,"throw",t)}a(void 0)})}}var f=function(t,i,n,r){var o,s=arguments.length,a=s<3?i:null===r?r=Object.getOwnPropertyDescriptor(i,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,r);else for(var l=t.length-1;l>=0;l--)(o=t[l])&&(a=(s<3?o(a):s>3?o(i,n,a):o(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a};class m extends u.Plugin{get ui(){return new d.UISearch(this.j)}updateCounters(){return p(function*(){this.ui.isOpened&&(this.ui.count=yield this.calcCounts(this.ui.query))}).call(this)}onPressReplaceButton(){this.findAndReplace(this.ui.query),this.updateCounters()}tryScrollToElement(t){let i=s.Dom.closest(t,s.Dom.isElement,this.j.editor);i||(i=s.Dom.prev(t,s.Dom.isElement,this.j.editor)),i&&i!==this.j.editor&&(0,l.scrollIntoViewIfNeeded)(i,this.j.editor,this.j.ed)}calcCounts(t){return p(function*(){return(yield this.findQueryBounds(t,"walkerCount")).length}).call(this)}findQueryBounds(t,i){return p(function*(){let n=this[i];return n&&n.break(),n=new s.LazyWalker(this.j.async,{timeout:this.j.o.search.lazyIdleTimeout}),this[i]=n,this.find(n,t).catch(t=>(r.IS_PROD,[]))}).call(this)}findAndReplace(t){return p(function*(){let i=yield this.findQueryBounds(t,"walker");if(!i.length)return!1;let n=this.findCurrentIndexInRanges(i,this.j.s.range);-1===n&&(n=0);let o=i[n];if(o){try{let i=this.j.ed.createRange();i.setStart(o.startContainer,o.startOffset),i.setEnd(o.endContainer,o.endOffset),i.deleteContents();let a=this.j.createInside.text(this.ui.replace);s.Dom.safeInsertNode(i,a),(0,c.clearSelectionWrappers)(this.j),this.j.s.setCursorAfter(a),this.tryScrollToElement(a),this.cache={},this.ui.currentIndex=n,yield this.findAndSelect(t,!0).catch(t=>(r.IS_PROD,null))}finally{this.j.synchronizeValues()}return this.j.e.fire("afterFindAndReplace"),!0}return!1}).call(this)}findAndSelect(t,i){return p(function*(){var n;let o=yield this.findQueryBounds(t,"walker");if(!o.length)return!1;this.previousQuery===t&&(0,c.getSelectionWrappers)(this.j.editor).length||(null==(n=this.drawPromise)||n.rejectCallback(),this.j.async.cancelAnimationFrame(this.wrapFrameRequest),(0,c.clearSelectionWrappers)(this.j),this.drawPromise=this.__drawSelectionRanges(o)),this.previousQuery=t;let s=this.ui.currentIndex-1;s=-1===s?0:i?s===o.length-1?0:s+1:0===s?o.length-1:s-1,this.ui.currentIndex=s+1;let a=o[s];if(a){let t=this.j.ed.createRange();try{t.setStart(a.startContainer,a.startOffset),t.setEnd(a.endContainer,a.endOffset),this.j.s.selectRange(t)}catch(t){r.IS_PROD}return this.tryScrollToElement(a.startContainer),yield this.updateCounters(),yield this.drawPromise,this.j.e.fire("afterFindAndSelect"),!0}return!1}).call(this)}findCurrentIndexInRanges(t,i){return t.findIndex(t=>t.startContainer===i.startContainer&&t.startOffset===i.startOffset&&t.endContainer===i.startContainer&&t.endOffset===i.endOffset)}isValidCache(t){return p(function*(){return(yield t).every(t=>{var i,n,r,o;return t.startContainer.isConnected&&t.startOffset<=(null!=(n=null==(i=t.startContainer.nodeValue)?void 0:i.length)?n:0)&&t.endContainer.isConnected&&t.endOffset<=(null!=(o=null==(r=t.endContainer.nodeValue)?void 0:r.length)?o:0)})})()}find(t,i){return p(function*(){if(!i.length)return[];let n=this.cache[i];return n&&(yield this.isValidCache(n))?n:(this.cache[i]=this.j.async.promise(n=>{let r=new c.SentenceFinder(this.j.o.search.fuzzySearch);t.on("break",()=>{n([])}).on("visit",t=>(s.Dom.isText(t)&&r.add(t),!1)).on("end",()=>{var t;n(null!=(t=r.ranges(i))?t:[])}).setWork(this.j.editor)}),this.cache[i])}).call(this)}__drawSelectionRanges(t){let{async:i,createInside:n,editor:r}=this.j;i.cancelAnimationFrame(this.wrapFrameRequest);let o=[...t],s,a=0;return i.promise(t=>{let l=()=>{do(s=o.shift())&&(0,c.highlightTextRanges)(this.j,s,o,n,r),a+=1;while(s&&a<=5);o.length?this.wrapFrameRequest=i.requestAnimationFrame(l):t()};l()})}onAfterGetValueFromEditor(t){t.value=(0,c.clearSelectionWrappersFromHTML)(t.value)}afterInit(t){if(t.o.useSearch){let i=this;t.e.on("beforeSetMode.search",()=>{this.ui.close()}).on(this.ui,"afterClose",()=>{(0,c.clearSelectionWrappers)(t),this.ui.currentIndex=0,this.ui.count=0,this.cache={},t.focus()}).on("click",()=>{this.ui.currentIndex=0,(0,c.clearSelectionWrappers)(t)}).on("change.search",()=>{this.cache={}}).on("keydown.search mousedown.search",t.async.debounce(()=>{this.ui.selInfo&&(t.s.removeMarkers(),this.ui.selInfo=null),this.ui.isOpened&&this.updateCounters()},t.defaultTimeout)).on("searchNext.search searchPrevious.search",()=>(this.ui.isOpened||this.ui.open(),i.findAndSelect(i.ui.query,"searchNext"===t.e.current).catch(t=>{r.IS_PROD}))).on("search.search",(t,n=!0)=>(this.ui.currentIndex=0,i.findAndSelect(t||"",n).catch(t=>{r.IS_PROD}))),t.registerCommand("search",{exec:(t,n,o=!0)=>(n&&i.findAndSelect(n,o).catch(t=>{r.IS_PROD}),!1)}).registerCommand("openSearchDialog",{exec:(t,n)=>(i.ui.open(n),!1),hotkeys:["ctrl+f","cmd+f"]}).registerCommand("openReplaceDialog",{exec:(n,r,o)=>(t.o.readonly||i.ui.open(r,o,!0),!1),hotkeys:["ctrl+h","cmd+h"]})}}beforeDestruct(t){var i;null==(i=(0,o.cached)(this,"ui"))||i.destruct(),t.e.off(".search")}constructor(){super(...arguments),this.buttons=[{name:"find",group:"search"}],this.previousQuery="",this.drawPromise=null,this.walker=null,this.walkerCount=null,this.cache={},this.wrapFrameRequest=0}}f([o.cache],m.prototype,"ui",null),f([(0,o.watch)("ui:needUpdateCounters")],m.prototype,"updateCounters",null),f([(0,o.watch)("ui:pressReplaceButton")],m.prototype,"onPressReplaceButton",null),f([o.autobind],m.prototype,"findQueryBounds",null),f([o.autobind],m.prototype,"findAndReplace",null),f([o.autobind],m.prototype,"findAndSelect",null),f([o.autobind],m.prototype,"find",null),f([(0,o.watch)(":afterGetValueFromEditor")],m.prototype,"onAfterGetValueFromEditor",null),a.pluginSystem.add("search",m)},36142:function(t,i,n){"use strict";n.d(i,{execute:function(){return a}});var r=n(77688),o=n(6689),s=n(49459);function a(t,i,n){return(0,r._)(function*(){let r=(0,s.requireString)(i,"html"),{collapseToEnd:a}=i;(0,o.throwIfAborted)(n);try{if(t.s.restore(),t.s.insertHTML(r),a){let i=t.s.range;i.collapse(!1),t.s.selectRange(i)}return t.e.fire("change"),{success:!0,message:"Selection replaced successfully"}}catch(t){throw Error(`Failed to replace selection: ${t.message}`)}})()}},36204:function(t,i,n){"use strict";var r=n(82758),o=n(12153),s=n(6441),a=n(35599);s.Config.prototype.beautifyHTML=!r.IS_IE,s.Config.prototype.sourceEditor="ace",s.Config.prototype.sourceEditorNativeOptions={showGutter:!0,theme:"ace/theme/idle_fingers",mode:"ace/mode/html",wrap:!0,highlightActiveLine:!0},s.Config.prototype.sourceEditorCDNUrlsJS=["https://cdnjs.cloudflare.com/ajax/libs/ace/1.4.2/ace.js"],s.Config.prototype.beautifyHTMLCDNUrlsJS=["https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.14.4/beautify.min.js","https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.14.4/beautify-html.min.js"],o.Icon.set("source",a.default),s.Config.prototype.controls.source={mode:r.MODE_SPLIT,exec:t=>{t.toggleMode()},isActive:t=>t.getRealMode()===r.MODE_SOURCE,tooltip:"Change mode"}},36243:function(t,i,n){"use strict";var r=n(22732),o=n(580),s=n(6441);s.Config.prototype.autofocus=!1,s.Config.prototype.cursorAfterAutofocus="end",s.Config.prototype.saveSelectionOnBlur=!0,o.pluginSystem.add("focus",function(t){t.o.saveSelectionOnBlur&&t.e.on("blur",()=>{t.isEditorMode()&&t.s.save(!0)}).on("focus",()=>{t.s.restore()});let i=()=>{if(t.s.focus(),"end"===t.o.cursorAfterAutofocus){let i=r.Dom.last(t.editor,t=>r.Dom.isText(t));i&&t.s.setCursorIn(i,!1)}};t.e.on("afterInit",()=>{t.o.autofocus&&(t.defaultTimeout?t.async.setTimeout(i,300):i())}),t.e.on("afterInit afterAddPlace",()=>{t.e.off(t.editor,"mousedown.autofocus").on(t.editor,"mousedown.autofocus",i=>{t.isEditorMode()&&i.target&&r.Dom.isBlock(i.target)&&!i.target.childNodes.length&&(t.editor===i.target?t.s.focus():t.s.setCursorIn(i.target))})})})},36347:function(t,i,n){"use strict";n(6441).Config.prototype.highlightSignature={processDelay:0,processInChunkCount:300,schema:{},excludeTags:["pre"]}},36409:function(t,i,n){"use strict";function r(t){return t.length?t[0].toUpperCase()+t.substring(1):""}n.d(i,{ucfirst:function(){return r}})},36469:function(t,i,n){"use strict";n.d(i,{UISelectItems:function(){return s}});var r=n(2748),o=n(41180);class s{static remove(t){r.Dom.safeRemove(t.container.querySelector(".jodit-ui-select-items")),t.j.e.off(t.container,"mousedown.uiselectitems touchstart.uiselectitems")}static install(t){let i=t.j.c.div("jodit-ui-select-items");t.j.e.on(t.container,"mousedown.uiselectitems touchstart.uiselectitems",this.onStartSelect.bind(this,t,i))}static onStartSelect(t,i,n){if(n.target!==t.container)return;(0,o.css)(i,{width:0,height:0}),t.container.appendChild(i);let r={x:n.clientX,y:n.clientY,w:t.container.offsetWidth,h:t.container.offsetHeight},s=t.j.async.throttle(this.onSelect.bind(this,t,i,r),t.j.defaultTimeout/10);t.j.lock(),t.j.e.on(t.j.ow,"mousemove touchmove",s).one(t.j.ow,"mouseup touchend",this.onEndSelect.bind(this,t,i,s)),t.onSelectItems({left:r.x,top:r.y,width:0,height:0})}static onSelect(t,i,n,r){let s={left:n.x>r.clientX?r.clientX:n.x,top:n.y>r.clientY?r.clientY:n.y,width:Math.abs(n.x-r.clientX),height:Math.abs(n.y-r.clientY)};(0,o.css)(i,s),t.onSelectItems(s)}static onEndSelect(t,i,n,o){r.Dom.safeRemove(i),t.j.e.off(t.j.ow,"mousemove touchmove",n),t.j.unlock()}}},36576:function(t){t.exports='<svg viewBox="0 0 77 86" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M7 38.6056L33.1367 7.96263L69.5477 45.7058L36.2444 72.166L7 76.9673V38.6056Z" stroke="black" stroke-width="6"/> <circle cx="71" cy="45" r="6" fill="#C8C8C8"/> <circle cx="35" cy="73" r="6" fill="#C8C8C8"/> <circle cx="6" cy="79" r="6" fill="#C8C8C8"/> <circle cx="6" cy="39" r="6" fill="#C8C8C8"/> <circle cx="33" cy="6" r="6" fill="#C8C8C8"/> </svg>'},36646:function(t,i,n){"use strict";n.d(i,{ToolbarButton:function(){return r.ToolbarButton},ToolbarContent:function(){return o.ToolbarContent},ToolbarSelect:function(){return s.ToolbarSelect}});var r=n(78644),o=n(80319),s=n(83111)},36704:function(t,i,n){"use strict";n.d(i,{UITree:function(){return u}});var r=n(82749),o=n(31635),s=n(87325),a=n(62405),l=n(43692);class u extends a.UIGroup{className(){return"UITree"}build(t){this.clear(),t.forEach(t=>{let i=new l.UIBrowserFolder(this.jodit,t);this.append(i),t.isActive&&i.setMod("active",!0),t.children.length&&this.append(new u(this.jodit,t.children))})}constructor(t,i){super(t),(0,r._)(this,"syncMod",!0),this.build(i)}}u=(0,o.__decorate)([s.component],u)},36806:function(t,i,n){"use strict";n.d(i,{Prompt:function(){return l}});var r=n(23282),o=n(29960),s=n(10830),a=n(78584);function l(t,i,n,l,u){let c=this instanceof a.Dialog?this:new a.Dialog({closeOnClickOverlay:!0}),d=(0,s.Button)(c,"cancel","Cancel"),h=(0,s.Button)(c,"ok","Ok"),p=c.c.element("form",{class:"jodit-dialog_prompt"}),f=c.c.element("input",{autofocus:!0,class:"jodit-input"}),m=c.c.element("label");(0,r.isFunction)(i)&&(n=i,i=void 0),l&&(0,o.attr)(f,"placeholder",l),m.appendChild(c.c.text(t)),p.appendChild(m),p.appendChild(f),d.onAction(c.close);let g=()=>{n&&(0,r.isFunction)(n)&&!1===n(f.value)||c.close()};return h.onAction(g),c.e.on(p,"submit",()=>(g(),!1)),c.setFooter([h,d]),c.open(p,i||"&nbsp;",!0,!0),f.focus(),void 0!==u&&u.length&&(f.value=u,f.select()),c}},36886:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M512 1536h768v-384h-768v384zm896 0h128v-896q0-14-10-38.5t-20-34.5l-281-281q-10-10-34-20t-39-10v416q0 40-28 68t-68 28h-576q-40 0-68-28t-28-68v-416h-128v1280h128v-416q0-40 28-68t68-28h832q40 0 68 28t28 68v416zm-384-928v-320q0-13-9.5-22.5t-22.5-9.5h-192q-13 0-22.5 9.5t-9.5 22.5v320q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5-9.5t9.5-22.5zm640 32v928q0 40-28 68t-68 28h-1344q-40 0-68-28t-28-68v-1344q0-40 28-68t68-28h928q40 0 88 20t76 48l280 280q28 28 48 76t20 88z"/> </svg> '},37068:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' x="0px" y="0px" viewBox="0 0 459 459"> <g> <path d="M229.5,0C102,0,0,102,0,229.5S102,459,229.5,459c20.4,0,38.25-17.85,38.25-38.25c0-10.2-2.55-17.85-10.2-25.5 c-5.1-7.65-10.2-15.3-10.2-25.5c0-20.4,17.851-38.25,38.25-38.25h45.9c71.4,0,127.5-56.1,127.5-127.5C459,91.8,357,0,229.5,0z M89.25,229.5c-20.4,0-38.25-17.85-38.25-38.25S68.85,153,89.25,153s38.25,17.85,38.25,38.25S109.65,229.5,89.25,229.5z M165.75,127.5c-20.4,0-38.25-17.85-38.25-38.25S145.35,51,165.75,51S204,68.85,204,89.25S186.15,127.5,165.75,127.5z M293.25,127.5c-20.4,0-38.25-17.85-38.25-38.25S272.85,51,293.25,51s38.25,17.85,38.25,38.25S313.65,127.5,293.25,127.5z M369.75,229.5c-20.4,0-38.25-17.85-38.25-38.25S349.35,153,369.75,153S408,170.85,408,191.25S390.15,229.5,369.75,229.5z" /> </g> </svg> '},37133:function(t,i,n){"use strict";n.d(i,{watch:function(){return h}});var r=n(78213),o=n(73026),s=n(46559),a=n(23282),l=n(72430),u=n(39955),c=n(89890),d=n(37790);function h(t,i){return(n,h)=>{var p;if(!(0,a.isFunction)(n[h]))throw(0,c.error)("Handler must be a Function");let f=null==(p=null==i?void 0:i.immediately)||p,m=null==i?void 0:i.context,g=i=>{let r=(0,u.isViewObject)(i)?i:i.jodit,c=(t,...n)=>{if(!i.isInDestruct)return i[h](t,...n)};f||(c=i.async.microDebounce(c,!0)),(0,s.splitArray)(t).forEach(t=>{if(/:/.test(t)){let[n,o]=t.split(":"),s=m;n.length&&(s=i.get(n)),(0,a.isFunction)(s)&&(s=s(i)),r.events.on(s||i,o,c),s||r.events.on(o,c),i.hookStatus("beforeDestruct",()=>{r.events.off(s||i,o,c).off(o,c)});return}let s=t.split("."),[u]=s,h=s.slice(1),p=i[u];(0,l.isPlainObject)(p)&&(0,o.observable)(p).on(`change.${h.join(".")}`,c);let f=(0,d.getPropertyDescriptor)(n,u);Object.defineProperty(i,u,{configurable:!0,set(t){let n=p;n!==t&&(p=t,f&&f.set&&f.set.call(i,t),(0,l.isPlainObject)(p)&&(p=(0,o.observable)(p)).on(`change.${h.join(".")}`,c),c(u,n,p))},get(){return f&&f.get?f.get.call(i):p}})})};(0,a.isFunction)(n.hookStatus)?n.hookStatus(r.STATUSES.ready,g):g(n)}}},37272:function(t,i,n){"use strict";n.r(i),i.default={newline:"줄 바꿈",delete:"삭제",space:"공간","Speech Recognize":"음성 인식",Sound:"소리","Interim Results":"중간 결과"}},37406:function(t,i,n){"use strict";n.d(i,{normalizeUrl:function(){return r}});let r=(...t)=>t.filter(t=>t.length).map(t=>t.replace(/\/$/,"")).join("/").replace(/([^:])[\\/]+/g,"$1/")},37426:function(t,i,n){"use strict";n.d(i,{ToolbarEditorCollection:function(){return u}});var r=n(82758),o=n(65478),s=n(22732),a=n(21537),l=n(11676);let u=class t extends l.ToolbarCollection{className(){return"ToolbarEditorCollection"}shouldBeDisabled(t){let i=super.shouldBeDisabled(t);if(void 0!==i)return i;let n=void 0===t.control.mode?r.MODE_WYSIWYG:t.control.mode;return n!==r.MODE_SPLIT&&n!==this.j.getRealMode()}shouldBeActive(t){let i,n=super.shouldBeActive(t);if(void 0!==n)return n;let r=this.j.selection?this.j.s.current():null;if(!r)return!1;if(t.control.tags){let n=t.control.tags;if(i=r,s.Dom.up(i,t=>{if(t&&-1!==n.indexOf(t.nodeName.toLowerCase()))return!0},this.j.editor))return!0}if(t.control.css){let n=t.control.css;if(i=r,s.Dom.up(i,t=>{if(t&&!s.Dom.isText(t)&&!s.Dom.isComment(t))return this.checkActiveStatus(n,t)},this.j.editor))return!0}return!1}getTarget(t){return t.target||this.j.s.current()||null}prependInvisibleInput(t){let i=this.j.create.element("input",{name:"jodit-toolbar-focus-helper_"+this.j.id,tabIndex:-1,disabled:!0,style:"width: 0; height:0; position: absolute; visibility: hidden;"});s.Dom.appendChildFirst(t,i)}showInline(t){this.jodit.e.fire("showInlineToolbar",t)}hide(){this.jodit.e.fire("hidePopup"),super.hide(),this.jodit.e.fire("toggleToolbar")}show(){super.show(),this.jodit.e.fire("toggleToolbar")}constructor(t){super(t),this.checkActiveStatus=(t,i)=>{let n=0,r=0;return Object.keys(t).forEach(o=>{let s=t[o];(0,a.isFunction)(s)?s(this.j,(0,a.css)(i,o).toString())&&(n+=1):-1!==s.indexOf((0,a.css)(i,o).toString())&&(n+=1),r+=1}),r===n},this.prependInvisibleInput(this.container)}};u=function(t,i,n,r){var o,s=arguments.length,a=s<3?i:null===r?r=Object.getOwnPropertyDescriptor(i,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,r);else for(var l=t.length-1;l>=0;l--)(o=t[l])&&(a=(s<3?o(a):s>3?o(i,n,a):o(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a}([o.component],u)},37467:function(t,i,n){"use strict";n(6441).Config.prototype.tableAllowCellResize=!0},37508:function(t,i,n){"use strict";function r(t){return!!t.length&&!/[^0-9A-Za-zа-яА-ЯЁё\w\-_. ]/.test(t)&&t.trim().length>0}n.d(i,{isValidName:function(){return r}})},37585:function(t,i,n){"use strict";var r=n(82758),o=n(21537),s=n(6441),a=n(11676),l=n(21491);s.Config.prototype.mobileTapTimeout=300,s.Config.prototype.toolbarAdaptive=!0,s.Config.prototype.buttonsMD=[{group:"font-style",buttons:[]},{group:"list",buttons:[]},{group:"font",buttons:[]},"---",{group:"media",buttons:[]},"\n",{group:"state",buttons:[]},{group:"insert",buttons:[]},{group:"indent",buttons:[]},{group:"color",buttons:[]},"---",{group:"history",buttons:[]},{group:"other",buttons:[]},"|","dots"],s.Config.prototype.buttonsSM=[{group:"font-style",buttons:[]},{group:"list",buttons:[]},"---",{group:"font",buttons:[]},"\n",{group:"state",buttons:[]},{group:"indent",buttons:[]},{group:"color",buttons:[]},"---",{group:"history",buttons:[]},"|","dots"],s.Config.prototype.buttonsXS=[{group:"font-style",buttons:[]},{group:"list",buttons:[]},"---",{group:"font",buttons:[]},{group:"color",buttons:[]},"---","dots"],s.Config.prototype.controls.dots={mode:r.MODE_SOURCE+r.MODE_WYSIWYG,popup:(t,i,n,r)=>{let s=r.control.data;return void 0===s&&(s={toolbar:(0,l.makeCollection)(t),rebuild:()=>{var i,n;if(r){let l=t.e.fire("getDiffButtons.mobile",r.closest(a.ToolbarCollection));if(l&&s){s.toolbar.build((0,o.splitArray)(l));let r=(null==(n=null==(i=t.toolbar)?void 0:i.firstButton)?void 0:n.container.offsetWidth)||36;s.toolbar.container.style.width=(r+4)*3+"px"}}}},r.control.data=s),s.rebuild(),s.toolbar},tooltip:"Show all"}},37643:function(t,i,n){"use strict";n.d(i,{sound:function(){return s}});var r=n(82758),o=n(85567);function s({sec:t=.1,frequency:i=o.PII,gain:n=.1,type:a="sine"}={}){if(!r.globalWindow||void 0===r.globalWindow.AudioContext&&void 0===r.globalWindow.webkitAudioContext)return;let l=new(r.globalWindow.AudioContext||r.globalWindow.webkitAudioContext),u=l.createGain(),c=l.createOscillator();c.type=a,c.frequency.value=i,c.connect(u),u.connect(l.destination),c.start(),c.stop(l.currentTime+t),u.gain.value=n}},37663:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1171 960q0 13-10 23l-466 466q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l466 466q10 10 10 23z"/> </svg> '},37775:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1792 352v1088q0 42-39 59-13 5-25 5-27 0-45-19l-403-403v166q0 119-84.5 203.5t-203.5 84.5h-704q-119 0-203.5-84.5t-84.5-203.5v-704q0-119 84.5-203.5t203.5-84.5h704q119 0 203.5 84.5t84.5 203.5v165l403-402q18-19 45-19 12 0 25 5 39 17 39 59z"/> </svg> '},37790:function(t,i,n){"use strict";n.d(i,{call:function(){return l},callPromise:function(){return c},getDataTransfer:function(){return f},getPropertyDescriptor:function(){return m},keys:function(){return h},loadImage:function(){return d},markOwner:function(){return u},memorizeExec:function(){return p}});var r=n(14773),o=n(86068),s=n(29960),a=n(86583);function l(t,...i){return t(...i)}function u(t,i){(0,s.attr)(i,"data-editor_id",t.id),i.component||Object.defineProperty(i,"jodit",{value:t})}function c(t,i){return(0,r.isPromise)(t)?t.then(t=>t,()=>null).finally(i):null==i?void 0:i()}let d=(t,i)=>i.async.promise((n,r)=>{let o=new Image,s=()=>{i.e.off(o),null==r||r()},a=()=>{i.e.off(o),n(o)};i.e.one(o,"load",a).one(o,"error",s).one(o,"abort",s),o.src=t,o.complete&&a()}),h=(t,i=!0)=>{if(i)return Object.keys(t);let n=[];for(let i in t)n.push(i);return n},p=(t,i,{control:n},r)=>{var s;let l=`button${n.command}`,u=null!=(s=n.args&&n.args[0])?s:(0,a.dataBind)(t,l);if((0,o.isVoid)(u))return!1;(0,a.dataBind)(t,l,u),r&&(u=r(u)),t.execCommand(n.command,!1,null!=u?u:void 0)},f=t=>{if(t.clipboardData)return t.clipboardData;try{return t.dataTransfer||new DataTransfer}catch(t){return null}};function m(t,i){let n;do n=Object.getOwnPropertyDescriptor(t,i),t=Object.getPrototypeOf(t);while(!n&&t);return n}},38420:function(t,i,n){"use strict";n.d(i,{humanSizeToBytes:function(){return r}});let r=t=>{if(/^[0-9.]+$/.test(t.toString()))return parseFloat(t);let i=t.substr(-2,2).toUpperCase(),n=["KB","MB","GB","TB"],r=parseFloat(t.substr(0,t.length-2));return -1!==n.indexOf(i)?r*Math.pow(1024,n.indexOf(i)+1):parseInt(t,10)}},38512:function(t,i,n){"use strict";n.d(i,{UIBackupItem:function(){return a}});var r=n(82749),o=n(21537),s=n(67510);class a extends s.UIElement{className(){return"UIBackupItem"}formatDate(t){let i=new Date,n=(0,o.isString)(t)?new Date(t):t,r=(i.getTime()-n.getTime())/1e3;return(0,o.isFunction)(this.j.o.backup.formatDate)?this.j.o.backup.formatDate(n):r<.2?this.j.i18n("Current"):r<60?this.j.i18n("Less minute"):r<=3600?this.j.i18n("%s minutes ago",Math.floor(r/60)):r<=86400?this.j.i18n("%s hours ago",Math.floor(r/3600)):`${n.toDateString()} ${n.toLocaleTimeString()}`}focus(){this.container.focus()}constructor(t,i){super(t),(0,r._)(this,"data",void 0),this.data=i,this.container.innerHTML=this.formatDate(i.created),(0,o.attr)(this.container,"tabIndex",0)}}},38837:function(t,i,n){"use strict";n.d(i,{assert:function(){return o}});class r extends Error{constructor(t){super(t),this.name="AssertionError"}}function o(t,i){if(!t)throw new r(`Assertion failed: ${i}`)}},38882:function(t,i,n){"use strict";n.d(i,{isAllowedSubdomain:function(){return o},validateLicense:function(){return function t(i,n){var r;let s;if(r=i=i.replace(/[^A-Z0-9-]/g,"R"),/[A-Z0-9][013456][A-P0-9]{2}[ABC]-([0-3])[ELPDF][E-L4-8]{2}\1-[A-D][R0][J-P5-6]{3}-[DPGHYE][GFPOD]{3}[A-SX-Z]/.test(r)||o(n))return!0;let a=(s=n.split(".")).map(t=>{let i=t[0];return"string"==typeof i&&i.charCodeAt(0)?String.fromCharCode(i.charCodeAt(0)+1):i}).concat(s.map(t=>{let i=t[t.length-1];return"string"==typeof i&&i.charCodeAt(0)?String.fromCharCode(i.charCodeAt(0)-1):i})).map(t=>null!=t&&/\w/.test(t)?t:"r"),l=["[A-F013456][A-F0-9]{3}{part}","([0-3]){part}[E-L4-8]{2}\\1","[A-D]{part}[J-P5-6]{3}","{part}[A-R0-9]{3}[X-Z]"].map((t,i)=>t.replace("{part}",a[i]||"[R-T]")),u=RegExp(`^${l.join("-")}$`,"i"),c=i.substring(12,13),d=u.test(i);if(!d&&c===(typeof!n).toUpperCase()[5]){let r=n.split(".");return r.shift(),!!r.length&&t(i,r.join("."))}return d}}});let r=["*localhost*","staging.","*.dev.","*.test.","*.stg.","stg.*","test.*","beta.*","*demo.*","*test.*","acceptatie.*"];function o(t){return r.some(i=>new RegExp(i.replace(/\*/g,"%ANY%").replace(/[/\-\\^$*+?.()|[\]{}]/g,"\\$&").replace(/%ANY%/g,".*")).test(t))}},38927:function(t,i,n){"use strict";n.d(i,{TabsWidget:function(){return u}});var r=n(91907),o=n(2748),s=n(23282),a=n(29960),l=n(67510);let u=(t,i,n)=>{let u=t.c.div("jodit-tabs"),c=t.c.div("jodit-tabs__wrapper"),d=t.c.div("jodit-tabs__buttons");(0,a.attr)(d,{role:"tablist","aria-orientation":"horizontal"});let h={},p=[],f="";u.appendChild(d),u.appendChild(c);let m=t=>{h[t]&&(p.forEach(t=>{t.state.activated=!1}),Object.values(h).forEach(({tab:t})=>t.classList.remove("jodit-tab_active")),h[t].button.state.activated=!0,h[t].tab.classList.add("jodit-tab_active"))};if(i.forEach(({icon:u,name:g,content:b})=>{let v=t.c.div("jodit-tab");(0,a.attr)(v,{role:"tabpanel"});let y=(0,l.Button)(t,u||g,g);y.state.role="tab",t.e.on(y.container,"pointerdown",t=>t.preventDefault()),f||(f=g),d.appendChild(y.container),p.push(y),y.container.classList.add("jodit-tabs__button","jodit-tabs__button_columns_"+i.length),(0,s.isFunction)(b)?v.appendChild(t.c.div("jodit-tab_empty")):v.appendChild(r.Component.isInstanceOf(b,l.UIElement)?b.container:b),c.appendChild(v),y.onAction(()=>(m(g),(0,s.isFunction)(b)&&!o.Dom.isElement(b)&&b.call(t),n&&(n.activeTab=g),!1)),h[g]={button:y,tab:v}}),Object.values(h).forEach(({button:t})=>{t.container.style.width=(100/i.length).toFixed(10)+"%"}),m(n&&n.activeTab&&h[n.activeTab]?n.activeTab:f),n){let t=n.activeTab;Object.defineProperty(n,"activeTab",{configurable:!0,enumerable:!1,get(){return t},set(i){t=i,m(i)}})}return u}},39179:function(t,i){"use strict";i.default={"copy-format":"Copiar formato"}},39296:function(t,i,n){"use strict";var r=n(56075),o=n(11886),s=n(73943),a=n(19127);i.default=(0,o._)((0,r._)({},s),{execute:a.execute})},39433:function(t,i,n){"use strict";n.d(i,{fillEmptyParagraph:function(){return a}});var r=n(82758),o=n(2748);let s=new Set(["table","tbody","thead","tfoot","tr"]);function a(t,i,n){if(t.o.cleanHTML.fillEmptyParagraph&&o.Dom.isBlock(i)&&o.Dom.isEmpty(i,r.INSEPARABLE_TAGS)&&!o.Dom.isTag(i,s)){let n=t.createInside.element("br");return i.appendChild(n),!0}return n}},39516:function(t,i,n){"use strict";n.d(i,{visitNodeWalker:function(){return a}});var r=n(82758),o=n(45235);let s=Object.keys(o);function a(t,i,n,a,l){let u=!1,c=t.o.cleanHTML.disableCleanFilter;for(let d of s)if(!(c&&c.has(d))&&(u=(0,o[d])(t,i,u,n,a,l),r.IS_PROD,!i.isConnected))return!0;return u}},39592:function(t,i,n){"use strict";n.d(i,{execute:function(){return a}});var r=n(77688),o=n(6689),s=n(49459);function a(t,i,n){return(0,r._)(function*(){let r=(0,s.requireString)(i,"html",{allowEmpty:!0}),{replace:a}=i;if(!r.trim())return{success:!0,message:"Nothing to insert: HTML is empty"};(0,o.throwIfAborted)(n);try{return t.s.focus(),a&&!t.s.isCollapsed()&&t.s.remove(),t.s.insertHTML(r),t.synchronizeValues(),{success:!0,message:`Inserted ${r.length} characters of HTML`}}catch(t){throw Error(`Failed to insert HTML: ${(null==t?void 0:t.message)||"Unknown error"}`)}})()}},39627:function(t,i,n){"use strict";var r=n(33433),o=n(37133),s=n(580),a=n(12045),l=n(20356);n(31974);var u=n(32523),c=n(19308);function d(t,i,n,r,o,s,a){try{var l=t[s](a),u=l.value}catch(t){n(t);return}l.done?i(u):Promise.resolve(u).then(r,o)}var h=function(t,i,n,r){var o,s=arguments.length,a=s<3?i:null===r?r=Object.getOwnPropertyDescriptor(i,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,r);else for(var l=t.length-1;l>=0;l--)(o=t[l])&&(a=(s<3?o(a):s>3?o(i,n,a):o(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a};class p extends l.Plugin{get __dialog(){return this.jodit.dlg({buttons:["fullsize","dialog.close"],closeOnClickOverlay:!0,closeOnEsc:!0,resizable:!1,draggable:!0,minHeight:160})}get __container(){let{jodit:t,__dialog:i}=this;return new u.UiAiAssistant(t,{onInsertAfter(n){t.s.focus(),t.s.setCursorAfter(t.s.current()),t.s.insertHTML(n),i.close()},onInsert(n){t.s.focus(),t.s.insertHTML(n),i.close()}})}afterInit(){}onGenerateAiAssistantForm(t){this.__dialog.open(this.__container,"AI Assistant"),this.__container.setPrompt(t)}onInvokeAiAssistant(t){let{jodit:i}=this;i.s.focus();let n=i.s.html;i.async.promise((r,o)=>{var s;return(s=function*(){try{let o=yield i.o.aiAssistant.aiAssistantCallback(t,n);r(o)}catch(t){o(t)}},function(){var t=this,i=arguments;return new Promise(function(n,r){var o=s.apply(t,i);function a(t){d(o,n,r,a,l,"next",t)}function l(t){d(o,n,r,a,l,"throw",t)}a(void 0)})})()}).then(t=>{i.e.fire("ai-assistant-response",t)}).catch(t=>{(0,a.isAbortError)(t)||(i.message.error(t.message),i.e.fire("ai-assistant-error",t.message))})}beforeDestruct(t){var i,n;null==(i=(0,r.cached)(this,"__container"))||i.destruct(),null==(n=(0,r.cached)(this,"__dialog"))||n.destruct()}constructor(t){super(t),this.buttons=[{name:"ai-commands",group:"insert"},{name:"ai-assistant",group:"insert"}],(0,s.extendLang)(c)}}h([r.cache],p.prototype,"__dialog",null),h([r.cache],p.prototype,"__container",null),h([(0,o.watch)(":generateAiAssistantForm.ai-assistant")],p.prototype,"onGenerateAiAssistantForm",null),h([(0,o.watch)(":invokeAiAssistant")],p.prototype,"onInvokeAiAssistant",null),s.pluginSystem.add("ai-assistant",p)},39955:function(t,i,n){"use strict";n.d(i,{isViewObject:function(){return o}});var r=n(23282);function o(t){return!!(t&&t instanceof Object&&(0,r.isFunction)(t.constructor)&&t.isView)}},40104:function(t,i,n){"use strict";n.d(i,{UITuner:function(){return d}});var r=n(82749),o=n(31635),s=n(65478),a=n(22732),l=n(21537),u=n(67510),c=n(21491);class d extends u.UIElement{className(){return"UITuner"}render(){return`<div>
200
+ </div>`}generateLibrary(){let t=new l.UIGroup(this.j);u.map(p.mapKey).forEach(i=>{let n=new c.UIGButton(this.j,i);n.setMod("mode","library"),t.append(n),this.j.e.on(n.container,"click",()=>{let{text:t}=this.state;Object.assign(this.state,i),Object.assign(this.state,{className:"",text:t}),this.update()})});let i=this.getElm("library");(0,a.assert)(null!=i,"library element does not exists"),i.appendChild(t.container)}static mapKey(t){return{bgEnd:t.be,bgStart:t.bs,borderColor:t.bc,borderRadius:t.br,borderSize:t.bse,boxShadow:t.bsh,boxShadowBlurRadius:t.bsbr,boxShadowColor:t.bsc,boxShadowInset:t.bsi,boxShadowOffsetX:t.bsox,boxShadowOffsetY:t.bsoy,boxShadowSpreadRadius:t.bssr,fontColor:t.fc,fontFamily:t.ff,fontSize:t.fs,fontStyle:t.fse,fontWeight:t.fw,paddingX:t.px,paddingY:t.py,previewBgColor:t.pbc,solid:t.s,text:t.t,textShadow:t.ts,textShadowBlurRadius:t.tsbr,textShadowColor:t.tsc,textShadowOffsetX:t.tsox,textShadowOffsetY:t.tsoy}}updateState(t,i){this.state[t]=i,this.update()}update(){this.isReady&&(this.form.update(),this.preview.update())}constructor(t){super(t),(0,r._)(this,"state",{text:"",className:"",href:"",bgEnd:"#5cbf2a",bgStart:"#44c767",borderColor:"#18ab29",borderRadius:28,borderSize:1,boxShadow:!1,boxShadowBlurRadius:0,boxShadowColor:"#3dc21b",boxShadowInset:!1,boxShadowOffsetX:0,boxShadowOffsetY:0,boxShadowSpreadRadius:0,fontColor:"#fff",fontFamily:"Arial",fontSize:17,fontStyle:!1,fontWeight:!1,fontItalic:!1,paddingX:31,paddingY:16,previewBgColor:"#f5f5f5",solid:!0,textShadow:!0,textShadowBlurRadius:0,textShadowColor:"#2f6627",textShadowOffsetX:0,textShadowOffsetY:1}),(0,r._)(this,"preview",new h.UIPreviewButtonGenerator(this.j,this.state,this.updateState)),(0,r._)(this,"form",new d.UIFormButtonGenerator(this.j,this.state,this.updateState)),(0,r._)(this,"target",void 0),this.generateLibrary();const i=this.getElm("preview");(0,a.assert)(null!=i,"preview element does not exists"),i.appendChild(this.preview.container);const n=this.getElm("form");(0,a.assert)(null!=n,"form element does not exists"),n.appendChild(this.form.container)}}(0,o.__decorate)([s.autobind],p.prototype,"updateState",null),p=(0,o.__decorate)([s.component],p)},36125:function(t,i,n){"use strict";var r=n(82758),o=n(65478),s=n(22732),a=n(580),l=n(21537),u=n(50911);n(55099);var c=n(55611),d=n(92278);function h(t,i,n,r,o,s,a){try{var l=t[s](a),u=l.value}catch(t){n(t);return}l.done?i(u):Promise.resolve(u).then(r,o)}function p(t){return function(){var i=this,n=arguments;return new Promise(function(r,o){var s=t.apply(i,n);function a(t){h(s,r,o,a,l,"next",t)}function l(t){h(s,r,o,a,l,"throw",t)}a(void 0)})}}var f=function(t,i,n,r){var o,s=arguments.length,a=s<3?i:null===r?r=Object.getOwnPropertyDescriptor(i,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,r);else for(var l=t.length-1;l>=0;l--)(o=t[l])&&(a=(s<3?o(a):s>3?o(i,n,a):o(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a};class m extends u.Plugin{get ui(){return new d.UISearch(this.j)}updateCounters(){return p(function*(){this.ui.isOpened&&(this.ui.count=yield this.calcCounts(this.ui.query))}).call(this)}onPressReplaceButton(){this.findAndReplace(this.ui.query),this.updateCounters()}tryScrollToElement(t){let i=s.Dom.closest(t,s.Dom.isElement,this.j.editor);i||(i=s.Dom.prev(t,s.Dom.isElement,this.j.editor)),i&&i!==this.j.editor&&(0,l.scrollIntoViewIfNeeded)(i,this.j.editor,this.j.ed)}calcCounts(t){return p(function*(){return(yield this.findQueryBounds(t,"walkerCount")).length}).call(this)}findQueryBounds(t,i){return p(function*(){let n=this[i];return n&&n.break(),n=new s.LazyWalker(this.j.async,{timeout:this.j.o.search.lazyIdleTimeout}),this[i]=n,this.find(n,t).catch(t=>(r.IS_PROD,[]))}).call(this)}findAndReplace(t){return p(function*(){let i=yield this.findQueryBounds(t,"walker");if(!i.length)return!1;let n=this.findCurrentIndexInRanges(i,this.j.s.range);-1===n&&(n=0);let o=i[n];if(o){try{let i=this.j.ed.createRange();i.setStart(o.startContainer,o.startOffset),i.setEnd(o.endContainer,o.endOffset),i.deleteContents();let a=this.j.createInside.text(this.ui.replace);s.Dom.safeInsertNode(i,a),(0,c.clearSelectionWrappers)(this.j),this.j.s.setCursorAfter(a),this.tryScrollToElement(a),this.cache={},this.ui.currentIndex=n,yield this.findAndSelect(t,!0).catch(t=>(r.IS_PROD,null))}finally{this.j.synchronizeValues()}return this.j.e.fire("afterFindAndReplace"),!0}return!1}).call(this)}findAndSelect(t,i){return p(function*(){var n;let o=yield this.findQueryBounds(t,"walker");if(!o.length)return!1;this.previousQuery===t&&(0,c.getSelectionWrappers)(this.j.editor).length||(null==(n=this.drawPromise)||n.rejectCallback(),this.j.async.cancelAnimationFrame(this.wrapFrameRequest),(0,c.clearSelectionWrappers)(this.j),this.drawPromise=this.__drawSelectionRanges(o)),this.previousQuery=t;let s=this.ui.currentIndex-1;s=-1===s?0:i?s===o.length-1?0:s+1:0===s?o.length-1:s-1,this.ui.currentIndex=s+1;let a=o[s];if(a){let t=this.j.ed.createRange();try{t.setStart(a.startContainer,a.startOffset),t.setEnd(a.endContainer,a.endOffset),this.j.s.selectRange(t)}catch(t){r.IS_PROD}return this.tryScrollToElement(a.startContainer),yield this.updateCounters(),yield this.drawPromise,this.j.e.fire("afterFindAndSelect"),!0}return!1}).call(this)}findCurrentIndexInRanges(t,i){return t.findIndex(t=>t.startContainer===i.startContainer&&t.startOffset===i.startOffset&&t.endContainer===i.startContainer&&t.endOffset===i.endOffset)}isValidCache(t){return p(function*(){return(yield t).every(t=>{var i,n,r,o;return t.startContainer.isConnected&&t.startOffset<=(null!=(n=null==(i=t.startContainer.nodeValue)?void 0:i.length)?n:0)&&t.endContainer.isConnected&&t.endOffset<=(null!=(o=null==(r=t.endContainer.nodeValue)?void 0:r.length)?o:0)})})()}find(t,i){return p(function*(){if(!i.length)return[];let n=this.cache[i];return n&&(yield this.isValidCache(n))?n:(this.cache[i]=this.j.async.promise(n=>{let r=new c.SentenceFinder(this.j.o.search.fuzzySearch);t.on("break",()=>{n([])}).on("visit",t=>(s.Dom.isText(t)&&r.add(t),!1)).on("end",()=>{var t;n(null!=(t=r.ranges(i))?t:[])}).setWork(this.j.editor)}),this.cache[i])}).call(this)}__drawSelectionRanges(t){let{async:i,createInside:n,editor:r}=this.j;i.cancelAnimationFrame(this.wrapFrameRequest);let o=[...t],s,a=0;return i.promise(t=>{let l=()=>{do(s=o.shift())&&(0,c.highlightTextRanges)(this.j,s,o,n,r),a+=1;while(s&&a<=5);o.length?this.wrapFrameRequest=i.requestAnimationFrame(l):t()};l()})}onAfterGetValueFromEditor(t){t.value=(0,c.clearSelectionWrappersFromHTML)(t.value)}afterInit(t){if(t.o.useSearch){let i=this;t.e.on("beforeSetMode.search",()=>{this.ui.close()}).on(this.ui,"afterClose",()=>{(0,c.clearSelectionWrappers)(t),this.ui.currentIndex=0,this.ui.count=0,this.cache={},t.focus()}).on("click",()=>{this.ui.currentIndex=0,(0,c.clearSelectionWrappers)(t)}).on("change.search",()=>{this.cache={}}).on("keydown.search mousedown.search",t.async.debounce(()=>{this.ui.selInfo&&(t.s.removeMarkers(),this.ui.selInfo=null),this.ui.isOpened&&this.updateCounters()},t.defaultTimeout)).on("searchNext.search searchPrevious.search",()=>(this.ui.isOpened||this.ui.open(),i.findAndSelect(i.ui.query,"searchNext"===t.e.current).catch(t=>{r.IS_PROD}))).on("search.search",(t,n=!0)=>(this.ui.currentIndex=0,i.findAndSelect(t||"",n).catch(t=>{r.IS_PROD}))),t.registerCommand("search",{exec:(t,n,o=!0)=>(n&&i.findAndSelect(n,o).catch(t=>{r.IS_PROD}),!1)}).registerCommand("openSearchDialog",{exec:(t,n)=>(i.ui.open(n),!1),hotkeys:["ctrl+f","cmd+f"]}).registerCommand("openReplaceDialog",{exec:(n,r,o)=>(t.o.readonly||i.ui.open(r,o,!0),!1),hotkeys:["ctrl+h","cmd+h"]})}}beforeDestruct(t){var i;null==(i=(0,o.cached)(this,"ui"))||i.destruct(),t.e.off(".search")}constructor(){super(...arguments),this.buttons=[{name:"find",group:"search"}],this.previousQuery="",this.drawPromise=null,this.walker=null,this.walkerCount=null,this.cache={},this.wrapFrameRequest=0}}f([o.cache],m.prototype,"ui",null),f([(0,o.watch)("ui:needUpdateCounters")],m.prototype,"updateCounters",null),f([(0,o.watch)("ui:pressReplaceButton")],m.prototype,"onPressReplaceButton",null),f([o.autobind],m.prototype,"findQueryBounds",null),f([o.autobind],m.prototype,"findAndReplace",null),f([o.autobind],m.prototype,"findAndSelect",null),f([o.autobind],m.prototype,"find",null),f([(0,o.watch)(":afterGetValueFromEditor")],m.prototype,"onAfterGetValueFromEditor",null),a.pluginSystem.add("search",m)},36142:function(t,i,n){"use strict";n.d(i,{execute:function(){return a}});var r=n(77688),o=n(6689),s=n(49459);function a(t,i,n){return(0,r._)(function*(){let r=(0,s.requireString)(i,"html"),{collapseToEnd:a}=i;(0,o.throwIfAborted)(n);try{if(t.s.restore(),t.s.insertHTML(r),a){let i=t.s.range;i.collapse(!1),t.s.selectRange(i)}return t.e.fire("change"),{success:!0,message:"Selection replaced successfully"}}catch(t){throw Error(`Failed to replace selection: ${t.message}`)}})()}},36204:function(t,i,n){"use strict";var r=n(82758),o=n(12153),s=n(6441),a=n(35599);s.Config.prototype.beautifyHTML=!r.IS_IE,s.Config.prototype.sourceEditor="ace",s.Config.prototype.sourceEditorNativeOptions={showGutter:!0,theme:"ace/theme/idle_fingers",mode:"ace/mode/html",wrap:!0,highlightActiveLine:!0},s.Config.prototype.sourceEditorCDNUrlsJS=["https://cdnjs.cloudflare.com/ajax/libs/ace/1.4.2/ace.js"],s.Config.prototype.beautifyHTMLCDNUrlsJS=["https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.14.4/beautify.min.js","https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.14.4/beautify-html.min.js"],o.Icon.set("source",a.default),s.Config.prototype.controls.source={mode:r.MODE_SPLIT,exec:t=>{t.toggleMode()},isActive:t=>t.getRealMode()===r.MODE_SOURCE,tooltip:"Change mode"}},36243:function(t,i,n){"use strict";var r=n(22732),o=n(580),s=n(6441);s.Config.prototype.autofocus=!1,s.Config.prototype.cursorAfterAutofocus="end",s.Config.prototype.saveSelectionOnBlur=!0,o.pluginSystem.add("focus",function(t){t.o.saveSelectionOnBlur&&t.e.on("blur",()=>{t.isEditorMode()&&t.s.save(!0)}).on("focus",()=>{t.s.restore()});let i=()=>{if(t.s.focus(),"end"===t.o.cursorAfterAutofocus){let i=r.Dom.last(t.editor,t=>r.Dom.isText(t));i&&t.s.setCursorIn(i,!1)}};t.e.on("afterInit",()=>{t.o.autofocus&&(t.defaultTimeout?t.async.setTimeout(i,300):i())}),t.e.on("afterInit afterAddPlace",()=>{t.e.off(t.editor,"mousedown.autofocus").on(t.editor,"mousedown.autofocus",i=>{t.isEditorMode()&&i.target&&r.Dom.isBlock(i.target)&&!i.target.childNodes.length&&(t.editor===i.target?t.s.focus():t.s.setCursorIn(i.target))})})})},36347:function(t,i,n){"use strict";n(6441).Config.prototype.highlightSignature={processDelay:0,processInChunkCount:300,schema:{},excludeTags:["pre"]}},36409:function(t,i,n){"use strict";function r(t){return t.length?t[0].toUpperCase()+t.substring(1):""}n.d(i,{ucfirst:function(){return r}})},36469:function(t,i,n){"use strict";n.d(i,{UISelectItems:function(){return s}});var r=n(2748),o=n(41180);class s{static remove(t){r.Dom.safeRemove(t.container.querySelector(".jodit-ui-select-items")),t.j.e.off(t.container,"mousedown.uiselectitems touchstart.uiselectitems")}static install(t){let i=t.j.c.div("jodit-ui-select-items");t.j.e.on(t.container,"mousedown.uiselectitems touchstart.uiselectitems",this.onStartSelect.bind(this,t,i))}static onStartSelect(t,i,n){if(n.target!==t.container)return;(0,o.css)(i,{width:0,height:0}),t.container.appendChild(i);let r={x:n.clientX,y:n.clientY,w:t.container.offsetWidth,h:t.container.offsetHeight},s=t.j.async.throttle(this.onSelect.bind(this,t,i,r),t.j.defaultTimeout/10);t.j.lock(),t.j.e.on(t.j.ow,"mousemove touchmove",s).one(t.j.ow,"mouseup touchend",this.onEndSelect.bind(this,t,i,s)),t.onSelectItems({left:r.x,top:r.y,width:0,height:0})}static onSelect(t,i,n,r){let s={left:n.x>r.clientX?r.clientX:n.x,top:n.y>r.clientY?r.clientY:n.y,width:Math.abs(n.x-r.clientX),height:Math.abs(n.y-r.clientY)};(0,o.css)(i,s),t.onSelectItems(s)}static onEndSelect(t,i,n,o){r.Dom.safeRemove(i),t.j.e.off(t.j.ow,"mousemove touchmove",n),t.j.unlock()}}},36576:function(t){t.exports='<svg viewBox="0 0 77 86" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M7 38.6056L33.1367 7.96263L69.5477 45.7058L36.2444 72.166L7 76.9673V38.6056Z" stroke="black" stroke-width="6"/> <circle cx="71" cy="45" r="6" fill="#C8C8C8"/> <circle cx="35" cy="73" r="6" fill="#C8C8C8"/> <circle cx="6" cy="79" r="6" fill="#C8C8C8"/> <circle cx="6" cy="39" r="6" fill="#C8C8C8"/> <circle cx="33" cy="6" r="6" fill="#C8C8C8"/> </svg>'},36646:function(t,i,n){"use strict";n.d(i,{ToolbarButton:function(){return r.ToolbarButton},ToolbarContent:function(){return o.ToolbarContent},ToolbarSelect:function(){return s.ToolbarSelect}});var r=n(78644),o=n(80319),s=n(83111)},36704:function(t,i,n){"use strict";n.d(i,{UITree:function(){return u}});var r=n(82749),o=n(31635),s=n(87325),a=n(62405),l=n(43692);class u extends a.UIGroup{className(){return"UITree"}build(t){this.clear(),t.forEach(t=>{let i=new l.UIBrowserFolder(this.jodit,t);this.append(i),t.isActive&&i.setMod("active",!0),t.children.length&&this.append(new u(this.jodit,t.children))})}constructor(t,i){super(t),(0,r._)(this,"syncMod",!0),this.build(i)}}u=(0,o.__decorate)([s.component],u)},36806:function(t,i,n){"use strict";n.d(i,{Prompt:function(){return l}});var r=n(23282),o=n(29960),s=n(10830),a=n(78584);function l(t,i,n,l,u){let c=this instanceof a.Dialog?this:new a.Dialog({closeOnClickOverlay:!0}),d=(0,s.Button)(c,"cancel","Cancel"),h=(0,s.Button)(c,"ok","Ok"),p=c.c.element("form",{class:"jodit-dialog_prompt"}),f=c.c.element("input",{autofocus:!0,class:"jodit-input"}),m=c.c.element("label");(0,r.isFunction)(i)&&(n=i,i=void 0),l&&(0,o.attr)(f,"placeholder",l),m.appendChild(c.c.text(t)),p.appendChild(m),p.appendChild(f),d.onAction(c.close);let g=()=>{n&&(0,r.isFunction)(n)&&!1===n(f.value)||c.close()};return h.onAction(g),c.e.on(p,"submit",()=>(g(),!1)),c.setFooter([h,d]),c.open(p,i||"&nbsp;",!0,!0),f.focus(),void 0!==u&&u.length&&(f.value=u,f.select()),c}},36886:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M512 1536h768v-384h-768v384zm896 0h128v-896q0-14-10-38.5t-20-34.5l-281-281q-10-10-34-20t-39-10v416q0 40-28 68t-68 28h-576q-40 0-68-28t-28-68v-416h-128v1280h128v-416q0-40 28-68t68-28h832q40 0 68 28t28 68v416zm-384-928v-320q0-13-9.5-22.5t-22.5-9.5h-192q-13 0-22.5 9.5t-9.5 22.5v320q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5-9.5t9.5-22.5zm640 32v928q0 40-28 68t-68 28h-1344q-40 0-68-28t-28-68v-1344q0-40 28-68t68-28h928q40 0 88 20t76 48l280 280q28 28 48 76t20 88z"/> </svg> '},37068:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' x="0px" y="0px" viewBox="0 0 459 459"> <g> <path d="M229.5,0C102,0,0,102,0,229.5S102,459,229.5,459c20.4,0,38.25-17.85,38.25-38.25c0-10.2-2.55-17.85-10.2-25.5 c-5.1-7.65-10.2-15.3-10.2-25.5c0-20.4,17.851-38.25,38.25-38.25h45.9c71.4,0,127.5-56.1,127.5-127.5C459,91.8,357,0,229.5,0z M89.25,229.5c-20.4,0-38.25-17.85-38.25-38.25S68.85,153,89.25,153s38.25,17.85,38.25,38.25S109.65,229.5,89.25,229.5z M165.75,127.5c-20.4,0-38.25-17.85-38.25-38.25S145.35,51,165.75,51S204,68.85,204,89.25S186.15,127.5,165.75,127.5z M293.25,127.5c-20.4,0-38.25-17.85-38.25-38.25S272.85,51,293.25,51s38.25,17.85,38.25,38.25S313.65,127.5,293.25,127.5z M369.75,229.5c-20.4,0-38.25-17.85-38.25-38.25S349.35,153,369.75,153S408,170.85,408,191.25S390.15,229.5,369.75,229.5z" /> </g> </svg> '},37133:function(t,i,n){"use strict";n.d(i,{watch:function(){return h}});var r=n(78213),o=n(73026),s=n(46559),a=n(23282),l=n(72430),u=n(39955),c=n(89890),d=n(37790);function h(t,i){return(n,h)=>{var p;if(!(0,a.isFunction)(n[h]))throw(0,c.error)("Handler must be a Function");let f=null==(p=null==i?void 0:i.immediately)||p,m=null==i?void 0:i.context,g=i=>{let r=(0,u.isViewObject)(i)?i:i.jodit,c=(t,...n)=>{if(!i.isInDestruct)return i[h](t,...n)};f||(c=i.async.microDebounce(c,!0)),(0,s.splitArray)(t).forEach(t=>{if(/:/.test(t)){let[n,o]=t.split(":"),s=m;n.length&&(s=i.get(n)),(0,a.isFunction)(s)&&(s=s(i)),r.events.on(s||i,o,c),s||r.events.on(o,c),i.hookStatus("beforeDestruct",()=>{r.events.off(s||i,o,c).off(o,c)});return}let s=t.split("."),[u]=s,h=s.slice(1),p=i[u];(0,l.isPlainObject)(p)&&(0,o.observable)(p).on(`change.${h.join(".")}`,c);let f=(0,d.getPropertyDescriptor)(n,u);Object.defineProperty(i,u,{configurable:!0,set(t){let n=p;n!==t&&(p=t,f&&f.set&&f.set.call(i,t),(0,l.isPlainObject)(p)&&(p=(0,o.observable)(p)).on(`change.${h.join(".")}`,c),c(u,n,p))},get(){return f&&f.get?f.get.call(i):p}})})};(0,a.isFunction)(n.hookStatus)?n.hookStatus(r.STATUSES.ready,g):g(n)}}},37272:function(t,i,n){"use strict";n.r(i),i.default={newline:"줄 바꿈",delete:"삭제",space:"공간","Speech Recognize":"음성 인식",Sound:"소리","Interim Results":"중간 결과"}},37406:function(t,i,n){"use strict";n.d(i,{normalizeUrl:function(){return r}});let r=(...t)=>t.filter(t=>t.length).map(t=>t.replace(/\/$/,"")).join("/").replace(/([^:])[\\/]+/g,"$1/")},37426:function(t,i,n){"use strict";n.d(i,{ToolbarEditorCollection:function(){return u}});var r=n(82758),o=n(65478),s=n(22732),a=n(21537),l=n(11676);let u=class t extends l.ToolbarCollection{className(){return"ToolbarEditorCollection"}shouldBeDisabled(t){let i=super.shouldBeDisabled(t);if(void 0!==i)return i;let n=void 0===t.control.mode?r.MODE_WYSIWYG:t.control.mode;return n!==r.MODE_SPLIT&&n!==this.j.getRealMode()}shouldBeActive(t){let i,n=super.shouldBeActive(t);if(void 0!==n)return n;let r=this.j.selection?this.j.s.current():null;if(!r)return!1;if(t.control.tags){let n=t.control.tags;if(i=r,s.Dom.up(i,t=>{if(t&&-1!==n.indexOf(t.nodeName.toLowerCase()))return!0},this.j.editor))return!0}if(t.control.css){let n=t.control.css;if(i=r,s.Dom.up(i,t=>{if(t&&!s.Dom.isText(t)&&!s.Dom.isComment(t))return this.checkActiveStatus(n,t)},this.j.editor))return!0}return!1}getTarget(t){return t.target||this.j.s.current()||null}prependInvisibleInput(t){let i=this.j.create.element("input",{name:"jodit-toolbar-focus-helper_"+this.j.id,tabIndex:-1,disabled:!0,style:"width: 0; height:0; position: absolute; visibility: hidden;"});s.Dom.appendChildFirst(t,i)}showInline(t){this.jodit.e.fire("showInlineToolbar",t)}hide(){this.jodit.e.fire("hidePopup"),super.hide(),this.jodit.e.fire("toggleToolbar")}show(){super.show(),this.jodit.e.fire("toggleToolbar")}constructor(t){super(t),this.checkActiveStatus=(t,i)=>{let n=0,r=0;return Object.keys(t).forEach(o=>{let s=t[o];(0,a.isFunction)(s)?s(this.j,(0,a.css)(i,o).toString())&&(n+=1):-1!==s.indexOf((0,a.css)(i,o).toString())&&(n+=1),r+=1}),r===n},this.prependInvisibleInput(this.container)}};u=function(t,i,n,r){var o,s=arguments.length,a=s<3?i:null===r?r=Object.getOwnPropertyDescriptor(i,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,r);else for(var l=t.length-1;l>=0;l--)(o=t[l])&&(a=(s<3?o(a):s>3?o(i,n,a):o(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a}([o.component],u)},37467:function(t,i,n){"use strict";n(6441).Config.prototype.tableAllowCellResize=!0},37508:function(t,i,n){"use strict";function r(t){return!!t.length&&!/[^0-9A-Za-zа-яА-ЯЁё\w\-_. ]/.test(t)&&t.trim().length>0}n.d(i,{isValidName:function(){return r}})},37585:function(t,i,n){"use strict";var r=n(82758),o=n(21537),s=n(6441),a=n(11676),l=n(21491);s.Config.prototype.mobileTapTimeout=300,s.Config.prototype.toolbarAdaptive=!0,s.Config.prototype.buttonsMD=[{group:"font-style",buttons:[]},{group:"list",buttons:[]},{group:"font",buttons:[]},"---",{group:"media",buttons:[]},"\n",{group:"state",buttons:[]},{group:"insert",buttons:[]},{group:"indent",buttons:[]},{group:"color",buttons:[]},"---",{group:"history",buttons:[]},{group:"other",buttons:[]},"|","dots"],s.Config.prototype.buttonsSM=[{group:"font-style",buttons:[]},{group:"list",buttons:[]},"---",{group:"font",buttons:[]},"\n",{group:"state",buttons:[]},{group:"indent",buttons:[]},{group:"color",buttons:[]},"---",{group:"history",buttons:[]},"|","dots"],s.Config.prototype.buttonsXS=[{group:"font-style",buttons:[]},{group:"list",buttons:[]},"---",{group:"font",buttons:[]},{group:"color",buttons:[]},"---","dots"],s.Config.prototype.controls.dots={mode:r.MODE_SOURCE+r.MODE_WYSIWYG,popup:(t,i,n,r)=>{let s=r.control.data;return void 0===s&&(s={toolbar:(0,l.makeCollection)(t),rebuild:()=>{var i,n;if(r){let l=t.e.fire("getDiffButtons.mobile",r.closest(a.ToolbarCollection));if(l&&s){s.toolbar.build((0,o.splitArray)(l));let r=(null==(n=null==(i=t.toolbar)?void 0:i.firstButton)?void 0:n.container.offsetWidth)||36;s.toolbar.container.style.width=(r+4)*3+"px"}}}},r.control.data=s),s.rebuild(),s.toolbar},tooltip:"Show all"}},37643:function(t,i,n){"use strict";n.d(i,{sound:function(){return s}});var r=n(82758),o=n(85567);function s({sec:t=.1,frequency:i=o.PII,gain:n=.1,type:a="sine"}={}){if(!r.globalWindow||void 0===r.globalWindow.AudioContext&&void 0===r.globalWindow.webkitAudioContext)return;let l=new(r.globalWindow.AudioContext||r.globalWindow.webkitAudioContext),u=l.createGain(),c=l.createOscillator();c.type=a,c.frequency.value=i,c.connect(u),u.connect(l.destination),c.start(),c.stop(l.currentTime+t),u.gain.value=n}},37663:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1171 960q0 13-10 23l-466 466q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l466 466q10 10 10 23z"/> </svg> '},37775:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1792 352v1088q0 42-39 59-13 5-25 5-27 0-45-19l-403-403v166q0 119-84.5 203.5t-203.5 84.5h-704q-119 0-203.5-84.5t-84.5-203.5v-704q0-119 84.5-203.5t203.5-84.5h704q119 0 203.5 84.5t84.5 203.5v165l403-402q18-19 45-19 12 0 25 5 39 17 39 59z"/> </svg> '},37790:function(t,i,n){"use strict";n.d(i,{call:function(){return l},callPromise:function(){return d},callThis:function(){return u},getDataTransfer:function(){return m},getPropertyDescriptor:function(){return g},keys:function(){return p},loadImage:function(){return h},markOwner:function(){return c},memorizeExec:function(){return f}});var r=n(14773),o=n(86068),s=n(29960),a=n(86583);function l(t,...i){return t(...i)}function u(t,i,...n){return t.apply(i,n)}function c(t,i){(0,s.attr)(i,"data-editor_id",t.id),i.component||Object.defineProperty(i,"jodit",{value:t})}function d(t,i){return(0,r.isPromise)(t)?t.then(t=>t,()=>null).finally(i):null==i?void 0:i()}let h=(t,i)=>i.async.promise((n,r)=>{let o=new Image,s=()=>{i.e.off(o),null==r||r()},a=()=>{i.e.off(o),n(o)};i.e.one(o,"load",a).one(o,"error",s).one(o,"abort",s),o.src=t,o.complete&&a()}),p=(t,i=!0)=>{if(i)return Object.keys(t);let n=[];for(let i in t)n.push(i);return n},f=(t,i,{control:n},r)=>{var s;let l=`button${n.command}`,u=null!=(s=n.args&&n.args[0])?s:(0,a.dataBind)(t,l);if((0,o.isVoid)(u))return!1;(0,a.dataBind)(t,l,u),r&&(u=r(u)),t.execCommand(n.command,!1,null!=u?u:void 0)},m=t=>{if(t.clipboardData)return t.clipboardData;try{return t.dataTransfer||new DataTransfer}catch(t){return null}};function g(t,i){let n;do n=Object.getOwnPropertyDescriptor(t,i),t=Object.getPrototypeOf(t);while(!n&&t);return n}},38420:function(t,i,n){"use strict";n.d(i,{humanSizeToBytes:function(){return r}});let r=t=>{if(/^[0-9.]+$/.test(t.toString()))return parseFloat(t);let i=t.substr(-2,2).toUpperCase(),n=["KB","MB","GB","TB"],r=parseFloat(t.substr(0,t.length-2));return -1!==n.indexOf(i)?r*Math.pow(1024,n.indexOf(i)+1):parseInt(t,10)}},38512:function(t,i,n){"use strict";n.d(i,{UIBackupItem:function(){return a}});var r=n(82749),o=n(21537),s=n(67510);class a extends s.UIElement{className(){return"UIBackupItem"}formatDate(t){let i=new Date,n=(0,o.isString)(t)?new Date(t):t,r=(i.getTime()-n.getTime())/1e3;return(0,o.isFunction)(this.j.o.backup.formatDate)?this.j.o.backup.formatDate(n):r<.2?this.j.i18n("Current"):r<60?this.j.i18n("Less minute"):r<=3600?this.j.i18n("%s minutes ago",Math.floor(r/60)):r<=86400?this.j.i18n("%s hours ago",Math.floor(r/3600)):`${n.toDateString()} ${n.toLocaleTimeString()}`}focus(){this.container.focus()}constructor(t,i){super(t),(0,r._)(this,"data",void 0),this.data=i,this.container.innerHTML=this.formatDate(i.created),(0,o.attr)(this.container,"tabIndex",0)}}},38837:function(t,i,n){"use strict";n.d(i,{assert:function(){return o}});class r extends Error{constructor(t){super(t),this.name="AssertionError"}}function o(t,i){if(!t)throw new r(`Assertion failed: ${i}`)}},38882:function(t,i,n){"use strict";n.d(i,{isAllowedSubdomain:function(){return o},validateLicense:function(){return function t(i,n){var r;let s;if(r=i=i.replace(/[^A-Z0-9-]/g,"R"),/[A-Z0-9][013456][A-P0-9]{2}[ABC]-([0-3])[ELPDF][E-L4-8]{2}\1-[A-D][R0][J-P5-6]{3}-[DPGHYE][GFPOD]{3}[A-SX-Z]/.test(r)||o(n))return!0;let a=(s=n.split(".")).map(t=>{let i=t[0];return"string"==typeof i&&i.charCodeAt(0)?String.fromCharCode(i.charCodeAt(0)+1):i}).concat(s.map(t=>{let i=t[t.length-1];return"string"==typeof i&&i.charCodeAt(0)?String.fromCharCode(i.charCodeAt(0)-1):i})).map(t=>null!=t&&/\w/.test(t)?t:"r"),l=["[A-F013456][A-F0-9]{3}{part}","([0-3]){part}[E-L4-8]{2}\\1","[A-D]{part}[J-P5-6]{3}","{part}[A-R0-9]{3}[X-Z]"].map((t,i)=>t.replace("{part}",a[i]||"[R-T]")),u=RegExp(`^${l.join("-")}$`,"i"),c=i.substring(12,13),d=u.test(i);if(!d&&c===(typeof!n).toUpperCase()[5]){let r=n.split(".");return r.shift(),!!r.length&&t(i,r.join("."))}return d}}});let r=["*localhost*","staging.","*.dev.","*.test.","*.stg.","stg.*","test.*","beta.*","*demo.*","*test.*","acceptatie.*"];function o(t){return r.some(i=>new RegExp(i.replace(/\*/g,"%ANY%").replace(/[/\-\\^$*+?.()|[\]{}]/g,"\\$&").replace(/%ANY%/g,".*")).test(t))}},38927:function(t,i,n){"use strict";n.d(i,{TabsWidget:function(){return u}});var r=n(91907),o=n(2748),s=n(23282),a=n(29960),l=n(67510);let u=(t,i,n)=>{let u=t.c.div("jodit-tabs"),c=t.c.div("jodit-tabs__wrapper"),d=t.c.div("jodit-tabs__buttons");(0,a.attr)(d,{role:"tablist","aria-orientation":"horizontal"});let h={},p=[],f="";u.appendChild(d),u.appendChild(c);let m=t=>{h[t]&&(p.forEach(t=>{t.state.activated=!1}),Object.values(h).forEach(({tab:t})=>t.classList.remove("jodit-tab_active")),h[t].button.state.activated=!0,h[t].tab.classList.add("jodit-tab_active"))};if(i.forEach(({icon:u,name:g,content:b})=>{let v=t.c.div("jodit-tab");(0,a.attr)(v,{role:"tabpanel"});let y=(0,l.Button)(t,u||g,g);y.state.role="tab",t.e.on(y.container,"pointerdown",t=>t.preventDefault()),f||(f=g),d.appendChild(y.container),p.push(y),y.container.classList.add("jodit-tabs__button","jodit-tabs__button_columns_"+i.length),(0,s.isFunction)(b)?v.appendChild(t.c.div("jodit-tab_empty")):v.appendChild(r.Component.isInstanceOf(b,l.UIElement)?b.container:b),c.appendChild(v),y.onAction(()=>(m(g),(0,s.isFunction)(b)&&!o.Dom.isElement(b)&&b.call(t),n&&(n.activeTab=g),!1)),h[g]={button:y,tab:v}}),Object.values(h).forEach(({button:t})=>{t.container.style.width=(100/i.length).toFixed(10)+"%"}),m(n&&n.activeTab&&h[n.activeTab]?n.activeTab:f),n){let t=n.activeTab;Object.defineProperty(n,"activeTab",{configurable:!0,enumerable:!1,get(){return t},set(i){t=i,m(i)}})}return u}},39179:function(t,i){"use strict";i.default={"copy-format":"Copiar formato"}},39296:function(t,i,n){"use strict";var r=n(56075),o=n(11886),s=n(73943),a=n(19127);i.default=(0,o._)((0,r._)({},s),{execute:a.execute})},39433:function(t,i,n){"use strict";n.d(i,{fillEmptyParagraph:function(){return a}});var r=n(82758),o=n(2748);let s=new Set(["table","tbody","thead","tfoot","tr"]);function a(t,i,n){if(t.o.cleanHTML.fillEmptyParagraph&&o.Dom.isBlock(i)&&o.Dom.isEmpty(i,r.INSEPARABLE_TAGS)&&!o.Dom.isTag(i,s)){let n=t.createInside.element("br");return i.appendChild(n),!0}return n}},39516:function(t,i,n){"use strict";n.d(i,{visitNodeWalker:function(){return a}});var r=n(82758),o=n(45235);let s=Object.keys(o);function a(t,i,n,a,l){let u=!1,c=t.o.cleanHTML.disableCleanFilter;for(let d of s)if(!(c&&c.has(d))&&(u=(0,o[d])(t,i,u,n,a,l),r.IS_PROD,!i.isConnected))return!0;return u}},39592:function(t,i,n){"use strict";n.d(i,{execute:function(){return a}});var r=n(77688),o=n(6689),s=n(49459);function a(t,i,n){return(0,r._)(function*(){let r=(0,s.requireString)(i,"html",{allowEmpty:!0}),{replace:a}=i;if(!r.trim())return{success:!0,message:"Nothing to insert: HTML is empty"};(0,o.throwIfAborted)(n);try{return t.s.focus(),a&&!t.s.isCollapsed()&&t.s.remove(),t.s.insertHTML(r),t.synchronizeValues(),{success:!0,message:`Inserted ${r.length} characters of HTML`}}catch(t){throw Error(`Failed to insert HTML: ${(null==t?void 0:t.message)||"Unknown error"}`)}})()}},39627:function(t,i,n){"use strict";var r=n(33433),o=n(37133),s=n(580),a=n(12045),l=n(20356);n(31974);var u=n(32523),c=n(19308);function d(t,i,n,r,o,s,a){try{var l=t[s](a),u=l.value}catch(t){n(t);return}l.done?i(u):Promise.resolve(u).then(r,o)}var h=function(t,i,n,r){var o,s=arguments.length,a=s<3?i:null===r?r=Object.getOwnPropertyDescriptor(i,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,r);else for(var l=t.length-1;l>=0;l--)(o=t[l])&&(a=(s<3?o(a):s>3?o(i,n,a):o(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a};class p extends l.Plugin{get __dialog(){return this.jodit.dlg({buttons:["fullsize","dialog.close"],closeOnClickOverlay:!0,closeOnEsc:!0,resizable:!1,draggable:!0,minHeight:160})}get __container(){let{jodit:t,__dialog:i}=this;return new u.UiAiAssistant(t,{onInsertAfter(n){t.s.focus(),t.s.setCursorAfter(t.s.current()),t.s.insertHTML(n),i.close()},onInsert(n){t.s.focus(),t.s.insertHTML(n),i.close()}})}afterInit(){}onGenerateAiAssistantForm(t){this.__dialog.open(this.__container,"AI Assistant"),this.__container.setPrompt(t)}onInvokeAiAssistant(t){let{jodit:i}=this;i.s.focus();let n=i.s.html;i.async.promise((r,o)=>{var s;return(s=function*(){try{let o=yield i.o.aiAssistant.aiAssistantCallback(t,n);r(o)}catch(t){o(t)}},function(){var t=this,i=arguments;return new Promise(function(n,r){var o=s.apply(t,i);function a(t){d(o,n,r,a,l,"next",t)}function l(t){d(o,n,r,a,l,"throw",t)}a(void 0)})})()}).then(t=>{i.e.fire("ai-assistant-response",t)}).catch(t=>{(0,a.isAbortError)(t)||(i.message.error(t.message),i.e.fire("ai-assistant-error",t.message))})}beforeDestruct(t){var i,n;null==(i=(0,r.cached)(this,"__container"))||i.destruct(),null==(n=(0,r.cached)(this,"__dialog"))||n.destruct()}constructor(t){super(t),this.buttons=[{name:"ai-commands",group:"insert"},{name:"ai-assistant",group:"insert"}],(0,s.extendLang)(c)}}h([r.cache],p.prototype,"__dialog",null),h([r.cache],p.prototype,"__container",null),h([(0,o.watch)(":generateAiAssistantForm.ai-assistant")],p.prototype,"onGenerateAiAssistantForm",null),h([(0,o.watch)(":invokeAiAssistant")],p.prototype,"onInvokeAiAssistant",null),s.pluginSystem.add("ai-assistant",p)},39955:function(t,i,n){"use strict";n.d(i,{isViewObject:function(){return o}});var r=n(23282);function o(t){return!!(t&&t instanceof Object&&(0,r.isFunction)(t.constructor)&&t.isView)}},40104:function(t,i,n){"use strict";n.d(i,{UITuner:function(){return d}});var r=n(82749),o=n(31635),s=n(65478),a=n(22732),l=n(21537),u=n(67510),c=n(21491);class d extends u.UIElement{className(){return"UITuner"}render(){return`<div>
201
201
  <div class='&__handle' title='~Click to tune~'/>
202
202
  </div>`}show(){let t=this.j.s.current();if(!t)return this.hide();let i=a.Dom.isBlock(t)?t:a.Dom.closest(t,t=>!!(t&&this.j.o.tuneBlock.popup[t.nodeName.toLowerCase()]),this.j.editor);if(!i||i===this.j.editor||!this.j.o.tuneBlock.popup[i.tagName.toLowerCase()])return this.hide();this.currentBlock=i,this.isShown=!0,this.closeToolbar(),this.calcPosition(),this.container.parentNode||this.j.workplace.append(this.container)}hide(){this.isShown&&(this.isShown=!1,a.Dom.safeRemove(this.container),this.closeToolbar())}onEditorScroll(){this.isShown&&this.calcPosition()}calcPosition(){let t=(0,l.css)(this.j.editor,"marginLeft"),i=(0,l.css)(this.j.editor,"paddingLeft"),n=(0,l.css)(this.j.editor,"marginTop"),r=this.currentBlock.offsetWidth-15+t+i,o=this.currentBlock.offsetTop-this.j.editor.scrollTop+n;(0,l.css)(this.container,{transform:`translate3d(${r}px, ${o}px, 0)`}),this.popup.isOpened&&this.popup.updatePosition()}onAfterExecTune(t){t&&(this.currentBlock=t),this.calcPosition(),this.openToolbar()}onClickPrevent(t){t.preventDefault(),t.stopPropagation()}onTargetClick(){this.toggleToolbar()}openToolbar(){if(this.setMod("opened",!0),this.toolbar.build(this.j.o.tuneBlock.popup[this.currentBlock.tagName.toLowerCase()],this.currentBlock),this.popup.setContent(this.toolbar.container),!this.popup.isOpened){let t=this.getElm("handle");(0,l.assert)(null!=t,"Handle element does not exist"),this.popup.open(()=>(0,l.position)(t))}}closeToolbar(){this.setMod("opened",!1),this.popup.close()}toggleToolbar(){this.getMod("opened")?this.closeToolbar():this.openToolbar()}constructor(...t){super(...t),(0,r._)(this,"isShown",!1),(0,r._)(this,"toolbar",(0,c.makeCollection)(this.j,this)),(0,r._)(this,"popup",new u.Popup(this.j,!1)),(0,r._)(this,"currentBlock",void 0)}}(0,o.__decorate)([(0,s.watch)(":hideTuner.tune")],d.prototype,"hide",null),(0,o.__decorate)([(0,s.watch)("j.editor:scroll"),(0,s.throttle)(10)],d.prototype,"onEditorScroll",null),(0,o.__decorate)([(0,s.watch)(":afterExecTune.tune"),(0,s.idle)()],d.prototype,"onAfterExecTune",null),(0,o.__decorate)([(0,s.watch)("container:click container:mousedown")],d.prototype,"onClickPrevent",null),(0,o.__decorate)([(0,s.watch)("handle:click")],d.prototype,"onTargetClick",null),(0,o.__decorate)([(0,s.watch)(":closeTuner.tune")],d.prototype,"closeToolbar",null),d=(0,o.__decorate)([s.component],d)},40273:function(t,i,n){"use strict";n.d(i,{Style:function(){return d}});var r=n(82749),o=n(31635),s=n(45219),a=n(70799),l=n(12475),u=n(49055),c=n(43712);class d{get keys(){return Object.keys(this._data)}forEach(t){this.keys.forEach(i=>t(i))}clear(){this._data={}}set(t,i){this._data[t]=i}get(t){var i;return null!=(i=this._data[t])?i:null}has(t){return void 0!==this._data[t]}add(t,i){return this._data=h(this.str()+";"+`${t}:${i}`),this}str(t=t=>!0){let i=Object.keys(this._data).filter(i=>i&&!/^mso-/.test(i)&&t(i)&&null!=this.get(i)),n=t=>(0,a.isString)(t)?/^0[a-z]+$/i.test(t)?"0":t:t.toString();return(["padding","margin"].forEach(t=>{if(this._data[t]){let r=i.indexOf(t),o=(0,c.calcMarginParts)(this._data[t]);["top","right","bottom","left"].forEach((s,a)=>{let l=`${t}-${s}`,u=this._data[l];null!=u&&(i.indexOf(l)<r||n(o[a])===n(u))&&-1!==i.indexOf(l)&&i.splice(i.indexOf(l),1)})}}),i.length)?i.map(t=>`${(0,l.kebabCase)(t)}:${this.get(t)}`).join(";"):""}constructor(t){(0,r._)(this,"_data",void 0),this._data=h(t)}}function h(t){return(function(t){let i={},n=[];for(let r=t.length-1;r>=0;r-=1){let o=t[r][0];i[o]||(i[o]=!0,n.unshift(t[r]))}return n})((null!=t?t:"").replace(/&quot;/g,'"').split(";").filter(Boolean).map(t=>(0,u.trim)(t).split(":").map(u.trim))).reduce((t,[i,n])=>(i&&n&&(t[i]=n),t),{})}(0,o.__decorate)([s.autobind],d.prototype,"forEach",null),(0,o.__decorate)([s.autobind],d.prototype,"clear",null),(0,o.__decorate)([s.autobind],d.prototype,"set",null),(0,o.__decorate)([s.autobind],d.prototype,"get",null),(0,o.__decorate)([s.autobind],d.prototype,"has",null),(0,o.__decorate)([s.autobind],d.prototype,"add",null),(0,o.__decorate)([s.autobind],d.prototype,"str",null)},40329:function(t,i,n){"use strict";var r=n(22732),o=n(21537),s=n(43555),a=n(12153),l=n(6441),u=n(6091);l.Config.prototype.table={splitBlockOnInsertTable:!0,selectionCellStyle:"border: 1px double #1e88e5 !important;",useExtraClassesOptions:!1},a.Icon.set("table",u.default),l.Config.prototype.controls.table={data:{cols:10,rows:10,classList:{"table table-bordered":"Bootstrap Bordered","table table-striped":"Bootstrap Striped","table table-dark":"Bootstrap Dark"}},popup:(t,i,n,a)=>{t.editor.normalize();let l=t.history.snapshot.make(),u=a.control,c=u.data&&u.data.rows?u.data.rows:10,d=u.data&&u.data.cols?u.data.cols:10,h=t.c.fromHTML('<form class="jodit-form jodit-form__inserter"><div class="jodit-form__table-creator-box"><div class="jodit-form__container"></div><div class="jodit-form__options">'+(()=>{if(!t.o.table.useExtraClassesOptions)return"";let i=[];if(u.data){let t=u.data.classList;Object.keys(t).forEach(n=>{i.push(`<label class="jodit_vertical_middle"><input class="jodit-checkbox" value="${n}" type="checkbox"/>${t[n]}</label>`)})}return i.join("")})()+'</div></div><label class="jodit-form__center"><span>1</span> &times; <span>1</span></label></form>'),p=h.querySelectorAll("span")[0],f=h.querySelectorAll("span")[1],m=h.querySelector(".jodit-form__container"),g=h.querySelector(".jodit-form__options"),b=[],v=c*d;for(let i=0;i<v;i+=1)b[i]||b.push(t.c.element("span",{dataIndex:i}));if(t.e.on(m,"mousemove",(t,i)=>{let n=t.target;if(!r.Dom.isTag(n,"span"))return;let o=void 0===i||isNaN(i)?parseInt((0,s.attr)(n,"-index")||"0",10):i||0,a=Math.ceil((o+1)/d),l=o%d+1;for(let t=0;t<b.length;t+=1)l>=t%d+1&&a>=Math.ceil((t+1)/d)?b[t].className="jodit_hovered":b[t].className="";f.textContent=l.toString(),p.textContent=a.toString()}).on(m,"touchstart mousedown",i=>{let a=i.target;if(i.preventDefault(),i.stopImmediatePropagation(),!r.Dom.isTag(a,"span"))return;let u=parseInt((0,s.attr)(a,"-index")||"0",10),c=Math.ceil((u+1)/d),h=u%d+1,p=t.createInside,f=p.element("tbody"),m=p.element("table");m.appendChild(f);let b=null,v,y;for(let t=1;c>=t;t+=1){v=p.element("tr");for(let t=1;t<=h;t+=1)y=p.element("td"),b||(b=y),(0,o.css)(y,"width",(100/h).toFixed(4)+"%"),y.appendChild(p.element("br")),v.appendChild(p.text("\n")),v.appendChild(p.text(" ")),v.appendChild(y);f.appendChild(p.text("\n")),f.appendChild(v)}(0,o.$$)("input[type=checkbox]:checked",g).forEach(t=>{t.value.split(/[\s]+/).forEach(t=>{m.classList.add(t)})}),t.s.restore(),t.s.removeMarkers(),t.editor.normalize(),t.history.snapshot.restore(l);let _=r.Dom.furthest(t.s.current(),r.Dom.isBlock,t.editor);if(_&&r.Dom.isEmpty(_))r.Dom.replace(_,m,void 0,!1,!0);else if(_){let i=p.text("\n");if(t.o.table.splitBlockOnInsertTable){let n=t.s.range;n.collapse(!1),n.insertNode(i),n.collapse(!1),t.s.selectRange(n);let o=t.s.splitSelection(_,i);o?r.Dom.after(o,m):r.Dom.after(_,m)}else r.Dom.after(_,i),r.Dom.after(i,m)}else t.s.insertNode(m,!1);b&&(t.s.setCursorIn(b),(0,o.scrollIntoViewIfNeeded)(b,t.editor,t.ed)),n()}),a&&a.parentElement){for(let i=0;i<c;i+=1){let n=t.c.div();for(let t=0;t<d;t+=1)n.appendChild(b[i*d+t]);m.appendChild(n)}b[0]&&(b[0].className="hovered")}return h},tooltip:"Insert table"}},40372:function(t,i,n){"use strict";n.r(i),i.default={newline:"новая строка|перенос|ентер",delete:"видалити",space:"пробел","Speech Recognize":"Распознавание речи",Sound:"Звук","Interim Results":"Проміжні результати"}},40565:function(t,i){"use strict";i.default={"Type something":"Napisz coś",Advanced:"Zaawansowane","About Jodit":"O Jodit","Jodit Editor":"Edytor Jodit","Jodit User's Guide":"Instrukcja Jodit","contains detailed help for using":"zawiera szczeg\xf3łowe informacje dotyczące użytkowania.","For information about the license, please go to our website:":"Odwiedź naszą stronę, aby uzyskać więcej informacji na temat licencji:","Buy full version":"Zakup pełnej wersji","Copyright \xa9 XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Copyright \xa9 XDSoft.net - Chupurnov Valeriy. Wszystkie prawa zastrzeżone.",Anchor:"Kotwica","Open in new tab":"Otw\xf3rz w nowej zakładce","Open in fullsize":"Otw\xf3rz edytor w pełnym rozmiarze","Clear Formatting":"Wyczyść formatowanie","Fill color or set the text color":"Kolor wypełnienia lub ustaw kolor tekstu",Redo:"Pon\xf3w",Undo:"Cofnij",Bold:"Pogrubienie",Italic:"Kursywa","Insert Unordered List":"Wstaw listę wypunktowaną","Insert Ordered List":"Wstaw listę numeryczną","Align Center":"Wyśrodkuj","Align Justify":"Wyjustuj","Align Left":"Wyr\xf3wnaj do lewej","Align Right":"Wyr\xf3wnaj do prawej","Insert Horizontal Line":"Wstaw linię poziomą","Insert Image":"Wstaw grafikę","Insert file":"Wstaw plik","Insert youtube/vimeo video":"Wstaw film Youtube/vimeo","Insert link":"Wstaw link","Font size":"Rozmiar tekstu","Font family":"Kr\xf3j czcionki","Insert format block":"Wstaw formatowanie",Normal:"Normalne","Heading 1":"Nagł\xf3wek 1","Heading 2":"Nagł\xf3wek 2","Heading 3":"Nagł\xf3wek 3","Heading 4":"Nagł\xf3wek 4",Quote:"Cytat",Code:"Kod",Insert:"Wstaw","Insert table":"Wstaw tabelę","Decrease Indent":"Zmniejsz wcięcie","Increase Indent":"Zwiększ wcięcie","Select Special Character":"Wybierz znak specjalny","Insert Special Character":"Wstaw znak specjalny","Paint format":"Malarz format\xf3w","Change mode":"Zmień tryb",Margins:"Marginesy",top:"G\xf3rny",right:"Prawy",bottom:"Dolny",left:"Levy",Styles:"Style CSS",Classes:"Klasy CSS",Align:"Wyr\xf3wnanie",Right:"Prawa",Center:"środek",Left:"Lewa","--Not Set--":"brak",Src:"Źr\xf3dło",Title:"Tytuł",Alternative:"Tekst alternatywny",Link:"Link","Open link in new tab":"Otw\xf3rz w nowej zakładce",Image:"Grafika",file:"Plik","Image properties":"Właściwości grafiki",Cancel:"Anuluj",Ok:"OK","Your code is similar to HTML. Keep as HTML?":"Tw\xf3j kod wygląda jak HTML. Zachować HTML?","Paste as HTML":"Wkleić jako HTML?",Keep:"Oryginalny tekst",Clean:"Wyczyść","Insert as Text":"Wstaw jako tekst","Word Paste Detected":"Wykryto tekst w formacie Word","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"Wklejany tekst pochodzi z dokumentu Microsoft Word/Excel. Chcesz zachować ten format czy wyczyścić go? ","Insert only Text":"Wstaw tylko treść","File Browser":"Przeglądarka plik\xf3w","Error on load list":"Błąd ładowania listy plik\xf3w","Error on load folders":"Błąd ładowania folder\xf3w","Are you sure?":"Czy jesteś pewien?","Enter Directory name":"Wprowadź nazwę folderu","Create directory":"Utw\xf3rz folder","type name":"wprowadź nazwę","Drop image":"Upuść plik graficzny","Drop file":"Upuść plik","or click":"lub kliknij tu","Alternative text":"Tekst alternatywny",Browse:"Przeglądaj",Upload:"Wczytaj",Background:"Tło",Text:"Treść",Top:"G\xf3ra",Middle:"Środek",Bottom:"D\xf3ł","Insert column before":"Wstaw kolumnę przed","Insert column after":"Wstaw kolumnę po","Insert row above":"Wstaw wiersz przed","Insert row below":"Wstaw wiersz po","Delete table":"Usuń tabelę","Delete row":"Usuń wiersz","Delete column":"Usuń kolumnę","Empty cell":"Wyczyść kom\xf3rkę",Delete:"Usuń","Strike through":"Przekreślenie",Underline:"Podkreślenie",Break:"Przerwa","Search for":"Szukaj","Replace with":"Zamień na",Replace:"Wymienić",Edit:"Edytuj","Vertical align":"Wyr\xf3wnywanie w pionie","Horizontal align":"Wyr\xf3wnywanie w poziomie",Filter:"Filtruj","Sort by changed":"Sortuj wg zmiany","Sort by name":"Sortuj wg nazwy","Sort by size":"Sortuj wg rozmiaru","Add folder":"Dodaj folder","Split vertical":"Podziel w pionie","Split horizontal":"Podziel w poziomie",Split:"Podziel",Merge:"Scal","Add column":"Dodaj kolumnę","Add row":"Dodaj wiersz",Border:"Obramowanie","Embed code":"Wstaw kod",Update:"Aktualizuj",superscript:"indeks g\xf3rny",subscript:"index dolny","Cut selection":"Wytnij zaznaczenie",Paste:"Wklej","Choose Content to Paste":"Wybierz zawartość do wklejenia","Chars: %d":"Znaki: %d","Words: %d":"Słowa: %d",All:"Wszystko","Select %s":"Wybierz: %s","Select all":"Wybierz wszystko",source:"HTML",bold:"pogrubienie",italic:"kursywa",brush:"pędzel",link:"link",undo:"cofnij",redo:"pon\xf3w",table:"tabela",image:"grafika",eraser:"wyczyść",paragraph:"akapit",fontsize:"rozmiar czcionki",video:"wideo",font:"czcionka",about:"O programie",print:"drukuj",underline:"podkreślenie",strikethrough:"przekreślenie",indent:"wcięcie",outdent:"wycięcie",fullsize:"pełen rozmiar",shrink:"przytnij",hr:"linia pozioma",ul:"lista",ol:"lista numerowana",cut:"wytnij",selectall:"zaznacz wszystko","Open link":"otw\xf3rz link","Edit link":"edytuj link","No follow":"Atrybut no-follow",Unlink:"Usuń link",Eye:"szukaj",pencil:"edytuj"," URL":"URL",Reset:"wyczyść",Save:"zapisz","Save as ...":"zapisz jako",Resize:"Zmień rozmiar",Crop:"Przytnij",Width:"Szerokość",Height:"Wysokość","Keep Aspect Ratio":"Zachowaj proporcje",Yes:"Tak",No:"Nie",Remove:"Usuń",Select:"Wybierz","You can only edit your own images. Download this image on the host?":"Możesz edytować tylko swoje grafiki. Czy chcesz pobrać tą grafikę?","The image has been successfully uploaded to the host!":"Grafika została pomyślnienie dodana na serwer",palette:"Paleta","There are no files":"Brak plik\xf3w.",Rename:"zmień nazwę","Enter new name":"Wprowadź nową nazwę",preview:"podgląd",download:"pobierz","Paste from clipboard":"Wklej ze schowka","Your browser doesn't support direct access to the clipboard.":"Twoja przeglądarka nie obsługuje schowka","Copy selection":"Kopiuj zaznaczenie",copy:"kopiuj","Border radius":"Zaokrąglenie krawędzi","Show all":"Pokaż wszystkie",Apply:"Zastosuj","Please fill out this field":"Proszę wypełnić to pole","Please enter a web address":"Proszę, wpisz adres sieci web",Default:"Domyślnie",Circle:"Koło",Dot:"Punkt",Quadrate:"Kwadrat",Find:"Znaleźć","Find Previous":"Znaleźć Poprzednie","Find Next":"Znajdź Dalej","Insert className":"Wstaw nazwę zajęć","Press Alt for custom resizing":"Naciśnij Alt, aby zmienić rozmiar","License: %s":"Licencja: %s"}},40650:function(t,i,n){"use strict";var r=n(82749),o=n(25088),s=n.n(o),a=n(6441),l=n(21537),u=n(50911),c=n(59451),d=n(2692);a.Config.prototype.controls.google={tooltip:"Google search",icon:s(),isDisabled(t){return(0,c.isEditorEmpty)(t.editor)},command:"startSearch"};class h extends u.Plugin{afterInit(t){t.registerCommand("startSearch",{exec:()=>{var i,n,r;let o,{s}=t;if(o=s.isCollapsed()?null==(n=s.current())||null==(i=n.parentElement)?void 0:i.innerText:null==(r=s.sel)?void 0:r.toString()){let t="https://www.google.com/search?q="+encodeURIComponent((0,l.trim)(o));window.open(t,"_blank")}}})}beforeDestruct(t){}constructor(...t){super(...t),(0,r._)(this,"buttons",[{name:"google",group:"search"}])}}(0,r._)(h,"requires",["license"]),d.JoditPro.plugins.add("google-search",h)},41107:function(t,i,n){"use strict";var r=n(580),o=n(21537),s=n(12153),a=n(6441);n(73674);var l=n(820),u=n(53651),c=n(16020),d=n(89758),h=n(98527),p=n(51855);r.pluginSystem.add("bold",function(t){let i=i=>{let n,r=a.Config.defaultOptions.controls[i],s=function(t){for(var i=1;i<arguments.length;i++){var n=null!=arguments[i]?arguments[i]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable}))),r.forEach(function(i){var r;r=n[i],i in t?Object.defineProperty(t,i,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[i]=r})}return t}({},r.css);return Object.keys(s).forEach(t=>{n||(n={}),n[t]=(0,o.isArray)(s[t])?s[t][0]:s[t]}),t.s.commitStyle({element:r.tags?r.tags[0]:void 0}),t.synchronizeValues(),!1};["bold","italic","underline","strikethrough"].forEach(i=>{t.registerButton({name:i,group:"font-style"})}),["superscript","subscript"].forEach(i=>{t.registerButton({name:i,group:"script"})}),t.registerCommand("bold",{exec:i,hotkeys:["ctrl+b","cmd+b"]}).registerCommand("italic",{exec:i,hotkeys:["ctrl+i","cmd+i"]}).registerCommand("underline",{exec:i,hotkeys:["ctrl+u","cmd+u"]}).registerCommand("strikethrough",{exec:i}).registerCommand("subscript",{exec:i}).registerCommand("superscript",{exec:i})}),s.Icon.set("bold",l.default).set("italic",u.default).set("strikethrough",c.default).set("subscript",d.default).set("superscript",h.default).set("underline",p.default)},41113:function(t,i,n){"use strict";var r=n(63643),o=n.n(r),s=n(6441);s.Config.prototype.keyboard={defaultLayoutSet:"en",showLayoutSwitcher:!0,extraKeyGroup:"other",extraKeyButtons:[],delayKeyRepeat:350,periodKeyRepeat:100,layoutList:{en:{title:"English",keys:[["` ~ \xb1","1 ! \xa7","2 @","3 #","4 $","5 %","6 ^","7 &","8 *","9 (","0 )","- _","= +","Backspace"],["Tab","q Q","w W","e E","r R","t T","y Y","u U","i I","o O","p P","[ {","] }","\\ |"],["Caps","a A","s S","d D","f F","g G","h H","j J","k K","l L","; :","' \"","Enter"],["Shift","z Z","x X","c C","v V","b B","n N","m M",", <",". >","/ ?","Shift"],["Options","Space","Options"]]},es:{title:"Espa\xf1ol",keys:[["\xba ` ~","1 ! \xa7","2 @","3 #","4 $","5 %","6 ^","7 &","8 *","9 (","0 )","- _ |","\xa1 = +","Backspace"],["Tab","q Q","w W","e E","r R","t T","y Y","u U","i I","o O","p P","[ {","] }","\xe7 \xc7 \\"],["Caps","a A","s S","d D","f F","g G","h H","j J","k K","l L","\xf1 \xd1 ; :","' \"","Enter"],["Shift","z Z","x X","c C","v V","b B","n N","m M",", <",". >","/ ?","Shift"],["Options","Space","Options"]]},de:{title:"Deutsch",keys:[["` ~ \xb1","1 ! \xa7","2 @","3 #","4 $","5 %","6 ^","7 &","8 * :","9 ( {","0 ) }","- _","= +","Backspace"],["Tab","q Q","w W","e E","r R","t T","z Z","u U","i I","o O","p P","\xfc \xdc [","] }","\\ |"],["Caps","a A","s S","d D","f F","g G","h H","j J","k K","l L","\xf6 \xd6 ;","\xe4 \xc4 ' \"","Enter"],["Shift","y Y","x X","c C","v V","b B","n N","m M",", <",". >","/ ?","Shift"],["Options","Space","Options"]]},ru:{title:"Русский",keys:[["` ~ \xb1","1 ! \xa7",'2 @ "',"3 # :","4 $ <","5 % >","6 ^","7 &","8 *","9 (","0 )","- _","= +","Backspace"],["Tab","й Й","ц Ц","у У","к К","е Е","н Н","г Г","ш Ш","щ Щ","з З","х Х [","ъ ] {","\\ | }"],["Caps","ф Ф","ы Ы","в В","а А","п П","р Р","о О","л Л","д Д","ж Ж ;","э Э '","Enter"],["Shift","я Я","ч Ч","с С","м М","и И","т Т","ь Ь","б Б ,","ю Ю .","/ ?","Shift"],["Options","Space","Options"]]},tr:{title:"T\xfcrk\xe7e",keys:[['" \xe9` ~',"1 ! \xa7",'2 @ "',"3 # :","4 $ <","5 % >","6 ^ \xb1","7 &","8 *","9 ( {","0 ) }","- _ [","= + ]","Backspace"],["Tab","q Q","w W","e E","r R","t T","y Y","u U","ı I","o O","p P","ğ Ğ","\xfc \xdc",", \\ |"],["Caps","a A","s S","d D","f F","g G","h H","j J","k K","l L","ş Ş","i̇ İ","Enter"],["Shift","z Z","x X","c C","v V","b B","n N","m M","\xf6 \xd6 <","\xe7 \xc7 >",". / ?","Shift"],["Options","Space","Options"]]},iw:{title:"Hebrew",keys:[["` ~ \xb1","1 ! \xa7","2 @","3 #","4 $","5 %","6 ^","7 &","8 *","9 (","0 )","- _","= +","Backspace"],["Tab","/ q Q","' w W","ק e E","ר r R","א t T","ט y Y","ו u U","ן i I","ם o O","פ p P","[ {","] }","\\ |"],["Caps","ש a A","ד s S","ג d D","כ f F","ע g G","י h H","ח j J","ל k K","ך l L","ף ; :","' \"","Enter"],["Shift","ז z Z","ס x X","ב c C","ה v V","נ b B","מ n N","צ m M",", <",". >","/ ?","Shift"],["Options","Space","Options"]]},tata:{title:"Tata",keys:[["һ Һ` ~","1 ! \xa7",'2 @ "',"3 # :","4 $ <","5 % >","6 ^ \xb1","7 &","8 *","9 ( {","0 )","- _","= +","Backspace"],["Tab","й Й","ө Ө","у У","к К","е Е","н Н","г Г","ш Ш","ә Ә","з З","х Х [","ү Ү ]","\\ | }"],["Caps","ф Ф","ы Ы","в В","а А","п П","р Р","о О","л Л","д Д","ң Ң ;","э Э '","Enter"],["Shift","я Я","ч Ч","с С","м М","и И","т Т","җ Җ","б Б ,","ю Ю .","ґ Ґ /","Shift"],["Options","Space","Options"]]}},layoutSwitchList:["en","es","de","ru","tr","iw","tata"],keySize:32,layout:[[1,1,1,1,1,1,1,1,1,1,1,1,1,2],[1.5,1,1,1,1,1,1,1,1,1,1,1,1,1.5],[1.8,1,1,1,1,1,1,1,1,1,1,1,2.2],[2.5,1,1,1,1,1,1,1,1,1,1,2.5],[3.5,9,3.5]]},s.Config.prototype.controls.keyboard={tooltip:"Keyboard",icon:o(),isActive(t){return!!t.e.fire("isKeyboardOpened")},command:"toggleKeyboard"},s.Config.prototype.controls.extraKeyboardButtons={}},41157:function(t,i,n){"use strict";n.d(i,{clearClassName:function(){return o}});var r=n(49055);let o=t=>(t.attributes.class&&(t.attributes.class=t.attributes.class.replace(/(el\d+)|(font\d+)|msonormal|msolistparagraph\w*/gi,""),(0,r.trim)(t.attributes.class)||(t.attributes.class=null)),t)},41180:function(t,i,n){"use strict";n.d(i,{clearCenterAlign:function(){return c},css:function(){return u}});var r=n(87612),o=n(72430),s=n(3760),a=n(87058),l=n(12475);function u(t,i,n,c=!1){if((0,r.isBoolean)(n)&&(c=n,n=void 0),(0,o.isPlainObject)(i)||void 0!==n){let r=(t,i,n)=>{void 0!==(n=(0,s.normalizeCssNumericValue)(i,n))&&(null==n||u(t,i,!0)!==(0,s.normalizeCssValue)(i,n))&&(t.style[i]=n)};if((0,o.isPlainObject)(i)){let n=Object.keys(i);for(let o=0;o<n.length;o+=1)r(t,(0,a.camelCase)(n[o]),i[n[o]])}else r(t,(0,a.camelCase)(i),n);return""}let d=(0,l.kebabCase)(i),h=t.ownerDocument||document,p=!!h&&(h.defaultView||h.parentWindow),f=t.style[i],m="";return void 0!==f&&""!==f?m=f:p&&!c&&(m=p.getComputedStyle(t).getPropertyValue(d)),s.NUMBER_FIELDS_REG.test(i)&&/^[-+]?[0-9.]+px$/.test(m.toString())&&(m=parseInt(m.toString(),10)),(0,s.normalizeCssValue)(i,m)}let c=t=>{"block"===u(t,"display")&&u(t,"display","");let{style:i}=t;"auto"===i.marginLeft&&"auto"===i.marginRight&&(i.marginLeft="",i.marginRight="")}},41369:function(t,i,n){"use strict";n.r(i),i.default={symbols:"S\xedmbolo"}},41406:function(t,i,n){"use strict";var r=n(77688),o=n(82749),s=n(31635);n(83967);var a=n(82758),l=n(65478),u=n(21537),c=n(87612),d=n(53326),h=n(50911),p=n(67510),f=n(41409),m=n(2692);class g extends h.Plugin{className(){return"pasteCode"}afterInit(t){t.registerCommand("pasteCode",()=>this.__openCodeEditDialog()),t.async.requestIdleCallback(()=>this.__initHighlightLibLoading())}__openCodeEditDialog(t,i,n){let r=this.j,o=this.__createForm(),{code:s,language:a}=(0,u.refs)(o.container);t&&(a.value=t),i&&(s.value=i),r.async.requestIdleCallback(()=>{s.focus()}),r.s.save(),this.__createDialog(()=>{if(o.validate()){r.s.restore();let t=r.createInside.fromHTML(r.o.pasteCode.insertTemplate(r,a.value,s.value));if(n)f.Dom.replace(n,t,r.createInside,!1,!0);else{let i=r.s.current(),n=f.Dom.up(i,f.Dom.isBlock,r.editor);n&&!f.Dom.isCell(n)?f.Dom.after(n,t):r.s.insertNode(t)}this.__imdOnChange();return}return!1},()=>{r.s.restore()}).setContent(o.container).open(!0)}beforeDestruct(t){}__createForm(){let{jodit:t}=this;return new p.UIForm(t,[new p.UISelect(t,{name:"language",label:"Language",value:t.o.pasteCode.defaultLanguage,options:t.o.pasteCode.languages,required:!0}),new p.UITextArea(t,{label:"Code view",resizable:!1,name:"code",required:!0,className:"jodit-paste-code__textarea"})],{className:"jodit-paste-code"})}__createDialog(t,i){let n=new f.Dialog({language:this.j.o.language});return n.setHeader("Insert/Edit Code Sample").setSize(this.j.o.pasteCode.dialog.width,this.j.o.pasteCode.dialog.height).setFooter([(0,p.Button)(n,"","Cancel","default").onAction(()=>{n.close(),i()}),(0,p.Button)(n,"save","Save","primary").onAction(()=>{n.close(),t()})]),n}__onChange(){this.__imdOnChange()}__imdOnChange(){(0,u.$$)("pre",this.j.editor).forEach(t=>{(0,u.attr)(t,"contenteditable")||((0,u.attr)(t,"contenteditable",!1),this.__highlightCode(t).catch(()=>null))})}__highlightCode(t){return(0,r._)(function*(){let i=this.__parseLanguage(t),{highlight:n}=yield this.__initHighlightLibLoading(i),r=t;t.firstElementChild===t.lastElementChild&&f.Dom.isTag(t.firstElementChild,"code")&&(r=t.firstElementChild),r.innerHTML=n(r.innerText,i)}).call(this)}onPreEdit(t){let i=f.Dom.isNode(t)&&f.Dom.isTag(t,"pre")?t:f.Dom.closest(t.target,"pre",this.j.editor);if(i){let t=this.__parseLanguage(i);this.__openCodeEditDialog(t,i.innerText,i)}}__parseLanguage(t){let i=null,n=t=>t.classList.forEach(t=>{if(/language-/.test(t)){let n=/language-(.*)/.exec(t);n&&n[1]&&(i=n[1])}});return n(t),null==i&&t.firstElementChild===t.lastElementChild&&f.Dom.isTag(t.firstElementChild,"code")&&n(t.firstElementChild),this.jodit.o.pasteCode.canonicalLanguageCode(i||"html")}onAfterGetValueFromEditor(t){let i=(t,i,n,r,o,s)=>`${i.trim()}${r}${(0,d.htmlspecialchars)((0,u.stripTags)(o,this.j.ed,new Set(["br"])))}${s}`;t.value=t.value.replace(RegExp("(<pre[^>]*)contenteditable\\s*=\\s*(['\"]?)false\\2([^>]*>\\s*<code[^>]*>)(.*?)(<\\/code>\\s*<\\/pre>)","gis"),i).replace(RegExp("(<pre[^>]*)contenteditable\\s*=\\s*(['\"]?)false\\2([^>]*>)(.*?)(<\\/pre>)","gis"),i)}constructor(...t){var i;super(...t),i=this,(0,o._)(this,"buttons",[{name:"pasteCode",group:"clipboard"}]),(0,o._)(this,"__highlightLibJSIsLoaded",!1),(0,o._)(this,"__loadLanguage",new Map),(0,o._)(this,"__initHighlightLibLoading",t=>(0,r._)(function*(){let{globalHighlightLib:n,highlightLib:{css:r,js:o,langUrl:s,highlight:l,isLangLoaded:d,beforeLibLoad:h,afterLibLoad:p}}=i.j.o.pasteCode;return i.__highlightLibJSIsLoaded||n||(i.__highlightLibJSIsLoaded=Promise.resolve(null==h?void 0:h()).then(()=>b(i.async,Promise.allSettled([(0,u.loadNextStyle)(i.jodit,r).catch(()=>null),(0,u.loadNext)(i.jodit,o).catch(()=>null)]))).then(()=>null==p?void 0:p())),(0,c.isBoolean)(i.__highlightLibJSIsLoaded)||(yield i.__highlightLibJSIsLoaded),!t||d(t)||n||(i.__loadLanguage.has(t)||(a.IS_PROD,i.__loadLanguage.set(t,b(i.async,(0,u.appendScriptAsync)(i.jodit,s(t)).catch(()=>null)))),yield i.__loadLanguage.get(t)),{highlight:l}})())}}function b(t,i){return t.promise((t,n)=>{i.then(t).catch(n)}).catch(()=>null)}(0,o._)(g,"requires",["license"]),(0,s.__decorate)([l.autobind],g.prototype,"__openCodeEditDialog",null),(0,s.__decorate)([(0,l.watch)(["?:change","?:afterInit"]),(0,l.debounce)()],g.prototype,"__onChange",null),(0,s.__decorate)([(0,l.watch)(["?:dblclick","?:editPreInPasteCode"])],g.prototype,"onPreEdit",null),(0,s.__decorate)([(0,l.watch)("?:afterGetValueFromEditor")],g.prototype,"onAfterGetValueFromEditor",null),g=(0,s.__decorate)([l.component],g),m.JoditPro.plugins.add("paste-code",g)},41409:function(t,i,n){"use strict";n.r(i),n.d(i,{Ajax:function(){return f.Ajax},Alert:function(){return a.Alert},Async:function(){return u.Async},AsyncStorage:function(){return I.AsyncStorage},Button:function(){return m.Button},CommitStyle:function(){return x.CommitStyle},Component:function(){return r.Component},Confirm:function(){return a.Confirm},ContextMenu:function(){return s.ContextMenu},Create:function(){return c.Create},Dialog:function(){return a.Dialog},Dom:function(){return d.Dom},EventEmitter:function(){return h.EventEmitter},EventHandlersStore:function(){return h.EventHandlersStore},Eventify:function(){return h.Eventify},FileBrowser:function(){return l.FileBrowser},Helpers:function(){return o},History:function(){return v.History},Icon:function(){return m.Icon},ImageEditor:function(){return _.ImageEditor},IndexedDBProvider:function(){return I.IndexedDBProvider},LazyWalker:function(){return d.LazyWalker},LocalStorageProvider:function(){return I.LocalStorageProvider},MemoryStorageProvider:function(){return I.MemoryStorageProvider},Plugin:function(){return p.Plugin},PluginSystem:function(){return D.PluginSystem},Popup:function(){return m.Popup},ProgressBar:function(){return m.ProgressBar},Prompt:function(){return a.Prompt},Response:function(){return f.Response},STATUSES:function(){return r.STATUSES},Selection:function(){return x.Selection},Snapshot:function(){return y.Snapshot},StatusBar:function(){return w.StatusBar},Storage:function(){return I.Storage},StorageKey:function(){return I.StorageKey},Table:function(){return F.Table},ToolbarButton:function(){return E.ToolbarButton},ToolbarCollection:function(){return k.ToolbarCollection},ToolbarContent:function(){return E.ToolbarContent},ToolbarEditorCollection:function(){return S.ToolbarEditorCollection},ToolbarSelect:function(){return E.ToolbarSelect},UIBlock:function(){return m.UIBlock},UIButton:function(){return m.UIButton},UIButtonGroup:function(){return m.UIButtonGroup},UIButtonState:function(){return m.UIButtonState},UICheckbox:function(){return m.UICheckbox},UIElement:function(){return m.UIElement},UIFileInput:function(){return m.UIFileInput},UIForm:function(){return m.UIForm},UIGroup:function(){return m.UIGroup},UIInput:function(){return m.UIInput},UIList:function(){return m.UIList},UIMessages:function(){return C.UIMessages},UISelect:function(){return m.UISelect},UISeparator:function(){return m.UISeparator},UISpacer:function(){return m.UISpacer},UITextArea:function(){return m.UITextArea},UITooltip:function(){return m.UITooltip},Uploader:function(){return A.Uploader},View:function(){return g.View},ViewComponent:function(){return r.ViewComponent},ViewWithToolbar:function(){return b.ViewWithToolbar},canUseIndexedDB:function(){return I.canUseIndexedDB},canUsePersistentStorage:function(){return I.canUsePersistentStorage},clearUseIndexedDBCache:function(){return I.clearUseIndexedDBCache},defaultNameSpace:function(){return h.defaultNameSpace},observable:function(){return h.observable}});var r=n(91907),o=n(21537),s=n(80870),a=n(638),l=n(78513),u=n(8884),c=n(12060),d=n(22732),h=n(3827),p=n(50911),f=n(41601),m=n(67510),g=n(35608),b=n(84075),v=n(78818),y=n(52604),_=n(50050),C=n(1808),w=n(23512),F=n(76014),E=n(36646),k=n(11676),S=n(37426),A=n(57380),D=n(41876),x=n(59242),I=n(12081)},41457:function(t,i,n){"use strict";var r=n(22732),o=n(29960),s=n(89890),a=n(12153),l=n(32118),u=n(21735),c=n(63399),d=n(44450),h=n(20201),p=n(50050);function f(t,i,n,r,o,s,a){try{var l=t[s](a),u=l.value}catch(t){n(t);return}l.done?i(u):Promise.resolve(u).then(r,o)}let m="jodit-file-browser-preview",g=(t="next",i="right")=>`<div class="${m}__navigation ${m}__navigation_arrow_${t}">`+a.Icon.get("angle-"+i)+"</a>";i.default=t=>{if(!t.o.contextMenu)return()=>{};let i=(0,c.makeContextMenu)(t);return n=>{let a=(0,u.getItem)(n.target,t.container);if(!a)return;let c=a,b=t.options,v=t=>(0,o.attr)(c,t)||"";return t.async.setTimeout(()=>{let o=(0,u.elementToItem)(a,(0,l.elementsMap)(t));o&&(t.state.activeElements=[o],i.show(n.clientX,n.clientY,[!!("1"!==v("data-is-file")&&b.editImage&&(t.dataProvider.canI("ImageResize")||t.dataProvider.canI("ImageCrop")))&&{icon:"pencil",title:"Edit",exec:()=>p.openImageEditor.call(t,v("href"),v("data-name"),v("data-path"),v("data-source"))},!!t.dataProvider.canI("FileRename")&&{icon:"italic",title:"Rename",exec:()=>{t.e.fire("fileRename.filebrowser",v("data-name"),v("data-path"),v("data-source"))}},!!t.dataProvider.canI("FileRemove")&&{icon:"bin",title:"Delete",exec:()=>{var i;return(i=function*(){try{yield(0,d.deleteFile)(t,v("data-name"),v("data-source"))}catch(i){return t.status(i)}return t.state.activeElements=[],(0,h.loadTree)(t).catch(t.status)},function(){var t=this,n=arguments;return new Promise(function(r,o){var s=i.apply(t,n);function a(t){f(s,r,o,a,l,"next",t)}function l(t){f(s,r,o,a,l,"throw",t)}a(void 0)})})()}},!!b.preview&&{icon:"eye",title:"Preview",exec:()=>{let i=t.dlg({buttons:["fullsize","dialog.close"]}),n=t.c.div(m,'<div class="jodit-icon_loader"></div>'),o=t.c.div(m+"__box"),a=t.c.fromHTML(g()),l=t.c.fromHTML(g("prev","left")),u=s=>{let u=t.c.element("img");u.setAttribute("src",s);let d=()=>{var s;t.isInDestruct||(t.e.off(u,"load"),r.Dom.detach(n),b.showPreviewNavigation&&(r.Dom.prevWithClass(c,t.files.getFullElName("item"))&&n.appendChild(l),r.Dom.nextWithClass(c,t.files.getFullElName("item"))&&n.appendChild(a)),n.appendChild(o),o.appendChild(u),i.setPosition(),null==(s=null==t?void 0:t.events)||s.fire("previewOpenedAndLoaded"))};t.e.on(u,"load",d),u.complete&&d()};t.e.on([a,l],"click",function(){if(!(c=this===a?r.Dom.nextWithClass(c,t.files.getFullElName("item")):r.Dom.prevWithClass(c,t.files.getFullElName("item"))))throw(0,s.error)("Need element");r.Dom.detach(n),r.Dom.detach(o),n.innerHTML='<div class="jodit-icon_loader"></div>',u(v("href"))}),t.e.on("beforeDestruct",()=>{i.destruct()}),i.container.classList.add(m+"__dialog"),i.setContent(n),i.setPosition(),i.open(),u(v("href")),t.events.on("beforeDestruct",()=>{i.destruct()}).fire("previewOpened")}},{icon:"upload",title:"Download",exec:()=>{let i=v("href");i&&t.ow.open(i)}}]))},t.defaultTimeout),t.e.on("beforeClose",()=>{i.close()}).on("beforeDestruct",()=>i.destruct()),n.stopPropagation(),n.preventDefault(),!1}}},41601:function(t,i,n){"use strict";n.d(i,{Ajax:function(){return r.Ajax},Response:function(){return o.Response}});var r=n(54079),o=n(98582)},41810:function(t,i,n){"use strict";var r=n(77688),o=n(82749),s=n(56075),a=n(11886),l=n(31635);n(66645);var u=n(86449),c=n(21020),d=n(46166),h=n(62895),p=n(55487),f=n(27769),m=n(58579),g=n(63805),b=n(82758),v=n(65478),y=n(580),_=n(21537),C=n(50911),w=n(2692),F=n(18549),E=n(54747);class k extends C.Plugin{get state(){return this.stateManager.state}get toolRegistry(){return new p.ToolRegistry(this.j)}get permissionManager(){return new c.PermissionManager(this.j,this.toolRegistry)}get apiClient(){return new u.APIClient(this.j,this.toolRegistry)}get storage(){let{storage:t,storageKey:i,maxConversations:n}=this.j.o.aiAssistantPro;if("string"==typeof t){let r=(0,h.createStorageProvider)(t,i);return new h.WebStorageConversationStorage(r,n)}return t}get stateManager(){return new d.StateManager(this.j)}get mainPanel(){return new f.UIMainPanel(this.j,this.stateManager.state,this.j.o.aiAssistantPro,t=>{let i=this.stateManager.getCurrentConversation();i&&this.stateManager.setCurrentConversation((0,s._)({},i,t))})}get dialog(){let t=this.j.dlg({resizable:this.j.o.aiAssistantPro.resizable,eventEmmiter:this.j.e});return t.e.on(t,"afterClose",()=>{this.j.e.fire("closeAIAssistantPro.ai-assistant-pro")}),t}afterInit(){(0,y.extendLang)(g),this.setupEventListeners(),this.j.async.promise(t=>{let{initiallyOpened:i,persistOpenState:n}=this.j.o.aiAssistantPro,r=i;n?this.storage.getGlobalSettings().then(t=>{if((null==t?void 0:t.isOpen)!=null&&(r=t.isOpen),r)return this.openAssistant()}).catch(()=>null).finally(()=>t(void 0)):t(void 0)}).catch(()=>null)}__loadData(){return this.__initedPromise?this.__initedPromise:this.isDestructed?Promise.reject():(this.__initedPromise=this.j.async.promise(t=>{this.loadInitialData().then(t)}).catch(()=>null),this.__initedPromise)}loadInitialData(){return(0,r._)(function*(){this.mainPanel.setMod("ready",!0),yield(0,m.loadInitialData)(this.j,this.storage,this.stateManager)}).call(this)}setupEventListeners(){this.j.e.on("selectConversation.ai-assistant-pro",t=>(0,r._)(function*(){try{yield this.__loadData(),yield(0,m.handleConversationSelect)(t,this.storage,this.stateManager)}catch(t){b.IS_PROD}}).call(this)),this.j.e.on("newConversation.ai-assistant-pro",()=>(0,r._)(function*(){yield this.__loadData();let t=(0,m.createNewConversation)(this.j,this.state.defaultModel,this.state.defaultTemperature);this.stateManager.setCurrentConversation(t)}).call(this)),this.j.e.on("deleteConversation.ai-assistant-pro",t=>(0,r._)(function*(){yield this.__loadData(),yield this.deleteConversation(t)}).call(this)),this.j.e.on("backToList.ai-assistant-pro",()=>(0,r._)(function*(){yield this.__loadData(),yield(0,m.handleBackToList)(this.storage,this.stateManager)}).call(this)),this.j.e.on("removeContext.ai-assistant-pro",t=>(0,r._)(function*(){yield this.__loadData(),this.stateManager.removeSelectionContext(t)}).call(this)),this.j.e.on("approveToolCall.ai-assistant-pro",(t,i)=>(0,r._)(function*(){try{yield this.__loadData();let n=yield(0,m.handleToolApproval)(t,i,this.stateManager,this.permissionManager,this.storage);if(n){let t=this.stateManager.getCurrentConversation();if(!t)return;let i=t.messages.find(t=>{var i;return null==(i=t.toolCalls)?void 0:i.some(t=>t.id===n.id)});if(!i)return;yield this.executeToolCall(i.id,n)}}catch(t){if((0,_.isAbortError)(t))return;this.stateManager.setError(t instanceof Error?t.message:String(t))}}).call(this)),this.j.e.on("denyToolCall.ai-assistant-pro",t=>(0,r._)(function*(){yield this.__loadData(),yield(0,m.handleToolDenial)(this.j,t,this.stateManager,this.storage)}).call(this)),this.j.e.on("abortRequest.ai-assistant-pro",()=>(0,r._)(function*(){yield this.__loadData(),this.apiClient.abort(),this.stateManager.setLoading(!1)}).call(this))}__applyTheme(){(0,m.applyTheme)(this.j,this.stateManager.state.theme,this.stateManager.state.displayMode,this.mainPanel.container,this.dialog)}openAssistant(){return(0,r._)(function*(){if(this.stateManager.isOpen()){this.stateManager.close(),yield this.__closeInContainer();return}yield this.__loadData(),this.isDestructed||(this.stateManager.open(),yield this.__openInContainer(),this.j.o.aiAssistantPro.includeSelectionByDefault&&!this.j.s.isCollapsed()&&this.addCurrentSelectionToContext())}).call(this)}__openInContainer(){return(0,r._)(function*(){let{resizable:t,allowClose:i,flightPanelHeight:n}=this.j.o.aiAssistantPro,{displayMode:r="right",panelWidth:o,panelHeight:s}=this.stateManager.state;switch(this.__applyTheme(),this.mainPanel.setMod("displayMode",r),this.mainPanel.setMod("allowClose",i),this.mainPanel.setParentView("dialog"===r||"flight"===r?this.dialog:this.j),this.__openedMode=r,r){case"dialog":this.dialog.setSize(o,s).open().setContent(this.mainPanel.container);break;case"flight":F.UIFlightPosition.install(this.mainPanel,this.j.container,{panelHeight:n,containerClassName:this.getFullElName("flight-container")});break;default:t&&(E.UIResize.remove(this.mainPanel),E.UIResize.install(this.mainPanel,(0,m.invertMode)(r),{handleClassName:this.getFullElName("ai-assistent-resize-handle"),onResize:({newSize:t})=>{let i="left"===r||"right"===r?t:o,n="top"===r||"bottom"===r?t:s;return this.stateManager.state.panelWidth=i,this.stateManager.state.panelHeight=n,!0}})),this.j.currentPlace.slots[r].appendChild(this.mainPanel.container),(0,m.resizeInPanelView)(this.j,r,o,s)}}).call(this)}__onResizeInPanelView(){let{displayMode:t,panelWidth:i,panelHeight:n}=this.stateManager.state;(0,m.resizeInPanelView)(this.j,t,i,n)}__closeInContainer(){return(0,r._)(function*(){let{displayMode:t}=yield this.stateManager.state;switch(this.__openedMode!==t&&"dialog"===this.__openedMode&&this.dialog.close(),this.__openedMode!==t&&"flight"===this.__openedMode&&this.__closeFlightMode(),t){case"dialog":this.dialog.close();break;case"flight":this.__closeFlightMode();break;default:this.mainPanel.container.remove()}}).call(this)}__closeFlightMode(){F.UIFlightPosition.remove(this.mainPanel)}__onSavedStateChange(){var t;let i=this.stateManager.state;return this.storage.saveGlobalSettings((0,s._)({displayMode:i.displayMode,panelWidth:i.panelWidth,panelHeight:i.panelHeight,theme:i.theme,defaultModel:i.defaultModel,defaultTemperature:i.defaultTemperature,currentConversationId:null==(t=i.currentConversation)?void 0:t.id},this.j.o.aiAssistantPro.persistOpenState?{isOpen:i.isOpen}:{}))}closeAssistant(){return(0,r._)(function*(){this.stateManager.isOpen()&&(yield this.__loadData(),this.stateManager.close(),this.__closeInContainer())}).call(this)}addCurrentSelectionToContext(){return(0,r._)(function*(){yield this.__loadData();let t=(0,m.getCurrentSelectionContext)(this.j);t&&this.stateManager.addSelectionContext(t)}).call(this)}executeQuickCommand(t){return(0,r._)(function*(){let i,{quickCommandsSilentMode:n,quickCommandsDisplayMode:r}=this.j.o.aiAssistantPro,o=this.j.o.aiAssistant;if(o&&o[t]&&(0,_.isString)(o[t])&&(i=o[t]),!i)return void this.j.e.fire("error",`Command not found: ${t}`);let s=this.j.s.isCollapsed()?this.j.value:this.j.s.html;if(!s)return;let a=(null==o?void 0:o.aiCommonPrefixPrompt)||"",l=(null==o?void 0:o.aiCommonSuffixPrompt)||"",u=`${a}${i}${l}
203
203
 
204
204
  ${s}`.trim();n?yield this.__executeQuickCommandSilent(u,s):yield this.__executeQuickCommandWithPanel(u,r)}).call(this)}__executeQuickCommandSilent(t,i){return(0,r._)(function*(){yield this.__loadData(),this.j.progressbar.show().progress(100);try{let i=(0,m.createUserMessage)(t),n=(0,m.createNewConversation)(this.j,this.state.defaultModel,this.state.defaultTemperature,[i]),r=yield this.apiClient.sendRequest(n.id,n.messages,null,[],n.options);if("final"===r.mode){let t=r.response.content;t&&this.j.s.insertHTML(t)}}catch(t){(0,_.isAbortError)(t)||this.j.e.fire("error",t)}finally{this.j.progressbar.hide()}}).call(this)}__executeQuickCommandWithPanel(t,i){return(0,r._)(function*(){yield this.__loadData();let n=this.stateManager.state.displayMode;this.stateManager.state.displayMode=i;let r=(0,m.getCurrentSelectionContext)(this.j);r&&this.stateManager.addSelectionContext(r),this.stateManager.isOpen()||(yield this.openAssistant()),yield this.sendMessage(t),this.stateManager.state.displayMode=n}).call(this)}sendMessage(t){return(0,r._)(function*(){yield this.__loadData();let i=this.stateManager.getCurrentConversation(),n=this.stateManager.getEditingMessageId();if(n&&i){let t=i.messages.findIndex(t=>t.id===n);if(-1!==t){let n=i.messages.slice(0,t),r=(0,a._)((0,s._)({},i),{messages:n,updatedAt:Date.now()});this.stateManager.setCurrentConversation(r),yield this.storage.save(r),this.stateManager.clearEditingMessage(),i=r}}i||(i=(0,m.createNewConversation)(this.j,this.state.defaultModel,this.state.defaultTemperature),this.stateManager.setCurrentConversation(i));let r=null;t.trim()&&(r=(0,m.createUserMessage)(t),i.title||(i=(0,a._)((0,s._)({},i),{title:t})),i=(0,a._)((0,s._)({},i),{updated:Date.now(),messages:[...i.messages,r]})),this.stateManager.setCurrentConversation((0,s._)({},i)),r&&this.j.e.fire("messageSent.ai-assistant-pro",r),this.stateManager.setLoading(!0),this.stateManager.clearError();try{yield this.sendRequestToAI(0),this.stateManager.clearSelectionContexts()}catch(t){if((0,_.isAbortError)(t))return;this.stateManager.setError(t instanceof Error?t.message:String(t))}finally{this.stateManager.setLoading(!1)}}).call(this)}sendRequestToAI(t=0){return(0,r._)(function*(){let i,n,r=this.j.o.aiAssistantPro.maxRecursionToolCallDepth;if(t>=r)throw Error(`Max recursion depth ${r} reached for tool calls`);let o=this.stateManager.getCurrentConversation();if(!o)return;let a=(0,m.findParentMessageId)(o),[l]=yield Promise.all([this.apiClient.sendRequest(o.id,o.messages,a,this.stateManager.getSelectionContexts(),o.options),this.storage.save(o)]);if("stream"===l.mode){let t=yield(0,m.processStreamingResponse)(this.stateManager,l,o);i=t.aiMessage,n=t.index,o=t.conversation}else{let t=(0,m.processFinalResponse)(l,o);i=t.aiMessage,n=t.index,o=t.conversation}o=yield(0,m.processArtifacts)(this.j,i,o,n),this.j.e.fire("messageReceived.ai-assistant-pro",i),this.stateManager.setCurrentConversation((0,s._)({},o)),yield this.storage.save(o),yield this.handleToolCalls(i.id,t)}).call(this)}deleteConversation(t){return(0,r._)(function*(){yield this.__loadData(),yield(0,m.deleteConversationWithCleanup)(this.j,t,this.storage,this.stateManager,this.permissionManager)}).call(this)}searchConversations(t){return(0,r._)(function*(){yield this.__loadData(),yield(0,m.handleConversationSearch)(t,this.storage,this.stateManager)}).call(this)}handleToolCalls(t,i=0){return(0,r._)(function*(){let n=this.stateManager.getCurrentConversation();if(!n)return;let r=n.messages.find(i=>i.id===t);if(!r)return;let o=r.toolCalls;if(!o||0===o.length)return;yield this.__loadData();let{approved:s,needsPermission:a}=this.permissionManager.filterToolCalls(o,n.permissions);for(let n of(this.stateManager.setPendingToolCalls(a),s))yield this.executeToolCall(t,n,i)}).call(this)}executeToolCall(t,i,n=0){return(0,r._)(function*(){yield this.__loadData();let r=this.stateManager.getCurrentConversation();if(!r)return;let o=yield(0,m.executeToolCall)(this.j,i,this.toolRegistry),l=r.messages.findIndex(i=>i.id===t);if(-1===l)return;let u=r.messages[l],c=r.messages.slice();c[l]=(0,m.updateToolCallInMessage)(u,o),r=(0,a._)((0,s._)({},r),{messages:c,updated:Date.now()}),this.stateManager.setCurrentConversation(r),(0,m.areAllToolCallsExecuted)(r)&&(yield this.sendRequestToAI(n+1))}).call(this)}copyMessage(t){return(0,r._)(function*(){let i=this.stateManager.getCurrentConversation();if(!i)return;let n=i.messages.find(i=>i.id===t);if(n)try{yield navigator.clipboard.writeText(n.content),this.j.message.success("Message copied to clipboard")}catch(t){this.j.e.fire("error",Error("Failed to copy message"))}}).call(this)}restartFromMessage(t){return(0,r._)(function*(){let i=this.stateManager.getCurrentConversation();if(!i)return;let n=i.messages.findIndex(i=>i.id===t);if(-1===n)return;let r=i.messages[n];if("user"!==r.role)return;yield this.__loadData();let o=i.messages.slice(0,n),l=(0,a._)((0,s._)({},i),{messages:o,updatedAt:Date.now()});this.stateManager.setCurrentConversation(l),yield this.storage.save(l),yield this.sendMessage(r.content)}).call(this)}editMessage(t){return(0,r._)(function*(){let i=this.stateManager.getCurrentConversation();if(!i)return;let n=i.messages.find(i=>i.id===t);n&&"user"===n.role&&(this.stateManager.setEditingMessageId(t),this.mainPanel.inputArea.setValue(n.content),this.mainPanel.inputArea.focus())}).call(this)}cancelEditMessage(){this.stateManager.isEditingMessage()&&(this.stateManager.clearEditingMessage(),this.mainPanel.inputArea.setValue(""))}deleteMessage(t){return(0,r._)(function*(){yield this.__loadData();let i=this.stateManager.getCurrentConversation();if(!i||-1===i.messages.findIndex(i=>i.id===t))return;let n=i.messages.filter(i=>i.id!==t),r=(0,a._)((0,s._)({},i),{messages:n,updatedAt:Date.now()});this.stateManager.setCurrentConversation(r),yield this.storage.save(r)}).call(this)}beforeDestruct(){var t,i,n,r,o,s,a,l;this.__closeFlightMode(),null==(t=(0,v.cached)(this,"toolRegistry"))||t.destruct(),null==(i=(0,v.cached)(this,"permissionManager"))||i.destruct(),null==(n=(0,v.cached)(this,"apiClient"))||n.destruct(),null==(r=(0,v.cached)(this,"stateManager"))||r.destruct(),null==(o=(0,v.cached)(this,"mainPanel"))||o.destruct(),null==(s=(0,v.cached)(this,"dialog"))||s.destruct(),null==(l=(0,v.cached)(this,"storage"))||null==(a=l.close)||a.call(l)}constructor(...t){super(...t),(0,o._)(this,"buttons",[{name:"aiAssistantPro",group:"insert"},{name:"aiCommandsPro",group:"insert"}]),(0,o._)(this,"__initedPromise",null),(0,o._)(this,"__openedMode",null)}}(0,o._)(k,"requires",["license"]),(0,l.__decorate)([v.cache],k.prototype,"toolRegistry",null),(0,l.__decorate)([v.cache],k.prototype,"permissionManager",null),(0,l.__decorate)([v.cache],k.prototype,"apiClient",null),(0,l.__decorate)([v.cache],k.prototype,"storage",null),(0,l.__decorate)([v.cache],k.prototype,"stateManager",null),(0,l.__decorate)([v.cache],k.prototype,"mainPanel",null),(0,l.__decorate)([v.cache],k.prototype,"dialog",null),(0,l.__decorate)([(0,v.watch)("state.theme")],k.prototype,"__applyTheme",null),(0,l.__decorate)([(0,v.watch)(":openAIAssistantPro.ai-assistant-pro")],k.prototype,"openAssistant",null),(0,l.__decorate)([(0,v.watch)([":resize","state.panelWidth","state.panelHeight"])],k.prototype,"__onResizeInPanelView",null),(0,l.__decorate)([(0,v.watch)(["state.isOpen","state.displayMode","state.panelWidth","state.panelHeight","state.theme","state.defaultModel","state.defaultTemperature","state.currentConversation"]),(0,v.debounce)()],k.prototype,"__onSavedStateChange",null),(0,l.__decorate)([(0,v.watch)(":closeAIAssistantPro.ai-assistant-pro")],k.prototype,"closeAssistant",null),(0,l.__decorate)([(0,v.watch)(":addContextToAIAssistant.ai-assistant-pro")],k.prototype,"addCurrentSelectionToContext",null),(0,l.__decorate)([(0,v.watch)(":executeQuickCommand.ai-assistant-pro")],k.prototype,"executeQuickCommand",null),(0,l.__decorate)([(0,v.watch)(":sendMessage.ai-assistant-pro")],k.prototype,"sendMessage",null),(0,l.__decorate)([(0,v.watch)(":searchConversations.ai-assistant-pro")],k.prototype,"searchConversations",null),(0,l.__decorate)([(0,v.watch)(":copyMessage.ai-assistant-pro")],k.prototype,"copyMessage",null),(0,l.__decorate)([(0,v.watch)(":restartFromMessage.ai-assistant-pro")],k.prototype,"restartFromMessage",null),(0,l.__decorate)([(0,v.watch)(":editMessage.ai-assistant-pro")],k.prototype,"editMessage",null),(0,l.__decorate)([(0,v.watch)(":cancelEditMessage.ai-assistant-pro")],k.prototype,"cancelEditMessage",null),(0,l.__decorate)([(0,v.watch)(":deleteMessage.ai-assistant-pro")],k.prototype,"deleteMessage",null),k=(0,l.__decorate)([v.component],k),w.JoditPro.plugins.add("aiAssistantPro",k)},41817:function(t,i,n){"use strict";n.r(i),i.default={"Line height":"\xc7izgi y\xfcksekliği"}},41858:function(t){t.exports={"Show Blocks":"Afficher Les Blocs"}},41872:function(t,i,n){"use strict";n.d(i,{checkBR:function(){return a}});var r=n(82758),o=n(2748),s=n(26395);function a(t,i,n){let a=!!o.Dom.closest(t,["pre","blockquote"],i.editor),u=!a&&o.Dom.closest(t,["td","th"],i.editor);if(i.o.enter.toLowerCase()===r.BR.toLowerCase()||u||n&&!a||!n&&a){var c;let n;if(a&&(n=l(l(c=t)))&&(o.Dom.safeRemove(l(c)),o.Dom.safeRemove(n),1))return!1;let r=i.createInside.element("br");if(o.Dom.before(t,r),!o.Dom.findNotEmptySibling(r,!1)){let i=r.cloneNode();o.Dom.after(r,i),o.Dom.before(i,t)}return(0,s.scrollIntoViewIfNeeded)(r,i.editor,i.ed),!0}return!1}function l(t){if(!t)return!1;let i=o.Dom.findSibling(t,!0);return!!i&&!!o.Dom.isTag(i,"br")&&i}},41876:function(t,i,n){"use strict";n.d(i,{PluginSystem:function(){return f}});var r=n(82758),o=n(57012),s=n(46559),a=n(68345),l=n(60132),u=n(70799),c=n(31359),d=n(14041),h=n(48591),p=n(89672);class f{get size(){return this.__items.size}add(t,i){this.__items.set((0,p.normalizeName)(t),i),o.eventEmitter.fire(`plugin:${t}:ready`)}get(t){return this.__items.get((0,p.normalizeName)(t))}remove(t){this.__items.delete((0,p.normalizeName)(t))}__getFullPluginsList(t){let i=[];return this.__items.forEach((n,r)=>{(!t||t.has(r))&&i.push([r,n])}),i}__init(t){let{extraList:i,disableList:n,filter:o}={extraList:t.o.extraPlugins.map(t=>(0,u.isString)(t)?{name:t}:t),disableList:new Set((0,s.splitArray)(t.o.disablePlugins).map(p.normalizeName)),filter:t.o.safeMode?new Set(t.o.safePluginsList):null},f=new Map,m={},g=new Set;t.__plugins=m;let b=()=>{if(t.isInDestruct)return;let i=!1;this.__getFullPluginsList(o).forEach(([r,o])=>{if(n.has(r)||f.has(r))return;let s=null==o?void 0:o.requires;if(s&&(0,a.isArray)(s)&&s.length){if(s.some(t=>n.has(t)))return;if(!s.every(t=>f.has(t)))return void g.add(r)}i=!0;let l=(0,h.makeInstance)(t,o);if(!l){f.set(r,null),g.delete(r);return}(0,c.init)(t,r,o,l,f,g,this.opts.getContainer),m[r]=l}),i&&(t.e.fire("updatePlugins"),b())};i&&i.length&&(0,d.loadExtras)(this.__items,t,i,b),b(),t.e.on("beforeDestruct",()=>{Object.keys(m).forEach(i=>{let n=m[i];(0,l.isDestructable)(n)&&n.destruct(t),delete m[i]}),delete t.__plugins}),r.IS_PROD||g.size}wait(t){return new Promise(i=>{if(this.get(t))return i();let n=()=>{i(),o.eventEmitter.off(`plugin:${t}:ready`,n)};o.eventEmitter.on(`plugin:${t}:ready`,n)})}constructor(t){this.opts=t,this.__items=new Map}}},41943:function(t){"use strict";t.exports=JSON.parse('{"categories":["Smileys & Emotion","People & Body","Animals & Nature","Food & Drink","Travel & Places","Activities","Objects","Symbols","Flags"],"emoji":[{"e":"\uD83D\uDE00","d":"grinning face","c":0,"a":["grinning"],"t":["smile","happy"]},{"e":"\uD83D\uDE03","d":"grinning face with big eyes","c":0,"a":["smiley"],"t":["happy","joy","haha"]},{"e":"\uD83D\uDE04","d":"grinning face with smiling eyes","c":0,"a":["smile"],"t":["happy","joy","laugh","pleased"]},{"e":"\uD83D\uDE01","d":"beaming face with smiling eyes","c":0,"a":["grin"]},{"e":"\uD83D\uDE06","d":"grinning squinting face","c":0,"a":["laughing","satisfied"],"t":["happy","haha"]},{"e":"\uD83D\uDE05","d":"grinning face with sweat","c":0,"a":["sweat_smile"],"t":["hot"]},{"e":"\uD83E\uDD23","d":"rolling on the floor laughing","c":0,"a":["rofl"],"t":["lol","laughing"]},{"e":"\uD83D\uDE02","d":"face with tears of joy","c":0,"a":["joy"],"t":["tears"]},{"e":"\uD83D\uDE42","d":"slightly smiling face","c":0,"a":["slightly_smiling_face"]},{"e":"\uD83D\uDE43","d":"upside-down face","c":0,"a":["upside_down_face"]},{"e":"\uD83D\uDE09","d":"winking face","c":0,"a":["wink"],"t":["flirt"]},{"e":"\uD83D\uDE0A","d":"smiling face with smiling eyes","c":0,"a":["blush"],"t":["proud"]},{"e":"\uD83D\uDE07","d":"smiling face with halo","c":0,"a":["innocent"],"t":["angel"]},{"e":"\uD83E\uDD70","d":"smiling face with hearts","c":0,"a":["smiling_face_with_three_hearts"],"t":["love"]},{"e":"\uD83D\uDE0D","d":"smiling face with heart-eyes","c":0,"a":["heart_eyes"],"t":["love","crush"]},{"e":"\uD83E\uDD29","d":"star-struck","c":0,"a":["star_struck"],"t":["eyes"]},{"e":"\uD83D\uDE18","d":"face blowing a kiss","c":0,"a":["kissing_heart"],"t":["flirt"]},{"e":"\uD83D\uDE17","d":"kissing face","c":0,"a":["kissing"]},{"e":"☺️","d":"smiling face","c":0,"a":["relaxed"],"t":["blush","pleased"]},{"e":"\uD83D\uDE1A","d":"kissing face with closed eyes","c":0,"a":["kissing_closed_eyes"]},{"e":"\uD83D\uDE19","d":"kissing face with smiling eyes","c":0,"a":["kissing_smiling_eyes"]},{"e":"\uD83E\uDD72","d":"smiling face with tear","c":0,"a":["smiling_face_with_tear"]},{"e":"\uD83D\uDE0B","d":"face savoring food","c":0,"a":["yum"],"t":["tongue","lick"]},{"e":"\uD83D\uDE1B","d":"face with tongue","c":0,"a":["stuck_out_tongue"]},{"e":"\uD83D\uDE1C","d":"winking face with tongue","c":0,"a":["stuck_out_tongue_winking_eye"],"t":["prank","silly"]},{"e":"\uD83E\uDD2A","d":"zany face","c":0,"a":["zany_face"],"t":["goofy","wacky"]},{"e":"\uD83D\uDE1D","d":"squinting face with tongue","c":0,"a":["stuck_out_tongue_closed_eyes"],"t":["prank"]},{"e":"\uD83E\uDD11","d":"money-mouth face","c":0,"a":["money_mouth_face"],"t":["rich"]},{"e":"\uD83E\uDD17","d":"hugging face","c":0,"a":["hugs"]},{"e":"\uD83E\uDD2D","d":"face with hand over mouth","c":0,"a":["hand_over_mouth"],"t":["quiet","whoops"]},{"e":"\uD83E\uDD2B","d":"shushing face","c":0,"a":["shushing_face"],"t":["silence","quiet"]},{"e":"\uD83E\uDD14","d":"thinking face","c":0,"a":["thinking"]},{"e":"\uD83E\uDD10","d":"zipper-mouth face","c":0,"a":["zipper_mouth_face"],"t":["silence","hush"]},{"e":"\uD83E\uDD28","d":"face with raised eyebrow","c":0,"a":["raised_eyebrow"],"t":["suspicious"]},{"e":"\uD83D\uDE10","d":"neutral face","c":0,"a":["neutral_face"],"t":["meh"]},{"e":"\uD83D\uDE11","d":"expressionless face","c":0,"a":["expressionless"]},{"e":"\uD83D\uDE36","d":"face without mouth","c":0,"a":["no_mouth"],"t":["mute","silence"]},{"e":"\uD83D\uDE0F","d":"smirking face","c":0,"a":["smirk"],"t":["smug"]},{"e":"\uD83D\uDE12","d":"unamused face","c":0,"a":["unamused"],"t":["meh"]},{"e":"\uD83D\uDE44","d":"face with rolling eyes","c":0,"a":["roll_eyes"]},{"e":"\uD83D\uDE2C","d":"grimacing face","c":0,"a":["grimacing"]},{"e":"\uD83E\uDD25","d":"lying face","c":0,"a":["lying_face"],"t":["liar"]},{"e":"\uD83D\uDE0C","d":"relieved face","c":0,"a":["relieved"],"t":["whew"]},{"e":"\uD83D\uDE14","d":"pensive face","c":0,"a":["pensive"]},{"e":"\uD83D\uDE2A","d":"sleepy face","c":0,"a":["sleepy"],"t":["tired"]},{"e":"\uD83E\uDD24","d":"drooling face","c":0,"a":["drooling_face"]},{"e":"\uD83D\uDE34","d":"sleeping face","c":0,"a":["sleeping"],"t":["zzz"]},{"e":"\uD83D\uDE37","d":"face with medical mask","c":0,"a":["mask"],"t":["sick","ill"]},{"e":"\uD83E\uDD12","d":"face with thermometer","c":0,"a":["face_with_thermometer"],"t":["sick"]},{"e":"\uD83E\uDD15","d":"face with head-bandage","c":0,"a":["face_with_head_bandage"],"t":["hurt"]},{"e":"\uD83E\uDD22","d":"nauseated face","c":0,"a":["nauseated_face"],"t":["sick","barf","disgusted"]},{"e":"\uD83E\uDD2E","d":"face vomiting","c":0,"a":["vomiting_face"],"t":["barf","sick"]},{"e":"\uD83E\uDD27","d":"sneezing face","c":0,"a":["sneezing_face"],"t":["achoo","sick"]},{"e":"\uD83E\uDD75","d":"hot face","c":0,"a":["hot_face"],"t":["heat","sweating"]},{"e":"\uD83E\uDD76","d":"cold face","c":0,"a":["cold_face"],"t":["freezing","ice"]},{"e":"\uD83E\uDD74","d":"woozy face","c":0,"a":["woozy_face"],"t":["groggy"]},{"e":"\uD83D\uDE35","d":"dizzy face","c":0,"a":["dizzy_face"]},{"e":"\uD83E\uDD2F","d":"exploding head","c":0,"a":["exploding_head"],"t":["mind","blown"]},{"e":"\uD83E\uDD20","d":"cowboy hat face","c":0,"a":["cowboy_hat_face"]},{"e":"\uD83E\uDD73","d":"partying face","c":0,"a":["partying_face"],"t":["celebration","birthday"]},{"e":"\uD83E\uDD78","d":"disguised face","c":0,"a":["disguised_face"]},{"e":"\uD83D\uDE0E","d":"smiling face with sunglasses","c":0,"a":["sunglasses"],"t":["cool"]},{"e":"\uD83E\uDD13","d":"nerd face","c":0,"a":["nerd_face"],"t":["geek","glasses"]},{"e":"\uD83E\uDDD0","d":"face with monocle","c":0,"a":["monocle_face"]},{"e":"\uD83D\uDE15","d":"confused face","c":0,"a":["confused"]},{"e":"\uD83D\uDE1F","d":"worried face","c":0,"a":["worried"],"t":["nervous"]},{"e":"\uD83D\uDE41","d":"slightly frowning face","c":0,"a":["slightly_frowning_face"]},{"e":"☹️","d":"frowning face","c":0,"a":["frowning_face"]},{"e":"\uD83D\uDE2E","d":"face with open mouth","c":0,"a":["open_mouth"],"t":["surprise","impressed","wow"]},{"e":"\uD83D\uDE2F","d":"hushed face","c":0,"a":["hushed"],"t":["silence","speechless"]},{"e":"\uD83D\uDE32","d":"astonished face","c":0,"a":["astonished"],"t":["amazed","gasp"]},{"e":"\uD83D\uDE33","d":"flushed face","c":0,"a":["flushed"]},{"e":"\uD83E\uDD7A","d":"pleading face","c":0,"a":["pleading_face"],"t":["puppy","eyes"]},{"e":"\uD83D\uDE26","d":"frowning face with open mouth","c":0,"a":["frowning"]},{"e":"\uD83D\uDE27","d":"anguished face","c":0,"a":["anguished"],"t":["stunned"]},{"e":"\uD83D\uDE28","d":"fearful face","c":0,"a":["fearful"],"t":["scared","shocked","oops"]},{"e":"\uD83D\uDE30","d":"anxious face with sweat","c":0,"a":["cold_sweat"],"t":["nervous"]},{"e":"\uD83D\uDE25","d":"sad but relieved face","c":0,"a":["disappointed_relieved"],"t":["phew","sweat","nervous"]},{"e":"\uD83D\uDE22","d":"crying face","c":0,"a":["cry"],"t":["sad","tear"]},{"e":"\uD83D\uDE2D","d":"loudly crying face","c":0,"a":["sob"],"t":["sad","cry","bawling"]},{"e":"\uD83D\uDE31","d":"face screaming in fear","c":0,"a":["scream"],"t":["horror","shocked"]},{"e":"\uD83D\uDE16","d":"confounded face","c":0,"a":["confounded"]},{"e":"\uD83D\uDE23","d":"persevering face","c":0,"a":["persevere"],"t":["struggling"]},{"e":"\uD83D\uDE1E","d":"disappointed face","c":0,"a":["disappointed"],"t":["sad"]},{"e":"\uD83D\uDE13","d":"downcast face with sweat","c":0,"a":["sweat"]},{"e":"\uD83D\uDE29","d":"weary face","c":0,"a":["weary"],"t":["tired"]},{"e":"\uD83D\uDE2B","d":"tired face","c":0,"a":["tired_face"],"t":["upset","whine"]},{"e":"\uD83E\uDD71","d":"yawning face","c":0,"a":["yawning_face"]},{"e":"\uD83D\uDE24","d":"face with steam from nose","c":0,"a":["triumph"],"t":["smug"]},{"e":"\uD83D\uDE21","d":"pouting face","c":0,"a":["rage","pout"],"t":["angry"]},{"e":"\uD83D\uDE20","d":"angry face","c":0,"a":["angry"],"t":["mad","annoyed"]},{"e":"\uD83E\uDD2C","d":"face with symbols on mouth","c":0,"a":["cursing_face"],"t":["foul"]},{"e":"\uD83D\uDE08","d":"smiling face with horns","c":0,"a":["smiling_imp"],"t":["devil","evil","horns"]},{"e":"\uD83D\uDC7F","d":"angry face with horns","c":0,"a":["imp"],"t":["angry","devil","evil","horns"]},{"e":"\uD83D\uDC80","d":"skull","c":0,"a":["skull"],"t":["dead","danger","poison"]},{"e":"☠️","d":"skull and crossbones","c":0,"a":["skull_and_crossbones"],"t":["danger","pirate"]},{"e":"\uD83D\uDCA9","d":"pile of poo","c":0,"a":["hankey","poop","shit"],"t":["crap"]},{"e":"\uD83E\uDD21","d":"clown face","c":0,"a":["clown_face"]},{"e":"\uD83D\uDC79","d":"ogre","c":0,"a":["japanese_ogre"],"t":["monster"]},{"e":"\uD83D\uDC7A","d":"goblin","c":0,"a":["japanese_goblin"]},{"e":"\uD83D\uDC7B","d":"ghost","c":0,"a":["ghost"],"t":["halloween"]},{"e":"\uD83D\uDC7D","d":"alien","c":0,"a":["alien"],"t":["ufo"]},{"e":"\uD83D\uDC7E","d":"alien monster","c":0,"a":["space_invader"],"t":["game","retro"]},{"e":"\uD83E\uDD16","d":"robot","c":0,"a":["robot"]},{"e":"\uD83D\uDE3A","d":"grinning cat","c":0,"a":["smiley_cat"]},{"e":"\uD83D\uDE38","d":"grinning cat with smiling eyes","c":0,"a":["smile_cat"]},{"e":"\uD83D\uDE39","d":"cat with tears of joy","c":0,"a":["joy_cat"]},{"e":"\uD83D\uDE3B","d":"smiling cat with heart-eyes","c":0,"a":["heart_eyes_cat"]},{"e":"\uD83D\uDE3C","d":"cat with wry smile","c":0,"a":["smirk_cat"]},{"e":"\uD83D\uDE3D","d":"kissing cat","c":0,"a":["kissing_cat"]},{"e":"\uD83D\uDE40","d":"weary cat","c":0,"a":["scream_cat"],"t":["horror"]},{"e":"\uD83D\uDE3F","d":"crying cat","c":0,"a":["crying_cat_face"],"t":["sad","tear"]},{"e":"\uD83D\uDE3E","d":"pouting cat","c":0,"a":["pouting_cat"]},{"e":"\uD83D\uDE48","d":"see-no-evil monkey","c":0,"a":["see_no_evil"],"t":["monkey","blind","ignore"]},{"e":"\uD83D\uDE49","d":"hear-no-evil monkey","c":0,"a":["hear_no_evil"],"t":["monkey","deaf"]},{"e":"\uD83D\uDE4A","d":"speak-no-evil monkey","c":0,"a":["speak_no_evil"],"t":["monkey","mute","hush"]},{"e":"\uD83D\uDC8B","d":"kiss mark","c":0,"a":["kiss"],"t":["lipstick"]},{"e":"\uD83D\uDC8C","d":"love letter","c":0,"a":["love_letter"],"t":["email","envelope"]},{"e":"\uD83D\uDC98","d":"heart with arrow","c":0,"a":["cupid"],"t":["love","heart"]},{"e":"\uD83D\uDC9D","d":"heart with ribbon","c":0,"a":["gift_heart"],"t":["chocolates"]},{"e":"\uD83D\uDC96","d":"sparkling heart","c":0,"a":["sparkling_heart"]},{"e":"\uD83D\uDC97","d":"growing heart","c":0,"a":["heartpulse"]},{"e":"\uD83D\uDC93","d":"beating heart","c":0,"a":["heartbeat"]},{"e":"\uD83D\uDC9E","d":"revolving hearts","c":0,"a":["revolving_hearts"]},{"e":"\uD83D\uDC95","d":"two hearts","c":0,"a":["two_hearts"]},{"e":"\uD83D\uDC9F","d":"heart decoration","c":0,"a":["heart_decoration"]},{"e":"❣️","d":"heart exclamation","c":0,"a":["heavy_heart_exclamation"]},{"e":"\uD83D\uDC94","d":"broken heart","c":0,"a":["broken_heart"]},{"e":"❤️","d":"red heart","c":0,"a":["heart"],"t":["love"]},{"e":"\uD83E\uDDE1","d":"orange heart","c":0,"a":["orange_heart"]},{"e":"\uD83D\uDC9B","d":"yellow heart","c":0,"a":["yellow_heart"]},{"e":"\uD83D\uDC9A","d":"green heart","c":0,"a":["green_heart"]},{"e":"\uD83D\uDC99","d":"blue heart","c":0,"a":["blue_heart"]},{"e":"\uD83D\uDC9C","d":"purple heart","c":0,"a":["purple_heart"]},{"e":"\uD83E\uDD0E","d":"brown heart","c":0,"a":["brown_heart"]},{"e":"\uD83D\uDDA4","d":"black heart","c":0,"a":["black_heart"]},{"e":"\uD83E\uDD0D","d":"white heart","c":0,"a":["white_heart"]},{"e":"\uD83D\uDCAF","d":"hundred points","c":0,"a":["100"],"t":["score","perfect"]},{"e":"\uD83D\uDCA2","d":"anger symbol","c":0,"a":["anger"],"t":["angry"]},{"e":"\uD83D\uDCA5","d":"collision","c":0,"a":["boom","collision"],"t":["explode"]},{"e":"\uD83D\uDCAB","d":"dizzy","c":0,"a":["dizzy"],"t":["star"]},{"e":"\uD83D\uDCA6","d":"sweat droplets","c":0,"a":["sweat_drops"],"t":["water","workout"]},{"e":"\uD83D\uDCA8","d":"dashing away","c":0,"a":["dash"],"t":["wind","blow","fast"]},{"e":"\uD83D\uDD73️","d":"hole","c":0,"a":["hole"]},{"e":"\uD83D\uDCA3","d":"bomb","c":0,"a":["bomb"],"t":["boom"]},{"e":"\uD83D\uDCAC","d":"speech balloon","c":0,"a":["speech_balloon"],"t":["comment"]},{"e":"\uD83D\uDC41️‍\uD83D\uDDE8️","d":"eye in speech bubble","c":0,"a":["eye_speech_bubble"]},{"e":"\uD83D\uDDE8️","d":"left speech bubble","c":0,"a":["left_speech_bubble"]},{"e":"\uD83D\uDDEF️","d":"right anger bubble","c":0,"a":["right_anger_bubble"]},{"e":"\uD83D\uDCAD","d":"thought balloon","c":0,"a":["thought_balloon"],"t":["thinking"]},{"e":"\uD83D\uDCA4","d":"zzz","c":0,"a":["zzz"],"t":["sleeping"]},{"e":"\uD83D\uDC4B","d":"waving hand","c":1,"a":["wave"],"t":["goodbye"]},{"e":"\uD83E\uDD1A","d":"raised back of hand","c":1,"a":["raised_back_of_hand"]},{"e":"\uD83D\uDD90️","d":"hand with fingers splayed","c":1,"a":["raised_hand_with_fingers_splayed"]},{"e":"✋","d":"raised hand","c":1,"a":["hand","raised_hand"],"t":["highfive","stop"]},{"e":"\uD83D\uDD96","d":"vulcan salute","c":1,"a":["vulcan_salute"],"t":["prosper","spock"]},{"e":"\uD83D\uDC4C","d":"OK hand","c":1,"a":["ok_hand"]},{"e":"\uD83E\uDD0C","d":"pinched fingers","c":1,"a":["pinched_fingers"]},{"e":"\uD83E\uDD0F","d":"pinching hand","c":1,"a":["pinching_hand"]},{"e":"✌️","d":"victory hand","c":1,"a":["v"],"t":["victory","peace"]},{"e":"\uD83E\uDD1E","d":"crossed fingers","c":1,"a":["crossed_fingers"],"t":["luck","hopeful"]},{"e":"\uD83E\uDD1F","d":"love-you gesture","c":1,"a":["love_you_gesture"]},{"e":"\uD83E\uDD18","d":"sign of the horns","c":1,"a":["metal"]},{"e":"\uD83E\uDD19","d":"call me hand","c":1,"a":["call_me_hand"]},{"e":"\uD83D\uDC48","d":"backhand index pointing left","c":1,"a":["point_left"]},{"e":"\uD83D\uDC49","d":"backhand index pointing right","c":1,"a":["point_right"]},{"e":"\uD83D\uDC46","d":"backhand index pointing up","c":1,"a":["point_up_2"]},{"e":"\uD83D\uDD95","d":"middle finger","c":1,"a":["middle_finger","fu"]},{"e":"\uD83D\uDC47","d":"backhand index pointing down","c":1,"a":["point_down"]},{"e":"☝️","d":"index pointing up","c":1,"a":["point_up"]},{"e":"\uD83D\uDC4D","d":"thumbs up","c":1,"a":["+1","thumbsup"],"t":["approve","ok"]},{"e":"\uD83D\uDC4E","d":"thumbs down","c":1,"a":["-1","thumbsdown"],"t":["disapprove","bury"]},{"e":"✊","d":"raised fist","c":1,"a":["fist_raised","fist"],"t":["power"]},{"e":"\uD83D\uDC4A","d":"oncoming fist","c":1,"a":["fist_oncoming","facepunch","punch"],"t":["attack"]},{"e":"\uD83E\uDD1B","d":"left-facing fist","c":1,"a":["fist_left"]},{"e":"\uD83E\uDD1C","d":"right-facing fist","c":1,"a":["fist_right"]},{"e":"\uD83D\uDC4F","d":"clapping hands","c":1,"a":["clap"],"t":["praise","applause"]},{"e":"\uD83D\uDE4C","d":"raising hands","c":1,"a":["raised_hands"],"t":["hooray"]},{"e":"\uD83D\uDC50","d":"open hands","c":1,"a":["open_hands"]},{"e":"\uD83E\uDD32","d":"palms up together","c":1,"a":["palms_up_together"]},{"e":"\uD83E\uDD1D","d":"handshake","c":1,"a":["handshake"],"t":["deal"]},{"e":"\uD83D\uDE4F","d":"folded hands","c":1,"a":["pray"],"t":["please","hope","wish"]},{"e":"✍️","d":"writing hand","c":1,"a":["writing_hand"]},{"e":"\uD83D\uDC85","d":"nail polish","c":1,"a":["nail_care"],"t":["beauty","manicure"]},{"e":"\uD83E\uDD33","d":"selfie","c":1,"a":["selfie"]},{"e":"\uD83D\uDCAA","d":"flexed biceps","c":1,"a":["muscle"],"t":["flex","bicep","strong","workout"]},{"e":"\uD83E\uDDBE","d":"mechanical arm","c":1,"a":["mechanical_arm"]},{"e":"\uD83E\uDDBF","d":"mechanical leg","c":1,"a":["mechanical_leg"]},{"e":"\uD83E\uDDB5","d":"leg","c":1,"a":["leg"]},{"e":"\uD83E\uDDB6","d":"foot","c":1,"a":["foot"]},{"e":"\uD83D\uDC42","d":"ear","c":1,"a":["ear"],"t":["hear","sound","listen"]},{"e":"\uD83E\uDDBB","d":"ear with hearing aid","c":1,"a":["ear_with_hearing_aid"]},{"e":"\uD83D\uDC43","d":"nose","c":1,"a":["nose"],"t":["smell"]},{"e":"\uD83E\uDDE0","d":"brain","c":1,"a":["brain"]},{"e":"\uD83E\uDEC0","d":"anatomical heart","c":1,"a":["anatomical_heart"]},{"e":"\uD83E\uDEC1","d":"lungs","c":1,"a":["lungs"]},{"e":"\uD83E\uDDB7","d":"tooth","c":1,"a":["tooth"]},{"e":"\uD83E\uDDB4","d":"bone","c":1,"a":["bone"]},{"e":"\uD83D\uDC40","d":"eyes","c":1,"a":["eyes"],"t":["look","see","watch"]},{"e":"\uD83D\uDC41️","d":"eye","c":1,"a":["eye"]},{"e":"\uD83D\uDC45","d":"tongue","c":1,"a":["tongue"],"t":["taste"]},{"e":"\uD83D\uDC44","d":"mouth","c":1,"a":["lips"],"t":["kiss"]},{"e":"\uD83D\uDC76","d":"baby","c":1,"a":["baby"],"t":["child","newborn"]},{"e":"\uD83E\uDDD2","d":"child","c":1,"a":["child"]},{"e":"\uD83D\uDC66","d":"boy","c":1,"a":["boy"],"t":["child"]},{"e":"\uD83D\uDC67","d":"girl","c":1,"a":["girl"],"t":["child"]},{"e":"\uD83E\uDDD1","d":"person","c":1,"a":["adult"]},{"e":"\uD83D\uDC71","d":"person: blond hair","c":1,"a":["blond_haired_person"]},{"e":"\uD83D\uDC68","d":"man","c":1,"a":["man"],"t":["mustache","father","dad"]},{"e":"\uD83E\uDDD4","d":"man: beard","c":1,"a":["bearded_person"]},{"e":"\uD83D\uDC68‍\uD83E\uDDB0","d":"man: red hair","c":1,"a":["red_haired_man"]},{"e":"\uD83D\uDC68‍\uD83E\uDDB1","d":"man: curly hair","c":1,"a":["curly_haired_man"]},{"e":"\uD83D\uDC68‍\uD83E\uDDB3","d":"man: white hair","c":1,"a":["white_haired_man"]},{"e":"\uD83D\uDC68‍\uD83E\uDDB2","d":"man: bald","c":1,"a":["bald_man"]},{"e":"\uD83D\uDC69","d":"woman","c":1,"a":["woman"],"t":["girls"]},{"e":"\uD83D\uDC69‍\uD83E\uDDB0","d":"woman: red hair","c":1,"a":["red_haired_woman"]},{"e":"\uD83E\uDDD1‍\uD83E\uDDB0","d":"person: red hair","c":1,"a":["person_red_hair"]},{"e":"\uD83D\uDC69‍\uD83E\uDDB1","d":"woman: curly hair","c":1,"a":["curly_haired_woman"]},{"e":"\uD83E\uDDD1‍\uD83E\uDDB1","d":"person: curly hair","c":1,"a":["person_curly_hair"]},{"e":"\uD83D\uDC69‍\uD83E\uDDB3","d":"woman: white hair","c":1,"a":["white_haired_woman"]},{"e":"\uD83E\uDDD1‍\uD83E\uDDB3","d":"person: white hair","c":1,"a":["person_white_hair"]},{"e":"\uD83D\uDC69‍\uD83E\uDDB2","d":"woman: bald","c":1,"a":["bald_woman"]},{"e":"\uD83E\uDDD1‍\uD83E\uDDB2","d":"person: bald","c":1,"a":["person_bald"]},{"e":"\uD83D\uDC71‍♀️","d":"woman: blond hair","c":1,"a":["blond_haired_woman","blonde_woman"]},{"e":"\uD83D\uDC71‍♂️","d":"man: blond hair","c":1,"a":["blond_haired_man"]},{"e":"\uD83E\uDDD3","d":"older person","c":1,"a":["older_adult"]},{"e":"\uD83D\uDC74","d":"old man","c":1,"a":["older_man"]},{"e":"\uD83D\uDC75","d":"old woman","c":1,"a":["older_woman"]},{"e":"\uD83D\uDE4D","d":"person frowning","c":1,"a":["frowning_person"]},{"e":"\uD83D\uDE4D‍♂️","d":"man frowning","c":1,"a":["frowning_man"]},{"e":"\uD83D\uDE4D‍♀️","d":"woman frowning","c":1,"a":["frowning_woman"]},{"e":"\uD83D\uDE4E","d":"person pouting","c":1,"a":["pouting_face"]},{"e":"\uD83D\uDE4E‍♂️","d":"man pouting","c":1,"a":["pouting_man"]},{"e":"\uD83D\uDE4E‍♀️","d":"woman pouting","c":1,"a":["pouting_woman"]},{"e":"\uD83D\uDE45","d":"person gesturing NO","c":1,"a":["no_good"],"t":["stop","halt","denied"]},{"e":"\uD83D\uDE45‍♂️","d":"man gesturing NO","c":1,"a":["no_good_man","ng_man"],"t":["stop","halt","denied"]},{"e":"\uD83D\uDE45‍♀️","d":"woman gesturing NO","c":1,"a":["no_good_woman","ng_woman"],"t":["stop","halt","denied"]},{"e":"\uD83D\uDE46","d":"person gesturing OK","c":1,"a":["ok_person"]},{"e":"\uD83D\uDE46‍♂️","d":"man gesturing OK","c":1,"a":["ok_man"]},{"e":"\uD83D\uDE46‍♀️","d":"woman gesturing OK","c":1,"a":["ok_woman"]},{"e":"\uD83D\uDC81","d":"person tipping hand","c":1,"a":["tipping_hand_person","information_desk_person"]},{"e":"\uD83D\uDC81‍♂️","d":"man tipping hand","c":1,"a":["tipping_hand_man","sassy_man"],"t":["information"]},{"e":"\uD83D\uDC81‍♀️","d":"woman tipping hand","c":1,"a":["tipping_hand_woman","sassy_woman"],"t":["information"]},{"e":"\uD83D\uDE4B","d":"person raising hand","c":1,"a":["raising_hand"]},{"e":"\uD83D\uDE4B‍♂️","d":"man raising hand","c":1,"a":["raising_hand_man"]},{"e":"\uD83D\uDE4B‍♀️","d":"woman raising hand","c":1,"a":["raising_hand_woman"]},{"e":"\uD83E\uDDCF","d":"deaf person","c":1,"a":["deaf_person"]},{"e":"\uD83E\uDDCF‍♂️","d":"deaf man","c":1,"a":["deaf_man"]},{"e":"\uD83E\uDDCF‍♀️","d":"deaf woman","c":1,"a":["deaf_woman"]},{"e":"\uD83D\uDE47","d":"person bowing","c":1,"a":["bow"],"t":["respect","thanks"]},{"e":"\uD83D\uDE47‍♂️","d":"man bowing","c":1,"a":["bowing_man"],"t":["respect","thanks"]},{"e":"\uD83D\uDE47‍♀️","d":"woman bowing","c":1,"a":["bowing_woman"],"t":["respect","thanks"]},{"e":"\uD83E\uDD26","d":"person facepalming","c":1,"a":["facepalm"]},{"e":"\uD83E\uDD26‍♂️","d":"man facepalming","c":1,"a":["man_facepalming"]},{"e":"\uD83E\uDD26‍♀️","d":"woman facepalming","c":1,"a":["woman_facepalming"]},{"e":"\uD83E\uDD37","d":"person shrugging","c":1,"a":["shrug"]},{"e":"\uD83E\uDD37‍♂️","d":"man shrugging","c":1,"a":["man_shrugging"]},{"e":"\uD83E\uDD37‍♀️","d":"woman shrugging","c":1,"a":["woman_shrugging"]},{"e":"\uD83E\uDDD1‍��️","d":"health worker","c":1,"a":["health_worker"]},{"e":"\uD83D\uDC68‍⚕️","d":"man health worker","c":1,"a":["man_health_worker"],"t":["doctor","nurse"]},{"e":"\uD83D\uDC69‍⚕️","d":"woman health worker","c":1,"a":["woman_health_worker"],"t":["doctor","nurse"]},{"e":"\uD83E\uDDD1‍\uD83C\uDF93","d":"student","c":1,"a":["student"]},{"e":"\uD83D\uDC68‍\uD83C\uDF93","d":"man student","c":1,"a":["man_student"],"t":["graduation"]},{"e":"\uD83D\uDC69‍\uD83C\uDF93","d":"woman student","c":1,"a":["woman_student"],"t":["graduation"]},{"e":"\uD83E\uDDD1‍\uD83C\uDFEB","d":"teacher","c":1,"a":["teacher"]},{"e":"\uD83D\uDC68‍\uD83C\uDFEB","d":"man teacher","c":1,"a":["man_teacher"],"t":["school","professor"]},{"e":"\uD83D\uDC69‍\uD83C\uDFEB","d":"woman teacher","c":1,"a":["woman_teacher"],"t":["school","professor"]},{"e":"\uD83E\uDDD1‍⚖️","d":"judge","c":1,"a":["judge"]},{"e":"\uD83D\uDC68‍⚖️","d":"man judge","c":1,"a":["man_judge"],"t":["justice"]},{"e":"\uD83D\uDC69‍⚖️","d":"woman judge","c":1,"a":["woman_judge"],"t":["justice"]},{"e":"\uD83E\uDDD1‍\uD83C\uDF3E","d":"farmer","c":1,"a":["farmer"]},{"e":"\uD83D\uDC68‍\uD83C\uDF3E","d":"man farmer","c":1,"a":["man_farmer"]},{"e":"\uD83D\uDC69‍\uD83C\uDF3E","d":"woman farmer","c":1,"a":["woman_farmer"]},{"e":"\uD83E\uDDD1‍\uD83C\uDF73","d":"cook","c":1,"a":["cook"]},{"e":"\uD83D\uDC68‍\uD83C\uDF73","d":"man cook","c":1,"a":["man_cook"],"t":["chef"]},{"e":"\uD83D\uDC69‍\uD83C\uDF73","d":"woman cook","c":1,"a":["woman_cook"],"t":["chef"]},{"e":"\uD83E\uDDD1‍\uD83D\uDD27","d":"mechanic","c":1,"a":["mechanic"]},{"e":"\uD83D\uDC68‍\uD83D\uDD27","d":"man mechanic","c":1,"a":["man_mechanic"]},{"e":"\uD83D\uDC69‍\uD83D\uDD27","d":"woman mechanic","c":1,"a":["woman_mechanic"]},{"e":"\uD83E\uDDD1‍\uD83C\uDFED","d":"factory worker","c":1,"a":["factory_worker"]},{"e":"\uD83D\uDC68‍���","d":"man factory worker","c":1,"a":["man_factory_worker"]},{"e":"\uD83D\uDC69‍\uD83C\uDFED","d":"woman factory worker","c":1,"a":["woman_factory_worker"]},{"e":"\uD83E\uDDD1‍\uD83D\uDCBC","d":"office worker","c":1,"a":["office_worker"]},{"e":"\uD83D\uDC68‍\uD83D\uDCBC","d":"man office worker","c":1,"a":["man_office_worker"],"t":["business"]},{"e":"\uD83D\uDC69‍\uD83D\uDCBC","d":"woman office worker","c":1,"a":["woman_office_worker"],"t":["business"]},{"e":"\uD83E\uDDD1‍\uD83D\uDD2C","d":"scientist","c":1,"a":["scientist"]},{"e":"\uD83D\uDC68‍\uD83D\uDD2C","d":"man scientist","c":1,"a":["man_scientist"],"t":["research"]},{"e":"\uD83D\uDC69‍\uD83D\uDD2C","d":"woman scientist","c":1,"a":["woman_scientist"],"t":["research"]},{"e":"\uD83E\uDDD1‍\uD83D\uDCBB","d":"technologist","c":1,"a":["technologist"]},{"e":"\uD83D\uDC68‍\uD83D\uDCBB","d":"man technologist","c":1,"a":["man_technologist"],"t":["coder"]},{"e":"\uD83D\uDC69‍\uD83D\uDCBB","d":"woman technologist","c":1,"a":["woman_technologist"],"t":["coder"]},{"e":"\uD83E\uDDD1‍\uD83C\uDFA4","d":"singer","c":1,"a":["singer"]},{"e":"\uD83D\uDC68‍\uD83C\uDFA4","d":"man singer","c":1,"a":["man_singer"],"t":["rockstar"]},{"e":"\uD83D\uDC69‍\uD83C\uDFA4","d":"woman singer","c":1,"a":["woman_singer"],"t":["rockstar"]},{"e":"\uD83E\uDDD1‍\uD83C\uDFA8","d":"artist","c":1,"a":["artist"]},{"e":"\uD83D\uDC68‍\uD83C\uDFA8","d":"man artist","c":1,"a":["man_artist"],"t":["painter"]},{"e":"\uD83D\uDC69‍\uD83C\uDFA8","d":"woman artist","c":1,"a":["woman_artist"],"t":["painter"]},{"e":"\uD83E\uDDD1‍✈️","d":"pilot","c":1,"a":["pilot"]},{"e":"\uD83D\uDC68‍✈️","d":"man pilot","c":1,"a":["man_pilot"]},{"e":"\uD83D\uDC69‍✈️","d":"woman pilot","c":1,"a":["woman_pilot"]},{"e":"\uD83E\uDDD1‍\uD83D\uDE80","d":"astronaut","c":1,"a":["astronaut"]},{"e":"\uD83D\uDC68‍\uD83D\uDE80","d":"man astronaut","c":1,"a":["man_astronaut"],"t":["space"]},{"e":"\uD83D\uDC69‍\uD83D\uDE80","d":"woman astronaut","c":1,"a":["woman_astronaut"],"t":["space"]},{"e":"\uD83E\uDDD1‍\uD83D\uDE92","d":"firefighter","c":1,"a":["firefighter"]},{"e":"\uD83D\uDC68‍\uD83D\uDE92","d":"man firefighter","c":1,"a":["man_firefighter"]},{"e":"\uD83D\uDC69‍\uD83D\uDE92","d":"woman firefighter","c":1,"a":["woman_firefighter"]},{"e":"\uD83D\uDC6E","d":"police officer","c":1,"a":["police_officer","cop"],"t":["law"]},{"e":"\uD83D\uDC6E‍♂️","d":"man police officer","c":1,"a":["policeman"],"t":["law","cop"]},{"e":"\uD83D\uDC6E‍♀️","d":"woman police officer","c":1,"a":["policewoman"],"t":["law","cop"]},{"e":"\uD83D\uDD75️","d":"detective","c":1,"a":["detective"],"t":["sleuth"]},{"e":"\uD83D\uDD75️‍♂️","d":"man detective","c":1,"a":["male_detective"],"t":["sleuth"]},{"e":"\uD83D\uDD75️‍♀️","d":"woman detective","c":1,"a":["female_detective"],"t":["sleuth"]},{"e":"\uD83D\uDC82","d":"guard","c":1,"a":["guard"]},{"e":"\uD83D\uDC82‍♂️","d":"man guard","c":1,"a":["guardsman"]},{"e":"\uD83D\uDC82‍♀️","d":"woman guard","c":1,"a":["guardswoman"]},{"e":"\uD83E\uDD77","d":"ninja","c":1,"a":["ninja"]},{"e":"\uD83D\uDC77","d":"construction worker","c":1,"a":["construction_worker"],"t":["helmet"]},{"e":"\uD83D\uDC77‍♂️","d":"man construction worker","c":1,"a":["construction_worker_man"],"t":["helmet"]},{"e":"\uD83D\uDC77‍♀️","d":"woman construction worker","c":1,"a":["construction_worker_woman"],"t":["helmet"]},{"e":"\uD83E\uDD34","d":"prince","c":1,"a":["prince"],"t":["crown","royal"]},{"e":"\uD83D\uDC78","d":"princess","c":1,"a":["princess"],"t":["crown","royal"]},{"e":"\uD83D\uDC73","d":"person wearing turban","c":1,"a":["person_with_turban"]},{"e":"\uD83D\uDC73‍♂️","d":"man wearing turban","c":1,"a":["man_with_turban"]},{"e":"\uD83D\uDC73‍♀️","d":"woman wearing turban","c":1,"a":["woman_with_turban"]},{"e":"\uD83D\uDC72","d":"person with skullcap","c":1,"a":["man_with_gua_pi_mao"]},{"e":"\uD83E\uDDD5","d":"woman with headscarf","c":1,"a":["woman_with_headscarf"],"t":["hijab"]},{"e":"\uD83E\uDD35","d":"person in tuxedo","c":1,"a":["person_in_tuxedo"],"t":["groom","marriage","wedding"]},{"e":"\uD83E\uDD35‍♂️","d":"man in tuxedo","c":1,"a":["man_in_tuxedo"]},{"e":"\uD83E\uDD35‍♀️","d":"woman in tuxedo","c":1,"a":["woman_in_tuxedo"]},{"e":"\uD83D\uDC70","d":"person with veil","c":1,"a":["person_with_veil"],"t":["marriage","wedding"]},{"e":"\uD83D\uDC70‍♂️","d":"man with veil","c":1,"a":["man_with_veil"]},{"e":"\uD83D\uDC70‍♀️","d":"woman with veil","c":1,"a":["woman_with_veil","bride_with_veil"]},{"e":"\uD83E\uDD30","d":"pregnant woman","c":1,"a":["pregnant_woman"]},{"e":"\uD83E\uDD31","d":"breast-feeding","c":1,"a":["breast_feeding"],"t":["nursing"]},{"e":"\uD83D\uDC69‍\uD83C\uDF7C","d":"woman feeding baby","c":1,"a":["woman_feeding_baby"]},{"e":"\uD83D\uDC68‍\uD83C\uDF7C","d":"man feeding baby","c":1,"a":["man_feeding_baby"]},{"e":"\uD83E\uDDD1‍\uD83C\uDF7C","d":"person feeding baby","c":1,"a":["person_feeding_baby"]},{"e":"\uD83D\uDC7C","d":"baby angel","c":1,"a":["angel"]},{"e":"\uD83C\uDF85","d":"Santa Claus","c":1,"a":["santa"],"t":["christmas"]},{"e":"\uD83E\uDD36","d":"Mrs. Claus","c":1,"a":["mrs_claus"],"t":["santa"]},{"e":"\uD83E\uDDD1‍\uD83C\uDF84","d":"mx claus","c":1,"a":["mx_claus"]},{"e":"\uD83E\uDDB8","d":"superhero","c":1,"a":["superhero"]},{"e":"\uD83E\uDDB8‍♂️","d":"man superhero","c":1,"a":["superhero_man"]},{"e":"\uD83E\uDDB8‍♀️","d":"woman superhero","c":1,"a":["superhero_woman"]},{"e":"\uD83E\uDDB9","d":"supervillain","c":1,"a":["supervillain"]},{"e":"\uD83E\uDDB9‍♂️","d":"man supervillain","c":1,"a":["supervillain_man"]},{"e":"\uD83E\uDDB9‍♀️","d":"woman supervillain","c":1,"a":["supervillain_woman"]},{"e":"\uD83E\uDDD9","d":"mage","c":1,"a":["mage"],"t":["wizard"]},{"e":"\uD83E\uDDD9‍♂️","d":"man mage","c":1,"a":["mage_man"],"t":["wizard"]},{"e":"\uD83E\uDDD9‍♀️","d":"woman mage","c":1,"a":["mage_woman"],"t":["wizard"]},{"e":"\uD83E\uDDDA","d":"fairy","c":1,"a":["fairy"]},{"e":"\uD83E\uDDDA‍♂️","d":"man fairy","c":1,"a":["fairy_man"]},{"e":"\uD83E\uDDDA‍♀️","d":"woman fairy","c":1,"a":["fairy_woman"]},{"e":"\uD83E\uDDDB","d":"vampire","c":1,"a":["vampire"]},{"e":"\uD83E\uDDDB‍♂️","d":"man vampire","c":1,"a":["vampire_man"]},{"e":"\uD83E\uDDDB‍♀️","d":"woman vampire","c":1,"a":["vampire_woman"]},{"e":"\uD83E\uDDDC","d":"merperson","c":1,"a":["merperson"]},{"e":"\uD83E\uDDDC‍♂️","d":"merman","c":1,"a":["merman"]},{"e":"\uD83E\uDDDC‍♀️","d":"mermaid","c":1,"a":["mermaid"]},{"e":"\uD83E\uDDDD","d":"elf","c":1,"a":["elf"]},{"e":"\uD83E\uDDDD‍♂️","d":"man elf","c":1,"a":["elf_man"]},{"e":"\uD83E\uDDDD‍♀️","d":"woman elf","c":1,"a":["elf_woman"]},{"e":"\uD83E\uDDDE","d":"genie","c":1,"a":["genie"]},{"e":"\uD83E\uDDDE‍♂️","d":"man genie","c":1,"a":["genie_man"]},{"e":"\uD83E\uDDDE‍♀️","d":"woman genie","c":1,"a":["genie_woman"]},{"e":"\uD83E\uDDDF","d":"zombie","c":1,"a":["zombie"]},{"e":"\uD83E\uDDDF‍♂️","d":"man zombie","c":1,"a":["zombie_man"]},{"e":"\uD83E\uDDDF‍♀️","d":"woman zombie","c":1,"a":["zombie_woman"]},{"e":"\uD83D\uDC86","d":"person getting massage","c":1,"a":["massage"],"t":["spa"]},{"e":"\uD83D\uDC86‍♂️","d":"man getting massage","c":1,"a":["massage_man"],"t":["spa"]},{"e":"\uD83D\uDC86‍♀️","d":"woman getting massage","c":1,"a":["massage_woman"],"t":["spa"]},{"e":"\uD83D\uDC87","d":"person getting haircut","c":1,"a":["haircut"],"t":["beauty"]},{"e":"\uD83D\uDC87‍♂️","d":"man getting haircut","c":1,"a":["haircut_man"]},{"e":"\uD83D\uDC87‍♀️","d":"woman getting haircut","c":1,"a":["haircut_woman"]},{"e":"\uD83D\uDEB6","d":"person walking","c":1,"a":["walking"]},{"e":"\uD83D\uDEB6‍♂️","d":"man walking","c":1,"a":["walking_man"]},{"e":"\uD83D\uDEB6‍♀️","d":"woman walking","c":1,"a":["walking_woman"]},{"e":"\uD83E\uDDCD","d":"person standing","c":1,"a":["standing_person"]},{"e":"\uD83E\uDDCD‍♂️","d":"man standing","c":1,"a":["standing_man"]},{"e":"\uD83E\uDDCD‍♀️","d":"woman standing","c":1,"a":["standing_woman"]},{"e":"\uD83E\uDDCE","d":"person kneeling","c":1,"a":["kneeling_person"]},{"e":"\uD83E\uDDCE‍♂️","d":"man kneeling","c":1,"a":["kneeling_man"]},{"e":"\uD83E\uDDCE‍♀️","d":"woman kneeling","c":1,"a":["kneeling_woman"]},{"e":"\uD83E\uDDD1‍\uD83E\uDDAF","d":"person with white cane","c":1,"a":["person_with_probing_cane"]},{"e":"\uD83D\uDC68‍\uD83E\uDDAF","d":"man with white cane","c":1,"a":["man_with_probing_cane"]},{"e":"\uD83D\uDC69‍\uD83E\uDDAF","d":"woman with white cane","c":1,"a":["woman_with_probing_cane"]},{"e":"\uD83E\uDDD1‍\uD83E\uDDBC","d":"person in motorized wheelchair","c":1,"a":["person_in_motorized_wheelchair"]},{"e":"\uD83D\uDC68‍\uD83E\uDDBC","d":"man in motorized wheelchair","c":1,"a":["man_in_motorized_wheelchair"]},{"e":"\uD83D\uDC69‍\uD83E\uDDBC","d":"woman in motorized wheelchair","c":1,"a":["woman_in_motorized_wheelchair"]},{"e":"\uD83E\uDDD1‍\uD83E\uDDBD","d":"person in manual wheelchair","c":1,"a":["person_in_manual_wheelchair"]},{"e":"����‍\uD83E\uDDBD","d":"man in manual wheelchair","c":1,"a":["man_in_manual_wheelchair"]},{"e":"\uD83D\uDC69‍\uD83E\uDDBD","d":"woman in manual wheelchair","c":1,"a":["woman_in_manual_wheelchair"]},{"e":"\uD83C\uDFC3","d":"person running","c":1,"a":["runner","running"],"t":["exercise","workout","marathon"]},{"e":"\uD83C\uDFC3‍♂️","d":"man running","c":1,"a":["running_man"],"t":["exercise","workout","marathon"]},{"e":"\uD83C\uDFC3‍♀️","d":"woman running","c":1,"a":["running_woman"],"t":["exercise","workout","marathon"]},{"e":"\uD83D\uDC83","d":"woman dancing","c":1,"a":["woman_dancing","dancer"],"t":["dress"]},{"e":"\uD83D\uDD7A","d":"man dancing","c":1,"a":["man_dancing"],"t":["dancer"]},{"e":"\uD83D\uDD74️","d":"person in suit levitating","c":1,"a":["business_suit_levitating"]},{"e":"\uD83D\uDC6F","d":"people with bunny ears","c":1,"a":["dancers"],"t":["bunny"]},{"e":"\uD83D\uDC6F‍♂️","d":"men with bunny ears","c":1,"a":["dancing_men"],"t":["bunny"]},{"e":"\uD83D\uDC6F‍♀️","d":"women with bunny ears","c":1,"a":["dancing_women"],"t":["bunny"]},{"e":"\uD83E\uDDD6","d":"person in steamy room","c":1,"a":["sauna_person"],"t":["steamy"]},{"e":"\uD83E\uDDD6‍♂️","d":"man in steamy room","c":1,"a":["sauna_man"],"t":["steamy"]},{"e":"\uD83E\uDDD6‍♀️","d":"woman in steamy room","c":1,"a":["sauna_woman"],"t":["steamy"]},{"e":"\uD83E\uDDD7","d":"person climbing","c":1,"a":["climbing"],"t":["bouldering"]},{"e":"\uD83E\uDDD7‍♂️","d":"man climbing","c":1,"a":["climbing_man"],"t":["bouldering"]},{"e":"\uD83E\uDDD7‍♀️","d":"woman climbing","c":1,"a":["climbing_woman"],"t":["bouldering"]},{"e":"\uD83E\uDD3A","d":"person fencing","c":1,"a":["person_fencing"]},{"e":"\uD83C\uDFC7","d":"horse racing","c":1,"a":["horse_racing"]},{"e":"⛷️","d":"skier","c":1,"a":["skier"]},{"e":"\uD83C\uDFC2","d":"snowboarder","c":1,"a":["snowboarder"]},{"e":"\uD83C\uDFCC️","d":"person golfing","c":1,"a":["golfing"]},{"e":"\uD83C\uDFCC️‍♂️","d":"man golfing","c":1,"a":["golfing_man"]},{"e":"\uD83C\uDFCC️‍♀️","d":"woman golfing","c":1,"a":["golfing_woman"]},{"e":"\uD83C\uDFC4","d":"person surfing","c":1,"a":["surfer"]},{"e":"\uD83C\uDFC4‍♂️","d":"man surfing","c":1,"a":["surfing_man"]},{"e":"\uD83C\uDFC4‍♀️","d":"woman surfing","c":1,"a":["surfing_woman"]},{"e":"\uD83D\uDEA3","d":"person rowing boat","c":1,"a":["rowboat"]},{"e":"\uD83D\uDEA3‍♂️","d":"man rowing boat","c":1,"a":["rowing_man"]},{"e":"\uD83D\uDEA3‍♀️","d":"woman rowing boat","c":1,"a":["rowing_woman"]},{"e":"\uD83C\uDFCA","d":"person swimming","c":1,"a":["swimmer"]},{"e":"\uD83C\uDFCA‍♂️","d":"man swimming","c":1,"a":["swimming_man"]},{"e":"\uD83C\uDFCA‍♀️","d":"woman swimming","c":1,"a":["swimming_woman"]},{"e":"⛹️","d":"person bouncing ball","c":1,"a":["bouncing_ball_person"],"t":["basketball"]},{"e":"⛹️‍♂️","d":"man bouncing ball","c":1,"a":["bouncing_ball_man","basketball_man"]},{"e":"⛹️‍♀️","d":"woman bouncing ball","c":1,"a":["bouncing_ball_woman","basketball_woman"]},{"e":"\uD83C\uDFCB️","d":"person lifting weights","c":1,"a":["weight_lifting"],"t":["gym","workout"]},{"e":"\uD83C\uDFCB️‍♂️","d":"man lifting weights","c":1,"a":["weight_lifting_man"],"t":["gym","workout"]},{"e":"\uD83C\uDFCB️‍♀️","d":"woman lifting weights","c":1,"a":["weight_lifting_woman"],"t":["gym","workout"]},{"e":"\uD83D\uDEB4","d":"person biking","c":1,"a":["bicyclist"]},{"e":"\uD83D\uDEB4‍♂️","d":"man biking","c":1,"a":["biking_man"]},{"e":"\uD83D\uDEB4‍♀️","d":"woman biking","c":1,"a":["biking_woman"]},{"e":"\uD83D\uDEB5","d":"person mountain biking","c":1,"a":["mountain_bicyclist"]},{"e":"\uD83D\uDEB5‍♂️","d":"man mountain biking","c":1,"a":["mountain_biking_man"]},{"e":"\uD83D\uDEB5‍♀️","d":"woman mountain biking","c":1,"a":["mountain_biking_woman"]},{"e":"\uD83E\uDD38","d":"person cartwheeling","c":1,"a":["cartwheeling"]},{"e":"\uD83E\uDD38‍♂️","d":"man cartwheeling","c":1,"a":["man_cartwheeling"]},{"e":"\uD83E\uDD38‍♀️","d":"woman cartwheeling","c":1,"a":["woman_cartwheeling"]},{"e":"\uD83E\uDD3C","d":"people wrestling","c":1,"a":["wrestling"]},{"e":"\uD83E\uDD3C‍♂️","d":"men wrestling","c":1,"a":["men_wrestling"]},{"e":"\uD83E\uDD3C‍♀️","d":"women wrestling","c":1,"a":["women_wrestling"]},{"e":"\uD83E\uDD3D","d":"person playing water polo","c":1,"a":["water_polo"]},{"e":"\uD83E\uDD3D‍♂️","d":"man playing water polo","c":1,"a":["man_playing_water_polo"]},{"e":"\uD83E\uDD3D‍♀️","d":"woman playing water polo","c":1,"a":["woman_playing_water_polo"]},{"e":"\uD83E\uDD3E","d":"person playing handball","c":1,"a":["handball_person"]},{"e":"\uD83E\uDD3E‍♂️","d":"man playing handball","c":1,"a":["man_playing_handball"]},{"e":"\uD83E\uDD3E‍♀️","d":"woman playing handball","c":1,"a":["woman_playing_handball"]},{"e":"\uD83E\uDD39","d":"person juggling","c":1,"a":["juggling_person"]},{"e":"\uD83E\uDD39‍♂️","d":"man juggling","c":1,"a":["man_juggling"]},{"e":"\uD83E\uDD39‍♀️","d":"woman juggling","c":1,"a":["woman_juggling"]},{"e":"\uD83E\uDDD8","d":"person in lotus position","c":1,"a":["lotus_position"],"t":["meditation"]},{"e":"\uD83E\uDDD8‍♂️","d":"man in lotus position","c":1,"a":["lotus_position_man"],"t":["meditation"]},{"e":"\uD83E\uDDD8‍♀️","d":"woman in lotus position","c":1,"a":["lotus_position_woman"],"t":["meditation"]},{"e":"\uD83D\uDEC0","d":"person taking bath","c":1,"a":["bath"],"t":["shower"]},{"e":"\uD83D\uDECC","d":"person in bed","c":1,"a":["sleeping_bed"]},{"e":"\uD83E\uDDD1‍\uD83E\uDD1D‍\uD83E\uDDD1","d":"people holding hands","c":1,"a":["people_holding_hands"],"t":["couple","date"]},{"e":"\uD83D\uDC6D","d":"women holding hands","c":1,"a":["two_women_holding_hands"],"t":["couple","date"]},{"e":"\uD83D\uDC6B","d":"woman and man holding hands","c":1,"a":["couple"],"t":["date"]},{"e":"\uD83D\uDC6C","d":"men holding hands","c":1,"a":["two_men_holding_hands"],"t":["couple","date"]},{"e":"\uD83D\uDC8F","d":"kiss","c":1,"a":["couplekiss"]},{"e":"\uD83D\uDC69‍❤️‍\uD83D\uDC8B‍\uD83D\uDC68","d":"kiss: woman, man","c":1,"a":["couplekiss_man_woman"]},{"e":"\uD83D\uDC68‍❤️‍\uD83D\uDC8B‍\uD83D\uDC68","d":"kiss: man, man","c":1,"a":["couplekiss_man_man"]},{"e":"\uD83D\uDC69‍❤️‍\uD83D\uDC8B‍\uD83D\uDC69","d":"kiss: woman, woman","c":1,"a":["couplekiss_woman_woman"]},{"e":"\uD83D\uDC91","d":"couple with heart","c":1,"a":["couple_with_heart"]},{"e":"\uD83D\uDC69‍❤️‍\uD83D\uDC68","d":"couple with heart: woman, man","c":1,"a":["couple_with_heart_woman_man"]},{"e":"\uD83D\uDC68‍❤️‍\uD83D\uDC68","d":"couple with heart: man, man","c":1,"a":["couple_with_heart_man_man"]},{"e":"\uD83D\uDC69‍❤️‍\uD83D\uDC69","d":"couple with heart: woman, woman","c":1,"a":["couple_with_heart_woman_woman"]},{"e":"\uD83D\uDC6A","d":"family","c":1,"a":["family"],"t":["home","parents","child"]},{"e":"\uD83D\uDC68‍\uD83D\uDC69‍\uD83D\uDC66","d":"family: man, woman, boy","c":1,"a":["family_man_woman_boy"]},{"e":"\uD83D\uDC68‍\uD83D\uDC69‍\uD83D\uDC67","d":"family: man, woman, girl","c":1,"a":["family_man_woman_girl"]},{"e":"\uD83D\uDC68‍\uD83D\uDC69‍\uD83D\uDC67‍\uD83D\uDC66","d":"family: man, woman, girl, boy","c":1,"a":["family_man_woman_girl_boy"]},{"e":"\uD83D\uDC68‍\uD83D\uDC69‍\uD83D\uDC66‍\uD83D\uDC66","d":"family: man, woman, boy, boy","c":1,"a":["family_man_woman_boy_boy"]},{"e":"\uD83D\uDC68‍\uD83D\uDC69‍\uD83D\uDC67‍\uD83D\uDC67","d":"family: man, woman, girl, girl","c":1,"a":["family_man_woman_girl_girl"]},{"e":"\uD83D\uDC68‍\uD83D\uDC68‍\uD83D\uDC66","d":"family: man, man, boy","c":1,"a":["family_man_man_boy"]},{"e":"\uD83D\uDC68‍\uD83D\uDC68‍\uD83D\uDC67","d":"family: man, man, girl","c":1,"a":["family_man_man_girl"]},{"e":"\uD83D\uDC68‍\uD83D\uDC68‍\uD83D\uDC67‍\uD83D\uDC66","d":"family: man, man, girl, boy","c":1,"a":["family_man_man_girl_boy"]},{"e":"\uD83D\uDC68‍\uD83D\uDC68‍\uD83D\uDC66‍\uD83D\uDC66","d":"family: man, man, boy, boy","c":1,"a":["family_man_man_boy_boy"]},{"e":"\uD83D\uDC68‍\uD83D\uDC68‍\uD83D\uDC67‍\uD83D\uDC67","d":"family: man, man, girl, girl","c":1,"a":["family_man_man_girl_girl"]},{"e":"\uD83D\uDC69‍\uD83D\uDC69‍\uD83D\uDC66","d":"family: woman, woman, boy","c":1,"a":["family_woman_woman_boy"]},{"e":"\uD83D\uDC69‍\uD83D\uDC69‍\uD83D\uDC67","d":"family: woman, woman, girl","c":1,"a":["family_woman_woman_girl"]},{"e":"\uD83D\uDC69‍\uD83D\uDC69‍\uD83D\uDC67‍\uD83D\uDC66","d":"family: woman, woman, girl, boy","c":1,"a":["family_woman_woman_girl_boy"]},{"e":"\uD83D\uDC69‍\uD83D\uDC69‍\uD83D\uDC66‍\uD83D\uDC66","d":"family: woman, woman, boy, boy","c":1,"a":["family_woman_woman_boy_boy"]},{"e":"\uD83D\uDC69‍\uD83D\uDC69‍\uD83D\uDC67‍\uD83D\uDC67","d":"family: woman, woman, girl, girl","c":1,"a":["family_woman_woman_girl_girl"]},{"e":"\uD83D\uDC68‍\uD83D\uDC66","d":"family: man, boy","c":1,"a":["family_man_boy"]},{"e":"\uD83D\uDC68‍\uD83D\uDC66‍\uD83D\uDC66","d":"family: man, boy, boy","c":1,"a":["family_man_boy_boy"]},{"e":"\uD83D\uDC68‍\uD83D\uDC67","d":"family: man, girl","c":1,"a":["family_man_girl"]},{"e":"\uD83D\uDC68‍\uD83D\uDC67‍\uD83D\uDC66","d":"family: man, girl, boy","c":1,"a":["family_man_girl_boy"]},{"e":"\uD83D\uDC68‍\uD83D\uDC67‍\uD83D\uDC67","d":"family: man, girl, girl","c":1,"a":["family_man_girl_girl"]},{"e":"\uD83D\uDC69‍\uD83D\uDC66","d":"family: woman, boy","c":1,"a":["family_woman_boy"]},{"e":"\uD83D\uDC69‍\uD83D\uDC66‍\uD83D\uDC66","d":"family: woman, boy, boy","c":1,"a":["family_woman_boy_boy"]},{"e":"\uD83D\uDC69‍\uD83D\uDC67","d":"family: woman, girl","c":1,"a":["family_woman_girl"]},{"e":"\uD83D\uDC69‍\uD83D\uDC67‍\uD83D\uDC66","d":"family: woman, girl, boy","c":1,"a":["family_woman_girl_boy"]},{"e":"\uD83D\uDC69‍\uD83D\uDC67‍\uD83D\uDC67","d":"family: woman, girl, girl","c":1,"a":["family_woman_girl_girl"]},{"e":"\uD83D\uDDE3️","d":"speaking head","c":1,"a":["speaking_head"]},{"e":"\uD83D\uDC64","d":"bust in silhouette","c":1,"a":["bust_in_silhouette"],"t":["user"]},{"e":"\uD83D\uDC65","d":"busts in silhouette","c":1,"a":["busts_in_silhouette"],"t":["users","group","team"]},{"e":"\uD83E\uDEC2","d":"people hugging","c":1,"a":["people_hugging"]},{"e":"\uD83D\uDC63","d":"footprints","c":1,"a":["footprints"],"t":["feet","tracks"]},{"e":"\uD83D\uDC35","d":"monkey face","c":2,"a":["monkey_face"]},{"e":"\uD83D\uDC12","d":"monkey","c":2,"a":["monkey"]},{"e":"\uD83E\uDD8D","d":"gorilla","c":2,"a":["gorilla"]},{"e":"\uD83E\uDDA7","d":"orangutan","c":2,"a":["orangutan"]},{"e":"\uD83D\uDC36","d":"dog face","c":2,"a":["dog"],"t":["pet"]},{"e":"\uD83D\uDC15","d":"dog","c":2,"a":["dog2"]},{"e":"\uD83E\uDDAE","d":"guide dog","c":2,"a":["guide_dog"]},{"e":"\uD83D\uDC15‍\uD83E\uDDBA","d":"service dog","c":2,"a":["service_dog"]},{"e":"\uD83D\uDC29","d":"poodle","c":2,"a":["poodle"],"t":["dog"]},{"e":"\uD83D\uDC3A","d":"wolf","c":2,"a":["wolf"]},{"e":"\uD83E\uDD8A","d":"fox","c":2,"a":["fox_face"]},{"e":"\uD83E\uDD9D","d":"raccoon","c":2,"a":["raccoon"]},{"e":"\uD83D\uDC31","d":"cat face","c":2,"a":["cat"],"t":["pet"]},{"e":"\uD83D\uDC08","d":"cat","c":2,"a":["cat2"]},{"e":"\uD83D\uDC08‍⬛","d":"black cat","c":2,"a":["black_cat"]},{"e":"\uD83E\uDD81","d":"lion","c":2,"a":["lion"]},{"e":"\uD83D\uDC2F","d":"tiger face","c":2,"a":["tiger"]},{"e":"\uD83D\uDC05","d":"tiger","c":2,"a":["tiger2"]},{"e":"\uD83D\uDC06","d":"leopard","c":2,"a":["leopard"]},{"e":"\uD83D\uDC34","d":"horse face","c":2,"a":["horse"]},{"e":"\uD83D\uDC0E","d":"horse","c":2,"a":["racehorse"],"t":["speed"]},{"e":"\uD83E\uDD84","d":"unicorn","c":2,"a":["unicorn"]},{"e":"\uD83E\uDD93","d":"zebra","c":2,"a":["zebra"]},{"e":"\uD83E\uDD8C","d":"deer","c":2,"a":["deer"]},{"e":"\uD83E\uDDAC","d":"bison","c":2,"a":["bison"]},{"e":"\uD83D\uDC2E","d":"cow face","c":2,"a":["cow"]},{"e":"\uD83D\uDC02","d":"ox","c":2,"a":["ox"]},{"e":"\uD83D\uDC03","d":"water buffalo","c":2,"a":["water_buffalo"]},{"e":"\uD83D\uDC04","d":"cow","c":2,"a":["cow2"]},{"e":"\uD83D\uDC37","d":"pig face","c":2,"a":["pig"]},{"e":"\uD83D\uDC16","d":"pig","c":2,"a":["pig2"]},{"e":"\uD83D\uDC17","d":"boar","c":2,"a":["boar"]},{"e":"\uD83D\uDC3D","d":"pig nose","c":2,"a":["pig_nose"]},{"e":"\uD83D\uDC0F","d":"ram","c":2,"a":["ram"]},{"e":"\uD83D\uDC11","d":"ewe","c":2,"a":["sheep"]},{"e":"\uD83D\uDC10","d":"goat","c":2,"a":["goat"]},{"e":"\uD83D\uDC2A","d":"camel","c":2,"a":["dromedary_camel"],"t":["desert"]},{"e":"\uD83D\uDC2B","d":"two-hump camel","c":2,"a":["camel"]},{"e":"\uD83E\uDD99","d":"llama","c":2,"a":["llama"]},{"e":"\uD83E\uDD92","d":"giraffe","c":2,"a":["giraffe"]},{"e":"\uD83D\uDC18","d":"elephant","c":2,"a":["elephant"]},{"e":"\uD83E\uDDA3","d":"mammoth","c":2,"a":["mammoth"]},{"e":"\uD83E\uDD8F","d":"rhinoceros","c":2,"a":["rhinoceros"]},{"e":"\uD83E\uDD9B","d":"hippopotamus","c":2,"a":["hippopotamus"]},{"e":"\uD83D\uDC2D","d":"mouse face","c":2,"a":["mouse"]},{"e":"\uD83D\uDC01","d":"mouse","c":2,"a":["mouse2"]},{"e":"\uD83D\uDC00","d":"rat","c":2,"a":["rat"]},{"e":"\uD83D\uDC39","d":"hamster","c":2,"a":["hamster"],"t":["pet"]},{"e":"\uD83D\uDC30","d":"rabbit face","c":2,"a":["rabbit"],"t":["bunny"]},{"e":"\uD83D\uDC07","d":"rabbit","c":2,"a":["rabbit2"]},{"e":"\uD83D\uDC3F️","d":"chipmunk","c":2,"a":["chipmunk"]},{"e":"\uD83E\uDDAB","d":"beaver","c":2,"a":["beaver"]},{"e":"\uD83E\uDD94","d":"hedgehog","c":2,"a":["hedgehog"]},{"e":"\uD83E\uDD87","d":"bat","c":2,"a":["bat"]},{"e":"\uD83D\uDC3B","d":"bear","c":2,"a":["bear"]},{"e":"\uD83D\uDC3B‍❄️","d":"polar bear","c":2,"a":["polar_bear"]},{"e":"\uD83D\uDC28","d":"koala","c":2,"a":["koala"]},{"e":"\uD83D\uDC3C","d":"panda","c":2,"a":["panda_face"]},{"e":"\uD83E\uDDA5","d":"sloth","c":2,"a":["sloth"]},{"e":"\uD83E\uDDA6","d":"otter","c":2,"a":["otter"]},{"e":"\uD83E\uDDA8","d":"skunk","c":2,"a":["skunk"]},{"e":"\uD83E\uDD98","d":"kangaroo","c":2,"a":["kangaroo"]},{"e":"\uD83E\uDDA1","d":"badger","c":2,"a":["badger"]},{"e":"\uD83D\uDC3E","d":"paw prints","c":2,"a":["feet","paw_prints"]},{"e":"\uD83E\uDD83","d":"turkey","c":2,"a":["turkey"],"t":["thanksgiving"]},{"e":"\uD83D\uDC14","d":"chicken","c":2,"a":["chicken"]},{"e":"\uD83D\uDC13","d":"rooster","c":2,"a":["rooster"]},{"e":"\uD83D\uDC23","d":"hatching chick","c":2,"a":["hatching_chick"]},{"e":"\uD83D\uDC24","d":"baby chick","c":2,"a":["baby_chick"]},{"e":"\uD83D\uDC25","d":"front-facing baby chick","c":2,"a":["hatched_chick"]},{"e":"\uD83D\uDC26","d":"bird","c":2,"a":["bird"]},{"e":"\uD83D\uDC27","d":"penguin","c":2,"a":["penguin"]},{"e":"\uD83D\uDD4A️","d":"dove","c":2,"a":["dove"],"t":["peace"]},{"e":"\uD83E\uDD85","d":"eagle","c":2,"a":["eagle"]},{"e":"\uD83E\uDD86","d":"duck","c":2,"a":["duck"]},{"e":"\uD83E\uDDA2","d":"swan","c":2,"a":["swan"]},{"e":"\uD83E\uDD89","d":"owl","c":2,"a":["owl"]},{"e":"\uD83E\uDDA4","d":"dodo","c":2,"a":["dodo"]},{"e":"\uD83E\uDEB6","d":"feather","c":2,"a":["feather"]},{"e":"\uD83E\uDDA9","d":"flamingo","c":2,"a":["flamingo"]},{"e":"\uD83E\uDD9A","d":"peacock","c":2,"a":["peacock"]},{"e":"\uD83E\uDD9C","d":"parrot","c":2,"a":["parrot"]},{"e":"\uD83D\uDC38","d":"frog","c":2,"a":["frog"]},{"e":"\uD83D\uDC0A","d":"crocodile","c":2,"a":["crocodile"]},{"e":"\uD83D\uDC22","d":"turtle","c":2,"a":["turtle"],"t":["slow"]},{"e":"\uD83E\uDD8E","d":"lizard","c":2,"a":["lizard"]},{"e":"\uD83D\uDC0D","d":"snake","c":2,"a":["snake"]},{"e":"\uD83D\uDC32","d":"dragon face","c":2,"a":["dragon_face"]},{"e":"\uD83D\uDC09","d":"dragon","c":2,"a":["dragon"]},{"e":"\uD83E\uDD95","d":"sauropod","c":2,"a":["sauropod"],"t":["dinosaur"]},{"e":"\uD83E\uDD96","d":"T-Rex","c":2,"a":["t-rex"],"t":["dinosaur"]},{"e":"\uD83D\uDC33","d":"spouting whale","c":2,"a":["whale"],"t":["sea"]},{"e":"\uD83D\uDC0B","d":"whale","c":2,"a":["whale2"]},{"e":"\uD83D\uDC2C","d":"dolphin","c":2,"a":["dolphin","flipper"]},{"e":"\uD83E\uDDAD","d":"seal","c":2,"a":["seal"]},{"e":"\uD83D\uDC1F","d":"fish","c":2,"a":["fish"]},{"e":"\uD83D\uDC20","d":"tropical fish","c":2,"a":["tropical_fish"]},{"e":"\uD83D\uDC21","d":"blowfish","c":2,"a":["blowfish"]},{"e":"\uD83E\uDD88","d":"shark","c":2,"a":["shark"]},{"e":"\uD83D\uDC19","d":"octopus","c":2,"a":["octopus"]},{"e":"\uD83D\uDC1A","d":"spiral shell","c":2,"a":["shell"],"t":["sea","beach"]},{"e":"\uD83D\uDC0C","d":"snail","c":2,"a":["snail"],"t":["slow"]},{"e":"\uD83E\uDD8B","d":"butterfly","c":2,"a":["butterfly"]},{"e":"\uD83D\uDC1B","d":"bug","c":2,"a":["bug"]},{"e":"\uD83D\uDC1C","d":"ant","c":2,"a":["ant"]},{"e":"\uD83D\uDC1D","d":"honeybee","c":2,"a":["bee","honeybee"]},{"e":"\uD83E\uDEB2","d":"beetle","c":2,"a":["beetle"]},{"e":"\uD83D\uDC1E","d":"lady beetle","c":2,"a":["lady_beetle"],"t":["bug"]},{"e":"\uD83E\uDD97","d":"cricket","c":2,"a":["cricket"]},{"e":"\uD83E\uDEB3","d":"cockroach","c":2,"a":["cockroach"]},{"e":"\uD83D\uDD77️","d":"spider","c":2,"a":["spider"]},{"e":"\uD83D\uDD78️","d":"spider web","c":2,"a":["spider_web"]},{"e":"\uD83E\uDD82","d":"scorpion","c":2,"a":["scorpion"]},{"e":"\uD83E\uDD9F","d":"mosquito","c":2,"a":["mosquito"]},{"e":"\uD83E\uDEB0","d":"fly","c":2,"a":["fly"]},{"e":"\uD83E\uDEB1","d":"worm","c":2,"a":["worm"]},{"e":"\uD83E\uDDA0","d":"microbe","c":2,"a":["microbe"],"t":["germ"]},{"e":"\uD83D\uDC90","d":"bouquet","c":2,"a":["bouquet"],"t":["flowers"]},{"e":"\uD83C\uDF38","d":"cherry blossom","c":2,"a":["cherry_blossom"],"t":["flower","spring"]},{"e":"\uD83D\uDCAE","d":"white flower","c":2,"a":["white_flower"]},{"e":"\uD83C\uDFF5️","d":"rosette","c":2,"a":["rosette"]},{"e":"\uD83C\uDF39","d":"rose","c":2,"a":["rose"],"t":["flower"]},{"e":"\uD83E\uDD40","d":"wilted flower","c":2,"a":["wilted_flower"]},{"e":"\uD83C\uDF3A","d":"hibiscus","c":2,"a":["hibiscus"]},{"e":"\uD83C\uDF3B","d":"sunflower","c":2,"a":["sunflower"]},{"e":"\uD83C\uDF3C","d":"blossom","c":2,"a":["blossom"]},{"e":"\uD83C\uDF37","d":"tulip","c":2,"a":["tulip"],"t":["flower"]},{"e":"\uD83C\uDF31","d":"seedling","c":2,"a":["seedling"],"t":["plant"]},{"e":"\uD83E\uDEB4","d":"potted plant","c":2,"a":["potted_plant"]},{"e":"\uD83C\uDF32","d":"evergreen tree","c":2,"a":["evergreen_tree"],"t":["wood"]},{"e":"\uD83C\uDF33","d":"deciduous tree","c":2,"a":["deciduous_tree"],"t":["wood"]},{"e":"\uD83C\uDF34","d":"palm tree","c":2,"a":["palm_tree"]},{"e":"\uD83C\uDF35","d":"cactus","c":2,"a":["cactus"]},{"e":"\uD83C\uDF3E","d":"sheaf of rice","c":2,"a":["ear_of_rice"]},{"e":"\uD83C\uDF3F","d":"herb","c":2,"a":["herb"]},{"e":"☘️","d":"shamrock","c":2,"a":["shamrock"]},{"e":"\uD83C\uDF40","d":"four leaf clover","c":2,"a":["four_leaf_clover"],"t":["luck"]},{"e":"\uD83C\uDF41","d":"maple leaf","c":2,"a":["maple_leaf"],"t":["canada"]},{"e":"\uD83C\uDF42","d":"fallen leaf","c":2,"a":["fallen_leaf"],"t":["autumn"]},{"e":"\uD83C\uDF43","d":"leaf fluttering in wind","c":2,"a":["leaves"],"t":["leaf"]},{"e":"\uD83C\uDF47","d":"grapes","c":3,"a":["grapes"]},{"e":"\uD83C\uDF48","d":"melon","c":3,"a":["melon"]},{"e":"\uD83C\uDF49","d":"watermelon","c":3,"a":["watermelon"]},{"e":"\uD83C\uDF4A","d":"tangerine","c":3,"a":["tangerine","orange","mandarin"]},{"e":"\uD83C\uDF4B","d":"lemon","c":3,"a":["lemon"]},{"e":"\uD83C\uDF4C","d":"banana","c":3,"a":["banana"],"t":["fruit"]},{"e":"\uD83C\uDF4D","d":"pineapple","c":3,"a":["pineapple"]},{"e":"\uD83E\uDD6D","d":"mango","c":3,"a":["mango"]},{"e":"\uD83C\uDF4E","d":"red apple","c":3,"a":["apple"]},{"e":"\uD83C\uDF4F","d":"green apple","c":3,"a":["green_apple"],"t":["fruit"]},{"e":"\uD83C\uDF50","d":"pear","c":3,"a":["pear"]},{"e":"\uD83C\uDF51","d":"peach","c":3,"a":["peach"]},{"e":"\uD83C\uDF52","d":"cherries","c":3,"a":["cherries"],"t":["fruit"]},{"e":"\uD83C\uDF53","d":"strawberry","c":3,"a":["strawberry"],"t":["fruit"]},{"e":"\uD83E\uDED0","d":"blueberries","c":3,"a":["blueberries"]},{"e":"\uD83E\uDD5D","d":"kiwi fruit","c":3,"a":["kiwi_fruit"]},{"e":"\uD83C\uDF45","d":"tomato","c":3,"a":["tomato"]},{"e":"\uD83E\uDED2","d":"olive","c":3,"a":["olive"]},{"e":"\uD83E\uDD65","d":"coconut","c":3,"a":["coconut"]},{"e":"\uD83E\uDD51","d":"avocado","c":3,"a":["avocado"]},{"e":"\uD83C\uDF46","d":"eggplant","c":3,"a":["eggplant"],"t":["aubergine"]},{"e":"\uD83E\uDD54","d":"potato","c":3,"a":["potato"]},{"e":"\uD83E\uDD55","d":"carrot","c":3,"a":["carrot"]},{"e":"\uD83C\uDF3D","d":"ear of corn","c":3,"a":["corn"]},{"e":"\uD83C\uDF36️","d":"hot pepper","c":3,"a":["hot_pepper"],"t":["spicy"]},{"e":"\uD83E\uDED1","d":"bell pepper","c":3,"a":["bell_pepper"]},{"e":"\uD83E\uDD52","d":"cucumber","c":3,"a":["cucumber"]},{"e":"\uD83E\uDD6C","d":"leafy green","c":3,"a":["leafy_green"]},{"e":"\uD83E\uDD66","d":"broccoli","c":3,"a":["broccoli"]},{"e":"\uD83E\uDDC4","d":"garlic","c":3,"a":["garlic"]},{"e":"\uD83E\uDDC5","d":"onion","c":3,"a":["onion"]},{"e":"\uD83C\uDF44","d":"mushroom","c":3,"a":["mushroom"]},{"e":"\uD83E\uDD5C","d":"peanuts","c":3,"a":["peanuts"]},{"e":"\uD83C\uDF30","d":"chestnut","c":3,"a":["chestnut"]},{"e":"\uD83C\uDF5E","d":"bread","c":3,"a":["bread"],"t":["toast"]},{"e":"\uD83E\uDD50","d":"croissant","c":3,"a":["croissant"]},{"e":"\uD83E\uDD56","d":"baguette bread","c":3,"a":["baguette_bread"]},{"e":"\uD83E\uDED3","d":"flatbread","c":3,"a":["flatbread"]},{"e":"\uD83E\uDD68","d":"pretzel","c":3,"a":["pretzel"]},{"e":"\uD83E\uDD6F","d":"bagel","c":3,"a":["bagel"]},{"e":"\uD83E\uDD5E","d":"pancakes","c":3,"a":["pancakes"]},{"e":"\uD83E\uDDC7","d":"waffle","c":3,"a":["waffle"]},{"e":"\uD83E\uDDC0","d":"cheese wedge","c":3,"a":["cheese"]},{"e":"\uD83C\uDF56","d":"meat on bone","c":3,"a":["meat_on_bone"]},{"e":"\uD83C\uDF57","d":"poultry leg","c":3,"a":["poultry_leg"],"t":["meat","chicken"]},{"e":"\uD83E\uDD69","d":"cut of meat","c":3,"a":["cut_of_meat"]},{"e":"\uD83E\uDD53","d":"bacon","c":3,"a":["bacon"]},{"e":"\uD83C\uDF54","d":"hamburger","c":3,"a":["hamburger"],"t":["burger"]},{"e":"\uD83C\uDF5F","d":"french fries","c":3,"a":["fries"]},{"e":"\uD83C\uDF55","d":"pizza","c":3,"a":["pizza"]},{"e":"\uD83C\uDF2D","d":"hot dog","c":3,"a":["hotdog"]},{"e":"\uD83E\uDD6A","d":"sandwich","c":3,"a":["sandwich"]},{"e":"\uD83C\uDF2E","d":"taco","c":3,"a":["taco"]},{"e":"\uD83C\uDF2F","d":"burrito","c":3,"a":["burrito"]},{"e":"\uD83E\uDED4","d":"tamale","c":3,"a":["tamale"]},{"e":"\uD83E\uDD59","d":"stuffed flatbread","c":3,"a":["stuffed_flatbread"]},{"e":"\uD83E\uDDC6","d":"falafel","c":3,"a":["falafel"]},{"e":"\uD83E\uDD5A","d":"egg","c":3,"a":["egg"]},{"e":"\uD83C\uDF73","d":"cooking","c":3,"a":["fried_egg"],"t":["breakfast"]},{"e":"\uD83E\uDD58","d":"shallow pan of food","c":3,"a":["shallow_pan_of_food"],"t":["paella","curry"]},{"e":"\uD83C\uDF72","d":"pot of food","c":3,"a":["stew"]},{"e":"\uD83E\uDED5","d":"fondue","c":3,"a":["fondue"]},{"e":"\uD83E\uDD63","d":"bowl with spoon","c":3,"a":["bowl_with_spoon"]},{"e":"\uD83E\uDD57","d":"green salad","c":3,"a":["green_salad"]},{"e":"\uD83C\uDF7F","d":"popcorn","c":3,"a":["popcorn"]},{"e":"\uD83E\uDDC8","d":"butter","c":3,"a":["butter"]},{"e":"\uD83E\uDDC2","d":"salt","c":3,"a":["salt"]},{"e":"\uD83E\uDD6B","d":"canned food","c":3,"a":["canned_food"]},{"e":"\uD83C\uDF71","d":"bento box","c":3,"a":["bento"]},{"e":"\uD83C\uDF58","d":"rice cracker","c":3,"a":["rice_cracker"]},{"e":"\uD83C\uDF59","d":"rice ball","c":3,"a":["rice_ball"]},{"e":"\uD83C\uDF5A","d":"cooked rice","c":3,"a":["rice"]},{"e":"\uD83C\uDF5B","d":"curry rice","c":3,"a":["curry"]},{"e":"\uD83C\uDF5C","d":"steaming bowl","c":3,"a":["ramen"],"t":["noodle"]},{"e":"\uD83C\uDF5D","d":"spaghetti","c":3,"a":["spaghetti"],"t":["pasta"]},{"e":"\uD83C\uDF60","d":"roasted sweet potato","c":3,"a":["sweet_potato"]},{"e":"\uD83C\uDF62","d":"oden","c":3,"a":["oden"]},{"e":"\uD83C\uDF63","d":"sushi","c":3,"a":["sushi"]},{"e":"\uD83C\uDF64","d":"fried shrimp","c":3,"a":["fried_shrimp"],"t":["tempura"]},{"e":"\uD83C\uDF65","d":"fish cake with swirl","c":3,"a":["fish_cake"]},{"e":"\uD83E\uDD6E","d":"moon cake","c":3,"a":["moon_cake"]},{"e":"\uD83C\uDF61","d":"dango","c":3,"a":["dango"]},{"e":"\uD83E\uDD5F","d":"dumpling","c":3,"a":["dumpling"]},{"e":"\uD83E\uDD60","d":"fortune cookie","c":3,"a":["fortune_cookie"]},{"e":"\uD83E\uDD61","d":"takeout box","c":3,"a":["takeout_box"]},{"e":"\uD83E\uDD80","d":"crab","c":3,"a":["crab"]},{"e":"\uD83E\uDD9E","d":"lobster","c":3,"a":["lobster"]},{"e":"\uD83E\uDD90","d":"shrimp","c":3,"a":["shrimp"]},{"e":"\uD83E\uDD91","d":"squid","c":3,"a":["squid"]},{"e":"\uD83E\uDDAA","d":"oyster","c":3,"a":["oyster"]},{"e":"\uD83C\uDF66","d":"soft ice cream","c":3,"a":["icecream"]},{"e":"\uD83C\uDF67","d":"shaved ice","c":3,"a":["shaved_ice"]},{"e":"\uD83C\uDF68","d":"ice cream","c":3,"a":["ice_cream"]},{"e":"\uD83C\uDF69","d":"doughnut","c":3,"a":["doughnut"]},{"e":"\uD83C\uDF6A","d":"cookie","c":3,"a":["cookie"]},{"e":"\uD83C\uDF82","d":"birthday cake","c":3,"a":["birthday"],"t":["party"]},{"e":"\uD83C\uDF70","d":"shortcake","c":3,"a":["cake"],"t":["dessert"]},{"e":"\uD83E\uDDC1","d":"cupcake","c":3,"a":["cupcake"]},{"e":"\uD83E\uDD67","d":"pie","c":3,"a":["pie"]},{"e":"\uD83C\uDF6B","d":"chocolate bar","c":3,"a":["chocolate_bar"]},{"e":"\uD83C\uDF6C","d":"candy","c":3,"a":["candy"],"t":["sweet"]},{"e":"\uD83C\uDF6D","d":"lollipop","c":3,"a":["lollipop"]},{"e":"\uD83C\uDF6E","d":"custard","c":3,"a":["custard"]},{"e":"\uD83C\uDF6F","d":"honey pot","c":3,"a":["honey_pot"]},{"e":"\uD83C\uDF7C","d":"baby bottle","c":3,"a":["baby_bottle"],"t":["milk"]},{"e":"\uD83E\uDD5B","d":"glass of milk","c":3,"a":["milk_glass"]},{"e":"☕","d":"hot beverage","c":3,"a":["coffee"],"t":["cafe","espresso"]},{"e":"\uD83E\uDED6","d":"teapot","c":3,"a":["teapot"]},{"e":"\uD83C\uDF75","d":"teacup without handle","c":3,"a":["tea"],"t":["green","breakfast"]},{"e":"\uD83C\uDF76","d":"sake","c":3,"a":["sake"]},{"e":"\uD83C\uDF7E","d":"bottle with popping cork","c":3,"a":["champagne"],"t":["bottle","bubbly","celebration"]},{"e":"\uD83C\uDF77","d":"wine glass","c":3,"a":["wine_glass"]},{"e":"\uD83C\uDF78","d":"cocktail glass","c":3,"a":["cocktail"],"t":["drink"]},{"e":"\uD83C\uDF79","d":"tropical drink","c":3,"a":["tropical_drink"],"t":["summer","vacation"]},{"e":"\uD83C\uDF7A","d":"beer mug","c":3,"a":["beer"],"t":["drink"]},{"e":"\uD83C\uDF7B","d":"clinking beer mugs","c":3,"a":["beers"],"t":["drinks"]},{"e":"\uD83E\uDD42","d":"clinking glasses","c":3,"a":["clinking_glasses"],"t":["cheers","toast"]},{"e":"\uD83E\uDD43","d":"tumbler glass","c":3,"a":["tumbler_glass"],"t":["whisky"]},{"e":"\uD83E\uDD64","d":"cup with straw","c":3,"a":["cup_with_straw"]},{"e":"\uD83E\uDDCB","d":"bubble tea","c":3,"a":["bubble_tea"]},{"e":"\uD83E\uDDC3","d":"beverage box","c":3,"a":["beverage_box"]},{"e":"\uD83E\uDDC9","d":"mate","c":3,"a":["mate"]},{"e":"\uD83E\uDDCA","d":"ice","c":3,"a":["ice_cube"]},{"e":"\uD83E\uDD62","d":"chopsticks","c":3,"a":["chopsticks"]},{"e":"\uD83C\uDF7D️","d":"fork and knife with plate","c":3,"a":["plate_with_cutlery"],"t":["dining","dinner"]},{"e":"\uD83C\uDF74","d":"fork and knife","c":3,"a":["fork_and_knife"],"t":["cutlery"]},{"e":"\uD83E\uDD44","d":"spoon","c":3,"a":["spoon"]},{"e":"\uD83D\uDD2A","d":"kitchen knife","c":3,"a":["hocho","knife"],"t":["cut","chop"]},{"e":"\uD83C\uDFFA","d":"amphora","c":3,"a":["amphora"]},{"e":"\uD83C\uDF0D","d":"globe showing Europe-Africa","c":4,"a":["earth_africa"],"t":["globe","world","international"]},{"e":"\uD83C\uDF0E","d":"globe showing Americas","c":4,"a":["earth_americas"],"t":["globe","world","international"]},{"e":"\uD83C\uDF0F","d":"globe showing Asia-Australia","c":4,"a":["earth_asia"],"t":["globe","world","international"]},{"e":"\uD83C\uDF10","d":"globe with meridians","c":4,"a":["globe_with_meridians"],"t":["world","global","international"]},{"e":"\uD83D\uDDFA️","d":"world map","c":4,"a":["world_map"],"t":["travel"]},{"e":"\uD83D\uDDFE","d":"map of Japan","c":4,"a":["japan"]},{"e":"\uD83E\uDDED","d":"compass","c":4,"a":["compass"]},{"e":"\uD83C\uDFD4️","d":"snow-capped mountain","c":4,"a":["mountain_snow"]},{"e":"⛰️","d":"mountain","c":4,"a":["mountain"]},{"e":"\uD83C\uDF0B","d":"volcano","c":4,"a":["volcano"]},{"e":"\uD83D\uDDFB","d":"mount fuji","c":4,"a":["mount_fuji"]},{"e":"\uD83C\uDFD5️","d":"camping","c":4,"a":["camping"]},{"e":"\uD83C\uDFD6️","d":"beach with umbrella","c":4,"a":["beach_umbrella"]},{"e":"\uD83C\uDFDC️","d":"desert","c":4,"a":["desert"]},{"e":"\uD83C\uDFDD️","d":"desert island","c":4,"a":["desert_island"]},{"e":"\uD83C\uDFDE️","d":"national park","c":4,"a":["national_park"]},{"e":"\uD83C\uDFDF️","d":"stadium","c":4,"a":["stadium"]},{"e":"\uD83C\uDFDB️","d":"classical building","c":4,"a":["classical_building"]},{"e":"\uD83C\uDFD7️","d":"building construction","c":4,"a":["building_construction"]},{"e":"\uD83E\uDDF1","d":"brick","c":4,"a":["bricks"]},{"e":"\uD83E\uDEA8","d":"rock","c":4,"a":["rock"]},{"e":"\uD83E\uDEB5","d":"wood","c":4,"a":["wood"]},{"e":"\uD83D\uDED6","d":"hut","c":4,"a":["hut"]},{"e":"\uD83C\uDFD8️","d":"houses","c":4,"a":["houses"]},{"e":"\uD83C\uDFDA️","d":"derelict house","c":4,"a":["derelict_house"]},{"e":"\uD83C\uDFE0","d":"house","c":4,"a":["house"]},{"e":"\uD83C\uDFE1","d":"house with garden","c":4,"a":["house_with_garden"]},{"e":"\uD83C\uDFE2","d":"office building","c":4,"a":["office"]},{"e":"\uD83C\uDFE3","d":"Japanese post office","c":4,"a":["post_office"]},{"e":"\uD83C\uDFE4","d":"post office","c":4,"a":["european_post_office"]},{"e":"\uD83C\uDFE5","d":"hospital","c":4,"a":["hospital"]},{"e":"\uD83C\uDFE6","d":"bank","c":4,"a":["bank"]},{"e":"\uD83C\uDFE8","d":"hotel","c":4,"a":["hotel"]},{"e":"\uD83C\uDFE9","d":"love hotel","c":4,"a":["love_hotel"]},{"e":"\uD83C\uDFEA","d":"convenience store","c":4,"a":["convenience_store"]},{"e":"\uD83C\uDFEB","d":"school","c":4,"a":["school"]},{"e":"\uD83C\uDFEC","d":"department store","c":4,"a":["department_store"]},{"e":"\uD83C\uDFED","d":"factory","c":4,"a":["factory"]},{"e":"\uD83C\uDFEF","d":"Japanese castle","c":4,"a":["japanese_castle"]},{"e":"\uD83C\uDFF0","d":"castle","c":4,"a":["european_castle"]},{"e":"\uD83D\uDC92","d":"wedding","c":4,"a":["wedding"],"t":["marriage"]},{"e":"\uD83D\uDDFC","d":"Tokyo tower","c":4,"a":["tokyo_tower"]},{"e":"\uD83D\uDDFD","d":"Statue of Liberty","c":4,"a":["statue_of_liberty"]},{"e":"⛪","d":"church","c":4,"a":["church"]},{"e":"\uD83D\uDD4C","d":"mosque","c":4,"a":["mosque"]},{"e":"\uD83D\uDED5","d":"hindu temple","c":4,"a":["hindu_temple"]},{"e":"\uD83D\uDD4D","d":"synagogue","c":4,"a":["synagogue"]},{"e":"⛩️","d":"shinto shrine","c":4,"a":["shinto_shrine"]},{"e":"\uD83D\uDD4B","d":"kaaba","c":4,"a":["kaaba"]},{"e":"⛲","d":"fountain","c":4,"a":["fountain"]},{"e":"⛺","d":"tent","c":4,"a":["tent"],"t":["camping"]},{"e":"\uD83C\uDF01","d":"foggy","c":4,"a":["foggy"],"t":["karl"]},{"e":"\uD83C\uDF03","d":"night with stars","c":4,"a":["night_with_stars"]},{"e":"\uD83C\uDFD9️","d":"cityscape","c":4,"a":["cityscape"],"t":["skyline"]},{"e":"\uD83C\uDF04","d":"sunrise over mountains","c":4,"a":["sunrise_over_mountains"]},{"e":"\uD83C\uDF05","d":"sunrise","c":4,"a":["sunrise"]},{"e":"\uD83C\uDF06","d":"cityscape at dusk","c":4,"a":["city_sunset"]},{"e":"\uD83C\uDF07","d":"sunset","c":4,"a":["city_sunrise"]},{"e":"\uD83C\uDF09","d":"bridge at night","c":4,"a":["bridge_at_night"]},{"e":"♨️","d":"hot springs","c":4,"a":["hotsprings"]},{"e":"\uD83C\uDFA0","d":"carousel horse","c":4,"a":["carousel_horse"]},{"e":"\uD83C\uDFA1","d":"ferris wheel","c":4,"a":["ferris_wheel"]},{"e":"\uD83C\uDFA2","d":"roller coaster","c":4,"a":["roller_coaster"]},{"e":"\uD83D\uDC88","d":"barber pole","c":4,"a":["barber"]},{"e":"\uD83C\uDFAA","d":"circus tent","c":4,"a":["circus_tent"]},{"e":"\uD83D\uDE82","d":"locomotive","c":4,"a":["steam_locomotive"],"t":["train"]},{"e":"\uD83D\uDE83","d":"railway car","c":4,"a":["railway_car"]},{"e":"\uD83D\uDE84","d":"high-speed train","c":4,"a":["bullettrain_side"],"t":["train"]},{"e":"\uD83D\uDE85","d":"bullet train","c":4,"a":["bullettrain_front"],"t":["train"]},{"e":"\uD83D\uDE86","d":"train","c":4,"a":["train2"]},{"e":"\uD83D\uDE87","d":"metro","c":4,"a":["metro"]},{"e":"\uD83D\uDE88","d":"light rail","c":4,"a":["light_rail"]},{"e":"\uD83D\uDE89","d":"station","c":4,"a":["station"]},{"e":"\uD83D\uDE8A","d":"tram","c":4,"a":["tram"]},{"e":"\uD83D\uDE9D","d":"monorail","c":4,"a":["monorail"]},{"e":"\uD83D\uDE9E","d":"mountain railway","c":4,"a":["mountain_railway"]},{"e":"\uD83D\uDE8B","d":"tram car","c":4,"a":["train"]},{"e":"\uD83D\uDE8C","d":"bus","c":4,"a":["bus"]},{"e":"\uD83D\uDE8D","d":"oncoming bus","c":4,"a":["oncoming_bus"]},{"e":"\uD83D\uDE8E","d":"trolleybus","c":4,"a":["trolleybus"]},{"e":"\uD83D\uDE90","d":"minibus","c":4,"a":["minibus"]},{"e":"\uD83D\uDE91","d":"ambulance","c":4,"a":["ambulance"]},{"e":"\uD83D\uDE92","d":"fire engine","c":4,"a":["fire_engine"]},{"e":"\uD83D\uDE93","d":"police car","c":4,"a":["police_car"]},{"e":"\uD83D\uDE94","d":"oncoming police car","c":4,"a":["oncoming_police_car"]},{"e":"\uD83D\uDE95","d":"taxi","c":4,"a":["taxi"]},{"e":"\uD83D\uDE96","d":"oncoming taxi","c":4,"a":["oncoming_taxi"]},{"e":"\uD83D\uDE97","d":"automobile","c":4,"a":["car","red_car"]},{"e":"\uD83D\uDE98","d":"oncoming automobile","c":4,"a":["oncoming_automobile"]},{"e":"\uD83D\uDE99","d":"sport utility vehicle","c":4,"a":["blue_car"]},{"e":"\uD83D\uDEFB","d":"pickup truck","c":4,"a":["pickup_truck"]},{"e":"\uD83D\uDE9A","d":"delivery truck","c":4,"a":["truck"]},{"e":"\uD83D\uDE9B","d":"articulated lorry","c":4,"a":["articulated_lorry"]},{"e":"\uD83D\uDE9C","d":"tractor","c":4,"a":["tractor"]},{"e":"\uD83C\uDFCE️","d":"racing car","c":4,"a":["racing_car"]},{"e":"\uD83C\uDFCD️","d":"motorcycle","c":4,"a":["motorcycle"]},{"e":"\uD83D\uDEF5","d":"motor scooter","c":4,"a":["motor_scooter"]},{"e":"\uD83E\uDDBD","d":"manual wheelchair","c":4,"a":["manual_wheelchair"]},{"e":"\uD83E\uDDBC","d":"motorized wheelchair","c":4,"a":["motorized_wheelchair"]},{"e":"\uD83D\uDEFA","d":"auto rickshaw","c":4,"a":["auto_rickshaw"]},{"e":"\uD83D\uDEB2","d":"bicycle","c":4,"a":["bike"],"t":["bicycle"]},{"e":"\uD83D\uDEF4","d":"kick scooter","c":4,"a":["kick_scooter"]},{"e":"\uD83D\uDEF9","d":"skateboard","c":4,"a":["skateboard"]},{"e":"\uD83D\uDEFC","d":"roller skate","c":4,"a":["roller_skate"]},{"e":"\uD83D\uDE8F","d":"bus stop","c":4,"a":["busstop"]},{"e":"\uD83D\uDEE3️","d":"motorway","c":4,"a":["motorway"]},{"e":"\uD83D\uDEE4️","d":"railway track","c":4,"a":["railway_track"]},{"e":"\uD83D\uDEE2️","d":"oil drum","c":4,"a":["oil_drum"]},{"e":"⛽","d":"fuel pump","c":4,"a":["fuelpump"]},{"e":"\uD83D\uDEA8","d":"police car light","c":4,"a":["rotating_light"],"t":["911","emergency"]},{"e":"\uD83D\uDEA5","d":"horizontal traffic light","c":4,"a":["traffic_light"]},{"e":"\uD83D\uDEA6","d":"vertical traffic light","c":4,"a":["vertical_traffic_light"],"t":["semaphore"]},{"e":"\uD83D\uDED1","d":"stop sign","c":4,"a":["stop_sign"]},{"e":"\uD83D\uDEA7","d":"construction","c":4,"a":["construction"],"t":["wip"]},{"e":"⚓","d":"anchor","c":4,"a":["anchor"],"t":["ship"]},{"e":"⛵","d":"sailboat","c":4,"a":["boat","sailboat"]},{"e":"\uD83D\uDEF6","d":"canoe","c":4,"a":["canoe"]},{"e":"\uD83D\uDEA4","d":"speedboat","c":4,"a":["speedboat"],"t":["ship"]},{"e":"\uD83D\uDEF3️","d":"passenger ship","c":4,"a":["passenger_ship"],"t":["cruise"]},{"e":"⛴️","d":"ferry","c":4,"a":["ferry"]},{"e":"\uD83D\uDEE5️","d":"motor boat","c":4,"a":["motor_boat"]},{"e":"\uD83D\uDEA2","d":"ship","c":4,"a":["ship"]},{"e":"✈️","d":"airplane","c":4,"a":["airplane"],"t":["flight"]},{"e":"\uD83D\uDEE9️","d":"small airplane","c":4,"a":["small_airplane"],"t":["flight"]},{"e":"\uD83D\uDEEB","d":"airplane departure","c":4,"a":["flight_departure"]},{"e":"\uD83D\uDEEC","d":"airplane arrival","c":4,"a":["flight_arrival"]},{"e":"\uD83E\uDE82","d":"parachute","c":4,"a":["parachute"]},{"e":"\uD83D\uDCBA","d":"seat","c":4,"a":["seat"]},{"e":"\uD83D\uDE81","d":"helicopter","c":4,"a":["helicopter"]},{"e":"\uD83D\uDE9F","d":"suspension railway","c":4,"a":["suspension_railway"]},{"e":"\uD83D\uDEA0","d":"mountain cableway","c":4,"a":["mountain_cableway"]},{"e":"\uD83D\uDEA1","d":"aerial tramway","c":4,"a":["aerial_tramway"]},{"e":"\uD83D\uDEF0️","d":"satellite","c":4,"a":["artificial_satellite"],"t":["orbit","space"]},{"e":"\uD83D\uDE80","d":"rocket","c":4,"a":["rocket"],"t":["ship","launch"]},{"e":"\uD83D\uDEF8","d":"flying saucer","c":4,"a":["flying_saucer"],"t":["ufo"]},{"e":"\uD83D\uDECE️","d":"bellhop bell","c":4,"a":["bellhop_bell"]},{"e":"\uD83E\uDDF3","d":"luggage","c":4,"a":["luggage"]},{"e":"⌛","d":"hourglass done","c":4,"a":["hourglass"],"t":["time"]},{"e":"⏳","d":"hourglass not done","c":4,"a":["hourglass_flowing_sand"],"t":["time"]},{"e":"⌚","d":"watch","c":4,"a":["watch"],"t":["time"]},{"e":"⏰","d":"alarm clock","c":4,"a":["alarm_clock"],"t":["morning"]},{"e":"⏱️","d":"stopwatch","c":4,"a":["stopwatch"]},{"e":"⏲️","d":"timer clock","c":4,"a":["timer_clock"]},{"e":"\uD83D\uDD70️","d":"mantelpiece clock","c":4,"a":["mantelpiece_clock"]},{"e":"\uD83D\uDD5B","d":"twelve o’clock","c":4,"a":["clock12"]},{"e":"\uD83D\uDD67","d":"twelve-thirty","c":4,"a":["clock1230"]},{"e":"\uD83D\uDD50","d":"one o’clock","c":4,"a":["clock1"]},{"e":"\uD83D\uDD5C","d":"one-thirty","c":4,"a":["clock130"]},{"e":"\uD83D\uDD51","d":"two o’clock","c":4,"a":["clock2"]},{"e":"\uD83D\uDD5D","d":"two-thirty","c":4,"a":["clock230"]},{"e":"\uD83D\uDD52","d":"three o’clock","c":4,"a":["clock3"]},{"e":"\uD83D\uDD5E","d":"three-thirty","c":4,"a":["clock330"]},{"e":"\uD83D\uDD53","d":"four o’clock","c":4,"a":["clock4"]},{"e":"\uD83D\uDD5F","d":"four-thirty","c":4,"a":["clock430"]},{"e":"\uD83D\uDD54","d":"five o’clock","c":4,"a":["clock5"]},{"e":"\uD83D\uDD60","d":"five-thirty","c":4,"a":["clock530"]},{"e":"\uD83D\uDD55","d":"six o’clock","c":4,"a":["clock6"]},{"e":"\uD83D\uDD61","d":"six-thirty","c":4,"a":["clock630"]},{"e":"\uD83D\uDD56","d":"seven o’clock","c":4,"a":["clock7"]},{"e":"\uD83D\uDD62","d":"seven-thirty","c":4,"a":["clock730"]},{"e":"\uD83D\uDD57","d":"eight o’clock","c":4,"a":["clock8"]},{"e":"\uD83D\uDD63","d":"eight-thirty","c":4,"a":["clock830"]},{"e":"\uD83D\uDD58","d":"nine o’clock","c":4,"a":["clock9"]},{"e":"\uD83D\uDD64","d":"nine-thirty","c":4,"a":["clock930"]},{"e":"\uD83D\uDD59","d":"ten o’clock","c":4,"a":["clock10"]},{"e":"\uD83D\uDD65","d":"ten-thirty","c":4,"a":["clock1030"]},{"e":"\uD83D\uDD5A","d":"eleven o’clock","c":4,"a":["clock11"]},{"e":"\uD83D\uDD66","d":"eleven-thirty","c":4,"a":["clock1130"]},{"e":"\uD83C\uDF11","d":"new moon","c":4,"a":["new_moon"]},{"e":"\uD83C\uDF12","d":"waxing crescent moon","c":4,"a":["waxing_crescent_moon"]},{"e":"\uD83C\uDF13","d":"first quarter moon","c":4,"a":["first_quarter_moon"]},{"e":"\uD83C\uDF14","d":"waxing gibbous moon","c":4,"a":["moon","waxing_gibbous_moon"]},{"e":"\uD83C\uDF15","d":"full moon","c":4,"a":["full_moon"]},{"e":"\uD83C\uDF16","d":"waning gibbous moon","c":4,"a":["waning_gibbous_moon"]},{"e":"\uD83C\uDF17","d":"last quarter moon","c":4,"a":["last_quarter_moon"]},{"e":"\uD83C\uDF18","d":"waning crescent moon","c":4,"a":["waning_crescent_moon"]},{"e":"\uD83C\uDF19","d":"crescent moon","c":4,"a":["crescent_moon"],"t":["night"]},{"e":"\uD83C\uDF1A","d":"new moon face","c":4,"a":["new_moon_with_face"]},{"e":"\uD83C\uDF1B","d":"first quarter moon face","c":4,"a":["first_quarter_moon_with_face"]},{"e":"\uD83C\uDF1C","d":"last quarter moon face","c":4,"a":["last_quarter_moon_with_face"]},{"e":"\uD83C\uDF21️","d":"thermometer","c":4,"a":["thermometer"]},{"e":"☀️","d":"sun","c":4,"a":["sunny"],"t":["weather"]},{"e":"\uD83C\uDF1D","d":"full moon face","c":4,"a":["full_moon_with_face"]},{"e":"\uD83C\uDF1E","d":"sun with face","c":4,"a":["sun_with_face"],"t":["summer"]},{"e":"\uD83E\uDE90","d":"ringed planet","c":4,"a":["ringed_planet"]},{"e":"⭐","d":"star","c":4,"a":["star"]},{"e":"\uD83C\uDF1F","d":"glowing star","c":4,"a":["star2"]},{"e":"\uD83C\uDF20","d":"shooting star","c":4,"a":["stars"]},{"e":"\uD83C\uDF0C","d":"milky way","c":4,"a":["milky_way"]},{"e":"☁️","d":"cloud","c":4,"a":["cloud"]},{"e":"⛅","d":"sun behind cloud","c":4,"a":["partly_sunny"],"t":["weather","cloud"]},{"e":"⛈️","d":"cloud with lightning and rain","c":4,"a":["cloud_with_lightning_and_rain"]},{"e":"\uD83C\uDF24️","d":"sun behind small cloud","c":4,"a":["sun_behind_small_cloud"]},{"e":"\uD83C\uDF25️","d":"sun behind large cloud","c":4,"a":["sun_behind_large_cloud"]},{"e":"\uD83C\uDF26️","d":"sun behind rain cloud","c":4,"a":["sun_behind_rain_cloud"]},{"e":"\uD83C\uDF27️","d":"cloud with rain","c":4,"a":["cloud_with_rain"]},{"e":"\uD83C\uDF28️","d":"cloud with snow","c":4,"a":["cloud_with_snow"]},{"e":"\uD83C\uDF29️","d":"cloud with lightning","c":4,"a":["cloud_with_lightning"]},{"e":"\uD83C\uDF2A️","d":"tornado","c":4,"a":["tornado"]},{"e":"\uD83C\uDF2B️","d":"fog","c":4,"a":["fog"]},{"e":"\uD83C\uDF2C️","d":"wind face","c":4,"a":["wind_face"]},{"e":"\uD83C\uDF00","d":"cyclone","c":4,"a":["cyclone"],"t":["swirl"]},{"e":"\uD83C\uDF08","d":"rainbow","c":4,"a":["rainbow"]},{"e":"\uD83C\uDF02","d":"closed umbrella","c":4,"a":["closed_umbrella"],"t":["weather","rain"]},{"e":"☂️","d":"umbrella","c":4,"a":["open_umbrella"]},{"e":"☔","d":"umbrella with rain drops","c":4,"a":["umbrella"],"t":["rain","weather"]},{"e":"⛱️","d":"umbrella on ground","c":4,"a":["parasol_on_ground"],"t":["beach_umbrella"]},{"e":"⚡","d":"high voltage","c":4,"a":["zap"],"t":["lightning","thunder"]},{"e":"❄️","d":"snowflake","c":4,"a":["snowflake"],"t":["winter","cold","weather"]},{"e":"☃️","d":"snowman","c":4,"a":["snowman_with_snow"],"t":["winter","christmas"]},{"e":"⛄","d":"snowman without snow","c":4,"a":["snowman"],"t":["winter"]},{"e":"☄️","d":"comet","c":4,"a":["comet"]},{"e":"\uD83D\uDD25","d":"fire","c":4,"a":["fire"],"t":["burn"]},{"e":"\uD83D\uDCA7","d":"droplet","c":4,"a":["droplet"],"t":["water"]},{"e":"\uD83C\uDF0A","d":"water wave","c":4,"a":["ocean"],"t":["sea"]},{"e":"\uD83C\uDF83","d":"jack-o-lantern","c":5,"a":["jack_o_lantern"],"t":["halloween"]},{"e":"\uD83C\uDF84","d":"Christmas tree","c":5,"a":["christmas_tree"]},{"e":"\uD83C\uDF86","d":"fireworks","c":5,"a":["fireworks"],"t":["festival","celebration"]},{"e":"\uD83C\uDF87","d":"sparkler","c":5,"a":["sparkler"]},{"e":"\uD83E\uDDE8","d":"firecracker","c":5,"a":["firecracker"]},{"e":"✨","d":"sparkles","c":5,"a":["sparkles"],"t":["shiny"]},{"e":"\uD83C\uDF88","d":"balloon","c":5,"a":["balloon"],"t":["party","birthday"]},{"e":"\uD83C\uDF89","d":"party popper","c":5,"a":["tada"],"t":["hooray","party"]},{"e":"\uD83C\uDF8A","d":"confetti ball","c":5,"a":["confetti_ball"]},{"e":"\uD83C\uDF8B","d":"tanabata tree","c":5,"a":["tanabata_tree"]},{"e":"\uD83C\uDF8D","d":"pine decoration","c":5,"a":["bamboo"]},{"e":"\uD83C\uDF8E","d":"Japanese dolls","c":5,"a":["dolls"]},{"e":"\uD83C\uDF8F","d":"carp streamer","c":5,"a":["flags"]},{"e":"\uD83C\uDF90","d":"wind chime","c":5,"a":["wind_chime"]},{"e":"\uD83C\uDF91","d":"moon viewing ceremony","c":5,"a":["rice_scene"]},{"e":"\uD83E\uDDE7","d":"red envelope","c":5,"a":["red_envelope"]},{"e":"\uD83C\uDF80","d":"ribbon","c":5,"a":["ribbon"]},{"e":"\uD83C\uDF81","d":"wrapped gift","c":5,"a":["gift"],"t":["present","birthday","christmas"]},{"e":"\uD83C\uDF97️","d":"reminder ribbon","c":5,"a":["reminder_ribbon"]},{"e":"\uD83C\uDF9F️","d":"admission tickets","c":5,"a":["tickets"]},{"e":"\uD83C\uDFAB","d":"ticket","c":5,"a":["ticket"]},{"e":"\uD83C\uDF96️","d":"military medal","c":5,"a":["medal_military"]},{"e":"\uD83C\uDFC6","d":"trophy","c":5,"a":["trophy"],"t":["award","contest","winner"]},{"e":"\uD83C\uDFC5","d":"sports medal","c":5,"a":["medal_sports"],"t":["gold","winner"]},{"e":"\uD83E\uDD47","d":"1st place medal","c":5,"a":["1st_place_medal"],"t":["gold"]},{"e":"\uD83E\uDD48","d":"2nd place medal","c":5,"a":["2nd_place_medal"],"t":["silver"]},{"e":"\uD83E\uDD49","d":"3rd place medal","c":5,"a":["3rd_place_medal"],"t":["bronze"]},{"e":"⚽","d":"soccer ball","c":5,"a":["soccer"],"t":["sports"]},{"e":"⚾","d":"baseball","c":5,"a":["baseball"],"t":["sports"]},{"e":"\uD83E\uDD4E","d":"softball","c":5,"a":["softball"]},{"e":"\uD83C\uDFC0","d":"basketball","c":5,"a":["basketball"],"t":["sports"]},{"e":"\uD83C\uDFD0","d":"volleyball","c":5,"a":["volleyball"]},{"e":"\uD83C\uDFC8","d":"american football","c":5,"a":["football"],"t":["sports"]},{"e":"\uD83C\uDFC9","d":"rugby football","c":5,"a":["rugby_football"]},{"e":"\uD83C\uDFBE","d":"tennis","c":5,"a":["tennis"],"t":["sports"]},{"e":"\uD83E\uDD4F","d":"flying disc","c":5,"a":["flying_disc"]},{"e":"\uD83C\uDFB3","d":"bowling","c":5,"a":["bowling"]},{"e":"\uD83C\uDFCF","d":"cricket game","c":5,"a":["cricket_game"]},{"e":"\uD83C\uDFD1","d":"field hockey","c":5,"a":["field_hockey"]},{"e":"\uD83C\uDFD2","d":"ice hockey","c":5,"a":["ice_hockey"]},{"e":"\uD83E\uDD4D","d":"lacrosse","c":5,"a":["lacrosse"]},{"e":"\uD83C\uDFD3","d":"ping pong","c":5,"a":["ping_pong"]},{"e":"\uD83C\uDFF8","d":"badminton","c":5,"a":["badminton"]},{"e":"\uD83E\uDD4A","d":"boxing glove","c":5,"a":["boxing_glove"]},{"e":"\uD83E\uDD4B","d":"martial arts uniform","c":5,"a":["martial_arts_uniform"]},{"e":"\uD83E\uDD45","d":"goal net","c":5,"a":["goal_net"]},{"e":"⛳","d":"flag in hole","c":5,"a":["golf"]},{"e":"⛸️","d":"ice skate","c":5,"a":["ice_skate"],"t":["skating"]},{"e":"\uD83C\uDFA3","d":"fishing pole","c":5,"a":["fishing_pole_and_fish"]},{"e":"\uD83E\uDD3F","d":"diving mask","c":5,"a":["diving_mask"]},{"e":"\uD83C\uDFBD","d":"running shirt","c":5,"a":["running_shirt_with_sash"],"t":["marathon"]},{"e":"\uD83C\uDFBF","d":"skis","c":5,"a":["ski"]},{"e":"\uD83D\uDEF7","d":"sled","c":5,"a":["sled"]},{"e":"\uD83E\uDD4C","d":"curling stone","c":5,"a":["curling_stone"]},{"e":"\uD83C\uDFAF","d":"direct hit","c":5,"a":["dart"],"t":["target"]},{"e":"\uD83E\uDE80","d":"yo-yo","c":5,"a":["yo_yo"]},{"e":"\uD83E\uDE81","d":"kite","c":5,"a":["kite"]},{"e":"\uD83C\uDFB1","d":"pool 8 ball","c":5,"a":["8ball"],"t":["pool","billiards"]},{"e":"\uD83D\uDD2E","d":"crystal ball","c":5,"a":["crystal_ball"],"t":["fortune"]},{"e":"\uD83E\uDE84","d":"magic wand","c":5,"a":["magic_wand"]},{"e":"\uD83E\uDDFF","d":"nazar amulet","c":5,"a":["nazar_amulet"]},{"e":"\uD83C\uDFAE","d":"video game","c":5,"a":["video_game"],"t":["play","controller","console"]},{"e":"\uD83D\uDD79️","d":"joystick","c":5,"a":["joystick"]},{"e":"\uD83C\uDFB0","d":"slot machine","c":5,"a":["slot_machine"]},{"e":"\uD83C\uDFB2","d":"game die","c":5,"a":["game_die"],"t":["dice","gambling"]},{"e":"\uD83E\uDDE9","d":"puzzle piece","c":5,"a":["jigsaw"]},{"e":"\uD83E\uDDF8","d":"teddy bear","c":5,"a":["teddy_bear"]},{"e":"\uD83E\uDE85","d":"pi\xf1ata","c":5,"a":["pinata"]},{"e":"\uD83E\uDE86","d":"nesting dolls","c":5,"a":["nesting_dolls"]},{"e":"♠️","d":"spade suit","c":5,"a":["spades"]},{"e":"♥️","d":"heart suit","c":5,"a":["hearts"]},{"e":"♦️","d":"diamond suit","c":5,"a":["diamonds"]},{"e":"♣️","d":"club suit","c":5,"a":["clubs"]},{"e":"♟️","d":"chess pawn","c":5,"a":["chess_pawn"]},{"e":"\uD83C\uDCCF","d":"joker","c":5,"a":["black_joker"]},{"e":"\uD83C\uDC04","d":"mahjong red dragon","c":5,"a":["mahjong"]},{"e":"\uD83C\uDFB4","d":"flower playing cards","c":5,"a":["flower_playing_cards"]},{"e":"\uD83C\uDFAD","d":"performing arts","c":5,"a":["performing_arts"],"t":["theater","drama"]},{"e":"\uD83D\uDDBC️","d":"framed picture","c":5,"a":["framed_picture"]},{"e":"\uD83C\uDFA8","d":"artist palette","c":5,"a":["art"],"t":["design","paint"]},{"e":"\uD83E\uDDF5","d":"thread","c":5,"a":["thread"]},{"e":"\uD83E\uDEA1","d":"sewing needle","c":5,"a":["sewing_needle"]},{"e":"\uD83E\uDDF6","d":"yarn","c":5,"a":["yarn"]},{"e":"\uD83E\uDEA2","d":"knot","c":5,"a":["knot"]},{"e":"\uD83D\uDC53","d":"glasses","c":6,"a":["eyeglasses"],"t":["glasses"]},{"e":"\uD83D\uDD76️","d":"sunglasses","c":6,"a":["dark_sunglasses"]},{"e":"\uD83E\uDD7D","d":"goggles","c":6,"a":["goggles"]},{"e":"\uD83E\uDD7C","d":"lab coat","c":6,"a":["lab_coat"]},{"e":"\uD83E\uDDBA","d":"safety vest","c":6,"a":["safety_vest"]},{"e":"\uD83D\uDC54","d":"necktie","c":6,"a":["necktie"],"t":["shirt","formal"]},{"e":"\uD83D\uDC55","d":"t-shirt","c":6,"a":["shirt","tshirt"]},{"e":"\uD83D\uDC56","d":"jeans","c":6,"a":["jeans"],"t":["pants"]},{"e":"\uD83E\uDDE3","d":"scarf","c":6,"a":["scarf"]},{"e":"\uD83E\uDDE4","d":"gloves","c":6,"a":["gloves"]},{"e":"\uD83E\uDDE5","d":"coat","c":6,"a":["coat"]},{"e":"\uD83E\uDDE6","d":"socks","c":6,"a":["socks"]},{"e":"��","d":"dress","c":6,"a":["dress"]},{"e":"\uD83D\uDC58","d":"kimono","c":6,"a":["kimono"]},{"e":"\uD83E\uDD7B","d":"sari","c":6,"a":["sari"]},{"e":"\uD83E\uDE71","d":"one-piece swimsuit","c":6,"a":["one_piece_swimsuit"]},{"e":"\uD83E\uDE72","d":"briefs","c":6,"a":["swim_brief"]},{"e":"\uD83E\uDE73","d":"shorts","c":6,"a":["shorts"]},{"e":"\uD83D\uDC59","d":"bikini","c":6,"a":["bikini"],"t":["beach"]},{"e":"\uD83D\uDC5A","d":"woman’s clothes","c":6,"a":["womans_clothes"]},{"e":"\uD83D\uDC5B","d":"purse","c":6,"a":["purse"]},{"e":"\uD83D\uDC5C","d":"handbag","c":6,"a":["handbag"],"t":["bag"]},{"e":"\uD83D\uDC5D","d":"clutch bag","c":6,"a":["pouch"],"t":["bag"]},{"e":"\uD83D\uDECD️","d":"shopping bags","c":6,"a":["shopping"],"t":["bags"]},{"e":"\uD83C\uDF92","d":"backpack","c":6,"a":["school_satchel"]},{"e":"\uD83E\uDE74","d":"thong sandal","c":6,"a":["thong_sandal"]},{"e":"\uD83D\uDC5E","d":"man’s shoe","c":6,"a":["mans_shoe","shoe"]},{"e":"\uD83D\uDC5F","d":"running shoe","c":6,"a":["athletic_shoe"],"t":["sneaker","sport","running"]},{"e":"\uD83E\uDD7E","d":"hiking boot","c":6,"a":["hiking_boot"]},{"e":"\uD83E\uDD7F","d":"flat shoe","c":6,"a":["flat_shoe"]},{"e":"\uD83D\uDC60","d":"high-heeled shoe","c":6,"a":["high_heel"],"t":["shoe"]},{"e":"\uD83D\uDC61","d":"woman’s sandal","c":6,"a":["sandal"],"t":["shoe"]},{"e":"\uD83E\uDE70","d":"ballet shoes","c":6,"a":["ballet_shoes"]},{"e":"\uD83D\uDC62","d":"woman’s boot","c":6,"a":["boot"]},{"e":"\uD83D\uDC51","d":"crown","c":6,"a":["crown"],"t":["king","queen","royal"]},{"e":"\uD83D\uDC52","d":"woman’s hat","c":6,"a":["womans_hat"]},{"e":"\uD83C\uDFA9","d":"top hat","c":6,"a":["tophat"],"t":["hat","classy"]},{"e":"\uD83C\uDF93","d":"graduation cap","c":6,"a":["mortar_board"],"t":["education","college","university","graduation"]},{"e":"\uD83E\uDDE2","d":"billed cap","c":6,"a":["billed_cap"]},{"e":"\uD83E\uDE96","d":"military helmet","c":6,"a":["military_helmet"]},{"e":"⛑️","d":"rescue worker’s helmet","c":6,"a":["rescue_worker_helmet"]},{"e":"\uD83D\uDCFF","d":"prayer beads","c":6,"a":["prayer_beads"]},{"e":"\uD83D\uDC84","d":"lipstick","c":6,"a":["lipstick"],"t":["makeup"]},{"e":"\uD83D\uDC8D","d":"ring","c":6,"a":["ring"],"t":["wedding","marriage","engaged"]},{"e":"\uD83D\uDC8E","d":"gem stone","c":6,"a":["gem"],"t":["diamond"]},{"e":"\uD83D\uDD07","d":"muted speaker","c":6,"a":["mute"],"t":["sound","volume"]},{"e":"\uD83D\uDD08","d":"speaker low volume","c":6,"a":["speaker"]},{"e":"\uD83D\uDD09","d":"speaker medium volume","c":6,"a":["sound"],"t":["volume"]},{"e":"\uD83D\uDD0A","d":"speaker high volume","c":6,"a":["loud_sound"],"t":["volume"]},{"e":"\uD83D\uDCE2","d":"loudspeaker","c":6,"a":["loudspeaker"],"t":["announcement"]},{"e":"\uD83D\uDCE3","d":"megaphone","c":6,"a":["mega"]},{"e":"\uD83D\uDCEF","d":"postal horn","c":6,"a":["postal_horn"]},{"e":"\uD83D\uDD14","d":"bell","c":6,"a":["bell"],"t":["sound","notification"]},{"e":"\uD83D\uDD15","d":"bell with slash","c":6,"a":["no_bell"],"t":["volume","off"]},{"e":"\uD83C\uDFBC","d":"musical score","c":6,"a":["musical_score"]},{"e":"\uD83C\uDFB5","d":"musical note","c":6,"a":["musical_note"]},{"e":"\uD83C\uDFB6","d":"musical notes","c":6,"a":["notes"],"t":["music"]},{"e":"\uD83C\uDF99️","d":"studio microphone","c":6,"a":["studio_microphone"],"t":["podcast"]},{"e":"\uD83C\uDF9A️","d":"level slider","c":6,"a":["level_slider"]},{"e":"\uD83C\uDF9B️","d":"control knobs","c":6,"a":["control_knobs"]},{"e":"\uD83C\uDFA4","d":"microphone","c":6,"a":["microphone"],"t":["sing"]},{"e":"\uD83C\uDFA7","d":"headphone","c":6,"a":["headphones"],"t":["music","earphones"]},{"e":"\uD83D\uDCFB","d":"radio","c":6,"a":["radio"],"t":["podcast"]},{"e":"\uD83C\uDFB7","d":"saxophone","c":6,"a":["saxophone"]},{"e":"\uD83E\uDE97","d":"accordion","c":6,"a":["accordion"]},{"e":"\uD83C\uDFB8","d":"guitar","c":6,"a":["guitar"],"t":["rock"]},{"e":"\uD83C\uDFB9","d":"musical keyboard","c":6,"a":["musical_keyboard"],"t":["piano"]},{"e":"\uD83C\uDFBA","d":"trumpet","c":6,"a":["trumpet"]},{"e":"\uD83C\uDFBB","d":"violin","c":6,"a":["violin"]},{"e":"\uD83E\uDE95","d":"banjo","c":6,"a":["banjo"]},{"e":"\uD83E\uDD41","d":"drum","c":6,"a":["drum"]},{"e":"\uD83E\uDE98","d":"long drum","c":6,"a":["long_drum"]},{"e":"\uD83D\uDCF1","d":"mobile phone","c":6,"a":["iphone"],"t":["smartphone","mobile"]},{"e":"\uD83D\uDCF2","d":"mobile phone with arrow","c":6,"a":["calling"],"t":["call","incoming"]},{"e":"☎️","d":"telephone","c":6,"a":["phone","telephone"]},{"e":"\uD83D\uDCDE","d":"telephone receiver","c":6,"a":["telephone_receiver"],"t":["phone","call"]},{"e":"\uD83D\uDCDF","d":"pager","c":6,"a":["pager"]},{"e":"\uD83D\uDCE0","d":"fax machine","c":6,"a":["fax"]},{"e":"\uD83D\uDD0B","d":"battery","c":6,"a":["battery"],"t":["power"]},{"e":"\uD83D\uDD0C","d":"electric plug","c":6,"a":["electric_plug"]},{"e":"\uD83D\uDCBB","d":"laptop","c":6,"a":["computer"],"t":["desktop","screen"]},{"e":"\uD83D\uDDA5️","d":"desktop computer","c":6,"a":["desktop_computer"]},{"e":"\uD83D\uDDA8️","d":"printer","c":6,"a":["printer"]},{"e":"⌨️","d":"keyboard","c":6,"a":["keyboard"]},{"e":"\uD83D\uDDB1️","d":"computer mouse","c":6,"a":["computer_mouse"]},{"e":"\uD83D\uDDB2️","d":"trackball","c":6,"a":["trackball"]},{"e":"\uD83D\uDCBD","d":"computer disk","c":6,"a":["minidisc"]},{"e":"\uD83D\uDCBE","d":"floppy disk","c":6,"a":["floppy_disk"],"t":["save"]},{"e":"\uD83D\uDCBF","d":"optical disk","c":6,"a":["cd"]},{"e":"\uD83D\uDCC0","d":"dvd","c":6,"a":["dvd"]},{"e":"\uD83E\uDDEE","d":"abacus","c":6,"a":["abacus"]},{"e":"\uD83C\uDFA5","d":"movie camera","c":6,"a":["movie_camera"],"t":["film","video"]},{"e":"\uD83C\uDF9E️","d":"film frames","c":6,"a":["film_strip"]},{"e":"\uD83D\uDCFD️","d":"film projector","c":6,"a":["film_projector"]},{"e":"\uD83C\uDFAC","d":"clapper board","c":6,"a":["clapper"],"t":["film"]},{"e":"\uD83D\uDCFA","d":"television","c":6,"a":["tv"]},{"e":"\uD83D\uDCF7","d":"camera","c":6,"a":["camera"],"t":["photo"]},{"e":"\uD83D\uDCF8","d":"camera with flash","c":6,"a":["camera_flash"],"t":["photo"]},{"e":"\uD83D\uDCF9","d":"video camera","c":6,"a":["video_camera"]},{"e":"\uD83D\uDCFC","d":"videocassette","c":6,"a":["vhs"]},{"e":"\uD83D\uDD0D","d":"magnifying glass tilted left","c":6,"a":["mag"],"t":["search","zoom"]},{"e":"\uD83D\uDD0E","d":"magnifying glass tilted right","c":6,"a":["mag_right"]},{"e":"\uD83D\uDD6F️","d":"candle","c":6,"a":["candle"]},{"e":"\uD83D\uDCA1","d":"light bulb","c":6,"a":["bulb"],"t":["idea","light"]},{"e":"\uD83D\uDD26","d":"flashlight","c":6,"a":["flashlight"]},{"e":"\uD83C\uDFEE","d":"red paper lantern","c":6,"a":["izakaya_lantern","lantern"]},{"e":"\uD83E\uDE94","d":"diya lamp","c":6,"a":["diya_lamp"]},{"e":"\uD83D\uDCD4","d":"notebook with decorative cover","c":6,"a":["notebook_with_decorative_cover"]},{"e":"\uD83D\uDCD5","d":"closed book","c":6,"a":["closed_book"]},{"e":"\uD83D\uDCD6","d":"open book","c":6,"a":["book","open_book"]},{"e":"\uD83D\uDCD7","d":"green book","c":6,"a":["green_book"]},{"e":"\uD83D\uDCD8","d":"blue book","c":6,"a":["blue_book"]},{"e":"\uD83D\uDCD9","d":"orange book","c":6,"a":["orange_book"]},{"e":"\uD83D\uDCDA","d":"books","c":6,"a":["books"],"t":["library"]},{"e":"\uD83D\uDCD3","d":"notebook","c":6,"a":["notebook"]},{"e":"\uD83D\uDCD2","d":"ledger","c":6,"a":["ledger"]},{"e":"\uD83D\uDCC3","d":"page with curl","c":6,"a":["page_with_curl"]},{"e":"\uD83D\uDCDC","d":"scroll","c":6,"a":["scroll"],"t":["document"]},{"e":"\uD83D\uDCC4","d":"page facing up","c":6,"a":["page_facing_up"],"t":["document"]},{"e":"\uD83D\uDCF0","d":"newspaper","c":6,"a":["newspaper"],"t":["press"]},{"e":"\uD83D\uDDDE️","d":"rolled-up newspaper","c":6,"a":["newspaper_roll"],"t":["press"]},{"e":"\uD83D\uDCD1","d":"bookmark tabs","c":6,"a":["bookmark_tabs"]},{"e":"\uD83D\uDD16","d":"bookmark","c":6,"a":["bookmark"]},{"e":"\uD83C\uDFF7️","d":"label","c":6,"a":["label"],"t":["tag"]},{"e":"\uD83D\uDCB0","d":"money bag","c":6,"a":["moneybag"],"t":["dollar","cream"]},{"e":"\uD83E\uDE99","d":"coin","c":6,"a":["coin"]},{"e":"\uD83D\uDCB4","d":"yen banknote","c":6,"a":["yen"]},{"e":"\uD83D\uDCB5","d":"dollar banknote","c":6,"a":["dollar"],"t":["money"]},{"e":"\uD83D\uDCB6","d":"euro banknote","c":6,"a":["euro"]},{"e":"\uD83D\uDCB7","d":"pound banknote","c":6,"a":["pound"]},{"e":"\uD83D\uDCB8","d":"money with wings","c":6,"a":["money_with_wings"],"t":["dollar"]},{"e":"\uD83D\uDCB3","d":"credit card","c":6,"a":["credit_card"],"t":["subscription"]},{"e":"\uD83E\uDDFE","d":"receipt","c":6,"a":["receipt"]},{"e":"\uD83D\uDCB9","d":"chart increasing with yen","c":6,"a":["chart"]},{"e":"✉️","d":"envelope","c":6,"a":["envelope"],"t":["letter","email"]},{"e":"���","d":"e-mail","c":6,"a":["email","e-mail"]},{"e":"\uD83D\uDCE8","d":"incoming envelope","c":6,"a":["incoming_envelope"]},{"e":"\uD83D\uDCE9","d":"envelope with arrow","c":6,"a":["envelope_with_arrow"]},{"e":"\uD83D\uDCE4","d":"outbox tray","c":6,"a":["outbox_tray"]},{"e":"\uD83D\uDCE5","d":"inbox tray","c":6,"a":["inbox_tray"]},{"e":"\uD83D\uDCE6","d":"package","c":6,"a":["package"],"t":["shipping"]},{"e":"\uD83D\uDCEB","d":"closed mailbox with raised flag","c":6,"a":["mailbox"]},{"e":"\uD83D\uDCEA","d":"closed mailbox with lowered flag","c":6,"a":["mailbox_closed"]},{"e":"\uD83D\uDCEC","d":"open mailbox with raised flag","c":6,"a":["mailbox_with_mail"]},{"e":"\uD83D\uDCED","d":"open mailbox with lowered flag","c":6,"a":["mailbox_with_no_mail"]},{"e":"\uD83D\uDCEE","d":"postbox","c":6,"a":["postbox"]},{"e":"\uD83D\uDDF3️","d":"ballot box with ballot","c":6,"a":["ballot_box"]},{"e":"✏️","d":"pencil","c":6,"a":["pencil2"]},{"e":"✒️","d":"black nib","c":6,"a":["black_nib"]},{"e":"\uD83D\uDD8B️","d":"fountain pen","c":6,"a":["fountain_pen"]},{"e":"\uD83D\uDD8A️","d":"pen","c":6,"a":["pen"]},{"e":"\uD83D\uDD8C️","d":"paintbrush","c":6,"a":["paintbrush"]},{"e":"\uD83D\uDD8D️","d":"crayon","c":6,"a":["crayon"]},{"e":"\uD83D\uDCDD","d":"memo","c":6,"a":["memo","pencil"],"t":["document","note"]},{"e":"\uD83D\uDCBC","d":"briefcase","c":6,"a":["briefcase"],"t":["business"]},{"e":"\uD83D\uDCC1","d":"file folder","c":6,"a":["file_folder"],"t":["directory"]},{"e":"\uD83D\uDCC2","d":"open file folder","c":6,"a":["open_file_folder"]},{"e":"\uD83D\uDDC2️","d":"card index dividers","c":6,"a":["card_index_dividers"]},{"e":"\uD83D\uDCC5","d":"calendar","c":6,"a":["date"],"t":["calendar","schedule"]},{"e":"\uD83D\uDCC6","d":"tear-off calendar","c":6,"a":["calendar"],"t":["schedule"]},{"e":"\uD83D\uDDD2️","d":"spiral notepad","c":6,"a":["spiral_notepad"]},{"e":"\uD83D\uDDD3️","d":"spiral calendar","c":6,"a":["spiral_calendar"]},{"e":"\uD83D\uDCC7","d":"card index","c":6,"a":["card_index"]},{"e":"\uD83D\uDCC8","d":"chart increasing","c":6,"a":["chart_with_upwards_trend"],"t":["graph","metrics"]},{"e":"\uD83D\uDCC9","d":"chart decreasing","c":6,"a":["chart_with_downwards_trend"],"t":["graph","metrics"]},{"e":"\uD83D\uDCCA","d":"bar chart","c":6,"a":["bar_chart"],"t":["stats","metrics"]},{"e":"\uD83D\uDCCB","d":"clipboard","c":6,"a":["clipboard"]},{"e":"\uD83D\uDCCC","d":"pushpin","c":6,"a":["pushpin"],"t":["location"]},{"e":"\uD83D\uDCCD","d":"round pushpin","c":6,"a":["round_pushpin"],"t":["location"]},{"e":"\uD83D\uDCCE","d":"paperclip","c":6,"a":["paperclip"]},{"e":"\uD83D\uDD87️","d":"linked paperclips","c":6,"a":["paperclips"]},{"e":"\uD83D\uDCCF","d":"straight ruler","c":6,"a":["straight_ruler"]},{"e":"\uD83D\uDCD0","d":"triangular ruler","c":6,"a":["triangular_ruler"]},{"e":"✂️","d":"scissors","c":6,"a":["scissors"],"t":["cut"]},{"e":"\uD83D\uDDC3️","d":"card file box","c":6,"a":["card_file_box"]},{"e":"\uD83D\uDDC4️","d":"file cabinet","c":6,"a":["file_cabinet"]},{"e":"\uD83D\uDDD1️","d":"wastebasket","c":6,"a":["wastebasket"],"t":["trash"]},{"e":"\uD83D\uDD12","d":"locked","c":6,"a":["lock"],"t":["security","private"]},{"e":"\uD83D\uDD13","d":"unlocked","c":6,"a":["unlock"],"t":["security"]},{"e":"\uD83D\uDD0F","d":"locked with pen","c":6,"a":["lock_with_ink_pen"]},{"e":"\uD83D\uDD10","d":"locked with key","c":6,"a":["closed_lock_with_key"],"t":["security"]},{"e":"\uD83D\uDD11","d":"key","c":6,"a":["key"],"t":["lock","password"]},{"e":"\uD83D\uDDDD️","d":"old key","c":6,"a":["old_key"]},{"e":"\uD83D\uDD28","d":"hammer","c":6,"a":["hammer"],"t":["tool"]},{"e":"\uD83E\uDE93","d":"axe","c":6,"a":["axe"]},{"e":"⛏️","d":"pick","c":6,"a":["pick"]},{"e":"⚒️","d":"hammer and pick","c":6,"a":["hammer_and_pick"]},{"e":"\uD83D\uDEE0️","d":"hammer and wrench","c":6,"a":["hammer_and_wrench"]},{"e":"\uD83D\uDDE1️","d":"dagger","c":6,"a":["dagger"]},{"e":"⚔️","d":"crossed swords","c":6,"a":["crossed_swords"]},{"e":"\uD83D\uDD2B","d":"pistol","c":6,"a":["gun"],"t":["shoot","weapon"]},{"e":"\uD83E\uDE83","d":"boomerang","c":6,"a":["boomerang"]},{"e":"\uD83C\uDFF9","d":"bow and arrow","c":6,"a":["bow_and_arrow"],"t":["archery"]},{"e":"\uD83D\uDEE1️","d":"shield","c":6,"a":["shield"]},{"e":"\uD83E\uDE9A","d":"carpentry saw","c":6,"a":["carpentry_saw"]},{"e":"\uD83D\uDD27","d":"wrench","c":6,"a":["wrench"],"t":["tool"]},{"e":"\uD83E\uDE9B","d":"screwdriver","c":6,"a":["screwdriver"]},{"e":"\uD83D\uDD29","d":"nut and bolt","c":6,"a":["nut_and_bolt"]},{"e":"⚙️","d":"gear","c":6,"a":["gear"]},{"e":"\uD83D\uDDDC️","d":"clamp","c":6,"a":["clamp"]},{"e":"⚖️","d":"balance scale","c":6,"a":["balance_scale"]},{"e":"\uD83E\uDDAF","d":"white cane","c":6,"a":["probing_cane"]},{"e":"\uD83D\uDD17","d":"link","c":6,"a":["link"]},{"e":"⛓️","d":"chains","c":6,"a":["chains"]},{"e":"\uD83E\uDE9D","d":"hook","c":6,"a":["hook"]},{"e":"\uD83E\uDDF0","d":"toolbox","c":6,"a":["toolbox"]},{"e":"\uD83E\uDDF2","d":"magnet","c":6,"a":["magnet"]},{"e":"\uD83E\uDE9C","d":"ladder","c":6,"a":["ladder"]},{"e":"⚗️","d":"alembic","c":6,"a":["alembic"]},{"e":"\uD83E\uDDEA","d":"test tube","c":6,"a":["test_tube"]},{"e":"\uD83E\uDDEB","d":"petri dish","c":6,"a":["petri_dish"]},{"e":"\uD83E\uDDEC","d":"dna","c":6,"a":["dna"]},{"e":"\uD83D\uDD2C","d":"microscope","c":6,"a":["microscope"],"t":["science","laboratory","investigate"]},{"e":"\uD83D\uDD2D","d":"telescope","c":6,"a":["telescope"]},{"e":"\uD83D\uDCE1","d":"satellite antenna","c":6,"a":["satellite"],"t":["signal"]},{"e":"\uD83D\uDC89","d":"syringe","c":6,"a":["syringe"],"t":["health","hospital","needle"]},{"e":"\uD83E\uDE78","d":"drop of blood","c":6,"a":["drop_of_blood"]},{"e":"\uD83D\uDC8A","d":"pill","c":6,"a":["pill"],"t":["health","medicine"]},{"e":"\uD83E\uDE79","d":"adhesive bandage","c":6,"a":["adhesive_bandage"]},{"e":"\uD83E\uDE7A","d":"stethoscope","c":6,"a":["stethoscope"]},{"e":"\uD83D\uDEAA","d":"door","c":6,"a":["door"]},{"e":"\uD83D\uDED7","d":"elevator","c":6,"a":["elevator"]},{"e":"\uD83E\uDE9E","d":"mirror","c":6,"a":["mirror"]},{"e":"\uD83E\uDE9F","d":"window","c":6,"a":["window"]},{"e":"\uD83D\uDECF️","d":"bed","c":6,"a":["bed"]},{"e":"\uD83D\uDECB️","d":"couch and lamp","c":6,"a":["couch_and_lamp"]},{"e":"\uD83E\uDE91","d":"chair","c":6,"a":["chair"]},{"e":"\uD83D\uDEBD","d":"toilet","c":6,"a":["toilet"],"t":["wc"]},{"e":"\uD83E\uDEA0","d":"plunger","c":6,"a":["plunger"]},{"e":"\uD83D\uDEBF","d":"shower","c":6,"a":["shower"],"t":["bath"]},{"e":"\uD83D\uDEC1","d":"bathtub","c":6,"a":["bathtub"]},{"e":"\uD83E\uDEA4","d":"mouse trap","c":6,"a":["mouse_trap"]},{"e":"\uD83E\uDE92","d":"razor","c":6,"a":["razor"]},{"e":"��","d":"lotion bottle","c":6,"a":["lotion_bottle"]},{"e":"\uD83E\uDDF7","d":"safety pin","c":6,"a":["safety_pin"]},{"e":"\uD83E\uDDF9","d":"broom","c":6,"a":["broom"]},{"e":"\uD83E\uDDFA","d":"basket","c":6,"a":["basket"]},{"e":"\uD83E\uDDFB","d":"roll of paper","c":6,"a":["roll_of_paper"],"t":["toilet"]},{"e":"\uD83E\uDEA3","d":"bucket","c":6,"a":["bucket"]},{"e":"\uD83E\uDDFC","d":"soap","c":6,"a":["soap"]},{"e":"\uD83E\uDEA5","d":"toothbrush","c":6,"a":["toothbrush"]},{"e":"\uD83E\uDDFD","d":"sponge","c":6,"a":["sponge"]},{"e":"\uD83E\uDDEF","d":"fire extinguisher","c":6,"a":["fire_extinguisher"]},{"e":"\uD83D\uDED2","d":"shopping cart","c":6,"a":["shopping_cart"]},{"e":"\uD83D\uDEAC","d":"cigarette","c":6,"a":["smoking"],"t":["cigarette"]},{"e":"⚰️","d":"coffin","c":6,"a":["coffin"],"t":["funeral"]},{"e":"\uD83E\uDEA6","d":"headstone","c":6,"a":["headstone"]},{"e":"⚱️","d":"funeral urn","c":6,"a":["funeral_urn"]},{"e":"\uD83D\uDDFF","d":"moai","c":6,"a":["moyai"],"t":["stone"]},{"e":"\uD83E\uDEA7","d":"placard","c":6,"a":["placard"]},{"e":"\uD83C\uDFE7","d":"ATM sign","c":7,"a":["atm"]},{"e":"\uD83D\uDEAE","d":"litter in bin sign","c":7,"a":["put_litter_in_its_place"]},{"e":"\uD83D\uDEB0","d":"potable water","c":7,"a":["potable_water"]},{"e":"♿","d":"wheelchair symbol","c":7,"a":["wheelchair"],"t":["accessibility"]},{"e":"\uD83D\uDEB9","d":"men’s room","c":7,"a":["mens"]},{"e":"\uD83D\uDEBA","d":"women’s room","c":7,"a":["womens"]},{"e":"\uD83D\uDEBB","d":"restroom","c":7,"a":["restroom"],"t":["toilet"]},{"e":"\uD83D\uDEBC","d":"baby symbol","c":7,"a":["baby_symbol"]},{"e":"\uD83D\uDEBE","d":"water closet","c":7,"a":["wc"],"t":["toilet","restroom"]},{"e":"\uD83D\uDEC2","d":"passport control","c":7,"a":["passport_control"]},{"e":"\uD83D\uDEC3","d":"customs","c":7,"a":["customs"]},{"e":"\uD83D\uDEC4","d":"baggage claim","c":7,"a":["baggage_claim"],"t":["airport"]},{"e":"\uD83D\uDEC5","d":"left luggage","c":7,"a":["left_luggage"]},{"e":"⚠️","d":"warning","c":7,"a":["warning"],"t":["wip"]},{"e":"\uD83D\uDEB8","d":"children crossing","c":7,"a":["children_crossing"]},{"e":"⛔","d":"no entry","c":7,"a":["no_entry"],"t":["limit"]},{"e":"\uD83D\uDEAB","d":"prohibited","c":7,"a":["no_entry_sign"],"t":["block","forbidden"]},{"e":"\uD83D\uDEB3","d":"no bicycles","c":7,"a":["no_bicycles"]},{"e":"\uD83D\uDEAD","d":"no smoking","c":7,"a":["no_smoking"]},{"e":"\uD83D\uDEAF","d":"no littering","c":7,"a":["do_not_litter"]},{"e":"\uD83D\uDEB1","d":"non-potable water","c":7,"a":["non-potable_water"]},{"e":"\uD83D\uDEB7","d":"no pedestrians","c":7,"a":["no_pedestrians"]},{"e":"\uD83D\uDCF5","d":"no mobile phones","c":7,"a":["no_mobile_phones"]},{"e":"\uD83D\uDD1E","d":"no one under eighteen","c":7,"a":["underage"]},{"e":"☢️","d":"radioactive","c":7,"a":["radioactive"]},{"e":"☣️","d":"biohazard","c":7,"a":["biohazard"]},{"e":"⬆️","d":"up arrow","c":7,"a":["arrow_up"]},{"e":"↗️","d":"up-right arrow","c":7,"a":["arrow_upper_right"]},{"e":"➡️","d":"right arrow","c":7,"a":["arrow_right"]},{"e":"↘️","d":"down-right arrow","c":7,"a":["arrow_lower_right"]},{"e":"⬇️","d":"down arrow","c":7,"a":["arrow_down"]},{"e":"↙️","d":"down-left arrow","c":7,"a":["arrow_lower_left"]},{"e":"⬅️","d":"left arrow","c":7,"a":["arrow_left"]},{"e":"↖️","d":"up-left arrow","c":7,"a":["arrow_upper_left"]},{"e":"↕️","d":"up-down arrow","c":7,"a":["arrow_up_down"]},{"e":"↔️","d":"left-right arrow","c":7,"a":["left_right_arrow"]},{"e":"↩️","d":"right arrow curving left","c":7,"a":["leftwards_arrow_with_hook"],"t":["return"]},{"e":"↪️","d":"left arrow curving right","c":7,"a":["arrow_right_hook"]},{"e":"⤴️","d":"right arrow curving up","c":7,"a":["arrow_heading_up"]},{"e":"⤵️","d":"right arrow curving down","c":7,"a":["arrow_heading_down"]},{"e":"\uD83D\uDD03","d":"clockwise vertical arrows","c":7,"a":["arrows_clockwise"]},{"e":"\uD83D\uDD04","d":"counterclockwise arrows button","c":7,"a":["arrows_counterclockwise"],"t":["sync"]},{"e":"\uD83D\uDD19","d":"BACK arrow","c":7,"a":["back"]},{"e":"\uD83D\uDD1A","d":"END arrow","c":7,"a":["end"]},{"e":"\uD83D\uDD1B","d":"ON! arrow","c":7,"a":["on"]},{"e":"\uD83D\uDD1C","d":"SOON arrow","c":7,"a":["soon"]},{"e":"\uD83D\uDD1D","d":"TOP arrow","c":7,"a":["top"]},{"e":"\uD83D\uDED0","d":"place of worship","c":7,"a":["place_of_worship"]},{"e":"⚛️","d":"atom symbol","c":7,"a":["atom_symbol"]},{"e":"\uD83D\uDD49️","d":"om","c":7,"a":["om"]},{"e":"✡️","d":"star of David","c":7,"a":["star_of_david"]},{"e":"☸️","d":"wheel of dharma","c":7,"a":["wheel_of_dharma"]},{"e":"☯️","d":"yin yang","c":7,"a":["yin_yang"]},{"e":"✝️","d":"latin cross","c":7,"a":["latin_cross"]},{"e":"☦️","d":"orthodox cross","c":7,"a":["orthodox_cross"]},{"e":"☪️","d":"star and crescent","c":7,"a":["star_and_crescent"]},{"e":"☮️","d":"peace symbol","c":7,"a":["peace_symbol"]},{"e":"\uD83D\uDD4E","d":"menorah","c":7,"a":["menorah"]},{"e":"\uD83D\uDD2F","d":"dotted six-pointed star","c":7,"a":["six_pointed_star"]},{"e":"♈","d":"Aries","c":7,"a":["aries"]},{"e":"♉","d":"Taurus","c":7,"a":["taurus"]},{"e":"♊","d":"Gemini","c":7,"a":["gemini"]},{"e":"♋","d":"Cancer","c":7,"a":["cancer"]},{"e":"♌","d":"Leo","c":7,"a":["leo"]},{"e":"♍","d":"Virgo","c":7,"a":["virgo"]},{"e":"♎","d":"Libra","c":7,"a":["libra"]},{"e":"♏","d":"Scorpio","c":7,"a":["scorpius"]},{"e":"♐","d":"Sagittarius","c":7,"a":["sagittarius"]},{"e":"♑","d":"Capricorn","c":7,"a":["capricorn"]},{"e":"♒","d":"Aquarius","c":7,"a":["aquarius"]},{"e":"♓","d":"Pisces","c":7,"a":["pisces"]},{"e":"⛎","d":"Ophiuchus","c":7,"a":["ophiuchus"]},{"e":"\uD83D\uDD00","d":"shuffle tracks button","c":7,"a":["twisted_rightwards_arrows"],"t":["shuffle"]},{"e":"\uD83D\uDD01","d":"repeat button","c":7,"a":["repeat"],"t":["loop"]},{"e":"\uD83D\uDD02","d":"repeat single button","c":7,"a":["repeat_one"]},{"e":"▶️","d":"play button","c":7,"a":["arrow_forward"]},{"e":"⏩","d":"fast-forward button","c":7,"a":["fast_forward"]},{"e":"⏭️","d":"next track button","c":7,"a":["next_track_button"]},{"e":"⏯️","d":"play or pause button","c":7,"a":["play_or_pause_button"]},{"e":"◀️","d":"reverse button","c":7,"a":["arrow_backward"]},{"e":"⏪","d":"fast reverse button","c":7,"a":["rewind"]},{"e":"⏮️","d":"last track button","c":7,"a":["previous_track_button"]},{"e":"\uD83D\uDD3C","d":"upwards button","c":7,"a":["arrow_up_small"]},{"e":"⏫","d":"fast up button","c":7,"a":["arrow_double_up"]},{"e":"\uD83D\uDD3D","d":"downwards button","c":7,"a":["arrow_down_small"]},{"e":"⏬","d":"fast down button","c":7,"a":["arrow_double_down"]},{"e":"⏸️","d":"pause button","c":7,"a":["pause_button"]},{"e":"⏹️","d":"stop button","c":7,"a":["stop_button"]},{"e":"⏺️","d":"record button","c":7,"a":["record_button"]},{"e":"⏏️","d":"eject button","c":7,"a":["eject_button"]},{"e":"\uD83C\uDFA6","d":"cinema","c":7,"a":["cinema"],"t":["film","movie"]},{"e":"\uD83D\uDD05","d":"dim button","c":7,"a":["low_brightness"]},{"e":"\uD83D\uDD06","d":"bright button","c":7,"a":["high_brightness"]},{"e":"\uD83D\uDCF6","d":"antenna bars","c":7,"a":["signal_strength"],"t":["wifi"]},{"e":"\uD83D\uDCF3","d":"vibration mode","c":7,"a":["vibration_mode"]},{"e":"\uD83D\uDCF4","d":"mobile phone off","c":7,"a":["mobile_phone_off"],"t":["mute","off"]},{"e":"♀️","d":"female sign","c":7,"a":["female_sign"]},{"e":"♂️","d":"male sign","c":7,"a":["male_sign"]},{"e":"⚧️","d":"transgender symbol","c":7,"a":["transgender_symbol"]},{"e":"✖️","d":"multiply","c":7,"a":["heavy_multiplication_x"]},{"e":"➕","d":"plus","c":7,"a":["heavy_plus_sign"]},{"e":"➖","d":"minus","c":7,"a":["heavy_minus_sign"]},{"e":"➗","d":"divide","c":7,"a":["heavy_division_sign"]},{"e":"♾️","d":"infinity","c":7,"a":["infinity"]},{"e":"‼️","d":"double exclamation mark","c":7,"a":["bangbang"]},{"e":"⁉️","d":"exclamation question mark","c":7,"a":["interrobang"]},{"e":"❓","d":"question mark","c":7,"a":["question"],"t":["confused"]},{"e":"❔","d":"white question mark","c":7,"a":["grey_question"]},{"e":"❕","d":"white exclamation mark","c":7,"a":["grey_exclamation"]},{"e":"❗","d":"exclamation mark","c":7,"a":["exclamation","heavy_exclamation_mark"],"t":["bang"]},{"e":"〰️","d":"wavy dash","c":7,"a":["wavy_dash"]},{"e":"\uD83D\uDCB1","d":"currency exchange","c":7,"a":["currency_exchange"]},{"e":"\uD83D\uDCB2","d":"heavy dollar sign","c":7,"a":["heavy_dollar_sign"]},{"e":"⚕️","d":"medical symbol","c":7,"a":["medical_symbol"]},{"e":"♻️","d":"recycling symbol","c":7,"a":["recycle"],"t":["environment","green"]},{"e":"⚜️","d":"fleur-de-lis","c":7,"a":["fleur_de_lis"]},{"e":"\uD83D\uDD31","d":"trident emblem","c":7,"a":["trident"]},{"e":"\uD83D\uDCDB","d":"name badge","c":7,"a":["name_badge"]},{"e":"\uD83D\uDD30","d":"Japanese symbol for beginner","c":7,"a":["beginner"]},{"e":"⭕","d":"hollow red circle","c":7,"a":["o"]},{"e":"✅","d":"check mark button","c":7,"a":["white_check_mark"]},{"e":"☑️","d":"check box with check","c":7,"a":["ballot_box_with_check"]},{"e":"✔️","d":"check mark","c":7,"a":["heavy_check_mark"]},{"e":"❌","d":"cross mark","c":7,"a":["x"]},{"e":"❎","d":"cross mark button","c":7,"a":["negative_squared_cross_mark"]},{"e":"➰","d":"curly loop","c":7,"a":["curly_loop"]},{"e":"➿","d":"double curly loop","c":7,"a":["loop"]},{"e":"〽️","d":"part alternation mark","c":7,"a":["part_alternation_mark"]},{"e":"✳️","d":"eight-spoked asterisk","c":7,"a":["eight_spoked_asterisk"]},{"e":"✴️","d":"eight-pointed star","c":7,"a":["eight_pointed_black_star"]},{"e":"❇️","d":"sparkle","c":7,"a":["sparkle"]},{"e":"\xa9️","d":"copyright","c":7,"a":["copyright"]},{"e":"\xae️","d":"registered","c":7,"a":["registered"]},{"e":"™️","d":"trade mark","c":7,"a":["tm"],"t":["trademark"]},{"e":"#️⃣","d":"keycap: #","c":7,"a":["hash"],"t":["number"]},{"e":"*️⃣","d":"keycap: *","c":7,"a":["asterisk"]},{"e":"0️⃣","d":"keycap: 0","c":7,"a":["zero"]},{"e":"1️⃣","d":"keycap: 1","c":7,"a":["one"]},{"e":"2️⃣","d":"keycap: 2","c":7,"a":["two"]},{"e":"3️⃣","d":"keycap: 3","c":7,"a":["three"]},{"e":"4️⃣","d":"keycap: 4","c":7,"a":["four"]},{"e":"5️⃣","d":"keycap: 5","c":7,"a":["five"]},{"e":"6️⃣","d":"keycap: 6","c":7,"a":["six"]},{"e":"7️⃣","d":"keycap: 7","c":7,"a":["seven"]},{"e":"8️⃣","d":"keycap: 8","c":7,"a":["eight"]},{"e":"9️⃣","d":"keycap: 9","c":7,"a":["nine"]},{"e":"\uD83D\uDD1F","d":"keycap: 10","c":7,"a":["keycap_ten"]},{"e":"\uD83D\uDD20","d":"input latin uppercase","c":7,"a":["capital_abcd"],"t":["letters"]},{"e":"\uD83D\uDD21","d":"input latin lowercase","c":7,"a":["abcd"]},{"e":"\uD83D\uDD22","d":"input numbers","c":7,"a":["1234"],"t":["numbers"]},{"e":"\uD83D\uDD23","d":"input symbols","c":7,"a":["symbols"]},{"e":"\uD83D\uDD24","d":"input latin letters","c":7,"a":["abc"],"t":["alphabet"]},{"e":"\uD83C\uDD70️","d":"A button (blood type)","c":7,"a":["a"]},{"e":"\uD83C\uDD8E","d":"AB button (blood type)","c":7,"a":["ab"]},{"e":"\uD83C\uDD71️","d":"B button (blood type)","c":7,"a":["b"]},{"e":"\uD83C\uDD91","d":"CL button","c":7,"a":["cl"]},{"e":"\uD83C\uDD92","d":"COOL button","c":7,"a":["cool"]},{"e":"\uD83C\uDD93","d":"FREE button","c":7,"a":["free"]},{"e":"ℹ️","d":"information","c":7,"a":["information_source"]},{"e":"\uD83C\uDD94","d":"ID button","c":7,"a":["id"]},{"e":"Ⓜ️","d":"circled M","c":7,"a":["m"]},{"e":"\uD83C\uDD95","d":"NEW button","c":7,"a":["new"],"t":["fresh"]},{"e":"\uD83C\uDD96","d":"NG button","c":7,"a":["ng"]},{"e":"\uD83C\uDD7E️","d":"O button (blood type)","c":7,"a":["o2"]},{"e":"\uD83C\uDD97","d":"OK button","c":7,"a":["ok"],"t":["yes"]},{"e":"\uD83C\uDD7F️","d":"P button","c":7,"a":["parking"]},{"e":"\uD83C\uDD98","d":"SOS button","c":7,"a":["sos"],"t":["help","emergency"]},{"e":"\uD83C\uDD99","d":"UP! button","c":7,"a":["up"]},{"e":"\uD83C\uDD9A","d":"VS button","c":7,"a":["vs"]},{"e":"\uD83C\uDE01","d":"Japanese “here” button","c":7,"a":["koko"]},{"e":"\uD83C\uDE02️","d":"Japanese “service charge” button","c":7,"a":["sa"]},{"e":"\uD83C\uDE37️","d":"Japanese “monthly amount” button","c":7,"a":["u6708"]},{"e":"\uD83C\uDE36","d":"Japanese “not free of charge” button","c":7,"a":["u6709"]},{"e":"\uD83C\uDE2F","d":"Japanese “reserved” button","c":7,"a":["u6307"]},{"e":"\uD83C\uDE50","d":"Japanese “bargain” button","c":7,"a":["ideograph_advantage"]},{"e":"\uD83C\uDE39","d":"Japanese “discount” button","c":7,"a":["u5272"]},{"e":"\uD83C\uDE1A","d":"Japanese “free of charge” button","c":7,"a":["u7121"]},{"e":"\uD83C\uDE32","d":"Japanese “prohibited” button","c":7,"a":["u7981"]},{"e":"\uD83C\uDE51","d":"Japanese “acceptable” button","c":7,"a":["accept"]},{"e":"\uD83C\uDE38","d":"Japanese “application” button","c":7,"a":["u7533"]},{"e":"\uD83C\uDE34","d":"Japanese “passing grade” button","c":7,"a":["u5408"]},{"e":"\uD83C\uDE33","d":"Japanese “vacancy” button","c":7,"a":["u7a7a"]},{"e":"㊗️","d":"Japanese “congratulations” button","c":7,"a":["congratulations"]},{"e":"㊙️","d":"Japanese “secret” button","c":7,"a":["secret"]},{"e":"\uD83C\uDE3A","d":"Japanese “open for business” button","c":7,"a":["u55b6"]},{"e":"\uD83C\uDE35","d":"Japanese “no vacancy” button","c":7,"a":["u6e80"]},{"e":"\uD83D\uDD34","d":"red circle","c":7,"a":["red_circle"]},{"e":"\uD83D\uDFE0","d":"orange circle","c":7,"a":["orange_circle"]},{"e":"\uD83D\uDFE1","d":"yellow circle","c":7,"a":["yellow_circle"]},{"e":"\uD83D\uDFE2","d":"green circle","c":7,"a":["green_circle"]},{"e":"\uD83D\uDD35","d":"blue circle","c":7,"a":["large_blue_circle"]},{"e":"\uD83D\uDFE3","d":"purple circle","c":7,"a":["purple_circle"]},{"e":"\uD83D\uDFE4","d":"brown circle","c":7,"a":["brown_circle"]},{"e":"⚫","d":"black circle","c":7,"a":["black_circle"]},{"e":"⚪","d":"white circle","c":7,"a":["white_circle"]},{"e":"\uD83D\uDFE5","d":"red square","c":7,"a":["red_square"]},{"e":"\uD83D\uDFE7","d":"orange square","c":7,"a":["orange_square"]},{"e":"\uD83D\uDFE8","d":"yellow square","c":7,"a":["yellow_square"]},{"e":"\uD83D\uDFE9","d":"green square","c":7,"a":["green_square"]},{"e":"\uD83D\uDFE6","d":"blue square","c":7,"a":["blue_square"]},{"e":"\uD83D\uDFEA","d":"purple square","c":7,"a":["purple_square"]},{"e":"\uD83D\uDFEB","d":"brown square","c":7,"a":["brown_square"]},{"e":"⬛","d":"black large square","c":7,"a":["black_large_square"]},{"e":"⬜","d":"white large square","c":7,"a":["white_large_square"]},{"e":"◼️","d":"black medium square","c":7,"a":["black_medium_square"]},{"e":"◻️","d":"white medium square","c":7,"a":["white_medium_square"]},{"e":"◾","d":"black medium-small square","c":7,"a":["black_medium_small_square"]},{"e":"◽","d":"white medium-small square","c":7,"a":["white_medium_small_square"]},{"e":"▪️","d":"black small square","c":7,"a":["black_small_square"]},{"e":"▫️","d":"white small square","c":7,"a":["white_small_square"]},{"e":"\uD83D\uDD36","d":"large orange diamond","c":7,"a":["large_orange_diamond"]},{"e":"\uD83D\uDD37","d":"large blue diamond","c":7,"a":["large_blue_diamond"]},{"e":"\uD83D\uDD38","d":"small orange diamond","c":7,"a":["small_orange_diamond"]},{"e":"\uD83D\uDD39","d":"small blue diamond","c":7,"a":["small_blue_diamond"]},{"e":"\uD83D\uDD3A","d":"red triangle pointed up","c":7,"a":["small_red_triangle"]},{"e":"\uD83D\uDD3B","d":"red triangle pointed down","c":7,"a":["small_red_triangle_down"]},{"e":"\uD83D\uDCA0","d":"diamond with a dot","c":7,"a":["diamond_shape_with_a_dot_inside"]},{"e":"\uD83D\uDD18","d":"radio button","c":7,"a":["radio_button"]},{"e":"\uD83D\uDD33","d":"white square button","c":7,"a":["white_square_button"]},{"e":"\uD83D\uDD32","d":"black square button","c":7,"a":["black_square_button"]},{"e":"\uD83C\uDFC1","d":"chequered flag","c":8,"a":["checkered_flag"],"t":["milestone","finish"]},{"e":"\uD83D\uDEA9","d":"triangular flag","c":8,"a":["triangular_flag_on_post"]},{"e":"\uD83C\uDF8C","d":"crossed flags","c":8,"a":["crossed_flags"]},{"e":"\uD83C\uDFF4","d":"black flag","c":8,"a":["black_flag"]},{"e":"\uD83C\uDFF3️","d":"white flag","c":8,"a":["white_flag"]},{"e":"\uD83C\uDFF3️‍\uD83C\uDF08","d":"rainbow flag","c":8,"a":["rainbow_flag"],"t":["pride"]},{"e":"\uD83C\uDFF3️‍⚧️","d":"transgender flag","c":8,"a":["transgender_flag"]},{"e":"\uD83C\uDFF4‍☠️","d":"pirate flag","c":8,"a":["pirate_flag"]},{"e":"\uD83C\uDDE6\uD83C\uDDE8","d":"flag: Ascension Island","c":8,"a":["ascension_island"]},{"e":"\uD83C\uDDE6\uD83C\uDDE9","d":"flag: Andorra","c":8,"a":["andorra"]},{"e":"\uD83C\uDDE6\uD83C\uDDEA","d":"flag: United Arab Emirates","c":8,"a":["united_arab_emirates"]},{"e":"\uD83C\uDDE6\uD83C\uDDEB","d":"flag: Afghanistan","c":8,"a":["afghanistan"]},{"e":"\uD83C\uDDE6\uD83C\uDDEC","d":"flag: Antigua & Barbuda","c":8,"a":["antigua_barbuda"]},{"e":"\uD83C\uDDE6\uD83C\uDDEE","d":"flag: Anguilla","c":8,"a":["anguilla"]},{"e":"\uD83C\uDDE6\uD83C\uDDF1","d":"flag: Albania","c":8,"a":["albania"]},{"e":"\uD83C\uDDE6\uD83C\uDDF2","d":"flag: Armenia","c":8,"a":["armenia"]},{"e":"\uD83C\uDDE6\uD83C\uDDF4","d":"flag: Angola","c":8,"a":["angola"]},{"e":"\uD83C\uDDE6\uD83C\uDDF6","d":"flag: Antarctica","c":8,"a":["antarctica"]},{"e":"\uD83C\uDDE6\uD83C\uDDF7","d":"flag: Argentina","c":8,"a":["argentina"]},{"e":"\uD83C\uDDE6\uD83C\uDDF8","d":"flag: American Samoa","c":8,"a":["american_samoa"]},{"e":"\uD83C\uDDE6\uD83C\uDDF9","d":"flag: Austria","c":8,"a":["austria"]},{"e":"\uD83C\uDDE6\uD83C\uDDFA","d":"flag: Australia","c":8,"a":["australia"]},{"e":"\uD83C\uDDE6\uD83C\uDDFC","d":"flag: Aruba","c":8,"a":["aruba"]},{"e":"\uD83C\uDDE6\uD83C\uDDFD","d":"flag: \xc5land Islands","c":8,"a":["aland_islands"]},{"e":"\uD83C\uDDE6\uD83C\uDDFF","d":"flag: Azerbaijan","c":8,"a":["azerbaijan"]},{"e":"\uD83C\uDDE7\uD83C\uDDE6","d":"flag: Bosnia & Herzegovina","c":8,"a":["bosnia_herzegovina"]},{"e":"\uD83C\uDDE7\uD83C\uDDE7","d":"flag: Barbados","c":8,"a":["barbados"]},{"e":"\uD83C\uDDE7\uD83C\uDDE9","d":"flag: Bangladesh","c":8,"a":["bangladesh"]},{"e":"\uD83C\uDDE7\uD83C\uDDEA","d":"flag: Belgium","c":8,"a":["belgium"]},{"e":"\uD83C\uDDE7\uD83C\uDDEB","d":"flag: Burkina Faso","c":8,"a":["burkina_faso"]},{"e":"\uD83C\uDDE7\uD83C\uDDEC","d":"flag: Bulgaria","c":8,"a":["bulgaria"]},{"e":"\uD83C\uDDE7\uD83C\uDDED","d":"flag: Bahrain","c":8,"a":["bahrain"]},{"e":"\uD83C\uDDE7\uD83C\uDDEE","d":"flag: Burundi","c":8,"a":["burundi"]},{"e":"\uD83C\uDDE7\uD83C\uDDEF","d":"flag: Benin","c":8,"a":["benin"]},{"e":"\uD83C\uDDE7\uD83C\uDDF1","d":"flag: St. Barth\xe9lemy","c":8,"a":["st_barthelemy"]},{"e":"\uD83C\uDDE7\uD83C\uDDF2","d":"flag: Bermuda","c":8,"a":["bermuda"]},{"e":"\uD83C\uDDE7\uD83C\uDDF3","d":"flag: Brunei","c":8,"a":["brunei"]},{"e":"\uD83C\uDDE7\uD83C\uDDF4","d":"flag: Bolivia","c":8,"a":["bolivia"]},{"e":"\uD83C\uDDE7\uD83C\uDDF6","d":"flag: Caribbean Netherlands","c":8,"a":["caribbean_netherlands"]},{"e":"\uD83C\uDDE7\uD83C\uDDF7","d":"flag: Brazil","c":8,"a":["brazil"]},{"e":"\uD83C\uDDE7\uD83C\uDDF8","d":"flag: Bahamas","c":8,"a":["bahamas"]},{"e":"\uD83C\uDDE7\uD83C\uDDF9","d":"flag: Bhutan","c":8,"a":["bhutan"]},{"e":"\uD83C\uDDE7\uD83C\uDDFB","d":"flag: Bouvet Island","c":8,"a":["bouvet_island"]},{"e":"\uD83C\uDDE7\uD83C\uDDFC","d":"flag: Botswana","c":8,"a":["botswana"]},{"e":"\uD83C\uDDE7\uD83C\uDDFE","d":"flag: Belarus","c":8,"a":["belarus"]},{"e":"\uD83C\uDDE7\uD83C\uDDFF","d":"flag: Belize","c":8,"a":["belize"]},{"e":"\uD83C\uDDE8\uD83C\uDDE6","d":"flag: Canada","c":8,"a":["canada"]},{"e":"\uD83C\uDDE8\uD83C\uDDE8","d":"flag: Cocos (Keeling) Islands","c":8,"a":["cocos_islands"],"t":["keeling"]},{"e":"\uD83C\uDDE8\uD83C\uDDE9","d":"flag: Congo - Kinshasa","c":8,"a":["congo_kinshasa"]},{"e":"\uD83C\uDDE8\uD83C\uDDEB","d":"flag: Central African Republic","c":8,"a":["central_african_republic"]},{"e":"\uD83C\uDDE8\uD83C\uDDEC","d":"flag: Congo - Brazzaville","c":8,"a":["congo_brazzaville"]},{"e":"\uD83C\uDDE8\uD83C\uDDED","d":"flag: Switzerland","c":8,"a":["switzerland"]},{"e":"\uD83C\uDDE8\uD83C\uDDEE","d":"flag: C\xf4te d’Ivoire","c":8,"a":["cote_divoire"],"t":["ivory"]},{"e":"\uD83C\uDDE8\uD83C\uDDF0","d":"flag: Cook Islands","c":8,"a":["cook_islands"]},{"e":"\uD83C\uDDE8\uD83C\uDDF1","d":"flag: Chile","c":8,"a":["chile"]},{"e":"\uD83C\uDDE8\uD83C\uDDF2","d":"flag: Cameroon","c":8,"a":["cameroon"]},{"e":"\uD83C\uDDE8\uD83C\uDDF3","d":"flag: China","c":8,"a":["cn"],"t":["china"]},{"e":"\uD83C\uDDE8\uD83C\uDDF4","d":"flag: Colombia","c":8,"a":["colombia"]},{"e":"\uD83C\uDDE8\uD83C\uDDF5","d":"flag: Clipperton Island","c":8,"a":["clipperton_island"]},{"e":"\uD83C\uDDE8\uD83C\uDDF7","d":"flag: Costa Rica","c":8,"a":["costa_rica"]},{"e":"\uD83C\uDDE8\uD83C\uDDFA","d":"flag: Cuba","c":8,"a":["cuba"]},{"e":"\uD83C\uDDE8\uD83C\uDDFB","d":"flag: Cape Verde","c":8,"a":["cape_verde"]},{"e":"\uD83C\uDDE8\uD83C\uDDFC","d":"flag: Cura\xe7ao","c":8,"a":["curacao"]},{"e":"\uD83C\uDDE8\uD83C\uDDFD","d":"flag: Christmas Island","c":8,"a":["christmas_island"]},{"e":"\uD83C\uDDE8\uD83C\uDDFE","d":"flag: Cyprus","c":8,"a":["cyprus"]},{"e":"\uD83C\uDDE8\uD83C\uDDFF","d":"flag: Czechia","c":8,"a":["czech_republic"]},{"e":"\uD83C\uDDE9\uD83C\uDDEA","d":"flag: Germany","c":8,"a":["de"],"t":["flag","germany"]},{"e":"\uD83C\uDDE9\uD83C\uDDEC","d":"flag: Diego Garcia","c":8,"a":["diego_garcia"]},{"e":"\uD83C\uDDE9\uD83C\uDDEF","d":"flag: Djibouti","c":8,"a":["djibouti"]},{"e":"\uD83C\uDDE9\uD83C\uDDF0","d":"flag: Denmark","c":8,"a":["denmark"]},{"e":"\uD83C\uDDE9\uD83C\uDDF2","d":"flag: Dominica","c":8,"a":["dominica"]},{"e":"\uD83C\uDDE9\uD83C\uDDF4","d":"flag: Dominican Republic","c":8,"a":["dominican_republic"]},{"e":"\uD83C\uDDE9\uD83C\uDDFF","d":"flag: Algeria","c":8,"a":["algeria"]},{"e":"\uD83C\uDDEA\uD83C\uDDE6","d":"flag: Ceuta & Melilla","c":8,"a":["ceuta_melilla"]},{"e":"\uD83C\uDDEA\uD83C\uDDE8","d":"flag: Ecuador","c":8,"a":["ecuador"]},{"e":"\uD83C\uDDEA\uD83C\uDDEA","d":"flag: Estonia","c":8,"a":["estonia"]},{"e":"\uD83C\uDDEA\uD83C\uDDEC","d":"flag: Egypt","c":8,"a":["egypt"]},{"e":"\uD83C\uDDEA\uD83C\uDDED","d":"flag: Western Sahara","c":8,"a":["western_sahara"]},{"e":"\uD83C\uDDEA\uD83C\uDDF7","d":"flag: Eritrea","c":8,"a":["eritrea"]},{"e":"\uD83C\uDDEA\uD83C\uDDF8","d":"flag: Spain","c":8,"a":["es"],"t":["spain"]},{"e":"\uD83C\uDDEA\uD83C\uDDF9","d":"flag: Ethiopia","c":8,"a":["ethiopia"]},{"e":"\uD83C\uDDEA\uD83C\uDDFA","d":"flag: European Union","c":8,"a":["eu","european_union"]},{"e":"\uD83C\uDDEB\uD83C\uDDEE","d":"flag: Finland","c":8,"a":["finland"]},{"e":"\uD83C\uDDEB\uD83C\uDDEF","d":"flag: Fiji","c":8,"a":["fiji"]},{"e":"\uD83C\uDDEB\uD83C\uDDF0","d":"flag: Falkland Islands","c":8,"a":["falkland_islands"]},{"e":"\uD83C\uDDEB\uD83C\uDDF2","d":"flag: Micronesia","c":8,"a":["micronesia"]},{"e":"\uD83C\uDDEB\uD83C\uDDF4","d":"flag: Faroe Islands","c":8,"a":["faroe_islands"]},{"e":"\uD83C\uDDEB\uD83C\uDDF7","d":"flag: France","c":8,"a":["fr"],"t":["france","french"]},{"e":"\uD83C\uDDEC\uD83C\uDDE6","d":"flag: Gabon","c":8,"a":["gabon"]},{"e":"\uD83C\uDDEC\uD83C\uDDE7","d":"flag: United Kingdom","c":8,"a":["gb","uk"],"t":["flag","british"]},{"e":"\uD83C\uDDEC\uD83C\uDDE9","d":"flag: Grenada","c":8,"a":["grenada"]},{"e":"\uD83C\uDDEC\uD83C\uDDEA","d":"flag: Georgia","c":8,"a":["georgia"]},{"e":"\uD83C\uDDEC\uD83C\uDDEB","d":"flag: French Guiana","c":8,"a":["french_guiana"]},{"e":"\uD83C\uDDEC\uD83C\uDDEC","d":"flag: Guernsey","c":8,"a":["guernsey"]},{"e":"\uD83C\uDDEC\uD83C\uDDED","d":"flag: Ghana","c":8,"a":["ghana"]},{"e":"\uD83C\uDDEC\uD83C\uDDEE","d":"flag: Gibraltar","c":8,"a":["gibraltar"]},{"e":"\uD83C\uDDEC\uD83C\uDDF1","d":"flag: Greenland","c":8,"a":["greenland"]},{"e":"\uD83C\uDDEC\uD83C\uDDF2","d":"flag: Gambia","c":8,"a":["gambia"]},{"e":"\uD83C\uDDEC\uD83C\uDDF3","d":"flag: Guinea","c":8,"a":["guinea"]},{"e":"\uD83C\uDDEC\uD83C\uDDF5","d":"flag: Guadeloupe","c":8,"a":["guadeloupe"]},{"e":"\uD83C\uDDEC\uD83C\uDDF6","d":"flag: Equatorial Guinea","c":8,"a":["equatorial_guinea"]},{"e":"\uD83C\uDDEC\uD83C\uDDF7","d":"flag: Greece","c":8,"a":["greece"]},{"e":"\uD83C\uDDEC\uD83C\uDDF8","d":"flag: South Georgia & South Sandwich Islands","c":8,"a":["south_georgia_south_sandwich_islands"]},{"e":"\uD83C\uDDEC\uD83C\uDDF9","d":"flag: Guatemala","c":8,"a":["guatemala"]},{"e":"\uD83C\uDDEC\uD83C\uDDFA","d":"flag: Guam","c":8,"a":["guam"]},{"e":"\uD83C\uDDEC\uD83C\uDDFC","d":"flag: Guinea-Bissau","c":8,"a":["guinea_bissau"]},{"e":"\uD83C\uDDEC\uD83C\uDDFE","d":"flag: Guyana","c":8,"a":["guyana"]},{"e":"\uD83C\uDDED\uD83C\uDDF0","d":"flag: Hong Kong SAR China","c":8,"a":["hong_kong"]},{"e":"\uD83C\uDDED\uD83C\uDDF2","d":"flag: Heard & McDonald Islands","c":8,"a":["heard_mcdonald_islands"]},{"e":"\uD83C\uDDED\uD83C\uDDF3","d":"flag: Honduras","c":8,"a":["honduras"]},{"e":"\uD83C\uDDED\uD83C\uDDF7","d":"flag: Croatia","c":8,"a":["croatia"]},{"e":"\uD83C\uDDED\uD83C\uDDF9","d":"flag: Haiti","c":8,"a":["haiti"]},{"e":"\uD83C\uDDED\uD83C\uDDFA","d":"flag: Hungary","c":8,"a":["hungary"]},{"e":"\uD83C\uDDEE\uD83C\uDDE8","d":"flag: Canary Islands","c":8,"a":["canary_islands"]},{"e":"\uD83C\uDDEE\uD83C\uDDE9","d":"flag: Indonesia","c":8,"a":["indonesia"]},{"e":"\uD83C\uDDEE\uD83C\uDDEA","d":"flag: Ireland","c":8,"a":["ireland"]},{"e":"\uD83C\uDDEE\uD83C\uDDF1","d":"flag: Israel","c":8,"a":["israel"]},{"e":"\uD83C\uDDEE\uD83C\uDDF2","d":"flag: Isle of Man","c":8,"a":["isle_of_man"]},{"e":"\uD83C\uDDEE\uD83C\uDDF3","d":"flag: India","c":8,"a":["india"]},{"e":"\uD83C\uDDEE\uD83C\uDDF4","d":"flag: British Indian Ocean Territory","c":8,"a":["british_indian_ocean_territory"]},{"e":"\uD83C\uDDEE\uD83C\uDDF6","d":"flag: Iraq","c":8,"a":["iraq"]},{"e":"\uD83C\uDDEE\uD83C\uDDF7","d":"flag: Iran","c":8,"a":["iran"]},{"e":"\uD83C\uDDEE\uD83C\uDDF8","d":"flag: Iceland","c":8,"a":["iceland"]},{"e":"\uD83C\uDDEE\uD83C\uDDF9","d":"flag: Italy","c":8,"a":["it"],"t":["italy"]},{"e":"\uD83C\uDDEF\uD83C\uDDEA","d":"flag: Jersey","c":8,"a":["jersey"]},{"e":"\uD83C\uDDEF\uD83C\uDDF2","d":"flag: Jamaica","c":8,"a":["jamaica"]},{"e":"\uD83C\uDDEF\uD83C\uDDF4","d":"flag: Jordan","c":8,"a":["jordan"]},{"e":"\uD83C\uDDEF\uD83C\uDDF5","d":"flag: Japan","c":8,"a":["jp"],"t":["japan"]},{"e":"\uD83C\uDDF0\uD83C\uDDEA","d":"flag: Kenya","c":8,"a":["kenya"]},{"e":"\uD83C\uDDF0\uD83C\uDDEC","d":"flag: Kyrgyzstan","c":8,"a":["kyrgyzstan"]},{"e":"\uD83C\uDDF0\uD83C\uDDED","d":"flag: Cambodia","c":8,"a":["cambodia"]},{"e":"\uD83C\uDDF0\uD83C\uDDEE","d":"flag: Kiribati","c":8,"a":["kiribati"]},{"e":"\uD83C\uDDF0\uD83C\uDDF2","d":"flag: Comoros","c":8,"a":["comoros"]},{"e":"\uD83C\uDDF0\uD83C\uDDF3","d":"flag: St. Kitts & Nevis","c":8,"a":["st_kitts_nevis"]},{"e":"\uD83C\uDDF0\uD83C\uDDF5","d":"flag: North Korea","c":8,"a":["north_korea"]},{"e":"\uD83C\uDDF0\uD83C\uDDF7","d":"flag: South Korea","c":8,"a":["kr"],"t":["korea"]},{"e":"\uD83C\uDDF0\uD83C\uDDFC","d":"flag: Kuwait","c":8,"a":["kuwait"]},{"e":"\uD83C\uDDF0\uD83C\uDDFE","d":"flag: Cayman Islands","c":8,"a":["cayman_islands"]},{"e":"\uD83C\uDDF0\uD83C\uDDFF","d":"flag: Kazakhstan","c":8,"a":["kazakhstan"]},{"e":"\uD83C\uDDF1\uD83C\uDDE6","d":"flag: Laos","c":8,"a":["laos"]},{"e":"\uD83C\uDDF1\uD83C\uDDE7","d":"flag: Lebanon","c":8,"a":["lebanon"]},{"e":"\uD83C\uDDF1\uD83C\uDDE8","d":"flag: St. Lucia","c":8,"a":["st_lucia"]},{"e":"\uD83C\uDDF1\uD83C\uDDEE","d":"flag: Liechtenstein","c":8,"a":["liechtenstein"]},{"e":"\uD83C\uDDF1\uD83C\uDDF0","d":"flag: Sri Lanka","c":8,"a":["sri_lanka"]},{"e":"\uD83C\uDDF1\uD83C\uDDF7","d":"flag: Liberia","c":8,"a":["liberia"]},{"e":"\uD83C\uDDF1\uD83C\uDDF8","d":"flag: Lesotho","c":8,"a":["lesotho"]},{"e":"\uD83C\uDDF1\uD83C\uDDF9","d":"flag: Lithuania","c":8,"a":["lithuania"]},{"e":"\uD83C\uDDF1\uD83C\uDDFA","d":"flag: Luxembourg","c":8,"a":["luxembourg"]},{"e":"\uD83C\uDDF1\uD83C\uDDFB","d":"flag: Latvia","c":8,"a":["latvia"]},{"e":"\uD83C\uDDF1\uD83C\uDDFE","d":"flag: Libya","c":8,"a":["libya"]},{"e":"\uD83C\uDDF2\uD83C\uDDE6","d":"flag: Morocco","c":8,"a":["morocco"]},{"e":"\uD83C\uDDF2\uD83C\uDDE8","d":"flag: Monaco","c":8,"a":["monaco"]},{"e":"\uD83C\uDDF2\uD83C\uDDE9","d":"flag: Moldova","c":8,"a":["moldova"]},{"e":"\uD83C\uDDF2\uD83C\uDDEA","d":"flag: Montenegro","c":8,"a":["montenegro"]},{"e":"\uD83C\uDDF2\uD83C\uDDEB","d":"flag: St. Martin","c":8,"a":["st_martin"]},{"e":"\uD83C\uDDF2\uD83C\uDDEC","d":"flag: Madagascar","c":8,"a":["madagascar"]},{"e":"\uD83C\uDDF2\uD83C\uDDED","d":"flag: Marshall Islands","c":8,"a":["marshall_islands"]},{"e":"\uD83C\uDDF2\uD83C\uDDF0","d":"flag: North Macedonia","c":8,"a":["macedonia"]},{"e":"\uD83C\uDDF2\uD83C\uDDF1","d":"flag: Mali","c":8,"a":["mali"]},{"e":"\uD83C\uDDF2\uD83C\uDDF2","d":"flag: Myanmar (Burma)","c":8,"a":["myanmar"],"t":["burma"]},{"e":"\uD83C\uDDF2\uD83C\uDDF3","d":"flag: Mongolia","c":8,"a":["mongolia"]},{"e":"��\uD83C\uDDF4","d":"flag: Macao SAR China","c":8,"a":["macau"]},{"e":"\uD83C\uDDF2\uD83C\uDDF5","d":"flag: Northern Mariana Islands","c":8,"a":["northern_mariana_islands"]},{"e":"\uD83C\uDDF2\uD83C\uDDF6","d":"flag: Martinique","c":8,"a":["martinique"]},{"e":"\uD83C\uDDF2\uD83C\uDDF7","d":"flag: Mauritania","c":8,"a":["mauritania"]},{"e":"\uD83C\uDDF2\uD83C\uDDF8","d":"flag: Montserrat","c":8,"a":["montserrat"]},{"e":"\uD83C\uDDF2\uD83C\uDDF9","d":"flag: Malta","c":8,"a":["malta"]},{"e":"\uD83C\uDDF2\uD83C\uDDFA","d":"flag: Mauritius","c":8,"a":["mauritius"]},{"e":"\uD83C\uDDF2\uD83C\uDDFB","d":"flag: Maldives","c":8,"a":["maldives"]},{"e":"\uD83C\uDDF2\uD83C\uDDFC","d":"flag: Malawi","c":8,"a":["malawi"]},{"e":"\uD83C\uDDF2\uD83C\uDDFD","d":"flag: Mexico","c":8,"a":["mexico"]},{"e":"\uD83C\uDDF2\uD83C\uDDFE","d":"flag: Malaysia","c":8,"a":["malaysia"]},{"e":"\uD83C\uDDF2\uD83C\uDDFF","d":"flag: Mozambique","c":8,"a":["mozambique"]},{"e":"\uD83C\uDDF3\uD83C\uDDE6","d":"flag: Namibia","c":8,"a":["namibia"]},{"e":"\uD83C\uDDF3\uD83C\uDDE8","d":"flag: New Caledonia","c":8,"a":["new_caledonia"]},{"e":"\uD83C\uDDF3\uD83C\uDDEA","d":"flag: Niger","c":8,"a":["niger"]},{"e":"\uD83C\uDDF3\uD83C\uDDEB","d":"flag: Norfolk Island","c":8,"a":["norfolk_island"]},{"e":"\uD83C\uDDF3\uD83C\uDDEC","d":"flag: Nigeria","c":8,"a":["nigeria"]},{"e":"\uD83C\uDDF3\uD83C\uDDEE","d":"flag: Nicaragua","c":8,"a":["nicaragua"]},{"e":"\uD83C\uDDF3\uD83C\uDDF1","d":"flag: Netherlands","c":8,"a":["netherlands"]},{"e":"\uD83C\uDDF3\uD83C\uDDF4","d":"flag: Norway","c":8,"a":["norway"]},{"e":"\uD83C\uDDF3\uD83C\uDDF5","d":"flag: Nepal","c":8,"a":["nepal"]},{"e":"\uD83C\uDDF3\uD83C\uDDF7","d":"flag: Nauru","c":8,"a":["nauru"]},{"e":"\uD83C\uDDF3\uD83C\uDDFA","d":"flag: Niue","c":8,"a":["niue"]},{"e":"\uD83C\uDDF3\uD83C\uDDFF","d":"flag: New Zealand","c":8,"a":["new_zealand"]},{"e":"\uD83C\uDDF4\uD83C\uDDF2","d":"flag: Oman","c":8,"a":["oman"]},{"e":"\uD83C\uDDF5\uD83C\uDDE6","d":"flag: Panama","c":8,"a":["panama"]},{"e":"\uD83C\uDDF5\uD83C\uDDEA","d":"flag: Peru","c":8,"a":["peru"]},{"e":"\uD83C\uDDF5\uD83C\uDDEB","d":"flag: French Polynesia","c":8,"a":["french_polynesia"]},{"e":"\uD83C\uDDF5\uD83C\uDDEC","d":"flag: Papua New Guinea","c":8,"a":["papua_new_guinea"]},{"e":"\uD83C\uDDF5\uD83C\uDDED","d":"flag: Philippines","c":8,"a":["philippines"]},{"e":"\uD83C\uDDF5\uD83C\uDDF0","d":"flag: Pakistan","c":8,"a":["pakistan"]},{"e":"\uD83C\uDDF5\uD83C\uDDF1","d":"flag: Poland","c":8,"a":["poland"]},{"e":"\uD83C\uDDF5\uD83C\uDDF2","d":"flag: St. Pierre & Miquelon","c":8,"a":["st_pierre_miquelon"]},{"e":"\uD83C\uDDF5\uD83C\uDDF3","d":"flag: Pitcairn Islands","c":8,"a":["pitcairn_islands"]},{"e":"\uD83C\uDDF5\uD83C\uDDF7","d":"flag: Puerto Rico","c":8,"a":["puerto_rico"]},{"e":"\uD83C\uDDF5\uD83C\uDDF8","d":"flag: Palestinian Territories","c":8,"a":["palestinian_territories"]},{"e":"\uD83C\uDDF5\uD83C\uDDF9","d":"flag: Portugal","c":8,"a":["portugal"]},{"e":"\uD83C\uDDF5\uD83C\uDDFC","d":"flag: Palau","c":8,"a":["palau"]},{"e":"\uD83C\uDDF5\uD83C\uDDFE","d":"flag: Paraguay","c":8,"a":["paraguay"]},{"e":"\uD83C\uDDF6\uD83C\uDDE6","d":"flag: Qatar","c":8,"a":["qatar"]},{"e":"\uD83C\uDDF7\uD83C\uDDEA","d":"flag: R\xe9union","c":8,"a":["reunion"]},{"e":"\uD83C\uDDF7\uD83C\uDDF4","d":"flag: Romania","c":8,"a":["romania"]},{"e":"\uD83C\uDDF7\uD83C\uDDF8","d":"flag: Serbia","c":8,"a":["serbia"]},{"e":"\uD83C\uDDF7\uD83C\uDDFA","d":"flag: Russia","c":8,"a":["ru"],"t":["russia"]},{"e":"\uD83C\uDDF7\uD83C\uDDFC","d":"flag: Rwanda","c":8,"a":["rwanda"]},{"e":"\uD83C\uDDF8\uD83C\uDDE6","d":"flag: Saudi Arabia","c":8,"a":["saudi_arabia"]},{"e":"����\uD83C\uDDE7","d":"flag: Solomon Islands","c":8,"a":["solomon_islands"]},{"e":"\uD83C\uDDF8\uD83C\uDDE8","d":"flag: Seychelles","c":8,"a":["seychelles"]},{"e":"\uD83C\uDDF8\uD83C\uDDE9","d":"flag: Sudan","c":8,"a":["sudan"]},{"e":"\uD83C\uDDF8\uD83C\uDDEA","d":"flag: Sweden","c":8,"a":["sweden"]},{"e":"\uD83C\uDDF8\uD83C\uDDEC","d":"flag: Singapore","c":8,"a":["singapore"]},{"e":"\uD83C\uDDF8\uD83C\uDDED","d":"flag: St. Helena","c":8,"a":["st_helena"]},{"e":"\uD83C\uDDF8\uD83C\uDDEE","d":"flag: Slovenia","c":8,"a":["slovenia"]},{"e":"\uD83C\uDDF8\uD83C\uDDEF","d":"flag: Svalbard & Jan Mayen","c":8,"a":["svalbard_jan_mayen"]},{"e":"\uD83C\uDDF8\uD83C\uDDF0","d":"flag: Slovakia","c":8,"a":["slovakia"]},{"e":"\uD83C\uDDF8\uD83C\uDDF1","d":"flag: Sierra Leone","c":8,"a":["sierra_leone"]},{"e":"\uD83C\uDDF8\uD83C\uDDF2","d":"flag: San Marino","c":8,"a":["san_marino"]},{"e":"\uD83C\uDDF8\uD83C\uDDF3","d":"flag: Senegal","c":8,"a":["senegal"]},{"e":"\uD83C\uDDF8\uD83C\uDDF4","d":"flag: Somalia","c":8,"a":["somalia"]},{"e":"\uD83C\uDDF8\uD83C\uDDF7","d":"flag: Suriname","c":8,"a":["suriname"]},{"e":"\uD83C\uDDF8\uD83C\uDDF8","d":"flag: South Sudan","c":8,"a":["south_sudan"]},{"e":"\uD83C\uDDF8\uD83C\uDDF9","d":"flag: S\xe3o Tom\xe9 & Pr\xedncipe","c":8,"a":["sao_tome_principe"]},{"e":"\uD83C\uDDF8\uD83C\uDDFB","d":"flag: El Salvador","c":8,"a":["el_salvador"]},{"e":"\uD83C\uDDF8\uD83C\uDDFD","d":"flag: Sint Maarten","c":8,"a":["sint_maarten"]},{"e":"\uD83C\uDDF8\uD83C\uDDFE","d":"flag: Syria","c":8,"a":["syria"]},{"e":"\uD83C\uDDF8\uD83C\uDDFF","d":"flag: Eswatini","c":8,"a":["swaziland"]},{"e":"\uD83C\uDDF9\uD83C\uDDE6","d":"flag: Tristan da Cunha","c":8,"a":["tristan_da_cunha"]},{"e":"\uD83C\uDDF9\uD83C\uDDE8","d":"flag: Turks & Caicos Islands","c":8,"a":["turks_caicos_islands"]},{"e":"\uD83C\uDDF9\uD83C\uDDE9","d":"flag: Chad","c":8,"a":["chad"]},{"e":"\uD83C\uDDF9\uD83C\uDDEB","d":"flag: French Southern Territories","c":8,"a":["french_southern_territories"]},{"e":"\uD83C\uDDF9\uD83C\uDDEC","d":"flag: Togo","c":8,"a":["togo"]},{"e":"\uD83C\uDDF9\uD83C\uDDED","d":"flag: Thailand","c":8,"a":["thailand"]},{"e":"\uD83C\uDDF9\uD83C\uDDEF","d":"flag: Tajikistan","c":8,"a":["tajikistan"]},{"e":"\uD83C\uDDF9\uD83C\uDDF0","d":"flag: Tokelau","c":8,"a":["tokelau"]},{"e":"\uD83C\uDDF9\uD83C\uDDF1","d":"flag: Timor-Leste","c":8,"a":["timor_leste"]},{"e":"\uD83C\uDDF9\uD83C\uDDF2","d":"flag: Turkmenistan","c":8,"a":["turkmenistan"]},{"e":"\uD83C\uDDF9\uD83C\uDDF3","d":"flag: Tunisia","c":8,"a":["tunisia"]},{"e":"\uD83C\uDDF9\uD83C\uDDF4","d":"flag: Tonga","c":8,"a":["tonga"]},{"e":"\uD83C\uDDF9\uD83C\uDDF7","d":"flag: Turkey","c":8,"a":["tr"],"t":["turkey"]},{"e":"\uD83C\uDDF9\uD83C\uDDF9","d":"flag: Trinidad & Tobago","c":8,"a":["trinidad_tobago"]},{"e":"\uD83C\uDDF9\uD83C\uDDFB","d":"flag: Tuvalu","c":8,"a":["tuvalu"]},{"e":"\uD83C\uDDF9\uD83C\uDDFC","d":"flag: Taiwan","c":8,"a":["taiwan"]},{"e":"\uD83C\uDDF9\uD83C\uDDFF","d":"flag: Tanzania","c":8,"a":["tanzania"]},{"e":"\uD83C\uDDFA\uD83C\uDDE6","d":"flag: Ukraine","c":8,"a":["ukraine"]},{"e":"\uD83C\uDDFA\uD83C\uDDEC","d":"flag: Uganda","c":8,"a":["uganda"]},{"e":"\uD83C\uDDFA\uD83C\uDDF2","d":"flag: U.S. Outlying Islands","c":8,"a":["us_outlying_islands"]},{"e":"\uD83C\uDDFA\uD83C\uDDF3","d":"flag: United Nations","c":8,"a":["united_nations"]},{"e":"\uD83C\uDDFA\uD83C\uDDF8","d":"flag: United States","c":8,"a":["us"],"t":["flag","united","america"]},{"e":"\uD83C\uDDFA\uD83C\uDDFE","d":"flag: Uruguay","c":8,"a":["uruguay"]},{"e":"\uD83C\uDDFA\uD83C\uDDFF","d":"flag: Uzbekistan","c":8,"a":["uzbekistan"]},{"e":"\uD83C\uDDFB\uD83C\uDDE6","d":"flag: Vatican City","c":8,"a":["vatican_city"]},{"e":"\uD83C\uDDFB\uD83C\uDDE8","d":"flag: St. Vincent & Grenadines","c":8,"a":["st_vincent_grenadines"]},{"e":"\uD83C\uDDFB\uD83C\uDDEA","d":"flag: Venezuela","c":8,"a":["venezuela"]},{"e":"\uD83C\uDDFB\uD83C\uDDEC","d":"flag: British Virgin Islands","c":8,"a":["british_virgin_islands"]},{"e":"\uD83C\uDDFB\uD83C\uDDEE","d":"flag: U.S. Virgin Islands","c":8,"a":["us_virgin_islands"]},{"e":"\uD83C\uDDFB\uD83C\uDDF3","d":"flag: Vietnam","c":8,"a":["vietnam"]},{"e":"\uD83C\uDDFB\uD83C\uDDFA","d":"flag: Vanuatu","c":8,"a":["vanuatu"]},{"e":"\uD83C\uDDFC\uD83C\uDDEB","d":"flag: Wallis & Futuna","c":8,"a":["wallis_futuna"]},{"e":"\uD83C\uDDFC\uD83C\uDDF8","d":"flag: Samoa","c":8,"a":["samoa"]},{"e":"\uD83C\uDDFD\uD83C\uDDF0","d":"flag: Kosovo","c":8,"a":["kosovo"]},{"e":"\uD83C\uDDFE\uD83C\uDDEA","d":"flag: Yemen","c":8,"a":["yemen"]},{"e":"\uD83C\uDDFE\uD83C\uDDF9","d":"flag: Mayotte","c":8,"a":["mayotte"]},{"e":"\uD83C\uDDFF\uD83C\uDDE6","d":"flag: South Africa","c":8,"a":["south_africa"]},{"e":"\uD83C\uDDFF\uD83C\uDDF2","d":"flag: Zambia","c":8,"a":["zambia"]},{"e":"\uD83C\uDDFF\uD83C\uDDFC","d":"flag: Zimbabwe","c":8,"a":["zimbabwe"]},{"e":"\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67\uDB40\uDC7F","d":"flag: England","c":8,"a":["england"]},{"e":"\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74\uDB40\uDC7F","d":"flag: Scotland","c":8,"a":["scotland"]},{"e":"\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73\uDB40\uDC7F","d":"flag: Wales","c":8,"a":["wales"]}]}')},41950:function(t,i,n){"use strict";n.d(i,{UIBrowserSource:function(){return c}});var r=n(82749),o=n(31635),s=n(87325),a=n(38837),l=n(48538),u=n(36704);class c extends l.UIElement{className(){return"UIBrowserSource"}render(){return`<div>
205
205
  <div class="&__name"></div>
206
206
  <div class="&__tree"></div>
207
- </div>`}constructor(t,i){super(t,i),(0,r._)(this,"data",void 0),(0,r._)(this,"tree",void 0),(0,r._)(this,"syncMod",void 0),this.data=i,this.tree=new u.UITree(this.j,this.data.children),this.syncMod=!0;const n=this.getElm("name");(0,a.assert)(null!=n,"name element does not exists"),n.innerText=i.title||i.name;const o=this.getElm("tree");(0,a.assert)(null!=o,"tree element does not exists"),o.appendChild(this.tree.container),t.e.on(this.container,"contextmenu",n=>t.e.fire("contextmenuSource.filebrowser",i,n))}}c=(0,o.__decorate)([s.component],c)},42107:function(t,i,n){"use strict";n.r(i),i.default={Spellcheck:"拼字檢查"}},42247:function(t,i,n){"use strict";n.r(i),i.default={Spellcheck:"Yazım denetimi"}},42263:function(t,i,n){"use strict";var r=n(82758),o=n(580),s=n(21537),a=n(50911);n(78524);class l extends a.Plugin{afterInit(t){(0,s.keys)(t.o.commandToHotkeys,!1).forEach(i=>{let n=t.o.commandToHotkeys[i];n&&((0,s.isArray)(n)||(0,s.isString)(n))&&t.registerHotkeyToCommand(n,i)});let i=!1;t.e.off(".hotkeys").on([t.ow,t.ew],"keydown.hotkeys",t=>{if(t.key===r.KEY_ESC)return this.j.e.fire("escape",t)}).on("keydown.hotkeys",n=>{let r=this.onKeyPress(n),o={shouldStop:!0};if(!1===this.j.e.fire(r+".hotkey",n.type,o))if(o.shouldStop)return i=!0,t.e.stopPropagation("keydown"),!1;else n.preventDefault()},{top:!0}).on("keyup.hotkeys",()=>{if(i)return i=!1,t.e.stopPropagation("keyup"),!1},{top:!0})}beforeDestruct(t){t.events&&t.e.off(".hotkeys")}constructor(){super(...arguments),this.onKeyPress=t=>{let i=this.specialKeys[t.which],n=(t.key||String.fromCharCode(t.which)).toLowerCase(),r=[i||n];return["alt","ctrl","shift","meta"].forEach(n=>{t[n+"Key"]&&i!==n&&r.push(n)}),(0,s.normalizeKeyAliases)(r.join("+"))},this.specialKeys={8:"backspace",9:"tab",10:"return",13:"return",16:"shift",17:"ctrl",18:"alt",19:"pause",20:"capslock",27:"esc",32:"space",33:"pageup",34:"pagedown",35:"end",36:"home",37:"left",38:"up",39:"right",40:"down",45:"insert",46:"del",59:";",61:"=",91:"meta",96:"0",97:"1",98:"2",99:"3",100:"4",101:"5",102:"6",103:"7",104:"8",105:"9",106:"*",107:"+",109:"-",110:".",111:"/",112:"f1",113:"f2",114:"f3",115:"f4",116:"f5",117:"f6",118:"f7",119:"f8",120:"f9",121:"f10",122:"f11",123:"f12",144:"numlock",145:"scroll",173:"-",186:";",187:"=",188:",",189:"-",190:".",191:"/",192:"`",219:"[",220:"\\",221:"]",222:"'"}}}o.pluginSystem.add("hotkeys",l)},42312:function(t,i,n){"use strict";n.d(i,{removeFormatForSelection:function(){return a}});var r=n(2748),o=n(43555),s=n(84272);function a(t){let{s:i,editor:n,createInside:a}=t,{range:l}=i,u=l.cloneRange(),c=l.cloneRange(),d=a.fake(),h=a.fake();u.collapse(!0),c.collapse(!1),r.Dom.safeInsertNode(u,d),r.Dom.safeInsertNode(c,h),l.setStartBefore(d),l.collapse(!0),i.selectRange(l),(0,s.removeFormatForCollapsedSelection)(t,d),l.setEndAfter(h),l.collapse(!1),i.selectRange(l),(0,s.removeFormatForCollapsedSelection)(t,h);let p=[];r.Dom.between(d,h,t=>{(0,s.isInlineBlock)(t)&&!r.Dom.isTag(t,"a")&&p.push(t),r.Dom.isElement(t)&&(0,o.attr)(t,"style")&&(0,o.attr)(t,"style",null)}),p.forEach(t=>r.Dom.unwrap(t));let f=(t,i)=>{if(!r.Dom.findNotEmptySibling(t,i)){let r=t.parentNode;if(r&&r!==n&&(0,o.attr)(r,"style"))return(0,o.attr)(r,"style",null),f(r,i),!0}};f(d,!0)&&f(h,!1),l.setStartAfter(d),l.setEndBefore(h),i.selectRange(l),r.Dom.safeRemove(d),r.Dom.safeRemove(h)}},42320:function(t,i,n){"use strict";n.d(i,{isSet:function(){return o}});var r=n(23282);function o(t){return!!t&&(0,r.isFunction)(t.has)&&(0,r.isFunction)(t.add)&&(0,r.isFunction)(t.delete)}},42345:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M503 1271l-256 256q-10 9-23 9-12 0-23-9-9-10-9-23t9-23l256-256q10-9 23-9t23 9q9 10 9 23t-9 23zm169 41v320q0 14-9 23t-23 9-23-9-9-23v-320q0-14 9-23t23-9 23 9 9 23zm-224-224q0 14-9 23t-23 9h-320q-14 0-23-9t-9-23 9-23 23-9h320q14 0 23 9t9 23zm1264 128q0 120-85 203l-147 146q-83 83-203 83-121 0-204-85l-334-335q-21-21-42-56l239-18 273 274q27 27 68 27.5t68-26.5l147-146q28-28 28-67 0-40-28-68l-274-275 18-239q35 21 56 42l336 336q84 86 84 204zm-617-724l-239 18-273-274q-28-28-68-28-39 0-68 27l-147 146q-28 28-28 67 0 40 28 68l274 274-18 240q-35-21-56-42l-336-336q-84-86-84-204 0-120 85-203l147-146q83-83 203-83 121 0 204 85l334 335q21 21 42 56zm633 84q0 14-9 23t-23 9h-320q-14 0-23-9t-9-23 9-23 23-9h320q14 0 23 9t9 23zm-544-544v320q0 14-9 23t-23 9-23-9-9-23v-320q0-14 9-23t23-9 23 9 9 23zm407 151l-256 256q-11 9-23 9t-23-9q-9-10-9-23t9-23l256-256q10-9 23-9t23 9q9 10 9 23t-9 23z"/> </svg> '},42350:function(t){t.exports={"Show Blocks":"Uk\xe1zat Bloky"}},42370:function(t,i,n){"use strict";n.d(i,{UIMarkerEditor:function(){return l}});var r=n(31635),o=n(65478),s=n(14002),a=n(11093);class l extends s.UIBaseEditor{className(){return"UIMarkerEditor"}onReady(){var t;super.onReady();let i=new a.UIWysiwyg(this.j,this.options.googleMaps.inlineEditorOptions,null!=(t=this.state.text)?t:"",t=>this.j.e.fire(this,"change","text",t));this.append(i,"form")}}(0,r.__decorate)([(0,o.hook)("ready")],l.prototype,"onReady",null),l=(0,r.__decorate)([o.component],l)},42663:function(t,i,n){"use strict";n.d(i,{PersistentStore:function(){return u}});var r=n(82749),o=n(31635),s=n(91907),a=n(65478),l=n(159);class u extends s.ViewComponent{className(){return"PersistentStore"}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 l.FileBrowserItem?t:l.FileBrowserItem.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}constructor(t,i){super(t),(0,r._)(this,"state",void 0),(0,r._)(this,"theme",void 0),(0,r._)(this,"sortBy",void 0),(0,r._)(this,"view",void 0),(0,r._)(this,"foldersPosition",void 0),(0,r._)(this,"tileSize",void 0),(0,r._)(this,"favorites",void 0),(0,r._)(this,"showSideBar",void 0),(0,r._)(this,"showPreview",void 0),(0,r._)(this,"showFavorites",void 0),this.state=i,this.sortBy="changed-desc",this.view="tiles",this.foldersPosition="top",this.tileSize="default",this.favorites=[],this.showSideBar=!0,this.showPreview=!1,this.showFavorites=!0}}(0,o.__decorate)([a.persistent],u.prototype,"theme",void 0),(0,o.__decorate)([a.persistent],u.prototype,"sortBy",void 0),(0,o.__decorate)([a.persistent],u.prototype,"view",void 0),(0,o.__decorate)([a.persistent],u.prototype,"foldersPosition",void 0),(0,o.__decorate)([a.persistent],u.prototype,"tileSize",void 0),(0,o.__decorate)([a.persistent],u.prototype,"favorites",void 0),(0,o.__decorate)([a.persistent],u.prototype,"showSideBar",void 0),(0,o.__decorate)([a.persistent],u.prototype,"showPreview",void 0),(0,o.__decorate)([a.persistent],u.prototype,"showFavorites",void 0),(0,o.__decorate)([(0,a.watch)("state.theme")],u.prototype,"onChangeThemeSetField",null),(0,o.__decorate)([(0,a.watch)("state.view")],u.prototype,"onChangeView",null),(0,o.__decorate)([(0,a.watch)("state.sortBy")],u.prototype,"onChangeSortBy",null),(0,o.__decorate)([(0,a.watch)("state.tileSize")],u.prototype,"onChangeTileSize",null),(0,o.__decorate)([(0,a.watch)("state.favorites")],u.prototype,"onChangeFavorites",null),(0,o.__decorate)([(0,a.watch)("state.showSideBar")],u.prototype,"onChangeShowSideBar",null),(0,o.__decorate)([(0,a.watch)("state.showPreview")],u.prototype,"onChangeShowPreview",null),(0,o.__decorate)([(0,a.watch)("state.showFavorites")],u.prototype,"onChangeShowFavorites",null),(0,o.__decorate)([(0,a.watch)("state.foldersPosition")],u.prototype,"onChangeFoldersPosition",null),u=(0,o.__decorate)([a.component],u)},42727:function(t,i,n){"use strict";n.r(i),i.default={"Line height":"Wysokość linii"}},42820:function(t,i,n){"use strict";n.r(i),i.default={Spellcheck:"Oikeinkirjoituksen tarkistus"}},42968:function(t,i,n){"use strict";n.d(i,{JElement:function(){return d}});var r=n(82749),o=n(99658),s=n(40273),a=n(82758),l=n(2748),u=n(38837);let c=new Set(a.INSEPARABLE_TAGS);class d{get isText(){return this.type===Node.TEXT_NODE}get isElement(){return this.type===Node.ELEMENT_NODE}get isComment(){return this.type===Node.COMMENT_NODE}get isSingle(){return c.has(this.name)}get length(){return this.children.length}static make(t,i=null){return new d(t,i)}wrap(t){var i;(0,u.assert)(null!=this.parent,"You can't wrap the root element");let n=d.make(document.createElement(t),this.parent),r=null!=(i=this.parent.children.indexOf(this))?i:-1;return -1===r?this.parent.append(n):this.parent.children[r]=n,n.append(this),n}append(t){return(0,u.assert)(t!==this,"Forbidden to add to yourself"),t.remove(),this.children.push(t),t.parent=this,this}get previousElement(){if(!this.parent)return null;let{children:t}=this.parent,i=t.indexOf(this);if(-1!==i){for(let n=i-1;n>=0;n-=1)if(t[n].isElement)return t[n]}return null}get lastElement(){let{children:t}=this;for(let i=t.length-1;i>=0;i-=1)if(t[i].isElement)return t[i];return null}get previous(){var t,i,n;return null!=(t=null!=(i=this.sibling(!1))?i:null==(n=this.parent)?void 0:n.previous)?t:null}get next(){var t,i,n;return null!=(t=null!=(i=this.sibling(!0))?i:null==(n=this.parent)?void 0:n.next)?t:null}sibling(t){if(!this.parent)return null;let{children:i}=this.parent,n=i.indexOf(this);return -1!==n&&i[n+(t?1:-1)]?i[n+(t?1:-1)]:null}forEach(t,i=!1){for(let n of[...this.children])if(!1===t(n)||i&&!1===n.forEach(t,!0))return!1}find(t,i=!0){let n=[];return this.forEach(i=>{t(i)&&n.push(i)},i),n}map(t){return this.children.map(t)}remove(){var t,i;let n=null==(t=this.parent)?void 0:t.children.indexOf(this);return null!=n&&-1!==n&&(null==(i=this.parent)||i.children.splice(n,1)),this}textBetween(t,i){let n=!1,r=[];return this.forEach(s=>{if(!n&&t(s)&&(n=!0),n&&s.isText&&r.push((0,o.html)(s)),n&&i(s))return!1},!0),r.join("")}constructor(t,i){(0,r._)(this,"parent",void 0),(0,r._)(this,"name",void 0),(0,r._)(this,"type",void 0),(0,r._)(this,"attributes",void 0),(0,r._)(this,"style",void 0),(0,r._)(this,"children",void 0),this.parent=i,this.name=t.nodeName.toLowerCase(),this.type=t.nodeType,this.attributes=function(t){let i={};if(l.Dom.isElement(t))for(let n=0,r=t.attributes;n<r.length;n+=1)i[r[n].name]=r[n].value;else i.nodeValue=t.nodeValue;return i}(t),this.style=new s.Style(this.attributes.style),this.children=[],t.childNodes.forEach(t=>this.children.push(d.make(t,this)))}}},43003:function(t,i,n){"use strict";var r=n(580);n(40329),r.pluginSystem.add("table",function(t){t.registerButton({name:"table",group:"insert"})})},43039:function(t){"use strict";t.exports=JSON.parse('[{"be":"#5cbf2a","bs":"#44c767","bc":"#18ab29","br":"28px","bse":"1px","bsh":false,"bsbr":0,"bsc":"#3dc21b","bsi":false,"bsox":0,"bsoy":0,"bssr":0,"fc":"#fff","ff":"Arial","fs":"17px","fse":false,"fw":false,"px":"31px","py":"16px","pbc":"#f5f5f5","s":true,"t":"green","ts":true,"tsbr":0,"tsc":"#2f6627","tsox":0,"tsoy":"1px"},{"be":"#476e9e","bs":"#7892c2","bc":"#4e6096","br":"10px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#9fb4f2","bsi":false,"bsox":0,"bsoy":0,"bssr":"2px","fc":"#fff","ff":"Arial","fs":"19px","fse":false,"fw":false,"px":"37px","py":"12px","pbc":"#f5f5f5","s":false,"t":"blue","ts":true,"tsbr":0,"tsc":"#283966","tsox":0,"tsoy":"1px"},{"be":"#408c99","bs":"#599bb3","bc":"#29668f","br":"8px","bse":0,"bsh":true,"bsbr":"14px","bsc":"#276873","bsi":false,"bsox":0,"bsoy":"10px","bssr":"-7px","fc":"#fff","ff":"Arial","fs":"20px","fse":false,"fw":true,"px":"32px","py":"13px","pbc":"#f5f5f5","s":false,"t":"turquoise","ts":true,"tsbr":0,"tsc":"#3d768a","tsox":0,"tsoy":"1px"},{"be":"#6c7c7c","bs":"#768d87","bc":"#566963","br":"5px","bse":"1px","bsh":true,"bsbr":"3px","bsc":"#91b8b3","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"23px","py":"11px","pbc":"#e8e7e2","s":false,"t":"dark grey","ts":true,"tsbr":0,"tsc":"#2b665e","tsox":0,"tsoy":"-1px"},{"be":"#72b352","bs":"#77b55a","bc":"#4b8f29","br":"4px","bse":"1px","bsh":true,"bsbr":"14px","bsc":"#3e7327","bsi":false,"bsox":0,"bsoy":"10px","bssr":"-7px","fc":"#fff","ff":"Arial","fs":"13px","fse":false,"fw":true,"px":"12px","py":"6px","pbc":"#f5f5f5","s":false,"t":"green","ts":true,"tsbr":0,"tsc":"#5b8a3c","tsox":0,"tsoy":"1px"},{"be":"#eb675e","bs":"#e4685d","bc":"#fff","br":"4px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#e67a73","bsi":true,"bsox":0,"bsoy":"39px","bssr":"-24px","fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":false,"px":"15px","py":"6px","pbc":"#f2f2f2","s":true,"t":"light red","ts":true,"tsbr":0,"tsc":"#b23e35","tsox":0,"tsoy":"1px"},{"be":"#b34332","bs":"#a73f2d","bc":"#241d13","br":0,"bse":"1px","bsh":true,"bsbr":0,"bsc":"#b54b3a","bsi":true,"bsox":0,"bsoy":"34px","bssr":"-15px","fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"23px","py":"9px","pbc":"#2a2218","s":true,"t":"brown","ts":true,"tsbr":0,"tsc":"#7a2a1d","tsox":0,"tsoy":"-1px"},{"be":"#0688fa","bs":"#2dabf9","bc":"#0b0e07","br":"3px","bse":"1px","bsh":true,"bsbr":"7px","bsc":"#29bbff","bsi":true,"bsox":0,"bsoy":"-3px","bssr":0,"fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":false,"px":"23px","py":"9px","pbc":"#1c1c1e","s":false,"t":"blue","ts":true,"tsbr":0,"tsc":"#263666","tsox":0,"tsoy":"1px"},{"be":"#415989","bs":"#2e466e","bc":"#1f2f47","br":"17px","bse":"1px","bsh":true,"bsbr":"15px","bsc":"#23395e","bsi":true,"bsox":0,"bsoy":0,"bssr":"3px","fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":false,"px":"13px","py":"6px","pbc":"#3f5c93","s":false,"t":"blue","ts":true,"tsbr":0,"tsc":"#263666","tsox":0,"tsoy":"1px"},{"be":"#bc3315","bs":"#d0451b","bc":"#942911","br":"3px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#cf866c","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"13px","fse":false,"fw":false,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"codecanyon","ts":true,"tsbr":0,"tsc":"#854629","tsox":0,"tsoy":"1px"},{"be":"#ccc2a6","bs":"#eae0c2","bc":"#333029","br":"15px","bse":"2px","bsh":true,"bsbr":0,"bsc":"#1c1b18","bsi":false,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#505739","ff":"Arial","fs":"14px","fse":false,"fw":true,"px":"16px","py":"12px","pbc":"#2d2e29","s":false,"t":"creme","ts":true,"tsbr":0,"tsc":"#fff","tsox":0,"tsoy":"1px"},{"be":"#634b30","bs":"#7d5d3b","bc":"#54381e","br":"3px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#a6827e","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"13px","fse":false,"fw":false,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"themeforest","ts":true,"tsbr":0,"tsc":"#4d3534","tsox":0,"tsoy":"1px"},{"be":"#0061a7","bs":"#007dc1","bc":"#124d77","br":"3px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#54a3f7","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"13px","fse":false,"fw":false,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"graphicriver","ts":true,"tsbr":0,"tsc":"#154682","tsox":0,"tsoy":"1px"},{"be":"#019ad2","bs":"#33bdef","bc":"#057fd0","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#f0f7fa","bsi":false,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#e2e2e2","s":false,"t":"twitter","ts":true,"tsbr":0,"tsc":"#5b6178","tsox":0,"tsoy":"-1px"},{"be":"#ffab23","bs":"#ffec64","bc":"#ffaa22","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#fff6af","bsi":false,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#333333","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#e2e2e2","s":false,"t":"twitter","ts":true,"tsbr":0,"tsc":"#ffee66","tsox":0,"tsoy":"1px"},{"be":"#68a54b","bs":"#74ad5a","bc":"#3b6e22","br":0,"bse":"1px","bsh":true,"bsbr":0,"bsc":"#9acc85","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"13px","fse":false,"fw":true,"px":"12px","py":"6px","pbc":"#f5f5f5","s":false,"t":"facebook","ts":false,"tsbr":0,"tsc":"#92b879","tsox":0,"tsoy":"1px"},{"be":"#5972a7","bs":"#637aad","bc":"#314179","br":0,"bse":"1px","bsh":true,"bsbr":0,"bsc":"#7a8eb9","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"13px","fse":false,"fw":true,"px":"12px","py":"6px","pbc":"#3b5898","s":false,"t":"facebook","ts":false,"tsbr":0,"tsc":"#7a8eb9","tsox":0,"tsoy":"1px"},{"be":"#bab1ba","bs":"#ededed","bc":"#d6bcd6","br":"15px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#899599","bsi":false,"bsox":"3px","bsoy":"4px","bssr":0,"fc":"#3a8a9e","ff":"Arial","fs":"17px","fse":false,"fw":false,"px":"25px","py":"7px","pbc":"#f5f5f5","s":false,"t":"grey","ts":true,"tsbr":0,"tsc":"#e1e2ed","tsox":0,"tsoy":"1px"},{"be":"#f24437","bs":"#c62d1f","bc":"#d02718","br":"18px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#8a2a21","bsi":false,"bsox":"3px","bsoy":"4px","bssr":0,"fc":"#fff","ff":"Arial","fs":"17px","fse":false,"fw":false,"px":"25px","py":"7px","pbc":"#f5f5f5","s":false,"t":"red","ts":true,"tsbr":0,"tsc":"#810e05","tsox":0,"tsoy":"1px"},{"be":"#378de5","bs":"#79bbff","bc":"#337bc4","br":"5px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#1564ad","bsi":false,"bsox":"3px","bsoy":"4px","bssr":0,"fc":"#fff","ff":"Arial","fs":"17px","fse":false,"fw":true,"px":"44px","py":"12px","pbc":"#f5f5f5","s":false,"t":"blue","ts":true,"tsbr":0,"tsc":"#528ecc","tsox":0,"tsoy":"1px"},{"be":"#9ba892","bs":"#dbe6c4","bc":"#b2b8ad","br":"6px","bse":"1px","bsh":true,"bsbr":"14px","bsc":"#f2fadc","bsi":true,"bsox":0,"bsoy":0,"bssr":"-3px","fc":"#757d6f","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"olive","ts":true,"tsbr":0,"tsc":"#ced9bf","tsox":0,"tsoy":"1px"},{"be":"#bc80ea","bs":"#dfbdfa","bc":"#c584f3","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#efdcfb","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"purple","ts":true,"tsbr":0,"tsc":"#9752cc","tsox":0,"tsoy":"1px"},{"be":"#80b5ea","bs":"#bddbfa","bc":"#84bbf3","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#dcecfb","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"light blue","ts":true,"tsbr":0,"tsc":"#528ecc","tsox":0,"tsoy":"1px"},{"be":"#f6f6f6","bs":"#fff","bc":"#dcdcdc","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#fff","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#666666","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"white","ts":true,"tsbr":0,"tsc":"#fff","tsox":0,"tsoy":"1px"},{"be":"#e4685d","bs":"#fc8d83","bc":"#d83526","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#f7c5c0","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"light red","ts":true,"tsbr":0,"tsc":"#b23e35","tsox":0,"tsoy":"1px"},{"be":"#468ccf","bs":"#63b8ee","bc":"#3866a3","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#bee2f9","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#14396a","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"dark blue","ts":true,"tsbr":0,"tsc":"#7cacde","tsox":0,"tsoy":"1px"},{"be":"#ffab23","bs":"#ffec64","bc":"#ffaa22","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#fff6af","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#333333","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"orange","ts":true,"tsbr":0,"tsc":"#ffee66","tsox":0,"tsoy":"1px"},{"be":"#77a809","bs":"#89c403","bc":"#74b807","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#a4e271","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"green","ts":true,"tsbr":0,"tsc":"#528009","tsox":0,"tsoy":"1px"},{"be":"#e9e9e9","bs":"#f9f9f9","bc":"#dcdcdc","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#fff","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#666666","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"light grey","ts":true,"tsbr":0,"tsc":"#fff","tsox":0,"tsoy":"1px"},{"be":"#a20dbd","bs":"#c123de","bc":"#a511c0","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#e184f3","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"purple","ts":true,"tsbr":0,"tsc":"#9b14b3","tsox":0,"tsoy":"1px"},{"be":"#1e62d0","bs":"#3d94f6","bc":"#337fed","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#97c4fe","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"blue","ts":true,"tsbr":0,"tsc":"#1570cd","tsox":0,"tsoy":"1px"},{"be":"#ef027d","bs":"#ff5bb0","bc":"#ee1eb5","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#fbafe3","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"pink","ts":true,"tsbr":0,"tsc":"#c70067","tsox":0,"tsoy":"1px"},{"be":"#f2ab1e","bs":"#f0c911","bc":"#e65f44","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#f9eca0","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#c92200","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"orange","ts":true,"tsbr":0,"tsc":"#ded17c","tsox":0,"tsoy":"1px"},{"be":"#c62d1f","bs":"#f24537","bc":"#d02718","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#f5978e","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"red","ts":true,"tsbr":0,"tsc":"#810e05","tsox":0,"tsoy":"1px"},{"be":"#a5cc52","bs":"#b8e356","bc":"#83c41a","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#d9fbbe","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"light green","ts":true,"tsbr":0,"tsc":"#86ae47","tsox":0,"tsoy":"1px"},{"be":"#fb9e25","bs":"#ffc477","bc":"#eeb44f","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#fce2c1","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"light orange","ts":true,"tsbr":0,"tsc":"#cc9f52","tsox":0,"tsoy":"1px"},{"be":"#dfdfdf","bs":"#ededed","bc":"#dcdcdc","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#fff","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#777777","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"grey","ts":true,"tsbr":0,"tsc":"#fff","tsox":0,"tsoy":"1px"},{"be":"#378de5","bs":"#79bbff","bc":"#84bbf3","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#bbdaf7","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"blue","ts":true,"tsbr":0,"tsc":"#528ecc","tsox":0,"tsoy":"1px"},{"be":"#5cb811","bs":"#77d42a","bc":"#268a16","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#caefab","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#306108","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"green","ts":true,"tsbr":0,"tsc":"#aade7c","tsox":0,"tsoy":"1px"},{"be":"#ce0100","bs":"#fe1a00","bc":"#d83526","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#f29c93","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"red","ts":true,"tsbr":0,"tsc":"#b23e35","tsox":0,"tsoy":"1px"}]')},43267:function(t,i,n){"use strict";n.r(i),n.d(i,{checkBlockNesting:function(){return r.checkBlockNesting}});var r=n(78720)},43463:function(t,i,n){"use strict";n.d(i,{moveTheNodeAlongTheEdgeOutward:function(){return o}});var r=n(2748);function o(t,i,n){let o=t;for(;o&&o!==n&&!(r.Dom.findSibling(o,i)||r.Dom.isBlock(o.parentElement));)(o=o.parentElement)&&o!==n&&(i?r.Dom.before(o,t):r.Dom.after(o,t))}},43478:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1664 960q-152-236-381-353 61 104 61 225 0 185-131.5 316.5t-316.5 131.5-316.5-131.5-131.5-316.5q0-121 61-225-229 117-381 353 133 205 333.5 326.5t434.5 121.5 434.5-121.5 333.5-326.5zm-720-384q0-20-14-34t-34-14q-125 0-214.5 89.5t-89.5 214.5q0 20 14 34t34 14 34-14 14-34q0-86 61-147t147-61q20 0 34-14t14-34zm848 384q0 34-20 69-140 230-376.5 368.5t-499.5 138.5-499.5-139-376.5-368q-20-35-20-69t20-69q140-229 376.5-368t499.5-139 499.5 139 376.5 368q20 35 20 69z"/> </svg> '},43555:function(t,i,n){"use strict";n.d(i,{$$:function(){return A.$$},ConfigDeepFlatten:function(){return d.ConfigDeepFlatten},ConfigFlatten:function(){return d.ConfigFlatten},ConfigProto:function(){return d.ConfigProto},ConnectionError:function(){return b.ConnectionError},LimitedStack:function(){return x.LimitedStack},OptionsError:function(){return b.OptionsError},abort:function(){return b.abort},alignElement:function(){return r.alignElement},alreadyLoadedList:function(){return o.alreadyLoadedList},appendScriptAsync:function(){return o.appendScriptAsync},appendStyleAsync:function(){return o.appendStyleAsync},assert:function(){return s.assert},attr:function(){return a.attr},browser:function(){return l.browser},buildQuery:function(){return u.buildQuery},call:function(){return I.call},callPromise:function(){return I.callPromise},clearAlign:function(){return r.clearAlign},clearCenterAlign:function(){return p.clearCenterAlign},cns:function(){return w.cns},completeUrl:function(){return c.completeUrl},connection:function(){return b.connection},convertMediaUrlToVideoEmbed:function(){return h.convertMediaUrlToVideoEmbed},css:function(){return p.css},cssPath:function(){return A.cssPath},ctrlKey:function(){return f.ctrlKey},dataBind:function(){return m.dataBind},defaultLanguage:function(){return g.defaultLanguage},error:function(){return b.error},fastClone:function(){return v.fastClone},get:function(){return y.get},getClassName:function(){return _.getClassName},getDataTransfer:function(){return I.getDataTransfer},getPropertyDescriptor:function(){return I.getPropertyDescriptor},getXPathByElement:function(){return A.getXPathByElement},hAlignElement:function(){return r.hAlignElement},humanSizeToBytes:function(){return C.humanSizeToBytes},inView:function(){return S.inView},isAtom:function(){return v.isAtom},keepNames:function(){return _.keepNames},keys:function(){return I.keys},loadImage:function(){return I.loadImage},loadNext:function(){return o.loadNext},loadNextStyle:function(){return o.loadNextStyle},markAsAtomic:function(){return v.markAsAtomic},markDeprecated:function(){return w.markDeprecated},markOwner:function(){return I.markOwner},memorizeExec:function(){return I.memorizeExec},options:function(){return b.options},parseQuery:function(){return F.parseQuery},previewBox:function(){return E.previewBox},refs:function(){return A.refs},reset:function(){return k.reset},resolveElement:function(){return A.resolveElement},scrollIntoViewIfNeeded:function(){return S.scrollIntoViewIfNeeded},set:function(){return D.set}});var r=n(25726),o=n(63799),s=n(38837),a=n(29960),l=n(97639),u=n(44710),c=n(66292),d=n(68934),h=n(55877),p=n(41180),f=n(15456),m=n(86583),g=n(96325),b=n(89890),v=n(97735),y=n(94643),_=n(80568),C=n(38420),w=n(95942),F=n(82501),E=n(11628),k=n(58844),S=n(26395),A=n(76078),D=n(3703),x=n(50535),I=n(37790)},43646:function(t,i,n){"use strict";n.r(i),i.default={"Line height":"Altura da linha"}},43649:function(t,i,n){"use strict";n.d(i,{flatButtonsSet:function(){return s},isButtonGroup:function(){return o}});var r=n(68345);let o=t=>(0,r.isArray)(t.buttons);function s(t,i){let n=i.getRegisteredButtonGroups();return new Set(t.reduce((t,i)=>{var r;return o(i)?t=t.concat([...i.buttons,...null!=(r=n[i.group])?r:[]]):t.push(i),t},[]))}},43692:function(t,i,n){"use strict";n.d(i,{UIBrowserFolder:function(){return u}});var r=n(82749),o=n(31635),s=n(87325),a=n(38837),l=n(67510);class u extends l.UIElement{className(){return"UIBrowserFolder"}render(){return`<div>
207
+ </div>`}constructor(t,i){super(t,i),(0,r._)(this,"data",void 0),(0,r._)(this,"tree",void 0),(0,r._)(this,"syncMod",void 0),this.data=i,this.tree=new u.UITree(this.j,this.data.children),this.syncMod=!0;const n=this.getElm("name");(0,a.assert)(null!=n,"name element does not exists"),n.innerText=i.title||i.name;const o=this.getElm("tree");(0,a.assert)(null!=o,"tree element does not exists"),o.appendChild(this.tree.container),t.e.on(this.container,"contextmenu",n=>t.e.fire("contextmenuSource.filebrowser",i,n))}}c=(0,o.__decorate)([s.component],c)},42107:function(t,i,n){"use strict";n.r(i),i.default={Spellcheck:"拼字檢查"}},42247:function(t,i,n){"use strict";n.r(i),i.default={Spellcheck:"Yazım denetimi"}},42263:function(t,i,n){"use strict";var r=n(82758),o=n(580),s=n(21537),a=n(50911);n(78524);class l extends a.Plugin{afterInit(t){(0,s.keys)(t.o.commandToHotkeys,!1).forEach(i=>{let n=t.o.commandToHotkeys[i];n&&((0,s.isArray)(n)||(0,s.isString)(n))&&t.registerHotkeyToCommand(n,i)});let i=!1;t.e.off(".hotkeys").on([t.ow,t.ew],"keydown.hotkeys",t=>{if(t.key===r.KEY_ESC)return this.j.e.fire("escape",t)}).on("keydown.hotkeys",n=>{let r=this.onKeyPress(n),o={shouldStop:!0};if(!1===this.j.e.fire(r+".hotkey",n.type,o))if(o.shouldStop)return i=!0,t.e.stopPropagation("keydown"),!1;else n.preventDefault()},{top:!0}).on("keyup.hotkeys",()=>{if(i)return i=!1,t.e.stopPropagation("keyup"),!1},{top:!0})}beforeDestruct(t){t.events&&t.e.off(".hotkeys")}constructor(){super(...arguments),this.onKeyPress=t=>{let i=this.specialKeys[t.which],n=(t.key||String.fromCharCode(t.which)).toLowerCase(),r=[i||n];return["alt","ctrl","shift","meta"].forEach(n=>{t[n+"Key"]&&i!==n&&r.push(n)}),(0,s.normalizeKeyAliases)(r.join("+"))},this.specialKeys={8:"backspace",9:"tab",10:"return",13:"return",16:"shift",17:"ctrl",18:"alt",19:"pause",20:"capslock",27:"esc",32:"space",33:"pageup",34:"pagedown",35:"end",36:"home",37:"left",38:"up",39:"right",40:"down",45:"insert",46:"del",59:";",61:"=",91:"meta",96:"0",97:"1",98:"2",99:"3",100:"4",101:"5",102:"6",103:"7",104:"8",105:"9",106:"*",107:"+",109:"-",110:".",111:"/",112:"f1",113:"f2",114:"f3",115:"f4",116:"f5",117:"f6",118:"f7",119:"f8",120:"f9",121:"f10",122:"f11",123:"f12",144:"numlock",145:"scroll",173:"-",186:";",187:"=",188:",",189:"-",190:".",191:"/",192:"`",219:"[",220:"\\",221:"]",222:"'"}}}o.pluginSystem.add("hotkeys",l)},42312:function(t,i,n){"use strict";n.d(i,{removeFormatForSelection:function(){return a}});var r=n(2748),o=n(43555),s=n(84272);function a(t){let{s:i,editor:n,createInside:a}=t,{range:l}=i,u=l.cloneRange(),c=l.cloneRange(),d=a.fake(),h=a.fake();u.collapse(!0),c.collapse(!1),r.Dom.safeInsertNode(u,d),r.Dom.safeInsertNode(c,h),l.setStartBefore(d),l.collapse(!0),i.selectRange(l),(0,s.removeFormatForCollapsedSelection)(t,d),l.setEndAfter(h),l.collapse(!1),i.selectRange(l),(0,s.removeFormatForCollapsedSelection)(t,h);let p=[];r.Dom.between(d,h,t=>{(0,s.isInlineBlock)(t)&&!r.Dom.isTag(t,"a")&&p.push(t),r.Dom.isElement(t)&&(0,o.attr)(t,"style")&&(0,o.attr)(t,"style",null)}),p.forEach(t=>r.Dom.unwrap(t));let f=(t,i)=>{if(!r.Dom.findNotEmptySibling(t,i)){let r=t.parentNode;if(r&&r!==n&&(0,o.attr)(r,"style"))return(0,o.attr)(r,"style",null),f(r,i),!0}};f(d,!0)&&f(h,!1),l.setStartAfter(d),l.setEndBefore(h),i.selectRange(l),r.Dom.safeRemove(d),r.Dom.safeRemove(h)}},42320:function(t,i,n){"use strict";n.d(i,{isSet:function(){return o}});var r=n(23282);function o(t){return!!t&&(0,r.isFunction)(t.has)&&(0,r.isFunction)(t.add)&&(0,r.isFunction)(t.delete)}},42345:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M503 1271l-256 256q-10 9-23 9-12 0-23-9-9-10-9-23t9-23l256-256q10-9 23-9t23 9q9 10 9 23t-9 23zm169 41v320q0 14-9 23t-23 9-23-9-9-23v-320q0-14 9-23t23-9 23 9 9 23zm-224-224q0 14-9 23t-23 9h-320q-14 0-23-9t-9-23 9-23 23-9h320q14 0 23 9t9 23zm1264 128q0 120-85 203l-147 146q-83 83-203 83-121 0-204-85l-334-335q-21-21-42-56l239-18 273 274q27 27 68 27.5t68-26.5l147-146q28-28 28-67 0-40-28-68l-274-275 18-239q35 21 56 42l336 336q84 86 84 204zm-617-724l-239 18-273-274q-28-28-68-28-39 0-68 27l-147 146q-28 28-28 67 0 40 28 68l274 274-18 240q-35-21-56-42l-336-336q-84-86-84-204 0-120 85-203l147-146q83-83 203-83 121 0 204 85l334 335q21 21 42 56zm633 84q0 14-9 23t-23 9h-320q-14 0-23-9t-9-23 9-23 23-9h320q14 0 23 9t9 23zm-544-544v320q0 14-9 23t-23 9-23-9-9-23v-320q0-14 9-23t23-9 23 9 9 23zm407 151l-256 256q-11 9-23 9t-23-9q-9-10-9-23t9-23l256-256q10-9 23-9t23 9q9 10 9 23t-9 23z"/> </svg> '},42350:function(t){t.exports={"Show Blocks":"Uk\xe1zat Bloky"}},42370:function(t,i,n){"use strict";n.d(i,{UIMarkerEditor:function(){return l}});var r=n(31635),o=n(65478),s=n(14002),a=n(11093);class l extends s.UIBaseEditor{className(){return"UIMarkerEditor"}onReady(){var t;super.onReady();let i=new a.UIWysiwyg(this.j,this.options.googleMaps.inlineEditorOptions,null!=(t=this.state.text)?t:"",t=>this.j.e.fire(this,"change","text",t));this.append(i,"form")}}(0,r.__decorate)([(0,o.hook)("ready")],l.prototype,"onReady",null),l=(0,r.__decorate)([o.component],l)},42663:function(t,i,n){"use strict";n.d(i,{PersistentStore:function(){return u}});var r=n(82749),o=n(31635),s=n(91907),a=n(65478),l=n(159);class u extends s.ViewComponent{className(){return"PersistentStore"}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 l.FileBrowserItem?t:l.FileBrowserItem.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}constructor(t,i){super(t),(0,r._)(this,"state",void 0),(0,r._)(this,"theme",void 0),(0,r._)(this,"sortBy",void 0),(0,r._)(this,"view",void 0),(0,r._)(this,"foldersPosition",void 0),(0,r._)(this,"tileSize",void 0),(0,r._)(this,"favorites",void 0),(0,r._)(this,"showSideBar",void 0),(0,r._)(this,"showPreview",void 0),(0,r._)(this,"showFavorites",void 0),this.state=i,this.sortBy="changed-desc",this.view="tiles",this.foldersPosition="top",this.tileSize="default",this.favorites=[],this.showSideBar=!0,this.showPreview=!1,this.showFavorites=!0}}(0,o.__decorate)([a.persistent],u.prototype,"theme",void 0),(0,o.__decorate)([a.persistent],u.prototype,"sortBy",void 0),(0,o.__decorate)([a.persistent],u.prototype,"view",void 0),(0,o.__decorate)([a.persistent],u.prototype,"foldersPosition",void 0),(0,o.__decorate)([a.persistent],u.prototype,"tileSize",void 0),(0,o.__decorate)([a.persistent],u.prototype,"favorites",void 0),(0,o.__decorate)([a.persistent],u.prototype,"showSideBar",void 0),(0,o.__decorate)([a.persistent],u.prototype,"showPreview",void 0),(0,o.__decorate)([a.persistent],u.prototype,"showFavorites",void 0),(0,o.__decorate)([(0,a.watch)("state.theme")],u.prototype,"onChangeThemeSetField",null),(0,o.__decorate)([(0,a.watch)("state.view")],u.prototype,"onChangeView",null),(0,o.__decorate)([(0,a.watch)("state.sortBy")],u.prototype,"onChangeSortBy",null),(0,o.__decorate)([(0,a.watch)("state.tileSize")],u.prototype,"onChangeTileSize",null),(0,o.__decorate)([(0,a.watch)("state.favorites")],u.prototype,"onChangeFavorites",null),(0,o.__decorate)([(0,a.watch)("state.showSideBar")],u.prototype,"onChangeShowSideBar",null),(0,o.__decorate)([(0,a.watch)("state.showPreview")],u.prototype,"onChangeShowPreview",null),(0,o.__decorate)([(0,a.watch)("state.showFavorites")],u.prototype,"onChangeShowFavorites",null),(0,o.__decorate)([(0,a.watch)("state.foldersPosition")],u.prototype,"onChangeFoldersPosition",null),u=(0,o.__decorate)([a.component],u)},42727:function(t,i,n){"use strict";n.r(i),i.default={"Line height":"Wysokość linii"}},42820:function(t,i,n){"use strict";n.r(i),i.default={Spellcheck:"Oikeinkirjoituksen tarkistus"}},42968:function(t,i,n){"use strict";n.d(i,{JElement:function(){return d}});var r=n(82749),o=n(99658),s=n(40273),a=n(82758),l=n(2748),u=n(38837);let c=new Set(a.INSEPARABLE_TAGS);class d{get isText(){return this.type===Node.TEXT_NODE}get isElement(){return this.type===Node.ELEMENT_NODE}get isComment(){return this.type===Node.COMMENT_NODE}get isSingle(){return c.has(this.name)}get length(){return this.children.length}static make(t,i=null){return new d(t,i)}wrap(t){var i;(0,u.assert)(null!=this.parent,"You can't wrap the root element");let n=d.make(document.createElement(t),this.parent),r=null!=(i=this.parent.children.indexOf(this))?i:-1;return -1===r?this.parent.append(n):this.parent.children[r]=n,n.append(this),n}append(t){return(0,u.assert)(t!==this,"Forbidden to add to yourself"),t.remove(),this.children.push(t),t.parent=this,this}get previousElement(){if(!this.parent)return null;let{children:t}=this.parent,i=t.indexOf(this);if(-1!==i){for(let n=i-1;n>=0;n-=1)if(t[n].isElement)return t[n]}return null}get lastElement(){let{children:t}=this;for(let i=t.length-1;i>=0;i-=1)if(t[i].isElement)return t[i];return null}get previous(){var t,i,n;return null!=(t=null!=(i=this.sibling(!1))?i:null==(n=this.parent)?void 0:n.previous)?t:null}get next(){var t,i,n;return null!=(t=null!=(i=this.sibling(!0))?i:null==(n=this.parent)?void 0:n.next)?t:null}sibling(t){if(!this.parent)return null;let{children:i}=this.parent,n=i.indexOf(this);return -1!==n&&i[n+(t?1:-1)]?i[n+(t?1:-1)]:null}forEach(t,i=!1){for(let n of[...this.children])if(!1===t(n)||i&&!1===n.forEach(t,!0))return!1}find(t,i=!0){let n=[];return this.forEach(i=>{t(i)&&n.push(i)},i),n}map(t){return this.children.map(t)}remove(){var t,i;let n=null==(t=this.parent)?void 0:t.children.indexOf(this);return null!=n&&-1!==n&&(null==(i=this.parent)||i.children.splice(n,1)),this}textBetween(t,i){let n=!1,r=[];return this.forEach(s=>{if(!n&&t(s)&&(n=!0),n&&s.isText&&r.push((0,o.html)(s)),n&&i(s))return!1},!0),r.join("")}constructor(t,i){(0,r._)(this,"parent",void 0),(0,r._)(this,"name",void 0),(0,r._)(this,"type",void 0),(0,r._)(this,"attributes",void 0),(0,r._)(this,"style",void 0),(0,r._)(this,"children",void 0),this.parent=i,this.name=t.nodeName.toLowerCase(),this.type=t.nodeType,this.attributes=function(t){let i={};if(l.Dom.isElement(t))for(let n=0,r=t.attributes;n<r.length;n+=1)i[r[n].name]=r[n].value;else i.nodeValue=t.nodeValue;return i}(t),this.style=new s.Style(this.attributes.style),this.children=[],t.childNodes.forEach(t=>this.children.push(d.make(t,this)))}}},43003:function(t,i,n){"use strict";var r=n(580);n(40329),r.pluginSystem.add("table",function(t){t.registerButton({name:"table",group:"insert"})})},43039:function(t){"use strict";t.exports=JSON.parse('[{"be":"#5cbf2a","bs":"#44c767","bc":"#18ab29","br":"28px","bse":"1px","bsh":false,"bsbr":0,"bsc":"#3dc21b","bsi":false,"bsox":0,"bsoy":0,"bssr":0,"fc":"#fff","ff":"Arial","fs":"17px","fse":false,"fw":false,"px":"31px","py":"16px","pbc":"#f5f5f5","s":true,"t":"green","ts":true,"tsbr":0,"tsc":"#2f6627","tsox":0,"tsoy":"1px"},{"be":"#476e9e","bs":"#7892c2","bc":"#4e6096","br":"10px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#9fb4f2","bsi":false,"bsox":0,"bsoy":0,"bssr":"2px","fc":"#fff","ff":"Arial","fs":"19px","fse":false,"fw":false,"px":"37px","py":"12px","pbc":"#f5f5f5","s":false,"t":"blue","ts":true,"tsbr":0,"tsc":"#283966","tsox":0,"tsoy":"1px"},{"be":"#408c99","bs":"#599bb3","bc":"#29668f","br":"8px","bse":0,"bsh":true,"bsbr":"14px","bsc":"#276873","bsi":false,"bsox":0,"bsoy":"10px","bssr":"-7px","fc":"#fff","ff":"Arial","fs":"20px","fse":false,"fw":true,"px":"32px","py":"13px","pbc":"#f5f5f5","s":false,"t":"turquoise","ts":true,"tsbr":0,"tsc":"#3d768a","tsox":0,"tsoy":"1px"},{"be":"#6c7c7c","bs":"#768d87","bc":"#566963","br":"5px","bse":"1px","bsh":true,"bsbr":"3px","bsc":"#91b8b3","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"23px","py":"11px","pbc":"#e8e7e2","s":false,"t":"dark grey","ts":true,"tsbr":0,"tsc":"#2b665e","tsox":0,"tsoy":"-1px"},{"be":"#72b352","bs":"#77b55a","bc":"#4b8f29","br":"4px","bse":"1px","bsh":true,"bsbr":"14px","bsc":"#3e7327","bsi":false,"bsox":0,"bsoy":"10px","bssr":"-7px","fc":"#fff","ff":"Arial","fs":"13px","fse":false,"fw":true,"px":"12px","py":"6px","pbc":"#f5f5f5","s":false,"t":"green","ts":true,"tsbr":0,"tsc":"#5b8a3c","tsox":0,"tsoy":"1px"},{"be":"#eb675e","bs":"#e4685d","bc":"#fff","br":"4px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#e67a73","bsi":true,"bsox":0,"bsoy":"39px","bssr":"-24px","fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":false,"px":"15px","py":"6px","pbc":"#f2f2f2","s":true,"t":"light red","ts":true,"tsbr":0,"tsc":"#b23e35","tsox":0,"tsoy":"1px"},{"be":"#b34332","bs":"#a73f2d","bc":"#241d13","br":0,"bse":"1px","bsh":true,"bsbr":0,"bsc":"#b54b3a","bsi":true,"bsox":0,"bsoy":"34px","bssr":"-15px","fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"23px","py":"9px","pbc":"#2a2218","s":true,"t":"brown","ts":true,"tsbr":0,"tsc":"#7a2a1d","tsox":0,"tsoy":"-1px"},{"be":"#0688fa","bs":"#2dabf9","bc":"#0b0e07","br":"3px","bse":"1px","bsh":true,"bsbr":"7px","bsc":"#29bbff","bsi":true,"bsox":0,"bsoy":"-3px","bssr":0,"fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":false,"px":"23px","py":"9px","pbc":"#1c1c1e","s":false,"t":"blue","ts":true,"tsbr":0,"tsc":"#263666","tsox":0,"tsoy":"1px"},{"be":"#415989","bs":"#2e466e","bc":"#1f2f47","br":"17px","bse":"1px","bsh":true,"bsbr":"15px","bsc":"#23395e","bsi":true,"bsox":0,"bsoy":0,"bssr":"3px","fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":false,"px":"13px","py":"6px","pbc":"#3f5c93","s":false,"t":"blue","ts":true,"tsbr":0,"tsc":"#263666","tsox":0,"tsoy":"1px"},{"be":"#bc3315","bs":"#d0451b","bc":"#942911","br":"3px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#cf866c","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"13px","fse":false,"fw":false,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"codecanyon","ts":true,"tsbr":0,"tsc":"#854629","tsox":0,"tsoy":"1px"},{"be":"#ccc2a6","bs":"#eae0c2","bc":"#333029","br":"15px","bse":"2px","bsh":true,"bsbr":0,"bsc":"#1c1b18","bsi":false,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#505739","ff":"Arial","fs":"14px","fse":false,"fw":true,"px":"16px","py":"12px","pbc":"#2d2e29","s":false,"t":"creme","ts":true,"tsbr":0,"tsc":"#fff","tsox":0,"tsoy":"1px"},{"be":"#634b30","bs":"#7d5d3b","bc":"#54381e","br":"3px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#a6827e","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"13px","fse":false,"fw":false,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"themeforest","ts":true,"tsbr":0,"tsc":"#4d3534","tsox":0,"tsoy":"1px"},{"be":"#0061a7","bs":"#007dc1","bc":"#124d77","br":"3px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#54a3f7","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"13px","fse":false,"fw":false,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"graphicriver","ts":true,"tsbr":0,"tsc":"#154682","tsox":0,"tsoy":"1px"},{"be":"#019ad2","bs":"#33bdef","bc":"#057fd0","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#f0f7fa","bsi":false,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#e2e2e2","s":false,"t":"twitter","ts":true,"tsbr":0,"tsc":"#5b6178","tsox":0,"tsoy":"-1px"},{"be":"#ffab23","bs":"#ffec64","bc":"#ffaa22","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#fff6af","bsi":false,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#333333","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#e2e2e2","s":false,"t":"twitter","ts":true,"tsbr":0,"tsc":"#ffee66","tsox":0,"tsoy":"1px"},{"be":"#68a54b","bs":"#74ad5a","bc":"#3b6e22","br":0,"bse":"1px","bsh":true,"bsbr":0,"bsc":"#9acc85","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"13px","fse":false,"fw":true,"px":"12px","py":"6px","pbc":"#f5f5f5","s":false,"t":"facebook","ts":false,"tsbr":0,"tsc":"#92b879","tsox":0,"tsoy":"1px"},{"be":"#5972a7","bs":"#637aad","bc":"#314179","br":0,"bse":"1px","bsh":true,"bsbr":0,"bsc":"#7a8eb9","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"13px","fse":false,"fw":true,"px":"12px","py":"6px","pbc":"#3b5898","s":false,"t":"facebook","ts":false,"tsbr":0,"tsc":"#7a8eb9","tsox":0,"tsoy":"1px"},{"be":"#bab1ba","bs":"#ededed","bc":"#d6bcd6","br":"15px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#899599","bsi":false,"bsox":"3px","bsoy":"4px","bssr":0,"fc":"#3a8a9e","ff":"Arial","fs":"17px","fse":false,"fw":false,"px":"25px","py":"7px","pbc":"#f5f5f5","s":false,"t":"grey","ts":true,"tsbr":0,"tsc":"#e1e2ed","tsox":0,"tsoy":"1px"},{"be":"#f24437","bs":"#c62d1f","bc":"#d02718","br":"18px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#8a2a21","bsi":false,"bsox":"3px","bsoy":"4px","bssr":0,"fc":"#fff","ff":"Arial","fs":"17px","fse":false,"fw":false,"px":"25px","py":"7px","pbc":"#f5f5f5","s":false,"t":"red","ts":true,"tsbr":0,"tsc":"#810e05","tsox":0,"tsoy":"1px"},{"be":"#378de5","bs":"#79bbff","bc":"#337bc4","br":"5px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#1564ad","bsi":false,"bsox":"3px","bsoy":"4px","bssr":0,"fc":"#fff","ff":"Arial","fs":"17px","fse":false,"fw":true,"px":"44px","py":"12px","pbc":"#f5f5f5","s":false,"t":"blue","ts":true,"tsbr":0,"tsc":"#528ecc","tsox":0,"tsoy":"1px"},{"be":"#9ba892","bs":"#dbe6c4","bc":"#b2b8ad","br":"6px","bse":"1px","bsh":true,"bsbr":"14px","bsc":"#f2fadc","bsi":true,"bsox":0,"bsoy":0,"bssr":"-3px","fc":"#757d6f","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"olive","ts":true,"tsbr":0,"tsc":"#ced9bf","tsox":0,"tsoy":"1px"},{"be":"#bc80ea","bs":"#dfbdfa","bc":"#c584f3","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#efdcfb","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"purple","ts":true,"tsbr":0,"tsc":"#9752cc","tsox":0,"tsoy":"1px"},{"be":"#80b5ea","bs":"#bddbfa","bc":"#84bbf3","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#dcecfb","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"light blue","ts":true,"tsbr":0,"tsc":"#528ecc","tsox":0,"tsoy":"1px"},{"be":"#f6f6f6","bs":"#fff","bc":"#dcdcdc","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#fff","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#666666","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"white","ts":true,"tsbr":0,"tsc":"#fff","tsox":0,"tsoy":"1px"},{"be":"#e4685d","bs":"#fc8d83","bc":"#d83526","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#f7c5c0","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"light red","ts":true,"tsbr":0,"tsc":"#b23e35","tsox":0,"tsoy":"1px"},{"be":"#468ccf","bs":"#63b8ee","bc":"#3866a3","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#bee2f9","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#14396a","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"dark blue","ts":true,"tsbr":0,"tsc":"#7cacde","tsox":0,"tsoy":"1px"},{"be":"#ffab23","bs":"#ffec64","bc":"#ffaa22","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#fff6af","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#333333","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"orange","ts":true,"tsbr":0,"tsc":"#ffee66","tsox":0,"tsoy":"1px"},{"be":"#77a809","bs":"#89c403","bc":"#74b807","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#a4e271","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"green","ts":true,"tsbr":0,"tsc":"#528009","tsox":0,"tsoy":"1px"},{"be":"#e9e9e9","bs":"#f9f9f9","bc":"#dcdcdc","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#fff","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#666666","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"light grey","ts":true,"tsbr":0,"tsc":"#fff","tsox":0,"tsoy":"1px"},{"be":"#a20dbd","bs":"#c123de","bc":"#a511c0","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#e184f3","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"purple","ts":true,"tsbr":0,"tsc":"#9b14b3","tsox":0,"tsoy":"1px"},{"be":"#1e62d0","bs":"#3d94f6","bc":"#337fed","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#97c4fe","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"blue","ts":true,"tsbr":0,"tsc":"#1570cd","tsox":0,"tsoy":"1px"},{"be":"#ef027d","bs":"#ff5bb0","bc":"#ee1eb5","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#fbafe3","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"pink","ts":true,"tsbr":0,"tsc":"#c70067","tsox":0,"tsoy":"1px"},{"be":"#f2ab1e","bs":"#f0c911","bc":"#e65f44","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#f9eca0","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#c92200","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"orange","ts":true,"tsbr":0,"tsc":"#ded17c","tsox":0,"tsoy":"1px"},{"be":"#c62d1f","bs":"#f24537","bc":"#d02718","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#f5978e","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"red","ts":true,"tsbr":0,"tsc":"#810e05","tsox":0,"tsoy":"1px"},{"be":"#a5cc52","bs":"#b8e356","bc":"#83c41a","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#d9fbbe","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"light green","ts":true,"tsbr":0,"tsc":"#86ae47","tsox":0,"tsoy":"1px"},{"be":"#fb9e25","bs":"#ffc477","bc":"#eeb44f","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#fce2c1","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"light orange","ts":true,"tsbr":0,"tsc":"#cc9f52","tsox":0,"tsoy":"1px"},{"be":"#dfdfdf","bs":"#ededed","bc":"#dcdcdc","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#fff","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#777777","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"grey","ts":true,"tsbr":0,"tsc":"#fff","tsox":0,"tsoy":"1px"},{"be":"#378de5","bs":"#79bbff","bc":"#84bbf3","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#bbdaf7","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"blue","ts":true,"tsbr":0,"tsc":"#528ecc","tsox":0,"tsoy":"1px"},{"be":"#5cb811","bs":"#77d42a","bc":"#268a16","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#caefab","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#306108","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"green","ts":true,"tsbr":0,"tsc":"#aade7c","tsox":0,"tsoy":"1px"},{"be":"#ce0100","bs":"#fe1a00","bc":"#d83526","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#f29c93","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"red","ts":true,"tsbr":0,"tsc":"#b23e35","tsox":0,"tsoy":"1px"}]')},43267:function(t,i,n){"use strict";n.r(i),n.d(i,{checkBlockNesting:function(){return r.checkBlockNesting}});var r=n(78720)},43463:function(t,i,n){"use strict";n.d(i,{moveTheNodeAlongTheEdgeOutward:function(){return o}});var r=n(2748);function o(t,i,n){let o=t;for(;o&&o!==n&&!(r.Dom.findSibling(o,i)||r.Dom.isBlock(o.parentElement));)(o=o.parentElement)&&o!==n&&(i?r.Dom.before(o,t):r.Dom.after(o,t))}},43478:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1664 960q-152-236-381-353 61 104 61 225 0 185-131.5 316.5t-316.5 131.5-316.5-131.5-131.5-316.5q0-121 61-225-229 117-381 353 133 205 333.5 326.5t434.5 121.5 434.5-121.5 333.5-326.5zm-720-384q0-20-14-34t-34-14q-125 0-214.5 89.5t-89.5 214.5q0 20 14 34t34 14 34-14 14-34q0-86 61-147t147-61q20 0 34-14t14-34zm848 384q0 34-20 69-140 230-376.5 368.5t-499.5 138.5-499.5-139-376.5-368q-20-35-20-69t20-69q140-229 376.5-368t499.5-139 499.5 139 376.5 368q20 35 20 69z"/> </svg> '},43555:function(t,i,n){"use strict";n.d(i,{$$:function(){return A.$$},ConfigDeepFlatten:function(){return d.ConfigDeepFlatten},ConfigFlatten:function(){return d.ConfigFlatten},ConfigProto:function(){return d.ConfigProto},ConnectionError:function(){return b.ConnectionError},LimitedStack:function(){return x.LimitedStack},OptionsError:function(){return b.OptionsError},abort:function(){return b.abort},alignElement:function(){return r.alignElement},alreadyLoadedList:function(){return o.alreadyLoadedList},appendScriptAsync:function(){return o.appendScriptAsync},appendStyleAsync:function(){return o.appendStyleAsync},assert:function(){return s.assert},attr:function(){return a.attr},browser:function(){return l.browser},buildQuery:function(){return u.buildQuery},call:function(){return I.call},callPromise:function(){return I.callPromise},callThis:function(){return I.callThis},clearAlign:function(){return r.clearAlign},clearCenterAlign:function(){return p.clearCenterAlign},cns:function(){return w.cns},completeUrl:function(){return c.completeUrl},connection:function(){return b.connection},convertMediaUrlToVideoEmbed:function(){return h.convertMediaUrlToVideoEmbed},css:function(){return p.css},cssPath:function(){return A.cssPath},ctrlKey:function(){return f.ctrlKey},dataBind:function(){return m.dataBind},defaultLanguage:function(){return g.defaultLanguage},error:function(){return b.error},fastClone:function(){return v.fastClone},get:function(){return y.get},getClassName:function(){return _.getClassName},getDataTransfer:function(){return I.getDataTransfer},getPropertyDescriptor:function(){return I.getPropertyDescriptor},getXPathByElement:function(){return A.getXPathByElement},hAlignElement:function(){return r.hAlignElement},humanSizeToBytes:function(){return C.humanSizeToBytes},inView:function(){return S.inView},isAtom:function(){return v.isAtom},keepNames:function(){return _.keepNames},keys:function(){return I.keys},loadImage:function(){return I.loadImage},loadNext:function(){return o.loadNext},loadNextStyle:function(){return o.loadNextStyle},markAsAtomic:function(){return v.markAsAtomic},markDeprecated:function(){return w.markDeprecated},markOwner:function(){return I.markOwner},memorizeExec:function(){return I.memorizeExec},options:function(){return b.options},parseQuery:function(){return F.parseQuery},previewBox:function(){return E.previewBox},refs:function(){return A.refs},reset:function(){return k.reset},resolveElement:function(){return A.resolveElement},scrollIntoViewIfNeeded:function(){return S.scrollIntoViewIfNeeded},set:function(){return D.set}});var r=n(25726),o=n(63799),s=n(38837),a=n(29960),l=n(97639),u=n(44710),c=n(66292),d=n(68934),h=n(55877),p=n(41180),f=n(15456),m=n(86583),g=n(96325),b=n(89890),v=n(97735),y=n(94643),_=n(80568),C=n(38420),w=n(95942),F=n(82501),E=n(11628),k=n(58844),S=n(26395),A=n(76078),D=n(3703),x=n(50535),I=n(37790)},43646:function(t,i,n){"use strict";n.r(i),i.default={"Line height":"Altura da linha"}},43649:function(t,i,n){"use strict";n.d(i,{flatButtonsSet:function(){return s},isButtonGroup:function(){return o}});var r=n(68345);let o=t=>(0,r.isArray)(t.buttons);function s(t,i){let n=i.getRegisteredButtonGroups();return new Set(t.reduce((t,i)=>{var r;return o(i)?t=t.concat([...i.buttons,...null!=(r=n[i.group])?r:[]]):t.push(i),t},[]))}},43692:function(t,i,n){"use strict";n.d(i,{UIBrowserFolder:function(){return u}});var r=n(82749),o=n(31635),s=n(87325),a=n(38837),l=n(67510);class u extends l.UIElement{className(){return"UIBrowserFolder"}render(){return`<div>
208
208
  <div class="&__icon">
209
209
  <div class='&__loader'></div>
210
210
  <div class="&__icon-wrapper">
@@ -223,7 +223,7 @@ ${s}`.trim();n?yield this.__executeQuickCommandSilent(u,s):yield this.__executeQ
223
223
  background-position: top 2px ${"rtl"===this.j.o.direction?"left":"right"} 4px;
224
224
  background-repeat: no-repeat;
225
225
  position: relative;
226
- }`}).join("")}disable(){this.isEnabled=!1;let t=(0,u.cached)(this,"style");t&&(t.innerHTML="")}toggle(){this.isEnabled?this.disable():this.enable(),this.j.e.fire("updateToolbar")}afterInit(t){t.e.on("showBlocksEnabled",()=>this.isEnabled),t.registerCommand("enableShowBlocks",this.enable).registerCommand("disableShowBlocks",this.disable).registerCommand("toggleShowBlocks",this.toggle),this.j.o.showBlocks.enable&&this.enable()}beforeDestruct(t){this.disable(),c.Dom.safeRemove((0,u.cached)(this,"style"))}constructor(t){super(t),(0,r._)(this,"buttons",[{name:"showBlocks",group:"state"}]),(0,r._)(this,"isEnabled",!1),(0,d.extendLang)(s),p.Icon.set("showBlocks",l())}}(0,r._)(m,"requires",["license"]),(0,o.__decorate)([u.cache],m.prototype,"style",null),(0,o.__decorate)([u.autobind],m.prototype,"enable",null),(0,o.__decorate)([u.autobind],m.prototype,"disable",null),(0,o.__decorate)([u.autobind],m.prototype,"toggle",null),f.JoditPro.plugins.add("show-blocks",m)},47686:function(t,i,n){"use strict";n.d(i,{onTabInsideLi:function(){return r.onTabInsideLi}});var r=n(26658)},47749:function(t,i,n){"use strict";n.d(i,{readMargins:function(){return o}});var r=n(12475);function o(t,i,n){let o=!0,s=!1;["marginTop","marginRight","marginBottom","marginLeft"].forEach(n=>{let a=t.style.getPropertyValue((0,r.kebabCase)(n));if(!a){s=!0,i[n]=0;return}/^[0-9]+(px)?$/.test(a)&&(a=parseInt(a,10)),i[n]=a,(s&&i[n]||o&&"marginTop"!==n&&i[n]!==i.marginTop)&&(o=!1)}),n.marginIsLocked=o}},48038:function(t,i,n){"use strict";var r=n(6441);r.Config.prototype.toolbarSticky=!0,r.Config.prototype.toolbarDisableStickyForMobile=!0,r.Config.prototype.toolbarStickyOffset=0},48154:function(t){t.exports={"Show Blocks":"Mostrar Bloques"}},48538:function(t,i,n){"use strict";n.d(i,{UIElement:function(){return p}});var r,o=n(91907),s=n(55153),a=n(2748),l=n(70799),u=n(29960),c=n(14316),d=n(34176),h=n(12153);let p=r=class t extends o.ViewComponent{getRole(){var t;return(null==(t=this.options)?void 0:t.role)||""}get parentElement(){return this.__parentElement}set parentElement(t){this.__parentElement=t,t&&t.hookStatus("beforeDestruct",()=>this.destruct()),this.updateParentElement(this)}bubble(t){let i=this.parentElement;for(;i;)t(i),i=i.parentElement;return this}updateParentElement(t){var i;return null==(i=this.__parentElement)||i.updateParentElement(t),this}get(t,i){return super.get(t,i)||this.getElm(t)}closest(t){let i="object"==typeof t?i=>i===t:i=>o.Component.isInstanceOf(i,t),n=this.__parentElement;for(;n;){if(i(n))return n;n=!n.parentElement&&n.container.parentElement?r.closestElement(n.container.parentElement,r):n.parentElement}return null}static closestElement(t,i){let n=a.Dom.up(t,t=>{if(t){let{component:n}=t;return n&&o.Component.isInstanceOf(n,i)}return!1});return n?null==n?void 0:n.component:null}update(){}appendTo(t){return t.appendChild(this.container),this}clearName(t){return t.replace(/[^a-zA-Z0-9]/g,"_")}render(t){return this.j.c.div(this.componentName)}createContainer(t){let i=this.render(t);if((0,l.isString)(i)){let t=this.parseTemplate(i);return t.classList.add(this.componentName),t}return i}parseTemplate(t){return this.j.c.fromHTML(t.replace(/\*([^*]+?)\*/g,(t,i)=>h.Icon.get(i)||"").replace(/&_/g,this.componentName+"_").replace(/~([^~]+?)~/g,(t,i)=>this.i18n(i)))}destruct(){return a.Dom.safeRemove(this.container),this.parentElement=null,super.destruct()}constructor(t,i){super(t),this.name="",this.__parentElement=null,this.mods={},this.options=i,this.container=this.createContainer(i);const n=this.getRole();n&&(0,u.attr)(this.container,"role",n),Object.defineProperty(this.container,"component",{value:this,configurable:!0})}};p=r=function(t,i,n,r){var o,s=arguments.length,a=s<3?i:null===r?r=Object.getOwnPropertyDescriptor(i,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,r);else for(var l=t.length-1;l>=0;l--)(o=t[l])&&(a=(s<3?o(a):s>3?o(i,n,a):o(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a}([(0,s.derive)(d.Mods,c.Elms)],p)},48591:function(t,i,n){"use strict";n.d(i,{makeInstance:function(){return s}});var r=n(82758),o=n(23282);function s(t,i){try{try{return(0,o.isFunction)(i)?new i(t):i}catch(n){if((0,o.isFunction)(i)&&!i.prototype)return i(t)}}catch(t){if(!r.IS_PROD)throw t}return null}},48705:function(t,i,n){"use strict";n.d(i,{UISettingsButton:function(){return r.UISettingsButton}});var r=n(76697)},49033:function(t,i,n){"use strict";n.d(i,{normalizeKeyAliases:function(){return s}});var r=n(82758),o=n(49055);function s(t){let i={},n={meta:1,ctrl:2,control:2,alt:3,shift:4,space:5};return t.replace(/\+\+/g,"+add").split(/[\s]*\+[\s]*/).map(t=>(0,o.trim)(t.toLowerCase())).map(t=>r.KEY_ALIASES[t]||t).sort((t,i)=>n[t]&&!n[i]?-1:!n[t]&&n[i]?1:n[t]&&n[i]?n[t]-n[i]:t>i?1:-1).filter(t=>!i[t]&&""!==t&&(i[t]=!0)).join("+")}},49055:function(t,i,n){"use strict";n.d(i,{trim:function(){return o},trimChars:function(){return s},trimInv:function(){return a}});var r=n(82758);function o(t){return t.replace((0,r.SPACE_REG_EXP_END)(),"").replace((0,r.SPACE_REG_EXP_START)(),"")}function s(t,i){return t.replace(RegExp(`[${i}]+$`),"").replace(RegExp(`^[${i}]+`),"")}function a(t){return t.replace((0,r.INVISIBLE_SPACE_REG_EXP_END)(),"").replace((0,r.INVISIBLE_SPACE_REG_EXP_START)(),"")}},49155:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1728 608v704q0 92-66 158t-158 66h-1216q-92 0-158-66t-66-158v-960q0-92 66-158t158-66h320q92 0 158 66t66 158v32h672q92 0 158 66t66 158z"/> </svg> '},49377:function(t){t.exports='<svg viewBox="0 0 76 76" xmlns="http://www.w3.org/2000/svg"> <path d="M38 6.90909C36.2517 6.90909 34.7591 7.58381 33.5221 8.93324C32.2852 10.2827 31.6667 11.911 31.6667 13.8182V20.7273H30.0833V15.7074C30.0833 13.9801 29.5556 12.5137 28.5 11.3082C27.4444 10.1027 26.125 9.5 24.5417 9.5C23.0243 9.5 21.7214 10.0938 20.6328 11.2813C19.5443 12.4688 19 13.8902 19 15.5455V38.7017L17.4167 37.0824V27.7983C17.4167 26.071 16.8889 24.6046 15.8333 23.3991C14.7778 22.1937 13.4583 21.5909 11.875 21.5909C10.3576 21.5909 9.05469 22.1847 7.96615 23.3722C6.8776 24.5597 6.33333 25.9811 6.33333 27.6364V39.7273C6.33333 41.4186 6.91059 42.8939 8.0651 44.1534L23.4036 60.1307C24.6901 61.5341 25.3333 63.3693 25.3333 65.6364C25.3333 66.572 25.6467 67.3816 26.2734 68.0653C26.9002 68.7491 27.6424 69.0909 28.5 69.0909H60.1667C61.0243 69.0909 61.7665 68.7491 62.3932 68.0653C63.02 67.3816 63.3333 66.572 63.3333 65.6364V64.2869C63.3333 62.8116 63.4983 61.4261 63.8281 60.1307L69.1719 36.5966C69.5017 35.3011 69.6667 33.9157 69.6667 32.4403V19.1619C69.6667 17.4347 69.1389 15.9683 68.0833 14.7628C67.0278 13.5573 65.7083 12.9545 64.125 12.9545C62.6076 12.9545 61.3047 13.5483 60.2161 14.7358C59.1276 15.9233 58.5833 17.3447 58.5833 19V20.7273H57V13.9801C57 12.5407 56.5877 11.2363 55.763 10.0668C54.9384 8.89725 53.8828 8.16856 52.5964 7.88068C52.1345 7.80871 51.7552 7.77273 51.4583 7.77273C49.941 7.77273 48.638 8.36648 47.5495 9.55398C46.4609 10.7415 45.9167 12.1629 45.9167 13.8182V20.7273H44.3333V14.142C44.3333 12.3068 43.7973 10.6965 42.7253 9.31108C41.6532 7.92566 40.2925 7.14299 38.6432 6.96307C38.4783 6.92708 38.2639 6.90909 38 6.90909ZM38 0C40.7708 0 43.2283 0.899621 45.3724 2.69886C47.2526 1.47538 49.2813 0.863636 51.4583 0.863636C53.4045 0.863636 55.2352 1.34943 56.9505 2.32102C58.6658 3.29261 60.0842 4.66004 61.2057 6.4233C62.0964 6.1714 63.0694 6.04545 64.125 6.04545C67.4236 6.04545 70.2274 7.33191 72.5365 9.90483C74.8455 12.4777 76 15.5634 76 19.1619V32.4403C76 34.2756 75.7856 36.2188 75.3568 38.2699L69.9635 61.804C69.7656 62.6676 69.6667 63.9451 69.6667 65.6364C69.6667 68.5152 68.7431 70.9621 66.8958 72.9773C65.0486 74.9924 62.8056 76 60.1667 76H28.5C25.7292 76 23.4531 74.9474 21.6719 72.8423C19.8906 70.7372 19 68.1733 19 65.1506L3.76042 49.1733C1.25347 46.5464 0 43.3977 0 39.7273V27.6364C0 24.0739 1.16276 21.0241 3.48828 18.4872C5.8138 15.9503 8.60938 14.6818 11.875 14.6818C12.2378 14.6818 12.5017 14.6998 12.6667 14.7358C12.8646 11.3172 14.1098 8.43845 16.4023 6.09943C18.6949 3.76042 21.408 2.59091 24.5417 2.59091C26.2569 2.59091 27.8733 2.96875 29.3906 3.72443C31.7656 1.24148 34.6354 0 38 0Z"/> </svg>'},49399:function(t,i){"use strict";i.default='<svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"> <path d="M1088 1256v240q0 16-12 28t-28 12h-240q-16 0-28-12t-12-28v-240q0-16 12-28t28-12h240q16 0 28 12t12 28zm316-600q0 54-15.5 101t-35 76.5-55 59.5-57.5 43.5-61 35.5q-41 23-68.5 65t-27.5 67q0 17-12 32.5t-28 15.5h-240q-15 0-25.5-18.5t-10.5-37.5v-45q0-83 65-156.5t143-108.5q59-27 84-56t25-76q0-42-46.5-74t-107.5-32q-65 0-108 29-35 25-107 115-13 16-31 16-12 0-25-8l-164-125q-13-10-15.5-25t5.5-28q160-266 464-266 80 0 161 31t146 83 106 127.5 41 158.5z"/> </svg> '},49459:function(t,i,n){"use strict";function r(t,i,n={}){let o=t[i];if("string"!=typeof o||!n.allowEmpty&&""===o)throw Error(`Parameter "${i}" is required and must be a${n.allowEmpty?"":" non-empty"} string`);return o}n.d(i,{requireString:function(){return r}})},49759:function(t,i,n){"use strict";n.r(i),i.default={symbols:"Symbolit"}},49841:function(t,i,n){"use strict";n.r(i),i.default={symbols:"Szimb\xf3lum"}},49922:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M621 1280h595v-595zm-45-45l595-595h-595v595zm1152 77v192q0 14-9 23t-23 9h-224v224q0 14-9 23t-23 9h-192q-14 0-23-9t-9-23v-224h-864q-14 0-23-9t-9-23v-864h-224q-14 0-23-9t-9-23v-192q0-14 9-23t23-9h224v-224q0-14 9-23t23-9h192q14 0 23 9t9 23v224h851l246-247q10-9 23-9t23 9q9 10 9 23t-9 23l-247 246v851h224q14 0 23 9t9 23z"/> </svg> '},49996:function(t,i,n){"use strict";n.d(i,{FiniteStateMachine:function(){return a}});var r=n(82758),o=n(70799),s=n(38837);class a{setState(t){(0,s.assert)(!this.__previewsStates.has(t),"Circled states"),this.__previewsStates.add(t),this.__state=t}getState(){return this.__state}disableSilent(){this.silent=!1}dispatch(t,i){let n=this.transitions[this.getState()][t];if(n){let t=n.call(this,i);return(0,s.assert)(t&&t!==i,"Action should return new value"),(0,s.assert)((0,o.isString)(t.next),"Value should contain the next state"),(0,s.assert)(t.next!==this.getState(),"The new state should not be equal to the old one."),this.setState(t.next),r.IS_PROD||this.silent,t}throw Error(`invalid action: ${this.getState()}.${t.toString()}`)}constructor(t,i){this.transitions=i,this.silent=!0,this.__previewsStates=new Set,this.setState(t)}}},50050:function(t,i,n){"use strict";n.d(i,{ImageEditor:function(){return g},openImageEditor:function(){return b}});var r,o=n(91907),s=n(65478),a=n(22732),l=n(21537),u=n(62843),c=n(6441);n(62489);var d=n(22461),h=function(t,i,n,r){var o,s=arguments.length,a=s<3?i:null===r?r=Object.getOwnPropertyDescriptor(i,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,r);else for(var l=t.length-1;l>=0;l--)(o=t[l])&&(a=(s<3?o(a):s>3?o(i,n,a):o(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a};let p="jodit-image-editor",f="resize",m="crop",g=r=class t extends o.ViewComponent{className(){return"ImageEditor"}get o(){return this.options}hide(){this._dialog.close()}open(t,i){return this.j.async.promise(n=>{let r=new Date().getTime();this.image=this.j.c.element("img"),(0,l.$$)("img,.jodit-icon_loader",this.resize_box).forEach(a.Dom.safeRemove),(0,l.$$)("img,.jodit-icon_loader",this.crop_box).forEach(a.Dom.safeRemove),(0,l.css)(this.cropHandler,"background","transparent"),this.onSave=i,this.resize_box.appendChild(this.j.c.element("i",{class:"jodit-icon_loader"})),this.crop_box.appendChild(this.j.c.element("i",{class:"jodit-icon_loader"})),/\?/.test(t)?t+="&_tst="+r:t+="?_tst="+r,this.image.setAttribute("src",t),this._dialog.open();let{widthInput:o,heightInput:s}=(0,l.refs)(this.editor),u=()=>{this.isDestructed||(this.image.removeEventListener("load",u),this.naturalWidth=this.image.naturalWidth,this.naturalHeight=this.image.naturalHeight,o.value=this.naturalWidth.toString(),s.value=this.naturalHeight.toString(),this.ratio=this.naturalWidth/this.naturalHeight,this.resize_box.appendChild(this.image),this.cropImage=this.image.cloneNode(!0),this.crop_box.appendChild(this.cropImage),a.Dom.safeRemove.apply(null,(0,l.$$)(".jodit-icon_loader",this.editor)),this.activeTab===m&&this.showCrop(),this.j.e.fire(this.resizeHandler,"updatesize"),this.j.e.fire(this.cropHandler,"updatesize"),this._dialog.setPosition(),this.j.e.fire("afterImageEditor"),n(this._dialog))};this.image.addEventListener("load",u),this.image.complete&&u()})}onTitleModeClick(t){let i=t.target,n=null==i?void 0:i.parentElement;if(!n)return;(0,l.$$)(`.${p}__slider,.${p}__area`,this.editor).forEach(t=>t.classList.remove(`${p}_active`)),n.classList.add(`${p}_active`),this.activeTab=(0,l.attr)(n,"-area")||f;let r=this.editor.querySelector(`.${p}__area.${p}__area_`+this.activeTab);r&&r.classList.add(`${p}_active`),this.activeTab===m&&this.showCrop()}onChangeSizeInput(t){let i,n=t.target,{widthInput:r,heightInput:o}=(0,l.refs)(this.editor),s="widthInput"===(0,l.attr)(n,"data-ref"),a=parseInt(n.value,10),u=s?this.o.min_width:this.o.min_height,c=s?this.o.min_height:this.o.min_width;a>u&&((0,l.css)(this.image,s?"width":"height",a),this.resizeUseRatio&&(i=s?Math.round(a/this.ratio):Math.round(a*this.ratio))>c&&((0,l.css)(this.image,s?"height":"width",i),s?o.value=i.toString():r.value=i.toString())),this.j.e.fire(this.resizeHandler,"updatesize")}onResizeHandleMouseDown(t){this.target=t.target,t.preventDefault(),t.stopImmediatePropagation(),this.clicked=!0,this.start_x=t.clientX,this.start_y=t.clientY,this.activeTab===m?(this.top_x=(0,l.css)(this.cropHandler,"left"),this.top_y=(0,l.css)(this.cropHandler,"top"),this.width=this.cropHandler.offsetWidth,this.height=this.cropHandler.offsetHeight):(this.width=this.image.offsetWidth,this.height=this.image.offsetHeight),this.j.e.on(this.j.ow,"mousemove",this.onGlobalMouseMove).one(this.j.ow,"mouseup",this.onGlobalMouseUp)}onGlobalMouseUp(t){this.clicked&&(this.clicked=!1,t.stopImmediatePropagation(),this.j.e.off(this.j.ow,"mousemove",this.onGlobalMouseMove))}onGlobalMouseMove(t){if(!this.clicked)return;let{widthInput:i,heightInput:n}=(0,l.refs)(this.editor);this.diff_x=t.clientX-this.start_x,this.diff_y=t.clientY-this.start_y,this.activeTab===f&&this.resizeUseRatio||this.activeTab===m&&this.cropUseRatio?this.diff_x?(this.new_w=this.width+this.diff_x,this.new_h=Math.round(this.new_w/this.ratio)):(this.new_h=this.height+this.diff_y,this.new_w=Math.round(this.new_h*this.ratio)):(this.new_w=this.width+this.diff_x,this.new_h=this.height+this.diff_y),this.activeTab===f?(this.new_w>this.o.resizeMinWidth&&((0,l.css)(this.image,"width",this.new_w+"px"),i.value=this.new_w.toString()),this.new_h>this.o.resizeMinHeight&&((0,l.css)(this.image,"height",this.new_h+"px"),n.value=this.new_h.toString()),this.j.e.fire(this.resizeHandler,"updatesize")):(this.target!==this.cropHandler?(this.top_x+this.new_w>this.cropImage.offsetWidth&&(this.new_w=this.cropImage.offsetWidth-this.top_x),this.top_y+this.new_h>this.cropImage.offsetHeight&&(this.new_h=this.cropImage.offsetHeight-this.top_y),(0,l.css)(this.cropHandler,{width:this.new_w,height:this.new_h})):(this.top_x+this.diff_x+this.cropHandler.offsetWidth>this.cropImage.offsetWidth&&(this.diff_x=this.cropImage.offsetWidth-this.top_x-this.cropHandler.offsetWidth),(0,l.css)(this.cropHandler,"left",this.top_x+this.diff_x),this.top_y+this.diff_y+this.cropHandler.offsetHeight>this.cropImage.offsetHeight&&(this.diff_y=this.cropImage.offsetHeight-this.top_y-this.cropHandler.offsetHeight),(0,l.css)(this.cropHandler,"top",this.top_y+this.diff_y)),this.j.e.fire(this.cropHandler,"updatesize"))}destruct(){this.isDestructed||(this._dialog&&!this._dialog.isInDestruct&&this._dialog.destruct(),a.Dom.safeRemove(this.editor),this.j.e&&this.j.e.off(this.j.ow,"mousemove",this.onGlobalMouseMove).off(this.j.ow,"mouseup",this.onGlobalMouseUp).off(this.ow,`.${p}`).off(`.${p}`),super.destruct())}constructor(t){super(t),this.resizeUseRatio=!0,this.cropUseRatio=!0,this.clicked=!1,this.start_x=0,this.start_y=0,this.top_x=0,this.top_y=0,this.width=0,this.height=0,this.activeTab=f,this.naturalWidth=0,this.naturalHeight=0,this.ratio=0,this.new_h=0,this.new_w=0,this.diff_x=0,this.diff_y=0,this.cropBox={x:0,y:0,w:0,h:0},this.resizeBox={w:0,h:0},this.calcCropBox=()=>{let t=this.crop_box.parentNode,i=.8*t.offsetWidth,n=.8*t.offsetHeight,r=i,o=n,{naturalWidth:s,naturalHeight:a}=this;i>s&&n>a?(r=s,o=a):this.ratio>i/n?(r=i,o=i/s*a):(r=n/a*s,o=n),(0,l.css)(this.crop_box,{width:r,height:o})},this.showCrop=()=>{if(!this.cropImage)return;this.calcCropBox();let t=this.cropImage.offsetWidth||this.image.offsetWidth||this.image.naturalWidth;this.new_w=r.calcValueByPercent(t,this.o.cropDefaultWidth);let i=this.cropImage.offsetHeight||this.image.offsetHeight||this.image.naturalHeight;this.cropUseRatio?this.new_h=this.new_w/this.ratio:this.new_h=r.calcValueByPercent(i,this.o.cropDefaultHeight),(0,l.css)(this.cropHandler,{backgroundImage:"url("+(0,l.attr)(this.cropImage,"src")+")",width:this.new_w,height:this.new_h,left:t/2-this.new_w/2,top:i/2-this.new_h/2}),this.j.e.fire(this.cropHandler,"updatesize")},this.updateCropBox=()=>{if(!this.cropImage)return;let t=this.cropImage.offsetWidth/this.naturalWidth,i=this.cropImage.offsetHeight/this.naturalHeight;this.cropBox.x=(0,l.css)(this.cropHandler,"left")/t,this.cropBox.y=(0,l.css)(this.cropHandler,"top")/i,this.cropBox.w=this.cropHandler.offsetWidth/t,this.cropBox.h=this.cropHandler.offsetHeight/i,this.sizes.textContent=this.cropBox.w.toFixed(0)+"x"+this.cropBox.h.toFixed(0)},this.updateResizeBox=()=>{this.resizeBox.w=this.image.offsetWidth||this.naturalWidth,this.resizeBox.h=this.image.offsetHeight||this.naturalHeight},this.setHandlers=()=>{let t=this,{widthInput:i,heightInput:n}=(0,l.refs)(this.editor);t.j.e.on([t.editor.querySelector(".jodit_bottomright"),t.cropHandler],`mousedown.${p}`,this.onResizeHandleMouseDown).on(this.j.ow,`resize.${p}`,()=>{this.j.e.fire(t.resizeHandler,"updatesize"),t.showCrop(),this.j.e.fire(t.cropHandler,"updatesize")}),t.j.e.on((0,l.toArray)(this.editor.querySelectorAll(`.${p}__slider-title`)),"click",this.onTitleModeClick).on([i,n],"input",this.onChangeSizeInput);let{keepAspectRatioResize:r,keepAspectRatioCrop:o}=(0,l.refs)(this.editor);r&&r.addEventListener("change",()=>{this.resizeUseRatio=r.checked}),o&&o.addEventListener("change",()=>{this.cropUseRatio=o.checked}),t.j.e.on(t.resizeHandler,"updatesize",()=>{(0,l.css)(t.resizeHandler,{top:0,left:0,width:t.image.offsetWidth||t.naturalWidth,height:t.image.offsetHeight||t.naturalHeight}),this.updateResizeBox()}).on(t.cropHandler,"updatesize",()=>{if(!t.cropImage)return;let i=(0,l.css)(t.cropHandler,"left"),n=(0,l.css)(t.cropHandler,"top"),r=t.cropHandler.offsetWidth,o=t.cropHandler.offsetHeight;i<0&&(i=0),n<0&&(n=0),i+r>t.cropImage.offsetWidth&&(r=t.cropImage.offsetWidth-i,t.cropUseRatio&&(o=r/t.ratio)),n+o>t.cropImage.offsetHeight&&(o=t.cropImage.offsetHeight-n,t.cropUseRatio&&(r=o*t.ratio)),(0,l.css)(t.cropHandler,{width:r,height:o,left:i,top:n,backgroundPosition:-i-1+"px "+(-n-1)+"px",backgroundSize:t.cropImage.offsetWidth+"px "+t.cropImage.offsetHeight+"px"}),t.updateCropBox()}),Object.values(t.buttons).forEach(r=>{r.onAction(()=>{let o={action:t.activeTab,box:t.activeTab===f?t.resizeBox:t.cropBox};switch(r){case t.buttons.saveas:t.j.prompt("Enter new name","Save in new file",i=>{if(!(0,l.trim)(i))return t.j.alert("The name should not be empty"),!1;t.onSave(i,o,t.hide,i=>{t.j.alert(i.message)})});break;case t.buttons.save:t.onSave(void 0,o,t.hide,i=>{t.j.alert(i.message)});break;case t.buttons.reset:t.activeTab===f?((0,l.css)(t.image,{width:null,height:null}),i.value=t.naturalWidth.toString(),n.value=t.naturalHeight.toString(),t.j.e.fire(t.resizeHandler,"updatesize")):t.showCrop()}})})},this.options=t&&t.o&&t.o.imageeditor?t.o.imageeditor:c.Config.defaultOptions.imageeditor;const i=this.options;this.resizeUseRatio=i.resizeUseRatio,this.cropUseRatio=i.cropUseRatio,this.buttons={reset:(0,u.Button)(this.j,"update","Reset"),save:(0,u.Button)(this.j,"save","Save"),saveas:(0,u.Button)(this.j,"save","Save as ...")},this.activeTab=i.resize?f:m,this.editor=(0,d.form)(this.j,this.options);const{resizeBox:n,cropBox:o}=(0,l.refs)(this.editor);this.resize_box=n,this.crop_box=o,this.sizes=this.editor.querySelector(`.${p}__area.${p}__area_crop .jodit-image-editor__sizes`),this.resizeHandler=this.editor.querySelector(`.${p}__resizer`),this.cropHandler=this.editor.querySelector(`.${p}__croper`),this._dialog=this.j.dlg({buttons:["fullsize","dialog.close"]}),this._dialog.setContent(this.editor),this._dialog.setSize(this.o.width,this.o.height),this._dialog.setHeader([this.buttons.reset,this.buttons.save,this.buttons.saveas]),this.setHandlers()}};function b(t,i,n,r,o,s){return this.getInstance("ImageEditor",this.o).open(t,(t,a,u,c)=>(0,l.call)("resize"===a.action?this.dataProvider.resize:this.dataProvider.crop,n,r,i,t,a.box).then(t=>{t&&(u(),o&&o())}).catch(t=>{c(t),s&&s(t)}))}g.calcValueByPercent=(t,i)=>{let n,r=i.toString(),o=parseFloat(t.toString());return(n=/^[-+]?[0-9]+(px)?$/.exec(r))?parseInt(r,10):(n=/^([-+]?[0-9.]+)%$/.exec(r))?Math.round(o*(parseFloat(n[1])/100)):o||0},h([s.autobind],g.prototype,"hide",null),h([s.autobind],g.prototype,"open",null),h([s.autobind],g.prototype,"onTitleModeClick",null),h([(0,s.debounce)(),s.autobind],g.prototype,"onChangeSizeInput",null),h([s.autobind],g.prototype,"onResizeHandleMouseDown",null),h([s.autobind],g.prototype,"onGlobalMouseUp",null),h([(0,s.throttle)(10)],g.prototype,"onGlobalMouseMove",null),g=r=h([s.component],g)},50267:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path stroke-width="0" d="M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm0-512q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5h-1216q-13 0-22.5-9.5t-9.5-22.5v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5zm-1408-928q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5h-1216q-13 0-22.5-9.5t-9.5-22.5v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5zm0-512v192q0 13-9.5 22.5t-22.5 9.5h-1216q-13 0-22.5-9.5t-9.5-22.5v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5z"/> </svg> '},50373:function(t,i,n){"use strict";n.d(i,{processOldBrowserDrag:function(){return c}});var r=n(82758),o=n(22732),s=n(580),a=n(21537),l=n(74569),u=n(80020);function c(t,i,n,c,d){if(i&&(!i.types.length||i.types[0]!==r.TEXT_PLAIN)){let i=t.j.c.div("",{tabindex:-1,style:"left: -9999px; top: 0; width: 0; height: 100%;line-height: 140%; overflow: hidden; position: fixed; z-index: 2147483647; word-break: break-all;",contenteditable:!0});(0,s.getContainer)(t.j,t.constructor).appendChild(i);let r=(0,a.isJoditObject)(t.j)?t.j.s.save():null;i.focus(),t.j.async.setTimeout(()=>{let s=i.firstChild;if(o.Dom.safeRemove(i),s&&s.hasAttribute("src")){let i=(0,a.attr)(s,"src")||"";r&&(0,a.isJoditObject)(t.j)&&t.j.s.restore(),(0,u.sendFiles)(t,[(0,l.dataURItoBlob)(i)],n,c).finally(d)}},t.j.defaultTimeout)}}},50535:function(t,i,n){"use strict";n.d(i,{LimitedStack:function(){return r}});class r{push(t){return this.stack.push(t),this.stack.length>this.limit&&this.stack.shift(),this}pop(){return this.stack.pop()}find(t){return this.stack.find(t)}constructor(t){this.limit=t,this.stack=[]}}},50911:function(t,i,n){"use strict";n.d(i,{Plugin:function(){return r.Plugin}});var r=n(20356);n(41876)},50963:function(t,i,n){"use strict";var r=n(6441);r.Config.prototype.iframeBaseUrl="",r.Config.prototype.iframeTitle="Jodit Editor",r.Config.prototype.iframeDoctype="<!DOCTYPE html>",r.Config.prototype.iframeDefaultSrc="about:blank",r.Config.prototype.iframeStyle='html{margin:0;padding:0;min-height: 100%;}body{box-sizing:border-box;font-size:13px;line-height:1.6;padding:10px;margin:0;background:transparent;color:#000;position:relative;z-index:2;user-select:auto;margin:0px;overflow:auto;outline:none;}table{width:100%;border:none;border-collapse:collapse;empty-cells: show;max-width: 100%;}th,td{padding: 2px 5px;border:1px solid #ccc;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}p{margin-top:0;}.jodit_editor .jodit_iframe_wrapper{display: block;clear: both;user-select: none;position: relative;}.jodit_editor .jodit_iframe_wrapper:after {position:absolute;content:"";z-index:1;top:0;left:0;right: 0;bottom: 0;cursor: pointer;display: block;background: rgba(0, 0, 0, 0);} .jodit_disabled{user-select: none;-o-user-select: none;-moz-user-select: none;-khtml-user-select: none;-webkit-user-select: none;-ms-user-select: none}',r.Config.prototype.iframeCSSLinks=[],r.Config.prototype.iframeSandbox=null},51036:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1395 1184q0 13-10 23l-50 50q-10 10-23 10t-23-10l-393-393-393 393q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l466-466q10-10 23-10t23 10l466 466q10 10 10 23z"/> </svg> '},51251:function(t,i,n){"use strict";n.d(i,{UIMainPanel:function(){return b}});var r=n(77688),o=n(82749),s=n(31635),a=n(68365),l=n(63227),u=n(86563),c=n(93677),d=n(48705),h=n(55885),p=n(65478),f=n(2748),m=n(67510),g=n(62843);class b extends m.UIElement{className(){return"UIMainPanel"}setParentView(t){var i,n,r,o,s,a;return null==(i=this.welcomeScreen)||i.setParentView(t),null==(n=this.conversationList)||n.setParentView(t),null==(r=this.messageList)||r.setParentView(t),null==(o=this.inputArea)||o.setParentView(t),null==(s=this.permissionRequest)||s.setParentView(t),null==(a=this.settingsButton)||a.setParentView(t),super.setParentView(t)}render(){return`<div class="&__container">
226
+ }`}).join("")}disable(){this.isEnabled=!1;let t=(0,u.cached)(this,"style");t&&(t.innerHTML="")}toggle(){this.isEnabled?this.disable():this.enable(),this.j.e.fire("updateToolbar")}afterInit(t){t.e.on("showBlocksEnabled",()=>this.isEnabled),t.registerCommand("enableShowBlocks",this.enable).registerCommand("disableShowBlocks",this.disable).registerCommand("toggleShowBlocks",this.toggle),this.j.o.showBlocks.enable&&this.enable()}beforeDestruct(t){this.disable(),c.Dom.safeRemove((0,u.cached)(this,"style"))}constructor(t){super(t),(0,r._)(this,"buttons",[{name:"showBlocks",group:"state"}]),(0,r._)(this,"isEnabled",!1),(0,d.extendLang)(s),p.Icon.set("showBlocks",l())}}(0,r._)(m,"requires",["license"]),(0,o.__decorate)([u.cache],m.prototype,"style",null),(0,o.__decorate)([u.autobind],m.prototype,"enable",null),(0,o.__decorate)([u.autobind],m.prototype,"disable",null),(0,o.__decorate)([u.autobind],m.prototype,"toggle",null),f.JoditPro.plugins.add("show-blocks",m)},47686:function(t,i,n){"use strict";n.d(i,{onTabInsideLi:function(){return r.onTabInsideLi}});var r=n(26658)},47749:function(t,i,n){"use strict";n.d(i,{readMargins:function(){return o}});var r=n(12475);function o(t,i,n){let o=!0,s=!1;["marginTop","marginRight","marginBottom","marginLeft"].forEach(n=>{let a=t.style.getPropertyValue((0,r.kebabCase)(n));if(!a){s=!0,i[n]=0;return}/^[0-9]+(px)?$/.test(a)&&(a=parseInt(a,10)),i[n]=a,(s&&i[n]||o&&"marginTop"!==n&&i[n]!==i.marginTop)&&(o=!1)}),n.marginIsLocked=o}},48038:function(t,i,n){"use strict";var r=n(6441);r.Config.prototype.toolbarSticky=!0,r.Config.prototype.toolbarDisableStickyForMobile=!0,r.Config.prototype.toolbarStickyOffset=0},48154:function(t){t.exports={"Show Blocks":"Mostrar Bloques"}},48538:function(t,i,n){"use strict";n.d(i,{UIElement:function(){return p}});var r,o=n(91907),s=n(55153),a=n(2748),l=n(70799),u=n(29960),c=n(14316),d=n(34176),h=n(12153);let p=r=class t extends o.ViewComponent{getRole(){var t;return(null==(t=this.options)?void 0:t.role)||""}get parentElement(){return this.__parentElement}set parentElement(t){this.__parentElement=t,t&&t.hookStatus("beforeDestruct",()=>this.destruct()),this.updateParentElement(this)}bubble(t){let i=this.parentElement;for(;i;)t(i),i=i.parentElement;return this}updateParentElement(t){var i;return null==(i=this.__parentElement)||i.updateParentElement(t),this}get(t,i){return super.get(t,i)||this.getElm(t)}closest(t){let i="object"==typeof t?i=>i===t:i=>o.Component.isInstanceOf(i,t),n=this.__parentElement;for(;n;){if(i(n))return n;n=!n.parentElement&&n.container.parentElement?r.closestElement(n.container.parentElement,r):n.parentElement}return null}static closestElement(t,i){let n=a.Dom.up(t,t=>{if(t){let{component:n}=t;return n&&o.Component.isInstanceOf(n,i)}return!1});return n?null==n?void 0:n.component:null}update(){}appendTo(t){return t.appendChild(this.container),this}clearName(t){return t.replace(/[^a-zA-Z0-9]/g,"_")}render(t){return this.j.c.div(this.componentName)}createContainer(t){let i=this.render(t);if((0,l.isString)(i)){let t=this.parseTemplate(i);return t.classList.add(this.componentName),t}return i}parseTemplate(t){return this.j.c.fromHTML(t.replace(/\*([^*]+?)\*/g,(t,i)=>h.Icon.get(i)||"").replace(/&_/g,this.componentName+"_").replace(/~([^~]+?)~/g,(t,i)=>this.i18n(i)))}destruct(){return a.Dom.safeRemove(this.container),this.parentElement=null,super.destruct()}constructor(t,i){super(t),this.name="",this.__parentElement=null,this.mods={},this.options=i,this.container=this.createContainer(i);const n=this.getRole();n&&(0,u.attr)(this.container,"role",n),Object.defineProperty(this.container,"component",{value:this,configurable:!0})}};p=r=function(t,i,n,r){var o,s=arguments.length,a=s<3?i:null===r?r=Object.getOwnPropertyDescriptor(i,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,r);else for(var l=t.length-1;l>=0;l--)(o=t[l])&&(a=(s<3?o(a):s>3?o(i,n,a):o(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a}([(0,s.derive)(d.Mods,c.Elms)],p)},48591:function(t,i,n){"use strict";n.d(i,{makeInstance:function(){return s}});var r=n(82758),o=n(23282);function s(t,i){try{try{return(0,o.isFunction)(i)?new i(t):i}catch(n){if((0,o.isFunction)(i)&&!i.prototype)return i(t)}}catch(t){if(!r.IS_PROD)throw t}return null}},48705:function(t,i,n){"use strict";n.d(i,{UISettingsButton:function(){return r.UISettingsButton}});var r=n(76697)},49033:function(t,i,n){"use strict";n.d(i,{normalizeKeyAliases:function(){return s}});var r=n(82758),o=n(49055);function s(t){let i={},n={meta:1,ctrl:2,control:2,alt:3,shift:4,space:5};return t.replace(/\+\+/g,"+add").split(/[\s]*\+[\s]*/).map(t=>(0,o.trim)(t.toLowerCase())).map(t=>r.KEY_ALIASES[t]||t).sort((t,i)=>n[t]&&!n[i]?-1:!n[t]&&n[i]?1:n[t]&&n[i]?n[t]-n[i]:t>i?1:-1).filter(t=>!i[t]&&""!==t&&(i[t]=!0)).join("+")}},49055:function(t,i,n){"use strict";n.d(i,{trim:function(){return o},trimChars:function(){return s},trimInv:function(){return a}});var r=n(82758);function o(t){return t.replace((0,r.SPACE_REG_EXP_END)(),"").replace((0,r.SPACE_REG_EXP_START)(),"")}function s(t,i){return t.replace(RegExp(`[${i}]+$`),"").replace(RegExp(`^[${i}]+`),"")}function a(t){return t.replace((0,r.INVISIBLE_SPACE_REG_EXP_END)(),"").replace((0,r.INVISIBLE_SPACE_REG_EXP_START)(),"")}},49155:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1728 608v704q0 92-66 158t-158 66h-1216q-92 0-158-66t-66-158v-960q0-92 66-158t158-66h320q92 0 158 66t66 158v32h672q92 0 158 66t66 158z"/> </svg> '},49377:function(t){t.exports='<svg viewBox="0 0 76 76" xmlns="http://www.w3.org/2000/svg"> <path d="M38 6.90909C36.2517 6.90909 34.7591 7.58381 33.5221 8.93324C32.2852 10.2827 31.6667 11.911 31.6667 13.8182V20.7273H30.0833V15.7074C30.0833 13.9801 29.5556 12.5137 28.5 11.3082C27.4444 10.1027 26.125 9.5 24.5417 9.5C23.0243 9.5 21.7214 10.0938 20.6328 11.2813C19.5443 12.4688 19 13.8902 19 15.5455V38.7017L17.4167 37.0824V27.7983C17.4167 26.071 16.8889 24.6046 15.8333 23.3991C14.7778 22.1937 13.4583 21.5909 11.875 21.5909C10.3576 21.5909 9.05469 22.1847 7.96615 23.3722C6.8776 24.5597 6.33333 25.9811 6.33333 27.6364V39.7273C6.33333 41.4186 6.91059 42.8939 8.0651 44.1534L23.4036 60.1307C24.6901 61.5341 25.3333 63.3693 25.3333 65.6364C25.3333 66.572 25.6467 67.3816 26.2734 68.0653C26.9002 68.7491 27.6424 69.0909 28.5 69.0909H60.1667C61.0243 69.0909 61.7665 68.7491 62.3932 68.0653C63.02 67.3816 63.3333 66.572 63.3333 65.6364V64.2869C63.3333 62.8116 63.4983 61.4261 63.8281 60.1307L69.1719 36.5966C69.5017 35.3011 69.6667 33.9157 69.6667 32.4403V19.1619C69.6667 17.4347 69.1389 15.9683 68.0833 14.7628C67.0278 13.5573 65.7083 12.9545 64.125 12.9545C62.6076 12.9545 61.3047 13.5483 60.2161 14.7358C59.1276 15.9233 58.5833 17.3447 58.5833 19V20.7273H57V13.9801C57 12.5407 56.5877 11.2363 55.763 10.0668C54.9384 8.89725 53.8828 8.16856 52.5964 7.88068C52.1345 7.80871 51.7552 7.77273 51.4583 7.77273C49.941 7.77273 48.638 8.36648 47.5495 9.55398C46.4609 10.7415 45.9167 12.1629 45.9167 13.8182V20.7273H44.3333V14.142C44.3333 12.3068 43.7973 10.6965 42.7253 9.31108C41.6532 7.92566 40.2925 7.14299 38.6432 6.96307C38.4783 6.92708 38.2639 6.90909 38 6.90909ZM38 0C40.7708 0 43.2283 0.899621 45.3724 2.69886C47.2526 1.47538 49.2813 0.863636 51.4583 0.863636C53.4045 0.863636 55.2352 1.34943 56.9505 2.32102C58.6658 3.29261 60.0842 4.66004 61.2057 6.4233C62.0964 6.1714 63.0694 6.04545 64.125 6.04545C67.4236 6.04545 70.2274 7.33191 72.5365 9.90483C74.8455 12.4777 76 15.5634 76 19.1619V32.4403C76 34.2756 75.7856 36.2188 75.3568 38.2699L69.9635 61.804C69.7656 62.6676 69.6667 63.9451 69.6667 65.6364C69.6667 68.5152 68.7431 70.9621 66.8958 72.9773C65.0486 74.9924 62.8056 76 60.1667 76H28.5C25.7292 76 23.4531 74.9474 21.6719 72.8423C19.8906 70.7372 19 68.1733 19 65.1506L3.76042 49.1733C1.25347 46.5464 0 43.3977 0 39.7273V27.6364C0 24.0739 1.16276 21.0241 3.48828 18.4872C5.8138 15.9503 8.60938 14.6818 11.875 14.6818C12.2378 14.6818 12.5017 14.6998 12.6667 14.7358C12.8646 11.3172 14.1098 8.43845 16.4023 6.09943C18.6949 3.76042 21.408 2.59091 24.5417 2.59091C26.2569 2.59091 27.8733 2.96875 29.3906 3.72443C31.7656 1.24148 34.6354 0 38 0Z"/> </svg>'},49399:function(t,i){"use strict";i.default='<svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"> <path d="M1088 1256v240q0 16-12 28t-28 12h-240q-16 0-28-12t-12-28v-240q0-16 12-28t28-12h240q16 0 28 12t12 28zm316-600q0 54-15.5 101t-35 76.5-55 59.5-57.5 43.5-61 35.5q-41 23-68.5 65t-27.5 67q0 17-12 32.5t-28 15.5h-240q-15 0-25.5-18.5t-10.5-37.5v-45q0-83 65-156.5t143-108.5q59-27 84-56t25-76q0-42-46.5-74t-107.5-32q-65 0-108 29-35 25-107 115-13 16-31 16-12 0-25-8l-164-125q-13-10-15.5-25t5.5-28q160-266 464-266 80 0 161 31t146 83 106 127.5 41 158.5z"/> </svg> '},49459:function(t,i,n){"use strict";function r(t,i,n={}){let o=t[i];if("string"!=typeof o||!n.allowEmpty&&""===o)throw Error(`Parameter "${i}" is required and must be a${n.allowEmpty?"":" non-empty"} string`);return o}n.d(i,{requireString:function(){return r}})},49759:function(t,i,n){"use strict";n.r(i),i.default={symbols:"Symbolit"}},49841:function(t,i,n){"use strict";n.r(i),i.default={symbols:"Szimb\xf3lum"}},49922:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M621 1280h595v-595zm-45-45l595-595h-595v595zm1152 77v192q0 14-9 23t-23 9h-224v224q0 14-9 23t-23 9h-192q-14 0-23-9t-9-23v-224h-864q-14 0-23-9t-9-23v-864h-224q-14 0-23-9t-9-23v-192q0-14 9-23t23-9h224v-224q0-14 9-23t23-9h192q14 0 23 9t9 23v224h851l246-247q10-9 23-9t23 9q9 10 9 23t-9 23l-247 246v851h224q14 0 23 9t9 23z"/> </svg> '},49996:function(t,i,n){"use strict";n.d(i,{FiniteStateMachine:function(){return a}});var r=n(82758),o=n(70799),s=n(38837);class a{setState(t){(0,s.assert)(!this.__previewsStates.has(t),"Circled states"),this.__previewsStates.add(t),this.__state=t}getState(){return this.__state}disableSilent(){this.silent=!1}dispatch(t,i){let n=this.transitions[this.getState()][t];if(n){let t=n.call(this,i);return(0,s.assert)(t&&t!==i,"Action should return new value"),(0,s.assert)((0,o.isString)(t.next),"Value should contain the next state"),(0,s.assert)(t.next!==this.getState(),"The new state should not be equal to the old one."),this.setState(t.next),r.IS_PROD||this.silent,t}throw Error(`invalid action: ${this.getState()}.${t.toString()}`)}constructor(t,i){this.transitions=i,this.silent=!0,this.__previewsStates=new Set,this.setState(t)}}},50050:function(t,i,n){"use strict";n.d(i,{ImageEditor:function(){return C},openImageEditor:function(){return w}});var r,o=n(91907),s=n(65478),a=n(22732),l=n(4510),u=n(49055),c=n(29960),d=n(41180),h=n(76078),p=n(37790),f=n(62843),m=n(6441);n(62489);var g=n(22461),b=function(t,i,n,r){var o,s=arguments.length,a=s<3?i:null===r?r=Object.getOwnPropertyDescriptor(i,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,r);else for(var l=t.length-1;l>=0;l--)(o=t[l])&&(a=(s<3?o(a):s>3?o(i,n,a):o(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a};let v="jodit-image-editor",y="resize",_="crop",C=r=class t extends o.ViewComponent{className(){return"ImageEditor"}get o(){return this.options}hide(){this._dialog.close()}open(t,i){return this.j.async.promise(n=>{let r=new Date().getTime();this.image=this.j.c.element("img"),(0,h.$$)("img,.jodit-icon_loader",this.resize_box).forEach(a.Dom.safeRemove),(0,h.$$)("img,.jodit-icon_loader",this.crop_box).forEach(a.Dom.safeRemove),(0,d.css)(this.cropHandler,"background","transparent"),this.onSave=i,this.resize_box.appendChild(this.j.c.element("i",{class:"jodit-icon_loader"})),this.crop_box.appendChild(this.j.c.element("i",{class:"jodit-icon_loader"})),/\?/.test(t)?t+="&_tst="+r:t+="?_tst="+r,this.image.setAttribute("src",t),this._dialog.open();let{widthInput:o,heightInput:s}=(0,h.refs)(this.editor),l=()=>{this.isDestructed||(this.image.removeEventListener("load",l),this.naturalWidth=this.image.naturalWidth,this.naturalHeight=this.image.naturalHeight,o.value=this.naturalWidth.toString(),s.value=this.naturalHeight.toString(),this.ratio=this.naturalWidth/this.naturalHeight,this.resize_box.appendChild(this.image),this.cropImage=this.image.cloneNode(!0),this.crop_box.appendChild(this.cropImage),a.Dom.safeRemove.apply(null,(0,h.$$)(".jodit-icon_loader",this.editor)),this.activeTab===_&&this.showCrop(),this.j.e.fire(this.resizeHandler,"updatesize"),this.j.e.fire(this.cropHandler,"updatesize"),this._dialog.setPosition(),this.j.e.fire("afterImageEditor"),n(this._dialog))};this.image.addEventListener("load",l),this.image.complete&&l()})}onTitleModeClick(t){let i=t.target,n=null==i?void 0:i.parentElement;if(!n)return;(0,h.$$)(`.${v}__slider,.${v}__area`,this.editor).forEach(t=>t.classList.remove(`${v}_active`)),n.classList.add(`${v}_active`),this.activeTab=(0,c.attr)(n,"-area")||y;let r=this.editor.querySelector(`.${v}__area.${v}__area_`+this.activeTab);r&&r.classList.add(`${v}_active`),this.activeTab===_&&this.showCrop()}onChangeSizeInput(t){let i,n=t.target,{widthInput:r,heightInput:o}=(0,h.refs)(this.editor),s="widthInput"===(0,c.attr)(n,"data-ref"),a=parseInt(n.value,10),l=s?this.o.min_width:this.o.min_height,u=s?this.o.min_height:this.o.min_width;a>l&&((0,d.css)(this.image,s?"width":"height",a),this.resizeUseRatio&&(i=s?Math.round(a/this.ratio):Math.round(a*this.ratio))>u&&((0,d.css)(this.image,s?"height":"width",i),s?o.value=i.toString():r.value=i.toString())),this.j.e.fire(this.resizeHandler,"updatesize")}onResizeHandleMouseDown(t){this.target=t.target,t.preventDefault(),t.stopImmediatePropagation(),this.clicked=!0,this.start_x=t.clientX,this.start_y=t.clientY,this.activeTab===_?(this.top_x=(0,d.css)(this.cropHandler,"left"),this.top_y=(0,d.css)(this.cropHandler,"top"),this.width=this.cropHandler.offsetWidth,this.height=this.cropHandler.offsetHeight):(this.width=this.image.offsetWidth,this.height=this.image.offsetHeight),this.j.e.on(this.j.ow,"mousemove",this.onGlobalMouseMove).one(this.j.ow,"mouseup",this.onGlobalMouseUp)}onGlobalMouseUp(t){this.clicked&&(this.clicked=!1,t.stopImmediatePropagation(),this.j.e.off(this.j.ow,"mousemove",this.onGlobalMouseMove))}onGlobalMouseMove(t){if(!this.clicked)return;let{widthInput:i,heightInput:n}=(0,h.refs)(this.editor);this.diff_x=t.clientX-this.start_x,this.diff_y=t.clientY-this.start_y,this.activeTab===y&&this.resizeUseRatio||this.activeTab===_&&this.cropUseRatio?this.diff_x?(this.new_w=this.width+this.diff_x,this.new_h=Math.round(this.new_w/this.ratio)):(this.new_h=this.height+this.diff_y,this.new_w=Math.round(this.new_h*this.ratio)):(this.new_w=this.width+this.diff_x,this.new_h=this.height+this.diff_y),this.activeTab===y?(this.new_w>this.o.resizeMinWidth&&((0,d.css)(this.image,"width",this.new_w+"px"),i.value=this.new_w.toString()),this.new_h>this.o.resizeMinHeight&&((0,d.css)(this.image,"height",this.new_h+"px"),n.value=this.new_h.toString()),this.j.e.fire(this.resizeHandler,"updatesize")):(this.target!==this.cropHandler?(this.top_x+this.new_w>this.cropImage.offsetWidth&&(this.new_w=this.cropImage.offsetWidth-this.top_x),this.top_y+this.new_h>this.cropImage.offsetHeight&&(this.new_h=this.cropImage.offsetHeight-this.top_y),(0,d.css)(this.cropHandler,{width:this.new_w,height:this.new_h})):(this.top_x+this.diff_x+this.cropHandler.offsetWidth>this.cropImage.offsetWidth&&(this.diff_x=this.cropImage.offsetWidth-this.top_x-this.cropHandler.offsetWidth),(0,d.css)(this.cropHandler,"left",this.top_x+this.diff_x),this.top_y+this.diff_y+this.cropHandler.offsetHeight>this.cropImage.offsetHeight&&(this.diff_y=this.cropImage.offsetHeight-this.top_y-this.cropHandler.offsetHeight),(0,d.css)(this.cropHandler,"top",this.top_y+this.diff_y)),this.j.e.fire(this.cropHandler,"updatesize"))}destruct(){this.isDestructed||(this._dialog&&!this._dialog.isInDestruct&&this._dialog.destruct(),a.Dom.safeRemove(this.editor),this.j.e&&this.j.e.off(this.j.ow,"mousemove",this.onGlobalMouseMove).off(this.j.ow,"mouseup",this.onGlobalMouseUp).off(this.ow,`.${v}`).off(`.${v}`),super.destruct())}constructor(t){super(t),this.resizeUseRatio=!0,this.cropUseRatio=!0,this.clicked=!1,this.start_x=0,this.start_y=0,this.top_x=0,this.top_y=0,this.width=0,this.height=0,this.activeTab=y,this.naturalWidth=0,this.naturalHeight=0,this.ratio=0,this.new_h=0,this.new_w=0,this.diff_x=0,this.diff_y=0,this.cropBox={x:0,y:0,w:0,h:0},this.resizeBox={w:0,h:0},this.calcCropBox=()=>{let t=this.crop_box.parentNode,i=.8*t.offsetWidth,n=.8*t.offsetHeight,r=i,o=n,{naturalWidth:s,naturalHeight:a}=this;i>s&&n>a?(r=s,o=a):this.ratio>i/n?(r=i,o=i/s*a):(r=n/a*s,o=n),(0,d.css)(this.crop_box,{width:r,height:o})},this.showCrop=()=>{if(!this.cropImage)return;this.calcCropBox();let t=this.cropImage.offsetWidth||this.image.offsetWidth||this.image.naturalWidth;this.new_w=r.calcValueByPercent(t,this.o.cropDefaultWidth);let i=this.cropImage.offsetHeight||this.image.offsetHeight||this.image.naturalHeight;this.cropUseRatio?this.new_h=this.new_w/this.ratio:this.new_h=r.calcValueByPercent(i,this.o.cropDefaultHeight),(0,d.css)(this.cropHandler,{backgroundImage:"url("+(0,c.attr)(this.cropImage,"src")+")",width:this.new_w,height:this.new_h,left:t/2-this.new_w/2,top:i/2-this.new_h/2}),this.j.e.fire(this.cropHandler,"updatesize")},this.updateCropBox=()=>{if(!this.cropImage)return;let t=this.cropImage.offsetWidth/this.naturalWidth,i=this.cropImage.offsetHeight/this.naturalHeight;this.cropBox.x=(0,d.css)(this.cropHandler,"left")/t,this.cropBox.y=(0,d.css)(this.cropHandler,"top")/i,this.cropBox.w=this.cropHandler.offsetWidth/t,this.cropBox.h=this.cropHandler.offsetHeight/i,this.sizes.textContent=this.cropBox.w.toFixed(0)+"x"+this.cropBox.h.toFixed(0)},this.updateResizeBox=()=>{this.resizeBox.w=this.image.offsetWidth||this.naturalWidth,this.resizeBox.h=this.image.offsetHeight||this.naturalHeight},this.setHandlers=()=>{let t=this,{widthInput:i,heightInput:n}=(0,h.refs)(this.editor);t.j.e.on([t.editor.querySelector(".jodit_bottomright"),t.cropHandler],`mousedown.${v}`,this.onResizeHandleMouseDown).on(this.j.ow,`resize.${v}`,()=>{this.j.e.fire(t.resizeHandler,"updatesize"),t.showCrop(),this.j.e.fire(t.cropHandler,"updatesize")}),t.j.e.on((0,l.toArray)(this.editor.querySelectorAll(`.${v}__slider-title`)),"click",this.onTitleModeClick).on([i,n],"input",this.onChangeSizeInput);let{keepAspectRatioResize:r,keepAspectRatioCrop:o}=(0,h.refs)(this.editor);r&&r.addEventListener("change",()=>{this.resizeUseRatio=r.checked}),o&&o.addEventListener("change",()=>{this.cropUseRatio=o.checked}),t.j.e.on(t.resizeHandler,"updatesize",()=>{(0,d.css)(t.resizeHandler,{top:0,left:0,width:t.image.offsetWidth||t.naturalWidth,height:t.image.offsetHeight||t.naturalHeight}),this.updateResizeBox()}).on(t.cropHandler,"updatesize",()=>{if(!t.cropImage)return;let i=(0,d.css)(t.cropHandler,"left"),n=(0,d.css)(t.cropHandler,"top"),r=t.cropHandler.offsetWidth,o=t.cropHandler.offsetHeight;i<0&&(i=0),n<0&&(n=0),i+r>t.cropImage.offsetWidth&&(r=t.cropImage.offsetWidth-i,t.cropUseRatio&&(o=r/t.ratio)),n+o>t.cropImage.offsetHeight&&(o=t.cropImage.offsetHeight-n,t.cropUseRatio&&(r=o*t.ratio)),(0,d.css)(t.cropHandler,{width:r,height:o,left:i,top:n,backgroundPosition:-i-1+"px "+(-n-1)+"px",backgroundSize:t.cropImage.offsetWidth+"px "+t.cropImage.offsetHeight+"px"}),t.updateCropBox()}),Object.values(t.buttons).forEach(r=>{r.onAction(()=>{let o={action:t.activeTab,box:t.activeTab===y?t.resizeBox:t.cropBox};switch(r){case t.buttons.saveas:t.j.prompt("Enter new name","Save in new file",i=>{if(!(0,u.trim)(i))return t.j.alert("The name should not be empty"),!1;t.onSave(i,o,t.hide,i=>{t.j.alert(i.message)})});break;case t.buttons.save:t.onSave(void 0,o,t.hide,i=>{t.j.alert(i.message)});break;case t.buttons.reset:t.activeTab===y?((0,d.css)(t.image,{width:null,height:null}),i.value=t.naturalWidth.toString(),n.value=t.naturalHeight.toString(),t.j.e.fire(t.resizeHandler,"updatesize")):t.showCrop()}})})},this.options=t&&t.o&&t.o.imageeditor?t.o.imageeditor:m.Config.defaultOptions.imageeditor;const i=this.options;this.resizeUseRatio=i.resizeUseRatio,this.cropUseRatio=i.cropUseRatio,this.buttons={reset:(0,f.Button)(this.j,"update","Reset"),save:(0,f.Button)(this.j,"save","Save"),saveas:(0,f.Button)(this.j,{icon:{name:"save"},name:"save-as",text:"Save as ..."})},this.activeTab=i.resize?y:_,this.editor=(0,g.form)(this.j,this.options);const{resizeBox:n,cropBox:o}=(0,h.refs)(this.editor);this.resize_box=n,this.crop_box=o,this.sizes=this.editor.querySelector(`.${v}__area.${v}__area_crop .jodit-image-editor__sizes`),this.resizeHandler=this.editor.querySelector(`.${v}__resizer`),this.cropHandler=this.editor.querySelector(`.${v}__croper`),this._dialog=this.j.dlg({buttons:["fullsize","dialog.close"]}),this._dialog.setContent(this.editor),this._dialog.setSize(this.o.width,this.o.height),this._dialog.setHeader([this.buttons.reset,this.buttons.save,this.buttons.saveas]),this.setHandlers()}};function w(t,i,n,r,o,s){return this.getInstance("ImageEditor",this.o).open(t,(t,a,l,u)=>(0,p.call)("resize"===a.action?this.dataProvider.resize:this.dataProvider.crop,n,r,i,t,a.box).then(t=>{t&&(l(),o&&o())}).catch(t=>{u(t),s&&s(t)}))}C.calcValueByPercent=(t,i)=>{let n,r=i.toString(),o=parseFloat(t.toString());return(n=/^[-+]?[0-9]+(px)?$/.exec(r))?parseInt(r,10):(n=/^([-+]?[0-9.]+)%$/.exec(r))?Math.round(o*(parseFloat(n[1])/100)):o||0},b([s.autobind],C.prototype,"hide",null),b([s.autobind],C.prototype,"open",null),b([s.autobind],C.prototype,"onTitleModeClick",null),b([(0,s.debounce)(),s.autobind],C.prototype,"onChangeSizeInput",null),b([s.autobind],C.prototype,"onResizeHandleMouseDown",null),b([s.autobind],C.prototype,"onGlobalMouseUp",null),b([(0,s.throttle)(10)],C.prototype,"onGlobalMouseMove",null),C=r=b([s.component],C)},50267:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path stroke-width="0" d="M384 1408q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm0-512q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5h-1216q-13 0-22.5-9.5t-9.5-22.5v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5zm-1408-928q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm1408 416v192q0 13-9.5 22.5t-22.5 9.5h-1216q-13 0-22.5-9.5t-9.5-22.5v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5zm0-512v192q0 13-9.5 22.5t-22.5 9.5h-1216q-13 0-22.5-9.5t-9.5-22.5v-192q0-13 9.5-22.5t22.5-9.5h1216q13 0 22.5 9.5t9.5 22.5z"/> </svg> '},50373:function(t,i,n){"use strict";n.d(i,{processOldBrowserDrag:function(){return c}});var r=n(82758),o=n(22732),s=n(580),a=n(21537),l=n(74569),u=n(80020);function c(t,i,n,c,d){if(i&&(!i.types.length||i.types[0]!==r.TEXT_PLAIN)){let i=t.j.c.div("",{tabindex:-1,style:"left: -9999px; top: 0; width: 0; height: 100%;line-height: 140%; overflow: hidden; position: fixed; z-index: 2147483647; word-break: break-all;",contenteditable:!0});(0,s.getContainer)(t.j,t.constructor).appendChild(i);let r=(0,a.isJoditObject)(t.j)?t.j.s.save():null;i.focus(),t.j.async.setTimeout(()=>{let s=i.firstChild;if(o.Dom.safeRemove(i),s&&s.hasAttribute("src")){let i=(0,a.attr)(s,"src")||"";r&&(0,a.isJoditObject)(t.j)&&t.j.s.restore(),(0,u.sendFiles)(t,[(0,l.dataURItoBlob)(i)],n,c).finally(d)}},t.j.defaultTimeout)}}},50535:function(t,i,n){"use strict";n.d(i,{LimitedStack:function(){return r}});class r{push(t){return this.stack.push(t),this.stack.length>this.limit&&this.stack.shift(),this}pop(){return this.stack.pop()}find(t){return this.stack.find(t)}constructor(t){this.limit=t,this.stack=[]}}},50911:function(t,i,n){"use strict";n.d(i,{Plugin:function(){return r.Plugin}});var r=n(20356);n(41876)},50963:function(t,i,n){"use strict";var r=n(6441);r.Config.prototype.iframeBaseUrl="",r.Config.prototype.iframeTitle="Jodit Editor",r.Config.prototype.iframeDoctype="<!DOCTYPE html>",r.Config.prototype.iframeDefaultSrc="about:blank",r.Config.prototype.iframeStyle='html{margin:0;padding:0;min-height: 100%;}body{box-sizing:border-box;font-size:13px;line-height:1.6;padding:10px;margin:0;background:transparent;color:#000;position:relative;z-index:2;user-select:auto;margin:0px;overflow:auto;outline:none;}table{width:100%;border:none;border-collapse:collapse;empty-cells: show;max-width: 100%;}th,td{padding: 2px 5px;border:1px solid #ccc;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}p{margin-top:0;}.jodit_editor .jodit_iframe_wrapper{display: block;clear: both;user-select: none;position: relative;}.jodit_editor .jodit_iframe_wrapper:after {position:absolute;content:"";z-index:1;top:0;left:0;right: 0;bottom: 0;cursor: pointer;display: block;background: rgba(0, 0, 0, 0);} .jodit_disabled{user-select: none;-o-user-select: none;-moz-user-select: none;-khtml-user-select: none;-webkit-user-select: none;-ms-user-select: none}',r.Config.prototype.iframeCSSLinks=[],r.Config.prototype.iframeSandbox=null},51036:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1395 1184q0 13-10 23l-50 50q-10 10-23 10t-23-10l-393-393-393 393q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l466-466q10-10 23-10t23 10l466 466q10 10 10 23z"/> </svg> '},51251:function(t,i,n){"use strict";n.d(i,{UIMainPanel:function(){return b}});var r=n(77688),o=n(82749),s=n(31635),a=n(68365),l=n(63227),u=n(86563),c=n(93677),d=n(48705),h=n(55885),p=n(65478),f=n(2748),m=n(67510),g=n(62843);class b extends m.UIElement{className(){return"UIMainPanel"}setParentView(t){var i,n,r,o,s,a;return null==(i=this.welcomeScreen)||i.setParentView(t),null==(n=this.conversationList)||n.setParentView(t),null==(r=this.messageList)||r.setParentView(t),null==(o=this.inputArea)||o.setParentView(t),null==(s=this.permissionRequest)||s.setParentView(t),null==(a=this.settingsButton)||a.setParentView(t),super.setParentView(t)}render(){return`<div class="&__container">
227
227
  <div class="&__header">
228
228
  <div class="&__header-left"></div>
229
229
  <div class="&__header-title"></div>
@@ -234,7 +234,7 @@ ${s}`.trim();n?yield this.__executeQuickCommandSilent(u,s):yield this.__executeQ
234
234
  <div class="&__loading-spinner"></div>
235
235
  </div>
236
236
  <div class="&__footer"></div>
237
- </div>`}addResize(){}afterRender(){this.content=this.getElm("content"),this.createComponents(),this.createHeaderButtons(),this.__updateView("welcome")}__onChangeView(){return(0,r._)(function*(){this.__updateView(this.state.currentView,this.state.currentConversation)}).call(this)}createComponents(){this.welcomeScreen=new h.UIWelcomeScreen(this.j),this.conversationList=new a.UIConversationList(this.j,this.options),this.messageList=new u.UIMessageList(this.j,this.options),this.inputArea=new l.UIInputArea(this.j,this.options),this.getElm("footer").appendChild(this.inputArea.container)}createHeaderButtons(){let t=this.getElm("header-left"),i=this.getElm("header-right"),n=new g.UIButton(this.j,{icon:{name:"angle-left"},size:"small",variant:"initial"});n.container.classList.add(this.getFullElName("back-button")),this.j.e.on(n,"click",()=>{this.j.e.fire("backToList.ai-assistant-pro")}),t.appendChild(n.container);let r=new g.UIButton(this.j,{icon:{name:"plus"},size:"small",tooltip:"New chat",variant:"initial"});if(r.container.classList.add(this.getFullElName("new-button")),this.j.e.on(r,"click",()=>{this.j.e.fire("newConversation.ai-assistant-pro")}),i.appendChild(r.container),this.shouldShowSettings()&&(this.settingsButton=new d.UISettingsButton(this.j,this.state,this.options,()=>this.state.currentConversation,this.updateConversation),this.settingsButton.container.classList.add(this.getFullElName("settings-button")),i.appendChild(this.settingsButton.container)),"dialog"===this.mods.displayMode||!1===this.mods.allowClose)return;let o=new g.UIButton(this.j,{icon:{name:"cancel"},size:"small",tooltip:"Close",variant:"initial"});o.container.classList.add(this.getFullElName("close-button")),this.j.e.on(o,"click",()=>{this.j.e.fire("closeAIAssistantPro.ai-assistant-pro")}),i.appendChild(o.container)}isFlightMode(){return"flight"===this.mods.displayMode}shouldShowSettings(){let t=this.options,i=t.allowEditDisplayMode||t.allowEditPanelWidth,n=t.allowEditDialogSettings;return i||n}__updateView(t,i=null){var n;null==(n=this.settingsButton)||n.update();let r=this.getElm("header-title");this.setMod("view",t);let o=this.isFlightMode();switch(t){case"welcome":r.textContent=this.j.i18n("AI Assistant"),f.Dom.safeRemove(this.conversationList.container),f.Dom.safeRemove(this.messageList.container),this.content.appendChild(this.welcomeScreen.container),this.inputArea.focus();break;case"conversationList":r.textContent=this.j.i18n("AI Assistant"),f.Dom.safeRemove(this.welcomeScreen.container),f.Dom.safeRemove(this.messageList.container),this.conversationList.container.isConnected||this.content.appendChild(this.conversationList.container);break;case"conversation":r.textContent=o?this.j.i18n("AI Assistant"):(null==i?void 0:i.title)||this.j.i18n("Conversation"),f.Dom.safeRemove(this.welcomeScreen.container),f.Dom.safeRemove(this.conversationList.container),this.messageList.container.isConnected||this.content.appendChild(this.messageList.container),i&&this.messageList.setMessages(i.messages),this.inputArea.focus()}}onChangeCurrentConversation(){let{currentConversation:t}=this.state;t&&(this.conversationList.setActiveConversation(t.id),this.messageList.setMessages(t.messages))}onChangeConversations(){this.conversationList.setConversations(this.state.conversations)}onChangeSelectionContexts(){this.inputArea.setContexts(this.state.selectionContexts)}onChangeLoading(){this.inputArea.setLoading(this.state.isLoading)}onChangePendingToolCalls(){this.state.pendingToolCalls&&this.state.pendingToolCalls.length>0?this.showPermissionRequest(this.state.pendingToolCalls[0]):this.hidePermissionRequest()}showPermissionRequest(t){this.permissionRequest||(this.permissionRequest=new c.UIPermissionRequest(this.j,this.options)),this.permissionRequest.setToolCall(t);let i=this.getElm("footer");i.contains(this.permissionRequest.container)||i.insertBefore(this.permissionRequest.container,this.inputArea.container)}hidePermissionRequest(){this.permissionRequest&&this.permissionRequest.container.parentNode&&this.permissionRequest.container.parentNode.removeChild(this.permissionRequest.container)}destruct(){var t,i,n,r,o,s;null==(t=this.welcomeScreen)||t.destruct(),null==(i=this.conversationList)||i.destruct(),null==(n=this.messageList)||n.destruct(),null==(r=this.inputArea)||r.destruct(),null==(o=this.permissionRequest)||o.destruct(),null==(s=this.settingsButton)||s.destruct(),super.destruct()}constructor(t,i,n,r){super(t),(0,o._)(this,"state",void 0),(0,o._)(this,"options",void 0),(0,o._)(this,"updateConversation",void 0),(0,o._)(this,"permissionRequest",void 0),(0,o._)(this,"settingsButton",void 0),(0,o._)(this,"content",void 0),this.state=i,this.options=n,this.updateConversation=r,this.permissionRequest=null,this.settingsButton=null}}(0,s.__decorate)([(0,p.hook)("ready")],b.prototype,"afterRender",null),(0,s.__decorate)([(0,p.watch)(["state.currentView","state.currentConversation"])],b.prototype,"__onChangeView",null),(0,s.__decorate)([(0,p.watch)("state.currentConversation")],b.prototype,"onChangeCurrentConversation",null),(0,s.__decorate)([(0,p.watch)("state.conversations")],b.prototype,"onChangeConversations",null),(0,s.__decorate)([(0,p.watch)("state.selectionContexts")],b.prototype,"onChangeSelectionContexts",null),(0,s.__decorate)([(0,p.watch)("state.isLoading")],b.prototype,"onChangeLoading",null),(0,s.__decorate)([(0,p.watch)("state.pendingToolCalls")],b.prototype,"onChangePendingToolCalls",null),b=(0,s.__decorate)([p.component],b)},51359:function(t,i,n){"use strict";n.d(i,{UIMessageListItem:function(){return h}});var r=n(82749),o=n(31635),s=n(81835),a=n(65478),l=n(67510),u=n(62843),c=n(62405),d=n(80870);class h extends l.UIElement{className(){return"UIMessageListItem"}render(){return`<div class="${this.getFullElName("message")}"></div>`}onReady(){this.updateContent(),this.contextMenu=new d.ContextMenu(this.j)}updateContent(){let t=this.container;t.innerHTML="",t.setAttribute("data-message-id",this.message.id),t.setAttribute("data-role",this.message.role);let i=this.j.c.div(this.getFullElName("message-bubble"));i.classList.add(this.getFullElName("message-bubble",this.message.role,!0));let n=this.j.c.div(this.getFullElName("message-content"));if(n.innerHTML=this.formatMessageContent(this.message.content),i.appendChild(n),this.opts.showTimestamps){let t=this.j.c.div(this.getFullElName("message-timestamp"));t.textContent=this.formatTimestamp(this.message.timestamp),i.appendChild(t)}let r=this.j.c.div(this.getFullElName("message-actions"));if(this.renderActionsButton(r),i.appendChild(r),t.appendChild(i),this.message.toolCalls&&this.message.toolCalls.length>0){let i=this.j.c.div(this.getFullElName("tool-calls"));t.appendChild(i),this.message.toolCalls.forEach(t=>{let n=this.createToolCallElement(t);i.appendChild(n)})}this.message.artifacts&&this.message.artifacts.length>0&&this.renderArtifacts()}renderActionsButton(t){let i=this.opts;(i.showCopyMessageAction||i.showRestartMessageAction||i.showEditMessageAction||i.showDeleteMessageAction)&&(this.actionsButton=new u.UIButton(this.j,{icon:{name:"dots"},tooltip:"Message actions",name:"messageActions",size:"tiny"}),this.actionsButton.onAction(t=>{this.showActionsMenu(t)}),t.appendChild(this.actionsButton.container))}showActionsMenu(t){if(!this.contextMenu||!this.actionsButton)return;let i=this.j,n=i.o.aiAssistantPro,r=[];n.showCopyMessageAction&&r.push({title:"Copy message",icon:"copy",exec:()=>{this.j.e.fire("copyMessage.ai-assistant-pro",this.message.id)}}),"user"===this.message.role&&(n.showRestartMessageAction&&r.push({title:"Restart from here",icon:"update",exec:()=>{this.j.e.fire("restartFromMessage.ai-assistant-pro",this.message.id)}}),n.showEditMessageAction&&r.push({title:"Edit message",icon:"pencil",exec:()=>{this.j.e.fire("editMessage.ai-assistant-pro",this.message.id)}})),n.showDeleteMessageAction&&r.push({title:"Delete message",icon:"bin",exec:()=>{i.confirm("Are you sure you want to delete this message?","Delete message",t=>{t&&this.j.e.fire("deleteMessage.ai-assistant-pro",this.message.id)})}});let o=this.actionsButton.container.getBoundingClientRect();this.contextMenu.show(o.left,o.bottom,r),t.stopPropagation()}renderArtifacts(){if(!this.message.artifacts||0===this.message.artifacts.length)return;let t=this.j.c.div(this.getFullElName("artifacts"));this.container.appendChild(t),this.artifactGroup||(this.artifactGroup=new c.UIGroup(this.j),this.artifactGroup.container.className="jodit-ui-artifact-group"),this.artifactGroup.clear(),this.message.artifacts.forEach(t=>{let i=new s.UIArtifact(this.j,t);this.artifactGroup.append(i)}),t.appendChild(this.artifactGroup.container)}createToolCallElement(t){let i=this.j.c.div(this.getFullElName("tool-call"));i.setAttribute("data-tool-id",t.id),i.setAttribute("data-status",t.status);let n=this.j.c.div(this.getFullElName("tool-header")),r=this.j.c.div(this.getFullElName("tool-icon"));r.classList.add(this.getFullElName("tool-icon",t.status,!0)),r.textContent="⚡";let o=this.j.c.div(this.getFullElName("tool-name"));o.textContent=this.j.i18n(t.name);let s=this.j.c.div(this.getFullElName("tool-status"));s.textContent=this.getToolStatusText(t.status||"unknown"),n.appendChild(r),n.appendChild(o),n.appendChild(s),i.appendChild(n);let a=this.createExpandableSection("Arguments",JSON.stringify(t.arguments||{},null,2));if(i.appendChild(a),t.result){let n=t.result.error?`Error: ${t.result.error}`:t.result.result||"",r=this.createExpandableSection("Result","string"==typeof n?n:JSON.stringify(n,null,2));i.appendChild(r)}return i}createExpandableSection(t,i){let n=this.j.c.div(this.getFullElName("tool-expandable")),r=this.j.c.element("button",{type:"button",class:this.getFullElName("tool-expandable-toggle")});r.textContent=`▶ ${this.j.i18n(t)}`;let o=this.j.c.element("pre",{class:this.getFullElName("tool-expandable-content")});return o.textContent=i,o.style.display="none",this.j.e.on(r,"click",()=>{"none"!==o.style.display?(o.style.display="none",r.textContent=`▶ ${this.j.i18n(t)}`):(o.style.display="block",r.textContent=`▼ ${this.j.i18n(t)}`)}),n.appendChild(r),n.appendChild(o),n}getToolStatusText(t){return({pending:"⏳",approved:"✓",denied:"✕",executing:"⚡",executed:"✓",error:"⚠"})[t]||"●"}formatMessageContent(t){return(0,this.opts.formatMessageContent)(t,this.message.role,this.j.i18n.bind(this.j))}formatTimestamp(t){return(0,this.opts.formatTimestamp)(t,this.j.i18n.bind(this.j))}updateMessage(t){this.message=t,this.updateContent()}destruct(){var t,i,n;null==(t=this.actionsButton)||t.destruct(),null==(i=this.contextMenu)||i.destruct(),null==(n=this.artifactGroup)||n.destruct(),super.destruct()}constructor(t,i,n){super(t),(0,r._)(this,"message",void 0),(0,r._)(this,"opts",void 0),(0,r._)(this,"artifactGroup",void 0),(0,r._)(this,"actionsButton",void 0),(0,r._)(this,"contextMenu",void 0),this.message=i,this.opts=n,this.artifactGroup=null,this.actionsButton=null,this.contextMenu=null}}(0,o.__decorate)([(0,a.hook)("ready")],h.prototype,"onReady",null),h=(0,o.__decorate)([a.component],h)},51586:function(t,i,n){"use strict";n.d(i,{applyStylesPro:function(){return u}});var r=n(19606),o=n(2748),s=n(29960),a=n(76078),l=n(97420);function u(t,i,n,c=""){let d=document.createElement("iframe");d.style.display="none",document.body.appendChild(d);try{var h,p;let o=null!=(h=d.contentDocument)?h:null==(p=d.contentWindow)?void 0:p.document;if(!o)return i;o.open(),o.write(i),o.close();let u="jd-style";for(let t=0;t<o.styleSheets.length;t+=1)try{let i=o.styleSheets[t].cssRules;for(let t=0;t<i.length;t+=1)i[t].selectorText&&(0,a.$$)(i[t].selectorText,o.body).forEach(n=>{(0,s.attr)(n,u)||((0,s.attr)(n,u,(0,s.attr)(n,"style")||""),(0,s.attr)(n,"style","")),(0,s.attr)(n,"style",`${(0,s.attr)(n,"style")};${i[t].style.cssText}`)})}catch(t){}return(0,a.$$)(`[${u}]`,o.body).forEach(t=>{(0,s.attr)(t,"style",`${(0,s.attr)(t,"style")};${(0,s.attr)(t,u)}`)}),(0,r.transformWordToHtml)(t,l.JElement.make(o.body),n,c)}finally{o.Dom.safeRemove(d)}}},51642:function(t,i,n){"use strict";n.d(i,{readAlign:function(){return o}});var r=n(41180);function o(t,i){t.style.cssFloat&&-1!==["left","right"].indexOf(t.style.cssFloat.toLowerCase())?i.align=(0,r.css)(t,"float"):"block"===(0,r.css)(t,"display")&&"auto"===t.style.marginLeft&&"auto"===t.style.marginRight?i.align="center":i.align=""}},51804:function(t,i,n){"use strict";n.r(i),i.default={symbols:"symbool"}},51834:function(t,i,n){"use strict";n.r(i),i.default={"Line height":"Altezza linea"}},51855:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M176 223q-37-2-45-4l-3-88q13-1 40-1 60 0 112 4 132 7 166 7 86 0 168-3 116-4 146-5 56 0 86-2l-1 14 2 64v9q-60 9-124 9-60 0-79 25-13 14-13 132 0 13 .5 32.5t.5 25.5l1 229 14 280q6 124 51 202 35 59 96 92 88 47 177 47 104 0 191-28 56-18 99-51 48-36 65-64 36-56 53-114 21-73 21-229 0-79-3.5-128t-11-122.5-13.5-159.5l-4-59q-5-67-24-88-34-35-77-34l-100 2-14-3 2-86h84l205 10q76 3 196-10l18 2q6 38 6 51 0 7-4 31-45 12-84 13-73 11-79 17-15 15-15 41 0 7 1.5 27t1.5 31q8 19 22 396 6 195-15 304-15 76-41 122-38 65-112 123-75 57-182 89-109 33-255 33-167 0-284-46-119-47-179-122-61-76-83-195-16-80-16-237v-333q0-188-17-213-25-36-147-39zm1488 1409v-64q0-14-9-23t-23-9h-1472q-14 0-23 9t-9 23v64q0 14 9 23t23 9h1472q14 0 23-9t9-23z"/> </svg> '},52230:function(t,i){"use strict";i.default={"copy-format":"복사 형식"}},52285:function(t,i){"use strict";i.default={"copy-format":"کپی کردن قالب"}},52507:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 24 24" > <circle cx="12" cy="12" r="2.2"/> <circle cx="12" cy="5" r="2.2"/> <circle cx="12" cy="19" r="2.2"/> </svg> '},52604:function(t,i,n){"use strict";n.d(i,{Snapshot:function(){return a}});var r=n(91907),o=n(82758),s=n(2748);class a extends r.ViewComponent{className(){return"Snapshot"}static equal(t,i){return t.html===i.html&&JSON.stringify(t.range)===JSON.stringify(i.range)}static countNodesBeforeInParent(t){if(!t.parentNode)return 0;let i=t.parentNode.childNodes,n=0,r=null;for(let o=0;o<i.length;o+=1){if(!r||this.isIgnoredNode(i[o])||s.Dom.isText(r)&&s.Dom.isText(i[o])||(n+=1),i[o]===t)return n;r=i[o]}return 0}static strokeOffset(t,i){for(;s.Dom.isText(t);)t=t.previousSibling,s.Dom.isText(t)&&t.nodeValue&&(i+=t.nodeValue.length);return i}calcHierarchyLadder(t){let i=[];if(!t||!t.parentNode||!s.Dom.isOrContains(this.j.editor,t))return[];for(;t&&t!==this.j.editor;)t&&!a.isIgnoredNode(t)&&i.push(a.countNodesBeforeInParent(t)),t=t.parentNode;return i.reverse()}getElementByLadder(t){let i=this.j.editor,n;for(n=0;i&&n<t.length;n+=1)i=i.childNodes[t[n]];return i}get isBlocked(){return this.__isBlocked}__block(t){this.__isBlocked=t}transaction(t){this.__block(!0),this.__levelOfTransaction+=1;try{t()}catch(t){if(!o.IS_PROD)throw t}finally{this.__levelOfTransaction-=1,0===this.__levelOfTransaction&&this.__block(!1)}}make(){let t={html:"",range:{startContainer:[],startOffset:0,endContainer:[],endOffset:0}};t.html=this.__getCleanedEditorValue(this.j.editor);let i=this.j.s.sel;if(i&&i.rangeCount){let n=i.getRangeAt(0),r=this.calcHierarchyLadder(n.startContainer),o=this.calcHierarchyLadder(n.endContainer),s=a.strokeOffset(n.startContainer,n.startOffset),l=a.strokeOffset(n.endContainer,n.endOffset);r.length||n.startContainer===this.j.editor||(s=0),o.length||n.endContainer===this.j.editor||(l=0),t.range={startContainer:r,startOffset:s,endContainer:o,endOffset:l}}return t}restore(t){this.transaction(()=>{let i=this.storeScrollState();this.__getCleanedEditorValue(this.j.editor)!==t.html&&(this.j.value=t.html),this.restoreOnlySelection(t),this.restoreScrollState(i)})}storeScrollState(){return[this.j.ow.scrollY,this.j.editor.scrollTop]}restoreScrollState(t){let{j:i}=this,{ow:n}=i;n.scrollTo(n.scrollX,t[0]),i.editor.scrollTop=t[1]}restoreOnlySelection(t){try{if(t.range){let i=this.j.ed.createRange();i.setStart(this.getElementByLadder(t.range.startContainer),t.range.startOffset),i.setEnd(this.getElementByLadder(t.range.endContainer),t.range.endOffset),this.j.s.selectRange(i)}}catch(t){this.j.editor.lastChild&&this.j.s.setCursorAfter(this.j.editor.lastChild),o.IS_PROD}}destruct(){this.__block(!1),super.destruct()}static isIgnoredNode(t){return s.Dom.isText(t)&&!t.nodeValue||s.Dom.isTemporary(t)}__getCleanedEditorValue(t){let i=t.cloneNode(!0);return s.Dom.temporaryList(i).forEach(s.Dom.unwrap),i.innerHTML}constructor(){super(...arguments),this.__isBlocked=!1,this.__levelOfTransaction=0}}},52742:function(t,i,n){"use strict";function r(t){return null!=t&&t===t.window}n.d(i,{isWindow:function(){return r}})},52826:function(t,i,n){"use strict";n.r(i),n.d(i,{description:function(){return o},name:function(){return r},parameters:function(){return s},requiresPermission:function(){return a}});let r="readSelection",o="Get information about the current selection including HTML content and optional context",s=[{name:"contextCharsBefore",type:"number",description:"Number of characters to include before the selection",required:!1,default:0},{name:"contextCharsAfter",type:"number",description:"Number of characters to include after the selection",required:!1,default:0}],a=!1},52951:function(t,i,n){"use strict";var r=n(82758),o=n(65478),s=n(2748),a=n(580),l=n(21537),u=n(50911);n(36204);var c=n(70022),d=function(t,i,n,r){var o,s=arguments.length,a=s<3?i:null===r?r=Object.getOwnPropertyDescriptor(i,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,r);else for(var l=t.length-1;l>=0;l--)(o=t[l])&&(a=(s<3?o(a):s>3?o(i,n,a):o(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a};class h extends u.Plugin{onInsertHTML(t){var i;if(!this.j.o.readonly&&!this.j.isEditorMode())return null==(i=this.sourceEditor)||i.insertRaw(t),this.toWYSIWYG(),!1}fromWYSIWYG(t=!1){if(!this.__lock||!0===t){this.__lock=!0;let t=this.j.getEditorValue(!1,r.SOURCE_CONSUMER);t!==this.getMirrorValue()&&this.setMirrorValue(t),this.__lock=!1}}toWYSIWYG(){if(this.__lock)return;let t=this.getMirrorValue();t!==this.__oldMirrorValue&&(this.__lock=!0,this.j.value=t,this.__lock=!1,this.__oldMirrorValue=t)}getNormalPosition(t,i){for(i=i.replace(/<(script|style|iframe)[^>]*>[^]*?<\/\1>/im,t=>{let i="";for(let n=0;n<t.length;n+=1)i+=r.INVISIBLE_SPACE;return i});t>0&&i[t]===r.INVISIBLE_SPACE;)t--;let n=t;for(;n>0;){if("<"===i[--n]&&void 0!==i[n+1]&&i[n+1].match(/[\w/]+/i))return n;if(">"===i[n])break}return t}clnInv(t){return t.replace(r.INVISIBLE_SPACE_REG_EXP(),"")}onSelectAll(t){var i;if("selectall"===t.toLowerCase()&&this.j.getRealMode()===r.MODE_SOURCE)return null==(i=this.sourceEditor)||i.selectAll(),!1}getMirrorValue(){var t;return(null==(t=this.sourceEditor)?void 0:t.getValue())||""}setMirrorValue(t){var i;null==(i=this.sourceEditor)||i.setValue(t)}setFocusToMirror(){var t;null==(t=this.sourceEditor)||t.focus()}saveSelection(){if(this.j.getRealMode()===r.MODE_WYSIWYG)this.j.s.save(),this.j.synchronizeValues(),this.fromWYSIWYG(!0);else{if(this.j.o.editHTMLDocumentMode)return;let t=this.getMirrorValue();if(this.getSelectionStart()===this.getSelectionEnd()){let i=this.j.s.marker(!0),n=this.getNormalPosition(this.getSelectionStart(),this.getMirrorValue());this.setMirrorValue(t.substring(0,n)+this.clnInv(i.outerHTML)+t.substring(n))}else{let i=this.j.s.marker(!0),n=this.j.s.marker(!1),r=this.getNormalPosition(this.getSelectionStart(),t),o=this.getNormalPosition(this.getSelectionEnd(),t);this.setMirrorValue(t.slice(0,r)+this.clnInv(i.outerHTML)+t.slice(r,o)+this.clnInv(n.outerHTML)+t.slice(o))}this.toWYSIWYG()}}removeSelection(){if(this.j.getRealMode()===r.MODE_WYSIWYG){this.__lock=!0,this.j.s.restore(),this.__lock=!1;return}let t=this.getMirrorValue(),i=0,n=0;try{if(t=t.replace(/<span[^>]+data-jodit-selection_marker=(["'])start\1[^>]*>[<>]*?<\/span>/gim,this.tempMarkerStart).replace(/<span[^>]+data-jodit-selection_marker=(["'])end\1[^>]*>[<>]*?<\/span>/gim,this.tempMarkerEnd),!this.j.o.editHTMLDocumentMode&&this.j.o.beautifyHTML){let i=this.j.e.fire("beautifyHTML",t);(0,l.isString)(i)&&(t=i)}if(n=i=t.indexOf(this.tempMarkerStart),t=t.replace(this.tempMarkerStartReg,""),-1!==i){let i=t.indexOf(this.tempMarkerEnd);-1!==i&&(n=i)}t=t.replace(this.tempMarkerEndReg,"")}finally{t=t.replace(this.tempMarkerEndReg,"").replace(this.tempMarkerStartReg,"")}this.setMirrorValue(t),this.setMirrorSelectionRange(i,n),this.toWYSIWYG(),this.setFocusToMirror()}setMirrorSelectionRange(t,i){var n;null==(n=this.sourceEditor)||n.setSelectionRange(t,i)}onReadonlyReact(){var t;null==(t=this.sourceEditor)||t.setReadOnly(this.j.o.readonly)}afterInit(t){if(this.mirrorContainer=t.c.div("jodit-source"),t.workplace.appendChild(this.mirrorContainer),t.e.on("afterAddPlace changePlace afterInit",()=>{t.workplace.appendChild(this.mirrorContainer)}),this.sourceEditor=(0,c.createSourceEditor)("area",t,this.mirrorContainer,this.toWYSIWYG,this.fromWYSIWYG),t.e.on(t.ow,"keydown",t=>{var i;t.key===r.KEY_ESC&&(null==(i=this.sourceEditor)?void 0:i.isFocused)&&this.sourceEditor.blur()}),this.onReadonlyReact(),t.e.on("placeholder.source",t=>{var i;null==(i=this.sourceEditor)||i.setPlaceHolder(t)}).on("change.source",this.syncValueFromWYSIWYG).on("beautifyHTML",t=>t),t.o.beautifyHTML){let i=()=>{var i;if(t.isInDestruct)return!1;let n=t.ow.html_beautify;return!!n&&!t.isInDestruct&&(null==(i=t.events)||i.off("beautifyHTML").on("beautifyHTML",t=>n(t)),!0)};i()||(0,l.loadNext)(t,t.o.beautifyHTMLCDNUrlsJS).then(i,()=>null)}this.syncValueFromWYSIWYG(!0),this.initSourceEditor(t)}syncValueFromWYSIWYG(t=!1){let i=this.j;(i.getMode()===r.MODE_SPLIT||i.getMode()===r.MODE_SOURCE)&&this.fromWYSIWYG(t)}initSourceEditor(t){var i;if("area"!==t.o.sourceEditor){let i=(0,c.createSourceEditor)(t.o.sourceEditor,t,this.mirrorContainer,this.toWYSIWYG,this.fromWYSIWYG);i.onReadyAlways(()=>{var n,r;null==(n=this.sourceEditor)||n.destruct(),this.sourceEditor=i,this.syncValueFromWYSIWYG(!0),null==(r=t.events)||r.fire("sourceEditorReady",t)})}else null==(i=this.sourceEditor)||i.onReadyAlways(()=>{var i;this.syncValueFromWYSIWYG(!0),null==(i=t.events)||i.fire("sourceEditorReady",t)})}beforeDestruct(){this.sourceEditor&&(this.sourceEditor.destruct(),delete this.sourceEditor),s.Dom.safeRemove(this.mirrorContainer)}constructor(){super(...arguments),this.buttons=[{name:"source",group:"source"}],this.__lock=!1,this.__oldMirrorValue="",this.tempMarkerStart="{start-jodit-selection}",this.tempMarkerStartReg=/{start-jodit-selection}/g,this.tempMarkerEnd="{end-jodit-selection}",this.tempMarkerEndReg=/{end-jodit-selection}/g,this.getSelectionStart=()=>{var t,i;return null!=(i=null==(t=this.sourceEditor)?void 0:t.getSelectionStart())?i:0},this.getSelectionEnd=()=>{var t,i;return null!=(i=null==(t=this.sourceEditor)?void 0:t.getSelectionEnd())?i:0}}}d([(0,o.watch)(":insertHTML.source")],h.prototype,"onInsertHTML",null),d([o.autobind],h.prototype,"fromWYSIWYG",null),d([o.autobind],h.prototype,"toWYSIWYG",null),d([o.autobind],h.prototype,"getNormalPosition",null),d([(0,o.watch)(":beforeCommand.source")],h.prototype,"onSelectAll",null),d([(0,o.watch)(":beforeSetMode.source")],h.prototype,"saveSelection",null),d([(0,o.watch)(":afterSetMode.source")],h.prototype,"removeSelection",null),d([o.autobind],h.prototype,"setMirrorSelectionRange",null),d([(0,o.watch)(":readonly.source")],h.prototype,"onReadonlyReact",null),d([o.autobind],h.prototype,"syncValueFromWYSIWYG",null),a.pluginSystem.add("source",h)},52968:function(t,i,n){"use strict";n.d(i,{AceEditor:function(){return r.AceEditor},TextAreaEditor:function(){return o.TextAreaEditor}});var r=n(60031),o=n(7483)},52995:function(t,i){"use strict";i.default={"Type something":"Begin met typen..",Advanced:"Geavanceerd","About Jodit":"Over Jodit","Jodit Editor":"Jodit Editor","Free Non-commercial Version":"Gratis niet-commerci\xeble versie","Jodit User's Guide":"Jodit gebruikershandleiding","contains detailed help for using":"bevat gedetailleerde informatie voor gebruik.","For information about the license, please go to our website:":"Voor informatie over de licentie, ga naar onze website:","Buy full version":"Volledige versie kopen","Copyright \xa9 XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Copyright \xa9 XDSoft.net - Chupurnov Valeriy. Alle rechten voorbehouden.",Anchor:"Anker","Open in new tab":"Open in nieuwe tab","Open in fullsize":"Editor in volledig scherm openen","Clear Formatting":"Opmaak verwijderen","Fill color or set the text color":"Vulkleur of tekstkleur aanpassen",Redo:"Opnieuw",Undo:"Ongedaan maken",Bold:"Vet",Italic:"Cursief","Insert Unordered List":"Geordende list invoegen","Insert Ordered List":"Ongeordende lijst invoegen","Align Center":"Centreren","Align Justify":"Uitlijnen op volledige breedte","Align Left":"Links uitlijnen","Align Right":"Rechts uitlijnen","Insert Horizontal Line":"Horizontale lijn invoegen","Insert Image":"Afbeelding invoegen","Insert file":"Bestand invoegen","Insert youtube/vimeo video":"Youtube/Vimeo video invoegen","Insert link":"Link toevoegen","Font size":"Tekstgrootte","Font family":"Lettertype","Insert format block":"Format blok invoegen",Normal:"Normaal","Heading 1":"Koptekst 1","Heading 2":"Koptekst 2","Heading 3":"Koptekst 3","Heading 4":"Koptekst 4",Quote:"Citaat",Code:"Code",Insert:"Invoegen","Insert table":"Tabel invoegen","Decrease Indent":"Inspringing verkleinen","Increase Indent":"Inspringing vergroten","Select Special Character":"Symbool selecteren","Insert Special Character":"Symbool invoegen","Paint format":"Opmaak kopieren","Change mode":"Modus veranderen",Margins:"Marges",top:"Boven",right:"Rechts",bottom:"Onder",left:"Links",Styles:"CSS styles",Classes:"CSS classes",Align:"Uitlijning",Right:"Rechts",Center:"Gecentreerd",Left:"Links","--Not Set--":"--Leeg--",Src:"Src",Title:"Titel",Alternative:"Alternatieve tekst",Link:"Link","Open link in new tab":"Link in nieuwe tab openen",Image:"Afbeelding",file:"Bestand","Image properties":"Afbeeldingseigenschappen",Cancel:"Annuleren",Ok:"OK","Your code is similar to HTML. Keep as HTML?":"Deze code lijkt op HTML. Als HTML behouden?","Paste as HTML":"Invoegen als HTML",Keep:"Origineel behouden",Clean:"Opschonen","Insert as Text":"Als tekst invoegen","Word Paste Detected":"Word-tekst gedetecteerd","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"De geplakte tekst is afkomstig van een Microsoft Word/Excel document. Wil je de opmaak behouden of opschonen?","Insert only Text":"Als onopgemaakte tekst invoegen","File Browser":"Bestandsbrowser","Error on load list":"Fout bij het laden van de lijst","Error on load folders":"Fout bij het laden van de mappenlijst","Are you sure?":"Weet je het zeker?","Enter Directory name":"Geef de map een naam","Create directory":"Map aanmaken","type name":"Type naam","Drop image":"Sleep hier een afbeelding naartoe","Drop file":"Sleep hier een bestand naartoe","or click":"of klik","Alternative text":"Alternatieve tekst",Browse:"Bladeren",Upload:"Uploaden",Background:"Achtergrond",Text:"Tekst",Top:"Boven",Middle:"Midden",Bottom:"Onder","Insert column before":"Kolom invoegen (voor)","Insert column after":"Kolom invoegen (na)","Insert row above":"Rij invoegen (boven)","Insert row below":"Rij invoegen (onder)","Delete table":"Tabel verwijderen","Delete row":"Rij verwijderen","Delete column":"Kolom verwijderen","Empty cell":"Cel leegmaken",Delete:"Verwijderen","Strike through":"Doorstrepen",Underline:"Onderstrepen",Break:"Enter","Search for":"Zoek naar","Replace with":"Vervangen door",Replace:"Vervangen",Edit:"Bewerken","Vertical align":"Verticaal uitlijnen","Horizontal align":"Horizontaal uitlijnen",Filter:"Filteren","Sort by changed":"Sorteren op wijzigingsdatum","Sort by name":"Sorteren op naam","Sort by size":"Sorteren op grootte","Add folder":"Map toevoegen",Split:"Splitsen","Split vertical":"Verticaal splitsen","Split horizontal":"Horizontaal splitsen",Merge:"Samenvoegen","Add column":"Kolom toevoegen","Add row":"Rij toevoegen",Border:"Rand","Embed code":"Embed code",Update:"Updaten",superscript:"Superscript",subscript:"Subscript","Cut selection":"Selectie knippen",Paste:"Plakken","Choose Content to Paste":"Kies content om te plakken","Chars: %d":"Tekens: %d","Words: %d":"Woorden: %d",All:"Alles","Select %s":"Selecteer: %s","Select all":"Selecteer alles",source:"Broncode",bold:"vet",italic:"cursief",brush:"kwast",link:"link",undo:"ongedaan maken",redo:"opnieuw",table:"tabel",image:"afbeelding",eraser:"gum",paragraph:"paragraaf",fontsize:"lettergrootte",video:"video",font:"lettertype",about:"over",print:"afdrukken",underline:"onderstreept",strikethrough:"doorgestreept",indent:"inspringen",outdent:"minder inspringen",fullsize:"volledige grootte",shrink:"kleiner maken",hr:"horizontale lijn",ul:"lijst",ol:"genummerde lijst",cut:"knip",selectall:"alles selecteren","Open link":"Link openen","Edit link":"Link aanpassen","No follow":"Niet volgen",Unlink:"link verwijderen",Eye:"Recensie",pencil:"Om te bewerken"," URL":" URL",Reset:"Herstellen",Save:"Opslaan","Save as ...":"Opslaan als ...",Resize:"Grootte aanpassen",Crop:"Bijknippen",Width:"Breedte",Height:"Hoogte","Keep Aspect Ratio":"Verhouding behouden",Yes:"Ja",No:"Nee",Remove:"Verwijderen",Select:"Selecteren","You can only edit your own images. Download this image on the host?":"Je kunt alleen je eigen afbeeldingen aanpassen. Deze afbeelding downloaden?","The image has been successfully uploaded to the host!":"De afbeelding is succesvol ge\xfcploadet!",palette:"Palette","There are no files":"Er zijn geen bestanden in deze map.",Rename:"Hernoemen","Enter new name":"Voer een nieuwe naam in",preview:"Voorvertoning",download:"Download","Paste from clipboard":"Plakken van klembord","Your browser doesn't support direct access to the clipboard.":"Uw browser ondersteunt geen directe toegang tot het klembord.","Copy selection":"Selectie kopi\xebren",copy:"kopi\xebren","Border radius":"Border radius","Show all":"Toon alle",Apply:"Toepassen","Please fill out this field":"Vul dit veld in","Please enter a web address":"Voer een webadres in",Default:"Standaard",Circle:"Cirkel",Dot:"Punt",Quadrate:"Kwadraat",Find:"Zoeken","Find Previous":"Vorige Zoeken","Find Next":"Volgende Zoeken","Insert className":"Voeg de klassenaam in","Press Alt for custom resizing":"Druk op Alt voor aangepaste grootte","License: %s":"Licentie: %s"}},53014:function(t,i,n){"use strict";n.d(i,{applyTheme:function(){return s}});let r=["jodit_theme_dark","jodit-ai-assistant-pro_theme_dark","jodit-dialog_theme_dark"],o=["jodit_theme_light","jodit-ai-assistant-pro_theme_light","jodit-dialog_theme_light"];function s(t,i,n,s,a){let l;if(null==s||s.classList.remove(...r),null==s||s.classList.remove(...o),"dialog"===n){let t=null==a?void 0:a.container;null==t||t.classList.remove(...r),null==t||t.classList.remove(...o)}if(l="dark"===i?r:o,null==s||s.classList.add(...l),"dialog"===n){let t=null==a?void 0:a.container;null==t||t.classList.add(...l)}}},53121:function(t){t.exports='<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> <path d="M19,21H5a2,2,0,0,1-2-2V17a1,1,0,0,1,2,0v2H19V17a1,1,0,0,1,2,0v2A2,2,0,0,1,19,21Z"/> <path d="M18,5H6A1,1,0,0,1,6,3H18a1,1,0,0,1,0,2Z"/> <path d="M15.71,10.29l-3-3a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-3,3a1,1,0,0,0-.21,1.09A1,1,0,0,0,9,12h2v3a1,1,0,0,0,2,0V12h2a1,1,0,0,0,.92-.62A1,1,0,0,0,15.71,10.29Z"/> </svg>'},53189:function(t){t.exports={"Show Blocks":"Zeigen Bl\xf6cke"}},53212:function(t,i,n){"use strict";n.d(i,{cleanFromWord:function(){return l}});var r=n(82758),o=n(2748),s=n(4510),a=n(49055);function l(t){-1!==t.indexOf("<html ")&&(t=(t=t.substring(t.indexOf("<html "),t.length)).substring(0,t.lastIndexOf("</html>")+7));let i="";try{let n=r.globalDocument.createElement("div");n.innerHTML=t;let a=[];n.firstChild&&o.Dom.each(n,t=>{if(t)switch(t.nodeType){case Node.ELEMENT_NODE:switch(t.nodeName){case"STYLE":case"LINK":case"META":a.push(t);break;case"W:SDT":case"W:SDTPR":case"FONT":o.Dom.unwrap(t);break;default:(0,s.toArray)(t.attributes).forEach(i=>{-1===["src","href","rel","content"].indexOf(i.name.toLowerCase())&&t.removeAttribute(i.name)})}break;case Node.TEXT_NODE:break;default:a.push(t)}}),o.Dom.safeRemove.apply(null,a),i=n.innerHTML}catch(t){}return i&&(t=i),(t=t.split(/(\n)/).filter(a.trim).join("\n")).replace(/<(\/)?(html|colgroup|col|o:p)[^>]*>/g,"").replace(/<!--[^>]*>/g,"")}},53213:function(t,i,n){"use strict";n.d(i,{persistent:function(){return s}});var r=n(78213),o=n(39955);function s(t,i){t.hookStatus(r.STATUSES.ready,t=>{let n=(0,o.isViewObject)(t)?t:t.jodit,r=`${n.options.namespace}${t.componentName}_prop_${i}`,s=t[i];Object.defineProperty(t,i,{get(){var t;return null!=(t=n.storage.get(r))?t:s},set(t){n.storage.set(r,t)}})})}},53259:function(t,i){"use strict";i.default='<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> <path d="M5.09668 6.99707H7.17358L4.17358 3.99707L1.17358 6.99707H3.09668V17.0031H1.15881L4.15881 20.0031L7.15881 17.0031H5.09668V6.99707Z"/> <path d="M22.8412 7H8.84119V5H22.8412V7Z"/> <path d="M22.8412 11H8.84119V9H22.8412V11Z"/> <path d="M8.84119 15H22.8412V13H8.84119V15Z"/> <path d="M22.8412 19H8.84119V17H22.8412V19Z"/> </svg> '},53326:function(t,i,n){"use strict";n.d(i,{htmlspecialchars:function(){return o}});var r=n(82758);function o(t){let i=r.globalDocument.createElement("div");return i.textContent=t,i.innerHTML}},53361:function(t,i,n){"use strict";n.r(i),i.default={Spellcheck:"Sprawdzanie pisowni"}},53392:function(t,i,n){"use strict";n.d(i,{removeEmptyTextNode:function(){return o}});var r=n(2748);function o(t,i,n,o,s,a){return r.Dom.isText(i)&&!i.nodeValue?(i===a&&t.s.isCollapsed()&&t.s.setCursorAfter(i),r.Dom.safeRemove(i),!0):n}},53437:function(t,i,n){"use strict";n.r(i),i.default={symbols:"Symbol"}},53454:function(t,i,n){"use strict";n.d(i,{onChangeGeometries:function(){return l}});var r=n(56075),o=n(11886),s=n(72690),a=n(67912);function l(t,i){var n,l,u,c;switch(t.type){case"polyline":case"polygon":{let n=(0,a.pathToArray)(t.gme.getPath()),l=(0,o._)((0,r._)({},t.state),{coordinates:n});s.updateStateAndGme.call(this,l,i,!0);break}case"marker":{let a=t.gme.getPosition(),u=(0,o._)((0,r._)({},t.state),{coordinates:[null!=(n=null==a?void 0:a.lat())?n:0,null!=(l=null==a?void 0:a.lng())?l:0]});s.updateStateAndGme.call(this,u,i,!0);break}case"circle":{let n=t.gme.getCenter(),a=(0,o._)((0,r._)({},t.state),{radius:t.gme.getRadius(),coordinates:[null!=(u=null==n?void 0:n.lat())?u:0,null!=(c=null==n?void 0:n.lng())?c:0]});s.updateStateAndGme.call(this,a,i,!0)}}}},53585:function(t,i,n){"use strict";n.d(i,{convertStyleUnitToPixels:function(){return o}});var r=n(43712);let o=(t,{jodit:i})=>{if(!i.o.pasteFromWord.convertUnitsToPixel)return t;let{style:n}=t;return n.forEach(t=>{let i=n.get(t);i&&n.set(t,i.toString().replace(/\d+(\.\d+)?(pt|cm)/g,t=>(0,r.convertUnitToPx)(t)+"px"))}),t}},53586:function(t,i,n){"use strict";n(6441).Config.prototype.autocomplete={sources:[],maxItems:50,isMatchedQuery:(t,i)=>0===i.toLowerCase().indexOf(t.toLowerCase()),itemRenderer:t=>{var i;return null!=(i=t.title)?i:t.value},insertValueRenderer:t=>t.value+"&nbsp;"}},53636:function(t,i,n){"use strict";n.d(i,{openImageEditorDialog:function(){return a}});var r=n(70799),o=n(29960),s=n(50050);function a(t,i){let n=(0,o.attr)(i.image,"src")||"",a=t.c.element("a"),l=()=>{if(a.host!==location.host)return void t.confirm("You can only edit your own images. Download this image on the host?",n=>{n&&t.uploader&&t.uploader.uploadRemoteImage(a.href.toString(),n=>{t.alert("The image has been successfully uploaded to the host!",()=>{(0,r.isString)(n.newfilename)&&(i.values.imageSrc=n.baseurl+n.newfilename)})},i=>{t.alert("There was an error loading %s",i.message)})})};a.href=n,t.filebrowser.dataProvider.getPathByUrl(a.href.toString()).then(r=>{s.openImageEditor.call(t.filebrowser,a.href,r.name,r.path,r.source,()=>{let t=new Date().getTime();i.values.imageSrc=n+(-1!==n.indexOf("?")?"":"?")+"&_tmp="+t.toString()},i=>{t.alert(i.message)})}).catch(i=>{t.alert(i.message,l)})}},53650:function(t,i,n){"use strict";n.r(i),i.default={symbols:"symbol"}},53651:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M384 1662l17-85q6-2 81.5-21.5t111.5-37.5q28-35 41-101 1-7 62-289t114-543.5 52-296.5v-25q-24-13-54.5-18.5t-69.5-8-58-5.5l19-103q33 2 120 6.5t149.5 7 120.5 2.5q48 0 98.5-2.5t121-7 98.5-6.5q-5 39-19 89-30 10-101.5 28.5t-108.5 33.5q-8 19-14 42.5t-9 40-7.5 45.5-6.5 42q-27 148-87.5 419.5t-77.5 355.5q-2 9-13 58t-20 90-16 83.5-6 57.5l1 18q17 4 185 31-3 44-16 99-11 0-32.5 1.5t-32.5 1.5q-29 0-87-10t-86-10q-138-2-206-2-51 0-143 9t-121 11z"/> </svg> '},53696:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M512 1248v192q0 40-28 68t-68 28h-320q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h320q40 0 68 28t28 68zm0-512v192q0 40-28 68t-68 28h-320q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h320q40 0 68 28t28 68zm640 512v192q0 40-28 68t-68 28h-320q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h320q40 0 68 28t28 68zm-640-1024v192q0 40-28 68t-68 28h-320q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h320q40 0 68 28t28 68zm640 512v192q0 40-28 68t-68 28h-320q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h320q40 0 68 28t28 68zm640 512v192q0 40-28 68t-68 28h-320q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h320q40 0 68 28t28 68zm-640-1024v192q0 40-28 68t-68 28h-320q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h320q40 0 68 28t28 68zm640 512v192q0 40-28 68t-68 28h-320q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h320q40 0 68 28t28 68zm0-512v192q0 40-28 68t-68 28h-320q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h320q40 0 68 28t28 68z"/> </svg> '},53822:function(t,i,n){"use strict";n.r(i),i.default={"Line height":"Высота линии"}},53835:function(t,i,n){"use strict";n.d(i,{BUILT_IN_TOOLS:function(){return p},getToolNames:function(){return f}});var r=n(39296),o=n(16745),s=n(78717),a=n(5618),l=n(90991),u=n(2020),c=n(12570),d=n(95323),h=n(97603);let p={readDocument:a.default,readBlocks:s.default,readSelection:l.default,writeDocument:h.default,replaceSelection:d.default,replaceBlock:u.default,replaceInDocument:c.default,insertHTML:o.default,applyFormat:r.default};function f(){return Object.keys(p)}},54023:function(t){t.exports={"Show Blocks":"Показать Блоки"}},54041:function(t,i,n){"use strict";n.d(i,{getBlockWrapper:function(){return function t(i,n,s=r.IS_BLOCK){let a=i,l=n.editor;do{if(!a||a===l)break;if(s.test(a.nodeName)){if(o.Dom.isLeaf(a))return a;return t(a.parentNode,n,/^li$/i)||a}a=a.parentNode}while(a&&a!==l);return null}}});var r=n(82758),o=n(2748)},54076:function(t,i,n){"use strict";function r(t,i){let[n,r]=i.split("::");t.execCommand(n,null,r)}n.d(i,{execSpellCommand:function(){return r}})},54079:function(t,i,n){"use strict";n.d(i,{Ajax:function(){return h}});var r=n(8884),o=n(82758),s=n(45219),a=n(21537),l=n(89890),u=n(6441);n(57459);var c=n(98582);function d(t,i,n,r,o,s,a){try{var l=t[s](a),u=l.value}catch(t){n(t);return}l.done?i(u):Promise.resolve(u).then(r,o)}class h{className(){return"Ajax"}__buildParams(t,i){return(0,a.isPlainObject)(t)&&this.options.contentType&&this.options.contentType.includes("application/json")?JSON.stringify(t):(0,a.isFunction)(this.o.queryBuild)?this.o.queryBuild.call(this,t,i):(0,a.isString)(t)||t instanceof o.globalWindow.FormData||"object"==typeof t&&null!=t&&(0,a.isFunction)(t.append)?t:(0,a.buildQuery)(t)}get o(){return this.options}abort(){if(this.__isFulfilled)return this;try{this.__isFulfilled=!0,this.xhr.abort()}catch(t){}return this}send(){this.__activated=!0;let{xhr:t,o:i}=this,n=this.prepareRequest();return this.__async.promise((r,o)=>{var s;return(s=function*(){var s;let u=()=>{this.__isFulfilled=!0,o(l.connection("Connection error"))},d=()=>{this.__isFulfilled=!0,r(new c.Response(n,t.status,t.statusText,!t.responseType?t.responseText:t.response))};t.onload=d,t.onabort=()=>{this.__isFulfilled=!0,o(l.abort("Abort connection"))},t.onerror=u,t.ontimeout=u,i.responseType&&(t.responseType=i.responseType),t.onprogress=t=>{var i,n;let r=0;t.lengthComputable&&(r=t.loaded/t.total*100),null==(n=(i=this.options).onProgress)||n.call(i,r)},t.onreadystatechange=()=>{var n,r;null==(r=(n=this.options).onProgress)||r.call(n,10),t.readyState===XMLHttpRequest.DONE&&(i.successStatuses.includes(t.status)?d():t.statusText&&(this.__isFulfilled=!0,o(l.connection(t.statusText))))},t.withCredentials=null!=(s=i.withCredentials)&&s;let{url:h,data:p,method:f}=n;t.open(f,h,!0),i.contentType&&t.setRequestHeader&&t.setRequestHeader("Content-type",i.contentType);let{headers:m}=i;(0,a.isFunction)(m)&&(m=yield m.call(this)),m&&t.setRequestHeader&&Object.keys(m).forEach(i=>{t.setRequestHeader(i,m[i])}),this.__async.setTimeout(()=>{t.send(p?this.__buildParams(p):void 0)},0)},function(){var t=this,i=arguments;return new Promise(function(n,r){var o=s.apply(t,i);function a(t){d(o,n,r,a,l,"next",t)}function l(t){d(o,n,r,a,l,"throw",t)}a(void 0)})}).call(this)})}prepareRequest(){if(!this.o.url)throw l.error("Need URL for AJAX request");let t=this.o.url,i=this.o.data,n=(this.o.method||"get").toLowerCase();if("get"===n&&i&&(0,a.isPlainObject)(i)){let n=t.indexOf("?");if(-1!==n){let r=(0,a.parseQuery)(t);t=t.substring(0,n)+"?"+(0,a.buildQuery)(function(t){for(var i=1;i<arguments.length;i++){var n=null!=arguments[i]?arguments[i]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable}))),r.forEach(function(i){var r;r=n[i],i in t?Object.defineProperty(t,i,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[i]=r})}return t}({},r,i))}else t+="?"+(0,a.buildQuery)(this.o.data)}let r={url:t,method:n,data:i};return h.log.splice(100),h.log.push(r),r}destruct(){this.__isDestructed||(this.__isDestructed=!0,this.__activated&&!this.__isFulfilled&&(this.abort(),this.__isFulfilled=!0),this.__async.destruct())}constructor(t,i=u.Config.prototype.defaultAjaxOptions){this.__async=new r.Async,this.__isFulfilled=!1,this.__activated=!1,this.__isDestructed=!1,this.options=(0,a.ConfigProto)(t||{},i),this.xhr=this.o.xhr?this.o.xhr():new XMLHttpRequest}}h.log=[],function(t,i,n,r){var o,s=arguments.length,a=s<3?i:null===r?r=Object.getOwnPropertyDescriptor(i,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,r);else for(var l=t.length-1;l>=0;l--)(o=t[l])&&(a=(s<3?o(a):s>3?o(i,n,a):o(i,n))||a);s>3&&a&&Object.defineProperty(i,n,a)}([s.autobind],h.prototype,"destruct",null)},54389:function(t,i,n){"use strict";var r=n(22732),o=n(12153),s=n(6441),a=n(78614),l=n(86835),u=n(302);o.Icon.set("indent",a.default).set("outdent",l.default),s.Config.prototype.controls.indent={tooltip:"Increase Indent"},s.Config.prototype.controls.outdent={isDisabled:t=>{let i=t.s.current();if(i){let n=r.Dom.closest(i,r.Dom.isBlock,t.editor);if(n){let i=(0,u.getKey)(t.o.direction,n);return!n.style[i]||0>=parseInt(n.style[i],10)}}return!0},tooltip:"Decrease Indent"},s.Config.prototype.indentMargin=10},54600:function(t,i,n){"use strict";n.d(i,{splitFragment:function(){return a}});var r=n(2748),o=n(26395),s=n(44245);function a(t,i,n){let a=i.s,{enter:l}=i.o,u=l.toLowerCase(),c=r.Dom.isLeaf(n),d=n.tagName.toLowerCase()===u||c,h=a.cursorOnTheRight(n,t),p=a.cursorOnTheLeft(n,t);if(!d&&(h||p)){h?r.Dom.after(n,t):r.Dom.before(n,t),(0,s.insertParagraph)(t,i,u),p&&!h&&r.Dom.prepend(n,t);return}let f=a.splitSelection(n,t);(0,o.scrollIntoViewIfNeeded)(f,i.editor,i.ed)}},54747:function(t,i,n){"use strict";n.d(i,{UIResize:function(){return s}});var r=n(2748),o=n(41180);class s{static remove(t){t.container.classList.remove("jodit-ui-resize"),r.Dom.safeRemove(t.container.querySelector(".jodit-ui-resize__handle"))}static install(t,i,n={}){var r;t.container.classList.add("jodit-ui-resize"),"static"===(0,o.css)(t.container,"position")&&(0,o.css)(t.container,"position","relative");let s=t.j.c.div("jodit-ui-resize__handle");s.classList.add("jodit-ui-resize__handle_type_"+i),n.handleClassName&&s.classList.add(n.handleClassName),t.container.appendChild(s),t.j.e.on(s,"mousedown touchstart",this.onStartResize.bind(this,t,i,null!=(r=n.onResize)?r:()=>void 0))}static onStartResize(t,i,n,r){let o={x:r.clientX,y:r.clientY,w:t.container.offsetWidth,h:t.container.offsetHeight,direction:i},s=t.j.async.throttle(this.onResize.bind(this,t,o,n),t.j.defaultTimeout/10);t.j.lock(),t.j.e.on(t.j.ow,"mousemove touchmove",s).one(t.j.ow,"mouseup touchend",this.onEndResize.bind(this,t,s))}static onResize(t,i,n,r){let s,a=["left","right"].includes(i.direction),l=t.container.parentElement;l&&(s=a?i.w+(r.clientX-i.x)*("right"===i.direction?1:-1):i.h+(r.clientY-i.y)*("top"===i.direction?-1:1),!0!==(null==n?void 0:n({newSize:s}))&&(0,o.css)(t.container,a?"width":"height",s/(a?l.offsetWidth:l.offsetHeight)*100+"%"))}static onEndResize(t,i,n){t.j.e.off(t.j.ow,"mousemove touchmove",i),t.j.unlock()}}},54765:function(t,i,n){"use strict";n.d(i,{hasBrowserColorPicker:function(){return o}});var r=n(82758);function o(){let t=!0;try{let i=r.globalDocument.createElement("input");i.type="color",i.value="!",t="color"===i.type&&"!"!==i.value}catch(i){t=!1}return t}},55029:function(t,i,n){"use strict";var r=n(17298),o=n(6441);o.Config.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.Config.prototype.controls.googleMaps={tooltip:"Google Maps",icon:"map",command:r.COMMAND_OPEN_DIALOG};let s=t=>({icon:`edit-${t}`,isActive:i=>i.buffer.get("createMode.gm")===t,exec:i=>{i.e.fire("changeCreateMode.gm",t)}});o.Config.prototype.controls.gm={hand:s("hand"),marker:s("marker"),polyline:s("polyline"),polygon:s("polygon"),circle:s("circle"),text:s("text")}},55099:function(t,i,n){"use strict";var r=n(82758),o=n(12153),s=n(6441),a=n(21597);s.Config.prototype.useSearch=!0,s.Config.prototype.search={lazyIdleTimeout:0,useCustomHighlightAPI:r.globalWindow&&void 0!==r.globalWindow.Highlight},o.Icon.set("search",a.default),s.Config.prototype.controls.find={tooltip:"Find",icon:"search",exec(t,i,{control:n}){switch(n.args&&n.args[0]){case"findPrevious":t.e.fire("searchPrevious");break;case"findNext":t.e.fire("searchNext");break;case"replace":t.execCommand("openReplaceDialog");break;default:t.execCommand("openSearchDialog")}},list:{search:"Find",findNext:"Find Next",findPrevious:"Find Previous",replace:"Replace"},childTemplate:(t,i,n)=>n}},55153:function(t,i,n){"use strict";n.d(i,{derive:function(){return o}});var r=n(23282);function o(...t){return i=>{let n=i.prototype;for(let i=0;i<t.length;i++){let o=t[i],s=Object.getOwnPropertyNames(o.prototype);for(let t=0;t<s.length;t++){let i=s[t],a=Object.getOwnPropertyDescriptor(o.prototype,i);null!=a&&(0,r.isFunction)(a.value)&&!(0,r.isFunction)(n[i])&&Object.defineProperty(n,i,{enumerable:!0,configurable:!0,writable:!0,value:function(...t){return a.value.call(this,...t)}})}}}}},55307:function(t,i,n){"use strict";n.d(i,{states:function(){return d},transactions:function(){return h}});var r=n(82758),o=n(2748),s=n(38837),a=n(63687),l=n(77361);function u(t){for(var i=1;i<arguments.length;i++){var n=null!=arguments[i]?arguments[i]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable}))),r.forEach(function(i){var r;r=n[i],i in t?Object.defineProperty(t,i,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[i]=r})}return t}function c(t,i){return i=null!=i?i:{},Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):(function(t){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);i.push.apply(i,n)}return i})(Object(i)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(i,n))}),t}let d={START:"START",ELEMENT:"ELEMENT",UNWRAP:"UNWRAP",UNWRAP_CHILDREN:"UNWRAP_CHILDREN",CHANGE:"CHANGE",REPLACE_DEFAULT:"REPLACE_DEFAULT",LIST:"LIST",TOGGLE_LIST:"TOGGLE_LIST",WRAP:"WRAP",EXTRACT:"EXTRACT",END:"END"},h={[d.START]:{exec(t){let{element:i,jodit:n,style:r,mode:s,collapsed:h}=t;if((0,a.isInsideInvisibleElement)(i,n.editor)||!h&&o.Dom.isEmptyContent(i))return c(u({},t),{next:d.END});let p=(0,a.getSuitParent)(r,i,n.editor)||(0,a.getSuitChild)(r,i);if(p)return c(u({},t),{next:d.ELEMENT,element:p});let f=(0,a.suitableClosest)(r,i,n.editor);return r.elementIsList&&o.Dom.isList(f)?c(u({},t),{next:d.LIST}):f?c(u({},t),{next:d.EXTRACT}):c(u({},t),{next:s!==l.UNWRAP?d.UNWRAP_CHILDREN:d.END})}},[d.LIST]:{exec(t){let{element:i,jodit:n,mode:s}=t;if(s!==l.INITIAL&&s!==l.UNWRAP&&s!==l.REPLACE)return c(u({},t),{next:d.END});let a=o.Dom.closest(i,"li",n.editor);return a&&o.Dom.closest(i,r.LIST_TAGS,n.editor)?c(u({},t),{element:a,next:d.TOGGLE_LIST}):c(u({},t),{next:d.END})}},[d.TOGGLE_LIST]:{exec(t){return c(u({},t),{mode:(0,a.toggleOrderedList)(t.style,t.element,t.jodit,t.mode),next:d.END})}},[d.EXTRACT]:{exec(t){var i;let{element:n,jodit:r,style:l}=t,h=(0,a.suitableClosest)(l,n,r.editor);return((0,s.assert)(h,"This place should have an element"),!l.elementIsBlock&&(null==(i=l.options.attributes)?void 0:i.style)&&o.Dom.isBlock(h))?c(u({},t),{next:d.WRAP}):(l.elementIsBlock||(0,a.extractSelectedPart)(h,n,r),c(u({},t),{element:h,next:d.ELEMENT}))}},[d.UNWRAP_CHILDREN]:{exec(t){let{element:i,style:n}=t;return(0,a.unwrapChildren)(n,i)?c(u({},t),{mode:l.UNWRAP,next:d.END}):c(u({},t),{next:d.WRAP})}},[d.WRAP]:{exec(t){let{element:i,jodit:n,style:r}=t,o=(0,a.wrap)(r,i,n);return c(u({},t),{next:r.elementIsList?d.END:d.CHANGE,mode:l.WRAP,element:o})}},[d.ELEMENT]:{exec(t){let{style:i,element:n,jodit:r}=t;return(0,a.toggleAttributes)(i,n,r,l.INITIAL,!0)!==l.INITIAL?c(u({},t),{next:d.CHANGE}):o.Dom.isTag(n,i.element)?c(u({},t),{next:d.UNWRAP}):c(u({},t),{next:d.END})}},[d.CHANGE]:{exec(t){let{style:i,element:n,jodit:r,mode:s}=t,h=(0,a.toggleAttributes)(i,n,r,t.mode);return s!==l.WRAP&&h===l.UNSET&&!n.attributes.length&&o.Dom.isTag(n,i.element)?c(u({},t),{next:d.UNWRAP}):c(u({},t),{mode:h,next:d.END})}},[d.UNWRAP]:{exec(t){return t.element.attributes.length&&o.Dom.isTag(t.element,t.style.element)?c(u({},t),{next:d.REPLACE_DEFAULT}):(o.Dom.unwrap(t.element),c(u({},t),{mode:l.UNWRAP,next:d.END}))}},[d.REPLACE_DEFAULT]:{exec(t){return o.Dom.replace(t.element,t.style.defaultTag,t.jodit.createInside,!0),c(u({},t),{mode:l.REPLACE,next:d.END})}},[d.END]:{exec(t){return t}}}},55311:function(t,i,n){"use strict";n(6441).Config.prototype.tableAllowCellSelection=!0},55487:function(t,i,n){"use strict";n.d(i,{ToolRegistry:function(){return l}});var r=n(77688),o=n(82749),s=n(56075),a=n(53835);class l{registerBuiltInTools(t){t.forEach(t=>{let i=a.BUILT_IN_TOOLS[t];i&&this.tools.set(t,i)})}registerCustomTools(t){t.forEach(t=>{this.validateToolDefinition(t),this.tools.set(t.name,t)})}validateToolDefinition(t){if(!t.name||"string"!=typeof t.name)throw Error("Tool must have a valid name");if(!t.description||"string"!=typeof t.description)throw Error(`Tool "${t.name}" must have a description`);if(!Array.isArray(t.parameters))throw Error(`Tool "${t.name}" must have a parameters array`);if("function"!=typeof t.execute)throw Error(`Tool "${t.name}" must have an execute function`);t.parameters.forEach(i=>{if(!i.name||"string"!=typeof i.name)throw Error(`Tool "${t.name}" has a parameter without a valid name`);if(!i.type)throw Error(`Tool "${t.name}" parameter "${i.name}" must have a type`);if("boolean"!=typeof i.required)throw Error(`Tool "${t.name}" parameter "${i.name}" must specify if it's required`)})}getAllTools(){return Array.from(this.tools.values())}getTool(t){return this.tools.get(t)}hasTool(t){return this.tools.has(t)}getToolNames(){return Array.from(this.tools.keys())}executeTool(t,i,n){return(0,r._)(function*(){let r=this.getTool(t);if(!r)throw Error(`Tool "${t}" not found`);let o=this.applyDefaults(r,i);this.validateArguments(r,o);try{return yield r.execute(this.jodit,o,n)}catch(t){if((null==t?void 0:t.name)==="AbortError"||n.aborted)throw Error("Tool execution was aborted");throw t}}).call(this)}validateArguments(t,i){let n=Object.keys(i);for(let i of t.parameters.filter(t=>t.required).map(t=>t.name))if(!n.includes(i))throw Error(`Tool "${t.name}" requires parameter "${i}"`);for(let[n,r]of Object.entries(i)){let i=t.parameters.find(t=>t.name===n);if(!i){this.jodit.o.aiAssistantPro.debug;continue}let o=Array.isArray(r)?"array":"object"==typeof r&&null!=r?"object":typeof r;if(i.type!==o&&!("number"===i.type&&"string"===o&&!isNaN(Number(r))))throw Error(`Tool "${t.name}" parameter "${n}" expects type "${i.type}" but got "${o}"`);if(i.enum&&i.enum.length>0&&!i.enum.includes(r))throw Error(`Tool "${t.name}" parameter "${n}" must be one of: ${i.enum.join(", ")}`)}}applyDefaults(t,i){let n=(0,s._)({},i);for(let i of t.parameters)void 0===n[i.name]&&void 0!==i.default&&(n[i.name]=i.default);return n}destruct(){this.tools.clear()}constructor(t){(0,o._)(this,"jodit",void 0),(0,o._)(this,"tools",void 0),this.jodit=t,this.tools=new Map,this.registerBuiltInTools(t.o.aiAssistantPro.enabledTools||[]),this.registerCustomTools(t.o.aiAssistantPro.customTools||[])}}},55535:function(t,i,n){"use strict";n.d(i,{StateManager:function(){return a}});var r=n(82749),o=n(31635),s=n(65478);class a{getIndex(t,i=this.state.elements){return i.findIndex(i=>i.uniqueHashKey===t.uniqueHashKey)}isActive(t){return!!this.state.activeElements.find(i=>i.uniqueHashKey===t.uniqueHashKey)}isFavorite(t){return!!this.state.favorites.find(i=>i.uniqueHashKey===t.uniqueHashKey)}addActive(t,i){var n;this.state.metaInfo=t,this.state.info=null!=(n=t.file)?n:"",this.state.lastSelectedIndex=this.getIndex(t),this.state.activeElements=i?[...this.state.activeElements,t]:[t]}callSelectHandler(){var t;let i=this.state.activeElements;null==(t=this.state.onSelectCallBack)||t.call(this,{baseurl:"",files:i.map(t=>t.fileURL),isImages:i.map(t=>!!t.isImage)})}setFilter(t){this.state.filterWord=t}toggleFavorite(t){let i=this.getIndex(t,this.state.favorites),n=[...this.state.favorites];-1===i?n.push(t):n.splice(i,1),this.state.favorites=n}fillTreeForPath(t,i){if(!this.state.tree.length||!i||"/"===i){this.state.tree=t.map(c);return}this.removeActive(this.state.tree),t.forEach(t=>{var n;let r=l(this.state.tree,t.name);r||(r=c(t),this.state.tree.push(r)),r.isActive=!0;let o=(n=r,i.split("/").reduce((t,i)=>t&&l(t.children,i),n));o&&(o.isActive=!0,o.children=u(t.folders).map(n=>d(n,i+"/"+n,t.name)))}),this.state.tree=[...this.state.tree]}removeActive(t){t.forEach(t=>{t.isActive=!1,this.removeActive(t.children)})}get isFavoriteItems(){return this.state.favorites===this.state.elements}constructor(t){(0,r._)(this,"state",void 0),this.state=t}}function l(t,i){var n;return null!=(n=t.find(t=>t.name===i))?n:null}function u(t){return t.filter(t=>"."!==t&&".."!==t)}function c(t){return{type:"source",name:t.name,title:t.title,sourceName:t.name,path:"/",children:u(t.folders).map(i=>d(i,i,t.name))}}function d(t,i,n){return{type:"directory",name:t,path:i,sourceName:n,children:[]}}(0,o.__decorate)([s.autobind],a.prototype,"getIndex",null),(0,o.__decorate)([s.autobind],a.prototype,"isActive",null),(0,o.__decorate)([s.autobind],a.prototype,"isFavorite",null)},55611:function(t,i,n){"use strict";n.d(i,{SentenceFinder:function(){return o.SentenceFinder},clearSelectionWrappers:function(){return r.clearSelectionWrappers},clearSelectionWrappersFromHTML:function(){return r.clearSelectionWrappersFromHTML},getSelectionWrappers:function(){return r.getSelectionWrappers},highlightTextRanges:function(){return r.highlightTextRanges}});var r=n(12270),o=n(93119)},55776:function(t,i,n){"use strict";n.r(i),i.default={Spellcheck:"スペルチェック"}},55790:function(t){t.exports={"AI Assistant":"AI Ассистент","AI Assistant Pro":"AI Ассистент Pro","Welcome to AI Assistant":"Добро пожаловать в AI Ассистент","Start your first conversation":"Начните первый диалог","Tip: Select text in editor to add context":"Подсказка: Выделите текст в редакторе для добавления контекста","New chat":"Новый чат","Search conversations...":"Поиск диалогов...","No conversations yet":"Пока нет диалогов","Ask me anything...":"Спросите меня о чем угодно...","Ask a follow-up...":"Задайте дополнительный вопрос...","Reply...":"Ответить...","Type your message...":"Введите ваше сообщение...",Send:"Отправить",Cancel:"Отмена",Retry:"Повторить",Insert:"Вставить",Copy:"Копировать",Edit:"Редактировать",Delete:"Удалить",New:"Новый",Back:"Назад","Permission Required":"Требуется разрешение",Approve:"Разрешить",Deny:"Отклонить",Once:"Один раз","This conversation":"Этот диалог",Always:"Всегда","The AI wants to execute:":"AI хочет выполнить:","This will modify your document content.":"Это изменит содержимое вашего документа.","Executing...":"Выполняется...","Completed successfully":"Успешно выполнено",Failed:"Ошибка","Pending approval":"Ожидает разрешения","Denied by user":"Отклонено пользователем","Tool Result":"Результат инструмента","Tool Execution Error":"Ошибка выполнения инструмента",Context:"Контекст",Contexts:"Контексты","Add to AI Context":"Добавить в контекст AI",Remove:"Удалить","Clear all":"Очистить все","An error occurred":"Произошла ошибка","Request failed":"Запрос не выполнен","Connection error":"Ошибка соединения","AI Assistant is not configured":"AI Ассистент не настроен","Thinking...":"Думаю...","Generating response...":"Генерирую ответ...",insertHTML:"Вставить HTML",readDocument:"Прочитать документ",readBlock:"Прочитать блок",replaceInDocument:"Заменить в документе",replaceInBlock:"Заменить в блоке",getSelection:"Получить выделение","Just now":"Только что",Conversation:"Диалог","New Conversation":"Новый диалог",Yesterday:"Вчера","Delete conversation":"Удалить диалог","Are you sure you want to delete this conversation?":"Вы уверены, что хотите удалить этот диалог?","Failed to delete conversation":"Не удалось удалить диалог",Settings:"Настройки","General Settings":"Общие настройки","Conversation Settings":"Настройки диалога","Display Mode":"Режим отображения","Panel Width":"Ширина панели",Theme:"Тема",Model:"Модель",Temperature:"Температура",Close:"Закрыть",Dialog:"Модальное окно",Left:"Левая панель",Right:"Правая панель",Top:"Верхняя панель",Bottom:"Нижняя панель",Inherit:"Наследовать от редактора",Light:"Светлая тема",Dark:"Тёмная тема","%dm ago":"%dм назад","%dh ago":"%dч назад"}},55877:function(t,i,n){"use strict";n.d(i,{convertMediaUrlToVideoEmbed:function(){return a}});var r=n(82758),o=n(26049),s=n(82501);let a=(t,{width:i=400,height:n=345}={})=>{if(!(0,o.isURL)(t))return t;let a=r.globalDocument.createElement("a"),l=/(?:http?s?:\/\/)?(?:www\.)?(?:vimeo\.com)\/?(.+)/g;a.href=t,i||(i=400),n||(n=345);let u=a.protocol||"";switch(a.hostname){case"www.vimeo.com":case"vimeo.com":return l.test(t)?t.replace(l,'<iframe width="'+i+'" height="'+n+'" src="'+u+'//player.vimeo.com/video/$1" frameborder="0" allowfullscreen></iframe>'):t;case"youtube.com":case"www.youtube.com":case"youtu.be":case"www.youtu.be":{let r=a.search?(0,s.parseQuery)(a.search):{v:a.pathname.substring(1)};return/^embed\/.*/.test(r.v)&&(r.v=r.v.substring(6)),r.v?'<iframe width="'+i+'" height="'+n+'" src="'+u+"//www.youtube.com/embed/"+r.v+'" frameborder="0" allowfullscreen></iframe>':t}}return t}},55885:function(t,i,n){"use strict";n.d(i,{UIWelcomeScreen:function(){return a}});var r=n(31635),o=n(65478),s=n(67510);class a extends s.UIElement{className(){return"UIWelcomeScreen"}render(){return`<div class="&__container">
237
+ </div>`}addResize(){}afterRender(){this.content=this.getElm("content"),this.createComponents(),this.createHeaderButtons(),this.__updateView("welcome")}__onChangeView(){return(0,r._)(function*(){this.__updateView(this.state.currentView,this.state.currentConversation)}).call(this)}createComponents(){this.welcomeScreen=new h.UIWelcomeScreen(this.j),this.conversationList=new a.UIConversationList(this.j,this.options),this.messageList=new u.UIMessageList(this.j,this.options),this.inputArea=new l.UIInputArea(this.j,this.options),this.getElm("footer").appendChild(this.inputArea.container)}createHeaderButtons(){let t=this.getElm("header-left"),i=this.getElm("header-right"),n=new g.UIButton(this.j,{icon:{name:"angle-left"},size:"small",variant:"initial"});n.container.classList.add(this.getFullElName("back-button")),this.j.e.on(n,"click",()=>{this.j.e.fire("backToList.ai-assistant-pro")}),t.appendChild(n.container);let r=new g.UIButton(this.j,{icon:{name:"plus"},size:"small",tooltip:"New chat",variant:"initial"});if(r.container.classList.add(this.getFullElName("new-button")),this.j.e.on(r,"click",()=>{this.j.e.fire("newConversation.ai-assistant-pro")}),i.appendChild(r.container),this.shouldShowSettings()&&(this.settingsButton=new d.UISettingsButton(this.j,this.state,this.options,()=>this.state.currentConversation,this.updateConversation),this.settingsButton.container.classList.add(this.getFullElName("settings-button")),i.appendChild(this.settingsButton.container)),"dialog"===this.mods.displayMode||!1===this.mods.allowClose)return;let o=new g.UIButton(this.j,{icon:{name:"cancel"},size:"small",tooltip:"Close",variant:"initial"});o.container.classList.add(this.getFullElName("close-button")),this.j.e.on(o,"click",()=>{this.j.e.fire("closeAIAssistantPro.ai-assistant-pro")}),i.appendChild(o.container)}isFlightMode(){return"flight"===this.mods.displayMode}shouldShowSettings(){let t=this.options,i=t.allowEditDisplayMode||t.allowEditPanelWidth,n=t.allowEditDialogSettings;return i||n}__updateView(t,i=null){var n;null==(n=this.settingsButton)||n.update();let r=this.getElm("header-title");this.setMod("view",t);let o=this.isFlightMode();switch(t){case"welcome":r.textContent=this.j.i18n("AI Assistant"),f.Dom.safeRemove(this.conversationList.container),f.Dom.safeRemove(this.messageList.container),this.content.appendChild(this.welcomeScreen.container),this.inputArea.focus();break;case"conversationList":r.textContent=this.j.i18n("AI Assistant"),f.Dom.safeRemove(this.welcomeScreen.container),f.Dom.safeRemove(this.messageList.container),this.conversationList.container.isConnected||this.content.appendChild(this.conversationList.container);break;case"conversation":r.textContent=o?this.j.i18n("AI Assistant"):(null==i?void 0:i.title)||this.j.i18n("Conversation"),f.Dom.safeRemove(this.welcomeScreen.container),f.Dom.safeRemove(this.conversationList.container),this.messageList.container.isConnected||this.content.appendChild(this.messageList.container),i&&this.messageList.setMessages(i.messages),this.inputArea.focus()}}onChangeCurrentConversation(){let{currentConversation:t}=this.state;t&&(this.conversationList.setActiveConversation(t.id),this.messageList.setMessages(t.messages))}onChangeConversations(){this.conversationList.setConversations(this.state.conversations)}onChangeSelectionContexts(){this.inputArea.setContexts(this.state.selectionContexts)}onChangeLoading(){this.inputArea.setLoading(this.state.isLoading)}onChangePendingToolCalls(){this.state.pendingToolCalls&&this.state.pendingToolCalls.length>0?this.showPermissionRequest(this.state.pendingToolCalls[0]):this.hidePermissionRequest()}showPermissionRequest(t){this.permissionRequest||(this.permissionRequest=new c.UIPermissionRequest(this.j,this.options)),this.permissionRequest.setToolCall(t);let i=this.getElm("footer");i.contains(this.permissionRequest.container)||i.insertBefore(this.permissionRequest.container,this.inputArea.container)}hidePermissionRequest(){this.permissionRequest&&this.permissionRequest.container.parentNode&&this.permissionRequest.container.parentNode.removeChild(this.permissionRequest.container)}destruct(){var t,i,n,r,o,s;null==(t=this.welcomeScreen)||t.destruct(),null==(i=this.conversationList)||i.destruct(),null==(n=this.messageList)||n.destruct(),null==(r=this.inputArea)||r.destruct(),null==(o=this.permissionRequest)||o.destruct(),null==(s=this.settingsButton)||s.destruct(),super.destruct()}constructor(t,i,n,r){super(t),(0,o._)(this,"state",void 0),(0,o._)(this,"options",void 0),(0,o._)(this,"updateConversation",void 0),(0,o._)(this,"permissionRequest",void 0),(0,o._)(this,"settingsButton",void 0),(0,o._)(this,"content",void 0),this.state=i,this.options=n,this.updateConversation=r,this.permissionRequest=null,this.settingsButton=null}}(0,s.__decorate)([(0,p.hook)("ready")],b.prototype,"afterRender",null),(0,s.__decorate)([(0,p.watch)(["state.currentView","state.currentConversation"])],b.prototype,"__onChangeView",null),(0,s.__decorate)([(0,p.watch)("state.currentConversation")],b.prototype,"onChangeCurrentConversation",null),(0,s.__decorate)([(0,p.watch)("state.conversations")],b.prototype,"onChangeConversations",null),(0,s.__decorate)([(0,p.watch)("state.selectionContexts")],b.prototype,"onChangeSelectionContexts",null),(0,s.__decorate)([(0,p.watch)("state.isLoading")],b.prototype,"onChangeLoading",null),(0,s.__decorate)([(0,p.watch)("state.pendingToolCalls")],b.prototype,"onChangePendingToolCalls",null),b=(0,s.__decorate)([p.component],b)},51359:function(t,i,n){"use strict";n.d(i,{UIMessageListItem:function(){return h}});var r=n(82749),o=n(31635),s=n(81835),a=n(65478),l=n(67510),u=n(62843),c=n(62405),d=n(80870);class h extends l.UIElement{className(){return"UIMessageListItem"}render(){return`<div class="${this.getFullElName("message")}"></div>`}onReady(){this.updateContent(),this.contextMenu=new d.ContextMenu(this.j)}updateContent(){let t=this.container;t.innerHTML="",t.setAttribute("data-message-id",this.message.id),t.setAttribute("data-role",this.message.role);let i=this.j.c.div(this.getFullElName("message-bubble"));i.classList.add(this.getFullElName("message-bubble",this.message.role,!0));let n=this.j.c.div(this.getFullElName("message-content"));if(n.innerHTML=this.formatMessageContent(this.message.content),i.appendChild(n),this.opts.showTimestamps){let t=this.j.c.div(this.getFullElName("message-timestamp"));t.textContent=this.formatTimestamp(this.message.timestamp),i.appendChild(t)}let r=this.j.c.div(this.getFullElName("message-actions"));if(this.renderActionsButton(r),i.appendChild(r),t.appendChild(i),this.message.toolCalls&&this.message.toolCalls.length>0){let i=this.j.c.div(this.getFullElName("tool-calls"));t.appendChild(i),this.message.toolCalls.forEach(t=>{let n=this.createToolCallElement(t);i.appendChild(n)})}this.message.artifacts&&this.message.artifacts.length>0&&this.renderArtifacts()}renderActionsButton(t){let i=this.opts;(i.showCopyMessageAction||i.showRestartMessageAction||i.showEditMessageAction||i.showDeleteMessageAction)&&(this.actionsButton=new u.UIButton(this.j,{icon:{name:"dots"},tooltip:"Message actions",name:"messageActions",size:"tiny"}),this.actionsButton.onAction(t=>{this.showActionsMenu(t)}),t.appendChild(this.actionsButton.container))}showActionsMenu(t){if(!this.contextMenu||!this.actionsButton)return;let i=this.j,n=i.o.aiAssistantPro,r=[];n.showCopyMessageAction&&r.push({title:"Copy message",icon:"copy",exec:()=>{this.j.e.fire("copyMessage.ai-assistant-pro",this.message.id)}}),"user"===this.message.role&&(n.showRestartMessageAction&&r.push({title:"Restart from here",icon:"update",exec:()=>{this.j.e.fire("restartFromMessage.ai-assistant-pro",this.message.id)}}),n.showEditMessageAction&&r.push({title:"Edit message",icon:"pencil",exec:()=>{this.j.e.fire("editMessage.ai-assistant-pro",this.message.id)}})),n.showDeleteMessageAction&&r.push({title:"Delete message",icon:"bin",exec:()=>{i.confirm("Are you sure you want to delete this message?","Delete message",t=>{t&&this.j.e.fire("deleteMessage.ai-assistant-pro",this.message.id)})}});let o=this.actionsButton.container.getBoundingClientRect();this.contextMenu.show(o.left,o.bottom,r),t.stopPropagation()}renderArtifacts(){if(!this.message.artifacts||0===this.message.artifacts.length)return;let t=this.j.c.div(this.getFullElName("artifacts"));this.container.appendChild(t),this.artifactGroup||(this.artifactGroup=new c.UIGroup(this.j),this.artifactGroup.container.className="jodit-ui-artifact-group"),this.artifactGroup.clear(),this.message.artifacts.forEach(t=>{let i=new s.UIArtifact(this.j,t);this.artifactGroup.append(i)}),t.appendChild(this.artifactGroup.container)}createToolCallElement(t){let i=this.j.c.div(this.getFullElName("tool-call"));i.setAttribute("data-tool-id",t.id),i.setAttribute("data-status",t.status);let n=this.j.c.div(this.getFullElName("tool-header")),r=this.j.c.div(this.getFullElName("tool-icon"));r.classList.add(this.getFullElName("tool-icon",t.status,!0)),r.textContent="⚡";let o=this.j.c.div(this.getFullElName("tool-name"));o.textContent=this.j.i18n(t.name);let s=this.j.c.div(this.getFullElName("tool-status"));s.textContent=this.getToolStatusText(t.status||"unknown"),n.appendChild(r),n.appendChild(o),n.appendChild(s),i.appendChild(n);let a=this.createExpandableSection("Arguments",JSON.stringify(t.arguments||{},null,2));if(i.appendChild(a),t.result){let n=t.result.error?`Error: ${t.result.error}`:t.result.result||"",r=this.createExpandableSection("Result","string"==typeof n?n:JSON.stringify(n,null,2));i.appendChild(r)}return i}createExpandableSection(t,i){let n=this.j.c.div(this.getFullElName("tool-expandable")),r=this.j.c.element("button",{type:"button",class:this.getFullElName("tool-expandable-toggle")});r.textContent=`▶ ${this.j.i18n(t)}`;let o=this.j.c.element("pre",{class:this.getFullElName("tool-expandable-content")});return o.textContent=i,o.style.display="none",this.j.e.on(r,"click",()=>{"none"!==o.style.display?(o.style.display="none",r.textContent=`▶ ${this.j.i18n(t)}`):(o.style.display="block",r.textContent=`▼ ${this.j.i18n(t)}`)}),n.appendChild(r),n.appendChild(o),n}getToolStatusText(t){return({pending:"⏳",approved:"✓",denied:"✕",executing:"⚡",executed:"✓",error:"⚠"})[t]||"●"}formatMessageContent(t){return(0,this.opts.formatMessageContent)(t,this.message.role,this.j.i18n.bind(this.j))}formatTimestamp(t){return(0,this.opts.formatTimestamp)(t,this.j.i18n.bind(this.j))}updateMessage(t){this.message=t,this.updateContent()}destruct(){var t,i,n;null==(t=this.actionsButton)||t.destruct(),null==(i=this.contextMenu)||i.destruct(),null==(n=this.artifactGroup)||n.destruct(),super.destruct()}constructor(t,i,n){super(t),(0,r._)(this,"message",void 0),(0,r._)(this,"opts",void 0),(0,r._)(this,"artifactGroup",void 0),(0,r._)(this,"actionsButton",void 0),(0,r._)(this,"contextMenu",void 0),this.message=i,this.opts=n,this.artifactGroup=null,this.actionsButton=null,this.contextMenu=null}}(0,o.__decorate)([(0,a.hook)("ready")],h.prototype,"onReady",null),h=(0,o.__decorate)([a.component],h)},51586:function(t,i,n){"use strict";n.d(i,{applyStylesPro:function(){return u}});var r=n(19606),o=n(2748),s=n(29960),a=n(76078),l=n(97420);function u(t,i,n,c=""){let d=document.createElement("iframe");d.style.display="none",document.body.appendChild(d);try{var h,p;let o=null!=(h=d.contentDocument)?h:null==(p=d.contentWindow)?void 0:p.document;if(!o)return i;o.open(),o.write(i),o.close();let u="jd-style";for(let t=0;t<o.styleSheets.length;t+=1)try{let i=o.styleSheets[t].cssRules;for(let t=0;t<i.length;t+=1)i[t].selectorText&&(0,a.$$)(i[t].selectorText,o.body).forEach(n=>{(0,s.attr)(n,u)||((0,s.attr)(n,u,(0,s.attr)(n,"style")||""),(0,s.attr)(n,"style","")),(0,s.attr)(n,"style",`${(0,s.attr)(n,"style")};${i[t].style.cssText}`)})}catch(t){}return(0,a.$$)(`[${u}]`,o.body).forEach(t=>{(0,s.attr)(t,"style",`${(0,s.attr)(t,"style")};${(0,s.attr)(t,u)}`)}),(0,r.transformWordToHtml)(t,l.JElement.make(o.body),n,c)}finally{o.Dom.safeRemove(d)}}},51642:function(t,i,n){"use strict";n.d(i,{readAlign:function(){return o}});var r=n(41180);function o(t,i){t.style.cssFloat&&-1!==["left","right"].indexOf(t.style.cssFloat.toLowerCase())?i.align=(0,r.css)(t,"float"):"block"===(0,r.css)(t,"display")&&"auto"===t.style.marginLeft&&"auto"===t.style.marginRight?i.align="center":i.align=""}},51804:function(t,i,n){"use strict";n.r(i),i.default={symbols:"symbool"}},51834:function(t,i,n){"use strict";n.r(i),i.default={"Line height":"Altezza linea"}},51855:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M176 223q-37-2-45-4l-3-88q13-1 40-1 60 0 112 4 132 7 166 7 86 0 168-3 116-4 146-5 56 0 86-2l-1 14 2 64v9q-60 9-124 9-60 0-79 25-13 14-13 132 0 13 .5 32.5t.5 25.5l1 229 14 280q6 124 51 202 35 59 96 92 88 47 177 47 104 0 191-28 56-18 99-51 48-36 65-64 36-56 53-114 21-73 21-229 0-79-3.5-128t-11-122.5-13.5-159.5l-4-59q-5-67-24-88-34-35-77-34l-100 2-14-3 2-86h84l205 10q76 3 196-10l18 2q6 38 6 51 0 7-4 31-45 12-84 13-73 11-79 17-15 15-15 41 0 7 1.5 27t1.5 31q8 19 22 396 6 195-15 304-15 76-41 122-38 65-112 123-75 57-182 89-109 33-255 33-167 0-284-46-119-47-179-122-61-76-83-195-16-80-16-237v-333q0-188-17-213-25-36-147-39zm1488 1409v-64q0-14-9-23t-23-9h-1472q-14 0-23 9t-9 23v64q0 14 9 23t23 9h1472q14 0 23-9t9-23z"/> </svg> '},52230:function(t,i){"use strict";i.default={"copy-format":"복사 형식"}},52285:function(t,i){"use strict";i.default={"copy-format":"کپی کردن قالب"}},52507:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 24 24" > <circle cx="12" cy="12" r="2.2"/> <circle cx="12" cy="5" r="2.2"/> <circle cx="12" cy="19" r="2.2"/> </svg> '},52604:function(t,i,n){"use strict";n.d(i,{Snapshot:function(){return a}});var r=n(91907),o=n(82758),s=n(2748);class a extends r.ViewComponent{className(){return"Snapshot"}static equal(t,i){return t.html===i.html&&JSON.stringify(t.range)===JSON.stringify(i.range)}static countNodesBeforeInParent(t){if(!t.parentNode)return 0;let i=t.parentNode.childNodes,n=0,r=null;for(let o=0;o<i.length;o+=1){if(!r||this.isIgnoredNode(i[o])||s.Dom.isText(r)&&s.Dom.isText(i[o])||(n+=1),i[o]===t)return n;r=i[o]}return 0}static strokeOffset(t,i){for(;s.Dom.isText(t);)t=t.previousSibling,s.Dom.isText(t)&&t.nodeValue&&(i+=t.nodeValue.length);return i}calcHierarchyLadder(t){let i=[];if(!t||!t.parentNode||!s.Dom.isOrContains(this.j.editor,t))return[];for(;t&&t!==this.j.editor;)t&&!a.isIgnoredNode(t)&&i.push(a.countNodesBeforeInParent(t)),t=t.parentNode;return i.reverse()}getElementByLadder(t){let i=this.j.editor,n;for(n=0;i&&n<t.length;n+=1)i=i.childNodes[t[n]];return i}get isBlocked(){return this.__isBlocked}__block(t){this.__isBlocked=t}transaction(t){this.__block(!0),this.__levelOfTransaction+=1;try{t()}catch(t){if(!o.IS_PROD)throw t}finally{this.__levelOfTransaction-=1,0===this.__levelOfTransaction&&this.__block(!1)}}make(){let t={html:"",range:{startContainer:[],startOffset:0,endContainer:[],endOffset:0}};t.html=this.__getCleanedEditorValue(this.j.editor);let i=this.j.s.sel;if(i&&i.rangeCount){let n=i.getRangeAt(0),r=this.calcHierarchyLadder(n.startContainer),o=this.calcHierarchyLadder(n.endContainer),s=a.strokeOffset(n.startContainer,n.startOffset),l=a.strokeOffset(n.endContainer,n.endOffset);r.length||n.startContainer===this.j.editor||(s=0),o.length||n.endContainer===this.j.editor||(l=0),t.range={startContainer:r,startOffset:s,endContainer:o,endOffset:l}}return t}restore(t){this.transaction(()=>{let i=this.storeScrollState();this.__getCleanedEditorValue(this.j.editor)!==t.html&&(this.j.value=t.html),this.restoreOnlySelection(t),this.restoreScrollState(i)})}storeScrollState(){return[this.j.ow.scrollY,this.j.editor.scrollTop]}restoreScrollState(t){let{j:i}=this,{ow:n}=i;n.scrollTo(n.scrollX,t[0]),i.editor.scrollTop=t[1]}restoreOnlySelection(t){try{if(t.range){let i=this.j.ed.createRange();i.setStart(this.getElementByLadder(t.range.startContainer),t.range.startOffset),i.setEnd(this.getElementByLadder(t.range.endContainer),t.range.endOffset),this.j.s.selectRange(i)}}catch(t){this.j.editor.lastChild&&this.j.s.setCursorAfter(this.j.editor.lastChild),o.IS_PROD}}destruct(){this.__block(!1),super.destruct()}static isIgnoredNode(t){return s.Dom.isText(t)&&!t.nodeValue||s.Dom.isTemporary(t)}__getCleanedEditorValue(t){let i=t.cloneNode(!0);return s.Dom.temporaryList(i).forEach(s.Dom.unwrap),i.innerHTML}constructor(){super(...arguments),this.__isBlocked=!1,this.__levelOfTransaction=0}}},52742:function(t,i,n){"use strict";function r(t){return null!=t&&t===t.window}n.d(i,{isWindow:function(){return r}})},52826:function(t,i,n){"use strict";n.r(i),n.d(i,{description:function(){return o},name:function(){return r},parameters:function(){return s},requiresPermission:function(){return a}});let r="readSelection",o="Get information about the current selection including HTML content and optional context",s=[{name:"contextCharsBefore",type:"number",description:"Number of characters to include before the selection",required:!1,default:0},{name:"contextCharsAfter",type:"number",description:"Number of characters to include after the selection",required:!1,default:0}],a=!1},52951:function(t,i,n){"use strict";var r=n(82758),o=n(65478),s=n(2748),a=n(580),l=n(21537),u=n(50911);n(36204);var c=n(70022),d=function(t,i,n,r){var o,s=arguments.length,a=s<3?i:null===r?r=Object.getOwnPropertyDescriptor(i,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,r);else for(var l=t.length-1;l>=0;l--)(o=t[l])&&(a=(s<3?o(a):s>3?o(i,n,a):o(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a};class h extends u.Plugin{onInsertHTML(t){var i;if(!this.j.o.readonly&&!this.j.isEditorMode())return null==(i=this.sourceEditor)||i.insertRaw(t),this.toWYSIWYG(),!1}fromWYSIWYG(t=!1){if(!this.__lock||!0===t){this.__lock=!0;let t=this.j.getEditorValue(!1,r.SOURCE_CONSUMER);t!==this.getMirrorValue()&&this.setMirrorValue(t),this.__lock=!1}}toWYSIWYG(){if(this.__lock)return;let t=this.getMirrorValue();t!==this.__oldMirrorValue&&(this.__lock=!0,this.j.value=t,this.__lock=!1,this.__oldMirrorValue=t)}getNormalPosition(t,i){for(i=i.replace(/<(script|style|iframe)[^>]*>[^]*?<\/\1>/im,t=>{let i="";for(let n=0;n<t.length;n+=1)i+=r.INVISIBLE_SPACE;return i});t>0&&i[t]===r.INVISIBLE_SPACE;)t--;let n=t;for(;n>0;){if("<"===i[--n]&&void 0!==i[n+1]&&i[n+1].match(/[\w/]+/i))return n;if(">"===i[n])break}return t}clnInv(t){return t.replace(r.INVISIBLE_SPACE_REG_EXP(),"")}onSelectAll(t){var i;if("selectall"===t.toLowerCase()&&this.j.getRealMode()===r.MODE_SOURCE)return null==(i=this.sourceEditor)||i.selectAll(),!1}getMirrorValue(){var t;return(null==(t=this.sourceEditor)?void 0:t.getValue())||""}setMirrorValue(t){var i;null==(i=this.sourceEditor)||i.setValue(t)}setFocusToMirror(){var t;null==(t=this.sourceEditor)||t.focus()}saveSelection(){if(this.j.getRealMode()===r.MODE_WYSIWYG)this.j.s.save(),this.j.synchronizeValues(),this.fromWYSIWYG(!0);else{if(this.j.o.editHTMLDocumentMode)return;let t=this.getMirrorValue();if(this.getSelectionStart()===this.getSelectionEnd()){let i=this.j.s.marker(!0),n=this.getNormalPosition(this.getSelectionStart(),this.getMirrorValue());this.setMirrorValue(t.substring(0,n)+this.clnInv(i.outerHTML)+t.substring(n))}else{let i=this.j.s.marker(!0),n=this.j.s.marker(!1),r=this.getNormalPosition(this.getSelectionStart(),t),o=this.getNormalPosition(this.getSelectionEnd(),t);this.setMirrorValue(t.slice(0,r)+this.clnInv(i.outerHTML)+t.slice(r,o)+this.clnInv(n.outerHTML)+t.slice(o))}this.toWYSIWYG()}}removeSelection(){if(this.j.getRealMode()===r.MODE_WYSIWYG){this.__lock=!0,this.j.s.restore(),this.__lock=!1;return}let t=this.getMirrorValue(),i=0,n=0;try{if(t=t.replace(/<span[^>]+data-jodit-selection_marker=(["'])start\1[^>]*>[<>]*?<\/span>/gim,this.tempMarkerStart).replace(/<span[^>]+data-jodit-selection_marker=(["'])end\1[^>]*>[<>]*?<\/span>/gim,this.tempMarkerEnd),!this.j.o.editHTMLDocumentMode&&this.j.o.beautifyHTML){let i=this.j.e.fire("beautifyHTML",t);(0,l.isString)(i)&&(t=i)}if(n=i=t.indexOf(this.tempMarkerStart),t=t.replace(this.tempMarkerStartReg,""),-1!==i){let i=t.indexOf(this.tempMarkerEnd);-1!==i&&(n=i)}t=t.replace(this.tempMarkerEndReg,"")}finally{t=t.replace(this.tempMarkerEndReg,"").replace(this.tempMarkerStartReg,"")}this.setMirrorValue(t),this.setMirrorSelectionRange(i,n),this.toWYSIWYG(),this.setFocusToMirror()}setMirrorSelectionRange(t,i){var n;null==(n=this.sourceEditor)||n.setSelectionRange(t,i)}onReadonlyReact(){var t;null==(t=this.sourceEditor)||t.setReadOnly(this.j.o.readonly)}afterInit(t){if(this.mirrorContainer=t.c.div("jodit-source"),t.workplace.appendChild(this.mirrorContainer),t.e.on("afterAddPlace changePlace afterInit",()=>{t.workplace.appendChild(this.mirrorContainer)}),this.sourceEditor=(0,c.createSourceEditor)("area",t,this.mirrorContainer,this.toWYSIWYG,this.fromWYSIWYG),t.e.on(t.ow,"keydown",t=>{var i;t.key===r.KEY_ESC&&(null==(i=this.sourceEditor)?void 0:i.isFocused)&&this.sourceEditor.blur()}),this.onReadonlyReact(),t.e.on("placeholder.source",t=>{var i;null==(i=this.sourceEditor)||i.setPlaceHolder(t)}).on("change.source",this.syncValueFromWYSIWYG).on("beautifyHTML",t=>t),t.o.beautifyHTML){let i=()=>{var i;if(t.isInDestruct)return!1;let n=t.ow.html_beautify;return!!n&&!t.isInDestruct&&(null==(i=t.events)||i.off("beautifyHTML").on("beautifyHTML",t=>n(t)),!0)};i()||(0,l.loadNext)(t,t.o.beautifyHTMLCDNUrlsJS).then(i,()=>null)}this.syncValueFromWYSIWYG(!0),this.initSourceEditor(t)}syncValueFromWYSIWYG(t=!1){let i=this.j;(i.getMode()===r.MODE_SPLIT||i.getMode()===r.MODE_SOURCE)&&this.fromWYSIWYG(t)}initSourceEditor(t){var i;if("area"!==t.o.sourceEditor){let i=(0,c.createSourceEditor)(t.o.sourceEditor,t,this.mirrorContainer,this.toWYSIWYG,this.fromWYSIWYG);i.onReadyAlways(()=>{var n,r;null==(n=this.sourceEditor)||n.destruct(),this.sourceEditor=i,this.syncValueFromWYSIWYG(!0),null==(r=t.events)||r.fire("sourceEditorReady",t)})}else null==(i=this.sourceEditor)||i.onReadyAlways(()=>{var i;this.syncValueFromWYSIWYG(!0),null==(i=t.events)||i.fire("sourceEditorReady",t)})}beforeDestruct(){this.sourceEditor&&(this.sourceEditor.destruct(),delete this.sourceEditor),s.Dom.safeRemove(this.mirrorContainer)}constructor(){super(...arguments),this.buttons=[{name:"source",group:"source"}],this.__lock=!1,this.__oldMirrorValue="",this.tempMarkerStart="{start-jodit-selection}",this.tempMarkerStartReg=/{start-jodit-selection}/g,this.tempMarkerEnd="{end-jodit-selection}",this.tempMarkerEndReg=/{end-jodit-selection}/g,this.getSelectionStart=()=>{var t,i;return null!=(i=null==(t=this.sourceEditor)?void 0:t.getSelectionStart())?i:0},this.getSelectionEnd=()=>{var t,i;return null!=(i=null==(t=this.sourceEditor)?void 0:t.getSelectionEnd())?i:0}}}d([(0,o.watch)(":insertHTML.source")],h.prototype,"onInsertHTML",null),d([o.autobind],h.prototype,"fromWYSIWYG",null),d([o.autobind],h.prototype,"toWYSIWYG",null),d([o.autobind],h.prototype,"getNormalPosition",null),d([(0,o.watch)(":beforeCommand.source")],h.prototype,"onSelectAll",null),d([(0,o.watch)(":beforeSetMode.source")],h.prototype,"saveSelection",null),d([(0,o.watch)(":afterSetMode.source")],h.prototype,"removeSelection",null),d([o.autobind],h.prototype,"setMirrorSelectionRange",null),d([(0,o.watch)(":readonly.source")],h.prototype,"onReadonlyReact",null),d([o.autobind],h.prototype,"syncValueFromWYSIWYG",null),a.pluginSystem.add("source",h)},52968:function(t,i,n){"use strict";n.d(i,{AceEditor:function(){return r.AceEditor},TextAreaEditor:function(){return o.TextAreaEditor}});var r=n(60031),o=n(7483)},52995:function(t,i){"use strict";i.default={"Type something":"Begin met typen..",Advanced:"Geavanceerd","About Jodit":"Over Jodit","Jodit Editor":"Jodit Editor","Free Non-commercial Version":"Gratis niet-commerci\xeble versie","Jodit User's Guide":"Jodit gebruikershandleiding","contains detailed help for using":"bevat gedetailleerde informatie voor gebruik.","For information about the license, please go to our website:":"Voor informatie over de licentie, ga naar onze website:","Buy full version":"Volledige versie kopen","Copyright \xa9 XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Copyright \xa9 XDSoft.net - Chupurnov Valeriy. Alle rechten voorbehouden.",Anchor:"Anker","Open in new tab":"Open in nieuwe tab","Open in fullsize":"Editor in volledig scherm openen","Clear Formatting":"Opmaak verwijderen","Fill color or set the text color":"Vulkleur of tekstkleur aanpassen",Redo:"Opnieuw",Undo:"Ongedaan maken",Bold:"Vet",Italic:"Cursief","Insert Unordered List":"Geordende list invoegen","Insert Ordered List":"Ongeordende lijst invoegen","Align Center":"Centreren","Align Justify":"Uitlijnen op volledige breedte","Align Left":"Links uitlijnen","Align Right":"Rechts uitlijnen","Insert Horizontal Line":"Horizontale lijn invoegen","Insert Image":"Afbeelding invoegen","Insert file":"Bestand invoegen","Insert youtube/vimeo video":"Youtube/Vimeo video invoegen","Insert link":"Link toevoegen","Font size":"Tekstgrootte","Font family":"Lettertype","Insert format block":"Format blok invoegen",Normal:"Normaal","Heading 1":"Koptekst 1","Heading 2":"Koptekst 2","Heading 3":"Koptekst 3","Heading 4":"Koptekst 4",Quote:"Citaat",Code:"Code",Insert:"Invoegen","Insert table":"Tabel invoegen","Decrease Indent":"Inspringing verkleinen","Increase Indent":"Inspringing vergroten","Select Special Character":"Symbool selecteren","Insert Special Character":"Symbool invoegen","Paint format":"Opmaak kopieren","Change mode":"Modus veranderen",Margins:"Marges",top:"Boven",right:"Rechts",bottom:"Onder",left:"Links",Styles:"CSS styles",Classes:"CSS classes",Align:"Uitlijning",Right:"Rechts",Center:"Gecentreerd",Left:"Links","--Not Set--":"--Leeg--",Src:"Src",Title:"Titel",Alternative:"Alternatieve tekst",Link:"Link","Open link in new tab":"Link in nieuwe tab openen",Image:"Afbeelding",file:"Bestand","Image properties":"Afbeeldingseigenschappen",Cancel:"Annuleren",Ok:"OK","Your code is similar to HTML. Keep as HTML?":"Deze code lijkt op HTML. Als HTML behouden?","Paste as HTML":"Invoegen als HTML",Keep:"Origineel behouden",Clean:"Opschonen","Insert as Text":"Als tekst invoegen","Word Paste Detected":"Word-tekst gedetecteerd","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"De geplakte tekst is afkomstig van een Microsoft Word/Excel document. Wil je de opmaak behouden of opschonen?","Insert only Text":"Als onopgemaakte tekst invoegen","File Browser":"Bestandsbrowser","Error on load list":"Fout bij het laden van de lijst","Error on load folders":"Fout bij het laden van de mappenlijst","Are you sure?":"Weet je het zeker?","Enter Directory name":"Geef de map een naam","Create directory":"Map aanmaken","type name":"Type naam","Drop image":"Sleep hier een afbeelding naartoe","Drop file":"Sleep hier een bestand naartoe","or click":"of klik","Alternative text":"Alternatieve tekst",Browse:"Bladeren",Upload:"Uploaden",Background:"Achtergrond",Text:"Tekst",Top:"Boven",Middle:"Midden",Bottom:"Onder","Insert column before":"Kolom invoegen (voor)","Insert column after":"Kolom invoegen (na)","Insert row above":"Rij invoegen (boven)","Insert row below":"Rij invoegen (onder)","Delete table":"Tabel verwijderen","Delete row":"Rij verwijderen","Delete column":"Kolom verwijderen","Empty cell":"Cel leegmaken",Delete:"Verwijderen","Strike through":"Doorstrepen",Underline:"Onderstrepen",Break:"Enter","Search for":"Zoek naar","Replace with":"Vervangen door",Replace:"Vervangen",Edit:"Bewerken","Vertical align":"Verticaal uitlijnen","Horizontal align":"Horizontaal uitlijnen",Filter:"Filteren","Sort by changed":"Sorteren op wijzigingsdatum","Sort by name":"Sorteren op naam","Sort by size":"Sorteren op grootte","Add folder":"Map toevoegen",Split:"Splitsen","Split vertical":"Verticaal splitsen","Split horizontal":"Horizontaal splitsen",Merge:"Samenvoegen","Add column":"Kolom toevoegen","Add row":"Rij toevoegen",Border:"Rand","Embed code":"Embed code",Update:"Updaten",superscript:"Superscript",subscript:"Subscript","Cut selection":"Selectie knippen",Paste:"Plakken","Choose Content to Paste":"Kies content om te plakken","Chars: %d":"Tekens: %d","Words: %d":"Woorden: %d",All:"Alles","Select %s":"Selecteer: %s","Select all":"Selecteer alles",source:"Broncode",bold:"vet",italic:"cursief",brush:"kwast",link:"link",undo:"ongedaan maken",redo:"opnieuw",table:"tabel",image:"afbeelding",eraser:"gum",paragraph:"paragraaf",fontsize:"lettergrootte",video:"video",font:"lettertype",about:"over",print:"afdrukken",underline:"onderstreept",strikethrough:"doorgestreept",indent:"inspringen",outdent:"minder inspringen",fullsize:"volledige grootte",shrink:"kleiner maken",hr:"horizontale lijn",ul:"lijst",ol:"genummerde lijst",cut:"knip",selectall:"alles selecteren","Open link":"Link openen","Edit link":"Link aanpassen","No follow":"Niet volgen",Unlink:"link verwijderen",Eye:"Recensie",pencil:"Om te bewerken"," URL":" URL",Reset:"Herstellen",Save:"Opslaan","Save as ...":"Opslaan als ...",Resize:"Grootte aanpassen",Crop:"Bijknippen",Width:"Breedte",Height:"Hoogte","Keep Aspect Ratio":"Verhouding behouden",Yes:"Ja",No:"Nee",Remove:"Verwijderen",Select:"Selecteren","You can only edit your own images. Download this image on the host?":"Je kunt alleen je eigen afbeeldingen aanpassen. Deze afbeelding downloaden?","The image has been successfully uploaded to the host!":"De afbeelding is succesvol ge\xfcploadet!",palette:"Palette","There are no files":"Er zijn geen bestanden in deze map.",Rename:"Hernoemen","Enter new name":"Voer een nieuwe naam in",preview:"Voorvertoning",download:"Download","Paste from clipboard":"Plakken van klembord","Your browser doesn't support direct access to the clipboard.":"Uw browser ondersteunt geen directe toegang tot het klembord.","Copy selection":"Selectie kopi\xebren",copy:"kopi\xebren","Border radius":"Border radius","Show all":"Toon alle",Apply:"Toepassen","Please fill out this field":"Vul dit veld in","Please enter a web address":"Voer een webadres in",Default:"Standaard",Circle:"Cirkel",Dot:"Punt",Quadrate:"Kwadraat",Find:"Zoeken","Find Previous":"Vorige Zoeken","Find Next":"Volgende Zoeken","Insert className":"Voeg de klassenaam in","Press Alt for custom resizing":"Druk op Alt voor aangepaste grootte","License: %s":"Licentie: %s"}},53014:function(t,i,n){"use strict";n.d(i,{applyTheme:function(){return s}});let r=["jodit_theme_dark","jodit-ai-assistant-pro_theme_dark","jodit-dialog_theme_dark"],o=["jodit_theme_light","jodit-ai-assistant-pro_theme_light","jodit-dialog_theme_light"];function s(t,i,n,s,a){let l;if(null==s||s.classList.remove(...r),null==s||s.classList.remove(...o),"dialog"===n){let t=null==a?void 0:a.container;null==t||t.classList.remove(...r),null==t||t.classList.remove(...o)}if(l="dark"===i?r:o,null==s||s.classList.add(...l),"dialog"===n){let t=null==a?void 0:a.container;null==t||t.classList.add(...l)}}},53121:function(t){t.exports='<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> <path d="M19,21H5a2,2,0,0,1-2-2V17a1,1,0,0,1,2,0v2H19V17a1,1,0,0,1,2,0v2A2,2,0,0,1,19,21Z"/> <path d="M18,5H6A1,1,0,0,1,6,3H18a1,1,0,0,1,0,2Z"/> <path d="M15.71,10.29l-3-3a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-3,3a1,1,0,0,0-.21,1.09A1,1,0,0,0,9,12h2v3a1,1,0,0,0,2,0V12h2a1,1,0,0,0,.92-.62A1,1,0,0,0,15.71,10.29Z"/> </svg>'},53189:function(t){t.exports={"Show Blocks":"Zeigen Bl\xf6cke"}},53212:function(t,i,n){"use strict";n.d(i,{cleanFromWord:function(){return l}});var r=n(82758),o=n(2748),s=n(4510),a=n(49055);function l(t){-1!==t.indexOf("<html ")&&(t=(t=t.substring(t.indexOf("<html "),t.length)).substring(0,t.lastIndexOf("</html>")+7));let i="";try{let n=r.globalDocument.createElement("div");n.innerHTML=t;let a=[];n.firstChild&&o.Dom.each(n,t=>{if(t)switch(t.nodeType){case Node.ELEMENT_NODE:switch(t.nodeName){case"STYLE":case"LINK":case"META":a.push(t);break;case"W:SDT":case"W:SDTPR":case"FONT":o.Dom.unwrap(t);break;default:(0,s.toArray)(t.attributes).forEach(i=>{-1===["src","href","rel","content"].indexOf(i.name.toLowerCase())&&t.removeAttribute(i.name)})}break;case Node.TEXT_NODE:break;default:a.push(t)}}),o.Dom.safeRemove.apply(null,a),i=n.innerHTML}catch(t){}return i&&(t=i),(t=t.split(/(\n)/).filter(a.trim).join("\n")).replace(/<(\/)?(html|colgroup|col|o:p)[^>]*>/g,"").replace(/<!--[^>]*>/g,"")}},53213:function(t,i,n){"use strict";n.d(i,{persistent:function(){return s}});var r=n(78213),o=n(39955);function s(t,i){t.hookStatus(r.STATUSES.ready,t=>{let n=(0,o.isViewObject)(t)?t:t.jodit,r=`${n.options.namespace}${t.componentName}_prop_${i}`,s=t[i];Object.defineProperty(t,i,{get(){var t;return null!=(t=n.storage.get(r))?t:s},set(t){n.storage.set(r,t)}})})}},53259:function(t,i){"use strict";i.default='<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> <path d="M5.09668 6.99707H7.17358L4.17358 3.99707L1.17358 6.99707H3.09668V17.0031H1.15881L4.15881 20.0031L7.15881 17.0031H5.09668V6.99707Z"/> <path d="M22.8412 7H8.84119V5H22.8412V7Z"/> <path d="M22.8412 11H8.84119V9H22.8412V11Z"/> <path d="M8.84119 15H22.8412V13H8.84119V15Z"/> <path d="M22.8412 19H8.84119V17H22.8412V19Z"/> </svg> '},53326:function(t,i,n){"use strict";n.d(i,{htmlspecialchars:function(){return o}});var r=n(82758);function o(t){let i=r.globalDocument.createElement("div");return i.textContent=t,i.innerHTML}},53361:function(t,i,n){"use strict";n.r(i),i.default={Spellcheck:"Sprawdzanie pisowni"}},53392:function(t,i,n){"use strict";n.d(i,{removeEmptyTextNode:function(){return o}});var r=n(2748);function o(t,i,n,o,s,a){return r.Dom.isText(i)&&!i.nodeValue?(i===a&&t.s.isCollapsed()&&t.s.setCursorAfter(i),r.Dom.safeRemove(i),!0):n}},53437:function(t,i,n){"use strict";n.r(i),i.default={symbols:"Symbol"}},53454:function(t,i,n){"use strict";n.d(i,{onChangeGeometries:function(){return l}});var r=n(56075),o=n(11886),s=n(72690),a=n(67912);function l(t,i){var n,l,u,c;switch(t.type){case"polyline":case"polygon":{let n=(0,a.pathToArray)(t.gme.getPath()),l=(0,o._)((0,r._)({},t.state),{coordinates:n});s.updateStateAndGme.call(this,l,i,!0);break}case"marker":{let a=t.gme.getPosition(),u=(0,o._)((0,r._)({},t.state),{coordinates:[null!=(n=null==a?void 0:a.lat())?n:0,null!=(l=null==a?void 0:a.lng())?l:0]});s.updateStateAndGme.call(this,u,i,!0);break}case"circle":{let n=t.gme.getCenter(),a=(0,o._)((0,r._)({},t.state),{radius:t.gme.getRadius(),coordinates:[null!=(u=null==n?void 0:n.lat())?u:0,null!=(c=null==n?void 0:n.lng())?c:0]});s.updateStateAndGme.call(this,a,i,!0)}}}},53585:function(t,i,n){"use strict";n.d(i,{convertStyleUnitToPixels:function(){return o}});var r=n(43712);let o=(t,{jodit:i})=>{if(!i.o.pasteFromWord.convertUnitsToPixel)return t;let{style:n}=t;return n.forEach(t=>{let i=n.get(t);i&&n.set(t,i.toString().replace(/\d+(\.\d+)?(pt|cm)/g,t=>(0,r.convertUnitToPx)(t)+"px"))}),t}},53586:function(t,i,n){"use strict";n(6441).Config.prototype.autocomplete={sources:[],maxItems:50,isMatchedQuery:(t,i)=>0===i.toLowerCase().indexOf(t.toLowerCase()),itemRenderer:t=>{var i;return null!=(i=t.title)?i:t.value},insertValueRenderer:t=>t.value+"&nbsp;"}},53636:function(t,i,n){"use strict";n.d(i,{openImageEditorDialog:function(){return a}});var r=n(70799),o=n(29960),s=n(50050);function a(t,i){let n=(0,o.attr)(i.image,"src")||"",a=t.c.element("a"),l=()=>{if(a.host!==location.host)return void t.confirm("You can only edit your own images. Download this image on the host?",n=>{n&&t.uploader&&t.uploader.uploadRemoteImage(a.href.toString(),n=>{t.alert("The image has been successfully uploaded to the host!",()=>{(0,r.isString)(n.newfilename)&&(i.values.imageSrc=n.baseurl+n.newfilename)})},i=>{t.alert("There was an error loading %s",i.message)})})};a.href=n,t.filebrowser.dataProvider.getPathByUrl(a.href.toString()).then(r=>{s.openImageEditor.call(t.filebrowser,a.href,r.name,r.path,r.source,()=>{let t=new Date().getTime();i.values.imageSrc=n+(-1!==n.indexOf("?")?"":"?")+"&_tmp="+t.toString()},i=>{t.alert(i.message)})}).catch(i=>{t.alert(i.message,l)})}},53650:function(t,i,n){"use strict";n.r(i),i.default={symbols:"symbol"}},53651:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M384 1662l17-85q6-2 81.5-21.5t111.5-37.5q28-35 41-101 1-7 62-289t114-543.5 52-296.5v-25q-24-13-54.5-18.5t-69.5-8-58-5.5l19-103q33 2 120 6.5t149.5 7 120.5 2.5q48 0 98.5-2.5t121-7 98.5-6.5q-5 39-19 89-30 10-101.5 28.5t-108.5 33.5q-8 19-14 42.5t-9 40-7.5 45.5-6.5 42q-27 148-87.5 419.5t-77.5 355.5q-2 9-13 58t-20 90-16 83.5-6 57.5l1 18q17 4 185 31-3 44-16 99-11 0-32.5 1.5t-32.5 1.5q-29 0-87-10t-86-10q-138-2-206-2-51 0-143 9t-121 11z"/> </svg> '},53696:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M512 1248v192q0 40-28 68t-68 28h-320q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h320q40 0 68 28t28 68zm0-512v192q0 40-28 68t-68 28h-320q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h320q40 0 68 28t28 68zm640 512v192q0 40-28 68t-68 28h-320q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h320q40 0 68 28t28 68zm-640-1024v192q0 40-28 68t-68 28h-320q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h320q40 0 68 28t28 68zm640 512v192q0 40-28 68t-68 28h-320q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h320q40 0 68 28t28 68zm640 512v192q0 40-28 68t-68 28h-320q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h320q40 0 68 28t28 68zm-640-1024v192q0 40-28 68t-68 28h-320q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h320q40 0 68 28t28 68zm640 512v192q0 40-28 68t-68 28h-320q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h320q40 0 68 28t28 68zm0-512v192q0 40-28 68t-68 28h-320q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h320q40 0 68 28t28 68z"/> </svg> '},53822:function(t,i,n){"use strict";n.r(i),i.default={"Line height":"Высота линии"}},53835:function(t,i,n){"use strict";n.d(i,{BUILT_IN_TOOLS:function(){return p},getToolNames:function(){return f}});var r=n(39296),o=n(16745),s=n(78717),a=n(5618),l=n(90991),u=n(2020),c=n(12570),d=n(95323),h=n(97603);let p={readDocument:a.default,readBlocks:s.default,readSelection:l.default,writeDocument:h.default,replaceSelection:d.default,replaceBlock:u.default,replaceInDocument:c.default,insertHTML:o.default,applyFormat:r.default};function f(){return Object.keys(p)}},54023:function(t){t.exports={"Show Blocks":"Показать Блоки"}},54041:function(t,i,n){"use strict";n.d(i,{getBlockWrapper:function(){return function t(i,n,s=r.IS_BLOCK){let a=i,l=n.editor;do{if(!a||a===l)break;if(s.test(a.nodeName)){if(o.Dom.isLeaf(a))return a;return t(a.parentNode,n,/^li$/i)||a}a=a.parentNode}while(a&&a!==l);return null}}});var r=n(82758),o=n(2748)},54076:function(t,i,n){"use strict";function r(t,i){let[n,r]=i.split("::");t.execCommand(n,null,r)}n.d(i,{execSpellCommand:function(){return r}})},54079:function(t,i,n){"use strict";n.d(i,{Ajax:function(){return h}});var r=n(8884),o=n(82758),s=n(45219),a=n(21537),l=n(89890),u=n(6441);n(57459);var c=n(98582);function d(t,i,n,r,o,s,a){try{var l=t[s](a),u=l.value}catch(t){n(t);return}l.done?i(u):Promise.resolve(u).then(r,o)}class h{className(){return"Ajax"}__buildParams(t,i){return(0,a.isPlainObject)(t)&&this.options.contentType&&this.options.contentType.includes("application/json")?JSON.stringify(t):(0,a.isFunction)(this.o.queryBuild)?this.o.queryBuild.call(this,t,i):(0,a.isString)(t)||t instanceof o.globalWindow.FormData||"object"==typeof t&&null!=t&&(0,a.isFunction)(t.append)?t:(0,a.buildQuery)(t)}get o(){return this.options}abort(){if(this.__isFulfilled)return this;try{this.__isFulfilled=!0,this.xhr.abort()}catch(t){}return this}send(){this.__activated=!0;let{xhr:t,o:i}=this,n=this.prepareRequest();return this.__async.promise((r,o)=>{var s;return(s=function*(){var s;let u=()=>{this.__isFulfilled=!0,o(l.connection("Connection error"))},d=()=>{this.__isFulfilled=!0,r(new c.Response(n,t.status,t.statusText,!t.responseType?t.responseText:t.response))};t.onload=d,t.onabort=()=>{this.__isFulfilled=!0,o(l.abort("Abort connection"))},t.onerror=u,t.ontimeout=u,i.responseType&&(t.responseType=i.responseType),t.onprogress=t=>{var i,n;let r=0;t.lengthComputable&&(r=t.loaded/t.total*100),null==(n=(i=this.options).onProgress)||n.call(i,r)},t.onreadystatechange=()=>{var n,r;null==(r=(n=this.options).onProgress)||r.call(n,10),t.readyState===XMLHttpRequest.DONE&&(i.successStatuses.includes(t.status)?d():t.statusText&&(this.__isFulfilled=!0,o(l.connection(t.statusText))))},t.withCredentials=null!=(s=i.withCredentials)&&s;let{url:h,data:p,method:f}=n;t.open(f,h,!0),i.contentType&&t.setRequestHeader&&t.setRequestHeader("Content-type",i.contentType);let{headers:m}=i;(0,a.isFunction)(m)&&(m=yield m.call(this)),m&&t.setRequestHeader&&Object.keys(m).forEach(i=>{t.setRequestHeader(i,m[i])}),this.__async.setTimeout(()=>{t.send(p?this.__buildParams(p):void 0)},0)},function(){var t=this,i=arguments;return new Promise(function(n,r){var o=s.apply(t,i);function a(t){d(o,n,r,a,l,"next",t)}function l(t){d(o,n,r,a,l,"throw",t)}a(void 0)})}).call(this)})}prepareRequest(){if(!this.o.url)throw l.error("Need URL for AJAX request");let t=this.o.url,i=this.o.data,n=(this.o.method||"get").toLowerCase();if("get"===n&&i&&(0,a.isPlainObject)(i)){let n=t.indexOf("?");if(-1!==n){let r=(0,a.parseQuery)(t);t=t.substring(0,n)+"?"+(0,a.buildQuery)(function(t){for(var i=1;i<arguments.length;i++){var n=null!=arguments[i]?arguments[i]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable}))),r.forEach(function(i){var r;r=n[i],i in t?Object.defineProperty(t,i,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[i]=r})}return t}({},r,i))}else t+="?"+(0,a.buildQuery)(this.o.data)}let r={url:t,method:n,data:i};return h.log.splice(100),h.log.push(r),r}destruct(){this.__isDestructed||(this.__isDestructed=!0,this.__activated&&!this.__isFulfilled&&(this.abort(),this.__isFulfilled=!0),this.__async.destruct())}constructor(t,i=u.Config.prototype.defaultAjaxOptions){this.__async=new r.Async,this.__isFulfilled=!1,this.__activated=!1,this.__isDestructed=!1,this.options=(0,a.ConfigProto)(t||{},i),this.xhr=this.o.xhr?this.o.xhr():new XMLHttpRequest}}h.log=[],function(t,i,n,r){var o,s=arguments.length,a=s<3?i:null===r?r=Object.getOwnPropertyDescriptor(i,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,r);else for(var l=t.length-1;l>=0;l--)(o=t[l])&&(a=(s<3?o(a):s>3?o(i,n,a):o(i,n))||a);s>3&&a&&Object.defineProperty(i,n,a)}([s.autobind],h.prototype,"destruct",null)},54296:function(t,i,n){"use strict";n.d(i,{buildTemplatesPopup:function(){return o}});let r="jodit-templates-popup";function o(t,i,n){let o=t.c.div(r);for(let s of i){let i=t.c.element("button");i.type="button",i.className=`${r}__card`;let a=t.c.div(`${r}__card-preview`);if(s.image){let i=t.c.element("img");i.src=s.image,i.alt=s.title,a.appendChild(i)}else{let i=t.c.div(`${r}__card-preview-inner`);i.innerHTML=s.html,a.appendChild(i)}i.appendChild(a);let l=t.c.div(`${r}__card-info`),u=t.c.div(`${r}__card-title`);u.textContent=s.title,l.appendChild(u);let c=t.c.div(`${r}__card-description`);c.textContent=s.description,l.appendChild(c),i.appendChild(l),t.e.on(i,"click",()=>{t.s.focus(),t.s.insertHTML(s.html),t.synchronizeValues(),n()}),o.appendChild(i)}return o}},54389:function(t,i,n){"use strict";var r=n(22732),o=n(12153),s=n(6441),a=n(78614),l=n(86835),u=n(302);o.Icon.set("indent",a.default).set("outdent",l.default),s.Config.prototype.controls.indent={tooltip:"Increase Indent"},s.Config.prototype.controls.outdent={isDisabled:t=>{let i=t.s.current();if(i){let n=r.Dom.closest(i,r.Dom.isBlock,t.editor);if(n){let i=(0,u.getKey)(t.o.direction,n);return!n.style[i]||0>=parseInt(n.style[i],10)}}return!0},tooltip:"Decrease Indent"},s.Config.prototype.indentMargin=10},54600:function(t,i,n){"use strict";n.d(i,{splitFragment:function(){return a}});var r=n(2748),o=n(26395),s=n(44245);function a(t,i,n){let a=i.s,{enter:l}=i.o,u=l.toLowerCase(),c=r.Dom.isLeaf(n),d=n.tagName.toLowerCase()===u||c,h=a.cursorOnTheRight(n,t),p=a.cursorOnTheLeft(n,t);if(!d&&(h||p)){h?r.Dom.after(n,t):r.Dom.before(n,t),(0,s.insertParagraph)(t,i,u),p&&!h&&r.Dom.prepend(n,t);return}let f=a.splitSelection(n,t);(0,o.scrollIntoViewIfNeeded)(f,i.editor,i.ed)}},54747:function(t,i,n){"use strict";n.d(i,{UIResize:function(){return s}});var r=n(2748),o=n(41180);class s{static remove(t){t.container.classList.remove("jodit-ui-resize"),r.Dom.safeRemove(t.container.querySelector(".jodit-ui-resize__handle"))}static install(t,i,n={}){var r;t.container.classList.add("jodit-ui-resize"),"static"===(0,o.css)(t.container,"position")&&(0,o.css)(t.container,"position","relative");let s=t.j.c.div("jodit-ui-resize__handle");s.classList.add("jodit-ui-resize__handle_type_"+i),n.handleClassName&&s.classList.add(n.handleClassName),t.container.appendChild(s),t.j.e.on(s,"mousedown touchstart",this.onStartResize.bind(this,t,i,null!=(r=n.onResize)?r:()=>void 0))}static onStartResize(t,i,n,r){let o={x:r.clientX,y:r.clientY,w:t.container.offsetWidth,h:t.container.offsetHeight,direction:i},s=t.j.async.throttle(this.onResize.bind(this,t,o,n),t.j.defaultTimeout/10);t.j.lock(),t.j.e.on(t.j.ow,"mousemove touchmove",s).one(t.j.ow,"mouseup touchend",this.onEndResize.bind(this,t,s))}static onResize(t,i,n,r){let s,a=["left","right"].includes(i.direction),l=t.container.parentElement;l&&(s=a?i.w+(r.clientX-i.x)*("right"===i.direction?1:-1):i.h+(r.clientY-i.y)*("top"===i.direction?-1:1),!0!==(null==n?void 0:n({newSize:s}))&&(0,o.css)(t.container,a?"width":"height",s/(a?l.offsetWidth:l.offsetHeight)*100+"%"))}static onEndResize(t,i,n){t.j.e.off(t.j.ow,"mousemove touchmove",i),t.j.unlock()}}},54765:function(t,i,n){"use strict";n.d(i,{hasBrowserColorPicker:function(){return o}});var r=n(82758);function o(){let t=!0;try{let i=r.globalDocument.createElement("input");i.type="color",i.value="!",t="color"===i.type&&"!"!==i.value}catch(i){t=!1}return t}},55029:function(t,i,n){"use strict";var r=n(17298),o=n(6441);o.Config.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.Config.prototype.controls.googleMaps={tooltip:"Google Maps",icon:"map",command:r.COMMAND_OPEN_DIALOG};let s=t=>({icon:`edit-${t}`,isActive:i=>i.buffer.get("createMode.gm")===t,exec:i=>{i.e.fire("changeCreateMode.gm",t)}});o.Config.prototype.controls.gm={hand:s("hand"),marker:s("marker"),polyline:s("polyline"),polygon:s("polygon"),circle:s("circle"),text:s("text")}},55099:function(t,i,n){"use strict";var r=n(82758),o=n(12153),s=n(6441),a=n(21597);s.Config.prototype.useSearch=!0,s.Config.prototype.search={lazyIdleTimeout:0,useCustomHighlightAPI:r.globalWindow&&void 0!==r.globalWindow.Highlight},o.Icon.set("search",a.default),s.Config.prototype.controls.find={tooltip:"Find",icon:"search",exec(t,i,{control:n}){switch(n.args&&n.args[0]){case"findPrevious":t.e.fire("searchPrevious");break;case"findNext":t.e.fire("searchNext");break;case"replace":t.execCommand("openReplaceDialog");break;default:t.execCommand("openSearchDialog")}},list:{search:"Find",findNext:"Find Next",findPrevious:"Find Previous",replace:"Replace"},childTemplate:(t,i,n)=>n}},55153:function(t,i,n){"use strict";n.d(i,{derive:function(){return o}});var r=n(23282);function o(...t){return i=>{let n=i.prototype;for(let i=0;i<t.length;i++){let o=t[i],s=Object.getOwnPropertyNames(o.prototype);for(let t=0;t<s.length;t++){let i=s[t],a=Object.getOwnPropertyDescriptor(o.prototype,i);null!=a&&(0,r.isFunction)(a.value)&&!(0,r.isFunction)(n[i])&&Object.defineProperty(n,i,{enumerable:!0,configurable:!0,writable:!0,value:function(...t){return a.value.call(this,...t)}})}}}}},55307:function(t,i,n){"use strict";n.d(i,{states:function(){return d},transactions:function(){return h}});var r=n(82758),o=n(2748),s=n(38837),a=n(63687),l=n(77361);function u(t){for(var i=1;i<arguments.length;i++){var n=null!=arguments[i]?arguments[i]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable}))),r.forEach(function(i){var r;r=n[i],i in t?Object.defineProperty(t,i,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[i]=r})}return t}function c(t,i){return i=null!=i?i:{},Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):(function(t){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);i.push.apply(i,n)}return i})(Object(i)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(i,n))}),t}let d={START:"START",ELEMENT:"ELEMENT",UNWRAP:"UNWRAP",UNWRAP_CHILDREN:"UNWRAP_CHILDREN",CHANGE:"CHANGE",REPLACE_DEFAULT:"REPLACE_DEFAULT",LIST:"LIST",TOGGLE_LIST:"TOGGLE_LIST",WRAP:"WRAP",EXTRACT:"EXTRACT",END:"END"},h={[d.START]:{exec(t){let{element:i,jodit:n,style:r,mode:s,collapsed:h}=t;if((0,a.isInsideInvisibleElement)(i,n.editor)||!h&&o.Dom.isEmptyContent(i))return c(u({},t),{next:d.END});let p=(0,a.getSuitParent)(r,i,n.editor)||(0,a.getSuitChild)(r,i);if(p)return c(u({},t),{next:d.ELEMENT,element:p});let f=(0,a.suitableClosest)(r,i,n.editor);return r.elementIsList&&o.Dom.isList(f)?c(u({},t),{next:d.LIST}):f?c(u({},t),{next:d.EXTRACT}):c(u({},t),{next:s!==l.UNWRAP?d.UNWRAP_CHILDREN:d.END})}},[d.LIST]:{exec(t){let{element:i,jodit:n,mode:s}=t;if(s!==l.INITIAL&&s!==l.UNWRAP&&s!==l.REPLACE)return c(u({},t),{next:d.END});let a=o.Dom.closest(i,"li",n.editor);return a&&o.Dom.closest(i,r.LIST_TAGS,n.editor)?c(u({},t),{element:a,next:d.TOGGLE_LIST}):c(u({},t),{next:d.END})}},[d.TOGGLE_LIST]:{exec(t){return c(u({},t),{mode:(0,a.toggleOrderedList)(t.style,t.element,t.jodit,t.mode),next:d.END})}},[d.EXTRACT]:{exec(t){var i;let{element:n,jodit:r,style:l}=t,h=(0,a.suitableClosest)(l,n,r.editor);return((0,s.assert)(h,"This place should have an element"),!l.elementIsBlock&&(null==(i=l.options.attributes)?void 0:i.style)&&o.Dom.isBlock(h))?c(u({},t),{next:d.WRAP}):(l.elementIsBlock||(0,a.extractSelectedPart)(h,n,r),c(u({},t),{element:h,next:d.ELEMENT}))}},[d.UNWRAP_CHILDREN]:{exec(t){let{element:i,style:n}=t;return(0,a.unwrapChildren)(n,i)?c(u({},t),{mode:l.UNWRAP,next:d.END}):c(u({},t),{next:d.WRAP})}},[d.WRAP]:{exec(t){let{element:i,jodit:n,style:r}=t,o=(0,a.wrap)(r,i,n);return c(u({},t),{next:r.elementIsList?d.END:d.CHANGE,mode:l.WRAP,element:o})}},[d.ELEMENT]:{exec(t){let{style:i,element:n,jodit:r}=t;return(0,a.toggleAttributes)(i,n,r,l.INITIAL,!0)!==l.INITIAL?c(u({},t),{next:d.CHANGE}):o.Dom.isTag(n,i.element)?c(u({},t),{next:d.UNWRAP}):c(u({},t),{next:d.END})}},[d.CHANGE]:{exec(t){let{style:i,element:n,jodit:r,mode:s}=t,h=(0,a.toggleAttributes)(i,n,r,t.mode);return s!==l.WRAP&&h===l.UNSET&&!n.attributes.length&&o.Dom.isTag(n,i.element)?c(u({},t),{next:d.UNWRAP}):c(u({},t),{mode:h,next:d.END})}},[d.UNWRAP]:{exec(t){return t.element.attributes.length&&o.Dom.isTag(t.element,t.style.element)?c(u({},t),{next:d.REPLACE_DEFAULT}):(o.Dom.unwrap(t.element),c(u({},t),{mode:l.UNWRAP,next:d.END}))}},[d.REPLACE_DEFAULT]:{exec(t){return o.Dom.replace(t.element,t.style.defaultTag,t.jodit.createInside,!0),c(u({},t),{mode:l.REPLACE,next:d.END})}},[d.END]:{exec(t){return t}}}},55311:function(t,i,n){"use strict";n(6441).Config.prototype.tableAllowCellSelection=!0},55487:function(t,i,n){"use strict";n.d(i,{ToolRegistry:function(){return l}});var r=n(77688),o=n(82749),s=n(56075),a=n(53835);class l{registerBuiltInTools(t){t.forEach(t=>{let i=a.BUILT_IN_TOOLS[t];i&&this.tools.set(t,i)})}registerCustomTools(t){t.forEach(t=>{this.validateToolDefinition(t),this.tools.set(t.name,t)})}validateToolDefinition(t){if(!t.name||"string"!=typeof t.name)throw Error("Tool must have a valid name");if(!t.description||"string"!=typeof t.description)throw Error(`Tool "${t.name}" must have a description`);if(!Array.isArray(t.parameters))throw Error(`Tool "${t.name}" must have a parameters array`);if("function"!=typeof t.execute)throw Error(`Tool "${t.name}" must have an execute function`);t.parameters.forEach(i=>{if(!i.name||"string"!=typeof i.name)throw Error(`Tool "${t.name}" has a parameter without a valid name`);if(!i.type)throw Error(`Tool "${t.name}" parameter "${i.name}" must have a type`);if("boolean"!=typeof i.required)throw Error(`Tool "${t.name}" parameter "${i.name}" must specify if it's required`)})}getAllTools(){return Array.from(this.tools.values())}getTool(t){return this.tools.get(t)}hasTool(t){return this.tools.has(t)}getToolNames(){return Array.from(this.tools.keys())}executeTool(t,i,n){return(0,r._)(function*(){let r=this.getTool(t);if(!r)throw Error(`Tool "${t}" not found`);let o=this.applyDefaults(r,i);this.validateArguments(r,o);try{return yield r.execute(this.jodit,o,n)}catch(t){if((null==t?void 0:t.name)==="AbortError"||n.aborted)throw Error("Tool execution was aborted");throw t}}).call(this)}validateArguments(t,i){let n=Object.keys(i);for(let i of t.parameters.filter(t=>t.required).map(t=>t.name))if(!n.includes(i))throw Error(`Tool "${t.name}" requires parameter "${i}"`);for(let[n,r]of Object.entries(i)){let i=t.parameters.find(t=>t.name===n);if(!i){this.jodit.o.aiAssistantPro.debug;continue}let o=Array.isArray(r)?"array":"object"==typeof r&&null!=r?"object":typeof r;if(i.type!==o&&!("number"===i.type&&"string"===o&&!isNaN(Number(r))))throw Error(`Tool "${t.name}" parameter "${n}" expects type "${i.type}" but got "${o}"`);if(i.enum&&i.enum.length>0&&!i.enum.includes(r))throw Error(`Tool "${t.name}" parameter "${n}" must be one of: ${i.enum.join(", ")}`)}}applyDefaults(t,i){let n=(0,s._)({},i);for(let i of t.parameters)void 0===n[i.name]&&void 0!==i.default&&(n[i.name]=i.default);return n}destruct(){this.tools.clear()}constructor(t){(0,o._)(this,"jodit",void 0),(0,o._)(this,"tools",void 0),this.jodit=t,this.tools=new Map,this.registerBuiltInTools(t.o.aiAssistantPro.enabledTools||[]),this.registerCustomTools(t.o.aiAssistantPro.customTools||[])}}},55535:function(t,i,n){"use strict";n.d(i,{StateManager:function(){return a}});var r=n(82749),o=n(31635),s=n(65478);class a{getIndex(t,i=this.state.elements){return i.findIndex(i=>i.uniqueHashKey===t.uniqueHashKey)}isActive(t){return!!this.state.activeElements.find(i=>i.uniqueHashKey===t.uniqueHashKey)}isFavorite(t){return!!this.state.favorites.find(i=>i.uniqueHashKey===t.uniqueHashKey)}addActive(t,i){var n;this.state.metaInfo=t,this.state.info=null!=(n=t.file)?n:"",this.state.lastSelectedIndex=this.getIndex(t),this.state.activeElements=i?[...this.state.activeElements,t]:[t]}callSelectHandler(){var t;let i=this.state.activeElements;null==(t=this.state.onSelectCallBack)||t.call(this,{baseurl:"",files:i.map(t=>t.fileURL),isImages:i.map(t=>!!t.isImage)})}setFilter(t){this.state.filterWord=t}toggleFavorite(t){let i=this.getIndex(t,this.state.favorites),n=[...this.state.favorites];-1===i?n.push(t):n.splice(i,1),this.state.favorites=n}fillTreeForPath(t,i){if(!this.state.tree.length||!i||"/"===i){this.state.tree=t.map(c);return}this.removeActive(this.state.tree),t.forEach(t=>{var n;let r=l(this.state.tree,t.name);r||(r=c(t),this.state.tree.push(r)),r.isActive=!0;let o=(n=r,i.split("/").reduce((t,i)=>t&&l(t.children,i),n));o&&(o.isActive=!0,o.children=u(t.folders).map(n=>d(n,i+"/"+n,t.name)))}),this.state.tree=[...this.state.tree]}removeActive(t){t.forEach(t=>{t.isActive=!1,this.removeActive(t.children)})}get isFavoriteItems(){return this.state.favorites===this.state.elements}constructor(t){(0,r._)(this,"state",void 0),this.state=t}}function l(t,i){var n;return null!=(n=t.find(t=>t.name===i))?n:null}function u(t){return t.filter(t=>"."!==t&&".."!==t)}function c(t){return{type:"source",name:t.name,title:t.title,sourceName:t.name,path:"/",children:u(t.folders).map(i=>d(i,i,t.name))}}function d(t,i,n){return{type:"directory",name:t,path:i,sourceName:n,children:[]}}(0,o.__decorate)([s.autobind],a.prototype,"getIndex",null),(0,o.__decorate)([s.autobind],a.prototype,"isActive",null),(0,o.__decorate)([s.autobind],a.prototype,"isFavorite",null)},55611:function(t,i,n){"use strict";n.d(i,{SentenceFinder:function(){return o.SentenceFinder},clearSelectionWrappers:function(){return r.clearSelectionWrappers},clearSelectionWrappersFromHTML:function(){return r.clearSelectionWrappersFromHTML},getSelectionWrappers:function(){return r.getSelectionWrappers},highlightTextRanges:function(){return r.highlightTextRanges}});var r=n(12270),o=n(93119)},55776:function(t,i,n){"use strict";n.r(i),i.default={Spellcheck:"スペルチェック"}},55790:function(t){t.exports={"AI Assistant":"AI Ассистент","AI Assistant Pro":"AI Ассистент Pro","Welcome to AI Assistant":"Добро пожаловать в AI Ассистент","Start your first conversation":"Начните первый диалог","Tip: Select text in editor to add context":"Подсказка: Выделите текст в редакторе для добавления контекста","New chat":"Новый чат","Search conversations...":"Поиск диалогов...","No conversations yet":"Пока нет диалогов","Ask me anything...":"Спросите меня о чем угодно...","Ask a follow-up...":"Задайте дополнительный вопрос...","Reply...":"Ответить...","Type your message...":"Введите ваше сообщение...",Send:"Отправить",Cancel:"Отмена",Retry:"Повторить",Insert:"Вставить",Copy:"Копировать",Edit:"Редактировать",Delete:"Удалить",New:"Новый",Back:"Назад","Permission Required":"Требуется разрешение",Approve:"Разрешить",Deny:"Отклонить",Once:"Один раз","This conversation":"Этот диалог",Always:"Всегда","The AI wants to execute:":"AI хочет выполнить:","This will modify your document content.":"Это изменит содержимое вашего документа.","Executing...":"Выполняется...","Completed successfully":"Успешно выполнено",Failed:"Ошибка","Pending approval":"Ожидает разрешения","Denied by user":"Отклонено пользователем","Tool Result":"Результат инструмента","Tool Execution Error":"Ошибка выполнения инструмента",Context:"Контекст",Contexts:"Контексты","Add to AI Context":"Добавить в контекст AI",Remove:"Удалить","Clear all":"Очистить все","An error occurred":"Произошла ошибка","Request failed":"Запрос не выполнен","Connection error":"Ошибка соединения","AI Assistant is not configured":"AI Ассистент не настроен","Thinking...":"Думаю...","Generating response...":"Генерирую ответ...",insertHTML:"Вставить HTML",readDocument:"Прочитать документ",readBlock:"Прочитать блок",replaceInDocument:"Заменить в документе",replaceInBlock:"Заменить в блоке",getSelection:"Получить выделение","Just now":"Только что",Conversation:"Диалог","New Conversation":"Новый диалог",Yesterday:"Вчера","Delete conversation":"Удалить диалог","Are you sure you want to delete this conversation?":"Вы уверены, что хотите удалить этот диалог?","Failed to delete conversation":"Не удалось удалить диалог",Settings:"Настройки","General Settings":"Общие настройки","Conversation Settings":"Настройки диалога","Display Mode":"Режим отображения","Panel Width":"Ширина панели",Theme:"Тема",Model:"Модель",Temperature:"Температура",Close:"Закрыть",Dialog:"Модальное окно",Left:"Левая панель",Right:"Правая панель",Top:"Верхняя панель",Bottom:"Нижняя панель",Inherit:"Наследовать от редактора",Light:"Светлая тема",Dark:"Тёмная тема","%dm ago":"%dм назад","%dh ago":"%dч назад"}},55877:function(t,i,n){"use strict";n.d(i,{convertMediaUrlToVideoEmbed:function(){return a}});var r=n(82758),o=n(26049),s=n(82501);let a=(t,{width:i=400,height:n=345}={})=>{if(!(0,o.isURL)(t))return t;let a=r.globalDocument.createElement("a"),l=/(?:http?s?:\/\/)?(?:www\.)?(?:vimeo\.com)\/?(.+)/g;a.href=t,i||(i=400),n||(n=345);let u=a.protocol||"";switch(a.hostname){case"www.vimeo.com":case"vimeo.com":return l.test(t)?t.replace(l,'<iframe width="'+i+'" height="'+n+'" src="'+u+'//player.vimeo.com/video/$1" frameborder="0" allowfullscreen></iframe>'):t;case"youtube.com":case"www.youtube.com":case"youtu.be":case"www.youtu.be":{let r=a.search?(0,s.parseQuery)(a.search):{v:a.pathname.substring(1)};return/^embed\/.*/.test(r.v)&&(r.v=r.v.substring(6)),r.v?'<iframe width="'+i+'" height="'+n+'" src="'+u+"//www.youtube.com/embed/"+r.v+'" frameborder="0" allowfullscreen></iframe>':t}}return t}},55885:function(t,i,n){"use strict";n.d(i,{UIWelcomeScreen:function(){return a}});var r=n(31635),o=n(65478),s=n(67510);class a extends s.UIElement{className(){return"UIWelcomeScreen"}render(){return`<div class="&__container">
238
238
  <div class="&__icon">
239
239
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
240
240
  <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z"/>
@@ -245,7 +245,7 @@ ${s}`.trim();n?yield this.__executeQuickCommandSilent(u,s):yield this.__executeQ
245
245
  <div class="&__tip">~Tip: Select text in editor to add context~</div>
246
246
  </div>`}}a=(0,r.__decorate)([o.component],a)},56075:function(t,i,n){"use strict";n.d(i,{_:function(){return o}});var r=n(82749);function o(t){for(var i=1;i<arguments.length;i++){var n=null!=arguments[i]?arguments[i]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter(function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable}))),o.forEach(function(i){(0,r._)(t,i,n[i])})}return t}},56110:function(t,i,n){"use strict";n.d(i,{deleteConversationWithCleanup:function(){return s},loadInitialData:function(){return a}});var r=n(77688),o=n(82758);function s(t,i,n,o,s){return(0,r._)(function*(){try{o.setLoading(!0),yield n.delete(i),o.removeConversation(i),s.clearConversationPermissions(i);let r=o.getCurrentConversation();(null==r?void 0:r.id)===i&&o.setCurrentConversation(null);let a=yield n.list();o.setConversations(a),o.setView(0===a.length?"welcome":"conversationList"),t.e.fire("conversationDeleted.ai-assistant-pro",i)}catch(i){t.alert(t.i18n("Failed to delete conversation")+": "+((null==i?void 0:i.message)||"Unknown error"))}finally{o.setLoading(!1)}})()}function a(t,i,n){return(0,r._)(function*(){n.setLoading(!0);try{let[o,s]=yield Promise.all([i.list().catch(()=>[]),i.getGlobalSettings().catch(()=>null)]);if(n.setConversations(o),s&&n.setSavedState(s),0===o.length)n.setView("welcome");else if(t.o.aiAssistantPro.rememberLastConversation&&(null==s?void 0:s.currentConversationId)){var r;let t=null!=(r=o.find(t=>t.id===s.currentConversationId))?r:o[0],a=yield i.get(t.id);a?n.setCurrentConversation(a):n.setView("conversationList")}else n.setView("conversationList")}catch(t){o.IS_PROD,n.setView("welcome")}finally{n.setLoading(!1)}})()}},56113:function(t,i,n){"use strict";var r=n(82758),o=n(65478),s=n(2748),a=n(580),l=n(21537),u=n(41409);n(37467);var c=function(t,i,n,r){var o,s=arguments.length,a=s<3?i:null===r?r=Object.getOwnPropertyDescriptor(i,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,r);else for(var l=t.length-1;l>=0;l--)(o=t[l])&&(a=(s<3?o(a):s>3?o(i,n,a):o(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a};let d="table_processor_observer-resize";class h extends u.Plugin{get module(){return this.j.getInstance("Table",this.j.o)}get isRTL(){return"rtl"===this.j.o.direction}showResizeHandle(){this.j.async.clearTimeout(this.hideTimeout),this.j.workplace.appendChild(this.resizeHandler)}hideResizeHandle(){this.hideTimeout=this.j.async.setTimeout(()=>{s.Dom.safeRemove(this.resizeHandler)},{timeout:this.j.defaultTimeout,label:"hideResizer"})}onHandleMouseDown(t){if(this.j.isLocked)return;this.drag=!0,this.j.e.on(this.j.ow,"mouseup.resize-cells touchend.resize-cells",this.onMouseUp).on(this.j.ew,"mousemove.table touchmove.table",this.onMouseMove),this.startX=t.clientX,this.j.lock(d),this.resizeHandler.classList.add("jodit-table-resizer_moved");let i,n=this.workTable.getBoundingClientRect();if(this.minX=0,this.maxX=1e6,null!=this.wholeTable)n=this.workTable.parentNode.getBoundingClientRect(),this.minX=n.left,this.maxX=this.minX+n.width;else{let t=this.module.formalCoordinate(this.workTable,this.workCell,!0);this.module.formalMatrix(this.workTable,(n,o,s)=>{t[1]===s&&(i=n.getBoundingClientRect(),this.minX=Math.max(i.left+r.NEARBY/2,this.minX)),t[1]+(this.isRTL?-1:1)===s&&(i=n.getBoundingClientRect(),this.maxX=Math.min(i.left+i.width-r.NEARBY/2,this.maxX))})}return!1}onMouseMove(t){if(!this.drag)return;this.j.e.fire("closeAllPopups");let i=t.clientX,n=(0,l.offset)(this.resizeHandler.parentNode||this.j.od.documentElement,this.j,this.j.od,!0);i<this.minX&&(i=this.minX),i>this.maxX&&(i=this.maxX),this.resizeDelta=i-this.startX+(this.j.o.iframe?n.left:0),this.resizeHandler.style.left=i-(this.j.o.iframe?0:n.left)+"px";let r=this.j.s.sel;r&&r.removeAllRanges()}onMouseUp(t){(this.selectMode||this.drag)&&(this.selectMode=!1,this.j.unlock()),this.resizeHandler&&this.drag&&(this.drag=!1,this.j.e.off(this.j.ew,"mousemove.table touchmove.table",this.onMouseMove),this.resizeHandler.classList.remove("jodit-table-resizer_moved"),this.startX!==t.clientX&&(null==this.wholeTable?this.resizeColumns():this.resizeTable()),this.j.synchronizeValues(),this.j.s.focus())}resizeColumns(){let t=this.resizeDelta,i=[],n=this.module;n.setColumnWidthByDelta(this.workTable,n.formalCoordinate(this.workTable,this.workCell,!0)[1],t,!0,i);let r=(0,l.call)(this.isRTL?s.Dom.prev:s.Dom.next,this.workCell,s.Dom.isCell,this.workCell.parentNode);n.setColumnWidthByDelta(this.workTable,n.formalCoordinate(this.workTable,r)[1],-t,!1,i)}resizeTable(){let t=this.resizeDelta*(this.isRTL?-1:1),i=this.workTable.offsetWidth,n=(0,l.getContentWidth)(this.workTable.parentNode,this.j.ew),r=!this.wholeTable;if(this.isRTL?!r:r)this.workTable.style.width=(i+t)/n*100+"%";else{let r=this.isRTL?"marginRight":"marginLeft",o=parseInt(this.j.ew.getComputedStyle(this.workTable)[r]||"0",10);this.workTable.style.width=(i-t)/n*100+"%",this.workTable.style[r]=(o+t)/n*100+"%"}}setWorkCell(t,i=null){this.wholeTable=i,this.workCell=t,this.workTable=s.Dom.up(t,t=>s.Dom.isTag(t,"table"),this.j.editor)}calcHandlePosition(t,i,n=0,o=0){let a=(0,l.offset)(i,this.j,this.j.ed);if(n>r.NEARBY&&n<a.width-r.NEARBY)return void this.hideResizeHandle();let u=(0,l.offset)(this.j.workplace,this.j,this.j.od,!0),c=(0,l.offset)(t,this.j,this.j.ed);if(this.resizeHandler.style.left=(n<=r.NEARBY?a.left:a.left+a.width)-u.left+o+"px",Object.assign(this.resizeHandler.style,{height:c.height+"px",top:c.top-u.top+"px"}),this.showResizeHandle(),n<=r.NEARBY){let t=(0,l.call)(this.isRTL?s.Dom.next:s.Dom.prev,i,s.Dom.isCell,i.parentNode);this.setWorkCell(t||i,!t||null)}else{let t=(0,l.call)(this.isRTL?s.Dom.prev:s.Dom.next,i,s.Dom.isCell,i.parentNode);this.setWorkCell(i,!!t&&null)}}afterInit(t){t.o.tableAllowCellResize&&t.e.off(this.j.ow,".resize-cells").off(".resize-cells").on("change.resize-cells afterCommand.resize-cells afterSetMode.resize-cells",()=>{(0,l.$$)("table",t.editor).forEach(this.observe)}).on(this.j.ow,"scroll.resize-cells",()=>{if(!this.drag)return;let i=s.Dom.up(this.workCell,t=>s.Dom.isTag(t,"table"),t.editor);if(i){let t=i.getBoundingClientRect();this.resizeHandler.style.top=t.top+"px"}}).on("beforeSetMode.resize-cells",()=>{let i=this.module;i.getAllSelectedCells().forEach(n=>{i.removeSelection(n),i.normalizeTable(s.Dom.closest(n,"table",t.editor))})})}observe(t){(0,l.dataBind)(t,d)||((0,l.dataBind)(t,d,!0),this.j.e.on(t,"mouseleave.resize-cells",t=>{this.resizeHandler&&this.resizeHandler!==t.relatedTarget&&this.hideResizeHandle()}).on(t,"mousemove.resize-cells touchmove.resize-cells",this.j.async.throttle(i=>{if(this.j.isLocked)return;let n=s.Dom.up(i.target,s.Dom.isCell,t);n&&this.calcHandlePosition(t,n,i.offsetX)},{timeout:this.j.defaultTimeout})),this.createResizeHandle())}beforeDestruct(t){t.events&&(t.e.off(this.j.ow,".resize-cells"),t.e.off(".resize-cells"))}constructor(){super(...arguments),this.selectMode=!1,this.resizeDelta=0,this.createResizeHandle=()=>{this.resizeHandler||(this.resizeHandler=this.j.c.div("jodit-table-resizer"),this.j.e.on(this.resizeHandler,"mousedown.table touchstart.table",this.onHandleMouseDown).on(this.resizeHandler,"mouseenter.table",()=>{this.j.async.clearTimeout(this.hideTimeout)}))},this.hideTimeout=0,this.drag=!1,this.minX=0,this.maxX=0,this.startX=0}}c([o.autobind],h.prototype,"onHandleMouseDown",null),c([o.autobind],h.prototype,"onMouseMove",null),c([o.autobind],h.prototype,"onMouseUp",null),c([o.autobind],h.prototype,"observe",null),a.pluginSystem.add("resizeCells",h)},56175:function(t,i,n){"use strict";n.d(i,{getContentWidth:function(){return r.getContentWidth},getScrollParent:function(){return o.getScrollParent},innerWidth:function(){return s.innerWidth},offset:function(){return l.offset},position:function(){return u.position},size:function(){return a.size}});var r=n(44506),o=n(16442),s=n(81630),a=n(21496),l=n(81284),u=n(5700)},56293:function(t,i,n){"use strict";n.d(i,{execute:function(){return a}});var r=n(77688),o=n(6689),s=n(49459);function a(t,i,n){return(0,r._)(function*(){let r=(0,s.requireString)(i,"search"),a=(0,s.requireString)(i,"replace",{allowEmpty:!0}),{useRegex:l,useSelector:u}=i;(0,o.throwIfAborted)(n);try{let i;t.s.focus(),t.s.save();let s=0;if(u){let c=function(t,i,n,r,s,a){let l=t.editor.querySelectorAll(s);if(0===l.length)return{replacements:0,message:`No elements found matching selector "${s}"`};let u=0;return l.forEach(t=>{(0,o.throwIfAborted)(a);let s=t.innerHTML,l=s;if(r)try{let t=RegExp(i,"g");s=s.replace(t,()=>(u++,n))}catch(t){throw Error(`Invalid regex pattern: ${(null==t?void 0:t.message)||"Unknown error"}`)}else{let t=i.length,r=0;for(;-1!==(r=s.indexOf(i,r));)(0,o.throwIfAborted)(a),s=s.substring(0,r)+n+s.substring(r+t),r+=n.length,u++}s!==l&&(t.innerHTML=s)}),u>0&&(t.synchronizeValues(),t.s.restore()),{replacements:u}}(t,r,a,l,u,n);s=c.replacements,i=c.message}else s=function(t,i,n,r,s,a){let l=0,u=i;if(s)try{let t=RegExp(n,"g");u=u.replace(t,()=>(l++,r))}catch(t){throw Error(`Invalid regex pattern: ${(null==t?void 0:t.message)||"Unknown error"}`)}else{let t=n.length,i=0;for(;-1!==(i=u.indexOf(n,i));)(0,o.throwIfAborted)(a),u=u.substring(0,i)+r+u.substring(i+t),i+=r.length,l++}return l>0&&(t.value=u,t.s.restore(),t.synchronizeValues()),l}(t,t.value,r,a,l,n);return{replacements:s,message:i||(s>0?`Replaced ${s} occurrence(s)`:"No matches found")}}catch(i){throw t.s.restore(),Error(`Failed to replace in document: ${(null==i?void 0:i.message)||"Unknown error"}`)}})()}},56732:function(t,i,n){"use strict";n.r(i),n.d(i,{description:function(){return o},name:function(){return r},parameters:function(){return s},requiresPermission:function(){return a}});let r="insertHTML",o="Insert or replace HTML content at the current cursor position in the editor",s=[{name:"html",type:"string",description:"HTML content to insert",required:!0},{name:"replace",type:"boolean",description:"If true, replaces current selection. If false, inserts at cursor",required:!1,default:!1}],a=!0},56825:function(t,i,n){"use strict";n.d(i,{checkRemoveUnbreakableElement:function(){return a}});var r=n(82758),o=n(2748),s=n(58940);function a(t,i,n){let a=o.Dom.findSibling(i,n);return!!(o.Dom.isElement(a)&&(o.Dom.isTag(a,r.INSEPARABLE_TAGS)||o.Dom.isEmpty(a)))&&(o.Dom.safeRemove(a),o.Dom.isTag(a,"br")&&!o.Dom.findNotEmptySibling(i,!1)&&o.Dom.after(i,t.createInside.element("br")),t.s.setCursorBefore(i),o.Dom.isTag(a,"br")&&(0,s.checkRemoveEmptyParent)(t,i,n),!0)}},56882:function(t,i,n){"use strict";n.r(i),i.default={symbols:"S\xedmbolo"}},56917:function(t,i,n){"use strict";n.d(i,{Popup:function(){return f}});var r=n(4012),o=n(65478),s=n(2748),a=n(580),l=n(21537),u=n(38837),c=n(48538),d=n(62405),h=function(t,i,n,r){var o,s=arguments.length,a=s<3?i:null===r?r=Object.getOwnPropertyDescriptor(i,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,r);else for(var l=t.length-1;l>=0;l--)(o=t[l])&&(a=(s<3?o(a):s>3?o(i,n,a):o(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a};let p=["escape","cut","delete","backSpaceAfterDelete","beforeCommandDelete"];class f extends d.UIGroup{className(){return"Popup"}appendChildToContainer(t){let i=this.getElm("content");(0,u.assert)(i,"Content element should exist"),i.appendChild(t)}updateParentElement(t){return t!==this&&r.Component.isInstanceOf(t,f)&&(this.__childrenPopups.forEach(i=>{!t.closest(i)&&i.isOpened&&i.close()}),this.__childrenPopups.has(t)||this.j.e.on(t,"beforeClose",()=>{this.__childrenPopups.delete(t)}),this.__childrenPopups.add(t)),super.updateParentElement(t)}setContent(t){if(this.allChildren.length)throw Error("Remove children");if(r.Component.isInstanceOf(t,c.UIElement))this.append(t);else{let i=(0,l.isString)(t)?this.j.c.fromHTML(t):t;this.appendChildToContainer(i)}return this.updatePosition(),this}open(t,i=!1,n){if((0,l.markOwner)(this.jodit,this.container),this.container.classList.add(`jodit_theme_${this.jodit.o.theme}`),this.__calculateZIndex(),this.isOpened=!0,this.__addGlobalListeners(),this.__targetBound=i?this.getKeepBound(t):t,n)n.appendChild(this.container);else{let t=(0,a.getContainer)(this.jodit,f);n!==this.container.parentElement&&t.appendChild(this.container)}return this.updatePosition(),this.j.e.fire(this,"afterOpen"),this.j.e.fire("afterOpenPopup",this),this}__calculateZIndex(){if(this.container.style.zIndex)return;let t=t=>{let i=t.container.style.zIndex||t.o.zIndex;return!!i&&(this.setZIndex(1+parseInt(i.toString(),10)),!0)},{j:i}=this;if(t(i))return;let n=this.parentElement;for(;n;){if(t(n.j))return;if(n.container.style.zIndex)return void this.setZIndex(1+parseInt(n.container.style.zIndex.toString(),10));if(!n.parentElement&&n.container.parentElement){let t=c.UIElement.closestElement(n.container.parentElement,c.UIElement);if(t){n=t;continue}}n=n.parentElement}}getKeepBound(t){let i=t(),n=this.od.elementFromPoint(i.left,i.top);if(!n)return t;let r=s.Dom.isHTMLElement(n)?n:n.parentElement,o=(0,l.position)(r,this.j);return()=>{var i,n;let s=t(),a=(0,l.position)(r,this.j);return i=function(t){for(var i=1;i<arguments.length;i++){var n=null!=arguments[i]?arguments[i]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable}))),r.forEach(function(i){var r;r=n[i],i in t?Object.defineProperty(t,i,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[i]=r})}return t}({},s),n=n={top:s.top+(a.top-o.top),left:s.left+(a.left-o.left)},Object.getOwnPropertyDescriptors?Object.defineProperties(i,Object.getOwnPropertyDescriptors(n)):(function(t){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);i.push.apply(i,n)}return i})(Object(n)).forEach(function(t){Object.defineProperty(i,t,Object.getOwnPropertyDescriptor(n,t))}),i}}updatePosition(){if(!this.isOpened)return this;let[t,i]=this.__calculatePosition(this.__targetBound(),this.viewBound(),(0,l.position)(this.container,this.j));return this.setMod("strategy",i),(0,l.css)(this.container,{left:t.left,top:t.top}),this.__childrenPopups.forEach(t=>t.updatePosition()),this}__throttleUpdatePosition(){this.updatePosition()}__calculatePosition(t,i,n,r=this.strategy){let o={left:t.left,right:t.left-(n.width-t.width)},s={bottom:t.top+t.height,top:t.top-n.height},a=Object.keys(o).reduce((t,i)=>t.concat(Object.keys(s).map(t=>`${i}${(0,l.ucfirst)(t)}`)),[]),u=t=>{let[i,r]=(0,l.kebabCase)(t).split("-");return{left:o[i],top:s[r],width:n.width,height:n.height}},c=t=>f.boxInView(u(r),t)?r:a.find(i=>{if(f.boxInView(u(i),t))return i})||null,d=c((0,l.position)(this.j.container,this.j));return d&&f.boxInView(u(d),i)||(d=c(i)||d||r),[u(d),d]}static boxInView(t,i){return t.top-i.top>=-2&&t.left-i.left>=-2&&i.top+i.height-(t.top+t.height)>=-2&&i.left+i.width-(t.left+t.width)>=-2}close(){return this.isOpened&&(this.isOpened=!1,this.__childrenPopups.forEach(t=>t.close()),this.j.e.fire(this,"beforeClose"),this.j.e.fire("beforePopupClose",this),this.__removeGlobalListeners(),s.Dom.safeRemove(this.container)),this}__closeOnOutsideClick(t){!this.isOpened||this.isOwnClick(t)||this.close()}isOwnClick(t){if(!t.target)return!1;let i=c.UIElement.closestElement(t.target,f);return!!(i&&(this===i||i.closest(this)))}__addGlobalListeners(){let t=this.__throttleUpdatePosition,i=this.ow;a.eventEmitter.on("closeAllPopups",this.close),this.smart&&this.j.e.on(p,this.close).on("mousedown touchstart",this.__closeOnOutsideClick).on(i,"mousedown touchstart",this.__closeOnOutsideClick),this.j.e.on("closeAllPopups",this.close).on("resize",t).on(this.container,"scroll mousewheel",t).on(i,"scroll",t).on(i,"resize",t),s.Dom.up(this.j.container,i=>{i&&this.j.e.on(i,"scroll mousewheel",t)})}__removeGlobalListeners(){let t=this.__throttleUpdatePosition,i=this.ow;a.eventEmitter.off("closeAllPopups",this.close),this.smart&&this.j.e.off(p,this.close).off("mousedown touchstart",this.__closeOnOutsideClick).off(i,"mousedown touchstart",this.__closeOnOutsideClick),this.j.e.off("closeAllPopups",this.close).off("resize",t).off(this.container,"scroll mousewheel",t).off(i,"scroll",t).off(i,"resize",t),this.j.container.isConnected&&s.Dom.up(this.j.container,i=>{i&&this.j.e.off(i,"scroll mousewheel",t)})}setZIndex(t){this.container.style.zIndex=t.toString()}render(){return`<div>
247
247
  <div class="&__content"></div>
248
- </div>`}destruct(){return this.close(),super.destruct()}constructor(t,i=!0){super(t),this.smart=i,this.isOpened=!1,this.strategy="leftBottom",this.viewBound=()=>({left:0,top:0,width:this.ow.innerWidth,height:this.ow.innerHeight}),this.__childrenPopups=new Set,(0,l.attr)(this.container,"role","popup")}}h([o.autobind],f.prototype,"updatePosition",null),h([(0,o.throttle)(10),o.autobind],f.prototype,"__throttleUpdatePosition",null),h([o.autobind],f.prototype,"close",null),h([o.autobind],f.prototype,"__closeOnOutsideClick",null)},56967:function(t,i,n){"use strict";n.d(i,{i18n:function(){return c},sprintf:function(){return u}});var r=n(82758),o=n(70799),s=n(36409),a=n(43555),l=n(6441);let u=(t,i)=>{if(!i||!i.length)return t;let n=/%([sd])/g,r=n.exec(t),o=t,s=0;for(;r&&void 0!==i[s];)o=o.replace(r[0],i[s].toString()),s+=1,r=n.exec(t);return o};function c(t,i,n){if(!(0,o.isString)(t))throw(0,a.error)("i18n: Need string in first argument");if(!t.length)return t;let c=!!(null==n?void 0:n.debugLanguage),d={},h=t=>i&&i.length?u(t,i):t,p=(0,a.defaultLanguage)(l.Config.defaultOptions.language,l.Config.defaultOptions.language),f=(0,a.defaultLanguage)(null==n?void 0:n.language,p),m=i=>{if(!i)return;if((0,o.isString)(i[t]))return h(i[t]);let n=t.toLowerCase();if((0,o.isString)(i[n]))return h(i[n]);let r=(0,s.ucfirst)(t);if((0,o.isString)(i[r]))return h(i[r])};void 0!==r.lang[f]?d=r.lang[f]:c||(d=void 0!==r.lang[p]?r.lang[p]:r.lang.en);let g=null==n?void 0:n.i18n;if(g&&g[f]){let t=m(g[f]);if(t)return t}return m(d)||(!c&&r.lang.en&&(0,o.isString)(r.lang.en[t])&&r.lang.en[t]?h(r.lang.en[t]):c?"{"+t+"}":(r.IS_PROD,h(t)))}},57012:function(t,i,n){"use strict";n.d(i,{eventEmitter:function(){return r}});let r=new(n(98220)).EventEmitter},57034:function(t,i,n){"use strict";n.d(i,{Stack:function(){return r}});class r{get length(){return this.commands.length}clearRedo(){this.commands.length=this.stackPosition+1}clear(){this.commands.length=0,this.stackPosition=-1}push(t){this.clearRedo(),this.commands.push(t),this.stackPosition+=1,this.commands.length>this.size&&(this.commands.shift(),this.stackPosition-=1)}replace(t){this.commands[this.stackPosition]=t}current(){return this.commands[this.stackPosition]}undo(){return!!this.canUndo()&&(this.commands[this.stackPosition]&&this.commands[this.stackPosition].undo(),this.stackPosition-=1,!0)}redo(){return!!this.canRedo()&&(this.stackPosition+=1,this.commands[this.stackPosition]&&this.commands[this.stackPosition].redo(),!0)}canUndo(){return this.stackPosition>=0}canRedo(){return this.stackPosition<this.commands.length-1}constructor(t){this.size=t,this.commands=[],this.stackPosition=-1}}},57056:function(t,i,n){"use strict";var r=n(68583),o=n.n(r),s=n(29402),a=n(6441),l=n(580),u=n(12153);a.Config.prototype.backup={interval:30,limit:50,dialogWidth:700,hotkeys:["ctrl+shift+b","cmd+shift+b"]},a.Config.prototype.controls.backup={store:{command:"saveBackup",text:"Save backup now"},restore:{tooltip:"Restore",list:["backup.store"],exec(t){t.execCommand("openBackupDialog")}}},u.Icon.set("restore",o()),(0,l.extendLang)(s)},57288:function(t,i,n){"use strict";var r=n(6441);r.Config.prototype.limitWords=!1,r.Config.prototype.limitChars=!1,r.Config.prototype.limitHTML=!1},57340:function(t,i,n){"use strict";n.d(i,{UITooltip:function(){return m}});var r,o=n(91907),s=n(65478),a=n(22732),l=n(580),u=n(5700),c=n(43555),d=n(48538),h=function(t,i,n,r){var o,s=arguments.length,a=s<3?i:null===r?r=Object.getOwnPropertyDescriptor(i,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,r);else for(var l=t.length-1;l>=0;l--)(o=t[l])&&(a=(s<3?o(a):s>3?o(i,n,a):o(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a};let p=["scroll.tooltip","joditCloseDialog","mouseleave.tooltip"],f=["escape.tooltip","change.tooltip","changePlace.tooltip","afterOpenPopup.tooltip","hidePopup.tooltip","beforePopupClose.tooltip","closeAllPopups.tooltip"],m=r=class t extends d.UIElement{className(){return"UITooltip"}render(){return'<div><div class="&__content"></div></div>'}__onAttach(t){(0,l.getContainer)(this.j,r).appendChild(this.container),this.__attachedContainers.add(t),this.__attachedContainers.add(this.j.container),this.j.e.on(t,"mouseenter.tooltip",this.__onMouseEnter,{capture:!0}).on(t,"mouseleave.tooltip",this.__onMouseLeave,{capture:!0}).on(this.j.container,"mouseleave.tooltip",this.__onMouseLeave,{capture:!0})}__addListenersOnEnter(){if(this.__listenClose)return;this.__listenClose=!0;let t=this.j;t.e.on(t.ow,p,this.__hide).on(f,this.__hide)}__removeListenersOnLeave(){if(!this.__listenClose)return;this.__listenClose=!1;let t=this.j;t.e.off(t.ow,p,this.__hide).off(f,this.__hide)}__onMouseLeave(t){this.__currentTarget===t.target&&(this.__hideDelay(),this.__currentTarget=null)}__onMouseEnter(t){if(!a.Dom.isHTMLElement(t.target))return;let i=(0,c.attr)(t.target,"aria-label");if(!i||(0,c.attr)(t.target,"disabled")||!t.target.className.includes("jodit"))return;this.__currentTarget=t.target;let n=t.target;this.__open(()=>{let t=(0,u.position)(n);return{x:t.left+t.width/2,y:t.top+t.height}},i)}__open(t,i){this.__addListenersOnEnter(),this.__isOpened=!0,this.j.async.clearTimeout(this.__hideTimeout),this.j.async.clearTimeout(this.__delayShowTimeout);let n=this.j.o.showTooltipDelay||this.j.defaultTimeout;n?this.__delayShowTimeout=this.j.async.setTimeout(()=>this.__show(t,i),n):this.__show(t,i)}__show(t,i){this.setMod("visible",!0),this.getElm("content").innerHTML=i;let n=t();(0,c.css)(this.container,{left:n.x,top:n.y})}__hide(){this.j.async.clearTimeout(this.__delayShowTimeout),this.j.async.clearTimeout(this.__hideTimeout),this.__removeListenersOnLeave(),this.__isOpened&&(this.__isOpened=!1,this.setMod("visible",!1),this.getElm("content").innerHTML="",(0,c.css)(this.container,{left:-5e3}))}__hideDelay(){this.j.async.clearTimeout(this.__delayShowTimeout),this.j.async.clearTimeout(this.__hideTimeout),this.__isOpened&&(this.__hideTimeout=this.async.setTimeout(this.__hide,this.j.defaultTimeout))}destruct(){this.__attachedContainers.forEach(t=>{this.j.e.off(t,"mouseenter.tooltip",this.__onMouseEnter).off(t,"mouseleave.tooltip",this.__onMouseLeave)}),this.__hide(),super.destruct()}constructor(t){super(t),this.__isOpened=!1,this.__attachedContainers=new Set,this.__listenClose=!1,this.__currentTarget=null,this.__delayShowTimeout=0,this.__hideTimeout=0,t.o.textIcons||!t.o.showTooltip||t.o.useNativeTooltip||(this.j.e.on("getContainer",t=>{this.__onAttach(t)}),t.hookStatus(o.STATUSES.ready,()=>{this.__onAttach(this.j.container)}))}};h([s.autobind],m.prototype,"__onMouseLeave",null),h([s.autobind],m.prototype,"__onMouseEnter",null),h([s.autobind],m.prototype,"__hide",null),h([s.autobind],m.prototype,"__hideDelay",null),m=r=h([s.component],m)},57380:function(t,i,n){"use strict";n.d(i,{Uploader:function(){return u}});var r=n(91907),o=n(82758),s=n(21537),a=n(6441),l=n(94122);n(80536);class u extends r.ViewComponent{get j(){return this.jodit}className(){return"Uploader"}get o(){return this.options}setPath(t){return this.path=t,this}setSource(t){return this.source=t,this}bind(t,i,n){let r=()=>{t.classList.remove("jodit_drag_hover")},s=this,a=t=>{let a,u,c,d=t.clipboardData,h=t=>{u&&(t.append("extension",c),t.append("mimetype",u.type))};if(!o.IS_IE&&(0,l.hasFiles)(d))return(0,l.sendFiles)(s,d.files,i,n).finally(r),!1;if(o.IS_IE&&!o.IS_ES_NEXT)return(0,l.processOldBrowserDrag)(s,d,i,n,r);if((0,l.hasItems)(d)){let{items:o}=d;for(a=0;a<o.length;a+=1)if("file"===o[a].kind&&"image/png"===o[a].type){if(u=o[a].getAsFile()){let t=u.type.match(/\/([a-z0-9]+)/i);c=t[1]?t[1].toLowerCase():"",(0,l.sendFiles)(s,[u],i,n,h).finally(r)}t.preventDefault();break}}};s.j&&s.j.editor!==t?s.j.e.on(t,"paste",a):s.j.e.on("beforePaste",a),this.attachEvents(t,i,n,r)}attachEvents(t,i,n,r){let o=this;o.j.e.on(t,"dragend dragover dragenter dragleave drop",t=>{t.preventDefault()}).on(t,"dragover",i=>{((0,l.hasFiles)(i.dataTransfer)||(0,l.hasItems)(i.dataTransfer))&&(t.classList.add("jodit_drag_hover"),i.preventDefault())}).on(t,"dragend dragleave",i=>{t.classList.remove("jodit_drag_hover"),(0,l.hasFiles)(i.dataTransfer)&&i.preventDefault()}).on(t,"drop",s=>{t.classList.remove("jodit_drag_hover"),(0,l.hasFiles)(s.dataTransfer)&&(s.preventDefault(),s.stopImmediatePropagation(),(0,l.sendFiles)(o,s.dataTransfer.files,i,n).finally(r))});let s=t.querySelector("input[type=file]");s&&o.j.e.on(s,"change",()=>{(0,l.sendFiles)(o,s.files,i,n).then(()=>{s.value="",/safari/i.test(navigator.userAgent)||(s.type="",s.type="file")}).finally(r)})}uploadRemoteImage(t,i,n){let r=this,{o}=r,a=(0,s.isFunction)(n)?n:o.defaultHandlerError;(0,l.send)(r,{action:"fileUploadRemote",url:t}).then(t=>{o.isSuccess.call(r,t)?((0,s.isFunction)(i)?i:o.defaultHandlerSuccess).call(r,o.process.call(r,t)):a.call(r,(0,s.error)(o.getMessage.call(r,t)))}).catch(t=>a.call(r,t))}upload(t){return this.async.promise((i,n)=>{(0,l.sendFiles)(this,t,i,n)})}destruct(){this.setStatus(r.STATUSES.beforeDestruct);let t=l.ajaxInstances.get(this);t&&(t.forEach(t=>{try{t.destruct()}catch(t){}}),t.clear()),super.destruct()}constructor(t,i){super(t),this.path="",this.source="default",this.options=(0,s.ConfigProto)(i||{},(0,s.ConfigProto)(a.Config.defaultOptions.uploader,(0,s.isJoditObject)(t)?t.o.uploader:{}))}}},57459:function(t,i,n){"use strict";n(6441).Config.prototype.defaultAjaxOptions={successStatuses:[200,201,202],method:"GET",url:"",data:null,contentType:"application/x-www-form-urlencoded; charset=UTF-8",headers:{"X-REQUESTED-WITH":"XMLHttpRequest"},withCredentials:!1,xhr(){return new XMLHttpRequest}}},57487:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 16 16"> <path stroke-width="0" d="M16 9v-6h-3v-1c0-0.55-0.45-1-1-1h-11c-0.55 0-1 0.45-1 1v3c0 0.55 0.45 1 1 1h11c0.55 0 1-0.45 1-1v-1h2v4h-9v2h-0.5c-0.276 0-0.5 0.224-0.5 0.5v5c0 0.276 0.224 0.5 0.5 0.5h2c0.276 0 0.5-0.224 0.5-0.5v-5c0-0.276-0.224-0.5-0.5-0.5h-0.5v-1h9zM12 3h-11v-1h11v1z"/> </svg> '},57855:function(t,i,n){"use strict";n.r(i),i.default={symbols:"символ"}},57865:function(t,i,n){"use strict";n.d(i,{OptionsError:function(){return r}});class r extends TypeError{constructor(t){super(t),Object.setPrototypeOf(this,r.prototype)}}},57882:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1792 1344v128q0 26-19 45t-45 19h-1664q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1664q26 0 45 19t19 45zm-384-384v128q0 26-19 45t-45 19h-1280q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1280q26 0 45 19t19 45zm256-384v128q0 26-19 45t-45 19h-1536q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1536q26 0 45 19t19 45zm-384-384v128q0 26-19 45t-45 19h-1152q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1152q26 0 45 19t19 45z"/> </svg> '},57951:function(t,i,n){"use strict";var r=n(86583),o=n(12153),s=n(6441),a=n(13465),l=n(50267);let u=(t,i,{control:n})=>{var o;let s=`button${n.command}`,a=null!=(o=n.args&&n.args[0])?o:(0,r.dataBind)(t,s);(0,r.dataBind)(t,s,a),t.execCommand(n.command,!1,"default"===a?null:a)};o.Icon.set("ol",a.default).set("ul",l.default),s.Config.prototype.controls.ul={command:"insertUnorderedList",tags:["ul"],tooltip:"Insert Unordered List",list:{default:"Default",circle:"Circle",disc:"Dot",square:"Quadrate"},exec:u},s.Config.prototype.controls.ol={command:"insertOrderedList",tags:["ol"],tooltip:"Insert Ordered List",list:{default:"Default","lower-alpha":"Lower Alpha","lower-greek":"Lower Greek","lower-roman":"Lower Roman","upper-alpha":"Upper Alpha","upper-roman":"Upper Roman"},exec:u}},58032:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 10 10"> <path d="M.941 4.523a.75.75 0 1 1 1.06-1.06l3.006 3.005 3.005-3.005a.75.75 0 1 1 1.06 1.06l-3.549 3.55a.75.75 0 0 1-1.168-.136L.941 4.523z"/> </svg> '},58149:function(t,i,n){"use strict";n.d(i,{colorToHex:function(){return r.colorToHex}});var r=n(35278)},58285:function(t,i,n){"use strict";n.r(i),i.default={symbols:"тэмдэгт"}},58366:function(t){t.exports={"Show Blocks":"显示块"}},58487:function(t,i,n){"use strict";n.d(i,{isHTML:function(){return o}});var r=n(70799);let o=t=>(0,r.isString)(t)&&/<([A-Za-z][A-Za-z0-9]*)\b[^>]*>(.*?)<\/\1>/m.test(t.replace(/[\r\n]/g,""))},58519:function(t,i,n){"use strict";var r=n(82758),o=n(22732),s=n(580),a=n(96325),l=n(11628),u=n(12153),c=n(6441),d=n(14625),h=n(17583);u.Icon.set("print",h.default),c.Config.prototype.controls.print={exec:t=>{let i=t.create.element("iframe");Object.assign(i.style,{position:"fixed",right:0,bottom:0,width:0,height:0,border:0}),(0,s.getContainer)(t,c.Config).appendChild(i);let n=()=>{t.e.off(t.ow,"mousemove",n),o.Dom.safeRemove(i)},r=i.contentWindow;if(r){t.e.on(r,"onbeforeunload onafterprint",n).on(t.ow,"mousemove",n),t.o.iframe?(t.e.fire("generateDocumentStructure.iframe",r.document,t),r.document.body.innerHTML=t.value):(r.document.write('<!doctype html><html lang="'+(0,a.defaultLanguage)(t.o.language)+'"><head><title></title></head><style>'+(0,d.generateCriticalCSS)(t)+"</style><body></body></html>"),r.document.close(),(0,l.previewBox)(t,void 0,"px",r.document.body));let i=r.document.createElement("style");i.innerHTML=`@media print {
248
+ </div>`}destruct(){return this.close(),super.destruct()}constructor(t,i=!0){super(t),this.smart=i,this.isOpened=!1,this.strategy="leftBottom",this.viewBound=()=>({left:0,top:0,width:this.ow.innerWidth,height:this.ow.innerHeight}),this.__childrenPopups=new Set,(0,l.attr)(this.container,"role","popup")}}h([o.autobind],f.prototype,"updatePosition",null),h([(0,o.throttle)(10),o.autobind],f.prototype,"__throttleUpdatePosition",null),h([o.autobind],f.prototype,"close",null),h([o.autobind],f.prototype,"__closeOnOutsideClick",null)},56967:function(t,i,n){"use strict";n.d(i,{i18n:function(){return c},sprintf:function(){return u}});var r=n(82758),o=n(70799),s=n(36409),a=n(43555),l=n(6441);let u=(t,i)=>{if(!i||!i.length)return t;let n=/%([sd])/g,r=n.exec(t),o=t,s=0;for(;r&&void 0!==i[s];)o=o.replace(r[0],i[s].toString()),s+=1,r=n.exec(t);return o};function c(t,i,n){if(!(0,o.isString)(t))throw(0,a.error)("i18n: Need string in first argument");if(!t.length)return t;let c=!!(null==n?void 0:n.debugLanguage),d={},h=t=>i&&i.length?u(t,i):t,p=(0,a.defaultLanguage)(l.Config.defaultOptions.language,l.Config.defaultOptions.language),f=(0,a.defaultLanguage)(null==n?void 0:n.language,p),m=i=>{if(!i)return;if((0,o.isString)(i[t]))return h(i[t]);let n=t.toLowerCase();if((0,o.isString)(i[n]))return h(i[n]);let r=(0,s.ucfirst)(t);if((0,o.isString)(i[r]))return h(i[r])};void 0!==r.lang[f]?d=r.lang[f]:c||(d=void 0!==r.lang[p]?r.lang[p]:r.lang.en);let g=null==n?void 0:n.i18n;if(g&&g[f]){let t=m(g[f]);if(t)return t}return m(d)||(!c&&r.lang.en&&(0,o.isString)(r.lang.en[t])&&r.lang.en[t]?h(r.lang.en[t]):c?"{"+t+"}":(r.IS_PROD,h(t)))}},57012:function(t,i,n){"use strict";n.d(i,{eventEmitter:function(){return r}});let r=new(n(98220)).EventEmitter},57034:function(t,i,n){"use strict";n.d(i,{Stack:function(){return r}});class r{get length(){return this.commands.length}clearRedo(){this.commands.length=this.stackPosition+1}clear(){this.commands.length=0,this.stackPosition=-1}push(t){this.clearRedo(),this.commands.push(t),this.stackPosition+=1,this.commands.length>this.size&&(this.commands.shift(),this.stackPosition-=1)}replace(t){this.commands[this.stackPosition]=t}current(){return this.commands[this.stackPosition]}undo(){return!!this.canUndo()&&(this.commands[this.stackPosition]&&this.commands[this.stackPosition].undo(),this.stackPosition-=1,!0)}redo(){return!!this.canRedo()&&(this.stackPosition+=1,this.commands[this.stackPosition]&&this.commands[this.stackPosition].redo(),!0)}canUndo(){return this.stackPosition>=0}canRedo(){return this.stackPosition<this.commands.length-1}constructor(t){this.size=t,this.commands=[],this.stackPosition=-1}}},57056:function(t,i,n){"use strict";var r=n(68583),o=n.n(r),s=n(29402),a=n(6441),l=n(580),u=n(12153);a.Config.prototype.backup={interval:30,limit:50,dialogWidth:700,hotkeys:["ctrl+shift+b","cmd+shift+b"]},a.Config.prototype.controls.backup={store:{command:"saveBackup",text:"Save backup now"},restore:{tooltip:"Restore",list:["backup.store"],exec(t){t.execCommand("openBackupDialog")}}},u.Icon.set("restore",o()),(0,l.extendLang)(s)},57288:function(t,i,n){"use strict";var r=n(6441);r.Config.prototype.limitWords=!1,r.Config.prototype.limitChars=!1,r.Config.prototype.limitHTML=!1},57340:function(t,i,n){"use strict";n.d(i,{UITooltip:function(){return m}});var r,o=n(91907),s=n(65478),a=n(22732),l=n(580),u=n(5700),c=n(43555),d=n(48538),h=function(t,i,n,r){var o,s=arguments.length,a=s<3?i:null===r?r=Object.getOwnPropertyDescriptor(i,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,r);else for(var l=t.length-1;l>=0;l--)(o=t[l])&&(a=(s<3?o(a):s>3?o(i,n,a):o(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a};let p=["scroll.tooltip","joditCloseDialog","mouseleave.tooltip"],f=["escape.tooltip","change.tooltip","changePlace.tooltip","afterOpenPopup.tooltip","hidePopup.tooltip","beforePopupClose.tooltip","closeAllPopups.tooltip"],m=r=class t extends d.UIElement{className(){return"UITooltip"}render(){return'<div><div class="&__content"></div></div>'}__onAttach(t){(0,l.getContainer)(this.j,r).appendChild(this.container),this.__attachedContainers.add(t),this.__attachedContainers.add(this.j.container),this.j.e.on(t,"mouseenter.tooltip",this.__onMouseEnter,{capture:!0}).on(t,"mouseleave.tooltip",this.__onMouseLeave,{capture:!0}).on(this.j.container,"mouseleave.tooltip",this.__onMouseLeave,{capture:!0})}__addListenersOnEnter(){if(this.__listenClose)return;this.__listenClose=!0;let t=this.j;t.e.on(t.ow,p,this.__hide).on(f,this.__hide)}__removeListenersOnLeave(){if(!this.__listenClose)return;this.__listenClose=!1;let t=this.j;t.e.off(t.ow,p,this.__hide).off(f,this.__hide)}__onMouseLeave(t){this.__currentTarget===t.target&&(this.__hideDelay(),this.__currentTarget=null)}__onMouseEnter(t){if(!a.Dom.isHTMLElement(t.target))return;let i=(0,c.attr)(t.target,"aria-label");if(!i||(0,c.attr)(t.target,"disabled")||!t.target.className.includes("jodit"))return;this.__currentTarget=t.target;let n=t.target;this.__open(()=>{let t=(0,u.position)(n);return{x:t.left+t.width/2,y:t.top+t.height}},i)}__open(t,i){this.__addListenersOnEnter(),this.__isOpened=!0,this.j.async.clearTimeout(this.__hideTimeout),this.j.async.clearTimeout(this.__delayShowTimeout);let n=this.j.o.showTooltipDelay||this.j.defaultTimeout;n?this.__delayShowTimeout=this.j.async.setTimeout(()=>this.__show(t,i),n):this.__show(t,i)}__show(t,i){this.setMod("visible",!0),this.getElm("content").innerHTML=i;let n=t();(0,c.css)(this.container,{left:n.x,top:n.y})}__hide(){this.j.async.clearTimeout(this.__delayShowTimeout),this.j.async.clearTimeout(this.__hideTimeout),this.__removeListenersOnLeave(),this.__isOpened&&(this.__isOpened=!1,this.setMod("visible",!1),this.getElm("content").innerHTML="",(0,c.css)(this.container,{left:-5e3}))}__hideDelay(){this.j.async.clearTimeout(this.__delayShowTimeout),this.j.async.clearTimeout(this.__hideTimeout),this.__isOpened&&(this.__hideTimeout=this.async.setTimeout(this.__hide,this.j.defaultTimeout))}destruct(){this.__attachedContainers.forEach(t=>{this.j.e.off(t,"mouseenter.tooltip",this.__onMouseEnter).off(t,"mouseleave.tooltip",this.__onMouseLeave)}),this.__hide(),super.destruct()}constructor(t){super(t),this.__isOpened=!1,this.__attachedContainers=new Set,this.__listenClose=!1,this.__currentTarget=null,this.__delayShowTimeout=0,this.__hideTimeout=0,t.o.textIcons||!t.o.showTooltip||t.o.useNativeTooltip||(this.j.e.on("getContainer",t=>{this.__onAttach(t)}),t.hookStatus(o.STATUSES.ready,()=>{this.__onAttach(this.j.container)}))}};h([s.autobind],m.prototype,"__onMouseLeave",null),h([s.autobind],m.prototype,"__onMouseEnter",null),h([s.autobind],m.prototype,"__hide",null),h([s.autobind],m.prototype,"__hideDelay",null),m=r=h([s.component],m)},57380:function(t,i,n){"use strict";n.d(i,{Uploader:function(){return u}});var r=n(91907),o=n(82758),s=n(21537),a=n(6441),l=n(94122);n(80536);class u extends r.ViewComponent{get j(){return this.jodit}className(){return"Uploader"}get o(){return this.options}setPath(t){return this.path=t,this}setSource(t){return this.source=t,this}bind(t,i,n){let r=()=>{t.classList.remove("jodit_drag_hover")},s=this,a=t=>{let a,u,c,d=t.clipboardData,h=t=>{u&&(t.append("extension",c),t.append("mimetype",u.type))};if(!o.IS_IE&&(0,l.hasFiles)(d))return(0,l.sendFiles)(s,d.files,i,n).finally(r),!1;if(o.IS_IE&&!o.IS_ES_NEXT)return(0,l.processOldBrowserDrag)(s,d,i,n,r);if((0,l.hasItems)(d)){let{items:o}=d;for(a=0;a<o.length;a+=1)if("file"===o[a].kind&&"image/png"===o[a].type){if(u=o[a].getAsFile()){let t=u.type.match(/\/([a-z0-9]+)/i);c=t[1]?t[1].toLowerCase():"",(0,l.sendFiles)(s,[u],i,n,h).finally(r)}t.preventDefault();break}}};s.j&&s.j.editor!==t?s.j.e.on(t,"paste",a):s.j.e.on("beforePaste",a),this.attachEvents(t,i,n,r)}attachEvents(t,i,n,r){let o=this;o.j.e.on(t,"dragend dragover dragenter dragleave drop",t=>{t.preventDefault()}).on(t,"dragover",i=>{((0,l.hasFiles)(i.dataTransfer)||(0,l.hasItems)(i.dataTransfer))&&(t.classList.add("jodit_drag_hover"),i.preventDefault())}).on(t,"dragend dragleave",i=>{t.classList.remove("jodit_drag_hover"),(0,l.hasFiles)(i.dataTransfer)&&i.preventDefault()}).on(t,"drop",s=>{t.classList.remove("jodit_drag_hover"),(0,l.hasFiles)(s.dataTransfer)&&(s.preventDefault(),s.stopImmediatePropagation(),(0,l.sendFiles)(o,s.dataTransfer.files,i,n).finally(r))});let s=t.querySelector("input[type=file]");s&&o.j.e.on(s,"change",()=>{(0,l.sendFiles)(o,s.files,i,n).then(()=>{s.value="",/safari/i.test(navigator.userAgent)||(s.type="",s.type="file")}).finally(r)})}uploadRemoteImage(t,i,n){let r=this,{o}=r,a=(0,s.isFunction)(n)?n:o.defaultHandlerError;(0,l.send)(r,{action:"fileUploadRemote",url:t}).then(t=>{o.isSuccess.call(r,t)?((0,s.isFunction)(i)?i:o.defaultHandlerSuccess).call(r,o.process.call(r,t)):a.call(r,(0,s.error)(o.getMessage.call(r,t)))}).catch(t=>a.call(r,t))}upload(t){return this.async.promise((i,n)=>{(0,l.sendFiles)(this,t,i,n)})}destruct(){this.setStatus(r.STATUSES.beforeDestruct);let t=l.ajaxInstances.get(this);t&&(t.forEach(t=>{try{t.destruct()}catch(t){}}),t.clear()),super.destruct()}constructor(t,i){super(t),this.path="",this.source="default",this.options=(0,s.ConfigProto)(i||{},(0,s.ConfigProto)(a.Config.defaultOptions.uploader,(0,s.isJoditObject)(t)?t.o.uploader:{}))}}},57459:function(t,i,n){"use strict";n(6441).Config.prototype.defaultAjaxOptions={successStatuses:[200,201,202],method:"GET",url:"",data:null,contentType:"application/x-www-form-urlencoded; charset=UTF-8",headers:{"X-REQUESTED-WITH":"XMLHttpRequest"},withCredentials:!1,xhr(){return new XMLHttpRequest}}},57487:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 16 16"> <path stroke-width="0" d="M16 9v-6h-3v-1c0-0.55-0.45-1-1-1h-11c-0.55 0-1 0.45-1 1v3c0 0.55 0.45 1 1 1h11c0.55 0 1-0.45 1-1v-1h2v4h-9v2h-0.5c-0.276 0-0.5 0.224-0.5 0.5v5c0 0.276 0.224 0.5 0.5 0.5h2c0.276 0 0.5-0.224 0.5-0.5v-5c0-0.276-0.224-0.5-0.5-0.5h-0.5v-1h9zM12 3h-11v-1h11v1z"/> </svg> '},57855:function(t,i,n){"use strict";n.r(i),i.default={symbols:"символ"}},57865:function(t,i,n){"use strict";n.d(i,{OptionsError:function(){return r}});class r extends TypeError{constructor(t){super(t),Object.setPrototypeOf(this,r.prototype)}}},57882:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1792 1344v128q0 26-19 45t-45 19h-1664q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1664q26 0 45 19t19 45zm-384-384v128q0 26-19 45t-45 19h-1280q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1280q26 0 45 19t19 45zm256-384v128q0 26-19 45t-45 19h-1536q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1536q26 0 45 19t19 45zm-384-384v128q0 26-19 45t-45 19h-1152q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1152q26 0 45 19t19 45z"/> </svg> '},57951:function(t,i,n){"use strict";var r=n(86583),o=n(12153),s=n(6441),a=n(13465),l=n(50267);let u=(t,i,{control:n})=>{var o;let s=`button${n.command}`,a=null!=(o=n.args&&n.args[0])?o:(0,r.dataBind)(t,s);(0,r.dataBind)(t,s,a),t.execCommand(n.command,!1,"default"===a?null:a)};o.Icon.set("ol",a.default).set("ul",l.default),s.Config.prototype.controls.ul={command:"insertUnorderedList",tags:["ul"],tooltip:"Insert Unordered List",list:{default:"Default",circle:"Circle",disc:"Dot",square:"Quadrate"},exec:u},s.Config.prototype.controls.ol={command:"insertOrderedList",tags:["ol"],tooltip:"Insert Ordered List",list:{default:"Default","lower-alpha":"Lower Alpha","lower-greek":"Lower Greek","lower-roman":"Lower Roman","upper-alpha":"Upper Alpha","upper-roman":"Upper Roman"},exec:u}},58032:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 10 10"> <path d="M.941 4.523a.75.75 0 1 1 1.06-1.06l3.006 3.005 3.005-3.005a.75.75 0 1 1 1.06 1.06l-3.549 3.55a.75.75 0 0 1-1.168-.136L.941 4.523z"/> </svg> '},58149:function(t,i,n){"use strict";n.d(i,{colorToHex:function(){return r.colorToHex}});var r=n(35278)},58285:function(t,i,n){"use strict";n.r(i),i.default={symbols:"тэмдэгт"}},58366:function(t){t.exports={"Show Blocks":"显示块"}},58475:function(t,i,n){"use strict";var r=n(54296),o=n(18993),s=n.n(o),a=n(6441);a.Config.prototype.contentTemplates={definitions:[]},a.Config.prototype.controls.templates={tooltip:"Templates",icon:s(),isDisabled(t){return!t.o.contentTemplates.definitions.length},exec(){return!1},popup(t,i,n){let o=t.o.contentTemplates.definitions;if(!o.length)return!1;t.s.current()||t.s.focus(),t.s.save();let s=(0,r.buildTemplatesPopup)(t,o,()=>{t.s.restore(),n()});return t.e.one("beforePopupClose",()=>{t.s.restore()}),s}}},58487:function(t,i,n){"use strict";n.d(i,{isHTML:function(){return o}});var r=n(70799);let o=t=>(0,r.isString)(t)&&/<([A-Za-z][A-Za-z0-9]*)\b[^>]*>(.*?)<\/\1>/m.test(t.replace(/[\r\n]/g,""))},58519:function(t,i,n){"use strict";var r=n(82758),o=n(22732),s=n(580),a=n(96325),l=n(11628),u=n(12153),c=n(6441),d=n(14625),h=n(17583);u.Icon.set("print",h.default),c.Config.prototype.controls.print={exec:t=>{let i=t.create.element("iframe");Object.assign(i.style,{position:"fixed",right:0,bottom:0,width:0,height:0,border:0}),(0,s.getContainer)(t,c.Config).appendChild(i);let n=()=>{t.e.off(t.ow,"mousemove",n),o.Dom.safeRemove(i)},r=i.contentWindow;if(r){t.e.on(r,"onbeforeunload onafterprint",n).on(t.ow,"mousemove",n),t.o.iframe?(t.e.fire("generateDocumentStructure.iframe",r.document,t),r.document.body.innerHTML=t.value):(r.document.write('<!doctype html><html lang="'+(0,a.defaultLanguage)(t.o.language)+'"><head><title></title></head><style>'+(0,d.generateCriticalCSS)(t)+"</style><body></body></html>"),r.document.close(),(0,l.previewBox)(t,void 0,"px",r.document.body));let i=r.document.createElement("style");i.innerHTML=`@media print {
249
249
  body {
250
250
  -webkit-print-color-adjust: exact;
251
251
  }
@@ -421,7 +421,7 @@ ${s}`.trim();n?yield this.__executeQuickCommandSilent(u,s):yield this.__executeQ
421
421
  scr.src = 'https://maps.googleapis.com/maps/api/js?key=${t.o.googleMaps.API_KEY}&language=${t.o.language}&callback=CreateGMap${i.uid}';
422
422
  document.appendChild(scr);
423
423
  }
424
- /*]]>*/</script>`.replace(/[\n\t]+/g,"")}},61872:function(t,i,n){"use strict";n.d(i,{processArtifacts:function(){return d},processFinalResponse:function(){return c},processStreamingResponse:function(){return u}});var r=n(89929),o=n(77688),s=n(56075),a=n(11886),l=n(61558);function u(t,i,n){return(0,o._)(function*(){let o=(0,l.createAIMessage)(),u=-1;var c,d=!1,h=!1;try{for(var p,f=(0,r._)(i.stream);d=!(p=yield f.next()).done;d=!1){let i=p.value;switch(i.type){case"created":o=(0,a._)((0,s._)({},o),{id:i.response.responseId,content:""}),u=n.messages.length;break;case"text-delta":o=(0,a._)((0,s._)({},o),{content:o.content+i.delta});break;case"completed":o=(0,a._)((0,s._)({},o),{id:i.response.responseId,toolCalls:i.response.toolCalls||[],artifacts:i.response.artifacts||[]});break;case"error":{let t=(0,l.createErrorMessage)(i.error);o=(0,a._)((0,s._)({},o),{id:t.id,content:t.content})}}if(o.id){let i=n.messages.slice();i[u>=0?u:n.messages.length]=o,n=(0,a._)((0,s._)({},n),{messages:i,updated:Date.now()}),t.setCurrentConversation(n)}}}catch(t){h=!0,c=t}finally{try{d&&null!=f.return&&(yield f.return())}finally{if(h)throw c}}return{aiMessage:o,index:u,conversation:n}})()}function c(t,i){let n=(0,a._)((0,s._)({},(0,l.createAIMessage)()),{id:t.response.responseId,content:t.response.content,toolCalls:t.response.toolCalls||[],artifacts:t.response.artifacts||[]}),r=i.messages.slice();return r.push(n),{aiMessage:n,index:(i=(0,a._)((0,s._)({},i),{messages:r,updated:Date.now()})).messages.length-1,conversation:i}}function d(t,i,n,r){return(0,o._)(function*(){if(i.artifacts&&i.artifacts.length>0){let o=n.messages.slice();return o[r]=(0,a._)((0,s._)({},o[r]),{artifacts:yield(0,l.uploadArtifacts)(t,i.artifacts)}),(0,a._)((0,s._)({},n),{messages:o,updated:Date.now()})}return n})()}},61926:function(t,i,n){"use strict";var r=n(6441);r.Config.prototype.showPlaceholder=!0,r.Config.prototype.placeholder="Type something",r.Config.prototype.useInputsPlaceholder=!0},61991:function(t,i,n){"use strict";n.d(i,{checkUnsplittableBox:function(){return o}});var r=n(2748);function o(t,i,n){return!!r.Dom.canSplitBlock(n)||(r.Dom.before(t,i.createInside.element("br")),!1)}},62e3:function(t,i,n){"use strict";var r=n(27613),o=n(41180);let s=t=>t.args&&(0,r.isString)(t.args[0])?t.args[0].toLowerCase():"";i.default=["brushCell",{name:"valign",list:["Top","Middle","Bottom","Normal"],childTemplate:(t,i,n)=>n,exec:(t,i,{control:n})=>{let r=s(n);t.getInstance("Table",t.o).getAllSelectedCells().forEach(t=>{(0,o.css)(t,"vertical-align","normal"===r?"":r)})},tooltip:"Vertical align"},{name:"splitv",list:{tablesplitv:"Split vertical",tablesplitg:"Split horizontal"},tooltip:"Split"},{name:"align",icon:"left"},"\n",{name:"merge",command:"tablemerge",tooltip:"Merge"},{name:"addcolumn",list:{tableaddcolumnbefore:"Insert column before",tableaddcolumnafter:"Insert column after"},exec:(t,i,{control:n})=>{if(!(0,r.isJoditObject)(t))return;if(!n.args)return!1;let o=s(n);t.execCommand(o,!1,i)},tooltip:"Add column"},{name:"addrow",list:{tableaddrowbefore:"Insert row above",tableaddrowafter:"Insert row below"},exec:(t,i,{control:n})=>{if(!(0,r.isJoditObject)(t))return;if(!n.args)return!1;let o=s(n);t.execCommand(o,!1,i)},tooltip:"Add row"},{name:"delete",icon:"bin",list:{tablebin:"Delete table",tablebinrow:"Delete row",tablebincolumn:"Delete column",tableempty:"Empty cell"},exec:(t,i,{control:n})=>{if(!(0,r.isJoditObject)(t))return;if(!n.args)return!1;let o=s(n);t.execCommand(o,!1,i),t.e.fire("hidePopup")},tooltip:"Delete"}]},62232:function(t,i){"use strict";i.default={"Type something":"Scrivi qualcosa...",Advanced:"Avanzato","About Jodit":"A proposito di Jodit","Jodit Editor":"Jodit Editor","Jodit User's Guide":"Guida utente di Jodit","contains detailed help for using":"contiene una guida dettagliata per l'uso.","For information about the license, please go to our website:":"Per informazioni sulla licenza, si prega di visitare il nostro sito web:","Buy full version":"Acquista la versione completa","Copyright \xa9 XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Copyright \xa9 XDSoft.net - Chupurnov Valeriy. Tutti i diritti riservati.",Anchor:"Link","Open in new tab":"Apri in una nuova scheda","Open in fullsize":"Apri l'editor a schermo intero","Clear Formatting":"Pulisci Formattazione","Fill color or set the text color":"Colore di sfondo o del testo",Redo:"Ripristina",Undo:"Annulla",Bold:"Grassetto",Italic:"Corsivo","Insert Unordered List":"Inserisci lista non ordinata","Insert Ordered List":"Inserisci lista ordinata","Align Center":"Allinea al centro","Align Justify":"Allineamento Giustificato","Align Left":"Allinea a Sinistra","Align Right":"Allinea a Destra","Insert Horizontal Line":"Inserisci una linea orizzontale","Insert Image":"Inserisci immagine","Insert file":"Inserisci un file","Insert youtube/vimeo video":"Inserisci video Youtube/Vimeo","Insert link":"Inserisci link","Font size":"Dimensione carattere","Font family":"Tipo di font","Insert format block":"Inserisci blocco",Normal:"Normale","Heading 1":"Intestazione 1","Heading 2":"Intestazione 2","Heading 3":"Intestazione 3","Heading 4":"Intestazione 4",Quote:"Citazione",Code:"Codice",Insert:"Inserisci","Insert table":"Inserisci tabella","Decrease Indent":"Riduci il rientro","Increase Indent":"Aumenta il rientro","Select Special Character":"Seleziona un carattere speciale","Insert Special Character":"Inserisci un carattere speciale","Paint format":"Copia formato","Change mode":"Cambia modalita'",Margins:"Margini",top:"su",right:"destra",bottom:"gi\xf9",left:"sinistra",Styles:"Stili CSS",Classes:"Classi CSS",Align:"Allinea",Right:"Destra",Center:"Centro",Left:"Sinistra","--Not Set--":"--Non Impostato--",Src:"Fonte",Title:"Titolo",Alternative:"Testo Alternativo",Link:"Link","Open link in new tab":"Apri il link in una nuova scheda",Image:"Immagine",file:"Archivio","Image properties":"Propriet\xe0 dell'immagine",Cancel:"Annulla",Ok:"Accetta","Your code is similar to HTML. Keep as HTML?":"Il codice \xe8 simile all'HTML. Mantieni come HTML?","Paste as HTML":"Incolla come HTML",Keep:"Mantieni",Clean:"Pulisci","Insert as Text":"Inserisci come testo","Word Paste Detected":"Incolla testo da Word rilevato","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"Il contenuto incollato proviene da un documento Microsoft Word / Excel. Vuoi mantenere il formato o pulirlo?","Insert only Text":"Inserisci solo il testo","File Browser":"Cerca file","Error on load list":"Errore durante il caricamento dell'elenco","Error on load folders":"Errore durante il caricamento delle cartelle","Are you sure?":"Sei sicuro?","Enter Directory name":"Inserisci il nome della cartella","Create directory":"Crea cartella","type name":"Digita il nome","Drop image":"Cancella immagine","Drop file":"Cancella file","or click":"o clicca","Alternative text":"Testo alternativo",Browse:"Sfoglia",Upload:"Carica",Background:"Sfondo",Text:"Testo",Top:"Su",Middle:"Centro",Bottom:"Sotto","Insert column before":"Inserisci la colonna prima","Insert column after":"Inserisci la colonna dopo","Insert row above":"Inserisci la riga sopra","Insert row below":"Inserisci la riga sotto","Delete table":"Elimina tabella","Delete row":"Elimina riga","Delete column":"Elimina colonna","Empty cell":"Cella vuota",Delete:"Cancella","Strike through":"Barrato",Underline:"Sottolineato",Break:"Pausa","Search for":"Cerca per","Replace with":"Sostituisci con",Replace:"Sostituisci",Edit:"Modifica","Vertical align":"Allineamento verticala","Horizontal align":"Allineamento orizzontale",Filter:"Filtro","Sort by changed":"Ordina per data di modifica","Sort by name":"Ordina per nome","Sort by size":"Ordina per dimensione","Add folder":"Aggiungi cartella",Split:"Dividi","Split vertical":"Dividi verticalmente","Split horizontal":"Dividi orizzontale",Merge:"Fondi","Add column":"Aggiungi colonna","Add row":"Aggiungi riga",Border:"Bordo","Embed code":"Includi codice",Update:"Aggiorna",superscript:"indice",subscript:"pedice","Cut selection":"Taglia selezione",Paste:"Incolla","Choose Content to Paste":"Seleziona il contenuto da incollare","Chars: %d":"Caratteri: %d","Words: %d":"Parole: %d",All:"Tutto","Select %s":"Seleziona: %s","Select all":"Seleziona tutto",source:"risorsa",bold:"Grassetto",italic:"Corsivo",brush:"Pennello",link:"Link",undo:"Annulla",redo:"Ripristina",table:"Tabella",image:"Immagine",eraser:"Gomma",paragraph:"Paragrafo",fontsize:"Dimensione del carattere",video:"Video",font:"Font",about:"Approposito di",print:"Stampa",underline:"Sottolineato",strikethrough:"Barrato",indent:"aumenta rientro",outdent:"riduci rientro",fullsize:"espandi",shrink:"comprimi",hr:"linea orizzontale",ul:"lista non ordinata",ol:"lista ordinata",cut:"Taglia",selectall:"Seleziona tutto","Open link":"Apri link","Edit link":"Modifica link","No follow":"Non seguire",Unlink:"Rimuovi link",Eye:"Recensione",pencil:"Per modificare"," URL":" URL",Reset:"Reset",Save:"Salva","Save as ...":"Salva con nome...",Resize:"Ridimensiona",Crop:"Ritaglia",Width:"Larghezza",Height:"Altezza","Keep Aspect Ratio":"Mantieni le proporzioni",Yes:"Si",No:"No",Remove:"Rimuovi",Select:"Seleziona","You can only edit your own images. Download this image on the host?":"Puoi modificare solo le tue immagini. Vuoi scaricare questa immagine dal server?","The image has been successfully uploaded to the host!":"L'immagine \xe8 stata caricata correttamente sul server!",palette:"tavolozza","There are no files":"Non ci sono file in questa directory.",Rename:"Rinomina","Enter new name":"Inserisci un nuovo nome",preview:"anteprima",download:"Scarica","Paste from clipboard":"Incolla dagli appunti","Your browser doesn't support direct access to the clipboard.":"Il tuo browser non supporta l'accesso diretto agli appunti.","Copy selection":"Copia selezione",copy:"copia","Border radius":"Border radius","Show all":"Mostra tutti",Apply:"Applica","Please fill out this field":"Si prega di compilare questo campo","Please enter a web address":"Si prega di inserire un indirizzo web",Default:"Default",Circle:"Cerchio",Dot:"Punto",Quadrate:"Quadrato","Lower Alpha":"Lettera Minuscola","Lower Greek":"Lettera Greca Minuscola","Lower Roman":"Numero Romano Minuscolo","Upper Alpha":"Lettera Maiuscola","Upper Roman":"Numero Romano Maiuscolo",Find:"Trova","Find Previous":"Trova Precedente","Find Next":"Trova Successivo","Insert className":"Inserisci il nome della classe","Press Alt for custom resizing":"Premere Alt per il ridimensionamento personalizzato","License: %s":"Licenza: %s"}},62357:function(t,i,n){"use strict";n.d(i,{UIRange:function(){return d}});var r=n(82749),o=n(56075),s=n(11886),a=n(31635),l=n(65478),u=n(21537),c=n(67510);class d extends c.UIInput{className(){return"UIRange"}appendUIRange(){let t=this.j.create.div(this.getFullElName("slider"));this.container.appendChild(t);let i=this.j.create.div(this.getFullElName("handle"));t.appendChild(i);let n=this.j.create.div(this.getFullElName("log")),r=this.getElm("label");r&&r.appendChild(n)}onDragStart(t){this.startValue=parseFloat(this.value)||0,this.startX=t.clientX;let i=this.getElm("slider");(0,u.assert)(null!=i,"slider element does not exists"),this.width=i.offsetWidth,this.j.e.on(this.j.ow,"mousemove",this.onDrag)}onDrag(t){let{min:i,max:n,step:r=1}=this.state,o=(t.clientX-this.startX)/this.width*(this.state.max-this.state.min),s=this.startValue+o;s<i&&(s=i),s>n&&(s=n),s=Math.round(s/r)*r,this.value=s.toFixed(10)}onDragEnd(){this.j.e.off(this.j.ow,"mousemove",this.onDrag)}onChangeSelfValue(){let t=this.getElm("handle"),i=parseFloat(this.value)||0;(0,u.assert)(null!=t,"Handle element does not exist"),(0,u.css)(t,{left:(i-this.state.min)/(this.state.max-this.state.min)*100+"%"});let n=this.getElm("log");(0,u.assert)(null!=n,"log element does not exist"),n.innerText=i.toString()}destruct(){return this.onDragEnd(),super.destruct()}constructor(t,i){super(t,(0,s._)((0,o._)({},i),{type:"hidden"})),(0,r._)(this,"state",(0,s._)((0,o._)({},c.UIInput.defaultState),{min:0,max:100,step:1})),(0,r._)(this,"startValue",0),(0,r._)(this,"startX",0),(0,r._)(this,"width",100),Object.assign(this.state,i),this.appendUIRange(),this.onChangeSelfValue()}}(0,a.__decorate)([(0,l.watch)(["handle:mousedown","handle:touchstart"])],d.prototype,"onDragStart",null),(0,a.__decorate)([l.autobind],d.prototype,"onDrag",null),(0,a.__decorate)([(0,l.watch)(["j.ow:mouseup","j.ow:touchend"])],d.prototype,"onDragEnd",null),(0,a.__decorate)([(0,l.watch)(":change")],d.prototype,"onChangeSelfValue",null),d=(0,a.__decorate)([l.component],d)},62395:function(t,i,n){"use strict";n.r(i),i.default={newline:"nuova riga",delete:"eliminare",space:"spazio","Speech Recognize":"Discorso Riconoscere",Sound:"Suono","Interim Results":"Risultati intermedi"}},62405:function(t,i,n){"use strict";n.d(i,{UIGroup:function(){return d}});var r,o=n(4012),s=n(65478),a=n(2748),l=n(21537),u=n(48538),c=function(t,i,n,r){var o,s=arguments.length,a=s<3?i:null===r?r=Object.getOwnPropertyDescriptor(i,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,r);else for(var l=t.length-1;l>=0;l--)(o=t[l])&&(a=(s<3?o(a):s>3?o(i,n,a):o(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a};let d=r=class t extends u.UIElement{className(){return"UIGroup"}getRole(){var t;return(null==(t=this.options)?void 0:t.role)||"list"}get allChildren(){let t=[],i=[...this.elements];for(;i.length;){let n=i.shift();(0,l.isArray)(n)?i.push(...n):o.Component.isInstanceOf(n,r)?i.push(...n.elements):n&&t.push(n)}return t}update(){this.elements.forEach(t=>t.update()),this.setMod("size",this.buttonSize)}append(t,i){let n;if((0,l.isArray)(t)){if("number"==typeof i)throw Error("You can not use index when append array of elements");return t.forEach(t=>this.append(t,i)),this}if("number"==typeof i?(n=Math.min(Math.max(0,i),this.elements.length),this.elements.splice(n,0,t)):this.elements.push(t),t.name&&t.container.classList.add(this.getFullElName(t.name)),i&&"string"==typeof i){let n=this.getElm(i);if(null==n)throw Error("Element does not exist");n.appendChild(t.container)}else this.appendChildToContainer(t.container,n);return t.parentElement=this,this}afterSetMod(t,i){this.syncMod&&this.elements.forEach(n=>n.setMod(t,i))}appendChildToContainer(t,i){void 0===i||i<0||i>this.elements.length-1||null==this.container.children[i]?this.container.appendChild(t):this.container.insertBefore(t,this.container.children[i])}remove(t){let i=this.elements.indexOf(t);return -1!==i&&(this.elements.splice(i,1),a.Dom.safeRemove(t.container),t.parentElement=null),this}clear(){return this.elements.forEach(t=>t.destruct()),this.elements.length=0,this}setParentView(t){var i;return null==(i=this.elements)||i.forEach(i=>i.setParentView(t)),super.setParentView(t)}destruct(){return this.clear(),super.destruct()}constructor(t,i,n){super(t,n),this.options=n,this.syncMod=!1,this.elements=[],this.buttonSize="middle",null==i||i.forEach(t=>t&&this.append(t)),(null==n?void 0:n.name)&&(this.name=n.name)}};c([(0,s.watch)("buttonSize")],d.prototype,"update",null),d=r=c([s.component],d)},62489:function(t,i,n){"use strict";var r=n(12153),o=n(6441),s=n(49922),a=n(72144);o.Config.prototype.imageeditor={min_width:20,min_height:20,closeAfterSave:!1,width:"85%",height:"85%",crop:!0,resize:!0,resizeUseRatio:!0,resizeMinWidth:20,resizeMinHeight:20,cropUseRatio:!0,cropDefaultWidth:"70%",cropDefaultHeight:"70%"},r.Icon.set("crop",s.default).set("resize",a.default)},62553:function(t,i,n){"use strict";n.r(i),n.d(i,{description:function(){return o},name:function(){return r},parameters:function(){return s},requiresPermission:function(){return a}});let r="replaceInDocument",o="Find and replace text or HTML patterns throughout the entire document",s=[{name:"search",type:"string",description:"Text or pattern to search for",required:!0},{name:"replace",type:"string",description:"Replacement text or HTML",required:!0},{name:"useRegex",type:"boolean",description:"If true, treats search as a regular expression",required:!1,default:!1},{name:"useSelector",type:"string",description:"CSS selector to narrow down the search scope to specific elements",required:!1}],a=!0},62700:function(t,i){"use strict";i.default={"Type something":"なにかタイプしてください",Advanced:"高度な設定","About Jodit":"Joditについて","Jodit Editor":"Jodit Editor","Jodit User's Guide":"Jodit ユーザーズ・ガイド","contains detailed help for using":"詳しい使い方","For information about the license, please go to our website:":"ライセンス詳細についてはJodit Webサイトを確認ください:","Buy full version":"フルバージョンを購入","Copyright \xa9 XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Copyright \xa9 XDSoft.net - Chupurnov Valeriy. All rights reserved.",Anchor:"Anchor","Open in new tab":"新しいタブで開く","Open in fullsize":"エディターのサイズ(フル/ノーマル)","Clear Formatting":"書式をクリア","Fill color or set the text color":"テキストの色",Redo:"やり直し",Undo:"元に戻す",Bold:"太字",Italic:"斜体","Insert Unordered List":"箇条書き","Insert Ordered List":"番号付きリスト","Align Center":"中央揃え","Align Justify":"両端揃え","Align Left":"左揃え","Align Right":"右揃え","Insert Horizontal Line":"区切り線を挿入","Insert Image":"画像を挿入","Insert file":"ファイルを挿入","Insert youtube/vimeo video":"Youtube/Vimeo 動画","Insert link":"リンクを挿入","Font size":"フォントサイズ","Font family":"フォント","Insert format block":"テキストのスタイル",Normal:"指定なし","Heading 1":"タイトル1","Heading 2":"タイトル2","Heading 3":"タイトル3","Heading 4":"タイトル4",Quote:"引用",Code:"コード",Insert:"挿入","Insert table":"表を挿入","Decrease Indent":"インデント減","Increase Indent":"インデント増","Select Special Character":"特殊文字を選択","Insert Special Character":"特殊文字を挿入","Paint format":"書式を貼付け","Change mode":"編集モード切替え",Margins:"マージン",top:"上",right:"右",bottom:"下",left:"左",Styles:"スタイル",Classes:"クラス",Align:"配置",Right:"右寄せ",Center:"中央寄せ",Left:"左寄せ","--Not Set--":"指定なし",Src:"ソース",Title:"タイトル",Alternative:"代替テキスト",Link:"リンク","Open link in new tab":"新しいタブで開く",Image:"画像",file:"ファイル","Image properties":"画像のプロパティー",Cancel:"キャンセル",Ok:"確定","Your code is similar to HTML. Keep as HTML?":"HTMLコードを保持しますか?","Paste as HTML":"HTMLで貼付け",Keep:"HTMLを保持",Clean:"Clean","Insert as Text":"HTMLをテキストにする","Word Paste Detected":"Word Paste Detected","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?","Insert only Text":"テキストだけ","File Browser":"File Browser","Error on load list":"Error on load list","Error on load folders":"Error on load folders","Are you sure?":"Are you sure?","Enter Directory name":"Enter Directory name","Create directory":"Create directory","type name":"type name","Drop image":"ここに画像をドロップ","Drop file":"ここにファイルをドロップ","or click":"or クリック","Alternative text":"代替テキスト",Browse:"ブラウズ",Upload:"アップロード",Background:"背景",Text:"文字",Top:"上",Middle:"中央",Bottom:"下","Insert column before":"左に列を挿入","Insert column after":"右に列を挿入","Insert row above":"上に行を挿入","Insert row below":"下に行を挿入","Delete table":"表を削除","Delete row":"行を削除","Delete column":"列を削除","Empty cell":"セルを空にする","Chars: %d":"文字数: %d","Words: %d":"単語数: %d","Strike through":"取り消し線",Underline:"下線",superscript:"上付き文字",subscript:"下付き文字","Cut selection":"切り取り","Select all":"すべて選択",Break:"Pause","Search for":"検索","Replace with":"置換",Replace:"交換",Paste:"貼付け","Choose Content to Paste":"選択した内容を貼付け",All:"全部",source:"source",bold:"bold",italic:"italic",brush:"brush",link:"link",undo:"undo",redo:"redo",table:"table",image:"image",eraser:"eraser",paragraph:"paragraph",fontsize:"fontsize",video:"video",font:"font",about:"about",print:"print",underline:"underline",strikethrough:"strikethrough",indent:"indent",outdent:"outdent",fullsize:"fullsize",shrink:"shrink",hr:"分割線",ul:"箇条書き",ol:"番号付きリスト",cut:"切り取り",selectall:"すべて選択","Open link":"リンクを開く","Edit link":"リンクを編集","No follow":"No follow",Unlink:"リンク解除",Eye:"サイトを確認"," URL":"URL",Reset:"リセット",Save:"保存","Save as ...":"Save as ...",Resize:"リサイズ",Crop:"Crop",Width:"幅",Height:"高さ","Keep Aspect Ratio":"縦横比を保持",Yes:"はい",No:"いいえ",Remove:"移除",Select:"選択","Select %s":"選択: %s",Update:"更新","Vertical align":"垂直方向の配置",Merge:"セルの結合","Add column":"列を追加","Add row":"行を追加",Border:"境界線","Embed code":"埋め込みコード",Delete:"削除",Edit:"編集","Horizontal align":"水平方向の配置",Filter:"Filter","Sort by changed":"Sort by changed","Sort by name":"Sort by name","Sort by size":"Sort by size","Add folder":"Add folder",Split:"分割","Split vertical":"セルの分割(垂直方向)","Split horizontal":"セルの分割(水平方向)","You can only edit your own images. Download this image on the host?":"You can only edit your own images. Download this image on the host?","The image has been successfully uploaded to the host!":"The image has been successfully uploaded to the host!",palette:"パレット",pencil:"鉛筆","There are no files":"There are no files",Rename:"Rename","Enter new name":"Enter new name",preview:"プレビュー",download:"ダウンロード","Paste from clipboard":"貼り付け","Your browser doesn't support direct access to the clipboard.":"お使いのブラウザはクリップボードを使用できません","Copy selection":"コピー",copy:"copy","Border radius":"角の丸み","Show all":"全て表示",Apply:"適用","Please fill out this field":"まだこの分野","Please enter a web address":"を入力してくださいウェブアドレス",Default:"デフォルト",Circle:"白丸",Dot:"黒丸",Quadrate:"四角",Find:"見","Find Previous":"探前","Find Next":"由来","Lower Alpha":"英小文字","Lower Greek":"ギリシャ文字","Lower Roman":"ローマ数字小文字","Upper Alpha":"英大文字","Upper Roman":"ローマ数字大文字","Insert className":"クラス名を挿入","Press Alt for custom resizing":"カスタムサイズ変更のためのAltキーを押します","License: %s":"ライセンス: %s"}},62770:function(t,i){"use strict";i.default={"Type something":"Bitte geben Sie einen Text ein",Advanced:"Fortgeschritten","About Jodit":"\xdcber Jodit","Jodit Editor":"Jodit Editor","Jodit User's Guide":"Das Jodit Benutzerhandbuch","contains detailed help for using":"beinhaltet ausf\xfchrliche Informationen wie Sie den Editor verwenden k\xf6nnen.","For information about the license, please go to our website:":"F\xfcr Informationen zur Lizenz, besuchen Sie bitte unsere Web-Pr\xe4senz:","Buy full version":"Vollversion kaufen","Copyright \xa9 XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Copyright \xa9 XDSoft.net - Chupurnov Valeriy. Alle Rechte vorbehalten.",Anchor:"Anker","Open in new tab":"In neuer Registerkarte \xf6ffnen","Open in fullsize":"Editor in voller Gr\xf6\xdfe \xf6ffnen","Clear Formatting":"Formatierung l\xf6schen","Fill color or set the text color":"F\xfcllfarbe oder Textfarbe \xe4ndern",Redo:"Wiederholen",Undo:"R\xfcckg\xe4ngig machen",Bold:"Fett",Italic:"Kursiv","Insert Unordered List":"Unsortierte Liste einf\xfcgen","Insert Ordered List":"Nummerierte Liste einf\xfcgen","Align Center":"Mittig ausrichten","Align Justify":"Blocksatz","Align Left":"Links ausrichten","Align Right":"Rechts ausrichten","Insert Horizontal Line":"Horizontale Linie einf\xfcgen","Insert Image":"Bild einf\xfcgen","Insert file":"Datei einf\xfcgen","Insert youtube/vimeo video":"Youtube/vimeo Video einf\xfcgen","Insert link":"Link einf\xfcgen","Font size":"Schriftgr\xf6\xdfe","Font family":"Schriftfamilie","Insert format block":"Formatblock einf\xfcgen",Normal:"Normal","Heading 1":"\xdcberschrift 1","Heading 2":"\xdcberschrift 2","Heading 3":"\xdcberschrift 3","Heading 4":"\xdcberschrift 4",Quote:"Zitat",Code:"Code",Insert:"Einf\xfcgen","Insert table":"Tabelle einf\xfcgen","Decrease Indent":"Einzug verkleinern","Increase Indent":"Einzug vergr\xf6\xdfern","Select Special Character":"Sonderzeichen ausw\xe4hlen","Insert Special Character":"Sonderzeichen einf\xfcgen","Paint format":"Format kopieren","Change mode":"\xc4nderungsmodus",Margins:"R\xe4nder",top:"Oben",right:"Rechts",bottom:"Unten",left:"Links",Styles:"CSS Stil",Classes:"CSS Klassen",Align:"Ausrichtung",Right:"Rechts",Center:"Zentriert",Left:"Links","--Not Set--":"Keine",Src:"Pfad",Title:"Titel",Alternative:"Alternativer Text",Link:"Link","Open link in new tab":"Link in neuem Tab \xf6ffnen",Image:"Bild",file:"Datei","Image properties":"Bildeigenschaften",Cancel:"Abbrechen",Ok:"OK","Your code is similar to HTML. Keep as HTML?":"Ihr Text \xe4hnelt HTML-Code. Als HTML beibehalten?","Paste as HTML":"Als HTML einf\xfcgen?",Keep:"Original speichern",Clean:"S\xe4ubern","Insert as Text":"Als Text einf\xfcgen","Word Paste Detected":"In Word formatierter Text erkannt","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"Der Inhalt, den Sie einf\xfcgen, stammt aus einem Microsoft Word / Excel-Dokument. M\xf6chten Sie das Format erhalten oder bereinigen?","Insert only Text":"Nur Text einf\xfcgen","File Browser":"Dateibrowser","Error on load list":"Fehler beim Laden der Liste","Error on load folders":"Fehler beim Laden der Ordner","Are you sure?":"Sind Sie sicher?","Enter Directory name":"Geben Sie den Verzeichnisnamen ein","Create directory":"Verzeichnis erstellen","type name":"Typname","Drop image":"Bild hier hinziehen","Drop file":"Datei l\xf6schen","or click":"oder hier klicken","Alternative text":"Alternativtext",Browse:"Ausw\xe4hlen",Upload:"Hochladen",Background:"Hintergrund",Text:"Text",Top:"Oben",Middle:"Mittig",Bottom:"Unten","Insert column before":"Spalte davor einf\xfcgen","Insert column after":"Spalte danach einf\xfcgen","Insert row above":"Zeile oberhalb einf\xfcgen","Insert row below":"Zeile unterhalb einf\xfcgen","Delete table":"Tabelle l\xf6schen","Delete row":"Zeile l\xf6schen","Delete column":"Spalte l\xf6schen","Empty cell":"Zelle leeren",Delete:"L\xf6schen","Strike through":"Durchstreichen",Underline:"Unterstreichen",Break:"Pause","Search for":"Suche nach","Replace with":"Ersetzen durch",Replace:"Ersetzen",Edit:"Bearbeiten","Vertical align":"Vertikale Ausrichtung","Horizontal align":"Horizontale Ausrichtung",Filter:"Filter","Sort by changed":"Sortieren nach ge\xe4ndert","Sort by name":"Nach Name sortieren","Sort by size":"Nach Gr\xf6\xdfe sortiert","Add folder":"Ordner hinzuf\xfcgen","Split vertical":"Vertikal unterteilen","Split horizontal":"Horizontal unterteilen",Split:"Unterteilen",Merge:"Vereinen","Add column":"Spalte hinzuf\xfcgen","Add row":"Zeile hinzuf\xfcgen",Border:"Rand","Embed code":"Code einbetten",Update:"Aktualisieren",superscript:"Hochstellen",subscript:"Tiefstellen","Cut selection":"Auswahl ausschneiden",Paste:"Einf\xfcgen","Choose Content to Paste":"W\xe4hlen Sie den Inhalt zum Einf\xfcgen aus","Chars: %d":"Zeichen: %d","Words: %d":"W\xf6rter: %d",All:"Alles markieren","Select %s":"Markieren: %s","Select all":"Alles markieren",source:"HTML",bold:"Fett gedruckt",italic:"Kursiv",brush:"B\xfcrste",link:"Verkn\xfcpfung",undo:"R\xfcckg\xe4ngig machen",redo:"Wiederholen",table:"Tabelle",image:"Bild",eraser:"Radiergummi",paragraph:"Absatz",fontsize:"Schriftgr\xf6\xdfe",video:"Video",font:"Schriftart",about:"\xdcber",print:"Drucken",underline:"Unterstreichen",strikethrough:"Durchstreichen",indent:"Einzug",outdent:"Herausstellen",fullsize:"Vollgr\xf6\xdfe",shrink:"Schrumpfen",hr:"die Linie",ul:"Liste von",ol:"Nummerierte Liste","Lower Alpha":"Standard, Alphabet (klein)","Upper Alpha":"Standard, Alphabet (gross)","Lower Roman":"R\xf6misch (klein)","Upper Roman":"R\xf6misch (gross)","Lower Greek":"Griechisch",cut:"Schneiden",selectall:"W\xe4hlen Sie Alle aus","Open link":"Link \xf6ffnen","Edit link":"Link bearbeiten","No follow":"Nofollow-Attribut",Unlink:"Link entfernen",Eye:"Ansehen",pencil:"Bearbeiten"," URL":"URL",Reset:"Wiederherstellen",Save:"Speichern","Save as ...":"Speichern als",Resize:"Gr\xf6\xdfe \xe4ndern",Crop:"Gr\xf6\xdfe anpassen",Width:"Breite",Height:"H\xf6he","Keep Aspect Ratio":"Seitenverh\xe4ltnis beibehalten",Yes:"Ja",No:"Nein",Remove:"Entfernen",Select:"Markieren","You can only edit your own images. Download this image on the host?":"Sie k\xf6nnen nur Ihre eigenen Bilder bearbeiten. Dieses Bild auf den Host herunterladen?","The image has been successfully uploaded to the host!":"Das Bild wurde erfolgreich auf den Server hochgeladen!",palette:"Palette","There are no files":"In diesem Verzeichnis befinden sich keine Dateien.",Rename:"Umbenennen","Enter new name":"Geben Sie einen neuen Namen ein",preview:"Vorschau",download:"Herunterladen","Paste from clipboard":"Aus Zwischenablage einf\xfcgen","Your browser doesn't support direct access to the clipboard.":"Ihr Browser unterst\xfctzt keinen direkten Zugriff auf die Zwischenablage.","Copy selection":"Auswahl kopieren",copy:"Kopieren","Border radius":"Radius f\xfcr abgerundete Ecken","Show all":"Alle anzeigen",Apply:"Anwenden","Please fill out this field":"Bitte f\xfcllen Sie dieses Feld aus","Please enter a web address":"Bitte geben Sie eine Web-Adresse ein",Default:"Standard",Circle:"Kreis",Dot:"Punkte",Quadrate:"Quadrate",Find:"Suchen","Find Previous":"Suche vorherige","Find Next":"Weitersuchen","Insert className":"className (CSS) einf\xfcgen","Press Alt for custom resizing":"Dr\xfccken Sie Alt f\xfcr benutzerdefinierte Gr\xf6\xdfenanpassung","License: %s":"Lizenz: %s"}},62843:function(t,i,n){"use strict";n.d(i,{Button:function(){return r.Button},UIButton:function(){return r.UIButton},UIButtonGroup:function(){return o.UIButtonGroup},UIButtonState:function(){return r.UIButtonState},UITooltip:function(){return s.UITooltip}});var r=n(10830),o=n(71916),s=n(57340)},62845:function(t,i,n){"use strict";n.d(i,{checkJoinNeighbors:function(){return a}});var r=n(82758),o=n(2748),s=n(63785);function a(t,i,n){let s=i,a=s;for(;s&&!o.Dom.findNotEmptySibling(s,n)&&s.parentElement!==t.editor;)a=s=s.parentElement;if(o.Dom.isElement(a)&&o.Dom.isContentEditable(a,t.editor)){var u,c;let s,d,h,p=o.Dom.findNotEmptySibling(a,n);if(p&&(u=a,c=p,s=o.Dom.isTag(c,r.LIST_TAGS),d=o.Dom.isTag(u,r.LIST_TAGS),h=(t,i)=>i?t.firstElementChild:t.lastElementChild,(d?(c=t.createInside.element(t.o.enterBlock),o.Dom.before(u,c),l(t,h(u,n),c,n)):!!c&&!!s&&!d&&l(t,u,h(c,!n),n))||l(t,a,p,n)))return t.s.setCursorBefore(i),!0}return!1}function l(t,i,n,r){if(i&&o.Dom.isElement(n)){o.Dom.moveContent(i,n,!r,(0,s.getMoveFilter)(t));let a=i;for(;a&&a!==t.editor&&o.Dom.isEmpty(a);){let t=a.parentElement;o.Dom.safeRemove(a),a=t}return!0}return!1}},62895:function(t,i,n){"use strict";n.d(i,{WebStorageConversationStorage:function(){return r.WebStorageConversationStorage},createStorageProvider:function(){return r.createStorageProvider}});var r=n(21064)},63134:function(t,i,n){"use strict";n.r(i),i.default={newline:"nueva l\xednea",delete:"eliminar",space:"espacio","Speech Recognize":"Reconocimiento de Voz",Sound:"Sonido","Interim Results":"Resultados Provisionales"}},63195:function(t,i,n){"use strict";n.r(i),i.default={Spellcheck:"拼写检查"}},63227:function(t,i,n){"use strict";n.d(i,{UIInputArea:function(){return d}});var r=n(82749),o=n(31635),s=n(65478),a=n(38837),l=n(67510),u=n(62843),c=n(85120);class d extends l.UIElement{className(){return"UIInputArea"}setParentView(t){var i,n,r;return null==(i=this.textarea)||i.setParentView(t),null==(n=this.sendButton)||n.setParentView(t),null==(r=this.stopButton)||r.setParentView(t),super.setParentView(t)}render(){return`<div class="&__container">
424
+ /*]]>*/</script>`.replace(/[\n\t]+/g,"")}},61872:function(t,i,n){"use strict";n.d(i,{processArtifacts:function(){return d},processFinalResponse:function(){return c},processStreamingResponse:function(){return u}});var r=n(89929),o=n(77688),s=n(56075),a=n(11886),l=n(61558);function u(t,i,n){return(0,o._)(function*(){let o=(0,l.createAIMessage)(),u=-1;var c,d=!1,h=!1;try{for(var p,f=(0,r._)(i.stream);d=!(p=yield f.next()).done;d=!1){let i=p.value;switch(i.type){case"created":o=(0,a._)((0,s._)({},o),{id:i.response.responseId,content:""}),u=n.messages.length;break;case"text-delta":o=(0,a._)((0,s._)({},o),{content:o.content+i.delta});break;case"completed":o=(0,a._)((0,s._)({},o),{id:i.response.responseId,toolCalls:i.response.toolCalls||[],artifacts:i.response.artifacts||[]});break;case"error":{let t=(0,l.createErrorMessage)(i.error);o=(0,a._)((0,s._)({},o),{id:t.id,content:t.content})}}if(o.id){let i=n.messages.slice();i[u>=0?u:n.messages.length]=o,n=(0,a._)((0,s._)({},n),{messages:i,updated:Date.now()}),t.setCurrentConversation(n)}}}catch(t){h=!0,c=t}finally{try{d&&null!=f.return&&(yield f.return())}finally{if(h)throw c}}return{aiMessage:o,index:u,conversation:n}})()}function c(t,i){let n=(0,a._)((0,s._)({},(0,l.createAIMessage)()),{id:t.response.responseId,content:t.response.content,toolCalls:t.response.toolCalls||[],artifacts:t.response.artifacts||[]}),r=i.messages.slice();return r.push(n),{aiMessage:n,index:(i=(0,a._)((0,s._)({},i),{messages:r,updated:Date.now()})).messages.length-1,conversation:i}}function d(t,i,n,r){return(0,o._)(function*(){if(i.artifacts&&i.artifacts.length>0){let o=n.messages.slice();return o[r]=(0,a._)((0,s._)({},o[r]),{artifacts:yield(0,l.uploadArtifacts)(t,i.artifacts)}),(0,a._)((0,s._)({},n),{messages:o,updated:Date.now()})}return n})()}},61886:function(t,i,n){"use strict";var r=n(82749);n(58475);var o=n(50911),s=n(2692);class a extends o.Plugin{afterInit(t){}beforeDestruct(t){}constructor(...t){super(...t),(0,r._)(this,"buttons",[{name:"templates",group:"insert"}])}}(0,r._)(a,"requires",["license"]),s.JoditPro.plugins.add("templates",a)},61926:function(t,i,n){"use strict";var r=n(6441);r.Config.prototype.showPlaceholder=!0,r.Config.prototype.placeholder="Type something",r.Config.prototype.useInputsPlaceholder=!0},61991:function(t,i,n){"use strict";n.d(i,{checkUnsplittableBox:function(){return o}});var r=n(2748);function o(t,i,n){return!!r.Dom.canSplitBlock(n)||(r.Dom.before(t,i.createInside.element("br")),!1)}},62e3:function(t,i,n){"use strict";var r=n(27613),o=n(41180);let s=t=>t.args&&(0,r.isString)(t.args[0])?t.args[0].toLowerCase():"";i.default=["brushCell",{name:"valign",list:["Top","Middle","Bottom","Normal"],childTemplate:(t,i,n)=>n,exec:(t,i,{control:n})=>{let r=s(n);t.getInstance("Table",t.o).getAllSelectedCells().forEach(t=>{(0,o.css)(t,"vertical-align","normal"===r?"":r)})},tooltip:"Vertical align"},{name:"splitv",list:{tablesplitv:"Split vertical",tablesplitg:"Split horizontal"},tooltip:"Split"},{name:"align",icon:"left"},"\n",{name:"merge",command:"tablemerge",tooltip:"Merge"},{name:"addcolumn",list:{tableaddcolumnbefore:"Insert column before",tableaddcolumnafter:"Insert column after"},exec:(t,i,{control:n})=>{if(!(0,r.isJoditObject)(t))return;if(!n.args)return!1;let o=s(n);t.execCommand(o,!1,i)},tooltip:"Add column"},{name:"addrow",list:{tableaddrowbefore:"Insert row above",tableaddrowafter:"Insert row below"},exec:(t,i,{control:n})=>{if(!(0,r.isJoditObject)(t))return;if(!n.args)return!1;let o=s(n);t.execCommand(o,!1,i)},tooltip:"Add row"},{name:"delete",icon:"bin",list:{tablebin:"Delete table",tablebinrow:"Delete row",tablebincolumn:"Delete column",tableempty:"Empty cell"},exec:(t,i,{control:n})=>{if(!(0,r.isJoditObject)(t))return;if(!n.args)return!1;let o=s(n);t.execCommand(o,!1,i),t.e.fire("hidePopup")},tooltip:"Delete"}]},62232:function(t,i){"use strict";i.default={"Type something":"Scrivi qualcosa...",Advanced:"Avanzato","About Jodit":"A proposito di Jodit","Jodit Editor":"Jodit Editor","Jodit User's Guide":"Guida utente di Jodit","contains detailed help for using":"contiene una guida dettagliata per l'uso.","For information about the license, please go to our website:":"Per informazioni sulla licenza, si prega di visitare il nostro sito web:","Buy full version":"Acquista la versione completa","Copyright \xa9 XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Copyright \xa9 XDSoft.net - Chupurnov Valeriy. Tutti i diritti riservati.",Anchor:"Link","Open in new tab":"Apri in una nuova scheda","Open in fullsize":"Apri l'editor a schermo intero","Clear Formatting":"Pulisci Formattazione","Fill color or set the text color":"Colore di sfondo o del testo",Redo:"Ripristina",Undo:"Annulla",Bold:"Grassetto",Italic:"Corsivo","Insert Unordered List":"Inserisci lista non ordinata","Insert Ordered List":"Inserisci lista ordinata","Align Center":"Allinea al centro","Align Justify":"Allineamento Giustificato","Align Left":"Allinea a Sinistra","Align Right":"Allinea a Destra","Insert Horizontal Line":"Inserisci una linea orizzontale","Insert Image":"Inserisci immagine","Insert file":"Inserisci un file","Insert youtube/vimeo video":"Inserisci video Youtube/Vimeo","Insert link":"Inserisci link","Font size":"Dimensione carattere","Font family":"Tipo di font","Insert format block":"Inserisci blocco",Normal:"Normale","Heading 1":"Intestazione 1","Heading 2":"Intestazione 2","Heading 3":"Intestazione 3","Heading 4":"Intestazione 4",Quote:"Citazione",Code:"Codice",Insert:"Inserisci","Insert table":"Inserisci tabella","Decrease Indent":"Riduci il rientro","Increase Indent":"Aumenta il rientro","Select Special Character":"Seleziona un carattere speciale","Insert Special Character":"Inserisci un carattere speciale","Paint format":"Copia formato","Change mode":"Cambia modalita'",Margins:"Margini",top:"su",right:"destra",bottom:"gi\xf9",left:"sinistra",Styles:"Stili CSS",Classes:"Classi CSS",Align:"Allinea",Right:"Destra",Center:"Centro",Left:"Sinistra","--Not Set--":"--Non Impostato--",Src:"Fonte",Title:"Titolo",Alternative:"Testo Alternativo",Link:"Link","Open link in new tab":"Apri il link in una nuova scheda",Image:"Immagine",file:"Archivio","Image properties":"Propriet\xe0 dell'immagine",Cancel:"Annulla",Ok:"Accetta","Your code is similar to HTML. Keep as HTML?":"Il codice \xe8 simile all'HTML. Mantieni come HTML?","Paste as HTML":"Incolla come HTML",Keep:"Mantieni",Clean:"Pulisci","Insert as Text":"Inserisci come testo","Word Paste Detected":"Incolla testo da Word rilevato","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"Il contenuto incollato proviene da un documento Microsoft Word / Excel. Vuoi mantenere il formato o pulirlo?","Insert only Text":"Inserisci solo il testo","File Browser":"Cerca file","Error on load list":"Errore durante il caricamento dell'elenco","Error on load folders":"Errore durante il caricamento delle cartelle","Are you sure?":"Sei sicuro?","Enter Directory name":"Inserisci il nome della cartella","Create directory":"Crea cartella","type name":"Digita il nome","Drop image":"Cancella immagine","Drop file":"Cancella file","or click":"o clicca","Alternative text":"Testo alternativo",Browse:"Sfoglia",Upload:"Carica",Background:"Sfondo",Text:"Testo",Top:"Su",Middle:"Centro",Bottom:"Sotto","Insert column before":"Inserisci la colonna prima","Insert column after":"Inserisci la colonna dopo","Insert row above":"Inserisci la riga sopra","Insert row below":"Inserisci la riga sotto","Delete table":"Elimina tabella","Delete row":"Elimina riga","Delete column":"Elimina colonna","Empty cell":"Cella vuota",Delete:"Cancella","Strike through":"Barrato",Underline:"Sottolineato",Break:"Pausa","Search for":"Cerca per","Replace with":"Sostituisci con",Replace:"Sostituisci",Edit:"Modifica","Vertical align":"Allineamento verticala","Horizontal align":"Allineamento orizzontale",Filter:"Filtro","Sort by changed":"Ordina per data di modifica","Sort by name":"Ordina per nome","Sort by size":"Ordina per dimensione","Add folder":"Aggiungi cartella",Split:"Dividi","Split vertical":"Dividi verticalmente","Split horizontal":"Dividi orizzontale",Merge:"Fondi","Add column":"Aggiungi colonna","Add row":"Aggiungi riga",Border:"Bordo","Embed code":"Includi codice",Update:"Aggiorna",superscript:"indice",subscript:"pedice","Cut selection":"Taglia selezione",Paste:"Incolla","Choose Content to Paste":"Seleziona il contenuto da incollare","Chars: %d":"Caratteri: %d","Words: %d":"Parole: %d",All:"Tutto","Select %s":"Seleziona: %s","Select all":"Seleziona tutto",source:"risorsa",bold:"Grassetto",italic:"Corsivo",brush:"Pennello",link:"Link",undo:"Annulla",redo:"Ripristina",table:"Tabella",image:"Immagine",eraser:"Gomma",paragraph:"Paragrafo",fontsize:"Dimensione del carattere",video:"Video",font:"Font",about:"Approposito di",print:"Stampa",underline:"Sottolineato",strikethrough:"Barrato",indent:"aumenta rientro",outdent:"riduci rientro",fullsize:"espandi",shrink:"comprimi",hr:"linea orizzontale",ul:"lista non ordinata",ol:"lista ordinata",cut:"Taglia",selectall:"Seleziona tutto","Open link":"Apri link","Edit link":"Modifica link","No follow":"Non seguire",Unlink:"Rimuovi link",Eye:"Recensione",pencil:"Per modificare"," URL":" URL",Reset:"Reset",Save:"Salva","Save as ...":"Salva con nome...",Resize:"Ridimensiona",Crop:"Ritaglia",Width:"Larghezza",Height:"Altezza","Keep Aspect Ratio":"Mantieni le proporzioni",Yes:"Si",No:"No",Remove:"Rimuovi",Select:"Seleziona","You can only edit your own images. Download this image on the host?":"Puoi modificare solo le tue immagini. Vuoi scaricare questa immagine dal server?","The image has been successfully uploaded to the host!":"L'immagine \xe8 stata caricata correttamente sul server!",palette:"tavolozza","There are no files":"Non ci sono file in questa directory.",Rename:"Rinomina","Enter new name":"Inserisci un nuovo nome",preview:"anteprima",download:"Scarica","Paste from clipboard":"Incolla dagli appunti","Your browser doesn't support direct access to the clipboard.":"Il tuo browser non supporta l'accesso diretto agli appunti.","Copy selection":"Copia selezione",copy:"copia","Border radius":"Border radius","Show all":"Mostra tutti",Apply:"Applica","Please fill out this field":"Si prega di compilare questo campo","Please enter a web address":"Si prega di inserire un indirizzo web",Default:"Default",Circle:"Cerchio",Dot:"Punto",Quadrate:"Quadrato","Lower Alpha":"Lettera Minuscola","Lower Greek":"Lettera Greca Minuscola","Lower Roman":"Numero Romano Minuscolo","Upper Alpha":"Lettera Maiuscola","Upper Roman":"Numero Romano Maiuscolo",Find:"Trova","Find Previous":"Trova Precedente","Find Next":"Trova Successivo","Insert className":"Inserisci il nome della classe","Press Alt for custom resizing":"Premere Alt per il ridimensionamento personalizzato","License: %s":"Licenza: %s"}},62357:function(t,i,n){"use strict";n.d(i,{UIRange:function(){return d}});var r=n(82749),o=n(56075),s=n(11886),a=n(31635),l=n(65478),u=n(21537),c=n(67510);class d extends c.UIInput{className(){return"UIRange"}appendUIRange(){let t=this.j.create.div(this.getFullElName("slider"));this.container.appendChild(t);let i=this.j.create.div(this.getFullElName("handle"));t.appendChild(i);let n=this.j.create.div(this.getFullElName("log")),r=this.getElm("label");r&&r.appendChild(n)}onDragStart(t){this.startValue=parseFloat(this.value)||0,this.startX=t.clientX;let i=this.getElm("slider");(0,u.assert)(null!=i,"slider element does not exists"),this.width=i.offsetWidth,this.j.e.on(this.j.ow,"mousemove",this.onDrag)}onDrag(t){let{min:i,max:n,step:r=1}=this.state,o=(t.clientX-this.startX)/this.width*(this.state.max-this.state.min),s=this.startValue+o;s<i&&(s=i),s>n&&(s=n),s=Math.round(s/r)*r,this.value=s.toFixed(10)}onDragEnd(){this.j.e.off(this.j.ow,"mousemove",this.onDrag)}onChangeSelfValue(){let t=this.getElm("handle"),i=parseFloat(this.value)||0;(0,u.assert)(null!=t,"Handle element does not exist"),(0,u.css)(t,{left:(i-this.state.min)/(this.state.max-this.state.min)*100+"%"});let n=this.getElm("log");(0,u.assert)(null!=n,"log element does not exist"),n.innerText=i.toString()}destruct(){return this.onDragEnd(),super.destruct()}constructor(t,i){super(t,(0,s._)((0,o._)({},i),{type:"hidden"})),(0,r._)(this,"state",(0,s._)((0,o._)({},c.UIInput.defaultState),{min:0,max:100,step:1})),(0,r._)(this,"startValue",0),(0,r._)(this,"startX",0),(0,r._)(this,"width",100),Object.assign(this.state,i),this.appendUIRange(),this.onChangeSelfValue()}}(0,a.__decorate)([(0,l.watch)(["handle:mousedown","handle:touchstart"])],d.prototype,"onDragStart",null),(0,a.__decorate)([l.autobind],d.prototype,"onDrag",null),(0,a.__decorate)([(0,l.watch)(["j.ow:mouseup","j.ow:touchend"])],d.prototype,"onDragEnd",null),(0,a.__decorate)([(0,l.watch)(":change")],d.prototype,"onChangeSelfValue",null),d=(0,a.__decorate)([l.component],d)},62395:function(t,i,n){"use strict";n.r(i),i.default={newline:"nuova riga",delete:"eliminare",space:"spazio","Speech Recognize":"Discorso Riconoscere",Sound:"Suono","Interim Results":"Risultati intermedi"}},62405:function(t,i,n){"use strict";n.d(i,{UIGroup:function(){return d}});var r,o=n(4012),s=n(65478),a=n(2748),l=n(21537),u=n(48538),c=function(t,i,n,r){var o,s=arguments.length,a=s<3?i:null===r?r=Object.getOwnPropertyDescriptor(i,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,r);else for(var l=t.length-1;l>=0;l--)(o=t[l])&&(a=(s<3?o(a):s>3?o(i,n,a):o(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a};let d=r=class t extends u.UIElement{className(){return"UIGroup"}getRole(){var t;return(null==(t=this.options)?void 0:t.role)||"list"}get allChildren(){let t=[],i=[...this.elements];for(;i.length;){let n=i.shift();(0,l.isArray)(n)?i.push(...n):o.Component.isInstanceOf(n,r)?i.push(...n.elements):n&&t.push(n)}return t}update(){this.elements.forEach(t=>t.update()),this.setMod("size",this.buttonSize)}append(t,i){let n;if((0,l.isArray)(t)){if("number"==typeof i)throw Error("You can not use index when append array of elements");return t.forEach(t=>this.append(t,i)),this}if("number"==typeof i?(n=Math.min(Math.max(0,i),this.elements.length),this.elements.splice(n,0,t)):this.elements.push(t),t.name&&t.container.classList.add(this.getFullElName(t.name)),i&&"string"==typeof i){let n=this.getElm(i);if(null==n)throw Error("Element does not exist");n.appendChild(t.container)}else this.appendChildToContainer(t.container,n);return t.parentElement=this,this}afterSetMod(t,i){this.syncMod&&this.elements.forEach(n=>n.setMod(t,i))}appendChildToContainer(t,i){void 0===i||i<0||i>this.elements.length-1||null==this.container.children[i]?this.container.appendChild(t):this.container.insertBefore(t,this.container.children[i])}remove(t){let i=this.elements.indexOf(t);return -1!==i&&(this.elements.splice(i,1),a.Dom.safeRemove(t.container),t.parentElement=null),this}clear(){return this.elements.forEach(t=>t.destruct()),this.elements.length=0,this}setParentView(t){var i;return null==(i=this.elements)||i.forEach(i=>i.setParentView(t)),super.setParentView(t)}destruct(){return this.clear(),super.destruct()}constructor(t,i,n){super(t,n),this.options=n,this.syncMod=!1,this.elements=[],this.buttonSize="middle",null==i||i.forEach(t=>t&&this.append(t)),(null==n?void 0:n.name)&&(this.name=n.name)}};c([(0,s.watch)("buttonSize")],d.prototype,"update",null),d=r=c([s.component],d)},62489:function(t,i,n){"use strict";var r=n(12153),o=n(6441),s=n(49922),a=n(72144);o.Config.prototype.imageeditor={min_width:20,min_height:20,closeAfterSave:!1,width:"85%",height:"85%",crop:!0,resize:!0,resizeUseRatio:!0,resizeMinWidth:20,resizeMinHeight:20,cropUseRatio:!0,cropDefaultWidth:"70%",cropDefaultHeight:"70%"},r.Icon.set("crop",s.default).set("resize",a.default)},62553:function(t,i,n){"use strict";n.r(i),n.d(i,{description:function(){return o},name:function(){return r},parameters:function(){return s},requiresPermission:function(){return a}});let r="replaceInDocument",o="Find and replace text or HTML patterns throughout the entire document",s=[{name:"search",type:"string",description:"Text or pattern to search for",required:!0},{name:"replace",type:"string",description:"Replacement text or HTML",required:!0},{name:"useRegex",type:"boolean",description:"If true, treats search as a regular expression",required:!1,default:!1},{name:"useSelector",type:"string",description:"CSS selector to narrow down the search scope to specific elements",required:!1}],a=!0},62700:function(t,i){"use strict";i.default={"Type something":"なにかタイプしてください",Advanced:"高度な設定","About Jodit":"Joditについて","Jodit Editor":"Jodit Editor","Jodit User's Guide":"Jodit ユーザーズ・ガイド","contains detailed help for using":"詳しい使い方","For information about the license, please go to our website:":"ライセンス詳細についてはJodit Webサイトを確認ください:","Buy full version":"フルバージョンを購入","Copyright \xa9 XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Copyright \xa9 XDSoft.net - Chupurnov Valeriy. All rights reserved.",Anchor:"Anchor","Open in new tab":"新しいタブで開く","Open in fullsize":"エディターのサイズ(フル/ノーマル)","Clear Formatting":"書式をクリア","Fill color or set the text color":"テキストの色",Redo:"やり直し",Undo:"元に戻す",Bold:"太字",Italic:"斜体","Insert Unordered List":"箇条書き","Insert Ordered List":"番号付きリスト","Align Center":"中央揃え","Align Justify":"両端揃え","Align Left":"左揃え","Align Right":"右揃え","Insert Horizontal Line":"区切り線を挿入","Insert Image":"画像を挿入","Insert file":"ファイルを挿入","Insert youtube/vimeo video":"Youtube/Vimeo 動画","Insert link":"リンクを挿入","Font size":"フォントサイズ","Font family":"フォント","Insert format block":"テキストのスタイル",Normal:"指定なし","Heading 1":"タイトル1","Heading 2":"タイトル2","Heading 3":"タイトル3","Heading 4":"タイトル4",Quote:"引用",Code:"コード",Insert:"挿入","Insert table":"表を挿入","Decrease Indent":"インデント減","Increase Indent":"インデント増","Select Special Character":"特殊文字を選択","Insert Special Character":"特殊文字を挿入","Paint format":"書式を貼付け","Change mode":"編集モード切替え",Margins:"マージン",top:"上",right:"右",bottom:"下",left:"左",Styles:"スタイル",Classes:"クラス",Align:"配置",Right:"右寄せ",Center:"中央寄せ",Left:"左寄せ","--Not Set--":"指定なし",Src:"ソース",Title:"タイトル",Alternative:"代替テキスト",Link:"リンク","Open link in new tab":"新しいタブで開く",Image:"画像",file:"ファイル","Image properties":"画像のプロパティー",Cancel:"キャンセル",Ok:"確定","Your code is similar to HTML. Keep as HTML?":"HTMLコードを保持しますか?","Paste as HTML":"HTMLで貼付け",Keep:"HTMLを保持",Clean:"Clean","Insert as Text":"HTMLをテキストにする","Word Paste Detected":"Word Paste Detected","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?","Insert only Text":"テキストだけ","File Browser":"File Browser","Error on load list":"Error on load list","Error on load folders":"Error on load folders","Are you sure?":"Are you sure?","Enter Directory name":"Enter Directory name","Create directory":"Create directory","type name":"type name","Drop image":"ここに画像をドロップ","Drop file":"ここにファイルをドロップ","or click":"or クリック","Alternative text":"代替テキスト",Browse:"ブラウズ",Upload:"アップロード",Background:"背景",Text:"文字",Top:"上",Middle:"中央",Bottom:"下","Insert column before":"左に列を挿入","Insert column after":"右に列を挿入","Insert row above":"上に行を挿入","Insert row below":"下に行を挿入","Delete table":"表を削除","Delete row":"行を削除","Delete column":"列を削除","Empty cell":"セルを空にする","Chars: %d":"文字数: %d","Words: %d":"単語数: %d","Strike through":"取り消し線",Underline:"下線",superscript:"上付き文字",subscript:"下付き文字","Cut selection":"切り取り","Select all":"すべて選択",Break:"Pause","Search for":"検索","Replace with":"置換",Replace:"交換",Paste:"貼付け","Choose Content to Paste":"選択した内容を貼付け",All:"全部",source:"source",bold:"bold",italic:"italic",brush:"brush",link:"link",undo:"undo",redo:"redo",table:"table",image:"image",eraser:"eraser",paragraph:"paragraph",fontsize:"fontsize",video:"video",font:"font",about:"about",print:"print",underline:"underline",strikethrough:"strikethrough",indent:"indent",outdent:"outdent",fullsize:"fullsize",shrink:"shrink",hr:"分割線",ul:"箇条書き",ol:"番号付きリスト",cut:"切り取り",selectall:"すべて選択","Open link":"リンクを開く","Edit link":"リンクを編集","No follow":"No follow",Unlink:"リンク解除",Eye:"サイトを確認"," URL":"URL",Reset:"リセット",Save:"保存","Save as ...":"Save as ...",Resize:"リサイズ",Crop:"Crop",Width:"幅",Height:"高さ","Keep Aspect Ratio":"縦横比を保持",Yes:"はい",No:"いいえ",Remove:"移除",Select:"選択","Select %s":"選択: %s",Update:"更新","Vertical align":"垂直方向の配置",Merge:"セルの結合","Add column":"列を追加","Add row":"行を追加",Border:"境界線","Embed code":"埋め込みコード",Delete:"削除",Edit:"編集","Horizontal align":"水平方向の配置",Filter:"Filter","Sort by changed":"Sort by changed","Sort by name":"Sort by name","Sort by size":"Sort by size","Add folder":"Add folder",Split:"分割","Split vertical":"セルの分割(垂直方向)","Split horizontal":"セルの分割(水平方向)","You can only edit your own images. Download this image on the host?":"You can only edit your own images. Download this image on the host?","The image has been successfully uploaded to the host!":"The image has been successfully uploaded to the host!",palette:"パレット",pencil:"鉛筆","There are no files":"There are no files",Rename:"Rename","Enter new name":"Enter new name",preview:"プレビュー",download:"ダウンロード","Paste from clipboard":"貼り付け","Your browser doesn't support direct access to the clipboard.":"お使いのブラウザはクリップボードを使用できません","Copy selection":"コピー",copy:"copy","Border radius":"角の丸み","Show all":"全て表示",Apply:"適用","Please fill out this field":"まだこの分野","Please enter a web address":"を入力してくださいウェブアドレス",Default:"デフォルト",Circle:"白丸",Dot:"黒丸",Quadrate:"四角",Find:"見","Find Previous":"探前","Find Next":"由来","Lower Alpha":"英小文字","Lower Greek":"ギリシャ文字","Lower Roman":"ローマ数字小文字","Upper Alpha":"英大文字","Upper Roman":"ローマ数字大文字","Insert className":"クラス名を挿入","Press Alt for custom resizing":"カスタムサイズ変更のためのAltキーを押します","License: %s":"ライセンス: %s"}},62770:function(t,i){"use strict";i.default={"Type something":"Bitte geben Sie einen Text ein",Advanced:"Fortgeschritten","About Jodit":"\xdcber Jodit","Jodit Editor":"Jodit Editor","Jodit User's Guide":"Das Jodit Benutzerhandbuch","contains detailed help for using":"beinhaltet ausf\xfchrliche Informationen wie Sie den Editor verwenden k\xf6nnen.","For information about the license, please go to our website:":"F\xfcr Informationen zur Lizenz, besuchen Sie bitte unsere Web-Pr\xe4senz:","Buy full version":"Vollversion kaufen","Copyright \xa9 XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Copyright \xa9 XDSoft.net - Chupurnov Valeriy. Alle Rechte vorbehalten.",Anchor:"Anker","Open in new tab":"In neuer Registerkarte \xf6ffnen","Open in fullsize":"Editor in voller Gr\xf6\xdfe \xf6ffnen","Clear Formatting":"Formatierung l\xf6schen","Fill color or set the text color":"F\xfcllfarbe oder Textfarbe \xe4ndern",Redo:"Wiederholen",Undo:"R\xfcckg\xe4ngig machen",Bold:"Fett",Italic:"Kursiv","Insert Unordered List":"Unsortierte Liste einf\xfcgen","Insert Ordered List":"Nummerierte Liste einf\xfcgen","Align Center":"Mittig ausrichten","Align Justify":"Blocksatz","Align Left":"Links ausrichten","Align Right":"Rechts ausrichten","Insert Horizontal Line":"Horizontale Linie einf\xfcgen","Insert Image":"Bild einf\xfcgen","Insert file":"Datei einf\xfcgen","Insert youtube/vimeo video":"Youtube/vimeo Video einf\xfcgen","Insert link":"Link einf\xfcgen","Font size":"Schriftgr\xf6\xdfe","Font family":"Schriftfamilie","Insert format block":"Formatblock einf\xfcgen",Normal:"Normal","Heading 1":"\xdcberschrift 1","Heading 2":"\xdcberschrift 2","Heading 3":"\xdcberschrift 3","Heading 4":"\xdcberschrift 4",Quote:"Zitat",Code:"Code",Insert:"Einf\xfcgen","Insert table":"Tabelle einf\xfcgen","Decrease Indent":"Einzug verkleinern","Increase Indent":"Einzug vergr\xf6\xdfern","Select Special Character":"Sonderzeichen ausw\xe4hlen","Insert Special Character":"Sonderzeichen einf\xfcgen","Paint format":"Format kopieren","Change mode":"\xc4nderungsmodus",Margins:"R\xe4nder",top:"Oben",right:"Rechts",bottom:"Unten",left:"Links",Styles:"CSS Stil",Classes:"CSS Klassen",Align:"Ausrichtung",Right:"Rechts",Center:"Zentriert",Left:"Links","--Not Set--":"Keine",Src:"Pfad",Title:"Titel",Alternative:"Alternativer Text",Link:"Link","Open link in new tab":"Link in neuem Tab \xf6ffnen",Image:"Bild",file:"Datei","Image properties":"Bildeigenschaften",Cancel:"Abbrechen",Ok:"OK","Your code is similar to HTML. Keep as HTML?":"Ihr Text \xe4hnelt HTML-Code. Als HTML beibehalten?","Paste as HTML":"Als HTML einf\xfcgen?",Keep:"Original speichern",Clean:"S\xe4ubern","Insert as Text":"Als Text einf\xfcgen","Word Paste Detected":"In Word formatierter Text erkannt","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"Der Inhalt, den Sie einf\xfcgen, stammt aus einem Microsoft Word / Excel-Dokument. M\xf6chten Sie das Format erhalten oder bereinigen?","Insert only Text":"Nur Text einf\xfcgen","File Browser":"Dateibrowser","Error on load list":"Fehler beim Laden der Liste","Error on load folders":"Fehler beim Laden der Ordner","Are you sure?":"Sind Sie sicher?","Enter Directory name":"Geben Sie den Verzeichnisnamen ein","Create directory":"Verzeichnis erstellen","type name":"Typname","Drop image":"Bild hier hinziehen","Drop file":"Datei l\xf6schen","or click":"oder hier klicken","Alternative text":"Alternativtext",Browse:"Ausw\xe4hlen",Upload:"Hochladen",Background:"Hintergrund",Text:"Text",Top:"Oben",Middle:"Mittig",Bottom:"Unten","Insert column before":"Spalte davor einf\xfcgen","Insert column after":"Spalte danach einf\xfcgen","Insert row above":"Zeile oberhalb einf\xfcgen","Insert row below":"Zeile unterhalb einf\xfcgen","Delete table":"Tabelle l\xf6schen","Delete row":"Zeile l\xf6schen","Delete column":"Spalte l\xf6schen","Empty cell":"Zelle leeren",Delete:"L\xf6schen","Strike through":"Durchstreichen",Underline:"Unterstreichen",Break:"Pause","Search for":"Suche nach","Replace with":"Ersetzen durch",Replace:"Ersetzen",Edit:"Bearbeiten","Vertical align":"Vertikale Ausrichtung","Horizontal align":"Horizontale Ausrichtung",Filter:"Filter","Sort by changed":"Sortieren nach ge\xe4ndert","Sort by name":"Nach Name sortieren","Sort by size":"Nach Gr\xf6\xdfe sortiert","Add folder":"Ordner hinzuf\xfcgen","Split vertical":"Vertikal unterteilen","Split horizontal":"Horizontal unterteilen",Split:"Unterteilen",Merge:"Vereinen","Add column":"Spalte hinzuf\xfcgen","Add row":"Zeile hinzuf\xfcgen",Border:"Rand","Embed code":"Code einbetten",Update:"Aktualisieren",superscript:"Hochstellen",subscript:"Tiefstellen","Cut selection":"Auswahl ausschneiden",Paste:"Einf\xfcgen","Choose Content to Paste":"W\xe4hlen Sie den Inhalt zum Einf\xfcgen aus","Chars: %d":"Zeichen: %d","Words: %d":"W\xf6rter: %d",All:"Alles markieren","Select %s":"Markieren: %s","Select all":"Alles markieren",source:"HTML",bold:"Fett gedruckt",italic:"Kursiv",brush:"B\xfcrste",link:"Verkn\xfcpfung",undo:"R\xfcckg\xe4ngig machen",redo:"Wiederholen",table:"Tabelle",image:"Bild",eraser:"Radiergummi",paragraph:"Absatz",fontsize:"Schriftgr\xf6\xdfe",video:"Video",font:"Schriftart",about:"\xdcber",print:"Drucken",underline:"Unterstreichen",strikethrough:"Durchstreichen",indent:"Einzug",outdent:"Herausstellen",fullsize:"Vollgr\xf6\xdfe",shrink:"Schrumpfen",hr:"die Linie",ul:"Liste von",ol:"Nummerierte Liste","Lower Alpha":"Standard, Alphabet (klein)","Upper Alpha":"Standard, Alphabet (gross)","Lower Roman":"R\xf6misch (klein)","Upper Roman":"R\xf6misch (gross)","Lower Greek":"Griechisch",cut:"Schneiden",selectall:"W\xe4hlen Sie Alle aus","Open link":"Link \xf6ffnen","Edit link":"Link bearbeiten","No follow":"Nofollow-Attribut",Unlink:"Link entfernen",Eye:"Ansehen",pencil:"Bearbeiten"," URL":"URL",Reset:"Wiederherstellen",Save:"Speichern","Save as ...":"Speichern als",Resize:"Gr\xf6\xdfe \xe4ndern",Crop:"Gr\xf6\xdfe anpassen",Width:"Breite",Height:"H\xf6he","Keep Aspect Ratio":"Seitenverh\xe4ltnis beibehalten",Yes:"Ja",No:"Nein",Remove:"Entfernen",Select:"Markieren","You can only edit your own images. Download this image on the host?":"Sie k\xf6nnen nur Ihre eigenen Bilder bearbeiten. Dieses Bild auf den Host herunterladen?","The image has been successfully uploaded to the host!":"Das Bild wurde erfolgreich auf den Server hochgeladen!",palette:"Palette","There are no files":"In diesem Verzeichnis befinden sich keine Dateien.",Rename:"Umbenennen","Enter new name":"Geben Sie einen neuen Namen ein",preview:"Vorschau",download:"Herunterladen","Paste from clipboard":"Aus Zwischenablage einf\xfcgen","Your browser doesn't support direct access to the clipboard.":"Ihr Browser unterst\xfctzt keinen direkten Zugriff auf die Zwischenablage.","Copy selection":"Auswahl kopieren",copy:"Kopieren","Border radius":"Radius f\xfcr abgerundete Ecken","Show all":"Alle anzeigen",Apply:"Anwenden","Please fill out this field":"Bitte f\xfcllen Sie dieses Feld aus","Please enter a web address":"Bitte geben Sie eine Web-Adresse ein",Default:"Standard",Circle:"Kreis",Dot:"Punkte",Quadrate:"Quadrate",Find:"Suchen","Find Previous":"Suche vorherige","Find Next":"Weitersuchen","Insert className":"className (CSS) einf\xfcgen","Press Alt for custom resizing":"Dr\xfccken Sie Alt f\xfcr benutzerdefinierte Gr\xf6\xdfenanpassung","License: %s":"Lizenz: %s"}},62843:function(t,i,n){"use strict";n.d(i,{Button:function(){return r.Button},UIButton:function(){return r.UIButton},UIButtonGroup:function(){return o.UIButtonGroup},UIButtonState:function(){return r.UIButtonState},UITooltip:function(){return s.UITooltip}});var r=n(10830),o=n(71916),s=n(57340)},62845:function(t,i,n){"use strict";n.d(i,{checkJoinNeighbors:function(){return a}});var r=n(82758),o=n(2748),s=n(63785);function a(t,i,n){let s=i,a=s;for(;s&&!o.Dom.findNotEmptySibling(s,n)&&s.parentElement!==t.editor;)a=s=s.parentElement;if(o.Dom.isElement(a)&&o.Dom.isContentEditable(a,t.editor)){var u,c;let s,d,h,p=o.Dom.findNotEmptySibling(a,n);if(p&&(u=a,c=p,s=o.Dom.isTag(c,r.LIST_TAGS),d=o.Dom.isTag(u,r.LIST_TAGS),h=(t,i)=>i?t.firstElementChild:t.lastElementChild,(d?(c=t.createInside.element(t.o.enterBlock),o.Dom.before(u,c),l(t,h(u,n),c,n)):!!c&&!!s&&!d&&l(t,u,h(c,!n),n))||l(t,a,p,n)))return t.s.setCursorBefore(i),!0}return!1}function l(t,i,n,r){if(i&&o.Dom.isElement(n)){o.Dom.moveContent(i,n,!r,(0,s.getMoveFilter)(t));let a=i;for(;a&&a!==t.editor&&o.Dom.isEmpty(a);){let t=a.parentElement;o.Dom.safeRemove(a),a=t}return!0}return!1}},62895:function(t,i,n){"use strict";n.d(i,{WebStorageConversationStorage:function(){return r.WebStorageConversationStorage},createStorageProvider:function(){return r.createStorageProvider}});var r=n(21064)},63134:function(t,i,n){"use strict";n.r(i),i.default={newline:"nueva l\xednea",delete:"eliminar",space:"espacio","Speech Recognize":"Reconocimiento de Voz",Sound:"Sonido","Interim Results":"Resultados Provisionales"}},63195:function(t,i,n){"use strict";n.r(i),i.default={Spellcheck:"拼写检查"}},63227:function(t,i,n){"use strict";n.d(i,{UIInputArea:function(){return d}});var r=n(82749),o=n(31635),s=n(65478),a=n(38837),l=n(67510),u=n(62843),c=n(85120);class d extends l.UIElement{className(){return"UIInputArea"}setParentView(t){var i,n,r;return null==(i=this.textarea)||i.setParentView(t),null==(n=this.sendButton)||n.setParentView(t),null==(r=this.stopButton)||r.setParentView(t),super.setParentView(t)}render(){return`<div class="&__container">
425
425
  <div class="&__context-badges"></div>
426
426
  <div class="&__loading-indicator">
427
427
  <span class="&__loading-dot"></span>
@@ -562,7 +562,7 @@ Please report this to https://github.com/markedjs/marked.`,t){let t="<p>An error
562
562
  <div class='&__wrapper'>
563
563
  <button class='&__button'>css</button>
564
564
  </div>
565
- </div>`}static extractStyle(t,i){var n,r,a,l;let u=(null==(l=i.ownerDocument.defaultView)?void 0:l.getComputedStyle(i))||{},c=(t,i,n,r)=>{let o=u[n];return!o||["none","inherit","initial","unset"].includes(o)?{[n]:!1}:(o.replace(/,\s/g,",").split(/\s+/).forEach(n=>{if(/[0-9.]+(px|pt|em|%)/.test(n)){let r=t.shift();r&&(i[r]=n)}else"inset"===n?i.boxShadowInset=!0:i[r]=n}),i[n]=!0,i)};Object.assign(t,(0,o._)((0,s._)((0,o._)((0,s._)((0,o._)({text:i.innerText,className:i.className,href:i.getAttribute("href")||""},(()=>{var t,i;let n={solid:!0,bgStart:null!=(t=u.backgroundColor)?t:"#44c767",bgEnd:null!=(i=u.backgroundColor)?i:"#44c767"},r=u.backgroundImage;if(r&&/linear-gradient/.test(r)){let t=/linear-gradient\((.+)\s+[0-9]+%,\s+(.+)\s+[0-9]+%\)/.exec(r);t&&(n.solid=!1,n.bgStart=t[1]||n.bgStart,n.bgEnd=t[2]||"#5cbf2a")}return n})()),{borderColor:null!=(n=null==u?void 0:u.borderColor)?n:"#18ab29",borderRadius:null!=(r=null==u?void 0:u.borderRadius)?r:0,borderSize:null!=(a=null==u?void 0:u.borderWidth)?a:1}),c(["boxShadowOffsetX","boxShadowOffsetY","boxShadowBlurRadius","boxShadowSpreadRadius"],{boxShadowBlurRadius:0,boxShadowColor:"#3dc21b",boxShadowInset:!1,boxShadowOffsetX:0,boxShadowOffsetY:0,boxShadowSpreadRadius:0},"boxShadow","boxShadowColor")),{fontColor:u.color,fontFamily:u.fontFamily,fontSize:u.fontSize,fontWeight:"bold"===u.fontWeight,fontItalic:"italic"===u.fontStyle,paddingX:u.paddingLeft,paddingY:u.paddingTop}),c(["textShadowOffsetX","textShadowOffsetY","textShadowBlurRadius"],{textShadowBlurRadius:0,textShadowColor:"#2f6627",textShadowOffsetX:0,textShadowOffsetY:1},"textShadow","textShadowColor")))}constructor(t,i){super(t),(0,r._)(this,"style",void 0),this.style=i,this.__updateStyles()}}(0,a.__decorate)([(0,l.watch)("style")],p.prototype,"__updateStyles",null),p=(0,a.__decorate)([l.component],p)},82558:function(t,i,n){"use strict";n.d(i,{allowAttributes:function(){return o}});var r=n(2748);function o(t,i,n,o){if(o&&r.Dom.isElement(i)&&!0!==o[i.nodeName]){let t=i.attributes;if(t&&t.length){let r=[];for(let n=0;n<t.length;n+=1){let s=o[i.nodeName][t[n].name];s&&(!0===s||s===t[n].value)||r.push(t[n].name)}r.length&&(n=!0),r.forEach(t=>{i.removeAttribute(t)})}}return n}},82749:function(t,i,n){"use strict";function r(t,i,n){return i in t?Object.defineProperty(t,i,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[i]=n,t}n.d(i,{_:function(){return r}})},82758:function(t,i,n){"use strict";n.r(i),n.d(i,{ACCURACY:function(){return V},APP_VERSION:function(){return r},BASE_PATH:function(){return ep},BASE_PATH_IS_MIN:function(){return ef},BR:function(){return $},CLIPBOARD_ID:function(){return eb},COMMAND_KEYS:function(){return W},EMULATE_DBLCLICK_TIMEOUT:function(){return ei},ES:function(){return o},FAT_MODE:function(){return c},HOMEPAGE:function(){return d},INSEPARABLE_TAGS:function(){return D},INSERT_AS_HTML:function(){return en},INSERT_AS_TEXT:function(){return eo},INSERT_CLEAR_HTML:function(){return er},INSERT_ONLY_TEXT:function(){return es},INVISIBLE_SPACE:function(){return f},INVISIBLE_SPACE_REG_EXP:function(){return g},INVISIBLE_SPACE_REG_EXP_END:function(){return b},INVISIBLE_SPACE_REG_EXP_START:function(){return v},IS_BLOCK:function(){return E},IS_ES_MODERN:function(){return s},IS_ES_NEXT:function(){return a},IS_IE:function(){return X},IS_INLINE:function(){return k},IS_MAC:function(){return el},IS_PROD:function(){return l},IS_TEST:function(){return u},KEY_ALIASES:function(){return eu},KEY_ALT:function(){return L},KEY_BACKSPACE:function(){return B},KEY_DELETE:function(){return H},KEY_DOWN:function(){return O},KEY_ENTER:function(){return j},KEY_ESC:function(){return P},KEY_F3:function(){return U},KEY_LEFT:function(){return R},KEY_META:function(){return I},KEY_RIGHT:function(){return z},KEY_SPACE:function(){return N},KEY_TAB:function(){return T},KEY_UP:function(){return M},LIST_TAGS:function(){return S},MARKER_CLASS:function(){return et},MODE_SOURCE:function(){return Y},MODE_SPLIT:function(){return J},MODE_WYSIWYG:function(){return K},NBSP_SPACE:function(){return m},NEARBY:function(){return q},NO_EMPTY_TAGS:function(){return x},PARAGRAPH:function(){return G},PASSIVE_EVENTS:function(){return ey},SAFE_COUNT_CHANGE_CALL:function(){return ea},SET_TEST:function(){return h},SOURCE_CONSUMER:function(){return ev},SPACE_REG_EXP:function(){return y},SPACE_REG_EXP_END:function(){return C},SPACE_REG_EXP_START:function(){return _},TEMP_ATTR:function(){return em},TEXT_HTML:function(){return Q},TEXT_PLAIN:function(){return Z},TEXT_RTF:function(){return ee},TOKENS:function(){return p},globalDocument:function(){return F},globalWindow:function(){return w},lang:function(){return eg}});let r="4.9.25",o="es2015",s=!0,a=!1,l=!0,u=!1,c=!0,d="https://xdsoft.net/jodit/pro/",h=()=>u=!0,p={},f="\uFEFF",m="\xa0",g=()=>/[\uFEFF]/g,b=()=>/[\uFEFF]+$/g,v=()=>/^[\uFEFF]+/g,y=()=>/[\s\n\t\r\uFEFF\u200b]+/g,_=()=>/^[\s\n\t\r\uFEFF\u200b]+/g,C=()=>/[\s\n\t\r\uFEFF\u200b]+$/g,w="u">typeof window?window:void 0,F="u">typeof document?document:void 0,E=/^(ADDRESS|ARTICLE|ASIDE|BLOCKQUOTE|CANVAS|DD|DFN|DIV|DL|DT|FIELDSET|FIGCAPTION|FIGURE|FOOTER|FORM|H[1-6]|HEADER|HGROUP|HR|LI|MAIN|NAV|NOSCRIPT|OUTPUT|P|PRE|RUBY|SCRIPT|STYLE|OBJECT|OL|SECTION|IFRAME|JODIT|JODIT-MEDIA|UL|TR|TD|TH|TBODY|THEAD|TFOOT|TABLE|BODY|HTML|VIDEO)$/i,k=/^(STRONG|SPAN|I|EM|B|SUP|SUB|A|U)$/i,S=new Set(["ul","ol"]),A=["img","video","svg","iframe","script","input","textarea","link","jodit","jodit-media"],D=new Set([...A,"br","hr"]),x=new Set(A),I="Meta",B="Backspace",T="Tab",j="Enter",P="Escape",L="Alt",R="ArrowLeft",M="ArrowUp",z="ArrowRight",O="ArrowDown",N="Space",H="Delete",U="F3",q=5,V=10,W=[I,B,H,M,O,z,R,j,P,U,T],$="br",G="p",K=1,Y=2,J=3,X="u">typeof navigator&&(-1!==navigator.userAgent.indexOf("MSIE")||/rv:11.0/i.test(navigator.userAgent)),Z=X?"text":"text/plain",Q=X?"html":"text/html",ee=X?"rtf":"text/rtf",et="jodit-selection_marker",ei=300,en="insert_as_html",er="insert_clear_html",eo="insert_as_text",es="insert_only_text",ea=10,el=void 0!==w&&/Mac|iPod|iPhone|iPad/.test(w.navigator.platform),eu={add:"+",break:"pause",cmd:"meta",command:"meta",ctl:"control",ctrl:"control",del:"delete",down:"arrowdown",esc:"escape",ins:"insert",left:"arrowleft",mod:el?"meta":"control",opt:"alt",option:"alt",return:"enter",right:"arrowright",space:"space",spacebar:"space",up:"arrowup",win:"meta",windows:"meta"},ec=t=>{let i=t.split("/");return/\.js/.test(i[i.length-1])?{basePath:i.slice(0,i.length-1).join("/")+"/",isMin:!0}:{basePath:t,isMin:!0}},{basePath:ed,isMin:eh}=(()=>{if("u"<typeof document)return{basePath:"",isMin:!0};let t=F.currentScript;if(t)return ec(t.src);let i=F.querySelectorAll("script[src]");return i&&i.length?ec(i[i.length-1].src):ec(w.location.href)})(),ep=ed,ef=eh,em="data-jodit-temp",eg={},eb="clipboard",ev="source-consumer",ey=new Set(["touchstart","touchend","scroll","mousewheel","mousemove","touchmove"])},82760:function(t,i,n){"use strict";n.d(i,{connection:function(){return s},error:function(){return o},options:function(){return a}});var r=n(32880);function o(t){return TypeError(t)}function s(t){return new r.ConnectionError(t)}function a(t){return new r.OptionsError(t)}},83039:function(t,i,n){"use strict";n.d(i,{UIMapsPropsForm:function(){return u}});var r=n(82749),o=n(31635),s=n(65478),a=n(76078),l=n(67510);class u extends l.UIForm{className(){return"UIMapsPropsForm"}onChangeSize(){let{width:t,height:i}=(0,a.refs)(this.container);this.state.size=[parseInt(null==t?void 0:t.value,10)||0,parseInt(null==i?void 0:i.value,10)||0]}onExternalChangeSize(){let{width:t,height:i}=(0,a.refs)(this.container),[n,r]=this.state.size;n.toString()!==t.value&&(t.value=n.toString()),r.toString()!==i.value&&(i.value=r.toString())}onChangeCenter(){let{lat:t,lng:i}=(0,a.refs)(this.container);this.state.center=[parseFloat(null==t?void 0:t.value)||0,parseFloat(null==i?void 0:i.value)||0]}onExternalChangeCenter(){let{lat:t,lng:i}=(0,a.refs)(this.container),[n,r]=this.state.center;n.toString()!==t.value&&(t.value=n.toString()),r.toString()!==i.value&&(i.value=r.toString())}onExternalChangeType(){let{mapType:t}=(0,a.refs)(this.container);this.state.type!==t.value&&(t.value=this.state.type)}onExternalChangeLayer(){let{layer:t}=(0,a.refs)(this.container);this.state.layer!==t.value&&(t.value=this.state.layer)}constructor(t,i){var n;super(t),(0,r._)(this,"state",void 0),this.state=i;const[o,s]=i.size,[a,u]=i.center;this.append([new l.UIInput(t,{label:"Width",name:"width",value:o,type:"number",onChange:this.onChangeSize}),new l.UIInput(t,{label:"Height",name:"height",value:s,type:"number",onChange:this.onChangeSize}),new l.UIInput(t,{label:"Latitude",name:"lat",value:a,onChange:this.onChangeCenter}),new l.UIInput(t,{label:"Longitude",name:"lng",value:u,onChange:this.onChangeCenter}),new l.UISelect(t,{label:"Map type",value:i.type,name:"mapType",options:[{value:"hybrid",text:"Hybrid"},{value:"roadmap",text:"Roadmap"},{value:"satellite",text:"Satellite"},{value:"terrain",text:"Terrain"}],onChange:t=>{i.type=t}}),new l.UISelect(t,{label:"Layer",value:null!=(n=i.layer)?n:"default",name:"layer",options:[{value:"default",text:"Default"},{value:"traffic",text:"Traffic"},{value:"transit",text:"Transit"},{value:"bicycling",text:"Bicycling"}],onChange:t=>{i.layer=t}})])}}(0,o.__decorate)([s.autobind],u.prototype,"onChangeSize",null),(0,o.__decorate)([(0,s.watch)("state.size")],u.prototype,"onExternalChangeSize",null),(0,o.__decorate)([s.autobind],u.prototype,"onChangeCenter",null),(0,o.__decorate)([(0,s.watch)(["state.center"])],u.prototype,"onExternalChangeCenter",null),(0,o.__decorate)([(0,s.watch)(["state.type"])],u.prototype,"onExternalChangeType",null),(0,o.__decorate)([(0,s.watch)(["state.layer"])],u.prototype,"onExternalChangeLayer",null),u=(0,o.__decorate)([s.component],u)},83059:function(t,i,n){"use strict";n.r(i),i.default={symbols:"symbol"}},83111:function(t,i,n){"use strict";n.d(i,{ToolbarSelect:function(){return l}});var r=n(65478),o=n(72430),s=n(70799),a=n(78644);let l=class t extends a.ToolbarButton{className(){return"ToolbarSelect"}update(){var t,i,n;super.update(),this.state.icon.name="";let{list:r,data:a}=this.control;if(r){let l=this.state.value||(a&&(0,s.isString)(a.currentValue)?a.currentValue:void 0);l||(l=Object.keys(r)[0]);let u=((0,o.isPlainObject)(r)&&r[l.toString()]||l).toString();this.state.text=null!=(n=null==(i=(t=this.control).textTemplate)?void 0:i.call(t,this.jodit,u))?n:u}}};l=function(t,i,n,r){var o,s=arguments.length,a=s<3?i:null===r?r=Object.getOwnPropertyDescriptor(i,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,r);else for(var l=t.length-1;l>=0;l--)(o=t[l])&&(a=(s<3?o(a):s>3?o(i,n,a):o(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a}([r.component],l)},83160:function(t,i){"use strict";i.default={"Type something":"Напишите что-либо","About Jodit":"О Jodit","Jodit Editor":"Редактор Jodit","Jodit User's Guide":"Jodit Руководство пользователя","contains detailed help for using":"содержит детальную информацию по использованию","For information about the license, please go to our website:":"Для получения сведений о лицензии , пожалуйста, перейдите на наш сайт:","Buy full version":"Купить полную версию","Copyright \xa9 XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Авторские права \xa9 XDSoft.net - Чупурнов Валерий. Все права защищены.",Anchor:"Анкор","Open in new tab":"Открывать ссылку в новой вкладке","Open in fullsize":"Открыть редактор в полном размере","Clear Formatting":"Очистить форматирование","Fill color or set the text color":"Цвет заливки или цвет текста",Redo:"Повтор",Undo:"Отмена",Bold:"Жирный",Italic:"Наклонный","Insert Unordered List":"Вставка маркированного списка","Insert Ordered List":"Вставить нумерованный список","Align Center":"Выровнять по центру","Align Justify":"Выровнять по ширине","Align Left":"Выровнять по левому краю","Align Right":"Выровнять по правому краю","Insert Horizontal Line":"Вставить горизонтальную линию","Insert Image":"Вставить изображение","Insert file":"Вставить файл","Insert youtube/vimeo video":"Вставьте видео","Insert link":"Вставить ссылку","Font size":"Размер шрифта","Font family":"Шрифт","Insert format block":"Вставить блочный элемент",Normal:"Нормальный текст","Heading 1":"Заголовок 1","Heading 2":"Заголовок 2","Heading 3":"Заголовок 3","Heading 4":"Заголовок 4",Quote:"Цитата",Code:"Код",Insert:"Вставить","Insert table":"Вставить таблицу","Decrease Indent":"Уменьшить отступ","Increase Indent":"Увеличить отступ","Select Special Character":"Выберите специальный символ","Insert Special Character":"Вставить специальный символ","Paint format":"Формат краски","Change mode":"Источник",Margins:"Отступы",top:"сверху",right:"справа",bottom:"снизу",left:"слева",Styles:"Стили",Classes:"Классы",Align:"Выравнивание",Right:"По правому краю",Center:"По центру",Left:"По левому краю","--Not Set--":"--не устанавливать--",Src:"src",Title:"Заголовок",Alternative:"Альтернативный текст (alt)",Link:"Ссылка","Open link in new tab":"Открывать ссылку в новом окне",file:"Файл",Advanced:"Расширенные","Image properties":"Свойства изображения",Cancel:"Отмена",Ok:"Ок","Your code is similar to HTML. Keep as HTML?":"Ваш текст, который вы пытаетесь вставить похож на HTML. Вставить его как HTML?","Paste as HTML":"Вставить как HTML?",Keep:"Сохранить оригинал",Clean:"Почистить","Insert as Text":"Вставить как текст","Insert only Text":"Вставить только текст","Word Paste Detected":"Возможно это фрагмент Word или Excel","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"Контент который вы вставляете поступает из документа Microsoft Word / Excel. Вы хотите сохранить формат или очистить его?","File Browser":"Браузер файлов","Error on load list":"Ошибка при загрузке списка изображений","Error on load folders":"Ошибка при загрузке списка директорий","Are you sure?":"Вы уверены?","Enter Directory name":"Введите название директории","Create directory":"Создать директорию","type name":"введите название","Drop image":"Перетащите сюда изображение","Drop file":"Перетащите сюда файл","or click":"или нажмите","Alternative text":"Альтернативный текст",Browse:"Сервер",Upload:"Загрузка",Background:"Фон",Text:"Текст",Top:" К верху",Middle:"По середине",Bottom:"К низу","Insert column before":"Вставить столбец до","Insert column after":"Вставить столбец после","Insert row above":"Вставить ряд выше","Insert row below":"Вставить ряд ниже","Delete table":"Удалить таблицу","Delete row":"Удалять ряд","Delete column":"Удалить столбец","Empty cell":"Очистить ячейку",source:"HTML",bold:"жирный",italic:"курсив",brush:"заливка",link:"ссылка",undo:"отменить",redo:"повторить",table:"таблица",image:"Изображение",eraser:"очистить",paragraph:"параграф",fontsize:"размер шрифта",video:"видео",font:"шрифт",about:"о редакторе",print:"печать",underline:"подчеркнутый",strikethrough:"перечеркнутый",indent:"отступ",outdent:"выступ",fullsize:"во весь экран",shrink:"обычный размер",hr:"линия",ul:"Список",ol:"Нумерованный список",cut:"Вырезать",selectall:"Выделить все","Embed code":"Код","Open link":"Открыть ссылку","Edit link":"Редактировать ссылку","No follow":"Атрибут nofollow",Unlink:"Убрать ссылку",Eye:"Просмотр",pencil:"Редактировать",Update:"Обновить"," URL":"URL",Edit:"Редактировать","Horizontal align":"Горизонтальное выравнивание",Filter:"Фильтр","Sort by changed":"По изменению","Sort by name":"По имени","Sort by size":"По размеру","Add folder":"Добавить папку",Reset:"Восстановить",Save:"Сохранить","Save as ...":"Сохранить как",Resize:"Изменить размер",Crop:"Обрезать размер",Width:"Ширина",Height:"Высота","Keep Aspect Ratio":"Сохранять пропорции",Yes:"Да",No:"Нет",Remove:"Удалить",Select:"Выделить","Chars: %d":"Символов: %d","Words: %d":"Слов: %d",All:"Выделить все","Select %s":"Выделить: %s","Select all":"Выделить все","Vertical align":"Вертикальное выравнивание",Split:"Разделить","Split vertical":"Разделить по вертикали","Split horizontal":"Разделить по горизонтали",Merge:"Объединить в одну","Add column":"Добавить столбец","Add row":"Добавить строку",Delete:"Удалить",Border:"Рамка","License: %s":"Лицензия: %s","Strike through":"Перечеркнуть",Underline:"Подчеркивание",superscript:"верхний индекс",subscript:"индекс","Cut selection":"Вырезать",Break:"Разделитель","Search for":"Найти","Replace with":"Заменить на",Replace:"Заменить",Paste:"Вставить","Choose Content to Paste":"Выбрать контент для вставки","You can only edit your own images. Download this image on the host?":"Вы можете редактировать только свои собственные изображения. Загрузить это изображение на ваш сервер?","The image has been successfully uploaded to the host!":"Изображение успешно загружено на сервер!",palette:"палитра","There are no files":"В данном каталоге нет файлов",Rename:"Переименовать","Enter new name":"Введите новое имя",preview:"Предпросмотр",download:"Скачать","Paste from clipboard":"Вставить из буфера обмена","Your browser doesn't support direct access to the clipboard.":"Ваш браузер не поддерживает прямой доступ к буферу обмена.","Copy selection":"Скопировать выделенное",copy:"копия","Border radius":"Радиус границы","Show all":"Показать все",Apply:"Применить","Please fill out this field":"Пожалуйста, заполните это поле","Please enter a web address":"Пожалуйста, введите веб-адрес",Default:"По умолчанию",Circle:"Круг",Dot:"Точка",Quadrate:"Квадрат",Find:"Найти","Find Previous":"Найти Предыдущие","Find Next":"Найти Далее","Insert className":"Вставить название класса","Press Alt for custom resizing":"Нажмите Alt для изменения пользовательского размера"}},83447:function(t,i,n){"use strict";n.d(i,{getHash:function(){return s}});var r=n(70799),o=n(49055);function s(t){let i=/([^[]*)\[([^\]]+)]/,n=/[\s]*,[\s]*/,s=/^(.*)[\s]*=[\s]*(.*)$/,a={};return(0,r.isString)(t)?(t.split(n).map(t=>{t=(0,o.trim)(t);let r=i.exec(t),l={};if(r){let t=r[2].split(n);r[1]&&(t.forEach(t=>{t=(0,o.trim)(t);let i=s.exec(t);i?l[i[1]]=i[2]:l[t]=!0}),a[r[1].toUpperCase()]=l)}else a[t.toUpperCase()]=!0}),a):!!t&&(Object.keys(t).forEach(i=>{a[i.toUpperCase()]=t[i]}),a)}},83632:function(t,i,n){"use strict";n.d(i,{ApplyStyle:function(){return a}});var r=n(63687),o=n(77361),s=n(55307);function a(t,i){var n;let{s:a,editor:l}=t;null==(n=l.firstChild)||n.normalize();let u=a.fakes(),c=t.s.wrapInTagGen(u),d=c.next();if(d.done)return;let h={collapsed:a.isCollapsed(),mode:o.INITIAL,element:d.value,next:s.states.START,jodit:t,style:i};for(;d&&!d.done;){let t=new r.FiniteStateMachine(s.states.START,s.transactions);for(h.element=d.value;t.getState()!==s.states.END;)h=t.dispatch("exec",h);d=c.next()}a.restoreFakes(u)}},83671:function(t,i,n){"use strict";var r=n(82758),o=n(22732),s=n(580),a=n(49055),l=n(29960),u=n(76078),c=n(50911),d=n(80870),h=n(21491);n(86012);class p extends c.Plugin{afterInit(){if(this.j.o.showXPathInStatusbar){this.container=this.j.c.div("jodit-xpath"),(0,l.attr)(this.container,"role","list");let t=()=>{this.j.o.showXPathInStatusbar&&this.container&&(this.j.statusbar.append(this.container),this.j.getRealMode()===r.MODE_WYSIWYG?this.calcPath():(this.container&&(this.container.innerHTML=r.INVISIBLE_SPACE),this.appendSelectAll()))};this.j.e.off(".xpath").on("pointerup.xpath change.xpath keydown.xpath changeSelection.xpath",this.calcPath).on("afterSetMode.xpath afterInit.xpath changePlace.xpath",t),t(),this.calcPath()}}beforeDestruct(){this.j&&this.j.events&&this.j.e.off(".xpath"),this.removeSelectAll(),this.menu&&this.menu.destruct(),o.Dom.safeRemove(this.container),delete this.menu,delete this.container}constructor(){super(...arguments),this.onContext=(t,i)=>(this.menu||(this.menu=new d.ContextMenu(this.j)),this.menu.show(i.clientX,i.clientY,[{icon:"bin",title:t===this.j.editor?"Clear":"Remove",exec:()=>{t!==this.j.editor?o.Dom.safeRemove(t):this.j.value="",this.j.synchronizeValues()}},{icon:"select-all",title:"Select",exec:()=>{this.j.s.select(t)}}]),!1),this.onSelectPath=(t,i)=>{this.j.s.focus();let n=(0,l.attr)(i.target,"-path")||"/";if("/"===n)return this.j.execCommand("selectall"),!1;try{let t=this.j.ed.evaluate(n,this.j.editor,null,XPathResult.ANY_TYPE,null).iterateNext();if(t)return this.j.s.select(t),!1}catch(t){}return this.j.s.select(t),!1},this.tpl=(t,i,n,r)=>{let o=this.j.c.fromHTML(`<span class="jodit-xpath__item"><a role="button" data-path="${i}" title="${r}" tabindex="-1"'>${(0,a.trim)(n)}</a></span>`),s=o.firstChild;return this.j.e.on(s,"click",this.onSelectPath.bind(this,t)).on(s,"contextmenu",this.onContext.bind(this,t)),o},this.removeSelectAll=()=>{this.selectAllButton&&(this.selectAllButton.destruct(),delete this.selectAllButton)},this.appendSelectAll=()=>{this.removeSelectAll(),this.selectAllButton=(0,h.makeButton)(this.j,function(t){for(var i=1;i<arguments.length;i++){var n=null!=arguments[i]?arguments[i]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable}))),r.forEach(function(i){var r;r=n[i],i in t?Object.defineProperty(t,i,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[i]=r})}return t}({name:"selectall"},this.j.o.controls.selectall)),this.selectAllButton.state.size="tiny",this.container&&this.container.insertBefore(this.selectAllButton.container,this.container.firstChild)},this.calcPathImd=()=>{if(this.isDestructed)return;let t=this.j.s.current();if(this.container&&(this.container.innerHTML=r.INVISIBLE_SPACE),t){let i,n,r;o.Dom.up(t,t=>{t&&this.j.editor!==t&&!o.Dom.isText(t)&&!o.Dom.isComment(t)&&(i=t.nodeName.toLowerCase(),n=(0,u.getXPathByElement)(t,this.j.editor).replace(/^\//,""),r=this.tpl(t,n,i,this.j.i18n("Select %s",i)),this.container&&this.container.insertBefore(r,this.container.firstChild))},this.j.editor)}this.appendSelectAll()},this.calcPath=this.j.async.debounce(this.calcPathImd,2*this.j.defaultTimeout,!0)}}s.pluginSystem.add("xpath",p)},83709:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1744 1408q33 0 42 18.5t-11 44.5l-126 162q-20 26-49 26t-49-26l-126-162q-20-26-11-44.5t42-18.5h80v-1024h-80q-33 0-42-18.5t11-44.5l126-162q20-26 49-26t49 26l126 162q20 26 11 44.5t-42 18.5h-80v1024h80zm-1663-1279l54 27q12 5 211 5 44 0 132-2t132-2q36 0 107.5.5t107.5.5h293q6 0 21 .5t20.5 0 16-3 17.5-9 15-17.5l42-1q4 0 14 .5t14 .5q2 112 2 336 0 80-5 109-39 14-68 18-25-44-54-128-3-9-11-48t-14.5-73.5-7.5-35.5q-6-8-12-12.5t-15.5-6-13-2.5-18-.5-16.5.5q-17 0-66.5-.5t-74.5-.5-64 2-71 6q-9 81-8 136 0 94 2 388t2 455q0 16-2.5 71.5t0 91.5 12.5 69q40 21 124 42.5t120 37.5q5 40 5 50 0 14-3 29l-34 1q-76 2-218-8t-207-10q-50 0-151 9t-152 9q-3-51-3-52v-9q17-27 61.5-43t98.5-29 78-27q19-42 19-383 0-101-3-303t-3-303v-117q0-2 .5-15.5t.5-25-1-25.5-3-24-5-14q-11-12-162-12-33 0-93 12t-80 26q-19 13-34 72.5t-31.5 111-42.5 53.5q-42-26-56-44v-383z"/> </svg> '},83725:function(t,i,n){"use strict";n.d(i,{Autocomplete:function(){return c}});var r=n(82749),o=n(31635),s=n(31356),a=n(35934),l=n(65478),u=n(62405);class c extends u.UIGroup{className(){return"Autocomplete"}onChangeSelection(){var t,i;this.elements.forEach(t=>t.setMod("active",!1)),null==(t=this.elements[this.currentSelection])||t.setMod("active",!0),null==(i=this.elements[this.currentSelection])||i.container.scrollIntoView(!1)}build(t){var i;let n=null==(i=this.elements[this.currentSelection])?void 0:i.item.value,r=t=>t.value,o=s.ListReconciler.reconcile(this.__previousList,t,{getId:r}),l=new Set;o.toRemove.forEach(t=>{let i=r(t);if(l.has(i))return;l.add(i);let n=this.itemsMap.get(i);n&&(-1!==this.elements.indexOf(n)&&(this.remove(n),n.destruct()),this.itemsMap.delete(t.value))}),o.toCreate.forEach(i=>{let n=r(i);if(l.has(n))return;l.add(n);let o=new a.AutocompleteItem(this.jodit,i,i=>{this.currentSelection=t.findIndex(t=>r(t)===i),this.select()});this.itemsMap.set(n,o);let s=t.indexOf(i);this.append(o,s)}),o.toUpdate.forEach(({newItem:t,index:i})=>{let n=r(t);if(l.has(n))return;l.add(n);let o=this.itemsMap.get(n);o&&(o.item=t,this.elements.indexOf(o)!==i&&i<this.elements.length&&(this.remove(o),this.append(o,i)))});let u=this.currentSelection;this.currentSelection=Math.max(0,t.findIndex(t=>r(t)===n)),u===this.currentSelection&&this.onChangeSelection(),this.__previousList=[...t]}selectNext(){this.currentSelection+1<=this.elements.length-1?this.currentSelection+=1:this.currentSelection=0}selectPrevious(){this.currentSelection-1>=0?this.currentSelection-=1:this.currentSelection=this.elements.length-1}select(){this.j.e.fire("select.autocomplete",this.elements[this.currentSelection].item)}constructor(...t){super(...t),(0,r._)(this,"elements",[]),(0,r._)(this,"currentSelection",-1),(0,r._)(this,"__previousList",[]),(0,r._)(this,"itemsMap",new Map)}}(0,o.__decorate)([(0,l.watch)("currentSelection")],c.prototype,"onChangeSelection",null),c=(0,o.__decorate)([l.component],c)},83967:function(t,i,n){"use strict";var r=n(75689),o=n.n(r),s=n(6441),a=n(53326);s.Config.prototype.controls.pasteCode={icon:o(),tooltip:"Paste code",command:"pasteCode"},s.Config.prototype.pasteCode={globalHighlightLib:!1,canonicalLanguageCode(t){switch(t){case"ts":return"typescript";case"js":return"javascript";case"markup":return"html"}return t},highlightLib:{beforeLibLoad(){window.Prism=window.Prism||{},window.Prism.manual=!0},highlight(t,i){return"u">typeof Prism?Prism.highlight(t,Prism.languages[i]||Prism.languages.plain,i):(0,a.htmlspecialchars)(t)},isLangLoaded(t){return"html"===t||"u">typeof Prism&&!!Prism.languages[t]},js:["https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/prism.min.js","https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/plugins/autoloader/prism-autoloader.min.js"],langUrl:t=>`https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/components/prism-${t}.min.js`,css:["https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/themes/prism.min.css"]},defaultLanguage:"html",insertTemplate:(t,i,n)=>`<pre class="language-${i}">${(0,a.htmlspecialchars)(n)}</pre>`,languages:[{value:"plaintext",text:"Plain"},{value:"html",text:"HTML/XML"},{value:"bash",text:"Bash"},{value:"php",text:"PHP"},{value:"javascript",text:"JavaScript"},{value:"typescript",text:"TypeScript"},{value:"jsx",text:"JSX"},{value:"java",text:"Java"},{value:"css",text:"CSS"},{value:"php",text:"PHP"},{value:"ruby",text:"Ruby"},{value:"python",text:"Python"},{value:"java",text:"Java"},{value:"c",text:"C"},{value:"csharp",text:"C#"},{value:"cpp",text:"C++"},{value:"sql",text:"SQL"},{value:"docker",text:"Docker"},{value:"http",text:"HTTP"},{value:"ini",text:"INI"},{value:"yaml",text:"YAML"},{value:"json",text:"JSON"},{value:"json5",text:"JSON5"},{value:"makefile",text:"Makefile"},{value:"swift",text:"Swift"}],dialog:{width:700,height:600}}},83987:function(t,i,n){"use strict";n.d(i,{buildData:function(){return o}});var r=n(21537);function o(t,i){if((0,r.isFunction)(t.o.buildData))return t.o.buildData.call(t,i);let n=t.ow.FormData;if(void 0!==n){if(i instanceof n||(0,r.isString)(i))return i;let t=new n;return Object.keys(i).forEach(n=>{t.append(n,i[n])}),t}return i}},84021:function(t,i,n){"use strict";n.d(i,{removeExtraTags:function(){return o}});let r=new Set(["o:p","xml","script","meta","link","v:imagedata","style"]);function o(t){return"none"===t.style.get("display")||0===t.length&&"span"===t.name||r.has(t.name)?(t.remove(),null):t}},84075:function(t,i,n){"use strict";n.d(i,{ViewWithToolbar:function(){return g}});var r=n(78213),o=n(45219),s=n(37133),a=n(2748),l=n(76855),u=n(70799),c=n(76078),d=n(67510),h=n(43649),p=n(35608),f=n(21491),m=function(t,i,n,r){var o,s=arguments.length,a=s<3?i:null===r?r=Object.getOwnPropertyDescriptor(i,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,r);else for(var l=t.length-1;l>=0;l--)(o=t[l])&&(a=(s<3?o(a):s>3?o(i,n,a):o(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a};class g extends p.View{get toolbarContainer(){return!this.o.fullsize&&((0,u.isString)(this.o.toolbar)||a.Dom.isHTMLElement(this.o.toolbar))?(0,c.resolveElement)(this.o.toolbar,this.o.shadowRoot||this.od):(this.o.toolbar&&a.Dom.appendChildFirst(this.container,this.__defaultToolbarContainer),this.__defaultToolbarContainer)}setPanel(t){this.o.toolbar=t,this.buildToolbar()}buildToolbar(){var t;if(!this.o.toolbar)return;let i=this.o.buttons?(0,l.splitArray)(this.o.buttons):[];null==(t=this.toolbar)||t.setRemoveButtons(this.o.removeButtons).build(i.concat(this.o.extraButtons||[])).appendTo(this.toolbarContainer)}getRegisteredButtonGroups(){return this.groupToButtons}registerButton(t){var i;this.registeredButtons.add(t);let n=null!=(i=t.group)?i:"other";return this.groupToButtons[n]||(this.groupToButtons[n]=[]),null!=t.position?this.groupToButtons[n][t.position]=t.name:this.groupToButtons[n].push(t.name),this}unregisterButton(t){var i;this.registeredButtons.delete(t);let n=null!=(i=t.group)?i:"other",r=this.groupToButtons[n];if(r){let i=r.indexOf(t.name);-1!==i&&r.splice(i,1),0===r.length&&delete this.groupToButtons[n]}return this}beforeToolbarBuild(t){if(Object.keys(this.groupToButtons).length)return t.map(t=>(0,h.isButtonGroup)(t)&&t.group&&this.groupToButtons[t.group]?{group:t.group,buttons:[...t.buttons,...this.groupToButtons[t.group]]}:t)}destruct(){this.isDestructed||(this.setStatus(r.STATUSES.beforeDestruct),this.e.off("beforeToolbarBuild",this.beforeToolbarBuild),this.__tooltip.destruct(),this.toolbar.destruct(),this.toolbar=void 0,super.destruct())}constructor(t,i=!1){super(t,i),this.toolbar=(0,f.makeCollection)(this),this.__defaultToolbarContainer=this.c.div("jodit-toolbar__box"),this.registeredButtons=new Set,this.groupToButtons={},this.isJodit=!1,this.__tooltip=new d.UITooltip(this),this.isJodit=i,this.e.on("beforeToolbarBuild",this.beforeToolbarBuild)}}m([(0,s.watch)(":rebuildToolbar")],g.prototype,"buildToolbar",null),m([o.autobind],g.prototype,"beforeToolbarBuild",null)},84272:function(t,i,n){"use strict";n.d(i,{isInlineBlock:function(){return a},removeFormatForCollapsedSelection:function(){return s}});var r=n(82758),o=n(2748);function s(t,i){let{s:n}=t,r=i;if(!r){r=t.createInside.fake();let{range:i}=n;o.Dom.safeInsertNode(i,r),i.collapse()}let s=o.Dom.furthest(r,a,t.editor);if(s)if(n.cursorOnTheLeft(s))o.Dom.before(s,r);else if(n.cursorOnTheRight(s))o.Dom.after(s,r);else{let t=n.splitSelection(s);t&&o.Dom.after(t,r)}i||(n.setCursorBefore(r),o.Dom.safeRemove(r))}function a(t){return o.Dom.isInlineBlock(t)&&!o.Dom.isTag(t,r.INSEPARABLE_TAGS)}},84380:function(t,i,n){"use strict";var r=n(82758),o=n(6441),s=n(117);function a(t,i,n,r,o,s,a){try{var l=t[s](a),u=l.value}catch(t){n(t);return}l.done?i(u):Promise.resolve(u).then(r,o)}o.Config.prototype.askBeforePasteHTML=!0,o.Config.prototype.processPasteHTML=!0,o.Config.prototype.scrollToPastedContent=!0,o.Config.prototype.pasteExcludeStripTags=["br","hr"],o.Config.prototype.pasteHTMLActionList=[{value:r.INSERT_AS_HTML,text:"Keep"},{value:r.INSERT_AS_TEXT,text:"Insert as Text"},{value:r.INSERT_ONLY_TEXT,text:"Insert only Text"}],o.Config.prototype.memorizeChoiceWhenPasteFragment=!1,o.Config.prototype.nl2brInPlainText=!0;let l="pasteStorage";o.Config.prototype.controls.paste={tooltip:"Paste from clipboard",exec(t,i,n){var o;return(o=function*(t,i,{control:n}){if(n.name===l)return void t.execCommand("showPasteStorage");t.s.focus();let o="",a=!0;if(navigator.clipboard){try{let t=yield navigator.clipboard.read();if(t&&t.length){let i=yield t[0].getType(r.TEXT_PLAIN);o=yield new Response(i).text()}a=!1}catch(t){r.IS_PROD}if(a)try{o=yield navigator.clipboard.readText(),a=!1}catch(t){r.IS_PROD}}a&&(a=0===(o=t.buffer.get(r.CLIPBOARD_ID)||"").length);let u=t.value;a?(t.ed.execCommand("paste"),(a=u===t.value)||t.e.fire("afterPaste")):o.length?((0,s.pasteInsertHtml)(null,t,o),t.e.fire("afterPaste")):a&&t.alert("Your browser doesn't support direct access to the clipboard.",()=>void t.s.focus())},function(){var t=this,i=arguments;return new Promise(function(n,r){var s=o.apply(t,i);function l(t){a(s,n,r,l,u,"next",t)}function u(t){a(s,n,r,l,u,"throw",t)}l(void 0)})}).apply(this,arguments)},list:{[l]:"Paste Storage"},isChildDisabled(t){return 2>t.e.fire("pasteStorageList")}}},84767:function(t,i,n){"use strict";function r(t){return"number"==typeof t&&!isNaN(t)&&isFinite(t)}n.d(i,{isNumber:function(){return r}})},84858:function(t,i){"use strict";i.default='<svg viewBox="0 0 13 13" xmlns="http://www.w3.org/2000/svg"> <path d="M5.9814 11.8049C5.59087 11.4144 5.59087 10.7812 5.9814 10.3907L10.224 6.14806C10.6146 5.75754 11.2477 5.75754 11.6383 6.14806C12.0288 6.53859 12.0288 7.17175 11.6383 7.56228L7.39561 11.8049C7.00509 12.1954 6.37192 12.1954 5.9814 11.8049Z"/> <path d="M0.707107 12.0208C0.316582 11.6303 0.316582 10.9971 0.707107 10.6066L10.6066 0.707121C10.9971 0.316597 11.6303 0.316596 12.0208 0.707121C12.4113 1.09764 12.4113 1.73081 12.0208 2.12133L2.12132 12.0208C1.7308 12.4114 1.09763 12.4114 0.707107 12.0208Z"/> </svg> '},85017:function(t,i){"use strict";i.default={"Type something":"Ecrivez ici","About Jodit":"A propos de Jodit","Jodit Editor":"Editeur Jodit","Jodit User's Guide":"Guide de l'utilisateur","contains detailed help for using":"Aide d\xe9taill\xe9e \xe0 l'utilisation","For information about the license, please go to our website:":"Consulter la licence sur notre site web:","Buy full version":"Acheter la version compl\xe8te","Copyright \xa9 XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Copyright \xa9 XDSoft.net - Chupurnov Valeriy. Tous droits r\xe9serv\xe9s.",Anchor:"Ancre","Open in new tab":"Ouvrir dans un nouvel onglet","Open in fullsize":"Ouvrir l'\xe9diteur en pleine page","Clear Formatting":"Supprimer le formattage","Fill color or set the text color":"Modifier la couleur du fond ou du texte",Redo:"Refaire",Undo:"D\xe9faire",Bold:"Gras",Italic:"Italique","Insert Unordered List":"Liste non ordonn\xe9e","Insert Ordered List":"Liste ordonn\xe9e","Align Center":"Centrer","Align Justify":"Justifier","Align Left":"Aligner \xe0 gauche ","Align Right":"Aligner \xe0 droite","Insert Horizontal Line":"Ins\xe9rer une ligne horizontale","Insert Image":"Ins\xe9rer une image","Insert file":"Ins\xe9rer un fichier","Insert youtube/vimeo video":"Ins\xe9rer une vid\xe9o","Insert link":"Ins\xe9rer un lien","Font size":"Taille des caract\xe8res","Font family":"Famille des caract\xe8res","Insert format block":"Bloc formatt\xe9",Normal:"Normal","Heading 1":"Titre 1","Heading 2":"Titre 2","Heading 3":"Titre 3","Heading 4":"Titre 4",Quote:"Citation",Code:"Code",Insert:"Ins\xe9rer","Insert table":"Ins\xe9rer un tableau","Decrease Indent":"Diminuer le retrait","Increase Indent":"Retrait plus","Select Special Character":"S\xe9lectionnez un caract\xe8re sp\xe9cial","Insert Special Character":"Ins\xe9rer un caract\xe8re sp\xe9cial","Paint format":"Cloner le format","Change mode":"Mode wysiwyg <-> code html",Margins:"Marges",top:"haut",right:"droite",bottom:"Bas",left:"gauche",Styles:"Styles",Classes:"Classes",Align:"Alignement",Right:"Droite",Center:"Centre",Left:"Gauche","--Not Set--":"--Non disponible--",Src:"Source",Title:"Titre",Alternative:"Alternative",Filter:"Filtre",Link:"Lien","Open link in new tab":"Ouvrir le lien dans un nouvel onglet",Image:"Image",file:"fichier",Advanced:"Avanc\xe9","Image properties":"Propri\xe9t\xe9s de l'image",Cancel:"Annuler",Ok:"OK","Your code is similar to HTML. Keep as HTML?":"Votre texte que vous essayez de coller est similaire au HTML. Collez-le en HTML?","Paste as HTML":"Coller en HTML?",Keep:"Sauvegarder l'original",Clean:"Nettoyer","Insert as Text":"Coller en tant que texte","Word Paste Detected":"C'est peut-\xeatre un fragment de Word ou Excel","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"Le contenu que vous ins\xe9rez provient d'un document Microsoft Word / Excel. Voulez-vous enregistrer le format ou l'effacer?","Insert only Text":"Coller le texte seulement","File Browser":"Explorateur de fichiers","Error on load list":"Erreur de liste de chargement","Error on load folders":"Erreur de dossier de chargement","Are you sure?":"Etes-vous s\xfbrs ?","Enter Directory name":"Entrer le nom de dossier","Create directory":"Cr\xe9er un dossier","type name":"type de fichier","Drop image":"Coller une image","Drop file":"D\xe9poser un fichier","or click":"ou cliquer","Alternative text":"Texte de remplacemement",Browse:"Chercher",Upload:"Charger",Background:"Arri\xe8re-plan",Border:"Bordure",Text:"Texte",Top:"Haut",Middle:"Milieu",Bottom:"Bas","Insert column before":"Ins\xe9rer une colonne avant","Insert column after":"Ins\xe9rer une colonne apr\xe8s","Insert row above":"Ins\xe9rer une ligne au dessus","Insert row below":"Ins\xe9rer une ligne en dessous","Delete table":"Supprimer le tableau","Delete row":"Supprimer la ligne","Delete column":"Supprimer la colonne","Empty cell":"Vider la cellule","Chars: %d":"Symboles: %d","Words: %d":"Mots: %d",Split:"Split","Split vertical":"Split vertical","Split horizontal":"Split horizontal","Strike through":"Barrer",Underline:"Souligner",superscript:"exposant",subscript:"indice","Cut selection":"Couper la s\xe9lection","Select all":"Tout s\xe9lectionner",Break:"Pause","Search for":"Rechercher","Replace with":"Remplacer par",Replace:"Remplacer",Paste:"Coller","Choose Content to Paste":"Choisissez le contenu \xe0 coller",source:"la source",bold:"gras",italic:"italique",brush:"pinceau",link:"lien",undo:"annuler",redo:"refaire",table:"tableau",image:"image",eraser:"gomme",paragraph:"clause",fontsize:"taille de police",video:"Video",font:"police",about:"\xe0 propos de l'\xe9diteur",print:"impression",underline:"soulign\xe9",strikethrough:"barr\xe9",indent:"indentation",outdent:"retrait",fullsize:"taille r\xe9elle",shrink:"taille conventionnelle",hr:"la ligne",ul:"Liste",ol:"Liste num\xe9rot\xe9e",cut:"Couper",selectall:"S\xe9lectionner tout","Open link":"Ouvrir le lien","Edit link":"Modifier le lien","No follow":"Attribut Nofollow",Unlink:"Supprimer le lien",Eye:"Voir",pencil:"Pour \xe9diter"," URL":"URL",Reset:"Restaurer",Save:"Sauvegarder","Save as ...":"Enregistrer sous",Resize:"Changer la taille",Crop:"Taille de garniture",Width:"Largeur",Height:"Hauteur","Keep Aspect Ratio":"Garder les proportions",Yes:"Oui",No:"Non",Remove:"Supprimer",Select:"Mettre en \xe9vidence","Select %s":"Mettre en \xe9vidence: %s",Update:"Mettre \xe0 jour","Vertical align":"Alignement vertical",Merge:"aller","Add column":"Ajouter une colonne","Add row":"Ajouter une rang\xe9e",Delete:"Effacer","Horizontal align":"Alignement horizontal","Sort by changed":"Trier par modification","Sort by name":"Trier par nom","Sort by size":"Trier par taille","Add folder":"Cr\xe9er le dossier","You can only edit your own images. Download this image on the host?":"Vous ne pouvez \xe9diter que vos propres images. T\xe9l\xe9chargez cette image sur l'h\xf4te?","The image has been successfully uploaded to the host!":"L'image a \xe9t\xe9 t\xe9l\xe9charg\xe9e avec succ\xe8s sur le serveur!",palette:"Palette","There are no files":"Il n'y a aucun fichier dans ce r\xe9pertoire.",Rename:"renommer","Enter new name":"Entrez un nouveau nom",preview:"Aper\xe7u",download:"T\xe9l\xe9charger","Paste from clipboard":"Coller \xe0 partir du presse-papiers","Your browser doesn't support direct access to the clipboard.":"Votre navigateur ne prend pas en charge l'acc\xe8s direct au presse-papiers.","Copy selection":"Copier la s\xe9lection",copy:"copie","Border radius":"Rayon des bordures","Show all":"Afficher tous",Apply:"Appliquer","Please fill out this field":"Veuillez remplir ce champ","Please enter a web address":"Veuillez entrer une adresse web",Default:"Par d\xe9faut",Circle:"Cercle",Dot:"Point",Quadrate:"Quadratique",Find:"Trouver","Find Previous":"Pr\xe9c\xe9dent","Find Next":"Suivant","Insert className":"Ins\xe9rer un nom de classe","Press Alt for custom resizing":"Appuyez sur Alt pour un redimensionnement personnalis\xe9","Embed code":"Code d'int\xe9gration",Edit:"Modifier",All:"Tout s\xe9lectionner","License: %s":"Licence: %s"}},85120:function(t,i,n){"use strict";n.d(i,{UITextArea:function(){return h}});var r,o,s,a=n(65478),l=n(87325),u=n(80256);function c(t){for(var i=1;i<arguments.length;i++){var n=null!=arguments[i]?arguments[i]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable}))),r.forEach(function(i){var r;r=n[i],i in t?Object.defineProperty(t,i,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[i]=r})}return t}var d=function(t,i,n,r){var o,s=arguments.length,a=s<3?i:null===r?r=Object.getOwnPropertyDescriptor(i,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,r);else for(var l=t.length-1;l>=0;l--)(o=t[l])&&(a=(s<3?o(a):s>3?o(i,n,a):o(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a};let h=s=class t extends u.UIInput{className(){return"UITextArea"}createNativeInput(t){return this.j.create.element("textarea")}onChangeStateSize(){let{size:t,resizable:i}=this.state;this.nativeInput.style.resize=i?"auto":"none",this.nativeInput.rows=null!=t?t:5}constructor(t,i){super(t,i),this.state=c({},s.defaultState),Object.assign(this.state,i),!1===this.state.resizable&&(this.nativeInput.style.resize="none")}};h.defaultState=(r=c({},u.UIInput.defaultState),o=o={size:5,resizable:!0},Object.getOwnPropertyDescriptors?Object.defineProperties(r,Object.getOwnPropertyDescriptors(o)):(function(t){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);i.push.apply(i,n)}return i})(Object(o)).forEach(function(t){Object.defineProperty(r,t,Object.getOwnPropertyDescriptor(o,t))}),r),d([(0,a.watch)(["state.size","state.resizable"])],h.prototype,"onChangeStateSize",null),h=s=d([l.component],h)},85130:function(t,i,n){"use strict";n.d(i,{execute:function(){return s}});var r=n(77688),o=n(6689);function s(t,i,n){return(0,r._)(function*(){let{contextCharsBefore:r,contextCharsAfter:s}=i;if((0,o.throwIfAborted)(n),t.s.restore(),t.s.isCollapsed())return{hasSelection:!1};let a=t.s.html,l=t.s.range,u=l.toString(),c={hasSelection:!0,html:a,text:u,startContainer:l.startContainer.nodeName,endContainer:l.endContainer.nodeName};if(r>0||s>0){let i=t.editor.textContent||"",n=i.substring(0,i.indexOf(u)),o=i.substring(i.indexOf(u)+u.length);r>0&&(c.contextBefore=n.slice(-r)),s>0&&(c.contextAfter=o.slice(0,s))}return c})()}},85174:function(t,i,n){"use strict";var r=n(77688),o=n(82749),s=n(56075),a=n(11886),l=n(31635);n(3536);var u=n(4941),c=n(65478),d=n(49055),h=n(20356),p=n(2692);class f extends h.Plugin{afterInit(t){return(0,r._)(function*(){let i=yield t.o.emoji.data();t.isInDestruct||(this.data=(0,a._)((0,s._)({},i),{emoji:i.emoji.map(u.Emoji.normalizeEmoji)}),t.o.emoji.enableAutoComplete&&t.e.fire("registerAutocompleteSource",this.onAutoComplete),t.async.requestIdleCallback(()=>{t.getInstance(u.Emoji)}))}).call(this)}onAutoComplete(t){return t.length>2&&":"===t[0]&&(t=t.substr(1).toLowerCase(),(0,d.trim)(t).length)?this.data.emoji.filter(i=>{var n;return(null==(n=i.description)?void 0:n.indexOf(t))===0}).sort((i,n)=>i.description.indexOf(t)-n.description.indexOf(t)).map(t=>({title:`${t.emoji} ${t.description}`,value:t.emoji})):[]}beforeDestruct(t){}constructor(...t){super(...t),(0,o._)(this,"hasStyle",!p.JoditPro.fatMode),(0,o._)(this,"buttons",[{name:"emoji",group:"insert"}]),(0,o._)(this,"data",void 0)}}(0,o._)(f,"requires",["autocomplete","license"]),(0,l.__decorate)([c.autobind],f.prototype,"onAutoComplete",null),p.JoditPro.plugins.add("emoji",f)},85407:function(t,i,n){"use strict";var r=n(82758),o=n(2748),s=n(580),a=n(21537),l=n(20356),u=n(10830);class c extends l.Plugin{createDialog(){this.dialog=this.j.dlg();let t=(0,u.Button)(this.j,"paste","Paste","primary");t.onAction(this.paste);let i=(0,u.Button)(this.j,"","Cancel");i.onAction(this.dialog.close),this.container=this.j.c.div(),this.container.classList.add("jodit-paste-storage"),this.listBox=this.j.c.div(),this.previewBox=this.j.c.div(),this.container.appendChild(this.listBox),this.container.appendChild(this.previewBox),this.dialog.setHeader(this.j.i18n("Choose Content to Paste")),this.dialog.setContent(this.container),this.dialog.setFooter([t,i]),this.j.e.on(this.listBox,"click dblclick",t=>{let i=t.target;return o.Dom.isTag(i,"a")&&i.hasAttribute("data-index")&&this.selectIndex(parseInt((0,a.attr)(i,"-index")||"0",10)),"dblclick"===t.type&&this.paste(),!1})}afterInit(){this.j.e.off("afterCopy.paste-storage").on("pasteStorageList.paste-storage",()=>this.list.length).on("afterCopy.paste-storage",t=>{-1!==this.list.indexOf(t)&&this.list.splice(this.list.indexOf(t),1),this.list.unshift(t),this.list.length>5&&(this.list.length=5)}),this.j.registerCommand("showPasteStorage",{exec:this.showDialog,hotkeys:["ctrl+shift+v","cmd+shift+v"]})}beforeDestruct(){this.dialog&&this.dialog.destruct(),this.j.e.off(".paste-storage"),o.Dom.safeRemove(this.previewBox),o.Dom.safeRemove(this.listBox),o.Dom.safeRemove(this.container),this.container=null,this.listBox=null,this.previewBox=null,this.dialog=null,this.list=[]}constructor(){super(...arguments),this.currentIndex=0,this.list=[],this.container=null,this.listBox=null,this.previewBox=null,this.dialog=null,this.paste=()=>{if(this.j.s.focus(),this.j.s.insertHTML(this.list[this.currentIndex]),0!==this.currentIndex){let t=this.list[0];this.list[0]=this.list[this.currentIndex],this.list[this.currentIndex]=t}this.dialog&&this.dialog.close(),this.j.synchronizeValues(),this.j.e.fire("afterPaste")},this.onKeyDown=t=>{let i=this.currentIndex;if(-1!==[r.KEY_UP,r.KEY_DOWN,r.KEY_ENTER].indexOf(t.key)){if(t.key===r.KEY_UP&&(0===i?i=this.list.length-1:i-=1),t.key===r.KEY_DOWN&&(i===this.list.length-1?i=0:i+=1),t.key===r.KEY_ENTER)return void this.paste();i!==this.currentIndex&&this.selectIndex(i),t.stopImmediatePropagation(),t.preventDefault()}},this.selectIndex=t=>{this.listBox&&(0,a.toArray)(this.listBox.childNodes).forEach((i,n)=>{i.classList.remove("jodit_active"),t===n&&this.previewBox&&(i.classList.add("jodit_active"),this.previewBox.innerHTML=this.list[t],i.focus())}),this.currentIndex=t},this.showDialog=()=>{this.list.length<2||(this.dialog||this.createDialog(),this.listBox&&(this.listBox.innerHTML=""),this.previewBox&&(this.previewBox.innerHTML=""),this.list.forEach((t,i)=>{let n=this.j.c.element("a");n.textContent=i+1+". "+t.replace((0,r.SPACE_REG_EXP)(),""),this.j.e.on(n,"keydown",this.onKeyDown),(0,a.attr)(n,"href","#"),(0,a.attr)(n,"data-index",i.toString()),(0,a.attr)(n,"tab-index","-1"),this.listBox&&this.listBox.appendChild(n)}),this.dialog&&this.dialog.open(),this.j.async.setTimeout(()=>{this.selectIndex(0)},100))}}}s.pluginSystem.add("pasteStorage",c)},85567:function(t,i,n){"use strict";n.d(i,{PII:function(){return r},WARN:function(){return o}});let r=440,o=940},85723:function(t,i,n){"use strict";n.r(i),i.default={"Line height":"Hauteur de ligne"}},85745:function(t,i,n){"use strict";n(6441).Config.prototype.imageProcessor={replaceDataURIToBlobIdInView:!0}},86012:function(t,i,n){"use strict";n(6441).Config.prototype.showXPathInStatusbar=!0},86019:function(t,i,n){"use strict";n.d(i,{Jodit:function(){return r.Jodit}});var r=n(2303),o=n(27613),s=n(82758),a=n(65478),l=n(41409),u=n(17555),c=n(26152);n(46448),Object.keys(s).forEach(t=>{r.Jodit[t]=s[t]});let d=t=>"__esModule"!==t;Object.keys(u).filter(d).forEach(t=>{l.Icon.set(t.replace("_","-"),u[t])}),Object.keys(l).filter(d).forEach(t=>{var i;let n=l[t],s=(0,o.isFunction)(null==(i=n.prototype)?void 0:i.className)?n.prototype.className():t;(0,o.isString)(s)&&(r.Jodit.modules[s]=n)}),Object.keys(a).filter(d).forEach(t=>{r.Jodit.decorators[t]=a[t]}),["Confirm","Alert","Prompt"].forEach(t=>{r.Jodit[t]=l[t]}),Object.keys(c.default).filter(d).forEach(t=>{r.Jodit.lang[t]=c.default[t]})},86068:function(t,i,n){"use strict";function r(t){return null==t}n.d(i,{isVoid:function(){return r}})},86273:function(t,i){"use strict";i.default={"Type something":"Escriba algo...",Advanced:"Avanzado","About Jodit":"Acerca de Jodit","Jodit Editor":"Jodit Editor","Jodit User's Guide":"Gu\xeda de usuario Jodit","contains detailed help for using":"contiene ayuda detallada para el uso.","For information about the license, please go to our website:":"Para informaci\xf3n sobre la licencia, por favor visite nuestro sitio:","Buy full version":"Compre la versi\xf3n completa","Copyright \xa9 XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Copyright \xa9 XDSoft.net - Chupurnov Valeriy. Todos los derechos reservados.",Anchor:"Anclar","Open in new tab":"Abrir en nueva pesta\xf1a","Open in fullsize":"Abrir editor en pantalla completa","Clear Formatting":"Limpiar formato","Fill color or set the text color":"Color de relleno o de letra",Redo:"Rehacer",Undo:"Deshacer",Bold:"Negrita",Italic:"Cursiva","Insert Unordered List":"Insertar lista no ordenada","Insert Ordered List":"Insertar lista ordenada","Align Center":"Alinear Centrado","Align Justify":"Alinear Justificado","Align Left":"Alinear Izquierda","Align Right":"Alinear Derecha","Insert Horizontal Line":"Insertar l\xednea horizontal","Insert Image":"Insertar imagen","Insert file":"Insertar archivo","Insert youtube/vimeo video":"Insertar video de Youtube/vimeo","Insert link":"Insertar v\xednculo","Font size":"Tama\xf1o de letra","Font family":"Familia de letra","Insert format block":"Insertar bloque",Normal:"Normal","Heading 1":"Encabezado 1","Heading 2":"Encabezado 2","Heading 3":"Encabezado 3","Heading 4":"Encabezado 4",Quote:"Cita",Code:"C\xf3digo",Insert:"Insertar","Insert table":"Insertar tabla","Decrease Indent":"Disminuir sangr\xeda","Increase Indent":"Aumentar sangr\xeda","Select Special Character":"Seleccionar caracter especial","Insert Special Character":"Insertar caracter especial","Paint format":"Copiar formato","Change mode":"Cambiar modo",Margins:"M\xe1rgenes",top:"arriba",right:"derecha",bottom:"abajo",left:"izquierda",Styles:"Estilos CSS",Classes:"Clases CSS",Align:"Alinear",Right:"Derecha",Center:"Centrado",Left:"Izquierda","--Not Set--":"--No Establecido--",Src:"Fuente",Title:"T\xedtulo",Alternative:"Texto Alternativo",Filter:"Filtrar",Link:"V\xednculo","Open link in new tab":"Abrir v\xednculo en nueva pesta\xf1a",Image:"Imagen",file:"Archivo","Image properties":"Propiedades de imagen",Cancel:"Cancelar",Ok:"Aceptar","Your code is similar to HTML. Keep as HTML?":"El c\xf3digo es similar a HTML. \xbfMantener como HTML?","Paste as HTML":"Pegar como HTML?",Keep:"Mantener",Clean:"Limpiar","Insert as Text":"Insertar como texto","Word Paste Detected":"Pegado desde Word detectado","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"El contenido pegado proviene de un documento de Microsoft Word/Excel. \xbfDesea mantener el formato o limpiarlo?","Insert only Text":"Insertar solo texto","File Browser":"Buscar archivo","Error on load list":"Error al cargar la lista","Error on load folders":"Error al cargar las carpetas","Are you sure?":"\xbfEst\xe1 seguro?","Enter Directory name":"Entre nombre de carpeta","Create directory":"Crear carpeta","type name":"Entre el nombre","Drop image":"Soltar imagen","Drop file":"Soltar archivo","or click":"o click","Alternative text":"Texto alternativo",Browse:"Buscar",Upload:"Subir",Background:"Fondo",Text:"Texto",Top:"Arriba",Middle:"Centro",Bottom:"Abajo","Insert column before":"Insertar columna antes","Insert column after":"Interar columna despu\xe9s","Insert row above":"Insertar fila arriba","Insert row below":"Insertar fila debajo","Delete table":"Borrar tabla","Delete row":"Borrar fila","Delete column":"Borrar columna","Empty cell":"Vaciar celda",Delete:"Borrar","Strike through":"Tachado",Underline:"Subrayado",Break:"Pausa","Search for":"Buscar","Replace with":"Reemplazar con",Replace:"Reemplazar",Edit:"Editar","Vertical align":"Alineaci\xf3n vertical","Horizontal align":"Alineaci\xf3n horizontal","Sort by changed":"Ordenar por fecha modificaci\xf3n","Sort by name":"Ordenar por nombre","Sort by size":"Ordenar por tama\xf1o","Add folder":"Agregar carpeta",Split:"Dividir","Split vertical":"Dividir vertical","Split horizontal":"Dividir horizontal",Merge:"Mezclar","Add column":"Agregar columna","Add row":"Agregar fila",Border:"Borde","Embed code":"Incluir c\xf3digo",Update:"Actualizar",superscript:"super\xedndice",subscript:"sub\xedndice","Cut selection":"Cortar selecci\xf3n",Paste:"Pegar","Choose Content to Paste":"Seleccionar contenido para pegar","Chars: %d":"Caracteres: %d","Words: %d":"Palabras: %d",All:"Todo","Select %s":"Seleccionar: %s","Select all":"Seleccionar todo",source:"HTML",bold:"negrita",italic:"cursiva",brush:"Brocha",link:"V\xednculo",undo:"deshacer",redo:"rehacer",table:"Tabla",image:"Imagen",eraser:"Borrar",paragraph:"P\xe1rrafo",fontsize:"Tama\xf1o de letra",video:"Video",font:"Letra",about:"Acerca de",print:"Imprimir",underline:"subrayar",strikethrough:"tachar",indent:"sangr\xeda",outdent:"quitar sangr\xeda",fullsize:"Tama\xf1o completo",shrink:"encoger",hr:"l\xednea horizontal",ul:"lista sin ordenar",ol:"lista ordenada",cut:"Cortar",selectall:"Seleccionar todo","Open link":"Abrir v\xednculo","Edit link":"Editar v\xednculo","No follow":"No seguir",Unlink:"Desvincular",Eye:"Ver",pencil:"Para editar"," URL":"URL",Reset:"Resetear",Save:"Guardar","Save as ...":"Guardar como...",Resize:"Redimensionar",Crop:"Recortar",Width:"Ancho",Height:"Alto","Keep Aspect Ratio":"Mantener relaci\xf3n de aspecto",Yes:"Si",No:"No",Remove:"Quitar",Select:"Seleccionar","You can only edit your own images. Download this image on the host?":"Solo puedes editar tus propias im\xe1genes. \xbfDescargar esta imagen en el servidor?","The image has been successfully uploaded to the host!":"\xa1La imagen se ha subido correctamente al servidor!",palette:"paleta","There are no files":"No hay archivos en este directorio.",Rename:"renombrar","Enter new name":"Ingresa un nuevo nombre",preview:"avance",download:"Descargar","Paste from clipboard":"Pegar desde el portapapeles","Your browser doesn't support direct access to the clipboard.":"Su navegador no soporta el acceso directo en el portapapeles.","Copy selection":"Selecci\xf3n de copia",copy:"copia","Border radius":"Radio frontera","Show all":"Mostrar todos los",Apply:"Aplicar","Please fill out this field":"Por favor, rellene este campo","Please enter a web address":"Por favor, introduzca una direcci\xf3n web",Default:"Predeterminado",Circle:"C\xedrculo",Dot:"Punto",Quadrate:"Cuadro","Lower Alpha":"Letra Min\xfascula","Lower Greek":"Griego Min\xfascula","Lower Roman":"Romano Min\xfascula","Upper Alpha":"Letra May\xfascula","Upper Roman":"Romano May\xfascula",Find:"Encontrar","Find Previous":"Buscar Anterior","Find Next":"Buscar Siguiente","Insert className":"Insertar nombre de clase","Press Alt for custom resizing":"Presione Alt para cambiar el tama\xf1o personalizado","License: %s":"Licencia: %s"}},86327:function(t,i,n){"use strict";n.d(i,{UIForm:function(){return c}});var r=n(4012),o=n(87325),s=n(43555),a=n(80256),l=n(12234),u=n(62405);let c=class t extends u.UIGroup{className(){return"UIForm"}submit(){this.j.e.fire(this.container,"submit")}validate(){for(let t of this.allChildren.filter(t=>r.Component.isInstanceOf(t,a.UIInput)))if(!t.validate())return!1;for(let t of this.allChildren.filter(t=>r.Component.isInstanceOf(t,l.UISelect)))if(!t.validate())return!1;return!0}onSubmit(t){return this.j.e.on(this.container,"submit",()=>{let i=this.allChildren.filter(t=>r.Component.isInstanceOf(t,a.UIInput));return!!this.validate()&&(t(i.reduce((t,i)=>(t[i.state.name]=i.value,t),{})),!1)}),this}createContainer(){let t=this.j.c.element("form");return t.classList.add(this.componentName),(0,s.attr)(t,"dir",this.j.o.direction||"auto"),(0,s.attr)(t,"novalidate",""),t}constructor(...t){var i,n;super(...t),(null==(i=this.options)?void 0:i.className)&&this.container.classList.add(null==(n=this.options)?void 0:n.className)}};c=function(t,i,n,r){var o,s=arguments.length,a=s<3?i:null===r?r=Object.getOwnPropertyDescriptor(i,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,r);else for(var l=t.length-1;l>=0;l--)(o=t[l])&&(a=(s<3?o(a):s>3?o(i,n,a):o(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a}([o.component],c)},86397:function(t,i,n){"use strict";n.d(i,{ConnectionError:function(){return r}});class r extends Error{constructor(t){super(t),Object.setPrototypeOf(this,r.prototype)}}},86401:function(t){t.exports={"Show Blocks":"Mostrar Blocos"}},86428:function(t){t.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"> \x3c!-- Background rounded rect --\x3e <rect x="1" y="1" width="22" height="22" rx="3"/> \x3c!-- Letter A - outer shape --\x3e <polygon points="8,5 2,19 5,19 6.5,16 11.5,16 13,19 16,19 10,5" fill="white"/> \x3c!-- Letter A - inner triangle (hole) --\x3e <polygon points="9,9 7.5,13 10.5,13" fill="currentColor"/> \x3c!-- Letter I --\x3e <rect x="17" y="5" width="3" height="14" fill="white"/> </svg>'},86449:function(t,i,n){"use strict";n.d(i,{APIClient:function(){return c}});var r=n(77688),o=n(82749),s=n(56075),a=n(11886),l=n(82758),u=n(21537);class c{sendRequest(t,i,n,o,s){return(0,r._)(function*(){let{apiRequest:r,requestTimeout:a,maxRetries:c}=this.jodit.o.aiAssistantPro;if(!r)throw Error("AI Assistant Pro callback is not configured");let d=new AbortController;this.abortControllers.add(d);try{let h=this.buildRequestContext(t,i,n,o,s),p=null;for(let t=0;c>=t;t++)try{if(d.signal.aborted)throw(0,u.abort)();let t=setTimeout(()=>{d.abort()},a);try{let i=yield r(h,d.signal);return clearTimeout(t),this.validateResponse(i),i}catch(i){throw clearTimeout(t),i}}catch(i){if(p=i,l.IS_PROD,c>t){let i=this.calculateRetryDelay(t);yield this.sleep(i)}else throw i}throw p||Error("API request failed after all retries")}finally{this.abortControllers.delete(d)}}).call(this)}abort(){this.abortControllers.forEach(t=>{t.abort()}),this.abortControllers.clear()}isInProgress(){return this.abortControllers.size>0}buildRequestContext(t,i,n,r,o){let{apiMode:l,instructions:u}=this.jodit.o.aiAssistantPro,c={mode:l,conversationId:t,tools:this.toolRegistry.getAllTools(),selectionContexts:r,conversationOptions:o,instructions:u},d=[];if("full"===l)d=i;else if(n){let t=i.findIndex(t=>t.id===n);d=-1!==t?i.slice(t+1):i,c=(0,a._)((0,s._)({},c),{parentMessageId:n})}else d=i;return(0,a._)((0,s._)({},c),{messages:this.expandToolMessages(d,i.find(t=>t.id===n))})}expandToolMessages(t,i){let n=[];for(let i of t)n.push(i),this.expandToolResultsMessage(i,n);return i&&this.expandToolResultsMessage(i,n),n}expandToolResultsMessage(t,i){if(t.toolCalls&&t.toolCalls.length>0)for(let r of t.toolCalls){var n;let o=null!=(n=r.result)?n:{error:"result not found"};if(i.find(t=>t.id===`${r.id}-result`))continue;let s={id:`${r.id}-result`,role:"tool",content:o.error?`Error: ${o.error}`:JSON.stringify(o.result),timestamp:t.timestamp,toolResults:[{toolCallId:r.id,result:o}]};i.push(s)}}validateResponse(t){if("final"!==t.mode)return;let i=t.response;if(!i)throw Error("API returned empty response");if(!i.responseId)throw Error("API response missing responseId");if(void 0===i.content)throw Error("API response missing content");if(void 0===i.finished)throw Error("API response missing finished flag");if(i.toolCalls){if(!Array.isArray(i.toolCalls))throw Error("API response toolCalls must be an array");i.toolCalls.forEach((t,i)=>{if(!t.id)throw Error(`Tool call at index ${i} is missing id`);if(!t.name)throw Error(`Tool call at index ${i} is missing name`);if(!t.arguments||"object"!=typeof t.arguments)throw Error(`Tool call at index ${i} has invalid arguments`)})}}calculateRetryDelay(t){let{retryDelay:i}=this.jodit.o.aiAssistantPro;return i*Math.pow(2,t)+Math.random()*i}sleep(t){return new Promise(i=>setTimeout(i,t))}destruct(){this.abort()}constructor(t,i){(0,o._)(this,"jodit",void 0),(0,o._)(this,"toolRegistry",void 0),(0,o._)(this,"abortControllers",void 0),this.jodit=t,this.toolRegistry=i,this.abortControllers=new Set}}},86518:function(t,i,n){"use strict";n.d(i,{safeHTML:function(){return s},sanitizeHTMLElement:function(){return a}});var r=n(2748),o=n(43555);function s(t,i){(r.Dom.isElement(t)||r.Dom.isFragment(t))&&(i.removeOnError&&(a(t),(0,o.$$)("[onerror]",t).forEach(t=>a(t,i))),i.safeJavaScriptLink&&(a(t),(0,o.$$)('a[href^="javascript"]',t).forEach(t=>a(t,i))))}function a(t,{safeJavaScriptLink:i,removeOnError:n}={safeJavaScriptLink:!0,removeOnError:!0}){if(!r.Dom.isElement(t))return!1;let s=!1;n&&t.hasAttribute("onerror")&&((0,o.attr)(t,"onerror",null),s=!0);let l=t.getAttribute("href");return i&&l&&0===l.trim().indexOf("javascript")&&((0,o.attr)(t,"href",location.protocol+"//"+l),s=!0),s}},86563:function(t,i,n){"use strict";n.d(i,{UIMessageList:function(){return c}});var r=n(82749),o=n(31635),s=n(51359),a=n(65478),l=n(62405),u=n(31356);class c extends l.UIGroup{className(){return"UIMessageList"}render(){return'<div class="&__scroll-container"></div>'}afterRender(){this.scrollContainer=this.container}onUserScroll(){if(!this.scrollContainer)return;let{scrollTop:t,scrollHeight:i,clientHeight:n}=this.scrollContainer;this.autoScrollEnabled=i-t-n<10}onMessageSent(){this.autoScrollEnabled=!0,this.scrollToBottom()}appendChildToContainer(t){this.scrollContainer&&this.scrollContainer.appendChild(t)}setMessages(t){let i=this.messages.slice();this.messages=t.slice(),this.updateMessageList(i),this.scrollToBottom()}updateMessageList(t){let i=u.ListReconciler.reconcile(t,this.messages,{getId:t=>t.id,isEqual:(t,i)=>t.id===i.id&&t.content===i.content&&t.timestamp===i.timestamp&&JSON.stringify(t.artifacts)===JSON.stringify(i.artifacts)&&JSON.stringify(t.toolCalls)===JSON.stringify(i.toolCalls),preserveOrder:!0});i.toRemove.forEach(t=>{let i=this.messageItems.get(t.id);i&&(-1!==this.elements.indexOf(i)&&(this.remove(i),i.destruct()),this.messageItems.delete(t.id))}),i.toUpdate.forEach(({newItem:t,index:i})=>{let n=this.messageItems.get(t.id);n&&(n.updateMessage(t),this.elements.indexOf(n)!==i&&i<this.elements.length&&(this.remove(n),this.append(n,i)))}),i.toCreate.forEach(t=>{let i=new s.UIMessageListItem(this.j,t,this.params);this.messageItems.set(t.id,i);let n=this.messages.indexOf(t);this.append(i,n)})}scrollToBottom(){!this.j.isDestructed&&this.autoScrollEnabled&&(this.container.scrollTop=this.container.scrollHeight)}destruct(){this.messageItems.clear(),this.messages=[],super.destruct()}constructor(t,i){super(t),(0,r._)(this,"params",void 0),(0,r._)(this,"messages",void 0),(0,r._)(this,"messageItems",void 0),(0,r._)(this,"scrollContainer",void 0),(0,r._)(this,"autoScrollEnabled",void 0),this.params=i,this.messages=[],this.messageItems=new Map,this.autoScrollEnabled=!0}}(0,o.__decorate)([(0,a.hook)("ready")],c.prototype,"afterRender",null),(0,o.__decorate)([(0,a.watch)(["scrollContainer:wheel","scrollContainer:scroll","scrollContainer:touchmove"]),(0,a.throttle)(t=>t.defaultTimeout)],c.prototype,"onUserScroll",null),(0,o.__decorate)([(0,a.watch)(":messageSent.ai-assistant-pro")],c.prototype,"onMessageSent",null),(0,o.__decorate)([a.autobind],c.prototype,"setMessages",null),(0,o.__decorate)([(0,a.throttle)(t=>2*t.defaultTimeout)],c.prototype,"scrollToBottom",null),c=(0,o.__decorate)([a.component],c)},86583:function(t,i,n){"use strict";n.d(i,{dataBind:function(){return s}});var r=n(39955);let o=new WeakMap,s=(t,i,n)=>{let s=o.get(t);if(!s){s={},o.set(t,s);let i=null;(0,r.isViewObject)(t.j)&&(i=t.j.e),(0,r.isViewObject)(t)&&(i=t.e),i&&i.on("beforeDestruct",()=>{o.delete(t)})}return void 0===n?s[i]:(s[i]=n,n)}},86820:function(t){t.exports='<svg viewBox="0 0 88 88" fill="none" xmlns="http://www.w3.org/2000/svg"> <g> <path d="M44 0.513519C27.2931 0.513519 13.75 13.8981 13.75 30.4095C13.75 46.9208 44 87.4835 44 87.4835C44 87.4835 74.25 46.9208 74.25 30.4095C74.25 13.8981 60.7069 0.513519 44 0.513519ZM19.25 30.4095C19.25 16.921 30.3518 5.94914 44 5.94914C57.6482 5.94914 68.75 16.921 68.75 30.4095C68.75 39.8049 54.9945 62.4871 44 78.1329C33.0055 62.4871 19.25 39.8049 19.25 30.4095ZM44 16.8204C36.4052 16.8204 30.25 22.9035 30.25 30.4095C30.25 37.9154 36.4052 43.9985 44 43.9985C51.5948 43.9985 57.75 37.9154 57.75 30.4095C57.75 22.9035 51.5948 16.8204 44 16.8204ZM44 38.5629C39.4508 38.5629 35.75 34.9054 35.75 30.4095C35.75 25.9135 39.4508 22.256 44 22.256C48.5492 22.256 52.25 25.9135 52.25 30.4095C52.25 34.9054 48.5492 38.5629 44 38.5629Z" fill="#404040"/> </g> <defs> <rect width="88" height="86.97" fill="white" transform="translate(0 0.513519)"/> </defs> </svg>'},86835:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M384 544v576q0 13-9.5 22.5t-22.5 9.5q-14 0-23-9l-288-288q-9-9-9-23t9-23l288-288q9-9 23-9 13 0 22.5 9.5t9.5 22.5zm1408 768v192q0 13-9.5 22.5t-22.5 9.5h-1728q-13 0-22.5-9.5t-9.5-22.5v-192q0-13 9.5-22.5t22.5-9.5h1728q13 0 22.5 9.5t9.5 22.5zm0-384v192q0 13-9.5 22.5t-22.5 9.5h-1088q-13 0-22.5-9.5t-9.5-22.5v-192q0-13 9.5-22.5t22.5-9.5h1088q13 0 22.5 9.5t9.5 22.5zm0-384v192q0 13-9.5 22.5t-22.5 9.5h-1088q-13 0-22.5-9.5t-9.5-22.5v-192q0-13 9.5-22.5t22.5-9.5h1088q13 0 22.5 9.5t9.5 22.5zm0-384v192q0 13-9.5 22.5t-22.5 9.5h-1728q-13 0-22.5-9.5t-9.5-22.5v-192q0-13 9.5-22.5t22.5-9.5h1728q13 0 22.5 9.5t9.5 22.5z"/> </svg> '},87058:function(t,i,n){"use strict";n.d(i,{camelCase:function(){return r}});let r=t=>t.replace(/([-_])(.)/g,(t,i,n)=>n.toUpperCase())},87325:function(t,i,n){"use strict";n.d(i,{component:function(){return a},getComponentClass:function(){return l}});var r=n(82758),o=n(80568);let s=new Map;function a(t){class i extends t{constructor(...t){super(...t),this.constructor===i&&(this instanceof i||Object.setPrototypeOf(this,i.prototype),this.setStatus("ready"))}}let n=(0,o.getClassName)(t.prototype);if(s.has(n)&&!r.IS_PROD)throw Error(`Component with name "${n}" is already registered`);return s.set(n,i),i}function l(t){return s.get(t)}},87394:function(t,i,n){"use strict";var r=n(12153),o=n(6441),s=n(5119);o.Config.prototype.usePopupForSpecialCharacters=!1,o.Config.prototype.specialCharacters=["!","&quot;","#","$","%","&amp;","'","(",")","*","+","-",".","/","0","1","2","3","4","5","6","7","8","9",":",";","&lt;","=","&gt;","?","@","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","[","]","^","_","`","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","{","|","}","~","&euro;","&lsquo;","&rsquo;","&ldquo;","&rdquo;","&ndash;","&mdash;","&iexcl;","&cent;","&pound;","&curren;","&yen;","&brvbar;","&sect;","&uml;","&copy;","&ordf;","&laquo;","&raquo;","&not;","&reg;","&macr;","&deg;","&sup2;","&sup3;","&acute;","&micro;","&para;","&middot;","&cedil;","&sup1;","&ordm;","&frac14;","&frac12;","&frac34;","&iquest;","&Agrave;","&Aacute;","&Acirc;","&Atilde;","&Auml;","&Aring;","&AElig;","&Ccedil;","&Egrave;","&Eacute;","&Ecirc;","&Euml;","&Igrave;","&Iacute;","&Icirc;","&Iuml;","&ETH;","&Ntilde;","&Ograve;","&Oacute;","&Ocirc;","&Otilde;","&Ouml;","&times;","&Oslash;","&Ugrave;","&Uacute;","&Ucirc;","&Uuml;","&Yacute;","&THORN;","&szlig;","&agrave;","&aacute;","&acirc;","&atilde;","&auml;","&aring;","&aelig;","&ccedil;","&egrave;","&eacute;","&ecirc;","&euml;","&igrave;","&iacute;","&icirc;","&iuml;","&eth;","&ntilde;","&ograve;","&oacute;","&ocirc;","&otilde;","&ouml;","&divide;","&oslash;","&ugrave;","&uacute;","&ucirc;","&uuml;","&yacute;","&thorn;","&yuml;","&OElig;","&oelig;","&#372;","&#374","&#373","&#375;","&sbquo;","&#8219;","&bdquo;","&hellip;","&trade;","&#9658;","&bull;","&rarr;","&rArr;","&hArr;","&diams;","&asymp;"],r.Icon.set("symbols",s.default),o.Config.prototype.controls.symbols={hotkeys:["ctrl+shift+i","cmd+shift+i"],tooltip:"Insert Special Character",popup:(t,i,n)=>{let r=t.e.fire("generateSpecialCharactersTable.symbols");if(r){if(t.o.usePopupForSpecialCharacters){let i=t.c.div();return i.classList.add("jodit-symbols"),i.appendChild(r),t.e.on(r,"close_dialog",n),i}t.alert(r,"Select Special Character",void 0,"jodit-symbols").bindDestruct(t);let i=r.querySelector("a");i&&i.focus()}}}},87536:function(t,i,n){"use strict";n.d(i,{checkRemoveContentNotEditable:function(){return a}});var r=n(22732),o=n(21537),s=n(45124);function a(t,i,n){let a=r.Dom.findSibling(i,n);return!a&&i.parentElement&&i.parentElement!==t.editor&&(a=r.Dom.findSibling(i.parentElement,n)),!(!r.Dom.isElement(a)||r.Dom.isContentEditable(a,t.editor))&&((0,o.call)(n?r.Dom.before:r.Dom.after,a,i),r.Dom.safeRemove(a),(0,s.moveNodeInsideStart)(t,i,n),(0,o.call)(n?t.s.setCursorBefore:t.s.setCursorAfter,i),!0)}},87602:function(t,i,n){"use strict";n.d(i,{applySize:function(){return l}});var r=n(29807),o=n(29960),s=n(41180),a=n(14415);function l(t,i,n,l){if(i!==t.offsetWidth||n!==t.offsetHeight){let u=i?(0,a.normalSizeToString)(i):null,c=n?(0,a.normalSizeToString)(n):null;(0,s.css)(t,{width:u,height:u&&l?null:c}),(0,o.attr)(t,"width",u&&(0,r.isNumeric)(i)&&(0,o.attr)(t,"width")?u:null),(!(0,o.attr)(t,"width")||l)&&(c=null),(0,o.attr)(t,"height",c)}}},87612:function(t,i,n){"use strict";function r(t){return"boolean"==typeof t}n.d(i,{isBoolean:function(){return r}})},88092:function(t,i,n){"use strict";var r=n(67008),o=n.n(r),s=n(6441),a=n(2748),l=n(68345);s.Config.prototype.controls.iframeEditor={icon:o(),tooltip:"Iframe Editor",exec:(t,i)=>{a.Dom.isTag(i,"jodit")&&a.Dom.isTag(i.firstElementChild,"iframe")&&(i=i.firstElementChild),t.e.fire("toggleIframeEditor",a.Dom.isTag(i,"iframe")?i:null)}},(0,l.isArray)(s.Config.prototype.popup.iframe)&&s.Config.prototype.popup.iframe.push("iframeEditor")},88572:function(t,i,n){"use strict";n.d(i,{UIFormButtonGenerator:function(){return c}});var r=n(82749),o=n(2748),s=n(4510),a=n(38837),l=n(67510),u=n(62357);class c extends l.UIElement{className(){return"UIFormButtonGenerator"}update(){this.onUpdates.forEach(t=>t());let t=this.getElm("box-shadow");(0,a.assert)(null!=t,"box-shadow does not exists");let i=this.getElm("text-shadow");(0,a.assert)(null!=i,"text-shadow does not exists"),t.style.display=this.state.boxShadow?"":"none",i.style.display=this.state.textShadow?"":"none"}render(){return`<div>
565
+ </div>`}static extractStyle(t,i){var n,r,a,l;let u=(null==(l=i.ownerDocument.defaultView)?void 0:l.getComputedStyle(i))||{},c=(t,i,n,r)=>{let o=u[n];return!o||["none","inherit","initial","unset"].includes(o)?{[n]:!1}:(o.replace(/,\s/g,",").split(/\s+/).forEach(n=>{if(/[0-9.]+(px|pt|em|%)/.test(n)){let r=t.shift();r&&(i[r]=n)}else"inset"===n?i.boxShadowInset=!0:i[r]=n}),i[n]=!0,i)};Object.assign(t,(0,o._)((0,s._)((0,o._)((0,s._)((0,o._)({text:i.innerText,className:i.className,href:i.getAttribute("href")||""},(()=>{var t,i;let n={solid:!0,bgStart:null!=(t=u.backgroundColor)?t:"#44c767",bgEnd:null!=(i=u.backgroundColor)?i:"#44c767"},r=u.backgroundImage;if(r&&/linear-gradient/.test(r)){let t=/linear-gradient\((.+)\s+[0-9]+%,\s+(.+)\s+[0-9]+%\)/.exec(r);t&&(n.solid=!1,n.bgStart=t[1]||n.bgStart,n.bgEnd=t[2]||"#5cbf2a")}return n})()),{borderColor:null!=(n=null==u?void 0:u.borderColor)?n:"#18ab29",borderRadius:null!=(r=null==u?void 0:u.borderRadius)?r:0,borderSize:null!=(a=null==u?void 0:u.borderWidth)?a:1}),c(["boxShadowOffsetX","boxShadowOffsetY","boxShadowBlurRadius","boxShadowSpreadRadius"],{boxShadowBlurRadius:0,boxShadowColor:"#3dc21b",boxShadowInset:!1,boxShadowOffsetX:0,boxShadowOffsetY:0,boxShadowSpreadRadius:0},"boxShadow","boxShadowColor")),{fontColor:u.color,fontFamily:u.fontFamily,fontSize:u.fontSize,fontWeight:"bold"===u.fontWeight,fontItalic:"italic"===u.fontStyle,paddingX:u.paddingLeft,paddingY:u.paddingTop}),c(["textShadowOffsetX","textShadowOffsetY","textShadowBlurRadius"],{textShadowBlurRadius:0,textShadowColor:"#2f6627",textShadowOffsetX:0,textShadowOffsetY:1},"textShadow","textShadowColor")))}constructor(t,i){super(t),(0,r._)(this,"style",void 0),this.style=i,this.__updateStyles()}}(0,a.__decorate)([(0,l.watch)("style")],p.prototype,"__updateStyles",null),p=(0,a.__decorate)([l.component],p)},82558:function(t,i,n){"use strict";n.d(i,{allowAttributes:function(){return o}});var r=n(2748);function o(t,i,n,o){if(o&&r.Dom.isElement(i)&&!0!==o[i.nodeName]){let t=i.attributes;if(t&&t.length){let r=[];for(let n=0;n<t.length;n+=1){let s=o[i.nodeName][t[n].name];s&&(!0===s||s===t[n].value)||r.push(t[n].name)}r.length&&(n=!0),r.forEach(t=>{i.removeAttribute(t)})}}return n}},82749:function(t,i,n){"use strict";function r(t,i,n){return i in t?Object.defineProperty(t,i,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[i]=n,t}n.d(i,{_:function(){return r}})},82758:function(t,i,n){"use strict";n.r(i),n.d(i,{ACCURACY:function(){return V},APP_VERSION:function(){return r},BASE_PATH:function(){return ep},BASE_PATH_IS_MIN:function(){return ef},BR:function(){return $},CLIPBOARD_ID:function(){return eb},COMMAND_KEYS:function(){return W},EMULATE_DBLCLICK_TIMEOUT:function(){return ei},ES:function(){return o},FAT_MODE:function(){return c},HOMEPAGE:function(){return d},INSEPARABLE_TAGS:function(){return D},INSERT_AS_HTML:function(){return en},INSERT_AS_TEXT:function(){return eo},INSERT_CLEAR_HTML:function(){return er},INSERT_ONLY_TEXT:function(){return es},INVISIBLE_SPACE:function(){return f},INVISIBLE_SPACE_REG_EXP:function(){return g},INVISIBLE_SPACE_REG_EXP_END:function(){return b},INVISIBLE_SPACE_REG_EXP_START:function(){return v},IS_BLOCK:function(){return E},IS_ES_MODERN:function(){return s},IS_ES_NEXT:function(){return a},IS_IE:function(){return X},IS_INLINE:function(){return k},IS_MAC:function(){return el},IS_PROD:function(){return l},IS_TEST:function(){return u},KEY_ALIASES:function(){return eu},KEY_ALT:function(){return L},KEY_BACKSPACE:function(){return B},KEY_DELETE:function(){return H},KEY_DOWN:function(){return O},KEY_ENTER:function(){return j},KEY_ESC:function(){return P},KEY_F3:function(){return U},KEY_LEFT:function(){return R},KEY_META:function(){return I},KEY_RIGHT:function(){return z},KEY_SPACE:function(){return N},KEY_TAB:function(){return T},KEY_UP:function(){return M},LIST_TAGS:function(){return S},MARKER_CLASS:function(){return et},MODE_SOURCE:function(){return Y},MODE_SPLIT:function(){return J},MODE_WYSIWYG:function(){return K},NBSP_SPACE:function(){return m},NEARBY:function(){return q},NO_EMPTY_TAGS:function(){return x},PARAGRAPH:function(){return G},PASSIVE_EVENTS:function(){return ey},SAFE_COUNT_CHANGE_CALL:function(){return ea},SET_TEST:function(){return h},SOURCE_CONSUMER:function(){return ev},SPACE_REG_EXP:function(){return y},SPACE_REG_EXP_END:function(){return C},SPACE_REG_EXP_START:function(){return _},TEMP_ATTR:function(){return em},TEXT_HTML:function(){return Q},TEXT_PLAIN:function(){return Z},TEXT_RTF:function(){return ee},TOKENS:function(){return p},globalDocument:function(){return F},globalWindow:function(){return w},lang:function(){return eg}});let r="4.9.30",o="es2015",s=!0,a=!1,l=!0,u=!1,c=!0,d="https://xdsoft.net/jodit/pro/",h=()=>u=!0,p={},f="\uFEFF",m="\xa0",g=()=>/[\uFEFF]/g,b=()=>/[\uFEFF]+$/g,v=()=>/^[\uFEFF]+/g,y=()=>/[\s\n\t\r\uFEFF\u200b]+/g,_=()=>/^[\s\n\t\r\uFEFF\u200b]+/g,C=()=>/[\s\n\t\r\uFEFF\u200b]+$/g,w="u">typeof window?window:void 0,F="u">typeof document?document:void 0,E=/^(ADDRESS|ARTICLE|ASIDE|BLOCKQUOTE|CANVAS|DD|DFN|DIV|DL|DT|FIELDSET|FIGCAPTION|FIGURE|FOOTER|FORM|H[1-6]|HEADER|HGROUP|HR|LI|MAIN|NAV|NOSCRIPT|OUTPUT|P|PRE|RUBY|SCRIPT|STYLE|OBJECT|OL|SECTION|IFRAME|JODIT|JODIT-MEDIA|UL|TR|TD|TH|TBODY|THEAD|TFOOT|TABLE|BODY|HTML|VIDEO)$/i,k=/^(STRONG|SPAN|I|EM|B|SUP|SUB|A|U)$/i,S=new Set(["ul","ol"]),A=["img","video","svg","iframe","script","input","textarea","link","jodit","jodit-media"],D=new Set([...A,"br","hr"]),x=new Set(A),I="Meta",B="Backspace",T="Tab",j="Enter",P="Escape",L="Alt",R="ArrowLeft",M="ArrowUp",z="ArrowRight",O="ArrowDown",N="Space",H="Delete",U="F3",q=5,V=10,W=[I,B,H,M,O,z,R,j,P,U,T],$="br",G="p",K=1,Y=2,J=3,X="u">typeof navigator&&(-1!==navigator.userAgent.indexOf("MSIE")||/rv:11.0/i.test(navigator.userAgent)),Z=X?"text":"text/plain",Q=X?"html":"text/html",ee=X?"rtf":"text/rtf",et="jodit-selection_marker",ei=300,en="insert_as_html",er="insert_clear_html",eo="insert_as_text",es="insert_only_text",ea=10,el=void 0!==w&&/Mac|iPod|iPhone|iPad/.test(w.navigator.platform),eu={add:"+",break:"pause",cmd:"meta",command:"meta",ctl:"control",ctrl:"control",del:"delete",down:"arrowdown",esc:"escape",ins:"insert",left:"arrowleft",mod:el?"meta":"control",opt:"alt",option:"alt",return:"enter",right:"arrowright",space:"space",spacebar:"space",up:"arrowup",win:"meta",windows:"meta"},ec=t=>{let i=t.split("/");return/\.js/.test(i[i.length-1])?{basePath:i.slice(0,i.length-1).join("/")+"/",isMin:!0}:{basePath:t,isMin:!0}},{basePath:ed,isMin:eh}=(()=>{if("u"<typeof document)return{basePath:"",isMin:!0};let t=F.currentScript;if(t)return ec(t.src);let i=F.querySelectorAll("script[src]");return i&&i.length?ec(i[i.length-1].src):ec(w.location.href)})(),ep=ed,ef=eh,em="data-jodit-temp",eg={},eb="clipboard",ev="source-consumer",ey=new Set(["touchstart","touchend","scroll","mousewheel","mousemove","touchmove"])},82760:function(t,i,n){"use strict";n.d(i,{connection:function(){return s},error:function(){return o},options:function(){return a}});var r=n(32880);function o(t){return TypeError(t)}function s(t){return new r.ConnectionError(t)}function a(t){return new r.OptionsError(t)}},83039:function(t,i,n){"use strict";n.d(i,{UIMapsPropsForm:function(){return u}});var r=n(82749),o=n(31635),s=n(65478),a=n(76078),l=n(67510);class u extends l.UIForm{className(){return"UIMapsPropsForm"}onChangeSize(){let{width:t,height:i}=(0,a.refs)(this.container);this.state.size=[parseInt(null==t?void 0:t.value,10)||0,parseInt(null==i?void 0:i.value,10)||0]}onExternalChangeSize(){let{width:t,height:i}=(0,a.refs)(this.container),[n,r]=this.state.size;n.toString()!==t.value&&(t.value=n.toString()),r.toString()!==i.value&&(i.value=r.toString())}onChangeCenter(){let{lat:t,lng:i}=(0,a.refs)(this.container);this.state.center=[parseFloat(null==t?void 0:t.value)||0,parseFloat(null==i?void 0:i.value)||0]}onExternalChangeCenter(){let{lat:t,lng:i}=(0,a.refs)(this.container),[n,r]=this.state.center;n.toString()!==t.value&&(t.value=n.toString()),r.toString()!==i.value&&(i.value=r.toString())}onExternalChangeType(){let{mapType:t}=(0,a.refs)(this.container);this.state.type!==t.value&&(t.value=this.state.type)}onExternalChangeLayer(){let{layer:t}=(0,a.refs)(this.container);this.state.layer!==t.value&&(t.value=this.state.layer)}constructor(t,i){var n;super(t),(0,r._)(this,"state",void 0),this.state=i;const[o,s]=i.size,[a,u]=i.center;this.append([new l.UIInput(t,{label:"Width",name:"width",value:o,type:"number",onChange:this.onChangeSize}),new l.UIInput(t,{label:"Height",name:"height",value:s,type:"number",onChange:this.onChangeSize}),new l.UIInput(t,{label:"Latitude",name:"lat",value:a,onChange:this.onChangeCenter}),new l.UIInput(t,{label:"Longitude",name:"lng",value:u,onChange:this.onChangeCenter}),new l.UISelect(t,{label:"Map type",value:i.type,name:"mapType",options:[{value:"hybrid",text:"Hybrid"},{value:"roadmap",text:"Roadmap"},{value:"satellite",text:"Satellite"},{value:"terrain",text:"Terrain"}],onChange:t=>{i.type=t}}),new l.UISelect(t,{label:"Layer",value:null!=(n=i.layer)?n:"default",name:"layer",options:[{value:"default",text:"Default"},{value:"traffic",text:"Traffic"},{value:"transit",text:"Transit"},{value:"bicycling",text:"Bicycling"}],onChange:t=>{i.layer=t}})])}}(0,o.__decorate)([s.autobind],u.prototype,"onChangeSize",null),(0,o.__decorate)([(0,s.watch)("state.size")],u.prototype,"onExternalChangeSize",null),(0,o.__decorate)([s.autobind],u.prototype,"onChangeCenter",null),(0,o.__decorate)([(0,s.watch)(["state.center"])],u.prototype,"onExternalChangeCenter",null),(0,o.__decorate)([(0,s.watch)(["state.type"])],u.prototype,"onExternalChangeType",null),(0,o.__decorate)([(0,s.watch)(["state.layer"])],u.prototype,"onExternalChangeLayer",null),u=(0,o.__decorate)([s.component],u)},83059:function(t,i,n){"use strict";n.r(i),i.default={symbols:"symbol"}},83111:function(t,i,n){"use strict";n.d(i,{ToolbarSelect:function(){return l}});var r=n(65478),o=n(72430),s=n(70799),a=n(78644);let l=class t extends a.ToolbarButton{className(){return"ToolbarSelect"}update(){var t,i,n;super.update(),this.state.icon.name="";let{list:r,data:a}=this.control;if(r){let l=this.state.value||(a&&(0,s.isString)(a.currentValue)?a.currentValue:void 0);l||(l=Object.keys(r)[0]);let u=((0,o.isPlainObject)(r)&&r[l.toString()]||l).toString();this.state.text=null!=(n=null==(i=(t=this.control).textTemplate)?void 0:i.call(t,this.jodit,u))?n:u}}};l=function(t,i,n,r){var o,s=arguments.length,a=s<3?i:null===r?r=Object.getOwnPropertyDescriptor(i,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,r);else for(var l=t.length-1;l>=0;l--)(o=t[l])&&(a=(s<3?o(a):s>3?o(i,n,a):o(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a}([r.component],l)},83160:function(t,i){"use strict";i.default={"Type something":"Напишите что-либо","About Jodit":"О Jodit","Jodit Editor":"Редактор Jodit","Jodit User's Guide":"Jodit Руководство пользователя","contains detailed help for using":"содержит детальную информацию по использованию","For information about the license, please go to our website:":"Для получения сведений о лицензии , пожалуйста, перейдите на наш сайт:","Buy full version":"Купить полную версию","Copyright \xa9 XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Авторские права \xa9 XDSoft.net - Чупурнов Валерий. Все права защищены.",Anchor:"Анкор","Open in new tab":"Открывать ссылку в новой вкладке","Open in fullsize":"Открыть редактор в полном размере","Clear Formatting":"Очистить форматирование","Fill color or set the text color":"Цвет заливки или цвет текста",Redo:"Повтор",Undo:"Отмена",Bold:"Жирный",Italic:"Наклонный","Insert Unordered List":"Вставка маркированного списка","Insert Ordered List":"Вставить нумерованный список","Align Center":"Выровнять по центру","Align Justify":"Выровнять по ширине","Align Left":"Выровнять по левому краю","Align Right":"Выровнять по правому краю","Insert Horizontal Line":"Вставить горизонтальную линию","Insert Image":"Вставить изображение","Insert file":"Вставить файл","Insert youtube/vimeo video":"Вставьте видео","Insert link":"Вставить ссылку","Font size":"Размер шрифта","Font family":"Шрифт","Insert format block":"Вставить блочный элемент",Normal:"Нормальный текст","Heading 1":"Заголовок 1","Heading 2":"Заголовок 2","Heading 3":"Заголовок 3","Heading 4":"Заголовок 4",Quote:"Цитата",Code:"Код",Insert:"Вставить","Insert table":"Вставить таблицу","Decrease Indent":"Уменьшить отступ","Increase Indent":"Увеличить отступ","Select Special Character":"Выберите специальный символ","Insert Special Character":"Вставить специальный символ","Paint format":"Формат краски","Change mode":"Источник",Margins:"Отступы",top:"сверху",right:"справа",bottom:"снизу",left:"слева",Styles:"Стили",Classes:"Классы",Align:"Выравнивание",Right:"По правому краю",Center:"По центру",Left:"По левому краю","--Not Set--":"--не устанавливать--",Src:"src",Title:"Заголовок",Alternative:"Альтернативный текст (alt)",Link:"Ссылка","Open link in new tab":"Открывать ссылку в новом окне",file:"Файл",Advanced:"Расширенные","Image properties":"Свойства изображения",Cancel:"Отмена",Ok:"Ок","Your code is similar to HTML. Keep as HTML?":"Ваш текст, который вы пытаетесь вставить похож на HTML. Вставить его как HTML?","Paste as HTML":"Вставить как HTML?",Keep:"Сохранить оригинал",Clean:"Почистить","Insert as Text":"Вставить как текст","Insert only Text":"Вставить только текст","Word Paste Detected":"Возможно это фрагмент Word или Excel","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"Контент который вы вставляете поступает из документа Microsoft Word / Excel. Вы хотите сохранить формат или очистить его?","File Browser":"Браузер файлов","Error on load list":"Ошибка при загрузке списка изображений","Error on load folders":"Ошибка при загрузке списка директорий","Are you sure?":"Вы уверены?","Enter Directory name":"Введите название директории","Create directory":"Создать директорию","type name":"введите название","Drop image":"Перетащите сюда изображение","Drop file":"Перетащите сюда файл","or click":"или нажмите","Alternative text":"Альтернативный текст",Browse:"Сервер",Upload:"Загрузка",Background:"Фон",Text:"Текст",Top:" К верху",Middle:"По середине",Bottom:"К низу","Insert column before":"Вставить столбец до","Insert column after":"Вставить столбец после","Insert row above":"Вставить ряд выше","Insert row below":"Вставить ряд ниже","Delete table":"Удалить таблицу","Delete row":"Удалять ряд","Delete column":"Удалить столбец","Empty cell":"Очистить ячейку",source:"HTML",bold:"жирный",italic:"курсив",brush:"заливка",link:"ссылка",undo:"отменить",redo:"повторить",table:"таблица",image:"Изображение",eraser:"очистить",paragraph:"параграф",fontsize:"размер шрифта",video:"видео",font:"шрифт",about:"о редакторе",print:"печать",underline:"подчеркнутый",strikethrough:"перечеркнутый",indent:"отступ",outdent:"выступ",fullsize:"во весь экран",shrink:"обычный размер",hr:"линия",ul:"Список",ol:"Нумерованный список",cut:"Вырезать",selectall:"Выделить все","Embed code":"Код","Open link":"Открыть ссылку","Edit link":"Редактировать ссылку","No follow":"Атрибут nofollow",Unlink:"Убрать ссылку",Eye:"Просмотр",pencil:"Редактировать",Update:"Обновить"," URL":"URL",Edit:"Редактировать","Horizontal align":"Горизонтальное выравнивание",Filter:"Фильтр","Sort by changed":"По изменению","Sort by name":"По имени","Sort by size":"По размеру","Add folder":"Добавить папку",Reset:"Восстановить",Save:"Сохранить","Save as ...":"Сохранить как",Resize:"Изменить размер",Crop:"Обрезать размер",Width:"Ширина",Height:"Высота","Keep Aspect Ratio":"Сохранять пропорции",Yes:"Да",No:"Нет",Remove:"Удалить",Select:"Выделить","Chars: %d":"Символов: %d","Words: %d":"Слов: %d",All:"Выделить все","Select %s":"Выделить: %s","Select all":"Выделить все","Vertical align":"Вертикальное выравнивание",Split:"Разделить","Split vertical":"Разделить по вертикали","Split horizontal":"Разделить по горизонтали",Merge:"Объединить в одну","Add column":"Добавить столбец","Add row":"Добавить строку",Delete:"Удалить",Border:"Рамка","License: %s":"Лицензия: %s","Strike through":"Перечеркнуть",Underline:"Подчеркивание",superscript:"верхний индекс",subscript:"индекс","Cut selection":"Вырезать",Break:"Разделитель","Search for":"Найти","Replace with":"Заменить на",Replace:"Заменить",Paste:"Вставить","Choose Content to Paste":"Выбрать контент для вставки","You can only edit your own images. Download this image on the host?":"Вы можете редактировать только свои собственные изображения. Загрузить это изображение на ваш сервер?","The image has been successfully uploaded to the host!":"Изображение успешно загружено на сервер!",palette:"палитра","There are no files":"В данном каталоге нет файлов",Rename:"Переименовать","Enter new name":"Введите новое имя",preview:"Предпросмотр",download:"Скачать","Paste from clipboard":"Вставить из буфера обмена","Your browser doesn't support direct access to the clipboard.":"Ваш браузер не поддерживает прямой доступ к буферу обмена.","Copy selection":"Скопировать выделенное",copy:"копия","Border radius":"Радиус границы","Show all":"Показать все",Apply:"Применить","Please fill out this field":"Пожалуйста, заполните это поле","Please enter a web address":"Пожалуйста, введите веб-адрес",Default:"По умолчанию",Circle:"Круг",Dot:"Точка",Quadrate:"Квадрат",Find:"Найти","Find Previous":"Найти Предыдущие","Find Next":"Найти Далее","Insert className":"Вставить название класса","Press Alt for custom resizing":"Нажмите Alt для изменения пользовательского размера"}},83447:function(t,i,n){"use strict";n.d(i,{getHash:function(){return s}});var r=n(70799),o=n(49055);function s(t){let i=/([^[]*)\[([^\]]+)]/,n=/[\s]*,[\s]*/,s=/^(.*)[\s]*=[\s]*(.*)$/,a={};return(0,r.isString)(t)?(t.split(n).map(t=>{t=(0,o.trim)(t);let r=i.exec(t),l={};if(r){let t=r[2].split(n);r[1]&&(t.forEach(t=>{t=(0,o.trim)(t);let i=s.exec(t);i?l[i[1]]=i[2]:l[t]=!0}),a[r[1].toUpperCase()]=l)}else a[t.toUpperCase()]=!0}),a):!!t&&(Object.keys(t).forEach(i=>{a[i.toUpperCase()]=t[i]}),a)}},83632:function(t,i,n){"use strict";n.d(i,{ApplyStyle:function(){return a}});var r=n(63687),o=n(77361),s=n(55307);function a(t,i){var n;let{s:a,editor:l}=t;null==(n=l.firstChild)||n.normalize();let u=a.fakes(),c=t.s.wrapInTagGen(u),d=c.next();if(d.done)return;let h={collapsed:a.isCollapsed(),mode:o.INITIAL,element:d.value,next:s.states.START,jodit:t,style:i};for(;d&&!d.done;){let t=new r.FiniteStateMachine(s.states.START,s.transactions);for(h.element=d.value;t.getState()!==s.states.END;)h=t.dispatch("exec",h);d=c.next()}a.restoreFakes(u)}},83671:function(t,i,n){"use strict";var r=n(82758),o=n(22732),s=n(580),a=n(49055),l=n(29960),u=n(76078),c=n(50911),d=n(80870),h=n(21491);n(86012);class p extends c.Plugin{afterInit(){if(this.j.o.showXPathInStatusbar){this.container=this.j.c.div("jodit-xpath"),(0,l.attr)(this.container,"role","list");let t=()=>{this.j.o.showXPathInStatusbar&&this.container&&(this.j.statusbar.append(this.container),this.j.getRealMode()===r.MODE_WYSIWYG?this.calcPath():(this.container&&(this.container.innerHTML=r.INVISIBLE_SPACE),this.appendSelectAll()))};this.j.e.off(".xpath").on("pointerup.xpath change.xpath keydown.xpath changeSelection.xpath",this.calcPath).on("afterSetMode.xpath afterInit.xpath changePlace.xpath",t),t(),this.calcPath()}}beforeDestruct(){this.j&&this.j.events&&this.j.e.off(".xpath"),this.removeSelectAll(),this.menu&&this.menu.destruct(),o.Dom.safeRemove(this.container),delete this.menu,delete this.container}constructor(){super(...arguments),this.onContext=(t,i)=>(this.menu||(this.menu=new d.ContextMenu(this.j)),this.menu.show(i.clientX,i.clientY,[{icon:"bin",title:t===this.j.editor?"Clear":"Remove",exec:()=>{t!==this.j.editor?o.Dom.safeRemove(t):this.j.value="",this.j.synchronizeValues()}},{icon:"select-all",title:"Select",exec:()=>{this.j.s.select(t)}}]),!1),this.onSelectPath=(t,i)=>{this.j.s.focus();let n=(0,l.attr)(i.target,"-path")||"/";if("/"===n)return this.j.execCommand("selectall"),!1;try{let t=this.j.ed.evaluate(n,this.j.editor,null,XPathResult.ANY_TYPE,null).iterateNext();if(t)return this.j.s.select(t),!1}catch(t){}return this.j.s.select(t),!1},this.tpl=(t,i,n,r)=>{let o=this.j.c.fromHTML(`<span class="jodit-xpath__item"><a role="button" data-path="${i}" title="${r}" tabindex="-1"'>${(0,a.trim)(n)}</a></span>`),s=o.firstChild;return this.j.e.on(s,"click",this.onSelectPath.bind(this,t)).on(s,"contextmenu",this.onContext.bind(this,t)),o},this.removeSelectAll=()=>{this.selectAllButton&&(this.selectAllButton.destruct(),delete this.selectAllButton)},this.appendSelectAll=()=>{this.removeSelectAll(),this.selectAllButton=(0,h.makeButton)(this.j,function(t){for(var i=1;i<arguments.length;i++){var n=null!=arguments[i]?arguments[i]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable}))),r.forEach(function(i){var r;r=n[i],i in t?Object.defineProperty(t,i,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[i]=r})}return t}({name:"selectall"},this.j.o.controls.selectall)),this.selectAllButton.state.size="tiny",this.container&&this.container.insertBefore(this.selectAllButton.container,this.container.firstChild)},this.calcPathImd=()=>{if(this.isDestructed)return;let t=this.j.s.current();if(this.container&&(this.container.innerHTML=r.INVISIBLE_SPACE),t){let i,n,r;o.Dom.up(t,t=>{t&&this.j.editor!==t&&!o.Dom.isText(t)&&!o.Dom.isComment(t)&&(i=t.nodeName.toLowerCase(),n=(0,u.getXPathByElement)(t,this.j.editor).replace(/^\//,""),r=this.tpl(t,n,i,this.j.i18n("Select %s",i)),this.container&&this.container.insertBefore(r,this.container.firstChild))},this.j.editor)}this.appendSelectAll()},this.calcPath=this.j.async.debounce(this.calcPathImd,2*this.j.defaultTimeout,!0)}}s.pluginSystem.add("xpath",p)},83709:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1744 1408q33 0 42 18.5t-11 44.5l-126 162q-20 26-49 26t-49-26l-126-162q-20-26-11-44.5t42-18.5h80v-1024h-80q-33 0-42-18.5t11-44.5l126-162q20-26 49-26t49 26l126 162q20 26 11 44.5t-42 18.5h-80v1024h80zm-1663-1279l54 27q12 5 211 5 44 0 132-2t132-2q36 0 107.5.5t107.5.5h293q6 0 21 .5t20.5 0 16-3 17.5-9 15-17.5l42-1q4 0 14 .5t14 .5q2 112 2 336 0 80-5 109-39 14-68 18-25-44-54-128-3-9-11-48t-14.5-73.5-7.5-35.5q-6-8-12-12.5t-15.5-6-13-2.5-18-.5-16.5.5q-17 0-66.5-.5t-74.5-.5-64 2-71 6q-9 81-8 136 0 94 2 388t2 455q0 16-2.5 71.5t0 91.5 12.5 69q40 21 124 42.5t120 37.5q5 40 5 50 0 14-3 29l-34 1q-76 2-218-8t-207-10q-50 0-151 9t-152 9q-3-51-3-52v-9q17-27 61.5-43t98.5-29 78-27q19-42 19-383 0-101-3-303t-3-303v-117q0-2 .5-15.5t.5-25-1-25.5-3-24-5-14q-11-12-162-12-33 0-93 12t-80 26q-19 13-34 72.5t-31.5 111-42.5 53.5q-42-26-56-44v-383z"/> </svg> '},83725:function(t,i,n){"use strict";n.d(i,{Autocomplete:function(){return c}});var r=n(82749),o=n(31635),s=n(31356),a=n(35934),l=n(65478),u=n(62405);class c extends u.UIGroup{className(){return"Autocomplete"}onChangeSelection(){var t,i;this.elements.forEach(t=>t.setMod("active",!1)),null==(t=this.elements[this.currentSelection])||t.setMod("active",!0),null==(i=this.elements[this.currentSelection])||i.container.scrollIntoView(!1)}build(t){var i;let n=null==(i=this.elements[this.currentSelection])?void 0:i.item.value,r=t=>t.value,o=s.ListReconciler.reconcile(this.__previousList,t,{getId:r}),l=new Set;o.toRemove.forEach(t=>{let i=r(t);if(l.has(i))return;l.add(i);let n=this.itemsMap.get(i);n&&(-1!==this.elements.indexOf(n)&&(this.remove(n),n.destruct()),this.itemsMap.delete(t.value))}),o.toCreate.forEach(i=>{let n=r(i);if(l.has(n))return;l.add(n);let o=new a.AutocompleteItem(this.jodit,i,i=>{this.currentSelection=t.findIndex(t=>r(t)===i),this.select()});this.itemsMap.set(n,o);let s=t.indexOf(i);this.append(o,s)}),o.toUpdate.forEach(({newItem:t,index:i})=>{let n=r(t);if(l.has(n))return;l.add(n);let o=this.itemsMap.get(n);o&&(o.item=t,this.elements.indexOf(o)!==i&&i<this.elements.length&&(this.remove(o),this.append(o,i)))});let u=this.currentSelection;this.currentSelection=Math.max(0,t.findIndex(t=>r(t)===n)),u===this.currentSelection&&this.onChangeSelection(),this.__previousList=[...t]}selectNext(){this.currentSelection+1<=this.elements.length-1?this.currentSelection+=1:this.currentSelection=0}selectPrevious(){this.currentSelection-1>=0?this.currentSelection-=1:this.currentSelection=this.elements.length-1}select(){this.j.e.fire("select.autocomplete",this.elements[this.currentSelection].item)}constructor(...t){super(...t),(0,r._)(this,"elements",[]),(0,r._)(this,"currentSelection",-1),(0,r._)(this,"__previousList",[]),(0,r._)(this,"itemsMap",new Map)}}(0,o.__decorate)([(0,l.watch)("currentSelection")],c.prototype,"onChangeSelection",null),c=(0,o.__decorate)([l.component],c)},83967:function(t,i,n){"use strict";var r=n(75689),o=n.n(r),s=n(6441),a=n(53326);s.Config.prototype.controls.pasteCode={icon:o(),tooltip:"Paste code",command:"pasteCode"},s.Config.prototype.pasteCode={globalHighlightLib:!1,canonicalLanguageCode(t){switch(t){case"ts":return"typescript";case"js":return"javascript";case"markup":return"html"}return t},highlightLib:{beforeLibLoad(){window.Prism=window.Prism||{},window.Prism.manual=!0},highlight(t,i){return"u">typeof Prism?Prism.highlight(t,Prism.languages[i]||Prism.languages.plain,i):(0,a.htmlspecialchars)(t)},isLangLoaded(t){return"html"===t||"u">typeof Prism&&!!Prism.languages[t]},js:["https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/prism.min.js","https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/plugins/autoloader/prism-autoloader.min.js"],langUrl:t=>`https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/components/prism-${t}.min.js`,css:["https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/themes/prism.min.css"]},defaultLanguage:"html",insertTemplate:(t,i,n)=>`<pre class="language-${i}">${(0,a.htmlspecialchars)(n)}</pre>`,languages:[{value:"plaintext",text:"Plain"},{value:"html",text:"HTML/XML"},{value:"bash",text:"Bash"},{value:"php",text:"PHP"},{value:"javascript",text:"JavaScript"},{value:"typescript",text:"TypeScript"},{value:"jsx",text:"JSX"},{value:"java",text:"Java"},{value:"css",text:"CSS"},{value:"php",text:"PHP"},{value:"ruby",text:"Ruby"},{value:"python",text:"Python"},{value:"java",text:"Java"},{value:"c",text:"C"},{value:"csharp",text:"C#"},{value:"cpp",text:"C++"},{value:"sql",text:"SQL"},{value:"docker",text:"Docker"},{value:"http",text:"HTTP"},{value:"ini",text:"INI"},{value:"yaml",text:"YAML"},{value:"json",text:"JSON"},{value:"json5",text:"JSON5"},{value:"makefile",text:"Makefile"},{value:"swift",text:"Swift"}],dialog:{width:700,height:600}}},83987:function(t,i,n){"use strict";n.d(i,{buildData:function(){return o}});var r=n(21537);function o(t,i){if((0,r.isFunction)(t.o.buildData))return t.o.buildData.call(t,i);let n=t.ow.FormData;if(void 0!==n){if(i instanceof n||(0,r.isString)(i))return i;let t=new n;return Object.keys(i).forEach(n=>{t.append(n,i[n])}),t}return i}},84021:function(t,i,n){"use strict";n.d(i,{removeExtraTags:function(){return o}});let r=new Set(["o:p","xml","script","meta","link","v:imagedata","style"]);function o(t){return"none"===t.style.get("display")||0===t.length&&"span"===t.name||r.has(t.name)?(t.remove(),null):t}},84075:function(t,i,n){"use strict";n.d(i,{ViewWithToolbar:function(){return g}});var r=n(78213),o=n(45219),s=n(37133),a=n(2748),l=n(76855),u=n(70799),c=n(76078),d=n(67510),h=n(43649),p=n(35608),f=n(21491),m=function(t,i,n,r){var o,s=arguments.length,a=s<3?i:null===r?r=Object.getOwnPropertyDescriptor(i,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,r);else for(var l=t.length-1;l>=0;l--)(o=t[l])&&(a=(s<3?o(a):s>3?o(i,n,a):o(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a};class g extends p.View{get toolbarContainer(){return!this.o.fullsize&&((0,u.isString)(this.o.toolbar)||a.Dom.isHTMLElement(this.o.toolbar))?(0,c.resolveElement)(this.o.toolbar,this.o.shadowRoot||this.od):(this.o.toolbar&&a.Dom.appendChildFirst(this.container,this.__defaultToolbarContainer),this.__defaultToolbarContainer)}setPanel(t){this.o.toolbar=t,this.buildToolbar()}buildToolbar(){var t;if(!this.o.toolbar)return;let i=this.o.buttons?(0,l.splitArray)(this.o.buttons):[];null==(t=this.toolbar)||t.setRemoveButtons(this.o.removeButtons).build(i.concat(this.o.extraButtons||[])).appendTo(this.toolbarContainer)}getRegisteredButtonGroups(){return this.groupToButtons}registerButton(t){var i;this.registeredButtons.add(t);let n=null!=(i=t.group)?i:"other";return this.groupToButtons[n]||(this.groupToButtons[n]=[]),null!=t.position?this.groupToButtons[n][t.position]=t.name:this.groupToButtons[n].push(t.name),this}unregisterButton(t){var i;this.registeredButtons.delete(t);let n=null!=(i=t.group)?i:"other",r=this.groupToButtons[n];if(r){let i=r.indexOf(t.name);-1!==i&&r.splice(i,1),0===r.length&&delete this.groupToButtons[n]}return this}beforeToolbarBuild(t){if(Object.keys(this.groupToButtons).length)return t.map(t=>(0,h.isButtonGroup)(t)&&t.group&&this.groupToButtons[t.group]?{group:t.group,buttons:[...t.buttons,...this.groupToButtons[t.group]]}:t)}destruct(){this.isDestructed||(this.setStatus(r.STATUSES.beforeDestruct),this.e.off("beforeToolbarBuild",this.beforeToolbarBuild),this.__tooltip.destruct(),this.toolbar.destruct(),this.toolbar=void 0,super.destruct())}constructor(t,i=!1){super(t,i),this.toolbar=(0,f.makeCollection)(this),this.__defaultToolbarContainer=this.c.div("jodit-toolbar__box"),this.registeredButtons=new Set,this.groupToButtons={},this.isJodit=!1,this.__tooltip=new d.UITooltip(this),this.isJodit=i,this.e.on("beforeToolbarBuild",this.beforeToolbarBuild)}}m([(0,s.watch)(":rebuildToolbar")],g.prototype,"buildToolbar",null),m([o.autobind],g.prototype,"beforeToolbarBuild",null)},84272:function(t,i,n){"use strict";n.d(i,{isInlineBlock:function(){return a},removeFormatForCollapsedSelection:function(){return s}});var r=n(82758),o=n(2748);function s(t,i){let{s:n}=t,r=i;if(!r){r=t.createInside.fake();let{range:i}=n;o.Dom.safeInsertNode(i,r),i.collapse()}let s=o.Dom.furthest(r,a,t.editor);if(s)if(n.cursorOnTheLeft(s))o.Dom.before(s,r);else if(n.cursorOnTheRight(s))o.Dom.after(s,r);else{let t=n.splitSelection(s);t&&o.Dom.after(t,r)}i||(n.setCursorBefore(r),o.Dom.safeRemove(r))}function a(t){return o.Dom.isInlineBlock(t)&&!o.Dom.isTag(t,r.INSEPARABLE_TAGS)}},84380:function(t,i,n){"use strict";var r=n(82758),o=n(6441),s=n(117);function a(t,i,n,r,o,s,a){try{var l=t[s](a),u=l.value}catch(t){n(t);return}l.done?i(u):Promise.resolve(u).then(r,o)}o.Config.prototype.askBeforePasteHTML=!0,o.Config.prototype.processPasteHTML=!0,o.Config.prototype.scrollToPastedContent=!0,o.Config.prototype.pasteExcludeStripTags=["br","hr"],o.Config.prototype.pasteHTMLActionList=[{value:r.INSERT_AS_HTML,text:"Keep"},{value:r.INSERT_AS_TEXT,text:"Insert as Text"},{value:r.INSERT_ONLY_TEXT,text:"Insert only Text"}],o.Config.prototype.memorizeChoiceWhenPasteFragment=!1,o.Config.prototype.nl2brInPlainText=!0;let l="pasteStorage";o.Config.prototype.controls.paste={tooltip:"Paste from clipboard",exec(t,i,n){var o;return(o=function*(t,i,{control:n}){if(n.name===l)return void t.execCommand("showPasteStorage");t.s.focus();let o="",a=!0;if(navigator.clipboard){try{let t=yield navigator.clipboard.read();if(t&&t.length){let i=yield t[0].getType(r.TEXT_PLAIN);o=yield new Response(i).text()}a=!1}catch(t){r.IS_PROD}if(a)try{o=yield navigator.clipboard.readText(),a=!1}catch(t){r.IS_PROD}}a&&(a=0===(o=t.buffer.get(r.CLIPBOARD_ID)||"").length);let u=t.value;a?(t.ed.execCommand("paste"),(a=u===t.value)||t.e.fire("afterPaste")):o.length?((0,s.pasteInsertHtml)(null,t,o),t.e.fire("afterPaste")):a&&t.alert("Your browser doesn't support direct access to the clipboard.",()=>void t.s.focus())},function(){var t=this,i=arguments;return new Promise(function(n,r){var s=o.apply(t,i);function l(t){a(s,n,r,l,u,"next",t)}function u(t){a(s,n,r,l,u,"throw",t)}l(void 0)})}).apply(this,arguments)},list:{[l]:"Paste Storage"},isChildDisabled(t){return 2>t.e.fire("pasteStorageList")}}},84767:function(t,i,n){"use strict";function r(t){return"number"==typeof t&&!isNaN(t)&&isFinite(t)}n.d(i,{isNumber:function(){return r}})},84858:function(t,i){"use strict";i.default='<svg viewBox="0 0 13 13" xmlns="http://www.w3.org/2000/svg"> <path d="M5.9814 11.8049C5.59087 11.4144 5.59087 10.7812 5.9814 10.3907L10.224 6.14806C10.6146 5.75754 11.2477 5.75754 11.6383 6.14806C12.0288 6.53859 12.0288 7.17175 11.6383 7.56228L7.39561 11.8049C7.00509 12.1954 6.37192 12.1954 5.9814 11.8049Z"/> <path d="M0.707107 12.0208C0.316582 11.6303 0.316582 10.9971 0.707107 10.6066L10.6066 0.707121C10.9971 0.316597 11.6303 0.316596 12.0208 0.707121C12.4113 1.09764 12.4113 1.73081 12.0208 2.12133L2.12132 12.0208C1.7308 12.4114 1.09763 12.4114 0.707107 12.0208Z"/> </svg> '},85017:function(t,i){"use strict";i.default={"Type something":"Ecrivez ici","About Jodit":"A propos de Jodit","Jodit Editor":"Editeur Jodit","Jodit User's Guide":"Guide de l'utilisateur","contains detailed help for using":"Aide d\xe9taill\xe9e \xe0 l'utilisation","For information about the license, please go to our website:":"Consulter la licence sur notre site web:","Buy full version":"Acheter la version compl\xe8te","Copyright \xa9 XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Copyright \xa9 XDSoft.net - Chupurnov Valeriy. Tous droits r\xe9serv\xe9s.",Anchor:"Ancre","Open in new tab":"Ouvrir dans un nouvel onglet","Open in fullsize":"Ouvrir l'\xe9diteur en pleine page","Clear Formatting":"Supprimer le formattage","Fill color or set the text color":"Modifier la couleur du fond ou du texte",Redo:"Refaire",Undo:"D\xe9faire",Bold:"Gras",Italic:"Italique","Insert Unordered List":"Liste non ordonn\xe9e","Insert Ordered List":"Liste ordonn\xe9e","Align Center":"Centrer","Align Justify":"Justifier","Align Left":"Aligner \xe0 gauche ","Align Right":"Aligner \xe0 droite","Insert Horizontal Line":"Ins\xe9rer une ligne horizontale","Insert Image":"Ins\xe9rer une image","Insert file":"Ins\xe9rer un fichier","Insert youtube/vimeo video":"Ins\xe9rer une vid\xe9o","Insert link":"Ins\xe9rer un lien","Font size":"Taille des caract\xe8res","Font family":"Famille des caract\xe8res","Insert format block":"Bloc formatt\xe9",Normal:"Normal","Heading 1":"Titre 1","Heading 2":"Titre 2","Heading 3":"Titre 3","Heading 4":"Titre 4",Quote:"Citation",Code:"Code",Insert:"Ins\xe9rer","Insert table":"Ins\xe9rer un tableau","Decrease Indent":"Diminuer le retrait","Increase Indent":"Retrait plus","Select Special Character":"S\xe9lectionnez un caract\xe8re sp\xe9cial","Insert Special Character":"Ins\xe9rer un caract\xe8re sp\xe9cial","Paint format":"Cloner le format","Change mode":"Mode wysiwyg <-> code html",Margins:"Marges",top:"haut",right:"droite",bottom:"Bas",left:"gauche",Styles:"Styles",Classes:"Classes",Align:"Alignement",Right:"Droite",Center:"Centre",Left:"Gauche","--Not Set--":"--Non disponible--",Src:"Source",Title:"Titre",Alternative:"Alternative",Filter:"Filtre",Link:"Lien","Open link in new tab":"Ouvrir le lien dans un nouvel onglet",Image:"Image",file:"fichier",Advanced:"Avanc\xe9","Image properties":"Propri\xe9t\xe9s de l'image",Cancel:"Annuler",Ok:"OK","Your code is similar to HTML. Keep as HTML?":"Votre texte que vous essayez de coller est similaire au HTML. Collez-le en HTML?","Paste as HTML":"Coller en HTML?",Keep:"Sauvegarder l'original",Clean:"Nettoyer","Insert as Text":"Coller en tant que texte","Word Paste Detected":"C'est peut-\xeatre un fragment de Word ou Excel","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"Le contenu que vous ins\xe9rez provient d'un document Microsoft Word / Excel. Voulez-vous enregistrer le format ou l'effacer?","Insert only Text":"Coller le texte seulement","File Browser":"Explorateur de fichiers","Error on load list":"Erreur de liste de chargement","Error on load folders":"Erreur de dossier de chargement","Are you sure?":"Etes-vous s\xfbrs ?","Enter Directory name":"Entrer le nom de dossier","Create directory":"Cr\xe9er un dossier","type name":"type de fichier","Drop image":"Coller une image","Drop file":"D\xe9poser un fichier","or click":"ou cliquer","Alternative text":"Texte de remplacemement",Browse:"Chercher",Upload:"Charger",Background:"Arri\xe8re-plan",Border:"Bordure",Text:"Texte",Top:"Haut",Middle:"Milieu",Bottom:"Bas","Insert column before":"Ins\xe9rer une colonne avant","Insert column after":"Ins\xe9rer une colonne apr\xe8s","Insert row above":"Ins\xe9rer une ligne au dessus","Insert row below":"Ins\xe9rer une ligne en dessous","Delete table":"Supprimer le tableau","Delete row":"Supprimer la ligne","Delete column":"Supprimer la colonne","Empty cell":"Vider la cellule","Chars: %d":"Symboles: %d","Words: %d":"Mots: %d",Split:"Split","Split vertical":"Split vertical","Split horizontal":"Split horizontal","Strike through":"Barrer",Underline:"Souligner",superscript:"exposant",subscript:"indice","Cut selection":"Couper la s\xe9lection","Select all":"Tout s\xe9lectionner",Break:"Pause","Search for":"Rechercher","Replace with":"Remplacer par",Replace:"Remplacer",Paste:"Coller","Choose Content to Paste":"Choisissez le contenu \xe0 coller",source:"la source",bold:"gras",italic:"italique",brush:"pinceau",link:"lien",undo:"annuler",redo:"refaire",table:"tableau",image:"image",eraser:"gomme",paragraph:"clause",fontsize:"taille de police",video:"Video",font:"police",about:"\xe0 propos de l'\xe9diteur",print:"impression",underline:"soulign\xe9",strikethrough:"barr\xe9",indent:"indentation",outdent:"retrait",fullsize:"taille r\xe9elle",shrink:"taille conventionnelle",hr:"la ligne",ul:"Liste",ol:"Liste num\xe9rot\xe9e",cut:"Couper",selectall:"S\xe9lectionner tout","Open link":"Ouvrir le lien","Edit link":"Modifier le lien","No follow":"Attribut Nofollow",Unlink:"Supprimer le lien",Eye:"Voir",pencil:"Pour \xe9diter"," URL":"URL",Reset:"Restaurer",Save:"Sauvegarder","Save as ...":"Enregistrer sous",Resize:"Changer la taille",Crop:"Taille de garniture",Width:"Largeur",Height:"Hauteur","Keep Aspect Ratio":"Garder les proportions",Yes:"Oui",No:"Non",Remove:"Supprimer",Select:"Mettre en \xe9vidence","Select %s":"Mettre en \xe9vidence: %s",Update:"Mettre \xe0 jour","Vertical align":"Alignement vertical",Merge:"aller","Add column":"Ajouter une colonne","Add row":"Ajouter une rang\xe9e",Delete:"Effacer","Horizontal align":"Alignement horizontal","Sort by changed":"Trier par modification","Sort by name":"Trier par nom","Sort by size":"Trier par taille","Add folder":"Cr\xe9er le dossier","You can only edit your own images. Download this image on the host?":"Vous ne pouvez \xe9diter que vos propres images. T\xe9l\xe9chargez cette image sur l'h\xf4te?","The image has been successfully uploaded to the host!":"L'image a \xe9t\xe9 t\xe9l\xe9charg\xe9e avec succ\xe8s sur le serveur!",palette:"Palette","There are no files":"Il n'y a aucun fichier dans ce r\xe9pertoire.",Rename:"renommer","Enter new name":"Entrez un nouveau nom",preview:"Aper\xe7u",download:"T\xe9l\xe9charger","Paste from clipboard":"Coller \xe0 partir du presse-papiers","Your browser doesn't support direct access to the clipboard.":"Votre navigateur ne prend pas en charge l'acc\xe8s direct au presse-papiers.","Copy selection":"Copier la s\xe9lection",copy:"copie","Border radius":"Rayon des bordures","Show all":"Afficher tous",Apply:"Appliquer","Please fill out this field":"Veuillez remplir ce champ","Please enter a web address":"Veuillez entrer une adresse web",Default:"Par d\xe9faut",Circle:"Cercle",Dot:"Point",Quadrate:"Quadratique",Find:"Trouver","Find Previous":"Pr\xe9c\xe9dent","Find Next":"Suivant","Insert className":"Ins\xe9rer un nom de classe","Press Alt for custom resizing":"Appuyez sur Alt pour un redimensionnement personnalis\xe9","Embed code":"Code d'int\xe9gration",Edit:"Modifier",All:"Tout s\xe9lectionner","License: %s":"Licence: %s"}},85120:function(t,i,n){"use strict";n.d(i,{UITextArea:function(){return h}});var r,o,s,a=n(65478),l=n(87325),u=n(80256);function c(t){for(var i=1;i<arguments.length;i++){var n=null!=arguments[i]?arguments[i]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable}))),r.forEach(function(i){var r;r=n[i],i in t?Object.defineProperty(t,i,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[i]=r})}return t}var d=function(t,i,n,r){var o,s=arguments.length,a=s<3?i:null===r?r=Object.getOwnPropertyDescriptor(i,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,r);else for(var l=t.length-1;l>=0;l--)(o=t[l])&&(a=(s<3?o(a):s>3?o(i,n,a):o(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a};let h=s=class t extends u.UIInput{className(){return"UITextArea"}createNativeInput(t){return this.j.create.element("textarea")}onChangeStateSize(){let{size:t,resizable:i}=this.state;this.nativeInput.style.resize=i?"auto":"none",this.nativeInput.rows=null!=t?t:5}constructor(t,i){super(t,i),this.state=c({},s.defaultState),Object.assign(this.state,i),!1===this.state.resizable&&(this.nativeInput.style.resize="none")}};h.defaultState=(r=c({},u.UIInput.defaultState),o=o={size:5,resizable:!0},Object.getOwnPropertyDescriptors?Object.defineProperties(r,Object.getOwnPropertyDescriptors(o)):(function(t){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);i.push.apply(i,n)}return i})(Object(o)).forEach(function(t){Object.defineProperty(r,t,Object.getOwnPropertyDescriptor(o,t))}),r),d([(0,a.watch)(["state.size","state.resizable"])],h.prototype,"onChangeStateSize",null),h=s=d([l.component],h)},85130:function(t,i,n){"use strict";n.d(i,{execute:function(){return s}});var r=n(77688),o=n(6689);function s(t,i,n){return(0,r._)(function*(){let{contextCharsBefore:r,contextCharsAfter:s}=i;if((0,o.throwIfAborted)(n),t.s.restore(),t.s.isCollapsed())return{hasSelection:!1};let a=t.s.html,l=t.s.range,u=l.toString(),c={hasSelection:!0,html:a,text:u,startContainer:l.startContainer.nodeName,endContainer:l.endContainer.nodeName};if(r>0||s>0){let i=t.editor.textContent||"",n=i.substring(0,i.indexOf(u)),o=i.substring(i.indexOf(u)+u.length);r>0&&(c.contextBefore=n.slice(-r)),s>0&&(c.contextAfter=o.slice(0,s))}return c})()}},85174:function(t,i,n){"use strict";var r=n(77688),o=n(82749),s=n(56075),a=n(11886),l=n(31635);n(3536);var u=n(4941),c=n(65478),d=n(49055),h=n(20356),p=n(2692);class f extends h.Plugin{afterInit(t){return(0,r._)(function*(){let i=yield t.o.emoji.data();t.isInDestruct||(this.data=(0,a._)((0,s._)({},i),{emoji:i.emoji.map(u.Emoji.normalizeEmoji)}),t.o.emoji.enableAutoComplete&&t.e.fire("registerAutocompleteSource",this.onAutoComplete),t.async.requestIdleCallback(()=>{t.getInstance(u.Emoji)}))}).call(this)}onAutoComplete(t){return t.length>2&&":"===t[0]&&(t=t.substr(1).toLowerCase(),(0,d.trim)(t).length)?this.data.emoji.filter(i=>{var n;return(null==(n=i.description)?void 0:n.indexOf(t))===0}).sort((i,n)=>i.description.indexOf(t)-n.description.indexOf(t)).map(t=>({title:`${t.emoji} ${t.description}`,value:t.emoji})):[]}beforeDestruct(t){}constructor(...t){super(...t),(0,o._)(this,"hasStyle",!p.JoditPro.fatMode),(0,o._)(this,"buttons",[{name:"emoji",group:"insert"}]),(0,o._)(this,"data",void 0)}}(0,o._)(f,"requires",["autocomplete","license"]),(0,l.__decorate)([c.autobind],f.prototype,"onAutoComplete",null),p.JoditPro.plugins.add("emoji",f)},85407:function(t,i,n){"use strict";var r=n(82758),o=n(2748),s=n(580),a=n(21537),l=n(20356),u=n(10830);class c extends l.Plugin{createDialog(){this.dialog=this.j.dlg();let t=(0,u.Button)(this.j,"paste","Paste","primary");t.onAction(this.paste);let i=(0,u.Button)(this.j,"","Cancel");i.onAction(this.dialog.close),this.container=this.j.c.div(),this.container.classList.add("jodit-paste-storage"),this.listBox=this.j.c.div(),this.previewBox=this.j.c.div(),this.container.appendChild(this.listBox),this.container.appendChild(this.previewBox),this.dialog.setHeader(this.j.i18n("Choose Content to Paste")),this.dialog.setContent(this.container),this.dialog.setFooter([t,i]),this.j.e.on(this.listBox,"click dblclick",t=>{let i=t.target;return o.Dom.isTag(i,"a")&&i.hasAttribute("data-index")&&this.selectIndex(parseInt((0,a.attr)(i,"-index")||"0",10)),"dblclick"===t.type&&this.paste(),!1})}afterInit(){this.j.e.off("afterCopy.paste-storage").on("pasteStorageList.paste-storage",()=>this.list.length).on("afterCopy.paste-storage",t=>{-1!==this.list.indexOf(t)&&this.list.splice(this.list.indexOf(t),1),this.list.unshift(t),this.list.length>5&&(this.list.length=5)}),this.j.registerCommand("showPasteStorage",{exec:this.showDialog,hotkeys:["ctrl+shift+v","cmd+shift+v"]})}beforeDestruct(){this.dialog&&this.dialog.destruct(),this.j.e.off(".paste-storage"),o.Dom.safeRemove(this.previewBox),o.Dom.safeRemove(this.listBox),o.Dom.safeRemove(this.container),this.container=null,this.listBox=null,this.previewBox=null,this.dialog=null,this.list=[]}constructor(){super(...arguments),this.currentIndex=0,this.list=[],this.container=null,this.listBox=null,this.previewBox=null,this.dialog=null,this.paste=()=>{if(this.j.s.focus(),this.j.s.insertHTML(this.list[this.currentIndex]),0!==this.currentIndex){let t=this.list[0];this.list[0]=this.list[this.currentIndex],this.list[this.currentIndex]=t}this.dialog&&this.dialog.close(),this.j.synchronizeValues(),this.j.e.fire("afterPaste")},this.onKeyDown=t=>{let i=this.currentIndex;if(-1!==[r.KEY_UP,r.KEY_DOWN,r.KEY_ENTER].indexOf(t.key)){if(t.key===r.KEY_UP&&(0===i?i=this.list.length-1:i-=1),t.key===r.KEY_DOWN&&(i===this.list.length-1?i=0:i+=1),t.key===r.KEY_ENTER)return void this.paste();i!==this.currentIndex&&this.selectIndex(i),t.stopImmediatePropagation(),t.preventDefault()}},this.selectIndex=t=>{this.listBox&&(0,a.toArray)(this.listBox.childNodes).forEach((i,n)=>{i.classList.remove("jodit_active"),t===n&&this.previewBox&&(i.classList.add("jodit_active"),this.previewBox.innerHTML=this.list[t],i.focus())}),this.currentIndex=t},this.showDialog=()=>{this.list.length<2||(this.dialog||this.createDialog(),this.listBox&&(this.listBox.innerHTML=""),this.previewBox&&(this.previewBox.innerHTML=""),this.list.forEach((t,i)=>{let n=this.j.c.element("a");n.textContent=i+1+". "+t.replace((0,r.SPACE_REG_EXP)(),""),this.j.e.on(n,"keydown",this.onKeyDown),(0,a.attr)(n,"href","#"),(0,a.attr)(n,"data-index",i.toString()),(0,a.attr)(n,"tab-index","-1"),this.listBox&&this.listBox.appendChild(n)}),this.dialog&&this.dialog.open(),this.j.async.setTimeout(()=>{this.selectIndex(0)},100))}}}s.pluginSystem.add("pasteStorage",c)},85567:function(t,i,n){"use strict";n.d(i,{PII:function(){return r},WARN:function(){return o}});let r=440,o=940},85723:function(t,i,n){"use strict";n.r(i),i.default={"Line height":"Hauteur de ligne"}},85745:function(t,i,n){"use strict";n(6441).Config.prototype.imageProcessor={replaceDataURIToBlobIdInView:!0}},86012:function(t,i,n){"use strict";n(6441).Config.prototype.showXPathInStatusbar=!0},86019:function(t,i,n){"use strict";n.d(i,{Jodit:function(){return r.Jodit}});var r=n(2303),o=n(27613),s=n(82758),a=n(65478),l=n(41409),u=n(17555),c=n(26152);n(46448),Object.keys(s).forEach(t=>{r.Jodit[t]=s[t]});let d=t=>"__esModule"!==t;Object.keys(u).filter(d).forEach(t=>{l.Icon.set(t.replace("_","-"),u[t])}),Object.keys(l).filter(d).forEach(t=>{var i;let n=l[t],s=(0,o.isFunction)(null==(i=n.prototype)?void 0:i.className)?n.prototype.className():t;(0,o.isString)(s)&&(r.Jodit.modules[s]=n)}),Object.keys(a).filter(d).forEach(t=>{r.Jodit.decorators[t]=a[t]}),["Confirm","Alert","Prompt"].forEach(t=>{r.Jodit[t]=l[t]}),Object.keys(c.default).filter(d).forEach(t=>{r.Jodit.lang[t]=c.default[t]})},86068:function(t,i,n){"use strict";function r(t){return null==t}n.d(i,{isVoid:function(){return r}})},86273:function(t,i){"use strict";i.default={"Type something":"Escriba algo...",Advanced:"Avanzado","About Jodit":"Acerca de Jodit","Jodit Editor":"Jodit Editor","Jodit User's Guide":"Gu\xeda de usuario Jodit","contains detailed help for using":"contiene ayuda detallada para el uso.","For information about the license, please go to our website:":"Para informaci\xf3n sobre la licencia, por favor visite nuestro sitio:","Buy full version":"Compre la versi\xf3n completa","Copyright \xa9 XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Copyright \xa9 XDSoft.net - Chupurnov Valeriy. Todos los derechos reservados.",Anchor:"Anclar","Open in new tab":"Abrir en nueva pesta\xf1a","Open in fullsize":"Abrir editor en pantalla completa","Clear Formatting":"Limpiar formato","Fill color or set the text color":"Color de relleno o de letra",Redo:"Rehacer",Undo:"Deshacer",Bold:"Negrita",Italic:"Cursiva","Insert Unordered List":"Insertar lista no ordenada","Insert Ordered List":"Insertar lista ordenada","Align Center":"Alinear Centrado","Align Justify":"Alinear Justificado","Align Left":"Alinear Izquierda","Align Right":"Alinear Derecha","Insert Horizontal Line":"Insertar l\xednea horizontal","Insert Image":"Insertar imagen","Insert file":"Insertar archivo","Insert youtube/vimeo video":"Insertar video de Youtube/vimeo","Insert link":"Insertar v\xednculo","Font size":"Tama\xf1o de letra","Font family":"Familia de letra","Insert format block":"Insertar bloque",Normal:"Normal","Heading 1":"Encabezado 1","Heading 2":"Encabezado 2","Heading 3":"Encabezado 3","Heading 4":"Encabezado 4",Quote:"Cita",Code:"C\xf3digo",Insert:"Insertar","Insert table":"Insertar tabla","Decrease Indent":"Disminuir sangr\xeda","Increase Indent":"Aumentar sangr\xeda","Select Special Character":"Seleccionar caracter especial","Insert Special Character":"Insertar caracter especial","Paint format":"Copiar formato","Change mode":"Cambiar modo",Margins:"M\xe1rgenes",top:"arriba",right:"derecha",bottom:"abajo",left:"izquierda",Styles:"Estilos CSS",Classes:"Clases CSS",Align:"Alinear",Right:"Derecha",Center:"Centrado",Left:"Izquierda","--Not Set--":"--No Establecido--",Src:"Fuente",Title:"T\xedtulo",Alternative:"Texto Alternativo",Filter:"Filtrar",Link:"V\xednculo","Open link in new tab":"Abrir v\xednculo en nueva pesta\xf1a",Image:"Imagen",file:"Archivo","Image properties":"Propiedades de imagen",Cancel:"Cancelar",Ok:"Aceptar","Your code is similar to HTML. Keep as HTML?":"El c\xf3digo es similar a HTML. \xbfMantener como HTML?","Paste as HTML":"Pegar como HTML?",Keep:"Mantener",Clean:"Limpiar","Insert as Text":"Insertar como texto","Word Paste Detected":"Pegado desde Word detectado","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"El contenido pegado proviene de un documento de Microsoft Word/Excel. \xbfDesea mantener el formato o limpiarlo?","Insert only Text":"Insertar solo texto","File Browser":"Buscar archivo","Error on load list":"Error al cargar la lista","Error on load folders":"Error al cargar las carpetas","Are you sure?":"\xbfEst\xe1 seguro?","Enter Directory name":"Entre nombre de carpeta","Create directory":"Crear carpeta","type name":"Entre el nombre","Drop image":"Soltar imagen","Drop file":"Soltar archivo","or click":"o click","Alternative text":"Texto alternativo",Browse:"Buscar",Upload:"Subir",Background:"Fondo",Text:"Texto",Top:"Arriba",Middle:"Centro",Bottom:"Abajo","Insert column before":"Insertar columna antes","Insert column after":"Interar columna despu\xe9s","Insert row above":"Insertar fila arriba","Insert row below":"Insertar fila debajo","Delete table":"Borrar tabla","Delete row":"Borrar fila","Delete column":"Borrar columna","Empty cell":"Vaciar celda",Delete:"Borrar","Strike through":"Tachado",Underline:"Subrayado",Break:"Pausa","Search for":"Buscar","Replace with":"Reemplazar con",Replace:"Reemplazar",Edit:"Editar","Vertical align":"Alineaci\xf3n vertical","Horizontal align":"Alineaci\xf3n horizontal","Sort by changed":"Ordenar por fecha modificaci\xf3n","Sort by name":"Ordenar por nombre","Sort by size":"Ordenar por tama\xf1o","Add folder":"Agregar carpeta",Split:"Dividir","Split vertical":"Dividir vertical","Split horizontal":"Dividir horizontal",Merge:"Mezclar","Add column":"Agregar columna","Add row":"Agregar fila",Border:"Borde","Embed code":"Incluir c\xf3digo",Update:"Actualizar",superscript:"super\xedndice",subscript:"sub\xedndice","Cut selection":"Cortar selecci\xf3n",Paste:"Pegar","Choose Content to Paste":"Seleccionar contenido para pegar","Chars: %d":"Caracteres: %d","Words: %d":"Palabras: %d",All:"Todo","Select %s":"Seleccionar: %s","Select all":"Seleccionar todo",source:"HTML",bold:"negrita",italic:"cursiva",brush:"Brocha",link:"V\xednculo",undo:"deshacer",redo:"rehacer",table:"Tabla",image:"Imagen",eraser:"Borrar",paragraph:"P\xe1rrafo",fontsize:"Tama\xf1o de letra",video:"Video",font:"Letra",about:"Acerca de",print:"Imprimir",underline:"subrayar",strikethrough:"tachar",indent:"sangr\xeda",outdent:"quitar sangr\xeda",fullsize:"Tama\xf1o completo",shrink:"encoger",hr:"l\xednea horizontal",ul:"lista sin ordenar",ol:"lista ordenada",cut:"Cortar",selectall:"Seleccionar todo","Open link":"Abrir v\xednculo","Edit link":"Editar v\xednculo","No follow":"No seguir",Unlink:"Desvincular",Eye:"Ver",pencil:"Para editar"," URL":"URL",Reset:"Resetear",Save:"Guardar","Save as ...":"Guardar como...",Resize:"Redimensionar",Crop:"Recortar",Width:"Ancho",Height:"Alto","Keep Aspect Ratio":"Mantener relaci\xf3n de aspecto",Yes:"Si",No:"No",Remove:"Quitar",Select:"Seleccionar","You can only edit your own images. Download this image on the host?":"Solo puedes editar tus propias im\xe1genes. \xbfDescargar esta imagen en el servidor?","The image has been successfully uploaded to the host!":"\xa1La imagen se ha subido correctamente al servidor!",palette:"paleta","There are no files":"No hay archivos en este directorio.",Rename:"renombrar","Enter new name":"Ingresa un nuevo nombre",preview:"avance",download:"Descargar","Paste from clipboard":"Pegar desde el portapapeles","Your browser doesn't support direct access to the clipboard.":"Su navegador no soporta el acceso directo en el portapapeles.","Copy selection":"Selecci\xf3n de copia",copy:"copia","Border radius":"Radio frontera","Show all":"Mostrar todos los",Apply:"Aplicar","Please fill out this field":"Por favor, rellene este campo","Please enter a web address":"Por favor, introduzca una direcci\xf3n web",Default:"Predeterminado",Circle:"C\xedrculo",Dot:"Punto",Quadrate:"Cuadro","Lower Alpha":"Letra Min\xfascula","Lower Greek":"Griego Min\xfascula","Lower Roman":"Romano Min\xfascula","Upper Alpha":"Letra May\xfascula","Upper Roman":"Romano May\xfascula",Find:"Encontrar","Find Previous":"Buscar Anterior","Find Next":"Buscar Siguiente","Insert className":"Insertar nombre de clase","Press Alt for custom resizing":"Presione Alt para cambiar el tama\xf1o personalizado","License: %s":"Licencia: %s"}},86327:function(t,i,n){"use strict";n.d(i,{UIForm:function(){return c}});var r=n(4012),o=n(87325),s=n(43555),a=n(80256),l=n(12234),u=n(62405);let c=class t extends u.UIGroup{className(){return"UIForm"}submit(){this.j.e.fire(this.container,"submit")}validate(){for(let t of this.allChildren.filter(t=>r.Component.isInstanceOf(t,a.UIInput)))if(!t.validate())return!1;for(let t of this.allChildren.filter(t=>r.Component.isInstanceOf(t,l.UISelect)))if(!t.validate())return!1;return!0}onSubmit(t){return this.j.e.on(this.container,"submit",()=>{let i=this.allChildren.filter(t=>r.Component.isInstanceOf(t,a.UIInput));return!!this.validate()&&(t(i.reduce((t,i)=>(t[i.state.name]=i.value,t),{})),!1)}),this}createContainer(){let t=this.j.c.element("form");return t.classList.add(this.componentName),(0,s.attr)(t,"dir",this.j.o.direction||"auto"),(0,s.attr)(t,"novalidate",""),t}constructor(...t){var i,n;super(...t),(null==(i=this.options)?void 0:i.className)&&this.container.classList.add(null==(n=this.options)?void 0:n.className)}};c=function(t,i,n,r){var o,s=arguments.length,a=s<3?i:null===r?r=Object.getOwnPropertyDescriptor(i,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,r);else for(var l=t.length-1;l>=0;l--)(o=t[l])&&(a=(s<3?o(a):s>3?o(i,n,a):o(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a}([o.component],c)},86397:function(t,i,n){"use strict";n.d(i,{ConnectionError:function(){return r}});class r extends Error{constructor(t){super(t),Object.setPrototypeOf(this,r.prototype)}}},86401:function(t){t.exports={"Show Blocks":"Mostrar Blocos"}},86428:function(t){t.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"> \x3c!-- Background rounded rect --\x3e <rect x="1" y="1" width="22" height="22" rx="3"/> \x3c!-- Letter A - outer shape --\x3e <polygon points="8,5 2,19 5,19 6.5,16 11.5,16 13,19 16,19 10,5" fill="white"/> \x3c!-- Letter A - inner triangle (hole) --\x3e <polygon points="9,9 7.5,13 10.5,13" fill="currentColor"/> \x3c!-- Letter I --\x3e <rect x="17" y="5" width="3" height="14" fill="white"/> </svg>'},86449:function(t,i,n){"use strict";n.d(i,{APIClient:function(){return c}});var r=n(77688),o=n(82749),s=n(56075),a=n(11886),l=n(82758),u=n(21537);class c{sendRequest(t,i,n,o,s){return(0,r._)(function*(){let{apiRequest:r,requestTimeout:a,maxRetries:c}=this.jodit.o.aiAssistantPro;if(!r)throw Error("AI Assistant Pro callback is not configured");let d=new AbortController;this.abortControllers.add(d);try{let h=this.buildRequestContext(t,i,n,o,s),p=null;for(let t=0;c>=t;t++)try{if(d.signal.aborted)throw(0,u.abort)();let t=setTimeout(()=>{d.abort()},a);try{let i=yield r(h,d.signal);return clearTimeout(t),this.validateResponse(i),i}catch(i){throw clearTimeout(t),i}}catch(i){if(p=i,l.IS_PROD,c>t){let i=this.calculateRetryDelay(t);yield this.sleep(i)}else throw i}throw p||Error("API request failed after all retries")}finally{this.abortControllers.delete(d)}}).call(this)}abort(){this.abortControllers.forEach(t=>{t.abort()}),this.abortControllers.clear()}isInProgress(){return this.abortControllers.size>0}buildRequestContext(t,i,n,r,o){let{apiMode:l,instructions:u}=this.jodit.o.aiAssistantPro,c={mode:l,conversationId:t,tools:this.toolRegistry.getAllTools(),selectionContexts:r,conversationOptions:o,instructions:u},d=[];if("full"===l)d=i;else if(n){let t=i.findIndex(t=>t.id===n);d=-1!==t?i.slice(t+1):i,c=(0,a._)((0,s._)({},c),{parentMessageId:n})}else d=i;return(0,a._)((0,s._)({},c),{messages:this.expandToolMessages(d,i.find(t=>t.id===n))})}expandToolMessages(t,i){let n=[];for(let i of t)n.push(i),this.expandToolResultsMessage(i,n);return i&&this.expandToolResultsMessage(i,n),n}expandToolResultsMessage(t,i){if(t.toolCalls&&t.toolCalls.length>0)for(let r of t.toolCalls){var n;let o=null!=(n=r.result)?n:{error:"result not found"};if(i.find(t=>t.id===`${r.id}-result`))continue;let s={id:`${r.id}-result`,role:"tool",content:o.error?`Error: ${o.error}`:JSON.stringify(o.result),timestamp:t.timestamp,toolResults:[{toolCallId:r.id,result:o}]};i.push(s)}}validateResponse(t){if("final"!==t.mode)return;let i=t.response;if(!i)throw Error("API returned empty response");if(!i.responseId)throw Error("API response missing responseId");if(void 0===i.content)throw Error("API response missing content");if(void 0===i.finished)throw Error("API response missing finished flag");if(i.toolCalls){if(!Array.isArray(i.toolCalls))throw Error("API response toolCalls must be an array");i.toolCalls.forEach((t,i)=>{if(!t.id)throw Error(`Tool call at index ${i} is missing id`);if(!t.name)throw Error(`Tool call at index ${i} is missing name`);if(!t.arguments||"object"!=typeof t.arguments)throw Error(`Tool call at index ${i} has invalid arguments`)})}}calculateRetryDelay(t){let{retryDelay:i}=this.jodit.o.aiAssistantPro;return i*Math.pow(2,t)+Math.random()*i}sleep(t){return new Promise(i=>setTimeout(i,t))}destruct(){this.abort()}constructor(t,i){(0,o._)(this,"jodit",void 0),(0,o._)(this,"toolRegistry",void 0),(0,o._)(this,"abortControllers",void 0),this.jodit=t,this.toolRegistry=i,this.abortControllers=new Set}}},86518:function(t,i,n){"use strict";n.d(i,{safeHTML:function(){return s},sanitizeHTMLElement:function(){return a}});var r=n(2748),o=n(43555);function s(t,i){(r.Dom.isElement(t)||r.Dom.isFragment(t))&&(i.removeOnError&&(a(t),(0,o.$$)("[onerror]",t).forEach(t=>a(t,i))),i.safeJavaScriptLink&&(a(t),(0,o.$$)('a[href^="javascript"]',t).forEach(t=>a(t,i))))}function a(t,{safeJavaScriptLink:i,removeOnError:n}={safeJavaScriptLink:!0,removeOnError:!0}){if(!r.Dom.isElement(t))return!1;let s=!1;n&&t.hasAttribute("onerror")&&((0,o.attr)(t,"onerror",null),s=!0);let l=t.getAttribute("href");return i&&l&&0===l.trim().indexOf("javascript")&&((0,o.attr)(t,"href",location.protocol+"//"+l),s=!0),s}},86563:function(t,i,n){"use strict";n.d(i,{UIMessageList:function(){return c}});var r=n(82749),o=n(31635),s=n(51359),a=n(65478),l=n(62405),u=n(31356);class c extends l.UIGroup{className(){return"UIMessageList"}render(){return'<div class="&__scroll-container"></div>'}afterRender(){this.scrollContainer=this.container}onUserScroll(){if(!this.scrollContainer)return;let{scrollTop:t,scrollHeight:i,clientHeight:n}=this.scrollContainer;this.autoScrollEnabled=i-t-n<10}onMessageSent(){this.autoScrollEnabled=!0,this.scrollToBottom()}appendChildToContainer(t){this.scrollContainer&&this.scrollContainer.appendChild(t)}setMessages(t){let i=this.messages.slice();this.messages=t.slice(),this.updateMessageList(i),this.scrollToBottom()}updateMessageList(t){let i=u.ListReconciler.reconcile(t,this.messages,{getId:t=>t.id,isEqual:(t,i)=>t.id===i.id&&t.content===i.content&&t.timestamp===i.timestamp&&JSON.stringify(t.artifacts)===JSON.stringify(i.artifacts)&&JSON.stringify(t.toolCalls)===JSON.stringify(i.toolCalls),preserveOrder:!0});i.toRemove.forEach(t=>{let i=this.messageItems.get(t.id);i&&(-1!==this.elements.indexOf(i)&&(this.remove(i),i.destruct()),this.messageItems.delete(t.id))}),i.toUpdate.forEach(({newItem:t,index:i})=>{let n=this.messageItems.get(t.id);n&&(n.updateMessage(t),this.elements.indexOf(n)!==i&&i<this.elements.length&&(this.remove(n),this.append(n,i)))}),i.toCreate.forEach(t=>{let i=new s.UIMessageListItem(this.j,t,this.params);this.messageItems.set(t.id,i);let n=this.messages.indexOf(t);this.append(i,n)})}scrollToBottom(){!this.j.isDestructed&&this.autoScrollEnabled&&(this.container.scrollTop=this.container.scrollHeight)}destruct(){this.messageItems.clear(),this.messages=[],super.destruct()}constructor(t,i){super(t),(0,r._)(this,"params",void 0),(0,r._)(this,"messages",void 0),(0,r._)(this,"messageItems",void 0),(0,r._)(this,"scrollContainer",void 0),(0,r._)(this,"autoScrollEnabled",void 0),this.params=i,this.messages=[],this.messageItems=new Map,this.autoScrollEnabled=!0}}(0,o.__decorate)([(0,a.hook)("ready")],c.prototype,"afterRender",null),(0,o.__decorate)([(0,a.watch)(["scrollContainer:wheel","scrollContainer:scroll","scrollContainer:touchmove"]),(0,a.throttle)(t=>t.defaultTimeout)],c.prototype,"onUserScroll",null),(0,o.__decorate)([(0,a.watch)(":messageSent.ai-assistant-pro")],c.prototype,"onMessageSent",null),(0,o.__decorate)([a.autobind],c.prototype,"setMessages",null),(0,o.__decorate)([(0,a.throttle)(t=>2*t.defaultTimeout)],c.prototype,"scrollToBottom",null),c=(0,o.__decorate)([a.component],c)},86583:function(t,i,n){"use strict";n.d(i,{dataBind:function(){return s}});var r=n(39955);let o=new WeakMap,s=(t,i,n)=>{let s=o.get(t);if(!s){s={},o.set(t,s);let i=null;(0,r.isViewObject)(t.j)&&(i=t.j.e),(0,r.isViewObject)(t)&&(i=t.e),i&&i.on("beforeDestruct",()=>{o.delete(t)})}return void 0===n?s[i]:(s[i]=n,n)}},86820:function(t){t.exports='<svg viewBox="0 0 88 88" fill="none" xmlns="http://www.w3.org/2000/svg"> <g> <path d="M44 0.513519C27.2931 0.513519 13.75 13.8981 13.75 30.4095C13.75 46.9208 44 87.4835 44 87.4835C44 87.4835 74.25 46.9208 74.25 30.4095C74.25 13.8981 60.7069 0.513519 44 0.513519ZM19.25 30.4095C19.25 16.921 30.3518 5.94914 44 5.94914C57.6482 5.94914 68.75 16.921 68.75 30.4095C68.75 39.8049 54.9945 62.4871 44 78.1329C33.0055 62.4871 19.25 39.8049 19.25 30.4095ZM44 16.8204C36.4052 16.8204 30.25 22.9035 30.25 30.4095C30.25 37.9154 36.4052 43.9985 44 43.9985C51.5948 43.9985 57.75 37.9154 57.75 30.4095C57.75 22.9035 51.5948 16.8204 44 16.8204ZM44 38.5629C39.4508 38.5629 35.75 34.9054 35.75 30.4095C35.75 25.9135 39.4508 22.256 44 22.256C48.5492 22.256 52.25 25.9135 52.25 30.4095C52.25 34.9054 48.5492 38.5629 44 38.5629Z" fill="#404040"/> </g> <defs> <rect width="88" height="86.97" fill="white" transform="translate(0 0.513519)"/> </defs> </svg>'},86835:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M384 544v576q0 13-9.5 22.5t-22.5 9.5q-14 0-23-9l-288-288q-9-9-9-23t9-23l288-288q9-9 23-9 13 0 22.5 9.5t9.5 22.5zm1408 768v192q0 13-9.5 22.5t-22.5 9.5h-1728q-13 0-22.5-9.5t-9.5-22.5v-192q0-13 9.5-22.5t22.5-9.5h1728q13 0 22.5 9.5t9.5 22.5zm0-384v192q0 13-9.5 22.5t-22.5 9.5h-1088q-13 0-22.5-9.5t-9.5-22.5v-192q0-13 9.5-22.5t22.5-9.5h1088q13 0 22.5 9.5t9.5 22.5zm0-384v192q0 13-9.5 22.5t-22.5 9.5h-1088q-13 0-22.5-9.5t-9.5-22.5v-192q0-13 9.5-22.5t22.5-9.5h1088q13 0 22.5 9.5t9.5 22.5zm0-384v192q0 13-9.5 22.5t-22.5 9.5h-1728q-13 0-22.5-9.5t-9.5-22.5v-192q0-13 9.5-22.5t22.5-9.5h1728q13 0 22.5 9.5t9.5 22.5z"/> </svg> '},87058:function(t,i,n){"use strict";n.d(i,{camelCase:function(){return r}});let r=t=>t.replace(/([-_])(.)/g,(t,i,n)=>n.toUpperCase())},87325:function(t,i,n){"use strict";n.d(i,{component:function(){return a},getComponentClass:function(){return l}});var r=n(82758),o=n(80568);let s=new Map;function a(t){class i extends t{constructor(...t){super(...t),this.constructor===i&&(this instanceof i||Object.setPrototypeOf(this,i.prototype),this.setStatus("ready"))}}let n=(0,o.getClassName)(t.prototype);if(s.has(n)&&!r.IS_PROD)throw Error(`Component with name "${n}" is already registered`);return s.set(n,i),i}function l(t){return s.get(t)}},87394:function(t,i,n){"use strict";var r=n(12153),o=n(6441),s=n(5119);o.Config.prototype.usePopupForSpecialCharacters=!1,o.Config.prototype.specialCharacters=["!","&quot;","#","$","%","&amp;","'","(",")","*","+","-",".","/","0","1","2","3","4","5","6","7","8","9",":",";","&lt;","=","&gt;","?","@","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","[","]","^","_","`","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","{","|","}","~","&euro;","&lsquo;","&rsquo;","&ldquo;","&rdquo;","&ndash;","&mdash;","&iexcl;","&cent;","&pound;","&curren;","&yen;","&brvbar;","&sect;","&uml;","&copy;","&ordf;","&laquo;","&raquo;","&not;","&reg;","&macr;","&deg;","&sup2;","&sup3;","&acute;","&micro;","&para;","&middot;","&cedil;","&sup1;","&ordm;","&frac14;","&frac12;","&frac34;","&iquest;","&Agrave;","&Aacute;","&Acirc;","&Atilde;","&Auml;","&Aring;","&AElig;","&Ccedil;","&Egrave;","&Eacute;","&Ecirc;","&Euml;","&Igrave;","&Iacute;","&Icirc;","&Iuml;","&ETH;","&Ntilde;","&Ograve;","&Oacute;","&Ocirc;","&Otilde;","&Ouml;","&times;","&Oslash;","&Ugrave;","&Uacute;","&Ucirc;","&Uuml;","&Yacute;","&THORN;","&szlig;","&agrave;","&aacute;","&acirc;","&atilde;","&auml;","&aring;","&aelig;","&ccedil;","&egrave;","&eacute;","&ecirc;","&euml;","&igrave;","&iacute;","&icirc;","&iuml;","&eth;","&ntilde;","&ograve;","&oacute;","&ocirc;","&otilde;","&ouml;","&divide;","&oslash;","&ugrave;","&uacute;","&ucirc;","&uuml;","&yacute;","&thorn;","&yuml;","&OElig;","&oelig;","&#372;","&#374","&#373","&#375;","&sbquo;","&#8219;","&bdquo;","&hellip;","&trade;","&#9658;","&bull;","&rarr;","&rArr;","&hArr;","&diams;","&asymp;"],r.Icon.set("symbols",s.default),o.Config.prototype.controls.symbols={hotkeys:["ctrl+shift+i","cmd+shift+i"],tooltip:"Insert Special Character",popup:(t,i,n)=>{let r=t.e.fire("generateSpecialCharactersTable.symbols");if(r){if(t.o.usePopupForSpecialCharacters){let i=t.c.div();return i.classList.add("jodit-symbols"),i.appendChild(r),t.e.on(r,"close_dialog",n),i}t.alert(r,"Select Special Character",void 0,"jodit-symbols").bindDestruct(t);let i=r.querySelector("a");i&&i.focus()}}}},87536:function(t,i,n){"use strict";n.d(i,{checkRemoveContentNotEditable:function(){return a}});var r=n(22732),o=n(21537),s=n(45124);function a(t,i,n){let a=r.Dom.findSibling(i,n);return!a&&i.parentElement&&i.parentElement!==t.editor&&(a=r.Dom.findSibling(i.parentElement,n)),!(!r.Dom.isElement(a)||r.Dom.isContentEditable(a,t.editor))&&((0,o.call)(n?r.Dom.before:r.Dom.after,a,i),r.Dom.safeRemove(a),(0,s.moveNodeInsideStart)(t,i,n),(0,o.call)(n?t.s.setCursorBefore:t.s.setCursorAfter,i),!0)}},87602:function(t,i,n){"use strict";n.d(i,{applySize:function(){return l}});var r=n(29807),o=n(29960),s=n(41180),a=n(14415);function l(t,i,n,l){if(i!==t.offsetWidth||n!==t.offsetHeight){let u=i?(0,a.normalSizeToString)(i):null,c=n?(0,a.normalSizeToString)(n):null;(0,s.css)(t,{width:u,height:u&&l?null:c}),(0,o.attr)(t,"width",u&&(0,r.isNumeric)(i)&&(0,o.attr)(t,"width")?u:null),(!(0,o.attr)(t,"width")||l)&&(c=null),(0,o.attr)(t,"height",c)}}},87612:function(t,i,n){"use strict";function r(t){return"boolean"==typeof t}n.d(i,{isBoolean:function(){return r}})},88092:function(t,i,n){"use strict";var r=n(67008),o=n.n(r),s=n(6441),a=n(2748),l=n(68345);s.Config.prototype.controls.iframeEditor={icon:o(),tooltip:"Iframe Editor",exec:(t,i)=>{a.Dom.isTag(i,"jodit")&&a.Dom.isTag(i.firstElementChild,"iframe")&&(i=i.firstElementChild),t.e.fire("toggleIframeEditor",a.Dom.isTag(i,"iframe")?i:null)}},(0,l.isArray)(s.Config.prototype.popup.iframe)&&s.Config.prototype.popup.iframe.push("iframeEditor")},88572:function(t,i,n){"use strict";n.d(i,{UIFormButtonGenerator:function(){return c}});var r=n(82749),o=n(2748),s=n(4510),a=n(38837),l=n(67510),u=n(62357);class c extends l.UIElement{className(){return"UIFormButtonGenerator"}update(){this.onUpdates.forEach(t=>t());let t=this.getElm("box-shadow");(0,a.assert)(null!=t,"box-shadow does not exists");let i=this.getElm("text-shadow");(0,a.assert)(null!=i,"text-shadow does not exists"),t.style.display=this.state.boxShadow?"":"none",i.style.display=this.state.textShadow?"":"none"}render(){return`<div>
566
566
  <div class='&__group &__text'>
567
567
  <div class='&__title'>Text</div>
568
568
  <div class='&__row'>