jodit-pro 1.3.39 → 2.0.0-beta.10

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 (455) hide show
  1. package/.nvmrc +1 -0
  2. package/CHANGELOG.md +982 -0
  3. package/LICENSE.txt +1 -0
  4. package/README.md +27 -27
  5. package/SECURITY.md +10 -0
  6. package/es2015/jodit.css +4945 -0
  7. package/es2015/jodit.fat.min.css +1 -0
  8. package/es2015/jodit.fat.min.js +10 -0
  9. package/es2015/jodit.js +42706 -0
  10. package/es2015/jodit.min.css +1 -0
  11. package/es2015/jodit.min.js +10 -0
  12. package/es2015/plugins/autocomplete/autocomplete.css +26 -0
  13. package/es2015/plugins/autocomplete/autocomplete.js +473 -0
  14. package/es2015/plugins/autocomplete/autocomplete.min.js +10 -0
  15. package/es2015/plugins/backup/backup.css +48 -0
  16. package/es2015/plugins/backup/backup.js +567 -0
  17. package/{build/plugins/backup/backup.css → es2015/plugins/backup/backup.min.css} +1 -1
  18. package/es2015/plugins/backup/backup.min.js +10 -0
  19. package/es2015/plugins/button-generator/button-generator.css +316 -0
  20. package/es2015/plugins/button-generator/button-generator.js +1363 -0
  21. package/es2015/plugins/button-generator/button-generator.min.css +1 -0
  22. package/es2015/plugins/button-generator/button-generator.min.js +10 -0
  23. package/es2015/plugins/change-case/change-case.js +171 -0
  24. package/es2015/plugins/change-case/change-case.min.js +10 -0
  25. package/es2015/plugins/color-picker/color-picker.css +133 -0
  26. package/es2015/plugins/color-picker/color-picker.js +519 -0
  27. package/es2015/plugins/color-picker/color-picker.min.css +1 -0
  28. package/es2015/plugins/color-picker/color-picker.min.js +10 -0
  29. package/es2015/plugins/emoji/emoji.css +108 -0
  30. package/es2015/plugins/emoji/emoji.js +421 -0
  31. package/es2015/plugins/emoji/emoji.min.css +1 -0
  32. package/es2015/plugins/emoji/emoji.min.js +10 -0
  33. package/es2015/plugins/export-docs/export-docs.js +153 -0
  34. package/es2015/plugins/export-docs/export-docs.min.js +10 -0
  35. package/es2015/plugins/finder/finder.css +1342 -0
  36. package/es2015/plugins/finder/finder.js +3175 -0
  37. package/es2015/plugins/finder/finder.min.css +1 -0
  38. package/es2015/plugins/finder/finder.min.js +10 -0
  39. package/es2015/plugins/google-maps/google-maps.css +397 -0
  40. package/es2015/plugins/google-maps/google-maps.js +2492 -0
  41. package/es2015/plugins/google-maps/google-maps.min.css +1 -0
  42. package/es2015/plugins/google-maps/google-maps.min.js +10 -0
  43. package/es2015/plugins/google-search/google-search.js +108 -0
  44. package/es2015/plugins/google-search/google-search.min.js +10 -0
  45. package/es2015/plugins/highlight-signature/highlight-signature.js +233 -0
  46. package/es2015/plugins/highlight-signature/highlight-signature.min.js +10 -0
  47. package/es2015/plugins/iframe-editor/iframe-editor.css +16 -0
  48. package/es2015/plugins/iframe-editor/iframe-editor.js +310 -0
  49. package/es2015/plugins/iframe-editor/iframe-editor.min.js +10 -0
  50. package/es2015/plugins/keyboard/keyboard.css +48 -0
  51. package/es2015/plugins/keyboard/keyboard.js +539 -0
  52. package/es2015/plugins/keyboard/keyboard.min.js +10 -0
  53. package/es2015/plugins/mobile-view/mobile-view.js +170 -0
  54. package/es2015/plugins/mobile-view/mobile-view.min.js +10 -0
  55. package/es2015/plugins/page-break/page-break.js +181 -0
  56. package/es2015/plugins/page-break/page-break.min.js +10 -0
  57. package/es2015/plugins/paste-code/paste-code.css +21 -0
  58. package/es2015/plugins/paste-code/paste-code.js +320 -0
  59. package/es2015/plugins/paste-code/paste-code.min.js +10 -0
  60. package/es2015/plugins/paste-from-word/paste-from-word.js +1541 -0
  61. package/es2015/plugins/paste-from-word/paste-from-word.min.js +10 -0
  62. package/es2015/plugins/show-blocks/show-blocks.js +645 -0
  63. package/es2015/plugins/show-blocks/show-blocks.min.js +10 -0
  64. package/es2015/plugins/todo-list/todo-list.css +77 -0
  65. package/es2015/plugins/todo-list/todo-list.js +314 -0
  66. package/es2015/plugins/todo-list/todo-list.min.css +1 -0
  67. package/es2015/plugins/todo-list/todo-list.min.js +10 -0
  68. package/es2015/plugins/translate/translate.css +91 -0
  69. package/es2015/plugins/translate/translate.js +630 -0
  70. package/es2015/plugins/translate/translate.min.js +10 -0
  71. package/es2015/plugins/tune-block/tune-block.css +37 -0
  72. package/es2015/plugins/tune-block/tune-block.js +387 -0
  73. package/{build/plugins/tune-block/tune-block.css → es2015/plugins/tune-block/tune-block.min.css} +1 -1
  74. package/es2015/plugins/tune-block/tune-block.min.js +10 -0
  75. package/es2018/jodit.css +4945 -0
  76. package/es2018/jodit.fat.min.css +1 -0
  77. package/es2018/jodit.fat.min.js +10 -0
  78. package/es2018/jodit.js +42762 -0
  79. package/es2018/jodit.min.css +1 -0
  80. package/es2018/jodit.min.js +10 -0
  81. package/es2018/plugins/autocomplete/autocomplete.css +26 -0
  82. package/es2018/plugins/autocomplete/autocomplete.js +471 -0
  83. package/es2018/plugins/autocomplete/autocomplete.min.js +10 -0
  84. package/es2018/plugins/backup/backup.css +48 -0
  85. package/es2018/plugins/backup/backup.js +561 -0
  86. package/{build/plugins/backup/backup.es5.css → es2018/plugins/backup/backup.min.css} +1 -1
  87. package/es2018/plugins/backup/backup.min.js +10 -0
  88. package/es2018/plugins/button-generator/button-generator.css +316 -0
  89. package/es2018/plugins/button-generator/button-generator.js +1387 -0
  90. package/es2018/plugins/button-generator/button-generator.min.css +1 -0
  91. package/es2018/plugins/button-generator/button-generator.min.js +10 -0
  92. package/es2018/plugins/change-case/change-case.js +171 -0
  93. package/es2018/plugins/change-case/change-case.min.js +10 -0
  94. package/es2018/plugins/color-picker/color-picker.css +133 -0
  95. package/es2018/plugins/color-picker/color-picker.js +519 -0
  96. package/es2018/plugins/color-picker/color-picker.min.css +1 -0
  97. package/es2018/plugins/color-picker/color-picker.min.js +10 -0
  98. package/es2018/plugins/emoji/emoji.css +108 -0
  99. package/es2018/plugins/emoji/emoji.js +425 -0
  100. package/es2018/plugins/emoji/emoji.min.css +1 -0
  101. package/es2018/plugins/emoji/emoji.min.js +10 -0
  102. package/es2018/plugins/export-docs/export-docs.js +157 -0
  103. package/es2018/plugins/export-docs/export-docs.min.js +10 -0
  104. package/es2018/plugins/finder/finder.css +1342 -0
  105. package/es2018/plugins/finder/finder.js +3160 -0
  106. package/es2018/plugins/finder/finder.min.css +1 -0
  107. package/es2018/plugins/finder/finder.min.js +10 -0
  108. package/es2018/plugins/google-maps/google-maps.css +397 -0
  109. package/es2018/plugins/google-maps/google-maps.js +2556 -0
  110. package/es2018/plugins/google-maps/google-maps.min.css +1 -0
  111. package/es2018/plugins/google-maps/google-maps.min.js +10 -0
  112. package/es2018/plugins/google-search/google-search.js +108 -0
  113. package/es2018/plugins/google-search/google-search.min.js +10 -0
  114. package/es2018/plugins/highlight-signature/highlight-signature.js +233 -0
  115. package/es2018/plugins/highlight-signature/highlight-signature.min.js +10 -0
  116. package/es2018/plugins/iframe-editor/iframe-editor.css +16 -0
  117. package/es2018/plugins/iframe-editor/iframe-editor.js +310 -0
  118. package/es2018/plugins/iframe-editor/iframe-editor.min.js +10 -0
  119. package/es2018/plugins/keyboard/keyboard.css +48 -0
  120. package/es2018/plugins/keyboard/keyboard.js +539 -0
  121. package/es2018/plugins/keyboard/keyboard.min.js +10 -0
  122. package/es2018/plugins/mobile-view/mobile-view.js +170 -0
  123. package/es2018/plugins/mobile-view/mobile-view.min.js +10 -0
  124. package/es2018/plugins/page-break/page-break.js +181 -0
  125. package/es2018/plugins/page-break/page-break.min.js +10 -0
  126. package/es2018/plugins/paste-code/paste-code.css +21 -0
  127. package/es2018/plugins/paste-code/paste-code.js +318 -0
  128. package/es2018/plugins/paste-code/paste-code.min.js +10 -0
  129. package/es2018/plugins/paste-from-word/paste-from-word.js +1541 -0
  130. package/es2018/plugins/paste-from-word/paste-from-word.min.js +10 -0
  131. package/es2018/plugins/show-blocks/show-blocks.js +645 -0
  132. package/es2018/plugins/show-blocks/show-blocks.min.js +10 -0
  133. package/es2018/plugins/todo-list/todo-list.css +77 -0
  134. package/es2018/plugins/todo-list/todo-list.js +314 -0
  135. package/es2018/plugins/todo-list/todo-list.min.css +1 -0
  136. package/es2018/plugins/todo-list/todo-list.min.js +10 -0
  137. package/es2018/plugins/translate/translate.css +91 -0
  138. package/es2018/plugins/translate/translate.js +639 -0
  139. package/es2018/plugins/translate/translate.min.js +10 -0
  140. package/es2018/plugins/tune-block/tune-block.css +37 -0
  141. package/es2018/plugins/tune-block/tune-block.js +387 -0
  142. package/{build/plugins/tune-block/tune-block.es5.css → es2018/plugins/tune-block/tune-block.min.css} +1 -1
  143. package/es2018/plugins/tune-block/tune-block.min.js +10 -0
  144. package/es2021/jodit.css +4945 -0
  145. package/es2021/jodit.fat.min.css +1 -0
  146. package/es2021/jodit.fat.min.js +10 -0
  147. package/es2021/jodit.js +42643 -0
  148. package/es2021/jodit.min.css +1 -0
  149. package/es2021/jodit.min.js +10 -0
  150. package/es2021/plugins/autocomplete/autocomplete.css +26 -0
  151. package/es2021/plugins/autocomplete/autocomplete.js +463 -0
  152. package/es2021/plugins/autocomplete/autocomplete.min.css +1 -0
  153. package/es2021/plugins/autocomplete/autocomplete.min.js +10 -0
  154. package/es2021/plugins/backup/backup.css +48 -0
  155. package/es2021/plugins/backup/backup.js +554 -0
  156. package/es2021/plugins/backup/backup.min.css +1 -0
  157. package/es2021/plugins/backup/backup.min.js +10 -0
  158. package/es2021/plugins/button-generator/button-generator.css +316 -0
  159. package/es2021/plugins/button-generator/button-generator.js +1382 -0
  160. package/es2021/plugins/button-generator/button-generator.min.css +1 -0
  161. package/es2021/plugins/button-generator/button-generator.min.js +10 -0
  162. package/es2021/plugins/change-case/change-case.js +171 -0
  163. package/es2021/plugins/change-case/change-case.min.js +10 -0
  164. package/es2021/plugins/color-picker/color-picker.css +133 -0
  165. package/es2021/plugins/color-picker/color-picker.js +517 -0
  166. package/es2021/plugins/color-picker/color-picker.min.css +1 -0
  167. package/es2021/plugins/color-picker/color-picker.min.js +10 -0
  168. package/es2021/plugins/emoji/emoji.css +108 -0
  169. package/es2021/plugins/emoji/emoji.js +425 -0
  170. package/es2021/plugins/emoji/emoji.min.css +1 -0
  171. package/es2021/plugins/emoji/emoji.min.js +10 -0
  172. package/es2021/plugins/export-docs/export-docs.js +156 -0
  173. package/es2021/plugins/export-docs/export-docs.min.js +10 -0
  174. package/es2021/plugins/finder/finder.css +1342 -0
  175. package/es2021/plugins/finder/finder.js +3152 -0
  176. package/es2021/plugins/finder/finder.min.css +1 -0
  177. package/es2021/plugins/finder/finder.min.js +10 -0
  178. package/es2021/plugins/google-maps/google-maps.css +397 -0
  179. package/es2021/plugins/google-maps/google-maps.js +2540 -0
  180. package/es2021/plugins/google-maps/google-maps.min.css +1 -0
  181. package/es2021/plugins/google-maps/google-maps.min.js +10 -0
  182. package/es2021/plugins/google-search/google-search.js +107 -0
  183. package/es2021/plugins/google-search/google-search.min.js +10 -0
  184. package/es2021/plugins/highlight-signature/highlight-signature.js +231 -0
  185. package/es2021/plugins/highlight-signature/highlight-signature.min.js +10 -0
  186. package/es2021/plugins/iframe-editor/iframe-editor.css +16 -0
  187. package/es2021/plugins/iframe-editor/iframe-editor.js +308 -0
  188. package/es2021/plugins/iframe-editor/iframe-editor.min.css +1 -0
  189. package/es2021/plugins/iframe-editor/iframe-editor.min.js +10 -0
  190. package/es2021/plugins/keyboard/keyboard.css +48 -0
  191. package/es2021/plugins/keyboard/keyboard.js +537 -0
  192. package/es2021/plugins/keyboard/keyboard.min.css +1 -0
  193. package/es2021/plugins/keyboard/keyboard.min.js +10 -0
  194. package/es2021/plugins/mobile-view/mobile-view.js +168 -0
  195. package/es2021/plugins/mobile-view/mobile-view.min.js +10 -0
  196. package/es2021/plugins/page-break/page-break.js +181 -0
  197. package/es2021/plugins/page-break/page-break.min.js +10 -0
  198. package/es2021/plugins/paste-code/paste-code.css +21 -0
  199. package/es2021/plugins/paste-code/paste-code.js +318 -0
  200. package/es2021/plugins/paste-code/paste-code.min.css +1 -0
  201. package/es2021/plugins/paste-code/paste-code.min.js +10 -0
  202. package/es2021/plugins/paste-from-word/paste-from-word.js +1528 -0
  203. package/es2021/plugins/paste-from-word/paste-from-word.min.js +10 -0
  204. package/es2021/plugins/show-blocks/show-blocks.js +645 -0
  205. package/es2021/plugins/show-blocks/show-blocks.min.js +10 -0
  206. package/es2021/plugins/todo-list/todo-list.css +77 -0
  207. package/es2021/plugins/todo-list/todo-list.js +313 -0
  208. package/es2021/plugins/todo-list/todo-list.min.css +1 -0
  209. package/es2021/plugins/todo-list/todo-list.min.js +10 -0
  210. package/es2021/plugins/translate/translate.css +91 -0
  211. package/es2021/plugins/translate/translate.js +636 -0
  212. package/es2021/plugins/translate/translate.min.css +1 -0
  213. package/es2021/plugins/translate/translate.min.js +10 -0
  214. package/es2021/plugins/tune-block/tune-block.css +37 -0
  215. package/es2021/plugins/tune-block/tune-block.js +385 -0
  216. package/es2021/plugins/tune-block/tune-block.min.css +1 -0
  217. package/es2021/plugins/tune-block/tune-block.min.js +10 -0
  218. package/es2021.en/jodit.css +4945 -0
  219. package/es2021.en/jodit.fat.min.css +1 -0
  220. package/es2021.en/jodit.fat.min.js +10 -0
  221. package/es2021.en/jodit.js +40989 -0
  222. package/es2021.en/jodit.min.css +1 -0
  223. package/es2021.en/jodit.min.js +10 -0
  224. package/es2021.en/plugins/autocomplete/autocomplete.css +26 -0
  225. package/es2021.en/plugins/autocomplete/autocomplete.js +463 -0
  226. package/es2021.en/plugins/autocomplete/autocomplete.min.css +1 -0
  227. package/es2021.en/plugins/autocomplete/autocomplete.min.js +10 -0
  228. package/es2021.en/plugins/backup/backup.css +48 -0
  229. package/es2021.en/plugins/backup/backup.js +554 -0
  230. package/es2021.en/plugins/backup/backup.min.css +1 -0
  231. package/es2021.en/plugins/backup/backup.min.js +10 -0
  232. package/es2021.en/plugins/button-generator/button-generator.css +316 -0
  233. package/es2021.en/plugins/button-generator/button-generator.js +1382 -0
  234. package/es2021.en/plugins/button-generator/button-generator.min.css +1 -0
  235. package/es2021.en/plugins/button-generator/button-generator.min.js +10 -0
  236. package/es2021.en/plugins/change-case/change-case.js +171 -0
  237. package/es2021.en/plugins/change-case/change-case.min.js +10 -0
  238. package/es2021.en/plugins/color-picker/color-picker.css +133 -0
  239. package/es2021.en/plugins/color-picker/color-picker.js +517 -0
  240. package/es2021.en/plugins/color-picker/color-picker.min.css +1 -0
  241. package/es2021.en/plugins/color-picker/color-picker.min.js +10 -0
  242. package/es2021.en/plugins/emoji/emoji.css +108 -0
  243. package/es2021.en/plugins/emoji/emoji.js +425 -0
  244. package/es2021.en/plugins/emoji/emoji.min.css +1 -0
  245. package/es2021.en/plugins/emoji/emoji.min.js +10 -0
  246. package/es2021.en/plugins/export-docs/export-docs.js +156 -0
  247. package/es2021.en/plugins/export-docs/export-docs.min.js +10 -0
  248. package/es2021.en/plugins/finder/finder.css +1342 -0
  249. package/es2021.en/plugins/finder/finder.js +3117 -0
  250. package/es2021.en/plugins/finder/finder.min.css +1 -0
  251. package/es2021.en/plugins/finder/finder.min.js +10 -0
  252. package/es2021.en/plugins/google-maps/google-maps.css +397 -0
  253. package/es2021.en/plugins/google-maps/google-maps.js +2540 -0
  254. package/es2021.en/plugins/google-maps/google-maps.min.css +1 -0
  255. package/es2021.en/plugins/google-maps/google-maps.min.js +10 -0
  256. package/es2021.en/plugins/google-search/google-search.js +107 -0
  257. package/es2021.en/plugins/google-search/google-search.min.js +10 -0
  258. package/es2021.en/plugins/highlight-signature/highlight-signature.js +231 -0
  259. package/es2021.en/plugins/highlight-signature/highlight-signature.min.js +10 -0
  260. package/es2021.en/plugins/iframe-editor/iframe-editor.css +16 -0
  261. package/es2021.en/plugins/iframe-editor/iframe-editor.js +308 -0
  262. package/es2021.en/plugins/iframe-editor/iframe-editor.min.css +1 -0
  263. package/es2021.en/plugins/iframe-editor/iframe-editor.min.js +10 -0
  264. package/es2021.en/plugins/keyboard/keyboard.css +48 -0
  265. package/es2021.en/plugins/keyboard/keyboard.js +537 -0
  266. package/es2021.en/plugins/keyboard/keyboard.min.css +1 -0
  267. package/es2021.en/plugins/keyboard/keyboard.min.js +10 -0
  268. package/es2021.en/plugins/mobile-view/mobile-view.js +168 -0
  269. package/es2021.en/plugins/mobile-view/mobile-view.min.js +10 -0
  270. package/es2021.en/plugins/page-break/page-break.js +181 -0
  271. package/es2021.en/plugins/page-break/page-break.min.js +10 -0
  272. package/es2021.en/plugins/paste-code/paste-code.css +21 -0
  273. package/es2021.en/plugins/paste-code/paste-code.js +318 -0
  274. package/es2021.en/plugins/paste-code/paste-code.min.css +1 -0
  275. package/es2021.en/plugins/paste-code/paste-code.min.js +10 -0
  276. package/es2021.en/plugins/paste-from-word/paste-from-word.js +1528 -0
  277. package/es2021.en/plugins/paste-from-word/paste-from-word.min.js +10 -0
  278. package/es2021.en/plugins/show-blocks/show-blocks.js +322 -0
  279. package/es2021.en/plugins/show-blocks/show-blocks.min.js +10 -0
  280. package/es2021.en/plugins/todo-list/todo-list.css +77 -0
  281. package/es2021.en/plugins/todo-list/todo-list.js +313 -0
  282. package/es2021.en/plugins/todo-list/todo-list.min.css +1 -0
  283. package/es2021.en/plugins/todo-list/todo-list.min.js +10 -0
  284. package/es2021.en/plugins/translate/translate.css +91 -0
  285. package/es2021.en/plugins/translate/translate.js +636 -0
  286. package/es2021.en/plugins/translate/translate.min.css +1 -0
  287. package/es2021.en/plugins/translate/translate.min.js +10 -0
  288. package/es2021.en/plugins/tune-block/tune-block.css +37 -0
  289. package/es2021.en/plugins/tune-block/tune-block.js +385 -0
  290. package/es2021.en/plugins/tune-block/tune-block.min.css +1 -0
  291. package/es2021.en/plugins/tune-block/tune-block.min.js +10 -0
  292. package/es5/jodit.css +5956 -0
  293. package/es5/jodit.fat.min.css +1 -0
  294. package/es5/jodit.fat.min.js +10 -0
  295. package/es5/jodit.js +49879 -0
  296. package/es5/jodit.min.css +15 -0
  297. package/es5/jodit.min.js +10 -0
  298. package/es5/plugins/autocomplete/autocomplete.css +26 -0
  299. package/es5/plugins/autocomplete/autocomplete.js +536 -0
  300. package/es5/plugins/autocomplete/autocomplete.min.css +1 -0
  301. package/es5/plugins/autocomplete/autocomplete.min.js +10 -0
  302. package/es5/plugins/backup/backup.css +48 -0
  303. package/es5/plugins/backup/backup.js +599 -0
  304. package/es5/plugins/backup/backup.min.css +1 -0
  305. package/es5/plugins/backup/backup.min.js +10 -0
  306. package/es5/plugins/button-generator/button-generator.css +316 -0
  307. package/es5/plugins/button-generator/button-generator.js +1310 -0
  308. package/es5/plugins/button-generator/button-generator.min.css +1 -0
  309. package/es5/plugins/button-generator/button-generator.min.js +10 -0
  310. package/es5/plugins/change-case/change-case.js +179 -0
  311. package/es5/plugins/change-case/change-case.min.js +10 -0
  312. package/es5/plugins/color-picker/color-picker.css +133 -0
  313. package/es5/plugins/color-picker/color-picker.js +525 -0
  314. package/es5/plugins/color-picker/color-picker.min.css +1 -0
  315. package/es5/plugins/color-picker/color-picker.min.js +10 -0
  316. package/es5/plugins/emoji/emoji.css +108 -0
  317. package/es5/plugins/emoji/emoji.js +459 -0
  318. package/es5/plugins/emoji/emoji.min.css +1 -0
  319. package/es5/plugins/emoji/emoji.min.js +10 -0
  320. package/es5/plugins/export-docs/export-docs.js +174 -0
  321. package/es5/plugins/export-docs/export-docs.min.js +10 -0
  322. package/es5/plugins/finder/finder.css +1342 -0
  323. package/es5/plugins/finder/finder.js +3335 -0
  324. package/es5/plugins/finder/finder.min.css +1 -0
  325. package/es5/plugins/finder/finder.min.js +10 -0
  326. package/es5/plugins/google-maps/google-maps.css +397 -0
  327. package/es5/plugins/google-maps/google-maps.js +2463 -0
  328. package/es5/plugins/google-maps/google-maps.min.css +1 -0
  329. package/es5/plugins/google-maps/google-maps.min.js +10 -0
  330. package/es5/plugins/google-search/google-search.js +113 -0
  331. package/es5/plugins/google-search/google-search.min.js +10 -0
  332. package/es5/plugins/highlight-signature/highlight-signature.js +253 -0
  333. package/es5/plugins/highlight-signature/highlight-signature.min.js +10 -0
  334. package/es5/plugins/iframe-editor/iframe-editor.css +16 -0
  335. package/es5/plugins/iframe-editor/iframe-editor.js +319 -0
  336. package/es5/plugins/iframe-editor/iframe-editor.min.css +1 -0
  337. package/es5/plugins/iframe-editor/iframe-editor.min.js +10 -0
  338. package/es5/plugins/keyboard/keyboard.css +48 -0
  339. package/es5/plugins/keyboard/keyboard.js +556 -0
  340. package/es5/plugins/keyboard/keyboard.min.css +1 -0
  341. package/es5/plugins/keyboard/keyboard.min.js +10 -0
  342. package/es5/plugins/mobile-view/mobile-view.js +176 -0
  343. package/es5/plugins/mobile-view/mobile-view.min.js +10 -0
  344. package/es5/plugins/page-break/page-break.js +169 -0
  345. package/es5/plugins/page-break/page-break.min.js +10 -0
  346. package/es5/plugins/paste-code/paste-code.css +21 -0
  347. package/es5/plugins/paste-code/paste-code.js +348 -0
  348. package/es5/plugins/paste-code/paste-code.min.css +1 -0
  349. package/es5/plugins/paste-code/paste-code.min.js +10 -0
  350. package/es5/plugins/paste-from-word/paste-from-word.js +1670 -0
  351. package/es5/plugins/paste-from-word/paste-from-word.min.js +10 -0
  352. package/es5/plugins/show-blocks/show-blocks.js +649 -0
  353. package/es5/plugins/show-blocks/show-blocks.min.js +10 -0
  354. package/es5/plugins/todo-list/todo-list.css +77 -0
  355. package/es5/plugins/todo-list/todo-list.js +324 -0
  356. package/es5/plugins/todo-list/todo-list.min.css +1 -0
  357. package/es5/plugins/todo-list/todo-list.min.js +10 -0
  358. package/es5/plugins/translate/translate.css +91 -0
  359. package/es5/plugins/translate/translate.js +657 -0
  360. package/es5/plugins/translate/translate.min.css +1 -0
  361. package/es5/plugins/translate/translate.min.js +10 -0
  362. package/es5/plugins/tune-block/tune-block.css +37 -0
  363. package/es5/plugins/tune-block/tune-block.js +397 -0
  364. package/es5/plugins/tune-block/tune-block.min.css +1 -0
  365. package/es5/plugins/tune-block/tune-block.min.js +10 -0
  366. package/examples/arabic.lang.html +8 -8
  367. package/examples/color-picker.html +6 -6
  368. package/examples/custom-icons.html +8 -8
  369. package/examples/custom-toolbar.html +8 -8
  370. package/examples/example.default.html +6 -6
  371. package/examples/fullsize.html +8 -8
  372. package/examples/index.html +6 -6
  373. package/examples/inline-mode.html +8 -8
  374. package/examples/oneinstance.html +8 -8
  375. package/examples/theme.html +6 -6
  376. package/package.json +6 -22
  377. package/LICENSE.md +0 -3
  378. package/build/jodit.css +0 -1
  379. package/build/jodit.es5.css +0 -8
  380. package/build/jodit.es5.js +0 -1
  381. package/build/jodit.fat.css +0 -1
  382. package/build/jodit.fat.es5.css +0 -1
  383. package/build/jodit.fat.es5.js +0 -1
  384. package/build/jodit.fat.js +0 -1
  385. package/build/jodit.js +0 -1
  386. package/build/plugins/autocomplete/autocomplete.es5.js +0 -1
  387. package/build/plugins/autocomplete/autocomplete.js +0 -1
  388. package/build/plugins/backup/backup.es5.js +0 -1
  389. package/build/plugins/backup/backup.js +0 -1
  390. package/build/plugins/button-generator/button-generator.css +0 -1
  391. package/build/plugins/button-generator/button-generator.es5.css +0 -1
  392. package/build/plugins/button-generator/button-generator.es5.js +0 -1
  393. package/build/plugins/button-generator/button-generator.js +0 -1
  394. package/build/plugins/change-case/change-case.es5.js +0 -1
  395. package/build/plugins/change-case/change-case.js +0 -1
  396. package/build/plugins/color-picker/color-picker.css +0 -1
  397. package/build/plugins/color-picker/color-picker.es5.css +0 -1
  398. package/build/plugins/color-picker/color-picker.es5.js +0 -1
  399. package/build/plugins/color-picker/color-picker.js +0 -1
  400. package/build/plugins/emoji/emoji.css +0 -1
  401. package/build/plugins/emoji/emoji.es5.css +0 -1
  402. package/build/plugins/emoji/emoji.es5.js +0 -1
  403. package/build/plugins/emoji/emoji.js +0 -1
  404. package/build/plugins/export-docs/export-docs.es5.js +0 -1
  405. package/build/plugins/export-docs/export-docs.js +0 -1
  406. package/build/plugins/finder/finder.css +0 -1
  407. package/build/plugins/finder/finder.es5.css +0 -1
  408. package/build/plugins/finder/finder.es5.js +0 -1
  409. package/build/plugins/finder/finder.js +0 -1
  410. package/build/plugins/google-maps/google-maps.css +0 -1
  411. package/build/plugins/google-maps/google-maps.es5.css +0 -1
  412. package/build/plugins/google-maps/google-maps.es5.js +0 -1
  413. package/build/plugins/google-maps/google-maps.js +0 -1
  414. package/build/plugins/google-search/google-search.es5.js +0 -1
  415. package/build/plugins/google-search/google-search.js +0 -1
  416. package/build/plugins/highlight-signature/highlight-signature.es5.js +0 -1
  417. package/build/plugins/highlight-signature/highlight-signature.js +0 -1
  418. package/build/plugins/iframe-editor/iframe-editor.es5.js +0 -1
  419. package/build/plugins/iframe-editor/iframe-editor.js +0 -1
  420. package/build/plugins/keyboard/keyboard.es5.js +0 -1
  421. package/build/plugins/keyboard/keyboard.js +0 -1
  422. package/build/plugins/mobile-view/mobile-view.css +0 -0
  423. package/build/plugins/mobile-view/mobile-view.es5.css +0 -0
  424. package/build/plugins/mobile-view/mobile-view.es5.js +0 -1
  425. package/build/plugins/mobile-view/mobile-view.js +0 -1
  426. package/build/plugins/page-break/page-break.css +0 -1
  427. package/build/plugins/page-break/page-break.es5.css +0 -1
  428. package/build/plugins/page-break/page-break.es5.js +0 -1
  429. package/build/plugins/page-break/page-break.js +0 -1
  430. package/build/plugins/paste-code/paste-code.es5.js +0 -1
  431. package/build/plugins/paste-code/paste-code.js +0 -1
  432. package/build/plugins/paste-from-word/paste-from-word.es5.js +0 -1
  433. package/build/plugins/paste-from-word/paste-from-word.js +0 -1
  434. package/build/plugins/show-blocks/show-blocks.es5.js +0 -1
  435. package/build/plugins/show-blocks/show-blocks.js +0 -1
  436. package/build/plugins/todo-list/todo-list.css +0 -1
  437. package/build/plugins/todo-list/todo-list.es5.css +0 -1
  438. package/build/plugins/todo-list/todo-list.es5.js +0 -1
  439. package/build/plugins/todo-list/todo-list.js +0 -1
  440. package/build/plugins/translate/translate.es5.js +0 -1
  441. package/build/plugins/translate/translate.js +0 -1
  442. package/build/plugins/tune-block/tune-block.es5.js +0 -1
  443. package/build/plugins/tune-block/tune-block.js +0 -1
  444. package/index.html +0 -268
  445. /package/{build/config.js → config.js} +0 -0
  446. /package/{build/plugins/autocomplete/autocomplete.css → es2015/plugins/autocomplete/autocomplete.min.css} +0 -0
  447. /package/{build/plugins/iframe-editor/iframe-editor.css → es2015/plugins/iframe-editor/iframe-editor.min.css} +0 -0
  448. /package/{build/plugins/keyboard/keyboard.css → es2015/plugins/keyboard/keyboard.min.css} +0 -0
  449. /package/{build/plugins/paste-code/paste-code.css → es2015/plugins/paste-code/paste-code.min.css} +0 -0
  450. /package/{build/plugins/translate/translate.css → es2015/plugins/translate/translate.min.css} +0 -0
  451. /package/{build/plugins/autocomplete/autocomplete.es5.css → es2018/plugins/autocomplete/autocomplete.min.css} +0 -0
  452. /package/{build/plugins/iframe-editor/iframe-editor.es5.css → es2018/plugins/iframe-editor/iframe-editor.min.css} +0 -0
  453. /package/{build/plugins/keyboard/keyboard.es5.css → es2018/plugins/keyboard/keyboard.min.css} +0 -0
  454. /package/{build/plugins/paste-code/paste-code.es5.css → es2018/plugins/paste-code/paste-code.min.css} +0 -0
  455. /package/{build/plugins/translate/translate.es5.css → es2018/plugins/translate/translate.min.css} +0 -0
@@ -0,0 +1,10 @@
1
+ /*!
2
+ * jodit-pro - PRO Version of Jodit Editor
3
+ * Author: Chupurnov Valeriy <chupurnov@gmail.com>
4
+ * Version: v2.0.0-beta.10
5
+ * Url: https://xdsoft.net/jodit/pro/
6
+ * License(s): SEE LICENSE IN LICENSE.md
7
+ */
8
+
9
+
10
+ !function(t,e){if("object"==typeof exports&&"object"==typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var n=e();for(var o in n)("object"==typeof exports?exports:t)[o]=n[o]}}(self,(function(){return function(){var t={90729:function(t){t.exports.default=["إبدأ في الكتابة...","حول جوديت","محرر جوديت","دليل مستخدم جوديت","يحتوي على مساعدة مفصلة للاستخدام","للحصول على معلومات حول الترخيص، يرجى الذهاب لموقعنا:","شراء النسخة الكاملة","حقوق الطبع والنشر © XDSoft.net - Chupurnov Valeriy. كل الحقوق محفوظة.","مِرْساة","فتح في نافذة جديدة","فتح المحرر في الحجم الكامل","مسح التنسيق","ملء اللون أو تعيين لون النص","إعادة","تراجع","عريض","مائل","إدراج قائمة غير مرتبة","إدراج قائمة مرتبة","محاذاة للوسط","محاذاة مثبتة","محاذاة لليسار","محاذاة لليمين","إدراج خط أفقي","إدراج صورة","ادخال الملف","إدراج فيديو يوتيوب/فيميو ","إدراج رابط","حجم الخط","نوع الخط","إدراج كتلة تنسيق","عادي","عنوان 1","عنوان 2","عنوان 3","عنوان 4","إقتباس","كود","إدراج","إدراج جدول","تقليل المسافة البادئة","زيادة المسافة البادئة","تحديد أحرف خاصة","إدراج حرف خاص","تنسيق الرسم","تغيير الوضع","هوامش","أعلى","يمين","أسفل","يسار","الأنماط","الطبقات","محاذاة","اليمين","الوسط","اليسار","--غير مضبوط--","Src","العنوان","العنوان البديل","الرابط","افتح الرابط في نافذة جديدة","الصورة","ملف","متقدم","خصائص الصورة","إلغاء","حسنا","متصفح الملفات","حدث خطأ في تحميل القائمة ","حدث خطأ في تحميل المجلدات","هل أنت واثق؟","أدخل اسم المجلد","إنشاء مجلد","أكتب إسم","إسقاط صورة","إسقاط الملف","أو أنقر","النص البديل","رفع","تصفح","الخلفية","نص","أعلى","الوسط","الأسفل","إدراج عمود قبل","إدراج عمود بعد","إدراج صف أعلى","إدراج صف أسفل","حذف الجدول","حذف الصف","حذف العمود","خلية فارغة","%d حرف","%d كلام","اضرب من خلال","أكد","حرف فوقي","مخطوطة","قطع الاختيار","اختر الكل","استراحة","البحث عن","استبدل ب","محل","معجون","اختر محتوى للصق","مصدر","بالخط العريض","مائل","شغل","صلة","إلغاء","كرر","طاولة","صورة","نظيف","فقرة","حجم الخط","فيديو","الخط","حول المحرر","طباعة","أكد","شطب","المسافة البادئة","نتوء","ملء الشاشة","الحجم التقليدي","الخط","قائمة","قائمة مرقمة","قطع","اختر الكل","قانون","فتح الرابط","تعديل الرابط","سمة Nofollow","إزالة الرابط","تحديث","لتحرير","مراجعة","URL","تحرير","محاذاة أفقية","فلتر","عن طريق التغيير","بالاسم","حسب الحجم","إضافة مجلد","إعادة","احتفظ","حفظ باسم","تغيير الحجم","حجم القطع","عرض","ارتفاع","حافظ على النسب","أن","لا","حذف","تميز","تميز %s","محاذاة عمودية","انشق، مزق","اذهب","أضف العمود","اضف سطر","رخصة %s","حذف","انقسام عمودي","تقسيم أفقي","الحدود","يشبه الكود الخاص بك HTML. تبقي كما HTML؟","الصق ك HTML","احتفظ","إدراج كنص","إدراج النص فقط","يمكنك فقط تحرير صورك الخاصة. تحميل هذه الصورة على المضيف؟","تم تحميل الصورة بنجاح على الخادم!","لوحة","لا توجد ملفات في هذا الدليل.","إعادة تسمية","أدخل اسم جديد","معاينة","تحميل","لصق من الحافظة","متصفحك لا يدعم إمكانية الوصول المباشر إلى الحافظة.","نسخ التحديد","نسخ","دائرة نصف قطرها الحدود","عرض كل","تطبيق","يرجى ملء هذا المجال","يرجى إدخال عنوان ويب","الافتراضي","دائرة","نقطة","المربعة","البحث","تجد السابقة","تجد التالي","للصق المحتوى قادم من Microsoft Word/Excel الوثيقة. هل تريد أن تبقي شكل أو تنظيفه ؟ ","كلمة لصق الكشف عن","نظيفة","أدخل اسم الفصل","اضغط البديل لتغيير حجم مخصص"]},11383:function(t){t.exports.default=["Napiš něco","O Jodit","Editor Jodit","Jodit Uživatelská příručka","obsahuje detailní nápovědu","Pro informace o licenci, prosím, přejděte na naši stránku:","Koupit plnou verzi","Copyright © XDSoft.net - Chupurnov Valeriy. Všechna práva vyhrazena.","Anchor","Otevřít v nové záložce","Otevřít v celoobrazovkovém režimu","Vyčistit formátování","Barva výplně a písma","Vpřed","Zpět","Tučné","Kurzíva","Odrážky","Číslovaný seznam","Zarovnat na střed","Zarovnat do bloku","Zarovnat vlevo","Zarovnat vpravo","Vložit horizontální linku","Vložit obrázek","Vložit soubor","Vložit video (YT/Vimeo)","Vložit odkaz","Velikost písma","Typ písma","Formátovat blok","Normální text","Nadpis 1","Nadpis 2","Nadpis 3","Nadpis 4","Citát","Kód","Vložit","Vložit tabulku","Zmenšit odsazení","Zvětšit odsazení","Vybrat speciální symbol","Vložit speciální symbol","Použít formát","Změnit mód","Okraje","horní","pravý","spodní","levý","Styly","Třídy","Zarovnání","Vpravo","Na střed","Vlevo","--nenastaveno--","src","Titulek","Alternativní text (alt)","Link","Otevřít link v nové záložce","Obrázek","soubor","Rozšířené","Vlastnosti obrázku","Zpět","Ok","Prohlížeč souborů","Chyba při načítání seznamu souborů","Chyba při načítání složek","Jste si jistý(á)?","Název složky","Vytvořit složku","název","Přetáhněte sem obrázek","Přetáhněte sem soubor","nebo klikněte","Alternativní text","Nahrát","Server","Pozadí","Text","Nahoru","Na střed","Dolu","Vložit sloupec před","Vložit sloupec za","Vložit řádek nad","Vložit řádek pod","Vymazat tabulku","Vymazat řádku","Vymazat sloupec","Vyčistit buňku","Znaky: %d","Slova: %d","Přeškrtnuto","Podtrženo","Horní index","Dolní index","Vyjmout označené","Označit vše","Zalomení","Najdi","Nahradit za","Vyměňte","Vložit","Vyber obsah pro vložení","HTML","tučně","kurzíva","štětec","odkaz","zpět","vpřed","tabulka","obrázek","guma","odstavec","velikost písma","video","písmo","о editoru","tisk","podtrženo","přeškrtnuto","zvětšit odsazení","zmenšit odsazení","celoobrazovkový režim","smrsknout","Linka","Odrážka","Číslovaný seznam","Vyjmout","Označit vše","Kód","Otevřít odkaz","Upravit odkaz","Atribut no-follow","Odstranit odkaz","Aktualizovat","Chcete-li upravit","Zobrazit","URL","Editovat","Horizontální zarovnání","Filtr","Dle poslední změny","Dle názvu","Dle velikosti","Přidat složku","Reset","Uložit","Uložit jako...","Změnit rozměr","Ořezat","Šířka","Výška","Ponechat poměr","Ano","Ne","Vyjmout","Označit","Označit %s","Vertikální zarovnání","Rozdělit","Spojit","Přidat sloupec","Přidat řádek","Licence: %s","Vymazat","Rozdělit vertikálně","Rozdělit horizontálně","Okraj","Váš text se podobá HTML. Vložit ho jako HTML?","Vložit jako HTML","Ponechat originál","Vložit jako TEXT","Vložit pouze TEXT","Můžete upravovat pouze své obrázky. Načíst obrázek?","Obrázek byl úspěšně nahrán!","paleta","V tomto adresáři nejsou žádné soubory.","přejmenovat","Zadejte nový název","náhled","Stažení","Vložit ze schránky","Váš prohlížeč nepodporuje přímý přístup do schránky.","Kopírovat výběr","kopírování","Border radius","Zobrazit všechny","Platí","Prosím, vyplňte toto pole","Prosím, zadejte webovou adresu","Výchozí","Kruh","Dot","Quadrate","Najít","Najít Předchozí","Najít Další","Obsah, který vkládáte, je pravděpodobně z Microsoft Word / Excel. Chcete ponechat formát nebo vložit pouze text?","Detekován fragment z Wordu nebo Excelu","Vyčistit","Vložte název třídy","Stiskněte Alt pro vlastní změnu velikosti"]},36380:function(t){t.exports.default=["Bitte geben Sie einen Text ein","Über Jodit","Jodit Editor","Das Jodit Benutzerhandbuch","beinhaltet ausführliche Informationen wie Sie den Editor verwenden können.","Für Informationen zur Lizenz, besuchen Sie bitte unsere Web-Präsenz:","Vollversion kaufen","Copyright © XDSoft.net - Chupurnov Valeriy. Alle Rechte vorbehalten.","Anker","In neuer Registerkarte öffnen","Editor in voller Größe öffnen","Formatierung löschen","Füllfarbe oder Textfarbe ändern","Wiederholen","Rückgängig machen","Fett","Kursiv","Unsortierte Liste einfügen","Nummerierte Liste einfügen","Mittig ausrichten","Blocksatz","Links ausrichten","Rechts ausrichten","Horizontale Linie einfügen","Bild einfügen","Datei einfügen","Youtube/vimeo Video einfügen","Link einfügen","Schriftgröße","Schriftfamilie","Formatblock einfügen","Normal","Überschrift 1","Überschrift 2","Überschrift 3","Überschrift 4","Zitat","Code","Einfügen","Tabelle einfügen","Einzug verkleinern","Einzug vergrößern","Sonderzeichen auswählen","Sonderzeichen einfügen","Format kopieren","Änderungsmodus","Ränder","Oben","Rechts","Unten","Links","CSS Stil","CSS Klassen","Ausrichtung","Rechts","Zentriert","Links","Keine","Pfad","Titel","Alternativer Text","Link","Link in neuem Tab öffnen","Bild","Datei","Fortgeschritten","Bildeigenschaften","Abbrechen","OK","Dateibrowser","Fehler beim Laden der Liste","Fehler beim Laden der Ordner","Sind Sie sicher?","Geben Sie den Verzeichnisnamen ein","Verzeichnis erstellen","Typname","Bild hier hinziehen","Datei löschen","oder hier klicken","Alternativtext","Hochladen","Auswählen","Hintergrund","Text","Oben","Mittig","Unten","Spalte davor einfügen","Spalte danach einfügen","Zeile oberhalb einfügen","Zeile unterhalb einfügen","Tabelle löschen","Zeile löschen","Spalte löschen","Zelle leeren","Zeichen: %d","Wörter: %d","Durchstreichen","Unterstreichen","Hochstellen","Tiefstellen","Auswahl ausschneiden","Alles markieren","Pause","Suche nach","Ersetzen durch","Ersetzen","Einfügen","Wählen Sie den Inhalt zum Einfügen aus","HTML","Fett gedruckt","Kursiv","Bürste","Verknüpfung","Rückgängig machen","Wiederholen","Tabelle","Bild","Radiergummi","Absatz","Schriftgröße","Video","Schriftart","Über","Drucken","Unterstreichen","Durchstreichen","Einzug","Herausstellen","Vollgröße","Schrumpfen","die Linie","Liste von","Nummerierte Liste","Schneiden","Wählen Sie Alle aus","Code einbetten","Link öffnen","Link bearbeiten","Nofollow-Attribut","Link entfernen","Aktualisieren","Bearbeiten","Ansehen","URL","Bearbeiten","Horizontale Ausrichtung","Filter","Sortieren nach geändert","Nach Name sortieren","Nach Größe sortiert","Ordner hinzufügen","Wiederherstellen","Speichern","Speichern als","Größe ändern","Größe anpassen","Breite","Höhe","Seitenverhältnis beibehalten","Ja","Nein","Entfernen","Markieren","Markieren: %s","Vertikale Ausrichtung","Unterteilen","Vereinen","Spalte hinzufügen","Zeile hinzufügen",null,"Löschen","Vertikal unterteilen","Horizontal unterteilen","Rand","Ihr Text ähnelt HTML-Code. Als HTML beibehalten?","Als HTML einfügen?","Original speichern","Als Text einfügen","Nur Text einfügen","Sie können nur Ihre eigenen Bilder bearbeiten. Dieses Bild auf den Host herunterladen?","Das Bild wurde erfolgreich auf den Server hochgeladen!","Palette","In diesem Verzeichnis befinden sich keine Dateien.","Umbenennen","Geben Sie einen neuen Namen ein","Vorschau","Herunterladen","Aus Zwischenablage einfügen","Ihr Browser unterstützt keinen direkten Zugriff auf die Zwischenablage.","Auswahl kopieren","Kopieren","Radius für abgerundete Ecken","Alle anzeigen","Anwenden","Bitte füllen Sie dieses Feld aus","Bitte geben Sie eine Web-Adresse ein","Standard","Kreis","Punkte","Quadrate","Suchen","Suche vorherige","Weitersuchen","Der Inhalt, den Sie einfügen, stammt aus einem Microsoft Word / Excel-Dokument. Möchten Sie das Format erhalten oder bereinigen?","In Word formatierter Text erkannt","Säubern","className (CSS) einfügen","Drücken Sie Alt für benutzerdefinierte Größenanpassung"]},40244:function(t){t.exports.default={"Type something":"Start writing...",pencil:"Edit",Quadrate:"Square"}},67684:function(t){t.exports.default=["Escriba algo...","Acerca de Jodit","Jodit Editor","Guía de usuario Jodit","contiene ayuda detallada para el uso.","Para información sobre la licencia, por favor visite nuestro sitio:","Compre la versión completa","Copyright © XDSoft.net - Chupurnov Valeriy. Todos los derechos reservados.","Anclar","Abrir en nueva pestaña","Abrir editor en pantalla completa","Limpiar formato","Color de relleno o de letra","Rehacer","Deshacer","Negrita","Cursiva","Insertar lista no ordenada","Insertar lista ordenada","Alinear Centrado","Alinear Justificado","Alinear Izquierda","Alinear Derecha","Insertar línea horizontal","Insertar imagen","Insertar archivo","Insertar video de Youtube/vimeo","Insertar vínculo","Tamaño de letra","Familia de letra","Insertar bloque","Normal","Encabezado 1","Encabezado 2","Encabezado 3","Encabezado 4","Cita","Código","Insertar","Insertar tabla","Disminuir sangría","Aumentar sangría","Seleccionar caracter especial","Insertar caracter especial","Copiar formato","Cambiar modo","Márgenes","arriba","derecha","abajo","izquierda","Estilos CSS","Clases CSS","Alinear","Derecha","Centrado","Izquierda","--No Establecido--","Fuente","Título","Texto Alternativo","Vínculo","Abrir vínculo en nueva pestaña","Imagen","Archivo","Avanzado","Propiedades de imagen","Cancelar","Aceptar","Buscar archivo","Error al cargar la lista","Error al cargar las carpetas","¿Está seguro?","Entre nombre de carpeta","Crear carpeta","Entre el nombre","Soltar imagen","Soltar archivo","o click","Texto alternativo","Subir","Buscar","Fondo","Texto","Arriba","Centro","Abajo","Insertar columna antes","Interar columna después","Insertar fila arriba","Insertar fila debajo","Borrar tabla","Borrar fila","Borrar columna","Vaciar celda","Caracteres: %d","Palabras: %d","Tachado","Subrayado","superíndice","subíndice","Cortar selección","Seleccionar todo","Pausa","Buscar","Reemplazar con","Reemplazar","Pegar","Seleccionar contenido para pegar","HTML","negrita","cursiva","Brocha","Vínculo","deshacer","rehacer","Tabla","Imagen","Borrar","Párrafo","Tamaño de letra","Video","Letra","Acerca de","Imprimir","subrayar","tachar","sangría","quitar sangría","Tamaño completo","encoger","línea horizontal","lista sin ordenar","lista ordenada","Cortar","Seleccionar todo","Incluir código","Abrir vínculo","Editar vínculo","No seguir","Desvincular","Actualizar","Para editar","Ver","URL","Editar","Alineación horizontal","Filtrar","Ordenar por fecha modificación","Ordenar por nombre","Ordenar por tamaño","Agregar carpeta","Resetear","Guardar","Guardar como...","Redimensionar","Recortar","Ancho","Alto","Mantener relación de aspecto","Si","No","Quitar","Seleccionar","Seleccionar: %s","Alineación vertical","Dividir","Mezclar","Agregar columna","Agregar fila",null,"Borrar","Dividir vertical","Dividir horizontal","Borde","El código es similar a HTML. ¿Mantener como HTML?","Pegar como HTML?","Mantener","Insertar como texto","Insertar solo texto","Solo puedes editar tus propias imágenes. ¿Descargar esta imagen en el servidor?","¡La imagen se ha subido correctamente al servidor!","paleta","No hay archivos en este directorio.","renombrar","Ingresa un nuevo nombre","avance","Descargar","Pegar desde el portapapeles","Su navegador no soporta el acceso directo en el portapapeles.","Selección de copia","copia","Radio frontera","Mostrar todos los","Aplicar","Por favor, rellene este campo","Por favor, introduzca una dirección web","Predeterminado","Círculo","Punto","Cuadro","Encontrar","Buscar Anterior","Buscar Siguiente","El contenido pegado proviene de un documento de Microsoft Word/Excel. ¿Desea mantener el formato o limpiarlo?","Pegado desde Word detectado","Limpiar","Insertar nombre de clase","Presione Alt para cambiar el tamaño personalizado"]},10014:function(t){t.exports.default=["Ecrivez ici","A propos de Jodit","Editeur Jodit","Guide de l'utilisateur","Aide détaillée à l'utilisation","Consulter la licence sur notre site web:","Acheter la version complète","Copyright © XDSoft.net - Chupurnov Valeriy. Tous droits réservés.","Ancre","Ouvrir dans un nouvel onglet","Ouvrir l'éditeur en pleine page","Supprimer le formattage","Modifier la couleur du fond ou du texte","Refaire","Défaire","Gras","Italique","Liste non ordonnée","Liste ordonnée","Centrer","Justifier","Aligner à gauche ","Aligner à droite","Insérer une ligne horizontale","Insérer une image","Insérer un fichier","Insérer une vidéo","Insérer un lien","Taille des caractères","Famille des caractères","Bloc formatté","Normal","Titre 1","Titre 2","Titre 3","Titre 4","Citation","Code","Insérer","Insérer un tableau","Diminuer le retrait","Retrait plus","Sélectionnez un caractère spécial","Insérer un caractère spécial","Cloner le format","Mode wysiwyg <-> code html","Marges","haut","droite","Bas","gauche","Styles","Classes","Alignement","Droite","Centre","Gauche","--Non disponible--","Source","Titre","Alternative","Lien","Ouvrir le lien dans un nouvel onglet","Image","fichier","Avancé","Propriétés de l'image","Annuler","OK","Explorateur de fichiers","Erreur de liste de chargement","Erreur de dossier de chargement","Etes-vous sûrs ?","Entrer le nom de dossier","Créer un dossier","type de fichier","Coller une image","Déposer un fichier","ou cliquer","Texte de remplacemement","Charger","Chercher","Arrière-plan","Texte","Haut","Milieu","Bas","Insérer une colonne avant","Insérer une colonne après","Insérer une ligne au dessus","Insérer une ligne en dessous","Supprimer le tableau","Supprimer la ligne","Supprimer la colonne","Vider la cellule","Symboles: %d","Mots: %d","Barrer","Souligner","exposant","indice","Couper la sélection","Tout sélectionner","Pause","Rechercher","Remplacer par","Remplacer","Coller","Choisissez le contenu à coller","la source","gras","italique","pinceau","lien","annuler","refaire","tableau","image","gomme","clause","taille de police","Video","police","à propos de l'éditeur","impression","souligné","barré","indentation","retrait","taille réelle","taille conventionnelle","la ligne","Liste","Liste numérotée","Couper","Sélectionner tout",null,"Ouvrir le lien","Modifier le lien","Attribut Nofollow","Supprimer le lien","Mettre à jour","Pour éditer","Voir","URL",null,"Alignement horizontal","Filtre","Trier par modification","Trier par nom","Trier par taille","Créer le dossier","Restaurer","Sauvegarder","Enregistrer sous","Changer la taille","Taille de garniture","Largeur","Hauteur","Garder les proportions","Oui","Non","Supprimer","Mettre en évidence","Mettre en évidence: %s","Alignement vertical","Split","aller","Ajouter une colonne","Ajouter une rangée",null,"Effacer","Split vertical","Split horizontal","Bordure","Votre texte que vous essayez de coller est similaire au HTML. Collez-le en HTML?","Coller en HTML?","Sauvegarder l'original","Coller en tant que texte","Coller le texte seulement","Vous ne pouvez éditer que vos propres images. Téléchargez cette image sur l'hôte?","L'image a été téléchargée avec succès sur le serveur!","Palette","Il n'y a aucun fichier dans ce répertoire.","renommer","Entrez un nouveau nom","Aperçu","Télécharger","Coller à partir du presse-papiers","Votre navigateur ne prend pas en charge l'accès direct au presse-papiers.","Copier la sélection","copie","Rayon des bordures","Afficher tous","Appliquer","Veuillez remplir ce champ","Veuillez entrer une adresse web","Par défaut","Cercle","Point","Quadratique","Trouver","Précédent","Suivant","Le contenu que vous insérez provient d'un document Microsoft Word / Excel. Voulez-vous enregistrer le format ou l'effacer?","C'est peut-être un fragment de Word ou Excel","Nettoyer","Insérer un nom de classe","Appuyez sur Alt pour un redimensionnement personnalisé"]},81990:function(t){t.exports.default=["הקלד משהו...","About Jodit","Jodit Editor","Jodit User's Guide","contains detailed help for using.","For information about the license, please go to our website:","Buy full version","Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.","מקום עיגון","פתח בכרטיסיה חדשה","פתח את העורך בחלון חדש","נקה עיצוב","שנה צבע טקסט או רקע","בצע שוב","בטל","מודגש","נטוי","הכנס רשימת תבליטים","הכנס רשימה ממוספרת","מרכז","ישר ","ישר לשמאל","ישר לימין","הכנס קו אופקי","הכנס תמונה","הכנס קובץ","הכנס סרטון וידאו מYouTube/Vimeo","הכנס קישור","גודל גופן","גופן","מעוצב מראש","רגיל","כותרת 1","כותרת 2","כותרת 3","כותרת 4","ציטוט","קוד","הכנס","הכנס טבלה","הקטן כניסה","הגדל כניסה","בחר תו מיוחד","הכנס תו מיוחד","העתק עיצוב","החלף מצב","ריווח","עליון","ימין","תחתון","שמאל","עיצוב CSS","מחלקת CSS","יישור","ימין","מרכז","שמאל","--לא נקבע--","מקור","כותרת","כיתוב חלופי","קישור","פתח בכרטיסיה חדשה","תמונה","קובץ","מתקדם","מאפייני תמונה","ביטול","אישור","סייר הקבצים","שגיאה בזמן טעינת רשימה","שגיאה בזמן טעינת תקיות","האם אתה בטוח?","הכנס שם תקיה","צור תקיה","סוג הקובץ","הסר תמונה","הסר קובץ","או לחץ","כיתוב חלופי","העלה","סייר","רקע","טקסט","עליון","מרכז","תחתון","הכנס עמודה לפני","הכנס עמודה אחרי","הכנס שורה מעל","הכנס שורה מתחת","מחק טבלה","מחק שורה","מחק עמודה","רוקן תא","תווים: %d","מילים: %d","קו חוצה","קו תחתון","superscript","subscript","גזור בחירה","בחר הכל","שבירת שורה","חפש","החלף ב","להחליף","הדבק","בחר תוכן להדבקה","HTML","מודגש","נטוי","מברשת","קישור","בטל","בצע שוב","טבלה","תמונה","מחק","פסקה","גודל גופן","וידאו","גופן","עלינו","הדפס","קו תחתון","קו חוצה","הגדל כניסה","הקטן כניסה","גודל מלא","כווץ","קו אופקי","רשימת תבליטים","רשימה ממוספרת","חתוך","בחר הכל","הוסף קוד","פתח קישור","ערוך קישור","ללא מעקב","בטל קישור","עדכן","כדי לערוך","הצג","כתובת","ערוך","יישור אופקי","סנן","מין לפי שינוי","מיין לפי שם","מיין לפי גודל","הוסף תקייה","אפס","שמור","שמור בשם...","שנה גודל","חתוך","רוחב","גובה","שמור יחס","כן","לא","הסר","בחר","נבחר: %s","יישור אנכי","פיצול","מזג","הוסף עמודה","הוסף שורה",null,"מחק","פיצול אנכי","פיצול אופקי","מסגרת","הקוד דומה לHTML, האם להשאיר כHTML","הדבק כHTML","השאר","הכנס כטקסט","הכנס טקסט בלבד","רק קבצים המשוייכים שלך ניתנים לעריכה. האם להוריד את הקובץ?","התמונה עלתה בהצלחה!","לוח","אין קבצים בספריה זו.","הונגרית","הזן שם חדש","תצוגה מקדימה","הורד","להדביק מהלוח","הדפדפן שלך לא תומך גישה ישירה ללוח.","העתק בחירה","העתק","רדיוס הגבול","הצג את כל","החל","נא למלא שדה זה","אנא הזן כתובת אינטרנט","ברירת המחדל","מעגל","נקודה","הריבוע הזה","למצוא","מצא את הקודם","חפש את הבא","התוכן המודבק מגיע ממסמך וורד/אקסל. האם ברצונך להשאיר את העיצוב או לנקותו",'זוהתה הדבקה מ"וורד"',"נקה","הכנס את שם הכיתה","לחץ על אלט לשינוי גודל מותאם אישית"]},73892:function(t){t.exports.default=["Írjon be valamit","Joditról","Jodit Editor","Jodit útmutató","további segítséget tartalmaz","További licence információkért látogassa meg a weboldalunkat:","Teljes verzió megvásárlása","Copyright © XDSoft.net - Chupurnov Valeriy. Minden jog fenntartva.","Horgony","Megnyitás új lapon","Megnyitás teljes méretben","Formázás törlése","Háttér/szöveg szín","Újra","Visszavon","Félkövér","Dőlt","Pontozott lista","Számozott lista","Középre zárt","Sorkizárt","Balra zárt","Jobbra zárt","Vízszintes vonal beszúrása","Kép beszúrás","Fájl beszúrás","Youtube videó beszúrása","Link beszúrás","Betűméret","Betűtípus","Formázott blokk beszúrása","Normál","Fejléc 1","Fejléc 2","Fejléc 3","Fejléc 4","Idézet","Kód","Beszúr","Táblázat beszúrása","Behúzás csökkentése","Behúzás növelése","Speciális karakter kiválasztása","Speciális karakter beszúrása","Kép formázása","Nézet váltása","Szegélyek","felső","jobb","alsó","bal","CSS stílusok","CSS osztályok","Igazítás","Jobbra","Középre","Balra","Nincs","Forrás","Cím","Helyettesítő szöveg","Link","Link megnyitása új lapon","Kép","Fájl","Haladó","Kép tulajdonságai","Mégsem","OK","Fájl tallózó","Hiba a lista betöltése közben","Hiba a mappák betöltése közben","Biztosan ezt szeretné?","Írjon be egy mappanevet","Mappa létrehozása","írjon be bevet","Húzza ide a képet","Húzza ide a fájlt","vagy kattintson","Helyettesítő szöveg","Feltölt","Tallóz","Háttér","Szöveg","Fent","Középen","Lent","Oszlop beszúrás elé","Oszlop beszúrás utána","Sor beszúrás fölé","Sor beszúrás alá","Táblázat törlése","Sor törlése","Oszlop törlése","Cella tartalmának törlése","Karakterek száma: %d","Szavak száma: %d","Áthúzott","Aláhúzott","Felső index","Alsó index","Kivágás","Összes kijelölése","Szünet","Keresés","Csere erre","Cserélje ki","Beillesztés","Válasszon tartalmat a beillesztéshez","HTML","Félkövér","Dőlt","Ecset","Link","Visszavon","Újra","Táblázat","Kép","Törlés","Paragráfus","Betűméret","Videó","Betű","Rólunk","Nyomtat","Aláhúzott","Áthúzott","Behúzás","Aussenseiter","Teljes méret","Összenyom","Egyenes vonal","Lista","Számozott lista","Kivág","Összes kijelölése","Beágyazott kód","Link megnyitása","Link szerkesztése","Nincs követés","Link leválasztása","Frissít","Szerkesztés","felülvizsgálat","URL","Szerkeszt","Vízszintes igazítás","Szűrő","Rendezés módosítás szerint","Rendezés név szerint","Rendezés méret szerint","Mappa hozzáadás","Visszaállít","Mentés","Mentés másként...","Átméretezés","Kivág","Szélesség","Magasság","Képarány megtartása","Igen","Nem","Eltávolít","Kijelöl","Kijelöl: %s","Függőleges igazítás","Felosztás","Összevonás","Oszlop hozzáadás","Sor hozzáadás",null,"Törlés","Függőleges felosztás","Vízszintes felosztás","Szegély","A beillesztett szöveg HTML-nek tűnik. Megtartsuk HTML-ként?","Beszúrás HTML-ként","Megtartás","Beszúrás szövegként","Csak szöveg beillesztése","Csak a saját képeit tudja szerkeszteni. Letölti ezt a képet?","Kép sikeresen feltöltve!","Palette","Er zijn geen bestanden in deze map.","átnevezés","Adja meg az új nevet","előnézet","Letöltés","Illessze be a vágólap","A böngésző nem támogatja a közvetlen hozzáférést biztosít a vágólapra.","Másolás kiválasztása","másolás","Határ sugár","Összes","Alkalmazni","Kérjük, töltse ki ezt a mezőt,","Kérjük, írja be a webcímet","Alapértelmezett","Kör","Pont","Quadrate","Találni","Megtalálja Előző","Következő Keresése","A beillesztett tartalom Microsoft Word/Excel dokumentumból származik. Meg szeretné tartani a formátumát?","Word-ből másolt szöveg","Elvetés","Helyezze be az osztály nevét","Nyomja meg az Alt egyéni átméretezés"]},83775:function(t){t.exports.default=["Ketik sesuatu","Tentang Jodit","Editor Jodit","Panduan Pengguna Jodit","mencakup detail bantuan penggunaan","Untuk informasi tentang lisensi, silakan kunjungi website:","Beli versi lengkap","Hak Cipta © XDSoft.net - Chupurnov Valeriy. Hak cipta dilindungi undang-undang.","Tautan","Buka di tab baru","Buka editor dalam ukuran penuh","Hapus Pemformatan","Isi warna atau atur warna teks","Ulangi","Batalkan","Tebal","Miring","Sisipkan Daftar Tidak Berurut","Sisipkan Daftar Berurut","Tengah","Penuh","Kiri","Kanan","Sisipkan Garis Horizontal","Sisipkan Gambar","Sisipkan Berkas","Sisipkan video youtube/vimeo","Sisipkan tautan","Ukuran font","Keluarga font","Sisipkan blok format","Normal","Heading 1","Heading 2","Heading 3","Heading 4","Kutip","Kode","Sisipkan","Sisipkan tabel","Kurangi Indentasi","Tambah Indentasi","Pilih Karakter Spesial","Sisipkan Karakter Spesial","Formar warna","Ubah mode","Batas","atas","kanan","bawah","kiri","Gaya","Class","Rata","Kanan","Tengah","Kiri","--Tidak diset--","Src","Judul","Teks alternatif","Tautan","Buka tautan di tab baru","Gambar","berkas","Lanjutan","Properti gambar","Batal","Ya","Penjelajah Berkas","Error ketika memuat list","Error ketika memuat folder","Apakah Anda yakin?","Masukkan nama Direktori","Buat direktori","ketik nama","Letakkan gambar","Letakkan berkas","atau klik","Teks alternatif","Unggah","Jelajahi","Latar Belakang","Teks","Atas","Tengah","Bawah","Sisipkan kolom sebelumnya","Sisipkan kolom setelahnya","Sisipkan baris di atasnya","Sisipkan baris di bawahnya","Hapus tabel","Hapus baris","Hapus kolom","Kosongkan cell","Karakter: %d","Kata: %d","Coret","Garis Bawah","Superskrip","Subskrip","Potong pilihan","Pilih semua","Berhenti","Mencari","Ganti dengan","Mengganti","Paste","Pilih konten untuk dipaste","sumber","tebal","miring","sikat","tautan","batalkan","ulangi","tabel","gambar","penghapus","paragraf","ukuran font","video","font","tentang","cetak","garis bawah","coret","menjorok ke dalam","menjorok ke luar","ukuran penuh","menyusut","hr","ul","ol","potong","Pilih semua","Kode embed","Buka tautan","Edit tautan","No follow","Hapus tautan","Perbarui","pensil","Mata","URL","Edit","Perataan horizontal","Filter","Urutkan berdasarkan perubahan","Urutkan berdasarkan nama","Urutkan berdasarkan ukuran","Tambah folder","Reset","Simpan","Simpan sebagai...","Ubah ukuran","Crop","Lebar","Tinggi","Jaga aspek rasio","Ya","Tidak","Copot","Pilih","Pilih %s","Rata vertikal","Bagi","Gabungkan","Tambah kolom","tambah baris","Lisensi: %s","Hapus","Bagi secara vertikal","Bagi secara horizontal","Bingkai","Kode Anda cenderung ke HTML. Biarkan sebagai HTML?","Paste sebagai HTML","Jaga","Sisipkan sebagai teks","Sisipkan hanya teks","Anda hanya dapat mengedit gambar Anda sendiri. Unduh gambar ini di host?","Gambar telah sukses diunggah ke host!","palet","Tidak ada berkas","ganti nama","Masukkan nama baru","pratinjau","Unduh","Paste dari clipboard","Browser anda tidak mendukung akses langsung ke clipboard.","Copy seleksi","copy","Border radius","Tampilkan semua","Menerapkan","Silahkan mengisi kolom ini","Silahkan masukkan alamat web","Default","Lingkaran","Dot","Kuadrat","Menemukan","Menemukan Sebelumnya","Menemukan Berikutnya","Konten dipaste dari dokumen Microsoft Word/Excel. Apakah Anda ingin tetap menjaga format atau membersihkannya?","Terdeteksi paste dari Word","Bersih","Masukkan nama kelas","Tekan Alt untuk mengubah ukuran kustom"]},94932:function(t){t.exports.default=["Scrivi qualcosa...","A proposito di Jodit","Jodit Editor","Guida utente di Jodit","contiene una guida dettagliata per l'uso.","Per informazioni sulla licenza, si prega di visitare il nostro sito:","Acquista la versione completa","Copyright © XDSoft.net - Chupurnov Valeriy. Alle Rechte vorbehalten.","Ancora","Apri in una nuova scheda","Apri l'editor a schermo intero","Formato chiaro","Riempi colore o lettera","Ripristina","Annulla","Grassetto","Corsivo","Inserisci lista non ordinata","Inserisci l'elenco ordinato","Allinea Centra","Allineare Giustificato","Allinea a Sinistra","Allinea a Destra","Inserisci la linea orizzontale","Inserisci immagine","Inserisci un file","Inserisci video Youtube/Vimeo","Inserisci il link","Dimensione del carattere","Tipo di font","Inserisci blocco","Normale","Heading 1","Heading 2","Heading 3","Heading 4","Citazione","Codice","Inserisci","Inserisci tabella","Riduci il rientro","Aumenta il rientro","Seleziona una funzione speciale","Inserisci un carattere speciale","Copia formato","Cambia modo","Margini","su","destra","giù","sinistra","Stili CSS","Classi CSS","Allinea","Destra","Centro","Sinistra","--Non Impostato--","Fonte","Titolo","Testo Alternativo","Link","Apri il link in una nuova scheda","Immagine","Archivio","Avanzato","Proprietà dell'immagine","Annulla","Accetta","Cerca il file","Errore durante il caricamento dell'elenco","Errore durante il caricamento delle cartelle","Sei sicuro?","Inserisci il nome della cartella","Crea cartella","Entre el nombre","Rilascia l'immagine","Rilascia file","o click","Testo alternativo","Carica","Sfoglia","Sfondo","Testo","Su","Centro","Sotto","Inserisci prima la colonna","Inserisci colonna dopo","Inserisci la riga sopra","Inserisci la riga sotto","Elimina tabella","Elimina riga","Elimina colonna","Cella vuota","Caratteri: %d","Parole: %d","Barrato","Sottolineato","indice","deponente","Taglia la selezione","Seleziona tutto","Pausa","Cerca","Sostituisci con","Sostituire","Incolla","Seleziona il contenuto da incollare","HTML","Grassetto","Corsivo","Pennello","Link","Annulla","Ripristina","Tabella","Immagine","Gomma","Paragrafo","Dimensione del carattere","Video","Font","Approposito di","Stampa","Sottolineato","Barrato","trattino","annulla rientro","A grandezza normale","comprimere","linea orizzontale","lista non ordinata","lista ordinata","Taglia","Seleziona tutto","Includi codice","Apri link","Modifica link","Non seguire","Togli link","Aggiornare","Per modificare","Recensione"," URL","Modifica","Allineamento orizzontale","Filtro","Ordina per data di modifica","Ordina per nome","Ordina per dimensione","Aggiungi cartella","Reset","Salva","Salva con nome...","Ridimensiona","Tagliare","Larghezza","Altezza","Mantenere le proporzioni","Si","No","Rimuovere","Seleziona","Seleziona: %s","Allineamento verticala","Dividere","Fondi","Aggiungi colonna","Aggiungi riga",null,"Cancella","Dividere verticalmente","Diviso orizzontale","Bordo","Il codice è simile all'HTML. Mantieni come HTML?","Incolla come HTML?","Mantieni","Inserisci come testo","Inserisci solo il testo","Puoi modificare solo le tue immagini. Scarica questa immagine sul server?","L'immagine è stata caricata con successo sul server!","tavolozza","Non ci sono file in questa directory.","ungherese","Inserisci un nuovo nome","anteprima","Scaricare","Incolla dagli appunti","Il tuo browser non supporta l'accesso diretto agli appunti.","Selezione di copia","copia","Border radius","Mostra tutti","Applicare","Si prega di compilare questo campo","Si prega di inserire un indirizzo web","Di Default","Cerchio","Dot","Quadrate","Trovare","Trova Precedente","Trova Successivo","Il contenuto incollato proviene da un documento Microsoft Word / Excel. Vuoi mantenere il formato o pulirlo?","Incollato da Word rilevato","Pulisci","Inserisci il nome della classe","Premere Alt per il ridimensionamento personalizzato"]},63822:function(t){t.exports.default=["なにかタイプしてください","Joditについて","Jodit Editor","Jodit ユーザーズ・ガイド","詳しい使い方","ライセンス詳細についてはJodit Webサイトを確認ください:","フルバージョンを購入","Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.","Anchor","新しいタブで開く","エディターのサイズ(フル/ノーマル)","書式をクリア","テキストの色","やり直し","元に戻す","太字","斜体","箇条書き","番号付きリスト","中央揃え","両端揃え","左揃え","右揃え","区切り線を挿入","画像を挿入","ファイルを挿入","Youtube/Vimeo 動画","リンクを挿入","フォントサイズ","フォント","テキストのスタイル","指定なし","タイトル1","タイトル2","タイトル3","タイトル4","引用","コード","挿入","表を挿入","インデント減","インデント増","特殊文字を選択","特殊文字を挿入","書式を貼付け","編集モード切替え","マージン","上","右","下","左","スタイル","クラス","配置","右寄せ","中央寄せ","左寄せ","指定なし","ソース","タイトル","代替テキスト","リンク","新しいタブで開く","画像","ファイル","高度な設定","画像のプロパティー","キャンセル","確定","File Browser","Error on load list","Error on load folders","Are you sure?","Enter Directory name","Create directory","type name","ここに画像をドロップ","ここにファイルをドロップ","or クリック","代替テキスト","アップロード","ブラウズ","背景","文字","上","中央","下","左に列を挿入","右に列を挿入","上に行を挿入","下に行を挿入","表を削除","行を削除","列を削除","セルを空にする","文字数: %d","単語数: %d","取り消し線","下線","上付き文字","下付き文字","切り取り","すべて選択","Pause","検索","置換","交換","貼付け","選択した内容を貼付け","source","bold","italic","brush","link","undo","redo","table","image","eraser","paragraph","fontsize","video","font","about","print","underline","strikethrough","indent","outdent","fullsize","shrink","分割線","箇条書き","番号付きリスト","切り取り","すべて選択","埋め込みコード","リンクを開く","リンクを編集","No follow","リンク解除","更新","鉛筆","サイトを確認","URL","編集","水平方向の配置","Filter","Sort by changed","Sort by name","Sort by size","Add folder","リセット","保存","Save as ...","リサイズ","Crop","幅","高さ","縦横比を保持","はい","いいえ","移除","選択","選択: %s","垂直方向の配置","分割","セルの結合","列を追加","行を追加",null,"削除","セルの分割(垂直方向)","セルの分割(水平方向)","境界線","HTMLコードを保持しますか?","HTMLで貼付け","HTMLを保持","HTMLをテキストにする","テキストだけ","You can only edit your own images. Download this image on the host?","The image has been successfully uploaded to the host!","パレット","There are no files","Rename","Enter new name","プレビュー","ダウンロード","貼り付け","お使いのブラウザはクリップボードを使用できません","コピー","copy","角の丸み","全て表示","適用","まだこの分野","を入力してくださいウェブアドレス","デフォルト","白丸","黒丸","四角","見","探前","由来","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?","Word Paste Detected","Clean","クラス名を挿入","カスタムサイズ変更のためのAltキーを押します"]},84571:function(t){t.exports.default=["Type something","About Jodit","Jodit Editor","Jodit User's Guide","contains detailed help for using","For information about the license, please go to our website:","Buy full version","Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.","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","Heading 2","Heading 3","Heading 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","Advanced","Image properties","Cancel","Ok","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","Upload","Browse","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","Words: %d","Strike through","Underline","superscript","subscript","Cut selection","Select all","Break","Search for","Replace with","Replace","Paste","Choose Content to Paste","source","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","Unlink","Update","pencil","Eye"," 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","Select %s","Vertical align","Split","Merge","Add column","Add row","License: %s","Delete","Split vertical","Split horizontal","Border","Your code is similar to HTML. Keep as HTML?","Paste as HTML","Keep","Insert as Text","Insert only Text","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","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?","Word Paste Detected","Clean","Insert className","Press Alt for custom resizing"]},64175:function(t){t.exports.default=["무엇이든 입력하세요","Jodit에 대하여","Jodit Editor","Jodit 사용자 안내서","자세한 도움말이 들어있어요","라이센스에 관해서는 Jodit 웹 사이트를 방문해주세요:","풀 버전 구입하기","© XDSoft.net - Chupurnov Valeriy. 에게 저작권과 모든 권리가 있습니다.","Anchor","새 탭에서 열기","전체 크기로 보기","서식 지우기","글씨 색상","재실행","실행 취소","굵게","기울임","글머리 목록","번호 목록","가운데 정렬","양쪽 정렬","왼쪽 정렬","오른쪽 정렬","수평 구분선 넣기","이미지 넣기","파일 넣기","Youtube/Vimeo 동영상","링크 넣기","글꼴 크기","글꼴","블록 요소 넣기","일반 텍스트","제목 1","제목 2","제목 3","제목 4","인용","코드","붙여 넣기","테이블","들여쓰기 감소","들여쓰기 증가","특수문자 선택","특수문자 입력","페인트 형식","편집모드 변경","마진","위","오른쪽","아래","왼쪽","스타일","클래스","정렬","오른쪽으로","가운데로","왼쪽으로","--지정 안 함--","경로(src)","제목","대체 텍스트(alt)","링크","새 탭에서 열기",null,"파일","고급","이미지 속성","취소","확인","파일 탐색기","목록 불러오기 에러","폴더 불러오기","정말 진행할까요?","디렉토리 이름 입력","디렉토리 생성","이름 입력","이미지 드래그","파일 드래그","혹은 클릭","대체 텍스트","업로드","탐색","배경","텍스트","위","중앙","아래","이전 열에 삽입","다음 열에 삽입","위 행에 삽입","아래 행에 삽입","테이블 삭제","행 삭제","열 삭제","빈 셀","문자수: %d","단어수: %d","취소선","밑줄","윗첨자","아래첨자","선택 잘라내기","모두 선택","구분자","검색","대체하기","대체","붙여넣기","붙여넣을 내용 선택","HTML 소스","볼드","이탤릭","브러시","링크","실행 취소","재실행","테이블","이미지","지우개","문단","글꼴 크기","비디오","글꼴","편집기 정보","프린트","밑줄","취소선","들여쓰기","내어쓰기","전체 화면","일반 화면","구분선","글머리 목록","번호 목록","잘라내기","모두 선택","Embed 코드","링크 열기","링크 편집","No follow","링크 제거","갱신","연필","사이트 확인","URL","편집","수평 정렬","필터","변경일 정렬","이름 정렬","크기 정렬","새 폴더","초기화","저장","새로 저장하기 ...","리사이즈","크롭","가로 길이","세로 높이","비율 유지하기","네","아니오","제거","선택","선택: %s","수직 정렬","분할","셀 병합","열 추가","행 추가","라이센스: %s","삭제","세로 셀 분할","가로 셀 분할","외곽선","HTML 코드로 감지했어요. 코드인채로 붙여넣을까요?","HTML로 붙여넣기","원본 유지","텍스트로 넣기","텍스트만 넣기","외부 이미지는 편집할 수 없어요. 외부 이미지를 다운로드 할까요?","이미지를 무사히 업로드 했어요!","팔레트","파일이 없어요","이름 변경","새 이름 입력","미리보기","다운로드","클립보드 붙여넣기","사용중인 브라우저가 클립보드 접근을 지원하지 않아요.","선택 복사","복사","둥근 테두리","모두 보기","적용","이 항목을 입력해주세요!","웹 URL을 입력해주세요.","기본","원","점","정사각형","찾기","이전 찾기","다음 찾기","Microsoft Word/Excel 문서로 감지했어요. 서식을 유지한채로 붙여넣을까요?","Word 붙여넣기 감지","지우기","className 입력","사용자 지정 크기 조정에 대 한 고도 누르십시오"]},16735:function(t){t.exports.default=["Бичээд үзээрэй","Jodit-ын талаар ","Jodit програм","Jodit гарын авлага","хэрэглээний талаар дэлгэрэнгүй мэдээллийг агуулна","Лицензийн мэдээллийг манай вэб хуудаснаас авна уу:","Бүрэн хувилбар худалдан авах","Зохиогчийн эрх хамгаалагдсан © XDSoft.net - Chupurnov Valeriy. Бүх эрхийг эзэмшинэ.","Холбоо барих","Шинэ табаар нээх","Бүтэн дэлгэцээр нээх","Форматыг арилгах","Өнгөөр будах эсвэл текстийн өнгө сонгох","Дахих","Буцаах","Тод","Налуу","Тэмдэгт жагсаалт нэмэх","Дугаарт жагсаалт нэмэх","Голлож байрлуулах","Тэгшитгэн байрлуулах","Зүүнд байрлуулах","Баруунд байрлуулах","Хэвтээ зураас нэмэх","Зураг нэмэх","Файл нэмэх","Youtube/Vimeo видео нэмэх","Холбоос нэмэх","Фонтын хэмжээ","Фонтын бүл","Блок нэмэх","Хэвийн","Гарчиг 1","Гарчиг 2","Гарчиг 3","Гарчиг 4","Ишлэл","Код","Оруулах","Хүснэгт оруулах","Доголын зай хасах","Доголын зай нэмэх","Тусгай тэмдэгт сонгох","Тусгай тэмдэгт нэмэх","Зургийн формат","Горим өөрчлөх","Цаасны зай","Дээрээс","Баруунаас","Доороос","Зүүнээс","CSS стиль","CSS анги","Байрлуулах","Баруун","Төв","Зүүн","--Тодорхойгүй--","Эх үүсвэр","Гарчиг","Алтернатив текст","Холбоос","Холбоосыг шинэ хавтсанд нээх","Зураг","Файл","Дэвшилтэт","Зургийн үзүүлэлт","Цуцлах","Ok","Файлын цонх","Жагсаалт татах үед алдаа гарлаа","Хавтас татах үед алдаа гарлаа","Итгэлтэй байна уу?","Хавтсын нэр оруулах","Хавтас үүсгэх","Нэр бичих","Зураг буулгах","Файл буулгах","эсвэл товш","Алтернатив текст","Байршуулах","Үзэх","Арын зураг","Текст","Дээр","Дунд","Доор","Урд нь багана нэмэх","Ард нь багана нэмэх","Дээр нь мөр нэмэх","Доор нь мөр нэмэх","Хүснэгт устгах","Мөр устгах","Багана устгах","Нүд цэвэрлэх","Тэмдэгт: %d","Үг: %d","Дээгүүр зураас","Доогуур зураас","Дээд индекс","Доод индекс","Сонголтыг таслах","Бүгдийг сонго","Мөрийг таслах","Хайх","Үүгээр солих","Солих","Буулгах","Буулгах агуулгаа сонгоно уу","Эх үүсвэр","Тод","Налуу","Будах","Холбоос","Буцаах","Дахих","Хүснэгт","Зураг","Баллуур","Параграф","Фонтын хэмжээ","Видео","Фонт","Тухай","Хэвлэх","Доогуур зураас","Дээгүүр зураас","Догол нэмэх","Догол багасгах","Бүтэн дэлгэц","Багасга","Хаалт","Тэмдэгт жагсаалт","Дугаарласан жагсаалт","Таслах","Бүгдийг сонго","Код оруулах","Холбоос нээх","Холбоос засах","Nofollow özelliği","Холбоос салгах","Шинэчлэх","Засах","Нүд","URL","Засах","Хэвтээ эгнүүлэх","Шүүх","Сүүлд өөрчлөгдсөнөөр жагсаах","Нэрээр жагсаах","Хэмжээгээр жагсаах","Хавтас нэмэх","Буцаах","Хадгалах","Өөрөөр хадгалах","Хэмжээг өөрчил","Тайрах","Өргөн","Өндөр","Харьцааг хадгал","Тийм","Үгүй","Арилга","Сонго","Сонго: %s","Босоо эгнүүлэх","Задлах","Нэгтгэх","Багана нэмэх","Мөр нэмэх",null,"Устгах","Баганаар задлах","Мөрөөр задлах","Хүрээ","Таны код HTML кодтой адил байна. HTML форматаар үргэлжлүүлэх үү?","HTML байдлаар буулгах","Хадгалах","Текст байдлаар нэмэх","Зөвхөн текст оруулах","Та зөвхөн өөрийн зургуудаа янзлах боломжтой. Энэ зургийг өөр лүүгээ татмаар байна уу?","Зургийг хост руу амжилттай хадгалсан","Палет","Энд ямар нэг файл алга","Шинээр нэрлэх","Шинэ нэр оруулна уу","Урьдчилан харах","Татах","Самбараас хуулах ","Энэ вэб хөтчөөс самбарт хандах эрх алга.","Сонголтыг хуул","Хуулах","Хүрээний радиус","Бүгдийг харуулах","Хэрэгжүүл","Энэ талбарыг бөглөнө үү","Вэб хаягаа оруулна уу","Үндсэн","Дугуй","Цэг","Дөрвөлжин","Хайх","Өмнөхийг ол","Дараагийнхийг ол","Буулгасан агуулга Microsoft Word/Excel форматтай байна. Энэ форматыг хэвээр хадгалах уу эсвэл арилгах уу?","Word байдлаар буулгасан байна","Цэвэрлэх","Бүлгийн нэрээ оруулна уу","Хэмжээсийг шинээр өөчрлөхийн тулд Alt товчин дээр дарна уу"]},17955:function(t){t.exports.default=["Begin met typen..","Over Jodit","Jodit Editor","Jodit gebruikershandleiding","bevat gedetailleerde informatie voor gebruik.","Voor informatie over de licentie, ga naar onze website:","Volledige versie kopen","Copyright © XDSoft.net - Chupurnov Valeriy. Alle rechten voorbehouden.","Anker","Open in nieuwe tab","Editor in volledig scherm openen","Opmaak verwijderen","Vulkleur of tekstkleur aanpassen","Opnieuw","Ongedaan maken","Vet","Cursief","Geordende list invoegen","Ongeordende lijst invoegen","Centreren","Uitlijnen op volledige breedte","Links uitlijnen","Rechts uitlijnen","Horizontale lijn invoegen","Afbeelding invoegen","Bestand invoegen","Youtube/Vimeo video invoegen","Link toevoegen","Tekstgrootte","Lettertype","Format blok invoegen","Normaal","Koptekst 1","Koptekst 2","Koptekst 3","Koptekst 4","Citaat","Code","Invoegen","Tabel invoegen","Inspringing verkleinen","Inspringing vergroten","Symbool selecteren","Symbool invoegen","Opmaak kopieren","Modus veranderen","Marges","Boven","Rechts","Onder","Links","CSS styles","CSS classes","Uitlijning","Rechts","Gecentreerd","Links","--Leeg--","Src","Titel","Alternatieve tekst","Link","Link in nieuwe tab openen","Afbeelding","Bestand","Geavanceerd","Afbeeldingseigenschappen","Annuleren","OK","Bestandsbrowser","Fout bij het laden van de lijst","Fout bij het laden van de mappenlijst","Weet je het zeker?","Geef de map een naam","Map aanmaken","Type naam","Sleep hier een afbeelding naartoe","Sleep hier een bestand naartoe","of klik","Alternatieve tekst","Uploaden","Bladeren","Achtergrond","Tekst","Boven","Midden","Onder","Kolom invoegen (voor)","Kolom invoegen (na)","Rij invoegen (boven)","Rij invoegen (onder)","Tabel verwijderen","Rij verwijderen","Kolom verwijderen","Cel leegmaken","Tekens: %d","Woorden: %d","Doorstrepen","Onderstrepen","Superscript","Subscript","Selectie knippen","Selecteer alles","Enter","Zoek naar","Vervangen door","Vervangen","Plakken","Kies content om te plakken","Broncode","vet","cursief","kwast","link","ongedaan maken","opnieuw","tabel","afbeelding","gum","paragraaf","lettergrootte","video","lettertype","over","afdrukken","onderstreept","doorgestreept","inspringen","minder inspringen","volledige grootte","kleiner maken","horizontale lijn","lijst","genummerde lijst","knip","alles selecteren","Embed code","link openen","link aanpassen","niet volgen","link verwijderen","Updaten","Om te bewerken","Recensie"," URL","Bewerken","Horizontaal uitlijnen","Filteren","Sorteren op wijzigingsdatum","Sorteren op naam","Sorteren op grootte","Map toevoegen","Herstellen","Opslaan","Opslaan als ...","Grootte aanpassen","Bijknippen","Breedte","Hoogte","Verhouding behouden","Ja","Nee","Verwijderen","Selecteren","Selecteer: %s","Verticaal uitlijnen","Splitsen","Samenvoegen","Kolom toevoegen","Rij toevoegen",null,"Verwijderen","Verticaal splitsen","Horizontaal splitsen","Rand","Deze code lijkt op HTML. Als HTML behouden?","Invoegen als HTML","Origineel behouden","Als tekst invoegen","Als onopgemaakte tekst invoegen","Je kunt alleen je eigen afbeeldingen aanpassen. Deze afbeelding downloaden?","De afbeelding is succesvol geüploadet!","Palette","Er zijn geen bestanden in deze map.","Hongaars","Voer een nieuwe naam in","voorvertoning","Download","Plakken van klembord","Uw browser ondersteunt geen directe toegang tot het klembord.","Selectie kopiëren","kopiëren","Border radius","Toon alle","Toepassing","Vul dit veld","Voer een webadres","Standaard","Cirkel","Dot","Quadrate","Zoeken","Vorige Zoeken","Volgende Zoeken","De geplakte tekst is afkomstig van een Microsoft Word/Excel document. Wil je de opmaak behouden of opschonen?","Word-tekst gedetecteerd","Opschonen","Voeg de klassenaam in","Druk op Alt voor aangepaste grootte"]},51519:function(t){t.exports.default=["Napisz coś","O Jodit","Edytor Jodit","Instrukcja Jodit","zawiera szczegółowe informacje dotyczące użytkowania.","Odwiedź naszą stronę, aby uzyskać więcej informacji na temat licencji:","Zakup pełnej wersji","Copyright © XDSoft.net - Chupurnov Valeriy. Wszystkie prawa zastrzeżone.","Kotwica","Otwórz w nowej zakładce","Otwórz edytor w pełnym rozmiarze","Wyczyść formatowanie","Kolor wypełnienia lub ustaw kolor tekstu","Ponów","Cofnij","Pogrubienie","Kursywa","Wstaw listę wypunktowaną","Wstaw listę numeryczną","Wyśrodkuj","Wyjustuj","Wyrównaj do lewej","Wyrównaj do prawej","Wstaw linię poziomą","Wstaw grafikę","Wstaw plik","Wstaw film Youtube/vimeo","Wstaw link","Rozmiar tekstu","Krój czcionki","Wstaw formatowanie","Normalne","Nagłówek 1","Nagłówek 2","Nagłówek 3","Nagłówek 4","Cytat","Kod","Wstaw","Wstaw tabelę","Zmniejsz wcięcie","Zwiększ wcięcie","Wybierz znak specjalny","Wstaw znak specjalny","Malarz formatów","Zmień tryb","Marginesy","Górny","Prawy","Dolny","Levy","Style CSS","Klasy CSS","Wyrównanie","Prawa","środek","Lewa","brak","Źródło","Tytuł","Tekst alternatywny","Link","Otwórz w nowej zakładce","Grafika","Plik","Zaawansowane","Właściwości grafiki","Anuluj","OK","Przeglądarka plików","Błąd ładowania listy plików","Błąd ładowania folderów","Czy jesteś pewien?","Wprowadź nazwę folderu","Utwórz folder","wprowadź nazwę","Upuść plik graficzny","Upuść plik","lub kliknij tu","Tekst alternatywny","Wczytaj","Przeglądaj","Tło","Treść","Góra","Środek","Dół","Wstaw kolumnę przed","Wstaw kolumnę po","Wstaw wiersz przed","Wstaw wiersz po","Usuń tabelę","Usuń wiersz","Usuń kolumnę","Wyczyść komórkę","Znaki: %d","Słowa: %d","Przekreślenie","Podkreślenie","indeks górny","index dolny","Wytnij zaznaczenie","Wybierz wszystko","Przerwa","Szukaj","Zamień na","Wymienić","Wklej","Wybierz zawartość do wklejenia","HTML","pogrubienie","kursywa","pędzel","link","cofnij","ponów","tabela","grafika","wyczyść","akapit","rozmiar czcionki","wideo","czcionka","O programie","drukuj","podkreślenie","przekreślenie","wcięcie","wycięcie","pełen rozmiar","przytnij","linia pozioma","lista","lista numerowana","wytnij","zaznacz wszystko","Wstaw kod","otwórz link","edytuj link","Atrybut no-follow","Usuń link","Aktualizuj","edytuj","szukaj","URL","Edytuj","Wyrównywanie w poziomie","Filtruj","Sortuj wg zmiany","Sortuj wg nazwy","Sortuj wg rozmiaru","Dodaj folder","wyczyść","zapisz","zapisz jako","Zmień rozmiar","Przytnij","Szerokość","Wysokość","Zachowaj proporcje","Tak","Nie","Usuń","Wybierz","Wybierz: %s","Wyrównywanie w pionie","Podziel","Scal","Dodaj kolumnę","Dodaj wiersz",null,"Usuń","Podziel w pionie","Podziel w poziomie","Obramowanie","Twój kod wygląda jak HTML. Zachować HTML?","Wkleić jako HTML?","Oryginalny tekst","Wstaw jako tekst","Wstaw tylko treść","Możesz edytować tylko swoje grafiki. Czy chcesz pobrać tą grafikę?","Grafika została pomyślnienie dodana na serwer","Paleta","Brak plików.","zmień nazwę","Wprowadź nową nazwę","podgląd","pobierz","Wklej ze schowka","Twoja przeglądarka nie obsługuje schowka","Kopiuj zaznaczenie","kopiuj","Zaokrąglenie krawędzi","Pokaż wszystkie","Zastosuj","Proszę wypełnić to pole","Proszę, wpisz adres sieci web","Domyślnie","Koło","Punkt","Kwadrat","Znaleźć","Znaleźć Poprzednie","Znajdź Dalej","Wklejany tekst pochodzi z dokumentu Microsoft Word/Excel. Chcesz zachować ten format czy wyczyścić go? ","Wykryto tekst w formacie Word","Wyczyść","Wstaw nazwę zajęć","Naciśnij Alt, aby zmienić rozmiar"]},8205:function(t){t.exports.default=["Escreva algo...","Sobre o Jodit","Editor Jodit","Guia de usuário Jodit","contém ajuda detalhada para o uso.","Para informação sobre a licença, por favor visite nosso site:","Compre a versão completa","Copyright © XDSoft.net - Chupurnov Valeriy. Todos os direitos reservados.","Link","Abrir em nova aba","Abrir editor em tela cheia","Limpar formatação","Cor de preenchimento ou cor do texto","Refazer","Desfazer","Negrito","Itálico","Inserir lista não ordenada","Inserir lista ordenada","Centralizar","Justificar","Alinhar à Esquerda","Alinhar à Direita","Inserir linha horizontal","Inserir imagem","Inserir arquivo","Inserir vídeo do Youtube/vimeo","Inserir link","Tamanho da letra","Fonte","Inserir bloco","Normal","Cabeçalho 1","Cabeçalho 2","Cabeçalho 3","Cabeçalho 4","Citação","Código","Inserir","Inserir tabela","Diminuir recuo","Aumentar recuo","Selecionar caractere especial","Inserir caractere especial","Copiar formato","Mudar modo","Margens","cima","direta","baixo","esquerda","Estilos CSS","Classes CSS","Alinhamento","Direita","Centro","Esquerda","--Não Estabelecido--","Fonte","Título","Texto Alternativo","Link","Abrir link em nova aba","Imagem","Arquivo","Avançado","Propriedades da imagem","Cancelar","Ok","Procurar arquivo","Erro ao carregar a lista","Erro ao carregar as pastas","Você tem certeza?","Escreva o nome da pasta","Criar pasta","Escreva seu nome","Soltar imagem","Soltar arquivo","ou clique","Texto alternativo","Upload","Explorar","Fundo","Texto","Cima","Meio","Baixo","Inserir coluna antes","Inserir coluna depois","Inserir linha acima","Inserir linha abaixo","Excluir tabela","Excluir linha","Excluir coluna","Limpar célula","Caracteres: %d","Palavras: %d","Tachado","Sublinhar","sobrescrito","subscrito","Cortar seleção","Selecionar tudo","Pausa","Procurar por","Substituir com","Substituir","Colar","Escolher conteúdo para colar","HTML","negrito","itálico","pincel","link","desfazer","refazer","tabela","imagem","apagar","parágrafo","tamanho da letra","vídeo","fonte","Sobre de","Imprimir","sublinhar","tachado","recuar","diminuir recuo","Tamanho completo","diminuir","linha horizontal","lista não ordenada","lista ordenada","Cortar","Selecionar tudo","Incluir código","Abrir link","Editar link","Não siga","Remover link","Atualizar","Editar","Visualizar","URL","Editar","Alinhamento horizontal","filtrar","Ordenar por modificação","Ordenar por nome","Ordenar por tamanho","Adicionar pasta","Resetar","Salvar","Salvar como...","Redimensionar","Recortar","Largura","Altura","Manter a proporção","Sim","Não","Remover","Selecionar","Selecionar: %s","Alinhamento vertical","Dividir","Mesclar","Adicionar coluna","Adicionar linha",null,"Excluir","Dividir vertical","Dividir horizontal","Borda","Seu código é similar ao HTML. Manter como HTML?","Colar como HTML?","Manter","Inserir como Texto","Inserir somente o Texto","Você só pode editar suas próprias imagens. Baixar essa imagem pro servidor?","A imagem foi enviada com sucesso para o servidor!","Palette","Não há arquivos nesse diretório.","Húngara","Digite um novo nome","preview","Baixar","Colar da área de transferência","O seu navegador não oferece suporte a acesso direto para a área de transferência.","Selecção de cópia","cópia","Border radius","Mostrar todos os","Aplicar","Por favor, preencha este campo","Por favor introduza um endereço web","Padrão","Círculo","Ponto","Quadro","Encontrar","Encontrar Anteriores","Localizar Próxima","O conteúdo colado veio de um documento Microsoft Word/Excel. Você deseja manter o formato ou limpa-lo?","Colado do Word Detectado","Limpar","Insira o nome da classe","Pressione Alt para redimensionamento personalizado"]},14371:function(t){t.exports.default=["Напишите что-либо","О Jodit","Редактор Jodit","Jodit Руководство пользователя","содержит детальную информацию по использованию","Для получения сведений о лицензии , пожалуйста, перейдите на наш сайт:","Купить полную версию","Авторские права © XDSoft.net - Чупурнов Валерий. Все права защищены.","Анкор","Открывать ссылку в новой вкладке","Открыть редактор в полном размере","Очистить форматирование","Цвет заливки или цвет текста","Повтор","Отмена","Жирный","Наклонный","Вставка маркированного списка","Вставить нумерованный список","Выровнять по центру","Выровнять по ширине","Выровнять по левому краю","Выровнять по правому краю","Вставить горизонтальную линию","Вставить изображение","Вставить файл","Вставьте видео","Вставить ссылку","Размер шрифта","Шрифт","Вставить блочный элемент","Нормальный текст","Заголовок 1","Заголовок 2","Заголовок 3","Заголовок 4","Цитата","Код","Вставить","Вставить таблицу","Уменьшить отступ","Увеличить отступ","Выберите специальный символ","Вставить специальный символ","Формат краски","Источник","Отступы","сверху","справа","снизу","слева","Стили","Классы","Выравнивание","По правому краю","По центру","По левому краю","--не устанавливать--","src","Заголовок","Альтернативный текст (alt)","Ссылка","Открывать ссылку в новом окне",null,"Файл","Расширенные","Свойства изображения","Отмена","Ок","Браузер файлов","Ошибка при загрузке списка изображений","Ошибка при загрузке списка директорий","Вы уверены?","Введите название директории","Создать директорию","введите название","Перетащите сюда изображение","Перетащите сюда файл","или нажмите","Альтернативный текст","Загрузка","Сервер","Фон","Текст"," К верху","По середине","К низу","Вставить столбец до","Вставить столбец после","Вставить ряд выше","Вставить ряд ниже","Удалить таблицу","Удалять ряд","Удалить столбец","Очистить ячейку","Символов: %d","Слов: %d","Перечеркнуть","Подчеркивание","верхний индекс","индекс","Вырезать","Выделить все","Разделитель","Найти","Заменить на","Заменить","Вставить","Выбрать контент для вставки","HTML","жирный","курсив","заливка","ссылка","отменить","повторить","таблица","Изображение","очистить","параграф","размер шрифта","видео","шрифт","о редакторе","печать","подчеркнутый","перечеркнутый","отступ","выступ","во весь экран","обычный размер","линия","Список","Нумерованный список","Вырезать","Выделить все","Код","Открыть ссылку","Редактировать ссылку","Атрибут nofollow","Убрать ссылку","Обновить","Редактировать","Просмотр","URL","Редактировать","Горизонтальное выравнивание","Фильтр","По изменению","По имени","По размеру","Добавить папку","Восстановить","Сохранить","Сохранить как","Изменить размер","Обрезать размер","Ширина","Высота","Сохранять пропорции","Да","Нет","Удалить","Выделить","Выделить: %s","Вертикальное выравнивание","Разделить","Объединить в одну","Добавить столбец","Добавить строку","Лицензия: %s","Удалить","Разделить по вертикали","Разделить по горизонтали","Рамка","Ваш текст, который вы пытаетесь вставить похож на HTML. Вставить его как HTML?","Вставить как HTML?","Сохранить оригинал","Вставить как текст","Вставить только текст","Вы можете редактировать только свои собственные изображения. Загрузить это изображение на ваш сервер?","Изображение успешно загружено на сервер!","палитра","В данном каталоге нет файлов","Переименовать","Введите новое имя","Предпросмотр","Скачать","Вставить из буфера обмена","Ваш браузер не поддерживает прямой доступ к буферу обмена.","Скопировать выделенное","копия","Радиус границы","Показать все","Применить","Пожалуйста, заполните это поле","Пожалуйста, введите веб-адрес","По умолчанию","Круг","Точка","Квадрат","Найти","Найти Предыдущие","Найти Далее","Контент который вы вставляете поступает из документа Microsoft Word / Excel. Вы хотите сохранить формат или очистить его?","Возможно это фрагмент Word или Excel","Почистить","Вставить название класса","Нажмите Alt для изменения пользовательского размера"]},32675:function(t){t.exports.default=["Bir şeyler yaz","Jodit Hakkında","Jodit Editor","Jodit Kullanım Kılavuzu","kullanım için detaylı bilgiler içerir","Lisans hakkında bilgi için lütfen web sitemize gidin:","Tam versiyonunu satın al","Copyright © XDSoft.net - Chupurnov Valeriy. Tüm hakları saklıdır.","Bağlantı","Yeni sekmede aç","Editörü tam ekranda aç","Stili temizle","Renk doldur veya yazı rengi seç","Yinele","Geri Al","Kalın","İtalik","Sırasız Liste Ekle","Sıralı Liste Ekle","Ortala","Kenarlara Yasla","Sola Yasla","Sağa Yasla","Yatay Çizgi Ekle","Resim Ekle","Dosya Ekle","Youtube/Vimeo Videosu Ekle","Bağlantı Ekle","Font Boyutu","Font Ailesi","Blok Ekle","Normal","Başlık 1","Başlık 2","Başlık 3","Başlık 4","Alıntı","Kod","Ekle","Tablo Ekle","Girintiyi Azalt","Girintiyi Arttır","Özel Karakter Seç","Özel Karakter Ekle","Resim Biçimi","Mod Değiştir","Boşluklar","Üst","Sağ","Alt","Sol","CSS Stilleri","CSS Sınıfları","Hizalama","Sağ","Ortalı","Sol","Belirsiz","Kaynak","Başlık","Alternatif Yazı","Link","Bağlantıyı yeni sekmede aç","Resim","Dosya","Gelişmiş","Resim özellikleri","İptal","Tamam","Dosya Listeleyici","Liste yüklenirken hata oluştu","Klasörler yüklenirken hata oluştur","Emin misiniz?","Dizin yolu giriniz","Dizin oluştur","İsim yaz","Resim bırak","Dosya bırak","veya tıkla","Alternatif yazı","Yükle","Gözat","Arka plan","Yazı","Üst","Orta","Aşağı","Öncesine kolon ekle","Sonrasına kolon ekle","Üstüne satır ekle","Altına satır ekle","Tabloyu sil","Satırı sil","Kolonu sil","Hücreyi temizle","Harfler: %d","Kelimeler: %d","Üstü çizili","Alt çizgi","Üst yazı","Alt yazı","Seçilimi kes","Tümünü seç","Satır sonu","Ara","Şununla değiştir","Değiştir","Yapıştır","Yapıştırılacak içerik seç","Kaynak","Kalın","italik","Fırça","Bağlantı","Geri al","Yinele","Tablo","Resim","Silgi","Paragraf","Font boyutu","Video","Font","Hakkında","Yazdır","Alt çizgi","Üstü çizili","Girinti","Çıkıntı","Tam ekran","Küçült","Ayraç","Sırasız liste","Sıralı liste","Kes","Tümünü seç","Kod ekle","Bağlantıyı aç","Bağlantıyı düzenle","Nofollow özelliği","Bağlantıyı kaldır","Güncelle","Düzenlemek için","Yorumu","URL","Düzenle","Yatay hizala","Filtre","Değişime göre sırala","İsme göre sırala","Boyuta göre sırala","Klasör ekle","Sıfırla","Kaydet","Farklı kaydet","Boyutlandır","Kırp","Genişlik","Yükseklik","En boy oranını koru","Evet","Hayır","Sil","Seç","Seç: %s","Dikey hizala","Ayır","Birleştir","Kolon ekle","Satır ekle",null,"Sil","Dikey ayır","Yatay ayır","Kenarlık","Kodunuz HTML koduna benziyor. HTML olarak devam etmek ister misiniz?","HTML olarak yapıştır","Sakla","Yazı olarak ekle","Sadece yazıyı ekle","Sadece kendi resimlerinizi düzenleyebilirsiniz. Bu görseli kendi hostunuza indirmek ister misiniz?","Görsel başarıyla hostunuza yüklendi","Palet","Bu dizinde dosya yok","Yeniden isimlendir","Yeni isim girin","Ön izleme","İndir","Panodan yapıştır ","Tarayıcınız panoya doğrudan erişimi desteklemiyor.","Seçimi kopyala","Kopyala","Sınır yarıçapı","Tümünü Göster","Uygula","Lütfen bu alanı doldurun","Lütfen bir web adresi girin","Varsayılan","Daire","Nokta","Kare","Bul","Öncekini Bul","Sonrakini Bul","Der Inhalt, den Sie einfügen, stammt aus einem Microsoft Word / Excel-Dokument. Möchten Sie das Format erhalten oder löschen?","Word biçiminde yapıştırma algılandı","Temizle","Sınıf adı girin","Özel yeniden boyutlandırma için Alt tuşuna basın"]},19502:function(t){t.exports.default=["输入一些内容","关于Jodit","Jodit Editor","开发者指南","使用帮助","有关许可证的信息,请访问我们的网站:","购买完整版本","Copyright © XDSoft.net - Chupurnov Valeriy. 版权所有","Anchor","在新窗口打开","全屏编辑","清除样式","颜色","重做","撤销","粗体","斜体","符号列表","编号","居中","对齐文本","左对齐","右对齐","分割线","图片","文件","视频","链接","字号","字体","格式块","默认","标题1","标题2","标题3","标题4","引用","代码","插入","表格","减少缩进","增加缩进","选择特殊符号","特殊符号","格式复制","改变模式","外边距(Margins)","top","right","bottom","left","样式","Classes","对齐方式","居右","居中","居左","无","Src","Title","Alternative","Link","在新窗口打开链接","图片","file","高级","图片属性","取消","确定","文件管理","加载list错误","加载folders错误","你确定吗?","输入路径","创建路径","type name","拖动图片到此","拖动文件到此","或点击","Alternative text","上传","浏览","背景色","文字","顶部","中间","底部","在之前插入列","在之后插入列","在之前插入行","在之后插入行","删除表格","删除行","删除列","清除内容","字符数: %d","单词数: %d","删除线","下划线","上标","下标","剪切","全选","Break","查找","替换为","替换","粘贴","选择内容并粘贴","源码","粗体","斜体","颜色","链接","撤销","重做","表格","图片","橡皮擦","段落","字号","视频","字体","关于","打印","下划线","上出现","增加缩进","减少缩进","全屏","收缩","分割线","无序列表","顺序列表","剪切","全选","嵌入代码","打开链接","编辑链接","No follow","取消链接","更新","铅笔","预览","URL","编辑","水平对齐","筛选","修改时间排序","名称排序","大小排序","新建文件夹","重置","保存","保存为","调整大小","剪切","宽","高","保持长宽比","是","不","移除","选择","选择: %s","垂直对齐","拆分","合并","添加列","添加行",null,"删除","垂直拆分","水平拆分","边框","你粘贴的文本是一段html代码,是否保留源格式","html粘贴","保留源格式","把html代码视为普通文本","只保留文本","你只能编辑你自己的图片。Download this image on the host?","图片上传成功","调色板","此目录中沒有文件。","重命名","输入新名称","预览","下载","粘贴从剪贴板","你浏览器不支持直接访问的剪贴板。","复制选中内容","复制","边界半径","显示所有","应用","请填写这个字段","请输入一个网址","默认","圆圈","点","方形","搜索","查找上一个","查找下一个","正在粘贴 Word/Excel 的文本,是否保留源格式?","文本粘贴","匹配目标格式","插入班级名称","按Alt自定义调整大小"]},79087:function(t){t.exports.default=["輸入一些內容","關於Jodit","Jodit Editor","開發者指南","使用幫助","有關許可證的信息,請訪問我們的網站:","購買完整版本","Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.","Anchor","在新窗口打開","全屏編輯","清除樣式","顏色","重做","撤銷","粗體","斜體","符號列表","編號","居中","對齊文本","左對齊","右對齊","分割線","圖片","文件","youtube/vimeo 影片","鏈接","字號","字體","格式塊","文本","標題1","標題2","標題3","標題4","引用","代碼","插入","表格","減少縮進","增加縮進","選擇特殊符號","特殊符號","格式複製","改變模式","外邊距(Margins)","top","right","bottom","left","樣式","Classes","對齊方式","居右","居中","居左","無","Src","Title","替代","Link","在新窗口打開鏈接","圖片","file","高級","圖片屬性","取消","確定","文件管理","加載list錯誤","加載folders錯誤","你確定嗎?","輸入路徑","創建路徑","type name","拖動圖片到此","拖動文件到此","或點擊","替代文字","上傳","瀏覽","背景色","文字","頂部","中間","底部","在之前插入列","在之後插入列","在之前插入行","在之後插入行","刪除表格","刪除行","刪除列","清除內容","字符數: %d","單詞數: %d","刪除線","下劃線","上標","下標","剪切","全選","Pause","查找","替換為","แทนที่","黏貼","選擇內容並黏貼","源碼","粗體","斜體","顏色","鏈接","撤銷","重做","表格","圖片","橡皮擦","段落","字號","影片","字體","關於","打印","下劃線","上出現","增加縮進","減少縮進","全屏","收縮","分割線","無序列表","順序列表","剪切","全選","嵌入代碼","打開鏈接","編輯鏈接","No follow","取消連結","更新","鉛筆","回顧","URL",null,"水平對齊","篩選","修改時間排序","名稱排序","大小排序","新建文件夾","重置","保存","保存為","調整大小","Crop","寬","高","保存長寬比","是","不","移除","選擇","選擇: %s","垂直對齊","拆分","合併","添加列","添加行",null,"刪除","垂直拆分","水平拆分","邊框","你黏貼的文本是一段html代碼,是否保留源格式","html黏貼","保留源格式","把html代碼視為普通文本","只保留文本","你只能編輯你自己的圖片。是否下載此圖片到本地?","圖片上傳成功","調色板","此目錄中沒有文件。","重命名","輸入新名稱","預覽","下載","從剪貼板貼上","瀏覽器無法存取剪贴板。","複製已選取項目","複製","邊框圓角","顯示所有","應用","ได้โปรดกรอกช่องข้อมูลนี้","โปรดเติมที่อยู่บนเว็บ","ค่าปริยาย","วงกลม","จุด","Quadrate","ค้นหา","ค้นหาก่อนหน้านี้","ค้นหาถัดไป","正在黏貼 Word/Excel 的文本,是否保留源格式?","文本黏貼","匹配目標格式","ใส่ชื่อคลาส","กดอัลท์สำหรับการปรับขนาดที่กำหนดเอง"]},90304:function(t){t.exports='<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>'},51462:function(t){t.exports='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 24 24"> <g transform="translate(-251.000000, -443.000000)"> <g transform="translate(215.000000, 119.000000)"/> <path d="M252,448 L256,448 L256,444 L252,444 L252,448 Z M257,448 L269,448 L269,446 L257,446 L257,448 Z M257,464 L269,464 L269,462 L257,462 L257,464 Z M270,444 L270,448 L274,448 L274,444 L270,444 Z M252,462 L252,466 L256,466 L256,462 L252,462 Z M270,462 L270,466 L274,466 L274,462 L270,462 Z M254,461 L256,461 L256,449 L254,449 L254,461 Z M270,461 L272,461 L272,449 L270,449 L270,461 Z"/> </g> </svg>'},11064:function(t){t.exports='<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>'},17908:function(t){t.exports='<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>'},27705:function(t){t.exports='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 128 128" xml:space="preserve"> <polygon points="112.4560547,23.3203125 112.4560547,75.8154297 31.4853516,75.8154297 31.4853516,61.953125 16.0131836,72.6357422 0.5410156,83.3164063 16.0131836,93.9990234 31.4853516,104.6796875 31.4853516,90.8183594 112.4560547,90.8183594 112.4560547,90.8339844 127.4589844,90.8339844 127.4589844,23.3203125"/> </svg>'},16743:function(t){t.exports='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M747 1521q74 32 140 32 376 0 376-335 0-114-41-180-27-44-61.5-74t-67.5-46.5-80.5-25-84-10.5-94.5-2q-73 0-101 10 0 53-.5 159t-.5 158q0 8-1 67.5t-.5 96.5 4.5 83.5 12 66.5zm-14-746q42 7 109 7 82 0 143-13t110-44.5 74.5-89.5 25.5-142q0-70-29-122.5t-79-82-108-43.5-124-14q-50 0-130 13 0 50 4 151t4 152q0 27-.5 80t-.5 79q0 46 1 69zm-541 889l2-94q15-4 85-16t106-27q7-12 12.5-27t8.5-33.5 5.5-32.5 3-37.5.5-34v-65.5q0-982-22-1025-4-8-22-14.5t-44.5-11-49.5-7-48.5-4.5-30.5-3l-4-83q98-2 340-11.5t373-9.5q23 0 68.5.5t67.5.5q70 0 136.5 13t128.5 42 108 71 74 104.5 28 137.5q0 52-16.5 95.5t-39 72-64.5 57.5-73 45-84 40q154 35 256.5 134t102.5 248q0 100-35 179.5t-93.5 130.5-138 85.5-163.5 48.5-176 14q-44 0-132-3t-132-3q-106 0-307 11t-231 12z"/> </svg>'},24536:function(t){t.exports='<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>'},34804:function(t){t.exports='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1760 896q14 0 23 9t9 23v64q0 14-9 23t-23 9h-1728q-14 0-23-9t-9-23v-64q0-14 9-23t23-9h1728zm-1277-64q-28-35-51-80-48-97-48-188 0-181 134-309 133-127 393-127 50 0 167 19 66 12 177 48 10 38 21 118 14 123 14 183 0 18-5 45l-12 3-84-6-14-2q-50-149-103-205-88-91-210-91-114 0-182 59-67 58-67 146 0 73 66 140t279 129q69 20 173 66 58 28 95 52h-743zm507 256h411q7 39 7 92 0 111-41 212-23 55-71 104-37 35-109 81-80 48-153 66-80 21-203 21-114 0-195-23l-140-40q-57-16-72-28-8-8-8-22v-13q0-108-2-156-1-30 0-68l2-37v-44l102-2q15 34 30 71t22.5 56 12.5 27q35 57 80 94 43 36 105 57 59 22 132 22 64 0 139-27 77-26 122-86 47-61 47-129 0-84-81-157-34-29-137-71z"/> </svg>'},88066:function(t){t.exports='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1025 1369v167h-248l-159-252-24-42q-8-9-11-21h-3l-9 21q-10 20-25 44l-155 250h-258v-167h128l197-291-185-272h-137v-168h276l139 228q2 4 23 42 8 9 11 21h3q3-9 11-21l25-42 140-228h257v168h-125l-184 267 204 296h109zm639 217v206h-514l-4-27q-3-45-3-46 0-64 26-117t65-86.5 84-65 84-54.5 65-54 26-64q0-38-29.5-62.5t-70.5-24.5q-51 0-97 39-14 11-36 38l-105-92q26-37 63-66 80-65 188-65 110 0 178 59.5t68 158.5q0 66-34.5 118.5t-84 86-99.5 62.5-87 63-41 73h232v-80h126z"/> </svg>'},9811:function(t){t.exports='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1025 1369v167h-248l-159-252-24-42q-8-9-11-21h-3l-9 21q-10 20-25 44l-155 250h-258v-167h128l197-291-185-272h-137v-168h276l139 228q2 4 23 42 8 9 11 21h3q3-9 11-21l25-42 140-228h257v168h-125l-184 267 204 296h109zm637-679v206h-514l-3-27q-4-28-4-46 0-64 26-117t65-86.5 84-65 84-54.5 65-54 26-64q0-38-29.5-62.5t-70.5-24.5q-51 0-97 39-14 11-36 38l-105-92q26-37 63-66 83-65 188-65 110 0 178 59.5t68 158.5q0 56-24.5 103t-62 76.5-81.5 58.5-82 50.5-65.5 51.5-30.5 63h232v-80h126z"/> </svg>'},65223:function(t){t.exports='<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>'},24322:function(t){t.exports='<svg viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"> <path d="M36 4h-24c-2.21 0-4 1.79-4 4v32c0 2.21 1.79 4 4 4h24c2.21 0 4-1.79 4-4v-32c0-2.21-1.79-4-4-4zm-24 4h10v16l-5-3-5 3v-16z"/> </svg>'},52221:function(t){t.exports='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M832 1408l336-384h-768l-336 384h768zm1013-1077q15 34 9.5 71.5t-30.5 65.5l-896 1024q-38 44-96 44h-768q-38 0-69.5-20.5t-47.5-54.5q-15-34-9.5-71.5t30.5-65.5l896-1024q38-44 96-44h768q38 0 69.5 20.5t47.5 54.5z"/> </svg>'},93223:function(t){t.exports='<svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> <path d="M24.89,6.61H22.31V4.47A2.47,2.47,0,0,0,19.84,2H6.78A2.47,2.47,0,0,0,4.31,4.47V22.92a2.47,2.47,0,0,0,2.47,2.47H9.69V27.2a2.8,2.8,0,0,0,2.8,2.8h12.4a2.8,2.8,0,0,0,2.8-2.8V9.41A2.8,2.8,0,0,0,24.89,6.61ZM6.78,23.52a.61.61,0,0,1-.61-.6V4.47a.61.61,0,0,1,.61-.6H19.84a.61.61,0,0,1,.61.6V6.61h-8a2.8,2.8,0,0,0-2.8,2.8V23.52Zm19,3.68a.94.94,0,0,1-.94.93H12.49a.94.94,0,0,1-.94-.93V9.41a.94.94,0,0,1,.94-.93h12.4a.94.94,0,0,1,.94.93Z"/> <path d="M23.49,13.53h-9.6a.94.94,0,1,0,0,1.87h9.6a.94.94,0,1,0,0-1.87Z"/> <path d="M23.49,17.37h-9.6a.94.94,0,1,0,0,1.87h9.6a.94.94,0,1,0,0-1.87Z"/> <path d="M23.49,21.22h-9.6a.93.93,0,1,0,0,1.86h9.6a.93.93,0,1,0,0-1.86Z"/> </svg>'},63092:function(t){t.exports='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M960 896q26 0 45 19t19 45-19 45-45 19-45-19-19-45 19-45 45-19zm300 64l507 398q28 20 25 56-5 35-35 51l-128 64q-13 7-29 7-17 0-31-8l-690-387-110 66q-8 4-12 5 14 49 10 97-7 77-56 147.5t-132 123.5q-132 84-277 84-136 0-222-78-90-84-79-207 7-76 56-147t131-124q132-84 278-84 83 0 151 31 9-13 22-22l122-73-122-73q-13-9-22-22-68 31-151 31-146 0-278-84-82-53-131-124t-56-147q-5-59 15.5-113t63.5-93q85-79 222-79 145 0 277 84 83 52 132 123t56 148q4 48-10 97 4 1 12 5l110 66 690-387q14-8 31-8 16 0 29 7l128 64q30 16 35 51 3 36-25 56zm-681-260q46-42 21-108t-106-117q-92-59-192-59-74 0-113 36-46 42-21 108t106 117q92 59 192 59 74 0 113-36zm-85 745q81-51 106-117t-21-108q-39-36-113-36-100 0-192 59-81 51-106 117t21 108q39 36 113 36 100 0 192-59zm178-613l96 58v-11q0-36 33-56l14-8-79-47-26 26q-3 3-10 11t-12 12q-2 2-4 3.5t-3 2.5zm224 224l96 32 736-576-128-64-768 431v113l-160 96 9 8q2 2 7 6 4 4 11 12t11 12l26 26zm704 416l128-64-520-408-177 138q-2 3-13 7z"/> </svg>'},53552:function(t){t.exports='<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"> <path stroke-width="0" d="M10.5 20H2a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h1V3l2.03-.4a3 3 0 0 1 5.94 0L13 3v1h1a2 2 0 0 1 2 2v1h-2V6h-1v1H3V6H2v12h5v2h3.5zM8 4a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm2 4h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2v-8c0-1.1.9-2 2-2zm0 2v8h8v-8h-8z"/> </svg>'},99165:function(t){t.exports='<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>'},40835:function(t){t.exports='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M896 1152q0-36-20-69-1-1-15.5-22.5t-25.5-38-25-44-21-50.5q-4-16-21-16t-21 16q-7 23-21 50.5t-25 44-25.5 38-15.5 22.5q-20 33-20 69 0 53 37.5 90.5t90.5 37.5 90.5-37.5 37.5-90.5zm512-128q0 212-150 362t-362 150-362-150-150-362q0-145 81-275 6-9 62.5-90.5t101-151 99.5-178 83-201.5q9-30 34-47t51-17 51.5 17 33.5 47q28 93 83 201.5t99.5 178 101 151 62.5 90.5q81 127 81 275z"/> </svg>'},95218:function(t){t.exports='<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>'},23358:function(t){t.exports='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M789 559l-170 450q33 0 136.5 2t160.5 2q19 0 57-2-87-253-184-452zm-725 1105l2-79q23-7 56-12.5t57-10.5 49.5-14.5 44.5-29 31-50.5l237-616 280-724h128q8 14 11 21l205 480q33 78 106 257.5t114 274.5q15 34 58 144.5t72 168.5q20 45 35 57 19 15 88 29.5t84 20.5q6 38 6 57 0 4-.5 13t-.5 13q-63 0-190-8t-191-8q-76 0-215 7t-178 8q0-43 4-78l131-28q1 0 12.5-2.5t15.5-3.5 14.5-4.5 15-6.5 11-8 9-11 2.5-14q0-16-31-96.5t-72-177.5-42-100l-450-2q-26 58-76.5 195.5t-50.5 162.5q0 22 14 37.5t43.5 24.5 48.5 13.5 57 8.5 41 4q1 19 1 58 0 9-2 27-58 0-174.5-10t-174.5-10q-8 0-26.5 4t-21.5 4q-80 14-188 14z"/> </svg>'},39007:function(t){t.exports='<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>'},88989:function(t){t.exports='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"><path d="M1534 189v73q0 29-18.5 61t-42.5 32q-50 0-54 1-26 6-32 31-3 11-3 64v1152q0 25-18 43t-43 18h-108q-25 0-43-18t-18-43v-1218h-143v1218q0 25-17.5 43t-43.5 18h-108q-26 0-43.5-18t-17.5-43v-496q-147-12-245-59-126-58-192-179-64-117-64-259 0-166 88-286 88-118 209-159 111-37 417-37h479q25 0 43 18t18 43z"/></svg>'},17570:function(t){t.exports='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 24 24"> <path stroke-width="0" d="M22,20.6L3.4,2H8V0H0v8h2V3.4L20.6,22H16v2h8v-8h-2V20.6z M16,0v2h4.7l-6.3,6.3l1.4,1.4L22,3.5V8h2V0H16z M8.3,14.3L2,20.6V16H0v8h8v-2H3.5l6.3-6.3L8.3,14.3z"/> </svg>'},24685:function(t){t.exports='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M896 960v448q0 26-19 45t-45 19-45-19l-144-144-332 332q-10 10-23 10t-23-10l-114-114q-10-10-10-23t10-23l332-332-144-144q-19-19-19-45t19-45 45-19h448q26 0 45 19t19 45zm755-672q0 13-10 23l-332 332 144 144q19 19 19 45t-19 45-45 19h-448q-26 0-45-19t-19-45v-448q0-26 19-45t45-19 45 19l144 144 332-332q10-10 23-10t23 10l114 114q10 10 10 23z"/> </svg>'},64390:function(t){t.exports='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1600 736v192q0 40-28 68t-68 28h-1216q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h1216q40 0 68 28t28 68z"/> </svg>'},41636:function(t){t.exports='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M576 576q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm1024 384v448h-1408v-192l320-320 160 160 512-512zm96-704h-1600q-13 0-22.5 9.5t-9.5 22.5v1216q0 13 9.5 22.5t22.5 9.5h1600q13 0 22.5-9.5t9.5-22.5v-1216q0-13-9.5-22.5t-22.5-9.5zm160 32v1216q0 66-47 113t-113 47h-1600q-66 0-113-47t-47-113v-1216q0-66 47-113t113-47h1600q66 0 113 47t47 113z"/> </svg>'},14958:function(t){t.exports='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M352 832q0 14-9 23l-288 288q-9 9-23 9-13 0-22.5-9.5t-9.5-22.5v-576q0-13 9.5-22.5t22.5-9.5q14 0 23 9l288 288q9 9 9 23zm1440 480v192q0 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>'},63685:function(t){t.exports='<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>'},90399:function(t){t.exports='<svg viewBox="0 0 18.151 18.151" xmlns="http://www.w3.org/2000/svg"> <g> <path stroke-width="0" d="M6.237,16.546H3.649V1.604h5.916v5.728c0.474-0.122,0.968-0.194,1.479-0.194 c0.042,0,0.083,0.006,0.125,0.006V0H2.044v18.15h5.934C7.295,17.736,6.704,17.19,6.237,16.546z"/> <path stroke-width="0" d="M11.169,8.275c-2.723,0-4.938,2.215-4.938,4.938s2.215,4.938,4.938,4.938s4.938-2.215,4.938-4.938 S13.892,8.275,11.169,8.275z M11.169,16.81c-1.983,0-3.598-1.612-3.598-3.598c0-1.983,1.614-3.597,3.598-3.597 s3.597,1.613,3.597,3.597C14.766,15.198,13.153,16.81,11.169,16.81z"/> <polygon stroke-width="0" points="11.792,11.073 10.502,11.073 10.502,12.578 9.03,12.578 9.03,13.868 10.502,13.868 10.502,15.352 11.792,15.352 11.792,13.868 13.309,13.868 13.309,12.578 11.792,12.578 "/> </g> </svg>'},20035:function(t){t.exports='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 432 432"> <g> <polygon points="203.688,96 0,96 0,144 155.688,144 "/> <polygon points="155.719,288 0,288 0,336 203.719,336 "/> <path d="M97.844,230.125c-3.701-3.703-5.856-8.906-5.856-14.141s2.154-10.438,5.856-14.141l9.844-9.844H0v48h107.719 L97.844,230.125z"/> <polygon points="232,176 232,96 112,216 232,336 232,256 432,256 432,176"/> </g> </svg>'},67632:function(t){t.exports='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 312 312"> <g transform="translate(0.000000,312.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M50 3109 c0 -7 -11 -22 -25 -35 l-25 -23 0 -961 0 -961 32 -29 32 -30 501 -2 500 -3 3 -502 2 -502 31 -30 31 -31 958 0 958 0 23 25 c13 13 30 25 37 25 9 0 12 199 12 960 0 686 -3 960 -11 960 -6 0 -24 12 -40 28 l-29 27 -503 5 -502 5 -5 502 -5 503 -28 29 c-15 16 -27 34 -27 40 0 8 -274 11 -960 11 -710 0 -960 -3 -960 -11z m1738 -698 l2 -453 -40 -40 c-22 -22 -40 -43 -40 -47 0 -4 36 -42 79 -85 88 -87 82 -87 141 -23 l26 27 455 -2 454 -3 0 -775 0 -775 -775 0 -775 0 -3 450 -2 449 47 48 47 48 -82 80 c-44 44 -84 80 -87 80 -3 0 -25 -18 -48 -40 l-41 -40 -456 2 -455 3 -3 765 c-1 421 0 771 3 778 3 10 164 12 777 10 l773 -3 3 -454z"/> <path d="M607 2492 c-42 -42 -77 -82 -77 -87 0 -6 86 -96 190 -200 105 -104 190 -197 190 -205 0 -8 -41 -56 -92 -107 -65 -65 -87 -94 -77 -98 8 -3 138 -4 289 -3 l275 3 3 275 c1 151 0 281 -3 289 -4 10 -35 -14 -103 -82 -54 -53 -103 -97 -109 -97 -7 0 -99 88 -206 195 -107 107 -196 195 -198 195 -3 0 -39 -35 -82 -78z"/> <path d="M1470 1639 c-47 -49 -87 -91 -89 -94 -5 -6 149 -165 160 -165 9 0 189 179 189 188 0 12 -154 162 -165 161 -6 0 -48 -41 -95 -90z"/> <path d="M1797 1303 c-9 -8 -9 -568 0 -576 4 -4 50 36 103 88 54 52 101 95 106 95 5 0 95 -85 199 -190 104 -104 194 -190 200 -190 6 0 46 36 90 80 l79 79 -197 196 c-108 108 -197 199 -197 203 0 4 45 52 99 106 55 55 98 103 95 108 -6 10 -568 11 -577 1z"/> </g> </svg>'},95403:function(t){t.exports='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 48 48"> <path d="M6 42h4v-4h-4v4zm4-28h-4v4h4v-4zm-4 20h4v-4h-4v4zm8 8h4v-4h-4v4zm-4-36h-4v4h4v-4zm8 0h-4v4h4v-4zm16 0h-4v4h4v-4zm-8 8h-4v4h4v-4zm0-8h-4v4h4v-4zm12 28h4v-4h-4v4zm-16 8h4v-4h-4v4zm-16-16h36v-4h-36v4zm32-20v4h4v-4h-4zm0 12h4v-4h-4v4zm-16 16h4v-4h-4v4zm8 8h4v-4h-4v4zm8 0h4v-4h-4v4z"/> <path d="M0 0h48v48h-48z" fill="none"/> </svg>'},18743:function(t){t.exports='<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>'},4019:function(t){t.exports='<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 68zm1280 512v192q0 40-28 68t-68 28h-960q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h960q40 0 68 28t28 68zm-1280-1024v192q0 40-28 68t-68 28h-320q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h320q40 0 68 28t28 68zm1280 512v192q0 40-28 68t-68 28h-960q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h960q40 0 68 28t28 68zm0-512v192q0 40-28 68t-68 28h-960q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h960q40 0 68 28t28 68z"/> </svg>'},15787:function(t){t.exports='<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>'},51505:function(t){t.exports='<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 45zm0-384v128q0 26-19 45t-45 19h-1664q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1664q26 0 45 19t19 45zm0-384v128q0 26-19 45t-45 19h-1664q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1664q26 0 45 19t19 45zm0-384v128q0 26-19 45t-45 19h-1664q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1664q26 0 45 19t19 45z"/> </svg>'},99776:function(t){t.exports='<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>'},50895:function(t){t.exports='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1520 1216q0-40-28-68l-208-208q-28-28-68-28-42 0-72 32 3 3 19 18.5t21.5 21.5 15 19 13 25.5 3.5 27.5q0 40-28 68t-68 28q-15 0-27.5-3.5t-25.5-13-19-15-21.5-21.5-18.5-19q-33 31-33 73 0 40 28 68l206 207q27 27 68 27 40 0 68-26l147-146q28-28 28-67zm-703-705q0-40-28-68l-206-207q-28-28-68-28-39 0-68 27l-147 146q-28 28-28 67 0 40 28 68l208 208q27 27 68 27 42 0 72-31-3-3-19-18.5t-21.5-21.5-15-19-13-25.5-3.5-27.5q0-40 28-68t68-28q15 0 27.5 3.5t25.5 13 19 15 21.5 21.5 18.5 19q33-31 33-73zm895 705q0 120-85 203l-147 146q-83 83-203 83-121 0-204-85l-206-207q-83-83-83-203 0-123 88-209l-88-88q-86 88-208 88-120 0-204-84l-208-208q-84-84-84-204t85-203l147-146q83-83 203-83 121 0 204 85l206 207q83 83 83 203 0 123-88 209l88 88q86-88 208-88 120 0 204 84l208 208q84 84 84 204z"/> </svg>'},36385:function(t){t.exports='<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>'},23972:function(t){t.exports='<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>'},72832:function(t){t.exports='<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>'},19115:function(t){t.exports='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M448 1536h896v-256h-896v256zm0-640h896v-384h-160q-40 0-68-28t-28-68v-160h-640v640zm1152 64q0-26-19-45t-45-19-45 19-19 45 19 45 45 19 45-19 19-45zm128 0v416q0 13-9.5 22.5t-22.5 9.5h-224v160q0 40-28 68t-68 28h-960q-40 0-68-28t-28-68v-160h-224q-13 0-22.5-9.5t-9.5-22.5v-416q0-79 56.5-135.5t135.5-56.5h64v-544q0-40 28-68t68-28h672q40 0 88 20t76 48l152 152q28 28 48 76t20 88v256h64q79 0 135.5 56.5t56.5 135.5z"/> </svg>'},94062:function(t){t.exports='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1664 256v448q0 26-19 45t-45 19h-448q-42 0-59-40-17-39 14-69l138-138q-148-137-349-137-104 0-198.5 40.5t-163.5 109.5-109.5 163.5-40.5 198.5 40.5 198.5 109.5 163.5 163.5 109.5 198.5 40.5q119 0 225-52t179-147q7-10 23-12 14 0 25 9l137 138q9 8 9.5 20.5t-7.5 22.5q-109 132-264 204.5t-327 72.5q-156 0-298-61t-245-164-164-245-61-298 61-298 164-245 245-164 298-61q147 0 284.5 55.5t244.5 156.5l130-129q29-31 70-14 39 17 39 59z"/> </svg>'},41001:function(t){t.exports='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1664 896q0 156-61 298t-164 245-245 164-298 61q-172 0-327-72.5t-264-204.5q-7-10-6.5-22.5t8.5-20.5l137-138q10-9 25-9 16 2 23 12 73 95 179 147t225 52q104 0 198.5-40.5t163.5-109.5 109.5-163.5 40.5-198.5-40.5-198.5-109.5-163.5-163.5-109.5-198.5-40.5q-98 0-188 35.5t-160 101.5l137 138q31 30 14 69-17 40-59 40h-448q-26 0-45-19t-19-45v-448q0-42 40-59 39-17 69 14l130 129q107-101 244.5-156.5t284.5-55.5q156 0 298 61t245 164 164 245 61 298z"/> </svg>'},46423:function(t){t.exports='<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>'},47202:function(t){t.exports='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M553 1399l-50 50q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l466-466q10-10 23-10t23 10l50 50q10 10 10 23t-10 23l-393 393 393 393q10 10 10 23t-10 23zm591-1067l-373 1291q-4 13-15.5 19.5t-23.5 2.5l-62-17q-13-4-19.5-15.5t-2.5-24.5l373-1291q4-13 15.5-19.5t23.5-2.5l62 17q13 4 19.5 15.5t2.5 24.5zm657 651l-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 23t-10 23z"/> </svg>'},57954:function(t){t.exports='<svg viewBox="0 0 16 16" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"> <path d="M8,11c1.657,0,3-1.343,3-3V3c0-1.657-1.343-3-3-3S5,1.343,5,3v5C5,9.657,6.343,11,8,11z"/> <path d="M13,8V6h-1l0,1.844c0,1.92-1.282,3.688-3.164,4.071C6.266,12.438,4,10.479,4,8V6H3v2c0,2.414,1.721,4.434,4,4.899V15H5v1h6 v-1H9v-2.101C11.279,12.434,13,10.414,13,8z"/> </svg>'},92146:function(t){t.exports='<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>'},13410:function(t){t.exports='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 270 270"> <path d="m240.443652,220.45085l-47.410809,0l0,-10.342138c13.89973,-8.43655 25.752896,-19.844464 34.686646,-33.469923c11.445525,-17.455846 17.496072,-37.709239 17.496072,-58.570077c0,-59.589197 -49.208516,-108.068714 -109.693558,-108.068714s-109.69263,48.479517 -109.69263,108.069628c0,20.860839 6.050547,41.113316 17.497001,58.570077c8.93375,13.625459 20.787845,25.032458 34.686646,33.469008l0,10.342138l-47.412666,0c-10.256959,0 -18.571354,8.191376 -18.571354,18.296574c0,10.105198 8.314395,18.296574 18.571354,18.296574l65.98402,0c10.256959,0 18.571354,-8.191376 18.571354,-18.296574l0,-39.496814c0,-7.073455 -4.137698,-13.51202 -10.626529,-16.537358c-25.24497,-11.772016 -41.557118,-37.145704 -41.557118,-64.643625c0,-39.411735 32.545369,-71.476481 72.549922,-71.476481c40.004553,0 72.550851,32.064746 72.550851,71.476481c0,27.497006 -16.312149,52.87161 -41.557118,64.643625c-6.487902,3.026253 -10.6256,9.464818 -10.6256,16.537358l0,39.496814c0,10.105198 8.314395,18.296574 18.571354,18.296574l65.982163,0c10.256959,0 18.571354,-8.191376 18.571354,-18.296574c0,-10.105198 -8.314395,-18.296574 -18.571354,-18.296574z"/> </svg>'},94160:function(t){t.exports='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M576 1376v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm0-384v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm512 384v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm-512-768v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm512 384v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm512 384v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm-512-768v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm512 384v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm0-384v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm128-320v1088q0 66-47 113t-113 47h-1344q-66 0-113-47t-47-113v-1088q0-66 47-113t113-47h1344q66 0 113 47t47 113z"/> </svg>'},30699:function(t){t.exports='<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>'},8091:function(t){t.exports='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1395 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z"/> </svg>'},51193:function(t){t.exports='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1203 544q0 13-10 23l-393 393 393 393q10 10 10 23t-10 23l-50 50q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l466-466q10-10 23-10t23 10l50 50q10 10 10 23z"/> </svg>'},80845:function(t){t.exports='<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>'},4799:function(t){t.exports='<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>'},98940:function(t){t.exports='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M704 1376v-704q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23v704q0 14 9 23t23 9h64q14 0 23-9t9-23zm256 0v-704q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23v704q0 14 9 23t23 9h64q14 0 23-9t9-23zm256 0v-704q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23v704q0 14 9 23t23 9h64q14 0 23-9t9-23zm-544-992h448l-48-117q-7-9-17-11h-317q-10 2-17 11zm928 32v64q0 14-9 23t-23 9h-96v948q0 83-47 143.5t-113 60.5h-832q-66 0-113-58.5t-47-141.5v-952h-96q-14 0-23-9t-9-23v-64q0-14 9-23t23-9h309l70-167q15-37 54-63t79-26h320q40 0 79 26t54 63l70 167h309q14 0 23 9t9 23z"/> </svg>'},1355:function(t){t.exports='<svg viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg"> <g stroke="none" stroke-width="1"> <path d="M14,1.4 L12.6,0 L7,5.6 L1.4,0 L0,1.4 L5.6,7 L0,12.6 L1.4,14 L7,8.4 L12.6,14 L14,12.6 L8.4,7 L14,1.4 Z"/> </g> </svg>'},88933:function(t){t.exports='<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-896q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h896q26 0 45 19t19 45zm256-384v128q0 26-19 45t-45 19h-1408q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm-384-384v128q0 26-19 45t-45 19h-640q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h640q26 0 45 19t19 45z"/> </svg>'},80926:function(t){t.exports='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1472 930v318q0 119-84.5 203.5t-203.5 84.5h-832q-119 0-203.5-84.5t-84.5-203.5v-832q0-119 84.5-203.5t203.5-84.5h832q63 0 117 25 15 7 18 23 3 17-9 29l-49 49q-10 10-23 10-3 0-9-2-23-6-45-6h-832q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113v-254q0-13 9-22l64-64q10-10 23-10 6 0 12 3 20 8 20 29zm231-489l-814 814q-24 24-57 24t-57-24l-430-430q-24-24-24-57t24-57l110-110q24-24 57-24t57 24l263 263 647-647q24-24 57-24t57 24l110 110q24 24 24 57t-24 57z"/> </svg>'},56964:function(t){t.exports='<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>'},16206:function(t){t.exports='<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>'},20116:function(t){t.exports='<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>'},70861:function(t){t.exports='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1152 512v-472q22 14 36 28l408 408q14 14 28 36h-472zm-128 32q0 40 28 68t68 28h544v1056q0 40-28 68t-68 28h-1344q-40 0-68-28t-28-68v-1600q0-40 28-68t68-28h800v544z"/> </svg>'},13607:function(t){t.exports='<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>'},84159:function(t){t.exports='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1152 1376v-160q0-14-9-23t-23-9h-96v-512q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v160q0 14 9 23t23 9h96v320h-96q-14 0-23 9t-9 23v160q0 14 9 23t23 9h448q14 0 23-9t9-23zm-128-896v-160q0-14-9-23t-23-9h-192q-14 0-23 9t-9 23v160q0 14 9 23t23 9h192q14 0 23-9t9-23zm640 416q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"/> </svg>'},95948:function(t){t.exports='<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>'},29424:function(t){t.exports='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"><path d="M640 768h512v-192q0-106-75-181t-181-75-181 75-75 181v192zm832 96v576q0 40-28 68t-68 28h-960q-40 0-68-28t-28-68v-576q0-40 28-68t68-28h32v-192q0-184 132-316t316-132 316 132 132 316v192h32q40 0 68 28t28 68z"/></svg>'},1717:function(t){t.exports='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 32 32"> <path d="M27 4l-15 15-7-7-5 5 12 12 20-20z"/> </svg>'},29184:function(t){t.exports='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"><path d="M491 1536l91-91-235-235-91 91v107h128v128h107zm523-928q0-22-22-22-10 0-17 7l-542 542q-7 7-7 17 0 22 22 22 10 0 17-7l542-542q7-7 7-17zm-54-192l416 416-832 832h-416v-416zm683 96q0 53-37 90l-166 166-416-416 166-165q36-38 90-38 53 0 91 38l235 234q37 39 37 91z"/></svg>'},18423:function(t){t.exports='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"><path d="M1600 736v192q0 40-28 68t-68 28h-416v416q0 40-28 68t-68 28h-192q-40 0-68-28t-28-68v-416h-416q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h416v-416q0-40 28-68t68-28h192q40 0 68 28t28 68v416h416q40 0 68 28t28 68z"/></svg>'},64965:function(t){t.exports='<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>'},56798:function(t){t.exports='<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 45zm0-384v128q0 26-19 45t-45 19h-1280q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1280q26 0 45 19t19 45zm0-384v128q0 26-19 45t-45 19h-1536q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1536q26 0 45 19t19 45zm0-384v128q0 26-19 45t-45 19h-1152q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1152q26 0 45 19t19 45z"/> </svg>'},91786:function(t){t.exports='<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>'},19839:function(t){t.exports='<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>'},69113:function(t){t.exports='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1728 576v256q0 26-19 45t-45 19h-64q-26 0-45-19t-19-45v-256q0-106-75-181t-181-75-181 75-75 181v192h96q40 0 68 28t28 68v576q0 40-28 68t-68 28h-960q-40 0-68-28t-28-68v-576q0-40 28-68t68-28h672v-192q0-185 131.5-316.5t316.5-131.5 316.5 131.5 131.5 316.5z"/> </svg>'},15085:function(t){t.exports='<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>'},79876:function(t){t.exports='<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>'},21855:function(t){t.exports='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1216 320q0 26-19 45t-45 19h-128v1024h128q26 0 45 19t19 45-19 45l-256 256q-19 19-45 19t-45-19l-256-256q-19-19-19-45t19-45 45-19h128v-1024h-128q-26 0-45-19t-19-45 19-45l256-256q19-19 45-19t45 19l256 256q19 19 19 45z"/> </svg>'},50722:function(t){t.exports='<?xml version="1.0" ?><svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><title/><g id="Upload"><path d="M16,26h8V50a2,2,0,0,0,2,2H38a2,2,0,0,0,2-2V26h8a2,2,0,0,0,1.4946-3.3291l-16-18a2,2,0,0,0-2.9892,0l-16,18A2,2,0,0,0,16,26ZM32,9.0107,43.5464,22H38a2,2,0,0,0-2,2V48H28V24a2,2,0,0,0-2-2H20.4536Z"/><path d="M53,42a2,2,0,0,0-2,2V54a2.0023,2.0023,0,0,1-2,2H15a2.0023,2.0023,0,0,1-2-2V44a2,2,0,0,0-4,0V54a6.0066,6.0066,0,0,0,6,6H49a6.0066,6.0066,0,0,0,6-6V44A2,2,0,0,0,53,42Z"/></g></svg>'},3334:function(t){t.exports='<svg stroke="black" viewBox="0 0 32 32" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"> <style type="text/css"> .st0{fill:none;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} </style> <path class="st0" d="M29,23H3c-1.1,0-2-0.9-2-2V11c0-1.1,0.9-2,2-2h26c1.1,0,2,0.9,2,2v10C31,22.1,30.1,23,29,23z"/> <path class="st0" d="M13,19L13,19c-1.1,0-2-0.9-2-2v-2c0-1.1,0.9-2,2-2h0c1.1,0,2,0.9,2,2v2C15,18.1,14.1,19,13,19z"/> <line class="st0" x1="18" x2="18" y1="13" y2="19"/> <line class="st0" x1="21" x2="18" y1="13" y2="17"/> <line class="st0" x1="21" x2="19" y1="19" y2="16"/> </svg>'},39438:function(t){t.exports='<svg width="19" height="13" viewBox="0 0 19 13" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12.799 11.449V12H7.764V11.449L8.695 11.487C9.075 11.525 9.265 11.373 9.265 11.031C9.265 10.8157 9.20167 10.5687 9.075 10.29L8.144 8.048H3.717L2.843 10.176C2.66567 10.5687 2.577 10.8853 2.577 11.126C2.577 11.392 2.71633 11.5187 2.995 11.506L3.907 11.449V12H0.62V11.449L1.114 11.487H1.19C1.44333 11.487 1.65233 11.3667 1.817 11.126C2.007 10.8473 2.197 10.48 2.387 10.024L6.358 0.466999H6.852L10.861 10.062C11.0383 10.518 11.222 10.879 11.412 11.145C11.5893 11.373 11.811 11.487 12.077 11.487H12.172L12.799 11.449ZM3.945 7.516H7.916L5.921 2.728L3.945 7.516Z" fill="black"/> <path d="M18.45 11.61V12H16.32C16.33 11.93 16.34 11.84 16.35 11.73C16.37 11.61 16.38 11.515 16.38 11.445L16.41 10.86C16.19 11.29 15.905 11.6 15.555 11.79C15.215 11.98 14.805 12.075 14.325 12.075C13.695 12.075 13.215 11.935 12.885 11.655C12.565 11.365 12.405 10.94 12.405 10.38C12.405 9.61 12.725 9.045 13.365 8.685C14.015 8.315 15.03 8.13 16.41 8.13V7.26C16.41 6.79 16.3 6.455 16.08 6.255C15.86 6.055 15.505 5.955 15.015 5.955C14.255 5.955 13.875 6.165 13.875 6.585C13.875 6.665 13.895 6.76 13.935 6.87C13.985 6.97 14.01 7.065 14.01 7.155C14.01 7.325 13.955 7.455 13.845 7.545C13.735 7.625 13.595 7.665 13.425 7.665C13.215 7.665 13.05 7.6 12.93 7.47C12.82 7.34 12.765 7.17 12.765 6.96C12.765 6.54 12.985 6.2 13.425 5.94C13.865 5.68 14.455 5.55 15.195 5.55C16.865 5.55 17.7 6.255 17.7 7.665V11.355C17.7 11.545 17.765 11.64 17.895 11.64L18.45 11.61ZM14.775 11.535C15.215 11.535 15.59 11.355 15.9 10.995C16.21 10.625 16.38 10.15 16.41 9.57V8.535C15.47 8.535 14.795 8.675 14.385 8.955C13.975 9.225 13.77 9.66 13.77 10.26C13.77 10.68 13.855 11 14.025 11.22C14.205 11.43 14.455 11.535 14.775 11.535Z" fill="black"/> </svg>'},8143:function(t){t.exports='<svg height="1792" viewBox="0 0 1792 1792" width="1792" xmlns="http://www.w3.org/2000/svg"> <path d="M1262 1075q-37 121-138 195t-228 74-228-74-138-195q-8-25 4-48.5t38-31.5q25-8 48.5 4t31.5 38q25 80 92.5 129.5t151.5 49.5 151.5-49.5 92.5-129.5q8-26 32-38t49-4 37 31.5 4 48.5zm-494-435q0 53-37.5 90.5t-90.5 37.5-90.5-37.5-37.5-90.5 37.5-90.5 90.5-37.5 90.5 37.5 37.5 90.5zm512 0q0 53-37.5 90.5t-90.5 37.5-90.5-37.5-37.5-90.5 37.5-90.5 90.5-37.5 90.5 37.5 37.5 90.5zm256 256q0-130-51-248.5t-136.5-204-204-136.5-248.5-51-248.5 51-204 136.5-136.5 204-51 248.5 51 248.5 136.5 204 204 136.5 248.5 51 248.5-51 204-136.5 136.5-204 51-248.5zm128 0q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"/> </svg>'},19494: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>'},82942:function(t){t.exports='<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"> <path d="M365.4,59.628c60.56,0,109.6,49.03,109.6,109.47c0,109.47-109.6,171.8-219.06,281.271 C146.47,340.898,37,278.568,37,169.099c0-60.44,49.04-109.47,109.47-109.47c54.73,0,82.1,27.37,109.47,82.1 C283.3,86.999,310.67,59.628,365.4,59.628z"/> </svg>'},19327:function(t){t.exports='<svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> <path d="M28.7,16.3l-12-13c-0.4-0.4-1.1-0.4-1.5,0l-12,13C3,16.6,2.9,17,3.1,17.4C3.2,17.8,3.6,18,4,18h3v10c0,0.6,0.4,1,1,1h16 c0.6,0,1-0.4,1-1V18h3c0.4,0,0.8-0.2,0.9-0.6C29.1,17,29,16.6,28.7,16.3z"/> </svg>'},59239:function(t){t.exports='<svg viewBox="0 0 252 252" xmlns="http://www.w3.org/2000/svg"> <path d="M0 16C0 7.16344 7.16344 0 16 0H85.6364C86.5205 0 87.3797 0.29288 88.0796 0.832871L120.92 26.1671C121.62 26.7071 122.48 27 123.364 27H227C235.837 27 243 34.1634 243 43V132.335C243 134.779 240.234 136.198 238.25 134.772L233 131L226.5 127L220 124L212.5 122L202.5 120L189 120.5L179.5 122.5L170.5 125.5L161.5 130.5L157 133.5L153 137L146.5 144L141 152L137 160L134 168L132.5 178L132 183.5V189.5L133 197.5L135 205.5L137.5 211.5L139.524 214.996C141.068 217.663 139.144 221 136.062 221H16C7.16344 221 0 213.837 0 205V16Z"/> <circle cx="197" cy="185" r="56"/> <path d="M188.364 215.955V151.591H204.636V215.955H188.364ZM164.318 191.909V175.636H228.682V191.909H164.318Z" fill="white"/> </svg>'},50403:function(t){t.exports='<svg viewBox="0 0 83 84" fill="none" xmlns="http://www.w3.org/2000/svg"> <circle cx="40" cy="44" r="37" stroke="black" stroke-width="6"/> <path d="M40 4V44H79" stroke="black" stroke-width="5"/> <circle cx="40" cy="6" r="6" fill="#C8C8C8"/> <circle cx="40" cy="43" r="6" fill="#C8C8C8"/> <circle cx="77" cy="44" r="6" fill="#C8C8C8"/> </svg>'},13050: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>'},76941:function(t){t.exports='<svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> <g> <path d="M23,13.6l5,5V4c0-0.6-0.4-1-1-1h-4V13.6z"/> <polygon points="12.4,3 16.7,7.3 19.7,10.3 21,11.6 21,3"/> <path d="M14.6,8l-5-5H5C4.4,3,4,3.4,4,4v14.6L14.6,8z"/> </g> <path d="M28.8,29.2L26,26.4c0.7-1,1-2.1,1-3.4c0-3.3-2.7-6-6-6s-6,2.7-6,6s2.7,6,6,6c1.2,0,2.4-0.4,3.4-1l2.8,2.8 c0.4,0.4,1.2,0.4,1.6,0C29.2,30.4,29.2,29.6,28.8,29.2z"/> <path d="M13,23c0-4.4,3.6-8,8-8c0.2,0,0.4,0,0.6,0l-0.3-0.3c0,0,0,0,0,0l-3-3L16,9.4l-12,12V26c0,0.6,0.4,1,1,1h9.1 C13.4,25.8,13,24.5,13,23z"/> </svg>'},9472: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>'},35122: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>'},56712:function(t){t.exports='<svg width="72" height="86" viewBox="0 0 72 86" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M17.1832 79.1351L13.6833 45.0811L49.6832 58.4595L47.6832 5.35135" stroke="black" stroke-width="6"/> <circle cx="13" cy="44" r="6" fill="#C8C8C8"/> <circle cx="17" cy="77" r="6" fill="#C8C8C8"/> <circle cx="51" cy="59" r="6" fill="#C8C8C8"/> <circle cx="48" cy="6" r="6" fill="#C8C8C8"/> </svg>'},78400:function(t){t.exports='<svg viewBox="0 0 47 61" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M46.7671 7.12793H27.3433V61H19.416V7.12793H0.0336914V0.570312H46.7671V7.12793Z" fill="black"/> </svg>'},97472:function(t){t.exports='<svg width="11" height="15" viewBox="0 0 11 15" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M10.925 7.122V14H9.747L9.462 13.164C9.044 13.4933 8.55 13.7467 7.98 13.924C7.42267 14.1013 6.82733 14.19 6.194 14.19C5.054 14.19 4.066 13.9177 3.23 13.373C2.394 12.8157 1.75433 12.024 1.311 10.998C0.867667 9.972 0.646 8.756 0.646 7.35C0.646 5.96933 0.880333 4.766 1.349 3.74C1.83033 2.714 2.50167 1.92233 3.363 1.365C4.237 0.794999 5.25667 0.509999 6.422 0.509999C7.41 0.509999 8.284 0.693666 9.044 1.061C9.804 1.42833 10.3613 1.935 10.716 2.581L9.747 3.55C9.41767 3.03067 8.968 2.638 8.398 2.372C7.84067 2.09333 7.18833 1.954 6.441 1.954C5.17433 1.954 4.18633 2.429 3.477 3.379C2.76767 4.329 2.413 5.65267 2.413 7.35C2.413 9.07267 2.755 10.4153 3.439 11.378C4.13567 12.3407 5.10467 12.822 6.346 12.822C6.92867 12.822 7.46067 12.7397 7.942 12.575C8.436 12.4103 8.854 12.1697 9.196 11.853V8.414H6.023V7.122H10.925Z" fill="black"/> </svg>'},11192:function(t){t.exports='<svg viewBox="0 0 32 32" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"> <rect fill="none" height="32" width="32"/> <path d="M28,14H18v2h10V14z M28,18H18v2h10V18z M24,22h-6v2h6V22z M14,14H4v10h10V14z M0,6v26h32V6H0z M30,30H2l0.08-20H30V30z"/> </svg>'},48326:function(t){t.exports='<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"> <path d="M0 6c0-1.1.9-2 2-2h16a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V6zm2 0v2h2V6H2zm1 3v2h2V9H3zm-1 3v2h2v-2H2zm3 0v2h10v-2H5zm11 0v2h2v-2h-2zM6 9v2h2V9H6zm3 0v2h2V9H9zm3 0v2h2V9h-2zm3 0v2h2V9h-2zM5 6v2h2V6H5zm3 0v2h2V6H8zm3 0v2h2V6h-2zm3 0v2h4V6h-4z"/> </svg>'},31169:function(t){t.exports='<?xml version="1.0" ?><svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M0 10l7-7h13v14H7l-7-7zm14.41 0l2.13-2.12-1.42-1.42L13 8.6l-2.12-2.13-1.42 1.42L11.6 10l-2.13 2.12 1.42 1.42L13 11.4l2.12 2.13 1.42-1.42L14.4 10z"/></svg>'},37967: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>'},92100:function(t){t.exports='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 24 24" > <circle cy="12" cx="12" r="2.2"/> <circle cy="12" cx="5" r="2.2"/> <circle cy="12" cx="19" r="2.2"/> </svg>'},44660: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>'},82333:function(t){t.exports='<svg viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"> <path d="M23.17 14.83l7.17 7.17h-28.34v4h28.34l-7.17 7.17 2.83 2.83 12-12-12-12-2.83 2.83zm16.83-2.83v24h4v-24h-4z"/> </svg>'},74937:function(t){t.exports='<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> <path d="M17,24a4,4,0,0,0,4-4V4a4,4,0,0,0-4-4H7A4,4,0,0,0,3,4V20a4,4,0,0,0,4,4ZM5,20V4A2,2,0,0,1,7,2H17a2,2,0,0,1,2,2V20a2,2,0,0,1-2,2H7A2,2,0,0,1,5,20Z"/> <path d="M8,19h8a1,1,0,0,0,0-2H8a1,1,0,0,0,0,2Z"/> <path d="M11,5h2a1,1,0,0,0,0-2H11a1,1,0,0,0,0,2Z"/> </svg>'},95819:function(t){t.exports='<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> <path d="M2.5 12C2.5 11.5858 2.83579 11.25 3.25 11.25H4.75C5.16421 11.25 5.5 11.5858 5.5 12C5.5 12.4142 5.16421 12.75 4.75 12.75H3.25C2.83579 12.75 2.5 12.4142 2.5 12Z"/> <path d="M6.5 12C6.5 11.5858 6.83579 11.25 7.25 11.25H8.75C9.16421 11.25 9.5 11.5858 9.5 12C9.5 12.4142 9.16421 12.75 8.75 12.75H7.25C6.83579 12.75 6.5 12.4142 6.5 12Z" /> <path d="M10.5 12C10.5 11.5858 10.8358 11.25 11.25 11.25H12.75C13.1642 11.25 13.5 11.5858 13.5 12C13.5 12.4142 13.1642 12.75 12.75 12.75H11.25C10.8358 12.75 10.5 12.4142 10.5 12Z" /> <path d="M14.5 12C14.5 11.5858 14.8358 11.25 15.25 11.25H16.75C17.1642 11.25 17.5 11.5858 17.5 12C17.5 12.4142 17.1642 12.75 16.75 12.75H15.25C14.8358 12.75 14.5 12.4142 14.5 12Z" /> <path d="M18.5 12C18.5 11.5858 18.8358 11.25 19.25 11.25H20.75C21.1642 11.25 21.5 11.5858 21.5 12C21.5 12.4142 21.1642 12.75 20.75 12.75H19.25C18.8358 12.75 18.5 12.4142 18.5 12Z" /> <path d="M4.75 2C4.33579 2 4 2.33579 4 2.75V7C4 8.104 4.896 9 6 9H18C19.104 9 20 8.104 20 7V2.75C20 2.33579 19.6642 2 19.25 2C18.8358 2 18.5 2.33579 18.5 2.75V7C18.5 7.275 18.276 7.5 18 7.5H6C5.724 7.5 5.5 7.275 5.5 7V2.75C5.5 2.33579 5.16421 2 4.75 2Z" /> <path d="M19.25 22C19.6642 22 20 21.6642 20 21.25V17C20 15.896 19.104 15 18 15L6 15C4.896 15 4 15.896 4 17L4 21.25C4 21.6642 4.33579 22 4.75 22C5.16421 22 5.5 21.6642 5.5 21.25L5.5 17C5.5 16.725 5.724 16.5 6 16.5L18 16.5C18.276 16.5 18.5 16.725 18.5 17V21.25C18.5 21.6642 18.8358 22 19.25 22Z" /> </svg>'},75118:function(t){t.exports='<svg viewBox="0 0 24 24" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"> <path d="M2.5244141,23.5h18.9511719c0.4140625,0,0.75-0.3359375,0.75-0.75V4.9208984 c0-0.1992188-0.0795898-0.390625-0.2207031-0.53125L18.3198242,0.71875C18.1791992,0.5786133,17.9887695,0.5,17.7905273,0.5 H2.5244141c-0.4140625,0-0.75,0.3359375-0.75,0.75v21.5C1.7744141,23.1640625,2.1103516,23.5,2.5244141,23.5z M20.7128296,5.2197266 h-2.6986694V2.531189L20.7128296,5.2197266z M3.2744141,2h13.2397461v3.9697266c0,0.4140625,0.3359375,0.75,0.75,0.75h3.4614258V22 H3.2744141V2z" fill="#1D1D1D"/> <path d="M8.75,10.25h1.75c0.4140625,0,0.75-0.3359375,0.75-0.75s-0.3359375-0.75-0.75-0.75H8 c-0.4140625,0-0.75,0.3359375-0.75,0.75v2.75H6c-0.4140625,0-0.75,0.3359375-0.75,0.75S5.5859375,13.75,6,13.75h1.25v2.75 c0,0.4140625,0.3359375,0.75,0.75,0.75h2.5c0.4140625,0,0.75-0.3359375,0.75-0.75s-0.3359375-0.75-0.75-0.75H8.75V10.25z" fill="#1D1D1D"/> <path d="M18.5,12.25h-1.25V9.5c0-0.4140625-0.3359375-0.75-0.75-0.75H14c-0.4140625,0-0.75,0.3359375-0.75,0.75 s0.3359375,0.75,0.75,0.75h1.75v5.5H14c-0.4140625,0-0.75,0.3359375-0.75,0.75s0.3359375,0.75,0.75,0.75h2.5 c0.4140625,0,0.75-0.3359375,0.75-0.75v-2.75h1.25c0.4140625,0,0.75-0.3359375,0.75-0.75S18.9140625,12.25,18.5,12.25z" fill="#1D1D1D"/></svg>'},23530:function(t){t.exports='<svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"> <g> <rect rx="10" height="1620" width="1620" y="79.646973" x="80" stroke-width="100" stroke-dasharray="8% 10%" fill="none"/> <path d="m1333.992706,381.692384l0,52.982419q0,21.04781 -12.98052,44.272981t-29.820114,23.22517q-35.082487,0 -37.889085,0.725787q-18.242893,4.354719 -22.452791,22.499384q-2.104949,7.983652 -2.104949,46.45034l0,836.106125q0,18.144664 -12.629695,31.208822t-30.170938,13.064158l-75.778171,0q-17.541243,0 -30.170938,-13.064158t-12.629695,-31.208822l0,-884.008038l-100.335911,0l0,884.008038q0,18.144664 -12.27887,31.208822t-30.521763,13.064158l-75.778171,0q-18.242893,0 -30.521763,-13.064158t-12.27887,-31.208822l0,-359.990137q-103.14251,-8.709439 -171.904184,-42.821407q-88.407866,-42.095621 -134.716748,-129.915795q-44.905583,-84.917028 -44.905583,-187.978721q0,-120.48057 61.745176,-207.574958q61.745176,-85.642815 146.644794,-115.400064q77.88312,-26.854103 292.587937,-26.854103l336.090221,0q17.541243,0 30.170938,13.064158t12.629695,31.208822z"/> </g> </svg>'},78263: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>'},9026:function(t){t.exports='<svg viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"> <path d="M13.98 22L6 30l7.98 8v-6H28v-4H13.98v-6zM42 18l-7.98-8v6H20v4h14.02v6L42 18z"/> <path d="M0 0h48v48H0z" fill="none"/> </svg>'},70134:function(t){t.exports='<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> <path d="M4.545 6.714 4.11 8H3l1.862-5h1.284L8 8H6.833l-.435-1.286H4.545zm1.634-.736L5.5 3.956h-.049l-.679 2.022H6.18z"/> <path d="M0 2a2 2 0 0 1 2-2h7a2 2 0 0 1 2 2v3h3a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-3H2a2 2 0 0 1-2-2V2zm2-1a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H2zm7.138 9.995c.193.301.402.583.63.846-.748.575-1.673 1.001-2.768 1.292.178.217.451.635.555.867 1.125-.359 2.08-.844 2.886-1.494.777.665 1.739 1.165 2.93 1.472.133-.254.414-.673.629-.89-1.125-.253-2.057-.694-2.82-1.284.681-.747 1.222-1.651 1.621-2.757H14V8h-3v1.047h.765c-.318.844-.74 1.546-1.272 2.13a6.066 6.066 0 0 1-.415-.492 1.988 1.988 0 0 1-.94.31z"/> </svg>'},28803:function(t){"use strict";"undefined"!=typeof self&&self,t.exports=function(t){var e={};function n(o){if(e[o])return e[o].exports;var i=e[o]={i:o,l:!1,exports:{}};return t[o].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=t,n.c=e,n.d=function(t,e,o){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:o})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var i in t)n.d(o,i,function(e){return t[e]}.bind(null,i));return o},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=1)}([function(t,e,n){var o=n(3);function i(t){return!0===o(t)&&"[object Object]"===Object.prototype.toString.call(t)}t.exports=function(t){var e,n;return!1!==i(t)&&"function"==typeof(e=t.constructor)&&!1!==i(n=e.prototype)&&!1!==n.hasOwnProperty("isPrototypeOf")}},function(t,e,n){Object.defineProperty(e,"__esModule",{value:!0}),e.VERSION=e.PALETTE_MATERIAL_CHROME=e.PALETTE_MATERIAL_500=e.COLOR_NAMES=e.getLuminance=e.intToRgb=e.rgbToInt=e.rgbToHsv=e.rgbToHsl=e.hslToRgb=e.rgbToHex=e.parseColor=e.parseColorToHsla=e.parseColorToHsl=e.parseColorToRgba=e.parseColorToRgb=e.from=e.createPicker=void 0;var o=function(){function t(t,e){for(var n=0;e.length>n;n++){var o=e[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}return function(e,n,o){return n&&t(e.prototype,n),o&&t(e,o),e}}(),i=function(t,e){if(Array.isArray(t))return t;if(Symbol.iterator in Object(t))return function(t,e){var n=[],o=!0,i=!1,r=void 0;try{for(var a,s=t[Symbol.iterator]();!(o=(a=s.next()).done)&&(n.push(a.value),!e||n.length!==e);o=!0);}catch(t){i=!0,r=t}finally{try{!o&&s.return&&s.return()}finally{if(i)throw r}}return n}(t,e);throw new TypeError("Invalid attempt to destructure non-iterable instance")},r=n(2),a=c(n(0)),s=c(n(4));function c(t){return t&&t.__esModule?t:{default:t}}function l(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function u(t){if(Array.isArray(t)){for(var e=0,n=Array(t.length);t.length>e;e++)n[e]=t[e];return n}return Array.from(t)}var d="undefined"!=typeof window&&window.navigator.userAgent.indexOf("Edge")>-1,p="undefined"!=typeof window&&window.navigator.userAgent.indexOf("rv:")>-1,f={id:null,attachTo:"body",showHSL:!0,showRGB:!0,showHEX:!0,showAlpha:!1,color:"#ff0000",palette:null,paletteEditable:!1,useAlphaInPalette:"auto",slBarSize:[232,150],hueBarSize:[150,11],alphaBarSize:[150,11]},h="COLOR",g="RGBA_USER",m="HSLA_USER";function v(t,e,n){return t?t instanceof HTMLElement?t:t instanceof NodeList?t[0]:"string"==typeof t?document.querySelector(t):t.jquery?t.get(0):n?e:null:e}function y(t){var e=t.getContext("2d"),n=+t.width,o=+t.height,a=e.createLinearGradient(1,1,1,o-1);return a.addColorStop(0,"white"),a.addColorStop(1,"black"),{setHue:function(t){var i=e.createLinearGradient(1,0,n-1,0);i.addColorStop(0,"hsla("+t+", 100%, 50%, 0)"),i.addColorStop(1,"hsla("+t+", 100%, 50%, 1)"),e.fillStyle=a,e.fillRect(0,0,n,o),e.fillStyle=i,e.globalCompositeOperation="multiply",e.fillRect(0,0,n,o),e.globalCompositeOperation="source-over"},grabColor:function(t,n){return e.getImageData(t,n,1,1).data},findColor:function(t,e,a){var s=(0,r.rgbToHsv)(t,e,a),c=i(s,3);return[c[1]*n,o-c[2]*o]}}}function b(t,e,n){return null===t?e:/^\s*$/.test(t)?n:!!/true|yes|1/i.test(t)||!/false|no|0/i.test(t)&&e}function w(t,e,n){if(null===t)return e;if(/^\s*$/.test(t))return n;var o=t.split(",").map(Number);return 2===o.length&&o[0]&&o[1]?o:e}var _=function(){function t(e,n){if(l(this,t),n?(e=v(e),this.options=Object.assign({},f,n)):e&&(0,a.default)(e)?(this.options=Object.assign({},f,e),e=v(this.options.attachTo)):(this.options=Object.assign({},f),e=v((0,r.nvl)(e,this.options.attachTo))),!e)throw new Error("Container not found: "+this.options.attachTo);!function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"acp-";if(e.hasAttribute(n+"show-hsl")&&(t.showHSL=b(e.getAttribute(n+"show-hsl"),f.showHSL,!0)),e.hasAttribute(n+"show-rgb")&&(t.showRGB=b(e.getAttribute(n+"show-rgb"),f.showRGB,!0)),e.hasAttribute(n+"show-hex")&&(t.showHEX=b(e.getAttribute(n+"show-hex"),f.showHEX,!0)),e.hasAttribute(n+"show-alpha")&&(t.showAlpha=b(e.getAttribute(n+"show-alpha"),f.showAlpha,!0)),e.hasAttribute(n+"palette-editable")&&(t.paletteEditable=b(e.getAttribute(n+"palette-editable"),f.paletteEditable,!0)),e.hasAttribute(n+"sl-bar-size")&&(t.slBarSize=w(e.getAttribute(n+"sl-bar-size"),f.slBarSize,[232,150])),e.hasAttribute(n+"hue-bar-size")&&(t.hueBarSize=w(e.getAttribute(n+"hue-bar-size"),f.hueBarSize,[150,11]),t.alphaBarSize=t.hueBarSize),e.hasAttribute(n+"palette")){var o=e.getAttribute(n+"palette");switch(o){case"PALETTE_MATERIAL_500":t.palette=r.PALETTE_MATERIAL_500;break;case"PALETTE_MATERIAL_CHROME":case"":t.palette=r.PALETTE_MATERIAL_CHROME;break;default:t.palette=o.split(/[;|]/)}}e.hasAttribute(n+"color")&&(t.color=e.getAttribute(n+"color"))}(this.options,e),this.H=0,this.S=0,this.L=0,this.R=0,this.G=0,this.B=0,this.A=1,this.palette={},this.element=document.createElement("div"),this.options.id&&(this.element.id=this.options.id),this.element.className="a-color-picker",this.element.innerHTML=s.default,e.appendChild(this.element);var o=this.element.querySelector(".a-color-picker-h");this.setupHueCanvas(o),this.hueBarHelper=y(o),this.huePointer=this.element.querySelector(".a-color-picker-h+.a-color-picker-dot");var i=this.element.querySelector(".a-color-picker-sl");this.setupSlCanvas(i),this.slBarHelper=y(i),this.slPointer=this.element.querySelector(".a-color-picker-sl+.a-color-picker-dot"),this.preview=this.element.querySelector(".a-color-picker-preview"),this.setupClipboard(this.preview.querySelector(".a-color-picker-clipbaord")),this.options.showHSL?(this.setupInput(this.inputH=this.element.querySelector(".a-color-picker-hsl>input[nameref=H]")),this.setupInput(this.inputS=this.element.querySelector(".a-color-picker-hsl>input[nameref=S]")),this.setupInput(this.inputL=this.element.querySelector(".a-color-picker-hsl>input[nameref=L]"))):this.element.querySelector(".a-color-picker-hsl").remove(),this.options.showRGB?(this.setupInput(this.inputR=this.element.querySelector(".a-color-picker-rgb>input[nameref=R]")),this.setupInput(this.inputG=this.element.querySelector(".a-color-picker-rgb>input[nameref=G]")),this.setupInput(this.inputB=this.element.querySelector(".a-color-picker-rgb>input[nameref=B]"))):this.element.querySelector(".a-color-picker-rgb").remove(),this.options.showHEX?this.setupInput(this.inputRGBHEX=this.element.querySelector("input[nameref=RGBHEX]")):this.element.querySelector(".a-color-picker-rgbhex").remove(),this.options.paletteEditable||this.options.palette&&this.options.palette.length>0?this.setPalette(this.paletteRow=this.element.querySelector(".a-color-picker-palette")):(this.paletteRow=this.element.querySelector(".a-color-picker-palette"),this.paletteRow.remove()),this.options.showAlpha?(this.setupAlphaCanvas(this.element.querySelector(".a-color-picker-a")),this.alphaPointer=this.element.querySelector(".a-color-picker-a+.a-color-picker-dot")):this.element.querySelector(".a-color-picker-alpha").remove(),this.element.style.width=this.options.slBarSize[0]+"px",this.onValueChanged(h,this.options.color)}return o(t,[{key:"setupHueCanvas",value:function(t){var e=this;t.width=this.options.hueBarSize[0],t.height=this.options.hueBarSize[1];for(var n=t.getContext("2d"),o=n.createLinearGradient(0,0,this.options.hueBarSize[0],0),i=0;1>=i;i+=1/360)o.addColorStop(i,"hsl("+360*i+", 100%, 50%)");n.fillStyle=o,n.fillRect(0,0,this.options.hueBarSize[0],this.options.hueBarSize[1]);var a=function(n){var o=(0,r.limit)(n.clientX-t.getBoundingClientRect().left,0,e.options.hueBarSize[0]),i=Math.round(360*o/e.options.hueBarSize[0]);e.huePointer.style.left=o-7+"px",e.onValueChanged("H",i)},s=function t(){document.removeEventListener("mousemove",a),document.removeEventListener("mouseup",t)};t.addEventListener("mousedown",(function(t){a(t),document.addEventListener("mousemove",a),document.addEventListener("mouseup",s)}))}},{key:"setupSlCanvas",value:function(t){var e=this;t.width=this.options.slBarSize[0],t.height=this.options.slBarSize[1];var n=function(n){var o=(0,r.limit)(n.clientX-t.getBoundingClientRect().left,0,e.options.slBarSize[0]-1),i=(0,r.limit)(n.clientY-t.getBoundingClientRect().top,0,e.options.slBarSize[1]-1),a=e.slBarHelper.grabColor(o,i);e.slPointer.style.left=o-7+"px",e.slPointer.style.top=i-7+"px",e.onValueChanged("RGB",a)},o=function t(){document.removeEventListener("mousemove",n),document.removeEventListener("mouseup",t)};t.addEventListener("mousedown",(function(t){n(t),document.addEventListener("mousemove",n),document.addEventListener("mouseup",o)}))}},{key:"setupAlphaCanvas",value:function(t){var e=this;t.width=this.options.alphaBarSize[0],t.height=this.options.alphaBarSize[1];var n=t.getContext("2d"),o=n.createLinearGradient(0,0,t.width-1,0);o.addColorStop(0,"hsla(0, 0%, 50%, 0)"),o.addColorStop(1,"hsla(0, 0%, 50%, 1)"),n.fillStyle=o,n.fillRect(0,0,this.options.alphaBarSize[0],this.options.alphaBarSize[1]);var i=function(n){var o=(0,r.limit)(n.clientX-t.getBoundingClientRect().left,0,e.options.alphaBarSize[0]),i=+(o/e.options.alphaBarSize[0]).toFixed(2);e.alphaPointer.style.left=o-7+"px",e.onValueChanged("ALPHA",i)},a=function t(){document.removeEventListener("mousemove",i),document.removeEventListener("mouseup",t)};t.addEventListener("mousedown",(function(t){i(t),document.addEventListener("mousemove",i),document.addEventListener("mouseup",a)}))}},{key:"setupInput",value:function(t){var e=this,n=+t.min,o=+t.max,i=t.getAttribute("nameref");t.hasAttribute("select-on-focus")&&t.addEventListener("focus",(function(){t.select()})),"text"===t.type?t.addEventListener("change",(function(){e.onValueChanged(i,t.value)})):((d||p)&&t.addEventListener("keydown",(function(a){"Up"===a.key?(t.value=(0,r.limit)(+t.value+1,n,o),e.onValueChanged(i,t.value),a.returnValue=!1):"Down"===a.key&&(t.value=(0,r.limit)(+t.value-1,n,o),e.onValueChanged(i,t.value),a.returnValue=!1)})),t.addEventListener("change",(function(){e.onValueChanged(i,(0,r.limit)(+t.value,n,o))})))}},{key:"setupClipboard",value:function(t){var e=this;t.title="click to copy",t.addEventListener("click",(function(){t.value=(0,r.parseColor)([e.R,e.G,e.B,e.A],"hexcss4"),t.select(),document.execCommand("copy")}))}},{key:"setPalette",value:function(t){var e=this,n="auto"===this.options.useAlphaInPalette?this.options.showAlpha:this.options.useAlphaInPalette,o=null;switch(this.options.palette){case"PALETTE_MATERIAL_500":o=r.PALETTE_MATERIAL_500;break;case"PALETTE_MATERIAL_CHROME":o=r.PALETTE_MATERIAL_CHROME;break;default:o=(0,r.ensureArray)(this.options.palette)}if(this.options.paletteEditable||o.length>0){var i=function(n,o,i){var r=t.querySelector('.a-color-picker-palette-color[data-color="'+n+'"]')||document.createElement("div");r.className="a-color-picker-palette-color",r.style.backgroundColor=n,r.setAttribute("data-color",n),r.title=n,t.insertBefore(r,o),e.palette[n]=!0,i&&e.onPaletteColorAdd(n)},a=function(n,o){n?(t.removeChild(n),e.palette[n.getAttribute("data-color")]=!1,o&&e.onPaletteColorRemove(n.getAttribute("data-color"))):(t.querySelectorAll(".a-color-picker-palette-color[data-color]").forEach((function(e){t.removeChild(e)})),Object.keys(e.palette).forEach((function(t){e.palette[t]=!1})),o&&e.onPaletteColorRemove())};if(o.map((function(t){return(0,r.parseColor)(t,n?"rgbcss4":"hex")})).filter((function(t){return!!t})).forEach((function(t){return i(t)})),this.options.paletteEditable){var s=document.createElement("div");s.className="a-color-picker-palette-color a-color-picker-palette-add",s.innerHTML="+",t.appendChild(s),t.addEventListener("click",(function(t){/a-color-picker-palette-add/.test(t.target.className)?t.shiftKey?a(null,!0):i(n?(0,r.parseColor)([e.R,e.G,e.B,e.A],"rgbcss4"):(0,r.rgbToHex)(e.R,e.G,e.B),t.target,!0):/a-color-picker-palette-color/.test(t.target.className)&&(t.shiftKey?a(t.target,!0):e.onValueChanged(h,t.target.getAttribute("data-color")))}))}else t.addEventListener("click",(function(t){/a-color-picker-palette-color/.test(t.target.className)&&e.onValueChanged(h,t.target.getAttribute("data-color"))}))}else t.style.display="none"}},{key:"updatePalette",value:function(t){this.paletteRow.innerHTML="",this.palette={},this.paletteRow.parentElement||this.element.appendChild(this.paletteRow),this.options.palette=t,this.setPalette(this.paletteRow)}},{key:"onValueChanged",value:function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{silent:!1};switch(t){case"H":this.H=e;var o=(0,r.hslToRgb)(this.H,this.S,this.L),a=i(o,3);this.R=a[0],this.G=a[1],this.B=a[2],this.slBarHelper.setHue(e),this.updatePointerH(this.H),this.updateInputHSL(this.H,this.S,this.L),this.updateInputRGB(this.R,this.G,this.B),this.updateInputRGBHEX(this.R,this.G,this.B);break;case"S":this.S=e;var s=(0,r.hslToRgb)(this.H,this.S,this.L),c=i(s,3);this.R=c[0],this.G=c[1],this.B=c[2],this.updatePointerSL(this.H,this.S,this.L),this.updateInputHSL(this.H,this.S,this.L),this.updateInputRGB(this.R,this.G,this.B),this.updateInputRGBHEX(this.R,this.G,this.B);break;case"L":this.L=e;var l=(0,r.hslToRgb)(this.H,this.S,this.L),u=i(l,3);this.R=u[0],this.G=u[1],this.B=u[2],this.updatePointerSL(this.H,this.S,this.L),this.updateInputHSL(this.H,this.S,this.L),this.updateInputRGB(this.R,this.G,this.B),this.updateInputRGBHEX(this.R,this.G,this.B);break;case"R":this.R=e;var d=(0,r.rgbToHsl)(this.R,this.G,this.B),p=i(d,3);this.H=p[0],this.S=p[1],this.L=p[2],this.slBarHelper.setHue(this.H),this.updatePointerH(this.H),this.updatePointerSL(this.H,this.S,this.L),this.updateInputHSL(this.H,this.S,this.L),this.updateInputRGBHEX(this.R,this.G,this.B);break;case"G":this.G=e;var f=(0,r.rgbToHsl)(this.R,this.G,this.B),v=i(f,3);this.H=v[0],this.S=v[1],this.L=v[2],this.slBarHelper.setHue(this.H),this.updatePointerH(this.H),this.updatePointerSL(this.H,this.S,this.L),this.updateInputHSL(this.H,this.S,this.L),this.updateInputRGBHEX(this.R,this.G,this.B);break;case"B":this.B=e;var y=(0,r.rgbToHsl)(this.R,this.G,this.B),b=i(y,3);this.H=b[0],this.S=b[1],this.L=b[2],this.slBarHelper.setHue(this.H),this.updatePointerH(this.H),this.updatePointerSL(this.H,this.S,this.L),this.updateInputHSL(this.H,this.S,this.L),this.updateInputRGBHEX(this.R,this.G,this.B);break;case"RGB":var w=i(e,3);this.R=w[0],this.G=w[1],this.B=w[2];var _=(0,r.rgbToHsl)(this.R,this.G,this.B),k=i(_,3);this.H=k[0],this.S=k[1],this.L=k[2],this.updateInputHSL(this.H,this.S,this.L),this.updateInputRGB(this.R,this.G,this.B),this.updateInputRGBHEX(this.R,this.G,this.B);break;case g:var C=i(e,4);this.R=C[0],this.G=C[1],this.B=C[2],this.A=C[3];var x=(0,r.rgbToHsl)(this.R,this.G,this.B),S=i(x,3);this.H=S[0],this.S=S[1],this.L=S[2],this.slBarHelper.setHue(this.H),this.updatePointerH(this.H),this.updatePointerSL(this.H,this.S,this.L),this.updateInputHSL(this.H,this.S,this.L),this.updateInputRGB(this.R,this.G,this.B),this.updateInputRGBHEX(this.R,this.G,this.B),this.updatePointerA(this.A);break;case m:var E=i(e,4);this.H=E[0],this.S=E[1],this.L=E[2],this.A=E[3];var j=(0,r.hslToRgb)(this.H,this.S,this.L),T=i(j,3);this.R=T[0],this.G=T[1],this.B=T[2],this.slBarHelper.setHue(this.H),this.updatePointerH(this.H),this.updatePointerSL(this.H,this.S,this.L),this.updateInputHSL(this.H,this.S,this.L),this.updateInputRGB(this.R,this.G,this.B),this.updateInputRGBHEX(this.R,this.G,this.B),this.updatePointerA(this.A);break;case"RGBHEX":var I=(0,r.cssColorToRgb)(e)||[this.R,this.G,this.B],z=i(I,3);this.R=z[0],this.G=z[1],this.B=z[2];var L=(0,r.rgbToHsl)(this.R,this.G,this.B),A=i(L,3);this.H=A[0],this.S=A[1],this.L=A[2],this.slBarHelper.setHue(this.H),this.updatePointerH(this.H),this.updatePointerSL(this.H,this.S,this.L),this.updateInputHSL(this.H,this.S,this.L),this.updateInputRGB(this.R,this.G,this.B);break;case h:var P=(0,r.parseColor)(e,"rgba")||[0,0,0,1],M=i(P,4);this.R=M[0],this.G=M[1],this.B=M[2],this.A=M[3];var R=(0,r.rgbToHsl)(this.R,this.G,this.B),B=i(R,3);this.H=B[0],this.S=B[1],this.L=B[2],this.slBarHelper.setHue(this.H),this.updatePointerH(this.H),this.updatePointerSL(this.H,this.S,this.L),this.updateInputHSL(this.H,this.S,this.L),this.updateInputRGB(this.R,this.G,this.B),this.updateInputRGBHEX(this.R,this.G,this.B),this.updatePointerA(this.A);break;case"ALPHA":this.A=e}this.preview.style.backgroundColor=1===this.A?"rgb("+this.R+","+this.G+","+this.B+")":"rgba("+this.R+","+this.G+","+this.B+","+this.A+")",n&&n.silent||this.onchange&&this.onchange(this.preview.style.backgroundColor)}},{key:"onPaletteColorAdd",value:function(t){this.oncoloradd&&this.oncoloradd(t)}},{key:"onPaletteColorRemove",value:function(t){this.oncolorremove&&this.oncolorremove(t)}},{key:"updateInputHSL",value:function(t,e,n){this.options.showHSL&&(this.inputH.value=t,this.inputS.value=e,this.inputL.value=n)}},{key:"updateInputRGB",value:function(t,e,n){this.options.showRGB&&(this.inputR.value=t,this.inputG.value=e,this.inputB.value=n)}},{key:"updateInputRGBHEX",value:function(t,e,n){this.options.showHEX&&(this.inputRGBHEX.value=(0,r.rgbToHex)(t,e,n))}},{key:"updatePointerH",value:function(t){this.huePointer.style.left=this.options.hueBarSize[0]*t/360-7+"px"}},{key:"updatePointerSL",value:function(t,e,n){var o=(0,r.hslToRgb)(t,e,n),a=i(o,3),s=this.slBarHelper.findColor(a[0],a[1],a[2]),c=i(s,2),l=c[0],u=c[1];l>=0&&(this.slPointer.style.left=l-7+"px",this.slPointer.style.top=u-7+"px")}},{key:"updatePointerA",value:function(t){this.options.showAlpha&&(this.alphaPointer.style.left=this.options.alphaBarSize[0]*t-7+"px")}}]),t}(),k=function(){function t(e){l(this,t),this.name=e,this.listeners=[]}return o(t,[{key:"on",value:function(t){t&&this.listeners.push(t)}},{key:"off",value:function(t){this.listeners=t?this.listeners.filter((function(e){return e!==t})):[]}},{key:"emit",value:function(t,e){for(var n=this.listeners.slice(0),o=0;n.length>o;o++)n[o].apply(e,t)}}]),t}();function C(t,e){var n=new _(t,e),o={change:new k("change"),coloradd:new k("coloradd"),colorremove:new k("colorremove")},a=!0,s={},c={get element(){return n.element},get rgb(){return[n.R,n.G,n.B]},set rgb(t){var e=i(t,3),o=e[0],a=e[1],s=e[2],c=[(0,r.limit)(o,0,255),(0,r.limit)(a,0,255),(0,r.limit)(s,0,255)];n.onValueChanged(g,[o=c[0],a=c[1],s=c[2],1])},get hsl(){return[n.H,n.S,n.L]},set hsl(t){var e=i(t,3),o=e[0],a=e[1],s=e[2],c=[(0,r.limit)(o,0,360),(0,r.limit)(a,0,100),(0,r.limit)(s,0,100)];n.onValueChanged(m,[o=c[0],a=c[1],s=c[2],1])},get rgbhex(){return this.all.hex},get rgba(){return[n.R,n.G,n.B,n.A]},set rgba(t){var e=i(t,4),o=e[0],a=e[1],s=e[2],c=e[3],l=[(0,r.limit)(o,0,255),(0,r.limit)(a,0,255),(0,r.limit)(s,0,255),(0,r.limit)(c,0,1)];n.onValueChanged(g,[o=l[0],a=l[1],s=l[2],c=l[3]])},get hsla(){return[n.H,n.S,n.L,n.A]},set hsla(t){var e=i(t,4),o=e[0],a=e[1],s=e[2],c=e[3],l=[(0,r.limit)(o,0,360),(0,r.limit)(a,0,100),(0,r.limit)(s,0,100),(0,r.limit)(c,0,1)];n.onValueChanged(m,[o=l[0],a=l[1],s=l[2],c=l[3]])},get color(){return this.all.toString()},set color(t){n.onValueChanged(h,t)},setColor:function(t){n.onValueChanged(h,t,{silent:arguments.length>1&&void 0!==arguments[1]&&arguments[1]})},get all(){if(a){var t=[n.R,n.G,n.B,n.A],e=1>n.A?"rgba("+n.R+","+n.G+","+n.B+","+n.A+")":r.rgbToHex.apply(void 0,t);(s=(0,r.parseColor)(t,s)).toString=function(){return e},a=!1}return Object.assign({},s)},get onchange(){return o.change&&o.change.listeners[0]},set onchange(t){this.off("change").on("change",t)},get oncoloradd(){return o.coloradd&&o.coloradd.listeners[0]},set oncoloradd(t){this.off("coloradd").on("coloradd",t)},get oncolorremove(){return o.colorremove&&o.colorremove.listeners[0]},set oncolorremove(t){this.off("colorremove").on("colorremove",t)},get palette(){return Object.keys(n.palette).filter((function(t){return n.palette[t]}))},set palette(t){n.updatePalette(t)},show:function(){n.element.classList.remove("hidden")},hide:function(){n.element.classList.add("hidden")},toggle:function(){n.element.classList.toggle("hidden")},on:function(t,e){return t&&o[t]&&o[t].on(e),this},off:function(t,e){return t&&o[t]&&o[t].off(e),this},destroy:function(){o.change.off(),o.coloradd.off(),o.colorremove.off(),n.element.remove(),o=null,n=null}};return n.onchange=function(){for(var t=arguments.length,e=Array(t),n=0;t>n;n++)e[n]=arguments[n];a=!0,o.change.emit([c].concat(e),c)},n.oncoloradd=function(){for(var t=arguments.length,e=Array(t),n=0;t>n;n++)e[n]=arguments[n];o.coloradd.emit([c].concat(e),c)},n.oncolorremove=function(){for(var t=arguments.length,e=Array(t),n=0;t>n;n++)e[n]=arguments[n];o.colorremove.emit([c].concat(e),c)},n.element.ctrl=c,c}if("undefined"!=typeof window&&!document.querySelector('head>style[data-source="a-color-picker"]')){var x=n(5).toString(),S=document.createElement("style");S.setAttribute("type","text/css"),S.setAttribute("data-source","a-color-picker"),S.innerHTML=x,document.querySelector("head").appendChild(S)}e.createPicker=C,e.from=function(t,e){var n=function(t){return t?Array.isArray(t)?t:t instanceof HTMLElement?[t]:t instanceof NodeList?[].concat(u(t)):"string"==typeof t?[].concat(u(document.querySelectorAll(t))):t.jquery?t.get():[]:[]}(t).map((function(t,n){var o=C(t,e);return o.index=n,o}));return n.on=function(t,e){return n.forEach((function(n){return n.on(t,e)})),this},n.off=function(t){return n.forEach((function(e){return e.off(t)})),this},n},e.parseColorToRgb=r.parseColorToRgb,e.parseColorToRgba=r.parseColorToRgba,e.parseColorToHsl=r.parseColorToHsl,e.parseColorToHsla=r.parseColorToHsla,e.parseColor=r.parseColor,e.rgbToHex=r.rgbToHex,e.hslToRgb=r.hslToRgb,e.rgbToHsl=r.rgbToHsl,e.rgbToHsv=r.rgbToHsv,e.rgbToInt=r.rgbToInt,e.intToRgb=r.intToRgb,e.getLuminance=r.getLuminance,e.COLOR_NAMES=r.COLOR_NAMES,e.PALETTE_MATERIAL_500=r.PALETTE_MATERIAL_500,e.PALETTE_MATERIAL_CHROME=r.PALETTE_MATERIAL_CHROME,e.VERSION="1.2.1"},function(t,e,n){Object.defineProperty(e,"__esModule",{value:!0}),e.nvl=e.ensureArray=e.limit=e.getLuminance=e.parseColor=e.parseColorToHsla=e.parseColorToHsl=e.cssHslaToHsla=e.cssHslToHsl=e.parseColorToRgba=e.parseColorToRgb=e.cssRgbaToRgba=e.cssRgbToRgb=e.cssColorToRgba=e.cssColorToRgb=e.intToRgb=e.rgbToInt=e.rgbToHsv=e.rgbToHsl=e.hslToRgb=e.rgbToHex=e.PALETTE_MATERIAL_CHROME=e.PALETTE_MATERIAL_500=e.COLOR_NAMES=void 0;var o=function(t,e){if(Array.isArray(t))return t;if(Symbol.iterator in Object(t))return function(t,e){var n=[],o=!0,i=!1,r=void 0;try{for(var a,s=t[Symbol.iterator]();!(o=(a=s.next()).done)&&(n.push(a.value),!e||n.length!==e);o=!0);}catch(t){i=!0,r=t}finally{try{!o&&s.return&&s.return()}finally{if(i)throw r}}return n}(t,e);throw new TypeError("Invalid attempt to destructure non-iterable instance")},i=function(t){return t&&t.__esModule?t:{default:t}}(n(0));function r(t){if(Array.isArray(t)){for(var e=0,n=Array(t.length);t.length>e;e++)n[e]=t[e];return n}return Array.from(t)}var a={aliceblue:"#F0F8FF",antiquewhite:"#FAEBD7",aqua:"#00FFFF",aquamarine:"#7FFFD4",azure:"#F0FFFF",beige:"#F5F5DC",bisque:"#FFE4C4",black:"#000000",blanchedalmond:"#FFEBCD",blue:"#0000FF",blueviolet:"#8A2BE2",brown:"#A52A2A",burlywood:"#DEB887",cadetblue:"#5F9EA0",chartreuse:"#7FFF00",chocolate:"#D2691E",coral:"#FF7F50",cornflowerblue:"#6495ED",cornsilk:"#FFF8DC",crimson:"#DC143C",cyan:"#00FFFF",darkblue:"#00008B",darkcyan:"#008B8B",darkgoldenrod:"#B8860B",darkgray:"#A9A9A9",darkgrey:"#A9A9A9",darkgreen:"#006400",darkkhaki:"#BDB76B",darkmagenta:"#8B008B",darkolivegreen:"#556B2F",darkorange:"#FF8C00",darkorchid:"#9932CC",darkred:"#8B0000",darksalmon:"#E9967A",darkseagreen:"#8FBC8F",darkslateblue:"#483D8B",darkslategray:"#2F4F4F",darkslategrey:"#2F4F4F",darkturquoise:"#00CED1",darkviolet:"#9400D3",deeppink:"#FF1493",deepskyblue:"#00BFFF",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1E90FF",firebrick:"#B22222",floralwhite:"#FFFAF0",forestgreen:"#228B22",fuchsia:"#FF00FF",gainsboro:"#DCDCDC",ghostwhite:"#F8F8FF",gold:"#FFD700",goldenrod:"#DAA520",gray:"#808080",grey:"#808080",green:"#008000",greenyellow:"#ADFF2F",honeydew:"#F0FFF0",hotpink:"#FF69B4","indianred ":"#CD5C5C","indigo ":"#4B0082",ivory:"#FFFFF0",khaki:"#F0E68C",lavender:"#E6E6FA",lavenderblush:"#FFF0F5",lawngreen:"#7CFC00",lemonchiffon:"#FFFACD",lightblue:"#ADD8E6",lightcoral:"#F08080",lightcyan:"#E0FFFF",lightgoldenrodyellow:"#FAFAD2",lightgray:"#D3D3D3",lightgrey:"#D3D3D3",lightgreen:"#90EE90",lightpink:"#FFB6C1",lightsalmon:"#FFA07A",lightseagreen:"#20B2AA",lightskyblue:"#87CEFA",lightslategray:"#778899",lightslategrey:"#778899",lightsteelblue:"#B0C4DE",lightyellow:"#FFFFE0",lime:"#00FF00",limegreen:"#32CD32",linen:"#FAF0E6",magenta:"#FF00FF",maroon:"#800000",mediumaquamarine:"#66CDAA",mediumblue:"#0000CD",mediumorchid:"#BA55D3",mediumpurple:"#9370DB",mediumseagreen:"#3CB371",mediumslateblue:"#7B68EE",mediumspringgreen:"#00FA9A",mediumturquoise:"#48D1CC",mediumvioletred:"#C71585",midnightblue:"#191970",mintcream:"#F5FFFA",mistyrose:"#FFE4E1",moccasin:"#FFE4B5",navajowhite:"#FFDEAD",navy:"#000080",oldlace:"#FDF5E6",olive:"#808000",olivedrab:"#6B8E23",orange:"#FFA500",orangered:"#FF4500",orchid:"#DA70D6",palegoldenrod:"#EEE8AA",palegreen:"#98FB98",paleturquoise:"#AFEEEE",palevioletred:"#DB7093",papayawhip:"#FFEFD5",peachpuff:"#FFDAB9",peru:"#CD853F",pink:"#FFC0CB",plum:"#DDA0DD",powderblue:"#B0E0E6",purple:"#800080",rebeccapurple:"#663399",red:"#FF0000",rosybrown:"#BC8F8F",royalblue:"#4169E1",saddlebrown:"#8B4513",salmon:"#FA8072",sandybrown:"#F4A460",seagreen:"#2E8B57",seashell:"#FFF5EE",sienna:"#A0522D",silver:"#C0C0C0",skyblue:"#87CEEB",slateblue:"#6A5ACD",slategray:"#708090",slategrey:"#708090",snow:"#FFFAFA",springgreen:"#00FF7F",steelblue:"#4682B4",tan:"#D2B48C",teal:"#008080",thistle:"#D8BFD8",tomato:"#FF6347",turquoise:"#40E0D0",violet:"#EE82EE",wheat:"#F5DEB3",white:"#FFFFFF",whitesmoke:"#F5F5F5",yellow:"#FFFF00",yellowgreen:"#9ACD32"};function s(t,e,n){return t=+t,isNaN(t)||e>t?e:t>n?n:t}function c(t,e){return null==t?e:t}function l(t,e,n){var o=[s(t,0,255),s(e,0,255),s(n,0,255)];return"#"+("000000"+((t=o[0])<<16|(e=o[1])<<8|(n=o[2])).toString(16)).slice(-6)}function u(t,e,n){var o=void 0,i=void 0,r=void 0,a=[s(t,0,360)/360,s(e,0,100)/100,s(n,0,100)/100];if(t=a[0],n=a[2],0==(e=a[1]))o=i=r=n;else{var c=function(t,e,n){return 0>n&&(n+=1),n>1&&(n-=1),1/6>n?t+6*(e-t)*n:.5>n?e:2/3>n?t+(e-t)*(2/3-n)*6:t},l=.5>n?n*(1+e):n+e-n*e,u=2*n-l;o=c(u,l,t+1/3),i=c(u,l,t),r=c(u,l,t-1/3)}return[255*o,255*i,255*r].map(Math.round)}function d(t,e,n){var o=[s(t,0,255)/255,s(e,0,255)/255,s(n,0,255)/255];t=o[0],e=o[1],n=o[2];var i=Math.max(t,e,n),r=Math.min(t,e,n),a=void 0,c=void 0,l=(i+r)/2;if(i==r)a=c=0;else{var u=i-r;switch(c=l>.5?u/(2-i-r):u/(i+r),i){case t:a=(e-n)/u+(n>e?6:0);break;case e:a=(n-t)/u+2;break;case n:a=(t-e)/u+4}a/=6}return[360*a,100*c,100*l].map(Math.round)}function p(t,e,n){return t<<16|e<<8|n}function f(t){if(t){var e=a[t.toString().toLowerCase()],n=/^\s*#?((([0-9A-F])([0-9A-F])([0-9A-F]))|(([0-9A-F]{2})([0-9A-F]{2})([0-9A-F]{2})))\s*$/i.exec(e||t)||[],i=o(n,10),r=i[3],s=i[4],c=i[5],l=i[7],u=i[8],d=i[9];if(void 0!==r)return[parseInt(r+r,16),parseInt(s+s,16),parseInt(c+c,16)];if(void 0!==l)return[parseInt(l,16),parseInt(u,16),parseInt(d,16)]}}function h(t){if(t){var e=a[t.toString().toLowerCase()],n=/^\s*#?((([0-9A-F])([0-9A-F])([0-9A-F])([0-9A-F])?)|(([0-9A-F]{2})([0-9A-F]{2})([0-9A-F]{2})([0-9A-F]{2})?))\s*$/i.exec(e||t)||[],i=o(n,12),r=i[3],s=i[4],c=i[5],l=i[6],u=i[8],d=i[9],p=i[10],f=i[11];if(void 0!==r)return[parseInt(r+r,16),parseInt(s+s,16),parseInt(c+c,16),l?+(parseInt(l+l,16)/255).toFixed(2):1];if(void 0!==u)return[parseInt(u,16),parseInt(d,16),parseInt(p,16),f?+(parseInt(f,16)/255).toFixed(2):1]}}function g(t){if(t){var e=/^rgb\((\d+)[\s,](\d+)[\s,](\d+)\)/i.exec(t)||[],n=o(e,4),i=n[2],r=n[3];return n[0]?[s(n[1],0,255),s(i,0,255),s(r,0,255)]:void 0}}function m(t){if(t){var e=/^rgba?\((\d+)\s*[\s,]\s*(\d+)\s*[\s,]\s*(\d+)(\s*[\s,]\s*(\d*(.\d+)?))?\)/i.exec(t)||[],n=o(e,6),i=n[2],r=n[3],a=n[5];return n[0]?[s(n[1],0,255),s(i,0,255),s(r,0,255),s(c(a,1),0,1)]:void 0}}function v(t){if(Array.isArray(t))return[s(t[0],0,255),s(t[1],0,255),s(t[2],0,255),s(c(t[3],1),0,1)];var e=h(t)||m(t);return e&&3===e.length&&e.push(1),e}function y(t){if(t){var e=/^hsl\((\d+)[\s,](\d+)[\s,](\d+)\)/i.exec(t)||[],n=o(e,4),i=n[2],r=n[3];return n[0]?[s(n[1],0,360),s(i,0,100),s(r,0,100)]:void 0}}function b(t){if(t){var e=/^hsla?\((\d+)\s*[\s,]\s*(\d+)\s*[\s,]\s*(\d+)(\s*[\s,]\s*(\d*(.\d+)?))?\)/i.exec(t)||[],n=o(e,6),i=n[2],r=n[3],a=n[5];return n[0]?[s(n[1],0,255),s(i,0,255),s(r,0,255),s(c(a,1),0,1)]:void 0}}function w(t){if(Array.isArray(t))return[s(t[0],0,360),s(t[1],0,100),s(t[2],0,100),s(c(t[3],1),0,1)];var e=b(t);return e&&3===e.length&&e.push(1),e}function _(t,e){switch(e){case"rgb":default:return t.slice(0,3);case"rgbcss":return"rgb("+t[0]+", "+t[1]+", "+t[2]+")";case"rgbcss4":return"rgb("+t[0]+", "+t[1]+", "+t[2]+", "+t[3]+")";case"rgba":return t;case"rgbacss":return"rgba("+t[0]+", "+t[1]+", "+t[2]+", "+t[3]+")";case"hsl":return d.apply(void 0,r(t));case"hslcss":return"hsl("+(t=d.apply(void 0,r(t)))[0]+", "+t[1]+", "+t[2]+")";case"hslcss4":var n=d.apply(void 0,r(t));return"hsl("+n[0]+", "+n[1]+", "+n[2]+", "+t[3]+")";case"hsla":return[].concat(r(d.apply(void 0,r(t))),[t[3]]);case"hslacss":var o=d.apply(void 0,r(t));return"hsla("+o[0]+", "+o[1]+", "+o[2]+", "+t[3]+")";case"hex":return l.apply(void 0,r(t));case"hexcss4":return l.apply(void 0,r(t))+("00"+parseInt(255*t[3]).toString(16)).slice(-2);case"int":return p.apply(void 0,r(t))}}e.COLOR_NAMES=a,e.PALETTE_MATERIAL_500=["#F44336","#E91E63","#E91E63","#9C27B0","#9C27B0","#673AB7","#673AB7","#3F51B5","#3F51B5","#2196F3","#2196F3","#03A9F4","#03A9F4","#00BCD4","#00BCD4","#009688","#009688","#4CAF50","#4CAF50","#8BC34A","#8BC34A","#CDDC39","#CDDC39","#FFEB3B","#FFEB3B","#FFC107","#FFC107","#FF9800","#FF9800","#FF5722","#FF5722","#795548","#795548","#9E9E9E","#9E9E9E","#607D8B","#607D8B"],e.PALETTE_MATERIAL_CHROME=["#f44336","#e91e63","#9c27b0","#673ab7","#3f51b5","#2196f3","#03a9f4","#00bcd4","#009688","#4caf50","#8bc34a","#cddc39","#ffeb3b","#ffc107","#ff9800","#ff5722","#795548","#9e9e9e","#607d8b"],e.rgbToHex=l,e.hslToRgb=u,e.rgbToHsl=d,e.rgbToHsv=function(t,e,n){var o=[s(t,0,255)/255,s(e,0,255)/255,s(n,0,255)/255];t=o[0],e=o[1],n=o[2];var i,r=Math.max(t,e,n),a=Math.min(t,e,n),c=void 0,l=r,u=r-a;if(i=0===r?0:u/r,r==a)c=0;else{switch(r){case t:c=(e-n)/u+(n>e?6:0);break;case e:c=(n-t)/u+2;break;case n:c=(t-e)/u+4}c/=6}return[c,i,l]},e.rgbToInt=p,e.intToRgb=function(t){return[t>>16&255,t>>8&255,255&t]},e.cssColorToRgb=f,e.cssColorToRgba=h,e.cssRgbToRgb=g,e.cssRgbaToRgba=m,e.parseColorToRgb=function(t){return Array.isArray(t)?t=[s(t[0],0,255),s(t[1],0,255),s(t[2],0,255)]:f(t)||g(t)},e.parseColorToRgba=v,e.cssHslToHsl=y,e.cssHslaToHsla=b,e.parseColorToHsl=function(t){return Array.isArray(t)?t=[s(t[0],0,360),s(t[1],0,100),s(t[2],0,100)]:y(t)},e.parseColorToHsla=w,e.parseColor=function(t,e){if(e=e||"rgb",null!=t){var n=void 0;if((n=v(t))||(n=w(t))&&(n=[].concat(r(u.apply(void 0,r(n))),[n[3]])))return(0,i.default)(e)?["rgb","rgbcss","rgbcss4","rgba","rgbacss","hsl","hslcss","hslcss4","hsla","hslacss","hex","hexcss4","int"].reduce((function(t,e){return t[e]=_(n,e),t}),e||{}):_(n,e.toString().toLowerCase())}},e.getLuminance=function(t,e,n){return.2126*(t=.03928>(t/=255)?t/12.92:Math.pow((t+.055)/1.055,2.4))+.7152*(e=.03928>(e/=255)?e/12.92:Math.pow((e+.055)/1.055,2.4))+.0722*(.03928>(n/=255)?n/12.92:Math.pow((n+.055)/1.055,2.4))},e.limit=s,e.ensureArray=function(t){return t?Array.from(t):[]},e.nvl=c},function(t,e,n){t.exports=function(t){return null!=t&&"object"==typeof t&&!1===Array.isArray(t)}},function(t,e){t.exports='<div class="a-color-picker-row a-color-picker-stack a-color-picker-row-top"> <canvas class="a-color-picker-sl a-color-picker-transparent"></canvas> <div class=a-color-picker-dot></div> </div> <div class=a-color-picker-row> <div class="a-color-picker-stack a-color-picker-transparent a-color-picker-circle"> <div class=a-color-picker-preview> <input class=a-color-picker-clipbaord type=text> </div> </div> <div class=a-color-picker-column> <div class="a-color-picker-cell a-color-picker-stack"> <canvas class=a-color-picker-h></canvas> <div class=a-color-picker-dot></div> </div> <div class="a-color-picker-cell a-color-picker-alpha a-color-picker-stack" show-on-alpha> <canvas class="a-color-picker-a a-color-picker-transparent"></canvas> <div class=a-color-picker-dot></div> </div> </div> </div> <div class="a-color-picker-row a-color-picker-hsl" show-on-hsl> <label>H</label> <input nameref=H type=number maxlength=3 min=0 max=360 value=0> <label>S</label> <input nameref=S type=number maxlength=3 min=0 max=100 value=0> <label>L</label> <input nameref=L type=number maxlength=3 min=0 max=100 value=0> </div> <div class="a-color-picker-row a-color-picker-rgb" show-on-rgb> <label>R</label> <input nameref=R type=number maxlength=3 min=0 max=255 value=0> <label>G</label> <input nameref=G type=number maxlength=3 min=0 max=255 value=0> <label>B</label> <input nameref=B type=number maxlength=3 min=0 max=255 value=0> </div> <div class="a-color-picker-row a-color-picker-rgbhex a-color-picker-single-input" show-on-single-input> <label>HEX</label> <input nameref=RGBHEX type=text select-on-focus> </div> <div class="a-color-picker-row a-color-picker-palette"></div>'},function(t,e,n){var o=n(6);t.exports="string"==typeof o?o:o.toString()},function(t,e,n){(t.exports=n(7)(!1)).push([t.i,"/*!\n * a-color-picker\n * https://github.com/narsenico/a-color-picker\n *\n * Copyright (c) 2017-2018, Gianfranco Caldi.\n * Released under the MIT License.\n */.a-color-picker{background-color:#fff;padding:0;display:inline-flex;flex-direction:column;user-select:none;width:232px;font:400 10px Helvetica,Arial,sans-serif;border-radius:3px;box-shadow:0 0 0 1px rgba(0,0,0,.05),0 2px 4px rgba(0,0,0,.25)}.a-color-picker,.a-color-picker-row,.a-color-picker input{box-sizing:border-box}.a-color-picker-row{padding:15px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;user-select:none}.a-color-picker-row-top{padding:0}.a-color-picker-row:not(:first-child){border-top:1px solid #f5f5f5}.a-color-picker-column{display:flex;flex-direction:column}.a-color-picker-cell{flex:1 1 auto;margin-bottom:4px}.a-color-picker-cell:last-child{margin-bottom:0}.a-color-picker-stack{position:relative}.a-color-picker-dot{position:absolute;width:14px;height:14px;top:0;left:0;background:#fff;pointer-events:none;border-radius:50px;z-index:1000;box-shadow:0 1px 2px rgba(0,0,0,.75)}.a-color-picker-a,.a-color-picker-h,.a-color-picker-sl{cursor:cell}.a-color-picker-a+.a-color-picker-dot,.a-color-picker-h+.a-color-picker-dot{top:-2px}.a-color-picker-a,.a-color-picker-h{border-radius:2px}.a-color-picker-preview{box-sizing:border-box;width:30px;height:30px;user-select:none;border-radius:15px}.a-color-picker-circle{border-radius:50px;border:1px solid #eee}.a-color-picker-hsl,.a-color-picker-rgb,.a-color-picker-single-input{justify-content:space-evenly}.a-color-picker-hsl>label,.a-color-picker-rgb>label,.a-color-picker-single-input>label{padding:0 8px;flex:0 0 auto;color:#969696}.a-color-picker-hsl>input,.a-color-picker-rgb>input,.a-color-picker-single-input>input{text-align:center;padding:2px 0;width:0;flex:1 1 auto;border:1px solid #e0e0e0;line-height:20px}.a-color-picker-hsl>input::-webkit-inner-spin-button,.a-color-picker-rgb>input::-webkit-inner-spin-button,.a-color-picker-single-input>input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.a-color-picker-hsl>input:focus,.a-color-picker-rgb>input:focus,.a-color-picker-single-input>input:focus{border-color:#04a9f4;outline:none}.a-color-picker-transparent{background-image:linear-gradient(-45deg,#cdcdcd 25%,transparent 0),linear-gradient(45deg,#cdcdcd 25%,transparent 0),linear-gradient(-45deg,transparent 75%,#cdcdcd 0),linear-gradient(45deg,transparent 75%,#cdcdcd 0);background-size:11px 11px;background-position:0 0,0 -5.5px,-5.5px 5.5px,5.5px 0}.a-color-picker-sl{border-radius:3px 3px 0 0}.a-color-picker.hide-alpha [show-on-alpha],.a-color-picker.hide-hsl [show-on-hsl],.a-color-picker.hide-rgb [show-on-rgb],.a-color-picker.hide-single-input [show-on-single-input]{display:none}.a-color-picker-clipbaord{width:100%;height:100%;opacity:0;cursor:pointer}.a-color-picker-palette{flex-flow:wrap;flex-direction:row;justify-content:flex-start;padding:10px}.a-color-picker-palette-color{width:15px;height:15px;flex:0 1 15px;margin:3px;box-sizing:border-box;cursor:pointer;border-radius:3px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1)}.a-color-picker-palette-add{text-align:center;line-height:13px;color:#607d8b}.a-color-picker.hidden{display:none}",""])},function(t,e){t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n=function(t,e){var n=t[1]||"",o=t[3];if(!o)return n;if(e&&"function"==typeof btoa){var i=function(t){return"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(t))))+" */"}(o),r=o.sources.map((function(t){return"/*# sourceURL="+o.sourceRoot+t+" */"}));return[n].concat(r).concat([i]).join("\n")}return[n].join("\n")}(e,t);return e[2]?"@media "+e[2]+"{"+n+"}":n})).join("")},e.i=function(t,n){"string"==typeof t&&(t=[[null,t,""]]);for(var o={},i=0;this.length>i;i++){var r=this[i][0];"number"==typeof r&&(o[r]=!0)}for(i=0;t.length>i;i++){var a=t[i];"number"==typeof a[0]&&o[a[0]]||(n&&!a[2]?a[2]=n:n&&(a[2]="("+a[2]+") and ("+n+")"),e.push(a))}},e}}])},23185:function(t,e,n){"use strict";function o(t){return o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},o(t)}function i(t,e,n){var i=n.value;if("function"!=typeof i)throw new TypeError("@boundMethod decorator can only be applied to methods not: ".concat(o(i)));var r=!1;return{configurable:!0,get:function(){if(r||this===t.prototype||this.hasOwnProperty(e)||"function"!=typeof i)return i;var n=i.bind(this);return r=!0,Object.defineProperty(this,e,{configurable:!0,get:function(){return n},set:function(t){i=t,delete this[e]}}),r=!1,n},set:function(t){i=t}}}function r(t){var e;return"undefined"!=typeof Reflect&&"function"==typeof Reflect.ownKeys?e=Reflect.ownKeys(t.prototype):(e=Object.getOwnPropertyNames(t.prototype),"function"==typeof Object.getOwnPropertySymbols&&(e=e.concat(Object.getOwnPropertySymbols(t.prototype)))),e.forEach((function(e){if("constructor"!==e){var n=Object.getOwnPropertyDescriptor(t.prototype,e);"function"==typeof n.value&&Object.defineProperty(t.prototype,e,i(t,e,n))}})),t}function a(){return 1===arguments.length?r.apply(void 0,arguments):i.apply(void 0,arguments)}n.d(e,{ZP:function(){return a}})},50981:function(){"use strict";"document"in window.self&&((!("classList"in document.createElement("_"))||document.createElementNS&&!("classList"in document.createElementNS("http://www.w3.org/2000/svg","g")))&&function(t){if("Element"in t){var e="classList",n="prototype",o=t.Element[n],i=Object,r=String[n].trim||function(){return this.replace(/^\s+|\s+$/g,"")},a=Array[n].indexOf||function(t){for(var e=0,n=this.length;n>e;e++)if(e in this&&this[e]===t)return e;return-1},s=function(t,e){this.name=t,this.code=DOMException[t],this.message=e},c=function(t,e){if(""===e)throw new s("SYNTAX_ERR","An invalid or illegal string was specified");if(/\s/.test(e))throw new s("INVALID_CHARACTER_ERR","String contains an invalid character");return a.call(t,e)},l=function(t){for(var e=r.call(t.getAttribute("class")||""),n=e?e.split(/\s+/):[],o=0,i=n.length;i>o;o++)this.push(n[o]);this._updateClassName=function(){t.setAttribute("class",this.toString())}},u=l[n]=[],d=function(){return new l(this)};if(s[n]=Error[n],u.item=function(t){return this[t]||null},u.contains=function(t){return-1!==c(this,t+="")},u.add=function(){var t,e=arguments,n=0,o=e.length,i=!1;do{-1===c(this,t=e[n]+"")&&(this.push(t),i=!0)}while(++n<o);i&&this._updateClassName()},u.remove=function(){var t,e,n=arguments,o=0,i=n.length,r=!1;do{for(e=c(this,t=n[o]+"");-1!==e;)this.splice(e,1),r=!0,e=c(this,t)}while(++o<i);r&&this._updateClassName()},u.toggle=function(t,e){var n=this.contains(t+=""),o=n?!0!==e&&"remove":!1!==e&&"add";return o&&this[o](t),!0===e||!1===e?e:!n},u.toString=function(){return this.join(" ")},i.defineProperty){var p={get:d,enumerable:!0,configurable:!0};try{i.defineProperty(o,e,p)}catch(t){void 0!==t.number&&-2146823252!==t.number||(p.enumerable=!1,i.defineProperty(o,e,p))}}else i[n].__defineGetter__&&o.__defineGetter__(e,d)}}(window.self),function(){var t=document.createElement("_");if(t.classList.add("c1","c2"),!t.classList.contains("c2")){var e=function(t){var e=DOMTokenList.prototype[t];DOMTokenList.prototype[t]=function(t){var n,o=arguments.length;for(n=0;o>n;n++)e.call(this,t=arguments[n])}};e("add"),e("remove")}if(t.classList.toggle("c3",!1),t.classList.contains("c3")){var n=DOMTokenList.prototype.toggle;DOMTokenList.prototype.toggle=function(t,e){return 1 in arguments&&!this.contains(t)==!e?e:n.call(this,t)}}t=null}())},54056:function(t,e,n){"use strict";n(76877);var o=n(754);t.exports=o("Array","findIndex")},34730:function(t,e,n){"use strict";n(44736),n(95981);var o=n(71465);t.exports=o.Array.from},75170:function(t,e,n){"use strict";n(47774),n(19876),n(49731),n(13865),n(1559),n(60665),n(35973),n(99801),n(78281),n(20335),n(44135),n(81769),n(36239),n(6467),n(86861),n(44515),n(38840),n(49285),n(61260),n(4811);var o=n(71465);t.exports=o.Symbol},74742:function(t,e,n){"use strict";var o=n(80142),i=n(22776),r=TypeError;t.exports=function(t){if(o(t))return t;throw r(i(t)+" is not a function")}},1648:function(t,e,n){"use strict";var o=n(80142),i=String,r=TypeError;t.exports=function(t){if("object"==typeof t||o(t))return t;throw r("Can't set "+i(t)+" as a prototype")}},80053:function(t,e,n){"use strict";var o=n(8808),i=n(16224),r=n(22995).f,a=o("unscopables"),s=Array.prototype;null==s[a]&&r(s,a,{configurable:!0,value:i(null)}),t.exports=function(t){s[a][t]=!0}},82747:function(t,e,n){"use strict";var o=n(68746),i=String,r=TypeError;t.exports=function(t){if(o(t))return t;throw r(i(t)+" is not an object")}},67764:function(t,e,n){"use strict";var o=n(83412),i=n(72196),r=n(61917),a=n(30021),s=n(37756),c=n(58649),l=n(10114),u=n(25044),d=n(80630),p=n(68262),f=Array;t.exports=function(t){var e=r(t),n=c(this),h=arguments.length,g=h>1?arguments[1]:void 0,m=void 0!==g;m&&(g=o(g,h>2?arguments[2]:void 0));var v,y,b,w,_,k,C=p(e),x=0;if(!C||this===f&&s(C))for(v=l(e),y=n?new this(v):f(v);v>x;x++)k=m?g(e[x],x):e[x],u(y,x,k);else for(_=(w=d(e,C)).next,y=n?new this:[];!(b=i(_,w)).done;x++)k=m?a(w,g,[b.value,x],!0):b.value,u(y,x,k);return y.length=x,y}},60555:function(t,e,n){"use strict";var o=n(26033),i=n(66460),r=n(10114),a=function(t){return function(e,n,a){var s,c=o(e),l=r(c),u=i(a,l);if(t&&n!=n){for(;l>u;)if((s=c[u++])!=s)return!0}else for(;l>u;u++)if((t||u in c)&&c[u]===n)return t||u||0;return!t&&-1}};t.exports={includes:a(!0),indexOf:a(!1)}},74728:function(t,e,n){"use strict";var o=n(83412),i=n(84267),r=n(89268),a=n(61917),s=n(10114),c=n(75745),l=i([].push),u=function(t){var e=1==t,n=2==t,i=3==t,u=4==t,d=6==t,p=7==t,f=5==t||d;return function(h,g,m,v){for(var y,b,w=a(h),_=r(w),k=o(g,m),C=s(_),x=0,S=v||c,E=e?S(h,C):n||p?S(h,0):void 0;C>x;x++)if((f||x in _)&&(b=k(y=_[x],x,w),t))if(e)E[x]=b;else if(b)switch(t){case 3:return!0;case 5:return y;case 6:return x;case 2:l(E,y)}else switch(t){case 4:return!1;case 7:l(E,y)}return d?-1:i||u?u:E}};t.exports={forEach:u(0),map:u(1),filter:u(2),some:u(3),every:u(4),find:u(5),findIndex:u(6),filterReject:u(7)}},86237:function(t,e,n){"use strict";var o=n(49424),i=n(8808),r=n(52630),a=i("species");t.exports=function(t){return r>=51||!o((function(){var e=[];return(e.constructor={})[a]=function(){return{foo:1}},1!==e[t](Boolean).foo}))}},32887:function(t,e,n){"use strict";var o=n(66460),i=n(10114),r=n(25044),a=Array,s=Math.max;t.exports=function(t,e,n){for(var c=i(t),l=o(e,c),u=o(void 0===n?c:n,c),d=a(s(u-l,0)),p=0;u>l;l++,p++)r(d,p,t[l]);return d.length=p,d}},49554:function(t,e,n){"use strict";var o=n(84267);t.exports=o([].slice)},58763:function(t,e,n){"use strict";var o=n(39840),i=n(58649),r=n(68746),a=n(8808)("species"),s=Array;t.exports=function(t){var e;return o(t)&&(i(e=t.constructor)&&(e===s||o(e.prototype))||r(e)&&null===(e=e[a]))&&(e=void 0),void 0===e?s:e}},75745:function(t,e,n){"use strict";var o=n(58763);t.exports=function(t,e){return new(o(t))(0===e?0:e)}},30021:function(t,e,n){"use strict";var o=n(82747),i=n(80349);t.exports=function(t,e,n,r){try{return r?e(o(n)[0],n[1]):e(n)}catch(e){i(t,"throw",e)}}},62675:function(t,e,n){"use strict";var o=n(8808)("iterator"),i=!1;try{var r=0,a={next:function(){return{done:!!r++}},return:function(){i=!0}};a[o]=function(){return this},Array.from(a,(function(){throw 2}))}catch(t){}t.exports=function(t,e){if(!e&&!i)return!1;var n=!1;try{var r={};r[o]=function(){return{next:function(){return{done:n=!0}}}},t(r)}catch(t){}return n}},63698:function(t,e,n){"use strict";var o=n(84267),i=o({}.toString),r=o("".slice);t.exports=function(t){return r(i(t),8,-1)}},47850:function(t,e,n){"use strict";var o=n(25246),i=n(80142),r=n(63698),a=n(8808)("toStringTag"),s=Object,c="Arguments"==r(function(){return arguments}());t.exports=o?r:function(t){var e,n,o;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=function(t,e){try{return t[e]}catch(t){}}(e=s(t),a))?n:c?r(e):"Object"==(o=r(e))&&i(e.callee)?"Arguments":o}},69494:function(t,e,n){"use strict";var o=n(36272),i=n(11818),r=n(63163),a=n(22995);t.exports=function(t,e,n){for(var s=i(e),c=a.f,l=r.f,u=0;s.length>u;u++){var d=s[u];o(t,d)||n&&o(n,d)||c(t,d,l(e,d))}}},14246:function(t,e,n){"use strict";var o=n(49424);t.exports=!o((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}))},24260:function(t){"use strict";t.exports=function(t,e){return{value:t,done:e}}},75181:function(t,e,n){"use strict";var o=n(61199),i=n(22995),r=n(24229);t.exports=o?function(t,e,n){return i.f(t,e,r(1,n))}:function(t,e,n){return t[e]=n,t}},24229:function(t){"use strict";t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},25044:function(t,e,n){"use strict";var o=n(81504),i=n(22995),r=n(24229);t.exports=function(t,e,n){var a=o(e);a in t?i.f(t,a,r(0,n)):t[a]=n}},91783:function(t,e,n){"use strict";var o=n(89215),i=n(22995);t.exports=function(t,e,n){return n.get&&o(n.get,e,{getter:!0}),n.set&&o(n.set,e,{setter:!0}),i.f(t,e,n)}},19414:function(t,e,n){"use strict";var o=n(80142),i=n(22995),r=n(89215),a=n(60048);t.exports=function(t,e,n,s){s||(s={});var c=s.enumerable,l=void 0!==s.name?s.name:e;if(o(n)&&r(n,l,s),s.global)c?t[e]=n:a(e,n);else{try{s.unsafe?t[e]&&(c=!0):delete t[e]}catch(t){}c?t[e]=n:i.f(t,e,{value:n,enumerable:!1,configurable:!s.nonConfigurable,writable:!s.nonWritable})}return t}},60048:function(t,e,n){"use strict";var o=n(59733),i=Object.defineProperty;t.exports=function(t,e){try{i(o,t,{value:e,configurable:!0,writable:!0})}catch(n){o[t]=e}return e}},61199:function(t,e,n){"use strict";var o=n(49424);t.exports=!o((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},87021:function(t){"use strict";var e="object"==typeof document&&document.all;t.exports={all:e,IS_HTMLDDA:void 0===e&&void 0!==e}},23569:function(t,e,n){"use strict";var o=n(59733),i=n(68746),r=o.document,a=i(r)&&i(r.createElement);t.exports=function(t){return a?r.createElement(t):{}}},99654:function(t){"use strict";var e=TypeError;t.exports=function(t){if(t>9007199254740991)throw e("Maximum allowed index exceeded");return t}},7944:function(t){"use strict";t.exports="undefined"!=typeof navigator&&String(navigator.userAgent)||""},52630:function(t,e,n){"use strict";var o,i,r=n(59733),a=n(7944),s=r.process,c=r.Deno,l=s&&s.versions||c&&c.version,u=l&&l.v8;u&&(i=(o=u.split("."))[0]>0&&4>o[0]?1:+(o[0]+o[1])),!i&&a&&((o=a.match(/Edge\/(\d+)/))&&74>o[1]||(o=a.match(/Chrome\/(\d+)/))&&(i=+o[1])),t.exports=i},754:function(t,e,n){"use strict";var o=n(59733),i=n(84267);t.exports=function(t,e){return i(o[t].prototype[e])}},80355:function(t){"use strict";t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},24288:function(t,e,n){"use strict";var o=n(59733),i=n(63163).f,r=n(75181),a=n(19414),s=n(60048),c=n(69494),l=n(46537);t.exports=function(t,e){var n,u,d,p,f,h=t.target,g=t.global,m=t.stat;if(n=g?o:m?o[h]||s(h,{}):(o[h]||{}).prototype)for(u in e){if(p=e[u],d=t.dontCallGetSet?(f=i(n,u))&&f.value:n[u],!l(g?u:h+(m?".":"#")+u,t.forced)&&void 0!==d){if(typeof p==typeof d)continue;c(p,d)}(t.sham||d&&d.sham)&&r(p,"sham",!0),a(n,u,p,t)}}},49424:function(t){"use strict";t.exports=function(t){try{return!!t()}catch(t){return!0}}},9975:function(t,e,n){"use strict";var o=n(83318),i=Function.prototype,r=i.apply,a=i.call;t.exports="object"==typeof Reflect&&Reflect.apply||(o?a.bind(r):function(){return a.apply(r,arguments)})},83412:function(t,e,n){"use strict";var o=n(75869),i=n(74742),r=n(83318),a=o(o.bind);t.exports=function(t,e){return i(t),void 0===e?t:r?a(t,e):function(){return t.apply(e,arguments)}}},83318:function(t,e,n){"use strict";var o=n(49424);t.exports=!o((function(){var t=function(){}.bind();return"function"!=typeof t||t.hasOwnProperty("prototype")}))},72196:function(t,e,n){"use strict";var o=n(83318),i=Function.prototype.call;t.exports=o?i.bind(i):function(){return i.apply(i,arguments)}},50953:function(t,e,n){"use strict";var o=n(61199),i=n(36272),r=Function.prototype,a=o&&Object.getOwnPropertyDescriptor,s=i(r,"name"),c=s&&"something"===function(){}.name,l=s&&(!o||o&&a(r,"name").configurable);t.exports={EXISTS:s,PROPER:c,CONFIGURABLE:l}},38950:function(t,e,n){"use strict";var o=n(84267),i=n(74742);t.exports=function(t,e,n){try{return o(i(Object.getOwnPropertyDescriptor(t,e)[n]))}catch(t){}}},75869:function(t,e,n){"use strict";var o=n(63698),i=n(84267);t.exports=function(t){if("Function"===o(t))return i(t)}},84267:function(t,e,n){"use strict";var o=n(83318),i=Function.prototype,r=i.call,a=o&&i.bind.bind(r,r);t.exports=o?a:function(t){return function(){return r.apply(t,arguments)}}},77544:function(t,e,n){"use strict";var o=n(59733),i=n(80142);t.exports=function(t,e){return 2>arguments.length?i(n=o[t])?n:void 0:o[t]&&o[t][e];var n}},68262:function(t,e,n){"use strict";var o=n(47850),i=n(77917),r=n(48236),a=n(52973),s=n(8808)("iterator");t.exports=function(t){if(!r(t))return i(t,s)||i(t,"@@iterator")||a[o(t)]}},80630:function(t,e,n){"use strict";var o=n(72196),i=n(74742),r=n(82747),a=n(22776),s=n(68262),c=TypeError;t.exports=function(t,e){var n=2>arguments.length?s(t):e;if(i(n))return r(o(n,t));throw c(a(t)+" is not iterable")}},42456:function(t,e,n){"use strict";var o=n(84267),i=n(39840),r=n(80142),a=n(63698),s=n(25413),c=o([].push);t.exports=function(t){if(r(t))return t;if(i(t)){for(var e=t.length,n=[],o=0;e>o;o++){var l=t[o];"string"==typeof l?c(n,l):"number"!=typeof l&&"Number"!=a(l)&&"String"!=a(l)||c(n,s(l))}var u=n.length,d=!0;return function(t,e){if(d)return d=!1,e;if(i(this))return e;for(var o=0;u>o;o++)if(n[o]===t)return e}}}},77917:function(t,e,n){"use strict";var o=n(74742),i=n(48236);t.exports=function(t,e){var n=t[e];return i(n)?void 0:o(n)}},59733:function(t,e,n){"use strict";var o=function(t){return t&&t.Math==Math&&t};t.exports=o("object"==typeof globalThis&&globalThis)||o("object"==typeof window&&window)||o("object"==typeof self&&self)||o("object"==typeof n.g&&n.g)||function(){return this}()||this||Function("return this")()},36272:function(t,e,n){"use strict";var o=n(84267),i=n(61917),r=o({}.hasOwnProperty);t.exports=Object.hasOwn||function(t,e){return r(i(t),e)}},16966:function(t){"use strict";t.exports={}},82325:function(t,e,n){"use strict";var o=n(77544);t.exports=o("document","documentElement")},74685:function(t,e,n){"use strict";var o=n(61199),i=n(49424),r=n(23569);t.exports=!o&&!i((function(){return 7!=Object.defineProperty(r("div"),"a",{get:function(){return 7}}).a}))},89268:function(t,e,n){"use strict";var o=n(84267),i=n(49424),r=n(63698),a=Object,s=o("".split);t.exports=i((function(){return!a("z").propertyIsEnumerable(0)}))?function(t){return"String"==r(t)?s(t,""):a(t)}:a},21962:function(t,e,n){"use strict";var o=n(84267),i=n(80142),r=n(89826),a=o(Function.toString);i(r.inspectSource)||(r.inspectSource=function(t){return a(t)}),t.exports=r.inspectSource},6132:function(t,e,n){"use strict";var o,i,r,a=n(31319),s=n(59733),c=n(68746),l=n(75181),u=n(36272),d=n(89826),p=n(37940),f=n(16966),h="Object already initialized",g=s.TypeError;if(a||d.state){var m=d.state||(d.state=new(0,s.WeakMap));m.get=m.get,m.has=m.has,m.set=m.set,o=function(t,e){if(m.has(t))throw g(h);return e.facade=t,m.set(t,e),e},i=function(t){return m.get(t)||{}},r=function(t){return m.has(t)}}else{var v=p("state");f[v]=!0,o=function(t,e){if(u(t,v))throw g(h);return e.facade=t,l(t,v,e),e},i=function(t){return u(t,v)?t[v]:{}},r=function(t){return u(t,v)}}t.exports={set:o,get:i,has:r,enforce:function(t){return r(t)?i(t):o(t,{})},getterFor:function(t){return function(e){var n;if(!c(e)||(n=i(e)).type!==t)throw g("Incompatible receiver, "+t+" required");return n}}}},37756:function(t,e,n){"use strict";var o=n(8808),i=n(52973),r=o("iterator"),a=Array.prototype;t.exports=function(t){return void 0!==t&&(i.Array===t||a[r]===t)}},39840:function(t,e,n){"use strict";var o=n(63698);t.exports=Array.isArray||function(t){return"Array"==o(t)}},80142:function(t,e,n){"use strict";var o=n(87021),i=o.all;t.exports=o.IS_HTMLDDA?function(t){return"function"==typeof t||t===i}:function(t){return"function"==typeof t}},58649:function(t,e,n){"use strict";var o=n(84267),i=n(49424),r=n(80142),a=n(47850),s=n(77544),c=n(21962),l=function(){},u=[],d=s("Reflect","construct"),p=/^\s*(?:class|function)\b/,f=o(p.exec),h=!p.exec(l),g=function(t){if(!r(t))return!1;try{return d(l,u,t),!0}catch(t){return!1}},m=function(t){if(!r(t))return!1;switch(a(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return h||!!f(p,c(t))}catch(t){return!0}};m.sham=!0,t.exports=!d||i((function(){var t;return g(g.call)||!g(Object)||!g((function(){t=!0}))||t}))?m:g},46537:function(t,e,n){"use strict";var o=n(49424),i=n(80142),r=/#|\.prototype\./,a=function(t,e){var n=c[s(t)];return n==u||n!=l&&(i(e)?o(e):!!e)},s=a.normalize=function(t){return String(t).replace(r,".").toLowerCase()},c=a.data={},l=a.NATIVE="N",u=a.POLYFILL="P";t.exports=a},48236:function(t){"use strict";t.exports=function(t){return null==t}},68746:function(t,e,n){"use strict";var o=n(80142),i=n(87021),r=i.all;t.exports=i.IS_HTMLDDA?function(t){return"object"==typeof t?null!==t:o(t)||t===r}:function(t){return"object"==typeof t?null!==t:o(t)}},24286:function(t){"use strict";t.exports=!1},61497:function(t,e,n){"use strict";var o=n(77544),i=n(80142),r=n(4152),a=n(66056),s=Object;t.exports=a?function(t){return"symbol"==typeof t}:function(t){var e=o("Symbol");return i(e)&&r(e.prototype,s(t))}},80349:function(t,e,n){"use strict";var o=n(72196),i=n(82747),r=n(77917);t.exports=function(t,e,n){var a,s;i(t);try{if(!(a=r(t,"return"))){if("throw"===e)throw n;return n}a=o(a,t)}catch(t){s=!0,a=t}if("throw"===e)throw n;if(s)throw a;return i(a),n}},72939:function(t,e,n){"use strict";var o=n(37331).IteratorPrototype,i=n(16224),r=n(24229),a=n(29795),s=n(52973),c=function(){return this};t.exports=function(t,e,n,l){var u=e+" Iterator";return t.prototype=i(o,{next:r(+!l,n)}),a(t,u,!1,!0),s[u]=c,t}},66494:function(t,e,n){"use strict";var o=n(24288),i=n(72196),r=n(24286),a=n(50953),s=n(80142),c=n(72939),l=n(21153),u=n(26367),d=n(29795),p=n(75181),f=n(19414),h=n(8808),g=n(52973),m=n(37331),v=a.PROPER,y=a.CONFIGURABLE,b=m.IteratorPrototype,w=m.BUGGY_SAFARI_ITERATORS,_=h("iterator"),k="keys",C="values",x="entries",S=function(){return this};t.exports=function(t,e,n,a,h,m,E){c(n,e,a);var j,T,I,z=function(t){if(t===h&&R)return R;if(!w&&t in P)return P[t];switch(t){case k:case C:case x:return function(){return new n(this,t)}}return function(){return new n(this)}},L=e+" Iterator",A=!1,P=t.prototype,M=P[_]||P["@@iterator"]||h&&P[h],R=!w&&M||z(h),B="Array"==e&&P.entries||M;if(B&&(j=l(B.call(new t)))!==Object.prototype&&j.next&&(r||l(j)===b||(u?u(j,b):s(j[_])||f(j,_,S)),d(j,L,!0,!0),r&&(g[L]=S)),v&&h==C&&M&&M.name!==C&&(!r&&y?p(P,"name",C):(A=!0,R=function(){return i(M,this)})),h)if(T={values:z(C),keys:m?R:z(k),entries:z(x)},E)for(I in T)(w||A||!(I in P))&&f(P,I,T[I]);else o({target:e,proto:!0,forced:w||A},T);return r&&!E||P[_]===R||f(P,_,R,{name:h}),g[e]=R,T}},37331:function(t,e,n){"use strict";var o,i,r,a=n(49424),s=n(80142),c=n(68746),l=n(16224),u=n(21153),d=n(19414),p=n(8808),f=n(24286),h=p("iterator"),g=!1;[].keys&&("next"in(r=[].keys())?(i=u(u(r)))!==Object.prototype&&(o=i):g=!0),!c(o)||a((function(){var t={};return o[h].call(t)!==t}))?o={}:f&&(o=l(o)),s(o[h])||d(o,h,(function(){return this})),t.exports={IteratorPrototype:o,BUGGY_SAFARI_ITERATORS:g}},52973:function(t){"use strict";t.exports={}},10114:function(t,e,n){"use strict";var o=n(11813);t.exports=function(t){return o(t.length)}},89215:function(t,e,n){"use strict";var o=n(84267),i=n(49424),r=n(80142),a=n(36272),s=n(61199),c=n(50953).CONFIGURABLE,l=n(21962),u=n(6132),d=u.enforce,p=u.get,f=String,h=Object.defineProperty,g=o("".slice),m=o("".replace),v=o([].join),y=s&&!i((function(){return 8!==h((function(){}),"length",{value:8}).length})),b=String(String).split("String"),w=t.exports=function(t,e,n){"Symbol("===g(f(e),0,7)&&(e="["+m(f(e),/^Symbol\(([^)]*)\)/,"$1")+"]"),n&&n.getter&&(e="get "+e),n&&n.setter&&(e="set "+e),(!a(t,"name")||c&&t.name!==e)&&(s?h(t,"name",{value:e,configurable:!0}):t.name=e),y&&n&&a(n,"arity")&&t.length!==n.arity&&h(t,"length",{value:n.arity});try{n&&a(n,"constructor")&&n.constructor?s&&h(t,"prototype",{writable:!1}):t.prototype&&(t.prototype=void 0)}catch(t){}var o=d(t);return a(o,"source")||(o.source=v(b,"string"==typeof e?e:"")),t};Function.prototype.toString=w((function(){return r(this)&&p(this).source||l(this)}),"toString")},81526:function(t){"use strict";var e=Math.ceil,n=Math.floor;t.exports=Math.trunc||function(t){var o=+t;return(o>0?n:e)(o)}},16224:function(t,e,n){"use strict";var o,i=n(82747),r=n(61045),a=n(80355),s=n(16966),c=n(82325),l=n(23569),u=n(37940),d="prototype",p="script",f=u("IE_PROTO"),h=function(){},g=function(t){return"<"+p+">"+t+"</"+p+">"},m=function(t){t.write(g("")),t.close();var e=t.parentWindow.Object;return t=null,e},v=function(){try{o=new ActiveXObject("htmlfile")}catch(t){}var t,e,n;v="undefined"!=typeof document?document.domain&&o?m(o):(e=l("iframe"),n="java"+p+":",e.style.display="none",c.appendChild(e),e.src=String(n),(t=e.contentWindow.document).open(),t.write(g("document.F=Object")),t.close(),t.F):m(o);for(var i=a.length;i--;)delete v[d][a[i]];return v()};s[f]=!0,t.exports=Object.create||function(t,e){var n;return null!==t?(h[d]=i(t),n=new h,h[d]=null,n[f]=t):n=v(),void 0===e?n:r.f(n,e)}},61045:function(t,e,n){"use strict";var o=n(61199),i=n(26799),r=n(22995),a=n(82747),s=n(26033),c=n(73515);e.f=o&&!i?Object.defineProperties:function(t,e){a(t);for(var n,o=s(e),i=c(e),l=i.length,u=0;l>u;)r.f(t,n=i[u++],o[n]);return t}},22995:function(t,e,n){"use strict";var o=n(61199),i=n(74685),r=n(26799),a=n(82747),s=n(81504),c=TypeError,l=Object.defineProperty,u=Object.getOwnPropertyDescriptor,d="enumerable",p="configurable",f="writable";e.f=o?r?function(t,e,n){if(a(t),e=s(e),a(n),"function"==typeof t&&"prototype"===e&&"value"in n&&f in n&&!n[f]){var o=u(t,e);o&&o[f]&&(t[e]=n.value,n={configurable:p in n?n[p]:o[p],enumerable:d in n?n[d]:o[d],writable:!1})}return l(t,e,n)}:l:function(t,e,n){if(a(t),e=s(e),a(n),i)try{return l(t,e,n)}catch(t){}if("get"in n||"set"in n)throw c("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},63163:function(t,e,n){"use strict";var o=n(61199),i=n(72196),r=n(22466),a=n(24229),s=n(26033),c=n(81504),l=n(36272),u=n(74685),d=Object.getOwnPropertyDescriptor;e.f=o?d:function(t,e){if(t=s(t),e=c(e),u)try{return d(t,e)}catch(t){}if(l(t,e))return a(!i(r.f,t,e),t[e])}},93726:function(t,e,n){"use strict";var o=n(63698),i=n(26033),r=n(30577).f,a=n(32887),s="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];t.exports.f=function(t){return s&&"Window"==o(t)?function(t){try{return r(t)}catch(t){return a(s)}}(t):r(i(t))}},30577:function(t,e,n){"use strict";var o=n(99082),i=n(80355).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return o(t,i)}},34817:function(t,e){"use strict";e.f=Object.getOwnPropertySymbols},21153:function(t,e,n){"use strict";var o=n(36272),i=n(80142),r=n(61917),a=n(37940),s=n(14246),c=a("IE_PROTO"),l=Object,u=l.prototype;t.exports=s?l.getPrototypeOf:function(t){var e=r(t);if(o(e,c))return e[c];var n=e.constructor;return i(n)&&e instanceof n?n.prototype:e instanceof l?u:null}},4152:function(t,e,n){"use strict";var o=n(84267);t.exports=o({}.isPrototypeOf)},99082:function(t,e,n){"use strict";var o=n(84267),i=n(36272),r=n(26033),a=n(60555).indexOf,s=n(16966),c=o([].push);t.exports=function(t,e){var n,o=r(t),l=0,u=[];for(n in o)!i(s,n)&&i(o,n)&&c(u,n);for(;e.length>l;)i(o,n=e[l++])&&(~a(u,n)||c(u,n));return u}},73515:function(t,e,n){"use strict";var o=n(99082),i=n(80355);t.exports=Object.keys||function(t){return o(t,i)}},22466:function(t,e){"use strict";var n={}.propertyIsEnumerable,o=Object.getOwnPropertyDescriptor,i=o&&!n.call({1:2},1);e.f=i?function(t){var e=o(this,t);return!!e&&e.enumerable}:n},26367:function(t,e,n){"use strict";var o=n(38950),i=n(82747),r=n(1648);t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,n={};try{(t=o(Object.prototype,"__proto__","set"))(n,[]),e=n instanceof Array}catch(t){}return function(n,o){return i(n),r(o),e?t(n,o):n.__proto__=o,n}}():void 0)},54369:function(t,e,n){"use strict";var o=n(25246),i=n(47850);t.exports=o?{}.toString:function(){return"[object "+i(this)+"]"}},29346:function(t,e,n){"use strict";var o=n(72196),i=n(80142),r=n(68746),a=TypeError;t.exports=function(t,e){var n,s;if("string"===e&&i(n=t.toString)&&!r(s=o(n,t)))return s;if(i(n=t.valueOf)&&!r(s=o(n,t)))return s;if("string"!==e&&i(n=t.toString)&&!r(s=o(n,t)))return s;throw a("Can't convert object to primitive value")}},11818:function(t,e,n){"use strict";var o=n(77544),i=n(84267),r=n(30577),a=n(34817),s=n(82747),c=i([].concat);t.exports=o("Reflect","ownKeys")||function(t){var e=r.f(s(t)),n=a.f;return n?c(e,n(t)):e}},71465:function(t,e,n){"use strict";var o=n(59733);t.exports=o},44179:function(t,e,n){"use strict";var o=n(48236),i=TypeError;t.exports=function(t){if(o(t))throw i("Can't call method on "+t);return t}},29795:function(t,e,n){"use strict";var o=n(22995).f,i=n(36272),r=n(8808)("toStringTag");t.exports=function(t,e,n){t&&!n&&(t=t.prototype),t&&!i(t,r)&&o(t,r,{configurable:!0,value:e})}},37940:function(t,e,n){"use strict";var o=n(82393),i=n(28307),r=o("keys");t.exports=function(t){return r[t]||(r[t]=i(t))}},89826:function(t,e,n){"use strict";var o=n(59733),i=n(60048),r="__core-js_shared__",a=o[r]||i(r,{});t.exports=a},82393:function(t,e,n){"use strict";var o=n(24286),i=n(89826);(t.exports=function(t,e){return i[t]||(i[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.30.2",mode:o?"pure":"global",copyright:"© 2014-2023 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.30.2/LICENSE",source:"https://github.com/zloirock/core-js"})},73044:function(t,e,n){"use strict";var o=n(84267),i=n(42700),r=n(25413),a=n(44179),s=o("".charAt),c=o("".charCodeAt),l=o("".slice),u=function(t){return function(e,n){var o,u,d=r(a(e)),p=i(n),f=d.length;return 0>p||p>=f?t?"":void 0:55296>(o=c(d,p))||o>56319||p+1===f||56320>(u=c(d,p+1))||u>57343?t?s(d,p):o:t?l(d,p,p+2):u-56320+(o-55296<<10)+65536}};t.exports={codeAt:u(!1),charAt:u(!0)}},57102:function(t,e,n){"use strict";var o=n(52630),i=n(49424),r=n(59733).String;t.exports=!!Object.getOwnPropertySymbols&&!i((function(){var t=Symbol();return!r(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&o&&41>o}))},2563:function(t,e,n){"use strict";var o=n(72196),i=n(77544),r=n(8808),a=n(19414);t.exports=function(){var t=i("Symbol"),e=t&&t.prototype,n=e&&e.valueOf,s=r("toPrimitive");e&&!e[s]&&a(e,s,(function(t){return o(n,this)}),{arity:1})}},11828:function(t,e,n){"use strict";var o=n(57102);t.exports=o&&!!Symbol.for&&!!Symbol.keyFor},66460:function(t,e,n){"use strict";var o=n(42700),i=Math.max,r=Math.min;t.exports=function(t,e){var n=o(t);return 0>n?i(n+e,0):r(n,e)}},26033:function(t,e,n){"use strict";var o=n(89268),i=n(44179);t.exports=function(t){return o(i(t))}},42700:function(t,e,n){"use strict";var o=n(81526);t.exports=function(t){var e=+t;return e!=e||0===e?0:o(e)}},11813:function(t,e,n){"use strict";var o=n(42700),i=Math.min;t.exports=function(t){return t>0?i(o(t),9007199254740991):0}},61917:function(t,e,n){"use strict";var o=n(44179),i=Object;t.exports=function(t){return i(o(t))}},10143:function(t,e,n){"use strict";var o=n(72196),i=n(68746),r=n(61497),a=n(77917),s=n(29346),c=n(8808),l=TypeError,u=c("toPrimitive");t.exports=function(t,e){if(!i(t)||r(t))return t;var n,c=a(t,u);if(c){if(void 0===e&&(e="default"),n=o(c,t,e),!i(n)||r(n))return n;throw l("Can't convert object to primitive value")}return void 0===e&&(e="number"),s(t,e)}},81504:function(t,e,n){"use strict";var o=n(10143),i=n(61497);t.exports=function(t){var e=o(t,"string");return i(e)?e:e+""}},25246:function(t,e,n){"use strict";var o={};o[n(8808)("toStringTag")]="z",t.exports="[object z]"===String(o)},25413:function(t,e,n){"use strict";var o=n(47850),i=String;t.exports=function(t){if("Symbol"===o(t))throw TypeError("Cannot convert a Symbol value to a string");return i(t)}},22776:function(t){"use strict";var e=String;t.exports=function(t){try{return e(t)}catch(t){return"Object"}}},28307:function(t,e,n){"use strict";var o=n(84267),i=0,r=Math.random(),a=o(1..toString);t.exports=function(t){return"Symbol("+(void 0===t?"":t)+")_"+a(++i+r,36)}},66056:function(t,e,n){"use strict";var o=n(57102);t.exports=o&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},26799:function(t,e,n){"use strict";var o=n(61199),i=n(49424);t.exports=o&&i((function(){return 42!=Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},31319:function(t,e,n){"use strict";var o=n(59733),i=n(80142),r=o.WeakMap;t.exports=i(r)&&/native code/.test(String(r))},13740:function(t,e,n){"use strict";var o=n(71465),i=n(36272),r=n(1816),a=n(22995).f;t.exports=function(t){var e=o.Symbol||(o.Symbol={});i(e,t)||a(e,t,{value:r.f(t)})}},1816:function(t,e,n){"use strict";var o=n(8808);e.f=o},8808:function(t,e,n){"use strict";var o=n(59733),i=n(82393),r=n(36272),a=n(28307),s=n(57102),c=n(66056),l=o.Symbol,u=i("wks"),d=c?l.for||l:l&&l.withoutSetter||a;t.exports=function(t){return r(u,t)||(u[t]=s&&r(l,t)?l[t]:d("Symbol."+t)),u[t]}},47774:function(t,e,n){"use strict";var o=n(24288),i=n(49424),r=n(39840),a=n(68746),s=n(61917),c=n(10114),l=n(99654),u=n(25044),d=n(75745),p=n(86237),f=n(8808),h=n(52630),g=f("isConcatSpreadable"),m=h>=51||!i((function(){var t=[];return t[g]=!1,t.concat()[0]!==t})),v=function(t){if(!a(t))return!1;var e=t[g];return void 0!==e?!!e:r(t)};o({target:"Array",proto:!0,arity:1,forced:!m||!p("concat")},{concat:function(t){var e,n,o,i,r,a=s(this),p=d(a,0),f=0;for(e=-1,o=arguments.length;o>e;e++)if(v(r=-1===e?a:arguments[e]))for(i=c(r),l(f+i),n=0;i>n;n++,f++)n in r&&u(p,f,r[n]);else l(f+1),u(p,f++,r);return p.length=f,p}})},76877:function(t,e,n){"use strict";var o=n(24288),i=n(74728).findIndex,r=n(80053),a="findIndex",s=!0;a in[]&&Array(1)[a]((function(){s=!1})),o({target:"Array",proto:!0,forced:s},{findIndex:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}}),r(a)},95981:function(t,e,n){"use strict";var o=n(24288),i=n(67764);o({target:"Array",stat:!0,forced:!n(62675)((function(t){Array.from(t)}))},{from:i})},24527:function(t,e,n){"use strict";var o=n(24288),i=n(77544),r=n(9975),a=n(72196),s=n(84267),c=n(49424),l=n(80142),u=n(61497),d=n(49554),p=n(42456),f=n(57102),h=String,g=i("JSON","stringify"),m=s(/./.exec),v=s("".charAt),y=s("".charCodeAt),b=s("".replace),w=s(1..toString),_=/[\uD800-\uDFFF]/g,k=/^[\uD800-\uDBFF]$/,C=/^[\uDC00-\uDFFF]$/,x=!f||c((function(){var t=i("Symbol")();return"[null]"!=g([t])||"{}"!=g({a:t})||"{}"!=g(Object(t))})),S=c((function(){return'"\\udf06\\ud834"'!==g("\udf06\ud834")||'"\\udead"'!==g("\udead")})),E=function(t,e){var n=d(arguments),o=p(e);if(l(o)||void 0!==t&&!u(t))return n[1]=function(t,e){if(l(o)&&(e=a(o,this,h(t),e)),!u(e))return e},r(g,null,n)},j=function(t,e,n){var o=v(n,e-1),i=v(n,e+1);return m(k,t)&&!m(C,i)||m(C,t)&&!m(k,o)?"\\u"+w(y(t,0),16):t};g&&o({target:"JSON",stat:!0,arity:3,forced:x||S},{stringify:function(t,e,n){var o=d(arguments),i=r(x?E:g,null,o);return S&&"string"==typeof i?b(i,_,j):i}})},49285:function(t,e,n){"use strict";var o=n(59733);n(29795)(o.JSON,"JSON",!0)},61260:function(t,e,n){"use strict";n(29795)(Math,"Math",!0)},46822:function(t,e,n){"use strict";var o=n(24288),i=n(57102),r=n(49424),a=n(34817),s=n(61917);o({target:"Object",stat:!0,forced:!i||r((function(){a.f(1)}))},{getOwnPropertySymbols:function(t){var e=a.f;return e?e(s(t)):[]}})},19876:function(t,e,n){"use strict";var o=n(25246),i=n(19414),r=n(54369);o||i(Object.prototype,"toString",r,{unsafe:!0})},4811:function(t,e,n){"use strict";var o=n(24288),i=n(59733),r=n(29795);o({global:!0},{Reflect:{}}),r(i.Reflect,"Reflect",!0)},44736:function(t,e,n){"use strict";var o=n(73044).charAt,i=n(25413),r=n(6132),a=n(66494),s=n(24260),c="String Iterator",l=r.set,u=r.getterFor(c);a(String,"String",(function(t){l(this,{type:c,string:i(t),index:0})}),(function(){var t,e=u(this),n=e.string,i=e.index;return n.length>i?(t=o(n,i),e.index+=t.length,s(t,!1)):s(void 0,!0)}))},13865:function(t,e,n){"use strict";n(13740)("asyncIterator")},13613:function(t,e,n){"use strict";var o=n(24288),i=n(59733),r=n(72196),a=n(84267),s=n(24286),c=n(61199),l=n(57102),u=n(49424),d=n(36272),p=n(4152),f=n(82747),h=n(26033),g=n(81504),m=n(25413),v=n(24229),y=n(16224),b=n(73515),w=n(30577),_=n(93726),k=n(34817),C=n(63163),x=n(22995),S=n(61045),E=n(22466),j=n(19414),T=n(91783),I=n(82393),z=n(37940),L=n(16966),A=n(28307),P=n(8808),M=n(1816),R=n(13740),B=n(2563),D=n(29795),O=n(6132),N=n(74728).forEach,H=z("hidden"),F="Symbol",q="prototype",V=O.set,W=O.getterFor(F),G=Object[q],U=i.Symbol,Y=U&&U[q],K=i.TypeError,Z=i.QObject,J=C.f,X=x.f,$=_.f,Q=E.f,tt=a([].push),et=I("symbols"),nt=I("op-symbols"),ot=I("wks"),it=!Z||!Z[q]||!Z[q].findChild,rt=c&&u((function(){return 7!=y(X({},"a",{get:function(){return X(this,"a",{value:7}).a}})).a}))?function(t,e,n){var o=J(G,e);o&&delete G[e],X(t,e,n),o&&t!==G&&X(G,e,o)}:X,at=function(t,e){var n=et[t]=y(Y);return V(n,{type:F,tag:t,description:e}),c||(n.description=e),n},st=function(t,e,n){t===G&&st(nt,e,n),f(t);var o=g(e);return f(n),d(et,o)?(n.enumerable?(d(t,H)&&t[H][o]&&(t[H][o]=!1),n=y(n,{enumerable:v(0,!1)})):(d(t,H)||X(t,H,v(1,{})),t[H][o]=!0),rt(t,o,n)):X(t,o,n)},ct=function(t,e){f(t);var n=h(e),o=b(n).concat(pt(n));return N(o,(function(e){c&&!r(lt,n,e)||st(t,e,n[e])})),t},lt=function(t){var e=g(t),n=r(Q,this,e);return!(this===G&&d(et,e)&&!d(nt,e))&&(!(n||!d(this,e)||!d(et,e)||d(this,H)&&this[H][e])||n)},ut=function(t,e){var n=h(t),o=g(e);if(n!==G||!d(et,o)||d(nt,o)){var i=J(n,o);return!i||!d(et,o)||d(n,H)&&n[H][o]||(i.enumerable=!0),i}},dt=function(t){var e=$(h(t)),n=[];return N(e,(function(t){d(et,t)||d(L,t)||tt(n,t)})),n},pt=function(t){var e=t===G,n=$(e?nt:h(t)),o=[];return N(n,(function(t){!d(et,t)||e&&!d(G,t)||tt(o,et[t])})),o};l||(U=function(){if(p(Y,this))throw K("Symbol is not a constructor");var t=arguments.length&&void 0!==arguments[0]?m(arguments[0]):void 0,e=A(t),n=function(t){this===G&&r(n,nt,t),d(this,H)&&d(this[H],e)&&(this[H][e]=!1),rt(this,e,v(1,t))};return c&&it&&rt(G,e,{configurable:!0,set:n}),at(e,t)},j(Y=U[q],"toString",(function(){return W(this).tag})),j(U,"withoutSetter",(function(t){return at(A(t),t)})),E.f=lt,x.f=st,S.f=ct,C.f=ut,w.f=_.f=dt,k.f=pt,M.f=function(t){return at(P(t),t)},c&&(T(Y,"description",{configurable:!0,get:function(){return W(this).description}}),s||j(G,"propertyIsEnumerable",lt,{unsafe:!0}))),o({global:!0,constructor:!0,wrap:!0,forced:!l,sham:!l},{Symbol:U}),N(b(ot),(function(t){R(t)})),o({target:F,stat:!0,forced:!l},{useSetter:function(){it=!0},useSimple:function(){it=!1}}),o({target:"Object",stat:!0,forced:!l,sham:!c},{create:function(t,e){return void 0===e?y(t):ct(y(t),e)},defineProperty:st,defineProperties:ct,getOwnPropertyDescriptor:ut}),o({target:"Object",stat:!0,forced:!l},{getOwnPropertyNames:dt}),B(),D(U,F),L[H]=!0},1559:function(t,e,n){"use strict";var o=n(24288),i=n(61199),r=n(59733),a=n(84267),s=n(36272),c=n(80142),l=n(4152),u=n(25413),d=n(91783),p=n(69494),f=r.Symbol,h=f&&f.prototype;if(i&&c(f)&&(!("description"in h)||void 0!==f().description)){var g={},m=function(){var t=1>arguments.length||void 0===arguments[0]?void 0:u(arguments[0]),e=l(h,this)?new f(t):void 0===t?f():f(t);return""===t&&(g[e]=!0),e};p(m,f),m.prototype=h,h.constructor=m;var v="Symbol(test)"==String(f("test")),y=a(h.valueOf),b=a(h.toString),w=/^Symbol\((.*)\)[^)]+$/,_=a("".replace),k=a("".slice);d(h,"description",{configurable:!0,get:function(){var t=y(this);if(s(g,t))return"";var e=b(t),n=v?k(e,7,-1):_(e,w,"$1");return""===n?void 0:n}}),o({global:!0,constructor:!0,forced:!0},{Symbol:m})}},81889:function(t,e,n){"use strict";var o=n(24288),i=n(77544),r=n(36272),a=n(25413),s=n(82393),c=n(11828),l=s("string-to-symbol-registry"),u=s("symbol-to-string-registry");o({target:"Symbol",stat:!0,forced:!c},{for:function(t){var e=a(t);if(r(l,e))return l[e];var n=i("Symbol")(e);return l[e]=n,u[n]=e,n}})},60665:function(t,e,n){"use strict";n(13740)("hasInstance")},35973:function(t,e,n){"use strict";n(13740)("isConcatSpreadable")},99801:function(t,e,n){"use strict";n(13740)("iterator")},49731:function(t,e,n){"use strict";n(13613),n(81889),n(15084),n(24527),n(46822)},15084:function(t,e,n){"use strict";var o=n(24288),i=n(36272),r=n(61497),a=n(22776),s=n(82393),c=n(11828),l=s("symbol-to-string-registry");o({target:"Symbol",stat:!0,forced:!c},{keyFor:function(t){if(!r(t))throw TypeError(a(t)+" is not a symbol");if(i(l,t))return l[t]}})},20335:function(t,e,n){"use strict";n(13740)("matchAll")},78281:function(t,e,n){"use strict";n(13740)("match")},44135:function(t,e,n){"use strict";n(13740)("replace")},81769:function(t,e,n){"use strict";n(13740)("search")},36239:function(t,e,n){"use strict";n(13740)("species")},6467:function(t,e,n){"use strict";n(13740)("split")},86861:function(t,e,n){"use strict";var o=n(13740),i=n(2563);o("toPrimitive"),i()},44515:function(t,e,n){"use strict";var o=n(77544),i=n(13740),r=n(29795);i("toStringTag"),r(o("Symbol"),"Symbol")},38840:function(t,e,n){"use strict";n(13740)("unscopables")},96464:function(t,e,n){"use strict";t.exports=n(95509).polyfill()},95509:function(t,e,n){"use strict";t.exports=function(){function t(t){return"function"==typeof t}var e=Array.isArray?Array.isArray:function(t){return"[object Array]"===Object.prototype.toString.call(t)},o=0,i=void 0,r=void 0,a=function(t,e){f[o]=t,f[o+1]=e,2===(o+=2)&&(r?r(h):b())},s="undefined"!=typeof window?window:void 0,c=s||{},l=c.MutationObserver||c.WebKitMutationObserver,u="undefined"==typeof self&&"undefined"!=typeof process&&"[object process]"==={}.toString.call(process),d="undefined"!=typeof Uint8ClampedArray&&"undefined"!=typeof importScripts&&"undefined"!=typeof MessageChannel;function p(){var t=setTimeout;return function(){return t(h,1)}}var f=new Array(1e3);function h(){for(var t=0;o>t;t+=2)(0,f[t])(f[t+1]),f[t]=void 0,f[t+1]=void 0;o=0}var g,m,v,y,b=void 0;function w(t,e){var n=this,o=new this.constructor(C);void 0===o[k]&&B(o);var i=n._state;if(i){var r=arguments[i-1];a((function(){return M(i,o,r,n._result)}))}else A(n,o,t,e);return o}function _(t){if(t&&"object"==typeof t&&t.constructor===this)return t;var e=new this(C);return T(e,t),e}b=u?function(){return process.nextTick(h)}:l?(m=0,v=new l(h),y=document.createTextNode(""),v.observe(y,{characterData:!0}),function(){y.data=m=++m%2}):d?((g=new MessageChannel).port1.onmessage=h,function(){return g.port2.postMessage(0)}):void 0===s?function(){try{var t=Function("return this")().require("vertx");return void 0!==(i=t.runOnLoop||t.runOnContext)?function(){i(h)}:p()}catch(t){return p()}}():p();var k=Math.random().toString(36).substring(2);function C(){}var x=void 0,S=1,E=2;function j(e,n,o){n.constructor===e.constructor&&o===w&&n.constructor.resolve===_?function(t,e){e._state===S?z(t,e._result):e._state===E?L(t,e._result):A(e,void 0,(function(e){return T(t,e)}),(function(e){return L(t,e)}))}(e,n):void 0===o?z(e,n):t(o)?function(t,e,n){a((function(t){var o=!1,i=function(n,i,r,a){try{n.call(i,(function(n){o||(o=!0,e!==n?T(t,n):z(t,n))}),(function(e){o||(o=!0,L(t,e))}))}catch(t){return t}}(n,e);!o&&i&&(o=!0,L(t,i))}),t)}(e,n,o):z(e,n)}function T(t,e){if(t===e)L(t,new TypeError("You cannot resolve a promise with itself"));else if(i=typeof(o=e),null===o||"object"!==i&&"function"!==i)z(t,e);else{var n=void 0;try{n=e.then}catch(e){return void L(t,e)}j(t,e,n)}var o,i}function I(t){t._onerror&&t._onerror(t._result),P(t)}function z(t,e){t._state===x&&(t._result=e,t._state=S,0!==t._subscribers.length&&a(P,t))}function L(t,e){t._state===x&&(t._state=E,t._result=e,a(I,t))}function A(t,e,n,o){var i=t._subscribers,r=i.length;t._onerror=null,i[r]=e,i[r+S]=n,i[r+E]=o,0===r&&t._state&&a(P,t)}function P(t){var e=t._subscribers,n=t._state;if(0!==e.length){for(var o=void 0,i=void 0,r=t._result,a=0;e.length>a;a+=3)i=e[a+n],(o=e[a])?M(n,o,i,r):i(r);t._subscribers.length=0}}function M(e,n,o,i){var r=t(o),a=void 0,s=void 0,c=!0;if(r){try{a=o(i)}catch(t){c=!1,s=t}if(n===a)return void L(n,new TypeError("A promises callback cannot return that same promise."))}else a=i;n._state!==x||(r&&c?T(n,a):!1===c?L(n,s):e===S?z(n,a):e===E&&L(n,a))}var R=0;function B(t){t[k]=R++,t._state=void 0,t._result=void 0,t._subscribers=[]}var D=function(){function t(t,n){this._instanceConstructor=t,this.promise=new t(C),this.promise[k]||B(this.promise),e(n)?(this.length=n.length,this._remaining=n.length,this._result=new Array(this.length),0===this.length?z(this.promise,this._result):(this.length=this.length||0,this._enumerate(n),0===this._remaining&&z(this.promise,this._result))):L(this.promise,new Error("Array Methods must be provided an Array"))}return t.prototype._enumerate=function(t){for(var e=0;this._state===x&&t.length>e;e++)this._eachEntry(t[e],e)},t.prototype._eachEntry=function(t,e){var n=this._instanceConstructor,o=n.resolve;if(o===_){var i=void 0,r=void 0,a=!1;try{i=t.then}catch(t){a=!0,r=t}if(i===w&&t._state!==x)this._settledAt(t._state,e,t._result);else if("function"!=typeof i)this._remaining--,this._result[e]=t;else if(n===O){var s=new n(C);a?L(s,r):j(s,t,i),this._willSettleAt(s,e)}else this._willSettleAt(new n((function(e){return e(t)})),e)}else this._willSettleAt(o(t),e)},t.prototype._settledAt=function(t,e,n){var o=this.promise;o._state===x&&(this._remaining--,t===E?L(o,n):this._result[e]=n),0===this._remaining&&z(o,this._result)},t.prototype._willSettleAt=function(t,e){var n=this;A(t,void 0,(function(t){return n._settledAt(S,e,t)}),(function(t){return n._settledAt(E,e,t)}))},t}(),O=function(){function e(t){this[k]=R++,this._result=this._state=void 0,this._subscribers=[],C!==t&&("function"!=typeof t&&function(){throw new TypeError("You must pass a resolver function as the first argument to the promise constructor")}(),this instanceof e?function(t,e){try{e((function(e){T(t,e)}),(function(e){L(t,e)}))}catch(e){L(t,e)}}(this,t):function(){throw new TypeError("Failed to construct 'Promise': Please use the 'new' operator, this object constructor cannot be called as a function.")}())}return e.prototype.catch=function(t){return this.then(null,t)},e.prototype.finally=function(e){var n=this,o=n.constructor;return t(e)?n.then((function(t){return o.resolve(e()).then((function(){return t}))}),(function(t){return o.resolve(e()).then((function(){throw t}))})):n.then(e,e)},e}();return O.prototype.then=w,O.all=function(t){return new D(this,t).promise},O.race=function(t){var n=this;return e(t)?new n((function(e,o){for(var i=t.length,r=0;i>r;r++)n.resolve(t[r]).then(e,o)})):new n((function(t,e){return e(new TypeError("You must pass an array to race."))}))},O.resolve=_,O.reject=function(t){var e=new this(C);return L(e,t),e},O._setScheduler=function(t){r=t},O._setAsap=function(t){a=t},O._asap=a,O.polyfill=function(){var t=void 0;if(void 0!==n.g)t=n.g;else if("undefined"!=typeof self)t=self;else try{t=Function("return this")()}catch(t){throw new Error("polyfill failed because global object is unavailable in this environment")}var e=t.Promise;if(e){var o=null;try{o=Object.prototype.toString.call(e.resolve())}catch(t){}if("[object Promise]"===o&&!e.cast)return}t.Promise=O},O.Promise=O,O}()},77628:function(t,e,n){"use strict";n.d(e,{D:function(){return i}});var o=n(11612),i=function(){function t(){this.cache=!0,this.defaultTimeout=100,this.namespace="",this.safeMode=!1,this.width="auto",this.height="auto",this.safePluginsList=["about","enter","backspace","size","bold","hotkeys"],this.license="",this.preset="custom",this.presets={inline:{inline:!0,toolbar:!1,toolbarInline:!0,toolbarInlineForSelection:!0,showXPathInStatusbar:!1,showCharsCounter:!1,showWordsCounter:!1,showPlaceholder:!1}},this.ownerDocument="undefined"!=typeof document?document:null,this.ownerWindow="undefined"!=typeof window?window:null,this.shadowRoot=null,this.zIndex=0,this.readonly=!1,this.disabled=!1,this.activeButtonsInReadOnly=["source","fullsize","print","about","dots","selectall"],this.allowCommandsInReadOnly=["selectall","preview","print"],this.toolbarButtonSize="middle",this.allowTabNavigation=!1,this.inline=!1,this.theme="default",this.saveModeInStorage=!1,this.editorClassName=!1,this.className=!1,this.style=!1,this.containerStyle=!1,this.styleValues={},this.triggerChangeEvent=!0,this.direction="",this.language="auto",this.debugLanguage=!1,this.i18n=!1,this.tabIndex=-1,this.toolbar=!0,this.statusbar=!0,this.showTooltip=!0,this.showTooltipDelay=200,this.useNativeTooltip=!1,this.defaultActionOnPaste=o.INSERT_AS_HTML,this.enter=o.PARAGRAPH,this.iframe=!1,this.editHTMLDocumentMode=!1,this.enterBlock="br"!==this.enter?this.enter:o.PARAGRAPH,this.defaultMode=o.MODE_WYSIWYG,this.useSplitMode=!1,this.colors={greyscale:["#000000","#434343","#666666","#999999","#B7B7B7","#CCCCCC","#D9D9D9","#EFEFEF","#F3F3F3","#FFFFFF"],palette:["#980000","#FF0000","#FF9900","#FFFF00","#00F0F0","#00FFFF","#4A86E8","#0000FF","#9900FF","#FF00FF"],full:["#E6B8AF","#F4CCCC","#FCE5CD","#FFF2CC","#D9EAD3","#D0E0E3","#C9DAF8","#CFE2F3","#D9D2E9","#EAD1DC","#DD7E6B","#EA9999","#F9CB9C","#FFE599","#B6D7A8","#A2C4C9","#A4C2F4","#9FC5E8","#B4A7D6","#D5A6BD","#CC4125","#E06666","#F6B26B","#FFD966","#93C47D","#76A5AF","#6D9EEB","#6FA8DC","#8E7CC3","#C27BA0","#A61C00","#CC0000","#E69138","#F1C232","#6AA84F","#45818E","#3C78D8","#3D85C6","#674EA7","#A64D79","#85200C","#990000","#B45F06","#BF9000","#38761D","#134F5C","#1155CC","#0B5394","#351C75","#733554","#5B0F00","#660000","#783F04","#7F6000","#274E13","#0C343D","#1C4587","#073763","#20124D","#4C1130"]},this.colorPickerDefaultTab="background",this.imageDefaultWidth=300,this.removeButtons=[],this.disablePlugins=[],this.extraPlugins=[],this.extraButtons=[],this.extraIcons={},this.createAttributes={table:{style:"border-collapse:collapse;width: 100%;"}},this.sizeLG=900,this.sizeMD=700,this.sizeSM=400,this.buttons=[{group:"font-style",buttons:[]},{group:"list",buttons:[]},{group:"font",buttons:[]},"---",{group:"script",buttons:[]},{group:"media",buttons:[]},"\n",{group:"state",buttons:[]},{group:"clipboard",buttons:[]},{group:"insert",buttons:[]},{group:"indent",buttons:[]},{group:"color",buttons:[]},{group:"form",buttons:[]},"---",{group:"history",buttons:[]},{group:"search",buttons:[]},{group:"source",buttons:[]},{group:"other",buttons:[]},{group:"info",buttons:[]}],this.buttonsMD=["bold","italic","|","ul","ol","eraser","|","font","fontsize","---","image","table","|","link","\n","brush","paragraph","align","|","hr","copyformat","fullsize","---","undo","redo","|","dots"],this.buttonsSM=["bold","italic","|","ul","ol","eraser","|","fontsize","brush","paragraph","---","image","table","\n","link","|","align","|","undo","redo","|","copyformat","fullsize","---","dots"],this.buttonsXS=["bold","brush","paragraph","eraser","|","fontsize","---","image","\n","align","undo","redo","|","link","table","---","dots"],this.events={},this.textIcons=!1,this.showBrowserColorPicker=!0}return Object.defineProperty(t,"defaultOptions",{get:function(){return t.__defaultOptions||(t.__defaultOptions=new t),t.__defaultOptions},enumerable:!1,configurable:!0}),t}();i.prototype.controls={}},97808:function(t,e,n){"use strict";n.d(e,{e:function(){return d}});var o=n(97582),i=n(1833),r=n(96318),a=n(94144),s=n(43087),c=n(4682),l=n(85806),u=(n(52378),n(11612)),d=function(){function t(){var t,e,n,o,i,r=this;this.timers=new Map,this.__callbacks=new Map,this.__queueMicrotaskNative=null!==(t=null===queueMicrotask||void 0===queueMicrotask?void 0:queueMicrotask.bind(window))&&void 0!==t?t:Promise.resolve().then.bind(Promise.resolve()),this.promisesRejections=new Set,this.requestsIdle=new Set,this.requestsRaf=new Set,this.requestIdleCallbackNative=null!==(n=null===(e=window.requestIdleCallback)||void 0===e?void 0:e.bind(window))&&void 0!==n?n:function(t,e){var n,o=Date.now();return r.setTimeout((function(){t({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-o))}})}),null!==(n=null==e?void 0:e.timeout)&&void 0!==n?n:1)},this.cancelIdleCallbackNative=null!==(i=null===(o=window.cancelIdleCallback)||void 0===o?void 0:o.bind(window))&&void 0!==i?i:function(t){r.clearTimeout(t)},this.isDestructed=!1}return t.prototype.delay=function(t){var e=this;return this.promise((function(n){return e.setTimeout(n,t)}))},t.prototype.setTimeout=function(t,e){for(var n=[],r=2;arguments.length>r;r++)n[r-2]=arguments[r];if(this.isDestructed)return 0;var a={};(0,l.h)(e)||(e=(a=e).timeout||0),a.label&&this.clearLabel(a.label);var s=i.i.apply(void 0,(0,o.ev)([t,e],(0,o.CR)(n),!1)),c=a.label||s;return this.timers.set(c,s),this.__callbacks.set(c,t),s},t.prototype.updateTimeout=function(t,e){if(!t||!this.timers.has(t))return null;var n=this.__callbacks.get(t);return this.setTimeout(n,{label:t,timeout:e})},t.prototype.clearLabel=function(t){t&&this.timers.has(t)&&((0,i.g)(this.timers.get(t)),this.timers.delete(t),this.__callbacks.delete(t))},t.prototype.clearTimeout=function(t){if((0,c.H)(t))return this.clearLabel(t);(0,i.g)(t),this.timers.delete(t),this.__callbacks.delete(t)},t.prototype.debounce=function(t,e,n){var c=this;void 0===n&&(n=!1);var l=0,u=!1,d=[],p=function(){for(var e=[],n=0;arguments.length>n;n++)e[n]=arguments[n];if(!u){l=0;var i=t.apply(void 0,(0,o.ev)([],(0,o.CR)(e),!1));if(u=!0,d.length){var r=function(){d.forEach((function(t){return t()})),d.length=0};(0,s.t)(i)?i.finally(r):r()}}},f=function(){for(var a=[],s=0;arguments.length>s;s++)a[s]=arguments[s];u=!1,e?(!l&&n&&p.apply(void 0,(0,o.ev)([],(0,o.CR)(a),!1)),(0,i.g)(l),l=c.setTimeout((function(){return p.apply(void 0,(0,o.ev)([],(0,o.CR)(a),!1))}),(0,r.m)(e)?e():e),c.timers.set(t,l)):p.apply(void 0,(0,o.ev)([],(0,o.CR)(a),!1))};return(0,a.P)(e)&&e.promisify?function(){for(var t=[],e=0;arguments.length>e;e++)t[e]=arguments[e];var n=c.promise((function(t){d.push(t)}));return f.apply(void 0,(0,o.ev)([],(0,o.CR)(t),!1)),n}:f},t.prototype.microDebounce=function(t,e){var n=this;void 0===e&&(e=!1);var i,r=!1,a=!0;return function(){for(var s=[],c=0;arguments.length>c;c++)s[c]=arguments[c];i=s,r?a=!0:(a=!0,e&&(a=!1,t.apply(void 0,(0,o.ev)([],(0,o.CR)(i),!1))),r=!0,n.__queueMicrotaskNative((function(){r=!1,n.isDestructed||a&&t.apply(void 0,(0,o.ev)([],(0,o.CR)(i),!1))})))}},t.prototype.throttle=function(t,e,n){var i=this;void 0===n&&(n=!1);var a,s,c,l=null;return function(){for(var n=[],u=0;arguments.length>u;u++)n[u]=arguments[u];a=!0,c=n,e?l||(s=function(){a?(t.apply(void 0,(0,o.ev)([],(0,o.CR)(c),!1)),a=!1,l=i.setTimeout(s,(0,r.m)(e)?e():e),i.timers.set(s,l)):l=null})():t.apply(void 0,(0,o.ev)([],(0,o.CR)(c),!1))}},t.prototype.promise=function(t){var e=this,n=function(){},o=new Promise((function(o,i){return e.promisesRejections.add(i),n=function(){return i(Error("Reject promise"))},t(o,i)}));return o.finally||"undefined"==typeof process||u.IS_ES_NEXT||(o.finally=function(t){return o.then(t).catch(t),o}),o.finally((function(){e.promisesRejections.delete(n)})).catch((function(){return null})),o.rejectCallback=n,o},t.prototype.promiseState=function(t){var e=this;if(t.status)return t.status;if(!Promise.race)return new Promise((function(n){t.then((function(t){return n("fulfilled"),t}),(function(t){throw n("rejected"),t})),e.setTimeout((function(){n("pending")}),100)}));var n={};return Promise.race([t,n]).then((function(t){return t===n?"pending":"fulfilled"}),(function(){return"rejected"}))},t.prototype.requestIdleCallback=function(t,e){var n=this.requestIdleCallbackNative(t,e);return this.requestsIdle.add(n),n},t.prototype.requestIdlePromise=function(t){var e=this;return this.promise((function(n){var o=e.requestIdleCallback((function(){return n(o)}),t)}))},t.prototype.cancelIdleCallback=function(t){return this.requestsIdle.delete(t),this.cancelIdleCallbackNative(t)},t.prototype.requestAnimationFrame=function(t){var e=requestAnimationFrame(t);return this.requestsRaf.add(e),e},t.prototype.cancelAnimationFrame=function(t){this.requestsRaf.delete(t),cancelAnimationFrame(t)},t.prototype.clear=function(){var t=this;this.requestsIdle.forEach((function(e){return t.cancelIdleCallback(e)})),this.requestsRaf.forEach((function(e){return t.cancelAnimationFrame(e)})),this.timers.forEach((function(e){return(0,i.g)(t.timers.get(e))})),this.timers.clear(),this.promisesRejections.forEach((function(t){return t()})),this.promisesRejections.clear()},t.prototype.destruct=function(){this.clear(),this.isDestructed=!0},t}()},32082:function(t,e,n){"use strict";n.d(e,{e:function(){return o.e}});var o=n(97808)},79467:function(t,e,n){"use strict";n.d(e,{w:function(){return c}});var o=n(95582),i=n(81160),r=n(1188),a=n(32082),s=new Map,c=function(){function t(){this.async=new a.e,this.ownerWindow=window,this.__componentStatus=r.n.beforeInit,this.uid="jodit-uid-"+(0,i.fe)()}return Object.defineProperty(t.prototype,"componentName",{get:function(){return this.__componentName||(this.__componentName="jodit-"+(0,o.kebabCase)(((0,o.isFunction)(this.className)?this.className():"")||(0,o.getClassName)(this))),this.__componentName},enumerable:!1,configurable:!0}),t.prototype.getFullElName=function(t,e,n){var i=[this.componentName];return t&&(t=t.replace(/[^a-z0-9-]/gi,"-"),i.push("__".concat(t))),e&&(i.push("_",e),i.push("_",(0,o.isVoid)(n)?"true":n.toString())),i.join("")},Object.defineProperty(t.prototype,"ownerDocument",{get:function(){return this.ow.document},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"od",{get:function(){return this.ownerDocument},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"ow",{get:function(){return this.ownerWindow},enumerable:!1,configurable:!0}),t.prototype.get=function(t,e){return(0,o.get)(t,e||this)},Object.defineProperty(t.prototype,"isReady",{get:function(){return this.componentStatus===r.n.ready},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"isDestructed",{get:function(){return this.componentStatus===r.n.destructed},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"isInDestruct",{get:function(){return r.n.beforeDestruct===this.componentStatus||r.n.destructed===this.componentStatus},enumerable:!1,configurable:!0}),t.prototype.bindDestruct=function(t){var e=this;return t.hookStatus(r.n.beforeDestruct,(function(){return!e.isInDestruct&&e.destruct()})),this},t.prototype.destruct=function(){this.setStatus(r.n.destructed),this.async&&(this.async.destruct(),this.async=void 0),s.get(this)&&s.delete(this),this.ownerWindow=void 0},Object.defineProperty(t.prototype,"componentStatus",{get:function(){return this.__componentStatus},set:function(t){this.setStatus(t)},enumerable:!1,configurable:!0}),t.prototype.setStatus=function(t){return this.setStatusComponent(t,this)},t.prototype.setStatusComponent=function(t,e){if(t!==this.__componentStatus){e===this&&(this.__componentStatus=t);var n=Object.getPrototypeOf(this);n&&(0,o.isFunction)(n.setStatusComponent)&&n.setStatusComponent(t,e);var i=s.get(this),r=null==i?void 0:i[t];r&&r.length&&r.forEach((function(t){return t(e)}))}},t.prototype.hookStatus=function(t,e){var n=s.get(this);n||s.set(this,n={}),n[t]||(n[t]=[]),n[t].push(e)},t.isInstanceOf=function(t,e){return t instanceof e},t.STATUSES=r.n,t}()},22562:function(t,e,n){"use strict";n.d(e,{Hr:function(){return r.H},n$:function(){return o.n},wA:function(){return i.w}});var o=n(1188),i=n(79467),r=n(28702)},1188:function(t,e,n){"use strict";n.d(e,{n:function(){return o}});var o={beforeInit:"beforeInit",ready:"ready",beforeDestruct:"beforeDestruct",destructed:"destructed"}},28702:function(t,e,n){"use strict";n.d(e,{H:function(){return i}});var o=n(97582),i=function(t){function e(e){var n=t.call(this)||this;return n.setParentView(e),n}return(0,o.ZT)(e,t),Object.defineProperty(e.prototype,"j",{get:function(){return this.jodit},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"defaultTimeout",{get:function(){return this.j.defaultTimeout},enumerable:!1,configurable:!0}),e.prototype.i18n=function(t){for(var e,n=[],i=1;arguments.length>i;i++)n[i-1]=arguments[i];return(e=this.j).i18n.apply(e,(0,o.ev)([t],(0,o.CR)(n),!1))},e.prototype.setParentView=function(t){return this.jodit=t,t.components.add(this),this},e.prototype.destruct=function(){return this.j.components.delete(this),t.prototype.destruct.call(this)},e}(n(79467).w)},11612:function(t,e,n){"use strict";n.r(e),n.d(e,{ACCURACY:function(){return F},APP_VERSION:function(){return i},BASE_PATH:function(){return st},BR:function(){return V},CLIPBOARD_ID:function(){return ut},COMMAND_KEYS:function(){return q},EMULATE_DBLCLICK_TIMEOUT:function(){return Q},ES:function(){return r},FAT_MODE:function(){return u},HOMEPAGE:function(){return d},INSEPARABLE_TAGS:function(){return S},INSERT_AS_HTML:function(){return tt},INSERT_AS_TEXT:function(){return nt},INSERT_CLEAR_HTML:function(){return et},INSERT_ONLY_TEXT:function(){return ot},INVISIBLE_SPACE:function(){return f},INVISIBLE_SPACE_REG_EXP:function(){return g},INVISIBLE_SPACE_REG_EXP_END:function(){return m},INVISIBLE_SPACE_REG_EXP_START:function(){return v},IS_BLOCK:function(){return _},IS_ES_MODERN:function(){return a},IS_ES_NEXT:function(){return s},IS_IE:function(){return K},IS_INLINE:function(){return k},IS_MAC:function(){return rt},IS_PROD:function(){return c},IS_TEST:function(){return l},KEY_ALIASES:function(){return at},KEY_ALT:function(){return A},KEY_BACKSPACE:function(){return T},KEY_DELETE:function(){return O},KEY_DOWN:function(){return B},KEY_ENTER:function(){return z},KEY_ESC:function(){return L},KEY_F3:function(){return N},KEY_LEFT:function(){return P},KEY_META:function(){return j},KEY_RIGHT:function(){return R},KEY_SPACE:function(){return D},KEY_TAB:function(){return I},KEY_UP:function(){return M},LIST_TAGS:function(){return C},MARKER_CLASS:function(){return $},MODE_SOURCE:function(){return U},MODE_SPLIT:function(){return Y},MODE_WYSIWYG:function(){return G},NBSP_SPACE:function(){return h},NEARBY:function(){return H},NO_EMPTY_TAGS:function(){return E},PARAGRAPH:function(){return W},PASSIVE_EVENTS:function(){return pt},SAFE_COUNT_CHANGE_CALL:function(){return it},SET_TEST:function(){return p},SOURCE_CONSUMER:function(){return dt},SPACE_REG_EXP:function(){return y},SPACE_REG_EXP_END:function(){return w},SPACE_REG_EXP_START:function(){return b},TEMP_ATTR:function(){return ct},TEXT_HTML:function(){return J},TEXT_PLAIN:function(){return Z},TEXT_RTF:function(){return X},lang:function(){return lt}});var o=n(97582),i="2.0.0-beta.10",r="es5",a=!1,s=!1,c=!0,l=!1,u=!0,d="https://xdsoft.net/jodit/pro/",p=function(){return l=!0},f="\ufeff",h=" ",g=function(){return/[\uFEFF]/g},m=function(){return/[\uFEFF]+$/g},v=function(){return/^[\uFEFF]+/g},y=function(){return/[\s\n\t\r\uFEFF\u200b]+/g},b=function(){return/^[\s\n\t\r\uFEFF\u200b]+/g},w=function(){return/[\s\n\t\r\uFEFF\u200b]+$/g},_=/^(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,C=new Set(["ul","ol"]),x=["img","video","svg","iframe","script","input","textarea","link","jodit","jodit-media"],S=new Set((0,o.ev)((0,o.ev)([],(0,o.CR)(x),!1),["br","hr"],!1)),E=new Set(x),j="Meta",T="Backspace",I="Tab",z="Enter",L="Escape",A="Alt",P="ArrowLeft",M="ArrowUp",R="ArrowRight",B="ArrowDown",D="Space",O="Delete",N="F3",H=5,F=10,q=[j,T,O,M,B,R,P,z,L,N,I],V="br",W="p",G=1,U=2,Y=3,K="undefined"!=typeof navigator&&(-1!==navigator.userAgent.indexOf("MSIE")||/rv:11.0/i.test(navigator.userAgent)),Z=K?"text":"text/plain",J=K?"html":"text/html",X=K?"rtf":"text/rtf",$="jodit-selection_marker",Q=300,tt="insert_as_html",et="insert_clear_html",nt="insert_as_text",ot="insert_only_text",it=10,rt="undefined"!=typeof window&&/Mac|iPod|iPhone|iPad/.test(window.navigator.platform),at={add:"+",break:"pause",cmd:"meta",command:"meta",ctl:"control",ctrl:"control",del:"delete",down:"arrowdown",esc:"escape",ins:"insert",left:"arrowleft",mod:rt?"meta":"control",opt:"alt",option:"alt",return:"enter",right:"arrowright",space:" ",spacebar:" ",up:"arrowup",win:"meta",windows:"meta"},st=function(){if("undefined"==typeof document)return"";var t=document.currentScript,e=function(t){var e=t.split("/");return/\.js/.test(e[e.length-1])?e.slice(0,e.length-1).join("/")+"/":t};if(t)return e(t.src);var n=document.querySelectorAll("script[src]");return n&&n.length?e(n[n.length-1].src):window.location.href}(),ct="data-jodit-temp",lt={},ut="clipboard",dt="source-consumer",pt=new Set(["touchstart","touchend","scroll","mousewheel","mousemove","touchmove"])},62697:function(t,e,n){"use strict";n.d(e,{Q:function(){return a}});var o=n(95582),i=(n(52378),n(44913)),r=n(11612),a=function(){function t(t,e){this.document=t,this.createAttributes=e}return Object.defineProperty(t.prototype,"doc",{get:function(){return(0,o.isFunction)(this.document)?this.document():this.document},enumerable:!1,configurable:!0}),t.prototype.element=function(t,e,n){var i=this,r=this.doc.createElement(t.toLowerCase());return this.applyCreateAttributes(r),e&&((0,o.isPlainObject)(e)?(0,o.attr)(r,e):n=e),n&&(0,o.asArray)(n).forEach((function(t){return r.appendChild((0,o.isString)(t)?i.fromHTML(t):t)})),r},t.prototype.div=function(t,e,n){var o=this.element("div",e,n);return t&&(o.className=t),o},t.prototype.sandbox=function(){var t,e=this.element("iframe",{sandbox:"allow-same-origin"});this.doc.body.appendChild(e);var n=null===(t=e.contentWindow)||void 0===t?void 0:t.document;if(!n)throw Error("Iframe error");return n.open(),n.write("<!DOCTYPE html><html><head></head><body></body></html>"),n.close(),[n.body,e]},t.prototype.span=function(t,e,n){var o=this.element("span",e,n);return t&&(o.className=t),o},t.prototype.a=function(t,e,n){var o=this.element("a",e,n);return t&&(o.className=t),o},t.prototype.text=function(t){return this.doc.createTextNode(t)},t.prototype.fake=function(){return this.text(r.INVISIBLE_SPACE)},t.prototype.fragment=function(){return this.doc.createDocumentFragment()},t.prototype.fromHTML=function(t,e){var n=this.div();n.innerHTML=t.toString();var r=n.firstChild===n.lastChild&&n.firstChild?n.firstChild:n;if(i.i.safeRemove(r),e){var a=(0,o.refs)(r);Object.keys(e).forEach((function(t){var n=a[t];n&&!1===e[t]&&i.i.hide(n)}))}return r},t.prototype.applyCreateAttributes=function(t){if(this.createAttributes){var e=this.createAttributes;if(e&&e[t.tagName.toLowerCase()]){var n=e[t.tagName.toLowerCase()];(0,o.isFunction)(n)?n(t):(0,o.isPlainObject)(n)&&(0,o.attr)(t,n)}}},t}()},82637:function(t,e,n){"use strict";n.d(e,{Q:function(){return o.Q}});var o=n(62697)},19457:function(t,e,n){"use strict";n.d(e,{F:function(){return s},R:function(){return c}});var o=n(71350),i=n(68126),r=n(44913),a=n(1188);function s(t,e,n){var o=n.get;if(!o)throw(0,i.vU)("Getter property descriptor expected");n.get=function(){var t=o.call(this);return t&&!0===t.noCache||Object.defineProperty(this,e,{configurable:n.configurable,enumerable:n.enumerable,writable:!1,value:t}),t}}function c(t,e,n){var s=n.value;if(!(0,o.mf)(s))throw(0,i.vU)("Handler must be a Function");var c=!0,l=new WeakMap;n.value=function(){for(var t,e=[],n=0;arguments.length>n;n++)e[n]=arguments[n];if(c&&l.has(this.constructor))return null===(t=l.get(this.constructor))||void 0===t?void 0:t.cloneNode(!0);var o=s.apply(this,e);return c&&r.i.isElement(o)&&l.set(this.constructor,o),c?o.cloneNode(!0):o},t.hookStatus(a.n.ready,(function(t){var e=(0,o.f2)(t)?t:t.jodit;c=Boolean(e.options.cache)}))}},94707:function(t,e,n){"use strict";n.d(e,{w:function(){return i}});var o=n(97582);function i(t){var e=function(t){function e(){for(var n=[],i=0;arguments.length>i;i++)n[i]=arguments[i];var r=t.apply(this,(0,o.ev)([],(0,o.CR)(n),!1))||this;return r.constructor===e&&(r instanceof e||Object.setPrototypeOf(r,e.prototype),r.setStatus("ready")),r}return(0,o.ZT)(e,t),e}(t);return e}},75504:function(t,e,n){"use strict";n.d(e,{D:function(){return a},P:function(){return s}});var o=n(71350),i=n(22562),r=n(97370);function a(t,e,n){return void 0===e&&(e=!1),void 0===n&&(n="debounce"),function(a,s){var c=a[s];if(!(0,o.mf)(c))throw(0,r.vU)("Handler must be a Function");return a.hookStatus(i.n$.ready,(function(i){var r=i.async,a=(0,o.mf)(t)?t(i):t;Object.defineProperty(i,s,{configurable:!0,value:r[n](i[s].bind(i),(0,o.hj)(a)||(0,o.PO)(a)?a:i.defaultTimeout,e)})})),{configurable:!0,get:function(){return c.bind(this)}}}}function s(t,e){return void 0===e&&(e=!1),a(t,e,"throttle")}n(52378)},91150:function(t,e,n){"use strict";n.d(e,{s:function(){return r}});var o=n(97582),i=n(96318);function r(){for(var t=[],e=0;arguments.length>e;e++)t[e]=arguments[e];return function(e){for(var n=e.prototype,r=0;t.length>r;r++)for(var a=t[r],s=Object.getOwnPropertyNames(a.prototype),c=function(t){var e=s[t],r=Object.getOwnPropertyDescriptor(a.prototype,e);null!=r&&(0,i.m)(r.value)&&!(0,i.m)(n[e])&&Object.defineProperty(n,e,{enumerable:!0,configurable:!0,writable:!0,value:function(){for(var t,e=[],n=0;arguments.length>n;n++)e[n]=arguments[n];return(t=r.value).call.apply(t,(0,o.ev)([this],(0,o.CR)(e),!1))}})},l=0;s.length>l;l++)c(l)}}},13715:function(t,e,n){"use strict";n.d(e,{z:function(){return r}});var o=n(96318),i=n(97370);function r(t){return function(e,n){if(!(0,o.m)(e[n]))throw(0,i.vU)("Handler must be a Function");e.hookStatus(t,(function(t){t[n].call(t)}))}}},1114:function(t,e,n){"use strict";n.d(e,{N:function(){return s}});var o=n(97582),i=n(22562),r=n(96318),a=n(97370);function s(){return function(t,e){if(!(0,r.m)(t[e]))throw(0,a.vU)("Handler must be a Function");t.hookStatus(i.n$.ready,(function(t){var n=t.async,i=t[e];t[e]=function(){for(var e=[],r=0;arguments.length>r;r++)e[r]=arguments[r];return n.requestIdleCallback(i.bind.apply(i,(0,o.ev)([t],(0,o.CR)(e),!1)))}}))}}},50526:function(t,e,n){"use strict";n.r(e),n.d(e,{autobind:function(){return f.ZP},cache:function(){return o.F},cacheHTML:function(){return o.R},component:function(){return i.w},debounce:function(){return r.D},derive:function(){return p.s},getPropertyDescriptor:function(){return d.w7},hook:function(){return s.z},idle:function(){return a.N},nonenumerable:function(){return c.h},persistent:function(){return l.a},throttle:function(){return r.P},wait:function(){return u.D},watch:function(){return d.YP}});var o=n(19457),i=n(94707),r=n(75504),a=n(1114),s=n(13715),c=n(34016),l=n(62263),u=n(72654),d=n(34413),p=n(91150),f=n(23185)},34016:function(t,e,n){"use strict";n.d(e,{h:function(){return o}});var o=function(t,e){!1!==(Object.getOwnPropertyDescriptor(t,e)||{}).enumerable&&Object.defineProperty(t,e,{enumerable:!1,set:function(t){Object.defineProperty(this,e,{enumerable:!1,writable:!0,value:t})}})}},62263:function(t,e,n){"use strict";n.d(e,{a:function(){return r}});var o=n(1188),i=n(40393);function r(t,e){t.hookStatus(o.n.ready,(function(t){var n=(0,i.f)(t)?t:t.jodit,o="".concat(n.options.namespace).concat(t.componentName,"_prop_").concat(e),r=t[e];Object.defineProperty(t,e,{get:function(){var t;return null!==(t=n.storage.get(o))&&void 0!==t?t:r},set:function(t){n.storage.set(o,t)}})}))}},72654:function(t,e,n){"use strict";n.d(e,{D:function(){return s}});var o=n(97582),i=n(96318),r=n(97370),a=n(1188);function s(t){return function(e,n){if(!(0,i.m)(e[n]))throw(0,r.vU)("Handler must be a Function");e.hookStatus(a.n.ready,(function(e){var i=e.async,r=e[n],a=0;Object.defineProperty(e,n,{configurable:!0,value:function n(){for(var s=[],c=0;arguments.length>c;c++)s[c]=arguments[c];i.clearTimeout(a),t(e)?r.apply(e,s):a=i.setTimeout((function(){return n.apply(void 0,(0,o.ev)([],(0,o.CR)(s),!1))}),10)}})}))}}},34413:function(t,e,n){"use strict";n.d(e,{YP:function(){return p},w7:function(){return d}});var o=n(97582),i=n(96318),r=n(94144),a=n(40393),s=n(70198),c=n(1188),l=n(10520),u=n(97370);function d(t,e){var n;do{n=Object.getOwnPropertyDescriptor(t,e),t=Object.getPrototypeOf(t)}while(!n&&t);return n}function p(t,e){return function(n,p){var f;if(!(0,i.m)(n[p]))throw(0,u.vU)("Handler must be a Function");var h=null===(f=null==e?void 0:e.immediately)||void 0===f||f,g=null==e?void 0:e.context,m=function(e){var c=(0,a.f)(e)?e:e.jodit,u=function(t){for(var n,i=[],r=1;arguments.length>r;r++)i[r-1]=arguments[r];if(!e.isInDestruct)return(n=e)[p].apply(n,(0,o.ev)([t],(0,o.CR)(i),!1))};h||(u=e.async.microDebounce(u,!0)),(0,l.C)(t).forEach((function(t){if(/:/.test(t)){var a=(0,o.CR)(t.split(":"),2),l=a[0],p=a[1],f=g;return l.length&&(f=e.get(l)),(0,i.m)(f)&&(f=f(e)),c.events.on(f||e,p,u),f||c.events.on(p,u),void e.hookStatus("beforeDestruct",(function(){c.events.off(f||e,p,u).off(p,u)}))}var h=t.split("."),m=(0,o.CR)(h,1)[0],v=h.slice(1),y=e[m];(0,r.P)(y)&&(0,s.L)(y).on("change.".concat(v.join(".")),u);var b=d(n,m);Object.defineProperty(e,m,{configurable:!0,set:function(t){var n=y;n!==t&&(y=t,b&&b.set&&b.set.call(e,t),(0,r.P)(y)&&(y=(0,s.L)(y)).on("change.".concat(v.join(".")),u),u(m,n,y))},get:function(){return b&&b.get?b.get.call(e):y}})}))};(0,i.m)(n.hookStatus)?n.hookStatus(c.n.ready,m):m(n)}}},44913:function(t,e,n){"use strict";n.d(e,{i:function(){return l}});var o=n(97582),i=n(11612),r=n(71350),a=n(1558),s=n(75208),c=n(98478),l=function(){function t(){}return t.detach=function(t){for(;t&&t.firstChild;)t.removeChild(t.firstChild)},t.wrapInline=function(e,n,o){var i,a=e,s=e;o.s.save();var c=!1;do{c=!1,(i=a.previousSibling)&&!t.isBlock(i)&&(c=!0,a=i)}while(c);do{c=!1,(i=s.nextSibling)&&!t.isBlock(i)&&(c=!0,s=i)}while(c);var l=(0,r.HD)(n)?o.createInside.element(n):n;a.parentNode&&a.parentNode.insertBefore(l,a);for(var u=a;u&&(u=a.nextSibling,l.appendChild(a),a!==s&&u);)a=u;return o.s.restore(),l},t.wrap=function(e,n,o){var i=(0,r.HD)(n)?o.element(n):n;if(t.isNode(e)){if(!e.parentNode)throw(0,c.error)("Element should be in DOM");e.parentNode.insertBefore(i,e),i.appendChild(e)}else{var a=e.extractContents();e.insertNode(i),i.appendChild(a)}return i},t.unwrap=function(e){var n=e.parentNode;if(n){for(;e.firstChild;)n.insertBefore(e.firstChild,e);t.safeRemove(e)}},t.between=function(t,e,n){for(var o=t;o&&o!==e&&(t===o||!n(o));){var i=o.firstChild||o.nextSibling;if(!i){for(;o&&!o.nextSibling;)o=o.parentNode;i=null==o?void 0:o.nextSibling}o=i}},t.replace=function(e,n,o,i,s){void 0===i&&(i=!1),void 0===s&&(s=!1),(0,r.FP)(n)&&(n=o.fromHTML(n));var c=(0,r.HD)(n)?o.element(n):n;if(!s)for(;e.firstChild;)c.appendChild(e.firstChild);return i&&t.isElement(e)&&t.isElement(c)&&(0,a.qo)(e.attributes).forEach((function(t){c.setAttribute(t.name,t.value)})),e.parentNode&&e.parentNode.replaceChild(c,e),c},t.isEmptyTextNode=function(e){return t.isText(e)&&(!e.nodeValue||0===e.nodeValue.replace(i.INVISIBLE_SPACE_REG_EXP(),"").trim().length)},t.isEmptyContent=function(e){return t.each(e,(function(e){return t.isEmptyTextNode(e)}))},t.isContentEditable=function(e,n){return t.isNode(e)&&!t.closest(e,(function(e){return t.isElement(e)&&"false"===e.getAttribute("contenteditable")}),n)},t.isEmpty=function(e,n){if(void 0===n&&(n=i.NO_EMPTY_TAGS),!e)return!0;var o;o=(0,r.mf)(n)?n:function(t){return n.has(t.nodeName.toLowerCase())};var a=function(t){return null==t.nodeValue||0===(0,s.fy)(t.nodeValue).length};return t.isText(e)?a(e):!(t.isElement(e)&&o(e))&&t.each(e,(function(e){if(t.isText(e)&&!a(e)||t.isElement(e)&&o(e))return!1}))},t.isNode=function(t){return Boolean(t&&(0,r.HD)(t.nodeName)&&"number"==typeof t.nodeType&&t.childNodes&&(0,r.mf)(t.appendChild))},t.isCell=function(e){return t.isNode(e)&&("TD"===e.nodeName||"TH"===e.nodeName)},t.isList=function(e){return t.isTag(e,i.LIST_TAGS)},t.isLeaf=function(e){return t.isTag(e,"li")},t.isImage=function(e){return t.isNode(e)&&/^(img|svg|picture|canvas)$/i.test(e.nodeName)},t.isBlock=function(e){return!(0,r.nj)(e)&&"object"==typeof e&&t.isNode(e)&&i.IS_BLOCK.test(e.nodeName)},t.isText=function(t){return Boolean(t&&t.nodeType===Node.TEXT_NODE)},t.isElement=function(e){var n;if(!t.isNode(e))return!1;var o=null===(n=e.ownerDocument)||void 0===n?void 0:n.defaultView;return Boolean(o&&e.nodeType===Node.ELEMENT_NODE)},t.isFragment=function(e){var n;if(!t.isNode(e))return!1;var o=null===(n=e.ownerDocument)||void 0===n?void 0:n.defaultView;return Boolean(o&&e.nodeType===Node.DOCUMENT_FRAGMENT_NODE)},t.isHTMLElement=function(e){var n;if(!t.isNode(e))return!1;var o=null===(n=e.ownerDocument)||void 0===n?void 0:n.defaultView;return Boolean(o&&e instanceof o.HTMLElement)},t.isInlineBlock=function(e){return t.isElement(e)&&!/^(BR|HR)$/i.test(e.tagName)&&-1!==["inline","inline-block"].indexOf((0,c.css)(e,"display").toString())},t.canSplitBlock=function(e){return!(0,r.nj)(e)&&t.isHTMLElement(e)&&t.isBlock(e)&&!/^(TD|TH|CAPTION|FORM)$/.test(e.nodeName)&&void 0!==e.style&&!/^(fixed|absolute)/i.test(e.style.position)},t.last=function(t,e){var n=null==t?void 0:t.lastChild;if(!n)return null;do{if(e(n))return n;var o=n.lastChild;if(o||(o=n.previousSibling),!o&&n.parentNode!==t){do{n=n.parentNode}while(n&&!(null==n?void 0:n.previousSibling)&&n.parentNode!==t);o=null==n?void 0:n.previousSibling}n=o}while(n);return null},t.prev=function(e,n,o,i){return void 0===i&&(i=!0),t.find(e,n,o,!1,i)},t.next=function(e,n,o,i){return void 0===i&&(i=!0),t.find(e,n,o,!0,i)},t.prevWithClass=function(e,n){return t.prev(e,(function(e){return t.isElement(e)&&e.classList.contains(n)}),e.parentNode)},t.nextWithClass=function(e,n){return t.next(e,(function(e){return t.isElement(e)&&e.classList.contains(n)}),e.parentNode)},t.find=function(t,e,n,o,i){void 0===o&&(o=!0),void 0===i&&(i=!0);for(var r=this.nextGen(t,n,o,i),a=r.next();!a.done;){if(e(a.value))return a.value;a=r.next()}return null},t.nextGen=function(t,e,n,i){var r,a,s;return void 0===n&&(n=!0),void 0===i&&(i=!0),(0,o.Jh)(this,(function(c){switch(c.label){case 0:r=[],a=t,c.label=1;case 1:for(s=n?a.nextSibling:a.previousSibling;s;)r.unshift(s),s=n?s.nextSibling:s.previousSibling;return[5,(0,o.XA)(this.runInStack(t,r,n,i))];case 2:c.sent(),a=a.parentNode,c.label=3;case 3:if(a&&a!==e)return[3,1];c.label=4;case 4:return[2,null]}}))},t.each=function(t,e,n){void 0===n&&(n=!0);for(var o=this.eachGen(t,n),i=o.next();!i.done;){if(!1===e(i.value))return!1;i=o.next()}return!0},t.eachGen=function(t,e){return void 0===e&&(e=!0),this.runInStack(t,[t],e)},t.runInStack=function(t,e,n,i){var r,a;return void 0===i&&(i=!0),(0,o.Jh)(this,(function(o){switch(o.label){case 0:if(!e.length)return[3,3];if(r=e.pop(),i)for(a=n?r.lastChild:r.firstChild;a;)e.push(a),a=n?a.previousSibling:a.nextSibling;return t===r?[3,2]:[4,r];case 1:o.sent(),o.label=2;case 2:return[3,0];case 3:return[2]}}))},t.findWithCurrent=function(e,n,o,i,r){void 0===i&&(i="nextSibling"),void 0===r&&(r="firstChild");var a=e;do{if(n(a))return a||null;if(r&&a&&a[r]){var s=t.findWithCurrent(a[r],n,a,i,r);if(s)return s}for(;a&&!a[i]&&a!==o;)a=a.parentNode;a&&a[i]&&a!==o&&(a=a[i])}while(a&&a!==o);return null},t.findSibling=function(e,n,o){void 0===n&&(n=!0),void 0===o&&(o=function(e){return!t.isEmptyTextNode(e)});for(var i=t.sibling(e,n);i&&!o(i);)i=t.sibling(i,n);return i&&o(i)?i:null},t.findNotEmptySibling=function(e,n){return t.findSibling(e,n,(function(e){var n;return!t.isEmptyTextNode(e)&&Boolean(!t.isText(e)||(null===(n=e.nodeValue)||void 0===n?void 0:n.length)&&(0,s.fy)(e.nodeValue))}))},t.findNotEmptyNeighbor=function(e,n,o){return(0,c.call)(n?t.prev:t.next,e,(function(e){return Boolean(e&&(!t.isText(e)||(0,s.fy)((null==e?void 0:e.nodeValue)||"").length))}),o)},t.sibling=function(t,e){return e?t.previousSibling:t.nextSibling},t.up=function(t,e,n,o){void 0===o&&(o=!1);var i=t;if(!i)return null;do{if(e(i))return i;if(i===n||!i.parentNode)break;i=i.parentNode}while(i&&i!==n);return i===n&&o&&e(i)?i:null},t.closest=function(e,n,o){var i,a=function(t){return t.toLowerCase()};if((0,r.mf)(n))i=n;else if((0,r.kJ)(n)||(0,r.DM)(n)){var s=(0,r.DM)(n)?n:new Set(n.map(a));i=function(t){return Boolean(t&&s.has(a(t.nodeName)))}}else i=function(t){return Boolean(t&&a(n)===a(t.nodeName))};return t.up(e,i,o)},t.furthest=function(t,e,n){for(var o=null,i=null==t?void 0:t.parentElement;i&&i!==n;)e(i)&&(o=i),i=null==i?void 0:i.parentElement;return o},t.appendChildFirst=function(t,e){var n=t.firstChild;n?n!==e&&t.insertBefore(e,n):t.appendChild(e)},t.after=function(t,e){var n=t.parentNode;n&&(n.lastChild===t?n.appendChild(e):n.insertBefore(e,t.nextSibling))},t.before=function(t,e){var n=t.parentNode;n&&n.insertBefore(e,t)},t.prepend=function(t,e){t.insertBefore(e,t.firstChild)},t.append=function(t,e){var n=this;(0,r.kJ)(e)?e.forEach((function(e){n.append(t,e)})):t.appendChild(e)},t.moveContent=function(e,n,o,i){void 0===o&&(o=!1),void 0===i&&(i=function(){return!0});var r=(e.ownerDocument||document).createDocumentFragment();(0,a.qo)(e.childNodes).filter((function(e){return!!i(e)||(t.safeRemove(e),!1)})).forEach((function(t){r.appendChild(t)})),o&&n.firstChild?n.insertBefore(r,n.firstChild):n.appendChild(r)},t.isOrContains=function(t,e,n){return void 0===n&&(n=!1),t===e?!n:Boolean(e&&t&&this.up(e,(function(e){return e===t}),t,!0))},t.safeRemove=function(){for(var e=[],n=0;arguments.length>n;n++)e[n]=arguments[n];e.forEach((function(e){return t.isNode(e)&&e.parentNode&&e.parentNode.removeChild(e)}))},t.safeInsertNode=function(e,n){e.collapsed||e.deleteContents();var o=t.isFragment(n)?n.lastChild:n;e.insertNode(n),o&&e.setStartBefore(o),e.collapse(!0),[n.nextSibling,n.previousSibling].forEach((function(e){return t.isText(e)&&!e.nodeValue&&t.safeRemove(e)}))},t.hide=function(t){t&&((0,c.dataBind)(t,"__old_display",t.style.display),t.style.display="none")},t.show=function(t){if(t){var e=(0,c.dataBind)(t,"__old_display");"none"===t.style.display&&(t.style.display=e||"")}},t.isTag=function(t,e){if(!this.isElement(t))return!1;var n=t.tagName.toLowerCase(),o=t.tagName.toUpperCase();if(e instanceof Set)return e.has(n)||e.has(o);if(Array.isArray(e))throw new TypeError("Dom.isTag does not support array");return n===e||o===e},t.markTemporary=function(t,e){return e&&(0,c.attr)(t,e),(0,c.attr)(t,i.TEMP_ATTR,!0),t},t.isTemporary=function(e){return!!t.isElement(e)&&((0,r._V)(e)||"true"===(0,c.attr)(e,i.TEMP_ATTR))},t.replaceTemporaryFromString=function(t){return t.replace(/<([a-z]+)[^>]+data-jodit-temp[^>]+>(.+?)<\/\1>/gi,"$2")},t.temporaryList=function(t){return(0,c.$$)("[".concat(i.TEMP_ATTR,"]"),t)},t}()},8138:function(t,e,n){"use strict";n.d(e,{b:function(){return i.b},i:function(){return o.i}});var o=n(44913),i=n(27869)},27869:function(t,e,n){"use strict";n.d(e,{b:function(){return s}});var o=n(97582),i=n(41112),r=n(50526),a=n(44913),s=function(t){function e(e,n){void 0===n&&(n={});var o=t.call(this)||this;return o.async=e,o.options=n,o.workNodes=null,o.hadAffect=!1,o.isWorked=!1,o.isFinished=!1,o.idleId=0,o}return(0,o.ZT)(e,t),e.prototype.setWork=function(t){return this.isWorked&&this.break(),this.workNodes=a.i.eachGen(t,!this.options.reverse),this.isFinished=!1,this.startIdleRequest(),this},e.prototype.startIdleRequest=function(){var t;this.idleId=this.async.requestIdleCallback(this.workPerform,{timeout:null!==(t=this.options.timeout)&&void 0!==t?t:10})},e.prototype.break=function(t){this.isWorked&&(this.stop(),this.emit("break",t))},e.prototype.end=function(){this.isWorked&&(this.stop(),this.emit("end",this.hadAffect),this.hadAffect=!1)},e.prototype.stop=function(){this.isWorked=!1,this.isFinished=!0,this.workNodes=null,this.async.cancelIdleCallback(this.idleId)},e.prototype.destruct=function(){t.prototype.destruct.call(this),this.stop()},e.prototype.workPerform=function(t){var e;if(this.workNodes){this.isWorked=!0;for(var n=0,o=null!==(e=this.options.timeoutChunkSize)&&void 0!==e?e:50;!this.isFinished&&(t.timeRemaining()>0||t.didTimeout&&o>=n);){var i=this.workNodes.next();if(n+=1,this.visitNode(i.value)&&(this.hadAffect=!0),i.done)return void this.end()}}else this.end();this.isFinished||this.startIdleRequest()},e.prototype.visitNode=function(t){var e;return!(!t||void 0!==this.options.whatToShow&&t.nodeType!==this.options.whatToShow)&&null!==(e=this.emit("visit",t))&&void 0!==e&&e},(0,o.gn)([r.autobind],e.prototype,"workPerform",null),e}(i.a)},92407:function(t,e,n){"use strict";n.d(e,{v:function(){return d}});var o=n(97582),i=n(4682),r=n(96318),a=n(57728),s=n(97370),c=n(10520),l=n(11612),u=n(53895),d=function(){function t(t){var e=this;this.__domEventsMap=new Map,this.__mutedEvents=new Set,this.__key="__JoditEventEmitterNamespaces",this.__doc=document,this.__prepareEvent=function(t){t.cancelBubble||(t.composed&&(0,r.m)(t.composedPath)&&t.composedPath()[0]&&Object.defineProperty(t,"target",{value:t.composedPath()[0],configurable:!0,enumerable:!0}),t.type.match(/^touch/)&&t.changedTouches&&t.changedTouches.length&&["clientX","clientY","pageX","pageY"].forEach((function(e){Object.defineProperty(t,e,{value:t.changedTouches[0][e],configurable:!0,enumerable:!0})})),t.originalEvent||(t.originalEvent=t),"paste"===t.type&&void 0===t.clipboardData&&e.__doc.defaultView.clipboardData&&Object.defineProperty(t,"clipboardData",{get:function(){return e.__doc.defaultView.clipboardData},configurable:!0,enumerable:!0}))},this.currents=[],this.__stopped=[],this.__isDestructed=!1,t&&(this.__doc=t),this.__key+=(new Date).getTime()}return t.prototype.mute=function(t){return this.__mutedEvents.add(null!=t?t:"*"),this},t.prototype.isMuted=function(t){return!(!t||!this.__mutedEvents.has(t))||this.__mutedEvents.has("*")},t.prototype.unmute=function(t){return this.__mutedEvents.delete(null!=t?t:"*"),this},t.prototype.__eachEvent=function(t,e){var n=this;(0,c.C)(t).map((function(t){return t.trim()})).forEach((function(t){var o=t.split(".");e.call(n,o[0],o[1]||u.r)}))},t.prototype.__getStore=function(t){if(!t)throw(0,s.vU)("Need subject");if(void 0===t[this.__key]){var e=new u.D;Object.defineProperty(t,this.__key,{enumerable:!1,configurable:!0,writable:!0,value:e})}return t[this.__key]},t.prototype.__removeStoreFromSubject=function(t){void 0!==t[this.__key]&&Object.defineProperty(t,this.__key,{enumerable:!1,configurable:!0,writable:!0,value:void 0})},t.prototype.__triggerNativeEvent=function(t,e){var n=this.__doc.createEvent("HTMLEvents");(0,i.H)(e)?n.initEvent(e,!0,!0):(n.initEvent(e.type,e.bubbles,e.cancelable),["screenX","screenY","clientX","clientY","target","srcElement","currentTarget","timeStamp","which","keyCode"].forEach((function(t){Object.defineProperty(n,t,{value:e[t],enumerable:!0})})),Object.defineProperty(n,"originalEvent",{value:e,enumerable:!0})),t.dispatchEvent(n)},Object.defineProperty(t.prototype,"current",{get:function(){return this.currents[this.currents.length-1]},enumerable:!1,configurable:!0}),t.prototype.on=function(t,e,n,c){var u,d,f,h,g=this;if((0,i.H)(t)||(0,i.G)(t)?(u=this,d=t,f=e,h=n):(u=t,d=e,f=n,h=c),!(0,i.H)(d)&&!(0,i.G)(d)||0===d.length)throw(0,s.vU)("Need events names");if(!(0,r.m)(f))throw(0,s.vU)("Need event handler");if((0,a.k)(u))return u.forEach((function(t){g.on(t,d,f,h)})),this;var m=u,v=this.__getStore(m),y=this,b=function(t){for(var e=[],n=1;arguments.length>n;n++)e[n-1]=arguments[n];if(!y.isMuted(t))return f&&f.call.apply(f,(0,o.ev)([this],(0,o.CR)(e),!1))};return p(m)&&(b=function(t){if(!y.isMuted(t.type))return y.__prepareEvent(t),f&&!1===f.call(this,t)?(t.preventDefault(),t.stopImmediatePropagation(),!1):void 0}),this.__eachEvent(d,(function(t,e){var n,o;if(0===t.length)throw(0,s.vU)("Need event name");if(!1===v.indexOf(t,e,f)&&(v.set(t,e,{event:t,originalCallback:f,syntheticCallback:b},null==h?void 0:h.top),p(m))){var i=l.PASSIVE_EVENTS.has(t)?{passive:!0,capture:null!==(n=null==h?void 0:h.capture)&&void 0!==n&&n}:null!==(o=null==h?void 0:h.capture)&&void 0!==o&&o;b.options=i,m.addEventListener(t,b,i),g.__memoryDOMSubjectToHandler(m,b)}})),this},t.prototype.__memoryDOMSubjectToHandler=function(t,e){var n=this.__domEventsMap.get(t)||new Set;n.add(e),this.__domEventsMap.set(t,n)},t.prototype.__unmemoryDOMSubjectToHandler=function(t,e){var n=this.__domEventsMap,o=n.get(t)||new Set;o.delete(e),o.size?n.set(t,o):n.delete(t)},t.prototype.one=function(t,e,n,r){var a,s,c,l,u=this;(0,i.H)(t)||(0,i.G)(t)?(a=this,s=t,c=e,l=n):(a=t,s=e,c=n,l=r);var d=function(){for(var t=[],e=0;arguments.length>e;e++)t[e]=arguments[e];return u.off(a,s,d),c.apply(void 0,(0,o.ev)([],(0,o.CR)(t),!1))};return this.on(a,s,d,l),this},t.prototype.off=function(t,e,n){var o,s,c,l=this;if((0,i.H)(t)||(0,i.G)(t)?(o=this,s=t,c=e):(o=t,s=e,c=n),(0,a.k)(o))return o.forEach((function(t){l.off(t,s,c)})),this;var d=o,f=this.__getStore(d);if(!(0,i.H)(s)&&!(0,i.G)(s)||0===s.length)return f.namespaces().forEach((function(t){l.off(d,"."+t)})),this.__removeStoreFromSubject(d),this;var h=function(t){var e;p(d)&&(d.removeEventListener(t.event,t.syntheticCallback,null!==(e=t.syntheticCallback.options)&&void 0!==e&&e),l.__unmemoryDOMSubjectToHandler(d,t.syntheticCallback))},g=function(t,e){if(""!==t){var n=f.get(t,e);if(n&&n.length)if((0,r.m)(c)){var o=f.indexOf(t,e,c);!1!==o&&(h(n[o]),n.splice(o,1),n.length||f.clearEvents(e,t))}else n.forEach(h),n.length=0,f.clearEvents(e,t)}else f.events(e).forEach((function(t){""!==t&&g(t,e)}))};return this.__eachEvent(s,(function(t,e){e===u.r?f.namespaces().forEach((function(e){g(t,e)})):g(t,e)})),f.isEmpty()&&this.__removeStoreFromSubject(d),this},t.prototype.stopPropagation=function(t,e){var n=this,o=(0,i.H)(t)?this:t,r=(0,i.H)(t)?t:e;if("string"!=typeof r)throw(0,s.vU)("Need event names");var a=this.__getStore(o);this.__eachEvent(r,(function(t,e){var i=a.get(t,e);i&&n.__stopped.push(i),e===u.r&&a.namespaces(!0).forEach((function(e){return n.stopPropagation(o,t+"."+e)}))}))},t.prototype.__removeStop=function(t){if(t){var e=this.__stopped.indexOf(t);-1!==e&&this.__stopped.splice(0,e+1)}},t.prototype.__isStopped=function(t){return void 0!==t&&-1!==this.__stopped.indexOf(t)},t.prototype.fire=function(t,e){for(var n,r,a=this,c=[],l=2;arguments.length>l;l++)c[l-2]=arguments[l];var d=(0,i.H)(t)?this:t,f=(0,i.H)(t)?t:e,h=(0,i.H)(t)?(0,o.ev)([e],(0,o.CR)(c),!1):c;if(!p(d)&&!(0,i.H)(f))throw(0,s.vU)("Need events names");var g=this.__getStore(d);return!(0,i.H)(f)&&p(d)?this.__triggerNativeEvent(d,e):this.__eachEvent(f,(function(t,e){if(p(d))a.__triggerNativeEvent(d,t);else{var i=g.get(t,e);if(i)try{(0,o.ev)([],(0,o.CR)(i),!1).every((function(e){var s;return!a.__isStopped(i)&&(a.currents.push(t),r=(s=e.syntheticCallback).call.apply(s,(0,o.ev)([d,t],(0,o.CR)(h),!1)),a.currents.pop(),void 0!==r&&(n=r),!0)}))}finally{a.__removeStop(i)}e!==u.r||p(d)||g.namespaces().filter((function(t){return t!==e})).forEach((function(e){var i=a.fire.apply(a,(0,o.ev)([d,t+"."+e],(0,o.CR)(h),!1));void 0!==i&&(n=i)}))}})),n},t.prototype.destruct=function(){var t=this;this.__isDestructed||(this.__isDestructed=!0,this.__domEventsMap.forEach((function(e,n){t.off(n)})),this.__domEventsMap.clear(),this.__mutedEvents.clear(),this.currents.length=0,this.__stopped.length=0,this.off(this),this.__getStore(this).clear(),this.__removeStoreFromSubject(this))},t}();function p(t){return(0,r.m)(t.addEventListener)}},41112:function(t,e,n){"use strict";n.d(e,{a:function(){return i}});var o=n(97582),i=function(){function t(){this.__map=new Map}return t.prototype.on=function(t,e){var n;return this.__map.has(t)||this.__map.set(t,new Set),null===(n=this.__map.get(t))||void 0===n||n.add(e),this},t.prototype.off=function(t,e){var n;return this.__map.has(t)&&(null===(n=this.__map.get(t))||void 0===n||n.delete(e)),this},t.prototype.destruct=function(){this.__map.clear()},t.prototype.emit=function(t){for(var e,n,i=[],r=1;arguments.length>r;r++)i[r-1]=arguments[r];return this.__map.has(t)&&(null===(e=this.__map.get(t))||void 0===e||e.forEach((function(t){n=t.apply(void 0,(0,o.ev)([],(0,o.CR)(i),!1))}))),n},t}()},41865:function(t,e,n){"use strict";n.d(e,{DG:function(){return a.D},LO:function(){return r.L},aN:function(){return i.a},rO:function(){return a.r},vp:function(){return o.v}});var o=n(92407),i=n(41112),r=n(70198),a=n(53895)},70198:function(t,e,n){"use strict";n.d(e,{L:function(){return u}});var o=n(97582),i=n(57728),r=n(57735),a=n(94144),s=n(34413),c=Symbol("observable-object");function l(t){return void 0!==t[c]}function u(t){if(l(t))return t;var e={},n={},u=function(e,o){return(0,i.k)(e)?(e.map((function(t){return u(t,o)})),t):(n[e]||(n[e]=[]),n[e].push(o),t)},d=function(r){for(var a=[],s=1;arguments.length>s;s++)a[s-1]=arguments[s];if((0,i.k)(r))r.map((function(t){return d.apply(void 0,(0,o.ev)([t],(0,o.CR)(a),!1))}));else try{!e[r]&&n[r]&&(e[r]=!0,n[r].forEach((function(e){return e.call.apply(e,(0,o.ev)([t],(0,o.CR)(a),!1))})))}finally{e[r]=!1}},p=function(e,n){void 0===n&&(n=[]);var i={};l(e)||(Object.defineProperty(e,c,{enumerable:!1,value:!0}),Object.keys(e).forEach((function(c){var l=c,u=n.concat(l).filter((function(t){return t.length}));i[l]=e[l];var f=(0,s.w7)(e,l);Object.defineProperty(e,l,{set:function(e){var n=i[l];if(!(0,r.L)(i[l],e)){d(["beforeChange","beforeChange.".concat(u.join("."))],l,e),(0,a.P)(e)&&p(e,u),f&&f.set?f.set.call(t,e):i[l]=e;var s=[];d((0,o.ev)(["change"],(0,o.CR)(u.reduce((function(t,e){return s.push(e),t.push("change.".concat(s.join("."))),t}),[])),!1),u.join("."),n,(null==e?void 0:e.valueOf)?e.valueOf():e)}},get:function(){return f&&f.get?f.get.call(t):i[l]},enumerable:!0,configurable:!0}),(0,a.P)(i[l])&&p(i[l],u)})),Object.defineProperty(t,"on",{value:u}))};return p(t),t}},53895:function(t,e,n){"use strict";n.d(e,{D:function(){return r},r:function(){return i}}),n(52378);var o=n(84621),i="JoditEventDefaultNamespace",r=function(){function t(){this.__store=new Map}return t.prototype.get=function(t,e){if(this.__store.has(e))return this.__store.get(e)[t]},t.prototype.indexOf=function(t,e,n){var o=this.get(t,e);if(o)for(var i=0;o.length>i;i+=1)if(o[i].originalCallback===n)return i;return!1},t.prototype.namespaces=function(t){void 0===t&&(t=!1);var e=(0,o.q)(this.__store.keys());return t?e.filter((function(t){return t!==i})):e},t.prototype.events=function(t){var e=this.__store.get(t);return e?Object.keys(e):[]},t.prototype.set=function(t,e,n,o){void 0===o&&(o=!1);var i=this.__store.get(e);i||this.__store.set(e,i={}),void 0===i[t]&&(i[t]=[]),o?i[t].unshift(n):i[t].push(n)},t.prototype.clear=function(){this.__store.clear()},t.prototype.clearEvents=function(t,e){var n=this.__store.get(t);n&&n[e]&&(delete n[e],Object.keys(n).length||this.__store.delete(t))},t.prototype.isEmpty=function(){return 0===this.__store.size},t}()},81160:function(t,e,n){"use strict";n.d(e,{TB:function(){return _},ZO:function(){return w},as:function(){return p},fe:function(){return g},pw:function(){return m},qz:function(){return v},xl:function(){return y}});var o=n(42834),i=n(8138),r=n(41865),a=n(22975),s=n(40393),c=n(51640),l=n(77214),u=n(11612),d=n(4682),p={},f=1,h=new Set;function g(){function t(){return f+=10*(Math.random()+1),Math.round(f).toString(16)}for(var e=t();h.has(e);)e=t();return h.add(e),e}var m=new o.h,v={},y=function(t){Object.keys(t).forEach((function(e){u.lang[e]?Object.assign(u.lang[e],t[e]):u.lang[e]=t[e]}))},b=new WeakMap;function w(t,e,n,o){void 0===n&&(n="div"),void 0===o&&(o=!1);var r=(0,d.H)(e)?e:e?(0,c.g)(e.prototype):"jodit-utils",u=b.get(t)||{},p=r+n,f=(0,s.f)(t)?t:t.j;if(!u[p]){var h=f.c,g=(0,a.Z)(t)&&t.o.shadowRoot?t.o.shadowRoot:t.od.body;if(o&&(0,a.Z)(t)&&t.od!==t.ed){h=t.createInside;var m="style"===n?t.ed.head:t.ed.body;g=(0,a.Z)(t)&&t.o.shadowRoot?t.o.shadowRoot:m}var v=h.element(n,{className:"jodit jodit-".concat((0,l.G)(r),"-container jodit-box")});v.classList.add("jodit_theme_".concat(f.o.theme||"default")),g.appendChild(v),u[p]=v,t.hookStatus("beforeDestruct",(function(){i.i.safeRemove(v),delete u[p],Object.keys(u).length&&b.delete(t)})),b.set(t,u)}return u[p].classList.remove("jodit_theme_default","jodit_theme_dark"),u[p].classList.add("jodit_theme_".concat(f.o.theme||"default")),u[p]}var _=new r.vp},74961:function(t,e,n){"use strict";n.d(e,{_:function(){return i}});var o=n(57728),i=function(t){return(0,o.k)(t)?t:[t]}},1558:function(t,e,n){"use strict";n.d(e,{C1:function(){return i.C},_2:function(){return o._},qo:function(){return r.q}});var o=n(74961),i=n(10520),r=n(84621)},10520:function(t,e,n){"use strict";function o(t){return Array.isArray(t)?t:t.split(/[,\s]+/)}n.d(e,{C:function(){return o}})},84621:function(t,e,n){"use strict";n.d(e,{q:function(){return r}});var o=n(61769),i=n(35339),r=function(){for(var t,e=[],n=0;arguments.length>n;n++)e[n]=arguments[n];return((0,i.Q)(Array.from)?Array.from:null!==(t=(0,o.m)("Array.from"))&&void 0!==t?t:Array.from).apply(Array,e)}},10474:function(t,e,n){"use strict";n.d(e,{g:function(){return o.g},i:function(){return o.i}});var o=n(1833)},1833:function(t,e,n){"use strict";n.d(e,{g:function(){return r},i:function(){return i}});var o=n(97582);function i(t,e){for(var n=[],i=2;arguments.length>i;i++)n[i-2]=arguments[i];return e?window.setTimeout.apply(window,(0,o.ev)([t,e],(0,o.CR)(n),!1)):(t.call.apply(t,(0,o.ev)([null],(0,o.CR)(n),!1)),0)}function r(t){window.clearTimeout(t)}},43632:function(t,e,n){"use strict";function o(){var t=!0;try{var e=document.createElement("input");e.type="color",e.value="!",t="color"===e.type&&"!"!==e.value}catch(e){t=!1}return t}n.d(e,{E:function(){return o}})},71350:function(t,e,n){"use strict";n.d(e,{A1:function(){return g.A},DM:function(){return r.D},EO:function(){return o.E},FJ:function(){return S.F},FP:function(){return l.F},GI:function(){return _.G},GN:function(){return p.G},Gu:function(){return d.Gu},HD:function(){return _.H},I4:function(){return u.I},LP:function(){return s.L},PO:function(){return b.P},PX:function(){return k.P},QC:function(){return m.Q},Xy:function(){return s.X},Z$:function(){return d.Z$},Zt:function(){return d.Zt},Zu:function(){return f.Z},_V:function(){return E._},f2:function(){return h.f},hj:function(){return v.h},jn:function(){return a.j},kE:function(){return y.k},kJ:function(){return i.k},mf:function(){return c.m},nj:function(){return x.n},r1:function(){return C.r},tI:function(){return w.t}});var o=n(43632),i=n(57728),r=n(25225),a=n(46232),s=n(57735),c=n(96318),l=n(8350),u=n(74366),d=n(74792),p=n(95334),f=n(22975),h=n(40393),g=n(29315),m=n(35339),v=n(85806),y=n(92114),b=n(94144),w=n(43087),_=n(4682),k=n(45940),C=n(24633),x=n(96589),S=n(61925),E=n(44058)},57728:function(t,e,n){"use strict";function o(t){return Array.isArray(t)}n.d(e,{k:function(){return o}})},46232:function(t,e,n){"use strict";function o(t){return"boolean"==typeof t}n.d(e,{j:function(){return o}})},57735:function(t,e,n){"use strict";n.d(e,{L:function(){return r},X:function(){return i}});var o=n(85904);function i(t,e){return t===e||(0,o.P)(t)===(0,o.P)(e)}function r(t,e){return t===e}},96318:function(t,e,n){"use strict";function o(t){return"function"==typeof t}n.d(e,{m:function(){return o}})},74366:function(t,e,n){"use strict";function o(t){return-1!==t.search(/<meta.*?Microsoft Excel\s[\d].*?>/)||-1!==t.search(/<meta.*?Microsoft Word\s[\d].*?>/)||-1!==t.search(/style="[^"]*mso-/)&&-1!==t.search(/<font/)}n.d(e,{I:function(){return o}})},8350:function(t,e,n){"use strict";n.d(e,{F:function(){return i}});var o=n(4682),i=function(t){return(0,o.H)(t)&&/<([A-Za-z][A-Za-z0-9]*)\b[^>]*>(.*?)<\/\1>/m.test(t.replace(/[\r\n]/g,""))}},74792:function(t,e,n){"use strict";n.d(e,{Gu:function(){return a},Z$:function(){return s},Zt:function(){return c}});var o=n(96318),i=n(44913),r=n(96589);function a(t){return!(0,r.n)(t)&&(0,o.m)(t.init)}function s(t){return!(0,r.n)(t)&&(0,o.m)(t.destruct)}function c(t){return!(0,r.n)(t)&&i.i.isElement(t.container)}},95334:function(t,e,n){"use strict";n.d(e,{G:function(){return r}});var o=n(92114),i=n(4682);function r(t){return(0,i.H)(t)&&(0,o.k)(t)&&(t=parseFloat(t)),"number"==typeof t&&Number.isFinite(t)&&!(t%1)}},22975:function(t,e,n){"use strict";n.d(e,{Z:function(){return i}});var o=n(96318);function i(t){return Boolean(t&&t instanceof Object&&(0,o.m)(t.constructor)&&("undefined"!=typeof Jodit&&t instanceof Jodit||t.isJodit))}},29315:function(t,e,n){"use strict";n.d(e,{A:function(){return i}});var o=n(4682),i=function(t){return(0,o.H)(t)&&23===t.length&&/^[a-z0-9]{5}-[a-z0-9]{5}-[a-z0-9]{5}-[a-z0-9]{5}$/i.test(t)}},44058:function(t,e,n){"use strict";n.d(e,{_:function(){return r}});var o=n(44913),i=n(11612);function r(t){return o.i.isNode(t)&&o.i.isTag(t,"span")&&t.hasAttribute("data-"+i.MARKER_CLASS)}},35339:function(t,e,n){"use strict";function o(t){return Boolean(t)&&"function"===(typeof t).toLowerCase()&&(t===Function.prototype||/^\s*function\s*(\b[a-z$_][a-z0-9$_]*\b)*\s*\((|([a-z$_][a-z0-9$_]*)(\s*,[a-z$_][a-z0-9$_]*)*)\)\s*{\s*\[native code]\s*}\s*$/i.test(String(t)))}n.d(e,{Q:function(){return o}})},85806:function(t,e,n){"use strict";function o(t){return"number"==typeof t&&!isNaN(t)&&isFinite(t)}n.d(e,{h:function(){return o}})},92114:function(t,e,n){"use strict";n.d(e,{k:function(){return i}});var o=n(4682);function i(t){if((0,o.H)(t)){if(!t.match(/^([+-])?[0-9]+(\.?)([0-9]+)?(e[0-9]+)?$/))return!1;t=parseFloat(t)}return"number"==typeof t&&!isNaN(t)&&isFinite(t)}},94144:function(t,e,n){"use strict";n.d(e,{P:function(){return i}});var o=n(61925);function i(t){return!(!t||"object"!=typeof t||t.nodeType||(0,o.F)(t)||t.constructor&&!{}.hasOwnProperty.call(t.constructor.prototype,"isPrototypeOf"))}},43087:function(t,e,n){"use strict";function o(t){return t&&"function"==typeof t.then}n.d(e,{t:function(){return o}})},25225:function(t,e,n){"use strict";n.d(e,{D:function(){return i}});var o=n(96318);function i(t){return Boolean(t)&&(0,o.m)(t.has)&&(0,o.m)(t.add)&&(0,o.m)(t.delete)}},4682:function(t,e,n){"use strict";n.d(e,{G:function(){return r},H:function(){return i}});var o=n(57728);function i(t){return"string"==typeof t}function r(t){return(0,o.k)(t)&&i(t[0])}},45940:function(t,e,n){"use strict";function o(t){if(t.includes(" "))return!1;if("undefined"!=typeof URL)try{var e=new URL(t);return["https:","http:","ftp:","file:","rtmp:"].includes(e.protocol)}catch(t){return!1}var n=document.createElement("a");return n.href=t,Boolean(n.hostname)}n.d(e,{P:function(){return o}})},24633:function(t,e,n){"use strict";function o(t){return!!t.length&&!/[^0-9A-Za-zа-яА-ЯЁё\w\-_.]/.test(t)}n.d(e,{r:function(){return o}})},40393:function(t,e,n){"use strict";n.d(e,{f:function(){return i}});var o=n(96318);function i(t){return Boolean(t&&t instanceof Object&&(0,o.m)(t.constructor)&&t.isView)}},96589:function(t,e,n){"use strict";function o(t){return null==t}n.d(e,{n:function(){return o}})},61925:function(t,e,n){"use strict";function o(t){return null!=t&&t===t.window}n.d(e,{F:function(){return o}})},66801:function(t,e,n){"use strict";n.d(e,{h:function(){return o}});var o=function(t){if("rgba(0, 0, 0, 0)"===t||""===t)return!1;if(!t)return"#000000";if("#"===t.substr(0,1))return t;var e=/([\s\n\t\r]*?)rgb\((\d+), (\d+), (\d+)\)/.exec(t)||/([\s\n\t\r]*?)rgba\((\d+), (\d+), (\d+), ([\d.]+)\)/.exec(t);if(!e)return"#000000";for(var n=parseInt(e[2],10),o=parseInt(e[3],10),i=(parseInt(e[4],10)|o<<8|n<<16).toString(16).toUpperCase();6>i.length;)i="0"+i;return e[1]+"#"+i}},70706:function(t,e,n){"use strict";n.d(e,{h:function(){return o.h}});var o=n(66801)},29973:function(t,e,n){"use strict";n.d(e,{Z:function(){return c}});var o=n(44913),i=n(74833),r=n(73076),a=n(11612);function s(t){return t.replace(/mso-[a-z-]+:[\s]*[^;]+;/gi,"").replace(/mso-[a-z-]+:[\s]*[^";']+$/gi,"").replace(/border[a-z-]*:[\s]*[^;]+;/gi,"").replace(/([0-9.]+)(pt|cm)/gi,(function(t,e,n){switch(n.toLowerCase()){case"pt":return(1.328*parseFloat(e)).toFixed(0)+"px";case"cm":return(.02645833*parseFloat(e)).toFixed(0)+"px"}return t}))}function c(t){if(-1===t.indexOf("<html "))return t;t=(t=t.substring(t.indexOf("<html "),t.length)).substring(0,t.lastIndexOf("</html>")+7);var e=document.createElement("iframe");e.style.display="none",document.body.appendChild(e);var n="";try{var c=e.contentDocument||(e.contentWindow?e.contentWindow.document:null);if(c){c.open(),c.write(t),c.close();try{for(var l=function(t){for(var e=c.styleSheets[t].cssRules,n=function(t){if(""===e[t].selectorText)return"continue";(0,i.$$)(e[t].selectorText,c.body).forEach((function(n){n.style.cssText=s(e[t].style.cssText+";"+n.style.cssText)}))},o=0;e.length>o;o+=1)n(o)},u=0;c.styleSheets.length>u;u+=1)l(u)}catch(t){if(!a.IS_PROD)throw t}o.i.each(c.body,(function(t){if(o.i.isElement(t)){var e=t,n=e.getAttribute("style");n&&(e.style.cssText=s(n)),e.hasAttribute("style")&&!e.getAttribute("style")&&e.removeAttribute("style")}})),n=c.firstChild?(0,r.f)(c.body.innerHTML):""}}catch(t){}finally{o.i.safeRemove(e)}return n&&(t=n),(0,r.f)(t.replace(/<(\/)?(html|colgroup|col|o:p)[^>]*>/g,"").replace(/<!--[^>]*>/g,""))}},64022:function(t,e,n){"use strict";n.d(e,{p:function(){return a}});var o=n(44913),i=n(73076),r=n(84621);function a(t){-1!==t.indexOf("<html ")&&(t=(t=t.substring(t.indexOf("<html "),t.length)).substring(0,t.lastIndexOf("</html>")+7));var e="";try{var n=document.createElement("div");n.innerHTML=t;var a=[];n.firstChild&&o.i.each(n,(function(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.i.unwrap(t);break;default:(0,r.q)(t.attributes).forEach((function(e){-1===["src","href","rel","content"].indexOf(e.name.toLowerCase())&&t.removeAttribute(e.name)}))}break;case Node.TEXT_NODE:break;default:a.push(t)}})),o.i.safeRemove.apply(null,a),e=n.innerHTML}catch(t){}return e&&(t=e),(t=t.split(/(\n)/).filter(i.f).join("\n")).replace(/<(\/)?(html|colgroup|col|o:p)[^>]*>/g,"").replace(/<!--[^>]*>/g,"")}},83221:function(t,e,n){"use strict";function o(t){var e=document.createElement("div");return e.textContent=t,e.innerHTML}n.d(e,{$:function(){return o}})},1680:function(t,e,n){"use strict";n.d(e,{$_:function(){return r.$},Zs:function(){return o.Z},eV:function(){return s.e},hU:function(){return c.h},nA:function(){return s.n},oN:function(){return a.o},pQ:function(){return i.p}});var o=n(29973),i=n(64022),r=n(83221),a=n(2547),s=n(92058),c=n(90494)},90494:function(t,e,n){"use strict";function o(t){return t.replace(/\r\n|\r|\n/g,"<br/>")}n.d(e,{h:function(){return o}})},92058:function(t,e,n){"use strict";n.d(e,{e:function(){return r},n:function(){return a}});var o=n(98478),i=n(44913);function r(t,e){(i.i.isElement(t)||i.i.isFragment(t))&&(e.removeOnError&&(a(t),(0,o.$$)("[onerror]",t).forEach((function(t){return a(t,e)}))),e.safeJavaScriptLink&&(a(t),(0,o.$$)('a[href^="javascript"]',t).forEach((function(t){return a(t,e)}))))}function a(t,e){var n=void 0===e?{safeJavaScriptLink:!0,removeOnError:!0}:e,r=n.safeJavaScriptLink,a=n.removeOnError;if(!i.i.isElement(t))return!1;var s=!1;a&&t.hasAttribute("onerror")&&((0,o.attr)(t,"onerror",null),s=!0);var c=t.getAttribute("href");return r&&c&&0===c.trim().indexOf("javascript")&&((0,o.attr)(t,"href",location.protocol+"//"+c),s=!0),s}},2547:function(t,e,n){"use strict";n.d(e,{o:function(){return u}});var o=n(4682),i=n(98478),r=n(73076),a=n(44913),s=new Set(["div","p","br","h1","h2","h3","h4","h5","h6","hr"]),c=new Set(["script","style"]),l=new Set(["br","hr","input"]);function u(t,e,n){void 0===e&&(e=document),void 0===n&&(n=null);var d=e.createElement("div");return(0,o.H)(t)?d.innerHTML=t:d.appendChild(t),(0,i.$$)("*",d).forEach((function(t){var o=t.parentNode;if(o){if(n&&a.i.isTag(t,n)){var i=t.nodeName.toLowerCase(),r=a.i.isTag(t,l)?"%%%jodit-single-".concat(i,"%%%"):"%%%jodit-".concat(i,"%%%").concat(u(t.innerHTML,e,n),"%%%/jodit-").concat(i,"%%%");return a.i.before(t,e.createTextNode(r)),void a.i.safeRemove(t)}if(a.i.isTag(t,c))a.i.safeRemove(t);else if(a.i.isTag(t,s)){var d=t.nextSibling;a.i.isText(d)&&/^\s/.test(d.nodeValue||"")||d&&o.insertBefore(e.createTextNode(" "),d)}}})),(0,r.f)(d.innerText).replace(/%%%(\/)?jodit(-single)?-([\w\n]+)%%%/g,(function(t,e,n,o){return"<".concat(e?"/":"").concat(o,">")}))}},95582:function(t,e,n){"use strict";n.r(e),n.d(e,{CamelCaseToKebabCase:function(){return f.gP},NUMBER_FIELDS_REG:function(){return d.DO},applyStyles:function(){return u.Zs},asArray:function(){return a._2},camelCase:function(){return f.eV},cleanFromWord:function(){return u.pQ},clearTimeout:function(){return s.g},colorToHex:function(){return l.h},fuzzySearchIndex:function(){return f.Qy},getContentWidth:function(){return p.FK},getScrollParent:function(){return p.rP},hasBrowserColorPicker:function(){return c.EO},hasContainer:function(){return c.Zt},htmlspecialchars:function(){return u.$_},i18n:function(){return f.ag},innerWidth:function(){return p.x9},isArray:function(){return c.kJ},isBoolean:function(){return c.jn},isDestructable:function(){return c.Z$},isEqual:function(){return c.Xy},isFastEqual:function(){return c.LP},isFunction:function(){return c.mf},isHTML:function(){return c.FP},isHtmlFromWord:function(){return c.I4},isInitable:function(){return c.Gu},isInt:function(){return c.GN},isJoditObject:function(){return c.Zu},isLicense:function(){return c.A1},isMarker:function(){return c._V},isNativeFunction:function(){return c.QC},isNumber:function(){return c.hj},isNumeric:function(){return c.kE},isPlainObject:function(){return c.PO},isPromise:function(){return c.tI},isSet:function(){return c.DM},isString:function(){return c.HD},isStringArray:function(){return c.GI},isURL:function(){return c.PX},isValidName:function(){return c.r1},isViewObject:function(){return c.f2},isVoid:function(){return c.nj},isWindow:function(){return c.FJ},kebabCase:function(){return f.GL},nl2br:function(){return u.hU},normalizeColor:function(){return d.ut},normalizeCssNumericValue:function(){return d.xI},normalizeCssValue:function(){return d.Zh},normalizeKeyAliases:function(){return d.T2},normalizeLicense:function(){return d.Pd},normalizePath:function(){return d.AH},normalizeRelativePath:function(){return d.Jf},normalizeSize:function(){return d.aC},normalizeUrl:function(){return d.D5},offset:function(){return p.cv},position:function(){return p.eL},safeHTML:function(){return u.eV},sanitizeHTMLElement:function(){return u.nA},setTimeout:function(){return s.i},size:function(){return p.dp},splitArray:function(){return a.C1},sprintf:function(){return f.gB},stringify:function(){return f.Pz},stripTags:function(){return u.oN},toArray:function(){return a.qo},trim:function(){return f.fy},trimInv:function(){return f.as},ucfirst:function(){return f.Ps}});var o=n(98478),i={};for(var r in o)"default"!==r&&(i[r]=function(t){return o[t]}.bind(0,r));n.d(e,i);var a=n(1558),s=n(10474),c=n(71350),l=n(70706),u=n(1680),d=n(43851),p=n(27393),f=n(75208)},43851:function(t,e,n){"use strict";n.d(e,{AH:function(){return r.A},D5:function(){return c.D},DO:function(){return l.DO},Jf:function(){return a.J},Pd:function(){return i.P},T2:function(){return o.T},Zh:function(){return l.Zh},aC:function(){return s.a},ut:function(){return u.u},xI:function(){return l.xI}});var o=n(62473),i=n(26557),r=n(13469),a=n(12370),s=n(46386),c=n(58761),l=n(19263),u=n(40025)},40025:function(t,e,n){"use strict";n.d(e,{u:function(){return r}});var o=n(66801),i=n(73076),r=function(t){var e=["#"],n=(0,o.h)(t);if(!n)return!1;if(3===(n=(n=(0,i.f)(n.toUpperCase())).substring(1)).length){for(var r=0;3>r;r+=1)e.push(n[r]),e.push(n[r]);return e.join("")}return n.length>6&&(n=n.slice(0,6)),"#"+n}},19263:function(t,e,n){"use strict";n.d(e,{DO:function(){return s},Zh:function(){return l},xI:function(){return c}});var o=n(92114),i=n(77214),r=n(66801),a=n(96589),s=/^(left|top|bottom|right|width|min|max|height|margin|padding|fontsize|font-size)/i;function c(t,e){return!(0,a.n)(e)&&s.test(t)&&(0,o.k)(e.toString())?parseInt(e.toString(),10)+"px":e}function l(t,e){if("font-weight"===(0,i.G)(t)){switch(e.toString().toLowerCase()){case"700":case"bold":return 700;case"400":case"normal":return 400;case"900":case"heavy":return 900}return(0,o.k)(e)?Number(e):e}return/color/i.test(t)&&/^rgb/i.test(e.toString())&&(0,r.h)(e.toString())||e}},62473:function(t,e,n){"use strict";n.d(e,{T:function(){return r}});var o=n(73076),i=n(11612);function r(t){var e={},n={meta:1,ctrl:2,control:2,alt:3,shift:4};return t.replace(/\+\+/g,"+add").split(/[\s]*\+[\s]*/).map((function(t){return(0,o.f)(t.toLowerCase())})).map((function(t){return i.KEY_ALIASES[t]||t})).sort((function(t,e){return n[t]&&!n[e]?-1:!n[t]&&n[e]?1:n[t]&&n[e]?n[t]-n[e]:t>e?1:-1})).filter((function(t){return!e[t]&&""!==t&&(e[t]=!0)})).join("+")}},26557:function(t,e,n){"use strict";n.d(e,{P:function(){return o}});var o=function(t,e){void 0===e&&(e=8);for(var n=[];t.length;)n.push(t.substr(0,e)),t=t.substr(e);return n[1]=n[1].replace(/./g,"*"),n[2]=n[2].replace(/./g,"*"),n.join("-")}},13469:function(t,e,n){"use strict";n.d(e,{A:function(){return i}});var o=n(73076),i=function(){for(var t=[],e=0;arguments.length>e;e++)t[e]=arguments[e];return t.filter((function(t){return(0,o.f)(t).length})).map((function(e,n){return e=e.replace(/([^:])[\\/]+/g,"$1/"),n&&(e=e.replace(/^\//,"")),n!==t.length-1&&(e=e.replace(/\/$/,"")),e})).join("/")}},12370:function(t,e,n){"use strict";n.d(e,{J:function(){return o}});var o=function(t){return t.split("/").reduce((function(t,e){switch(e){case"":case".":break;case"..":t.pop();break;default:t.push(e)}return t}),[]).join("/")+(t.endsWith("/")?"/":"")}},46386:function(t,e,n){"use strict";n.d(e,{a:function(){return o}});var o=function(t){return/^[0-9]+$/.test(t.toString())?t+"px":t.toString()}},58761:function(t,e,n){"use strict";n.d(e,{D:function(){return o}});var o=function(){for(var t=[],e=0;arguments.length>e;e++)t[e]=arguments[e];return t.filter((function(t){return t.length})).map((function(t){return t.replace(/\/$/,"")})).join("/").replace(/([^:])[\\/]+/g,"$1/")}},9435:function(t,e,n){"use strict";n.d(e,{F:function(){return o}});var o=function(t,e){var n=function(t){return parseInt(t,10)},o=e.getComputedStyle(t);return t.offsetWidth-n(o.getPropertyValue("padding-left")||"0")-n(o.getPropertyValue("padding-right")||"0")}},5883:function(t,e,n){"use strict";n.d(e,{r:function(){return r}});var o=n(98478),i=n(44913);function r(t){if(!t)return null;var e=i.i.isHTMLElement(t),n=e&&(0,o.css)(t,"overflowY");return e&&"visible"!==n&&"hidden"!==n&&t.scrollHeight>=t.clientHeight?t:r(t.parentNode)||document.scrollingElement||document.body}},27393:function(t,e,n){"use strict";n.d(e,{FK:function(){return o.F},cv:function(){return a.c},dp:function(){return c.d},eL:function(){return s.F},rP:function(){return i.r},x9:function(){return r.x}});var o=n(9435),i=n(5883),r=n(67794),a=n(59326),s=n(90174),c=n(18909)},67794:function(t,e,n){"use strict";n.d(e,{x:function(){return o}});var o=function(t,e){var n=e.getComputedStyle(t);return t.clientWidth-(parseFloat(n.paddingLeft||"0")+parseFloat(n.paddingRight||"0"))}},18909:function(t,e,n){"use strict";n.d(e,{d:function(){return i}});var o=n(71350);function i(t){return(0,o.HD)(t)||(0,o.kJ)(t)?t.length:(0,o.PO)(t)?Object.keys(t).length:0}},59326:function(t,e,n){"use strict";n.d(e,{c:function(){return o}});var o=function(t,e,n,i){var r;void 0===i&&(i=!1);try{r=t.getBoundingClientRect()}catch(t){r={top:0,bottom:0,left:0,right:0,width:0,height:0}}var a,s,c=n.body,l=n.documentElement||{clientTop:0,clientLeft:0,scrollTop:0,scrollLeft:0},u=n.defaultView||n.parentWindow,d=u.pageYOffset||l.scrollTop||c.scrollTop,p=u.pageXOffset||l.scrollLeft||c.scrollLeft,f=l.clientTop||c.clientTop||0,h=l.clientLeft||c.clientLeft||0,g=e.iframe;if(!i&&e&&e.options&&e.o.iframe&&g){var m=o(g,e,e.od,!0);a=r.top+m.top,s=r.left+m.left}else a=r.top+d-f,s=r.left+p-h;return{top:Math.round(a),left:Math.round(s),width:r.width,height:r.height}}},90174:function(t,e,n){"use strict";n.d(e,{F:function(){return i}});var o=n(22975);function i(t,e,n){void 0===n&&(n=!1);var r=t.getBoundingClientRect(),a=r.left,s=r.top;if((0,o.Z)(e)&&e.iframe&&e.ed.body.contains(t)&&!n){var c=i(e.iframe,e,!0);a+=c.left,s+=c.top}return{left:Math.round(a),top:Math.round(s),width:Math.round(t.offsetWidth),height:Math.round(t.offsetHeight)}}},27343:function(t,e,n){"use strict";n.d(e,{e:function(){return o}});var o=function(t){return t.replace(/([-_])(.)/g,(function(t,e,n){return n.toUpperCase()}))}},7989:function(t,e,n){"use strict";n.d(e,{Q:function(){return i}});var o=n(11612);function i(t,e,n,i){void 0===n&&(n=0),void 0===i&&(i=1);var r=0,a=0,s=-1,c=0,l=0;for(a=n;t.length>r&&e.length>a;)t[r].toLowerCase()===e[a].toLowerCase()?(r++,c++,l=0,-1===s&&(s=a)):r>0&&(i>l||e[a]===o.INVISIBLE_SPACE?(l++,c++):(r=0,s=-1,c=0,l=0,a--)),a++;return r===t.length?[s,c]:[-1,0]}},3107:function(t,e,n){"use strict";n.d(e,{a:function(){return l},g:function(){return c}});var o=n(77628),i=n(98478),r=n(4682),a=n(92787),s=n(11612),c=function(t,e){if(!e||!e.length)return t;for(var n=/%([sd])/g,o=n.exec(t),i=t,r=0;o&&void 0!==e[r];)i=i.replace(o[0],e[r].toString()),r+=1,o=n.exec(t);return i};function l(t,e,n){if(!(0,r.H)(t))throw(0,i.error)("i18n: Need string in first argument");if(!t.length)return t;var l=Boolean(null==n?void 0:n.debugLanguage),u={},d=function(t){return e&&e.length?c(t,e):t},p=(0,i.defaultLanguage)(o.D.defaultOptions.language,o.D.defaultOptions.language),f=(0,i.defaultLanguage)(null==n?void 0:n.language,p),h=function(e){if(e){if((0,r.H)(e[t]))return d(e[t]);var n=t.toLowerCase();if((0,r.H)(e[n]))return d(e[n]);var o=(0,a.P)(t);return(0,r.H)(e[o])?d(e[o]):void 0}};void 0!==s.lang[f]?u=s.lang[f]:l||(u=void 0!==s.lang[p]?s.lang[p]:s.lang.en);var g=null==n?void 0:n.i18n;if(g&&g[f]){var m=h(g[f]);if(m)return m}return h(u)||(!l&&s.lang.en&&(0,r.H)(s.lang.en[t])&&s.lang.en[t]?d(s.lang.en[t]):l?"{"+t+"}":d(t))}},75208:function(t,e,n){"use strict";n.d(e,{GL:function(){return a.G},Ps:function(){return l.P},Pz:function(){return s.P},Qy:function(){return i.Q},ag:function(){return r.a},as:function(){return c.a},eV:function(){return o.e},fy:function(){return c.f},gB:function(){return r.g},gP:function(){return a.g}});var o=n(27343),i=n(7989),r=n(3107),a=n(77214),s=n(85904),c=n(73076),l=n(92787)},77214:function(t,e,n){"use strict";n.d(e,{G:function(){return o},g:function(){return i}});var o=function(t){return t.replace(/([A-Z])([A-Z])([a-z])/g,"$1-$2$3").replace(/([a-z])([A-Z])/g,"$1-$2").replace(/[\s_]+/g,"-").toLowerCase()},i=function(t){return t.replace(/([A-Z])([A-Z])([a-z])/g,"$1-$2$3").replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase()}},85904:function(t,e,n){"use strict";function o(t,e){if(void 0===e&&(e={}),"object"!=typeof t)return String(t);var n=new Set(e.excludeKeys),o=new WeakMap;return JSON.stringify(t,(function(t,e){if(!n.has(t)){if("object"==typeof e&&null!=e){if(o.get(e))return"[refObject]";o.set(e,!0)}return e}}),e.prettify)}n.d(e,{P:function(){return o}})},73076:function(t,e,n){"use strict";n.d(e,{a:function(){return r},f:function(){return i}});var o=n(11612);function i(t){return t.replace((0,o.SPACE_REG_EXP_END)(),"").replace((0,o.SPACE_REG_EXP_START)(),"")}function r(t){return t.replace((0,o.INVISIBLE_SPACE_REG_EXP_END)(),"").replace((0,o.INVISIBLE_SPACE_REG_EXP_START)(),"")}},92787:function(t,e,n){"use strict";function o(t){return t.length?t[0].toUpperCase()+t.substr(1):""}n.d(e,{P:function(){return o}})},85469:function(t,e,n){"use strict";n.d(e,{E3:function(){return s},wL:function(){return a},zC:function(){return r}});var o=n(8138),i=n(18002);function r(t,e){e&&"normal"!==e?"center"!==e?((0,i.i)(t,"float",e),(0,i.b)(t)):(0,i.i)(t,{float:"",display:"block",marginLeft:"auto",marginRight:"auto"}):((0,i.i)(t,"float")&&-1!==["right","left"].indexOf((0,i.i)(t,"float").toString().toLowerCase())&&(0,i.i)(t,"float",""),(0,i.b)(t))}function a(t){o.i.each(t,(function(t){o.i.isHTMLElement(t)&&t.style.textAlign&&(t.style.textAlign="",t.style.cssText.trim().length||t.removeAttribute("style"))}))}function s(t,e){if(o.i.isNode(e)&&o.i.isElement(e))switch(a(e),t.toLowerCase()){case"justifyfull":e.style.textAlign="justify";break;case"justifyright":e.style.textAlign="right";break;case"justifyleft":e.style.textAlign="left";break;case"justifycenter":e.style.textAlign="center"}}},64328:function(t,e,n){"use strict";n.d(e,{GX:function(){return f},JL:function(){return u},Nf:function(){return d},uR:function(){return l},wY:function(){return p}});var o=n(97582),i=n(66881),r=n(96318),a=n(4682),s=new Map,c=function(t){return function(e,n){return(0,o.mG)(void 0,void 0,Promise,(function(){var i;return(0,o.Jh)(this,(function(o){return s.has(n)?[2,s.get(n)]:(i=t(e,n),s.set(n,i),[2,i])}))}))}},l=function(t,e,n){var o=t.c.element("script");return o.type="text/javascript",o.async=!0,(0,r.m)(n)&&!t.isInDestruct&&t.e.on(o,"load",n),o.src||(o.src=(0,i.W)(e)),t.od.body.appendChild(o),{callback:n,element:o}},u=c((function(t,e){return new Promise((function(n,o){if(!t.isInDestruct){var i=l(t,e,n).element;!t.isInDestruct&&t.e.on(i,"error",o)}}))})),d=c((function(t,e){return new Promise((function(n,o){if(!t.isInDestruct){var r=t.c.element("link");r.rel="stylesheet",r.media="all",r.crossOrigin="anonymous",!t.isInDestruct&&t.e.on(r,"load",(function(){return n(r)})).on(r,"error",o),r.href=(0,i.W)(e),t.o.shadowRoot?t.o.shadowRoot.appendChild(r):t.od.body.appendChild(r)}}))})),p=function(t,e,n){return void 0===n&&(n=0),(0,a.H)(e[n])?u(t,e[n]).then((function(){return p(t,e,n+1)})):Promise.resolve()};function f(t,e,n){return void 0===n&&(n=0),(0,a.H)(e[n])?d(t,e[n]).then((function(){return f(t,e,n+1)})):Promise.resolve()}},77233:function(t,e,n){"use strict";n.d(e,{L:function(){return a}});var o=n(71350),i=n(77214),r=n(18002);function a(t,e,n){if(!t||!(0,o.mf)(t.getAttribute))return null;if(!(0,o.HD)(e))return Object.keys(e).forEach((function(n){var i=e[n];(0,o.PO)(i)&&"style"===n?(0,r.i)(t,i):("className"===n&&(n="class"),a(t,n,i))})),null;var s=(0,i.g)(e);if(/^-/.test(s)){var c=a(t,"data".concat(s));if(c)return c;s=s.substr(1)}if(void 0!==n){if(null!=n)return t.setAttribute(s,n.toString()),n.toString();t.hasAttribute(s)&&t.removeAttribute(s)}return t.getAttribute(s)}},25198:function(t,e,n){"use strict";n.d(e,{X:function(){return o}});var o=function(t){var e=navigator.userAgent.toLowerCase(),n=/(firefox)[\s/]([\w.]+)/.exec(e)||/(chrome)[\s/]([\w.]+)/.exec(e)||/(webkit)[\s/]([\w.]+)/.exec(e)||/(opera)(?:.*version)[\s/]([\w.]+)/.exec(e)||/(msie)[\s]([\w.]+)/.exec(e)||/(trident)\/([\w.]+)/.exec(e)||0>e.indexOf("compatible")||[];return"version"===t?n[2]:"webkit"===t?"chrome"===n[1]||"webkit"===n[1]:"ff"===t?"firefox"===n[1]:"msie"===t?"trident"===n[1]||"msie"===n[1]:n[1]===t}},23918:function(t,e,n){"use strict";n.d(e,{X:function(){return i}});var o=n(94144),i=function(t,e){var n=[],r=encodeURIComponent;for(var a in t)if(Object.prototype.hasOwnProperty.call(t,a)){var s=e?e+"["+a+"]":a,c=t[a];n.push((0,o.P)(c)?i(c,s):r(s)+"="+r(c))}return n.join("&")}},66881:function(t,e,n){"use strict";n.d(e,{W:function(){return o}});var o=function(t){return"file:"===window.location.protocol&&/^\/\//.test(t)&&(t="https:"+t),t}},11075:function(t,e,n){"use strict";n.d(e,{I:function(){return d},t:function(){return p}});var o=n(97582),i=n(16479),r=n(57728),a=n(94144),s=n(4682),c=n(96589),l=n(77628),u=n(70254);function d(t,e,n){if(void 0===n&&(n=0),Object.getPrototypeOf(t)!==Object.prototype)return t;var u=l.D.defaultOptions;if((0,s.H)(t.preset)){if(void 0!==u.presets[t.preset]){var p=u.presets[t.preset];Object.keys(p).forEach((function(e){(0,c.n)(t[e])&&(t[e]=p[e])}))}delete t.preset}var f={};return Object.keys(t).forEach((function(s){var c=t[s],l=e?e[s]:null;f[s]=(0,a.P)(c)&&(0,a.P)(l)&&!(0,i.J8)(c)?d(c,l,n+1):0!==n&&(0,r.k)(c)&&!(0,i.J8)(c)&&(0,r.k)(l)?(0,o.ev)((0,o.ev)([],(0,o.CR)(c),!1),(0,o.CR)(l.slice(c.length)),!1):c})),Object.setPrototypeOf(f,e),f}function p(t){return(0,u.XP)(t,!1).reduce((function(e,n){return e[n]=t[n],e}),{})}},16533:function(t,e,n){"use strict";n.d(e,{U:function(){return r}});var o=n(45940),i=n(46683),r=function(t,e,n){if(void 0===e&&(e=400),void 0===n&&(n=345),!(0,o.P)(t))return t;var r=document.createElement("a"),a=/(?:http?s?:\/\/)?(?:www\.)?(?:vimeo\.com)\/?(.+)/g;r.href=t,e||(e=400),n||(n=345);var s=r.protocol||"";switch(r.hostname){case"www.vimeo.com":case"vimeo.com":return a.test(t)?t.replace(a,'<iframe width="'+e+'" height="'+n+'" src="'+s+'//player.vimeo.com/video/$1" frameborder="0" allowfullscreen></iframe>'):t;case"youtube.com":case"www.youtube.com":case"youtu.be":case"www.youtu.be":var c=r.search?(0,i.m)(r.search):{v:r.pathname.substr(1)};return c.v?'<iframe width="'+e+'" height="'+n+'" src="'+s+"//www.youtube.com/embed/"+c.v+'" frameborder="0" allowfullscreen></iframe>':t}return t}},18002:function(t,e,n){"use strict";n.d(e,{b:function(){return l},i:function(){return c}});var o=n(94144),i=n(46232),r=n(19263),a=n(27343),s=n(77214);function c(t,e,n,l){if(void 0===l&&(l=!1),(0,i.j)(n)&&(l=n,n=void 0),(0,o.P)(e)||void 0!==n){var u=function(t,e,n){void 0===(n=(0,r.xI)(e,n))||null!=n&&c(t,e,!0)===(0,r.Zh)(e,n)||(t.style[e]=n)};if((0,o.P)(e))for(var d=Object.keys(e),p=0;d.length>p;p+=1)u(t,(0,a.e)(d[p]),e[d[p]]);else u(t,(0,a.e)(e),n);return""}var f=(0,s.G)(e),h=t.ownerDocument||document,g=!!h&&(h.defaultView||h.parentWindow),m=t.style[e],v="";return void 0!==m&&""!==m?v=m:g&&!l&&(v=g.getComputedStyle(t).getPropertyValue(f)),r.DO.test(e)&&/^[-+]?[0-9.]+px$/.test(v.toString())&&(v=parseInt(v.toString(),10)),(0,r.Zh)(e,v)}var l=function(t){"block"===c(t,"display")&&c(t,"display","");var e=t.style;"auto"===e.marginLeft&&"auto"===e.marginRight&&(e.marginLeft="",e.marginRight="")}},6354:function(t,e,n){"use strict";n.d(e,{k:function(){return o}});var o=function(t){if("undefined"!=typeof navigator&&-1!==navigator.userAgent.indexOf("Mac OS X")){if(t.metaKey&&!t.altKey)return!0}else if(t.ctrlKey&&!t.altKey)return!0;return!1}},16992:function(t,e,n){"use strict";n.d(e,{q:function(){return r}});var o=n(40393),i=new WeakMap,r=function(t,e,n){var r=i.get(t);if(!r){i.set(t,r={});var a=null;(0,o.f)(t.j)&&(a=t.j.e),(0,o.f)(t)&&(a=t.e),a&&a.on("beforeDestruct",(function(){i.delete(t)}))}return void 0===n?r[e]:(r[e]=n,n)}},3262:function(t,e,n){"use strict";n.d(e,{X:function(){return i}});var o=n(4682),i=function(t,e){return void 0===e&&(e="en"),"auto"!==t&&(0,o.H)(t)?t:document.documentElement&&document.documentElement.lang?document.documentElement.lang:navigator.language?navigator.language.substring(0,2):e}},68126:function(t,e,n){"use strict";n.d(e,{JG:function(){return s},PQ:function(){return c},YM:function(){return a},ZI:function(){return r},vU:function(){return i}});var o=n(32005);function i(t){return new TypeError(t)}function r(t){return new o.hY(t)}function a(t){return new o.tW(t)}function s(t){return new o._L(t)}function c(t){return t instanceof o._L}},96021:function(t,e,n){"use strict";n.d(e,{_:function(){return i}});var o=n(97582),i=function(t){function e(n){var o=t.call(this,n)||this;return Object.setPrototypeOf(o,e.prototype),o}return(0,o.ZT)(e,t),e}(Error)},68895:function(t,e,n){"use strict";n.d(e,{h:function(){return i}});var o=n(97582),i=function(t){function e(n){var o=t.call(this,n)||this;return Object.setPrototypeOf(o,e.prototype),o}return(0,o.ZT)(e,t),e}(Error)},32005:function(t,e,n){"use strict";n.d(e,{_L:function(){return o._},hY:function(){return i.h},tW:function(){return r.t}});var o=n(96021),i=n(68895),r=n(9684)},9684:function(t,e,n){"use strict";n.d(e,{t:function(){return i}});var o=n(97582),i=function(t){function e(n){var o=t.call(this,n)||this;return Object.setPrototypeOf(o,e.prototype),o}return(0,o.ZT)(e,t),e}(TypeError)},97370:function(t,e,n){"use strict";n.d(e,{JG:function(){return o.JG},PQ:function(){return o.PQ},YM:function(){return o.YM},ZI:function(){return o.ZI},_L:function(){return i._L},hY:function(){return i.hY},tW:function(){return i.tW},vU:function(){return o.vU}});var o=n(68126),i=n(32005)},16479:function(t,e,n){"use strict";n.d(e,{J8:function(){return i},V8:function(){return a},XT:function(){return r}});var o=n(85904);function i(t){return t&&t.isAtom}function r(t){return Object.defineProperty(t,"isAtom",{enumerable:!1,value:!0,configurable:!1}),t}function a(t){return JSON.parse((0,o.P)(t))}},51640:function(t,e,n){"use strict";n.d(e,{g:function(){return r},k:function(){return i}});var o=n(96318),i=new Map,r=function(t){var e;if((0,o.m)(t.className))return t.className();var n=(null===(e=t.constructor)||void 0===e?void 0:e.originalConstructor)||t.constructor;if(i.has(n))return i.get(n);if(n.name)return n.name;var r=new RegExp(/^\s*function\s*(\S*)\s*\(/),a=n.toString().match(r);return a?a[1]:""}},7866:function(t,e,n){"use strict";n.d(e,{U:function(){return a}});var o=n(97582),i=n(4682),r=n(96589);function a(t,e){var n,a;if(!(0,i.H)(t)||!t.length)return null;var s=t.split("."),c=e;try{try{for(var l=(0,o.XA)(s),u=l.next();!u.done;u=l.next()){var d=u.value;if((0,r.n)(c[d]))return null;c=c[d]}}catch(t){n={error:t}}finally{try{u&&!u.done&&(a=l.return)&&a.call(l)}finally{if(n)throw n.error}}}catch(t){return null}return(0,r.n)(c)?null:c}},99087:function(t,e,n){"use strict";n.d(e,{w:function(){return o}});var o=function(t){if(/^[0-9.]+$/.test(t.toString()))return parseFloat(t);var e=t.substr(-2,2).toUpperCase(),n=["KB","MB","GB","TB"],o=parseFloat(t.substr(0,t.length-2));return-1!==n.indexOf(e)?o*Math.pow(1024,n.indexOf(e)+1):parseInt(t,10)}},98478:function(t,e,n){"use strict";n.r(e),n.d(e,{$$:function(){return T.$$},AbortError:function(){return y._L},ConfigFlatten:function(){return p.t},ConfigProto:function(){return p.I},ConnectionError:function(){return y.hY},LimitedStack:function(){return z.l},OptionsError:function(){return y.tW},abort:function(){return y.JG},alignElement:function(){return o.E3},appendScript:function(){return r.uR},appendScriptAsync:function(){return r.JL},appendStyleAsync:function(){return r.Nf},attr:function(){return i.L},browser:function(){return l.X},buildQuery:function(){return u.X},call:function(){return L.RE},callPromise:function(){return L.C6},clearAlign:function(){return o.wL},clearCenterAlign:function(){return h.b},cns:function(){return C.H},completeUrl:function(){return d.W},connection:function(){return y.ZI},convertMediaUrlToVideoEmbed:function(){return f.U},css:function(){return h.i},cssPath:function(){return T.iN},ctrlKey:function(){return g.k},dataBind:function(){return m.q},defaultLanguage:function(){return v.X},error:function(){return y.vU},fastClone:function(){return b.V8},get:function(){return w.U},getClassName:function(){return _.g},getDataTransfer:function(){return L.qu},getXPathByElement:function(){return T.BR},hAlignElement:function(){return o.zC},humanSizeToBytes:function(){return k.w},inView:function(){return j.j},isAbort:function(){return y.PQ},isAtom:function(){return b.J8},keepNames:function(){return _.k},keys:function(){return L.XP},loadImage:function(){return L.po},loadNext:function(){return r.wY},loadNextStyle:function(){return r.GX},markAsAtomic:function(){return b.XT},markDeprecated:function(){return C.Q},markOwner:function(){return L.MN},memorizeExec:function(){return L.u3},options:function(){return y.YM},parseQuery:function(){return x.m},previewBox:function(){return S.$},refs:function(){return T.xL},reset:function(){return E.m},resolveElement:function(){return T.W2},scrollIntoViewIfNeeded:function(){return j.n},set:function(){return I.t},val:function(){return A.P}});var o=n(85469),i=n(77233),r=n(64328),a=n(52378),s={};for(var c in a)0>["default","alignElement","clearAlign","hAlignElement","attr","appendScript","appendScriptAsync","appendStyleAsync","loadNext","loadNextStyle"].indexOf(c)&&(s[c]=function(t){return a[t]}.bind(0,c));n.d(e,s);var l=n(25198),u=n(23918),d=n(66881),p=n(11075),f=n(16533),h=n(18002),g=n(6354),m=n(16992),v=n(3262),y=n(97370),b=n(16479),w=n(7866),_=n(51640),k=n(99087),C=n(8834),x=n(46683),S=n(20837),E=n(61769),j=n(82494),T=n(74833),I=n(68296),z=n(84031),L=n(70254),A=n(38182)},8834:function(t,e,n){"use strict";n.d(e,{H:function(){return i},Q:function(){return r}});var o=n(97582),i=console;function r(t,e,n){return void 0===e&&(e=[""]),void 0===n&&(n=null),function(){for(var r=[],a=0;arguments.length>a;a++)r[a]=arguments[a];return i.warn('Method "'.concat(e[0],'" deprecated.')+(e[1]?' Use "'.concat(e[1],'" instead'):"")),t.call.apply(t,(0,o.ev)([n],(0,o.CR)(r),!1))}}},46683:function(t,e,n){"use strict";n.d(e,{m:function(){return o}});var o=function(t){for(var e={},n=t.substring(1).split("&"),o=0;n.length>o;o+=1){var i=n[o].split("=");e[decodeURIComponent(i[0])]=decodeURIComponent(i[1]||"")}return e}},20837:function(t,e,n){"use strict";n.d(e,{$:function(){return c}});var o=n(4682),i=n(44913),r=n(18002),a=n(77233),s=n(74833);function c(t,e,n,c){void 0===n&&(n="px"),void 0===c&&(c=null);var l=[],u=function(t,e){var n=[];try{(0,s.$$)("img",t.editor).forEach((function(o){var r=[(0,a.L)(o,"width"),(0,a.L)(o,"height"),o.src];(0,a.L)(o,{width:o.offsetWidth+e,height:o.offsetHeight+e});var s=t.createInside.a();t.ed.body.appendChild(s),s.href=o.src,o.src=s.href,i.i.safeRemove(s),n.push((function(){var t;o.src=null!==(t=r[2])&&void 0!==t?t:"",(0,a.L)(o,{width:r[0]||null,height:r[1]||null})}))}))}catch(t){throw n.forEach((function(t){return t()})),n.length=0,t}return n}(t,n);try{var d=t.e.fire("beforePreviewBox",e,n);if(null!=d)return d;var p=t.c.div("jodit__preview-box jodit-context");c&&c.appendChild(p),(0,r.i)(p,{position:"relative",padding:16});var f=t.value||"<div style='position: absolute;left:50%;top:50%;transform: translateX(-50%) translateY(-50%);color:#ccc;'>".concat(t.i18n("Empty"),"</div>");if(t.iframe){var h=t.create.element("iframe");(0,r.i)(h,{minWidth:800,minHeight:600,border:0}),p.appendChild(h);var g=h.contentWindow;if(g&&(t.e.fire("generateDocumentStructure.iframe",g.document,t),p=g.document.body,"function"==typeof ResizeObserver)){var m=!1,v=g.document.body,y=new ResizeObserver(t.async.debounce((function(){y.unobserve(v),h.style.height="".concat(v.offsetHeight+20,"px"),t.async.requestAnimationFrame((function(){!m&&y.observe(v)}))}),100)),b=function(){m=!0,y.unobserve(v),y.disconnect(),t.e.off("beforeDestruct",b)};l.push(b),t.e.on("beforeDestruct",b)}}else(0,r.i)(p,{minWidth:1024,minHeight:600,border:0});var w=function(e,n){var r=(0,o.H)(n)?t.c.div():n;(0,o.H)(n)&&(r.innerHTML=n);for(var s=0;r.childNodes.length>s;s+=1){var c=r.childNodes[s];if(i.i.isElement(c)){for(var l=e.ownerDocument.createElement(c.nodeName),u=0;c.attributes.length>u;u+=1)(0,a.L)(l,c.attributes[u].nodeName,c.attributes[u].nodeValue);0===c.childNodes.length||i.i.isTag(c,"table")?"SCRIPT"===c.nodeName?c.textContent&&(l.textContent=c.textContent):c.innerHTML&&(l.innerHTML=c.innerHTML):w(l,c);try{e.appendChild(l)}catch(t){}}else try{e.appendChild(c.cloneNode(!0))}catch(t){}}};return w(p,f),t.e.fire("afterPreviewBox",p),[p,function(){l.forEach((function(t){return t()}))}]}finally{u.forEach((function(t){return t()}))}}},61769:function(t,e,n){"use strict";n.d(e,{m:function(){return s}});var o=n(7866),i=n(96318),r=n(11612),a={};function s(t){var e,n;if(!(t in a)){var s=document.createElement("iframe");try{if(s.src="about:blank",document.body.appendChild(s),!s.contentWindow)return null;var c=(0,o.U)(t,s.contentWindow),l=(0,o.U)(t.split(".").slice(0,-1).join("."),s.contentWindow);(0,i.m)(c)&&(a[t]=c.bind(l))}catch(t){if(!r.IS_PROD)throw t}finally{null===(e=s.parentNode)||void 0===e||e.removeChild(s)}}return null!==(n=a[t])&&void 0!==n?n:null}},82494:function(t,e,n){"use strict";n.d(e,{j:function(){return i},n:function(){return r}});var o=n(44913),i=function(t,e,n){var o=t.getBoundingClientRect(),i=t,r=o.top,a=o.height;do{if(i&&i.parentNode){if((o=(i=i.parentNode).getBoundingClientRect()).bottom<r)return!1;if(o.top>=r+a)return!1}}while(i&&i!==e&&i.parentNode);return(n.documentElement&&n.documentElement.clientHeight||0)>=r};function r(t,e,n){o.i.isHTMLElement(t)&&!i(t,e,n)&&(e.clientHeight!==e.scrollHeight&&(e.scrollTop=t.offsetTop),i(t,e,n)||t.scrollIntoView())}},74833:function(t,e,n){"use strict";n.d(e,{$$:function(){return f},BR:function(){return h},W2:function(){return v},iN:function(){return m},xL:function(){return g}});var o=n(11612),i=n(4682),r=n(98478),a=n(44913),s=n(27343),c=n(84621),l=n(84789),u=n(79467),d=1,p=function(){return++d};function f(t,e){var n;if(o.IS_ES_NEXT||!/:scope/.test(t)||!o.IS_IE||e&&e.nodeType===Node.DOCUMENT_NODE)n=e.querySelectorAll(t);else{var i=e.id,r=i||"_selector_id_"+String(Math.random()).slice(2)+p();t=t.replace(/:scope/g,"#"+r),!i&&e.setAttribute("id",r),n=e.parentNode.querySelectorAll(t),i||e.removeAttribute("id")}return[].slice.call(n)}var h=function(t,e){if(!t||t.nodeType!==Node.ELEMENT_NODE)return"";if(!t.parentNode||e===t)return"";if(t.id)return"//*[@id='"+t.id+"']";var n=[].filter.call(t.parentNode.childNodes,(function(e){return e.nodeName===t.nodeName}));return h(t.parentNode,e)+"/"+t.nodeName.toLowerCase()+(n.length>1?"["+((0,c.q)(n).indexOf(t)+1)+"]":"")},g=function(t){return u.w.isInstanceOf(t,l.u)&&(t=t.container),f("[ref],[data-ref]",t).reduce((function(t,e){var n=(0,r.attr)(e,"-ref");return n&&(0,i.H)(n)&&(t[(0,s.e)(n)]=e,t[n]=e),t}),{})},m=function(t){if(!a.i.isElement(t))return null;for(var e=[],n=t;n&&n.nodeType===Node.ELEMENT_NODE;){var o=n.nodeName.toLowerCase();if(n.id){e.unshift(o+="#"+n.id);break}var i=n,r=1;do{(i=i.previousElementSibling)&&i.nodeName.toLowerCase()===o&&r++}while(i);e.unshift(o+=":nth-of-type("+r+")"),n=n.parentNode}return e.join(" > ")};function v(t,e){var n=t;if((0,i.H)(t))try{n=e.querySelector(t)}catch(e){throw(0,r.error)('String "'+t+'" should be valid HTML selector')}if(!n||"object"!=typeof n||!a.i.isElement(n)||!n.cloneNode)throw(0,r.error)('Element "'+t+'" should be string or HTMLElement instance');return n}},68296:function(t,e,n){"use strict";n.d(e,{t:function(){return s}});var o=n(4682),i=n(92114),r=n(57728),a=n(94144);function s(t,e,n){if((0,o.H)(t)&&t.length){for(var s=t.split("."),c=n,l=s[0],u=0;s.length-1>u;u+=1)(0,r.k)(c[l=s[u]])||(0,a.P)(c[l])||(c[l]=(0,i.k)(s[u+1])?[]:{}),c=c[l];c&&(c[s[s.length-1]]=e)}}},84031:function(t,e,n){"use strict";n.d(e,{l:function(){return o}});var o=function(){function t(t){this.limit=t,this.stack=[]}return t.prototype.push=function(t){return this.stack.push(t),this.stack.length>this.limit&&this.stack.shift(),this},t.prototype.pop=function(){return this.stack.pop()},t.prototype.find=function(t){return this.stack.find(t)},t}()},70254:function(t,e,n){"use strict";n.d(e,{C6:function(){return u},MN:function(){return l},RE:function(){return c},XP:function(){return p},po:function(){return d},qu:function(){return h},u3:function(){return f}});var o=n(97582),i=n(43087),r=n(96589),a=n(16992),s=n(77233);function c(t){for(var e=[],n=1;arguments.length>n;n++)e[n-1]=arguments[n];return t.apply(void 0,(0,o.ev)([],(0,o.CR)(e),!1))}function l(t,e){(0,s.L)(e,"data-editor_id",t.id),!e.component&&Object.defineProperty(e,"jodit",{value:t})}function u(t,e){return(0,i.t)(t)?t.finally(e):e()}var d=function(t,e){return e.async.promise((function(n,o){var i=new Image,r=function(){e.e.off(i),null==o||o()},a=function(){e.e.off(i),n(i)};e.e.one(i,"load",a).one(i,"error",r).one(i,"abort",r),i.src=t,i.complete&&a()}))},p=function(t,e){if(void 0===e&&(e=!0),e)return Object.keys(t);var n=[];for(var o in t)n.push(o);return n},f=function(t,e,n,o){var i,s=n.control,c="button".concat(s.command),l=null!==(i=s.args&&s.args[0])&&void 0!==i?i:(0,a.q)(t,c);if((0,r.n)(l))return!1;(0,a.q)(t,c,l),o&&(l=o(l)),t.execCommand(s.command,!1,null!=l?l:void 0)},h=function(t){if(t.clipboardData)return t.clipboardData;try{return t.dataTransfer||new DataTransfer}catch(t){return null}}},38182:function(t,e,n){"use strict";n.d(e,{P:function(){return o}});var o=function(t,e,n){var o=t.querySelector(e);return o?(n&&(o.value=n),o.value):""}},99199:function(t,e,n){"use strict";n.d(e,{S:function(){return s}});var o=n(71350),i=n(19921),r=n(11612),a=n(81160);function s(t,e,n,s,c,l){if((0,o.Gu)(s))try{s.init(t)}catch(t){if(!r.IS_PROD)throw t}c.set(e,s),l.delete(e),s.hasStyle&&(0,i.X)(t,e).catch((function(t){})),s.styles&&((0,a.ZO)(t,e,"style").innerHTML=s.styles)}},19921:function(t,e,n){"use strict";n.d(e,{X:function(){return l},z:function(){return d}});var o=n(97582),i=n(64328),r=n(77214),a=n(91814),s=n(11612),c=new Set;function l(t,e){return(0,o.mG)(this,void 0,Promise,(function(){var n;return(0,o.Jh)(this,(function(o){return n=u(t,e,!1),c.has(n)?[2]:(c.add(n),[2,(0,i.Nf)(t,n)])}))}))}function u(t,e,n){return e=(0,r.G)(e),t.basePath+"plugins/"+e+"/"+e+"."+(n?"js":"css")}function d(t,e,n,o){try{var r=n.filter((function(e){return!t.has((0,a.B)(e.name))}));r.length&&function(t,e,n){e.map((function(e){var o=e.url||u(t,e.name,!0);return(0,i.JL)(t,o).then(n).catch((function(){return null}))}))}(e,r,o)}catch(t){if(!s.IS_PROD)throw t}}},14044:function(t,e,n){"use strict";n.d(e,{a:function(){return r}});var o=n(96318),i=n(11612);function r(t,e){try{try{return(0,o.m)(e)?new e(t):e}catch(n){if((0,o.m)(e)&&!e.prototype)return e(t)}}catch(t){if(!i.IS_PROD)throw t}return null}},91814:function(t,e,n){"use strict";n.d(e,{B:function(){return i}});var o=n(77214);function i(t){return(0,o.G)(t).toLowerCase()}},7324:function(t,e,n){"use strict";n.d(e,{S:function(){return o.S}}),n(42834);var o=n(35618)},42834:function(t,e,n){"use strict";n.d(e,{h:function(){return d}});var o=n(97582),i=n(71350),r=n(1558),a=n(81160),s=n(19921),c=n(91814),l=n(14044),u=n(99199),d=(n(11612),function(){function t(){this.__items=new Map}return t.prototype.add=function(t,e){this.__items.set((0,c.B)(t),e),a.TB.fire("plugin:".concat(t,":ready"))},t.prototype.get=function(t){return this.__items.get((0,c.B)(t))},t.prototype.remove=function(t){this.__items.delete((0,c.B)(t))},t.prototype.__getFullPluginsList=function(t){var e=[];return this.__items.forEach((function(n,o){t&&!t.has(o)||e.push([o,n])})),e},t.prototype.__init=function(t){var e=this,n=function(t){return{extrasList:t.o.extraPlugins.map((function(t){return(0,i.HD)(t)?{name:t}:t})),disableList:new Set((0,r.C1)(t.o.disablePlugins).map(c.B)),filter:t.o.safeMode?new Set(t.o.safePluginsList):null}}(t),a=n.extrasList,d=n.disableList,p=n.filter,f=new Map,h={},g=new Set;t.__plugins=h;var m=function(){if(!t.isInDestruct){var n=!1;e.__getFullPluginsList(p).forEach((function(e){var r=(0,o.CR)(e,2),a=r[0],s=r[1];if(!d.has(a)&&!f.has(a)){var c=null==s?void 0:s.requires;if(c&&(0,i.kJ)(c)&&c.length){if(c.some((function(t){return d.has(t)})))return;if(!c.every((function(t){return f.has(t)})))return void g.add(a)}n=!0;var p=(0,l.a)(t,s);if(!p)return f.set(a,null),void g.delete(a);(0,u.S)(t,a,s,p,f,g),h[a]=p}})),n&&(t.e.fire("updatePlugins"),m())}};a&&a.length||(0,s.z)(this.__items,t,a,m),m(),function(t,e){t.e.on("beforeDestruct",(function(){Object.keys(e).forEach((function(n){var o=e[n];(0,i.Z$)(o)&&o.destruct(t),delete e[n]})),delete t.__plugins}))}(t,h)},t.prototype.wait=function(t){var e=this;return new Promise((function(n){if(e.get(t))return n();var o=function(){n(),a.TB.off("plugin:".concat(t,":ready"),o)};a.TB.on("plugin:".concat(t,":ready"),o)}))},t}())},35618:function(t,e,n){"use strict";n.d(e,{S:function(){return s}});var o=n(97582),i=n(22562),r=n(50526),a=n(22975),s=function(t){function e(e){var n=t.call(this,e)||this;return n.buttons=[],n.hasStyle=!1,e.e.on("afterPluginSystemInit",(function(){var t;(0,a.Z)(e)&&(null===(t=n.buttons)||void 0===t||t.forEach((function(t){e.registerButton(t)})))})).on("afterInit",(function(){n.setStatus(i.n$.ready),n.afterInit(e)})).on("beforeDestruct",n.destruct),n}return(0,o.ZT)(e,t),e.prototype.className=function(){return""},e.prototype.init=function(t){},e.prototype.destruct=function(){var e,n,o;if(this.isReady){this.setStatus(i.n$.beforeDestruct);var r=this.j;(0,a.Z)(r)&&(null===(e=this.buttons)||void 0===e||e.forEach((function(t){null==r||r.unregisterButton(t)}))),null===(o=null===(n=this.j)||void 0===n?void 0:n.events)||void 0===o||o.off("beforeDestruct",this.destruct),this.beforeDestruct(this.j),t.prototype.destruct.call(this)}},e.requires=[],(0,o.gn)([r.autobind],e.prototype,"destruct",null),e}(i.Hr)},23861:function(t,e,n){"use strict";n.d(e,{t:function(){return u}});var o=n(97582),i=n(77628),r=n(95582),a=n(97370),s=n(32082),c=n(50526),l=n(96585),u=(n(4687),function(){function t(t,e){void 0===e&&(e=i.D.prototype.defaultAjaxOptions),this.__async=new s.e,this.__isFulfilled=!1,this.__activated=!1,this.__isDestructed=!1,this.options=(0,r.ConfigProto)(t||{},e),this.xhr=this.o.xhr?this.o.xhr():new XMLHttpRequest}return t.prototype.__buildParams=function(t,e){return(0,r.isPlainObject)(t)&&this.options.contentType&&this.options.contentType.includes("application/json")?JSON.stringify(t):(0,r.isFunction)(this.o.queryBuild)?this.o.queryBuild.call(this,t,e):(0,r.isString)(t)||t instanceof window.FormData||"object"==typeof t&&null!=t&&(0,r.isFunction)(t.append)?t:(0,r.buildQuery)(t)},Object.defineProperty(t.prototype,"o",{get:function(){return this.options},enumerable:!1,configurable:!0}),t.prototype.abort=function(){if(this.__isFulfilled)return this;try{this.__isFulfilled=!0,this.xhr.abort()}catch(t){}return this},t.prototype.send=function(){var t=this;this.__activated=!0;var e=this.xhr,n=this.o,i=this.prepareRequest();return this.__async.promise((function(s,c){return(0,o.mG)(t,void 0,void 0,(function(){var t,u,d,p,f,h=this;return(0,o.Jh)(this,(function(o){switch(o.label){case 0:return t=function(){h.__isFulfilled=!0,c(a.ZI("Connection error"))},e.onload=u=function(){h.__isFulfilled=!0,s(new l.H(i,e.status,e.statusText,e.responseType?e.response:e.responseText))},e.onabort=function(){h.__isFulfilled=!0,c(a.JG("Abort connection"))},e.onerror=t,e.ontimeout=t,n.responseType&&(e.responseType=n.responseType),e.onprogress=function(t){var e,n,o=0;t.lengthComputable&&(o=t.loaded/t.total*100),null===(n=(e=h.options).onProgress)||void 0===n||n.call(e,o)},e.onreadystatechange=function(){var t,o;null===(o=(t=h.options).onProgress)||void 0===o||o.call(t,10),e.readyState===XMLHttpRequest.DONE&&(n.successStatuses.includes(e.status)?u():e.statusText&&(h.__isFulfilled=!0,c(a.ZI(e.statusText))))},e.withCredentials=null!==(f=n.withCredentials)&&void 0!==f&&f,d=i.data,e.open(i.method,i.url,!0),n.contentType&&e.setRequestHeader&&e.setRequestHeader("Content-type",n.contentType),(0,r.isFunction)(p=n.headers)?[4,p.call(this)]:[3,2];case 1:p=o.sent(),o.label=2;case 2:return p&&e.setRequestHeader&&Object.keys(p).forEach((function(t){e.setRequestHeader(t,p[t])})),this.__async.setTimeout((function(){e.send(d?h.__buildParams(d):void 0)}),0),[2]}}))}))}))},t.prototype.prepareRequest=function(){if(!this.o.url)throw a.vU("Need URL for AJAX request");var e=this.o.url,n=this.o.data,i=(this.o.method||"get").toLowerCase();if("get"===i&&n&&(0,r.isPlainObject)(n)){var s=e.indexOf("?");if(-1!==s){var c=(0,r.parseQuery)(e);e=e.substring(0,s)+"?"+(0,r.buildQuery)((0,o.pi)((0,o.pi)({},c),n))}else e+="?"+(0,r.buildQuery)(this.o.data)}var l={url:e,method:i,data:n};return t.log.splice(100),t.log.push(l),l},t.prototype.destruct=function(){this.__isDestructed||(this.__isDestructed=!0,this.__activated&&!this.__isFulfilled&&(this.abort(),this.__isFulfilled=!0),this.__async.destruct())},t.log=[],(0,o.gn)([c.autobind],t.prototype,"destruct",null),t}())},4687:function(t,e,n){"use strict";n(77628).D.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:function(){return new XMLHttpRequest}}},61288:function(t,e,n){"use strict";n.d(e,{H:function(){return i.H},t:function(){return o.t}});var o=n(23861),i=n(96585)},96585:function(t,e,n){"use strict";n.d(e,{H:function(){return i}});var o=n(97582),i=function(){function t(t,e,n,o){this.request=t,this.status=e,this.statusText=n,this.body=o}return Object.defineProperty(t.prototype,"url",{get:function(){return this.request.url},enumerable:!1,configurable:!0}),t.prototype.json=function(){return(0,o.mG)(this,void 0,Promise,(function(){return(0,o.Jh)(this,(function(t){return[2,JSON.parse(this.body)]}))}))},t.prototype.text=function(){return Promise.resolve(this.body)},t.prototype.blob=function(){return(0,o.mG)(this,void 0,Promise,(function(){return(0,o.Jh)(this,(function(t){return[2,this.body]}))}))},t}()},56616:function(t,e,n){"use strict";n.d(e,{F:function(){return o.F}});var o=n(4544);n(89507)},4544:function(t,e,n){"use strict";n.d(e,{F:function(){return r}});var o=n(44913),i=n(11612);function r(t,e,n){for(var r=o.i.findSibling(e,n),a=o.i.findSibling(e,!n);o.i.isElement(r)&&!o.i.isTag(r,i.INSEPARABLE_TAGS)&&o.i.isContentEditable(r,t.editor)&&(!a||!o.i.closest(e,o.i.isElement,t.editor));)n||!r.firstChild?r.appendChild(e):o.i.before(r.firstChild,e),r=o.i.sibling(e,n),a=o.i.sibling(e,!n)}},89507:function(t,e,n){"use strict";n.d(e,{f:function(){return i}});var o=n(44913);function i(t,e,n){for(var i=t;i&&i!==n;){if(o.i.findSibling(i,e))return;if(o.i.isCell(i.parentElement))break;(i=i.parentElement)&&i!==n&&(e?o.i.before(i,t):o.i.after(i,t))}}},60593:function(t,e,n){"use strict";n.d(e,{J5:function(){return o.J5},Nc:function(){return o.Nc},Qu:function(){return o.Qu},RP:function(){return o.RP},Ve:function(){return o.Ve},Y1:function(){return i.Y},_X:function(){return o._X},p:function(){return o.p}});var o=n(23777),i=n(92562)},92562:function(t,e,n){"use strict";n.d(e,{Y:function(){return d}});var o=n(97582),i=n(11612),r=n(44913),a=n(95582),s=n(50526),c=n(89507),l=(n(52378),n(71350)),u=n(23777),d=function(){function t(t){var e=this;this.jodit=t,t.e.on("removeMarkers",(function(){e.removeMarkers()}))}return Object.defineProperty(t.prototype,"j",{get:function(){return this.jodit},enumerable:!1,configurable:!0}),t.prototype.errorNode=function(t){if(!r.i.isNode(t))throw(0,a.error)("Parameter node must be instance of Node")},Object.defineProperty(t.prototype,"area",{get:function(){return this.j.editor},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"win",{get:function(){return this.j.ew},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"doc",{get:function(){return this.j.ed},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"sel",{get:function(){return this.j.o.shadowRoot&&(0,l.mf)(this.j.o.shadowRoot.getSelection)?this.j.o.shadowRoot.getSelection():this.win.getSelection()},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"range",{get:function(){var t=this.sel;return t&&t.rangeCount?t.getRangeAt(0):this.createRange()},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"isInsideArea",{get:function(){var t=this.sel,e=(null==t?void 0:t.rangeCount)?t.getRangeAt(0):null;return!(!e||!r.i.isOrContains(this.area,e.startContainer))},enumerable:!1,configurable:!0}),t.prototype.createRange=function(t){void 0===t&&(t=!1);var e=this.doc.createRange();return t&&this.selectRange(e),e},t.prototype.remove=function(){var t=this.sel,e=this.current();if(t&&e)for(var n=0;t.rangeCount>n;n+=1)t.getRangeAt(n).deleteContents(),t.getRangeAt(n).collapse(!0)},t.prototype.clear=function(){var t,e;(null===(t=this.sel)||void 0===t?void 0:t.rangeCount)&&(null===(e=this.sel)||void 0===e||e.removeAllRanges())},t.prototype.removeNode=function(t){if(!r.i.isOrContains(this.j.editor,t,!0))throw(0,a.error)("Selection.removeNode can remove only editor's children");r.i.safeRemove(t),this.j.e.fire("afterRemoveNode",t)},t.prototype.insertCursorAtPoint=function(t,e){var n=this;this.removeMarkers();try{var o=this.createRange();return function(){if(n.doc.caretPositionFromPoint&&(i=n.doc.caretPositionFromPoint(t,e)))o.setStart(i.offsetNode,i.offset);else if(n.doc.caretRangeFromPoint){var i=n.doc.caretRangeFromPoint(t,e);o.setStart(i.startContainer,i.startOffset)}}(),o.collapse(!0),this.selectRange(o),!0}catch(t){}return!1},Object.defineProperty(t.prototype,"hasMarkers",{get:function(){return Boolean(this.markers.length)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"markers",{get:function(){return(0,a.$$)("span[data-"+i.MARKER_CLASS+"]",this.area)},enumerable:!1,configurable:!0}),t.prototype.removeMarkers=function(){r.i.safeRemove.apply(null,this.markers)},t.prototype.marker=function(t,e){void 0===t&&(t=!1);var n=null;e&&(n=e.cloneRange()).collapse(t);var o=this.j.createInside.span();return o.id=i.MARKER_CLASS+"_"+Number(new Date)+"_"+String(Math.random()).slice(2),o.style.lineHeight="0",o.style.display="none",r.i.markTemporary(o),(0,a.attr)(o,"data-"+i.MARKER_CLASS,t?"start":"end"),o.appendChild(this.j.createInside.text(i.INVISIBLE_SPACE)),n&&r.i.isOrContains(this.area,t?n.startContainer:n.endContainer)&&n.insertNode(o),o},t.prototype.restore=function(){var t=!1,e=function(t){return"span[data-".concat(i.MARKER_CLASS,"=").concat(t?"start":"end","]")},n=this.area.querySelector(e(!0)),o=this.area.querySelector(e(!1));if(n){if(t=this.createRange(),o)t.setStartAfter(n),r.i.safeRemove(n),t.setEndBefore(o),r.i.safeRemove(o);else{var a=n.previousSibling;r.i.isText(a)?t.setStart(a,a.nodeValue?a.nodeValue.length:0):t.setStartBefore(n),r.i.safeRemove(n),t.collapse(!0)}t&&this.selectRange(t)}},t.prototype.fakes=function(){var t=this.sel;if(!t||!t.rangeCount)return[];var e=t.getRangeAt(0),n=e.cloneRange();n.collapse(!0);var o=this.j.createInside.fake();n.insertNode(o),e.setStartBefore(o);var i=[o];if(!e.collapsed){var r=e.cloneRange();r.collapse(!1);var a=this.j.createInside.fake();r.insertNode(a),e.setEndAfter(a),i.push(a)}return this.selectRange(e),i},t.prototype.restoreFakes=function(t){var e,n,i,a,s,c=t.filter((function(t){return t.isConnected}));if(c.length){var l=(e=(0,o.CR)(c,2))[0],u=e[1],d=this.createRange();d.setStartAfter(l),u&&d.setEndBefore(u),this.selectRange(d),(null===(n=l.parentNode)||void 0===n?void 0:n.firstChild)!==(null===(i=l.parentNode)||void 0===i?void 0:i.lastChild)&&r.i.safeRemove(l),(null===(a=null==u?void 0:u.parentNode)||void 0===a?void 0:a.firstChild)!==(null===(s=null==u?void 0:u.parentNode)||void 0===s?void 0:s.lastChild)&&r.i.safeRemove(u)}},t.prototype.save=function(t){if(void 0===t&&(t=!1),this.hasMarkers)return[];var e=this.sel;if(!e||!e.rangeCount)return[];for(var n=[],o=e.rangeCount,i=[],r=0;o>r;r+=1)if(i[r]=e.getRangeAt(r),i[r].collapsed){var a=this.marker(!0,i[r]);n[r]={startId:a.id,collapsed:!0,startMarker:a.outerHTML}}else{a=this.marker(!0,i[r]);var s=this.marker(!1,i[r]);n[r]={startId:a.id,endId:s.id,collapsed:!1,startMarker:a.outerHTML,endMarker:s.outerHTML}}if(!t)for(e.removeAllRanges(),r=o-1;r>=0;--r){var c=this.doc.getElementById(n[r].startId);if(c){if(n[r].collapsed)i[r].setStartAfter(c),i[r].collapse(!0);else if(i[r].setStartBefore(c),n[r].endId){var l=this.doc.getElementById(n[r].endId);l&&i[r].setEndAfter(l)}try{e.addRange(i[r].cloneRange())}catch(t){}}}return n},t.prototype.focus=function(t){var e,n;if(void 0===t&&(t={preventScroll:!0}),!this.isFocused()){var o=(0,a.getScrollParent)(this.j.container),i=null==o?void 0:o.scrollTop;this.j.iframe&&"complete"===this.doc.readyState&&this.j.iframe.focus(t),this.win.focus(),this.area.focus(t),i&&(null==o?void 0:o.scrollTo)&&o.scrollTo(0,i);var s=this.sel,c=(null==s?void 0:s.rangeCount)?null==s?void 0:s.getRangeAt(0):null;if(!c||!r.i.isOrContains(this.area,c.startContainer)){var l=this.createRange();l.setStart(this.area,0),l.collapse(!0),this.selectRange(l,!1)}return this.j.editorIsActive||null===(n=null===(e=this.j)||void 0===e?void 0:e.events)||void 0===n||n.fire("focus"),!0}return!1},t.prototype.isCollapsed=function(){for(var t=this.sel,e=0;t&&t.rangeCount>e;e+=1)if(!t.getRangeAt(e).collapsed)return!1;return!0},t.prototype.isFocused=function(){return this.doc.hasFocus&&this.doc.hasFocus()&&this.area===this.doc.activeElement},t.prototype.current=function(t){if(void 0===t&&(t=!0),this.j.getRealMode()===i.MODE_WYSIWYG){var e=this.sel;if(!e||0===e.rangeCount)return null;var n=e.getRangeAt(0),o=n.startContainer,a=!1,s=function(t){return a?t.lastChild:t.firstChild};if(r.i.isTag(o,"br")&&e.isCollapsed)return o;if(!r.i.isText(o)){if((o=n.startContainer.childNodes[n.startOffset])||(o=n.startContainer.childNodes[n.startOffset-1],a=!0),o&&e.isCollapsed&&!r.i.isText(o))if(!a&&r.i.isText(o.previousSibling))o=o.previousSibling;else if(t)for(var c=s(o);c;){if(c&&r.i.isText(c)){o=c;break}c=s(c)}if(o&&!e.isCollapsed&&!r.i.isText(o)){var l=o,u=o;do{l=l.firstChild,u=u.lastChild}while(l&&u&&!r.i.isText(l));l===u&&l&&r.i.isText(l)&&(o=l)}}if(o&&r.i.isOrContains(this.area,o))return o}return null},t.prototype.insertNode=function(t,e,n){var o=this;void 0===e&&(e=!0),void 0===n&&(n=!0),this.errorNode(t);var a=r.i.isFragment(t)?t.lastChild:t;this.j.e.fire("safeHTML",t),!this.isFocused()&&this.j.isEditorMode()&&(this.focus(),this.restore());var s=this.sel;this.j.history.snapshot.transaction((function(){var n;if(o.isCollapsed()||o.j.execCommand("Delete"),o.j.e.fire("beforeInsertNode",t),s&&s.rangeCount){var c=s.getRangeAt(0);r.i.isOrContains(o.area,c.commonAncestorContainer)?r.i.isTag(c.startContainer,i.INSEPARABLE_TAGS)&&c.collapsed?null===(n=c.startContainer.parentNode)||void 0===n||n.insertBefore(t,c.startContainer):r.i.safeInsertNode(c,t):o.area.appendChild(t)}else o.area.appendChild(t);e&&(r.i.isFragment(t)?a&&o.setCursorAfter(a):o.setCursorAfter(t))})),n&&this.j.events&&this.j.__imdSynchronizeValues(),this.j.events&&this.j.e.fire("afterInsertNode",r.i.isFragment(t)?a:t)},t.prototype.insertHTML=function(t,e){if(void 0===e&&(e=!0),""!==t){var n=this.j.createInside.div(),o=this.j.createInside.fragment();if(!this.isFocused()&&this.j.isEditorMode()&&(this.focus(),this.restore()),r.i.isNode(t)?n.appendChild(t):n.innerHTML=t.toString(),(this.j.isEditorMode()||!1!==this.j.e.fire("insertHTML",n.innerHTML))&&n.lastChild){for(;n.firstChild;)o.appendChild(n.firstChild);this.insertNode(o,e,!1),this.j.__imdSynchronizeValues()}}},t.prototype.insertImage=function(t,e,n){void 0===e&&(e=null),void 0===n&&(n=null);var o=(0,l.HD)(t)?this.j.createInside.element("img"):t;if((0,l.HD)(t)&&o.setAttribute("src",t),null!=n){var i=n.toString();i&&"auto"!==i&&0>String(i).indexOf("px")&&0>String(i).indexOf("%")&&(i+="px"),(0,a.call)(this.j.o.resizer.forImageChangeAttributes?a.attr:a.css,o,"width",i)}e&&"object"==typeof e&&(0,a.css)(o,e);var r=function(){(o.offsetHeight>o.naturalHeight||o.offsetWidth>o.naturalWidth)&&(o.style.width="",o.style.height=""),o.removeEventListener("load",r)};this.j.e.on(o,"load",r),o.complete&&r(),this.insertNode(o),this.j.e.fire("afterInsertImage",o)},t.prototype.eachSelection=function(t){var e,n=this,o=this.sel;if(o&&o.rangeCount){var s=o.getRangeAt(0),c=s.commonAncestorContainer;r.i.isHTMLElement(c)||(c=c.parentElement);var u=[],d=s.startOffset,p=c.childNodes.length,f=s.startContainer===this.area?c.childNodes[p>d?d:p-1]:s.startContainer,h=s.endContainer===this.area?c.childNodes[s.endOffset-1]:s.endContainer;r.i.isText(f)&&f===s.startContainer&&s.startOffset===(null===(e=f.nodeValue)||void 0===e?void 0:e.length)&&f.nextSibling&&(f=f.nextSibling),r.i.isText(h)&&h===s.endContainer&&0===s.endOffset&&h.previousSibling&&(h=h.previousSibling);var g=function(t){!t||t===c||r.i.isEmptyTextNode(t)||(0,l._V)(t)||u.push(t)};g(f),f!==h&&r.i.isOrContains(c,f,!0)&&r.i.find(f,(function(t){return g(t),t===h||t&&t.contains&&t.contains(h)}),c,!0,!1);var m=function(e){if(r.i.isOrContains(n.j.editor,e,!0)){if(e.nodeName.match(/^(UL|OL)$/))return(0,a.toArray)(e.childNodes).forEach(m);if(r.i.isTag(e,"li"))if(e.firstChild)e=e.firstChild;else{var o=n.j.createInside.text(i.INVISIBLE_SPACE);e.appendChild(o),e=o}t(e)}};0===u.length&&r.i.isEmptyTextNode(f)&&u.push(f),0===u.length&&f.firstChild&&u.push(f.firstChild),u.forEach(m)}},t.prototype.cursorInTheEdge=function(t,e,n){var o,s,c=this;void 0===n&&(n=null);var l=!t,u=null===(o=this.sel)||void 0===o?void 0:o.getRangeAt(0);if(null!=n||(n=this.current(!1)),!u||!n||!r.i.isOrContains(e,n,!0))return null;var d=t?u.startContainer:u.endContainer,p=t?u.startOffset:u.endOffset,f=function(t){return Boolean(t&&!r.i.isTag(t,"br")&&!r.i.isEmptyTextNode(t)&&!r.i.isTemporary(t)&&!(r.i.isElement(t)&&!0===c.j.e.fire("isInvisibleForCursor",t)))};if(r.i.isText(d)){var h=(null===(s=d.nodeValue)||void 0===s?void 0:s.length)?d.nodeValue:"";if(l&&h.replace((0,i.INVISIBLE_SPACE_REG_EXP_END)(),"").length>p)return!1;var g=(0,i.INVISIBLE_SPACE_REG_EXP_START)().exec(h);if(t&&(g&&p>g[0].length||!g&&p>0))return!1}else{var m=(0,a.toArray)(d.childNodes);if(l){if(m.slice(p).some(f))return!1}else if(m.slice(0,p).some(f))return!1}for(var v=n;v&&v!==e;){var y=r.i.sibling(v,t);if(y){if((v=y)&&f(v))return!1}else v=v.parentNode}return!0},t.prototype.cursorOnTheLeft=function(t,e){return this.cursorInTheEdge(!0,t,e)},t.prototype.cursorOnTheRight=function(t,e){return this.cursorInTheEdge(!1,t,e)},t.prototype.setCursorAfter=function(t){return this.setCursorNearWith(t,!1)},t.prototype.setCursorBefore=function(t){return this.setCursorNearWith(t,!0)},t.prototype.setCursorNearWith=function(t,e){var n,o,i=this;if(this.errorNode(t),!r.i.up(t,(function(t){return t===i.area||t&&t.parentNode===i.area}),this.area))throw(0,a.error)("Node element must be in editor");var s=this.createRange(),c=null;return r.i.isText(t)?e?s.setStart(t,0):s.setEnd(t,null!==(o=null===(n=t.nodeValue)||void 0===n?void 0:n.length)&&void 0!==o?o:0):(c=this.j.createInside.fake(),e?s.setStartBefore(t):s.setEndAfter(t),s.collapse(e),r.i.safeInsertNode(s,c),s.selectNode(c)),s.collapse(e),this.selectRange(s),c},t.prototype.setCursorIn=function(t,e){var n=this;if(void 0===e&&(e=!1),this.errorNode(t),!r.i.up(t,(function(t){return t===n.area||t&&t.parentNode===n.area}),this.area))throw(0,a.error)("Node element must be in editor");var o=this.createRange(),s=t,c=t;do{if(r.i.isText(s))break;c=s,s=e?s.firstChild:s.lastChild}while(s);if(!s){var l=this.j.createInside.text(i.INVISIBLE_SPACE);/^(img|br|input)$/i.test(c.nodeName)?s=c:(c.appendChild(l),c=l)}return o.selectNodeContents(s||c),o.collapse(e),this.selectRange(o),c},t.prototype.selectRange=function(t,e){void 0===e&&(e=!0);var n=this.sel;return e&&!this.isFocused()&&this.focus(),n&&(n.removeAllRanges(),n.addRange(t)),this.j.e.fire("changeSelection"),this},t.prototype.select=function(t,e){var n=this;if(void 0===e&&(e=!1),this.errorNode(t),!r.i.up(t,(function(t){return t===n.area||t&&t.parentNode===n.area}),this.area))throw(0,a.error)("Node element must be in editor");var o=this.createRange();return o[e?"selectNodeContents":"selectNode"](t),this.selectRange(o)},Object.defineProperty(t.prototype,"html",{get:function(){var t=this.sel;if(t&&t.rangeCount>0){var e=t.getRangeAt(0).cloneContents(),n=this.j.createInside.div();return n.appendChild(e),n.innerHTML}return""},enumerable:!1,configurable:!0}),t.prototype.wrapInTagGen=function(t){var e,n,s,c,u,d,p,f,h;return(0,o.Jh)(this,(function(g){switch(g.label){case 0:return this.isCollapsed()?(c=this.jodit.createInside.element("font",i.INVISIBLE_SPACE),this.insertNode(c,!1,!1),t&&t[0]&&c.appendChild(t[0]),[4,c]):[3,2];case 1:return g.sent(),r.i.unwrap(c),[2];case 2:(0,a.$$)("*[style*=font-size]",this.area).forEach((function(t){(0,a.attr)(t,"data-font-size",t.style.fontSize.toString()),t.style.removeProperty("font-size")})),this.j.nativeExecCommand("fontsize",!1,"7"),(0,a.$$)("*[data-font-size]",this.area).forEach((function(t){var e=(0,a.attr)(t,"data-font-size");e&&(t.style.fontSize=e,(0,a.attr)(t,"data-font-size",null))})),e=(0,a.$$)('font[size="7"]',this.area),g.label=3;case 3:g.trys.push([3,8,9,10]),n=(0,o.XA)(e),s=n.next(),g.label=4;case 4:return s.done?[3,7]:(d=(c=s.value).lastChild,(u=c.firstChild)&&u===d&&(0,l._V)(u)?(r.i.unwrap(c),[3,6]):(u&&(0,l._V)(u)&&r.i.before(c,u),d&&(0,l._V)(d)&&r.i.after(c,d),[4,c]));case 5:g.sent(),r.i.unwrap(c),g.label=6;case 6:return s=n.next(),[3,4];case 7:return[3,10];case 8:return p=g.sent(),f={error:p},[3,10];case 9:try{s&&!s.done&&(h=n.return)&&h.call(n)}finally{if(f)throw f.error}return[7];case 10:return[2]}}))},t.prototype.wrapInTag=function(t){var e,n,i=[];try{for(var a=(0,o.XA)(this.wrapInTagGen()),s=a.next();!s.done;s=a.next()){var c=s.value;try{if(c.firstChild&&c.firstChild===c.lastChild&&(0,l._V)(c.firstChild))continue;(0,l.mf)(t)?t(c):i.push(r.i.replace(c,t,this.j.createInside))}finally{var u=c.parentNode;u&&(r.i.unwrap(c),r.i.isEmpty(u)&&r.i.unwrap(u))}}}catch(t){e={error:t}}finally{try{s&&!s.done&&(n=a.return)&&n.call(a)}finally{if(e)throw e.error}}return i},t.prototype.commitStyle=function(t){new u.RP(t).apply(this.j)},t.prototype.splitSelection=function(t,e){if(!this.isCollapsed())return null;var n=this.createRange(),o=this.range;n.setStartBefore(t);var a=this.cursorOnTheRight(t,e),s=this.cursorOnTheLeft(t,e),c=this.j.createInside.element("br"),l=this.j.createInside.fake(),u=l.cloneNode();try{if(a||s){e?r.i.before(e,c):r.i.safeInsertNode(o,c);var d=function(t,e){for(var n=e(t);n;){var o=e(n);if(!n||!r.i.isTag(n,"br")&&!r.i.isEmptyTextNode(n))break;r.i.safeRemove(n),n=o}};d(c,(function(t){return t.nextSibling})),d(c,(function(t){return t.previousSibling})),r.i.after(c,u),r.i.before(c,l),a?(n.setEndBefore(c),o.setEndBefore(c)):(n.setEndAfter(c),o.setEndAfter(c))}else n.setEnd(o.startContainer,o.startOffset);var p=n.extractContents(),f=function(t){return r.i.each(t,(function(t){return r.i.isEmptyTextNode(t)&&r.i.safeRemove(t)}))};try{if(f(p),f(t),t.parentNode.insertBefore(p,t),!e&&a&&(null==c?void 0:c.parentNode)){var h=this.createRange();h.setStartBefore(c),this.selectRange(h)}}catch(t){if(!i.IS_PROD)throw t}var g=function(t){var e,n,o;(null===(e=null==t?void 0:t.parentNode)||void 0===e?void 0:e.firstChild)===(null===(n=null==t?void 0:t.parentNode)||void 0===n?void 0:n.lastChild)&&(null===(o=null==t?void 0:t.parentNode)||void 0===o||o.appendChild(c.cloneNode()))};g(l),g(u)}finally{r.i.safeRemove(l),r.i.safeRemove(u)}return t.previousElementSibling},t.prototype.expandSelection=function(){var t=this;if(this.isCollapsed())return this;var e=this.range,n=e.cloneRange();if(!r.i.isOrContains(this.j.editor,e.commonAncestorContainer,!0))return this;var o=function(n){var o=t.j.createInside.fake(),i=e.cloneRange();return i.collapse(n),r.i.safeInsertNode(i,o),(0,c.f)(o,n,t.j.editor),o},i=o(!0),a=o(!1);n.setStartAfter(i),n.setEndBefore(a);var s=r.i.findSibling(i,!1),l=r.i.findSibling(a,!0);if(s!==l){var u=r.i.isElement(s)&&r.i.isOrContains(s,a),d=!u&&r.i.isElement(l)&&r.i.isOrContains(l,i);if(u||d){for(var p=u?s:l,f=p;r.i.isElement(p);)(p=u?p.firstElementChild:p.lastElementChild)&&r.i.isOrContains(p,u?a:i)&&(f=p);u?n.setStart(f,0):n.setEnd(f,f.childNodes.length)}}return this.selectRange(n),r.i.safeRemove(i,a),this},(0,o.gn)([s.autobind],t.prototype,"createRange",null),(0,o.gn)([s.autobind],t.prototype,"focus",null),(0,o.gn)([s.autobind],t.prototype,"setCursorAfter",null),(0,o.gn)([s.autobind],t.prototype,"setCursorBefore",null),(0,o.gn)([s.autobind],t.prototype,"setCursorIn",null),t}()},62849:function(t,e,n){"use strict";n.d(e,{i:function(){return s}});var o=n(70254),i=n(73076),r=n(44913),a=n(44058);function s(t,e,n){var o=n.s.createRange(),i=(0,a._)(e.previousSibling)?e.previousSibling:e;o.setStartBefore(t),o.setEndBefore(i),c(t,o,!0);var r=(0,a._)(e.nextSibling)?e.nextSibling:e;o.setStartAfter(r),o.setEndAfter(t),c(t,o,!1)}function c(t,e,n){var a=e.extractContents();a.textContent&&(0,i.f)(a.textContent).length||!a.firstChild||r.i.unwrap(a.firstChild),t.parentNode&&(0,o.RE)(n?r.i.before:r.i.after,t,a)}},92932:function(t,e,n){"use strict";n.d(e,{_:function(){return o}}),n(52378),n(11612);var o=function(){function t(t,e){this.transitions=e,this.silent=!0,this.__previewsStates=new Set,this.setState(t)}return t.prototype.setState=function(t){this.__previewsStates.add(t),this.__state=t},t.prototype.getState=function(){return this.__state},t.prototype.disableSilent=function(){this.silent=!1},t.prototype.dispatch=function(t,e){var n=this.transitions[this.getState()][t];if(n){var o=n.call(this,e);return this.setState(o.next),o}throw new Error("invalid action: ".concat(this.getState(),".").concat(t.toString()))},t}()},98447:function(t,e,n){"use strict";n.d(e,{e:function(){return a}});var o=n(44913),i=n(16640),r=n(59635);function a(t,e){for(var n=e.firstChild;n&&!(0,i.c)(n);)if(!(n=n.nextSibling))return null;return n&&!o.i.next(n,i.c,e)&&(0,r.fB)(t,n,!1)?n:null}},5794:function(t,e,n){"use strict";n.d(e,{H:function(){return a}});var o=n(44913),i=n(16640),r=n(59635);function a(t,e,n){var s=e.parentNode;return s===n||!o.i.isHTMLElement(s)||o.i.next(e,i.c,s)||o.i.prev(e,i.c,s)?null:t.isElementCommit&&t.elementIsBlock&&!o.i.isBlock(s)?a(t,s,n):!(0,r.fB)(t,s,!1)||o.i.isBlock(s)&&!t.elementIsBlock?t.isElementCommit&&!o.i.isBlock(s)?a(t,s,n):null:s}},79711:function(t,e,n){"use strict";n.d(e,{Y:function(){return c},k:function(){return s}});var o=n(18002),i=n(96589),r=n(19263),a=n(44913);function s(t,e){return Boolean(!a.i.isTag(t,"font")&&a.i.isHTMLElement(t)&&Object.keys(e).every((function(n){var a=(0,o.i)(t,n,!0);return""===a&&(""===e[n]||null==e[n])||!(0,i.n)(a)&&""!==a&&!(0,i.n)(e[n])&&(0,r.Zh)(n,e[n]).toString().toLowerCase()===a.toString().toLowerCase()})))}function c(t,e){return Boolean(!a.i.isTag(t,"font")&&a.i.isHTMLElement(t)&&Object.keys(e).every((function(e){var n=(0,o.i)(t,e,!0);return!(0,i.n)(n)})))}n(52378),document.createElement("div").style.color="red"},82538:function(t,e,n){"use strict";n.d(e,{D_:function(){return l.D},HB:function(){return c.H},JL:function(){return i.J},Mh:function(){return p.M},QS:function(){return u.Q},_H:function(){return a._},e:function(){return s.e},iN:function(){return o.i},ig:function(){return r.i},pe:function(){return u.p},re:function(){return f.r},ys:function(){return d.ys}});var o=n(91335),i=n(70839),r=(n(32823),n(79711),n(62849)),a=n(92932),s=n(98447),c=n(5794),l=n(98112),u=n(97251),d=(n(16640),n(59635)),p=n(91142),f=n(64978);n(28118)},98112:function(t,e,n){"use strict";n.d(e,{D:function(){return i}});var o=n(44913);function i(t,e){return Boolean(o.i.closest(t,["style","script"],e))}},16640:function(t,e,n){"use strict";n.d(e,{c:function(){return r}});var o=n(44913),i=n(44058);function r(t){return Boolean(t&&!o.i.isEmptyTextNode(t)&&!o.i.isTemporary(t)&&!(0,i._)(t))}},97251:function(t,e,n){"use strict";n.d(e,{Q:function(){return a},p:function(){return s}});var o=n(98478),i=n(18909),r=(n(52378),n(79711));function a(t,e){return!t.attributes.length&&!(0,i.d)(e)||!(0,i.d)(e)||Object.keys(e).every((function(n){return"class"===n||"className"===n?t.classList.contains(e[n]):"style"===n?(0,r.k)(t,e[n]):(0,o.attr)(t,n)===e[n]}))}function s(t,e){return t.attributes.length===e.attributes.length&&Array.from(t.attributes).every((function(t){return e.hasAttribute(t.name)&&e.getAttribute(t.name)===t.value}))}},59635:function(t,e,n){"use strict";n.d(e,{Dd:function(){return c},fB:function(){return a},ys:function(){return s}});var o=n(44913),i=n(16640),r=n(79711);function a(t,e,n){var a;if(!e)return!1;var s=t.element,c=t.elementIsDefault,l=t.options,u=Boolean((null===(a=l.attributes)||void 0===a?void 0:a.style)&&(0,r.k)(e,l.attributes.style)),d=e.nodeName.toLowerCase()===s||o.i.isList(e)&&t.elementIsList;return!((c&&n||!d)&&(!u||!(0,i.c)(e)||t.elementIsList))||Boolean(!d&&!n&&c&&o.i.isInlineBlock(e))}function s(t,e,n){return o.i.closest(e,(function(e){return a(t,e,!0)}),n)}function c(t,e){var n,o,a=t.element,s=t.options;if(!e||!(0,i.c)(e))return!1;var c=e.nodeName.toLowerCase()===a,l=Boolean((null===(n=s.attributes)||void 0===n?void 0:n.style)&&(0,r.Y)(e,null===(o=s.attributes)||void 0===o?void 0:o.style));return c&&l}},70839:function(t,e,n){"use strict";n.d(e,{J:function(){return c}});var o=n(44913),i=(n(52378),n(62849)),r=n(23777),a=n(91335),s=n(32823);function c(t,e,n,o){if(!e)return o;var i=e.parentElement;if(!i)return o;var c=n.e.fire("".concat(r.IM,"BeforeToggleList"),o,t,i);if(void 0!==c)return c;var u=n.e.fire.bind(n.e,"".concat(r.IM,"AfterToggleList"));if(o!==r.Nc){var d=(0,a.i)(t,e.parentElement,n,r._X,!0)===r.Ve;if(o===r.J5||d||i.tagName.toLowerCase()!==t.element){var p=l(r.J5,i,e,n,t),f=(0,s.h)(t,p,n);return u(r.J5,f,t),r.J5}}var h=l(r.Nc,i,e,n,t);return u(r.Nc,h,t),r.Nc}function l(t,e,n,a,s){return a.e.fire("".concat(r.IM,"BeforeUnwrapList"),t,e,s)||((0,i.i)(e,n,a),o.i.unwrap(n.parentElement),o.i.replace(n,a.o.enter,a.createInside))}},32823:function(t,e,n){"use strict";n.d(e,{h:function(){return a}});var o=n(8138),i=n(23777),r=n(82538);function a(t,e,n){var a=n.e.fire("".concat(i.IM,"BeforeWrapList"),i.J5,e,t),s=null!=a?a:o.i.replace(e,"li",n.createInside),c=s.previousElementSibling,l=s.nextElementSibling,u=o.i.isTag(c,t.element)?c:null;return null!=u||(u=o.i.isTag(l,t.element)?l:null),o.i.isList(u)&&(0,r.QS)(u,t.options.attributes)||(u=n.createInside.element(t.element),(0,r.iN)(t,u,n,i._X),o.i.before(s,u)),c===u?o.i.append(u,s):o.i.prepend(u,s),o.i.isTag(u.nextElementSibling,t.element)&&(0,r.pe)(u,u.nextElementSibling)&&(o.i.append(u,Array.from(u.nextElementSibling.childNodes)),o.i.safeRemove(u.nextElementSibling)),n.e.fire("".concat(i.IM,"AfterWrapList"),i.Qu,u,t),u}},91335:function(t,e,n){"use strict";n.d(e,{i:function(){return f}});var o=n(98478),i=n(18002),r=n(16992),a=n(77214),s=n(19263),c=n(18909),l=n(44913),u=n(23777),d=n(81160),p=(n(71350),"toggleAttributes");function f(t,e,n,f,g){if(void 0===g&&(g=!1),!g&&t.isApplied(e,p))return f;!g&&t.setApplied(e,p);var m=t.options.attributes;return m&&(0,c.d)(m)>0&&Object.keys(m).forEach((function(c){var p=m[c];switch(c){case"style":f=function(t,e,n,o,c,p){return Object.keys(n).forEach((function(f){var g=o.style.getPropertyValue((0,a.G)(f)),m=n[f];if(""!==g||null!=m){if(function(t,e,n){var o=t.create.element(e.tagName.toLowerCase());o.style.cssText=e.style.cssText;var a=function(t){var e;if(void 0!==(0,r.q)(t,"shadowRoot"))return(0,r.q)(t,"shadowRoot");var n=(0,d.ZO)(t),o=document.createElement("iframe");(0,i.i)(o,{width:0,height:0,position:"absolute",border:0}),o.src="about:blank",n.appendChild(o);var a=null===(e=o.contentWindow)||void 0===e?void 0:e.document,s=a?a.body:t.od.body;return(0,r.q)(t,"shadowRoot",s),s}(t);a.appendChild(o);var s=(0,i.i)(o,n);return l.i.safeRemove(o),s}(e,o,f)===(0,s.Zh)(f,m)){if(!g)return;return!c&&(0,i.i)(o,f,null),void(p=h(t,o,p=u.p))}p=u.Ve,c||((0,i.i)(o,f,m),p=h(t,o,p))}})),p}(t,n,p,e,g,f);break;case"className":case"class":f=function(t,e,n,i,r){var a=t.e.fire.bind(t.e,"".concat(u.IM,"AfterToggleAttribute"));return n.classList.contains(e.toString())?(i=u.p,r||(n.classList.remove(e),0===n.classList.length&&((0,o.attr)(n,"class",null),a(i,n,"class",null)))):(i=u.Ve,r||(n.classList.add(e),a(i,n,"class",e))),i}(n,p,e,f,g);break;default:f=function(t,e,n,i,r,a){var s=t.e.fire.bind(t.e,"".concat(u.IM,"AfterToggleAttribute"));return(0,o.attr)(n,i)===e?(!r&&(0,o.attr)(n,i,null),a=u.p,!r&&s(a,n,i,e),a):(a=u.Ve,r||((0,o.attr)(n,i,e),s(a,n,i,e)),a)}(n,p,e,c,g,f)}})),f}function h(t,e,n){return(0,o.attr)(e,"style")||((0,o.attr)(e,"style",null),e.tagName.toLowerCase()===t.defaultTag&&(l.i.unwrap(e),n=u.Nc)),n}},91142:function(t,e,n){"use strict";n.d(e,{M:function(){return s}});var o=n(44913),i=n(98478),r=n(79711),a=n(59635);function s(t,e){var n,s,c=[],l=[],u=null===(n=t.options.attributes)||void 0===n?void 0:n.style;if(e.firstChild)for(var d=o.i.eachGen(e),p=d.next(),f=function(){var e=p.value;!(0,a.fB)(t,e,!0)||u&&!(0,r.Y)(e,u)?u&&(0,a.Dd)(t,e)?(void 0===s&&(s=!1),l.push((function(){(0,i.css)(e,Object.keys(u).reduce((function(t,e){return t[e]=null,t}),{})),(0,i.attr)(e,"style")||(0,i.attr)(e,"style",null),(0,i.attr)(e,"style")||e.nodeName.toLowerCase()!==t.element||c.push(e)}))):o.i.isEmptyTextNode(e)||void 0===s&&(s=!1):(void 0===s&&(s=!0),c.push(e)),p=d.next()};!p.done;)f();return l.forEach((function(t){return t()})),c.forEach(o.i.unwrap),Boolean(s)}},28118:function(t,e,n){"use strict";n.d(e,{h:function(){return r}});var o=n(44913),i=n(44058);function r(t,e,n){var r=n.editor,a=n.createInside,s=function(t,e){void 0===e&&(e="previousSibling");for(var a=t,s=t;s&&!(0,i._)(s)&&!o.i.isTag(s,n.o.enter)&&(a=s,s=s[e]?s[e]:s.parentNode&&!o.i.isBlock(s.parentNode)&&s.parentNode!==r?s.parentNode:null,!o.i.isBlock(s)););return a},c=s(e),l=s(e,"nextSibling"),u=n.s.createRange();u.setStartBefore(c),u.setEndAfter(l);var d=u.extractContents(),p=a.element(t.element);return p.appendChild(d),o.i.safeInsertNode(u,p),t.elementIsBlock&&o.i.isEmpty(p)&&!o.i.isTag(p.firstElementChild,"br")&&p.appendChild(a.element("br")),p}},64978:function(t,e,n){"use strict";n.d(e,{r:function(){return s}});var o=n(8138),i=n(77233),r=n(28118),a=n(32823);function s(t,e,n){var s=function(t,e,n){return t.elementIsBlock?o.i.up(e,(function(t){return o.i.isBlock(t)&&!o.i.isTag(t,c)}),n.editor)||(0,r.h)(t,e,n):((0,i.L)(e,"size",null),e)}(t,e,n);return t.elementIsList?(0,a.h)(t,s,n):o.i.replace(s,t.element,n.createInside,!0)}var c=new Set(["td","th","tr","tbody","table","li","ul","ol"])},80098:function(t,e,n){"use strict";n.d(e,{Y:function(){return a}});var o=n(82538),i=n(22773),r=n(23777);function a(t,e){var n,a=t.s;null===(n=t.editor.firstChild)||void 0===n||n.normalize();var s=a.fakes(),c=t.s.wrapInTagGen(s),l=c.next();if(!l.done){for(var u={collapsed:a.isCollapsed(),mode:r._X,element:l.value,next:i.$.START,jodit:t,style:e};l&&!l.done;){var d=new o._H(i.$.START,i.d);for(u.element=l.value;d.getState()!==i.$.END;)u=d.dispatch("exec",u);l=c.next()}a.restoreFakes(s)}}},23777:function(t,e,n){"use strict";n.d(e,{IM:function(){return p},J5:function(){return d},Nc:function(){return s},Qu:function(){return a},RP:function(){return f},Ve:function(){return c},_X:function(){return u},p:function(){return l}});var o=n(11612),i=n(27343),r=n(80098),a="wrap",s="unwrap",c="change",l="unset",u="initial",d="replace",p="commitStyle",f=function(){function t(t){this.options=t,this.__applyMap=new WeakMap}return t.prototype.isApplied=function(t,e){var n=this.__applyMap.get(t);return!!n&&n[e]},t.prototype.setApplied=function(t,e){var n,o=null!==(n=this.__applyMap.get(t))&&void 0!==n?n:{};o[e]=!0,this.__applyMap.set(t,o)},Object.defineProperty(t.prototype,"elementIsList",{get:function(){return Boolean(this.options.element&&o.LIST_TAGS.has(this.options.element))},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"element",{get:function(){return this.options.element||this.defaultTag},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"elementIsBlock",{get:function(){return Boolean(this.options.element&&o.IS_BLOCK.test(this.options.element))},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"isElementCommit",{get:function(){return Boolean(this.options.element&&this.options.element!==this.options.defaultTag)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"defaultTag",{get:function(){return this.options.defaultTag?this.options.defaultTag:this.elementIsBlock?"p":"span"},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"elementIsDefault",{get:function(){return this.element===this.defaultTag},enumerable:!1,configurable:!0}),t.prototype.apply=function(t){var e=this.options.hooks;try{e&&Object.keys(e).forEach((function(n){t.e.on((0,i.e)(p+"_"+n),e[n])})),(0,r.Y)(t,this)}finally{e&&Object.keys(e).forEach((function(n){t.e.off((0,i.e)(p+"_"+n),e[n])})),this.__applyMap=new WeakMap}},t}()},22773:function(t,e,n){"use strict";n.d(e,{$:function(){return l},d:function(){return u}});var o,i=n(97582),r=n(60593),a=n(82538),s=n(44913),c=(n(52378),n(11612)),l={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"},u=((o={})[l.START]={exec:function(t){var e=t.element,n=t.jodit,o=t.style,c=t.mode,u=t.collapsed;if((0,a.D_)(e,n.editor)||!u&&s.i.isEmptyContent(e))return(0,i.pi)((0,i.pi)({},t),{next:l.END});var d=(0,a.HB)(o,e,n.editor)||(0,a.e)(o,e);if(d)return(0,i.pi)((0,i.pi)({},t),{next:l.ELEMENT,element:d});var p=(0,a.ys)(o,e,n.editor);return o.elementIsList&&s.i.isList(p)?(0,i.pi)((0,i.pi)({},t),{next:l.LIST}):(0,i.pi)((0,i.pi)({},t),p?{next:l.EXTRACT}:{next:c!==r.Nc?l.UNWRAP_CHILDREN:l.END})}},o[l.LIST]={exec:function(t){var e=t.element,n=t.jodit,o=t.mode;if(o!==r._X&&o!==r.Nc&&o!==r.J5)return(0,i.pi)((0,i.pi)({},t),{next:l.END});var a=s.i.closest(e,"li",n.editor);if(!a)return(0,i.pi)((0,i.pi)({},t),{next:l.END});var u=s.i.closest(e,c.LIST_TAGS,n.editor);return(0,i.pi)((0,i.pi)({},t),u?{element:a,next:l.TOGGLE_LIST}:{next:l.END})}},o[l.TOGGLE_LIST]={exec:function(t){return(0,i.pi)((0,i.pi)({},t),{mode:(0,a.JL)(t.style,t.element,t.jodit,t.mode),next:l.END})}},o[l.EXTRACT]={exec:function(t){var e=t.element,n=t.jodit,o=t.style,r=(0,a.ys)(o,e,n.editor);return o.elementIsBlock||(0,a.ig)(r,e,n),(0,i.pi)((0,i.pi)({},t),{element:r,next:l.ELEMENT})}},o[l.UNWRAP_CHILDREN]={exec:function(t){return(0,a.Mh)(t.style,t.element)?(0,i.pi)((0,i.pi)({},t),{mode:r.Nc,next:l.END}):(0,i.pi)((0,i.pi)({},t),{next:l.WRAP})}},o[l.WRAP]={exec:function(t){var e=t.style,n=(0,a.re)(e,t.element,t.jodit);return(0,i.pi)((0,i.pi)({},t),{next:e.elementIsList?l.END:l.CHANGE,mode:r.Qu,element:n})}},o[l.ELEMENT]={exec:function(t){var e=t.style,n=t.element;return(0,a.iN)(e,n,t.jodit,r._X,!0)!==r._X?(0,i.pi)((0,i.pi)({},t),{next:l.CHANGE}):s.i.isTag(n,e.element)?(0,i.pi)((0,i.pi)({},t),{next:l.UNWRAP}):(0,i.pi)((0,i.pi)({},t),{next:l.END})}},o[l.CHANGE]={exec:function(t){var e=t.style,n=t.element,o=t.mode,c=(0,a.iN)(e,n,t.jodit,t.mode);return o!==r.Qu&&c===r.p&&!n.attributes.length&&s.i.isTag(n,e.element)?(0,i.pi)((0,i.pi)({},t),{next:l.UNWRAP}):(0,i.pi)((0,i.pi)({},t),{mode:c,next:l.END})}},o[l.UNWRAP]={exec:function(t){return t.element.attributes.length&&s.i.isTag(t.element,t.style.element)?(0,i.pi)((0,i.pi)({},t),{next:l.REPLACE_DEFAULT}):(s.i.unwrap(t.element),(0,i.pi)((0,i.pi)({},t),{mode:r.Nc,next:l.END}))}},o[l.REPLACE_DEFAULT]={exec:function(t){return s.i.replace(t.element,t.style.defaultTag,t.jodit.createInside,!0),(0,i.pi)((0,i.pi)({},t),{mode:r.J5,next:l.END})}},o[l.END]={exec:function(t){return t}},o)},85559:function(t,e,n){"use strict";n.d(e,{L:function(){return i},P:function(){return r}});var o,i=function(){return void 0===o&&(o=function(){var t="___Jodit___"+Math.random().toString();try{localStorage.setItem(t,"1");var e="1"===localStorage.getItem(t);return localStorage.removeItem(t),e}catch(t){}return!1}()),o},r=function(){function t(t){this.rootKey=t}return t.prototype.set=function(t,e){try{var n=localStorage.getItem(this.rootKey),o=n?JSON.parse(n):{};o[t]=e,localStorage.setItem(this.rootKey,JSON.stringify(o))}catch(t){}return this},t.prototype.delete=function(t){try{localStorage.removeItem(this.rootKey)}catch(t){}return this},t.prototype.get=function(t){try{var e=localStorage.getItem(this.rootKey),n=e?JSON.parse(e):{};return void 0!==n[t]?n[t]:null}catch(t){}},t.prototype.exists=function(t){return null!=this.get(t)},t.prototype.clear=function(){try{localStorage.removeItem(this.rootKey)}catch(t){}return this},t}()},65548:function(t,e,n){"use strict";n.d(e,{m:function(){return o}});var o=function(){function t(){this.data=new Map}return t.prototype.set=function(t,e){return this.data.set(t,e),this},t.prototype.delete=function(t){return this.data.delete(t),this},t.prototype.get=function(t){return this.data.get(t)},t.prototype.exists=function(t){return this.data.has(t)},t.prototype.clear=function(){return this.data.clear(),this},t}()},22775:function(t,e,n){"use strict";n.d(e,{Ke:function(){return o.K}}),n(65548),n(85559);var o=n(68939)},68939:function(t,e,n){"use strict";n.d(e,{K:function(){return s}});var o=n(27343),i=n(85559),r=n(65548),a="Jodit_",s=function(){function t(t,e){this.provider=t,this.prefix=a,e&&(this.prefix+=e)}return t.prototype.set=function(t,e){return this.provider.set((0,o.e)(this.prefix+t),e),this},t.prototype.delete=function(t){return this.provider.delete((0,o.e)(this.prefix+t)),this},t.prototype.get=function(t){return this.provider.get((0,o.e)(this.prefix+t))},t.prototype.exists=function(t){return this.provider.exists((0,o.e)(this.prefix+t))},t.prototype.clear=function(){return this.provider.clear(),this},t.makeStorage=function(e,n){var o;return void 0===e&&(e=!1),e&&(0,i.L)()&&(o=new i.P(a+n)),o||(o=new r.m),new t(o,n)},t}()},87759:function(t,e,n){"use strict";n.d(e,{l:function(){return s}});var o=n(97582),i=n(2932),r=n(71350),a=n(70254),s=function(){function t(){}return t.prototype.dlg=function(t){var e=new i.Vq((0,o.pi)({language:this.o.language,shadowRoot:this.o.shadowRoot,ownerWindow:this.o.ownerWindow,defaultTimeout:this.o.defaultTimeout,theme:this.o.theme,globalFullSize:this.o.globalFullSize},t));return(0,a.MN)(this,e.container),e.parent=this,e.bindDestruct(this)},t.prototype.confirm=function(t,e,n){return t=c(t,this),e=c(e,this),i.I4.call(this.dlg(),t,e,n)},t.prototype.prompt=function(t,e,n,o,r){return t=c(t,this),e=c(e,this),o=c(o,this),i.NL.call(this.dlg(),t,e,n,o,r)},t.prototype.alert=function(t,e,n,o){return t=c(t,this),e=c(e,this),i.bZ.call(this.dlg(),t,e,n,o)},t}();function c(t,e){return(0,r.HD)(t)&&!(0,r.FP)(t)&&(t=e.i18n(t)),t}},71917:function(t,e,n){"use strict";n.d(e,{F:function(){return i}});var o=n(84621),i=function(){function t(){}return t.prototype.getElm=function(t){return this.container.querySelector(".".concat(this.getFullElName(t)))},t.prototype.getElms=function(t){return(0,o.q)(this.container.querySelectorAll(".".concat(this.getFullElName(t))))},t}()},46567:function(t,e,n){"use strict";n.d(e,{lf:function(){return o.l}}),n(71917),n(90043);var o=n(87759)},90043:function(t,e,n){"use strict";n.d(e,{$:function(){return i}});var o=n(96589),i=function(){function t(){}return t.prototype.afterSetMod=function(t,e){},t.prototype.setMod=function(t,e,n){t=t.toLowerCase();var i=this.mods[t];if(i===e)return this;var r="".concat(this.componentName,"_").concat(t,"_"),a=(n||this.container).classList;return null!=i&&a.remove("".concat(r).concat(i.toString().toLowerCase())),!(0,o.n)(e)&&""!==e&&a.add("".concat(r).concat(e.toString().toLowerCase())),this.mods[t]=e,this.afterSetMod(t,e),this},t.prototype.getMod=function(t){var e;return null!==(e=this.mods[t])&&void 0!==e?e:null},t}()},53025:function(t,e,n){"use strict";n.d(e,{Yc:function(){return f},y3:function(){return h},zx:function(){return g}});var o=n(97582),i=n(84789),r=n(44913),a=n(98478),s=n(4682),c=n(96318),l=n(10503),u=n(44479),d=n(50526),p=n(1188),f=function(){return{size:"middle",type:"button",name:"",value:"",variant:"initial",disabled:!1,activated:!1,icon:{name:"empty",fill:"",iconURL:""},tooltip:"",text:"",tabIndex:void 0}},h=function(t){function e(e,n){var o=t.call(this,e)||this;return o.isButton=!0,o.state=f(),o.actionHandlers=[],o.button=o.container,o.updateSize(),o.onChangeSize(),o.onChangeStatus(),n&&o.hookStatus(p.n.ready,(function(){o.setState(n)})),o}return(0,o.ZT)(e,t),e.prototype.className=function(){return"UIButton"},e.prototype.setState=function(t){return Object.assign(this.state,t),this},Object.defineProperty(e.prototype,"text",{get:function(){return this.getElm("text")},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"icon",{get:function(){return this.getElm("icon")},enumerable:!1,configurable:!0}),e.prototype.onChangeSize=function(){this.setMod("size",this.state.size)},e.prototype.onChangeType=function(){(0,a.attr)(this.container,"type",this.state.type)},e.prototype.updateSize=function(){var t=this.closest(u.b);t&&(this.state.size=t.buttonSize)},e.prototype.onChangeStatus=function(){this.setMod("variant",this.state.variant)},e.prototype.onChangeText=function(){this.text.textContent=this.jodit.i18n(this.state.text)},e.prototype.onChangeTextSetMode=function(){this.setMod("text-icons",Boolean(this.state.text.trim().length))},e.prototype.onChangeDisabled=function(){(0,a.attr)(this.container,"disabled",this.state.disabled||null)},e.prototype.onChangeActivated=function(){(0,a.attr)(this.container,"aria-pressed",this.state.activated)},e.prototype.onChangeName=function(){this.container.classList.add("".concat(this.componentName,"_").concat(this.clearName(this.state.name))),this.name=this.state.name,(0,a.attr)(this.container,"data-ref",this.state.name),(0,a.attr)(this.container,"ref",this.state.name)},e.prototype.onChangeTooltip=function(){this.get("j.o.useNativeTooltip")&&(0,a.attr)(this.container,"title",this.state.tooltip),(0,a.attr)(this.container,"aria-label",this.state.tooltip)},e.prototype.onChangeTabIndex=function(){(0,a.attr)(this.container,"tabindex",this.state.tabIndex)},e.prototype.onChangeIcon=function(){var t=this.get("j.o.textIcons");if(!(!0===t||(0,c.m)(t)&&t(this.state.name))){r.i.detach(this.icon);var e=l.J.makeIcon(this.j,this.state.icon);e&&this.icon.appendChild(e)}},e.prototype.focus=function(){this.container.focus()},e.prototype.isFocused=function(){var t=this.od.activeElement;return Boolean(t&&r.i.isOrContains(this.container,t))},e.prototype.createContainer=function(){var t=this.componentName,e=this.j.c.element("button",{class:t,type:"button",role:"button",ariaPressed:!1}),n=this.j.c.span(t+"__icon"),o=this.j.c.span(t+"__text");return e.appendChild(n),e.appendChild(o),e},e.prototype.destruct=function(){return this.j.e.off(this.container),t.prototype.destruct.call(this)},e.prototype.onAction=function(t){return this.actionHandlers.push(t),this},e.prototype.__onActionFire=function(t){var e=this;t.buffer={actionTrigger:this},this.actionHandlers.forEach((function(n){return n.call(e,t)}))},(0,o.gn)([d.cache],e.prototype,"text",null),(0,o.gn)([d.cache],e.prototype,"icon",null),(0,o.gn)([(0,d.watch)("state.size",{immediately:!1})],e.prototype,"onChangeSize",null),(0,o.gn)([(0,d.watch)("state.type",{immediately:!1})],e.prototype,"onChangeType",null),(0,o.gn)([(0,d.watch)("parentElement")],e.prototype,"updateSize",null),(0,o.gn)([(0,d.watch)("state.variant",{immediately:!1})],e.prototype,"onChangeStatus",null),(0,o.gn)([(0,d.watch)("state.text",{immediately:!1})],e.prototype,"onChangeText",null),(0,o.gn)([(0,d.watch)("state.text",{immediately:!1})],e.prototype,"onChangeTextSetMode",null),(0,o.gn)([(0,d.watch)("state.disabled")],e.prototype,"onChangeDisabled",null),(0,o.gn)([(0,d.watch)("state.activated")],e.prototype,"onChangeActivated",null),(0,o.gn)([(0,d.watch)("state.name",{immediately:!1})],e.prototype,"onChangeName",null),(0,o.gn)([(0,d.watch)("state.tooltip",{immediately:!1})],e.prototype,"onChangeTooltip",null),(0,o.gn)([(0,d.watch)("state.tabIndex",{immediately:!1})],e.prototype,"onChangeTabIndex",null),(0,o.gn)([(0,d.watch)("state.icon",{immediately:!1})],e.prototype,"onChangeIcon",null),(0,o.gn)([d.cacheHTML],e.prototype,"createContainer",null),(0,o.gn)([(0,d.watch)("button:click")],e.prototype,"__onActionFire",null),(0,o.gn)([d.component],e)}(i.u);function g(t,e,n,o){var i=new h(t);return i.state.tabIndex=t.o.allowTabNavigation?0:-1,(0,s.H)(e)?(i.state.icon.name=e,i.state.name=e,o&&(i.state.variant=o),n&&(i.state.text=n)):i.setState(e),i}},77480:function(t,e,n){"use strict";n.d(e,{B:function(){return s}});var o=n(97582),i=n(91630),r=n(94707),a=n(53025),s=(n(52378),function(t){function e(e,n){void 0===n&&(n={radio:!0});var o,i,r=this;return(r=t.call(this,e,null===(o=n.options)||void 0===o?void 0:o.map((function(t){var n=new a.y3(e,{text:t.text,value:t.value,variant:"primary"});return n.onAction((function(){r.select(t.value)})),n})),n)||this).options=n,r.select(null!==(i=n.value)&&void 0!==i?i:0),r}return(0,o.ZT)(e,t),e.prototype.className=function(){return"UIButtonGroup"},e.prototype.render=function(t){return'<div>\n\t\t\t<div class="&__label">~'.concat(t.label,'~</div>\n\t\t\t<div class="&__options"></div>\n\t\t</div>')},e.prototype.appendChildToContainer=function(t){this.getElm("options").appendChild(t)},e.prototype.select=function(t){var e,n,o=this;this.elements.forEach((function(e,n){n===t||e.state.value===t?e.state.activated=!0:o.options.radio&&(e.state.activated=!1)}));var i=this.elements.filter((function(t){return t.state.activated})).map((function(t){return{text:t.state.text,value:t.state.value}}));this.jodit.e.fire(this,"select",i),null===(n=(e=this.options).onChange)||void 0===n||n.call(e,i)},(0,o.gn)([r.w],e)}(i.q))},29788:function(t,e,n){"use strict";n.d(e,{BO:function(){return i.B},Ne:function(){return r.N},Yc:function(){return o.Yc},y3:function(){return o.y3},zx:function(){return o.zx}});var o=n(53025),i=n(77480),r=n(96630)},96630:function(t,e,n){"use strict";n.d(e,{N:function(){return d}});var o=n(97582),i=n(98478),r=n(81160),a=n(50526),s=n(84789),c=n(8138),l=n(90174),u=n(22562),d=function(t){function e(e){var o=t.call(this,e)||this;return o.__isOpened=!1,o.__listenClose=!1,o.__currentTarget=null,o.__delayShowTimeout=0,o.__hideTimeout=0,e.o.textIcons||!e.o.showTooltip||e.o.useNativeTooltip||e.hookStatus(u.n$.ready,(function(){(0,r.ZO)(e,n).appendChild(o.container),e.e.on(e.container,"mouseenter.tooltip",o.__onMouseEnter,{capture:!0})})),o}var n;return(0,o.ZT)(e,t),n=e,e.prototype.className=function(){return"UITooltip"},e.prototype.render=function(){return'<div><div class="&__content"></div></div>'},e.prototype.__addListenersOnClose=function(){if(!this.__listenClose){this.__listenClose=!0;var t=this.j;t.e.on(t.ow,"scroll.tooltip",this.__hide).on(t.container,"mouseleave.tooltip",this.__hide).on(["escape.tooltip","change.tooltip","changePlace.tooltip","afterOpenPopup.tooltip","hidePopup.tooltip","closeAllPopups.tooltip"],this.__hide).on(t.container,"mouseleave",this.__onMouseLeave,{capture:!0})}},e.prototype.__removeListenersOnClose=function(){if(this.__listenClose){this.__listenClose=!1;var t=this.j;t.e.off(t.ow,"scroll.tooltip",this.__hide).off(["escape.tooltip","change.tooltip","changePlace.tooltip","afterOpenPopup.tooltip","hidePopup.tooltip","closeAllPopups.tooltip"],this.__hide).off(t.container,"mouseleave.tooltip",this.__onMouseLeave)}},e.prototype.__onMouseLeave=function(t){this.__currentTarget===t.target&&(this.__hideDelay(),this.__currentTarget=null)},e.prototype.__onMouseEnter=function(t){if(c.i.isHTMLElement(t.target)){var e=(0,i.attr)(t.target,"aria-label");if(e&&!Boolean((0,i.attr)(t.target,"disabled"))&&t.target.className.includes("jodit")){this.__currentTarget=t.target;var n=(0,l.F)(t.target);this.__addListenersOnClose(),this.__delayOpen((function(){return{x:n.left+n.width/2,y:n.top+n.height}}),e)}}},e.prototype.__delayOpen=function(t,e){var n=this,o=this.j.o.showTooltipDelay||this.j.defaultTimeout;this.j.async.clearTimeout(this.__hideTimeout),this.j.async.clearTimeout(this.__delayShowTimeout),this.__delayShowTimeout=this.j.async.setTimeout((function(){return n.__open(t,e)}),{timeout:o,label:"tooltip"})},e.prototype.__open=function(t,e){this.setMod("visible",!0),this.getElm("content").innerHTML=e,this.__isOpened=!0,this.__setPosition(t)},e.prototype.__setPosition=function(t){var e=t();(0,i.css)(this.container,{left:e.x,top:e.y})},e.prototype.__hide=function(){this.j.async.clearTimeout(this.__delayShowTimeout),this.j.async.clearTimeout(this.__hideTimeout),this.__removeListenersOnClose(),this.__isOpened&&(this.__isOpened=!1,this.setMod("visible",!1),(0,i.css)(this.container,{left:-5e3}))},e.prototype.__hideDelay=function(){this.__isOpened&&(this.j.async.clearTimeout(this.__delayShowTimeout),this.__hideTimeout=this.async.setTimeout(this.__hide,this.j.defaultTimeout))},e.prototype.destruct=function(){this.j.e.off(this.j.container,"mouseenter",this.__onMouseEnter),this.__hide(),t.prototype.destruct.call(this)},(0,o.gn)([a.autobind],e.prototype,"__onMouseLeave",null),(0,o.gn)([a.autobind],e.prototype,"__onMouseEnter",null),(0,o.gn)([a.autobind],e.prototype,"__delayOpen",null),(0,o.gn)([a.autobind],e.prototype,"__hide",null),(0,o.gn)([a.autobind],e.prototype,"__hideDelay",null),n=(0,o.gn)([a.component],e)}(s.u)},84789:function(t,e,n){"use strict";n.d(e,{u:function(){return d}});var o=n(97582),i=n(22562),r=n(44913),a=n(90043),s=n(71917),c=n(4682),l=n(10503),u=n(91150),d=function(t){function e(e,n){var o=t.call(this,e)||this;return o.name="",o.__parentElement=null,o.mods={},o.container=o.createContainer(n),Object.defineProperty(o.container,"component",{value:o,configurable:!0}),o}var n;return(0,o.ZT)(e,t),n=e,Object.defineProperty(e.prototype,"parentElement",{get:function(){return this.__parentElement},set:function(t){var e=this;this.__parentElement=t,t&&t.hookStatus("beforeDestruct",(function(){return e.destruct()})),this.updateParentElement(this)},enumerable:!1,configurable:!0}),e.prototype.bubble=function(t){for(var e=this.parentElement;e;)t(e),e=e.parentElement;return this},e.prototype.updateParentElement=function(t){var e;return null===(e=this.__parentElement)||void 0===e||e.updateParentElement(t),this},e.prototype.get=function(e,n){return t.prototype.get.call(this,e,n)||this.getElm(e)},e.prototype.closest=function(t){for(var e="object"==typeof t?function(e){return e===t}:function(e){return i.wA.isInstanceOf(e,t)},o=this.__parentElement;o;){if(e(o))return o;o=!o.parentElement&&o.container.parentElement?n.closestElement(o.container.parentElement,n):o.parentElement}return null},e.closestElement=function(t,e){var n=r.i.up(t,(function(t){if(t){var n=t.component;return n&&i.wA.isInstanceOf(n,e)}return!1}));return n?null==n?void 0:n.component:null},e.prototype.update=function(){},e.prototype.appendTo=function(t){return t.appendChild(this.container),this},e.prototype.clearName=function(t){return t.replace(/[^a-zA-Z0-9]/g,"_")},e.prototype.render=function(t){return this.j.c.div(this.componentName)},e.prototype.createContainer=function(t){var e=this.render(t);if((0,c.H)(e)){var n=this.parseTemplate(e);return n.classList.add(this.componentName),n}return e},e.prototype.parseTemplate=function(t){var e=this;return this.j.c.fromHTML(t.replace(/\*([^*]+?)\*/g,(function(t,e){return l.J.get(e)||""})).replace(/&__/g,this.componentName+"__").replace(/~([^~]+?)~/g,(function(t,n){return e.i18n(n)})))},e.prototype.destruct=function(){return r.i.safeRemove(this.container),this.parentElement=null,t.prototype.destruct.call(this)},n=(0,o.gn)([(0,u.s)(a.$,s.F)],e)}(i.Hr)},87043:function(t,e,n){"use strict";n.d(e,{e:function(){return s}});var o=n(97582),i=n(91630),r=n(98478),a=n(94707),s=function(t){function e(e,n,o){void 0===o&&(o={align:"left"});var i=t.call(this,e,n)||this;return i.options=o,i.setMod("align",i.options.align||"left"),i.setMod("width",i.options.width||""),i.options.mod&&i.setMod(i.options.mod,!0),i.options.className&&i.container.classList.add(i.options.className),(0,r.attr)(i.container,"data-ref",o.ref),(0,r.attr)(i.container,"ref",o.ref),i}return(0,o.ZT)(e,t),e.prototype.className=function(){return"UIBlock"},(0,o.gn)([a.w],e)}(i.q)},23741:function(t,e,n){"use strict";n.d(e,{x:function(){return u}});var o=n(97582),i=n(91630),r=n(77902),a=n(54214),s=n(98478),c=n(94707),l=n(79467),u=function(t){function e(){for(var e=[],n=0;arguments.length>n;n++)e[n]=arguments[n];var i,r,a=this;return(null===(i=(a=t.apply(this,(0,o.ev)([],(0,o.CR)(e),!1))||this).options)||void 0===i?void 0:i.className)&&a.container.classList.add(null===(r=a.options)||void 0===r?void 0:r.className),a}return(0,o.ZT)(e,t),e.prototype.className=function(){return"UIForm"},e.prototype.submit=function(){this.j.e.fire(this.container,"submit")},e.prototype.validate=function(){var t,e,n,i,s=this.allChildren.filter((function(t){return l.w.isInstanceOf(t,r.u)}));try{for(var c=(0,o.XA)(s),u=c.next();!u.done;u=c.next())if(!u.value.validate())return!1}catch(e){t={error:e}}finally{try{u&&!u.done&&(e=c.return)&&e.call(c)}finally{if(t)throw t.error}}var d=this.allChildren.filter((function(t){return l.w.isInstanceOf(t,a.C)}));try{for(var p=(0,o.XA)(d),f=p.next();!f.done;f=p.next())if(!f.value.validate())return!1}catch(t){n={error:t}}finally{try{f&&!f.done&&(i=p.return)&&i.call(p)}finally{if(n)throw n.error}}return!0},e.prototype.onSubmit=function(t){var e=this;this.j.e.on(this.container,"submit",(function(){var n=e.allChildren.filter((function(t){return l.w.isInstanceOf(t,r.u)}));return!!e.validate()&&(t(n.reduce((function(t,e){return t[e.state.name]=e.value,t}),{})),!1)}))},e.prototype.createContainer=function(){var t=this.j.c.element("form");return t.classList.add(this.componentName),(0,s.attr)(t,"dir",this.j.o.direction||"auto"),t},(0,o.gn)([c.w],e)}(i.q)},61916:function(t,e,n){"use strict";n.d(e,{Cj:function(){return i.Cj},GJ:function(){return i.GJ},eC:function(){return r.e},mA:function(){return i.mA},u3:function(){return i.u3},x4:function(){return o.x}});var o=n(23741),i=n(78862),r=n(87043)},68188:function(t,e,n){"use strict";n.d(e,{G:function(){return a}});var o=n(97582),i=n(77902),r=n(94707),a=function(t){function e(e,i){var r=t.call(this,e,i)||this;return r.state=(0,o.pi)({},n.defaultState),r.nativeInput=r.j.create.element("textarea"),Object.assign(r.state,i),!1===r.state.resizable&&(r.nativeInput.style.resize="none"),r}var n;return(0,o.ZT)(e,t),n=e,e.prototype.className=function(){return"UITextArea"},e.defaultState=(0,o.pi)((0,o.pi)({},i.u.defaultState),{size:5,resizable:!0}),n=(0,o.gn)([r.w],e)}(i.u)},98341:function(t,e,n){"use strict";n.d(e,{m:function(){return s}});var o=n(97582),i=n(77902),r=n(50526),a=n(44913),s=function(t){function e(e,i){var r=t.call(this,e,(0,o.pi)((0,o.pi)({},i),{type:"checkbox"}))||this;return r.state=(0,o.pi)({},n.defaultState),Object.assign(r.state,i),r}var n;return(0,o.ZT)(e,t),n=e,e.prototype.className=function(){return"UICheckbox"},e.prototype.render=function(){return this.j.c.element("label",{className:this.componentName})},e.prototype.onChangeChecked=function(){this.value=this.state.checked.toString(),this.nativeInput.checked=this.state.checked,this.setMod("checked",this.state.checked)},e.prototype.onChangeNativeCheckBox=function(){this.state.checked=this.nativeInput.checked},e.prototype.onChangeSwitch=function(){this.setMod("switch",this.state.switch);var t=this.getElm("switch-slider");this.state.switch?(t||(t=this.j.c.div(this.getFullElName("switch-slider"))),a.i.after(this.nativeInput,t)):a.i.safeRemove(t)},e.defaultState=(0,o.pi)((0,o.pi)({},i.u.defaultState),{checked:!1,switch:!1}),(0,o.gn)([(0,r.watch)("state.checked"),(0,r.hook)("ready")],e.prototype,"onChangeChecked",null),(0,o.gn)([(0,r.watch)("nativeInput:change")],e.prototype,"onChangeNativeCheckBox",null),(0,o.gn)([(0,r.watch)("state.switch"),(0,r.hook)("ready")],e.prototype,"onChangeSwitch",null),n=(0,o.gn)([r.component],e)}(i.u)},12411:function(t,e,n){"use strict";n.d(e,{Z:function(){return s}});var o=n(97582),i=n(77902),r=n(94707),a=n(53025),s=function(t){function e(e,n){var r=t.call(this,e,(0,o.pi)({type:"file"},n))||this;return r.state=(0,o.pi)((0,o.pi)({},i.u.defaultState),{type:"file",onlyImages:!0}),r}return(0,o.ZT)(e,t),e.prototype.className=function(){return"UIFileInput"},e.prototype.createContainer=function(t){this.button=new a.y3(this.j,{icon:{name:"plus"}});var e=this.button.container;this.nativeInput||(this.nativeInput=this.createNativeInput(t));var n=this.nativeInput;return n.classList.add(this.getFullElName("input")),e.classList.add(this.componentName),e.appendChild(n),e},e.prototype.createNativeInput=function(t){return this.j.create.fromHTML('<input\n\t\t\ttype="file"\n\t\t\taccept="'.concat(t.onlyImages?"image/*":"*",'"\n\t\t\ttabindex="-1"\n\t\t\tdir="auto"\n\t\t\tmultiple=""\n\t\t/>'))},(0,o.gn)([r.w],e)}(i.u)},78862:function(t,e,n){"use strict";n.d(e,{Cj:function(){return a.C},GJ:function(){return i.G},mA:function(){return r.m},u3:function(){return o.u}});var o=n(77902),i=n(68188),r=n(98341),a=n(54214);n(12411)},77902:function(t,e,n){"use strict";n.d(e,{u:function(){return d}});var o=n(97582),i=n(84789),r=n(98478),a=n(84621),s=n(44913),c=n(50526),l=n(10503),u=n(71713),d=function(t){function e(e,i){var r=t.call(this,e,i)||this;return r.label=r.j.c.span(r.getFullElName("label")),r.icon=r.j.c.span(r.getFullElName("icon")),r.clearButton=r.j.c.span(r.getFullElName("clear"),l.J.get("cancel")),r.state=(0,o.pi)({},n.defaultState),r.__errorBox=r.j.c.span(r.getFullElName("error")),r.validators=new Set([]),void 0!==(null==i?void 0:i.value)&&(i.value=i.value.toString()),Object.assign(r.state,i),void 0!==r.state.clearButton&&(r.j.e.on(r.clearButton,"click",(function(t){t.preventDefault(),r.nativeInput.value="",r.j.e.fire(r.nativeInput,"input"),r.focus()})).on(r.nativeInput,"input",(function(){r.state.clearButton=Boolean(r.value.length)})),r.state.clearButton=Boolean(r.value.length)),r.j.e.on(r.nativeInput,"focus blur",(function(){r.onChangeFocus()})).on(r.nativeInput,"input change",r.onChangeValue),r.onChangeState(),r.onChangeClassName(),r.onChangeStateValue(),r}var n;return(0,o.ZT)(e,t),n=e,e.prototype.className=function(){return"UIInput"},e.prototype.onChangeClear=function(){this.state.clearButton?s.i.after(this.nativeInput,this.clearButton):s.i.safeRemove(this.clearButton)},e.prototype.onChangeClassName=function(t,e){e&&this.container.classList.remove(e),this.state.className&&this.container.classList.add(this.state.className)},e.prototype.onChangeState=function(){var t;this.name=this.state.name;var e=this.nativeInput,n=(t=this.state).name,o=t.icon,i=t.type,a=t.ref,c=t.required,u=t.placeholder,d=t.autocomplete,p=t.label;(0,r.attr)(e,"name",n),(0,r.attr)(e,"type",i),(0,r.attr)(e,"data-ref",a||n),(0,r.attr)(e,"ref",a||n),(0,r.attr)(e,"required",c||null),(0,r.attr)(e,"autocomplete",d?null:"off"),(0,r.attr)(e,"placeholder",u?this.j.i18n(u):""),o&&l.J.exists(o)?(s.i.before(e,this.icon),this.icon.innerHTML=l.J.get(o)):s.i.safeRemove(this.icon),p?(s.i.before(this.wrapper,this.label),this.label.innerText=this.j.i18n(p)):s.i.safeRemove(this.label),this.updateValidators()},e.prototype.updateValidators=function(){var t,e=this;this.validators.clear(),this.state.required&&this.validators.add(u.g.required),null===(t=this.state.validators)||void 0===t||t.forEach((function(t){var n=u.g[t];n&&e.validators.add(n)}))},Object.defineProperty(e.prototype,"error",{set:function(t){this.setMod("has-error",Boolean(t)),t?(this.__errorBox.innerText=this.j.i18n(t,this.j.i18n(this.state.label||"")),this.container.appendChild(this.__errorBox)):s.i.safeRemove(this.__errorBox)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"value",{get:function(){return this.nativeInput.value},set:function(t){this.value!==t&&(this.nativeInput.value=t,this.onChangeValue())},enumerable:!1,configurable:!0}),e.prototype.onChangeStateValue=function(){var t=this.state.value.toString();t!==this.value&&(this.value=t)},e.prototype.onChangeValue=function(){var t,e,n=this.value;this.state.value!==n&&(this.state.value=n,this.j.e.fire(this,"change",n),null===(e=(t=this.state).onChange)||void 0===e||e.call(t,n))},e.prototype.validate=function(){var t=this;return this.error="",(0,a.q)(this.validators).every((function(e){return e(t)}))},e.prototype.createContainer=function(e){var n=t.prototype.createContainer.call(this);this.wrapper=this.j.c.div(this.getFullElName("wrapper")),this.nativeInput||(this.nativeInput=this.createNativeInput());var o=this.nativeInput;return o.classList.add(this.getFullElName("input")),this.wrapper.appendChild(o),n.appendChild(this.wrapper),(0,r.attr)(o,"dir",this.j.o.direction||"auto"),n},e.prototype.createNativeInput=function(t){return this.j.create.element("input")},e.prototype.focus=function(){this.nativeInput.focus()},Object.defineProperty(e.prototype,"isFocused",{get:function(){return this.nativeInput===this.j.od.activeElement},enumerable:!1,configurable:!0}),e.prototype.onChangeFocus=function(){this.setMod("focused",this.isFocused)},e.defaultState={className:"",autocomplete:!0,name:"",value:"",icon:"",label:"",ref:"",type:"text",placeholder:"",required:!1,validators:[]},(0,o.gn)([(0,c.watch)("state.clearButton")],e.prototype,"onChangeClear",null),(0,o.gn)([(0,c.watch)("state.className")],e.prototype,"onChangeClassName",null),(0,o.gn)([(0,c.watch)(["state.name","state.type","state.label","state.placeholder","state.autocomplete","state.icon"],{immediately:!1}),(0,c.debounce)()],e.prototype,"onChangeState",null),(0,o.gn)([(0,c.watch)("state.value")],e.prototype,"onChangeStateValue",null),(0,o.gn)([c.autobind],e.prototype,"onChangeValue",null),n=(0,o.gn)([c.component],e)}(i.u)},54214:function(t,e,n){"use strict";n.d(e,{C:function(){return c}});var o=n(97582),i=n(77233),r=n(94707),a=n(77902),s=n(71713),c=function(t){function e(e,i){var r=t.call(this,e,i)||this;return r.state=(0,o.pi)({},n.defaultState),Object.assign(r.state,i),r}var n;return(0,o.ZT)(e,t),n=e,e.prototype.className=function(){return"UISelect"},e.prototype.createContainer=function(e){var n,o=t.prototype.createContainer.call(this,e),r=this.j,a=this.nativeInput,s=function(){return r.create.element("option")};if(void 0!==e.placeholder){var c=s();c.value="",c.text=r.i18n(e.placeholder),a.add(c)}return null===(n=e.options)||void 0===n||n.forEach((function(t){var e=s();e.value=t.value.toString(),e.text=r.i18n(t.text),a.add(e)})),e.size&&e.size>0&&(0,i.L)(a,"size",e.size),e.multiple&&(0,i.L)(a,"multiple",""),o},e.prototype.createNativeInput=function(){return this.j.create.element("select")},e.prototype.updateValidators=function(){t.prototype.updateValidators.call(this),this.state.required&&(this.validators.delete(s.g.required),this.validators.add(s.s.C))},e.defaultState=(0,o.pi)((0,o.pi)({},a.u.defaultState),{options:[],size:1,multiple:!1}),n=(0,o.gn)([r.w],e)}(a.u)},71713:function(t,e,n){"use strict";n.d(e,{g:function(){return o},s:function(){return i}});var o=n(88206),i=n(80750)},88206:function(t,e,n){"use strict";n.r(e),n.d(e,{required:function(){return r},url:function(){return a}});var o=n(45940),i=n(73076),r=function(t){return!!(0,i.f)(t.value).length||(t.error="Please fill out this field",!1)},a=function(t){return!!(0,o.P)((0,i.f)(t.value))||(t.error="Please enter a web address",!1)}},80750:function(t,e,n){"use strict";n.d(e,{C:function(){return i}});var o=n(73076),i=function(t){return!!(0,o.f)(t.value).length||(t.error="Please fill out this field",!1)}},91630:function(t,e,n){"use strict";n.d(e,{q:function(){return l}});var o=n(97582),i=n(84789),r=n(50526),a=n(95582),s=(n(52378),n(44913)),c=n(79467),l=function(t){function e(e,n,o){var i=t.call(this,e,o)||this;return i.options=o,i.syncMod=!1,i.elements=[],i.buttonSize="middle",null==n||n.forEach((function(t){return t&&i.append(t)})),(null==o?void 0:o.name)&&(i.name=o.name),i}var n;return(0,o.ZT)(e,t),n=e,e.prototype.className=function(){return"UIGroup"},Object.defineProperty(e.prototype,"allChildren",{get:function(){for(var t=[],e=(0,o.ev)([],(0,o.CR)(this.elements),!1);e.length;){var i=e.shift();(0,a.isArray)(i)?e.push.apply(e,(0,o.ev)([],(0,o.CR)(i),!1)):c.w.isInstanceOf(i,n)?e.push.apply(e,(0,o.ev)([],(0,o.CR)(i.elements),!1)):i&&t.push(i)}return t},enumerable:!1,configurable:!0}),e.prototype.update=function(){this.elements.forEach((function(t){return t.update()})),this.setMod("size",this.buttonSize)},e.prototype.append=function(t,e){var n=this;return(0,a.isArray)(t)?(t.forEach((function(t){return n.append(t,e)})),this):(this.elements.push(t),t.name&&t.container.classList.add(this.getFullElName(t.name)),e?this.getElm(e).appendChild(t.container):this.appendChildToContainer(t.container),t.parentElement=this,this)},e.prototype.afterSetMod=function(t,e){this.syncMod&&this.elements.forEach((function(n){return n.setMod(t,e)}))},e.prototype.appendChildToContainer=function(t){this.container.appendChild(t)},e.prototype.remove=function(t){var e=this.elements.indexOf(t);return-1!==e&&(this.elements.splice(e,1),s.i.safeRemove(t.container),t.parentElement=null),this},e.prototype.clear=function(){return this.elements.forEach((function(t){return t.destruct()})),this.elements.length=0,this},e.prototype.destruct=function(){return this.clear(),t.prototype.destruct.call(this)},(0,o.gn)([(0,r.watch)("buttonSize")],e.prototype,"update",null),n=(0,o.gn)([r.component],e)}(i.u)},5217:function(t,e,n){"use strict";n.d(e,{bz:function(){return i.b},lU:function(){return r.l},qe:function(){return o.q}});var o=n(91630),i=n(44479),r=n(82388);n(41131)},44479:function(t,e,n){"use strict";n.d(e,{b:function(){return h}});var o=n(97582),i=n(60863),r=n(50526),a=n(91630),s=n(82388),c=n(41131),l=n(53025),u=n(77549),d=n(20597),p=n(10520),f=n(79467),h=function(t){function e(e){var n=t.call(this,e)||this;return n.mode="horizontal",n.removeButtons=[],n.onChangeMode(),n}return(0,o.ZT)(e,t),e.prototype.className=function(){return"UIList"},e.prototype.onChangeMode=function(){this.setMod("mode",this.mode)},e.prototype.makeGroup=function(){return new a.q(this.jodit)},Object.defineProperty(e.prototype,"buttons",{get:function(){return this.allChildren.filter((function(t){return f.w.isInstanceOf(t,l.y3)}))},enumerable:!1,configurable:!0}),e.prototype.getButtonsNames=function(){return this.buttons.map((function(t){return t instanceof l.y3&&t.state.name||""})).filter((function(t){return""!==t}))},e.prototype.setRemoveButtons=function(t){return this.removeButtons=t||[],this},e.prototype.build=function(t,e){var n=this;void 0===e&&(e=null),t=(0,p.C)(t),this.clear();var o,r=!1,a=this.makeGroup();this.append(a),a.setMod("line",!0);var l=function(t){var i=null;switch(t.name){case"\n":(a=n.makeGroup()).setMod("line",!0),o=n.makeGroup(),a.append(o),n.append(a);break;case"|":r||(r=!0,i=new s.l(n.j));break;case"---":o.setMod("before-spacer",!0);var l=new c.W(n.j);a.append(l),o=n.makeGroup(),a.append(o),r=!1;break;default:r=!1,i=n.makeButton(t,e)}i&&(o||(o=n.makeGroup(),a.append(o)),o.append(i))},f=function(t){return!n.removeButtons.includes(t.name)};return t.forEach((function(t){if((0,u.A)(t)){var e=t.buttons.filter((function(t){return t}));e.length&&((o=n.makeGroup()).setMod("separated",!0).setMod("group",t.group),a.append(o),(0,i.Q)(e,n.j.o.controls).filter(f).forEach(l))}else{o||(o=n.makeGroup(),a.append(o));var r=(0,d.Y)(t,n.j.o.controls);f(r)&&l(r)}})),this.update(),this},e.prototype.makeButton=function(t,e){return new l.y3(this.j)},(0,o.gn)([(0,r.watch)("mode")],e.prototype,"onChangeMode",null),(0,o.gn)([r.component],e)}(a.q)},82388:function(t,e,n){"use strict";n.d(e,{l:function(){return a}});var o=n(97582),i=n(84789),r=n(94707),a=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return(0,o.ZT)(e,t),e.prototype.className=function(){return"UISeparator"},(0,o.gn)([r.w],e)}(i.u)},41131:function(t,e,n){"use strict";n.d(e,{W:function(){return a}});var o=n(97582),i=n(84789),r=n(94707),a=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return(0,o.ZT)(e,t),e.prototype.className=function(){return"UISpacer"},(0,o.gn)([r.w],e)}(i.u)},77549:function(t,e,n){"use strict";n.d(e,{A:function(){return r},q:function(){return a}});var o=n(97582),i=n(57728),r=function(t){return(0,i.k)(t.buttons)};function a(t,e){var n=e.getRegisteredButtonGroups();return new Set(t.reduce((function(t,e){var i;return r(e)?t=t.concat((0,o.ev)((0,o.ev)([],(0,o.CR)(e.buttons),!1),(0,o.CR)(null!==(i=n[e.group])&&void 0!==i?i:[]),!1)):t.push(e),t}),[]))}},20597:function(t,e,n){"use strict";n.d(e,{Y:function(){return a},z:function(){return s}});var o=n(97582),i=n(95582),r=n(77628);function a(t,e){var n;return e||(e=r.D.defaultOptions.controls),(0,i.isString)(t)?n=s(t,e)||{name:t,command:t,tooltip:t}:void 0!==e[(n=(0,o.pi)({name:"empty"},(0,i.ConfigFlatten)(t))).name]&&(n=(0,o.pi)((0,o.pi)({},(0,i.ConfigFlatten)(e[n.name])),(0,i.ConfigFlatten)(n))),n}function s(t,e){var n=(0,o.CR)(t.split(/\./),2),r=n[0],a=n[1],s=e;return null!=a?void 0!==e[r]&&(s=e[r]):a=r,s[a]?(0,o.pi)({name:a},(0,i.ConfigFlatten)(s[a])):void 0}},60863:function(t,e,n){"use strict";n.d(e,{Q:function(){return s}});var o=n(20597),i=n(77628),r=n(57728),a=n(98478);function s(t,e){return((0,r.k)(t)?t:(0,a.keys)(t,!1).map((function(e){return(0,a.ConfigProto)({name:e},t[e]||{})}))).map((function(t){return(0,o.Y)(t,e||i.D.defaultOptions.controls)}))}},10503:function(t,e,n){"use strict";n.d(e,{J:function(){return r}});var o=n(18002),i=n(95582),r=(n(11612),function(){function t(){}return t.getIcon=function(e){return/<svg/i.test(e)?e:t.icons[e]||t.icons[e.replace(/-/g,"_")]||t.icons[e.replace(/_/g,"-")]||t.icons[(0,i.camelCase)(e)]||t.icons[(0,i.kebabCase)(e)]||t.icons[e.toLowerCase()]},t.exists=function(t){return void 0!==this.getIcon(t)},t.get=function(t,e){return void 0===e&&(e="<span></span>"),this.getIcon(t)||e},t.set=function(t,e){return this.icons[t.replace("_","-")]=e,this},t.makeIcon=function(e,n){var i,r,a,s;if(n){var c,l=n.name,u=n.iconURL,d=n.fill,p=l.replace(/[^a-zA-Z0-9]/g,"_"),f=null===(r=(i=e.o).getIcon)||void 0===r?void 0:r.call(i,l,p),h="".concat(l).concat(u).concat(d).concat(null!=f?f:"");if(e.o.cache&&this.__cache.has(h))return null===(a=this.__cache.get(h))||void 0===a?void 0:a.cloneNode(!0);if(u)c=e.c.span(),(0,o.i)(c,"backgroundImage","url("+u.replace("{basePath}",(null==e?void 0:e.basePath)||"")+")");else{var g=f||t.get(l,"")||(null===(s=e.o.extraIcons)||void 0===s?void 0:s[l]);g&&(c=e.c.fromHTML(g.trim()),/^<svg/i.test(l)||c.classList.add("jodit-icon_"+p))}return c&&(c.classList.add("jodit-icon"),c.style.fill=d,e.o.cache&&this.__cache.set(h,c.cloneNode(!0))),c}},t.icons={},t.__cache=new Map,t}())},75004:function(t,e,n){"use strict";n.d(e,{BO:function(){return i.BO},Cj:function(){return s.Cj},GI:function(){return r.G},GJ:function(){return s.GJ},JO:function(){return c.J},Ne:function(){return i.Ne},bz:function(){return a.bz},eC:function(){return s.eC},ko:function(){return l.k},lU:function(){return a.lU},mA:function(){return s.mA},qe:function(){return a.qe},u1:function(){return o.u},u3:function(){return s.u3},x4:function(){return s.x4},y3:function(){return i.y3},zx:function(){return i.zx}});var o=n(84789),i=n(29788),r=n(34786),a=n(5217),s=n(61916),c=n(10503),l=n(51273)},34786:function(t,e,n){"use strict";n.d(e,{G:function(){return o.G}});var o=n(19797)},19797:function(t,e,n){"use strict";n.d(e,{G:function(){return u}});var o=n(97582),i=n(44913),r=n(95582),a=(n(52378),n(84789)),s=n(50526),c=n(79467),l=n(81160),u=function(t){function e(e,n){void 0===n&&(n=!0);var o=t.call(this,e)||this;return o.smart=n,o.isOpened=!1,o.strategy="leftBottom",o.viewBound=function(){return{left:0,top:0,width:o.ow.innerWidth,height:o.ow.innerHeight}},o.childrenPopups=new Set,(0,r.attr)(o.container,"role","popup"),o}return(0,o.ZT)(e,t),e.prototype.className=function(){return"Popup"},e.prototype.updateParentElement=function(n){var o=this;return n!==this&&c.w.isInstanceOf(n,e)&&(this.childrenPopups.forEach((function(t){!n.closest(t)&&t.isOpened&&t.close()})),this.childrenPopups.has(n)||this.j.e.on(n,"beforeClose",(function(){o.childrenPopups.delete(n)})),this.childrenPopups.add(n)),t.prototype.updateParentElement.call(this,n)},e.prototype.setContent=function(t){i.i.detach(this.container);var e,n=this.j.c.div("".concat(this.componentName,"__content"));return c.w.isInstanceOf(t,a.u)?(e=t.container,t.parentElement=this):e=(0,r.isString)(t)?this.j.c.fromHTML(t):t,n.appendChild(e),this.container.appendChild(n),this.updatePosition(),this},e.prototype.open=function(t,n,o){if(void 0===n&&(n=!1),(0,r.markOwner)(this.jodit,this.container),this.calculateZIndex(),this.isOpened=!0,this.addGlobalListeners(),this.targetBound=n?this.getKeepBound(t):t,o)o.appendChild(this.container);else{var i=(0,l.ZO)(this.jodit,e);o!==this.container.parentElement&&i.appendChild(this.container)}return this.updatePosition(),this.j.e.fire(this,"afterOpen"),this.j.e.fire("afterOpenPopup",this),this},e.prototype.calculateZIndex=function(){var t=this;if(!this.container.style.zIndex){var e=function(e){var n=e.container.style.zIndex||e.o.zIndex;return!!n&&(t.setZIndex(1+parseInt(n.toString(),10)),!0)},n=this.j;if(!e(n))for(var o=this.parentElement;o;){if(e(n))return;if(o.container.style.zIndex)return void this.setZIndex(1+parseInt(o.container.style.zIndex.toString(),10));if(!o.parentElement&&o.container.parentElement){var i=a.u.closestElement(o.container.parentElement,a.u);if(i){o=i;continue}}o=o.parentElement}}},e.prototype.getKeepBound=function(t){var e=this,n=t(),a=this.od.elementFromPoint(n.left,n.top);if(!a)return t;var s=i.i.isHTMLElement(a)?a:a.parentElement,c=(0,r.position)(s,this.j);return function(){var n=t(),i=(0,r.position)(s,e.j);return(0,o.pi)((0,o.pi)({},n),{top:n.top+(i.top-c.top),left:n.left+(i.left-c.left)})}},e.prototype.updatePosition=function(){var t;if(!this.isOpened)return this;var e=(t=(0,o.CR)(this.calculatePosition(this.targetBound(),this.viewBound(),(0,r.position)(this.container,this.j)),2))[0];return this.setMod("strategy",t[1]),(0,r.css)(this.container,{left:e.left,top:e.top}),this.childrenPopups.forEach((function(t){return t.updatePosition()})),this},e.prototype.throttleUpdatePosition=function(){this.updatePosition()},e.prototype.calculatePosition=function(t,n,i,a){void 0===a&&(a=this.strategy);var s={left:t.left,right:t.left-(i.width-t.width)},c={bottom:t.top+t.height,top:t.top-i.height},l=Object.keys(s).reduce((function(t,e){return t.concat(Object.keys(c).map((function(t){return"".concat(e).concat((0,r.ucfirst)(t))})))}),[]),u=function(t){var e=(0,o.CR)((0,r.kebabCase)(t).split("-"),2);return{left:s[e[0]],top:c[e[1]],width:i.width,height:i.height}},d=function(t){return e.boxInView(u(a),t)?a:l.find((function(n){if(e.boxInView(u(n),t))return n}))||null},p=d((0,r.position)(this.j.container,this.j));return p&&e.boxInView(u(p),n)||(p=d(n)||p||a),[u(p),p]},e.boxInView=function(t,e){return!(-2>t.top-e.top||-2>t.left-e.left||-2>e.top+e.height-(t.top+t.height)||-2>e.left+e.width-(t.left+t.width))},e.prototype.close=function(){return this.isOpened?(this.isOpened=!1,this.childrenPopups.forEach((function(t){return t.close()})),this.j.e.fire(this,"beforeClose"),this.j.e.fire("beforePopupClose",this),this.removeGlobalListeners(),i.i.safeRemove(this.container),this):this},e.prototype.closeOnOutsideClick=function(t){this.isOpened&&!this.isOwnClick(t)&&this.close()},e.prototype.isOwnClick=function(t){if(!t.target)return!1;var n=a.u.closestElement(t.target,e);return Boolean(n&&(this===n||n.closest(this)))},e.prototype.addGlobalListeners=function(){var t=this,e=this.throttleUpdatePosition,n=this.ow;l.TB.on("closeAllPopups",this.close),this.smart&&this.j.e.on("escape",this.close).on("mousedown touchstart",this.closeOnOutsideClick).on(n,"mousedown touchstart",this.closeOnOutsideClick),this.j.e.on("closeAllPopups",this.close).on("resize",e).on(this.container,"scroll mousewheel",e).on(n,"scroll",e).on(n,"resize",e),i.i.up(this.j.container,(function(n){n&&t.j.e.on(n,"scroll mousewheel",e)}))},e.prototype.removeGlobalListeners=function(){var t=this,e=this.throttleUpdatePosition,n=this.ow;l.TB.off("closeAllPopups",this.close),this.smart&&this.j.e.off("escape",this.close).off("mousedown touchstart",this.closeOnOutsideClick).off(n,"mousedown touchstart",this.closeOnOutsideClick),this.j.e.off("closeAllPopups",this.close).off("resize",e).off(this.container,"scroll mousewheel",e).off(n,"scroll",e).off(n,"resize",e),i.i.up(this.j.container,(function(n){n&&t.j.e.off(n,"scroll mousewheel",e)}))},e.prototype.setZIndex=function(t){this.container.style.zIndex=t.toString()},e.prototype.destruct=function(){return this.close(),t.prototype.destruct.call(this)},(0,o.gn)([s.autobind],e.prototype,"updatePosition",null),(0,o.gn)([(0,s.throttle)(10),s.autobind],e.prototype,"throttleUpdatePosition",null),(0,o.gn)([s.autobind],e.prototype,"close",null),(0,o.gn)([s.autobind],e.prototype,"closeOnOutsideClick",null),e}(a.u)},51273:function(t,e,n){"use strict";n.d(e,{k:function(){return r}});var o=n(97582),i=n(44913),r=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return(0,o.ZT)(e,t),e.prototype.className=function(){return"ProgressBar"},e.prototype.render=function(){return"<div><div></div></div>"},e.prototype.show=function(){return(this.j.workplace||this.j.container).appendChild(this.container),this},e.prototype.hide=function(){return i.i.safeRemove(this.container),this},e.prototype.progress=function(t){return this.container.style.width=t.toFixed(2)+"%",this},e.prototype.destruct=function(){return this.hide(),t.prototype.destruct.call(this)},e}(n(84789).u)},96085:function(t,e,n){"use strict";n.d(e,{C:function(){return f}});var o=n(97582),i=n(27371),r=n(71350),a=n(1558),s=n(98478),c=n(8138),l=n(45429),u=n(22562),d=n(77549),p=n(50526),f=function(t){function e(e,n){void 0===n&&(n=!1);var o=t.call(this,e,n)||this;return o.toolbar=(0,l.R)(o),o.defaultToolbarContainer=o.c.div("jodit-toolbar__box"),o.registeredButtons=new Set,o.groupToButtons={},o.isJodit=!1,o.isJodit=n,o.e.on("beforeToolbarBuild",o.beforeToolbarBuild),o}return(0,o.ZT)(e,t),Object.defineProperty(e.prototype,"toolbarContainer",{get:function(){return this.o.fullsize||!(0,r.HD)(this.o.toolbar)&&!c.i.isHTMLElement(this.o.toolbar)?(this.o.toolbar&&c.i.appendChildFirst(this.container,this.defaultToolbarContainer),this.defaultToolbarContainer):(0,s.resolveElement)(this.o.toolbar,this.o.shadowRoot||this.od)},enumerable:!1,configurable:!0}),e.prototype.setPanel=function(t){this.o.toolbar=t,this.buildToolbar()},e.prototype.buildToolbar=function(){var t;if(this.o.toolbar){var e=this.o.buttons?(0,a.C1)(this.o.buttons):[];null===(t=this.toolbar)||void 0===t||t.setRemoveButtons(this.o.removeButtons).build(e.concat(this.o.extraButtons||[])).appendTo(this.toolbarContainer)}},e.prototype.getRegisteredButtonGroups=function(){return this.groupToButtons},e.prototype.registerButton=function(t){var e;this.registeredButtons.add(t);var n=null!==(e=t.group)&&void 0!==e?e:"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},e.prototype.unregisterButton=function(t){var e;this.registeredButtons.delete(t);var n=null!==(e=t.group)&&void 0!==e?e:"other",o=this.groupToButtons[n];if(o){var i=o.indexOf(t.name);-1!==i&&o.splice(i,1),0===o.length&&delete this.groupToButtons[n]}return this},e.prototype.beforeToolbarBuild=function(t){var e=this;if(Object.keys(this.groupToButtons).length)return t.map((function(t){return(0,d.A)(t)&&t.group&&e.groupToButtons[t.group]?{group:t.group,buttons:(0,o.ev)((0,o.ev)([],(0,o.CR)(t.buttons),!1),(0,o.CR)(e.groupToButtons[t.group]),!1)}:t}))},e.prototype.destruct=function(){this.isDestructed||(this.setStatus(u.n$.beforeDestruct),this.e.off("beforeToolbarBuild",this.beforeToolbarBuild),this.toolbar.destruct(),this.toolbar=void 0,t.prototype.destruct.call(this))},(0,o.gn)([p.autobind],e.prototype,"beforeToolbarBuild",null),e}(i.G)},27371:function(t,e,n){"use strict";n.d(e,{G:function(){return h}});var o=n(97582),i=n(22775),r=n(95582),a=n(11612),s=n(8079),c=n(81160),l=n(50526),u=n(90043),d=n(71917),p=n(41865),f=n(15964),h=function(t){function e(e,o){void 0===o&&(o=!1);var i=t.call(this)||this;return i.isJodit=o,i.isView=!0,i.parent=null,i.mods={},i.components=new Set,i.OPTIONS=n.defaultOptions,i.__isFullSize=!1,i.__whoLocked="",i.isLockedNotBy=function(t){return i.isLocked&&i.__whoLocked!==t},i.__modulesInstances=new Map,i.id=(new Date).getTime().toString(),i.initOptions(e),i.initOwners(),i.events=new p.vp(i.od),i.create=new s.Create(i.od),i.container=i.c.div("jodit ".concat(i.componentName)),i}var n;return(0,o.ZT)(e,t),n=e,Object.defineProperty(e.prototype,"basePath",{get:function(){return this.o.basePath?this.o.basePath:a.BASE_PATH},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"defaultTimeout",{get:function(){return(0,r.isVoid)(this.o.defaultTimeout)?100:this.o.defaultTimeout},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"buffer",{get:function(){return i.Ke.makeStorage()},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"message",{get:function(){return new f.D(this,this.container)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"storage",{get:function(){return i.Ke.makeStorage(!0,this.id)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"c",{get:function(){return this.create},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"container",{get:function(){return this.__container},set:function(t){this.__container=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"e",{get:function(){return this.events},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"progressbar",{get:function(){return new s.ProgressBar(this)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"options",{get:function(){return this.__options},set:function(t){this.__options=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"o",{get:function(){return this.options},enumerable:!1,configurable:!0}),e.prototype.i18n=function(t){for(var e=[],n=1;arguments.length>n;n++)e[n-1]=arguments[n];return(0,r.i18n)(t,e,this.options)},e.prototype.toggleFullSize=function(t){void 0===t&&(t=!this.__isFullSize),t!==this.__isFullSize&&(this.__isFullSize=t,this.e.fire("toggleFullSize",t))},Object.defineProperty(e.prototype,"isLocked",{get:function(){return""!==this.__whoLocked},enumerable:!1,configurable:!0}),e.prototype.lock=function(t){return void 0===t&&(t="any"),!this.isLocked&&(this.__whoLocked=t,!0)},e.prototype.unlock=function(){return!!this.isLocked&&(this.__whoLocked="",!0)},Object.defineProperty(e.prototype,"isFullSize",{get:function(){return this.__isFullSize},enumerable:!1,configurable:!0}),e.prototype.getVersion=function(){return n.version},e.getVersion=function(){return n.version},e.prototype.initOptions=function(t){this.options=(0,r.ConfigProto)(t||{},(0,r.ConfigProto)(this.options||{},n.defaultOptions))},e.prototype.initOwners=function(){var t;this.ownerWindow=null!==(t=this.o.ownerWindow)&&void 0!==t?t:window},e.prototype.attachEvents=function(t){var e=this;if(t){var n=null==t?void 0:t.events;n&&Object.keys(n).forEach((function(t){return e.e.on(t,n[t])}))}},e.prototype.getInstance=function(t,e){var n=this.e.fire((0,r.camelCase)("getInstance_"+t),e);if(n)return n;var o=c.qz[t],i=this.__modulesInstances;if(!(0,r.isFunction)(o))throw(0,r.error)("Need real module name");if(!i.has(t)){var a=o.prototype instanceof s.ViewComponent?new o(this,e):new o(e);this.components.add(a),i.set(t,a)}return i.get(t)},e.prototype.addDisclaimer=function(t){this.container.appendChild(t)},e.prototype.beforeDestruct=function(){this.e.fire(s.STATUSES.beforeDestruct,this),this.components.forEach((function(t){(0,r.isDestructable)(t)&&!t.isInDestruct&&t.destruct()})),this.components.clear()},e.prototype.destruct=function(){this.isDestructed||(this.progressbar.destruct(),this.message.destruct(),this.events&&(this.events.destruct(),this.events=void 0),this.buffer&&this.buffer.clear(),s.Dom.safeRemove(this.container),t.prototype.destruct.call(this))},e.ES=a.ES,e.version=a.APP_VERSION,e.esNext=a.IS_ES_NEXT,e.esModern=a.IS_ES_MODERN,(0,o.gn)([l.cache],e.prototype,"buffer",null),(0,o.gn)([l.cache],e.prototype,"message",null),(0,o.gn)([l.cache],e.prototype,"storage",null),(0,o.gn)([l.cache],e.prototype,"c",null),(0,o.gn)([l.cache],e.prototype,"e",null),(0,o.gn)([l.cache],e.prototype,"progressbar",null),(0,o.gn)([(0,l.hook)(s.STATUSES.beforeDestruct)],e.prototype,"beforeDestruct",null),n=(0,o.gn)([(0,l.derive)(u.$,d.F)],e)}(s.Component);h.defaultOptions={extraButtons:[],cache:!0,textIcons:!1,namespace:"",removeButtons:[],zIndex:100002,defaultTimeout:100,fullsize:!1,showTooltip:!0,useNativeTooltip:!1,buttons:[],globalFullSize:!0,language:"auto"}},8257:function(t,e,n){"use strict";n.d(e,{h:function(){return i.h}});var o=n(11612),i=n(49154),r=n(72106),a=n(50526),s=n(8079),c=n(80705);n(34162),"undefined"!=typeof process&&"es5"===o.ES&&"undefined"!=typeof window&&n(48427),Object.keys(o).forEach((function(t){i.h[t]=o[t]}));var l=function(t){return"__esModule"!==t};Object.keys(c).filter(l).forEach((function(t){s.Icon.set(t.replace("_","-"),c[t])})),Object.keys(s).filter(l).forEach((function(t){i.h.modules[t]=s[t]})),Object.keys(a).filter(l).forEach((function(t){i.h.decorators[t]=a[t]})),["Confirm","Alert","Prompt"].forEach((function(t){i.h[t]=s[t]})),Object.keys(r.Z).filter(l).forEach((function(t){i.h.lang[t]=r.Z[t]}))},49154:function(t,e,n){"use strict";n.d(e,{h:function(){return Jodit}});var o=n(97582),i=n(77628),r=n(11612),a=n(8079),s=n(95582),c=n(81160),l=n(50526),u=n(87759),d=n(61288),p="data-jodit-default-style-display",f="data-jodit-default-classes",Jodit=function(t){function Jodit(n,o){var i=t.call(this,o,!0)||this;i.isJodit=!0,i.commands=new Map,i.__selectionLocked=null,i.__wasReadOnly=!1,i.editorIsActive=!1,i.__mode=r.MODE_WYSIWYG,i.__callChangeCount=0,i.__isSilentChange=!1,i.__elementToPlace=new Map;try{var l=(0,s.resolveElement)(n,i.o.shadowRoot||i.od);if(e.isJoditAssigned(l))return l.component}catch(t){throw i.destruct(),t}i.setStatus(a.STATUSES.beforeInit),i.id=(0,s.attr)((0,s.resolveElement)(n,i.o.shadowRoot||i.od),"id")||(new Date).getTime().toString(),c.as[i.id]=i,i.attachEvents(o),i.e.on(i.ow,"resize",(function(){i.e&&i.e.fire("resize")})),i.e.on("prepareWYSIWYGEditor",i.__prepareWYSIWYGEditor),i.selection=new a.Selection(i);var u=i.beforeInitHook();return(0,s.callPromise)(u,(function(){i.e.fire("beforeInit",i),c.pw.__init(i),i.e.fire("afterPluginSystemInit",i),i.e.on("changePlace",(function(){i.setReadOnly(i.o.readonly),i.setDisabled(i.o.disabled)})),i.places.length=0;var t=i.addPlace(n,o);c.as[i.id]=i,(0,s.callPromise)(t,(function(){i.e&&i.e.fire("afterInit",i),i.afterInitHook(),i.setStatus(a.STATUSES.ready),i.e.fire("afterConstructor",i)}))})),i}var e;return(0,o.ZT)(Jodit,t),e=Jodit,Jodit.prototype.className=function(){return"Jodit"},Jodit.prototype.waitForReady=function(){var t=this;return this.isReady?Promise.resolve(this):this.async.promise((function(e){t.hookStatus("ready",(function(){return e(t)}))}))},Object.defineProperty(Jodit,"ready",{get:function(){return new Promise((function(t){c.TB.on("oditready",t)}))},enumerable:!1,configurable:!0}),Object.defineProperty(Jodit.prototype,"text",{get:function(){if(this.editor)return this.editor.innerText||"";var t=this.createInside.div();return t.innerHTML=this.getElementValue(),t.innerText||""},enumerable:!1,configurable:!0}),Object.defineProperty(Jodit.prototype,"defaultTimeout",{get:function(){return(0,s.isNumber)(this.o.defaultTimeout)?this.o.defaultTimeout:i.D.defaultOptions.defaultTimeout},enumerable:!1,configurable:!0}),Jodit.atom=function(t){return(0,s.markAsAtomic)(t)},Jodit.make=function(t,e){return new this(t,e)},Jodit.isJoditAssigned=function(t){return t&&(0,s.isJoditObject)(t.component)&&!t.component.isInDestruct},Object.defineProperty(Jodit,"defaultOptions",{get:function(){return i.D.defaultOptions},enumerable:!1,configurable:!0}),Object.defineProperty(Jodit.prototype,"createInside",{get:function(){var t=this;return new a.Create((function(){return t.ed}),this.o.createAttributes)},enumerable:!1,configurable:!0}),Jodit.prototype.__setPlaceField=function(t,e){this.currentPlace||(this.currentPlace={},this.places=[this.currentPlace]),this.currentPlace[t]=e},Object.defineProperty(Jodit.prototype,"element",{get:function(){return this.currentPlace.element},enumerable:!1,configurable:!0}),Object.defineProperty(Jodit.prototype,"editor",{get:function(){return this.currentPlace.editor},set:function(t){this.__setPlaceField("editor",t)},enumerable:!1,configurable:!0}),Object.defineProperty(Jodit.prototype,"container",{get:function(){return this.currentPlace.container},set:function(t){this.__setPlaceField("container",t)},enumerable:!1,configurable:!0}),Object.defineProperty(Jodit.prototype,"workplace",{get:function(){return this.currentPlace.workplace},enumerable:!1,configurable:!0}),Object.defineProperty(Jodit.prototype,"statusbar",{get:function(){return this.currentPlace.statusbar},enumerable:!1,configurable:!0}),Object.defineProperty(Jodit.prototype,"iframe",{get:function(){return this.currentPlace.iframe},set:function(t){this.__setPlaceField("iframe",t)},enumerable:!1,configurable:!0}),Object.defineProperty(Jodit.prototype,"history",{get:function(){return this.currentPlace.history},enumerable:!1,configurable:!0}),Object.defineProperty(Jodit.prototype,"editorWindow",{get:function(){return this.currentPlace.editorWindow},set:function(t){this.__setPlaceField("editorWindow",t)},enumerable:!1,configurable:!0}),Object.defineProperty(Jodit.prototype,"ew",{get:function(){return this.editorWindow},enumerable:!1,configurable:!0}),Object.defineProperty(Jodit.prototype,"editorDocument",{get:function(){return this.currentPlace.editorWindow.document},enumerable:!1,configurable:!0}),Object.defineProperty(Jodit.prototype,"ed",{get:function(){return this.editorDocument},enumerable:!1,configurable:!0}),Object.defineProperty(Jodit.prototype,"options",{get:function(){return this.currentPlace.options},set:function(t){this.__setPlaceField("options",t)},enumerable:!1,configurable:!0}),Object.defineProperty(Jodit.prototype,"s",{get:function(){return this.selection},enumerable:!1,configurable:!0}),Object.defineProperty(Jodit.prototype,"uploader",{get:function(){return this.getInstance("Uploader",this.o.uploader)},enumerable:!1,configurable:!0}),Object.defineProperty(Jodit.prototype,"filebrowser",{get:function(){var t=this,e=(0,s.ConfigProto)({defaultTimeout:t.defaultTimeout,uploader:t.o.uploader,language:t.o.language,license:t.o.license,theme:t.o.theme,shadowRoot:t.o.shadowRoot,defaultCallback:function(e){e.files&&e.files.length&&e.files.forEach((function(n,o){var i=e.baseurl+n;e.isImages&&e.isImages[o]?t.s.insertImage(i,null,t.o.imageDefaultWidth):t.s.insertNode(t.createInside.fromHTML("<a href='".concat(i,"' title='").concat(i,"'>").concat(i,"</a>")))}))}},this.o.filebrowser);return t.getInstance("FileBrowser",e)},enumerable:!1,configurable:!0}),Object.defineProperty(Jodit.prototype,"mode",{get:function(){return this.__mode},set:function(t){this.setMode(t)},enumerable:!1,configurable:!0}),Jodit.prototype.getNativeEditorValue=function(){var t=this.e.fire("beforeGetNativeEditorValue");return(0,s.isString)(t)?t:this.editor?this.editor.innerHTML:this.getElementValue()},Jodit.prototype.setNativeEditorValue=function(t){var e={value:t};this.e.fire("beforeSetNativeEditorValue",e)||this.editor&&(this.editor.innerHTML=e.value)},Object.defineProperty(Jodit.prototype,"value",{get:function(){return this.getEditorValue()},set:function(t){this.setEditorValue(t),this.history.__processChanges()},enumerable:!1,configurable:!0}),Jodit.prototype.synchronizeValues=function(){this.__imdSynchronizeValues()},Jodit.prototype.__imdSynchronizeValues=function(){this.setEditorValue()},Jodit.prototype.getEditorValue=function(t,e){var n;if(void 0===t&&(t=!0),void 0!==(n=this.e.fire("beforeGetValueFromEditor",e)))return n;n=this.getNativeEditorValue().replace(r.INVISIBLE_SPACE_REG_EXP(),""),t&&(n=n.replace(/<span[^>]+id="jodit-selection_marker_[^>]+><\/span>/g,"")),"<br>"===n&&(n="");var o={value:n};return this.e.fire("afterGetValueFromEditor",o,e),o.value},Jodit.prototype.setEditorValue=function(t){var e=this.e.fire("beforeSetValueToEditor",t);if(!1!==e)if((0,s.isString)(e)&&(t=e),this.editor){if(!(0,s.isString)(t)&&!(0,s.isVoid)(t))throw(0,s.error)("value must be string");(0,s.isVoid)(t)||this.getNativeEditorValue()===t||this.setNativeEditorValue(t),this.e.fire("postProcessSetEditorValue");var n=this.getElementValue(),o=this.getEditorValue();if(!this.__isSilentChange&&n!==o&&r.SAFE_COUNT_CHANGE_CALL>this.__callChangeCount){this.__setElementValue(o),this.__callChangeCount+=1;try{this.history.__upTick(),this.e.fire("change",o,n),this.e.fire(this.history,"change",o,n)}finally{this.__callChangeCount=0}}}else void 0!==t&&this.__setElementValue(t)},Jodit.prototype.updateElementValue=function(){this.__setElementValue(this.getEditorValue())},Jodit.prototype.getElementValue=function(){return void 0!==this.element.value?this.element.value:this.element.innerHTML},Jodit.prototype.__setElementValue=function(t){var e=this;if(!(0,s.isString)(t))throw(0,s.error)("value must be string");if(this.element!==this.container&&t!==this.getElementValue()){var n={value:t},o=this.e.fire("beforeSetElementValue",n);(0,s.callPromise)(o,(function(){void 0!==e.element.value?e.element.value=n.value:e.element.innerHTML=n.value,e.e.fire("afterSetElementValue",n)}))}},Jodit.prototype.registerCommand=function(t,e,n){var o=t.toLowerCase(),i=this.commands.get(o);if(void 0===i&&this.commands.set(o,i=[]),i.push(e),!(0,s.isFunction)(e)){var r=this.o.commandToHotkeys[o]||this.o.commandToHotkeys[t]||e.hotkeys;r&&this.registerHotkeyToCommand(r,o,null==n?void 0:n.stopPropagation)}return this},Jodit.prototype.registerHotkeyToCommand=function(t,e,n){var o=this;void 0===n&&(n=!0);var i=(0,s.asArray)(t).map(s.normalizeKeyAliases).map((function(t){return t+".hotkey"})).join(" ");this.e.off(i).on(i,(function(t,i){return i&&(i.shouldStop=null==n||n),o.execCommand(e)}))},Jodit.prototype.execCommand=function(t,e,n){for(var i,a=[],s=3;arguments.length>s;s++)a[s-3]=arguments[s];if(this.s.isFocused()||this.s.focus(),!this.o.readonly||this.o.allowCommandsInReadOnly.includes(t)){var c;if(t=t.toLowerCase(),!1!==(c=(i=this.e).fire.apply(i,(0,o.ev)(["beforeCommand",t,e,n],(0,o.CR)(a),!1)))&&(c=this.__execCustomCommands.apply(this,(0,o.ev)([t,e,n],(0,o.CR)(a),!1))),!1!==c)if(this.s.focus(),"selectall"===t)this.s.select(this.editor,!0),this.s.expandSelection();else try{c=this.nativeExecCommand(t,e,n)}catch(t){if(!r.IS_PROD)throw t}return this.e.fire("afterCommand",t,e,n),this.setEditorValue(),c}},Jodit.prototype.nativeExecCommand=function(t,e,n){this.__isSilentChange=!0;try{return this.ed.execCommand(t,e,n)}finally{this.__isSilentChange=!1}},Jodit.prototype.__execCustomCommands=function(t,e,n){for(var i=this,r=[],a=3;arguments.length>a;a++)r[a-3]=arguments[a];t=t.toLowerCase();var c,l=this.commands.get(t);if(void 0!==l)return l.forEach((function(a){var l,u=(l=(0,s.isFunction)(a)?a:a.exec).call.apply(l,(0,o.ev)([i,t,e,n],(0,o.CR)(r),!1));void 0!==u&&(c=u)})),c},Jodit.prototype.lock=function(e){return void 0===e&&(e="any"),!!t.prototype.lock.call(this,e)&&(this.__selectionLocked=this.s.save(),this.s.clear(),this.editor.classList.add("jodit_lock"),this.e.fire("lock",!0),!0)},Jodit.prototype.unlock=function(){return!!t.prototype.unlock.call(this)&&(this.editor.classList.remove("jodit_lock"),this.__selectionLocked&&this.s.restore(),this.e.fire("lock",!1),!0)},Jodit.prototype.getMode=function(){return this.mode},Jodit.prototype.isEditorMode=function(){return this.getRealMode()===r.MODE_WYSIWYG},Jodit.prototype.getRealMode=function(){if(this.getMode()!==r.MODE_SPLIT)return this.getMode();var t=this.od.activeElement;return t&&(t===this.iframe||a.Dom.isOrContains(this.editor,t)||a.Dom.isOrContains(this.toolbar.container,t))?r.MODE_WYSIWYG:r.MODE_SOURCE},Jodit.prototype.setMode=function(t){var e=this,n=this.getMode(),o={mode:parseInt(t.toString(),10)},i=["jodit-wysiwyg_mode","jodit-source__mode","jodit_split_mode"];!1!==this.e.fire("beforeSetMode",o)&&(this.__mode=[r.MODE_SOURCE,r.MODE_WYSIWYG,r.MODE_SPLIT].includes(o.mode)?o.mode:r.MODE_WYSIWYG,this.o.saveModeInStorage&&this.storage.set("jodit_default_mode",this.mode),i.forEach((function(t){e.container.classList.remove(t)})),this.container.classList.add(i[this.mode-1]),n!==this.getMode()&&this.e.fire("afterSetMode"))},Jodit.prototype.toggleMode=function(){var t=this.getMode();[r.MODE_SOURCE,r.MODE_WYSIWYG,this.o.useSplitMode?r.MODE_SPLIT:9].includes(t+1)?t+=1:t=r.MODE_WYSIWYG,this.setMode(t)},Jodit.prototype.setDisabled=function(t){this.o.disabled=t;var e=this.__wasReadOnly;this.setReadOnly(t||e),this.__wasReadOnly=e,this.editor&&(this.editor.setAttribute("aria-disabled",t.toString()),this.container.classList.toggle("jodit_disabled",t),this.e.fire("disabled",t))},Jodit.prototype.getDisabled=function(){return this.o.disabled},Jodit.prototype.setReadOnly=function(t){this.__wasReadOnly!==t&&(this.__wasReadOnly=t,this.o.readonly=t,t?this.editor&&this.editor.removeAttribute("contenteditable"):this.editor&&this.editor.setAttribute("contenteditable","true"),this.e&&this.e.fire("readonly",t))},Jodit.prototype.getReadOnly=function(){return this.o.readonly},Jodit.prototype.focus=function(){this.getMode()!==r.MODE_SOURCE&&this.s.focus()},Object.defineProperty(Jodit.prototype,"isFocused",{get:function(){return this.s.isFocused()},enumerable:!1,configurable:!0}),Jodit.prototype.beforeInitHook=function(){},Jodit.prototype.afterInitHook=function(){},Jodit.prototype.initOptions=function(t){this.options=(0,s.ConfigProto)(t||{},i.D.defaultOptions)},Jodit.prototype.initOwners=function(){this.editorWindow=this.o.ownerWindow,this.ownerWindow=this.o.ownerWindow},Jodit.prototype.addPlace=function(t,e){var n=this,o=(0,s.resolveElement)(t,this.o.shadowRoot||this.od);this.attachEvents(e),o.attributes&&(0,s.toArray)(o.attributes).forEach((function(t){var o=t.name,r=t.value;void 0===i.D.defaultOptions[o]||e&&void 0!==e[o]||(-1!==["readonly","disabled"].indexOf(o)&&(r=""===r||"true"===r),/^[0-9]+(\.)?([0-9]+)?$/.test(r.toString())&&(r=Number(r)),n.options[o]=r)}));var r=this.c.div("jodit-container");r.classList.add("jodit"),r.classList.add("jodit-container"),r.classList.add("jodit_theme_".concat(this.o.theme||"default")),h(this.o.className,r),this.o.containerStyle&&(0,s.css)(r,this.o.containerStyle);var c=this.o.styleValues;Object.keys(c).forEach((function(t){var e=(0,s.kebabCase)(t);r.style.setProperty("--jd-".concat(e),c[t])})),r.setAttribute("contenteditable","false");var l=null;this.o.inline&&(-1===["TEXTAREA","INPUT"].indexOf(o.nodeName)&&(r=o,o.setAttribute(f,o.className.toString()),l=r.innerHTML,r.innerHTML=""),r.classList.add("jodit_inline"),r.classList.add("jodit-container")),o!==r&&(o.style.display&&o.setAttribute(p,o.style.display),o.style.display="none");var u=this.c.div("jodit-workplace",{contenteditable:!1});r.appendChild(u),o.parentNode&&o!==r&&o.parentNode.insertBefore(r,o),Object.defineProperty(o,"component",{enumerable:!1,configurable:!0,value:this});var d=this.c.div("jodit-wysiwyg",{contenteditable:!0,"aria-disabled":!1,tabindex:this.o.tabIndex});u.appendChild(d);var g={editor:d,element:o,container:r,workplace:u,statusbar:new a.StatusBar(this,r),options:this.isReady?(0,s.ConfigProto)(e||{},i.D.defaultOptions):this.options,history:new a.History(this),editorWindow:this.ow};this.__elementToPlace.set(d,g),this.setCurrentPlace(g),this.places.push(g),this.setNativeEditorValue(this.getElementValue());var m=this.__initEditor(l),v=this.options;return(0,s.callPromise)(m,(function(){v.enableDragAndDropFileToEditor&&v.uploader&&(v.uploader.url||v.uploader.insertImageAsBase64URI)&&n.uploader.bind(n.editor),n.__elementToPlace.get(n.editor)||n.__elementToPlace.set(n.editor,g),n.e.fire("afterAddPlace",g)}))},Jodit.prototype.addDisclaimer=function(t){this.workplace.appendChild(t)},Jodit.prototype.setCurrentPlace=function(t){this.currentPlace!==t&&(this.isEditorMode()||this.setMode(r.MODE_WYSIWYG),this.currentPlace=t,this.buildToolbar(),this.isReady&&this.e.fire("changePlace",t))},Jodit.prototype.__initEditor=function(t){var e=this,n=this.__createEditor();return(0,s.callPromise)(n,(function(){if(!e.isInDestruct){if(e.element!==e.container){var n=e.getElementValue();n!==e.getEditorValue()&&e.setEditorValue(n)}else null!=t&&e.setEditorValue(t);var o=e.o.defaultMode;if(e.o.saveModeInStorage){var i=e.storage.get("jodit_default_mode");"string"==typeof i&&(o=parseInt(i,10))}e.setMode(o),e.o.readonly&&(e.__wasReadOnly=!1,e.setReadOnly(!0)),e.o.disabled&&e.setDisabled(!0);try{e.ed.execCommand("defaultParagraphSeparator",!1,e.o.enter.toLowerCase())}catch(t){}try{e.ed.execCommand("enableObjectResizing",!1,"false")}catch(t){}try{e.ed.execCommand("enableInlineTableEditing",!1,"false")}catch(t){}}}))},Jodit.prototype.__createEditor=function(){var t=this,e=this.editor,n=this.e.fire("createEditor",this);return(0,s.callPromise)(n,(function(){if(!t.isInDestruct){if((!1===n||(0,s.isPromise)(n))&&a.Dom.safeRemove(e),h(t.o.editorClassName,t.editor),t.o.style&&(0,s.css)(t.editor,t.o.style),t.e.on("synchro",(function(){t.setEditorValue()})).on("focus",(function(){t.editorIsActive=!0})).on("blur",(function(){return t.editorIsActive=!1})),t.__prepareWYSIWYGEditor(),t.o.direction){var o="rtl"===t.o.direction.toLowerCase()?"rtl":"ltr";t.container.style.direction=o,t.container.setAttribute("dir",o),t.toolbar.setDirection(o)}t.o.triggerChangeEvent&&t.e.on("change",t.async.debounce((function(){t.e&&t.e.fire(t.element,"change")}),t.defaultTimeout))}}))},Jodit.prototype.__prepareWYSIWYGEditor=function(){var t=this,e=this.editor;if(this.o.direction){var n="rtl"===this.o.direction.toLowerCase()?"rtl":"ltr";this.editor.style.direction=n,this.editor.setAttribute("dir",n)}this.e.on(e,"mousedown touchstart focus",(function(){var n=t.__elementToPlace.get(e);n&&t.setCurrentPlace(n)})).on(e,"compositionend",this.synchronizeValues).on(e,"selectionchange selectionstart keydown keyup input keypress dblclick mousedown mouseup click copy cut dragstart drop dragover paste resize touchstart touchend focus blur",(function(e){if(!t.o.readonly&&!t.__isSilentChange&&!(e instanceof t.ew.KeyboardEvent&&e.isComposing)&&t.e&&t.e.fire){if(!1===t.e.fire(e.type,e))return!1;t.synchronizeValues()}}))},Jodit.prototype.fetch=function(t,e){var n=this,i=new d.t((0,o.pi)({url:t},e),this.o.defaultAjaxOptions),r=function(){n.e.off("beforeDestruct",r),n.progressbar.progress(100).hide(),i.destruct()};this.e.one("beforeDestruct",r),this.progressbar.show().progress(30);var a=i.send();return a.finally(r).catch((function(){return null})),a},Jodit.prototype.destruct=function(){var e=this;if(!this.isInDestruct&&(this.setStatus(a.STATUSES.beforeDestruct),this.__elementToPlace.clear(),this.editor)){var n=this.getEditorValue();this.storage.clear(),this.buffer.clear(),this.commands.clear(),this.__selectionLocked=null,this.e.off(this.ow,"resize"),this.e.off(this.ow),this.e.off(this.od),this.e.off(this.od.body),this.places.forEach((function(t){var o=t.container,i=t.workplace,r=t.statusbar,c=t.element,l=t.iframe,u=t.editor,d=t.history;if(c!==o)if(c.hasAttribute(p)){var h=(0,s.attr)(c,p);h&&(c.style.display=h,c.removeAttribute(p))}else c.style.display="";else c.hasAttribute(f)&&(c.className=(0,s.attr)(c,f)||"",c.removeAttribute(f));c.hasAttribute("style")&&!(0,s.attr)(c,"style")&&c.removeAttribute("style"),r.destruct(),e.e.off(o),e.e.off(c),e.e.off(u),a.Dom.safeRemove(i),a.Dom.safeRemove(u),o!==c&&a.Dom.safeRemove(o),Object.defineProperty(c,"component",{enumerable:!1,configurable:!0,value:null}),a.Dom.safeRemove(l),o===c&&(c.innerHTML=n),d.destruct()})),this.places.length=0,this.currentPlace={},delete c.as[this.id],t.prototype.destruct.call(this)}},Jodit.fatMode=r.FAT_MODE,Jodit.plugins=c.pw,Jodit.modules=c.qz,Jodit.ns=c.qz,Jodit.decorators={},Jodit.constants=r,Jodit.instances=c.as,Jodit.lang=r.lang,Jodit.core={Plugin:a.Plugin},(0,o.gn)([l.cache],Jodit.prototype,"createInside",null),(0,o.gn)([l.cache],Jodit.prototype,"s",null),(0,o.gn)([l.cache],Jodit.prototype,"uploader",null),(0,o.gn)([l.cache],Jodit.prototype,"filebrowser",null),(0,o.gn)([(0,l.throttle)()],Jodit.prototype,"synchronizeValues",null),(0,o.gn)([(0,l.watch)(":internalChange")],Jodit.prototype,"updateElementValue",null),(0,o.gn)([l.autobind],Jodit.prototype,"__prepareWYSIWYGEditor",null),e=(0,o.gn)([(0,l.derive)(u.l)],Jodit)}(a.ViewWithToolbar);function h(t,e){t&&t.split(/\s+/).forEach((function(t){return e.classList.add(t)}))}},72106:function(t,e,n){"use strict";var o=n(57728),i=n(40244),r=n(90729),a=n(11383),s=n(36380),c=n(67684),l=n(10014),u=n(81990),d=n(73892),p=n(83775),f=n(94932),h=n(63822),g=n(64175),m=n(16735),v=n(17955),y=n(51519),b=n(8205),w=n(14371),_=n(32675),k=n(19502),C=n(79087),x=n(84571),S={};S={ar:r,cs_cz:a,de:s,en:i,es:c,fr:l,he:u,hu:d,id:p,it:f,ja:h,ko:g,mn:m,nl:v,pl:y,pt_br:b,ru:w,tr:_,zh_cn:k,zh_tw:C};var E=function(t){return t?t.default||t:{}},j={};(0,o.k)(E(x))&&E(x).forEach((function(t,e){j[e]=t})),Object.keys(S).forEach((function(t){var e=E(S[t]);(0,o.k)(e)?(S[t]={},e.forEach((function(e,n){S[t][j[n]]=e}))):S[t]=e})),e.Z=S},84489:function(t,e,n){"use strict";n.d(e,{x:function(){return c}});var o=n(97582),i=n(34786),r=n(29788),a=n(71350),s=n(94707),c=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return(0,o.ZT)(e,t),e.prototype.className=function(){return"ContextMenu"},e.prototype.show=function(t,e,n){var o=this,i=this,s=this.j.c.div(this.getFullElName("actions"));(0,a.kJ)(n)&&(n.forEach((function(t){if(t){var e=(0,r.zx)(o.jodit,t.icon||"empty",t.title);o.jodit&&e.setParentView(o.jodit),e.setMod("context","menu"),e.onAction((function(e){var n;return null===(n=t.exec)||void 0===n||n.call(i,e),i.close(),!1})),s.appendChild(e.container)}})),this.setContent(s).open((function(){return{left:t,top:e,width:0,height:0}}),!0))},(0,o.gn)([s.w],e)}(i.G)},24040:function(t,e,n){"use strict";n.d(e,{b:function(){return c}});var o=n(96318),i=n(74961),r=n(44913),a=n(53025),s=n(1875);function c(t,e,n,c){void 0===c&&(c="jodit-dialog_alert"),(0,o.m)(e)&&(n=e,e=void 0);var l=this instanceof s.V?this:new s.V,u=l.c.div(c),d=(0,a.zx)(l,"ok","Ok");return(0,i._)(t).forEach((function(t){u.appendChild(r.i.isNode(t)?t:l.c.fromHTML(t))})),d.onAction((function(){n&&(0,o.m)(n)&&!1===n(l)||l.close()})),l.setFooter([d]),l.open(u,e||"&nbsp;",!0,!0),d.focus(),l}},63367:function(t,e,n){"use strict";n.d(e,{I:function(){return a}});var o=n(1875),i=n(96318),r=n(53025);function a(t,e,n){var a=this instanceof o.V?this:new o.V,s=a.c.fromHTML('<form class="jodit-dialog_prompt"></form>'),c=a.c.element("label");(0,i.m)(e)&&(n=e,e=void 0),c.appendChild(a.c.fromHTML(t)),s.appendChild(c);var l=function(t){return function(){n&&!1===n(t)||a.close()}},u=(0,r.zx)(a,"cancel","Cancel"),d=(0,r.zx)(a,"ok","Yes");return u.onAction(l(!1)),d.onAction(l(!0)),a.e.on(s,"submit",(function(){return l(!0)(),!1})),a.setFooter([d,u]),a.open(s,e||"&nbsp;",!0,!0),d.focus(),a}},1875:function(t,e,n){"use strict";n.d(e,{V:function(){return m}});var o=n(97582),i=n(77628),r=n(11612),a=n(71350),s=n(1558),c=n(98478),l=(n(52378),n(96085)),u=n(44913),d=n(22562),p=n(81160),f=n(50526),h=n(27371),g=n(75004);i.D.prototype.dialog={namespace:"",extraButtons:[],resizable:!0,draggable:!0,buttons:["dialog.close"],removeButtons:[],toolbarButtonSize:"middle",zIndex:"inherit"},i.D.prototype.controls.dialog={close:{icon:"cancel",exec:function(t){t.close()}}};var m=function(t){function e(e){void 0===e&&(e={});var n=t.call(this,e)||this;n.destroyAfterClose=!1,n.moved=!1,n.resizable=!1,n.draggable=!1,n.startX=0,n.startY=0,n.startPoint={x:0,y:0,w:0,h:0},n.lockSelect=function(){n.setMod("moved",!0)},n.unlockSelect=function(){n.setMod("moved",!1)},n.onResize=function(){n.options&&n.o.resizable&&!n.moved&&n.isOpened&&!n.offsetX&&!n.offsetY&&n.setPosition()},n.isModal=!1,n.isOpened=!1;var o=n;o.options=(0,c.ConfigProto)(e,(0,c.ConfigProto)(i.D.prototype.dialog,h.G.defaultOptions)),u.i.safeRemove(o.container);var r=n.getFullElName.bind(n);o.container=n.c.fromHTML('<div class="jodit jodit-dialog '.concat(n.componentName,'">\n\t\t\t\t<div class="').concat(r("overlay"),'"></div>\n\t\t\t\t<div class="').concat(n.getFullElName("panel"),'">\n\t\t\t\t\t<div class="').concat(r("header"),'">\n\t\t\t\t\t\t<div class="').concat(r("header-title"),'"></div>\n\t\t\t\t\t\t<div class="').concat(r("header-toolbar"),'"></div>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div class="').concat(r("content"),'"></div>\n\t\t\t\t\t<div class="').concat(r("footer"),'"></div>\n\t\t\t\t\t<div class="').concat(r("resizer"),'">').concat(g.JO.get("resize_handler"),"</div>\n\t\t\t\t</div>\n\t\t\t</div>")),n.o.zIndex&&(n.container.style.zIndex=n.o.zIndex.toString()),(0,c.attr)(o.container,"role","dialog"),Object.defineProperty(o.container,"component",{value:n}),o.setMod("theme",o.o.theme||"default").setMod("resizable",Boolean(o.o.resizable));var s=o.getElm("panel"),l=o.getElm("resizer"),d=o.getElm("header-title"),f=o.getElm("content"),m=o.getElm("footer"),v=o.getElm("header-toolbar");n.dialog=s,n.resizer=l,n.dialogbox_header=d,n.dialogbox_content=f,n.dialogbox_footer=m,n.dialogbox_toolbar=v,(0,c.css)(o.dialog,{maxWidth:o.options.maxWidth,minHeight:o.options.minHeight,minWidth:o.options.minWidth});var y=o.getElm("header");y&&o.e.on(y,"pointerdown touchstart",o.onHeaderMouseDown),o.e.on(o.resizer,"mousedown touchstart",o.onResizerMouseDown);var b=p.pw.get("fullsize");return(0,a.mf)(b)&&b(o),n.e.on(o.container,"close_dialog",o.close).on(n.ow,"keydown",n.onEsc).on(n.ow,"resize",n.onResize),n}return(0,o.ZT)(e,t),e.prototype.className=function(){return"Dialog"},Object.defineProperty(e.prototype,"destination",{get:function(){var t;return null!==(t=this.o.shadowRoot)&&void 0!==t?t:this.od.body},enumerable:!1,configurable:!0}),e.prototype.setElements=function(t,e){var n=this,o=[];(0,s._2)(e).forEach((function(e){if((0,a.kJ)(e)){var i=n.c.div(n.getFullElName("column"));return o.push(i),t.appendChild(i),n.setElements(i,e)}var r;r=(0,a.HD)(e)?n.c.fromHTML(e):(0,a.Zt)(e)?e.container:e,o.push(r),r.parentNode!==t&&t.appendChild(r)})),(0,s.qo)(t.childNodes).forEach((function(e){-1===o.indexOf(e)&&t.removeChild(e)}))},e.prototype.onMouseUp=function(){(this.draggable||this.resizable)&&(this.removeGlobalResizeListeners(),this.draggable=!1,this.resizable=!1,this.unlockSelect(),this.e&&(this.removeGlobalResizeListeners(),this.e.fire(this,"endResize endMove")))},e.prototype.onHeaderMouseDown=function(t){var e=t.target;!this.o.draggable||e&&e.nodeName.match(/^(INPUT|SELECT)$/)||(this.draggable=!0,this.startX=t.clientX,this.startY=t.clientY,this.startPoint.x=(0,c.css)(this.dialog,"left"),this.startPoint.y=(0,c.css)(this.dialog,"top"),this.setMaxZIndex(),t.cancelable&&t.preventDefault(),this.lockSelect(),this.addGlobalResizeListeners(),this.e&&this.e.fire(this,"startMove"))},e.prototype.onMouseMove=function(t){this.draggable&&this.o.draggable&&(this.setPosition(this.startPoint.x+t.clientX-this.startX,this.startPoint.y+t.clientY-this.startY),this.e&&this.e.fire(this,"move",t.clientX-this.startX,t.clientY-this.startY),t.stopImmediatePropagation()),this.resizable&&this.o.resizable&&(this.setSize(this.startPoint.w+t.clientX-this.startX,this.startPoint.h+t.clientY-this.startY),this.e&&this.e.fire(this,"resizeDialog",t.clientX-this.startX,t.clientY-this.startY))},e.prototype.onEsc=function(t){if(this.isOpened&&t.key===r.KEY_ESC&&!0!==this.getMod("static")){var e=this.getMaxZIndexDialog();e?e.close():this.close(),t.stopImmediatePropagation()}},e.prototype.onResizerMouseDown=function(t){this.resizable=!0,this.startX=t.clientX,this.startY=t.clientY,this.startPoint.w=this.dialog.offsetWidth,this.startPoint.h=this.dialog.offsetHeight,this.lockSelect(),this.addGlobalResizeListeners(),this.e&&this.e.fire(this,"startResize")},e.prototype.addGlobalResizeListeners=function(){var t=this;t.e.on(t.ow,"pointermove touchmove",t.onMouseMove).on(t.ow,"pointerup touchend",t.onMouseUp)},e.prototype.removeGlobalResizeListeners=function(){var t=this;t.e.off(t.ow,"mousemove pointermove",t.onMouseMove).off(t.ow,"mouseup pointerup",t.onMouseUp)},e.prototype.setSize=function(t,e){return null==t&&(t=this.dialog.offsetWidth),null==e&&(e=this.dialog.offsetHeight),(0,c.css)(this.dialog,{width:t,height:e}),this},e.prototype.calcAutoSize=function(){return this.setSize("auto","auto"),this.setSize(),this},e.prototype.setPosition=function(t,e){var n=this.ow.innerWidth/2-this.dialog.offsetWidth/2,o=this.ow.innerHeight/2-this.dialog.offsetHeight/2;return 0>n&&(n=0),0>o&&(o=0),void 0!==t&&void 0!==e&&(this.offsetX=t,this.offsetY=e,this.moved=Math.abs(t-n)>100||Math.abs(e-o)>100),this.dialog.style.left=(t||n)+"px",this.dialog.style.top=(e||o)+"px",this},e.prototype.setHeader=function(t){return this.setElements(this.dialogbox_header,t),this},e.prototype.setContent=function(t){return this.setElements(this.dialogbox_content,t),this},e.prototype.setFooter=function(t){return this.setElements(this.dialogbox_footer,t),this.setMod("footer",Boolean(t)),this},e.prototype.getZIndex=function(){return parseInt((0,c.css)(this.container,"zIndex"),10)||0},e.prototype.getMaxZIndexDialog=function(){var t,e,n=0,o=this;return(0,c.$$)(".jodit-dialog",this.destination).forEach((function(i){t=i.component,e=parseInt((0,c.css)(i,"zIndex"),10),t.isOpened&&!isNaN(e)&&e>n&&(o=t,n=e)})),o},e.prototype.setMaxZIndex=function(){if(!this.getMod("static")){var t=20000004,e=0;(0,c.$$)(".jodit-dialog",this.destination).forEach((function(n){e=parseInt((0,c.css)(n,"zIndex"),10),t=Math.max(isNaN(e)?0:e,t)})),this.container.style.zIndex=(t+1).toString()}},e.prototype.toggleFullSize=function(e){(0,a.nj)(e)&&(e=!this.getMod("fullsize")),this.setMod("fullsize",e),t.prototype.toggleFullSize.call(this,e)},e.prototype.open=function(t,e,n,o){if(p.TB.fire("closeAllPopups hideHelpers"),!1===this.e.fire(this,"beforeOpen"))return this;(0,a.jn)(t)&&(n=t),(0,a.jn)(e)&&(o=e),this.destroyAfterClose=!0===n;var i=(0,a.jn)(t)?void 0:t,r=(0,a.jn)(e)?void 0:e;return void 0!==r&&this.setHeader(r),i&&this.setContent(i),this.setMod("active",!0),this.isOpened=!0,this.setModal(o),this.destination.appendChild(this.container),!0!==this.getMod("static")?(this.setPosition(this.offsetX,this.offsetY),this.setMaxZIndex()):this.container.style.removeProperty("z-index"),this.o.fullsize&&this.toggleFullSize(!0),this.e.fire("afterOpen",this),this},e.prototype.setModal=function(t){return this.isModal=Boolean(t),this.setMod("modal",this.isModal),this},e.prototype.close=function(){return this.isDestructed||!this.isOpened||!0===this.getMod("static")||!1===this.e.fire("beforeClose",this)||(this.setMod("active",!1),this.isOpened=!1,this.isFullSize&&this.toggleFullSize(!1),u.i.safeRemove(this.container),this.removeGlobalResizeListeners(),this.e.fire(this,"afterClose"),this.e.fire(this.ow,"joditCloseDialog"),this.destroyAfterClose&&this.destruct()),this},e.prototype.buildToolbar=function(){this.o.buttons&&this.toolbar.build((0,s.C1)(this.o.buttons)).setMod("mode","header").appendTo(this.dialogbox_toolbar)},e.prototype.destruct=function(){this.isInDestruct||(this.setStatus(d.n$.beforeDestruct),this.isOpened&&this.close(),this.events&&(this.removeGlobalResizeListeners(),this.events.off(this.container,"close_dialog",self.close).off(this.ow,"keydown",this.onEsc).off(this.ow,"resize",this.onResize)),t.prototype.destruct.call(this))},(0,o.gn)([f.autobind],e.prototype,"onMouseUp",null),(0,o.gn)([f.autobind],e.prototype,"onHeaderMouseDown",null),(0,o.gn)([f.autobind],e.prototype,"onMouseMove",null),(0,o.gn)([f.autobind],e.prototype,"onEsc",null),(0,o.gn)([f.autobind],e.prototype,"onResizerMouseDown",null),(0,o.gn)([f.autobind],e.prototype,"close",null),(0,o.gn)([(0,f.hook)("ready")],e.prototype,"buildToolbar",null),(0,o.gn)([f.component],e)}(l.C)},2932:function(t,e,n){"use strict";n.d(e,{I4:function(){return a.I},NL:function(){return r.N},Vq:function(){return o.V},bZ:function(){return i.b}});var o=n(1875),i=n(24040),r=n(8695),a=n(63367)},8695:function(t,e,n){"use strict";n.d(e,{N:function(){return s}});var o=n(53025),i=n(96318),r=n(77233),a=n(1875);function s(t,e,n,s,c){var l=this instanceof a.V?this:new a.V,u=(0,o.zx)(l,"cancel","Cancel"),d=(0,o.zx)(l,"ok","Ok"),p=l.c.element("form",{class:"jodit-dialog_prompt"}),f=l.c.element("input",{autofocus:!0,class:"jodit-input"}),h=l.c.element("label");(0,i.m)(e)&&(n=e,e=void 0),s&&(0,r.L)(f,"placeholder",s),h.appendChild(l.c.text(t)),p.appendChild(h),p.appendChild(f),u.onAction(l.close);var g=function(){n&&(0,i.m)(n)&&!1===n(f.value)||l.close()};return d.onAction(g),l.e.on(p,"submit",(function(){return g(),!1})),l.setFooter([d,u]),l.open(p,e||"&nbsp;",!0,!0),f.focus(),void 0!==c&&c.length&&(f.value=c,f.select()),l}},12330:function(t,e,n){"use strict";var o=n(97582),i=n(8138),r=n(98478),a=n(10503),s=n(92803),c=n(3028),l=n(56555),u=n(39100),d=n(85172),p=n(11834),f="jodit-filebrowser-preview",h=function(t,e){return void 0===t&&(t="next"),void 0===e&&(e="right"),'<div class="'.concat(f,"__navigation ").concat(f,"__navigation_arrow_").concat(t,'">')+""+a.J.get("angle-"+e)+"</a>"};e.Z=function(t){if(!t.o.contextMenu)return function(){};var e=(0,c.L)(t);return function(n){var a=(0,p.rV)(n.target,t.container);if(a){var c=a,g=t.options,m=function(t){return(0,r.attr)(c,t)||""};return t.async.setTimeout((function(){var v=(0,p.iU)(a,(0,l.d)(t));v&&(t.state.activeElements=[v],e.show(n.clientX,n.clientY,[!("1"===m("data-is-file")||!g.editImage||!t.dataProvider.canI("ImageResize")&&!t.dataProvider.canI("ImageCrop"))&&{icon:"pencil",title:"Edit",exec:function(){return s.r.call(t,m("href"),m("data-name"),m("data-path"),m("data-source"))}},!!t.dataProvider.canI("FileRename")&&{icon:"italic",title:"Rename",exec:function(){t.e.fire("fileRename.filebrowser",m("data-name"),m("data-path"),m("data-source"))}},!!t.dataProvider.canI("FileRemove")&&{icon:"bin",title:"Delete",exec:function(){return(0,o.mG)(void 0,void 0,Promise,(function(){var e;return(0,o.Jh)(this,(function(n){switch(n.label){case 0:return n.trys.push([0,2,,3]),[4,(0,d._)(t,m("data-name"),m("data-source"))];case 1:return n.sent(),[3,3];case 2:return e=n.sent(),[2,t.status(e)];case 3:return t.state.activeElements=[],[2,(0,u.Q)(t).catch(t.status)]}}))}))}},!!g.preview&&{icon:"eye",title:"Preview",exec:function(){var e=t.dlg({buttons:["fullsize","dialog.close"]}),n=t.c.div(f,'<div class="jodit-icon_loader"></div>'),o=t.c.div(f+"__box"),a=t.c.fromHTML(h()),s=t.c.fromHTML(h("prev","left")),l=function(r){var l=t.c.element("img");l.setAttribute("src",r);var u=function(){var r;t.isInDestruct||(t.e.off(l,"load"),i.i.detach(n),g.showPreviewNavigation&&(i.i.prevWithClass(c,t.files.getFullElName("item"))&&n.appendChild(s),i.i.nextWithClass(c,t.files.getFullElName("item"))&&n.appendChild(a)),n.appendChild(o),o.appendChild(l),e.setPosition(),null===(r=null==t?void 0:t.events)||void 0===r||r.fire("previewOpenedAndLoaded"))};t.e.on(l,"load",u),l.complete&&u()};t.e.on([a,s],"click",(function(){if(!(c=this===a?i.i.nextWithClass(c,t.files.getFullElName("item")):i.i.prevWithClass(c,t.files.getFullElName("item"))))throw(0,r.error)("Need element");i.i.detach(n),i.i.detach(o),n.innerHTML='<div class="jodit-icon_loader"></div>',l(m("href"))})),t.e.on("beforeDestruct",(function(){e.destruct()})),e.container.classList.add(f+"__dialog"),e.setContent(n),e.setPosition(),e.open(),l(m("href")),t.events.on("beforeDestruct",(function(){e.destruct()})).fire("previewOpened")}},{icon:"upload",title:"Download",exec:function(){var e=m("href");e&&t.ow.open(e)}}]))}),t.defaultTimeout),t.e.on("beforeClose",(function(){return e.close()})).on("beforeDestruct",(function(){return e.destruct()})),n.stopPropagation(),n.preventDefault(),!1}}}},56555:function(t,e,n){"use strict";n.d(e,{d:function(){return i}});var o=new WeakMap,i=function(t){var e=o.get(t);return e||o.set(t,e={}),e}},45545:function(t,e,n){"use strict";n.d(e,{Z:function(){return i}});var o=n(95582),i=function(){function t(t){var e=this;this.data=t,Object.keys(t).forEach((function(n){e[n]=t[n]}))}return t.create=function(e){return e instanceof t?e:new t(e)},Object.defineProperty(t.prototype,"path",{get:function(){return(0,o.normalizePath)(this.data.source.path?this.data.source.path+"/":"/")},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"imageURL",{get:function(){var t=this.time||(new Date).getTime().toString(),e=this.data,n=e.source,i=e.thumb||e.file;return e.thumbIsAbsolute&&i?i:(0,o.normalizeUrl)(n.baseurl,n.path,i||"")+"?_tmst="+encodeURIComponent(t)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"fileURL",{get:function(){var t=this.data.name,e=this.data,n=e.file,i=e.source;return void 0!==n&&(t=n),e.fileIsAbsolute&&t?t:(0,o.normalizeUrl)(i.baseurl,i.path,t||"")},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"time",{get:function(){var t=this.data.changed;return t&&("number"==typeof t?new Date(t).toLocaleString():t)||""},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"uniqueHashKey",{get:function(){var t=this.data;return[t.sourceName,t.name,t.file,this.time,t.thumb].join("_").toLowerCase().replace(/[^0-9a-z\-.]/g,"-")},enumerable:!1,configurable:!0}),t.prototype.toJSON=function(){return this.data},t}()},53022:function(t,e,n){"use strict";var o=n(97582),i=n(77628),r=n(71350),a=n(12411),s=n(99087);i.D.prototype.filebrowser={namespace:"",cache:!0,extraButtons:[],filter:function(t,e){return e=e.toLowerCase(),(0,r.HD)(t)?-1!==t.toLowerCase().indexOf(e):(0,r.HD)(t.name)?-1!==t.name.toLowerCase().indexOf(e):!(0,r.HD)(t.file)||-1!==t.file.toLowerCase().indexOf(e)},sortBy:"changed-desc",sort:function(t,e,n){var i=(0,o.CR)(n.toLowerCase().split("-"),2),a=i[0],c="asc"===i[1],l=function(t,e){return e>t?c?-1:1:t>e?c?1:-1:0};if((0,r.HD)(t))return l(t.toLowerCase(),e.toLowerCase());if(void 0===t[a]||"name"===a)return(0,r.HD)(t.name)?l(t.name.toLowerCase(),e.name.toLowerCase()):(0,r.HD)(t.file)?l(t.file.toLowerCase(),e.file.toLowerCase()):0;switch(a){case"changed":var u=new Date(t.changed).getTime(),d=new Date(e.changed).getTime();return c?u-d:d-u;case"size":return u=(0,s.w)(t.size),d=(0,s.w)(e.size),c?u-d:d-u}return 0},editImage:!0,preview:!0,showPreviewNavigation:!0,showSelectButtonInPreview:!0,contextMenu:!0,howLongShowMsg:3e3,createNewFolder:!0,deleteFolder:!0,renameFolder:!0,moveFolder:!0,moveFile:!0,permissionsPresets:{allowFileDownload:void 0,allowFileMove:void 0,allowFileRemove:void 0,allowFileRename:void 0,allowFileUpload:void 0,allowFileUploadRemote:void 0,allowFiles:void 0,allowFolderCreate:void 0,allowFolderMove:void 0,allowFolderRemove:void 0,allowFolderRename:void 0,allowFolderTree:void 0,allowFolders:void 0,allowGeneratePdf:void 0,allowImageCrop:void 0,allowImageResize:void 0},showFoldersPanel:!0,storeLastOpenedFolder:!0,width:859,height:400,buttons:["filebrowser.upload","filebrowser.remove","filebrowser.update","filebrowser.select","filebrowser.edit","|","filebrowser.tiles","filebrowser.list","|","filebrowser.filter","|","filebrowser.sort"],removeButtons:[],fullsize:!1,showTooltip:!0,view:null,isSuccess:function(t){return t.success},getMessage:function(t){return void 0!==t.data.messages&&(0,r.kJ)(t.data.messages)?t.data.messages.join(" "):""},showFileName:!0,showFileSize:!0,showFileChangeTime:!0,saveStateInStorage:{storeLastOpenedFolder:!0,storeView:!0,storeSortBy:!0},pixelOffsetLoadNewChunk:200,getThumbTemplate:function(t,e,n){var o=this.options,i=this.files.getFullElName("item"),r=o.showFileName,a=o.showFileSize&&t.size,s=o.showFileChangeTime&&t.time,c="";void 0!==t.file&&(c=t.file);var l='<div class="'.concat(i,'-info">').concat(r?'<span class="'.concat(i,'-info-filename">').concat(c,"</span>"):"").concat(a?'<span class="'.concat(i,'-info-filesize">').concat(t.size,"</span>"):"").concat(s?'<span class="'.concat(i,'-info-filechanged">').concat(s,"</span>"):"","</div>");return'<a\n\t\t\tdata-jodit-filebrowser-item="true"\n\t\t\tdata-is-file="'.concat(t.isImage?0:1,'"\n\t\t\tdraggable="true"\n\t\t\tclass="').concat(i,'"\n\t\t\thref="').concat(t.fileURL,'"\n\t\t\tdata-source="').concat(n,'"\n\t\t\tdata-path="').concat(t.path,'"\n\t\t\tdata-name="').concat(c,'"\n\t\t\ttitle="').concat(c,'"\n\t\t\tdata-url="').concat(t.fileURL,'">\n\t\t\t\t<img\n\t\t\t\t\tdata-is-file="').concat(t.isImage?0:1,'"\n\t\t\t\t\tdata-src="').concat(t.fileURL,'"\n\t\t\t\t\tsrc="').concat(t.imageURL,'"\n\t\t\t\t\talt="').concat(c,'"\n\t\t\t\t\tloading="lazy"\n\t\t\t\t/>\n\t\t\t\t').concat(r||a||s?l:"","\n\t\t\t</a>")},ajax:(0,o.pi)((0,o.pi)({},i.D.prototype.defaultAjaxOptions),{url:"",data:{},cache:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",method:"POST",processData:!0,headers:{},prepareData:function(t){return t},process:function(t){return t}}),create:{data:{action:"folderCreate"}},getLocalFileByUrl:{data:{action:"getLocalFileByUrl"}},resize:{data:{action:"imageResize"}},crop:{data:{action:"imageCrop"}},fileMove:{data:{action:"fileMove"}},folderMove:{data:{action:"folderMove"}},fileRename:{data:{action:"fileRename"}},folderRename:{data:{action:"folderRename"}},fileRemove:{data:{action:"fileRemove"}},folderRemove:{data:{action:"folderRemove"}},items:{data:{action:"files"}},folder:{data:{action:"folders"}},permissions:{data:{action:"permissions"}}},i.D.prototype.controls.filebrowser={upload:{icon:"plus",isInput:!0,isDisabled:function(t){return!t.dataProvider.canI("FileUpload")},getContent:function(t){var e=new a.Z(t,{onlyImages:t.state.onlyImages});return t.e.fire("bindUploader.filebrowser",e.container),e.container}},remove:{icon:"bin",isDisabled:function(t){return!t.state.activeElements.length||!t.dataProvider.canI("FileRemove")},exec:function(t){t.e.fire("fileRemove.filebrowser")}},update:{exec:function(t){t.e.fire("update.filebrowser")}},select:{icon:"check",isDisabled:function(t){return!t.state.activeElements.length},exec:function(t){t.e.fire("select.filebrowser")}},edit:{icon:"pencil",isDisabled:function(t){var e=t.state.activeElements;return 1!==e.length||!e[0].isImage||!(t.dataProvider.canI("ImageCrop")||t.dataProvider.canI("ImageResize"))},exec:function(t){t.e.fire("edit.filebrowser")}},tiles:{icon:"th",isActive:function(t){return"tiles"===t.state.view},exec:function(t){t.e.fire("view.filebrowser","tiles")}},list:{icon:"th-list",isActive:function(t){return"list"===t.state.view},exec:function(t){t.e.fire("view.filebrowser","list")}},filter:{isInput:!0,getContent:function(t,e,n){var o=n.container.querySelector(".jodit-input");if(o)return o;var i=t.c.element("input",{class:"jodit-input",placeholder:t.i18n("Filter")});return i.value=t.state.filterWord,t.e.on(i,"keydown mousedown",t.async.debounce((function(){t.e.fire("filter.filebrowser",i.value)}),t.defaultTimeout)),i}},sort:{isInput:!0,getContent:function(t){var e=t.c.fromHTML('<select class="jodit-input jodit-select">'+'<option value="changed-asc">'.concat(t.i18n("Sort by changed")," (⬆)</option>")+'<option value="changed-desc">'.concat(t.i18n("Sort by changed")," (⬇)</option>")+'<option value="name-asc">'.concat(t.i18n("Sort by name")," (⬆)</option>")+'<option value="name-desc">'.concat(t.i18n("Sort by name")," (⬇)</option>")+'<option value="size-asc">'.concat(t.i18n("Sort by size")," (⬆)</option>")+'<option value="size-desc">'.concat(t.i18n("Sort by size")," (⬇)</option>")+"</select>");return e.value=t.state.sortBy,t.e.on("sort.filebrowser",(function(t){e.value!==t&&(e.value=t)})).on(e,"change",(function(){t.e.fire("sort.filebrowser",e.value)})),e}}}},16148:function(t,e,n){"use strict";n.d(e,{J:function(){return l}});var o=n(97582),i=n(95582),r=n(61288),a=n(50526),s=n(45545),c=n(11612),l="default",u=["allowFiles","allowFileMove","allowFileUpload","allowFileUploadRemote","allowFileRemove","allowFileRename","allowFolders","allowFolderMove","allowFolderCreate","allowFolderRemove","allowFolderRename","allowImageResize","allowImageCrop"],d=function(){function t(t,e){this.parent=t,this.options=e,this.__currentPermissions=null,this.ajaxInstances=new Map,this.progressHandler=function(t){}}return Object.defineProperty(t.prototype,"o",{get:function(){return this.options},enumerable:!1,configurable:!0}),t.prototype.get=function(t){var e=this,n=this.ajaxInstances;if(n.has(t)){var o=n.get(t);null==o||o.abort(),n.delete(t)}var a=(0,i.ConfigProto)(void 0!==this.options[t]?this.options[t]:{},(0,i.ConfigProto)({onProgress:this.progressHandler},this.o.ajax));a.prepareData&&(a.data=a.prepareData.call(this,a.data));var s=new r.t(a);n.set(t,s);var c=s.send();return c.finally((function(){s.destruct(),n.delete(t),e.progressHandler(100)})).catch((function(){return null})),c.then((function(t){return t.json()})).then((function(t){if(t&&!e.isSuccess(t))throw new Error(e.getMessage(t));return t}))},t.prototype.onProgress=function(t){this.progressHandler=t},t.prototype.permissions=function(t,e){return(0,o.mG)(this,void 0,Promise,(function(){var n=this;return(0,o.Jh)(this,(function(o){return this.o.permissions?(this.o.permissions.data.path=t,this.o.permissions.data.source=e,this.o.permissions.url?[2,this.get("permissions").then((function(t){var e=n.o.permissions.process;if(e||(e=n.o.ajax.process),e){var o=e.call(self,t);o.data.permissions&&(n.__currentPermissions=o.data.permissions)}return n.__currentPermissions}))]:[2,null]):[2,null]}))}))},t.prototype.canI=function(t){var e="allow"+t;if(!c.IS_PROD&&!u.includes(e))throw(0,i.error)("Wrong action "+t);var n=this.o.permissionsPresets[e];return void 0!==n?n:null==this.__currentPermissions||void 0===this.__currentPermissions[e]||this.__currentPermissions[e]},t.prototype.__items=function(t,e,n,o){var i=this,r=this.options;return r.items?(r.items.data.path=t,r.items.data.source=e,r.items.data.mods=n,this.get("items").then((function(t){var e=i.o.items.process;return e||(e=i.o.ajax.process),e&&(t=e.call(self,t)),o(t)}))):Promise.reject(Error("Set Items api options"))},t.prototype.items=function(t,e,n){var o=this;return void 0===n&&(n={}),this.__items(t,e,n,(function(t){return o.generateItemsList(t.data.sources,n)}))},t.prototype.itemsEx=function(t,e,n){var o=this;return void 0===n&&(n={}),this.__items(t,e,n,(function(t){return{items:o.generateItemsList(t.data.sources,n),loadedTotal:(e=t.data.sources,e.reduce((function(t,e){return t+e.files.length}),0))};var e}))},t.prototype.generateItemsList=function(t,e){var n=this;void 0===e&&(e={});var r=[];return t.forEach((function(t){if(t.files&&t.files.length){var a=n.o.sort;(0,i.isFunction)(a)&&e.sortBy&&t.files.sort((function(t,n){return a(t,n,e.sortBy)})),t.files.forEach((function(i){(function(t){var o;return!(null===(o=e.filterWord)||void 0===o?void 0:o.length)||void 0===n.o.filter||n.o.filter(t,e.filterWord)})(i)&&function(t){return"folder"===t.type||!e.onlyImages||void 0===t.isImage||t.isImage}(i)&&r.push(s.Z.create((0,o.pi)((0,o.pi)({},i),{sourceName:t.name,source:t})))}))}})),r},t.prototype.tree=function(t,e){return(0,o.mG)(this,void 0,Promise,(function(){var n=this;return(0,o.Jh)(this,(function(o){switch(o.label){case 0:return t=(0,i.normalizeRelativePath)(t),this.o.folder?[4,this.permissions(t,e)]:[2,Promise.reject(Error("Set Folder Api options"))];case 1:return o.sent(),this.o.folder.data.path=t,this.o.folder.data.source=e,[2,this.get("folder").then((function(t){var e=n.o.folder.process;return e||(e=n.o.ajax.process),e&&(t=e.call(self,t)),t.data.sources}))]}}))}))},t.prototype.getPathByUrl=function(t){var e=this;return(0,i.set)("options.getLocalFileByUrl.data.url",t,this),this.get("getLocalFileByUrl").then((function(t){if(e.isSuccess(t))return t.data;throw(0,i.error)(e.getMessage(t))}))},t.prototype.createFolder=function(t,e,n){var o=this,r=this.o.create;if(!r)throw(0,i.error)("Set Create api options");return r.data.source=n,r.data.path=e,r.data.name=t,this.get("create").then((function(t){if(o.isSuccess(t))return!0;throw(0,i.error)(o.getMessage(t))}))},t.prototype.move=function(t,e,n,o){var r=this,a=o?"fileMove":"folderMove",s=this.options[a];if(!s)throw(0,i.error)("Set Move api options");return s.data.from=t,s.data.path=e,s.data.source=n,this.get(a).then((function(t){if(r.isSuccess(t))return!0;throw(0,i.error)(r.getMessage(t))}))},t.prototype.remove=function(t,e,n,o){var r=this,a=this.o[t];if(!a)throw(0,i.error)('Set "'.concat(t,'" api options'));return a.data.path=e,a.data.name=n,a.data.source=o,this.get(t).then((function(t){return a.process&&(t=a.process.call(r,t)),r.getMessage(t)}))},t.prototype.fileRemove=function(t,e,n){return this.remove("fileRemove",t,e,n)},t.prototype.folderRemove=function(t,e,n){return this.remove("folderRemove",t,e,n)},t.prototype.rename=function(t,e,n,o,r){var a=this,s=this.o[t];if(!s)throw(0,i.error)('Set "'.concat(t,'" api options'));return s.data.path=e,s.data.name=n,s.data.newname=o,s.data.source=r,this.get(t).then((function(t){return s.process&&(t=s.process.call(self,t)),a.getMessage(t)}))},t.prototype.folderRename=function(t,e,n,o){return this.rename("folderRename",t,e,n,o)},t.prototype.fileRename=function(t,e,n,o){return this.rename("fileRename",t,e,n,o)},t.prototype.changeImage=function(t,e,n,o,i,r){this.o[t]||(this.o[t]={data:{}});var a=this.o[t];return void 0===a.data&&(a.data={action:t}),a.data.newname=i||o,r&&(a.data.box=r),a.data.path=e,a.data.name=o,a.data.source=n,this.get(t).then((function(){return!0}))},t.prototype.crop=function(t,e,n,o,i){return this.changeImage("crop",t,e,n,o,i)},t.prototype.resize=function(t,e,n,o,i){return this.changeImage("resize",t,e,n,o,i)},t.prototype.getMessage=function(t){return this.options.getMessage(t)},t.prototype.isSuccess=function(t){return this.options.isSuccess(t)},t.prototype.destruct=function(){this.ajaxInstances.forEach((function(t){return t.destruct()})),this.ajaxInstances.clear()},(0,o.gn)([a.autobind],t)}();e.Z=d},3028:function(t,e,n){"use strict";n.d(e,{L:function(){return a},S:function(){return r}});var o=n(84489),i=n(16148);function r(t,e){return new i.Z(t,e)}function a(t){return new o.x(t)}},85172:function(t,e,n){"use strict";function o(t,e,n){return t.dataProvider.fileRemove(t.state.currentPath,e,n).then((function(n){t.status(n||t.i18n('File "%s" was deleted',e),!0)})).catch(t.status)}n.d(e,{_:function(){return o}})},4743:function(t,e,n){"use strict";function o(t){return t.files.setMod("active",!0),t.files.setMod("loading",!0),t.dataProvider.items(t.state.currentPath,t.state.currentSource,{sortBy:t.state.sortBy,onlyImages:t.state.onlyImages,filterWord:t.state.filterWord}).then((function(e){e&&(t.state.elements=e,t.state.activeElements=[])})).catch(t.status).finally((function(){return t.files.setMod("loading",!1)}))}n.d(e,{X:function(){return o}})},39100:function(t,e,n){"use strict";n.d(e,{Q:function(){return a}});var o=n(97582),i=n(8138),r=n(4743);function a(t){return(0,o.mG)(this,void 0,Promise,(function(){var e,n;return(0,o.Jh)(this,(function(o){return t.tree.setMod("active",!0),i.i.detach(t.tree.container),e=(0,r.X)(t),t.o.showFoldersPanel?(t.tree.setMod("loading",!0),n=t.dataProvider.tree(t.state.currentPath,t.state.currentSource).then((function(e){t.state.sources=e})).catch(t.status).finally((function(){return t.tree.setMod("loading",!1)})),[2,Promise.all([n,e])]):(t.tree.setMod("active",!1),[2,e])}))}))}},82297:function(t,e,n){"use strict";n.d(e,{F:function(){return C},f:function(){return k}});var o=n(97582),i=n(77628),r=n(11612),a=n(22775),s=n(95582),c=n(8138),l=n(3028),u=n(55656),d=n(11834),p=n(61973),f=n(16148),h=n(50526),g=n(85902),m=n(41865),v=n(39100),y=n(4743),b=n(22562),w=n(87759),_=n(96085),k=(n(53022),function(t){function e(e){var n,o=t.call(this,e)||this;o.browser=o.c.div(o.componentName),o.status_line=o.c.div(o.getFullElName("status")),o.tree=new g.q(o),o.files=new g.s(o),o.state=(0,m.LO)({currentPath:"",currentSource:f.J,currentBaseUrl:"",activeElements:[],elements:[],sources:[],view:"tiles",sortBy:"changed-desc",filterWord:"",onlyImages:!1}),o.errorHandler=function(t){(0,s.isAbort)(t)||(t instanceof Error?o.status(o.i18n(t.message)):o.status(o.dataProvider.getMessage(t)))},o.close=function(){o._dialog.close()},o.attachEvents(e);var r=o;r.options=(0,s.ConfigProto)(e||{},i.D.defaultOptions.filebrowser),r.browser.component=o,r.container=r.browser,r.o.showFoldersPanel&&r.browser.appendChild(r.tree.container),r.browser.appendChild(r.files.container),r.browser.appendChild(r.status_line),p.N.call(r),d.j9.call(r),u.A.call(r),["getLocalFileByUrl","crop","resize","create","fileMove","folderMove","fileRename","folderRename","fileRemove","folderRemove","folder","items","permissions"].forEach((function(t){null!=o.options[t]&&(o.options[t]=(0,s.ConfigProto)(o.options[t],o.o.ajax))}));var a=(n=o.o.saveStateInStorage||{storeLastOpenedFolder:!1,storeView:!1,storeSortBy:!1}).storeView,c=n.storeSortBy,l=n.storeLastOpenedFolder,h=a&&o.storage.get("view");r.state.view=h&&null==o.o.view?"list"===h?"list":"tiles":"list"===r.o.view?"list":"tiles",r.files.setMod("view",r.state.view);var v=c&&r.storage.get("sortBy");if(v){var y=v.split("-");r.state.sortBy=["changed","name","size"].includes(y[0])?v:"changed-desc"}else r.state.sortBy=r.o.sortBy||"changed-desc";if(l){var w=r.storage.get("currentPath"),_=r.storage.get("currentSource");r.state.currentPath=null!=w?w:"",r.state.currentSource=null!=_?_:""}return r.initUploader(r),r.setStatus(b.n$.ready),o}return(0,o.ZT)(e,t),e.prototype.className=function(){return"Filebrowser"},Object.defineProperty(e.prototype,"dataProvider",{get:function(){return(0,l.S)(this,this.options)},enumerable:!1,configurable:!0}),e.prototype.onSelect=function(t){var e=this;return function(){if(e.state.activeElements.length){var n=[],o=[];e.state.activeElements.forEach((function(t){var e=t.fileURL;e&&(n.push(e),o.push(t.isImage||!1))})),e.close();var i={baseurl:"",files:n,isImages:o};(0,s.isFunction)(t)&&t(i),e.close()}return!1}},Object.defineProperty(e.prototype,"_dialog",{get:function(){var t,e=this,n=this.dlg({minWidth:Math.min(700,screen.width),minHeight:300,buttons:null!==(t=this.o.headerButtons)&&void 0!==t?t:["fullsize","dialog.close"]});return["afterClose","beforeOpen"].forEach((function(t){n.events.on(n,t,(function(){e.e.fire(t)}))})),n.setSize(this.o.width,this.o.height),n},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"storage",{get:function(){return a.Ke.makeStorage(Boolean(this.o.saveStateInStorage),this.componentName)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"isOpened",{get:function(){return this._dialog.isOpened&&"none"!==this.browser.style.display},enumerable:!1,configurable:!0}),e.prototype.status=function(t,e){t&&!(0,s.isAbort)(t)&&((0,s.isString)(t)||(t=t.message),(0,s.isString)(t)&&(0,s.trim)(t).length&&this.message.message(t,e?"success":"error",this.o.howLongShowMsg))},e.prototype.open=function(t,e){var n=this;return void 0===t&&(t=this.o.defaultCallback),void 0===e&&(e=!1),this.state.onlyImages=e,this.async.promise((function(e,o){var i;if(!n.o.items||!n.o.items.url)throw(0,s.error)("Need set options.filebrowser.ajax.url");var a=0;n.e.off(n.files.container,"dblclick").on(n.files.container,"dblclick",n.onSelect(t)).on(n.files.container,"touchstart",(function(){var e=(new Date).getTime();r.EMULATE_DBLCLICK_TIMEOUT>e-a&&n.onSelect(t)(),a=e})).off("select.filebrowser").on("select.filebrowser",n.onSelect(t));var c=n.c.div();null===(i=n.toolbar)||void 0===i||i.build(n.__getButtons()).appendTo(c),n._dialog.open(n.browser,c),n.e.fire("sort.filebrowser",n.state.sortBy),(0,v.Q)(n).then(e,o)})).catch((function(t){if(!r.IS_PROD)throw t}))},e.prototype.__getButtons=function(){var t,e=this;return(null!==(t=this.o.buttons)&&void 0!==t?t:[]).filter((function(t){if(!(0,s.isString)(t))return!0;switch(t){case"filebrowser.upload":return e.dataProvider.canI("FileUpload");case"filebrowser.edit":return e.dataProvider.canI("ImageResize")||e.dataProvider.canI("ImageCrop");case"filebrowser.remove":return e.dataProvider.canI("FileRemove")}return!0}))},e.prototype.initUploader=function(t){var e,n=this,o=this,r=null===(e=null==t?void 0:t.options)||void 0===e?void 0:e.uploader,a=(0,s.ConfigProto)(r||{},i.D.defaultOptions.uploader),c=function(){return(0,y.X)(n)};o.uploader=o.getInstance("Uploader",a),o.uploader.setPath(o.state.currentPath).setSource(o.state.currentSource).bind(o.browser,c,o.errorHandler),this.state.on(["change.currentPath","change.currentSource"],(function(){n.uploader.setPath(n.state.currentPath).setSource(n.state.currentSource)})),o.e.on("bindUploader.filebrowser",(function(t){o.uploader.bind(t,c,o.errorHandler)}))},e.prototype.destruct=function(){this.isInDestruct||(t.prototype.destruct.call(this),this._dialog.destruct(),this.events&&this.e.off(".filebrowser"),this.uploader&&this.uploader.destruct())},(0,o.gn)([h.cache],e.prototype,"dataProvider",null),(0,o.gn)([h.cache],e.prototype,"_dialog",null),(0,o.gn)([h.cache],e.prototype,"storage",null),(0,o.gn)([h.autobind],e.prototype,"status",null),(0,o.gn)([h.autobind],e.prototype,"open",null),(0,o.gn)([(0,h.derive)(w.l)],e)}(_.C));function C(t){return c.i.isElement(t)&&t.classList.contains(g.s.prototype.getFullElName("item"))}},27399:function(t,e,n){"use strict";n.d(e,{F:function(){return o.F},f:function(){return o.f}});var o=n(82297)},11834:function(t,e,n){"use strict";n.d(e,{iU:function(){return u},j9:function(){return d},rV:function(){return l}});var o=n(97582),i=n(95582),r=n(8138),a=n(12330),s=n(56555),c=n(39100),l=function(t,e,n){return void 0===n&&(n="a"),r.i.closest(t,(function(t){return r.i.isTag(t,n)}),e)},u=function(t,e){return e[t.dataset.key||""].item};function d(){var t=this,e=!1,n=(0,s.d)(this),r=this;r.e.on(r.tree.container,"dragstart",(function(t){var n=l(t.target,r.container);n&&r.o.moveFolder&&(e=n)})).on(r.tree.container,"drop",(function(n){if((r.o.moveFile||r.o.moveFolder)&&e){var o=(0,i.attr)(e,"-path")||"";if(!r.o.moveFolder&&e.classList.contains(t.tree.getFullElName("item")))return!1;if(e.classList.contains(t.files.getFullElName("item"))&&(o+=(0,i.attr)(e,"-name"),!r.o.moveFile))return!1;var a=l(n.target,r.container);if(!a)return;r.dataProvider.move(o,(0,i.attr)(a,"-path")||"",(0,i.attr)(a,"-source")||"",e.classList.contains(t.files.getFullElName("item"))).then((function(){return(0,c.Q)(t)})).catch(r.status),e=!1}})).on(r.files.container,"contextmenu",(0,a.Z)(r)).on(r.files.container,"click",(function(e){(0,i.ctrlKey)(e)||(t.state.activeElements=[])})).on(r.files.container,"click",(function(t){var e=l(t.target,r.container);if(e){var a=u(e,n);if(a)return r.state.activeElements=(0,i.ctrlKey)(t)?(0,o.ev)((0,o.ev)([],(0,o.CR)(r.state.activeElements),!1),[a],!1):[a],t.stopPropagation(),!1}})).on(r.files.container,"dragstart",(function(t){if(r.o.moveFile){var n=l(t.target,r.container);if(!n)return;e=n}})).on(r.container,"drop",(function(t){return t.preventDefault()}))}},61973:function(t,e,n){"use strict";n.d(e,{N:function(){return d}});var o=n(97582),i=n(71350),r=n(95582),a=n(92803),s=n(16148),c=n(39100),l=n(4743),u=n(85172);function d(){var t=this,e=this.state,n=this.dataProvider,d=this;d.e.on("view.filebrowser",(function(t){t!==e.view&&(e.view=t)})).on("sort.filebrowser",(function(t){t!==e.sortBy&&(e.sortBy=t,(0,l.X)(d))})).on("filter.filebrowser",(function(t){t!==e.filterWord&&(e.filterWord=t,(0,l.X)(d))})).on("openFolder.filebrowser",(function(t){var e;e=".."===t.name?t.path.split("/").filter((function(t){return t.length})).slice(0,-1).join("/"):(0,r.normalizePath)(t.path,t.name),d.state.currentPath=e,d.state.currentSource="."===t.name?s.J:t.source})).on("removeFolder.filebrowser",(function(t){d.confirm("Are you sure?","Delete",(function(e){e&&n.folderRemove(t.path,t.name,t.source).then((function(t){return d.status(t,!0),(0,c.Q)(d)})).catch(d.status)}))})).on("renameFolder.filebrowser",(function(t){d.prompt("Enter new name","Rename",(function(e){if(!(0,i.r1)(e))return d.status(d.i18n("Enter new name")),!1;n.folderRename(t.path,t.name,e,t.source).then((function(t){return d.state.activeElements=[],d.status(t,!0),(0,c.Q)(d)})).catch(d.status)}),"type name",t.name)})).on("addFolder.filebrowser",(function(t){d.prompt("Enter Directory name","Create directory",(function(e){n.createFolder(e,t.path,t.source).then((function(){return(0,c.Q)(d)})).catch(d.status)}),"type name")})).on("fileRemove.filebrowser",(function(){d.state.activeElements.length&&d.confirm("Are you sure?","",(function(t){if(t){var e=[];d.state.activeElements.forEach((function(t){e.push((0,u._)(d,t.file||t.name||"",t.sourceName))})),d.state.activeElements=[],Promise.all(e).then((function(){return(0,c.Q)(d).catch(d.status)}),d.status)}}))})).on("edit.filebrowser",(function(){if(1===d.state.activeElements.length){var e=(0,o.CR)(t.state.activeElements,1)[0];a.r.call(d,e.fileURL,e.file||"",e.path,e.sourceName)}})).on("fileRename.filebrowser",(function(t,e,o){1===d.state.activeElements.length&&d.prompt("Enter new name","Rename",(function(r){if(!(0,i.r1)(r))return d.status(d.i18n("Enter new name")),!1;n.fileRename(e,t,r,o).then((function(t){d.state.activeElements=[],d.status(t,!0),(0,l.X)(d)})).catch(d.status)}),"type name",t)})).on("update.filebrowser",(function(){(0,c.Q)(t).then(t.status,t.status)}))}},55656:function(t,e,n){"use strict";n.d(e,{A:function(){return l}});var o=n(8138),i=n(43851),r=n(53025),a=n(56555),s=n(39100),c="default";function l(){var t=this,e=(0,a.d)(this),n=this,l=n.state,u=n.files,d=n.create,p=n.options;l.on(["change.currentPath","change.currentSource"],this.async.debounce((function(){t.o.saveStateInStorage&&t.o.saveStateInStorage.storeLastOpenedFolder&&t.storage.set("currentPath",t.state.currentPath).set("currentSource",t.state.currentSource),(0,s.Q)(t).catch(t.status)}),this.defaultTimeout)).on("beforeChange.activeElements",(function(){l.activeElements.forEach((function(t){var n=e[t.uniqueHashKey].elm;n&&n.classList.remove(u.getFullElName("item","active",!0))}))})).on("change.activeElements",(function(){t.e.fire("changeSelection"),l.activeElements.forEach((function(t){var n=e[t.uniqueHashKey].elm;n&&n.classList.add(u.getFullElName("item","active",!0))}))})).on("change.view",(function(){u.setMod("view",l.view),t.o.saveStateInStorage&&t.o.saveStateInStorage.storeView&&t.storage.set("view",l.view)})).on("change.sortBy",(function(){t.o.saveStateInStorage&&t.o.saveStateInStorage.storeSortBy&&t.storage.set("sortBy",l.sortBy)})).on("change.elements",this.async.debounce((function(){o.i.detach(u.container),l.elements.length?l.elements.forEach((function(n){t.files.container.appendChild(function(n){var o=n.uniqueHashKey;if(e[o])return e[o].elm;var i=d.fromHTML(p.getThumbTemplate.call(t,n,n.source,n.sourceName.toString()));return i.dataset.key=o,e[o]={item:n,elm:i},e[o].elm}(n))})):u.container.appendChild(d.div(t.componentName+"_no-files_true",t.i18n("There are no files")))}),this.defaultTimeout)).on("change.sources",this.async.debounce((function(){o.i.detach(t.tree.container),l.sources.forEach((function(e){var n=e.name;if(n&&n!==c&&t.tree.container.appendChild(d.div(t.tree.getFullElName("source-title"),n)),e.folders.forEach((function(o){var a,s=d.a(t.tree.getFullElName("item"),{draggable:"draggable",href:"#","data-path":(0,i.AH)(e.path,o+"/"),"data-name":o,"data-source":n,"data-source-path":e.path},d.span(t.tree.getFullElName("item-title"),o)),c=function(r){return function(a){t.e.fire("".concat(r,".filebrowser"),{name:o,path:(0,i.AH)(e.path+"/"),source:n}),a.stopPropagation(),a.preventDefault()}};t.e.on(s,"click",c("openFolder")),t.tree.container.appendChild(s),".."!==o&&"."!==o&&(p.renameFolder&&t.dataProvider.canI("FolderRename")&&((a=(0,r.zx)(t,{icon:{name:"pencil"},name:"rename",tooltip:"Rename",size:"tiny"})).onAction(c("renameFolder")),s.appendChild(a.container)),p.deleteFolder&&t.dataProvider.canI("FolderRemove")&&((a=(0,r.zx)(t,{icon:{name:"cancel"},name:"remove",tooltip:"Delete",size:"tiny"})).onAction(c("removeFolder")),s.appendChild(a.container)))})),p.createNewFolder&&t.dataProvider.canI("FolderCreate")){var o=(0,r.zx)(t,"plus","Add folder","secondary");o.onAction((function(){t.e.fire("addFolder",{path:(0,i.AH)(e.path+"/"),source:n})})),t.tree.append(o)}}))}),this.defaultTimeout))}},65222:function(t,e,n){"use strict";n.d(e,{s:function(){return i}});var o=n(97582),i=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return(0,o.ZT)(e,t),e.prototype.className=function(){return"FilebrowserFiles"},e}(n(75004).qe)},85902:function(t,e,n){"use strict";n.d(e,{q:function(){return i.q},s:function(){return o.s}});var o=n(65222),i=n(986)},986:function(t,e,n){"use strict";n.d(e,{q:function(){return i}});var o=n(97582),i=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return(0,o.ZT)(e,t),e.prototype.className=function(){return"FilebrowserTree"},e}(n(75004).qe)},55028:function(t,e,n){"use strict";n.d(e,{m:function(){return o}});var o=function(){function t(t,e,n,o){this.oldValue=t,this.newValue=e,this.history=n,this.tick=o}return t.prototype.undo=function(){this.history.snapshot.restore(this.oldValue)},t.prototype.redo=function(){this.history.snapshot.restore(this.newValue)},t}()},85604:function(t,e,n){"use strict";n.d(e,{A:function(){return u}});var o=n(97582),i=n(77628),r=n(22562),a=n(28889),s=n(31196),c=n(55028),l=n(50526);i.D.prototype.history={enable:!0,maxHistoryLength:1/0,timeout:1e3};var u=function(t){function e(e,n,o){void 0===n&&(n=new s.K(e.o.history.maxHistoryLength)),void 0===o&&(o=new a.a(e));var i=t.call(this,e)||this;return i.updateTick=0,i.__stack=n,i.snapshot=o,e.o.history.enable&&e.e.on("afterAddPlace.history",(function(){i.isInDestruct||(i.startValue=i.snapshot.make(),e.events.on("internalChange internalUpdate",(function(){i.startValue=i.snapshot.make()})).on(e.editor,["changeSelection","selectionstart","selectionchange","mousedown","mouseup","keydown","keyup"].map((function(t){return t+".history"})).join(" "),(function(){i.startValue.html===i.j.getNativeEditorValue()&&(i.startValue=i.snapshot.make())})).on(i,"change.history",i.onChange))})),i}return(0,o.ZT)(e,t),e.prototype.className=function(){return"History"},Object.defineProperty(e.prototype,"startValue",{get:function(){return this.__startValue},set:function(t){this.__startValue=t},enumerable:!1,configurable:!0}),e.prototype.__upTick=function(){this.updateTick+=1},e.prototype.onChange=function(){this.__processChanges()},e.prototype.__processChanges=function(){!this.snapshot.isBlocked&&this.j.o.history.enable&&this.updateStack()},e.prototype.updateStack=function(t){void 0===t&&(t=!1);var e=this.snapshot.make();if(!a.a.equal(e,this.startValue)){var n=new c.m(this.startValue,e,this,this.updateTick);if(t){var o=this.__stack.current();o&&this.updateTick===o.tick&&this.__stack.replace(n)}else this.__stack.push(n);this.startValue=e,this.fireChangeStack()}},e.prototype.redo=function(){this.__stack.redo()&&(this.startValue=this.snapshot.make(),this.fireChangeStack())},e.prototype.canRedo=function(){return this.__stack.canRedo()},e.prototype.undo=function(){this.__stack.undo()&&(this.startValue=this.snapshot.make(),this.fireChangeStack())},e.prototype.canUndo=function(){return this.__stack.canUndo()},e.prototype.clear=function(){this.startValue=this.snapshot.make(),this.__stack.clear(),this.fireChangeStack()},Object.defineProperty(e.prototype,"length",{get:function(){return this.__stack.length},enumerable:!1,configurable:!0}),e.prototype.fireChangeStack=function(){var t;this.j&&!this.j.isInDestruct&&(null===(t=this.j.events)||void 0===t||t.fire("changeStack"))},e.prototype.destruct=function(){this.isInDestruct||(this.j.events&&this.j.e.off(".history"),this.snapshot.destruct(),t.prototype.destruct.call(this))},(0,o.gn)([(0,l.debounce)()],e.prototype,"onChange",null),e}(r.Hr)},28889:function(t,e,n){"use strict";n.d(e,{a:function(){return s}});var o=n(97582),i=n(22562),r=n(8138),a=n(11612),s=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.__isBlocked=!1,e}return(0,o.ZT)(e,t),e.prototype.className=function(){return"Snapshot"},e.equal=function(t,e){return t.html===e.html&&JSON.stringify(t.range)===JSON.stringify(e.range)},e.countNodesBeforeInParent=function(t){if(!t.parentNode)return 0;for(var e=t.parentNode.childNodes,n=0,o=null,i=0;e.length>i;i+=1){if(!o||this.isIgnoredNode(e[i])||r.i.isText(o)&&r.i.isText(e[i])||(n+=1),e[i]===t)return n;o=e[i]}return 0},e.strokeOffset=function(t,e){for(;r.i.isText(t);)r.i.isText(t=t.previousSibling)&&t.nodeValue&&(e+=t.nodeValue.length);return e},e.prototype.calcHierarchyLadder=function(t){var n=[];if(!t||!t.parentNode||!r.i.isOrContains(this.j.editor,t))return[];for(;t&&t!==this.j.editor;)t&&!e.isIgnoredNode(t)&&n.push(e.countNodesBeforeInParent(t)),t=t.parentNode;return n.reverse()},e.prototype.getElementByLadder=function(t){var e,n=this.j.editor;for(e=0;n&&t.length>e;e+=1)n=n.childNodes[t[e]];return n},Object.defineProperty(e.prototype,"isBlocked",{get:function(){return this.__isBlocked},enumerable:!1,configurable:!0}),e.prototype.__block=function(t){this.__isBlocked=t},e.prototype.transaction=function(t){this.__block(!0);try{t()}catch(t){if(!a.IS_PROD)throw t}this.__block(!1)},e.prototype.make=function(){var t={html:"",range:{startContainer:[],startOffset:0,endContainer:[],endOffset:0}};t.html=this.removeJoditSelection(this.j.editor);var n=this.j.s.sel;if(n&&n.rangeCount){var o=n.getRangeAt(0),i=this.calcHierarchyLadder(o.startContainer),r=this.calcHierarchyLadder(o.endContainer),a=e.strokeOffset(o.startContainer,o.startOffset),s=e.strokeOffset(o.endContainer,o.endOffset);i.length||o.startContainer===this.j.editor||(a=0),r.length||o.endContainer===this.j.editor||(s=0),t.range={startContainer:i,startOffset:a,endContainer:r,endOffset:s}}return t},e.prototype.restore=function(t){var e=this;this.transaction((function(){var n=e.storeScrollState();e.j.getNativeEditorValue()!==t.html&&(e.j.value=t.html),e.restoreOnlySelection(t),e.restoreScrollState(n)}))},e.prototype.storeScrollState=function(){return[this.j.ow.scrollY,this.j.editor.scrollTop]},e.prototype.restoreScrollState=function(t){var e=this.j,n=e.ow;n.scrollTo(n.scrollX,t[0]),e.editor.scrollTop=t[1]},e.prototype.restoreOnlySelection=function(t){try{if(t.range){var e=this.j.ed.createRange();e.setStart(this.getElementByLadder(t.range.startContainer),t.range.startOffset),e.setEnd(this.getElementByLadder(t.range.endContainer),t.range.endOffset),this.j.s.selectRange(e)}}catch(t){this.j.editor.lastChild&&this.j.s.setCursorAfter(this.j.editor.lastChild)}},e.prototype.destruct=function(){this.__block(!1),t.prototype.destruct.call(this)},e.isIgnoredNode=function(t){return r.i.isText(t)&&!t.nodeValue||r.i.isTemporary(t)},e.prototype.removeJoditSelection=function(t){var e=t.cloneNode(!0);return e.querySelectorAll("[".concat(a.TEMP_ATTR,"]")).forEach(r.i.unwrap),e.innerHTML},e}(i.Hr)},31196:function(t,e,n){"use strict";n.d(e,{K:function(){return o}});var o=function(){function t(t){this.size=t,this.commands=[],this.stackPosition=-1}return Object.defineProperty(t.prototype,"length",{get:function(){return this.commands.length},enumerable:!1,configurable:!0}),t.prototype.clearRedo=function(){this.commands.length=this.stackPosition+1},t.prototype.clear=function(){this.commands.length=0,this.stackPosition=-1},t.prototype.push=function(t){this.clearRedo(),this.commands.push(t),this.stackPosition+=1,this.commands.length>this.size&&(this.commands.shift(),this.stackPosition-=1)},t.prototype.replace=function(t){this.commands[this.stackPosition]=t},t.prototype.current=function(){return this.commands[this.stackPosition]},t.prototype.undo=function(){return!!this.canUndo()&&(this.commands[this.stackPosition]&&this.commands[this.stackPosition].undo(),this.stackPosition-=1,!0)},t.prototype.redo=function(){return!!this.canRedo()&&(this.stackPosition+=1,this.commands[this.stackPosition]&&this.commands[this.stackPosition].redo(),!0)},t.prototype.canUndo=function(){return this.stackPosition>=0},t.prototype.canRedo=function(){return this.commands.length-1>this.stackPosition},t}()},24482:function(t,e,n){"use strict";var o=n(77628),i=n(10503),r=n(90304),a=n.n(r),s=n(51462),c=n.n(s);o.D.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%"},i.J.set("crop",a()).set("resize",c())},92803:function(t,e,n){"use strict";n.d(e,{r:function(){return g},v:function(){return h}});var o=n(97582),i=n(77628),r=n(22562),a=n(95582),s=n(8138),c=n(29788),l=n(85512),u=n(50526),d=(n(24482),"jodit-image-editor"),p="resize",f="crop",h=function(t){function e(e){var o,r=t.call(this,e)||this;r.resizeUseRatio=!0,r.cropUseRatio=!0,r.clicked=!1,r.start_x=0,r.start_y=0,r.top_x=0,r.top_y=0,r.width=0,r.height=0,r.activeTab=p,r.naturalWidth=0,r.naturalHeight=0,r.ratio=0,r.new_h=0,r.new_w=0,r.diff_x=0,r.diff_y=0,r.cropBox={x:0,y:0,w:0,h:0},r.resizeBox={w:0,h:0},r.calcCropBox=function(){var t,e=r.crop_box.parentNode,n=.8*e.offsetWidth,o=.8*e.offsetHeight,i=n,s=o,c=(t=r).naturalWidth,l=t.naturalHeight;n>c&&o>l?(i=c,s=l):r.ratio>n/o?(i=n,s=l*(n/c)):(i=c*(o/l),s=o),(0,a.css)(r.crop_box,{width:i,height:s})},r.showCrop=function(){if(r.cropImage){r.calcCropBox();var t=r.cropImage.offsetWidth||r.image.offsetWidth||r.image.naturalWidth;r.new_w=n.calcValueByPercent(t,r.o.cropDefaultWidth);var e=r.cropImage.offsetHeight||r.image.offsetHeight||r.image.naturalHeight;r.new_h=r.cropUseRatio?r.new_w/r.ratio:n.calcValueByPercent(e,r.o.cropDefaultHeight),(0,a.css)(r.cropHandler,{backgroundImage:"url("+(0,a.attr)(r.cropImage,"src")+")",width:r.new_w,height:r.new_h,left:t/2-r.new_w/2,top:e/2-r.new_h/2}),r.j.e.fire(r.cropHandler,"updatesize")}},r.updateCropBox=function(){if(r.cropImage){var t=r.cropImage.offsetWidth/r.naturalWidth,e=r.cropImage.offsetHeight/r.naturalHeight;r.cropBox.x=(0,a.css)(r.cropHandler,"left")/t,r.cropBox.y=(0,a.css)(r.cropHandler,"top")/e,r.cropBox.w=r.cropHandler.offsetWidth/t,r.cropBox.h=r.cropHandler.offsetHeight/e,r.sizes.textContent=r.cropBox.w.toFixed(0)+"x"+r.cropBox.h.toFixed(0)}},r.updateResizeBox=function(){r.resizeBox.w=r.image.offsetWidth||r.naturalWidth,r.resizeBox.h=r.image.offsetHeight||r.naturalHeight},r.setHandlers=function(){var t,e,n=r,o=(t=(0,a.refs)(r.editor)).widthInput,i=t.heightInput;n.j.e.on([n.editor.querySelector(".jodit_bottomright"),n.cropHandler],"mousedown.".concat(d),r.onResizeHandleMouseDown).on(r.j.ow,"resize.".concat(d),(function(){r.j.e.fire(n.resizeHandler,"updatesize"),n.showCrop(),r.j.e.fire(n.cropHandler,"updatesize")})),n.j.e.on((0,a.toArray)(r.editor.querySelectorAll(".".concat(d,"__slider-title"))),"click",r.onTitleModeClick).on([o,i],"input",r.onChangeSizeInput);var s=(e=(0,a.refs)(r.editor)).keepAspectRatioResize,c=e.keepAspectRatioCrop;s&&s.addEventListener("change",(function(){r.resizeUseRatio=s.checked})),c&&c.addEventListener("change",(function(){r.cropUseRatio=c.checked})),n.j.e.on(n.resizeHandler,"updatesize",(function(){(0,a.css)(n.resizeHandler,{top:0,left:0,width:n.image.offsetWidth||n.naturalWidth,height:n.image.offsetHeight||n.naturalHeight}),r.updateResizeBox()})).on(n.cropHandler,"updatesize",(function(){if(n.cropImage){var t=(0,a.css)(n.cropHandler,"left"),e=(0,a.css)(n.cropHandler,"top"),o=n.cropHandler.offsetWidth,i=n.cropHandler.offsetHeight;0>t&&(t=0),0>e&&(e=0),t+o>n.cropImage.offsetWidth&&(o=n.cropImage.offsetWidth-t,n.cropUseRatio&&(i=o/n.ratio)),e+i>n.cropImage.offsetHeight&&(i=n.cropImage.offsetHeight-e,n.cropUseRatio&&(o=i*n.ratio)),(0,a.css)(n.cropHandler,{width:o,height:i,left:t,top:e,backgroundPosition:-t-1+"px "+(-e-1)+"px",backgroundSize:n.cropImage.offsetWidth+"px "+n.cropImage.offsetHeight+"px"}),n.updateCropBox()}})),Object.values(n.buttons).forEach((function(t){t.onAction((function(){var e={action:n.activeTab,box:n.activeTab===p?n.resizeBox:n.cropBox};switch(t){case n.buttons.saveas:n.j.prompt("Enter new name","Save in new file",(function(t){if(!(0,a.trim)(t))return n.j.alert("The name should not be empty"),!1;n.onSave(t,e,n.hide,(function(t){n.j.alert(t.message)}))}));break;case n.buttons.save:n.onSave(void 0,e,n.hide,(function(t){n.j.alert(t.message)}));break;case n.buttons.reset:n.activeTab===p?((0,a.css)(n.image,{width:null,height:null}),o.value=n.naturalWidth.toString(),i.value=n.naturalHeight.toString(),n.j.e.fire(n.resizeHandler,"updatesize")):n.showCrop()}}))}))},r.options=e&&e.o&&e.o.imageeditor?e.o.imageeditor:i.D.defaultOptions.imageeditor;var s=r.options;r.resizeUseRatio=s.resizeUseRatio,r.cropUseRatio=s.cropUseRatio,r.buttons={reset:(0,c.zx)(r.j,"update","Reset"),save:(0,c.zx)(r.j,"save","Save"),saveas:(0,c.zx)(r.j,"save","Save as ...")},r.activeTab=s.resize?p:f,r.editor=(0,l.c)(r.j,r.options);var u=(o=(0,a.refs)(r.editor)).resizeBox,h=o.cropBox;return r.resize_box=u,r.crop_box=h,r.sizes=r.editor.querySelector(".".concat(d,"__area.").concat(d,"__area_crop .jodit-image-editor__sizes")),r.resizeHandler=r.editor.querySelector(".".concat(d,"__resizer")),r.cropHandler=r.editor.querySelector(".".concat(d,"__croper")),r._dialog=r.j.dlg({buttons:["fullsize","dialog.close"]}),r._dialog.setContent(r.editor),r._dialog.setSize(r.o.width,r.o.height),r._dialog.setHeader([r.buttons.reset,r.buttons.save,r.buttons.saveas]),r.setHandlers(),r}var n;return(0,o.ZT)(e,t),n=e,e.prototype.className=function(){return"ImageEditor"},e.prototype.onTitleModeClick=function(t){var e=this,n=t.target,o=null==n?void 0:n.parentElement;if(o){(0,a.$$)(".".concat(d,"__slider,.").concat(d,"__area"),e.editor).forEach((function(t){return t.classList.remove("".concat(d,"_active"))})),o.classList.add("".concat(d,"_active")),this.activeTab=(0,a.attr)(o,"-area")||p;var i=e.editor.querySelector(".".concat(d,"__area.").concat(d,"__area_")+e.activeTab);i&&i.classList.add("".concat(d,"_active")),e.activeTab===f&&e.showCrop()}},e.prototype.onChangeSizeInput=function(t){var e,n,o=this,i=t.target,r=(e=(0,a.refs)(this.editor)).widthInput,s=e.heightInput,c="widthInput"===(0,a.attr)(i,"data-ref"),l=parseInt(i.value,10),u=c?o.o.min_height:o.o.min_width;l>(c?o.o.min_width:o.o.min_height)&&((0,a.css)(o.image,c?"width":"height",l),o.resizeUseRatio&&(n=c?Math.round(l/o.ratio):Math.round(l*o.ratio))>u&&((0,a.css)(o.image,c?"height":"width",n),c?s.value=n.toString():r.value=n.toString())),this.j.e.fire(o.resizeHandler,"updatesize")},e.prototype.onResizeHandleMouseDown=function(t){var e=this;e.target=t.target,t.preventDefault(),t.stopImmediatePropagation(),e.clicked=!0,e.start_x=t.clientX,e.start_y=t.clientY,e.activeTab===f?(e.top_x=(0,a.css)(e.cropHandler,"left"),e.top_y=(0,a.css)(e.cropHandler,"top"),e.width=e.cropHandler.offsetWidth,e.height=e.cropHandler.offsetHeight):(e.width=e.image.offsetWidth,e.height=e.image.offsetHeight),e.j.e.on(this.j.ow,"mousemove",this.onGlobalMouseMove).one(this.j.ow,"mouseup",this.onGlobalMouseUp)},e.prototype.onGlobalMouseUp=function(t){this.clicked&&(this.clicked=!1,t.stopImmediatePropagation(),this.j.e.off(this.j.ow,"mousemove",this.onGlobalMouseMove))},e.prototype.onGlobalMouseMove=function(t){var e,n=this;if(n.clicked){var o=(e=(0,a.refs)(this.editor)).widthInput,i=e.heightInput;n.diff_x=t.clientX-n.start_x,n.diff_y=t.clientY-n.start_y,n.activeTab===p&&n.resizeUseRatio||n.activeTab===f&&n.cropUseRatio?n.diff_x?(n.new_w=n.width+n.diff_x,n.new_h=Math.round(n.new_w/n.ratio)):(n.new_h=n.height+n.diff_y,n.new_w=Math.round(n.new_h*n.ratio)):(n.new_w=n.width+n.diff_x,n.new_h=n.height+n.diff_y),n.activeTab===p?(n.new_w>n.o.resizeMinWidth&&((0,a.css)(n.image,"width",n.new_w+"px"),o.value=n.new_w.toString()),n.new_h>n.o.resizeMinHeight&&((0,a.css)(n.image,"height",n.new_h+"px"),i.value=n.new_h.toString()),this.j.e.fire(n.resizeHandler,"updatesize")):(n.target!==n.cropHandler?(n.top_x+n.new_w>n.cropImage.offsetWidth&&(n.new_w=n.cropImage.offsetWidth-n.top_x),n.top_y+n.new_h>n.cropImage.offsetHeight&&(n.new_h=n.cropImage.offsetHeight-n.top_y),(0,a.css)(n.cropHandler,{width:n.new_w,height:n.new_h})):(n.top_x+n.diff_x+n.cropHandler.offsetWidth>n.cropImage.offsetWidth&&(n.diff_x=n.cropImage.offsetWidth-n.top_x-n.cropHandler.offsetWidth),(0,a.css)(n.cropHandler,"left",n.top_x+n.diff_x),n.top_y+n.diff_y+n.cropHandler.offsetHeight>n.cropImage.offsetHeight&&(n.diff_y=n.cropImage.offsetHeight-n.top_y-n.cropHandler.offsetHeight),(0,a.css)(n.cropHandler,"top",n.top_y+n.diff_y)),this.j.e.fire(n.cropHandler,"updatesize"))}},Object.defineProperty(e.prototype,"o",{get:function(){return this.options},enumerable:!1,configurable:!0}),e.prototype.hide=function(){this._dialog.close()},e.prototype.open=function(t,e){var n=this;return this.j.async.promise((function(o){var i,r=(new Date).getTime();n.image=n.j.c.element("img"),(0,a.$$)("img,.jodit-icon_loader",n.resize_box).forEach(s.i.safeRemove),(0,a.$$)("img,.jodit-icon_loader",n.crop_box).forEach(s.i.safeRemove),(0,a.css)(n.cropHandler,"background","transparent"),n.onSave=e,n.resize_box.appendChild(n.j.c.element("i",{class:"jodit-icon_loader"})),n.crop_box.appendChild(n.j.c.element("i",{class:"jodit-icon_loader"})),/\?/.test(t)?t+="&_tst="+r:t+="?_tst="+r,n.image.setAttribute("src",t),n._dialog.open();var c=(i=(0,a.refs)(n.editor)).widthInput,l=i.heightInput,u=function(){n.isDestructed||(n.image.removeEventListener("load",u),n.naturalWidth=n.image.naturalWidth,n.naturalHeight=n.image.naturalHeight,c.value=n.naturalWidth.toString(),l.value=n.naturalHeight.toString(),n.ratio=n.naturalWidth/n.naturalHeight,n.resize_box.appendChild(n.image),n.cropImage=n.image.cloneNode(!0),n.crop_box.appendChild(n.cropImage),s.i.safeRemove.apply(null,(0,a.$$)(".jodit-icon_loader",n.editor)),n.activeTab===f&&n.showCrop(),n.j.e.fire(n.resizeHandler,"updatesize"),n.j.e.fire(n.cropHandler,"updatesize"),n._dialog.setPosition(),n.j.e.fire("afterImageEditor"),o(n._dialog))};n.image.addEventListener("load",u),n.image.complete&&u()}))},e.prototype.destruct=function(){this.isDestructed||(this._dialog&&!this._dialog.isInDestruct&&this._dialog.destruct(),s.i.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,".".concat(d)).off(".".concat(d)),t.prototype.destruct.call(this))},e.calcValueByPercent=function(t,e){var n,o=e.toString(),i=parseFloat(t.toString());return(n=/^[-+]?[0-9]+(px)?$/.exec(o))?parseInt(o,10):(n=/^([-+]?[0-9.]+)%$/.exec(o))?Math.round(i*(parseFloat(n[1])/100)):i||0},(0,o.gn)([u.autobind],e.prototype,"onTitleModeClick",null),(0,o.gn)([(0,u.debounce)(),u.autobind],e.prototype,"onChangeSizeInput",null),(0,o.gn)([u.autobind],e.prototype,"onResizeHandleMouseDown",null),(0,o.gn)([u.autobind],e.prototype,"onGlobalMouseUp",null),(0,o.gn)([(0,u.throttle)(10)],e.prototype,"onGlobalMouseMove",null),(0,o.gn)([u.autobind],e.prototype,"hide",null),(0,o.gn)([u.autobind],e.prototype,"open",null),n=(0,o.gn)([u.component],e)}(r.Hr);function g(t,e,n,o,i,r){var s=this;return this.getInstance("ImageEditor",this.o).open(t,(function(t,c,l,u){return(0,a.call)("resize"===c.action?s.dataProvider.resize:s.dataProvider.crop,n,o,e,t,c.box).then((function(t){t&&(l(),i&&i())})).catch((function(t){u(t),r&&r(t)}))}))}},85512:function(t,e,n){"use strict";n.d(e,{c:function(){return s}});var o=n(75004),i="jodit-image-editor",r=o.JO.get.bind(o.JO),a=function(t,e){return void 0===e&&(e="jodti-image-editor_active"),t?e:""},s=function(t,e){var n=t.i18n.bind(t),o=function(t,e,o){return void 0===o&&(o=!0),'<div class="jodit-form__group">\n\t\t\t<label>'.concat(n(t),"</label>\n\n\t\t\t<label class='jodit-switcher'>\n\t\t\t\t<input ").concat(a(o,"checked"),' data-ref="').concat(e,'" type="checkbox"/>\n\t\t\t\t<span class="jodit-switcher__slider"></span>\n\t\t\t</label>\n\t</div>')};return t.create.fromHTML('<form class="'.concat(i,' jodit-properties">\n\t\t<div class="jodit-grid jodit-grid_xs-column">\n\t\t\t<div class="jodit_col-lg-3-4 jodit_col-sm-5-5">\n\t\t\t').concat(e.resize?'<div class="'.concat(i,"__area ").concat(i,"__area_resize ").concat(i,'_active">\n\t\t\t\t\t\t\t<div data-ref="resizeBox" class="').concat(i,'__box"></div>\n\t\t\t\t\t\t\t<div class="').concat(i,'__resizer">\n\t\t\t\t\t\t\t\t<i class="jodit_bottomright"></i>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>'):"","\n\t\t\t").concat(e.crop?'<div class="'.concat(i,"__area ").concat(i,"__area_crop ").concat(a(!e.resize),'">\n\t\t\t\t\t\t\t<div data-ref="cropBox" class="').concat(i,'__box">\n\t\t\t\t\t\t\t\t<div class="').concat(i,'__croper">\n\t\t\t\t\t\t\t\t\t<i class="jodit_bottomright"></i>\n\t\t\t\t\t\t\t\t\t<i class="').concat(i,'__sizes"></i>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>'):"",'\n\t\t\t</div>\n\t\t\t<div class="jodit_col-lg-1-4 jodit_col-sm-5-5">\n\t\t\t').concat(e.resize?'<div data-area="resize" class="'.concat(i,"__slider ").concat(i,'_active">\n\t\t\t\t\t\t\t<div class="').concat(i,'__slider-title">\n\t\t\t\t\t\t\t\t').concat(r("resize"),"\n\t\t\t\t\t\t\t\t").concat(n("Resize"),'\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class="').concat(i,'__slider-content">\n\t\t\t\t\t\t\t\t<div class="jodit-form__group">\n\t\t\t\t\t\t\t\t\t<label>\n\t\t\t\t\t\t\t\t\t\t').concat(n("Width"),'\n\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t<input type="number" data-ref="widthInput" class="jodit-input"/>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div class="jodit-form__group">\n\t\t\t\t\t\t\t\t\t<label>\n\t\t\t\t\t\t\t\t\t\t').concat(n("Height"),'\n\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t<input type="number" data-ref="heightInput" class="jodit-input"/>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t').concat(o("Keep Aspect Ratio","keepAspectRatioResize"),"\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>"):"","\n\t\t\t").concat(e.crop?'<div data-area="crop" class="'.concat(i,"__slider ").concat(a(!e.resize),'\'">\n\t\t\t\t\t\t\t<div class="').concat(i,'__slider-title">\n\t\t\t\t\t\t\t\t').concat(r("crop"),"\n\t\t\t\t\t\t\t\t").concat(n("Crop"),'\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class="').concat(i,'__slider-content">\n\t\t\t\t\t\t\t\t').concat(o("Keep Aspect Ratio","keepAspectRatioCrop"),"\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>"):"","\n\t\t\t</div>\n\t\t</div>\n\t</form>"))}},8079:function(t,e,n){"use strict";n.r(e),n.d(e,{Ajax:function(){return r.t},Alert:function(){return c.bZ},Async:function(){return i.e},CommitStyle:function(){return w.RP},Component:function(){return a.wA},Confirm:function(){return c.I4},ContextMenu:function(){return s.x},Create:function(){return d.Q},Dialog:function(){return c.Vq},Dom:function(){return l.i},EventEmitter:function(){return o.vp},EventHandlersStore:function(){return o.DG},Eventify:function(){return o.aN},FileBrowser:function(){return g.f},Helpers:function(){return m},History:function(){return y.A},Icon:function(){return p.JO},ImageEditor:function(){return v.v},LazyWalker:function(){return l.b},Plugin:function(){return u.S},PluginSystem:function(){return T.h},Popup:function(){return p.GI},ProgressBar:function(){return p.ko},Prompt:function(){return c.NL},Response:function(){return r.H},STATUSES:function(){return a.n$},Selection:function(){return w.Y1},Snapshot:function(){return b.a},StatusBar:function(){return _.A},Table:function(){return k.i},ToolbarButton:function(){return S.h},ToolbarCollection:function(){return x.n},ToolbarContent:function(){return S.c},ToolbarEditorCollection:function(){return C.N},UIBlock:function(){return p.eC},UIButton:function(){return p.y3},UICheckbox:function(){return p.mA},UIElement:function(){return p.u1},UIForm:function(){return p.x4},UIGroup:function(){return p.qe},UIInput:function(){return p.u3},UIList:function(){return p.bz},UIMessages:function(){return j.D},UISeparator:function(){return p.lU},UITextArea:function(){return p.GJ},Uploader:function(){return E.Q},View:function(){return f.G},ViewComponent:function(){return a.Hr},ViewWithToolbar:function(){return h.C},defaultNameSpace:function(){return o.rO},isFileBrowserFilesItem:function(){return g.F},observable:function(){return o.LO}});var o=n(41865),i=n(32082),r=n(61288),a=n(22562),s=n(84489),c=n(2932),l=n(8138),u=n(7324),d=n(82637),p=n(75004),f=n(27371),h=n(96085),g=n(27399),m=n(95582),v=n(92803),y=n(85604),b=n(28889),w=n(60593),_=n(66529),k=n(2871),C=n(99332),x=n(60731),S=n(63782),E=n(45074),j=n(15964),T=n(42834)},83518:function(t,e,n){"use strict";n.d(e,{q:function(){return a}});var o=n(97582),i=n(75004),r=n(94707),a=function(t){function e(e,n){var o=t.call(this,e)||this;return o.setMod("active",!0),o.setMod("variant",n.variant),o.container.textContent=n.text,o}return(0,o.ZT)(e,t),e.prototype.className=function(){return"UIMessage"},(0,o.gn)([r.w],e)}(i.u1)},15964:function(t,e,n){"use strict";n.d(e,{D:function(){return c}});var o=n(97582),i=n(18002),r=n(91630),a=n(94707),s=n(83518),c=function(t){function e(e,n,o){void 0===o&&(o={defaultTimeout:3e3,defaultOffset:5});var i=t.call(this,e)||this;return i.__box=n,i.options=o,i.__messages=new Set,i}return(0,o.ZT)(e,t),e.prototype.className=function(){return"UIMessages"},e.prototype.info=function(t,e){this.__message(t,"info",e)},e.prototype.success=function(t,e){this.__message(t,"success",e)},e.prototype.error=function(t,e){this.__message(t,"error",e)},e.prototype.message=function(t,e,n){this.__message(t,e,n)},e.prototype.__message=function(t,e,n){void 0===e&&(e="info");var o=t+":"+e;if(this.__messages.has(o))this.async.updateTimeout(o,n||this.options.defaultTimeout);else{this.__box.appendChild(this.container);var i=new s.q(this.j,{text:t,variant:e});this.append(i),this.__calcOffsets(),this.__messages.add(o);var r=this.__getRemoveCallback(i,o);this.j.e.on(i.container,"pointerdown",r),this.async.setTimeout(r,{label:o,timeout:n||this.options.defaultTimeout})}},e.prototype.__getRemoveCallback=function(t,e){var n=this,o=function(i){i&&i.preventDefault(),t.isInDestruct||(n.async.clearTimeout(e),n.j.e.off(t.container,"pointerdown",o),n.__messages.delete(e),t.setMod("active",!1),n.async.setTimeout((function(){n.remove(t),t.destruct(),n.__calcOffsets()}),300))};return o},e.prototype.__calcOffsets=function(){var t=this,e=5;this.elements.forEach((function(n){(0,i.i)(n.container,"bottom",e+"px"),e+=n.container.offsetHeight+t.options.defaultOffset}))},(0,o.gn)([a.w],e)}(r.q)},66529:function(t,e,n){"use strict";n.d(e,{A:function(){return l}});var o=n(97582),i=n(22562),r=n(44913),a=n(90043),s=n(71917),c=n(50526),l=function(t){function e(e,n){var o=t.call(this,e)||this;return o.target=n,o.mods={},o.container=e.c.div("jodit-status-bar"),n.appendChild(o.container),o.hide(),o}return(0,o.ZT)(e,t),e.prototype.className=function(){return"StatusBar"},e.prototype.hide=function(){this.container.classList.add("jodit_hidden")},e.prototype.show=function(){this.container.classList.remove("jodit_hidden")},Object.defineProperty(e.prototype,"isShown",{get:function(){return!this.container.classList.contains("jodit_hidden")},enumerable:!1,configurable:!0}),e.prototype.getHeight=function(){var t,e;return null!==(e=null===(t=this.container)||void 0===t?void 0:t.offsetHeight)&&void 0!==e?e:0},e.prototype.findEmpty=function(t){void 0===t&&(t=!1);for(var e=this.getElms(t?"item-right":"item"),n=0;e.length>n;n+=1)if(!e[n].innerHTML.trim().length)return e[n]},e.prototype.append=function(t,e){var n;void 0===e&&(e=!1);var o=this.findEmpty(e)||this.j.c.div(this.getFullElName("item"));e&&o.classList.add(this.getFullElName("item-right")),o.appendChild(t),null===(n=this.container)||void 0===n||n.appendChild(o),this.j.o.statusbar&&this.show(),this.j.e.fire("resize")},e.prototype.destruct=function(){this.isInDestruct||(this.setStatus(i.n$.beforeDestruct),r.i.safeRemove(this.container),t.prototype.destruct.call(this))},(0,o.gn)([c.component,(0,c.derive)(a.$,s.F)],e)}(i.Hr)},2871:function(t,e,n){"use strict";n.d(e,{i:function(){return d}});var o=n(97582),i=n(11612),r=n(8138),a=n(95582),s=n(22562),c=n(81160),l=n(50526),u=new WeakMap,d=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.selected=new Set,e}return(0,o.ZT)(e,t),e.prototype.className=function(){return"Table"},e.prototype.recalculateStyles=function(){var t=(0,c.ZO)(this.j,e,"style",!0),n=[];this.selected.forEach((function(t){var e=(0,a.cssPath)(t);e&&n.push(e)})),t.innerHTML=n.length?n.join(",")+"{".concat(this.jodit.options.table.selectionCellStyle,"}"):""},e.prototype.addSelection=function(t){this.selected.add(t),this.recalculateStyles();var n=r.i.closest(t,"table",this.j.editor);if(n){var o=e.selectedByTable.get(n)||new Set;o.add(t),e.selectedByTable.set(n,o)}},e.prototype.removeSelection=function(t){this.selected.delete(t),this.recalculateStyles();var n=r.i.closest(t,"table",this.j.editor);if(n){var o=e.selectedByTable.get(n);o&&(o.delete(t),o.size||e.selectedByTable.delete(n))}},e.prototype.getAllSelectedCells=function(){return(0,a.toArray)(this.selected)},e.getSelectedCellsByTable=function(t){var n=e.selectedByTable.get(t);return n?(0,a.toArray)(n):[]},e.prototype.destruct=function(){return this.selected.clear(),t.prototype.destruct.call(this)},e.getRowsCount=function(t){return t.rows.length},e.getColumnsCount=function(t){return e.formalMatrix(t).reduce((function(t,e){return Math.max(t,e.length)}),0)},e.formalMatrix=function(t,e){for(var n=[[]],o=(0,a.toArray)(t.rows),i=function(t,o){void 0===n[o]&&(n[o]=[]);for(var i,r,a=t.colSpan,s=t.rowSpan,c=0;n[o][c];)c+=1;for(r=0;s>r;r+=1)for(i=0;a>i;i+=1){if(void 0===n[o+r]&&(n[o+r]=[]),e&&!1===e(t,o+r,c+i,a,s))return!1;n[o+r][c+i]=t}},r=0;o.length>r;r+=1)for(var s=(0,a.toArray)(o[r].cells),c=0;s.length>c;c+=1)if(!1===i(s[c],r))return n;return n},e.formalCoordinate=function(t,n,o){void 0===o&&(o=!1);var i=0,r=0,a=1,s=1;return e.formalMatrix(t,(function(t,e,c,l,u){if(n===t)return i=e,r=c,a=l||1,s=u||1,o&&(r+=(l||1)-1,i+=(u||1)-1),!1})),[i,r,a,s]},e.appendRow=function(t,n,o,i){var r,s;if(n)s=n.cloneNode(!0),(0,a.$$)("td,th",n).forEach((function(t){var e=(0,a.attr)(t,"rowspan");if(e&&parseInt(e,10)>1){var n=parseInt(e,10)-1;(0,a.attr)(t,"rowspan",n>1?n:null)}})),(0,a.$$)("td,th",s).forEach((function(t){t.innerHTML=""}));else{var c=e.getColumnsCount(t);s=i.element("tr");for(var l=0;c>l;l+=1)s.appendChild(i.element("td"))}o&&n&&n.nextSibling?n.parentNode&&n.parentNode.insertBefore(s,n.nextSibling):!o&&n?n.parentNode&&n.parentNode.insertBefore(s,n):((null===(r=t.getElementsByTagName("tbody"))||void 0===r?void 0:r[0])||t).appendChild(s)},e.removeRow=function(t,n){var o,i=e.formalMatrix(t),s=t.rows[n];i[n].forEach((function(e,c){if(o=!1,0>n-1||i[n-1][c]!==e)if(i[n+1]&&i[n+1][c]===e){if(e.parentNode===s&&e.parentNode.nextSibling){o=!0;for(var l=c+1;i[n+1][l]===e;)l+=1;var u=r.i.next(e.parentNode,(function(t){return r.i.isTag(t,"tr")}),t);u&&(i[n+1][l]?u.insertBefore(e,i[n+1][l]):u.appendChild(e))}}else r.i.safeRemove(e);else o=!0;if(o&&(e.parentNode===s||e!==i[n][c-1])){var d=e.rowSpan;(0,a.attr)(e,"rowspan",d-1>1?d-1:null)}})),r.i.safeRemove(s)},e.appendColumn=function(t,n,o,i){var s,c=e.formalMatrix(t);for((void 0===n||0>n)&&(n=e.getColumnsCount(t)-1),s=0;c.length>s;s+=1){var l=i.element("td"),u=c[s][n],d=!1;o?(c[s]&&u&&n+1>=c[s].length||u!==c[s][n+1])&&(u.nextSibling?r.i.before(u.nextSibling,l):u.parentNode&&u.parentNode.appendChild(l),d=!0):(0>n-1||c[s][n]!==c[s][n-1]&&c[s][n].parentNode)&&(r.i.before(c[s][n],l),d=!0),d||(0,a.attr)(c[s][n],"colspan",parseInt((0,a.attr)(c[s][n],"colspan")||"1",10)+1)}},e.removeColumn=function(t,n){var o,i=e.formalMatrix(t);i.forEach((function(t,e){var s=t[n];if(o=!1,0>n-1||i[e][n-1]!==s?t.length>n+1&&i[e][n+1]===s?o=!0:r.i.safeRemove(s):o=!0,o&&(0>e-1||s!==i[e-1][n])){var c=s.colSpan;(0,a.attr)(s,"colspan",c-1>1?(c-1).toString():null)}}))},e.getSelectedBound=function(t,n){var o,i,r,a=[[1/0,1/0],[0,0]],s=e.formalMatrix(t);for(o=0;s.length>o;o+=1)for(i=0;s[o]&&s[o].length>i;i+=1)n.includes(s[o][i])&&(a[0][0]=Math.min(o,a[0][0]),a[0][1]=Math.min(i,a[0][1]),a[1][0]=Math.max(o,a[1][0]),a[1][1]=Math.max(i,a[1][1]));for(o=a[0][0];a[1][0]>=o;o+=1)for(r=1,i=a[0][1];a[1][1]>=i;i+=1){for(;s[o]&&s[o][i-r]&&s[o][i]===s[o][i-r];)a[0][1]=Math.min(i-r,a[0][1]),a[1][1]=Math.max(i-r,a[1][1]),r+=1;for(r=1;s[o]&&s[o][i+r]&&s[o][i]===s[o][i+r];)a[0][1]=Math.min(i+r,a[0][1]),a[1][1]=Math.max(i+r,a[1][1]),r+=1;for(r=1;s[o-r]&&s[o][i]===s[o-r][i];)a[0][0]=Math.min(o-r,a[0][0]),a[1][0]=Math.max(o-r,a[1][0]),r+=1;for(r=1;s[o+r]&&s[o][i]===s[o+r][i];)a[0][0]=Math.min(o+r,a[0][0]),a[1][0]=Math.max(o+r,a[1][0]),r+=1}return a},e.normalizeTable=function(t){var n,o,i,r,s=[],c=e.formalMatrix(t);for(o=0;c[0].length>o;o+=1){for(i=1e6,r=!1,n=0;c.length>n;n+=1)if(void 0!==c[n][o]){if(2>c[n][o].colSpan){r=!0;break}i=Math.min(i,c[n][o].colSpan)}if(!r)for(n=0;c.length>n;n+=1)void 0!==c[n][o]&&e.mark(c[n][o],"colspan",c[n][o].colSpan-i+1,s)}for(n=0;c.length>n;n+=1){for(i=1e6,r=!1,o=0;c[n].length>o;o+=1)if(void 0!==c[n][o]){if(2>c[n][o].rowSpan){r=!0;break}i=Math.min(i,c[n][o].rowSpan)}if(!r)for(o=0;c[n].length>o;o+=1)void 0!==c[n][o]&&e.mark(c[n][o],"rowspan",c[n][o].rowSpan-i+1,s)}for(n=0;c.length>n;n+=1)for(o=0;c[n].length>o;o+=1)void 0!==c[n][o]&&(c[n][o].hasAttribute("rowspan")&&1===c[n][o].rowSpan&&(0,a.attr)(c[n][o],"rowspan",null),c[n][o].hasAttribute("colspan")&&1===c[n][o].colSpan&&(0,a.attr)(c[n][o],"colspan",null),c[n][o].hasAttribute("class")&&!(0,a.attr)(c[n][o],"class")&&(0,a.attr)(c[n][o],"class",null));e.unmark(s)},e.mergeSelected=function(t,n){var o,s=[],c=e.getSelectedBound(t,e.getSelectedCellsByTable(t)),l=0,u=null,d=0,f=0,h=0,g=new Set,m=[];c&&(c[0][0]-c[1][0]||c[0][1]-c[1][1])&&(e.formalMatrix(t,(function(t,i,r,v,y){if(!(c[0][0]>i||i>c[1][0]||c[0][1]>r||r>c[1][1])){if(g.has(o=t))return;g.add(o),i===c[0][0]&&o.style.width&&(l+=o.offsetWidth),""!==(0,a.trim)(t.innerHTML.replace(/<br(\/)?>/g,""))&&s.push(t.innerHTML),v>1&&(f+=v-1),y>1&&(h+=y-1),u?(e.mark(o,"remove",1,m),p(n).removeSelection(o)):(u=t,d=r)}})),f=c[1][1]-c[0][1]+1,h=c[1][0]-c[0][0]+1,u&&(f>1&&e.mark(u,"colspan",f,m),h>1&&e.mark(u,"rowspan",h,m),l&&(e.mark(u,"width",(l/t.offsetWidth*100).toFixed(i.ACCURACY)+"%",m),d&&e.setColumnWidthByDelta(t,d,0,!0,m)),u.innerHTML=s.join("<br/>"),p(n).addSelection(u),g.delete(u),e.unmark(m),e.normalizeTable(t),(0,a.toArray)(t.rows).forEach((function(t,e){t.cells.length||r.i.safeRemove(t)}))))},e.splitHorizontal=function(t,n){var o,i,a,s,c,l=[];e.getSelectedCellsByTable(t).forEach((function(u){(i=n.createInside.element("td")).appendChild(n.createInside.element("br")),a=n.createInside.element("tr"),o=e.formalCoordinate(t,u),2>u.rowSpan?(e.formalMatrix(t,(function(t,n,i){o[0]===n&&o[1]!==i&&t!==u&&e.mark(t,"rowspan",t.rowSpan+1,l)})),r.i.after(r.i.closest(u,"tr",t),a),a.appendChild(i)):(e.mark(u,"rowspan",u.rowSpan-1,l),e.formalMatrix(t,(function(e,n,i){n>o[0]&&o[0]+u.rowSpan>n&&o[1]>i&&e.parentNode.rowIndex===n&&(c=e),n>o[0]&&e===u&&(s=t.rows[n])})),c?r.i.after(c,i):s.insertBefore(i,s.firstChild)),u.colSpan>1&&e.mark(i,"colspan",u.colSpan,l),e.unmark(l),p(n).removeSelection(u)})),this.normalizeTable(t)},e.splitVertical=function(t,n){var o,a,s,c=[];e.getSelectedCellsByTable(t).forEach((function(l){o=e.formalCoordinate(t,l),2>l.colSpan?e.formalMatrix(t,(function(t,n,i){o[1]===i&&o[0]!==n&&t!==l&&e.mark(t,"colspan",t.colSpan+1,c)})):e.mark(l,"colspan",l.colSpan-1,c),(a=n.createInside.element("td")).appendChild(n.createInside.element("br")),l.rowSpan>1&&e.mark(a,"rowspan",l.rowSpan,c);var u=l.offsetWidth;r.i.after(l,a),e.mark(l,"width",(100*(s=u/t.offsetWidth/2)).toFixed(i.ACCURACY)+"%",c),e.mark(a,"width",(100*s).toFixed(i.ACCURACY)+"%",c),e.unmark(c),p(n).removeSelection(l)})),e.normalizeTable(t)},e.setColumnWidthByDelta=function(t,n,o,r,a){for(var s=e.formalMatrix(t),c=0,l=0;s.length>l;l+=1)if(1>=(u=s[l][n]).colSpan||1>=s.length){e.mark(u,"width",((u.offsetWidth+o)/t.offsetWidth*100).toFixed(i.ACCURACY)+"%",a),c=l;break}for(l=c+1;s.length>l;l+=1){var u;e.mark(u=s[l][n],"width",null,a)}r||e.unmark(a)},e.mark=function(t,e,n,o){var i;o.push(t);var r=null!==(i=u.get(t))&&void 0!==i?i:{};r[e]=void 0===n?1:n,u.set(t,r)},e.unmark=function(t){t.forEach((function(t){var e=u.get(t);e&&(Object.keys(e).forEach((function(n){var o=e[n];switch(n){case"remove":r.i.safeRemove(t);break;case"rowspan":(0,a.attr)(t,"rowspan",(0,a.isNumber)(o)&&o>1?o:null);break;case"colspan":(0,a.attr)(t,"colspan",(0,a.isNumber)(o)&&o>1?o:null);break;case"width":null==o?(t.style.removeProperty("width"),(0,a.attr)(t,"style")||(0,a.attr)(t,"style",null)):t.style.width=o.toString()}delete e[n]})),u.delete(t))}))},e.selectedByTable=new WeakMap,(0,o.gn)([(0,l.debounce)()],e.prototype,"recalculateStyles",null),e}(s.Hr),p=function(t){return t.getInstance("Table",t.o)}},34288:function(t,e,n){"use strict";n.d(e,{h:function(){return h}});var o=n(97582),i=n(29788),r=n(50526),a=n(8138),s=n(19797),c=n(45429),l=n(95582),u=n(10503),d=n(60731),p=n(1188),f=n(20597),h=function(t){function e(e,n,r){void 0===r&&(r=null);var a=t.call(this,e)||this;a.control=n,a.target=r,a.state=(0,o.pi)((0,o.pi)({},(0,i.Yc)()),{theme:"toolbar",currentValue:"",hasTrigger:!1}),a.openedPopup=null;var s=a.getElm("button");a.button=s,Object.defineProperty(s,"component",{value:a,configurable:!0});var c=a.getElm("trigger");return a.trigger=c,c.remove(),e.e.on([a.button,a.trigger],"mousedown",(function(t){return t.preventDefault()})),a.onAction(a.onClick),a.hookStatus(p.n.ready,(function(){a.__initFromControl(),a.update()})),n.mods&&Object.keys(n.mods).forEach((function(t){n.mods&&a.setMod(t,n.mods[t])})),a}return(0,o.ZT)(e,t),e.prototype.className=function(){return"ToolbarButton"},Object.defineProperty(e.prototype,"toolbar",{get:function(){return this.closest(d.n)},enumerable:!1,configurable:!0}),e.prototype.update=function(){var e;window.__onupdate=(null!==(e=window.__onupdate)&&void 0!==e?e:0)+1;var n=this.control,o=this.state,i=this.closest(d.n);o.disabled=this.calculateDisabledStatus(i),o.activated=this.calculateActivatedStatus(i),(0,l.isFunction)(n.update)&&i&&n.update(this,i.jodit),t.prototype.update.call(this)},e.prototype.calculateActivatedStatus=function(t){return!((0,l.isJoditObject)(this.j)&&!this.j.editorIsActive)&&(!(!(0,l.isFunction)(this.control.isActive)||!this.control.isActive(this.j,this.control,this))||Boolean(t&&t.shouldBeActive(this)))},e.prototype.calculateDisabledStatus=function(t){return!!this.j.o.disabled||!(!this.j.o.readonly||this.j.o.activeButtonsInReadOnly&&this.j.o.activeButtonsInReadOnly.includes(this.control.name))||!(!(0,l.isFunction)(this.control.isDisabled)||!this.control.isDisabled(this.j,this.control,this))||Boolean(t&&t.shouldBeDisabled(this))},e.prototype.onChangeActivated=function(){(0,l.attr)(this.button,"aria-pressed",this.state.activated),t.prototype.onChangeActivated.call(this)},e.prototype.onChangeText=function(){(0,l.isFunction)(this.control.template)?this.text.innerHTML=this.control.template(this.j,this.control.name,this.j.i18n(this.state.text)):t.prototype.onChangeText.call(this),this.setMod("text-icons",Boolean(this.text.innerText.trim().length))},e.prototype.onChangeTabIndex=function(){(0,l.attr)(this.button,"tabindex",this.state.tabIndex)},e.prototype.createContainer=function(){var e=this.componentName,n=this.j.c.span(e),o=t.prototype.createContainer.call(this);(0,l.attr)(n,"role","listitem"),o.classList.remove(e),o.classList.add(e+"__button"),Object.defineProperty(o,"component",{value:this}),n.appendChild(o);var i=this.j.c.fromHTML('<span role="trigger" class="'.concat(e,'__trigger">').concat(u.J.get("chevron"),"</span>"));return o.appendChild(i),n},e.prototype.focus=function(){var t;null===(t=this.container.querySelector("button"))||void 0===t||t.focus()},e.prototype.onChangeHasTrigger=function(){this.state.hasTrigger?this.container.appendChild(this.trigger):a.i.safeRemove(this.trigger),this.setMod("with-trigger",this.state.hasTrigger||null)},e.prototype.onChangeDisabled=function(){var t=this.state.disabled?"disabled":null;(0,l.attr)(this.trigger,"disabled",t),(0,l.attr)(this.button,"disabled",t),(0,l.attr)(this.container,"disabled",t)},e.prototype.__initFromControl=function(){var t,e=this.control,n=this.state;this.updateSize(),n.name=e.name;var o=this.j.o.textIcons;if(!0===o||(0,l.isFunction)(o)&&o(e.name)||e.template)n.icon=(0,i.Yc)().icon,n.text=e.text||e.name;else{if(e.iconURL)n.icon.iconURL=e.iconURL;else{var r=e.icon||e.name;n.icon.name=u.J.exists(r)||(null===(t=this.j.o.extraIcons)||void 0===t?void 0:t[r])?r:""}e.iconURL||n.icon.name||(n.text=e.text||e.name)}e.tooltip&&(n.tooltip=this.j.i18n((0,l.isFunction)(e.tooltip)?e.tooltip(this.j,e,this):e.tooltip)),n.hasTrigger=Boolean(e.list||e.popup&&e.exec)},e.prototype.onTriggerClick=function(t){var e,n,o,i=this;if(this.openedPopup)this.closePopup();else{var r=this.control;if(t.buffer={actionTrigger:this},r.list)return this.openControlList(r);if((0,l.isFunction)(r.popup)){var a=this.openPopup();if(a.parentElement=this,!1!==this.j.e.fire((0,l.camelCase)("before-".concat(r.name,"-open-popup")),this.target,r,a)){var s=null!==(o=null!==(n=null===(e=this.toolbar)||void 0===e?void 0:e.getTarget(this))&&void 0!==n?n:this.target)&&void 0!==o?o:null,c=r.popup(this.j,s,r,this.closePopup,this);c&&a.setContent((0,l.isString)(c)?this.j.c.fromHTML(c):c).open((function(){return(0,l.position)(i.container)}),!1,this.j.o.allowTabNavigation?this.container:void 0)}this.j.e.fire((0,l.camelCase)("after-".concat(r.name,"-open-popup")),a.container)}}},e.prototype.openControlList=function(t){var e,n=this,i=null!==(e=this.jodit.options.controls)&&void 0!==e?e:{},r=function(t){return(0,f.z)(t,i)},a=t.list,s=this.openPopup(),u=(0,c.R)(this.j);s.parentElement=this,u.parentElement=s,u.mode="vertical";var d=function(e,i){if((0,l.isString)(i)&&r(i))return(0,o.pi)({name:i.toString()},r(i));if((0,l.isString)(e)&&r(e))return(0,o.pi)((0,o.pi)({name:e.toString()},r(e)),"object"==typeof i?i:{});(function(t){return(0,l.isPlainObject)(t)&&"title"in t&&"value"in t})(e)&&(i=e.value,e=e.title);var a=t.childTemplate,s={name:e.toString(),template:a&&function(t,e,o){return a(t,e,o,n)},exec:t.childExec?function(e,n,i){var r;return null===(r=t.childExec)||void 0===r?void 0:r.call(t,e,n,(0,o.pi)((0,o.pi)({},i),{parentControl:t}))}:t.exec,data:t.data,command:t.command,isActive:t.isChildActive,isDisabled:t.isChildDisabled,mode:t.mode,args:(0,o.ev)((0,o.ev)([],(0,o.CR)(t.args?t.args:[]),!1),[e,i],!1)};return(0,l.isString)(i)&&(s.text=i),s};u.build((0,l.isArray)(a)?a.map(d):(0,l.keys)(a,!1).map((function(t){return d(t,a[t])})),this.target),s.setContent(u.container).open((function(){return(0,l.position)(n.container)}),!1,this.j.o.allowTabNavigation?this.container:void 0),this.state.activated=!0},e.prototype.onOutsideClick=function(t){this.openedPopup&&(t&&a.i.isNode(t.target)&&(a.i.isOrContains(this.container,t.target)||this.openedPopup.isOwnClick(t))||this.closePopup())},e.prototype.openPopup=function(){return this.closePopup(),this.openedPopup=new s.G(this.j,!1),this.j.e.on(this.ow,"mousedown touchstart",this.onOutsideClick).on("escape closeAllPopups",this.onOutsideClick),this.openedPopup},e.prototype.closePopup=function(){this.openedPopup&&(this.j.e.off(this.ow,"mousedown touchstart",this.onOutsideClick).off("escape closeAllPopups",this.onOutsideClick),this.state.activated=!1,this.openedPopup.close(),this.openedPopup.destruct(),this.openedPopup=null)},e.prototype.onClick=function(t){var e,n,o,i,r,a,s,c=this.control;if((0,l.isFunction)(c.exec)){var u=null!==(o=null!==(n=null===(e=this.toolbar)||void 0===e?void 0:e.getTarget(this))&&void 0!==n?n:this.target)&&void 0!==o?o:null,d=c.exec(this.j,u,{control:c,originalEvent:t,button:this});if(!1!==d&&!0!==d&&(null===(r=null===(i=this.j)||void 0===i?void 0:i.e)||void 0===r||r.fire("synchro"),this.parentElement&&this.parentElement.update(),null===(s=null===(a=this.j)||void 0===a?void 0:a.e)||void 0===s||s.fire("closeAllPopups afterExec")),!1!==d)return}return c.list?this.openControlList(c):(0,l.isFunction)(c.popup)?this.onTriggerClick(t):void((c.command||c.name)&&((0,l.call)((0,l.isJoditObject)(this.j)?this.j.execCommand.bind(this.j):this.j.od.execCommand.bind(this.j.od),c.command||c.name,!1,c.args&&c.args[0]),this.j.e.fire("closeAllPopups")))},e.prototype.destruct=function(){return this.closePopup(),t.prototype.destruct.call(this)},(0,o.gn)([r.cacheHTML],e.prototype,"createContainer",null),(0,o.gn)([(0,r.watch)("state.hasTrigger",{immediately:!1})],e.prototype,"onChangeHasTrigger",null),(0,o.gn)([(0,r.watch)("trigger:click")],e.prototype,"onTriggerClick",null),(0,o.gn)([r.autobind],e.prototype,"onOutsideClick",null),(0,o.gn)([r.autobind],e.prototype,"closePopup",null),(0,o.gn)([r.component],e)}(i.y3)},75482:function(t,e,n){"use strict";n.d(e,{c:function(){return c}});var o=n(97582),i=n(29788),r=n(8138),a=n(95582),s=n(50526),c=function(t){function e(e,n,o){void 0===o&&(o=null);var i=t.call(this,e)||this;return i.control=n,i.target=o,i.container.classList.add("".concat(i.componentName,"_").concat(i.clearName(n.name))),(0,a.attr)(i.container,"role","content"),i}return(0,o.ZT)(e,t),e.prototype.className=function(){return"ToolbarContent"},e.prototype.update=function(){var e=this.control.getContent(this.j,this.control,this);((0,a.isString)(e)||e.parentNode!==this.container)&&(r.i.detach(this.container),this.container.appendChild((0,a.isString)(e)?this.j.create.fromHTML(e):e)),t.prototype.update.call(this)},e.prototype.createContainer=function(){return this.j.c.span(this.componentName)},(0,o.gn)([s.component],e)}(i.y3)},63782:function(t,e,n){"use strict";n.d(e,{c:function(){return i.c},h:function(){return o.h}});var o=n(34288),i=n(75482)},60731:function(t,e,n){"use strict";n.d(e,{n:function(){return c}});var o=n(97582),i=n(68126),r=n(75004),a=n(50526),s=n(45429),c=function(t){function e(e){var n=t.call(this,e)||this;return n.__listenEvents="updatePlugins updateToolbar changeStack mousedown mouseup keydown change afterInit readonly afterResize selectionchange changeSelection focus afterSetMode touchstart focus blur",n.update=n.j.async.debounce(n.__immediateUpdate,(function(){return n.j.defaultTimeout})),n.__tooltip=new r.Ne(n.jodit),n.__initEvents(),n}return(0,o.ZT)(e,t),e.prototype.className=function(){return"ToolbarCollection"},Object.defineProperty(e.prototype,"firstButton",{get:function(){return(0,o.CR)(this.buttons,1)[0]||null},enumerable:!1,configurable:!0}),e.prototype.makeButton=function(t,e){return void 0===e&&(e=null),(0,s.g)(this.j,t,e)},e.prototype.shouldBeActive=function(t){},e.prototype.shouldBeDisabled=function(t){},e.prototype.getTarget=function(t){return t.target||null},e.prototype.__immediateUpdate=function(){this.isDestructed||this.j.isLocked||(t.prototype.update.call(this),this.j.e.fire("afterUpdateToolbar"))},e.prototype.setDirection=function(t){this.container.style.direction=t,this.container.setAttribute("dir",t)},e.prototype.__initEvents=function(){this.j.e.on(this.__listenEvents,this.update).on("afterSetMode focus",this.__immediateUpdate)},e.prototype.hide=function(){this.container.remove()},e.prototype.show=function(){this.appendTo(this.j.toolbarContainer)},e.prototype.showInline=function(t){throw(0,i.vU)("The method is not implemented for this class.")},e.prototype.build=function(e,n){void 0===n&&(n=null);var o=this.j.e.fire("beforeToolbarBuild",e);return o&&(e=o),t.prototype.build.call(this,e,n),this},e.prototype.destruct=function(){var e;this.isDestructed||(null===(e=this.__tooltip)||void 0===e||e.destruct(),this.__tooltip=null,this.j.e.off(this.__listenEvents,this.update).off("afterSetMode focus",this.__immediateUpdate),t.prototype.destruct.call(this))},(0,o.gn)([a.autobind],e.prototype,"__immediateUpdate",null),(0,o.gn)([a.component],e)}(r.bz)},99332:function(t,e,n){"use strict";n.d(e,{N:function(){return l}});var o=n(97582),i=n(60731),r=n(11612),a=n(8138),s=n(95582),c=n(50526),l=function(t){function e(e){var n=t.call(this,e)||this;return n.checkActiveStatus=function(t,e){var o=0,i=0;return Object.keys(t).forEach((function(r){var a=t[r];(0,s.isFunction)(a)?a(n.j,(0,s.css)(e,r).toString())&&(o+=1):-1!==a.indexOf((0,s.css)(e,r).toString())&&(o+=1),i+=1})),i===o},n.prependInvisibleInput(n.container),n}return(0,o.ZT)(e,t),e.prototype.className=function(){return"ToolbarEditorCollection"},e.prototype.shouldBeDisabled=function(e){var n=t.prototype.shouldBeDisabled.call(this,e);if(void 0!==n)return n;var o=void 0===e.control.mode?r.MODE_WYSIWYG:e.control.mode;return!(o===r.MODE_SPLIT||o===this.j.getRealMode())},e.prototype.shouldBeActive=function(e){var n=this,o=t.prototype.shouldBeActive.call(this,e);if(void 0!==o)return o;var i=this.j.selection?this.j.s.current():null;if(!i)return!1;if(e.control.tags){var r=e.control.tags;if(a.i.up(i,(function(t){if(t&&-1!==r.indexOf(t.nodeName.toLowerCase()))return!0}),this.j.editor))return!0}if(e.control.css){var s=e.control.css;if(a.i.up(i,(function(t){if(t&&!a.i.isText(t))return n.checkActiveStatus(s,t)}),this.j.editor))return!0}return!1},e.prototype.getTarget=function(t){return t.target||this.j.s.current()||null},e.prototype.prependInvisibleInput=function(t){var e=this.j.create.element("input",{tabIndex:-1,disabled:!0,style:"width: 0; height:0; position: absolute; visibility: hidden;"});a.i.appendChildFirst(t,e)},e.prototype.showInline=function(t){this.jodit.e.fire("showInlineToolbar",t)},e.prototype.hide=function(){this.jodit.e.fire("hidePopup"),t.prototype.hide.call(this),this.jodit.e.fire("toggleToolbar")},e.prototype.show=function(){t.prototype.show.call(this),this.jodit.e.fire("toggleToolbar")},(0,o.gn)([c.component],e)}(i.n)},45429:function(t,e,n){"use strict";n.d(e,{R:function(){return c},g:function(){return l}});var o=n(95582),i=n(60731),r=n(99332),a=n(34288),s=n(75482);function c(t,e){var n=(0,o.isJoditObject)(t)?new r.N(t):new i.n(t);return t.o.textIcons&&n.container.classList.add("jodit_text_icons"),e&&(n.parentElement=e),t.o.toolbarButtonSize&&(n.buttonSize=t.o.toolbarButtonSize),n}function l(t,e,n){if(void 0===n&&(n=null),(0,o.isFunction)(e.getContent))return new s.c(t,e,n);var i=new a.h(t,e,n);return i.state.tabIndex=t.o.allowTabNavigation?0:-1,i}},65457:function(t,e,n){"use strict";var o=n(97582),i=n(77628),r=n(57728),a=n(22975);i.D.prototype.enableDragAndDropFileToEditor=!0,i.D.prototype.uploader={url:"",insertImageAsBase64URI:!1,imagesExtensions:["jpg","png","jpeg","gif"],headers:null,data:null,filesVariableName:function(t){return"files[".concat(t,"]")},withCredentials:!1,pathVariableName:"path",format:"json",method:"POST",prepareData:function(t){return t},isSuccess:function(t){return t.success},getMessage:function(t){return void 0!==t.data.messages&&(0,r.k)(t.data.messages)?t.data.messages.join(" "):""},processFileName:function(t,e,n){return[t,e,n]},process:function(t){return t.data},error:function(t){this.j.message.error(t.message,4e3)},getDisplayName:function(t,e){return t+e},defaultHandlerSuccess:function(t){var e=this,n=this.j||this;(0,a.Z)(n)&&t.files&&t.files.length&&t.files.forEach((function(i,r){var a=(0,o.CR)(t.isImages&&t.isImages[r]?["img","src"]:["a","href"],2),s=a[0],c=a[1],l=n.createInside.element(s);l.setAttribute(c,t.baseurl+i),"a"===s&&(l.textContent=n.o.uploader.getDisplayName.call(e,t.baseurl,i)),"img"===s?n.s.insertImage(l,null,n.o.imageDefaultWidth):n.s.insertNode(l)}))},defaultHandlerError:function(t){this.j.message.error(t.message)},contentType:function(t){return(void 0===this.ow.FormData||"string"==typeof t)&&"application/x-www-form-urlencoded; charset=UTF-8"}}},9763:function(t,e,n){"use strict";n.d(e,{i:function(){return i}});var o=n(95582);function i(t,e){if((0,o.isFunction)(t.o.buildData))return t.o.buildData.call(t,e);var n=t.ow.FormData;if(void 0!==n){if(e instanceof n)return e;if((0,o.isString)(e))return e;var i=new n;return Object.keys(e).forEach((function(t){i.append(t,e[t])})),i}return e}},20520:function(t,e,n){"use strict";function o(t){for(var e=atob(t.split(",")[1]),n=t.split(",")[0].split(":")[1].split(";")[0],o=new ArrayBuffer(e.length),i=new Uint8Array(o),r=0;e.length>r;r+=1)i[r]=e.charCodeAt(r);return new Blob([i],{type:n})}n.d(e,{O:function(){return o}})},30526:function(t,e,n){"use strict";n.d(e,{Ap:function(){return r.A},OP:function(){return i.O},g0:function(){return o.g},il:function(){return a.i},lW:function(){return r.l},nw:function(){return s},tc:function(){return c}});var o=n(10385),i=n(20520),r=(n(9763),n(61156)),a=n(92926);function s(t){return Boolean(t&&t.files&&t.files.length>0)}function c(t){return Boolean(t&&t.items&&t.items.length>0)}},10385:function(t,e,n){"use strict";n.d(e,{g:function(){return c}});var o=n(11612),i=n(81160),r=n(95582),a=n(8138),s=n(30526);function c(t,e,n,c,l){if(e&&(!e.types.length||e.types[0]!==o.TEXT_PLAIN)){var u=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,i.ZO)(t.j,t.constructor).appendChild(u);var d=(0,r.isJoditObject)(t.j)?t.j.s.save():null;u.focus(),t.j.async.setTimeout((function(){var e=u.firstChild;if(a.i.safeRemove(u),e&&e.hasAttribute("src")){var o=(0,r.attr)(e,"src")||"";d&&(0,r.isJoditObject)(t.j)&&t.j.s.restore(),(0,s.il)(t,[(0,s.OP)(o)],n,c).finally(l)}}),t.j.defaultTimeout)}}},92926:function(t,e,n){"use strict";n.d(e,{i:function(){return a}});var o=n(97582),i=n(95582),r=n(61156);function a(t,e,n,a,s){if(!e)return Promise.reject((0,i.error)("Need files"));var c=t.o,l=(0,i.toArray)(e);if(!l.length)return Promise.reject((0,i.error)("Need files"));var u=[];if(c.insertImageAsBase64URI){var d,p=void 0,f=function(){if((d=l[p])&&d.type){var e=d.type.match(/\/([a-z0-9]+)/i),o=e[1]?e[1].toLowerCase():"";if(c.imagesExtensions.includes(o)){var r=new FileReader;u.push(t.j.async.promise((function(e,o){r.onerror=o,r.onloadend=function(){var o={baseurl:"",files:[r.result],isImages:[!0]};((0,i.isFunction)(n)?n:c.defaultHandlerSuccess).call(t,o),e(o)},r.readAsDataURL(d)}))),l[p]=null}}};for(p=0;l.length>p;p+=1)f()}if((l=l.filter((function(t){return t}))).length){var h=new FormData;h.append(c.pathVariableName,t.path),h.append("source",t.source);var g=void 0;for(p=0;l.length>p;p+=1)if(g=l[p]){var m=/\.[\d\w]+$/.test(g.name),v=g.type.match(/\/([a-z0-9]+)/i),y=v&&v[1]?v[1].toLowerCase():"",b=l[p].name||Math.random().toString().replace(".","");if(!m&&y){var w=y;["jpeg","jpg"].includes(w)&&(w="jpeg|jpg"),new RegExp(".("+w+")$","i").test(b)||(b+="."+y)}var _=(0,o.CR)(c.processFileName.call(t,c.filesVariableName(p),l[p],b),3);h.append(_[0],_[1],_[2])}s&&s(h),c.data&&(0,i.isPlainObject)(c.data)&&Object.keys(c.data).forEach((function(t){h.append(t,c.data[t])})),c.prepareData.call(t,h),u.push((0,r.l)(t,h).then((function(e){return c.isSuccess.call(t,e)?(((0,i.isFunction)(n)?n:c.defaultHandlerSuccess).call(t,c.process.call(t,e)),e):(((0,i.isFunction)(a)?a:c.defaultHandlerError).call(t,(0,i.error)(c.getMessage.call(t,e))),e)})).then((function(){t.j.events&&t.j.e.fire("filesWereUploaded")})))}return Promise.all(u)}},61156:function(t,e,n){"use strict";n.d(e,{A:function(){return a},l:function(){return s}});var o=n(61288),i=n(95582),r=n(9763),a=new WeakMap;function s(t,e){var n=(0,r.i)(t,e),s=function(e){var n=new o.t({xhr:function(){var e=new XMLHttpRequest;return void 0!==t.j.ow.FormData&&e.upload?(t.j.progressbar.show().progress(10),e.upload.addEventListener("progress",(function(e){if(e.lengthComputable){var n=e.loaded/e.total;n*=100,t.j.progressbar.show().progress(n),100>n||t.j.progressbar.hide()}}),!1)):t.j.progressbar.hide(),e},method:t.o.method||"POST",data:e,url:(0,i.isFunction)(t.o.url)?t.o.url(e):t.o.url,headers:t.o.headers,queryBuild:t.o.queryBuild,contentType:t.o.contentType.call(t,e),withCredentials:t.o.withCredentials||!1}),r=a.get(t);return r||(r=new Set,a.set(t,r)),r.add(n),t.j.e.one("beforeDestruct",n.destruct),n.send().then((function(t){return t.json()})).catch((function(e){t.o.error.call(t,e)})).finally((function(){n.destruct(),null==r||r.delete(n)}))};return(0,i.isPromise)(n)?n.then(s).catch((function(e){t.o.error.call(t,e)})):s(n)}},45074:function(t,e,n){"use strict";n.d(e,{Q:function(){return l}});var o=n(97582),i=n(77628),r=n(11612),a=n(95582),s=n(22562),c=n(30526),l=(n(65457),function(t){function e(e,n){var o=t.call(this,e)||this;return o.path="",o.source="default",o.options=(0,a.ConfigProto)(n||{},(0,a.ConfigProto)(i.D.defaultOptions.uploader,(0,a.isJoditObject)(e)?e.o.uploader:{})),o}return(0,o.ZT)(e,t),Object.defineProperty(e.prototype,"j",{get:function(){return this.jodit},enumerable:!1,configurable:!0}),e.prototype.className=function(){return"Uploader"},Object.defineProperty(e.prototype,"o",{get:function(){return this.options},enumerable:!1,configurable:!0}),e.prototype.setPath=function(t){return this.path=t,this},e.prototype.setSource=function(t){return this.source=t,this},e.prototype.bind=function(t,e,n){var o=function(){t.classList.remove("jodit_drag_hover")},i=this,a=function(t){var a,s,l,u=t.clipboardData,d=function(t){s&&(t.append("extension",l),t.append("mimetype",s.type))};if(!r.IS_IE&&(0,c.nw)(u))return(0,c.il)(i,u.files,e,n).finally(o),!1;if(r.IS_IE&&!r.IS_ES_NEXT)return(0,c.g0)(i,u,e,n,o);if((0,c.tc)(u)){var p=u.items;for(a=0;p.length>a;a+=1)if("file"===p[a].kind&&"image/png"===p[a].type){if(s=p[a].getAsFile()){var f=s.type.match(/\/([a-z0-9]+)/i);l=f[1]?f[1].toLowerCase():"",(0,c.il)(i,[s],e,n,d).finally(o)}t.preventDefault();break}}};i.j&&i.j.editor!==t?i.j.e.on(t,"paste",a):i.j.e.on("beforePaste",a),this.attachEvents(t,e,n,o)},e.prototype.attachEvents=function(t,e,n,o){var i=this;i.j.e.on(t,"dragend dragover dragenter dragleave drop",(function(t){t.preventDefault()})).on(t,"dragover",(function(e){((0,c.nw)(e.dataTransfer)||(0,c.tc)(e.dataTransfer))&&(t.classList.add("jodit_drag_hover"),e.preventDefault())})).on(t,"dragend dragleave",(function(e){t.classList.remove("jodit_drag_hover"),(0,c.nw)(e.dataTransfer)&&e.preventDefault()})).on(t,"drop",(function(r){t.classList.remove("jodit_drag_hover"),(0,c.nw)(r.dataTransfer)&&(r.preventDefault(),r.stopImmediatePropagation(),(0,c.il)(i,r.dataTransfer.files,e,n).finally(o))}));var r=t.querySelector("input[type=file]");r&&i.j.e.on(r,"change",(function(){(0,c.il)(i,r.files,e,n).then((function(){r.value="",/safari/i.test(navigator.userAgent)||(r.type="",r.type="file")})).finally(o)}))},e.prototype.uploadRemoteImage=function(t,e,n){var o=this,i=o.o,r=(0,a.isFunction)(n)?n:i.defaultHandlerError;(0,c.lW)(o,{action:"fileUploadRemote",url:t}).then((function(t){i.isSuccess.call(o,t)?((0,a.isFunction)(e)?e:i.defaultHandlerSuccess).call(o,i.process.call(o,t)):r.call(o,(0,a.error)(i.getMessage.call(o,t)))})).catch((function(t){return r.call(o,t)}))},e.prototype.destruct=function(){this.setStatus(s.n$.beforeDestruct);var e=c.Ap.get(this);e&&(e.forEach((function(t){try{t.destruct()}catch(t){}})),e.clear()),t.prototype.destruct.call(this)},e}(s.Hr))},81890:function(t,e,n){"use strict";n.d(e,{Y:function(){return s}});var o=n(95582),i=n(75004),r=n(8138),a=n(11064);i.JO.set("palette",n.n(a)());var s=function(t,e,n){var a="jodit-color-picker",s=(0,o.normalizeColor)(n),c=t.c.div(a),l=t.o.textIcons?"<span>".concat(t.i18n("palette"),"</span>"):i.JO.get("palette"),u=function(t){var e=[];return(0,o.isPlainObject)(t)?Object.keys(t).forEach((function(n){e.push('<div class="'.concat(a,"__group ").concat(a,"__group-").concat(n,'">')),e.push(u(t[n])),e.push("</div>")})):(0,o.isArray)(t)&&t.forEach((function(t){e.push("<span class='".concat(a,"__color-item ").concat(s===t?a+"__color-item_active_true":"","' title=\"").concat(t,'" style="background-color:').concat(t,'" data-color="').concat(t,'"></span>'))})),e.join("")};c.appendChild(t.c.fromHTML('<div class="'.concat(a,'__groups">').concat(u(t.o.colors),"</div>"))),c.appendChild(t.c.fromHTML('<div data-ref="extra" class="'.concat(a,'__extra"></div>')));var d=(0,o.refs)(c).extra;return t.o.showBrowserColorPicker&&(0,o.hasBrowserColorPicker)()&&(d.appendChild(t.c.fromHTML('<div class="'.concat(a,'__native">').concat(l,'<input type="color" value="#ffffff"/></div>'))),t.e.on(c,"change",(function(t){t.stopPropagation();var n=t.target;if(n&&n.tagName&&r.i.isTag(n,"input")){var i=n.value||"";(0,o.isFunction)(e)&&e(i),t.preventDefault()}}))),t.e.on(c,"mousedown touchend",(function(n){n.stopPropagation(),n.preventDefault();var i=n.target;if(i&&i.tagName&&!r.i.isTag(i,"svg")&&!r.i.isTag(i,"path")||!i.parentNode||(i=r.i.closest(i.parentNode,"span",t.editor)),r.i.isTag(i,"span")&&i.classList.contains(a+"__color-item")){var s=(0,o.attr)(i,"-color")||"";e&&(0,o.isFunction)(e)&&e(s)}})),t.e.fire("afterGenerateColorPicker",c,d,e,s),c}},38411:function(t,e,n){"use strict";n.d(e,{o:function(){return s}});var o=n(95582),i=n(44913),r=n(75004),a=n(70138),s=function(t,e,n,s,c){var l;void 0===c&&(c=!0);var u=[];if(e.upload&&t.o.uploader&&(t.o.uploader.url||t.o.uploader.insertImageAsBase64URI)){var d=t.c.fromHTML('<div class="jodit-drag-and-drop__file-box">'+"<strong>".concat(t.i18n(c?"Drop image":"Drop file"),"</strong>")+"<span><br>".concat(t.i18n("or click"),"</span>")+'<input type="file" accept="'.concat(c?"image/*":"*",'" tabindex="-1" dir="auto" multiple=""/>')+"</div>");t.uploader.bind(d,(function(n){var i=(0,o.isFunction)(e.upload)?e.upload:t.o.uploader.defaultHandlerSuccess;(0,o.isFunction)(i)&&i.call(t,n),t.e.fire("closeAllPopups")}),(function(e){t.message.error(e.message),t.e.fire("closeAllPopups")})),u.push({icon:"upload",name:"Upload",content:d})}if(e.filebrowser&&(t.o.filebrowser.ajax.url||t.o.filebrowser.items.url)&&u.push({icon:"folder",name:"Browse",content:function(){s&&s(),e.filebrowser&&t.filebrowser.open(e.filebrowser,c)}}),e.url){var p=new r.y3(t,{type:"submit",variant:"primary",text:"Insert"}),f=new r.x4(t,[new r.u3(t,{required:!0,label:"URL",name:"url",type:"text",placeholder:"https://"}),new r.u3(t,{name:"text",label:"Alternative text"}),new r.eC(t,[p])]);l=null,n&&!i.i.isText(n)&&(i.i.isTag(n,"img")||(0,o.$$)("img",n).length)&&(l="IMG"===n.tagName?n:(0,o.$$)("img",n)[0],(0,o.val)(f.container,"input[name=url]",(0,o.attr)(l,"src")),(0,o.val)(f.container,"input[name=text]",(0,o.attr)(l,"alt")),p.state.text="Update"),n&&i.i.isTag(n,"a")&&((0,o.val)(f.container,"input[name=url]",(0,o.attr)(n,"href")),(0,o.val)(f.container,"input[name=text]",(0,o.attr)(n,"title")),p.state.text="Update"),f.onSubmit((function(n){(0,o.isFunction)(e.url)&&e.url.call(t,n.url,n.text)})),u.push({icon:"link",name:"URL",content:f.container})}return(0,a.I)(t,u)}},68699:function(t,e,n){"use strict";n.d(e,{IL:function(){return i.I},YW:function(){return o.Y},ov:function(){return r.o}});var o=n(81890),i=n(70138),r=n(38411)},70138:function(t,e,n){"use strict";n.d(e,{I:function(){return c}});var o=n(95582),i=n(96318),r=n(75004),a=n(22562),s=n(44913),c=function(t,e,n){var c=t.c.div("jodit-tabs"),l=t.c.div("jodit-tabs__wrapper"),u=t.c.div("jodit-tabs__buttons"),d={},p=[],f="",h=0;c.appendChild(u),c.appendChild(l);var g=function(t){d[t]&&(p.forEach((function(t){t.state.activated=!1})),(0,o.$$)(".jodit-tab",l).forEach((function(t){t.classList.remove("jodit-tab_active")})),d[t].button.state.activated=!0,d[t].tab.classList.add("jodit-tab_active"))};if(e.forEach((function(o){var c=o.icon,m=o.name,v=o.content,y=t.c.div("jodit-tab"),b=(0,r.zx)(t,c||m,m);t.e.on(b.container,"mousedown",(function(t){return t.preventDefault()})),f||(f=m),u.appendChild(b.container),p.push(b),b.container.classList.add("jodit-tabs__button","jodit-tabs__button_columns_"+e.length),(0,i.m)(v)?y.appendChild(t.c.div("jodit-tab_empty")):y.appendChild(a.wA.isInstanceOf(v,r.u1)?v.container:v),l.appendChild(y),b.onAction((function(){return g(m),(0,i.m)(v)&&!s.i.isElement(v)&&v.call(t),n&&(n.__activeTab=m),!1})),d[m]={button:b,tab:y},h+=1})),!h)return c;if((0,o.$$)("a",u).forEach((function(t){t.style.width=(100/h).toFixed(10)+"%"})),g(n&&n.__activeTab&&d[n.__activeTab]?n.__activeTab:f),n){var m=n.__activeTab;Object.defineProperty(n,"__activeTab",{configurable:!0,enumerable:!1,get:function(){return m},set:function(t){m=t,g(t)}})}return c}},22915:function(t,e,n){"use strict";var o=n(77628),i=n(95582),r=n(11612),a=n(81160),s=n(10503),c=n(17908),l=n.n(c);o.D.prototype.controls.about={exec:function(t){var e=t.dlg(),n=t.i18n.bind(t);e.setMod("theme",t.o.theme).setHeader(n("About Jodit")).setContent('<div class="jodit-about">\n\t\t\t\t\t<div>'.concat(n("Jodit Editor")," v.").concat(t.getVersion(),"</div>\n\t\t\t\t\t<div>").concat(n("License: %s",(0,i.isLicense)(t.o.license)?(0,i.normalizeLicense)(t.o.license):"MIT"),'</div>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<a href="').concat(r.HOMEPAGE,'" target="_blank">').concat(r.HOMEPAGE,'</a>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div>\n\t\t\t\t\t\t<a href="https://xdsoft.net/jodit/docs/" target="_blank">').concat(n("Jodit User's Guide"),"</a>\n\t\t\t\t\t\t").concat(n("contains detailed help for using"),"\n\t\t\t\t\t</div>\n\t\t\t\t\t<div>").concat(n("Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved."),"</div>\n\t\t\t\t</div>")),(0,i.css)(e.dialog,{minHeight:200,minWidth:420}),e.open(!0,!0)},tooltip:"About Jodit",mode:r.MODE_SOURCE+r.MODE_WYSIWYG},a.pw.add("about",(function(t){t.registerButton({name:"about",group:"info"})})),s.J.set("about",l())},73936:function(t,e,n){"use strict";var o=n(97582),i=n(8079),r=n(95582),a=n(50526),s=n(81160),c=(n(65789),"addnewline"),l=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.line=e.j.c.fromHTML('<div role="button" tabindex="-1" title="'.concat(e.j.i18n("Break"),'" class="jodit-add-new-line"><span>').concat(i.Icon.get("enter"),"</span></div>")),e.isMatchedTag=function(t){return Boolean(t&&e.j.o.addNewLineTagsTriggers.includes(t.nodeName.toLowerCase()))},e.preview=!1,e.lineInFocus=!1,e.isShown=!1,e.hideForce=function(){e.isShown&&(e.isShown=!1,e.j.async.clearTimeout(e.timeout),e.lineInFocus=!1,i.Dom.safeRemove(e.line),e.line.style.setProperty("--jd-offset-handle","0"))},e.canGetFocus=function(t){return null!=t&&i.Dom.isBlock(t)&&!/^(img|table|iframe|hr)$/i.test(t.nodeName)},e.onClickLine=function(t){var n=e.j,o=n.createInside.element(n.o.enter);e.preview&&e.current&&e.current.parentNode?e.current===n.editor?i.Dom.prepend(n.editor,o):e.current.parentNode.insertBefore(o,e.current):n.editor.appendChild(o),n.s.setCursorIn(o),(0,r.scrollIntoViewIfNeeded)(o,n.editor,n.ed),n.synchronizeValues(),e.hideForce(),t.preventDefault()},e}return(0,o.ZT)(e,t),e.prototype.show=function(){this.isShown||this.j.o.readonly||this.j.isLocked||(this.isShown=!0,this.j.async.clearTimeout(this.timeout),this.line.classList.toggle("jodit-add-new-line_after",!this.preview),this.j.container.appendChild(this.line),this.line.style.width=this.j.container.clientWidth+"px")},e.prototype.onLock=function(t){t&&this.isShown&&this.hideForce()},e.prototype.hide=function(){this.isShown&&!this.lineInFocus&&(this.timeout=this.j.async.setTimeout(this.hideForce,{timeout:500,label:"add-new-line-hide"}))},e.prototype.afterInit=function(t){var e=this;t.o.addNewLine&&(t.e.on(this.line,"mousemove",(function(t){t.stopPropagation()})).on(this.line,"mousedown touchstart",this.onClickLine).on("change",this.hideForce).on(this.line,"mouseenter",(function(){e.j.async.clearTimeout(e.timeout),e.lineInFocus=!0})).on(this.line,"mouseleave",(function(){e.lineInFocus=!1})).on("changePlace",this.addEventListeners.bind(this)),this.addEventListeners())},e.prototype.addEventListeners=function(){var t=this.j;t.e.off(t.editor,"."+c).off(t.container,"."+c).on([t.ow,t.ew,t.editor],"scroll."+c,this.hideForce).on(t.editor,"click."+c,this.hide).on(t.container,"mouseleave."+c,this.hide).on(t.editor,"mousemove."+c,this.onMouseMove)},e.prototype.onDblClickEditor=function(t){var e=this.j;if(!e.o.readonly&&e.o.addNewLineOnDBLClick&&t.target===e.editor&&e.s.isCollapsed()){var n=(0,r.offset)(e.editor,e,e.ed),o=t.pageY-e.ew.pageYOffset,i=e.createInside.element(e.o.enter);Math.abs(o-n.top)<Math.abs(o-(n.height+n.top))&&e.editor.firstChild?e.editor.insertBefore(i,e.editor.firstChild):e.editor.appendChild(i),e.s.setCursorIn(i),e.synchronizeValues(),this.hideForce(),t.preventDefault()}},e.prototype.onMouseMove=function(t){var e,n=this.j,o=n.ed.elementFromPoint(t.clientX,t.clientY);if(i.Dom.isHTMLElement(o)&&!i.Dom.isOrContains(this.line,o)&&i.Dom.isOrContains(n.editor,o))if(n.editor===o||this.isMatchedTag(o)||(o=i.Dom.closest(o,this.isMatchedTag,n.editor)),o){if(this.isMatchedTag(o)){var a=i.Dom.up(o,i.Dom.isBlock,n.editor);a&&a!==n.editor&&(o=a)}var s=(0,r.position)(o,this.j),c=!1,l=t.clientY,u=t.clientX;this.j.iframe&&(l+=(e=(0,r.position)(this.j.iframe,this.j,!0)).top,u+=e.left);var d=this.j.o.addNewLineDeltaShow;Math.abs(l-s.top)>d||(c=s.top,this.preview=!0),Math.abs(l-(s.top+s.height))>d||(c=s.top+s.height,this.preview=!1),!1===c||(n.editor!==o||this.preview)&&(0,r.call)(this.preview?i.Dom.prev:i.Dom.next,o,this.canGetFocus,n.editor)?(this.current=!1,this.hide()):(this.line.style.top=c+"px",this.current=o,this.show(),this.line.style.setProperty("--jd-offset-handle",u-s.left-10+"px"))}else this.hide()},e.prototype.beforeDestruct=function(){this.j.async.clearTimeout(this.timeout),this.j.e.off(this.line).off("changePlace",this.addEventListeners),i.Dom.safeRemove(this.line),this.j.e.off([this.j.ow,this.j.ew,this.j.editor],"."+c).off(this.j.container,"."+c)},(0,o.gn)([(0,a.watch)(":lock")],e.prototype,"onLock",null),(0,o.gn)([a.autobind],e.prototype,"hide",null),(0,o.gn)([(0,a.watch)(":dblclick")],e.prototype,"onDblClickEditor",null),(0,o.gn)([(0,a.debounce)((function(t){return 5*t.defaultTimeout}))],e.prototype,"onMouseMove",null),e}(i.Plugin);s.pw.add("addNewLine",l)},65789:function(t,e,n){"use strict";var o=n(77628),i=n(10503),r=n(27705),a=n.n(r);o.D.prototype.addNewLine=!0,o.D.prototype.addNewLineOnDBLClick=!0,o.D.prototype.addNewLineTagsTriggers=["table","iframe","img","hr","pre","jodit"],o.D.prototype.addNewLineDeltaShow=20,i.J.set("enter",a())},81086:function(t,e,n){"use strict";var o=n(97582),i=n(7324),r=n(8138),a=n(11612),s=n(96318),c=n(56616),l=n(81160),u=n(34658),d=n(72175),p=(n(20941),function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return(0,o.ZT)(e,t),e.prototype.afterInit=function(t){var e=this;t.registerCommand("deleteButton",{exec:function(){return e.onDelete(!1)},hotkeys:t.o.delete.hotkeys.delete},{stopPropagation:!1}).registerCommand("backspaceButton",{exec:function(){return e.onDelete(!0)},hotkeys:t.o.delete.hotkeys.backspace},{stopPropagation:!1}).registerCommand("deleteWordButton",{exec:function(){return e.onDelete(!1,"word")},hotkeys:t.o.delete.hotkeys.deleteWord}).registerCommand("backspaceWordButton",{exec:function(){return e.onDelete(!0,"word")},hotkeys:t.o.delete.hotkeys.backspaceWord}).registerCommand("deleteSentenceButton",{exec:function(){return e.onDelete(!1,"sentence")},hotkeys:t.o.delete.hotkeys.deleteSentence}).registerCommand("backspaceSentenceButton",{exec:function(){return e.onDelete(!0,"sentence")},hotkeys:t.o.delete.hotkeys.backspaceSentence})},e.prototype.beforeDestruct=function(t){t.e.off("afterCommand.delete")},e.prototype.onDelete=function(t,e){void 0===e&&(e="char");var n=this.j,o=n.selection;if(o.isFocused()||o.focus(),(0,d.F)(n))return!1;var i=o.range,l=n.createInside.text(a.INVISIBLE_SPACE);try{if(r.i.safeInsertNode(i,l),!r.i.isOrContains(n.editor,l))return;if(n.e.fire("backSpaceBeforeCases",t,l))return!1;if((0,c.F)(n,l,t),u.c.some((function(o){if((0,s.m)(o)&&o(n,l,t,e))return!0})))return!1}catch(t){throw t}finally{n.e.fire("backSpaceAfterDelete",t,l),this.safeRemoveEmptyNode(l)}return!1},e.prototype.safeRemoveEmptyNode=function(t){var e,n,o=this.j.s.range;o.startContainer===t&&(t.previousSibling?r.i.isText(t.previousSibling)?o.setStart(t.previousSibling,null!==(n=null===(e=t.previousSibling.nodeValue)||void 0===e?void 0:e.length)&&void 0!==n?n:0):o.setStartAfter(t.previousSibling):t.nextSibling&&(r.i.isText(t.nextSibling)?o.setStart(t.nextSibling,0):o.setStartBefore(t.nextSibling)),o.collapse(!0),this.j.s.selectRange(o)),r.i.safeRemove(t)},e.requires=["hotkeys"],e}(i.S));l.pw.add("backspace",p)},43707:function(t,e,n){"use strict";n.d(e,{g:function(){return a}});var o=n(44913),i=n(23285),r=n(11612);function a(t,e,n){for(var i=e,a=i;i&&!o.i.findNotEmptySibling(i,n)&&i.parentElement!==t.editor;)a=i=i.parentElement;if(o.i.isElement(a)&&o.i.isContentEditable(a,t.editor)){var c=o.i.findNotEmptySibling(a,n);if(c&&(function(t,e,n,i){var a=o.i.isTag(n,r.LIST_TAGS),c=o.i.isTag(e,r.LIST_TAGS),l=function(t,e){return e?t.firstElementChild:t.lastElementChild};return c?(n=t.createInside.element(t.o.enterBlock),o.i.before(e,n),s(t,l(e,i),n,i)):!(!n||!a||c)&&s(t,e,l(n,!i),i)}(t,a,c,n)||s(t,a,c,n)))return t.s.setCursorBefore(e),!0}return!1}function s(t,e,n,r){if(e&&o.i.isElement(n)){o.i.moveContent(e,n,!r,(0,i.U)(t));for(var a=e;a&&a!==t.editor&&o.i.isEmpty(a);){var s=a.parentElement;o.i.safeRemove(a),a=s}return!0}return!1}},88463:function(t,e,n){"use strict";n.d(e,{W:function(){return a}});var o=n(44913),i=n(70254),r=n(23285);function a(t,e,n){var a=o.i.findSibling(e,n),s=o.i.findSibling(e,!n);if(!o.i.closest(e,o.i.isElement,t.editor)&&o.i.isList(a)&&o.i.isList(s)&&o.i.isTag(a.lastElementChild,"li")&&o.i.isTag(s.firstElementChild,"li")){var c=t.s,l=c.setCursorBefore,u=c.setCursorAfter,d=a.lastElementChild;return(0,i.RE)(n?o.i.prepend:o.i.append,s.firstElementChild,e),o.i.moveContent(s,a,!n,(0,r.U)(t)),o.i.safeRemove(s),(0,i.RE)(n?o.i.append:o.i.prepend,d,e),(0,i.RE)(n?l:u,e),!0}return!1}},72175:function(t,e,n){"use strict";function o(t){return!t.s.isCollapsed()&&(t.execCommand("Delete"),!0)}n.d(e,{F:function(){return o}})},22878:function(t,e,n){"use strict";n.d(e,{p:function(){return s}});var o=n(8138),i=n(95582),r=n(11612),a=n(23285);function s(t,e,n,c){var l,u,d,p,f=n?-1:1,h=o.i.sibling(e,!n),g=o.i.sibling(e,n),m=null,v=!1,y=function(e){var i=o.i.sibling(e,n);return!i&&e.parentNode&&e.parentNode!==t.editor&&(i=(0,a.G)(e,!n,t.editor,!0)),i};for(g||(g=y(e));g&&(o.i.isText(g)||o.i.isInlineBlock(g));){for(;o.i.isInlineBlock(g);)g=n?null==g?void 0:g.lastChild:null==g?void 0:g.firstChild;if(!g)break;if(null===(l=g.nodeValue)||void 0===l?void 0:l.length){var b=(0,i.toArray)(g.nodeValue),w=b.length,_=n?w-1:0;if(b[_]===r.INVISIBLE_SPACE)for(;b[_]===r.INVISIBLE_SPACE;)_+=f;if(p=b[_],b[_+f]===r.INVISIBLE_SPACE){for(_+=f;b[_]===r.INVISIBLE_SPACE;)_+=f;_+=n?1:-1}if(b=n&&0>_?[]:b.slice(n?0:_+1,n?_:w),!h||!o.i.isText(h)||(n?/^ /:/ $/).test(null!==(u=h.nodeValue)&&void 0!==u?u:"")||!(0,i.trimInv)(h.nodeValue||"").length)for(var k=n?b.length-1:0;(n?k>=0:b.length>k)&&" "===b[k];k+=n?-1:1)b[k]=r.NBSP_SPACE;g.nodeValue=b.join("")}if((null===(d=g.nodeValue)||void 0===d?void 0:d.length)||(m=g),!(0,i.isVoid)(p)&&p!==r.INVISIBLE_SPACE){v=!0,(0,i.call)(n?o.i.after:o.i.before,g,e),("sentence"===c||"word"===c&&" "!==p&&p!==r.NBSP_SPACE)&&s(t,e,n,c);break}var C=y(g);m&&(o.i.safeRemove(m),m=null),g=C}return m&&(o.i.safeRemove(m),m=null),v&&(function(t,e){for(var n=t.parentElement;n&&o.i.isInlineBlock(n)&&o.i.isTag(n,"a");){var i=n.parentElement;o.i.isEmpty(n)&&(o.i.after(n,t),o.i.safeRemove(n)),n=i}}(e),function(t,e){e.parentElement!==t.editor&&o.i.isBlock(e.parentElement)&&o.i.each(e.parentElement,o.i.isEmptyTextNode)&&o.i.after(e,t.createInside.element("br"))}(t,e),t.s.setCursorBefore(e),o.i.isTag(e.previousSibling,"br")&&!o.i.findNotEmptySibling(e,!1)&&o.i.after(e,t.createInside.element("br"))),v}},24590:function(t,e,n){"use strict";n.d(e,{W:function(){return a}});var o=n(8138),i=n(95582),r=n(56616);function a(t,e,n){var a=o.i.findSibling(e,n);return!a&&e.parentElement&&e.parentElement!==t.editor&&(a=o.i.findSibling(e.parentElement,n)),!(!o.i.isElement(a)||o.i.isContentEditable(a,t.editor)||((0,i.call)(n?o.i.before:o.i.after,a,e),o.i.safeRemove(a),(0,r.F)(t,e,n),(0,i.call)(n?t.s.setCursorBefore:t.s.setCursorAfter,e),0))}},93989:function(t,e,n){"use strict";n.d(e,{L:function(){return i}});var o=n(44913);function i(t,e,n){var i=o.i.closest(e,o.i.isElement,t.editor);if(!i)return!1;var r=o.i.findNotEmptySibling(i,n);return!(!r||!o.i.isEmpty(r)||(o.i.safeRemove(r),t.s.setCursorBefore(e),0))}},36646:function(t,e,n){"use strict";n.d(e,{J:function(){return a}});var o=n(8138),i=n(11612),r=n(88463);function a(t,e,n){var a=!1,s=t.s,c=s.setCursorBefore,l=s.setCursorIn,u=o.i.closest(e,o.i.isElement,t.editor);if(!u||!o.i.isEmpty(u))return!1;var d=o.i.findNotEmptyNeighbor(e,n,t.editor);do{if(!u||!o.i.isEmpty(u)||o.i.isCell(u))break;o.i.after(u,e);var p=o.i.closest(u,(function(t){return o.i.isElement(t)&&t!==u}),t.editor);o.i.safeRemove(u),a=!0,u=p}while(u);return!(!a||!(0,r.W)(t,e,n))||(!d||o.i.isText(d)||o.i.isTag(d,i.INSEPARABLE_TAGS)?c(e):l(d,!n),a)}},7689:function(t,e,n){"use strict";n.d(e,{a:function(){return a}});var o=n(44913),i=n(11612),r=n(36646);function a(t,e,n){var a=o.i.findSibling(e,n);return!(!o.i.isElement(a)||!o.i.isTag(a,i.INSEPARABLE_TAGS)&&!o.i.isEmpty(a)||(o.i.safeRemove(a),o.i.isTag(a,"br")&&!o.i.findNotEmptySibling(e,!1)&&o.i.after(e,t.createInside.element("br")),t.s.setCursorBefore(e),o.i.isTag(a,"br")&&(0,r.J)(t,e,n),0))}},85838:function(t,e,n){"use strict";n.d(e,{R:function(){return i}});var o=n(44913);function i(t,e){return!!o.i.isCell(e.parentElement)}},54073:function(t,e,n){"use strict";n.d(e,{k:function(){return r}});var o=n(44913),i=n(98478);function r(t,e,n){var r,a=o.i.closest(e,o.i.isElement,t.editor),s=t.s;if(o.i.isLeaf(a)&&(null===(r=null==a?void 0:a.parentElement)||void 0===r?void 0:r[n?"firstElementChild":"lastElementChild"])===a&&s.cursorInTheEdge(n,a)){var c=a.parentElement,l=t.createInside.element(t.o.enterBlock);return(0,i.call)(n?o.i.before:o.i.after,c,l),o.i.moveContent(a,l),o.i.safeRemove(a),o.i.isEmpty(c)&&o.i.safeRemove(c),(0,i.call)(n?s.setCursorBefore:s.setCursorAfter,e),!0}return!1}},34658:function(t,e,n){"use strict";n.d(e,{c:function(){return p}});var o=n(7689),i=n(24590),r=n(22878),a=n(85838),s=n(36646),c=n(93989),l=n(88463),u=n(43707),d=n(54073),p=[o.a,i.W,r.p,a.R,s.J,c.L,l.W,u.g,d.k]},20941:function(t,e,n){"use strict";n(77628).D.prototype.delete={hotkeys:{delete:["delete","cmd+backspace"],deleteWord:["ctrl+delete","cmd+alt+backspace","ctrl+alt+backspace"],deleteSentence:["ctrl+shift+delete","cmd+shift+delete"],backspace:["backspace"],backspaceWord:["ctrl+backspace"],backspaceSentence:["ctrl+shift+backspace","cmd+shift+backspace"]}}},23285:function(t,e,n){"use strict";n.d(e,{G:function(){return i},U:function(){return r}});var o=n(8138);function i(t,e,n,i){void 0===i&&(i=!1);var r=function(t){return e?t.firstChild:t.lastChild},a=o.i.findNotEmptyNeighbor(t,!e,n);if(i&&o.i.isElement(a)&&!o.i.isInlineBlock(a))return null;if(a)do{if(!r(a))return a;a=r(a)}while(a);return null}function r(t){return function(e){return!0!==t.e.fire("backSpaceIsMovedIgnore",e)}}},58367:function(t,e,n){"use strict";var o=n(97582),i=n(77628),r=n(95582),a=n(81160),s=n(10503),c=n(16743),l=n.n(c),u=n(24536),d=n.n(u),p=n(34804),f=n.n(p),h=n(88066),g=n.n(h),m=n(9811),v=n.n(m),y=n(65223),b=n.n(y);n(48460),a.pw.add("bold",(function(t){var e=function(e){var n,a=i.D.defaultOptions.controls[e],s=(0,o.pi)({},a.css);return Object.keys(s).forEach((function(t){n||(n={}),n[t]=(0,r.isArray)(s[t])?s[t][0]:s[t]})),t.s.commitStyle({element:a.tags?a.tags[0]:void 0,attributes:n?{style:n}:{}}),t.synchronizeValues(),!1};["bold","italic","underline","strikethrough"].forEach((function(e){t.registerButton({name:e,group:"font-style"})})),["superscript","subscript"].forEach((function(e){t.registerButton({name:e,group:"script"})})),t.registerCommand("bold",{exec:e,hotkeys:["ctrl+b","cmd+b"]}).registerCommand("italic",{exec:e,hotkeys:["ctrl+i","cmd+i"]}).registerCommand("underline",{exec:e,hotkeys:["ctrl+u","cmd+u"]}).registerCommand("strikethrough",{exec:e}).registerCommand("subscript",{exec:e}).registerCommand("superscript",{exec:e})})),s.J.set("bold",l()).set("italic",d()).set("strikethrough",f()).set("subscript",g()).set("superscript",v()).set("underline",b())},48460:function(t,e,n){"use strict";var o=n(77628);o.D.prototype.controls.subscript={tags:["sub"],tooltip:"subscript"},o.D.prototype.controls.superscript={tags:["sup"],tooltip:"superscript"},o.D.prototype.controls.bold={tagRegExp:/^(strong|b)$/i,tags:["strong","b"],css:{"font-weight":["bold","700"]},tooltip:"Bold"},o.D.prototype.controls.italic={tagRegExp:/^(em|i)$/i,tags:["em","i"],css:{"font-style":"italic"},tooltip:"Italic"},o.D.prototype.controls.underline={tagRegExp:/^(u)$/i,tags:["u"],css:{"text-decoration-line":"underline"},tooltip:"Underline"},o.D.prototype.controls.strikethrough={tagRegExp:/^(s)$/i,tags:["s"],css:{"text-decoration-line":"line-through"},tooltip:"Strike through"}},23711:function(t,e,n){"use strict";var o=n(97582),i=n(7324),r=n(77628),a=n(44913),s=n(70254),c=n(81160),l=n(10503),u=n(24322),d=n.n(u);r.D.prototype.controls.classSpan={command:"applyClassName",exec:s.u3,list:["enabled","disabled","activated","text-left","text-center","text-right","warning","error"],isChildActive:function(t,e){var n=t.s.current();if(n){var o=a.i.closest(n,a.i.isElement,t.editor)||t.editor;return Boolean(e.args&&o.classList.contains(e.args[0].toString()))}return!1},isActive:function(t,e){var n=t.s.current();if(n){var o=a.i.closest(n,a.i.isElement,t.editor)||t.editor,i=!1;return e.list&&Object.keys(e.list).forEach((function(t){o.classList.contains(t)&&(i=!0)})),Boolean(o&&o!==t.editor&&void 0!==e.list&&i)}return!1},childTemplate:function(t,e,n){return'<span class="'.concat(e,'">').concat(t.i18n(n),"</span>")},tooltip:"Insert className"};var p=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.buttons=[{name:"classSpan",group:"font"}],e}return(0,o.ZT)(e,t),e.prototype.afterInit=function(t){t.registerCommand("applyClassName",(function(e,n,o){var i;return t.s.commitStyle({attributes:(i={},i.class=o,i)}),!1}))},e.prototype.beforeDestruct=function(){},e}(i.S);c.pw.add("classSpan",p),l.J.set("class-span",d())},40563:function(t,e,n){"use strict";var o=n(97582),i=n(92058),r=n(35618),a=n(50526),s=n(27869),c=n(81160),l=n(44913),u=n(82300),d=(n(53674),function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.buttons=[{name:"eraser",group:"font-style"}],e.currentSelectionNode=null,e.walker=new s.b(e.j.async,{timeout:e.j.o.cleanHTML.timeout}),e}return(0,o.ZT)(e,t),e.prototype.afterInit=function(t){},Object.defineProperty(e.prototype,"isEditMode",{get:function(){return!(this.j.isInDestruct||!this.j.isEditorMode()||this.j.getReadOnly())},enumerable:!1,configurable:!0}),e.prototype.onChangeCleanHTML=function(){if(this.isEditMode){var t=this.j;this.walker.setWork(t.editor),this.currentSelectionNode=t.s.current()}},e.prototype.startWalker=function(){var t=this,e=this.jodit,n=(0,u.XR)(this.j.o.cleanHTML.allowTags),o=(0,u.XR)(this.j.o.cleanHTML.denyTags);this.walker.on("visit",(function(i){return(0,u.s_)(e,i,n,o,t.currentSelectionNode)})).on("end",(function(e){t.j.e.fire(e?"internalChange finishedCleanHTMLWorker":"finishedCleanHTMLWorker")}))},e.prototype.beforeCommand=function(t){if("removeformat"===t.toLowerCase())return this.j.s.isCollapsed()?(0,u.sK)(this.j):(0,u.qZ)(this.j),!1},e.prototype.onBeforeSetNativeEditorValue=function(t){var e,n=(e=(0,o.CR)(this.j.o.cleanHTML.useIframeSandbox?this.j.createInside.sandbox():[this.j.createInside.div()],2))[0],r=e[1];return n.innerHTML=t.value,this.onSafeHTML(n),t.value=n.innerHTML,(0,i.e)(n,{safeJavaScriptLink:!0,removeOnError:!0}),l.i.safeRemove(r),!1},e.prototype.onSafeHTML=function(t){(0,i.e)(t,this.j.o.cleanHTML)},e.prototype.beforeDestruct=function(){this.walker.destruct()},(0,o.gn)([(0,a.watch)([":change",":afterSetMode",":afterInit",":mousedown",":keydown"])],e.prototype,"onChangeCleanHTML",null),(0,o.gn)([(0,a.hook)("ready")],e.prototype,"startWalker",null),(0,o.gn)([(0,a.watch)(":beforeCommand")],e.prototype,"beforeCommand",null),(0,o.gn)([(0,a.watch)(":beforeSetNativeEditorValue")],e.prototype,"onBeforeSetNativeEditorValue",null),(0,o.gn)([(0,a.watch)(":safeHTML")],e.prototype,"onSafeHTML",null),e}(r.S));c.pw.add("cleanHtml",d)},53674:function(t,e,n){"use strict";var o=n(77628),i=n(10503),r=n(52221),a=n.n(r);o.D.prototype.cleanHTML={timeout:300,removeEmptyElements:!0,fillEmptyParagraph:!0,replaceNBSP:!0,replaceOldTags:{i:"em",b:"strong"},allowTags:!1,denyTags:"script",useIframeSandbox:!1,removeOnError:!0,safeJavaScriptLink:!0,disableCleanFilter:null},o.D.prototype.controls.eraser={command:"removeFormat",tooltip:"Clear Formatting"},i.J.set("eraser",a())},83820:function(t,e,n){"use strict";n.d(e,{X:function(){return r}});var o=n(73076),i=n(4682);function r(t){var e=/([^[]*)\[([^\]]+)]/,n=/[\s]*,[\s]*/,r=/^(.*)[\s]*=[\s]*(.*)$/,a={};return(0,i.H)(t)?(t.split(n).map((function(t){t=(0,o.f)(t);var i=e.exec(t),s={};if(i){var c=i[2].split(n);i[1]&&(c.forEach((function(t){t=(0,o.f)(t);var e=r.exec(t);e?s[e[1]]=e[2]:s[t]=!0})),a[i[1].toUpperCase()]=s)}else a[t.toUpperCase()]=!0})),a):!!t&&(Object.keys(t).forEach((function(e){a[e.toUpperCase()]=t[e]})),a)}},82300:function(t,e,n){"use strict";n.d(e,{XR:function(){return o.X},qZ:function(){return r.q},sK:function(){return i.s},s_:function(){return a.s}});var o=n(83820),i=n(16119),r=n(77666),a=n(79293)},16119:function(t,e,n){"use strict";n.d(e,{r:function(){return a},s:function(){return r}});var o=n(44913),i=n(11612);function r(t,e){var n=t.s,i=e;if(!i){i=t.createInside.fake();var r=n.range;o.i.safeInsertNode(r,i),r.collapse()}var s=o.i.furthest(i,a,t.editor);if(s)if(n.cursorOnTheLeft(s))o.i.before(s,i);else if(n.cursorOnTheRight(s))o.i.after(s,i);else{var c=n.splitSelection(s);c&&o.i.after(c,i)}e||(n.setCursorBefore(i),o.i.safeRemove(i))}function a(t){return o.i.isInlineBlock(t)&&!o.i.isTag(t,i.INSEPARABLE_TAGS)}},77666:function(t,e,n){"use strict";n.d(e,{q:function(){return a}});var o=n(44913),i=n(98478),r=n(16119);function a(t){var e=t.s,n=t.editor,a=t.createInside,s=e.range,c=s.cloneRange(),l=s.cloneRange(),u=a.fake(),d=a.fake();c.collapse(!0),l.collapse(!1),o.i.safeInsertNode(c,u),o.i.safeInsertNode(l,d),s.setStartBefore(u),s.collapse(!0),e.selectRange(s),(0,r.s)(t,u),s.setEndAfter(d),s.collapse(!1),e.selectRange(s),(0,r.s)(t,d);var p=[];o.i.between(u,d,(function(t){(0,r.r)(t)&&!o.i.isTag(t,"a")&&p.push(t),o.i.isElement(t)&&(0,i.attr)(t,"style")&&(0,i.attr)(t,"style",null)})),p.forEach((function(t){return o.i.unwrap(t)}));var f=function(t,e){if(!o.i.findNotEmptySibling(t,e)){var r=t.parentNode;if(r&&r!==n&&(0,i.attr)(r,"style"))return(0,i.attr)(r,"style",null),f(r,e),!0}};f(u,!0)&&f(d,!1),s.setStartAfter(u),s.setEndBefore(d),e.selectRange(s),o.i.safeRemove(u),o.i.safeRemove(d)}},76466:function(t,e,n){"use strict";n.d(e,{b:function(){return i}});var o=n(44913);function i(t,e,n,i){if(i&&o.i.isElement(e)&&!0!==i[e.nodeName]){var r=e.attributes;if(r&&r.length){for(var a=[],s=0;r.length>s;s+=1){var c=i[e.nodeName][r[s].name];(!c||!0!==c&&c!==r[s].value)&&a.push(r[s].name)}a.length&&(n=!0),a.forEach((function(t){e.removeAttribute(t)}))}}return n}},34937:function(t,e,n){"use strict";n.d(e,{_:function(){return r}});var o=n(44913),i=n(11612);function r(t,e,n){if(t.o.cleanHTML.fillEmptyParagraph&&o.i.isBlock(e)&&o.i.isEmpty(e,i.INSEPARABLE_TAGS)){var r=t.createInside.element("br");return e.appendChild(r),!0}return n}},31216:function(t,e,n){"use strict";n.r(e),n.d(e,{allowAttributes:function(){return i.b},fillEmptyParagraph:function(){return r._},removeEmptyTextNode:function(){return s.W},removeInvTextNodes:function(){return c.e},replaceOldTags:function(){return o.G},sanitizeAttributes:function(){return l.F},tryRemoveNode:function(){return a.P}});var o=n(97279),i=n(76466),r=n(34937),a=n(58110),s=n(92068),c=n(2420),l=n(39185)},92068:function(t,e,n){"use strict";n.d(e,{W:function(){return i}});var o=n(44913);function i(t,e,n,i,r,a){return o.i.isText(e)&&!e.nodeValue?(e===a&&t.s.isCollapsed()&&t.s.setCursorAfter(e),o.i.safeRemove(e),!0):n}},2420:function(t,e,n){"use strict";n.d(e,{e:function(){return r}});var o=n(11612),i=n(44913);function r(t,e,n,r,a,s){if(s===e||!i.i.isText(e)||null==e.nodeValue)return n;if(!(0,o.INVISIBLE_SPACE_REG_EXP)().test(e.nodeValue))return n;var c=i.i.furthest(s,i.i.isBlock,t.editor);return!c||i.i.isOrContains(c,e)?n:(e.nodeValue=e.nodeValue.replace((0,o.INVISIBLE_SPACE_REG_EXP)(),""),e===s&&t.s.isCollapsed()&&t.s.setCursorAfter(e),e.nodeValue||i.i.safeRemove(e),!0)}},97279:function(t,e,n){"use strict";n.d(e,{G:function(){return i}});var o=n(44913);function i(t,e,n){var i=function(t,e,n){if(!n||!o.i.isHTMLElement(e))return e;var i=n[e.nodeName.toLowerCase()]||n[e.nodeName];return i?o.i.replace(e,i,t.createInside,!0,!1):e}(t,e,t.o.cleanHTML.replaceOldTags);return e!==i?(e=i,!0):n}},39185:function(t,e,n){"use strict";n.d(e,{F:function(){return r}});var o=n(44913),i=n(95582);function r(t,e,n){return!(!o.i.isElement(e)||!(0,i.sanitizeHTMLElement)(e,{safeJavaScriptLink:t.options.cleanHTML.safeJavaScriptLink,removeOnError:t.options.cleanHTML.removeOnError}))||n}},58110:function(t,e,n){"use strict";n.d(e,{P:function(){return a}});var o=n(44913),i=n(11612),r=n(73076);function a(t,e,n,a,s,c){return function(t,e,n,a,s){return!(o.i.isText(e)||!(a&&!a[e.nodeName]||s&&s[e.nodeName]))||t.o.cleanHTML.removeEmptyElements&&o.i.isElement(e)&&null!=e.nodeName.match(i.IS_INLINE)&&!o.i.isTemporary(e)&&0===(0,r.f)(e.innerHTML).length&&(null==n||!o.i.isOrContains(e,n))}(t,e,c,a,s)?(o.i.safeRemove(e),!0):n}},79293:function(t,e,n){"use strict";n.d(e,{s:function(){return a}});var o=n(97582),i=n(31216),r=(n(11612),Object.keys(i));function a(t,e,n,a,s){var c,l,u=!1,d=t.o.cleanHTML.disableCleanFilter;try{for(var p=(0,o.XA)(r),f=p.next();!f.done;f=p.next()){var h=f.value;if(!(d&&d.has(h)||(u=(0,i[h])(t,e,u,n,a,s),e.isConnected)))return!0}}catch(t){c={error:t}}finally{try{f&&!f.done&&(l=p.return)&&l.call(p)}finally{if(c)throw c.error}}return u}},42412:function(t,e,n){"use strict";var o=n(11612),i=n(95582),r=n(81160),a=(n(18800),function(){function t(){this.buttons=[{name:"cut",group:"clipboard"},{name:"copy",group:"clipboard"},{name:"paste",group:"clipboard"},{name:"selectall",group:"clipboard"}]}return t.prototype.init=function(t){var e;null===(e=this.buttons)||void 0===e||e.forEach((function(e){return t.registerButton(e)})),t.e.off("copy.".concat(o.CLIPBOARD_ID," cut.").concat(o.CLIPBOARD_ID)).on("copy.".concat(o.CLIPBOARD_ID," cut.").concat(o.CLIPBOARD_ID),(function(e){var n,r=t.s.html,a=(0,i.getDataTransfer)(e)||(0,i.getDataTransfer)(t.ew)||(0,i.getDataTransfer)(e.originalEvent);a&&(a.setData(o.TEXT_PLAIN,(0,i.stripTags)(r)),a.setData(o.TEXT_HTML,r)),t.buffer.set(o.CLIPBOARD_ID,r),t.e.fire("pasteStack",{html:r,action:t.o.defaultActionOnPaste||o.INSERT_AS_HTML}),"cut"===e.type&&(t.s.remove(),t.s.focus()),e.preventDefault(),null===(n=null==t?void 0:t.events)||void 0===n||n.fire("afterCopy",r)}))},t.prototype.destruct=function(t){var e,n;null===(e=null==t?void 0:t.buffer)||void 0===e||e.set(o.CLIPBOARD_ID,""),null===(n=null==t?void 0:t.events)||void 0===n||n.off("."+o.CLIPBOARD_ID)},t}());r.pw.add("clipboard",a)},18800:function(t,e,n){"use strict";var o=n(77628),i=n(10503),r=n(93223),a=n.n(r),s=n(63092),c=n.n(s),l=n(53552),u=n.n(l),d=n(99165),p=n.n(d);o.D.prototype.controls.cut={command:"cut",isDisabled:function(t){return t.s.isCollapsed()},tooltip:"Cut selection"},o.D.prototype.controls.copy={command:"copy",isDisabled:function(t){return t.s.isCollapsed()},tooltip:"Copy selection"},o.D.prototype.controls.selectall={icon:"select-all",command:"selectall",tooltip:"Select all"},i.J.set("copy",a()).set("cut",c()).set("paste",u()).set("select-all",p())},32194:function(t,e,n){"use strict";var o=n(95582),i=n(81160);n(74669),i.pw.add("color",(function(t){t.registerButton({name:"brush",group:"color"});var e=function(e,n,i){var r=(0,o.normalizeColor)(i);switch(e){case"background":t.s.commitStyle({attributes:{style:{backgroundColor:r||""}}});break;case"forecolor":t.s.commitStyle({attributes:{style:{color:r||""}}})}return t.synchronizeValues(),!1};t.registerCommand("forecolor",e).registerCommand("background",e)}))},74669:function(t,e,n){"use strict";var o=n(77628),i=n(95582),r=n(68699),a=n(10503),s=n(44913),c=n(40835);a.J.set("brush",n.n(c)()),o.D.prototype.controls.brush={update:function(t,e){var n=(0,i.dataBind)(t,"color"),o=function(n,o){o&&o!==(0,i.css)(e.editor,n).toString()&&(t.state.icon.fill=o)};if(n){var r=(0,i.dataBind)(t,"color");o("color"===r?r:"background-color",n)}else{var a=e.s.current();if(a&&!t.state.disabled){var c=s.i.closest(a,s.i.isElement,e.editor)||e.editor;o("color",(0,i.css)(c,"color").toString()),o("background-color",(0,i.css)(c,"background-color").toString())}t.state.icon.fill="",t.state.activated=!1}},popup:function(t,e,n,o,a){var c="",l="",u=[],d=null;return e&&e!==t.editor&&s.i.isNode(e)&&(s.i.isElement(e)&&t.s.isCollapsed()&&!s.i.isTag(e,new Set(["br","hr"]))&&(d=e),s.i.up(e,(function(t){if(s.i.isHTMLElement(t)){var e=(0,i.css)(t,"color",!0),n=(0,i.css)(t,"background-color",!0);if(e)return c=e.toString(),!0;if(n)return l=n.toString(),!0}}),t.editor)),u=[{name:"Background",content:(0,r.YW)(t,(function(e){d?d.style.backgroundColor=e:t.execCommand("background",!1,e),(0,i.dataBind)(a,"color",e),(0,i.dataBind)(a,"color-mode","background"),o()}),l)},{name:"Text",content:(0,r.YW)(t,(function(e){d?d.style.color=e:t.execCommand("forecolor",!1,e),(0,i.dataBind)(a,"color",e),(0,i.dataBind)(a,"color-mode","color"),o()}),c)}],"background"!==t.o.colorPickerDefaultTab&&(u=u.reverse()),(0,r.IL)(t,u,d)},exec:function(t,e,n){var o=n.button,r=(0,i.dataBind)(o,"color-mode"),a=(0,i.dataBind)(o,"color");if(!r)return!1;if(e&&e!==t.editor&&s.i.isNode(e)&&s.i.isElement(e))switch(r){case"color":e.style.color=a;break;case"background":e.style.backgroundColor=a}else t.execCommand("background"===r?r:"forecolor",!1,a)},tooltip:"Fill color or set the text color"}},24518:function(t,e,n){"use strict";var o=n(77628),i=n(44913),r=n(18002),a=n(81160),s=n(10503),c=n(95218),l=n.n(c),u=n(10498),d="copy-format",p=["fontWeight","fontStyle","fontSize","color","margin","padding","borderWidth","borderStyle","borderColor","borderRadius","backgroundColor","textDecorationLine","fontFamily"],f=function(t,e,n,o){var i=(0,r.i)(n,e);return i===o[e]&&(i=n.parentNode&&n!==t.editor&&n.parentNode!==t.editor?f(t,e,n.parentNode,o):void 0),i};o.D.prototype.controls.copyformat={exec:function(t,e,n){var o=n.button;if(e){if(t.buffer.exists(d))t.buffer.delete(d),t.e.off(t.editor,"mouseup."+d);else{var a={},s=i.i.up(e,(function(t){return t&&!i.i.isText(t)}),t.editor)||t.editor,c=t.createInside.span();t.editor.appendChild(c),p.forEach((function(t){a[t]=(0,r.i)(c,t)})),c!==t.editor&&i.i.safeRemove(c);var l=function(t,e,n){var o={};return e&&p.forEach((function(i){o[i]=f(t,i,e,n),i.match(/border(Style|Color)/)&&!o.borderWidth&&(o[i]=void 0)})),o}(t,s,a);t.e.on(t.editor,"mouseup."+d,(function(){t.buffer.delete(d);var e=t.s.current();e&&(i.i.isTag(e,"img")?(0,r.i)(e,l):t.s.commitStyle({attributes:{style:l}})),t.e.off(t.editor,"mouseup."+d)})),t.buffer.set(d,!0)}o.update()}},isActive:function(t){return t.buffer.exists(d)},tooltip:"Paint format"},a.pw.add("copyformat",(function(t){t.registerButton({name:"copyformat",group:"clipboard"}),(0,a.xl)(u)})),s.J.set("copyformat",l())},62332:function(t){"use strict";t.exports={"copy-format":"نسخ التنسيق"}},51492:function(t){"use strict";t.exports={"copy-format":"Kopírovat formát"}},2662:function(t){"use strict";t.exports={"copy-format":"Format kopierenт"}},19585:function(t){"use strict";t.exports={"copy-format":"Copiar formato"}},56670:function(t){"use strict";t.exports={"copy-format":"کپی کردن قالب"}},36972:function(t){"use strict";t.exports={"copy-format":"Format de copie"}},79378:function(t){"use strict";t.exports={"copy-format":"העתק עיצוב"}},10165:function(t){"use strict";t.exports={"copy-format":"Formátum másolás"}},5103:function(t){"use strict";t.exports={"copy-format":"salin format"}},10498:function(t,e,n){"use strict";n.r(e),n.d(e,{ar:function(){return i.a},cs_cz:function(){return a.a},de:function(){return c.a},es:function(){return u.a},fa:function(){return p.a},fr:function(){return h.a},he:function(){return m.a},hu:function(){return y.a},id:function(){return w.a},it:function(){return k.a},ja:function(){return x.a},ko:function(){return E.a},mn:function(){return T.a},nl:function(){return z.a},pl:function(){return A.a},pt_br:function(){return M.a},ru:function(){return B.a},tr:function(){return O.a},zh_cn:function(){return H.a},zh_tw:function(){return q.a}});var o=n(62332),i=n.n(o),r=n(51492),a=n.n(r),s=n(2662),c=n.n(s),l=n(19585),u=n.n(l),d=n(56670),p=n.n(d),f=n(36972),h=n.n(f),g=n(79378),m=n.n(g),v=n(10165),y=n.n(v),b=n(5103),w=n.n(b),_=n(46306),k=n.n(_),C=n(32433),x=n.n(C),S=n(45313),E=n.n(S),j=n(97910),T=n.n(j),I=n(9887),z=n.n(I),L=n(84218),A=n.n(L),P=n(35297),M=n.n(P),R=n(90478),B=n.n(R),D=n(28819),O=n.n(D),N=n(33849),H=n.n(N),F=n(80226),q=n.n(F)},46306:function(t){"use strict";t.exports={"copy-format":"Copia il formato"}},32433:function(t){"use strict";t.exports={"copy-format":"copyformat"}},45313:function(t){"use strict";t.exports={"copy-format":"복사 형식"}},97910:function(t){"use strict";t.exports={"copy-format":"Формат хуулах"}},9887:function(t){"use strict";t.exports={"copy-format":"opmaak kopiëren"}},84218:function(t){"use strict";t.exports={"copy-format":"format kopii"}},35297:function(t){"use strict";t.exports={"copy-format":"Copiar formato"}},90478:function(t){"use strict";t.exports={"copy-format":"Копировать формат"}},28819:function(t){"use strict";t.exports={"copy-format":"Kopyalama Biçimi"}},33849:function(t){"use strict";t.exports={"copy-format":"复制格式"}},80226:function(t){"use strict";t.exports={"copy-format":"複製格式"}},38307:function(t,e,n){"use strict";var o=n(97582),i=n(7324),r=n(8138),a=n(73076),s=n(81160),c=n(95582),l=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return(0,o.ZT)(e,t),e.prototype.afterInit=function(t){var e=this;t.e.on("afterCommand.delete",(function(t){"delete"===t&&e.__afterDeleteCommand()})),t.registerCommand("delete",{exec:this.__onDeleteCommand.bind(this)},{stopPropagation:!1})},e.prototype.beforeDestruct=function(t){t.e.off("afterCommand.delete")},e.prototype.__afterDeleteCommand=function(){var t=this.j,e=t.s.current();if(e&&r.i.isTag(e.firstChild,"br")&&t.s.removeNode(e.firstChild),!((0,a.f)(t.editor.textContent||"")||t.editor.querySelector("img,table,jodit,iframe,hr")||e&&r.i.closest(e,"table",t.editor))){t.editor.innerHTML="";var n=t.s.setCursorIn(t.editor);t.s.removeNode(n)}},e.prototype.__onDeleteCommand=function(){var t=this.jodit;if(!t.s.isCollapsed()){t.s.expandSelection();var e=t.s.range;e.deleteContents();var n=t.createInside.fake();e.insertNode(n);var o=r.i.findSibling(n,!0),i=r.i.findSibling(n,!1);return this.__moveContentInLeftSibling(n,o,i),e.setStartBefore(n),e.collapse(!0),this.__moveCursorInEditableSibling(t,o,n,e),this.__addBrInEmptyBlock(n,i,e),r.i.safeRemove(n),t.s.selectRange(e),!1}},e.prototype.__moveContentInLeftSibling=function(t,e,n){e=this.__defineRightLeftBox(e),!r.i.isList(n)&&!r.i.isTag(n,"table")&&r.i.isBlock(n)&&r.i.isBlock(e)&&(r.i.append(e,t),r.i.moveContent(n,e),r.i.safeRemove(n)),r.i.isList(n)&&r.i.isLeaf(n.firstElementChild)&&r.i.isEmpty(n.firstElementChild)&&r.i.safeRemove(n.firstElementChild)},e.prototype.__defineRightLeftBox=function(t){if(!r.i.isList(t))return t;var e=t.lastElementChild;return r.i.isLeaf(e)||(e=this.j.createInside.element("li"),r.i.append(t,e)),e},e.prototype.__addBrInEmptyBlock=function(t,e,n){var o=this.j;if(t.isConnected&&r.i.isBlock(t.parentNode)&&!t.nextSibling&&!t.previousSibling){var i=o.createInside.element("br");r.i.after(t,i),n.setStartBefore(i),n.collapse(!0)}if(r.i.isTag(e,"table")){var a=(0,c.$$)("td,th",e).shift();r.i.isCell(a)&&r.i.isEmpty(a)&&r.i.append(a,o.createInside.element("br"))}},e.prototype.__moveCursorInEditableSibling=function(t,e,n,o){var i;if(!e||!r.i.isText(e)){var a=null!==(i=r.i.closest(n,r.i.isBlock,t.editor))&&void 0!==i?i:t.editor,s=r.i.prev(n,r.i.isText,a);s&&(o.setStartAfter(s),o.collapse(!0),r.i.safeRemove(n))}},e.requires=["backspace"],e}(i.S);s.pw.add("deleteCommand",l)},40471:function(t,e,n){"use strict";n(77628).D.prototype.draggableTags=["img","jodit-media","jodit"]},21970:function(t,e,n){"use strict";var o,i=n(97582),r=n(95582),a=n(7324),s=n(8138),c=n(81160),l=n(50526);n(40471),function(t){t[t.IDLE=0]="IDLE",t[t.WAIT_DRAGGING=1]="WAIT_DRAGGING",t[t.DRAGGING=2]="DRAGGING"}(o||(o={}));var u=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.dragList=[],e.draggable=null,e.isCopyMode=!1,e.diffStep=10,e.startX=0,e.startY=0,e.state=o.IDLE,e}return(0,i.ZT)(e,t),e.prototype.afterInit=function(){this.dragList=this.j.o.draggableTags?(0,r.splitArray)(this.j.o.draggableTags).filter(Boolean).map((function(t){return t.toLowerCase()})):[],this.dragList.length&&this.j.e.on("mousedown dragstart",this.onDragStart)},e.prototype.onDragStart=function(t){var e=this;if("dragstart"===t.type&&this.draggable)return!1;if(o.IDLE>=this.state){var n=t.target;if(this.dragList.length&&n){var i=function(t){return Boolean(t&&e.dragList.includes(t.nodeName.toLowerCase()))},a=s.i.furthest(n,i,this.j.editor)||(i(n)?n:null);a&&(s.i.isTag(a.parentElement,"a")&&a.parentElement.firstChild===a&&a.parentElement.lastChild===a&&(a=a.parentElement),this.startX=t.clientX,this.startY=t.clientY,this.isCopyMode=(0,r.ctrlKey)(t),this.draggable=a.cloneNode(!0),(0,r.dataBind)(this.draggable,"target",a),this.state=o.WAIT_DRAGGING,this.addDragListeners())}}},e.prototype.onDrag=function(t){var n,i;if(this.draggable&&this.state!==o.IDLE){var a=t.clientY;if(this.state!==o.WAIT_DRAGGING||Math.sqrt(Math.pow(t.clientX-this.startX,2)+Math.pow(a-this.startY,2))>=this.diffStep){if(this.state===o.WAIT_DRAGGING&&(this.j.lock("drag-and-drop-element"),this.state=o.DRAGGING),this.j.e.fire("hidePopup hideResizer"),!this.draggable.parentNode){var s=(0,r.dataBind)(this.draggable,"target");(0,r.css)(this.draggable,{zIndex:1e13,pointerEvents:"none",pointer:"drag",position:"fixed",opacity:.7,display:"inline-block",left:t.clientX,top:t.clientY,width:null!==(n=null==s?void 0:s.offsetWidth)&&void 0!==n?n:100,height:null!==(i=null==s?void 0:s.offsetHeight)&&void 0!==i?i:100}),(0,c.ZO)(this.j,e).appendChild(this.draggable)}(0,r.css)(this.draggable,{left:t.clientX,top:t.clientY}),this.j.s.insertCursorAtPoint(t.clientX,t.clientY)}}},e.prototype.onDragEnd=function(){this.isInDestruct||(this.removeDragListeners(),this.j.unlock(),this.state=o.IDLE,this.draggable&&(s.i.safeRemove(this.draggable),this.draggable=null))},e.prototype.onDrop=function(){if(this.draggable&&this.state>=o.DRAGGING){var t=(0,r.dataBind)(this.draggable,"target");this.onDragEnd(),this.isCopyMode&&(t=t.cloneNode(!0));var e=t.parentElement;this.j.s.insertNode(t,!0,!1),e&&s.i.isEmpty(e)&&!s.i.isCell(e)&&s.i.safeRemove(e),s.i.isTag(t,"img")&&this.j.e&&this.j.e.fire("afterInsertImage",t),this.j.e.fire("synchro")}else this.onDragEnd()},e.prototype.addDragListeners=function(){this.j.e.on(this.j.editor,"mousemove",this.onDrag).on("mouseup",this.onDrop).on([this.j.ew,this.ow],"mouseup",this.onDragEnd)},e.prototype.removeDragListeners=function(){this.j.e.off(this.j.editor,"mousemove",this.onDrag).off("mouseup",this.onDrop).off([this.j.ew,this.ow],"mouseup",this.onDragEnd)},e.prototype.beforeDestruct=function(){this.onDragEnd(),this.j.e.off("mousedown dragstart",this.onDragStart),this.removeDragListeners()},(0,i.gn)([l.autobind],e.prototype,"onDragStart",null),(0,i.gn)([(0,l.throttle)((function(t){return t.defaultTimeout/10}))],e.prototype,"onDrag",null),(0,i.gn)([l.autobind],e.prototype,"onDragEnd",null),(0,i.gn)([l.autobind],e.prototype,"onDrop",null),e}(a.S);c.pw.add("dragAndDropElement",u)},57021:function(t,e,n){"use strict";var o=n(97582),i=n(11612),r=n(44913),a=n(95582),s=n(7324),c=n(50526),l=n(27399),u=n(81160),d=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.isFragmentFromEditor=!1,e.isCopyMode=!1,e.startDragPoint={x:0,y:0},e.draggable=null,e.bufferRange=null,e.getText=function(t){var e=(0,a.getDataTransfer)(t);return e?e.getData(i.TEXT_HTML)||e.getData(i.TEXT_PLAIN):null},e}return(0,o.ZT)(e,t),e.prototype.afterInit=function(){this.j.e.on([window,this.j.ed,this.j.editor],"dragstart.DragAndDrop",this.onDragStart)},e.prototype.onDragStart=function(t){var e=t.target;if(this.onDragEnd(),this.isFragmentFromEditor=r.i.isOrContains(this.j.editor,e,!0),this.isCopyMode=!this.isFragmentFromEditor||(0,a.ctrlKey)(t),this.isFragmentFromEditor){var n=this.j.s.sel,o=n&&n.rangeCount?n.getRangeAt(0):null;o&&(this.bufferRange=o.cloneRange())}else this.bufferRange=null;this.startDragPoint.x=t.clientX,this.startDragPoint.y=t.clientY,(0,l.F)(e)&&(e=e.querySelector("img")),r.i.isTag(e,"img")&&(this.draggable=e.cloneNode(!0),(0,a.dataBind)(this.draggable,"target",e)),this.addDragListeners()},e.prototype.addDragListeners=function(){this.j.e.on("dragover",this.onDrag).on("drop.DragAndDrop",this.onDrop).on(window,"dragend.DragAndDrop drop.DragAndDrop mouseup.DragAndDrop",this.onDragEnd)},e.prototype.removeDragListeners=function(){this.j.e.off("dragover",this.onDrag).off("drop.DragAndDrop",this.onDrop).off(window,"dragend.DragAndDrop drop.DragAndDrop mouseup.DragAndDrop",this.onDragEnd)},e.prototype.onDrag=function(t){this.draggable&&(this.j.e.fire("hidePopup"),this.j.s.insertCursorAtPoint(t.clientX,t.clientY),t.preventDefault(),t.stopPropagation())},e.prototype.onDragEnd=function(){this.draggable&&(r.i.safeRemove(this.draggable),this.draggable=null),this.isCopyMode=!1,this.removeDragListeners()},e.prototype.onDrop=function(t){var e;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;var n=this.j.s.sel,i=this.bufferRange||(n&&n.rangeCount?n.getRangeAt(0):null),s=null;if(!this.draggable&&i)s=this.isCopyMode?i.cloneContents():i.extractContents();else if(this.draggable)if(this.isCopyMode){var c=(e=(0,o.CR)("1"===(0,a.attr)(this.draggable,"-is-file")?["a","href"]:["img","src"],2))[0],l=e[1];(s=this.j.createInside.element(c)).setAttribute(l,(0,a.attr)(this.draggable,"data-src")||(0,a.attr)(this.draggable,"src")||""),"a"===c&&(s.textContent=(0,a.attr)(s,l)||"")}else s=(0,a.dataBind)(this.draggable,"target");else this.getText(t)&&(s=this.j.createInside.fromHTML(this.getText(t)));n&&n.removeAllRanges(),this.j.s.insertCursorAtPoint(t.clientX,t.clientY),s&&(this.j.s.insertNode(s,!1,!1),i&&s.firstChild&&s.lastChild&&(i.setStartBefore(s.firstChild),i.setEndAfter(s.lastChild),this.j.s.selectRange(i),this.j.e.fire("synchro")),r.i.isTag(s,"img")&&this.j.events&&this.j.e.fire("afterInsertImage",s)),t.preventDefault(),t.stopPropagation()}this.isFragmentFromEditor=!1,this.removeDragListeners()},e.prototype.beforeDestruct=function(){this.onDragEnd(),this.j.e.off(window,".DragAndDrop").off(".DragAndDrop").off([window,this.j.ed,this.j.editor],"dragstart.DragAndDrop",this.onDragStart)},(0,o.gn)([c.autobind],e.prototype,"onDragStart",null),(0,o.gn)([(0,c.throttle)((function(t){return t.defaultTimeout/10}))],e.prototype,"onDrag",null),(0,o.gn)([c.autobind],e.prototype,"onDragEnd",null),(0,o.gn)([c.autobind],e.prototype,"onDrop",null),e}(s.S);u.pw.add("dragAndDrop",d)},23010:function(t,e,n){"use strict";n.r(e),n.d(e,{removeExtraBr:function(){return o.U}});var o=n(97101)},97101:function(t,e,n){"use strict";n.d(e,{U:function(){return r}});var o=n(44913),i=new Set(["table","pre","blockquote","code"]);function r(t,e){if(t.o.dtd.removeExtraBr&&!o.i.isTag(e,"br")){var n=o.i.furthest(e,o.i.isBlock,t.editor);if(n&&!o.i.isTag(n,i)){var r=o.i.isTag(e,"br")?e:o.i.findNotEmptySibling(e,!1);if(!o.i.isTag(r,"br"))return;t.s.setCursorBefore(r),o.i.safeRemove(r)}}}},41979:function(t,e,n){"use strict";n.d(e,{H:function(){return i}});var o=n(44913);function i(t,e){if(o.i.isFragment(e)&&(e=e.firstChild),t.o.dtd.checkBlockNesting&&o.i.isBlock(e)){var n=o.i.furthest(t.s.current(),o.i.isBlock,t.editor);n&&!t.o.dtd.blockLimits[n.tagName.toLowerCase()]&&(t.s.setCursorAfter(n),o.i.isEmpty(n)&&o.i.safeRemove(n))}}},14637:function(t,e,n){"use strict";n.r(e),n.d(e,{checkBlockNesting:function(){return o.H}});var o=n(41979)},59379:function(t,e,n){"use strict";n(77628).D.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}}},78426:function(t,e,n){"use strict";var o=n(97582),i=n(7324),r=n(81160),a=n(34413),s=(n(59379),n(14637)),c=n(23010),l=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return(0,o.ZT)(e,t),e.prototype.afterInit=function(t){},e.prototype.beforeDestruct=function(t){},e.prototype.__onBeforeInsertNode=function(t){var e=this;Object.keys(s).forEach((function(n){s[n](e.j,t)}))},e.prototype.__onAfterInsertNode=function(t){var e=this;Object.keys(c).forEach((function(n){c[n](e.j,t)}))},(0,o.gn)([(0,a.YP)(":beforeInsertNode")],e.prototype,"__onBeforeInsertNode",null),(0,o.gn)([(0,a.YP)(":afterInsertNode")],e.prototype,"__onAfterInsertNode",null),e}(i.S);r.pw.add("dtd",l)},77125:function(t,e,n){"use strict";var o=n(97582),i=n(44913),r=n(35618),a=n(11612),s=n(50526),c=n(46232),l=n(15978),u=n(81160),d=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return(0,o.ZT)(e,t),e.prototype.afterInit=function(t){var e=this,n=t.o.enter.toLowerCase(),o=n===a.BR.toLowerCase();t.o.enterBlock||(t.o.enterBlock=o?a.PARAGRAPH:n),t.registerCommand("enter",(function(t,n,o){return void 0===o&&(o={}),e.onEnter(o)}))},e.prototype.onEnterKeyDown=function(t){if(t.key===a.KEY_ENTER){var e=this.j,n=e.e.fire("beforeEnter",t);return void 0!==n?n:(e.s.isCollapsed()||e.execCommand("Delete"),e.s.focus(),this.onEnter(t),e.e.fire("afterEnter",t),e.synchronizeValues(),!1)}},e.prototype.onEnter=function(t){var e=this.jodit,n=e.createInside.fake();try{i.i.safeInsertNode(e.s.range,n),(0,l.ku)(e,n,["a"]);var o=(0,l.pW)(n,e),r=i.i.isLeaf(o);if((!r||(null==t?void 0:t.shiftKey))&&(0,l.vs)(n,e,null==t?void 0:t.shiftKey))return!1;if(o||(0,l.VP)(n,e)||(o=(0,l.lD)(n,e)),!o)return(0,l.Vz)(n,e,r?"li":e.o.enter),!1;if(!(0,l.IG)(n,e,o))return!1;if(r&&this.__isEmptyListLeaf(o))return(0,l.t7)(n,e,o),!1;(0,l.gX)(n,e,o)}finally{n.isConnected&&e.s.setCursorBefore(n),i.i.safeRemove(n)}},e.prototype.__isEmptyListLeaf=function(t){var e=this.j.e.fire("enterIsEmptyListLeaf",t);return(0,c.j)(e)?e:i.i.isEmpty(t)},e.prototype.beforeDestruct=function(t){t.e.off("keydown.enter")},(0,o.gn)([(0,s.watch)(":keydown.enter")],e.prototype,"onEnterKeyDown",null),e}(r.S);u.pw.add("enter",d)},99509:function(t,e,n){"use strict";n.d(e,{v:function(){return a}});var o=n(44913),i=n(82494),r=n(11612);function a(t,e,n){var a=Boolean(o.i.closest(t,["pre","blockquote"],e.editor));if(e.o.enter.toLowerCase()===r.BR.toLowerCase()||n&&!a||!n&&a){if(a&&function(t){var e=s(s(t));return!!e&&(o.i.safeRemove(s(t)),o.i.safeRemove(e),!0)}(t))return!1;var c=e.createInside.element("br");if(o.i.before(t,c),!o.i.findNotEmptySibling(c,!1)){var l=c.cloneNode();o.i.after(c,l),o.i.before(l,t)}return(0,i.n)(c,e.editor,e.ed),!0}return!1}function s(t){if(!t)return!1;var e=o.i.findSibling(t,!0);return!(!e||!o.i.isTag(e,"br"))&&e}},20904:function(t,e,n){"use strict";n.d(e,{I:function(){return i}});var o=n(44913);function i(t,e,n){return!!o.i.canSplitBlock(n)||(o.i.before(t,e.createInside.element("br")),!1)}},5437:function(t,e,n){"use strict";n.d(e,{p:function(){return r}});var o=n(11612),i=n(44913);function r(t,e,n){void 0===n&&(n=o.IS_BLOCK);var a=t,s=e.editor;do{if(!a||a===s)break;if(n.test(a.nodeName))return i.i.isLeaf(a)?a:r(a.parentNode,e,/^li$/i)||a;a=a.parentNode}while(a&&a!==s);return null}},57112:function(t,e,n){"use strict";n.d(e,{V:function(){return i}});var o=n(44913);function i(t,e){return Boolean(o.i.prev(t,(function(t){return o.i.isBlock(t)||o.i.isImage(t)}),e.editor))}},15978:function(t,e,n){"use strict";n.d(e,{IG:function(){return i.I},VP:function(){return s.V},Vz:function(){return c.V},gX:function(){return l.g},ku:function(){return d.k},lD:function(){return u.l},pW:function(){return a.p},t7:function(){return r.t},vs:function(){return o.v}});var o=n(99509),i=n(20904),r=n(50957),a=n(5437),s=n(57112),c=n(88992),l=n(35484),u=n(1711),d=n(11661)},88992:function(t,e,n){"use strict";n.d(e,{V:function(){return r}});var o=n(44913),i=n(82494);function r(t,e,n,r){var a="br"===n.toLowerCase(),s=e.createInside,c=s.element(n),l=s.element("br");return a||c.appendChild(l),r&&r.cssText&&c.setAttribute("style",r.cssText),o.i.after(t,c),o.i.before(a?c:l,t),(0,i.n)(c,e.editor,e.ed),c}},11661:function(t,e,n){"use strict";n.d(e,{k:function(){return i}});var o=n(44913);function i(t,e,n){var i=t.s,r=o.i.closest(e,n,t.editor);r&&(i.cursorOnTheRight(r,e)?o.i.after(r,e):i.cursorOnTheLeft(r,e)&&o.i.before(r,e))}},50957:function(t,e,n){"use strict";n.d(e,{t:function(){return a}});var o=n(44913),i=n(74833),r=n(88992);function a(t,e,n){var a=o.i.closest(n,["ol","ul"],e.editor);if(a){var s=a.parentElement,c=o.i.isLeaf(s),l=c?s:a,u=e.s.createRange();u.setStartAfter(n),u.setEndAfter(a);var d=u.extractContents();o.i.after(l,t),o.i.safeRemove(n),(0,i.$$)("li",a).length||o.i.safeRemove(a);var p=(0,r.V)(t,e,c?"li":e.o.enter);d.querySelector("li")&&(c?p.appendChild(d):o.i.after(p,d))}}},35484:function(t,e,n){"use strict";n.d(e,{g:function(){return a}});var o=n(82494),i=n(44913),r=n(88992);function a(t,e,n){var a=e.s,s=e.o.enter.toLowerCase(),c=i.i.isLeaf(n),l=n.tagName.toLowerCase()===s||c,u=a.cursorOnTheRight(n,t),d=a.cursorOnTheLeft(n,t);if(!l&&(u||d))return u?i.i.after(n,t):i.i.before(n,t),(0,r.V)(t,e,s),void(d&&!u&&i.i.prepend(n,t));var p=a.splitSelection(n,t);(0,o.n)(p,e.editor,e.ed)}},1711:function(t,e,n){"use strict";n.d(e,{l:function(){return i}});var o=n(44913);function i(t,e){var n=t;o.i.up(n,(function(t){t&&t.hasChildNodes()&&t!==e.editor&&(n=t)}),e.editor);var i=o.i.wrapInline(n,e.o.enter,e);if(o.i.isEmpty(i)){var r=e.createInside.element("br");i.appendChild(r),o.i.before(r,t)}return i}},14281:function(t,e,n){"use strict";var o=n(77628),i=n(44913),r=n(68699),a=n(81160);o.D.prototype.controls.file={popup:function(t,e,n,o){var a=function(e,n){void 0===n&&(n=""),t.s.insertNode(t.createInside.fromHTML('<a href="'.concat(e,'" title="').concat(n,'">').concat(n||e,"</a>")))},s=null;return e&&(i.i.isTag(e,"a")||i.i.closest(e,"a",t.editor))&&(s=i.i.isTag(e,"a")?e:i.i.closest(e,"a",t.editor)),(0,r.ov)(t,{filebrowser:function(t){t.files&&t.files.forEach((function(e){return a(t.baseurl+e)})),o()},upload:!0,url:function(t,e){s?(s.setAttribute("href",t),s.setAttribute("title",e)):a(t,e),o()}},s,o,!1)},tags:["a"],tooltip:"Insert file"},a.pw.add("file",(function(t){t.registerButton({name:"file",group:"media"})}))},12756:function(t,e,n){"use strict";var o=n(77628),i=n(8138),r=n(81160);o.D.prototype.autofocus=!1,o.D.prototype.cursorAfterAutofocus="end",o.D.prototype.saveSelectionOnBlur=!0,r.pw.add("focus",(function(t){t.o.saveSelectionOnBlur&&t.e.on("blur",(function(){t.isEditorMode()&&t.s.save(!0)})).on("focus",(function(){t.s.restore()}));var e=function(){if(t.s.focus(),"end"===t.o.cursorAfterAutofocus){var e=i.i.last(t.editor,(function(t){return i.i.isText(t)}));e&&t.s.setCursorIn(e,!1)}};t.e.on("afterInit",(function(){t.o.autofocus&&(t.defaultTimeout?t.async.setTimeout(e,300):e())})),t.e.on("afterInit afterAddPlace",(function(){t.e.off(t.editor,"mousedown.autofocus").on(t.editor,"mousedown.autofocus",(function(e){t.isEditorMode()&&e.target&&i.i.isBlock(e.target)&&!e.target.childNodes.length&&(t.editor===e.target?t.s.focus():t.s.setCursorIn(e.target))}))}))}))},55407:function(t,e,n){"use strict";var o=n(97582),i=n(77628),r=n(44913),a=n(98478),s=n(10503),c=n(39007),l=n.n(c),u=n(23358),d=n.n(u);i.D.prototype.defaultFontSizePoints="px",s.J.set("font",d()).set("fontsize",l()),i.D.prototype.controls.fontsize={command:"fontsize",data:{cssRule:"font-size"},list:["8","9","10","11","12","14","16","18","24","30","36","48","60","72","96"],exec:function(t,e,n){var o=n.control;return(0,a.memorizeExec)(t,e,{control:o},(function(e){var n;return"fontsize"===(null===(n=o.command)||void 0===n?void 0:n.toLowerCase())?"".concat(e).concat(t.o.defaultFontSizePoints):e}))},childTemplate:function(t,e,n){return"".concat(n).concat(t.o.defaultFontSizePoints)},tooltip:"Font size",isChildActive:function(t,e){var n,o,i=t.s.current(),s=(null===(n=e.data)||void 0===n?void 0:n.cssRule)||"font-size",c=(null===(o=e.data)||void 0===o?void 0:o.normalize)||function(e){return/pt$/i.test(e)&&"pt"===t.o.defaultFontSizePoints?e.replace(/pt$/i,""):e};if(i){var l=r.i.closest(i,r.i.isElement,t.editor)||t.editor,u=(0,a.css)(l,s);return Boolean(u&&e.args&&c(e.args[0].toString())===c(u.toString()))}return!1}},i.D.prototype.controls.font=(0,o.pi)((0,o.pi)({},i.D.prototype.controls.fontsize),{command:"fontname",list:{"":"Default","helvetica,sans-serif":"Helvetica","arial,helvetica,sans-serif":"Arial","georgia,palatino,serif":"Georgia","impact,charcoal,sans-serif":"Impact","tahoma,geneva,sans-serif":"Tahoma","times new roman,times,serif":"Times New Roman","verdana,geneva,sans-serif":"Verdana"},childTemplate:function(t,e,n){var o=!1;try{o=-1===e.indexOf("dings")&&document.fonts.check("16px ".concat(e),n)}catch(t){}return'<span data-style="'.concat(e,'" style="').concat(o?"font-family: ".concat(e,"!important;"):"",'">').concat(n,"</span>")},data:{cssRule:"font-family",normalize:function(t){return t.toLowerCase().replace(/['"]+/g,"").replace(/[^a-z0-9]+/g,",")}},tooltip:"Font family"})},73392:function(t,e,n){"use strict";var o=n(95582),i=n(81160);n(55407),i.pw.add("font",(function(t){t.registerButton({name:"font",group:"font"}).registerButton({name:"fontsize",group:"font"});var e=function(e,n,i){switch(e){case"fontsize":t.s.commitStyle({attributes:{style:{fontSize:(0,o.normalizeSize)(i)}}});break;case"fontname":t.s.commitStyle({attributes:{style:{fontFamily:i}}})}return t.synchronizeValues(),!1};t.registerCommand("fontsize",e).registerCommand("fontname",e)}))},8001:function(t,e,n){"use strict";var o=n(77628),i=n(8079),r=n(95582),a=n(81160),s=n(10503),c=n(88989);s.J.set("paragraph",n.n(c)()),o.D.prototype.controls.paragraph={command:"formatBlock",update:function(t,e){var n=t.control,o=e.s.current();if(o&&e.o.textIcons){var r=(i.Dom.closest(o,i.Dom.isBlock,e.editor)||e.editor).nodeName.toLowerCase(),a=n.list;t&&n.data&&n.data.currentValue!==r&&a&&a[r]&&(e.o.textIcons?t.state.text=r:t.state.icon.name=r,n.data.currentValue=r)}return!1},exec:r.memorizeExec,data:{currentValue:"left"},list:{p:"Normal",h1:"Heading 1",h2:"Heading 2",h3:"Heading 3",h4:"Heading 4",blockquote:"Quote",pre:"Code"},isChildActive:function(t,e){var n=t.s.current();if(n){var o=i.Dom.closest(n,i.Dom.isBlock,t.editor);return Boolean(o&&o!==t.editor&&void 0!==e.args&&o.nodeName.toLowerCase()===e.args[0])}return!1},isActive:function(t,e){var n=t.s.current();if(n){var o=i.Dom.closest(n,i.Dom.isBlock,t.editor);return Boolean(o&&o!==t.editor&&void 0!==e.list&&!i.Dom.isTag(o,"p")&&void 0!==e.list[o.nodeName.toLowerCase()])}return!1},childTemplate:function(t,e,n){return"<".concat(e,' style="margin:0;padding:0"><span>').concat(t.i18n(n),"</span></").concat(e,">")},tooltip:"Insert format block"},a.pw.add("formatBlock",(function(t){t.registerButton({name:"paragraph",group:"font"}),t.registerCommand("formatblock",(function(e,n,o){return t.s.commitStyle({element:o}),t.synchronizeValues(),!1}))}))},80102:function(t,e,n){"use strict";var o=n(77628),i=n(11612),r=n(10503),a=n(17570),s=n.n(a),c=n(24685),l=n.n(c);o.D.prototype.fullsize=!1,o.D.prototype.globalFullSize=!0,r.J.set("fullsize",s()).set("shrink",l()),o.D.prototype.controls.fullsize={exec:function(t){t.toggleFullSize()},update:function(t,e){var n=e.isFullSize?"shrink":"fullsize";t.state.activated=e.isFullSize,e.o.textIcons?t.state.text=n:t.state.icon.name=n},tooltip:"Open in fullsize",mode:i.MODE_SOURCE+i.MODE_WYSIWYG}},20180:function(t,e,n){"use strict";var o=n(18002),i=n(22975),r=n(81160),a=(n(80102),new Set);r.pw.add("fullsize",(function(t){t.registerButton({name:"fullsize"});var e=!1,n=0,r=0,s=!1,c=function(){var i=t.container;t.events&&(e?(n=(0,o.i)(i,"height",!0),r=(0,o.i)(i,"width",!0),(0,o.i)(i,{height:t.ow.innerHeight,width:t.ow.innerWidth}),s=!0):s&&(0,o.i)(i,{height:n||"auto",width:r||"auto"}))},l=function(n){var r,s=t.container,l=t.events;if(s){if(void 0===n&&(n=!s.classList.contains("jodit_fullsize")),t.setMod("fullsize",n),t.o.fullsize=n,e=n,s.classList.toggle("jodit_fullsize",n),t.toolbar&&((0,i.Z)(t)&&(null===(r=t.toolbarContainer)||void 0===r||r.appendChild(t.toolbar.container)),(0,o.i)(t.toolbar.container,"width","auto")),n?a.add(s):a.delete(s),t.o.globalFullSize&&(1===a.size&&n||0===a.size&&!n)){for(var u=s.parentNode;u&&u.nodeType!==Node.DOCUMENT_NODE&&u.nodeType!==Node.DOCUMENT_FRAGMENT_NODE;)u.classList.toggle("jodit_fullsize-box_true",n),u=u.parentNode;c()}l.fire("afterResize")}};t.o.globalFullSize&&t.e.on(t.ow,"resize",c),t.e.on("afterInit afterOpen",(function(){var e;t.toggleFullSize(null===(e=null==t?void 0:t.options)||void 0===e?void 0:e.fullsize)})).on("toggleFullSize",l).on("beforeDestruct",(function(){e&&l(!1)})).on("beforeDestruct",(function(){t.events&&t.e.off(t.ow,"resize",c)}))}))},95376:function(t,e,n){"use strict";n(77628).D.prototype.commandToHotkeys={removeFormat:["ctrl+shift+m","cmd+shift+m"],insertOrderedList:["ctrl+shift+7","cmd+shift+7"],insertUnorderedList:["ctrl+shift+8, cmd+shift+8"],selectall:["ctrl+a","cmd+a"]}},39622:function(t,e,n){"use strict";var o=n(97582),i=n(7324),r=n(95582),a=n(11612),s=n(81160),c=(n(95376),function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.onKeyPress=function(t){var n=e.specialKeys[t.which],o=(t.key||String.fromCharCode(t.which)).toLowerCase(),i=[n||o];return["alt","ctrl","shift","meta"].forEach((function(e){t[e+"Key"]&&n!==e&&i.push(e)})),(0,r.normalizeKeyAliases)(i.join("+"))},e.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:"'"},e}return(0,o.ZT)(e,t),e.prototype.afterInit=function(t){var e=this;(0,r.keys)(t.o.commandToHotkeys,!1).forEach((function(e){var n=t.o.commandToHotkeys[e];n&&((0,r.isArray)(n)||(0,r.isString)(n))&&t.registerHotkeyToCommand(n,e)}));var n=!1;t.e.off(".hotkeys").on([t.ow,t.ew],"keydown.hotkeys",(function(t){if(t.key===a.KEY_ESC)return e.j.e.fire("escape",t)})).on("keydown.hotkeys",(function(o){var i=e.onKeyPress(o),r={shouldStop:!0};if(!1===e.j.e.fire(i+".hotkey",o.type,r)){if(r.shouldStop)return n=!0,t.e.stopPropagation("keydown"),!1;o.preventDefault()}}),{top:!0}).on("keyup.hotkeys",(function(){if(n)return n=!1,t.e.stopPropagation("keyup"),!1}),{top:!0})},e.prototype.beforeDestruct=function(t){t.events&&t.e.off(".hotkeys")},e}(i.S));s.pw.add("hotkeys",c)},25738:function(t,e,n){"use strict";var o=n(77628),i=n(8138),r=n(81160),a=n(10503),s=n(64390);a.J.set("hr",n.n(s)()),o.D.prototype.controls.hr={command:"insertHorizontalRule",tags:["hr"],tooltip:"Insert Horizontal Line"},r.pw.add("hr",(function(t){t.registerButton({name:"hr",group:"insert"}),t.registerCommand("insertHorizontalRule",(function(){var e=t.createInside.element("hr");t.s.insertNode(e,!1,!1);var n=i.i.closest(e.parentElement,i.i.isBlock,t.editor);n&&i.i.isEmpty(n)&&n!==t.editor&&(i.i.after(n,e),i.i.safeRemove(n));var o=i.i.next(e,i.i.isBlock,t.editor,!1);return o||(o=t.createInside.element(t.o.enter),i.i.after(e,o)),t.s.setCursorIn(o),!1}))}))},80995:function(t,e,n){"use strict";var o=n(77628);o.D.prototype.iframeBaseUrl="",o.D.prototype.iframeTitle="Jodit Editor",o.D.prototype.iframeDoctype="<!DOCTYPE html>",o.D.prototype.iframeDefaultSrc="about:blank",o.D.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}',o.D.prototype.iframeCSSLinks=[]},22229:function(t,e,n){"use strict";var o=n(95582),i=n(11612),r=n(81160);n(80995),r.pw.add("iframe",(function(t){var e=t.options;t.e.on("afterSetMode",(function(){t.isEditorMode()&&t.s.focus()})).on("generateDocumentStructure.iframe",(function(t,n){var i=t||n.iframe.contentWindow.document;if(i.open(),i.write(e.iframeDoctype+'<html dir="'.concat(e.direction,'" class="jodit" lang="').concat((0,o.defaultLanguage)(e.language),'">')+"<head>"+"<title>".concat(e.iframeTitle,"</title>")+(e.iframeBaseUrl?'<base href="'.concat(e.iframeBaseUrl,'"/>'):"")+'</head><body class="jodit-wysiwyg"></body></html>'),i.close(),e.iframeCSSLinks&&e.iframeCSSLinks.forEach((function(t){var e=i.createElement("link");e.setAttribute("rel","stylesheet"),e.setAttribute("href",t),i.head&&i.head.appendChild(e)})),e.iframeStyle){var r=i.createElement("style");r.innerHTML=e.iframeStyle,i.head&&i.head.appendChild(r)}})).on("createEditor",(function(){if(e.iframe){var n=t.c.element("iframe");n.style.display="block",n.src="about:blank",n.className="jodit-wysiwyg_iframe",n.setAttribute("allowtransparency","true"),n.setAttribute("tabindex",e.tabIndex.toString()),n.setAttribute("frameborder","0"),t.workplace.appendChild(n),t.iframe=n;var r=t.e.fire("generateDocumentStructure.iframe",null,t);return(0,o.callPromise)(r,(function(){if(!t.iframe)return!1;var n=t.iframe.contentWindow.document;t.editorWindow=t.iframe.contentWindow;var r=function(){(0,o.attr)(n.body,"contenteditable",t.getMode()!==i.MODE_SOURCE&&!t.getReadOnly()||null)},a=function(t){var e=/<body.*<\/body>/im,n="{%%BODY%%}",o=e.exec(t);return o&&(t=t.replace(e,n).replace(/<span([^>]*?)>(.*?)<\/span>/gim,"").replace(/&lt;span([^&]*?)&gt;(.*?)&lt;\/span&gt;/gim,"").replace(n,o[0].replace(/(<body[^>]+?)min-height["'\s]*:[\s"']*[0-9]+(px|%)/im,"$1").replace(/(<body[^>]+?)([\s]*["'])?contenteditable["'\s]*=[\s"']*true["']?/im,"$1").replace(/<(style|script|span)[^>]+jodit[^>]+>.*?<\/\1>/g,"")).replace(/(class\s*=\s*)(['"])([^"']*)(jodit-wysiwyg|jodit)([^"']*\2)/g,"$1$2$3$5").replace(/(<[^<]+?)\sclass="[\s]*"/gim,"$1").replace(/(<[^<]+?)\sstyle="[\s;]*"/gim,"$1").replace(/(<[^<]+?)\sdir="[\s]*"/gim,"$1")),t};if(e.editHTMLDocumentMode){var s=t.element.tagName;if("TEXTAREA"!==s&&"INPUT"!==s)throw(0,o.error)("If enable `editHTMLDocumentMode` - source element should be INPUT or TEXTAREA");t.e.on("beforeGetNativeEditorValue",(function(){return a(t.o.iframeDoctype+n.documentElement.outerHTML)})).on("beforeSetNativeEditorValue",(function(e){var o=e.value;return!t.isLocked&&(/<(html|body)/i.test(o)?a(n.documentElement.outerHTML)!==a(o)&&(n.open(),n.write(t.o.iframeDoctype+a(o)),n.close(),t.editor=n.body,t.e.fire("safeHTML",t.editor),r(),t.e.fire("prepareWYSIWYGEditor"),t.e.stopPropagation("beforeSetNativeEditorValue")):n.body.innerHTML=o,!0)}),{top:!0})}if(t.editor=n.body,t.e.on("afterSetMode afterInit afterAddPlace",r),"auto"===e.height){n.documentElement&&(n.documentElement.style.overflowY="hidden");var c=t.async.throttle((function(){if(t.editor&&t.iframe&&"auto"===e.height){var n=t.ew.getComputedStyle(t.editor),i=parseInt(n.marginTop||"0",10)+parseInt(n.marginBottom||"0",10);(0,o.css)(t.iframe,"height",t.editor.offsetHeight+i)}}),t.defaultTimeout/2);if(t.e.on("change afterInit afterSetMode resize",c).on([t.iframe,t.ew,n.documentElement],"load",c).on(n,"readystatechange DOMContentLoaded",c),"function"==typeof ResizeObserver){var l=new ResizeObserver(c);l.observe(n.body),t.e.on("beforeDestruct",(function(){l.unobserve(n.body)}))}}return n.documentElement&&t.e.on(n.documentElement,"mousedown touchend",(function(){t.s.isFocused()||(t.s.focus(),t.editor===n.body&&t.s.setCursorIn(n.body))})).on(t.ew,"mousedown touchstart keydown keyup touchend click mouseup mousemove scroll",(function(e){var n;null===(n=t.events)||void 0===n||n.fire(t.ow,e)})),!1}))}}))}))},73443:function(t,e,n){"use strict";n(77628).D.prototype.imageProcessor={replaceDataURIToBlobIdInView:!0}},35458:function(t,e,n){"use strict";var o=n(97582),i=n(95582),r=n(7324),a=n(50526),s=n(11612),c=n(81160),l=(n(73443),"__jodit_imageprocessor_binded"),u=l+"blob-id",d=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return(0,o.ZT)(e,t),e.prototype.afterInit=function(t){},e.prototype.beforeDestruct=function(t){var e,n,i=t.buffer.get(u);if(i){var r=Object.keys(i);try{for(var a=(0,o.XA)(r),s=a.next();!s.done;s=a.next())URL.revokeObjectURL(s.value)}catch(t){e={error:t}}finally{try{s&&!s.done&&(n=a.return)&&n.call(a)}finally{if(e)throw e.error}}t.buffer.delete(u)}},e.prototype.onAfterGetValueFromEditor=function(t,e){if(e!==s.SOURCE_CONSUMER)return this.onBeforeSetElementValue(t)},e.prototype.onBeforeSetElementValue=function(t){var e,n,i=this.jodit;if(i.o.imageProcessor.replaceDataURIToBlobIdInView){var r=i.buffer.get(u);if(r){var a=Object.keys(r);try{for(var s=(0,o.XA)(a),c=s.next();!c.done;c=s.next())for(var l=c.value;t.value.includes(l);)t.value=t.value.replace(l,r[l])}catch(t){e={error:t}}finally{try{c&&!c.done&&(n=s.return)&&n.call(s)}finally{if(e)throw e.error}}}}},e.prototype.afterChange=function(t){return(0,o.mG)(this,void 0,Promise,(function(){var t;return(0,o.Jh)(this,(function(e){return(t=this.jodit).editor?((0,i.$$)("img",t.editor).forEach((function(e){(0,i.dataBind)(e,l)||((0,i.dataBind)(e,l,!0),e.complete||t.e.on(e,"load",(function n(){var o;!t.isInDestruct&&(null===(o=t.e)||void 0===o||o.fire("resize")),t.e.off(e,"load",n)})),e.src&&/^data:/.test(e.src)&&function(t,e){if(t.o.imageProcessor.replaceDataURIToBlobIdInView&&"undefined"!=typeof ArrayBuffer&&"undefined"!=typeof URL){var n=e.src,o=function(t){for(var e=atob(t.split(",")[1]),n=t.split(",")[0].split(":")[1].split(";")[0],o=new ArrayBuffer(e.length),i=new Uint8Array(o),r=0;e.length>r;r++)i[r]=e.charCodeAt(r);return new Blob([o],{type:n})}(n);e.src=URL.createObjectURL(o),t.e.fire("internalUpdate");var i=t.buffer.get(u)||{};i[e.src]=n,t.buffer.set(u,i)}}(t,e),t.e.on(e,"mousedown touchstart",(function(){t.s.select(e)})))})),[2]):[2]}))}))},(0,o.gn)([(0,a.watch)(":afterGetValueFromEditor")],e.prototype,"onAfterGetValueFromEditor",null),(0,o.gn)([(0,a.watch)(":beforeSetElementValue")],e.prototype,"onBeforeSetElementValue",null),(0,o.gn)([(0,a.watch)([":change",":afterInit",":changePlace"]),(0,a.debounce)()],e.prototype,"afterChange",null),e}(r.S);c.pw.add("imageProcessor",d)},13858:function(t,e,n){"use strict";n(77628).D.prototype.image={dialogWidth:600,openOnDblClick:!0,editSrc:!0,useImageEditor:!0,editTitle:!0,editAlt:!0,editLink:!0,editSize:!0,editBorderRadius:!0,editMargins:!0,editClass:!0,availableClasses:[],editStyle:!0,editId:!0,editAlign:!0,showPreview:!0,selectImageAfterClose:!0}},92651:function(t,e,n){"use strict";var o=n(97582),i=n(8079),r=n(95582),a=n(68699),s=n(29788),c=n(50526),l=n(92803),u=n(81160),d=n(87409),p=n(27859),f=n(24484),h=(n(13858),function(t){return t=(0,r.trim)(t),/^[0-9]+$/.test(t)?t+"px":t}),g=function(t){return/^[-+]?[0-9.]+px$/.test(t.toString())?parseFloat(t.toString()):t},m=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.state={image:new Image,get ratio(){return this.image.naturalWidth/this.image.naturalHeight||1},sizeIsLocked:!0,marginIsLocked:!0},e.activeTabState={__activeTab:"Image"},e}return(0,o.ZT)(e,t),e.prototype.onChangeMarginIsLocked=function(){var t,e=this;if(this.form){var n=(t=(0,r.refs)(this.form)).marginRight,o=t.lockMargin;[n,t.marginBottom,t.marginLeft].forEach((function(t){(0,r.attr)(t,"disabled",e.state.marginIsLocked||null)})),o.innerHTML=i.Icon.get(this.state.marginIsLocked?"lock":"unlock")}},e.prototype.onChangeSizeIsLocked=function(){var t;if(this.form){var e=(t=(0,r.refs)(this.form)).lockSize,n=t.imageWidth;e.innerHTML=i.Icon.get(this.state.sizeIsLocked?"lock":"unlock"),e.classList.remove("jodit-properties__lock"),e.classList.remove("jodit-properties__unlock"),e.classList.add(this.state.sizeIsLocked?"jodit-properties__lock":"jodit-properties__unlock"),this.j.e.fire(n,"change")}},e.prototype.open=function(){return this.makeForm(),this.activeTabState.__activeTab="Image",this.j.e.fire("hidePopup"),(0,r.markOwner)(this.j,this.dialog.container),this.state.marginIsLocked=!0,this.state.sizeIsLocked=!0,this.onChangeMarginIsLocked(),this.onChangeSizeIsLocked(),this.updateValues(),this.dialog.open().setModal(!0).setPosition(),!1},e.prototype.makeForm=function(){var t,e,n=this;if(!this.dialog){this.dialog=this.j.dlg({minWidth:Math.min(400,screen.width),minHeight:590,buttons:["fullsize","dialog.close"]});var o=this.j,i=o.o,c=o.i18n.bind(o),l={check:(0,s.zx)(o,"ok","Apply","primary"),remove:(0,s.zx)(o,"bin","Delete")};o.e.on(this.dialog,"afterClose",(function(){n.state.image.parentNode&&i.image.selectImageAfterClose&&o.s.select(n.state.image)})),l.remove.onAction((function(){o.s.removeNode(n.state.image),n.dialog.close()}));var u=this.dialog;u.setHeader(c("Image properties"));var h=(0,d.c)(o);this.form=h,u.setContent(h);var g=(0,r.refs)(this.form).tabsBox;g&&g.appendChild((0,a.IL)(o,[{name:"Image",content:(0,p.t)(o)},{name:"Advanced",content:(0,f.G)(o)}],this.activeTabState)),l.check.onAction(this.onApply);var m=(t=(0,r.refs)(this.form)).changeImage,v=t.editImage;o.e.on(m,"click",this.openImagePopup),i.image.useImageEditor&&o.e.on(v,"click",this.openImageEditor);var y=(e=(0,r.refs)(h)).lockSize,b=e.lockMargin,w=e.imageWidth,_=e.imageHeight;y&&o.e.on(y,"click",(function(){n.state.sizeIsLocked=!n.state.sizeIsLocked})),o.e.on(b,"click",(function(t){n.state.marginIsLocked=!n.state.marginIsLocked,t.preventDefault()}));var k=function(t){if((0,r.isNumeric)(w.value)&&(0,r.isNumeric)(_.value)){var e=parseFloat(w.value),o=parseFloat(_.value);t.target===w?_.value=Math.round(e/n.state.ratio).toString():w.value=Math.round(o*n.state.ratio).toString()}};o.e.on([w,_],"change keydown mousedown paste",(function(t){n.state.sizeIsLocked&&o.async.setTimeout(k.bind(n,t),{timeout:o.defaultTimeout,label:"image-properties-changeSize"})})),u.setFooter([l.remove,l.check]),u.setSize(this.j.o.image.dialogWidth)}},e.prototype.updateValues=function(){var t,e,n,o=this,a=this.j.o,s=this.state.image,c=(t=(0,r.refs)(this.form)).marginTop,l=t.marginRight,u=t.marginBottom,d=t.marginLeft,p=t.imageSrc,f=t.id,h=t.classes,m=t.align,v=t.style,y=t.imageTitle,b=t.imageAlt,w=t.borderRadius,_=t.imageLink,k=t.imageWidth,C=t.imageHeight,x=t.imageLinkOpenInNewTab,S=t.imageViewSrc,E=t.lockSize;t.lockMargin.checked=o.state.marginIsLocked,E.checked=o.state.sizeIsLocked,p.value=(0,r.attr)(s,"src")||"",S&&(0,r.attr)(S,"src",(0,r.attr)(s,"src")||""),function(){y.value=(0,r.attr)(s,"title")||"",b.value=(0,r.attr)(s,"alt")||"";var t=i.Dom.closest(s,"a",o.j.editor);t?(_.value=(0,r.attr)(t,"href")||"",x.checked="_blank"===(0,r.attr)(t,"target")):(_.value="",x.checked=!1)}(),e=(0,r.attr)(s,"width")||(0,r.css)(s,"width",!0)||!1,n=(0,r.attr)(s,"height")||(0,r.css)(s,"height",!0)||!1,k.value=!1!==e?g(e).toString():s.offsetWidth.toString(),C.value=!1!==n?g(n).toString():s.offsetHeight.toString(),o.state.sizeIsLocked=function(){if(!(0,r.isNumeric)(k.value)||!(0,r.isNumeric)(C.value))return!1;var t=parseFloat(k.value),e=parseFloat(C.value);return 1>Math.abs(t-e*o.state.ratio)}(),function(){if(a.image.editMargins){var t=!0,e=!1;[c,l,u,d].forEach((function(n){var o=(0,r.attr)(n,"data-ref")||"",i=s.style.getPropertyValue((0,r.kebabCase)(o));if(!i)return e=!0,void(n.value="");/^[0-9]+(px)?$/.test(i)&&(i=parseInt(i,10)),n.value=i.toString()||"",(e&&n.value||t&&"marginTop"!==o&&n.value!==c.value)&&(t=!1)})),o.state.marginIsLocked=t}}(),h.value=((0,r.attr)(s,"class")||"").replace(/jodit_focused_image[\s]*/,""),f.value=(0,r.attr)(s,"id")||"",w.value=(parseInt(s.style.borderRadius||"0",10)||"0").toString(),s.style.cssFloat&&-1!==["left","right"].indexOf(s.style.cssFloat.toLowerCase())?m.value=(0,r.css)(s,"float"):"block"===(0,r.css)(s,"display")&&"auto"===s.style.marginLeft&&"auto"===s.style.marginRight&&(m.value="center"),v.value=(0,r.attr)(s,"style")||""},e.prototype.onApply=function(){var t,e=(t=(0,r.refs)(this.form)).style,n=t.imageSrc,o=t.borderRadius,a=t.imageTitle,s=t.imageAlt,c=t.imageLink,l=t.imageWidth,u=t.imageHeight,d=t.marginTop,p=t.marginRight,f=t.marginBottom,g=t.marginLeft,m=t.imageLinkOpenInNewTab,v=t.align,y=t.classes,b=t.id,w=this.j.o,_=this.state.image;if(w.image.editStyle&&(0,r.attr)(_,"style",e.value||null),!n.value)return i.Dom.safeRemove(_),void this.dialog.close();(0,r.attr)(_,"src",n.value),_.style.borderRadius="0"!==o.value&&/^[0-9]+$/.test(o.value)?o.value+"px":"",(0,r.attr)(_,"title",a.value||null),(0,r.attr)(_,"alt",s.value||null);var k=i.Dom.closest(_,"a",this.j.editor);if(c.value?(k||(k=i.Dom.wrap(_,"a",this.j.createInside)),(0,r.attr)(k,"href",c.value),(0,r.attr)(k,"target",m.checked?"_blank":null)):k&&k.parentNode&&k.parentNode.replaceChild(_,k),l.value!==_.offsetWidth.toString()||u.value!==_.offsetHeight.toString()){var C=(0,r.trim)(l.value)?h(l.value):null,x=(0,r.trim)(u.value)?h(u.value):null;(0,r.css)(_,{width:C,height:x}),(0,r.attr)(_,"width",(0,r.attr)(_,"width")?C:null),(0,r.attr)(_,"height",(0,r.attr)(_,"height")?x:null)}var S=[d,p,f,g];w.image.editMargins&&(this.state.marginIsLocked?(0,r.css)(_,"margin",h(d.value)):S.forEach((function(t){var e=(0,r.attr)(t,"data-ref")||"";(0,r.css)(_,e,h(t.value))}))),w.image.editClass&&(0,r.attr)(_,"class",y.value||null),w.image.editId&&(0,r.attr)(_,"id",b.value||null),w.image.editAlign&&(0,r.hAlignElement)(_,v.value),this.j.synchronizeValues(),this.dialog.close()},e.prototype.openImageEditor=function(){var t=this,e=(0,r.attr)(this.state.image,"src")||"",n=this.j.c.element("a"),o=function(){n.host===location.host||t.j.confirm("You can only edit your own images. Download this image on the host?",(function(e){e&&t.j.uploader&&t.j.uploader.uploadRemoteImage(n.href.toString(),(function(e){t.j.alert("The image has been successfully uploaded to the host!",(function(){(0,r.isString)(e.newfilename)&&((0,r.attr)(t.state.image,"src",e.baseurl+e.newfilename),t.updateValues())}))}),(function(e){t.j.alert("There was an error loading %s",e.message)}))}))};n.href=e,this.j.filebrowser.dataProvider.getPathByUrl(n.href.toString()).then((function(o){l.r.call(t.j.filebrowser,n.href,o.name,o.path,o.source,(function(){var n=(new Date).getTime();(0,r.attr)(t.state.image,"src",e+(-1!==e.indexOf("?")?"":"?")+"&_tmp="+n.toString()),t.updateValues()}),(function(e){t.j.alert(e.message)}))})).catch((function(e){t.j.alert(e.message,o)}))},e.prototype.openImagePopup=function(t){var e=this,n=new i.Popup(this.j),o=(0,r.refs)(this.form).changeImage;n.setZIndex(this.dialog.getZIndex()+1),n.setContent((0,a.ov)(this.j,{upload:function(t){t.files&&t.files.length&&(0,r.attr)(e.state.image,"src",t.baseurl+t.files[0]),e.updateValues(),n.close()},filebrowser:function(t){t&&(0,r.isArray)(t.files)&&t.files.length&&((0,r.attr)(e.state.image,"src",t.files[0]),n.close(),e.updateValues())}},this.state.image,n.close)).open((function(){return(0,r.position)(o)})),t.stopPropagation()},e.prototype.afterInit=function(t){var e=this,n=this;t.e.on("afterConstructor changePlace",(function(){t.e.off(t.editor,".imageproperties").on(t.editor,"dblclick.imageproperties",(function(o){var r=o.target;if(i.Dom.isTag(r,"img"))if(t.o.image.openOnDblClick){if(!1===e.j.e.fire("openOnDblClick",r))return;n.state.image=r,t.o.readonly||(o.stopImmediatePropagation(),o.preventDefault(),n.open())}else o.stopImmediatePropagation(),t.s.select(r)}))})).on("openImageProperties.imageproperties",(function(t){e.state.image=t,e.open()}))},e.prototype.beforeDestruct=function(t){this.dialog&&this.dialog.destruct(),t.e.off(t.editor,".imageproperties").off(".imageproperties")},(0,o.gn)([(0,c.watch)("state.marginIsLocked")],e.prototype,"onChangeMarginIsLocked",null),(0,o.gn)([(0,c.watch)("state.sizeIsLocked")],e.prototype,"onChangeSizeIsLocked",null),(0,o.gn)([c.autobind],e.prototype,"onApply",null),(0,o.gn)([c.autobind],e.prototype,"openImageEditor",null),(0,o.gn)([c.autobind],e.prototype,"openImagePopup",null),e}(i.Plugin);u.pw.add("imageProperties",m)},87409:function(t,e,n){"use strict";n.d(e,{c:function(){return i}});var o=n(10503);function i(t){var e=t.o.image,n=e.showPreview,i=e.editSize,r=o.J.get.bind(o.J);return t.c.fromHTML('<form class="jodit-properties">\n\t\t<div class="jodit-grid jodit-grid_xs-column">\n\t\t\t<div class="jodit_col-lg-2-5 jodit_col-xs-5-5">\n\t\t\t\t<div class="jodit-properties_view_box">\n\t\t\t\t\t<div style="'.concat(n?"":"display:none",'" class="jodit-properties_image_view">\n\t\t\t\t\t\t<img data-ref="imageViewSrc" src="" alt=""/>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div style="').concat(i?"":"display:none",'" class="jodit-form__group jodit-properties_image_sizes">\n\t\t\t\t\t\t<input data-ref="imageWidth" type="text" class="jodit-input"/>\n\t\t\t\t\t\t<a data-ref="lockSize" class="jodit-properties__lock">').concat(r("lock"),'</a>\n\t\t\t\t\t\t<input data-ref="imageHeight" type="text" class="imageHeight jodit-input"/>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t<div data-ref="tabsBox" class="jodit_col-lg-3-5 jodit_col-xs-5-5"></div>\n\t\t</div>\n\t</form>'))}},27859:function(t,e,n){"use strict";n.d(e,{t:function(){return i}});var o=n(10503);function i(t){var e=t.o,n=t.i18n.bind(t),i=o.J.get.bind(o.J),r=e.filebrowser.ajax.url||e.uploader.url,a=e.image.useImageEditor;return t.c.fromHTML('<div style="'.concat(e.image.editSrc?"":"display:none",'" class="jodit-form__group">\n\t\t\t<label>').concat(n("Src"),'</label>\n\t\t\t<div class="jodit-input_group">\n\t\t\t\t<input data-ref="imageSrc" class="jodit-input" type="text"/>\n\t\t\t\t<div\n\t\t\t\t\tclass="jodit-input_group-buttons"\n\t\t\t\t\tstyle="').concat(r?"":"display: none",'"\n\t\t\t\t>\n\t\t\t\t\t\t<a\n\t\t\t\t\t\t\tdata-ref="changeImage"\n\t\t\t\t\t\t\tclass="jodit-button"\n\t\t\t\t\t\t>').concat(i("image"),'</a>\n\t\t\t\t\t\t<a\n\t\t\t\t\t\t\tdata-ref="editImage"\n\t\t\t\t\t\t\tclass="jodit-button"\n\t\t\t\t\t\t\tstyle="').concat(a?"":"display: none",'"\n\t\t\t\t\t\t>').concat(i("crop"),'</a>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t\t<div style="').concat(e.image.editTitle?"":"display:none",'" class="jodit-form__group">\n\t\t\t<label>').concat(n("Title"),'</label>\n\t\t\t<input data-ref="imageTitle" type="text" class="jodit-input"/>\n\t\t</div>\n\t\t<div style="').concat(e.image.editAlt?"":"display:none",'" class="jodit-form__group">\n\t\t\t<label>').concat(n("Alternative"),'</label>\n\t\t\t<input data-ref="imageAlt" type="text" class="jodit-input"/>\n\t\t</div>\n\t\t<div style="').concat(e.image.editLink?"":"display:none",'" class="jodit-form__group">\n\t\t\t<label>').concat(n("Link"),'</label>\n\t\t\t<input data-ref="imageLink" type="text" class="jodit-input"/>\n\t\t</div>\n\t\t<div style="').concat(e.image.editLink?"":"display:none",'" class="jodit-form__group">\n\t\t\t<label class="jodit_vertical_middle">\n\t\t\t\t<input data-ref="imageLinkOpenInNewTab" type="checkbox" class="jodit-checkbox"/>\n\t\t\t\t<span>').concat(n("Open link in new tab"),"</span>\n\t\t\t</label>\n\t\t</div>"))}},24484:function(t,e,n){"use strict";n.d(e,{G:function(){return i}});var o=n(10503);function i(t){var e=t.o,n=t.i18n.bind(t),i=o.J.get.bind(o.J),r=[];return e.image.availableClasses.length>0?(r.push('<select data-ref="classes" class="jodit-input jodit-select">'),e.image.availableClasses.forEach((function(t){r.push("string"==typeof t?'<option value="'.concat(t,'">').concat(t,"</option>"):'<option value="'.concat(t[0],'">').concat(t[1],"</option>"))})),r.push("</select>")):r.push('<input data-ref="classes" type="text" class="jodit-input"/>'),t.c.fromHTML('<div style="'.concat(e.image.editMargins?"":"display:none",'" class="jodit-form__group">\n\t\t\t<label>').concat(n("Margins"),'</label>\n\t\t\t<div class="jodit-grid jodit_vertical_middle">\n\t\t\t\t<input class="jodit_col-lg-1-5 jodit-input" data-ref="marginTop" type="text" placeholder="').concat(n("top"),'"/>\n\t\t\t\t<a style="text-align: center;" data-ref="lockMargin" class="jodit-properties__lock jodit_col-lg-1-5">').concat(i("lock"),'</a>\n\t\t\t\t<input disabled="true" class="jodit_col-lg-1-5 jodit-input" data-ref="marginRight" type="text" placeholder="').concat(n("right"),'"/>\n\t\t\t\t<input disabled="true" class="jodit_col-lg-1-5 jodit-input" data-ref="marginBottom" type="text" placeholder="').concat(n("bottom"),'"/>\n\t\t\t\t<input disabled="true" class="jodit_col-lg-1-5 jodit-input" data-ref="marginLeft" type="text" placeholder="').concat(n("left"),'"/>\n\t\t\t</div>\n\t\t</div>\n\t\t<div\n\t\t\tstyle="').concat(e.image.editAlign?"":"display:none",'"\n\t\t\tclass="jodit-form__group"\n\t\t>\n\t\t\t<label>').concat(n("Align"),'</label>\n\t\t\t<select data-ref="align" class="jodit-select">\n\t\t\t\t<option value="">').concat(n("--Not Set--"),'</option>\n\t\t\t\t<option value="left">').concat(n("Left"),'</option>\n\t\t\t\t<option value="center">').concat(n("Center"),'</option>\n\t\t\t\t<option value="right">').concat(n("Right"),'</option>\n\t\t\t</select>\n\t\t</div>\n\t\t<div style="').concat(e.image.editStyle?"":"display:none",'" class="jodit-form__group">\n\t\t\t<label>').concat(n("Styles"),'</label>\n\t\t\t<input data-ref="style" type="text" class="jodit-input"/>\n\t\t</div>\n\t\t<div style="').concat(e.image.editClass?"":"display:none",'" class="jodit-form__group">\n\t\t\t<label>').concat(n("Classes"),"</label>\n\t\t\t").concat(r.join(""),'\n\t\t</div>\n\t\t<div style="').concat(e.image.editId?"":"display:none",'" class="jodit-form__group">\n\t\t\t<label>Id</label>\n\t\t\t<input data-ref="id" type="text" class="jodit-input"/>\n\t\t</div>\n\t\t<div\n\t\t\tstyle="').concat(e.image.editBorderRadius?"":"display:none",'"\n\t\t\tclass="jodit-form__group"\n\t\t>\n\t\t\t<label>').concat(n("Border radius"),'</label>\n\t\t\t\t<input data-ref="borderRadius" type="number" class="jodit-input"/>\n\t\t</div>'))}},4476:function(t,e,n){"use strict";var o=n(97582),i=n(8138),r=n(95582),a=n(68699),s=n(77628),c=n(81160),l=n(10503),u=n(41636);l.J.set("image",n.n(u)()),s.D.prototype.controls.image={popup:function(t,e,n,s){var c=null;return e&&!i.i.isText(e)&&i.i.isHTMLElement(e)&&(i.i.isTag(e,"img")||(0,r.$$)("img",e).length)&&(c=i.i.isTag(e,"img")?e:(0,r.$$)("img",e)[0]),t.s.save(),(0,a.ov)(t,{filebrowser:function(e){t.s.restore(),e.files&&e.files.forEach((function(n){return t.s.insertImage(e.baseurl+n,null,t.o.imageDefaultWidth)})),s()},upload:!0,url:function(e,n){return(0,o.mG)(void 0,void 0,void 0,(function(){var i;return(0,o.Jh)(this,(function(o){switch(o.label){case 0:return t.s.restore(),/^[a-z\d_-]+(\.[a-z\d_-]+)+/i.test(e)&&(e="//"+e),(i=c||t.createInside.element("img")).setAttribute("src",e),i.setAttribute("alt",n),c?[3,2]:[4,t.s.insertImage(i,null,t.o.imageDefaultWidth)];case 1:o.sent(),o.label=2;case 2:return s(),[2]}}))}))}},c,s)},tags:["img"],tooltip:"Insert Image"},c.pw.add("image",(function(t){t.registerButton({name:"image",group:"media"})}))},21868:function(t,e,n){"use strict";var o=n(77628),i=n(8138),r=n(10503),a=n(17719),s=n(14958),c=n.n(s),l=n(63685),u=n.n(l);r.J.set("indent",c()).set("outdent",u()),o.D.prototype.controls.indent={tooltip:"Increase Indent"},o.D.prototype.controls.outdent={isDisabled:function(t){var e=t.s.current();if(e){var n=i.i.closest(e,i.i.isBlock,t.editor);if(n){var o=(0,a.k)(t.o.direction,n);return!n.style[o]||0>=parseInt(n.style[o],10)}}return!0},tooltip:"Decrease Indent"},o.D.prototype.indentMargin=10},17719:function(t,e,n){"use strict";n.d(e,{k:function(){return i}});var o=n(44913),i=function(t,e){return"".concat(o.i.isCell(e)?"padding":"margin").concat("rtl"===t?"Right":"Left")}},42444:function(t,e,n){"use strict";var o=n(11612),i=n(8138),r=n(95582),a=n(81160),s=(n(21868),n(17719));a.pw.add("indent",(function(t){t.registerButton({name:"indent",group:"indent"}).registerButton({name:"outdent",group:"indent"});var e=function(e){var n=[];return t.s.eachSelection((function(a){t.s.save();var c=!!a&&i.i.up(a,i.i.isBlock,t.editor),l=t.o.enter;if(!c&&a&&(c=i.i.wrapInline(a,l!==o.BR?l:o.PARAGRAPH,t)),!c)return t.s.restore(),!1;var u=n.includes(c);if(c&&!u){var d=(0,s.k)(t.o.direction,c);n.push(c);var p=c.style[d]?parseInt(c.style[d],10):0;c.style[d]=(p+=t.o.indentMargin*("outdent"===e?-1:1))>0?p+"px":"",(0,r.attr)(c,"style")||(0,r.attr)(c,"style",null)}t.s.restore()})),t.synchronizeValues(),!1};t.registerCommand("indent",{exec:e,hotkeys:["ctrl+]","cmd+]"]}),t.registerCommand("outdent",{exec:e,hotkeys:["ctrl+[","cmd+["]})}))},34162:function(t,e,n){"use strict";n(22915),n(73936),n(81086),n(38307),n(58367),n(23711),n(40563),n(42412),n(32194),n(24518),n(57021),n(21970),n(77125),n(14281),n(12756),n(73392),n(8001),n(20180),n(39622),n(25738),n(22229),n(4476),n(35458),n(92651),n(42444),n(89094),n(66331),n(61229),n(84424),n(86526),n(34546),n(64384),n(17045),n(96659),n(14288),n(79501),n(57872),n(86398),n(30378),n(36215),n(49818),n(59284),n(68887),n(21036),n(74562),n(28445),n(83701),n(95027),n(97183),n(94406),n(53989),n(32158),n(35299),n(96349),n(778),n(89251),n(94636),n(56271),n(32408),n(78426),n(797),n(28167)},98954:function(t,e,n){"use strict";var o=n(77628),i=n(10503),r=n(90399),a=n.n(r),s=n(20035),c=n.n(s),l=n(67632),u=n.n(l),d=n(15787),p=n.n(d),f=n(95403),h=n.n(f),g=n(18743),m=n.n(g),v=n(4019),y=n.n(v),b=n(37088),w=n(12761),_=n(30585),k=n(32536),C=n(27579);o.D.prototype.toolbarInline=!0,o.D.prototype.toolbarInlineForSelection=!1,o.D.prototype.toolbarInlineDisableFor=[],o.D.prototype.toolbarInlineDisabledButtons=["source"],i.J.set("addcolumn",a()).set("addrow",c()).set("merge",u()).set("th",p()).set("splitg",h()).set("splitv",m()).set("th-list",y()),o.D.prototype.popup={a:b.Z,img:w.Z,cells:_.Z,toolbar:k.Z,jodit:C.Z,iframe:C.Z,"jodit-media":C.Z,selection:["bold","underline","italic","ul","ol","\n","outdent","indent","fontsize","brush","cut","\n","paragraph","link","align","dots"]}},37088:function(t,e,n){"use strict";var o=n(77233);e.Z=[{name:"eye",tooltip:"Open link",exec:function(t,e){var n=(0,o.L)(e,"href");e&&n&&t.ow.open(n)}},{name:"link",tooltip:"Edit link",icon:"pencil"},"unlink","brush","file"]},30585:function(t,e,n){"use strict";var o=n(71350),i=n(18002),r=n(68699),a=function(t){return t.args&&(0,o.HD)(t.args[0])?t.args[0].toLowerCase():""};e.Z=[{name:"brush",popup:function(t,e,n,a){if((0,o.Zu)(t)){var s=t.getInstance("Table",t.o).getAllSelectedCells();if(!s.length)return!1;var c=function(e){return(0,r.YW)(t,(function(n){s.forEach((function(t){(0,i.i)(t,e,n)})),t.lock(),t.synchronizeValues(),a(),t.unlock()}),(0,i.i)(s[0],e))};return(0,r.IL)(t,[{name:"Background",content:c("background-color")},{name:"Text",content:c("color")},{name:"Border",content:c("border-color")}])}},tooltip:"Background"},{name:"valign",list:["Top","Middle","Bottom","Normal"],childTemplate:function(t,e,n){return n},exec:function(t,e,n){var o=a(n.control);t.getInstance("Table",t.o).getAllSelectedCells().forEach((function(t){(0,i.i)(t,"vertical-align","normal"===o?"":o)}))},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:function(t,e,n){var i=n.control;if((0,o.Zu)(t)){var r=a(i);t.execCommand(r,!1,e)}},tooltip:"Add column"},{name:"addrow",list:{tableaddrowbefore:"Insert row above",tableaddrowafter:"Insert row below"},exec:function(t,e,n){var i=n.control;if((0,o.Zu)(t)){var r=a(i);t.execCommand(r,!1,e)}},tooltip:"Add row"},{name:"delete",icon:"bin",list:{tablebin:"Delete table",tablebinrow:"Delete row",tablebincolumn:"Delete column",tableempty:"Empty cell"},exec:function(t,e,n){var i=n.control;if((0,o.Zu)(t)){var r=a(i);t.execCommand(r,!1,e),t.e.fire("hidePopup")}},tooltip:"Delete"}]},27579:function(t,e,n){"use strict";var o=n(12761);e.Z=[{name:"bin",tooltip:"Delete",exec:function(t,e){e&&t.s.removeNode(e)}},o.A]},12761:function(t,e,n){"use strict";n.d(e,{A:function(){return s}});var o=n(8138),i=n(4682),r=n(18002),a=n(85469),s={name:"left",childTemplate:function(t,e,n){return n},list:["Left","Right","Center","Normal"],exec:function(t,e,n){var r=n.control;if(o.i.isTag(e,new Set(["img","jodit","jodit-media"]))){var s=r.args&&(0,i.H)(r.args[0])?r.args[0].toLowerCase():"";if(!s)return!1;(0,a.zC)(e,s),o.i.isTag(e,new Set(["jodit","jodit-media"]))&&e.firstElementChild&&(0,a.zC)(e.firstElementChild,s),t.synchronizeValues(),t.e.fire("recalcPositionPopup")}},tooltip:"Horizontal align"};e.Z=[{name:"delete",icon:"bin",tooltip:"Delete",exec:function(t,e){e&&t.s.removeNode(e)}},{name:"pencil",exec:function(t,e){"img"===e.tagName.toLowerCase()&&t.e.fire("openImageProperties",e)},tooltip:"Edit"},{name:"valign",list:["Top","Middle","Bottom","Normal"],tooltip:"Vertical align",exec:function(t,e,n){var a=n.control;if(o.i.isTag(e,"img")){var s=a.args&&(0,i.H)(a.args[0])?a.args[0].toLowerCase():"";if(!s)return!1;(0,r.i)(e,"vertical-align","normal"===s?"":s),t.e.fire("recalcPositionPopup")}}},s]},32536:function(t,e){"use strict";e.Z=["bold","italic","|","ul","ol","eraser","|","fontsize","brush","paragraph","---","image","table","\n","link","|","align","|","undo","redo","|","copyformat","fullsize","---","dots"]},89094:function(t,e,n){"use strict";var o=n(97582),i=n(7324),r=n(45429),a=n(34786),s=n(95582),c=n(8138),l=n(75004),u=n(50526),d=n(81160),p=(n(98954),function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=null,e.snapRange=null,e.elmsList=(0,s.keys)(e.j.o.popup,!1).filter((function(t){return!e.isExcludedTarget(t)})),e}return(0,o.ZT)(e,t),Object.defineProperty(e.prototype,"popup",{get:function(){return new a.G(this.jodit,!1)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"toolbar",{get:function(){return(0,r.R)(this.jodit,this.popup)},enumerable:!1,configurable:!0}),e.prototype.onClick=function(t){var e=this,n=this.elmsList,o=c.i.isTag(t,"img")?t:c.i.closest(t,n,this.j.editor);if(o&&this.canShowPopupForType(o.nodeName.toLowerCase()))return this.showPopup((function(){return(0,s.position)(o,e.j)}),o.nodeName.toLowerCase(),o),!1},e.prototype.showPopup=function(t,e,n){if(e=e.toLowerCase(),!this.canShowPopupForType(e))return!1;if(this.type!==e||n!==this.previousTarget){this.previousTarget=n;var o=this.j.o.popup[e],i=void 0;i=(0,s.isFunction)(o)?o(this.j,n,this.popup.close):o,(0,s.isArray)(i)&&(this.toolbar.build(i,n),this.toolbar.buttonSize=this.j.o.toolbarButtonSize,i=this.toolbar.container),this.popup.setContent(i),this.type=e}return this.popup.open(t),!0},e.prototype.hidePopup=function(t){(0,s.isString)(t)&&t!==this.type||this.popup.close()},e.prototype.onOutsideClick=function(){this.popup.close()},e.prototype.canShowPopupForType=function(t){var e=this.j.o.popup[t.toLowerCase()];return!(this.j.o.readonly||!this.j.o.toolbarInline||!e||this.isExcludedTarget(t))},e.prototype.isExcludedTarget=function(t){return(0,s.splitArray)(this.j.o.toolbarInlineDisableFor).map((function(t){return t.toLowerCase()})).includes(t.toLowerCase())},e.prototype.afterInit=function(t){var e=this;this.j.e.on("getDiffButtons.mobile",(function(n){if(e.toolbar===n){var o=e.toolbar.getButtonsNames();return(0,s.toArray)(t.registeredButtons).filter((function(t){return!e.j.o.toolbarInlineDisabledButtons.includes(t.name)})).filter((function(t){var e=(0,s.isString)(t)?t:t.name;return e&&"|"!==e&&"\n"!==e&&!o.includes(e)}))}})).on("hidePopup",this.hidePopup).on("showInlineToolbar",this.showInlineToolbar).on("showPopup",(function(t,n,o){e.showPopup(n,o||((0,s.isString)(t)?t:t.nodeName),(0,s.isString)(t)?void 0:t)})).on("mousedown keydown",this.onSelectionStart).on("change",(function(){e.popup.isOpened&&e.previousTarget&&!e.previousTarget.parentNode&&(e.hidePopup(),e.previousTarget=void 0)})).on([this.j.ew,this.j.ow],"mouseup keyup",this.onSelectionEnd),this.addListenersForElements()},e.prototype.onSelectionStart=function(){this.snapRange=this.j.s.range.cloneRange()},e.prototype.onSelectionEnd=function(t){if(!(t&&t.target&&l.u1.closestElement(t.target,a.G))){var e=this.snapRange,n=this.j.s.range;e&&!n.collapsed&&n.startContainer===e.startContainer&&n.startOffset===e.startOffset&&n.endContainer===e.endContainer&&n.endOffset===e.endOffset||this.onSelectionChange()}},e.prototype.onSelectionChange=function(){if(this.j.o.toolbarInlineForSelection){var t="selection",e=this.j.s.sel,n=this.j.s.range;(null==e?void 0:e.isCollapsed)||this.isSelectedTarget(n)||this.tableModule.getAllSelectedCells().length?this.type===t&&this.popup.isOpened&&this.hidePopup():this.j.s.current()&&this.showPopup((function(){return n.getBoundingClientRect()}),t)}},e.prototype.isSelectedTarget=function(t){var e=t.startContainer;return c.i.isElement(e)&&e===t.endContainer&&c.i.isTag(e.childNodes[t.startOffset],new Set((0,s.keys)(this.j.o.popup,!1)))&&t.startOffset===t.endOffset-1},Object.defineProperty(e.prototype,"tableModule",{get:function(){return this.j.getInstance("Table",this.j.o)},enumerable:!1,configurable:!0}),e.prototype.beforeDestruct=function(t){t.e.off("showPopup").off([this.j.ew,this.j.ow],"mouseup keyup",this.onSelectionEnd),this.removeListenersForElements()},e.prototype._eventsList=function(){var t=this.elmsList;return t.map((function(t){return(0,s.camelCase)("click_".concat(t))})).concat(t.map((function(t){return(0,s.camelCase)("touchstart_".concat(t))}))).join(" ")},e.prototype.addListenersForElements=function(){this.j.e.on(this._eventsList(),this.onClick)},e.prototype.removeListenersForElements=function(){this.j.e.off(this._eventsList(),this.onClick)},e.prototype.showInlineToolbar=function(t){var e=this;this.showPopup((function(){return t||e.j.s.range.getBoundingClientRect()}),"toolbar")},e.requires=["select"],(0,o.gn)([u.cache],e.prototype,"popup",null),(0,o.gn)([u.cache],e.prototype,"toolbar",null),(0,o.gn)([u.autobind],e.prototype,"onClick",null),(0,o.gn)([(0,u.wait)((function(t){return!t.j.isLocked}))],e.prototype,"showPopup",null),(0,o.gn)([(0,u.watch)(":clickEditor"),u.autobind],e.prototype,"hidePopup",null),(0,o.gn)([(0,u.watch)(":outsideClick")],e.prototype,"onOutsideClick",null),(0,o.gn)([u.autobind],e.prototype,"onSelectionStart",null),(0,o.gn)([u.autobind],e.prototype,"onSelectionEnd",null),(0,o.gn)([(0,u.debounce)((function(t){return t.defaultTimeout}))],e.prototype,"onSelectionChange",null),(0,o.gn)([u.autobind],e.prototype,"showInlineToolbar",null),e}(i.S));d.pw.add("inlinePopup",p)},66331:function(t,e,n){"use strict";var o=n(77628),i=n(44913),r=n(18002),a=n(85469),s=n(81160),c=n(10503),l=n(51505);c.J.set("justify",n.n(l)()),o.D.prototype.controls.align={name:"left",tooltip:"Align",update:function(t,e){var n=t.control,o=e.s.current();if(o){var a=i.i.closest(o,i.i.isBlock,e.editor)||e.editor,s=(0,r.i)(a,"text-align").toString();n.defaultValue&&-1!==n.defaultValue.indexOf(s)&&(s="left"),n.data&&n.data.currentValue!==s&&n.list&&-1!==n.list.indexOf(s)&&(e.o.textIcons?t.state.text=s:t.state.icon.name=s,n.data.currentValue=s)}},isActive:function(t,e){var n=t.s.current();if(n&&e.defaultValue){var o=i.i.closest(n,i.i.isBlock,t.editor)||t.editor;return-1===e.defaultValue.indexOf((0,r.i)(o,"text-align").toString())}return!1},defaultValue:["left","start","inherit"],data:{currentValue:"left"},list:["center","left","right","justify"]},o.D.prototype.controls.center={command:"justifyCenter",css:{"text-align":"center"},tooltip:"Align Center"},o.D.prototype.controls.justify={command:"justifyFull",css:{"text-align":"justify"},tooltip:"Align Justify"},o.D.prototype.controls.left={command:"justifyLeft",css:{"text-align":"left"},tooltip:"Align Left"},o.D.prototype.controls.right={command:"justifyRight",css:{"text-align":"right"},tooltip:"Align Right"},s.pw.add("justify",(function(t){t.registerButton({name:"align",group:"indent"});var e=function(e){return t.s.focus(),t.s.eachSelection((function(n){if(n){var o=i.i.up(n,i.i.isBlock,t.editor);o||(o=i.i.wrapInline(n,t.o.enterBlock,t)),(0,a.E3)(e,o)}})),!1};t.registerCommand("justifyfull",e),t.registerCommand("justifyright",e),t.registerCommand("justifyleft",e),t.registerCommand("justifycenter",e)}))},61229:function(t,e,n){"use strict";var o=n(97582),i=n(7324),r=n(50526),a=n(11612),s=n(44913),c=n(81160),l=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return(0,o.ZT)(e,t),e.prototype.afterInit=function(t){},e.prototype.beforeDestruct=function(t){},e.prototype.onKeyDownArrow=function(t){var e,n;if(t.key===a.KEY_RIGHT&&this.j.selection.isCollapsed()){var o=(e=this.j.selection.range).endContainer,i=e.endOffset;if(s.i.isText(o)&&(null===(n=o.nodeValue)||void 0===n?void 0:n.length)===i){var r=o.parentNode;s.i.isInlineBlock(r)&&!s.i.findNotEmptyNeighbor(r,!1,this.j.editor)&&s.i.after(r,this.j.createInside.text(a.NBSP_SPACE))}}},(0,o.gn)([(0,r.watch)(":keydown")],e.prototype,"onKeyDownArrow",null),e}(i.S);c.pw.add("keyArrowOutside",l)},92505:function(t,e,n){"use strict";var o=n(77628);o.D.prototype.limitWords=!1,o.D.prototype.limitChars=!1,o.D.prototype.limitHTML=!1},84424:function(t,e,n){"use strict";var o=n(97582),i=n(7324),r=n(11612),a=n(50526),s=n(81160),c=(n(92505),function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return(0,o.ZT)(e,t),e.prototype.afterInit=function(t){var e,n=this,o=(e=t.o).limitWords;if(t&&(o||e.limitChars)){var i=null;t.e.off(".limit").on("beforePaste.limit",(function(){i=t.history.snapshot.make()})).on("keydown.limit keyup.limit beforeEnter.limit",this.checkPreventKeyPressOrPaste).on("change.limit",this.checkPreventChanging).on("afterPaste.limit",(function(){if(n.__shouldDenyInput(!0)&&i)return t.history.snapshot.restore(i),t.e.fire("denyPaste.limit"),!1}))}},e.prototype.shouldPreventInsertHTML=function(t){return(!t||!(r.COMMAND_KEYS.includes(t.key)||t.ctrlKey||t.metaKey))&&this.__shouldDenyInput(!1)},e.prototype.__shouldDenyInput=function(t){var e,n=this.jodit,o=(e=n.o).limitWords,i=e.limitChars,r=this.__splitWords(n.o.limitHTML?n.value:n.text);if(o&&l(r.length,o,t))return n.e.fire("denyWords.limit limit.limit"),!0;var a=Boolean(i&&l(r.join("").length,i,t));return a&&n.e.fire("denyChars.limit limit.limit"),a},e.prototype.checkPreventKeyPressOrPaste=function(t){if(this.shouldPreventInsertHTML(t))return!1},e.prototype.checkPreventChanging=function(t,e){var n=this.jodit;this.__shouldDenyInput(!0)&&(n.value=e)},e.prototype.__splitWords=function(t){return t.replace((0,r.INVISIBLE_SPACE_REG_EXP)(),"").split((0,r.SPACE_REG_EXP)()).filter((function(t){return t.length}))},e.prototype.beforeDestruct=function(t){t.e.off(".limit")},(0,o.gn)([a.autobind],e.prototype,"checkPreventKeyPressOrPaste",null),(0,o.gn)([a.autobind],e.prototype,"checkPreventChanging",null),e}(i.S));function l(t,e,n){return n?t>e:t>=e}s.pw.add("limit",c)},48075:function(t,e,n){"use strict";var o=n(77628),i=n(95582),r=n(10503),a=n(99776),s=n.n(a);o.D.prototype.defaultLineHeight=null,r.J.set("line-height",s()),o.D.prototype.controls.lineHeight={command:"applyLineHeight",tags:["ol"],tooltip:"Line height",list:[1,1.1,1.2,1.3,1.4,1.5,2],exec:function(t,e,n){return(0,i.memorizeExec)(t,e,{control:n.control},(function(t){return t}))}}},88508:function(t){"use strict";t.exports={"Line height":"ارتفاع الخط"}},8733:function(t){"use strict";t.exports={"Line height":"Výška čáry"}},98178:function(t){"use strict";t.exports={"Line height":"Zeilenhöhe"}},79705:function(t){"use strict";t.exports={"Line height":"Altura de la línea"}},47228:function(t){"use strict";t.exports={"Line height":"ارتفاع خط"}},10283:function(t){"use strict";t.exports={"Line height":"Hauteur de ligne"}},17490:function(t){"use strict";t.exports={"Line height":"גובה שורה"}},34141:function(t){"use strict";t.exports={"Line height":"Vonal magassága"}},80212:function(t){"use strict";t.exports={"Line height":"Tinggi baris"}},34160:function(t,e,n){"use strict";n.r(e),n.d(e,{ar:function(){return o},cs_cz:function(){return i},de:function(){return r},es:function(){return a},fa:function(){return s},fr:function(){return c},he:function(){return l},hu:function(){return u},id:function(){return d},it:function(){return p},ja:function(){return f},ko:function(){return h},mn:function(){return g},nl:function(){return m},pl:function(){return v},pt_br:function(){return y},ru:function(){return b},tr:function(){return w},zh_cn:function(){return _},zh_tw:function(){return k}});var o=n(88508),i=n(8733),r=n(98178),a=n(79705),s=n(47228),c=n(10283),l=n(17490),u=n(34141),d=n(80212),p=n(39777),f=n(93545),h=n(18764),g=n(90367),m=n(77167),v=n(59597),y=n(59322),b=n(6949),w=n(15460),_=n(75459),k=n(88476)},39777:function(t){"use strict";t.exports={"Line height":"Altezza linea"}},93545:function(t){"use strict";t.exports={"Line height":"ラインの高さ"}},18764:function(t){"use strict";t.exports={"Line height":"선 높이"}},90367:function(t){"use strict";t.exports={"Line height":"Зураасны өндөр"}},77167:function(t){"use strict";t.exports={"Line height":"Lijnhoogte"}},59597:function(t){"use strict";t.exports={"Line height":"Wysokość linii"}},59322:function(t){"use strict";t.exports={"Line height":"Altura da linha"}},6949:function(t){"use strict";t.exports={"Line height":"Высота линии"}},15460:function(t){"use strict";t.exports={"Line height":"Çizgi yüksekliği"}},75459:function(t){"use strict";t.exports={"Line height":"线高"}},88476:function(t){"use strict";t.exports={"Line height":"ความสูงเส้น"}},86526:function(t,e,n){"use strict";var o=n(97582),i=n(7324),r=n(95582),a=n(50526),s=n(44913),c=n(81160),l=n(34160),u=(n(48075),function(t){function e(e){var n=t.call(this,e)||this;return n.buttons=[{name:"lineHeight",group:"font"}],(0,c.xl)(l),n}return(0,o.ZT)(e,t),e.prototype.afterInit=function(t){(0,r.css)(t.editor,{lineHeight:t.o.defaultLineHeight}),t.registerCommand("applyLineHeight",this.applyLineHeight)},e.prototype.applyLineHeight=function(t,e,n){var o,i,a=(o=this.j).s,c=o.createInside,l=o.editor,u=o.o;a.isFocused()||a.focus(),a.save();var d=function(t){var e=s.i.closest(t,s.i.isBlock,l);e||(e=s.i.wrap(t,u.enter,c));var o=(0,r.css)(e,"lineHeight");void 0===i&&(i=o.toString()!==n.toString()),(0,r.css)(e,"lineHeight",i?n:null)};try{if(a.isCollapsed()){var p=c.fake();a.insertNode(p,!1,!1),d(p),s.i.safeRemove(p)}else a.eachSelection(d)}finally{a.restore()}},e.prototype.beforeDestruct=function(t){(0,r.css)(t.editor,{lineHeight:null})},(0,o.gn)([a.autobind],e.prototype,"applyLineHeight",null),e}(i.S));c.pw.add("lineHeight",u)},13618:function(t,e,n){"use strict";var o=n(77628),i=n(11436),r=n(44913),a=n(10503),s=n(50895),c=n.n(s),l=n(36385),u=n.n(l);o.D.prototype.link={formTemplate:i.t,followOnDblClick:!1,processVideoLink:!0,processPastedLink:!0,noFollowCheckbox:!0,openInNewTabCheckbox:!0,modeClassName:"input",selectMultipleClassName:!0,selectSizeClassName:3,selectOptionsClassName:[],hotkeys:["ctrl+k","cmd+k"]},a.J.set("link",c()).set("unlink",u()),o.D.prototype.controls.unlink={exec:function(t,e){var n=r.i.closest(e,"a",t.editor);n&&r.i.unwrap(n),t.synchronizeValues(),t.e.fire("hidePopup")},tooltip:"Unlink"},o.D.prototype.controls.link={isActive:function(t){var e=t.s.current();return Boolean(e&&r.i.closest(e,"a",t.editor))},popup:function(t,e,n,o){return t.e.fire("generateLinkForm.link",e,o)},tags:["a"],tooltip:"Insert link"}},34546:function(t,e,n){"use strict";var o=n(97582),i=n(8138),r=n(95582),a=n(7324),s=n(50526),c=n(81160),l=(n(13618),function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.buttons=[{name:"link",group:"insert"}],e}return(0,o.ZT)(e,t),e.prototype.afterInit=function(t){var e=this;t.o.link.followOnDblClick&&t.e.on("dblclick.link",this.onDblClickOnLink),t.o.link.processPastedLink&&t.e.on("processPaste.link",this.onProcessPasteLink),t.e.on("generateLinkForm.link",this.__generateForm),t.registerCommand("openLinkDialog",{exec:function(){var n=t.dlg({resizable:!1}),o=e.__generateForm(t.s.current(),(function(){n.close()}));o.container.classList.add("jodit-dialog_alert"),n.setContent(o),n.open(),t.async.requestIdleCallback((function(){var t=(0,r.refs)(o.container).url_input;null==t||t.focus()}))},hotkeys:t.o.link.hotkeys})},e.prototype.onDblClickOnLink=function(t){if(i.i.isTag(t.target,"a")){var e=(0,r.attr)(t.target,"href");e&&(location.href=e,t.preventDefault())}},e.prototype.onProcessPasteLink=function(t,e){var n=this.jodit;if((0,r.isURL)(e)&&n.o.link.processPastedLink){if(n.e.stopPropagation("processPaste"),n.o.link.processVideoLink){var o=(0,r.convertMediaUrlToVideoEmbed)(e);if(o!==e)return n.createInside.fromHTML(o)}if(n.s.isCollapsed()){var i=n.createInside.element("a");return i.setAttribute("href",e),i.textContent=e,n.e.fire("applyLink",n,i,null),i}return n.s.commitStyle({element:"a",attributes:{href:e}}),!0}},e.prototype.__generateForm=function(t,e){var n,o,a,s=this.jodit,c=s.i18n.bind(s),l=(n=s.o.link).openInNewTabCheckbox,u=n.noFollowCheckbox,d=n.formClassName,p=n.modeClassName,f=(0,n.formTemplate)(s),h=(0,r.isString)(f)?s.c.fromHTML(f,{target_checkbox_box:l,nofollow_checkbox_box:u}):f,g=i.i.isElement(h)?h:h.container,m=(0,r.refs)(g),v=m.insert,y=m.unlink,b=m.content_input_box,w=(o=m).target_checkbox,_=o.nofollow_checkbox,k=o.url_input,C=i.i.isImage(t),x=m.content_input,S=m.className_input,E=m.className_select;x||(x=s.c.element("input",{type:"hidden",ref:"content_input"})),d&&g.classList.add(d),C&&i.i.hide(b);var j=function(){return a?a.innerText:(0,r.stripTags)(s.s.range.cloneContents(),s.ed)};if(a=!(!t||!i.i.closest(t,"a",s.editor))&&i.i.closest(t,"a",s.editor),!C&&t&&(x.value=j()),a){if(k.value=(0,r.attr)(a,"href")||"",p)switch(p){case"input":S&&(S.value=(0,r.attr)(a,"class")||"");break;case"select":if(E){for(var T=0;E.selectedOptions.length>T;T++){var I=E.options.item(T);I&&(I.selected=!1)}((0,r.attr)(a,"class")||"").split(" ").forEach((function(t){if(t)for(var e=0;E.options.length>e;e++){var n=E.options.item(e);(null==n?void 0:n.value)&&n.value===t&&(n.selected=!0)}}))}}l&&w&&(w.checked="_blank"===(0,r.attr)(a,"target")),u&&_&&(_.checked="nofollow"===(0,r.attr)(a,"rel")),v.textContent=c("Update")}else i.i.hide(y);s.editor.normalize();var z=s.history.snapshot.make();y&&s.e.on(y,"click",(function(t){s.s.restore(),s.history.snapshot.restore(z),a&&i.i.unwrap(a),s.synchronizeValues(),e(),t.preventDefault()}));var L=function(){if(!k.value.trim().length)return k.focus(),k.classList.add("jodit_error"),!1;var t;s.s.restore(),s.s.removeMarkers(),s.editor.normalize(),s.history.snapshot.restore(z);var n=j()!==x.value.trim(),o=s.createInside;if(a)t=[a];else{if(s.s.isCollapsed()){var c=o.element("a");s.s.insertNode(c,!1,!1),t=[c]}else{var d=s.s.current();t=i.i.isTag(d,"img")?[i.i.wrap(d,"a",o)]:s.s.wrapInTag("a")}t.forEach((function(t){return s.s.select(t)}))}return t.forEach((function(t){var e;if((0,r.attr)(t,"href",k.value),p&&(null!=S?S:E))if("input"===p)""===S.value&&t.hasAttribute("class")&&(0,r.attr)(t,"class",null),""!==S.value&&(0,r.attr)(t,"class",S.value);else if("select"===p){t.hasAttribute("class")&&(0,r.attr)(t,"class",null);for(var o=0;E.selectedOptions.length>o;o++){var i=null===(e=E.selectedOptions.item(o))||void 0===e?void 0:e.value;i&&t.classList.add(i)}}if(!C){var a=t.textContent;x.value.trim().length?n&&(a=x.value):a=k.value,a!==t.textContent&&(t.textContent=a)}l&&w&&(0,r.attr)(t,"target",w.checked?"_blank":null),u&&_&&(0,r.attr)(t,"rel",_.checked?"nofollow":null),s.e.fire("applyLink",s,t,h)})),s.synchronizeValues(),e(),!1};return i.i.isElement(h)?s.e.on(h,"submit",(function(t){return t.preventDefault(),t.stopImmediatePropagation(),L(),!1})):h.onSubmit(L),h},e.prototype.beforeDestruct=function(t){t.e.off("generateLinkForm.link",this.__generateForm).off("dblclick.link",this.onDblClickOnLink).off("processPaste.link",this.onProcessPasteLink)},(0,o.gn)([s.autobind],e.prototype,"onDblClickOnLink",null),(0,o.gn)([s.autobind],e.prototype,"onProcessPasteLink",null),(0,o.gn)([s.autobind],e.prototype,"__generateForm",null),e}(a.S));c.pw.add("link",l)},11436:function(t,e,n){"use strict";n.d(e,{t:function(){return r}});var o=n(61916),i=n(29788),r=function(t){var e=t.o.link,n=e.openInNewTabCheckbox,r=e.noFollowCheckbox,a=e.modeClassName,s=e.selectSizeClassName,c=e.selectMultipleClassName,l=e.selectOptionsClassName;return new o.x4(t,[new o.eC(t,[new o.u3(t,{name:"url",type:"text",ref:"url_input",label:"URL",placeholder:"http://",required:!0})]),new o.eC(t,[new o.u3(t,{name:"content",ref:"content_input",label:"Text"})],{ref:"content_input_box"}),a?new o.eC(t,["input"===a?new o.u3(t,{name:"className",ref:"className_input",label:"Class name"}):"select"===a?new o.Cj(t,{name:"className",ref:"className_select",label:"Class name",size:s,multiple:c,options:l}):null]):null,n?new o.mA(t,{name:"target",ref:"target_checkbox",label:"Open in new tab"}):null,r?new o.mA(t,{name:"nofollow",ref:"nofollow_checkbox",label:"No follow"}):null,new o.eC(t,[new i.y3(t,{name:"unlink",variant:"default",text:"Unlink"}),new i.y3(t,{name:"insert",type:"submit",variant:"primary",text:"Insert"})],{align:"full"})])}},91513:function(t,e,n){"use strict";var o=n(77628);o.D.prototype.mediaFakeTag="jodit-media",o.D.prototype.mediaInFakeBlock=!0,o.D.prototype.mediaBlocks=["video","audio"]},64384:function(t,e,n){"use strict";var o=n(11612),i=n(98478),r=n(81160);n(91513),r.pw.add("media",(function(t){var e="jodit_fake_wrapper",n=t.options,r=n.mediaFakeTag,a=n.mediaBlocks;n.mediaInFakeBlock&&t.e.on("afterGetValueFromEditor",(function(t){var n=new RegExp("<".concat(r,"[^>]+data-").concat(e,"[^>]+>([^]+?)</").concat(r,">"),"ig");n.test(t.value)&&(t.value=t.value.replace(n,"$1"))})).on("change afterInit afterSetMode changePlace",t.async.debounce((function(){t.isDestructed||t.getMode()===o.MODE_SOURCE||(0,i.$$)(a.join(","),t.editor).forEach((function(n){(0,i.dataBind)(n,e)||((0,i.dataBind)(n,e,!0),function(n){var o;if(n.parentNode&&(0,i.attr)(n.parentNode,"data-jodit_iframe_wrapper"))n=n.parentNode;else{var a=t.createInside.element(r,((o={"data-jodit-temp":1,contenteditable:!1,draggable:!0})["data-".concat(e)]=1,o));(0,i.attr)(a,"style",(0,i.attr)(n,"style")),a.style.display="inline-block"===n.style.display?"inline-block":"block",a.style.width=n.offsetWidth+"px",a.style.height=n.offsetHeight+"px",n.parentNode&&n.parentNode.insertBefore(a,n),a.appendChild(n),n=a}t.e.off(n,"mousedown.select touchstart.select").on(n,"mousedown.select touchstart.select",(function(){t.s.setCursorAfter(n)}))}(n))}))}),t.defaultTimeout))}))},54499:function(t,e,n){"use strict";var o=n(77628),i=n(11612),r=n(45429),a=n(95582),s=n(60731);o.D.prototype.mobileTapTimeout=300,o.D.prototype.toolbarAdaptive=!0,o.D.prototype.controls.dots={mode:i.MODE_SOURCE+i.MODE_WYSIWYG,popup:function(t,e,n,o,i){var c=n.data;return void 0===c&&(c={toolbar:(0,r.R)(t),rebuild:function(){var e,n;if(i){var o=t.e.fire("getDiffButtons.mobile",i.closest(s.n));if(o&&c){c.toolbar.build((0,a.splitArray)(o));var r=(null===(n=null===(e=t.toolbar)||void 0===e?void 0:e.firstButton)||void 0===n?void 0:n.container.offsetWidth)||36;c.toolbar.container.style.width=3*(r+4)+"px"}}}},n.data=c),c.rebuild(),c.toolbar},tooltip:"Show all"}},17045:function(t,e,n){"use strict";var o=n(95582),i=n(77549),r=n(81160);n(54499),r.pw.add("mobile",(function(t){var e=0,n=(0,o.splitArray)(t.o.buttons);t.o.mobileTapTimeout&&t.e.on("touchend",(function(n){if(n.changedTouches&&n.changedTouches.length){var o=(new Date).getTime(),i=o-e;i>t.o.mobileTapTimeout&&(e=o,1.5*t.o.mobileTapTimeout>i&&t.s.insertCursorAtPoint(n.clientX,n.clientY))}})),t.e.on("getDiffButtons.mobile",(function(e){if(e===t.toolbar){var r=(0,i.q)((0,o.splitArray)(t.o.buttons),t),a=(0,i.q)(n,t);return(0,o.toArray)(r).reduce((function(t,e){return a.has(e)||t.push(e),t}),[])}})),t.o.toolbarAdaptive&&t.e.on("resize afterInit recalcAdaptive changePlace afterAddPlace",(function(){var e,i;if(t.o.toolbar){var r=(null!==(e=t.container.parentElement)&&void 0!==e?e:t.container).offsetWidth,a=(0,o.splitArray)(t.isFullSize||r>=t.o.sizeLG?t.o.buttons:t.o.sizeMD>r?t.o.sizeSM>r?t.o.buttonsXS:t.o.buttonsSM:t.o.buttonsMD);a.toString()!==n.toString()&&(n=a,t.e.fire("closeAllPopups"),null===(i=t.toolbar)||void 0===i||i.setRemoveButtons(t.o.removeButtons).build(n.concat(t.o.extraButtons)))}})).on(t.ow,"load resize",(function(){return t.e.fire("recalcAdaptive")}))}))},5818:function(t,e,n){"use strict";var o=n(77628),i=n(16992),r=n(10503),a=n(23972),s=n.n(a),c=n(72832),l=n.n(c),u=function(t,e,n){var o,r=n.control,a="button".concat(r.command),s=null!==(o=r.args&&r.args[0])&&void 0!==o?o:(0,i.q)(t,a);(0,i.q)(t,a,s),t.execCommand(r.command,!1,"default"===s?null:s)};r.J.set("ol",s()).set("ul",l()),o.D.prototype.controls.ul={command:"insertUnorderedList",tags:["ul"],tooltip:"Insert Unordered List",list:{default:"Default",circle:"Circle",disc:"Dot",square:"Quadrate"},exec:u},o.D.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}},96659:function(t,e,n){"use strict";var o=n(97582),i=n(7324),r=n(50526),a=n(81160),s=(n(5818),function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.buttons=[{name:"ul",group:"list"},{name:"ol",group:"list"}],e}return(0,o.ZT)(e,t),e.prototype.afterInit=function(t){t.registerCommand("insertUnorderedList",this.onCommand).registerCommand("insertOrderedList",this.onCommand)},e.prototype.onCommand=function(t,e,n){return this.jodit.s.commitStyle({element:"insertunorderedlist"===t?"ul":"ol",attributes:{style:{listStyleType:null!=n?n:null}}}),this.jodit.synchronizeValues(),!1},e.prototype.beforeDestruct=function(t){},(0,o.gn)([r.autobind],e.prototype,"onCommand",null),e}(i.S));a.pw.add("orderedList",s)},44051:function(t,e,n){"use strict";var o=n(77628),i=n(11612);o.D.prototype.askBeforePasteFromWord=!0,o.D.prototype.processPasteFromWord=!0,o.D.prototype.defaultActionOnPasteFromWord=null,o.D.prototype.pasteFromWordActionList=[{value:i.INSERT_AS_HTML,text:"Keep"},{value:i.INSERT_AS_TEXT,text:"Clean"},{value:i.INSERT_ONLY_TEXT,text:"Insert only Text"}]},79501:function(t,e,n){"use strict";n.d(e,{L:function(){return u}});var o=n(97582),i=n(7324),r=n(95582),a=n(11612),s=n(50526),c=n(54625),l=n(81160),u=(n(44051),function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return(0,o.ZT)(e,t),e.prototype.afterInit=function(t){},e.prototype.beforeDestruct=function(t){},e.prototype.processWordHTML=function(t,e,n){var o,i=this,a=this.j,s=(o=a.o).processPasteFromWord,l=o.askBeforePasteFromWord,u=o.defaultActionOnPasteFromWord,d=o.defaultActionOnPaste,p=o.pasteFromWordActionList;return!(!s||!(0,r.isHtmlFromWord)(e)||(l?(0,c.$t)(a,"The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?","Word Paste Detected",(function(o){i.insertFromWordByType(t,e,o,n)}),p):this.insertFromWordByType(t,e,u||d,n),0))},e.prototype.insertFromWordByType=function(t,e,n,o){var i;switch(n){case a.INSERT_AS_HTML:e=(0,r.applyStyles)(e);var s=null===(i=this.j.events)||void 0===i?void 0:i.fire("beautifyHTML",e);(0,r.isString)(s)&&(e=s);break;case a.INSERT_AS_TEXT:e=(0,r.cleanFromWord)(e);break;case a.INSERT_ONLY_TEXT:e=(0,r.stripTags)((0,r.cleanFromWord)(e))}(0,c.kU)(t,this.j,e)},e.requires=["paste"],(0,o.gn)([(0,s.watch)(":processHTML")],e.prototype,"processWordHTML",null),e}(i.S));l.pw.add("pasteFromWord",u)},57872:function(t,e,n){"use strict";var o=n(97582),i=n(11612),r=n(35618),a=n(44913),s=n(95582),c=n(53025),l=n(81160),u=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.currentIndex=0,e.list=[],e.container=null,e.listBox=null,e.previewBox=null,e.dialog=null,e.paste=function(){if(e.j.s.focus(),e.j.s.insertHTML(e.list[e.currentIndex]),0!==e.currentIndex){var t=e.list[0];e.list[0]=e.list[e.currentIndex],e.list[e.currentIndex]=t}e.dialog&&e.dialog.close(),e.j.synchronizeValues(),e.j.e.fire("afterPaste")},e.onKeyDown=function(t){var n=e.currentIndex;-1!==[i.KEY_UP,i.KEY_DOWN,i.KEY_ENTER].indexOf(t.key)&&(t.key===i.KEY_UP&&(0===n?n=e.list.length-1:n-=1),t.key===i.KEY_DOWN&&(n===e.list.length-1?n=0:n+=1),t.key!==i.KEY_ENTER?(n!==e.currentIndex&&e.selectIndex(n),t.stopImmediatePropagation(),t.preventDefault()):e.paste())},e.selectIndex=function(t){e.listBox&&(0,s.toArray)(e.listBox.childNodes).forEach((function(n,o){n.classList.remove("jodit_active"),t===o&&e.previewBox&&(n.classList.add("jodit_active"),e.previewBox.innerHTML=e.list[t],n.focus())})),e.currentIndex=t},e.showDialog=function(){2>e.list.length||(e.dialog||e.createDialog(),e.listBox&&(e.listBox.innerHTML=""),e.previewBox&&(e.previewBox.innerHTML=""),e.list.forEach((function(t,n){var o=e.j.c.element("a");o.textContent=n+1+". "+t.replace((0,i.SPACE_REG_EXP)(),""),e.j.e.on(o,"keydown",e.onKeyDown),(0,s.attr)(o,"href","#"),(0,s.attr)(o,"data-index",n.toString()),(0,s.attr)(o,"tab-index","-1"),e.listBox&&e.listBox.appendChild(o)})),e.dialog&&e.dialog.open(),e.j.async.setTimeout((function(){e.selectIndex(0)}),100))},e}return(0,o.ZT)(e,t),e.prototype.createDialog=function(){var t=this;this.dialog=this.j.dlg();var e=(0,c.zx)(this.j,"paste","Paste","primary");e.onAction(this.paste);var n=(0,c.zx)(this.j,"","Cancel");n.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([e,n]),this.j.e.on(this.listBox,"click dblclick",(function(e){var n=e.target;return a.i.isTag(n,"a")&&n.hasAttribute("data-index")&&t.selectIndex(parseInt((0,s.attr)(n,"-index")||"0",10)),"dblclick"===e.type&&t.paste(),!1}))},e.prototype.afterInit=function(){var t=this;this.j.e.off("afterCopy.paste-storage").on("pasteStorageList.paste-storage",(function(){return t.list.length})).on("afterCopy.paste-storage",(function(e){-1!==t.list.indexOf(e)&&t.list.splice(t.list.indexOf(e),1),t.list.unshift(e),t.list.length>5&&(t.list.length=5)})),this.j.registerCommand("showPasteStorage",{exec:this.showDialog,hotkeys:["ctrl+shift+v","cmd+shift+v"]})},e.prototype.beforeDestruct=function(){this.dialog&&this.dialog.destruct(),this.j.e.off(".paste-storage"),a.i.safeRemove(this.previewBox),a.i.safeRemove(this.listBox),a.i.safeRemove(this.container),this.container=null,this.listBox=null,this.previewBox=null,this.dialog=null,this.list=[]},e}(r.S);l.pw.add("pasteStorage",u)},32669:function(t,e,n){"use strict";var o,i=n(97582),r=n(11612),a=n(77628),s=n(54625);a.D.prototype.askBeforePasteHTML=!0,a.D.prototype.processPasteHTML=!0,a.D.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"}],a.D.prototype.memorizeChoiceWhenPasteFragment=!1,a.D.prototype.nl2brInPlainText=!0;var c="pasteStorage";a.D.prototype.controls.paste={tooltip:"Paste from clipboard",exec:function(t,e,n){var o=n.control;return(0,i.mG)(this,void 0,void 0,(function(){var e,n,a,l,u;return(0,i.Jh)(this,(function(i){switch(i.label){case 0:if(o.name===c)return t.execCommand("showPasteStorage"),[2];if(t.s.focus(),e="",n=!0,!navigator.clipboard)return[3,11];i.label=1;case 1:return i.trys.push([1,6,,7]),[4,navigator.clipboard.read()];case 2:return(a=i.sent())&&a.length?[4,a[0].getType(r.TEXT_PLAIN)]:[3,5];case 3:return l=i.sent(),[4,new Response(l).text()];case 4:e=i.sent(),i.label=5;case 5:return n=!1,[3,7];case 6:return i.sent(),[3,7];case 7:if(!n)return[3,11];i.label=8;case 8:return i.trys.push([8,10,,11]),[4,navigator.clipboard.readText()];case 9:return e=i.sent(),n=!1,[3,11];case 10:return i.sent(),[3,11];case 11:return n&&(e=t.buffer.get(r.CLIPBOARD_ID)||"",n=0===e.length),u=t.value,n?(t.ed.execCommand("paste"),!(n=u===t.value)&&t.e.fire("afterPaste")):e.length?((0,s.kU)(null,t,e),t.e.fire("afterPaste")):n&&t.alert("Your browser doesn't support direct access to the clipboard.",(function(){t.s.focus()})),[2]}}))}))},list:(o={},o[c]="Paste Storage",o),isChildDisabled:function(t){return 2>t.e.fire("pasteStorageList")}}},54625:function(t,e,n){"use strict";n.d(e,{$t:function(){return u},ZH:function(){return l},kU:function(){return c}});var o=n(97582),i=n(71350),r=n(44913),a=n(11612),s=n(53025);function c(t,e,n){if(!e.isInDestruct){(function(t){return Boolean(t&&"drop"===t.type)})(t)&&e.s.insertCursorAtPoint(t.clientX,t.clientY);var o=e.e.fire("beforePasteInsert",n);!(0,i.nj)(o)&&((0,i.HD)(o)||(0,i.hj)(o)||r.i.isNode(o))&&(n=o),(0,i.HD)(n)&&(n=function(t){var e=(t=t.replace(/<meta[^>]+?>/g,"")).search(/<!--StartFragment-->/i);-1!==e&&(t=t.substring(e+20));var n=t.search(/<!--EndFragment-->/i);return-1!==n&&(t=t.substring(0,n)),t}(n)),e.s.insertHTML(n)}}function l(t){var e=t.types,n="";if((0,i.kJ)(e)||"[object DOMStringList]"==={}.toString.call(e))for(var o=0;e.length>o;o+=1)n+=e[o]+";";else n=(e||a.TEXT_PLAIN).toString()+";";return n}function u(t,e,n,i,r){if(!1!==t.e.fire("beforeOpenPasteDialog",e,n,i,r)){var a=t.confirm('<div style="word-break: normal; white-space: normal">'.concat(t.i18n(e),"</div>"),t.i18n(n)),c=r.map((function(e){var n=e.text,o=e.value;return(0,s.zx)(t,{text:n,name:n.toLowerCase(),tabIndex:0}).onAction((function(){a.close(),i(o)}))}));a.e.one(a,"afterClose",(function(){t.s.isFocused()||t.s.focus()}));var l=(0,s.zx)(t,{text:"Cancel",tabIndex:0}).onAction((function(){a.close()}));return a.setFooter((0,o.ev)((0,o.ev)([],(0,o.CR)(c),!1),[l],!1)),c[0].focus(),c[0].state.variant="primary",t.e.fire("afterOpenPasteDialog",a,e,n,i,r),a}}},14288:function(t,e,n){"use strict";var o=n(97582),i=n(35618),r=n(11612),a=n(44913),s=n(50526),c=n(95582),l=n(81160),u=n(54625),d=(n(32669),function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.pasteStack=new c.LimitedStack(20),e._isDialogOpened=!1,e}return(0,o.ZT)(e,t),e.prototype.afterInit=function(t){var e=this;t.e.on("paste.paste",this.onPaste).on("pasteStack.paste",(function(t){return e.pasteStack.push(t)})),t.o.nl2brInPlainText&&this.j.e.on("processPaste.paste",this.onProcessPasteReplaceNl2Br)},e.prototype.beforeDestruct=function(t){t.e.off("paste.paste",this.onPaste).off("processPaste.paste",this.onProcessPasteReplaceNl2Br).off(".paste")},e.prototype.onPaste=function(t){try{if(!1===this.customPasteProcess(t)||!1===this.j.e.fire("beforePaste",t))return t.preventDefault(),!1;this.defaultPasteProcess(t)}finally{this.j.e.fire("afterPaste",t)}},e.prototype.customPasteProcess=function(t){if(this.j.o.processPasteHTML){var e,n=(0,c.getDataTransfer)(t),o={html:null==n?void 0:n.getData(r.TEXT_HTML),plain:null==n?void 0:n.getData(r.TEXT_PLAIN),rtf:null==n?void 0:n.getData(r.TEXT_RTF)};for(e in o){var i=o[e];if((0,c.isHTML)(i)&&(this.j.e.fire("processHTML",t,i,o)||this.processHTML(t,i)))return!1}}},e.prototype.defaultPasteProcess=function(t){var e=(0,c.getDataTransfer)(t),n=(null==e?void 0:e.getData(r.TEXT_HTML))||(null==e?void 0:e.getData(r.TEXT_PLAIN));if(e&&n&&""!==(0,c.trim)(n)){var o=this.j.e.fire("processPaste",t,n,(0,u.ZH)(e));void 0!==o&&(n=o),((0,c.isString)(n)||a.i.isNode(n))&&this.insertByType(t,n,this.j.o.defaultActionOnPaste),t.preventDefault(),t.stopPropagation()}},e.prototype.processHTML=function(t,e){var n=this;if(this.j.o.askBeforePasteHTML){if(this.j.o.memorizeChoiceWhenPasteFragment){var o=this.pasteStack.find((function(t){return t.html===e}));if(o)return this.insertByType(t,e,o.action||this.j.o.defaultActionOnPaste),!0}if(this._isDialogOpened)return!0;var i=(0,u.$t)(this.j,"Your code is similar to HTML. Keep as HTML?","Paste as HTML",(function(o){n._isDialogOpened=!1,n.insertByType(t,e,o)}),this.j.o.pasteHTMLActionList);return i&&(this._isDialogOpened=!0,i.e.on("beforeClose",(function(){n._isDialogOpened=!1}))),!0}return!1},e.prototype.insertByType=function(t,e,n){if(this.pasteStack.push({html:e,action:n}),(0,c.isString)(e))switch(this.j.buffer.set(r.CLIPBOARD_ID,e),n){case r.INSERT_CLEAR_HTML:e=(0,c.cleanFromWord)(e);break;case r.INSERT_ONLY_TEXT:e=(0,c.stripTags)(e);break;case r.INSERT_AS_TEXT:e=(0,c.htmlspecialchars)(e)}(0,u.kU)(t,this.j,e)},e.prototype.onProcessPasteReplaceNl2Br=function(t,e,n){if(n===r.TEXT_PLAIN+";"&&!(0,c.isHTML)(e))return(0,c.nl2br)(e)},(0,o.gn)([s.autobind],e.prototype,"onPaste",null),(0,o.gn)([s.autobind],e.prototype,"onProcessPasteReplaceNl2Br",null),e}(i.S));l.pw.add("paste",d)},74017:function(t,e,n){"use strict";var o=n(77628);o.D.prototype.showPlaceholder=!0,o.D.prototype.placeholder="Type something",o.D.prototype.useInputsPlaceholder=!0},86398:function(t,e,n){"use strict";n.d(e,{u:function(){return p}});var o=n(97582),i=n(11612),r=n(77233),a=n(18002),s=n(44058),c=n(44913),l=n(35618),u=n(50526),d=n(81160);function p(t){var e;if(!t.firstChild)return!0;var n=t.firstChild;if(i.INSEPARABLE_TAGS.has(null===(e=n.nodeName)||void 0===e?void 0:e.toLowerCase())||/^(TABLE)$/i.test(n.nodeName))return!1;var o=c.i.next(n,(function(t){return t&&!c.i.isEmptyTextNode(t)}),t);return c.i.isText(n)&&!o?c.i.isEmptyTextNode(n):!o&&c.i.each(n,(function(t){return!(c.i.isLeaf(t)||c.i.isList(t))&&(c.i.isEmpty(t)||c.i.isTag(t,"br"))}))}n(74017);var f=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.addNativeListeners=function(){e.j.e.off(e.j.editor,"input.placeholder keydown.placeholder").on(e.j.editor,"input.placeholder keydown.placeholder",e.toggle)},e.addEvents=function(){var t=e.j;t.o.useInputsPlaceholder&&t.element.hasAttribute("placeholder")&&(e.placeholderElm.innerHTML=(0,r.L)(t.element,"placeholder")||""),t.e.fire("placeholder",e.placeholderElm.innerHTML),t.e.off(".placeholder").on("changePlace.placeholder",e.addNativeListeners).on("change.placeholder focus.placeholder keyup.placeholder mouseup.placeholder keydown.placeholder mousedown.placeholder afterSetMode.placeholder changePlace.placeholder",e.toggle).on(window,"load",e.toggle),e.addNativeListeners(),e.toggle()},e}return(0,o.ZT)(e,t),e.prototype.afterInit=function(t){var e=this;t.o.showPlaceholder&&(this.placeholderElm=t.c.fromHTML('<span data-ref="placeholder" style="display: none;" class="jodit-placeholder">'.concat(t.i18n(t.o.placeholder),"</span>")),"rtl"===t.o.direction&&(this.placeholderElm.style.right="0px",this.placeholderElm.style.direction="rtl"),t.e.on("readonly",(function(t){t?e.hide():e.toggle()})).on("changePlace",this.addEvents),this.addEvents())},e.prototype.show=function(){var t=this.j;if(!t.o.readonly){var e=0,n=0,o=t.s.current(),i=o&&c.i.closest(o,c.i.isBlock,t.editor)||t.editor,r=t.ew.getComputedStyle(i),l=t.ew.getComputedStyle(t.editor);t.workplace.appendChild(this.placeholderElm);var u=t.editor.firstChild;if(c.i.isElement(u)&&!(0,s._)(u)){var d=t.ew.getComputedStyle(u);e=parseInt(d.getPropertyValue("margin-top"),10),n=parseInt(d.getPropertyValue("margin-left"),10),this.placeholderElm.style.fontSize=parseInt(d.getPropertyValue("font-size"),10)+"px",this.placeholderElm.style.lineHeight=d.getPropertyValue("line-height")}else this.placeholderElm.style.fontSize=parseInt(r.getPropertyValue("font-size"),10)+"px",this.placeholderElm.style.lineHeight=r.getPropertyValue("line-height");(0,a.i)(this.placeholderElm,{display:"block",textAlign:r.getPropertyValue("text-align"),paddingTop:parseInt(l.paddingTop,10)+"px",paddingLeft:parseInt(l.paddingLeft,10)+"px",paddingRight:parseInt(l.paddingRight,10)+"px",marginTop:Math.max(parseInt(r.getPropertyValue("margin-top"),10),e),marginLeft:Math.max(parseInt(r.getPropertyValue("margin-left"),10),n)})}},e.prototype.hide=function(){c.i.safeRemove(this.placeholderElm)},e.prototype.toggle=function(){var t=this.j;t.editor&&!t.isInDestruct&&(t.getRealMode()===i.MODE_WYSIWYG&&p(t.editor)?this.show():this.hide())},e.prototype.beforeDestruct=function(t){this.hide(),t.e.off(".placeholder").off(window,"load",this.toggle)},(0,o.gn)([(0,u.debounce)((function(t){return t.defaultTimeout/10}),!0)],e.prototype,"toggle",null),e}(l.S);d.pw.add("placeholder",f)},30378:function(t,e,n){"use strict";n(81160).pw.add("poweredByJodit",(function(t){var e=t.o;e.hidePoweredByJodit||e.inline||!(e.showCharsCounter||e.showWordsCounter||e.showXPathInStatusbar)||t.hookStatus("ready",(function(){t.statusbar.append(t.create.fromHTML('<a\n\t\t\t\t\t\ttabindex="-1"\n\t\t\t\t\t\tstyle="text-transform: uppercase"\n\t\t\t\t\t\tclass="jodit-status-bar-link"\n\t\t\t\t\t\ttarget="_blank"\n\t\t\t\t\t\thref="https://xdsoft.net/jodit/">\n\t\t\t\t\t\t\tPowered by Jodit\n\t\t\t\t\t\t</a>'),!0)}))}))},36215:function(t,e,n){"use strict";var o=n(97582),i=n(11612),r=n(20837),a=n(81160);n(77628).D.prototype.controls.preview={icon:"eye",command:"preview",mode:i.MODE_SOURCE+i.MODE_WYSIWYG,tooltip:"Preview"},a.pw.add("preview",(function(t){t.registerButton({name:"preview"}),t.registerCommand("preview",(function(e,n,i){var a=t.dlg();a.setSize(1024,600).open("",t.i18n("Preview")).setModal(!0);var s=(0,o.CR)((0,r.$)(t,i,"px",a.getElm("content")),2);a.e.on(a,"afterClose",s[1])}))}))},36569:function(t,e,n){"use strict";n.d(e,{a:function(){return r}});var o=n(97582),i=n(84621);function r(t){var e=function(t,e){return void 0===e&&(e=t.ownerDocument.styleSheets),(0,i.q)(e).map((function(t){try{return(0,i.q)(t.cssRules)}catch(t){}return[]})).flat().filter((function(e){try{return Boolean(e&&t.matches(e.selectorText))}catch(t){}return!1}))},n=function(){function n(n,i,r){var a=this;this.css={};var s=r||{},c=function(e){var n=e.selectorText.split(",").map((function(t){return t.trim()})).sort().join(",");!1===Boolean(a.css[n])&&(a.css[n]={});for(var i=e.style.cssText.split(/;(?![A-Za-z0-9])/),r=0;i.length>r;r++)if(i[r]){var s=i[r].split(":");s[0]=s[0].trim(),s[1]=s[1].trim(),a.css[n][s[0]]=s[1].replace(/var\(([^)]+)\)/g,(function(e,n){var i=(0,o.CR)(n.split(","),2),r=i[0],a=i[1];return(t.ew.getComputedStyle(t.editor).getPropertyValue(r.trim())||a||e).trim()}))}};!function(){for(var o=n.innerHeight,r=i.createTreeWalker(t.editor,NodeFilter.SHOW_ELEMENT,(function(){return NodeFilter.FILTER_ACCEPT}));r.nextNode();){var a=r.currentNode;if(o>a.getBoundingClientRect().top||s.scanFullPage){var l=e(a);if(l)for(var u=0;l.length>u;u++)c(l[u])}}}()}return n.prototype.generateCSS=function(){var t="";for(var e in this.css)if(!/:not\(/.test(e)){for(var n in t+=e+" { ",this.css[e])t+=n+": "+this.css[e][n]+"; ";t+="}\n"}return t},n}();try{return new n(t.ew,t.ed,{scanFullPage:!0}).generateCSS()}catch(t){}return""}},49818:function(t,e,n){"use strict";var o=n(77628),i=n(81160),r=n(8138),a=n(3262),s=n(11612),c=n(10503),l=n(20837),u=n(36569),d=n(19115);c.J.set("print",n.n(d)()),o.D.prototype.controls.print={exec:function(t){var e=t.create.element("iframe");Object.assign(e.style,{position:"fixed",right:0,bottom:0,width:0,height:0,border:0}),(0,i.ZO)(t,o.D).appendChild(e);var n=function(){t.e.off(t.ow,"mousemove",n),r.i.safeRemove(e)},s=e.contentWindow;if(s){t.e.on(s,"onbeforeunload onafterprint",n).on(t.ow,"mousemove",n),t.o.iframe?(t.e.fire("generateDocumentStructure.iframe",s.document,t),s.document.body.innerHTML=t.value):(s.document.write('<!doctype html><html lang="'+(0,a.X)(t.o.language)+'"><head><title></title></head><style>'+(0,u.a)(t)+"</style><body></body></html>"),s.document.close(),(0,l.$)(t,void 0,"px",s.document.body));var c=s.document.createElement("style");c.innerHTML="@media print {\n\t\t\t\t\tbody {\n\t\t\t\t\t\t\t-webkit-print-color-adjust: exact;\n\t\t\t\t\t}\n\t\t\t}",s.document.head.appendChild(c),s.focus(),s.print()}},mode:s.MODE_SOURCE+s.MODE_WYSIWYG,tooltip:"Print"},i.pw.add("print",(function(t){t.registerButton({name:"print"})}))},59284:function(t,e,n){"use strict";var o=n(97582),i=n(77628),r=n(11612),a=n(35618),s=n(81160),c=n(10503),l=n(94062),u=n.n(l),d=n(41001),p=n.n(d);c.J.set("redo",u()).set("undo",p()),i.D.prototype.controls.redo={mode:r.MODE_SPLIT,isDisabled:function(t){return!t.history.canRedo()},tooltip:"Redo"},i.D.prototype.controls.undo={mode:r.MODE_SPLIT,isDisabled:function(t){return!t.history.canUndo()},tooltip:"Undo"};var f=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.buttons=[{name:"undo",group:"history"},{name:"redo",group:"history"}],e}return(0,o.ZT)(e,t),e.prototype.beforeDestruct=function(){},e.prototype.afterInit=function(t){var e=function(e){return t.history[e](),!1};t.registerCommand("redo",{exec:e,hotkeys:["ctrl+y","ctrl+shift+z","cmd+y","cmd+shift+z"]}),t.registerCommand("undo",{exec:e,hotkeys:["ctrl+z","cmd+z"]})},e}(a.S);s.pw.add("redoUndo",f)},42759:function(t,e,n){"use strict";n(77628).D.prototype.tableAllowCellResize=!0},68887:function(t,e,n){"use strict";var o=n(97582),i=n(11612),r=n(8079),a=n(95582),s=n(50526),c=n(44913),l=n(81160),u=(n(42759),"table_processor_observer-resize"),d=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.selectMode=!1,e.resizeDelta=0,e.createResizeHandle=function(){e.resizeHandler||(e.resizeHandler=e.j.c.div("jodit-table-resizer"),e.j.e.on(e.resizeHandler,"mousedown.table touchstart.table",e.onHandleMouseDown).on(e.resizeHandler,"mouseenter.table",(function(){e.j.async.clearTimeout(e.hideTimeout)})))},e.hideTimeout=0,e.drag=!1,e.minX=0,e.maxX=0,e.startX=0,e}return(0,o.ZT)(e,t),Object.defineProperty(e.prototype,"module",{get:function(){return this.j.getInstance("Table",this.j.o)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"isRTL",{get:function(){return"rtl"===this.j.o.direction},enumerable:!1,configurable:!0}),e.prototype.showResizeHandle=function(){this.j.async.clearTimeout(this.hideTimeout),this.j.workplace.appendChild(this.resizeHandler)},e.prototype.hideResizeHandle=function(){var t=this;this.hideTimeout=this.j.async.setTimeout((function(){c.i.safeRemove(t.resizeHandler)}),{timeout:this.j.defaultTimeout,label:"hideResizer"})},e.prototype.onHandleMouseDown=function(t){var e=this;if(!this.j.isLocked){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(u),this.resizeHandler.classList.add("jodit-table-resizer_moved");var n,o=this.workTable.getBoundingClientRect();if(this.minX=0,this.maxX=1e6,null!=this.wholeTable)o=this.workTable.parentNode.getBoundingClientRect(),this.minX=o.left,this.maxX=this.minX+o.width;else{var a=r.Table.formalCoordinate(this.workTable,this.workCell,!0);r.Table.formalMatrix(this.workTable,(function(t,o,r){a[1]===r&&(n=t.getBoundingClientRect(),e.minX=Math.max(n.left+i.NEARBY/2,e.minX)),a[1]+(e.isRTL?-1:1)===r&&(n=t.getBoundingClientRect(),e.maxX=Math.min(n.left+n.width-i.NEARBY/2,e.maxX))}))}return!1}},e.prototype.onMouseMove=function(t){if(this.drag){this.j.e.fire("closeAllPopups");var e=t.clientX,n=(0,a.offset)(this.resizeHandler.parentNode||this.j.od.documentElement,this.j,this.j.od,!0);this.minX>e&&(e=this.minX),e>this.maxX&&(e=this.maxX),this.resizeDelta=e-this.startX+(this.j.o.iframe?n.left:0),this.resizeHandler.style.left=e-(this.j.o.iframe?0:n.left)+"px";var o=this.j.s.sel;o&&o.removeAllRanges()}},e.prototype.onMouseUp=function(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())},e.prototype.resizeColumns=function(){var t=this.resizeDelta,e=[];r.Table.setColumnWidthByDelta(this.workTable,r.Table.formalCoordinate(this.workTable,this.workCell,!0)[1],t,!0,e);var n=(0,a.call)(this.isRTL?c.i.prev:c.i.next,this.workCell,c.i.isCell,this.workCell.parentNode);r.Table.setColumnWidthByDelta(this.workTable,r.Table.formalCoordinate(this.workTable,n)[1],-t,!1,e)},e.prototype.resizeTable=function(){var t=this.resizeDelta*(this.isRTL?-1:1),e=this.workTable.offsetWidth,n=(0,a.getContentWidth)(this.workTable.parentNode,this.j.ew),o=!this.wholeTable;if(this.isRTL?!o:o)this.workTable.style.width=(e+t)/n*100+"%";else{var i=this.isRTL?"marginRight":"marginLeft",r=parseInt(this.j.ew.getComputedStyle(this.workTable)[i]||"0",10);this.workTable.style.width=(e-t)/n*100+"%",this.workTable.style[i]=(r+t)/n*100+"%"}},e.prototype.setWorkCell=function(t,e){void 0===e&&(e=null),this.wholeTable=e,this.workCell=t,this.workTable=c.i.up(t,(function(t){return c.i.isTag(t,"table")}),this.j.editor)},e.prototype.calcHandlePosition=function(t,e,n,o){void 0===n&&(n=0),void 0===o&&(o=0);var r=(0,a.offset)(e,this.j,this.j.ed);if(n>i.NEARBY&&r.width-i.NEARBY>n)this.hideResizeHandle();else{var s=(0,a.offset)(this.j.workplace,this.j,this.j.od,!0),l=(0,a.offset)(t,this.j,this.j.ed);if(this.resizeHandler.style.left=(n>i.NEARBY?r.left+r.width:r.left)-s.left+o+"px",Object.assign(this.resizeHandler.style,{height:l.height+"px",top:l.top-s.top+"px"}),this.showResizeHandle(),n>i.NEARBY){var u=(0,a.call)(this.isRTL?c.i.prev:c.i.next,e,c.i.isCell,e.parentNode);this.setWorkCell(e,!!u&&null)}else{var d=(0,a.call)(this.isRTL?c.i.next:c.i.prev,e,c.i.isCell,e.parentNode);this.setWorkCell(d||e,!d||null)}}},e.prototype.afterInit=function(t){var e=this;t.o.tableAllowCellResize&&t.e.off(this.j.ow,".resize-cells").off(".resize-cells").on("change.resize-cells afterCommand.resize-cells afterSetMode.resize-cells",(function(){(0,a.$$)("table",t.editor).forEach(e.observe)})).on(this.j.ow,"scroll.resize-cells",(function(){if(e.drag){var n=c.i.up(e.workCell,(function(t){return c.i.isTag(t,"table")}),t.editor);if(n){var o=n.getBoundingClientRect();e.resizeHandler.style.top=o.top+"px"}}})).on("beforeSetMode.resize-cells",(function(){e.module.getAllSelectedCells().forEach((function(n){e.module.removeSelection(n),r.Table.normalizeTable(c.i.closest(n,"table",t.editor))}))}))},e.prototype.observe=function(t){var e=this;(0,a.dataBind)(t,u)||((0,a.dataBind)(t,u,!0),this.j.e.on(t,"mouseleave.resize-cells",(function(t){e.resizeHandler&&e.resizeHandler!==t.relatedTarget&&e.hideResizeHandle()})).on(t,"mousemove.resize-cells touchmove.resize-cells",this.j.async.throttle((function(n){if(!e.j.isLocked){var o=c.i.up(n.target,c.i.isCell,t);o&&e.calcHandlePosition(t,o,n.offsetX)}}),{timeout:this.j.defaultTimeout})),this.createResizeHandle())},e.prototype.beforeDestruct=function(t){t.events&&(t.e.off(this.j.ow,".resize-cells"),t.e.off(".resize-cells"))},(0,o.gn)([s.autobind],e.prototype,"onHandleMouseDown",null),(0,o.gn)([s.autobind],e.prototype,"onMouseMove",null),(0,o.gn)([s.autobind],e.prototype,"onMouseUp",null),(0,o.gn)([s.autobind],e.prototype,"observe",null),e}(r.Plugin);l.pw.add("resizeCells",d)},26375:function(t,e,n){"use strict";var o=n(77628);o.D.prototype.allowResizeX=!1,o.D.prototype.allowResizeY=!0},21036:function(t,e,n){"use strict";var o=n(97582),i=n(7324),r=n(8138),a=n(50526),s=n(75004),c=n(81160),l=(n(26375),function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.isResized=!1,e.start={x:0,y:0,w:0,h:0},e.handle=e.j.c.div("jodit-editor__resize",s.JO.get("resize_handler")),e}return(0,o.ZT)(e,t),e.prototype.afterInit=function(t){var e,n=this,o=(e=t.o).height,i=e.width,r=t.o.allowResizeY;"auto"===o&&"auto"!==i&&(r=!1),"auto"===o&&"auto"===i||!e.allowResizeX&&!r||(t.statusbar.setMod("resize-handle",!0),t.e.on("toggleFullSize.resizeHandler",(function(){n.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))},e.prototype.onHandleResizeStart=function(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()},e.prototype.onHandleResize=function(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"))},e.prototype.onHandleResizeEnd=function(){this.isResized&&(this.isResized=!1,this.j.e.off(this.j.ow,"mousemove touchmove",this.onHandleResize),this.j.unlock())},e.prototype.beforeDestruct=function(){r.i.safeRemove(this.handle),this.j.e.off(this.j.ow,"mouseup touchsend",this.onHandleResizeEnd)},e.requires=["size"],(0,o.gn)([a.autobind],e)}(i.S));c.pw.add("resizeHandler",l)},53445:function(t,e,n){"use strict";var o=n(77628);o.D.prototype.allowResizeTags=new Set(["img","iframe","table","jodit"]),o.D.prototype.resizer={showSize:!0,hideSizeTimeout:1e3,forImageChangeAttributes:!0,min_width:10,min_height:10,useAspectRatio:new Set(["img"])}},74562:function(t,e,n){"use strict";var o=n(97582),i=n(11612),r=n(44913),a=n(95582),s=n(35618),c=n(81160),l=n(50526),u=(n(53445),"__jodit-resizer_binded"),d=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.LOCK_KEY="resizer",e.element=null,e.isResizeMode=!1,e.isShown=!1,e.startX=0,e.startY=0,e.width=0,e.height=0,e.ratio=0,e.rect=e.j.c.fromHTML('<div title="'.concat(e.j.i18n("Press Alt for custom resizing"),'" class="jodit-resizer">\n\t\t\t\t<div class="jodit-resizer__top-left"></div>\n\t\t\t\t<div class="jodit-resizer__top-right"></div>\n\t\t\t\t<div class="jodit-resizer__bottom-right"></div>\n\t\t\t\t<div class="jodit-resizer__bottom-left"></div>\n\t\t\t\t<span>100x100</span>\n\t\t\t</div>')),e.sizeViewer=e.rect.getElementsByTagName("span")[0],e.pointerX=0,e.pointerY=0,e.isAltMode=!1,e.onClickElement=function(t){e.isResizeMode||e.element===t&&e.isShown||(e.element=t,e.show(),r.i.isTag(e.element,"img")&&!e.element.complete&&e.j.e.one(e.element,"load",e.updateSize))},e.updateSize=function(){if(!e.isInDestruct&&e.isShown&&e.element&&e.rect){var t=e.getWorkplacePosition(),n=(0,a.offset)(e.element,e.j,e.j.ed),o=parseInt(e.rect.style.left||"0",10),i=parseInt(e.rect.style.top||"0",10),r=n.top-t.top,s=n.left-t.left;i===r&&o===s&&e.rect.offsetWidth===e.element.offsetWidth&&e.rect.offsetHeight===e.element.offsetHeight||((0,a.css)(e.rect,{top:r,left:s,width:e.element.offsetWidth,height:e.element.offsetHeight}),e.j.events&&(e.j.e.fire(e.element,"changesize"),isNaN(o)||e.j.e.fire("resize")))}},e.hideSizeViewer=function(){e.sizeViewer.style.opacity="0"},e}return(0,o.ZT)(e,t),e.prototype.afterInit=function(t){var e=this;(0,a.$$)("div",this.rect).forEach((function(n){t.e.on(n,"mousedown.resizer touchstart.resizer",e.onStartResizing.bind(e,n))})),c.TB.on("hideHelpers",this.hide),t.e.on("readonly",(function(t){t&&e.hide()})).on("afterInit changePlace",this.addEventListeners.bind(this)).on("afterGetValueFromEditor.resizer",(function(t){var e=/<jodit[^>]+data-jodit_iframe_wrapper[^>]+>(.*?<iframe[^>]*>.*?<\/iframe>.*?)<\/jodit>/gi;e.test(t.value)&&(t.value=t.value.replace(e,"$1"))})).on("hideResizer",this.hide).on("change afterInit afterSetMode",this.onChangeEditor),this.addEventListeners(),this.onChangeEditor()},e.prototype.onEditorClick=function(t){for(var e,n=t.target,o=(e=this.j).editor,i=e.options.allowResizeTags;n&&n!==o;){if(r.i.isTag(n,i))return this.bind(n),void this.onClickElement(n);n=n.parentNode}},e.prototype.addEventListeners=function(){var t=this,e=this.j;e.e.off(e.editor,".resizer").off(e.ow,".resizer").on(e.editor,"keydown.resizer",(function(e){t.isShown&&e.key===i.KEY_DELETE&&t.element&&!r.i.isTag(t.element,"table")&&t.onDelete(e)})).on(e.ow,"resize.resizer",this.updateSize).on("resize.resizer",this.updateSize).on([e.ow,e.editor],"scroll.resizer",(function(){t.isShown&&!t.isResizeMode&&t.hide()})).on(e.ow,"keydown.resizer",this.onKeyDown).on(e.ow,"keyup.resizer",this.onKeyUp).on(e.ow,"mouseup.resizer touchend.resizer",this.onClickOutside)},e.prototype.onStartResizing=function(t,e){if(!this.element||!this.element.parentNode)return this.hide(),!1;this.handle=t,e.cancelable&&e.preventDefault(),e.stopImmediatePropagation(),this.width=this.element.offsetWidth,this.height=this.element.offsetHeight,this.ratio=this.width/this.height,this.isResizeMode=!0,this.startX=e.clientX,this.startY=e.clientY,this.pointerX=e.clientX,this.pointerY=e.clientY;var n=this.j;n.e.fire("hidePopup"),n.lock(this.LOCK_KEY),n.e.on(n.ow,"mousemove.resizer touchmove.resizer",this.onResize)},e.prototype.onEndResizing=function(){var t=this.j;t.unlock(),this.isResizeMode=!1,this.isAltMode=!1,t.synchronizeValues(),t.e.off(t.ow,"mousemove.resizer touchmove.resizer",this.onResize)},e.prototype.onResize=function(t){if(this.isResizeMode){if(!this.element)return;this.pointerX=t.clientX,this.pointerY=t.clientY;var e=void 0,n=void 0;if(this.j.options.iframe){var o=this.getWorkplacePosition();e=t.clientX+o.left-this.startX,n=t.clientY+o.top-this.startY}else e=this.pointerX-this.startX,n=this.pointerY-this.startY;var i=this.handle.className,s=0,c=0,l=this.j.o.resizer.useAspectRatio;!this.isAltMode&&(!0===l||l&&r.i.isTag(this.element,l))?(e?(s=this.width+(i.match(/left/)?-1:1)*e,c=Math.round(s/this.ratio)):(c=this.height+(i.match(/top/)?-1:1)*n,s=Math.round(c*this.ratio)),s>(0,a.innerWidth)(this.j.editor,this.j.ow)&&(s=(0,a.innerWidth)(this.j.editor,this.j.ow),c=Math.round(s/this.ratio))):(s=this.width+(i.match(/left/)?-1:1)*e,c=this.height+(i.match(/top/)?-1:1)*n),s>this.j.o.resizer.min_width&&this.applySize(this.element,"width",this.rect.parentNode.offsetWidth>s?s:"100%"),c>this.j.o.resizer.min_height&&this.applySize(this.element,"height",c),this.updateSize(),this.showSizeViewer(this.element.offsetWidth,this.element.offsetHeight),t.stopImmediatePropagation()}},e.prototype.onKeyDown=function(t){this.isAltMode=t.key===i.KEY_ALT,!this.isAltMode&&this.isResizeMode&&this.onEndResizing()},e.prototype.onKeyUp=function(){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},e.prototype.onClickOutside=function(t){if(this.isShown){if(!this.isResizeMode)return this.hide();t.stopImmediatePropagation(),this.onEndResizing()}},e.prototype.getWorkplacePosition=function(){return(0,a.offset)(this.rect.parentNode||this.j.od.documentElement,this.j,this.j.od,!0)},e.prototype.applySize=function(t,e,n){var o=r.i.isImage(t)&&this.j.o.resizer.forImageChangeAttributes;o&&(0,a.attr)(t,e,n),o&&!t.style[e]||(0,a.css)(t,e,n)},e.prototype.onDelete=function(t){this.element&&("JODIT"!==this.element.tagName?this.j.s.select(this.element):(r.i.safeRemove(this.element),this.hide(),t.preventDefault()))},e.prototype.onChangeEditor=function(){this.isShown&&(this.element&&this.element.parentNode?this.updateSize():this.hide()),(0,a.$$)("iframe",this.j.editor).forEach(this.bind)},e.prototype.bind=function(t){var e=this;if(r.i.isHTMLElement(t)&&this.j.o.allowResizeTags.has(t.tagName.toLowerCase())&&!(0,a.dataBind)(t,u)){var n;if((0,a.dataBind)(t,u,!0),r.i.isTag(t,"iframe")){var o=t;r.i.isHTMLElement(t.parentNode)&&(0,a.attr)(t.parentNode,"-jodit_iframe_wrapper")?t=t.parentNode:(n=this.j.createInside.element("jodit",{"data-jodit-temp":1,contenteditable:!1,draggable:!0,"data-jodit_iframe_wrapper":1}),(0,a.attr)(n,"style",(0,a.attr)(t,"style")),(0,a.css)(n,{display:"inline-block"===t.style.display?"inline-block":"block",width:t.offsetWidth,height:t.offsetHeight}),t.parentNode&&t.parentNode.insertBefore(n,t),n.appendChild(t),this.j.e.on(n,"click",(function(){(0,a.attr)(n,"data-jodit-wrapper_active",!0)})),t=n),this.j.e.off(t,"mousedown.select touchstart.select").on(t,"mousedown.select touchstart.select",(function(){e.j.s.select(t)})).off(t,"changesize").on(t,"changesize",(function(){o.setAttribute("width",t.offsetWidth+"px"),o.setAttribute("height",t.offsetHeight+"px")}))}this.j.e.on(t,"dragstart",this.hide),!i.IS_ES_NEXT&&i.IS_IE&&this.j.e.on(t,"mousedown",(function(e){r.i.isTag(t,"img")&&e.preventDefault()}))}},e.prototype.showSizeViewer=function(t,e){this.j.o.resizer.showSize&&(this.sizeViewer.offsetWidth>t||this.sizeViewer.offsetHeight>e?this.hideSizeViewer():(this.sizeViewer.style.opacity="1",this.sizeViewer.textContent="".concat(t," x ").concat(e),this.j.async.setTimeout(this.hideSizeViewer,{timeout:this.j.o.resizer.hideSizeTimeout,label:"hideSizeViewer"})))},e.prototype.show=function(){this.j.o.readonly||this.isShown||(this.isShown=!0,this.rect.parentNode||((0,a.markOwner)(this.j,this.rect),this.j.workplace.appendChild(this.rect)),this.j.isFullSize&&(this.rect.style.zIndex=(0,a.css)(this.j.container,"zIndex").toString()),this.updateSize())},e.prototype.hide=function(){this.isResizeMode||(this.isResizeMode=!1,this.isShown=!1,this.element=null,r.i.safeRemove(this.rect),(0,a.$$)("[data-jodit-wrapper_active='true']",this.j.editor).forEach((function(t){return(0,a.attr)(t,"data-jodit-wrapper_active",!1)})))},e.prototype.beforeDestruct=function(t){this.hide(),c.TB.off("hideHelpers",this.hide),t.e.off(this.j.ow,".resizer").off(".resizer")},(0,o.gn)([(0,l.watch)(":click")],e.prototype,"onEditorClick",null),(0,o.gn)([l.autobind],e.prototype,"onStartResizing",null),(0,o.gn)([l.autobind],e.prototype,"onEndResizing",null),(0,o.gn)([l.autobind],e.prototype,"onResize",null),(0,o.gn)([l.autobind],e.prototype,"onKeyDown",null),(0,o.gn)([l.autobind],e.prototype,"onKeyUp",null),(0,o.gn)([l.autobind],e.prototype,"onClickOutside",null),(0,o.gn)([(0,l.debounce)()],e.prototype,"onChangeEditor",null),(0,o.gn)([l.autobind],e.prototype,"bind",null),(0,o.gn)([l.autobind],e.prototype,"hide",null),e}(s.S);c.pw.add("resizer",d)},58951:function(t,e,n){"use strict";var o=n(77628),i=n(10503),r=n(46423),a=n.n(r);o.D.prototype.useSearch=!0,o.D.prototype.search={lazyIdleTimeout:0},i.J.set("search",a()),o.D.prototype.controls.find={tooltip:"Find",icon:"search",exec:function(t,e,n){var o=n.control;switch(o.args&&o.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:function(t,e,n){return n}}},84136:function(t,e,n){"use strict";n.d(e,{Al:function(){return o.A},Fb:function(){return i.Fb},TW:function(){return i.TW},e:function(){return i.e},sG:function(){return i.sG}});var o=n(87718),i=n(43364)},87718:function(t,e,n){"use strict";n.d(e,{A:function(){return r}});var o=n(97582),i=n(7989),r=function(){function t(t){void 0===t&&(t=i.Q),this.searchIndex=t,this.queue=[],this.value=""}return t.prototype.add=function(t){var e,n=(null!==(e=t.nodeValue)&&void 0!==e?e:"").toLowerCase();if(n.length){var o=this.value.length;this.queue.push({startIndex:o,endIndex:o+n.length,node:t}),this.value+=n}},t.prototype.ranges=function(t,e){var n;void 0===e&&(e=0);var i=[],r=e,a=0,s=0;do{if(a=(n=(0,o.CR)(this.searchIndex(t,this.value,r),2))[1],-1!==(r=n[0])){for(var c=void 0,l=0,u=void 0,d=0,p=s;this.queue.length>p;p+=1)if(!c&&this.queue[p].endIndex>r&&(c=this.queue[p].node,l=r-this.queue[p].startIndex),c&&this.queue[p].endIndex>=r+a){u=this.queue[p].node,d=r+a-this.queue[p].startIndex,s=p;break}c&&u&&i.push({startContainer:c,startOffset:l,endContainer:u,endOffset:d}),r+=a}}while(-1!==r);return 0===i.length?null:i},t}()},43364:function(t,e,n){"use strict";n.d(e,{Fb:function(){return u},TW:function(){return c},e:function(){return s},sG:function(){return l}});var o=n(97582),i=n(44913),r=n(74833),a="jd-tmp-selection";function s(t,e,n,r){var s,c,l;if(null!=t.startContainer.nodeValue&&null!=t.endContainer.nodeValue){var u=n.element("span",((s={})[a]=!0,s));i.i.markTemporary(u);var d=t.startContainer.nodeValue,p=0;if(0!==t.startOffset){var f=n.text(d.substring(0,t.startOffset));t.startContainer.nodeValue=d.substring(t.startOffset),i.i.before(t.startContainer,f),t.startContainer===t.endContainer&&(t.endOffset-=p=t.startOffset),t.startOffset=0}var h=t.endContainer.nodeValue;if(t.endOffset!==h.length){f=n.text(h.substring(t.endOffset)),t.endContainer.nodeValue=h.substring(0,t.endOffset),i.i.after(t.endContainer,f);try{for(var g=(0,o.XA)(e),m=g.next();!m.done;m=g.next()){var v=m.value;if(v.startContainer!==t.endContainer)break;v.startContainer=f,v.startOffset=v.startOffset-t.endOffset-p,v.endContainer===t.endContainer&&(v.endContainer=f,v.endOffset=v.endOffset-t.endOffset-p)}}catch(t){c={error:t}}finally{try{m&&!m.done&&(l=g.return)&&l.call(g)}finally{if(c)throw c.error}}t.endOffset=t.endContainer.nodeValue.length}var y,b=t.startContainer;do{if(!b)break;if(!i.i.isText(b)||i.i.isElement(y=b.parentNode)&&y.hasAttribute(a)||i.i.wrap(b,u.cloneNode(),n),b===t.endContainer)break;var w=b.firstChild||b.nextSibling;if(!w){for(;b&&!b.nextSibling&&b!==r;)b=b.parentNode;w=null==b?void 0:b.nextSibling}b=w}while(b&&b!==r)}}function c(t){return(0,r.$$)("[".concat(a,"]"),t)}function l(t){c(t).forEach((function(t){return i.i.unwrap(t)}))}function u(t){return t.replace(RegExp("<span[^>]+".concat(a,"[^>]+>(.*?)</span>"),"g"),"$1")}},28445:function(t,e,n){"use strict";var o=n(97582),i=n(8138),r=n(7324),a=n(50526),s=n(89640),c=n(95582),l=n(81160),u=n(84136),d=(n(58951),n(11612),function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.buttons=[{name:"find",group:"search"}],e.previousQuery="",e.drawPromise=null,e.walker=null,e.walkerCount=null,e.cache={},e.wrapFrameRequest=0,e}return(0,o.ZT)(e,t),Object.defineProperty(e.prototype,"ui",{get:function(){return new s.y(this.j)},enumerable:!1,configurable:!0}),e.prototype.updateCounters=function(){return(0,o.mG)(this,void 0,Promise,(function(){var t;return(0,o.Jh)(this,(function(e){switch(e.label){case 0:return this.ui.isOpened?(t=this.ui,[4,this.calcCounts(this.ui.query)]):[2];case 1:return t.count=e.sent(),[2]}}))}))},e.prototype.onPressReplaceButton=function(){this.findAndReplace(this.ui.query),this.updateCounters()},e.prototype.tryScrollToElement=function(t){var e=i.i.closest(t,i.i.isElement,this.j.editor);e||(e=i.i.prev(t,i.i.isElement,this.j.editor)),e&&e!==this.j.editor&&(0,c.scrollIntoViewIfNeeded)(e,this.j.editor,this.j.ed)},e.prototype.calcCounts=function(t){return(0,o.mG)(this,void 0,Promise,(function(){return(0,o.Jh)(this,(function(e){switch(e.label){case 0:return[4,this.findQueryBounds(t,"walkerCount")];case 1:return[2,e.sent().length]}}))}))},e.prototype.findQueryBounds=function(t,e){return(0,o.mG)(this,void 0,Promise,(function(){var n;return(0,o.Jh)(this,(function(o){return(n=this[e])&&n.break(),n=new i.b(this.j.async,{timeout:this.j.o.search.lazyIdleTimeout}),this[e]=n,[2,this.find(n,t).catch((function(t){return[]}))]}))}))},e.prototype.findAndReplace=function(t){return(0,o.mG)(this,void 0,Promise,(function(){var e,n,r,a,s;return(0,o.Jh)(this,(function(o){switch(o.label){case 0:return[4,this.findQueryBounds(t,"walker")];case 1:if(!(e=o.sent()).length)return[2,!1];if(-1===(n=this.findCurrentIndexInRanges(e,this.j.s.range))&&(n=0),!(r=e[n]))return[3,6];o.label=2;case 2:return o.trys.push([2,,4,5]),(a=this.j.ed.createRange()).setStart(r.startContainer,r.startOffset),a.setEnd(r.endContainer,r.endOffset),a.deleteContents(),s=this.j.createInside.text(this.ui.replace),i.i.safeInsertNode(a,s),(0,u.sG)(this.j.editor),this.j.s.setCursorAfter(s),this.tryScrollToElement(s),this.cache={},this.ui.currentIndex=n,[4,this.findAndSelect(t,!0).catch((function(t){return null}))];case 3:return o.sent(),[3,5];case 4:return this.j.synchronizeValues(),[7];case 5:return this.j.e.fire("afterFindAndReplace"),[2,!0];case 6:return[2,!1]}}))}))},e.prototype.findAndSelect=function(t,e){var n;return(0,o.mG)(this,void 0,Promise,(function(){var i,r,a,s;return(0,o.Jh)(this,(function(o){switch(o.label){case 0:return[4,this.findQueryBounds(t,"walker")];case 1:if(!(i=o.sent()).length)return[2,!1];if(this.previousQuery===t&&(0,u.TW)(this.j.editor).length||(null===(n=this.drawPromise)||void 0===n||n.rejectCallback(),this.j.async.cancelAnimationFrame(this.wrapFrameRequest),(0,u.sG)(this.j.editor),this.drawPromise=this.drawSelectionRanges(i)),this.previousQuery=t,this.ui.currentIndex=(r=-1==(r=this.ui.currentIndex-1)?0:e?r===i.length-1?0:r+1:0===r?i.length-1:r-1)+1,!(a=i[r]))return[3,4];s=this.j.ed.createRange();try{s.setStart(a.startContainer,a.startOffset),s.setEnd(a.endContainer,a.endOffset),this.j.s.selectRange(s)}catch(t){}return this.tryScrollToElement(a.startContainer),[4,this.updateCounters()];case 2:return o.sent(),[4,this.drawPromise];case 3:return o.sent(),this.j.e.fire("afterFindAndSelect"),[2,!0];case 4:return[2,!1]}}))}))},e.prototype.findCurrentIndexInRanges=function(t,e){return t.findIndex((function(t){return t.startContainer===e.startContainer&&t.startOffset===e.startOffset&&t.endContainer===e.startContainer&&t.endOffset===e.endOffset}))},e.prototype.isValidCache=function(t){return(0,o.mG)(this,void 0,Promise,(function(){return(0,o.Jh)(this,(function(e){switch(e.label){case 0:return[4,t];case 1:return[2,e.sent().every((function(t){var e,n,o,i;return t.startContainer.isConnected&&t.startOffset<=(null!==(n=null===(e=t.startContainer.nodeValue)||void 0===e?void 0:e.length)&&void 0!==n?n:0)&&t.endContainer.isConnected&&t.endOffset<=(null!==(i=null===(o=t.endContainer.nodeValue)||void 0===o?void 0:o.length)&&void 0!==i?i:0)}))]}}))}))},e.prototype.find=function(t,e){return(0,o.mG)(this,void 0,Promise,(function(){var n,r,a=this;return(0,o.Jh)(this,(function(o){switch(o.label){case 0:return e.length?(r=n=this.cache[e])?[4,this.isValidCache(n)]:[3,2]:[2,[]];case 1:r=o.sent(),o.label=2;case 2:return r?[2,n]:(this.cache[e]=this.j.async.promise((function(n){var o=new u.Al(a.j.o.search.fuzzySearch);t.on("break",(function(){n([])})).on("visit",(function(t){return i.i.isText(t)&&o.add(t),!1})).on("end",(function(){var t;n(null!==(t=o.ranges(e))&&void 0!==t?t:[])})).setWork(a.j.editor)})),[2,this.cache[e]])}}))}))},e.prototype.drawSelectionRanges=function(t){var e,n=this,i=(e=this.j).async,r=e.createInside,a=e.editor;i.cancelAnimationFrame(this.wrapFrameRequest);var s,c=(0,o.ev)([],(0,o.CR)(t),!1),l=0;return i.promise((function(t){var e=function(){do{(s=c.shift())&&(0,u.e)(s,c,r,a),l+=1}while(s&&5>=l);c.length?n.wrapFrameRequest=i.requestAnimationFrame(e):t()};e()}))},e.prototype.onAfterGetValueFromEditor=function(t){t.value=(0,u.Fb)(t.value)},e.prototype.afterInit=function(t){var e=this;if(t.o.useSearch){var n=this;t.e.on("beforeSetMode.search",(function(){e.ui.close()})).on(this.ui,"afterClose",(function(){(0,u.sG)(t.editor),e.ui.currentIndex=0,e.ui.count=0,e.cache={}})).on("click",(function(){e.ui.currentIndex=0,(0,u.sG)(t.editor)})).on("change.search",(function(){e.cache={}})).on("keydown.search mousedown.search",t.async.debounce((function(){e.ui.selInfo&&(t.s.removeMarkers(),e.ui.selInfo=null),e.ui.isOpened&&e.updateCounters()}),t.defaultTimeout)).on("searchNext.search searchPrevious.search",(function(){return e.ui.isOpened||e.ui.open(),n.findAndSelect(n.ui.query,"searchNext"===t.e.current).catch((function(t){}))})).on("search.search",(function(t,o){return void 0===o&&(o=!0),e.ui.currentIndex=0,n.findAndSelect(t||"",o).catch((function(t){}))})),t.registerCommand("search",{exec:function(t,e,o){return void 0===o&&(o=!0),e&&n.findAndSelect(e,o).catch((function(t){})),!1}}).registerCommand("openSearchDialog",{exec:function(t,e){return n.ui.open(e),!1},hotkeys:["ctrl+f","cmd+f"]}).registerCommand("openReplaceDialog",{exec:function(e,o,i){return t.o.readonly||n.ui.open(o,i,!0),!1},hotkeys:["ctrl+h","cmd+h"]})}},e.prototype.beforeDestruct=function(t){this.ui.destruct(),t.e.off(".search")},(0,o.gn)([a.cache],e.prototype,"ui",null),(0,o.gn)([(0,a.watch)("ui:needUpdateCounters")],e.prototype,"updateCounters",null),(0,o.gn)([(0,a.watch)("ui:pressReplaceButton")],e.prototype,"onPressReplaceButton",null),(0,o.gn)([a.autobind],e.prototype,"findQueryBounds",null),(0,o.gn)([a.autobind],e.prototype,"findAndReplace",null),(0,o.gn)([a.autobind],e.prototype,"findAndSelect",null),(0,o.gn)([a.autobind],e.prototype,"find",null),(0,o.gn)([(0,a.watch)(":afterGetValueFromEditor")],e.prototype,"onAfterGetValueFromEditor",null),e}(r.S));l.pw.add("search",d)},89640:function(t,e,n){"use strict";n.d(e,{y:function(){return l}});var o=n(97582),i=n(75004),r=n(95582),a=n(11612),s=n(50526),c=n(8138),l=function(t){function e(e){var n,o=t.call(this,e)||this;o.selInfo=null,o._currentIndex=0,o.isOpened=!1;var i=(n=(0,r.refs)(o.container)).query,s=n.replace,c=n.cancel,l=n.next,u=n.prev,d=n.replaceBtn,p=n.current,f=n.count;return o.queryInput=i,o.replaceInput=s,o.closeButton=c,o.replaceButton=d,o.currentBox=p,o.countBox=f,e.e.on(o.closeButton,"pointerdown",(function(){return o.close(),!1})).on(o.queryInput,"input",(function(){o.currentIndex=0})).on(o.queryInput,"pointerdown",(function(){e.s.isFocused()&&(e.s.removeMarkers(),o.selInfo=e.s.save())})).on(o.replaceButton,"pointerdown",(function(){return e.e.fire(o,"pressReplaceButton"),!1})).on(l,"pointerdown",(function(){return e.e.fire("searchNext"),!1})).on(u,"pointerdown",(function(){return e.e.fire("searchPrevious"),!1})).on(o.queryInput,"input",(function(){o.setMod("empty-query",!(0,r.trim)(o.queryInput.value).length)})).on(o.queryInput,"keydown",o.j.async.debounce((function(t){t.key===a.KEY_ENTER?(t.preventDefault(),t.stopImmediatePropagation(),e.e.fire("searchNext")&&o.close()):e.e.fire(o,"needUpdateCounters")}),o.j.defaultTimeout)),o}return(0,o.ZT)(e,t),e.prototype.className=function(){return"UISearch"},e.prototype.render=function(){return'<div>\n\t\t\t<div class="&__box">\n\t\t\t\t<div class="&__inputs">\n\t\t\t\t\t<input data-ref="query" tabindex="0" placeholder="~Search for~" type="text"/>\n\t\t\t\t\t<input data-ref="replace" tabindex="0" placeholder="~Replace with~" type="text"/>\n\t\t\t\t</div>\n\t\t\t\t<div class="&__counts">\n\t\t\t\t\t<span data-ref="counter-box">\n\t\t\t\t\t\t<span data-ref="current">0</span><span>/</span><span data-ref="count">0</span>\n\t\t\t\t\t</span>\n\t\t\t\t</div>\n\t\t\t\t<div class="&__buttons">\n\t\t\t\t\t<button data-ref="next" tabindex="0" type="button">'.concat(i.JO.get("angle-down"),'</button>\n\t\t\t\t\t<button data-ref="prev" tabindex="0" type="button">').concat(i.JO.get("angle-up"),'</button>\n\t\t\t\t\t<button data-ref="cancel" tabindex="0" type="button">').concat(i.JO.get("cancel"),'</button>\n\t\t\t\t\t<button data-ref="replace-btn" tabindex="0" type="button" class="jodit-ui-button">~Replace~</button>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>')},Object.defineProperty(e.prototype,"currentIndex",{get:function(){return this._currentIndex},set:function(t){this._currentIndex=t,this.currentBox.innerText=t.toString()},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"count",{set:function(t){this.countBox.innerText=t.toString()},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"query",{get:function(){return this.queryInput.value},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"replace",{get:function(){return this.replaceInput.value},enumerable:!1,configurable:!0}),e.prototype.onEditorKeyDown=function(t){if(this.isOpened){var e=this.j;if(e.getRealMode()===a.MODE_WYSIWYG)switch(t.key){case a.KEY_ESC:this.close();break;case a.KEY_F3:this.queryInput.value&&(e.e.fire(t.shiftKey?"searchPrevious":"searchNext"),t.preventDefault())}}},e.prototype.open=function(t,e,n){void 0===n&&(n=!1),this.isOpened||(this.j.workplace.appendChild(this.container),this.isOpened=!0),this.calcSticky(this.j.e.fire("getStickyState.sticky")||!1),this.j.e.fire("hidePopup"),this.setMod("replace",n);var o=null!=t?t:(this.j.s.sel||"").toString();o&&(this.queryInput.value=o),e&&(this.replaceInput.value=e),this.setMod("empty-query",!o.length),this.j.e.fire(this,"needUpdateCounters"),o?this.queryInput.select():this.queryInput.focus()},e.prototype.close=function(){this.isOpened&&(this.j.s.restore(),c.i.safeRemove(this.container),this.isOpened=!1,this.j.e.fire(this,"afterClose"))},e.prototype.calcSticky=function(t){if(this.isOpened)if(this.setMod("sticky",t),t){var e=(0,r.position)(this.j.toolbarContainer);(0,r.css)(this.container,{top:e.top+e.height,left:e.left+e.width})}else(0,r.css)(this.container,{top:null,left:null})},(0,o.gn)([(0,s.watch)([":keydown","queryInput:keydown"])],e.prototype,"onEditorKeyDown",null),(0,o.gn)([s.autobind],e.prototype,"open",null),(0,o.gn)([s.autobind],e.prototype,"close",null),(0,o.gn)([(0,s.watch)(":toggleSticky")],e.prototype,"calcSticky",null),(0,o.gn)([s.component],e)}(i.u1)},31882:function(t,e,n){"use strict";n(77628).D.prototype.tableAllowCellSelection=!0},95027:function(t,e,n){"use strict";var o=n(97582),i=n(7324),r=n(8079),a=n(44913),s=n(95582),c=n(11612),l=n(50526),u=n(81160),d=(n(31882),"table_processor_observer"),p="onMoveTableSelectCell",f=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.selectedCell=null,e.isSelectionMode=!1,e}return(0,o.ZT)(e,t),Object.defineProperty(e.prototype,"module",{get:function(){return this.j.getInstance("Table",this.j.o)},enumerable:!1,configurable:!0}),e.prototype.afterInit=function(t){var e=this;t.o.tableAllowCellSelection&&t.e.on("keydown.select-cells",(function(t){t.key===c.KEY_TAB&&e.unselectCells()})).on("beforeCommand.select-cells",this.onExecCommand).on("afterCommand.select-cells",this.onAfterCommand).on(["clickEditor","mousedownTd","mousedownTh","touchstartTd","touchstartTh"].map((function(t){return t+".select-cells"})).join(" "),this.onStartSelection).on("clickTr clickTbody",(function(){var t,n=e.module.getAllSelectedCells().length;if(n)return n>1&&(null===(t=e.j.s.sel)||void 0===t||t.removeAllRanges()),!1}))},e.prototype.onStartSelection=function(t){if(!this.j.o.readonly&&(this.unselectCells(),t!==this.j.editor)){var e=a.i.closest(t,"table",this.j.editor);if(t&&e)return t.firstChild||t.appendChild(this.j.createInside.element("br")),this.isSelectionMode=!0,this.selectedCell=t,this.module.addSelection(t),this.j.e.on(e,"mousemove.select-cells touchmove.select-cells",this.j.async.throttle(this.onMove.bind(this,e),{label:p,timeout:this.j.defaultTimeout/2})).on(e,"mouseup.select-cells touchend.select-cells",this.onStopSelection.bind(this,e)),!1}},e.prototype.onOutsideClick=function(){this.selectedCell=null,this.onRemoveSelection()},e.prototype.onChange=function(){this.j.isLocked||this.isSelectionMode||this.onRemoveSelection()},e.prototype.onMove=function(t,e){var n,o=this;if((!this.j.o.readonly||this.j.isLocked)&&!this.j.isLockedNotBy(d)){var i=this.j.ed.elementFromPoint(e.clientX,e.clientY);if(i){var s=a.i.closest(i,["td","th"],t);if(s&&this.selectedCell){s!==this.selectedCell&&this.j.lock(d),this.unselectCells();for(var c=r.Table.getSelectedBound(t,[s,this.selectedCell]),l=r.Table.formalMatrix(t),u=c[0][0];c[1][0]>=u;u+=1)for(var p=c[0][1];c[1][1]>=p;p+=1)this.module.addSelection(l[u][p]);var f;this.module.getAllSelectedCells().length>1&&(null===(n=this.j.s.sel)||void 0===n||n.removeAllRanges()),this.j.e.fire("hidePopup"),e.stopPropagation(),f=o.j.createInside.fromHTML('<div style="color:rgba(0,0,0,0.01);width:0;height:0">&nbsp;</div>'),s.appendChild(f),o.j.async.setTimeout((function(){var t;null===(t=f.parentNode)||void 0===t||t.removeChild(f)}),o.j.defaultTimeout/5)}}}},e.prototype.onRemoveSelection=function(t){var e;if(!(null===(e=null==t?void 0:t.buffer)||void 0===e?void 0:e.actionTrigger)&&!this.selectedCell&&this.module.getAllSelectedCells().length)return this.j.unlock(),this.unselectCells(),void this.j.e.fire("hidePopup","cells");this.isSelectionMode=!1,this.selectedCell=null},e.prototype.onStopSelection=function(t,e){var n=this;if(this.selectedCell){this.isSelectionMode=!1,this.j.unlock();var o=this.j.ed.elementFromPoint(e.clientX,e.clientY);if(o){var i=a.i.closest(o,["td","th"],t);if(i){var c=a.i.closest(i,"table",t);if(!c||c===t){var l=r.Table.getSelectedBound(t,[i,this.selectedCell]),u=r.Table.formalMatrix(t),d=u[l[1][0]][l[1][1]],f=u[l[0][0]][l[0][1]];this.j.e.fire("showPopup",t,(function(){var t=(0,s.position)(f,n.j),e=(0,s.position)(d,n.j);return{left:t.left,top:t.top,width:e.left-t.left+e.width,height:e.top-t.top+e.height}}),"cells"),(0,s.$$)("table",this.j.editor).forEach((function(t){n.j.e.off(t,"mousemove.select-cells touchmove.select-cells mouseup.select-cells touchend.select-cells")})),this.j.async.clearTimeout(p)}}}}},e.prototype.unselectCells=function(t){var e=this.module,n=e.getAllSelectedCells();n.length&&n.forEach((function(n){t&&t===n||e.removeSelection(n)}))},e.prototype.onExecCommand=function(t){if(/table(splitv|splitg|merge|empty|bin|binrow|bincolumn|addcolumn|addrow)/.test(t)){t=t.replace("table","");var e=this.module.getAllSelectedCells();if(e.length){var n=(0,o.CR)(e,1)[0];if(!n)return;var i=a.i.closest(n,"table",this.j.editor);if(!i)return;switch(t){case"splitv":r.Table.splitVertical(i,this.j);break;case"splitg":r.Table.splitHorizontal(i,this.j);break;case"merge":r.Table.mergeSelected(i,this.j);break;case"empty":e.forEach((function(t){return a.i.detach(t)}));break;case"bin":a.i.safeRemove(i);break;case"binrow":new Set(e.map((function(t){return t.parentNode}))).forEach((function(t){r.Table.removeRow(i,t.rowIndex)}));break;case"bincolumn":var s=new Set;e.reduce((function(t,e){return s.has(e.cellIndex)||(t.push(e),s.add(e.cellIndex)),t}),[]).forEach((function(t){r.Table.removeColumn(i,t.cellIndex)}));break;case"addcolumnafter":case"addcolumnbefore":r.Table.appendColumn(i,n.cellIndex,"addcolumnafter"===t,this.j.createInside);break;case"addrowafter":case"addrowbefore":r.Table.appendRow(i,n.parentNode,"addrowafter"===t,this.j.createInside)}}return!1}},e.prototype.onAfterCommand=function(t){/^justify/.test(t)&&this.module.getAllSelectedCells().forEach((function(e){return(0,s.alignElement)(t,e)}))},e.prototype.beforeDestruct=function(t){this.onRemoveSelection(),t.e.off(".select-cells")},e.requires=["select"],(0,o.gn)([l.autobind],e.prototype,"onStartSelection",null),(0,o.gn)([(0,l.watch)(":outsideClick")],e.prototype,"onOutsideClick",null),(0,o.gn)([(0,l.watch)(":change")],e.prototype,"onChange",null),(0,o.gn)([l.autobind],e.prototype,"onRemoveSelection",null),(0,o.gn)([l.autobind],e.prototype,"onStopSelection",null),(0,o.gn)([l.autobind],e.prototype,"onExecCommand",null),(0,o.gn)([l.autobind],e.prototype,"onAfterCommand",null),e}(i.S);u.pw.add("selectCells",f)},88220:function(t,e,n){"use strict";n(77628).D.prototype.select={normalizeSelectionBeforeCutAndCopy:!1}},83701:function(t,e,n){"use strict";var o=n(97582),i=n(7324),r=n(50526),a=n(27343),s=n(44913),c=n(75004),l=n(81160),u=(n(88220),function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.proxyEventsList=["click","mousedown","touchstart","mouseup","touchend"],e}return(0,o.ZT)(e,t),e.prototype.afterInit=function(t){var e=this;this.proxyEventsList.forEach((function(n){t.e.on(n+".select",e.onStartSelection)}))},e.prototype.beforeDestruct=function(t){var e=this;this.proxyEventsList.forEach((function(n){t.e.on(n+".select",e.onStartSelection)}))},e.prototype.onStartSelection=function(t){for(var e,n=this.j,o=t.target;void 0===e&&o&&o!==n.editor;)e=n.e.fire((0,a.e)(t.type+"_"+o.nodeName.toLowerCase()),o,t),o=o.parentElement;"click"===t.type&&void 0===e&&o===n.editor&&n.e.fire(t.type+"Editor",o,t)},e.prototype.onOutsideClick=function(t){var e=this,n=t.target;s.i.up(n,(function(t){return t===e.j.editor}))||c.u1.closestElement(n,c.GI)||this.j.e.fire("outsideClick",t)},e.prototype.beforeCommandCut=function(t){var e=this.j.s;if("cut"===t&&!e.isCollapsed()){var n=e.current();n&&s.i.isOrContains(this.j.editor,n)&&this.onCopyNormalizeSelectionBound()}},e.prototype.onCopyNormalizeSelectionBound=function(t){var e,n=(e=this.j).s,o=e.editor;e.o.select.normalizeSelectionBeforeCutAndCopy&&!n.isCollapsed()&&(!t||t.isTrusted&&s.i.isNode(t.target)&&s.i.isOrContains(o,t.target))&&this.jodit.s.expandSelection()},(0,o.gn)([r.autobind],e.prototype,"onStartSelection",null),(0,o.gn)([(0,r.watch)("ow:click")],e.prototype,"onOutsideClick",null),(0,o.gn)([(0,r.watch)([":beforeCommand"])],e.prototype,"beforeCommandCut",null),(0,o.gn)([(0,r.watch)([":copy",":cut"])],e.prototype,"onCopyNormalizeSelectionBound",null),e}(i.S));l.pw.add("select",u)},11079:function(t,e,n){"use strict";var o=n(77628);o.D.prototype.minWidth=200,o.D.prototype.maxWidth="100%",o.D.prototype.minHeight=200,o.D.prototype.maxHeight="auto",o.D.prototype.saveHeightInStorage=!1},97183:function(t,e,n){"use strict";var o=n(97582),i=n(85806),r=n(18002),a=n(35618),s=n(50526),c=n(81160),l=(n(11079),function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.__resizeWorkspaces=e.j.async.debounce(e.__resizeWorkspaceImd,e.j.defaultTimeout,!0),e}return(0,o.ZT)(e,t),e.prototype.afterInit=function(t){t.e.on("setHeight.size",this.__setHeight).on("setWidth.size",this.__setWidth).on("afterInit.size changePlace.size",this.__initialize,{top:!0}).on(t.ow,"load.size",this.__resizeWorkspaces).on("afterInit.size resize.size afterUpdateToolbar.size scroll.size afterResize.size",this.__resizeWorkspaces).on("toggleFullSize.size toggleToolbar.size",this.__resizeWorkspaceImd),this.__initialize()},e.prototype.__initialize=function(){var t=this.j;if(!t.o.inline){var e=t.o.height;if(t.o.saveHeightInStorage&&"auto"!==e){var n=t.storage.get("height");n&&(e=n)}(0,r.i)(t.editor,{minHeight:"100%"}),(0,r.i)(t.container,{minHeight:t.o.minHeight,maxHeight:t.o.maxHeight,minWidth:t.o.minWidth,maxWidth:t.o.maxWidth}),t.isFullSize||(this.__setHeight(e),this.__setWidth(t.o.width))}},e.prototype.__setHeight=function(t){var e;if((0,i.h)(t)){var n=(e=this.j.o).minHeight,o=e.maxHeight;(0,i.h)(n)&&n>t&&(t=n),(0,i.h)(o)&&t>o&&(t=o)}(0,r.i)(this.j.container,"height",t),this.j.o.saveHeightInStorage&&this.j.storage.set("height",t),this.__resizeWorkspaceImd()},e.prototype.__setWidth=function(t){var e;if((0,i.h)(t)){var n=(e=this.j.o).minWidth,o=e.maxWidth;(0,i.h)(n)&&n>t&&(t=n),(0,i.h)(o)&&t>o&&(t=o)}(0,r.i)(this.j.container,"width",t),this.__resizeWorkspaceImd()},e.prototype.__getNotWorkHeight=function(){var t,e;return((null===(t=this.j.toolbarContainer)||void 0===t?void 0:t.offsetHeight)||0)+((null===(e=this.j.statusbar)||void 0===e?void 0:e.getHeight())||0)+2},e.prototype.__resizeWorkspaceImd=function(){if(this.j&&!this.j.isDestructed&&this.j.o&&!this.j.o.inline&&this.j.container&&this.j.container.parentNode){var t=((0,r.i)(this.j.container,"minHeight")||0)-this.__getNotWorkHeight();if((0,i.h)(t)&&t>0&&([this.j.workplace,this.j.iframe,this.j.editor].map((function(e){e&&(0,r.i)(e,"minHeight",t)})),this.j.e.fire("setMinHeight",t)),(0,i.h)(this.j.o.maxHeight)){var e=this.j.o.maxHeight-this.__getNotWorkHeight();[this.j.workplace,this.j.iframe,this.j.editor].map((function(t){t&&(0,r.i)(t,"maxHeight",e)})),this.j.e.fire("setMaxHeight",e)}this.j.container&&(0,r.i)(this.j.workplace,"height","auto"!==this.j.o.height||this.j.isFullSize?this.j.container.offsetHeight-this.__getNotWorkHeight():"auto")}},e.prototype.beforeDestruct=function(t){t.e.off(t.ow,"load.size",this.__resizeWorkspaces).off(".size")},(0,o.gn)([(0,s.throttle)()],e.prototype,"__initialize",null),(0,o.gn)([s.autobind],e.prototype,"__resizeWorkspaceImd",null),(0,o.gn)([s.autobind],e)}(a.S));c.pw.add("size",l)},71790:function(t,e,n){"use strict";var o=n(77628),i=n(11612),r=n(10503),a=n(47202),s=n.n(a);o.D.prototype.beautifyHTML=!i.IS_IE,o.D.prototype.sourceEditor="ace",o.D.prototype.sourceEditorNativeOptions={showGutter:!0,theme:"ace/theme/idle_fingers",mode:"ace/mode/html",wrap:!0,highlightActiveLine:!0},o.D.prototype.sourceEditorCDNUrlsJS=["https://cdnjs.cloudflare.com/ajax/libs/ace/1.4.2/ace.js"],o.D.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"],r.J.set("source",s()),o.D.prototype.controls.source={mode:i.MODE_SPLIT,exec:function(t){t.toggleMode()},isActive:function(t){return t.getRealMode()===i.MODE_SOURCE},tooltip:"Change mode"}},81800:function(t,e,n){"use strict";n.d(e,{F:function(){return a}});var o=n(97582),i=n(11612),r=n(95582),a=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.className="jodit_ace_editor",e.proxyOnBlur=function(t){e.j.e.fire("blur",t)},e.proxyOnFocus=function(t){e.j.e.fire("focus",t)},e.proxyOnMouseDown=function(t){e.j.e.fire("mousedown",t)},e}return(0,o.ZT)(e,t),e.prototype.aceExists=function(){return void 0!==this.j.ow.ace},e.prototype.getLastColumnIndex=function(t){return this.instance.session.getLine(t).length},e.prototype.getLastColumnIndices=function(){for(var t=this.instance.session.getLength(),e=[],n=0,o=0;t>o;o++)n+=this.getLastColumnIndex(o),o>0&&(n+=1),e[o]=n;return e},e.prototype.getRowColumnIndices=function(t){var e=this.getLastColumnIndices();if(e[0]>=t)return{row:0,column:t};for(var n=1,o=1;e.length>o;o++)t>e[o]&&(n=o+1);return{row:n,column:t-e[n-1]-1}},e.prototype.setSelectionRangeIndices=function(t,e){var n=this.getRowColumnIndices(t),o=this.getRowColumnIndices(e);this.instance.getSelection().setSelectionRange({start:n,end:o})},e.prototype.getIndexByRowColumn=function(t,e){return this.getLastColumnIndices()[t]-this.getLastColumnIndex(t)+e},e.prototype.init=function(t){var e=this,n=function(){if(void 0===e.instance&&e.aceExists()){var n=e.j.c.div("jodit-source__mirror-fake");e.container.appendChild(n),e.instance=t.ow.ace.edit(n),e.instance.setTheme(t.o.sourceEditorNativeOptions.theme),e.instance.renderer.setShowGutter(t.o.sourceEditorNativeOptions.showGutter),e.instance.getSession().setMode(t.o.sourceEditorNativeOptions.mode),e.instance.setHighlightActiveLine(t.o.sourceEditorNativeOptions.highlightActiveLine),e.instance.getSession().setUseWrapMode(!0),e.instance.setOption("indentedSoftWrap",!1),e.instance.setOption("wrap",t.o.sourceEditorNativeOptions.wrap),e.instance.getSession().setUseWorker(!1),e.instance.$blockScrolling=1/0,e.instance.on("change",e.toWYSIWYG),e.instance.on("focus",e.proxyOnFocus),e.instance.on("mousedown",e.proxyOnMouseDown),e.instance.on("blur",e.proxyOnBlur),t.getRealMode()!==i.MODE_WYSIWYG&&e.setValue(e.getValue());var o=e.j.async.debounce((function(){t.isInDestruct||(e.instance.setOption("maxLines","auto"!==t.o.height?t.workplace.offsetHeight/e.instance.renderer.lineHeight:1/0),e.instance.resize())}),2*e.j.defaultTimeout);t.e.on("afterResize afterSetMode",o),o(),e.onReady()}};t.e.on("afterSetMode",(function(){t.getRealMode()!==i.MODE_SOURCE&&t.getMode()!==i.MODE_SPLIT||(e.fromWYSIWYG(),n())})),n(),this.aceExists()||(0,r.loadNext)(t,t.o.sourceEditorCDNUrlsJS).then((function(){t.isInDestruct||n()})).catch((function(){return null}))},e.prototype.destruct=function(){var t,e;this.instance.off("change",this.toWYSIWYG),this.instance.off("focus",this.proxyOnFocus),this.instance.off("mousedown",this.proxyOnMouseDown),this.instance.destroy(),null===(e=null===(t=this.j)||void 0===t?void 0:t.events)||void 0===e||e.off("aceInited.source")},e.prototype.setValue=function(t){if(!this.j.o.editHTMLDocumentMode&&this.j.o.beautifyHTML){var e=this.j.e.fire("beautifyHTML",t);(0,r.isString)(e)&&(t=e)}this.instance.setValue(t),this.instance.clearSelection()},e.prototype.getValue=function(){return this.instance.getValue()},e.prototype.setReadOnly=function(t){this.instance.setReadOnly(t)},Object.defineProperty(e.prototype,"isFocused",{get:function(){return this.instance.isFocused()},enumerable:!1,configurable:!0}),e.prototype.focus=function(){this.instance.focus()},e.prototype.blur=function(){this.instance.blur()},e.prototype.getSelectionStart=function(){var t=this.instance.selection.getRange();return this.getIndexByRowColumn(t.start.row,t.start.column)},e.prototype.getSelectionEnd=function(){var t=this.instance.selection.getRange();return this.getIndexByRowColumn(t.end.row,t.end.column)},e.prototype.selectAll=function(){this.instance.selection.selectAll()},e.prototype.insertRaw=function(t){var e=this.instance.selection.getCursor(),n=this.instance.session.insert(e,t);this.instance.selection.setRange({start:e,end:n},!1)},e.prototype.setSelectionRange=function(t,e){this.setSelectionRangeIndices(t,e)},e.prototype.setPlaceHolder=function(t){},e.prototype.replaceUndoManager=function(){var t=this.jodit.history;this.instance.commands.addCommand({name:"Undo",bindKey:{win:"Ctrl-Z",mac:"Command-Z"},exec:function(){t.undo()}}),this.instance.commands.addCommand({name:"Redo",bindKey:{win:"Ctrl-Shift-Z",mac:"Command-Shift-Z"},exec:function(){t.redo()}})},e}(n(79091).b)},71628:function(t,e,n){"use strict";n.d(e,{Y:function(){return a}});var o=n(97582),i=n(18002),r=n(44913),a=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.autosize=e.j.async.debounce((function(){e.instance.style.height="auto",e.instance.style.height=e.instance.scrollHeight+"px"}),e.j.defaultTimeout),e}return(0,o.ZT)(e,t),e.prototype.init=function(t){var e=this;this.instance=t.c.element("textarea",{class:"jodit-source__mirror"}),this.container.appendChild(this.instance),t.e.on(this.instance,"mousedown keydown touchstart input",t.async.debounce(this.toWYSIWYG,t.defaultTimeout)).on("setMinHeight.source",(function(t){(0,i.i)(e.instance,"minHeight",t)})).on(this.instance,"change keydown mousedown touchstart input",this.autosize).on("afterSetMode.source",this.autosize).on(this.instance,"mousedown focus",(function(e){t.e.fire(e.type,e)})),this.autosize(),this.onReady()},e.prototype.destruct=function(){r.i.safeRemove(this.instance)},e.prototype.getValue=function(){return this.instance.value},e.prototype.setValue=function(t){this.instance.value=t},e.prototype.insertRaw=function(t){var e=this.getValue();if(0>this.getSelectionStart())this.setValue(e+t);else{var n=this.getSelectionStart(),o=this.getSelectionEnd();this.setValue(e.substring(0,n)+t+e.substring(o,e.length))}},e.prototype.getSelectionStart=function(){return this.instance.selectionStart},e.prototype.getSelectionEnd=function(){return this.instance.selectionEnd},e.prototype.setSelectionRange=function(t,e){void 0===e&&(e=t),this.instance.setSelectionRange(t,e)},Object.defineProperty(e.prototype,"isFocused",{get:function(){return this.instance===this.j.od.activeElement},enumerable:!1,configurable:!0}),e.prototype.focus=function(){this.instance.focus()},e.prototype.blur=function(){this.instance.blur()},e.prototype.setPlaceHolder=function(t){this.instance.setAttribute("placeholder",t)},e.prototype.setReadOnly=function(t){t?this.instance.setAttribute("readonly","true"):this.instance.removeAttribute("readonly")},e.prototype.selectAll=function(){this.instance.select()},e.prototype.replaceUndoManager=function(){var t=this,e=this.jodit.history;this.j.e.on(this.instance,"keydown",(function(n){if((n.ctrlKey||n.metaKey)&&"z"===n.key)return n.shiftKey?e.redo():e.undo(),t.setSelectionRange(t.getValue().length),!1}))},e}(n(79091).b)},89012:function(t,e,n){"use strict";n.d(e,{F:function(){return i.F},Y:function(){return o.Y}});var o=n(71628),i=n(81800)},34100:function(t,e,n){"use strict";n.d(e,{l:function(){return r}});var o=n(95582),i=n(89012);function r(t,e,n,r,a){var s;if((0,o.isFunction)(t))s=t(e);else switch(t){case"ace":if(!e.o.shadowRoot){s=new i.F(e,n,r,a);break}default:s=new i.Y(e,n,r,a)}return s.init(e),s.onReadyAlways((function(){s.setReadOnly(e.o.readonly)})),s}},79091:function(t,e,n){"use strict";n.d(e,{b:function(){return o}});var o=function(){function t(t,e,n,o){this.jodit=t,this.container=e,this.toWYSIWYG=n,this.fromWYSIWYG=o,this.className="",this.isReady=!1}return Object.defineProperty(t.prototype,"j",{get:function(){return this.jodit},enumerable:!1,configurable:!0}),t.prototype.onReady=function(){this.replaceUndoManager(),this.isReady=!0,this.j.e.fire(this,"ready")},t.prototype.onReadyAlways=function(t){var e;this.isReady?t():null===(e=this.j.events)||void 0===e||e.on(this,"ready",t)},t}()},94406:function(t,e,n){"use strict";var o=n(97582),i=n(11612),r=n(7324),a=n(44913),s=n(95582),c=n(50526),l=n(81160),u=n(34100),d=(n(71790),function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.buttons=[{name:"source",group:"source"}],e.__lock=!1,e.__oldMirrorValue="",e.tempMarkerStart="{start-jodit-selection}",e.tempMarkerStartReg=/{start-jodit-selection}/g,e.tempMarkerEnd="{end-jodit-selection}",e.tempMarkerEndReg=/{end-jodit-selection}/g,e.getSelectionStart=function(){var t,n;return null!==(n=null===(t=e.sourceEditor)||void 0===t?void 0:t.getSelectionStart())&&void 0!==n?n:0},e.getSelectionEnd=function(){var t,n;return null!==(n=null===(t=e.sourceEditor)||void 0===t?void 0:t.getSelectionEnd())&&void 0!==n?n:0},e}return(0,o.ZT)(e,t),e.prototype.onInsertHTML=function(t){var e;if(!this.j.o.readonly&&!this.j.isEditorMode())return null===(e=this.sourceEditor)||void 0===e||e.insertRaw(t),this.toWYSIWYG(),!1},e.prototype.fromWYSIWYG=function(t){if(void 0===t&&(t=!1),!this.__lock||!0===t){this.__lock=!0;var e=this.j.getEditorValue(!1,i.SOURCE_CONSUMER);e!==this.getMirrorValue()&&this.setMirrorValue(e),this.__lock=!1}},e.prototype.toWYSIWYG=function(){if(!this.__lock){var t=this.getMirrorValue();t!==this.__oldMirrorValue&&(this.__lock=!0,this.j.value=t,this.__lock=!1,this.__oldMirrorValue=t)}},e.prototype.getNormalPosition=function(t,e){for(e=e.replace(/<(script|style|iframe)[^>]*>[^]*?<\/\1>/im,(function(t){for(var e="",n=0;t.length>n;n+=1)e+=i.INVISIBLE_SPACE;return e}));t>0&&e[t]===i.INVISIBLE_SPACE;)t--;for(var n=t;n>0;){if("<"===e[--n]&&void 0!==e[n+1]&&e[n+1].match(/[\w/]+/i))return n;if(">"===e[n])return t}return t},e.prototype.clnInv=function(t){return t.replace(i.INVISIBLE_SPACE_REG_EXP(),"")},e.prototype.onSelectAll=function(t){var e;if("selectall"===t.toLowerCase()&&this.j.getRealMode()===i.MODE_SOURCE)return null===(e=this.sourceEditor)||void 0===e||e.selectAll(),!1},e.prototype.getMirrorValue=function(){var t;return(null===(t=this.sourceEditor)||void 0===t?void 0:t.getValue())||""},e.prototype.setMirrorValue=function(t){var e;null===(e=this.sourceEditor)||void 0===e||e.setValue(t)},e.prototype.setFocusToMirror=function(){var t;null===(t=this.sourceEditor)||void 0===t||t.focus()},e.prototype.saveSelection=function(){if(this.j.getRealMode()===i.MODE_WYSIWYG)this.j.s.save(),this.j.synchronizeValues(),this.fromWYSIWYG(!0);else{if(this.j.o.editHTMLDocumentMode)return;var t=this.getMirrorValue();if(this.getSelectionStart()===this.getSelectionEnd()){var e=this.j.s.marker(!0),n=this.getNormalPosition(this.getSelectionStart(),this.getMirrorValue());this.setMirrorValue(t.substring(0,n)+this.clnInv(e.outerHTML)+t.substring(n))}else{var o=this.j.s.marker(!0),r=this.j.s.marker(!1),a=(n=this.getNormalPosition(this.getSelectionStart(),t),this.getNormalPosition(this.getSelectionEnd(),t));this.setMirrorValue(t.slice(0,n)+this.clnInv(o.outerHTML)+t.slice(n,a)+this.clnInv(r.outerHTML)+t.slice(a))}this.toWYSIWYG()}},e.prototype.removeSelection=function(){if(this.j.getRealMode()===i.MODE_WYSIWYG)return this.__lock=!0,this.j.s.restore(),void(this.__lock=!1);var t=this.getMirrorValue(),e=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){var o=this.j.e.fire("beautifyHTML",t);(0,s.isString)(o)&&(t=o)}if(n=e=t.indexOf(this.tempMarkerStart),t=t.replace(this.tempMarkerStartReg,""),-1!==e){var r=t.indexOf(this.tempMarkerEnd);-1!==r&&(n=r)}t=t.replace(this.tempMarkerEndReg,"")}finally{t=t.replace(this.tempMarkerEndReg,"").replace(this.tempMarkerStartReg,"")}this.setMirrorValue(t),this.setMirrorSelectionRange(e,n),this.toWYSIWYG(),this.setFocusToMirror()},e.prototype.setMirrorSelectionRange=function(t,e){var n;null===(n=this.sourceEditor)||void 0===n||n.setSelectionRange(t,e)},e.prototype.onReadonlyReact=function(){var t;null===(t=this.sourceEditor)||void 0===t||t.setReadOnly(this.j.o.readonly)},e.prototype.afterInit=function(t){var e=this;if(this.mirrorContainer=t.c.div("jodit-source"),t.workplace.appendChild(this.mirrorContainer),t.e.on("afterAddPlace changePlace afterInit",(function(){t.workplace.appendChild(e.mirrorContainer)})),this.sourceEditor=(0,u.l)("area",t,this.mirrorContainer,this.toWYSIWYG,this.fromWYSIWYG),t.e.on(t.ow,"keydown",(function(t){var n;t.key===i.KEY_ESC&&(null===(n=e.sourceEditor)||void 0===n?void 0:n.isFocused)&&e.sourceEditor.blur()})),this.onReadonlyReact(),t.e.on("placeholder.source",(function(t){var n;null===(n=e.sourceEditor)||void 0===n||n.setPlaceHolder(t)})).on("change.source",this.syncValueFromWYSIWYG).on("beautifyHTML",(function(t){return t})),t.o.beautifyHTML){var n=function(){var e;if(t.isInDestruct)return!1;var n=t.ow.html_beautify;return!(!n||t.isInDestruct||(null===(e=t.events)||void 0===e||e.off("beautifyHTML").on("beautifyHTML",(function(t){return n(t)})),0))};n()||(0,s.loadNext)(t,t.o.beautifyHTMLCDNUrlsJS).then(n)}this.syncValueFromWYSIWYG(!0),this.initSourceEditor(t)},e.prototype.syncValueFromWYSIWYG=function(t){void 0===t&&(t=!1);var e=this.j;e.getMode()!==i.MODE_SPLIT&&e.getMode()!==i.MODE_SOURCE||this.fromWYSIWYG(t)},e.prototype.initSourceEditor=function(t){var e,n=this;if("area"!==t.o.sourceEditor){var o=(0,u.l)(t.o.sourceEditor,t,this.mirrorContainer,this.toWYSIWYG,this.fromWYSIWYG);o.onReadyAlways((function(){var e,i;null===(e=n.sourceEditor)||void 0===e||e.destruct(),n.sourceEditor=o,n.syncValueFromWYSIWYG(!0),null===(i=t.events)||void 0===i||i.fire("sourceEditorReady",t)}))}else null===(e=this.sourceEditor)||void 0===e||e.onReadyAlways((function(){var e;n.syncValueFromWYSIWYG(!0),null===(e=t.events)||void 0===e||e.fire("sourceEditorReady",t)}))},e.prototype.beforeDestruct=function(){this.sourceEditor&&(this.sourceEditor.destruct(),delete this.sourceEditor),a.i.safeRemove(this.mirrorContainer)},(0,o.gn)([(0,c.watch)(":insertHTML.source")],e.prototype,"onInsertHTML",null),(0,o.gn)([c.autobind],e.prototype,"fromWYSIWYG",null),(0,o.gn)([c.autobind],e.prototype,"toWYSIWYG",null),(0,o.gn)([c.autobind],e.prototype,"getNormalPosition",null),(0,o.gn)([(0,c.watch)(":beforeCommand.source")],e.prototype,"onSelectAll",null),(0,o.gn)([(0,c.watch)(":beforeSetMode.source")],e.prototype,"saveSelection",null),(0,o.gn)([(0,c.watch)(":afterSetMode.source")],e.prototype,"removeSelection",null),(0,o.gn)([c.autobind],e.prototype,"setMirrorSelectionRange",null),(0,o.gn)([(0,c.watch)(":readonly.source")],e.prototype,"onReadonlyReact",null),(0,o.gn)([c.autobind],e.prototype,"syncValueFromWYSIWYG",null),e}(r.S));l.pw.add("source",d)},9781:function(t,e,n){"use strict";var o=n(77628),i=n(16992),r=n(46232),a=n(10503),s=n(57516),c=n(6144),l=n(57954),u=n.n(l);o.D.prototype.speechRecognize={api:c.M,sound:!0,continuous:!0,interimResults:!0,commands:{"newline|enter":"enter","delete|remove word|delete word":"backspaceWordButton",comma:"inserthtml::,",underline:"inserthtml::_",hyphen:"inserthtml::-",space:"inserthtml:: ",question:"inserthtml::?",dot:"inserthtml::.","quote|quotes|open quote":"inserthtml::'","header|header h1":"formatblock::h1","select all":"selectall"}},a.J.set("speech-recognize",u()),o.D.prototype.controls.speechRecognize={isActive:function(t,e){var n=(0,i.q)(t,"speech");return Boolean(null==n?void 0:n.isEnabled)},isDisabled:function(t){return!t.o.speechRecognize.api},exec:function(t,e,n){var o=n.button,a=n.control,c=t.o.speechRecognize,l=c.api,u=c.lang,d=c.continuous,p=c.interimResults,f=c.sound;if(l){var h=(0,i.q)(t,"speech");if(!h){var g=new l;(h=new s.v(t.async,g)).lang=u,h.continuous=d,h.interimResults=p,h.sound=f,(0,i.q)(t,"speech",h),h.on("pulse",(function(t){o.setMod("pulse",t)})),h.on("result",(function(e){return t.e.fire("speechRecognizeResult",e)})),h.on("progress",(function(e){return t.e.fire("speechRecognizeProgressResult",e)})),o.hookStatus("beforeDestruct",(function(){h.destruct()}))}if(a.args){var m=a.args[0];if((0,r.j)(h[m]))return h[m]=!h[m],void(h.isEnabled&&h.restart())}h.toggle(),o.state.activated=h.isEnabled}else t.alert("Speech recognize API unsupported in your browser")},name:"speechRecognize",command:"toggleSpeechRecognize",tooltip:"Speech Recognize",list:{sound:"Sound",interimResults:"Interim Results"},childTemplate:function(t,e,n){var o,r=(0,i.q)(t,"speech"),a=null!==(o=null==r?void 0:r[e])&&void 0!==o?o:t.o.speechRecognize[e];return"<span class='jodit-speech-recognize__list-item'><input ".concat(a?"checked":""," class='jodit-checkbox' type='checkbox'>&nbsp;").concat(n,"</span>")},mods:{stroke:!1}}},93930:function(t,e,n){"use strict";n.d(e,{n:function(){return o},u:function(){return i}});var o=440,i=940},6144:function(t,e,n){"use strict";n.d(e,{M:function(){return o}});var o=window.SpeechRecognition||window.webkitSpeechRecognition},14344:function(t,e,n){"use strict";n.d(e,{c:function(){return i}});var o=n(97582);function i(t,e){var n=(0,o.CR)(e.split("::"),2);t.execCommand(n[0],null,n[1])}},57516:function(t,e,n){"use strict";n.d(e,{v:function(){return c}});var o=n(97582),i=n(41112),r=n(50526),a=n(93930),s=n(43240),c=function(t){function e(e,o){var i=t.call(this)||this;return i.async=e,i._continuous=!1,i._interimResults=!1,i.sound=!0,i._isEnabled=!1,i._restartTimeout=0,i._onSpeechStart=function(t){i._isEnabled&&(i.async.clearTimeout(i._restartTimeout),i._restartTimeout=i.async.setTimeout((function(){i.restart(),i.emit("pulse",!1),i._makeSound(a.u)}),5e3),i.emit("pulse",!0))},i._progressTimeout=0,i._api=o,n._instances.add(i),i}var n;return(0,o.ZT)(e,t),n=e,Object.defineProperty(e.prototype,"lang",{get:function(){return this._lang},set:function(t){this._lang=t,this._api.lang=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"continuous",{get:function(){return this._continuous},set:function(t){this._continuous=t,this._api.continuous=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"interimResults",{get:function(){return this._interimResults},set:function(t){this._interimResults=t,this._api.interimResults=t},enumerable:!1,configurable:!0}),e.prototype.destruct=function(){this.stop(),n._instances.delete(this),t.prototype.destruct.call(this)},Object.defineProperty(e.prototype,"isEnabled",{get:function(){return this._isEnabled},enumerable:!1,configurable:!0}),e.prototype.start=function(){var t=this;this._isEnabled||(this._isEnabled=!0,n._instances.forEach((function(e){e!==t&&e.stop()})),this._api.start(),this.__on("speechstart",this._onSpeechStart).__on("error",this._onError).__on("result",this._onResult))},e.prototype.stop=function(){if(this._isEnabled){try{this._api.abort(),this._api.stop()}catch(t){}this.__off("speechstart",this._onSpeechStart).__off("error",this._onError).__off("result",this._onResult),this.async.clearTimeout(this._restartTimeout),this._isEnabled=!1,this.emit("pulse",!1)}},e.prototype.toggle=function(){this._isEnabled?this.stop():this.start()},e.prototype.restart=function(){this.stop(),this.start()},e.prototype.__on=function(t,e){return this._api.addEventListener(t,e),this},e.prototype.__off=function(t,e){return this._api.removeEventListener(t,e),this},e.prototype._onResult=function(t){var e=this;if(this._isEnabled){this.async.clearTimeout(this._progressTimeout);var n=t.results.item(t.resultIndex),o=n.item(0).transcript,i=function(){try{e.async.clearTimeout(e._restartTimeout),e.emit("result",o)}catch(t){}e.restart(),e.emit("pulse",!1),e._makeSound(a.n)};if(!1===n.isFinal)return this.emit("progress",o),void(this._progressTimeout=this.async.setTimeout(i,500));i()}},e.prototype._onError=function(){this._isEnabled&&(this._makeSound(a.u),this.emit("pulse",!1),this.restart())},e.prototype._makeSound=function(t){this.sound&&(0,s.e)({frequency:t})},e._instances=new Set,n=(0,o.gn)([r.autobind],e)}(i.a)},43240:function(t,e,n){"use strict";n.d(e,{e:function(){return i}});var o=n(93930);function i(t){var e=void 0===t?{}:t,n=e.sec,i=void 0===n?.1:n,r=e.frequency,a=void 0===r?o.n:r,s=e.gain,c=void 0===s?.1:s,l=e.type,u=void 0===l?"sine":l;if(void 0!==window.AudioContext||void 0!==window.webkitAudioContext){var d=new(window.AudioContext||window.webkitAudioContext),p=d.createGain(),f=d.createOscillator();f.type=u,f.frequency.value=a,f.connect(p),p.connect(d.destination),f.start(),f.stop(d.currentTime+i),p.gain.value=c}}},20160:function(t){"use strict";t.exports={newline:"الخط الجديد",delete:"حذف",space:"الفضاء","Speech Recognize":"التعرف على الكلام",Sound:"الصوت","Interim Results":"النتائج المؤقتة"}},51245:function(t){"use strict";t.exports={newline:"řádek",delete:"odstranit",space:"prostora","Speech Recognize":"Rozpoznání Řeči",Sound:"Zvuk","Interim Results":"Průběžné Výsledky"}},64844:function(t){"use strict";t.exports={newline:"Zeilenumbruch",delete:"löschen",space:"Raum","Speech Recognize":"Sprache Erkennen",Sound:"Sound","Interim Results":"Zwischenergebnis"}},36492:function(t){"use strict";t.exports={newline:"nueva línea",delete:"eliminar",space:"espacio","Speech Recognize":"Reconocimiento de Voz",Sound:"Sonido","Interim Results":"Resultados Provisionales"}},81697:function(t){"use strict";t.exports={newline:"خط جدید",delete:"حذف",space:"فضا","Speech Recognize":"گفتار را تشخیص دهید",Sound:"صدا","Interim Results":"نتایج موقت"}},24379:function(t){"use strict";t.exports={newline:"nouvelle ligne",delete:"supprimer",space:"espace","Speech Recognize":"Reconnaissance Vocale",Sound:"Son","Interim Results":"Résultats Intermédiaires"}},91263:function(t){"use strict";t.exports={newline:"חדשות",delete:"מחק",space:"שטח","Speech Recognize":"דיבור מזהה",Sound:"קול","Interim Results":"תוצאות ביניים"}},9721:function(t){"use strict";t.exports={newline:"újsor",delete:"törlés",space:"tér","Speech Recognize":"A Beszéd Felismeri",Sound:"Hang","Interim Results":"Időközi Eredmények"}},78655:function(t){"use strict";t.exports={newline:"newline",delete:"Hapus",space:"ruang","Speech Recognize":"Pidato Mengenali",Sound:"Suara","Interim Results":"Hasil Sementara"}},21744:function(t,e,n){"use strict";n.r(e),n.d(e,{ar:function(){return o},cs_cz:function(){return i},de:function(){return r},es:function(){return a},fa:function(){return s},fr:function(){return c},he:function(){return l},hu:function(){return u},id:function(){return d},it:function(){return p},ja:function(){return f},ko:function(){return h},mn:function(){return g},nl:function(){return m},pl:function(){return v},pt_br:function(){return y},ru:function(){return b},tr:function(){return w},zh_cn:function(){return _},zh_tw:function(){return k}});var o=n(20160),i=n(51245),r=n(64844),a=n(36492),s=n(81697),c=n(24379),l=n(91263),u=n(9721),d=n(78655),p=n(20937),f=n(35628),h=n(94985),g=n(78244),m=n(13916),v=n(27240),y=n(58438),b=n(59824),w=n(16763),_=n(95578),k=n(5958)},20937:function(t){"use strict";t.exports={newline:"nuova riga",delete:"eliminare",space:"spazio","Speech Recognize":"Discorso Riconoscere",Sound:"Suono","Interim Results":"Risultati intermedi"}},35628:function(t){"use strict";t.exports={newline:"改行",delete:"削除",space:"スペース","Speech Recognize":"音声認識",Sound:"音","Interim Results":"中間結果"}},94985:function(t){"use strict";t.exports={newline:"줄 바꿈",delete:"삭제",space:"공간","Speech Recognize":"음성 인식",Sound:"소리","Interim Results":"중간 결과"}},78244:function(t){"use strict";t.exports={newline:"Шинэ мөр",delete:"Устгах",space:"Зай","Speech Recognize":"Дуу хоолой таних",Sound:"Дуу","Interim Results":"Түр зуурын үр дүн"}},13916:function(t){"use strict";t.exports={newline:"regel",delete:"verwijderen",space:"ruimte","Speech Recognize":"Spraak Herkennen",Sound:"Geluid","Interim Results":"Tussentijdse Resultaten"}},27240:function(t){"use strict";t.exports={newline:"newline",delete:"usunąć",space:"przestrzeń","Speech Recognize":"Rozpoznawanie Mowy",Sound:"Dźwięk","Interim Results":"Wyniki Okresowe"}},58438:function(t){"use strict";t.exports={newline:"linha",delete:"excluir",space:"espaco","Speech Recognize":"Discurso Reconhecer",Sound:"Som","Interim Results":"Resultados Provisórios"}},59824:function(t){"use strict";t.exports={newline:"новая строка|перенос|энтер",delete:"удалить",space:"пробел","Speech Recognize":"Распознавание речи",Sound:"Звук","Interim Results":"Промежуточные результаты"}},16763:function(t){"use strict";t.exports={newline:"yeni satır",delete:"silmek",space:"uzay","Speech Recognize":"Konuşma Tanıma",Sound:"Ses","Interim Results":"Ara Sonuçlar"}},95578:function(t){"use strict";t.exports={newline:"新行",delete:"删除",space:"空间","Speech Recognize":"言语识别",Sound:"声音","Interim Results":"中期业绩"}},5958:function(t){"use strict";t.exports={newline:"นิวไลน์",delete:"ลบ",space:"พื้นที่","Speech Recognize":"การรับรู้คำพูด",Sound:"เสียง","Interim Results":"ผลระหว่างกาล"}},28167:function(t,e,n){"use strict";var o=n(97582),i=n(7324),r=n(34413),a=n(70254),s=n(81160),c=n(44913),l=n(75504),u=n(14344),d=n(21744),p=(n(9781),function(t){function e(e){var n=t.call(this,e)||this;return n._commandToWord={},e.o.speechRecognize.api&&e.registerButton({group:"state",name:"speechRecognize"}),n}return(0,o.ZT)(e,t),e.prototype.afterInit=function(t){var e=this,n=t.o.speechRecognize.commands;n&&((0,s.xl)(d),(0,a.XP)(n,!1).forEach((function(o){o.split("|").forEach((function(i){i=i.trim().toLowerCase(),e._commandToWord[i]=n[o];var r=t.i18n(i);r!==i&&r.split("|").forEach((function(t){e._commandToWord[t.trim().toLowerCase()]=n[o].trim()}))}))})))},e.prototype.beforeDestruct=function(t){},e.prototype.onSpeechRecognizeProgressResult=function(t){var e=this;this.messagePopup||(this.messagePopup=this.j.create.div("jodit-speech-recognize__popup")),this.j.workplace.appendChild(this.messagePopup),this.j.async.setTimeout((function(){c.i.safeRemove(e.messagePopup)}),{label:"onSpeechRecognizeProgressResult",timeout:1e3}),this.messagePopup.innerText=t+"|"},e.prototype.onSpeechRecognizeResult=function(t){var e=this.j,n=e.s;if(c.i.safeRemove(this.messagePopup),!this._checkCommand(t)){var o=n.range,i=n.current();if(n.isCollapsed()&&c.i.isText(i)&&c.i.isOrContains(e.editor,i)&&i.nodeValue){var r=i.nodeValue;i.nodeValue=r+(/[\u00A0 ]\uFEFF*$/.test(r)?"":" ")+t,o.setStartAfter(i),n.selectRange(o),e.synchronizeValues()}else n.insertHTML(t)}},e.prototype._checkCommand=function(t){return t=t.toLowerCase().replace(/\./g,""),!!this._commandToWord[t]&&((0,u.c)(this.j,this._commandToWord[t]),!0)},(0,o.gn)([(0,r.YP)(":speechRecognizeProgressResult"),(0,l.D)()],e.prototype,"onSpeechRecognizeProgressResult",null),(0,o.gn)([(0,r.YP)(":speechRecognizeResult")],e.prototype,"onSpeechRecognizeResult",null),e}(i.S));"undefined"!=typeof Jodit&&Jodit.plugins.add("speech-recognize",p)},17637:function(t,e,n){"use strict";var o=n(77628),i=n(10503),r=n(92146),a=n.n(r);o.D.prototype.spellcheck=!1,i.J.set("spellcheck",a()),o.D.prototype.controls.spellcheck={isActive:function(t){return t.o.spellcheck},icon:a(),name:"spellcheck",command:"toggleSpellcheck",tooltip:"Spellcheck"}},68433:function(t){"use strict";t.exports={Spellcheck:"التدقيق الإملائي"}},11878:function(t){"use strict";t.exports={Spellcheck:"Kontrola pravopisu"}},27943:function(t){"use strict";t.exports={Spellcheck:"Rechtschreibprüfung"}},74004:function(t){"use strict";t.exports={Spellcheck:"Corrección ortográfica"}},60288:function(t){"use strict";t.exports={Spellcheck:"غلطیابی املایی"}},11182:function(t){"use strict";t.exports={Spellcheck:"Vérification Orthographique"}},1781:function(t){"use strict";t.exports={Spellcheck:"בדיקת איות"}},83013:function(t){"use strict";t.exports={Spellcheck:"Helyesírás-ellenőrzés"}},83353:function(t){"use strict";t.exports={Spellcheck:"Spellchecking"}},41770:function(t,e,n){"use strict";n.r(e),n.d(e,{ar:function(){return o},cs_cz:function(){return i},de:function(){return r},es:function(){return a},fa:function(){return s},fr:function(){return c},he:function(){return l},hu:function(){return u},id:function(){return d},it:function(){return p},ja:function(){return f},ko:function(){return h},mn:function(){return g},nl:function(){return m},pl:function(){return v},pt_br:function(){return y},ru:function(){return b},tr:function(){return w},zh_cn:function(){return _},zh_tw:function(){return k}});var o=n(68433),i=n(11878),r=n(27943),a=n(74004),s=n(60288),c=n(11182),l=n(1781),u=n(83013),d=n(83353),p=n(5601),f=n(25505),h=n(55260),g=n(74709),m=n(70955),v=n(53301),y=n(90421),b=n(54995),w=n(75736),_=n(511),k=n(90634)},5601:function(t){"use strict";t.exports={Spellcheck:"Controllo ortografico"}},25505:function(t){"use strict";t.exports={Spellcheck:"スペルチェック"}},55260:function(t){"use strict";t.exports={Spellcheck:"맞춤법 검사"}},74709:function(t){"use strict";t.exports={Spellcheck:"Дүрмийн алдаа шалгах"}},70955:function(t){"use strict";t.exports={Spellcheck:"Spellingcontrole"}},53301:function(t){"use strict";t.exports={Spellcheck:"Sprawdzanie pisowni"}},90421:function(t){"use strict";t.exports={Spellcheck:"Verificação ortográfica"}},54995:function(t){"use strict";t.exports={Spellcheck:"Проверка орфографии"}},75736:function(t){"use strict";t.exports={Spellcheck:"Yazım denetimi"}},511:function(t){"use strict";t.exports={Spellcheck:"拼写检查"}},90634:function(t){"use strict";t.exports={Spellcheck:"สะกดคำ"}},53989:function(t,e,n){"use strict";var o=n(97582),i=n(7324),r=n(77233),a=n(50526),s=n(81160),c=n(41770),l=(n(17637),function(t){function e(e){var n=t.call(this,e)||this;return n.buttons=[{group:"state",name:"spellcheck"}],(0,s.xl)(c),n}return(0,o.ZT)(e,t),e.prototype.afterInit=function(t){var e=this;t.e.on("afterInit afterAddPlace prepareWYSIWYGEditor",this.toggleSpellcheck),this.toggleSpellcheck(),t.registerCommand("toggleSpellcheck",(function(){e.jodit.o.spellcheck=!e.jodit.o.spellcheck,e.toggleSpellcheck(),e.j.e.fire("updateToolbar")}))},e.prototype.toggleSpellcheck=function(){(0,r.L)(this.jodit.editor,"spellcheck",this.jodit.o.spellcheck)},e.prototype.beforeDestruct=function(t){},(0,o.gn)([a.autobind],e.prototype,"toggleSpellcheck",null),e}(i.S));s.pw.add("spellcheck",l)},86479:function(t,e,n){"use strict";var o=n(77628);o.D.prototype.showCharsCounter=!0,o.D.prototype.countHTMLChars=!1,o.D.prototype.showWordsCounter=!0},32158:function(t,e,n){"use strict";var o=n(97582),i=n(11612),r=n(35618),a=n(44913),s=n(81160),c=(n(86479),function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.charCounter=null,e.wordCounter=null,e.reInit=function(){e.j.o.showCharsCounter&&e.charCounter&&e.j.statusbar.append(e.charCounter,!0),e.j.o.showWordsCounter&&e.wordCounter&&e.j.statusbar.append(e.wordCounter,!0),e.j.e.off("change keyup",e.calc).on("change keyup",e.calc),e.calc()},e.calc=e.j.async.throttle((function(){var t=e.j.text;if(e.j.o.showCharsCounter&&e.charCounter){var n=e.j.o.countHTMLChars?e.j.value:t.replace((0,i.SPACE_REG_EXP)(),"");e.charCounter.textContent=e.j.i18n("Chars: %d",n.length)}e.j.o.showWordsCounter&&e.wordCounter&&(e.wordCounter.textContent=e.j.i18n("Words: %d",t.replace((0,i.INVISIBLE_SPACE_REG_EXP)(),"").split((0,i.SPACE_REG_EXP)()).filter((function(t){return t.length})).length))}),e.j.defaultTimeout),e}return(0,o.ZT)(e,t),e.prototype.afterInit=function(){this.charCounter=this.j.c.span(),this.wordCounter=this.j.c.span(),this.j.e.on("afterInit changePlace afterAddPlace",this.reInit),this.reInit()},e.prototype.beforeDestruct=function(){a.i.safeRemove(this.charCounter),a.i.safeRemove(this.wordCounter),this.j.e.off("afterInit changePlace afterAddPlace",this.reInit),this.charCounter=null,this.wordCounter=null},e}(r.S));s.pw.add("stat",c)},11598:function(t,e,n){"use strict";var o=n(77628);o.D.prototype.toolbarSticky=!0,o.D.prototype.toolbarDisableStickyForMobile=!0,o.D.prototype.toolbarStickyOffset=0},35299:function(t,e,n){"use strict";var o=n(97582),i=n(11612),r=n(35618),a=n(44913),s=n(95582),c=n(50526),l=n(81160),u=(n(11598),function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.isToolbarSticked=!1,e.createDummy=function(t){i.IS_ES_NEXT||!i.IS_IE||e.dummyBox||(e.dummyBox=e.j.c.div(),e.dummyBox.classList.add("jodit_sticky-dummy_toolbar"),e.j.container.insertBefore(e.dummyBox,t))},e.addSticky=function(t){e.isToolbarSticked||(e.createDummy(t),e.j.container.classList.add("jodit_sticky"),e.isToolbarSticked=!0),(0,s.css)(t,{top:e.j.o.toolbarStickyOffset||null,width:e.j.container.offsetWidth-2}),!i.IS_ES_NEXT&&i.IS_IE&&e.dummyBox&&(0,s.css)(e.dummyBox,{height:t.offsetHeight})},e.removeSticky=function(t){e.isToolbarSticked&&((0,s.css)(t,{width:"",top:""}),e.j.container.classList.remove("jodit_sticky"),e.isToolbarSticked=!1)},e}return(0,o.ZT)(e,t),e.prototype.afterInit=function(t){var e=this;t.e.on(t.ow,"scroll.sticky wheel.sticky mousewheel.sticky resize.sticky",this.onScroll).on("getStickyState.sticky",(function(){return e.isToolbarSticked}))},e.prototype.onScroll=function(){var t=this.jodit,e=t.ow.pageYOffset||t.od.documentElement&&t.od.documentElement.scrollTop||0,n=(0,s.offset)(t.container,t,t.od,!0),o=t.getMode()===i.MODE_WYSIWYG&&e+t.o.toolbarStickyOffset>n.top&&n.top+n.height>e+t.o.toolbarStickyOffset&&!(t.o.toolbarDisableStickyForMobile&&this.isMobile());if(t.o.toolbarSticky&&!0===t.o.toolbar&&this.isToolbarSticked!==o){var r=t.toolbarContainer;r&&(o?this.addSticky(r):this.removeSticky(r)),t.e.fire("toggleSticky",o)}},e.prototype.isMobile=function(){return this.j&&this.j.options&&this.j.container&&this.j.o.sizeSM>=this.j.container.offsetWidth},e.prototype.beforeDestruct=function(t){this.dummyBox&&a.i.safeRemove(this.dummyBox),t.e.off(t.ow,"scroll.sticky wheel.sticky mousewheel.sticky resize.sticky",this.onScroll).off(".sticky")},(0,o.gn)([(0,c.throttle)()],e.prototype,"onScroll",null),e}(r.S));l.pw.add("sticky",u)},31116:function(t,e,n){"use strict";var o=n(77628),i=n(10503),r=n(13410),a=n.n(r);o.D.prototype.usePopupForSpecialCharacters=!1,o.D.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;"],i.J.set("symbols",a()),o.D.prototype.controls.symbols={hotkeys:["ctrl+shift+i","cmd+shift+i"],tooltip:"Insert Special Character",popup:function(t,e,n,o){var i=t.e.fire("generateSpecialCharactersTable.symbols");if(i){if(t.o.usePopupForSpecialCharacters){var r=t.c.div();return r.classList.add("jodit-symbols"),r.appendChild(i),t.e.on(i,"close_dialog",o),r}t.alert(i,"Select Special Character",void 0,"jodit-symbols").bindDestruct(t);var a=i.querySelector("a");a&&a.focus()}}}},71345:function(t){"use strict";t.exports={symbols:"رمز"}},63507:function(t){"use strict";t.exports={symbols:"symbol"}},66769:function(t){"use strict";t.exports={symbols:"Symbol"}},6352:function(t){"use strict";t.exports={symbols:"Símbolo"}},17714:function(t){"use strict";t.exports={symbols:"سمبل"}},99750:function(t){"use strict";t.exports={symbols:"caractère"}},62102:function(t){"use strict";t.exports={symbols:"תו מיוחד"}},21163:function(t){"use strict";t.exports={symbols:"Szimbólum"}},76697:function(t){"use strict";t.exports={symbols:"simbol"}},33614:function(t,e,n){"use strict";n.r(e),n.d(e,{ar:function(){return o},cs_cz:function(){return i},de:function(){return r},es:function(){return a},fa:function(){return s},fr:function(){return c},he:function(){return l},hu:function(){return u},id:function(){return d},it:function(){return p},ja:function(){return f},ko:function(){return h},mn:function(){return g},nl:function(){return m},pl:function(){return v},pt_br:function(){return y},ru:function(){return b},tr:function(){return w},zh_cn:function(){return _},zh_tw:function(){return k}});var o=n(71345),i=n(63507),r=n(66769),a=n(6352),s=n(17714),c=n(99750),l=n(62102),u=n(21163),d=n(76697),p=n(48639),f=n(80470),h=n(82681),g=n(18652),m=n(58163),v=n(20991),y=n(50327),b=n(46799),w=n(51619),_=n(51406),k=n(91661)},48639:function(t){"use strict";t.exports={symbols:"Simbolo"}},80470:function(t){"use strict";t.exports={symbols:"symbol"}},82681:function(t){"use strict";t.exports={symbols:"기호"}},18652:function(t){"use strict";t.exports={symbols:"тэмдэгт"}},58163:function(t){"use strict";t.exports={symbols:"symbool"}},20991:function(t){"use strict";t.exports={symbols:"symbol"}},50327:function(t){"use strict";t.exports={symbols:"Símbolo"}},46799:function(t){"use strict";t.exports={symbols:"символ"}},51619:function(t){"use strict";t.exports={symbols:"Sembol"}},51406:function(t){"use strict";t.exports={symbols:"符号"}},91661:function(t){"use strict";t.exports={symbols:"符號"}},96349:function(t,e,n){"use strict";var o=n(97582),i=n(11612),r=n(35618),a=n(44913),s=n(98478),c=n(81160),l=n(33614),u=(n(31116),function(t){function e(e){var n=t.call(this,e)||this;return n.buttons=[{name:"symbols",group:"insert"}],n.countInRow=17,(0,c.xl)(l),n}return(0,o.ZT)(e,t),e.prototype.afterInit=function(t){var e=this;t.e.on("generateSpecialCharactersTable.symbols",(function(){for(var n=t.c.fromHTML('<div class="jodit-symbols__container">\n\t\t\t\t\t\t<div class="jodit-symbols__container_table">\n\t\t\t\t\t\t\t<table class="jodit-symbols__table"><tbody></tbody></table>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class="jodit-symbols__container_preview">\n\t\t\t\t\t\t\t<div class="jodit-symbols__preview"></div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>'),o=n.querySelector(".jodit-symbols__preview"),r=n.querySelector("table").tBodies[0],c=[],l=0;t.o.specialCharacters.length>l;){for(var u=t.c.element("tr"),d=0;e.countInRow>d&&t.o.specialCharacters.length>l;d+=1,l+=1){var p=t.c.element("td"),f=t.c.fromHTML('<a\n\t\t\t\t\t\t\t\t\tdata-index="'.concat(l,'"\n\t\t\t\t\t\t\t\t\tdata-index-j="').concat(d,'"\n\t\t\t\t\t\t\t\t\trole="option"\n\t\t\t\t\t\t\t\t\ttabindex="-1"\n\t\t\t\t\t\t\t>').concat(t.o.specialCharacters[l],"</a>"));c.push(f),p.appendChild(f),u.appendChild(p)}r.appendChild(u)}var h=e;return t.e.on(c,"focus",(function(){o.innerHTML=this.innerHTML})).on(c,"mousedown",(function(e){a.i.isTag(this,"a")&&(t.s.focus(),t.s.insertHTML(this.innerHTML),t.e.fire(this,"close_dialog"),e&&e.preventDefault(),e&&e.stopImmediatePropagation())})).on(c,"mouseenter",(function(){a.i.isTag(this,"a")&&this.focus()})).on(c,"keydown",(function(e){var n=e.target;if(a.i.isTag(n,"a")){var o=parseInt((0,s.attr)(n,"-index")||"0",10),r=parseInt((0,s.attr)(n,"data-index-j")||"0",10),l=void 0;switch(e.key){case i.KEY_UP:case i.KEY_DOWN:void 0===c[l=e.key===i.KEY_UP?o-h.countInRow:o+h.countInRow]&&(l=e.key===i.KEY_UP?Math.floor(c.length/h.countInRow)*h.countInRow+r:r)>c.length-1&&(l-=h.countInRow),c[l]&&c[l].focus();break;case i.KEY_RIGHT:case i.KEY_LEFT:void 0===c[l=e.key===i.KEY_LEFT?o-1:o+1]&&(l=e.key===i.KEY_LEFT?c.length-1:0),c[l]&&c[l].focus();break;case i.KEY_ENTER:t.e.fire(n,"mousedown"),e.stopImmediatePropagation(),e.preventDefault()}}})),n}))},e.prototype.beforeDestruct=function(t){t.e.off("generateSpecialCharactersTable.symbols")},e}(r.S));c.pw.add("symbols",u)},83756:function(t,e,n){"use strict";n.d(e,{a:function(){return o.a}});var o=n(42919)},42919:function(t,e,n){"use strict";n.d(e,{a:function(){return r}});var o=n(97582),i=n(44913);function r(t,e){if(void 0===e&&(e=!1),!t.o.tab.tabInsideLiInsertNewList)return!1;var n=(0,o.CR)(function(t){var e=t.createInside.fake(),n=t.createInside.fake(),o=t.s.range.cloneRange();o.collapse(!0),o.insertNode(e);var i=t.s.range.cloneRange();return i.collapse(!1),i.insertNode(n),[e,n]}(t),2),r=n[0],a=n[1];try{var s=function(t,e,n){var o=i.i.closest(e,"li",t.editor);return!!o&&!(!n&&!i.i.isLeaf(o.previousElementSibling))&&!(n&&!i.i.closest(o,"li",t.editor))&&o}(t,r,e);if(!s)return!1;if(!function(t,e,n){var o=i.i.closest(n,"li",e.editor);return!(!o||o!==t&&!t.contains(o))}(s,t,r))return!1;var c=i.i.closest(s,["ol","ul"],t.editor);return!(!c||e&&!i.i.closest(c,"li",t.editor)||(e?function(t,e,n){var o=i.i.closest(e,"li",t.editor),r=Array.from(e.children).filter((function(t){return i.i.isLeaf(t)}));i.i.after(o,n);var a=r.indexOf(n);if(0!==a&&1!==r.length||i.i.safeRemove(e),a!==r.length-1){var s=e.cloneNode();i.i.append(n,s);for(var c=a+1;r.length>c;c+=1)i.i.append(s,r[c])}}(t,c,s):function(t,e,n){var o=n.previousElementSibling,r=o.lastElementChild,a=i.i.isTag(r,e.tagName)?r:t.createInside.element(e.tagName,Array.from(e.attributes).reduce((function(t,e){return t[e.name]=e.value,t}),{}));a.appendChild(n),r!==a&&o.appendChild(a)}(t,c,s),0))}finally{var l=t.s.createRange();l.setStartAfter(r),l.setEndBefore(a),t.s.selectRange(l),i.i.safeRemove(r),i.i.safeRemove(a)}return!1}n(52378)},55786:function(t,e,n){"use strict";n(77628).D.prototype.tab={tabInsideLiInsertNewList:!0}},778:function(t,e,n){"use strict";var o=n(97582),i=n(7324),r=n(50526),a=n(11612),s=n(81160),c=n(83756),l=(n(55786),function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return(0,o.ZT)(e,t),e.prototype.afterInit=function(t){},e.prototype.__onTab=function(t){if(t.key===a.KEY_TAB&&this.__onShift(t.shiftKey))return!1},e.prototype.__onCommand=function(t){if(("indent"===t||"outdent"===t)&&this.__onShift("outdent"===t))return!1},e.prototype.__onShift=function(t){var e=(0,c.a)(this.j,t);return e&&this.j.e.fire("afterTab",t),e},e.prototype.beforeDestruct=function(t){},(0,o.gn)([(0,r.watch)(":keydown.tab")],e.prototype,"__onTab",null),(0,o.gn)([(0,r.watch)(":beforeCommand.tab")],e.prototype,"__onCommand",null),e}(i.S));s.pw.add("tab",l)},94636:function(t,e,n){"use strict";var o=n(11612),i=n(44913),r=n(2871);n(81160).pw.add("tableKeyboardNavigation",(function(t){t.e.off(".tableKeyboardNavigation").on("keydown.tableKeyboardNavigation",(function(e){var n,a;if((e.key===o.KEY_TAB||e.key===o.KEY_LEFT||e.key===o.KEY_RIGHT||e.key===o.KEY_UP||e.key===o.KEY_DOWN)&&(n=t.s.current(),a=i.i.up(n,(function(t){return t&&t.nodeName&&/^td|th$/i.test(t.nodeName)}),t.editor))){var s=t.s.range;if(e.key===o.KEY_TAB||n===a||(e.key!==o.KEY_LEFT&&e.key!==o.KEY_UP||!(i.i.prev(n,(function(t){return e.key===o.KEY_UP?i.i.isTag(t,"br"):Boolean(t)}),a)||e.key!==o.KEY_UP&&i.i.isText(n)&&0!==s.startOffset))&&(e.key!==o.KEY_RIGHT&&e.key!==o.KEY_DOWN||!(i.i.next(n,(function(t){return e.key===o.KEY_DOWN?i.i.isTag(t,"br"):Boolean(t)}),a)||e.key!==o.KEY_DOWN&&i.i.isText(n)&&n.nodeValue&&s.startOffset!==n.nodeValue.length))){var c=i.i.up(a,(function(t){return t&&/^table$/i.test(t.nodeName)}),t.editor),l=null;switch(e.key){case o.KEY_TAB:case o.KEY_LEFT:var u=e.key===o.KEY_LEFT||e.shiftKey?"prev":"next";(l=i.i[u](a,(function(t){return t&&/^td|th$/i.test(t.tagName)}),c))||(r.i.appendRow(c,"next"!==u&&c.querySelector("tr"),"next"===u,t.createInside),l=i.i[u](a,i.i.isCell,c));break;case o.KEY_UP:case o.KEY_DOWN:var d=0,p=0,f=r.i.formalMatrix(c,(function(t,e,n){t===a&&(d=e,p=n)}));e.key===o.KEY_UP?void 0!==f[d-1]&&(l=f[d-1][p]):void 0!==f[d+1]&&(l=f[d+1][p])}if(l){if(l.firstChild)e.key===o.KEY_TAB?t.s.select(l,!0):t.s.setCursorIn(l,e.key===o.KEY_RIGHT||e.key===o.KEY_DOWN);else{var h=t.createInside.element("br");l.appendChild(h),t.s.setCursorBefore(h)}return!1}}}}))}))},769:function(t,e,n){"use strict";var o=n(77628),i=n(8138),r=n(98478),a=n(95582),s=n(10503),c=n(94160),l=n.n(c);o.D.prototype.table={selectionCellStyle:"border: 1px double #1e88e5 !important;",useExtraClassesOptions:!1},s.J.set("table",l()),o.D.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:function(t,e,n,o,s){for(var c=n.data&&n.data.rows?n.data.rows:10,l=n.data&&n.data.cols?n.data.cols:10,u=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">'+function(){if(!t.o.table.useExtraClassesOptions)return"";var e=[];if(n.data){var o=n.data.classList;Object.keys(o).forEach((function(t){e.push('<label class="jodit_vertical_middle"><input class="jodit-checkbox" value="'.concat(t,'" type="checkbox"/>').concat(o[t],"</label>"))}))}return e.join("")}()+'</div></div><label class="jodit-form__center"><span>1</span> &times; <span>1</span></label></form>'),d=u.querySelectorAll("span")[0],p=u.querySelectorAll("span")[1],f=u.querySelector(".jodit-form__container"),h=u.querySelector(".jodit-form__options"),g=[],m=c*l,v=0;m>v;v+=1)g[v]||g.push(t.c.element("span",{dataIndex:v}));if(t.e.on(f,"mousemove",(function(t,e){var n=t.target;if(i.i.isTag(n,"span")){for(var o=void 0===e||isNaN(e)?parseInt((0,r.attr)(n,"-index")||"0",10):e||0,a=Math.ceil((o+1)/l),s=o%l+1,c=0;g.length>c;c+=1)g[c].className=c%l+1>s||a<Math.ceil((c+1)/l)?"":"jodit_hovered";p.textContent=s.toString(),d.textContent=a.toString()}})).on(f,"touchstart mousedown",(function(e){var n=e.target;if(e.preventDefault(),e.stopImmediatePropagation(),i.i.isTag(n,"span")){var s=parseInt((0,r.attr)(n,"-index")||"0",10),c=Math.ceil((s+1)/l),u=s%l+1,d=t.createInside,p=d.element("tbody"),f=d.element("table");f.appendChild(p);for(var g,m,v=null,y=1;c>=y;y+=1){g=d.element("tr");for(var b=1;u>=b;b+=1)m=d.element("td"),v||(v=m),(0,a.css)(m,"width",(100/u).toFixed(4)+"%"),m.appendChild(d.element("br")),g.appendChild(d.text("\n")),g.appendChild(d.text("\t")),g.appendChild(m);p.appendChild(d.text("\n")),p.appendChild(g)}(0,a.$$)("input[type=checkbox]:checked",h).forEach((function(t){t.value.split(/[\s]+/).forEach((function(t){f.classList.add(t)}))})),t.editor.firstChild&&t.s.insertNode(d.text("\n"),!1,!1),t.s.insertNode(f,!1),v&&(t.s.setCursorIn(v),(0,a.scrollIntoViewIfNeeded)(v,t.editor,t.ed)),o()}})),s&&s.parentElement){for(v=0;c>v;v+=1){for(var y=t.c.div(),b=0;l>b;b+=1)y.appendChild(g[v*l+b]);f.appendChild(y)}g[0]&&(g[0].className="hovered")}return u},tooltip:"Insert table"}},89251:function(t,e,n){"use strict";var o=n(81160);n(769),o.pw.add("table",(function(t){t.registerButton({name:"table",group:"insert"})}))},62673:function(t,e,n){"use strict";var o=n(77628),i=n(68699),r=n(95582),a=n(61916),s=n(29788),c=n(10503),l=n(30699);c.J.set("video",n.n(l)()),o.D.prototype.controls.video={popup:function(t,e,n,o){var c=new a.x4(t,[new a.eC(t,[new a.u3(t,{name:"url",required:!0,label:"URL",placeholder:"https://",validators:["url"]})]),new a.eC(t,[(0,s.zx)(t,"","Insert","primary").onAction((function(){return c.submit()}))])]),l=new a.x4(t,[new a.eC(t,[new a.GJ(t,{name:"code",required:!0,label:"Embed code"})]),new a.eC(t,[(0,s.zx)(t,"","Insert","primary").onAction((function(){return l.submit()}))])]),u=[],d=function(e){t.s.restore(),t.s.insertHTML(e),o()};return t.s.save(),u.push({icon:"link",name:"Link",content:c.container},{icon:"source",name:"Code",content:l.container}),c.onSubmit((function(t){d((0,r.convertMediaUrlToVideoEmbed)(t.url))})),l.onSubmit((function(t){d(t.code)})),(0,i.IL)(t,u)},tags:["iframe"],tooltip:"Insert youtube/vimeo video"}},56271:function(t,e,n){"use strict";var o=n(81160);n(62673),o.pw.add("video",(function(t){t.registerButton({name:"video",group:"media"})}))},39541:function(t,e,n){"use strict";n(77628).D.prototype.wrapNodes={exclude:new Set(["hr","style","br"]),emptyBlockAfterInit:!0}},32408:function(t,e,n){"use strict";var o=n(97582),i=n(7324),r=n(8138),a=n(4682),s=n(50526),c=n(81160),l=(n(39541),function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.isSuitableStart=function(t){return r.i.isText(t)&&(0,a.H)(t.nodeValue)&&/[^\s]/.test(t.nodeValue)||e.isNotClosed(t)&&!r.i.isTemporary(t)},e.isSuitable=function(t){return r.i.isText(t)||e.isNotClosed(t)},e.isNotClosed=function(t){return r.i.isElement(t)&&!(r.i.isBlock(t)||r.i.isTag(t,e.j.o.wrapNodes.exclude))},e}return(0,o.ZT)(e,t),e.prototype.afterInit=function(t){"br"!==t.o.enter.toLowerCase()&&t.e.on("drop.wtn focus.wtn keydown.wtn mousedown.wtn afterInit.wtn",this.preprocessInput,{top:!0}).on("afterInit.wtn postProcessSetEditorValue.wtn",this.postProcessSetEditorValue)},e.prototype.beforeDestruct=function(t){t.e.off(".wtn")},e.prototype.postProcessSetEditorValue=function(){var t=this.jodit;if(t.isEditorMode()){for(var e=t.editor.firstChild,n=!1;e;){if(e=this.checkAloneListLeaf(e,t),this.isSuitableStart(e)){n||t.s.save(),n=!0;var o=t.createInside.element(t.o.enter);for(r.i.before(e,o);e&&this.isSuitable(e);){var i=e.nextSibling;o.appendChild(e),e=i}o.normalize(),e=o}e=e&&e.nextSibling}n&&(t.s.restore(),"afterInit"===t.e.current&&t.e.fire("internalChange"))}},e.prototype.checkAloneListLeaf=function(t,e){var n=t,o=t;do{if(!r.i.isElement(o)||!r.i.isLeaf(o)||r.i.isList(o.parentElement))break;var i=r.i.findNotEmptySibling(o,!1);r.i.isTag(n,"ul")?n.appendChild(o):n=r.i.wrap(o,"ul",e.createInside),o=i}while(o);return n},e.prototype.preprocessInput=function(){var t=this.jodit,e="afterInit"===t.e.current;if(t.isEditorMode()&&!t.editor.firstChild&&(t.o.wrapNodes.emptyBlockAfterInit||!e)){var n=t.createInside.element(t.o.enter),o=t.createInside.element("br");r.i.append(n,o),r.i.append(t.editor,n),t.s.isFocused()&&t.s.setCursorBefore(o),t.e.fire("internalChange")}},(0,o.gn)([s.autobind],e.prototype,"postProcessSetEditorValue",null),(0,o.gn)([s.autobind],e.prototype,"preprocessInput",null),e}(i.S));c.pw.add("wrapNodes",l)},68413:function(t,e,n){"use strict";n(77628).D.prototype.showXPathInStatusbar=!0},797:function(t,e,n){"use strict";var o=n(97582),i=n(11612),r=n(84489),a=n(8138),s=n(95582),c=n(7324),l=n(45429),u=n(81160),d=(n(68413),function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.onContext=function(t,n){return e.menu||(e.menu=new r.x(e.j)),e.menu.show(n.clientX,n.clientY,[{icon:"bin",title:t===e.j.editor?"Clear":"Remove",exec:function(){t!==e.j.editor?a.i.safeRemove(t):e.j.value="",e.j.synchronizeValues()}},{icon:"select-all",title:"Select",exec:function(){e.j.s.select(t)}}]),!1},e.onSelectPath=function(t,n){e.j.s.focus();var o=(0,s.attr)(n.target,"-path")||"/";if("/"===o)return e.j.execCommand("selectall"),!1;try{var i=e.j.ed.evaluate(o,e.j.editor,null,XPathResult.ANY_TYPE,null).iterateNext();if(i)return e.j.s.select(i),!1}catch(t){}return e.j.s.select(t),!1},e.tpl=function(t,n,o,i){var r=e.j.c.fromHTML('<span class="jodit-xpath__item"><a role="button" data-path="'.concat(n,'" title="').concat(i,'" tabindex="-1"\'>').concat((0,s.trim)(o),"</a></span>")),a=r.firstChild;return e.j.e.on(a,"click",e.onSelectPath.bind(e,t)).on(a,"contextmenu",e.onContext.bind(e,t)),r},e.removeSelectAll=function(){e.selectAllButton&&(e.selectAllButton.destruct(),delete e.selectAllButton)},e.appendSelectAll=function(){e.removeSelectAll(),e.selectAllButton=(0,l.g)(e.j,(0,o.pi)({name:"selectall"},e.j.o.controls.selectall)),e.selectAllButton.state.size="tiny",e.container&&e.container.insertBefore(e.selectAllButton.container,e.container.firstChild)},e.calcPathImd=function(){if(!e.isDestructed){var t,n,o,r=e.j.s.current();e.container&&(e.container.innerHTML=i.INVISIBLE_SPACE),r&&a.i.up(r,(function(i){i&&e.j.editor!==i&&!a.i.isText(i)&&(t=i.nodeName.toLowerCase(),n=(0,s.getXPathByElement)(i,e.j.editor).replace(/^\//,""),o=e.tpl(i,n,t,e.j.i18n("Select %s",t)),e.container&&e.container.insertBefore(o,e.container.firstChild))}),e.j.editor),e.appendSelectAll()}},e.calcPath=e.j.async.debounce(e.calcPathImd,2*e.j.defaultTimeout),e}return(0,o.ZT)(e,t),e.prototype.afterInit=function(){var t=this;this.j.o.showXPathInStatusbar&&(this.container=this.j.c.div("jodit-xpath"),this.j.e.off(".xpath").on("mouseup.xpath change.xpath keydown.xpath changeSelection.xpath",this.calcPath).on("afterSetMode.xpath afterInit.xpath changePlace.xpath",(function(){t.j.o.showXPathInStatusbar&&t.container&&(t.j.statusbar.append(t.container),t.j.getRealMode()===i.MODE_WYSIWYG?t.calcPath():(t.container&&(t.container.innerHTML=i.INVISIBLE_SPACE),t.appendSelectAll()))})),this.calcPath())},e.prototype.beforeDestruct=function(){this.j&&this.j.events&&this.j.e.off(".xpath"),this.removeSelectAll(),this.menu&&this.menu.destruct(),a.i.safeRemove(this.container),delete this.menu,delete this.container},e}(c.S));u.pw.add("xpath",d)},48427:function(t,e,n){"use strict";n.r(e),n(50981),n(96464),n(75170),n(54056),n(34730),Array.prototype.includes||(Array.prototype.includes=function(t){return this.indexOf(t)>-1}),"function"!=typeof Object.assign&&Object.defineProperty(Object,"assign",{value:function(t,e){if(null==t)throw new TypeError("Cannot convert undefined or null to object");for(var n=Object(t),o=1;arguments.length>o;o++){var i=arguments[o];if(null!=i)for(var r in i)Object.prototype.hasOwnProperty.call(i,r)&&(n[r]=i[r])}return n},writable:!0,configurable:!0}),Array.prototype.find||(Array.prototype.find=function(t){return this.indexOf(t)>-1?t:void 0}),String.prototype.endsWith||(String.prototype.endsWith=function(t){return this[this.length-1]===t})},80705:function(t,e,n){"use strict";n.r(e),n.d(e,{angle_down:function(){return i.a},angle_left:function(){return a.a},angle_right:function(){return c.a},angle_up:function(){return u.a},bin:function(){return p.a},cancel:function(){return h.a},center:function(){return m.a},check:function(){return y.a},chevron:function(){return w.a},dots:function(){return k.a},eye:function(){return x.a},file:function(){return E.a},folder:function(){return T.a},info_circle:function(){return z.a},left:function(){return A.a},lock:function(){return M.a},ok:function(){return B.a},pencil:function(){return O.a},plus:function(){return H.a},resize_handler:function(){return q.a},right:function(){return W.a},save:function(){return U.a},settings:function(){return K.a},unlock:function(){return J.a},update:function(){return $.a},upload:function(){return tt.a},valign:function(){return nt.a}});var o=n(8091),i=n.n(o),r=n(51193),a=n.n(r),s=n(80845),c=n.n(s),l=n(4799),u=n.n(l),d=n(98940),p=n.n(d),f=n(1355),h=n.n(f),g=n(88933),m=n.n(g),v=n(80926),y=n.n(v),b=n(56964),w=n.n(b),_=n(16206),k=n.n(_),C=n(20116),x=n.n(C),S=n(70861),E=n.n(S),j=n(13607),T=n.n(j),I=n(84159),z=n.n(I),L=n(95948),A=n.n(L),P=n(29424),M=n.n(P),R=n(1717),B=n.n(R),D=n(29184),O=n.n(D),N=n(18423),H=n.n(N),F=n(64965),q=n.n(F),V=n(56798),W=n.n(V),G=n(91786),U=n.n(G),Y=n(19839),K=n.n(Y),Z=n(69113),J=n.n(Z),X=n(15085),$=n.n(X),Q=n(79876),tt=n.n(Q),et=n(21855),nt=n.n(et)},88292:function(t,e,n){"use strict";n.d(e,{y:function(){return s}});var o=n(97582),i=n(8257),r=n(98478),a=n(11612),s=(n(68353),function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return(0,o.ZT)(e,t),e.prototype.beforeInitHook=function(){if(a.IS_PROD&&!a.IS_TEST)return(0,r.appendScriptAsync)(this,this.basePath+"config.js")},e.prototype.afterInitHook=function(){return(0,o.mG)(this,void 0,Promise,(function(){var e;return(0,o.Jh)(this,(function(n){switch(n.label){case 0:return[4,this.e.fire("checkReserve")];case 1:if("normal"!==n.sent()){if(this.isInDestruct)return[2];e=this.c.div("",'Trial version. Buy <a href="https://xdsoft.net/jodit/pro/">Jodit Pro</a>'),(0,r.css)(e,{position:"absolute",color:"red",right:10,bottom:10}),this.addDisclaimer(e)}return t.prototype.afterInitHook.call(this),[2]}}))}))},e.prototype.getVersion=function(){return"PRO "+a.APP_VERSION},e}(i.h))},68353:function(t,e,n){"use strict";n(77628).D.prototype.controls.font.list={"andale mono,monospace":"Andale Mono","arial,helvetica,sans-serif":"Arial","arial black,sans-serif":"Arial Black","book antiqua,palatino,serif":"Book Antiqua","comic sans ms,sans-serif":"Comic Sans MS","courier new,courier,monospace":"Courier New","georgia,palatino,serif":"Georgia","helvetica,arial,sans-serif":"Helvetica","impact,charcoal,sans-serif":"Impact","symbol,sans-serif":"Symbol","tahoma,arial,helvetica,sans-serif":"Tahoma","terminal,monaco,monospace":"Terminal","times new roman,times,serif":"Times New Roman","trebuchet ms,geneva,sans-serif":"Trebuchet MS","verdana,geneva,sans-serif":"Verdana",webdings:"Webdings","wingdings,zapf dingbats":"Wingdings"}},48163:function(t,e,n){"use strict";n.d(e,{W:function(){return c}});var o=n(97582),i=n(75004),r=n(50526),a=n(95582),s=n(23185),c=function(t){function e(e,n){var r=t.call(this,e,(0,o.pi)((0,o.pi)({},n),{type:"hidden"}))||this;return r.state=(0,o.pi)((0,o.pi)({},i.u3.defaultState),{min:0,max:100}),r.startValue=0,r.startX=0,r.width=100,Object.assign(r.state,n),r.appendUIRange(),r.onChangeSelfValue(),r}return(0,o.ZT)(e,t),e.prototype.className=function(){return"UIRange"},e.prototype.appendUIRange=function(){var t=this.j.create.div(this.getFullElName("slider"));this.container.appendChild(t);var e=this.j.create.div(this.getFullElName("handle"));t.appendChild(e);var n=this.j.create.div(this.getFullElName("log"));this.getElm("label").appendChild(n)},e.prototype.onDragStart=function(t){this.startValue=parseFloat(this.value)||0,this.startX=t.clientX;var e=this.getElm("slider");this.width=e.offsetWidth,this.j.e.on(this.j.ow,"mousemove",this.onDrag)},e.prototype.onDrag=function(t){var e,n=(e=this.state).min,o=e.max,i=this.startValue+(t.clientX-this.startX)/this.width*(this.state.max-this.state.min);n>i&&(i=n),i>o&&(i=o),this.value=i.toString()},e.prototype.onDragEnd=function(){this.j.e.off(this.j.ow,"mousemove",this.onDrag)},e.prototype.onChangeSelfValue=function(){var t=this.getElm("handle"),e=parseFloat(this.value)||0;(0,a.css)(t,{left:(e-this.state.min)/(this.state.max-this.state.min)*100+"%"}),this.getElm("log").innerText=e.toString()},e.prototype.destruct=function(){return this.onDragEnd(),t.prototype.destruct.call(this)},(0,o.gn)([(0,r.watch)(["handle:mousedown","handle:touchstart"])],e.prototype,"onDragStart",null),(0,o.gn)([s.ZP],e.prototype,"onDrag",null),(0,o.gn)([(0,r.watch)(["j.ow:mouseup","j.ow:touchend"])],e.prototype,"onDragEnd",null),(0,o.gn)([(0,r.watch)(":change")],e.prototype,"onChangeSelfValue",null),(0,o.gn)([r.component],e)}(i.u3)},15120:function(t,e,n){"use strict";n.r(e),n.d(e,{Jodit:function(){return o.y}});var o=n(88292);n(5832),o.y.plugins.add("poweredByJodit",(function(){}))},93123:function(t,e,n){"use strict";var o=n(97582),i=n(7324),r=n(77628),a=n(50526),s=n(95582),c=n(44913),l=n(19797),u=n(11612),d=n(77325),p=n(88292),f=n(47325);r.D.prototype.autocomplete={sources:[],maxItems:50,isMatchedQuery:function(t,e){return 0===e.toLowerCase().indexOf(t.toLowerCase())},itemRenderer:function(t){var e;return null!==(e=t.title)&&void 0!==e?e:t.value},insertValueRenderer:function(t){return t.value+"&nbsp;"}};var h=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.hasStyle=!p.y.fatMode,e.sources=[],e}return(0,o.ZT)(e,t),e.prototype.afterInit=function(t){var e=this;this.popup=new l.G(t),this.popup.setMod("padding",!1),this.list=new d.F(t),this.popup.setContent(this.list.container),t.e.on("select.autocomplete",(function(n){var o=n.value;(0,s.isFunction)(n.insertValueRenderer)&&(o=n.insertValueRenderer(n)),c.i.isNode(o)||(o=t.createInside.fromHTML(o)),(0,f.p)(t.s.range,o),e.j.s.setCursorAfter(o),e.j.synchronizeValues(),e.popup.close()})).on("keydown.autocomplete",this.onKeyDown).on("keydown.autocomplete",this.onKeyControlDown,{top:!0}).on("beforeEnter.autocomplete",this.onEnter,{top:!0}).on("autocomplete.autocomplete",this.onAutoComplete).on("registerAutocompleteSource.autocomplete",this.registerAutocompleteSource)},e.prototype.registerAutocompleteSource=function(t){this.sources.push(t)},e.isControlKey=function(t){return t===u.KEY_DOWN||t===u.KEY_UP||t===u.KEY_ENTER||t===u.KEY_TAB},e.prototype.onKeyDown=function(t){var n,i;return(0,o.mG)(this,void 0,Promise,(function(){var r,a,c,l;return(0,o.Jh)(this,(function(o){switch(o.label){case 0:return t.key===u.KEY_ESC?(this.popup.isOpened&&this.popup.close(),[2]):(r=this.j.s,!e.isControlKey(t.key)&&r.isInsideArea&&r.isCollapsed?(a=(null===(n=this.j.s.sel)||void 0===n?void 0:n.rangeCount)?null===(i=this.j.s.sel)||void 0===i?void 0:i.getRangeAt(0):null,(c=a&&(0,f.Y)(a).split(" ").pop())&&(0,s.trim)(c).length?[4,this.onAutoComplete(c)]:[3,2]):[2]);case 1:if((l=o.sent()).length)return[2,this.openPopup(l)];o.label=2;case 2:return this.popup.isOpened&&this.popup.close(),[2]}}))}))},e.prototype.onKeyControlDown=function(t){if(this.popup.isOpened&&e.isControlKey(t.key)){switch(t.key){case u.KEY_DOWN:this.list.selectNext();break;case u.KEY_UP:this.list.selectPrevious();break;case u.KEY_TAB:this.list.select()}return this.j.e.stopPropagation(t.type),!1}},e.prototype.onEnter=function(){if(this.popup.isOpened)return this.list.select(),!1},e.prototype.onAutoComplete=function(t){return(0,o.mG)(this,void 0,Promise,(function(){var e,n=this;return(0,o.Jh)(this,(function(i){switch(i.label){case 0:return e=[],[4,Promise.all(this.sources.concat(this.j.o.autocomplete.sources).map((function(i){return(0,o.mG)(n,void 0,void 0,(function(){var n,r,a,s;return(0,o.Jh)(this,(function(c){switch(c.label){case 0:return r=(n=e.push).apply,a=[e],s=[[]],[4,this.resolveFeed(t,i)];case 1:return r.apply(n,a.concat([o.ev.apply(void 0,s.concat([o.CR.apply(void 0,[c.sent()]),!1]))])),[2]}}))}))})))];case 1:return i.sent(),[2,e]}}))}))},e.prototype.resolveFeed=function(t,e,n){return(0,o.mG)(this,void 0,Promise,(function(){var i,r,a,c,l,u;return(0,o.Jh)(this,(function(d){switch(d.label){case 0:return(0,s.isPromise)(e)?[4,e]:[3,2];case 1:e=d.sent(),d.label=2;case 2:return(0,s.isFunction)(e)?[4,e(t)]:[3,4];case 3:return i=d.sent(),[3,7];case 4:return(0,s.isArray)(e)?(r=this.j.o.autocomplete.isMatchedQuery,i=e.filter((function(e){return(0,s.isString)(e)?r(t,e):r(t,e.value)})).map((function(t){return(0,s.isString)(t)?{title:t,value:t}:t})),[3,7]):[3,5];case 5:return[4,this.resolveFeed(t,e.feed,e)];case 6:i=d.sent(),d.label=7;case 7:return i&&(0,s.isArray)(i)?(a=(u=this.j.o.autocomplete).itemRenderer,c=u.insertValueRenderer,l=u.maxItems,i=i.map((function(t){var e,i;return(0,o.pi)({itemRenderer:null!==(e=null==n?void 0:n.itemRenderer)&&void 0!==e?e:a,insertValueRenderer:null!==(i=null==n?void 0:n.insertValueRenderer)&&void 0!==i?i:c},t)})),[2,i.slice(0,l)]):[2,[]]}}))}))},e.prototype.openPopup=function(t){var e=this;this.list.build(t),this.popup.open((function(){var t=e.j,n=t.s.range.getBoundingClientRect(),o={left:n.left,top:n.top,height:n.height,width:n.width};if(t.o.iframe&&t.iframe){var i=(0,s.position)(t.iframe,t);o.top+=i.top,o.left+=i.left}return o}))},e.prototype.beforeDestruct=function(t){t.e.off(this.list).off("keydown.autocomplete",this.onKeyDown).off("autocomplete.autocomplete",this.onAutoComplete).off(".autocomplete"),this.list.destruct(),this.popup.destruct()},e.requires=["enter","license"],(0,o.gn)([a.autobind],e.prototype,"registerAutocompleteSource",null),(0,o.gn)([(0,a.debounce)()],e.prototype,"onKeyDown",null),(0,o.gn)([a.autobind],e.prototype,"onKeyControlDown",null),(0,o.gn)([a.autobind],e.prototype,"onEnter",null),(0,o.gn)([a.autobind],e.prototype,"onAutoComplete",null),(0,o.gn)([a.autobind],e.prototype,"resolveFeed",null),e}(i.S);p.y.plugins.add("autocomplete",h)},47325:function(t,e,n){"use strict";n.d(e,{Y:function(){return i},p:function(){return r}});var o=n(44913);function i(t){var e,n,i,r,a=t.startContainer,s=t.startOffset;if(o.i.isText(a))return null!==(n=null===(e=a.nodeValue)||void 0===e?void 0:e.substr(0,s))&&void 0!==n?n:"";var c=a.childNodes[s];if(!c)return"";if(o.i.isText(c))return null!==(i=c.nodeValue)&&void 0!==i?i:"";var l=o.i.findNotEmptyNeighbor(c,!0,a);return o.i.isText(l)&&null!==(r=c.nodeValue)&&void 0!==r?r:""}function r(t,e){var n,i,r,a=t.startContainer,s=t.startOffset;if(o.i.isText(a)||o.i.isText(a=a.childNodes[s-1])&&(s=null!==(i=null===(n=a.nodeValue)||void 0===n?void 0:n.length)&&void 0!==i?i:0),o.i.isText(a)){var c=null!==(r=a.nodeValue)&&void 0!==r?r:"",l=c.substring(0,s),u=c.substring(s),d=l.split(" ");d[d.length-1]="";var p=d.join(" ");return a.nodeValue=p+u,t.setStart(a,p.length),void t.insertNode(e)}}},77325:function(t,e,n){"use strict";n.d(e,{F:function(){return s}});var o=n(97582),i=n(50526),r=n(75004),a=n(91381),s=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.elements=[],e.currentSelection=-1,e}return(0,o.ZT)(e,t),e.prototype.className=function(){return"Autocomplete"},e.prototype.onChangeSelection=function(t,e){var n;null!=e&&(null===(n=this.elements[e])||void 0===n||n.setMod("active",!1)),this.elements[this.currentSelection].setMod("active",!0),this.elements[this.currentSelection].container.scrollIntoView(!1)},e.prototype.build=function(t){var e=this;this.clear(),t.forEach((function(t,n){var o=new a.h(e.jodit,t);e.j.e.on(o.container,"mousedown touchstart",(function(t){t.preventDefault()})).on(o.container,"click",(function(){e.currentSelection=n,e.select()})),e.append(o)})),this.currentSelection=0,this.onChangeSelection()},e.prototype.selectNext=function(){this.currentSelection+1>this.elements.length-1?this.currentSelection=0:this.currentSelection+=1},e.prototype.selectPrevious=function(){0>this.currentSelection-1?this.currentSelection=this.elements.length-1:this.currentSelection-=1},e.prototype.select=function(){this.j.e.fire("select.autocomplete",this.elements[this.currentSelection].item)},(0,o.gn)([(0,i.watch)("currentSelection")],e.prototype,"onChangeSelection",null),(0,o.gn)([i.component],e)}(r.qe)},91381:function(t,e,n){"use strict";n.d(e,{h:function(){return a}});var o=n(97582),i=n(75004),r=n(95582),a=function(t){function e(e,n){var o,i=this;(i=t.call(this,e)||this).item=n;var a=i.container;if((0,r.isFunction)(n.itemRenderer)){var s=n.itemRenderer(n);(0,r.isString)(s)?a.innerHTML=s:a.appendChild(s)}else a.innerText=null!==(o=n.title)&&void 0!==o?o:n.value;return i}return(0,o.ZT)(e,t),e.prototype.className=function(){return"AutocompleteItem"},e}(i.u1)},32100:function(t,e,n){"use strict";var o=n(97582),i=(n(19775),n(7324)),r=n(1844),a=n(71298),s=n(75004),c=n(50526),l=n(88292),u=function(t){function e(){var e,n=this;return(n=t.apply(this,(0,o.ev)([],(0,o.CR)(arguments),!1))||this).hasStyle=!l.y.fatMode,n.buttons=[{name:"backup.restore",group:"history"}],n.__box=new a.j(n.j),n.__dialog=null,n.__storage=null!==(e=n.jodit.o.backup.remoteStore)&&void 0!==e?e:new r.W(n.jodit),n.timeout=0,n}return(0,o.ZT)(e,t),e.prototype.afterInit=function(t){var e=this;t.registerCommand("saveBackup",this.onSaveBackup).registerCommand("openBackupDialog",{exec:this.onOpenBackupDialog,hotkeys:t.o.backup.hotkeys});var n=function(){e.timeout=t.async.setTimeout((function(){e.onSaveBackup(),n()}),1e3*t.o.backup.interval)};n(),t.e.on(this.__box,"choose",this.onSelectItem).on(t.ow,"beforeunload.backup",(function(){e.onSaveBackup()}))},e.prototype.prepareDialog=function(){this.__dialog||(this.__dialog=this.j.dlg({minWidth:this.j.o.backup.dialogWidth,buttons:["fullsize","dialog.close"]}).setContent(this.__box.container)),this.__dialog.setHeader(this.jodit.i18n("Restore")),this.addButtonsToDialog()},e.prototype.onSaveBackup=function(){this.__storage.add({created:new Date,html:this.j.value})},e.prototype.onOpenBackupDialog=function(){return(0,o.mG)(this,void 0,Promise,(function(){var t,e;return(0,o.Jh)(this,(function(n){switch(n.label){case 0:return this.prepareDialog(),(t=this.__dialog)?(t.open().setModal(!0),[4,this.__storage.items()]):[2];case 1:return e=n.sent(),this.__box.build((0,o.ev)([{created:new Date,html:this.j.value}],(0,o.CR)(e),!1)),t.calcAutoSize(),t.setPosition(),[2]}}))}))},e.prototype.onSelectItem=function(t){var e;null===(e=this.__dialog)||void 0===e||e.close(),this.j.value=t.html,this.j.s.focus()},e.prototype.addButtonsToDialog=function(){var t,e=this,n=this.jodit,o=(0,s.zx)(n,{name:"ok",tabIndex:0,variant:"primary",text:"Ok"}),i=(0,s.zx)(n,{variant:"secondary",tabIndex:0,text:"Cancel"}),r=(0,s.zx)(n,{name:"clear",tabIndex:0,variant:"secondary",text:"Remove all"});o.onAction((function(){e.__box.chooseSelected()})),i.onAction((function(){var t;null===(t=e.__dialog)||void 0===t||t.close()})),r.onAction((function(){n.confirm("Are you sure?",void 0,(function(t){var n;t&&(e.__storage.clear(),null===(n=e.__dialog)||void 0===n||n.close())}))}));var a=new s.eC(n,[r,i,o]);a.container.style.margin="0",a.container.style.justifyContent="flex-end",a.container.style.width="100%",null===(t=this.__dialog)||void 0===t||t.setFooter(a)},e.prototype.beforeDestruct=function(){var t,e=this.j;e.async.clearTimeout(this.timeout),e.e.off(this.__box,"choose",this.onSelectItem).off(e.ow,"beforeunload.backup"),this.__box.destruct(),null===(t=this.__dialog)||void 0===t||t.destruct()},e.requires=["license"],(0,o.gn)([c.autobind],e.prototype,"onSaveBackup",null),(0,o.gn)([c.autobind],e.prototype,"onOpenBackupDialog",null),(0,o.gn)([c.autobind],e.prototype,"onSelectItem",null),e}(i.S);l.y.plugins.add("backup",u)},19775:function(t,e,n){"use strict";var o=n(77628),i=n(10503),r=n(81160);o.D.prototype.backup={interval:30,limit:50,dialogWidth:700,hotkeys:["ctrl+shift+b","cmd+shift+b"]},o.D.prototype.controls.backup={store:{command:"saveBackup",text:"Save backup now"},restore:{tooltip:"Restore",list:["backup.store"],exec:function(t){t.execCommand("openBackupDialog")}}},i.J.set("restore",n(50722)),(0,r.xl)(n(10188))},10188:function(t,e,n){"use strict";n.r(e)},1844:function(t,e,n){"use strict";n.d(e,{W:function(){return i}});var o=n(97582),i=function(){function t(t){this.jodit=t,this.key="backup.default.storage"}return t.prototype.add=function(t){return(0,o.mG)(this,void 0,Promise,(function(){var e;return(0,o.Jh)(this,(function(n){return t.html.trim().length?((e=this.jodit.storage.get(this.key)||[]).find((function(e){return e.html===t.html}))||(e.unshift(t),e.length>this.jodit.o.backup.limit&&(e.length=this.jodit.o.backup.limit),this.jodit.storage.set(this.key,e)),[2,!1]):[2,!1]}))}))},t.prototype.items=function(){return Promise.resolve(this.jodit.storage.get(this.key)||[])},t.prototype.clear=function(){return this.jodit.storage.delete(this.key),Promise.resolve(!1)},t}()},71298:function(t,e,n){"use strict";n.d(e,{j:function(){return s}});var o=n(97582),i=n(50526),r=n(75004),a=n(75696),s=function(t){function e(e){var n=t.call(this,e)||this;return n.list=new a.A(n.j),n.preview=n.j.c.div(n.getFullElName("preview")),n.container.appendChild(n.list.container),n.container.appendChild(n.preview),n.list.container.classList.add(n.getFullElName("list")),e.e.on(n.list,"select",n.onSelectItem).on(n.list,"choose",n.onChooseItem),n}return(0,o.ZT)(e,t),e.prototype.className=function(){return"UIBackupBox"},e.prototype.build=function(t){this.preview.innerHTML="",this.list.build(t)},e.prototype.destruct=function(){return this.j.e.off(this.list,"select",this.onSelectItem),this.list.destruct(),t.prototype.destruct.call(this)},e.prototype.onSelectItem=function(t){this.latestSelected=t,this.preview.innerHTML=t.html||'<div class="'.concat(this.getFullElName("empty"),'">').concat(this.j.i18n("Empty"),"</div>")},e.prototype.onChooseItem=function(t){this.j.e.fire(this,"choose",t)},e.prototype.chooseSelected=function(){this.onChooseItem(this.latestSelected)},(0,o.gn)([i.autobind],e.prototype,"onSelectItem",null),(0,o.gn)([i.autobind],e.prototype,"onChooseItem",null),(0,o.gn)([i.component],e)}(r.u1)},64741:function(t,e,n){"use strict";n.d(e,{O:function(){return a}});var o=n(97582),i=n(75004),r=n(95582),a=function(t){function e(e,n){var o=t.call(this,e)||this;return o.data=n,o.container.innerHTML=o.formatDate(n.created),(0,r.attr)(o.container,"tabIndex",0),o}return(0,o.ZT)(e,t),e.prototype.className=function(){return"UIBackupItem"},e.prototype.formatDate=function(t){var e=new Date,n=(0,r.isString)(t)?new Date(t):t,o=(e.getTime()-n.getTime())/1e3;return(0,r.isFunction)(this.j.o.backup.formatDate)?this.j.o.backup.formatDate(n):.2>o?this.j.i18n("Current"):60>o?this.j.i18n("Less minute"):o>3600?o>86400?"".concat(n.toDateString()," ").concat(n.toLocaleTimeString()):this.j.i18n("%s hours ago",Math.floor(o/3600)):this.j.i18n("%s minutes ago",Math.floor(o/60))},e.prototype.focus=function(){this.container.focus()},e}(i.u1)},75696:function(t,e,n){"use strict";n.d(e,{A:function(){return l}});var o=n(97582),i=n(75004),r=n(50526),a=n(64741),s=n(11612),c=n(95582),l=function(t){function e(e){var n=t.call(this,e)||this;return n.elements=[],n.currentSelection=-1,e.e.on(n.container,"keydown",(function(t){switch(t.key){case s.KEY_ENTER:t.preventDefault(),t.stopPropagation(),n.onChoose(n.currentSelection);break;case s.KEY_DOWN:n.selectNext();break;case s.KEY_UP:n.selectPrevious()}})),n}return(0,o.ZT)(e,t),e.prototype.className=function(){return"UIBackupList"},e.prototype.createContainer=function(e){var n=t.prototype.createContainer.call(this,e);return(0,c.attr)(n,"tabIndex","-1"),n},e.prototype.build=function(t){var e=this;this.clear(),t.forEach((function(t,n){var o=new a.O(e.jodit,t);e.append(o),e.j.e.on(o.container,"focus",(function(){return e.onSelect(n)})).on(o.container,"click",(function(){return e.onSelect(n)})).on(o.container,"dblclick",(function(){return e.onChoose(n)}))})),this.currentSelection=0,this.onChangeCurrentSelection(void 0,-1,0)},e.prototype.onChangeCurrentSelection=function(t,e,n){var o,i,r;null===(o=this.elements[e])||void 0===o||o.setMod("active",!1),null===(i=this.elements[n])||void 0===i||i.setMod("active",!0),null===(r=this.elements[n])||void 0===r||r.focus(),this.j.e.fire(this,"select",this.elements[n].data)},e.prototype.onSelect=function(t){this.currentSelection=t},e.prototype.onChoose=function(t){this.j.e.fire(this,"choose",this.elements[null!=t?t:this.currentSelection].data)},e.prototype.selectNext=function(){this.currentSelection+1>this.elements.length-1?this.currentSelection=0:this.currentSelection+=1},e.prototype.selectPrevious=function(){0>this.currentSelection-1?this.currentSelection=this.elements.length-1:this.currentSelection-=1},(0,o.gn)([(0,r.watch)("currentSelection")],e.prototype,"onChangeCurrentSelection",null),(0,o.gn)([r.autobind],e.prototype,"onSelect",null),(0,o.gn)([r.autobind],e.prototype,"onChoose",null),(0,o.gn)([r.component],e)}(i.qe)},64122:function(t,e,n){"use strict";var o=n(97582),i=n(7324),r=n(88292),a=n(50526),s=n(1875),c=n(44913),l=n(29788),u=n(7216),d=(n(76155),n(66629)),p=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.hasStyle=!r.y.fatMode,e.buttons=[{group:"form",name:"buttonGenerator"}],e}return(0,o.ZT)(e,t),e.prototype.afterInit=function(t){var e=this;t.e.on("toggleButtonGenerator",this.toggleButtonGenerator).on("isButtonGeneratorOpened",(function(){var t;return null===(t=e.__dialog)||void 0===t?void 0:t.isOpened}))},e.prototype.toggleButtonGenerator=function(t){var e=this;this.__dialog||(this.__dialog=new s.V({language:this.j.o.language,theme:this.j.o.theme}),this.__ui=new u.t(this.__dialog),this.__dialog.setHeader("Button Generator").setContent(this.__ui).setSize(730,700)),t&&!c.i.isTag(t,new Set(["button","a"]))&&(t=void 0);var n=this.__ui,o=this.__dialog;o.isOpened?o.close():(t&&d.L.extractStyle(n.state,t),n.target=t,n.update(),o.setFooter([(0,l.zx)(o,"cancel","Cancel","default").onAction((function(){return o.close()})),(0,l.zx)(o,"ok",t?"Update":"Insert","primary").onAction((function(){t||(t=e.j.createInside.element(n.state.href?"a":"button"),e.j.s.insertNode(t,!0,!1)),d.L.applyStyle(n.state,t),t.className=n.state.className||"",e.jodit.e.fire("synchro"),o.close()}))]).open())},e.prototype.onDblClick=function(t){c.i.isTag(t.target,"button")&&this.toggleButtonGenerator(t.target)},e.prototype.beforeDestruct=function(t){var e;null===(e=this.__dialog)||void 0===e||e.destruct()},e.requires=["license","color-picker"],(0,o.gn)([a.autobind],e.prototype,"toggleButtonGenerator",null),(0,o.gn)([(0,a.watch)(":dblclick")],e.prototype,"onDblClick",null),e}(i.S);r.y.plugins.add("button-generator",p)},76155:function(t,e,n){"use strict";var o=n(77628),i=n(71350);o.D.prototype.controls.buttonGenerator={tooltip:"Button generator",icon:n(3334),isActive:function(t){return Boolean(t.e.fire("isButtonGeneratorOpened"))},exec:function(t,e){t.e.fire("toggleButtonGenerator",e)}},o.D.prototype.popup.button=["buttonGenerator"],(0,i.kJ)(o.D.prototype.popup.a)&&o.D.prototype.popup.a.push("buttonGenerator")},66629:function(t,e,n){"use strict";n.d(e,{L:function(){return c}});var o=n(97582),i=n(75004),r=n(95582),a=n(50526),s=n(71350),c=function(t){function e(e,n){var o=t.call(this,e)||this;return o.style=n,o}var n;return(0,o.ZT)(e,t),n=e,e.prototype.className=function(){return"UIGButton"},e.prototype.updateStyles=function(){var t=this.style,e=this.getElm("button");this.getElm("wrapper").style.backgroundColor=t.previewBgColor,n.applyStyle(t,e)},e.applyStyle=function(t,e){var n=function(t){return(0,s.HD)(t)?t:t+"px"};e.innerText=t.text||"css",e.setAttribute("href",t.href),(0,r.css)(e,{background:t.solid?null:"linear-gradient(to bottom, ".concat(t.bgStart," 5%, ").concat(t.bgEnd," 100%)"),backgroundColor:t.bgStart,borderRadius:n(t.borderRadius),border:"".concat(n(t.borderSize)," solid ").concat(t.borderColor),display:"inline-block",cursor:"pointer",color:t.fontColor,fontFamily:t.fontFamily,fontSize:n(t.fontSize),fontWeight:t.fontWeight?"bold":null,fontStyle:t.fontItalic?"italic":null,padding:"".concat(n(t.paddingY)," ").concat(n(t.paddingX)),textDecoration:"none"}),(0,r.css)(e,{textShadow:t.textShadow?[t.textShadowOffsetX,t.textShadowOffsetY,t.textShadowBlurRadius,t.textShadowColor].map(n).join(" "):null}),(0,r.css)(e,{boxShadow:t.boxShadow?[t.boxShadowInset?"inset":"",t.boxShadowOffsetX,t.boxShadowOffsetY,t.boxShadowBlurRadius,t.boxShadowSpreadRadius,t.boxShadowColor].map(n).join(" "):null})},e.prototype.update=function(){this.updateStyles()},e.prototype.render=function(){return"<div>\n\t\t\t<div class='&__wrapper'>\n\t\t\t\t<button class='&__button'>css</button>\n\t\t\t</div>\n\t\t</div>"},e.extractStyle=function(t,e){var n,i,r,a,s=(null===(n=e.ownerDocument.defaultView)||void 0===n?void 0:n.getComputedStyle(e))||{},c=function(t,e,n,o){var i,r=s[n];return!r||["none","inherit","initial","unset"].includes(r)?((i={})[n]=!1,i):(r.replace(/,\s/g,",").split(/\s+/).forEach((function(n){if(/[0-9.]+(px|pt|em|%)/.test(n)){var i=t.shift();i&&(e[i]=n)}else"inset"===n?e.boxShadowInset=!0:e[o]=n})),e[n]=!0,e)};Object.assign(t,(0,o.pi)((0,o.pi)((0,o.pi)((0,o.pi)((0,o.pi)({text:e.innerText,className:e.className,href:e.getAttribute("href")||""},function(){var t,e,n={solid:!0,bgStart:null!==(t=s.backgroundColor)&&void 0!==t?t:"#44c767",bgEnd:null!==(e=s.backgroundColor)&&void 0!==e?e:"#44c767"},o=s.backgroundImage;if(o&&/linear-gradient/.test(o)){var i=/linear-gradient\((.+)\s+[0-9]+%,\s+(.+)\s+[0-9]+%\)/.exec(o);i&&(n.solid=!1,n.bgStart=i[1]||n.bgStart,n.bgEnd=i[2]||"#5cbf2a")}return n}()),{borderColor:null!==(i=null==s?void 0:s.borderColor)&&void 0!==i?i:"#18ab29",borderRadius:null!==(r=null==s?void 0:s.borderRadius)&&void 0!==r?r:0,borderSize:null!==(a=null==s?void 0:s.borderWidth)&&void 0!==a?a:1}),c(["boxShadowOffsetX","boxShadowOffsetY","boxShadowBlurRadius","boxShadowSpreadRadius"],{boxShadowBlurRadius:0,boxShadowColor:"#3dc21b",boxShadowInset:!1,boxShadowOffsetX:0,boxShadowOffsetY:0,boxShadowSpreadRadius:0},"boxShadow","boxShadowColor")),{fontColor:s.color,fontFamily:s.fontFamily,fontSize:s.fontSize,fontWeight:"bold"===s.fontWeight,fontItalic:"italic"===s.fontStyle,paddingX:s.paddingLeft,paddingY:s.paddingTop}),c(["textShadowOffsetX","textShadowOffsetY","textShadowBlurRadius"],{textShadowBlurRadius:0,textShadowColor:"#2f6627",textShadowOffsetX:0,textShadowOffsetY:1},"textShadow","textShadowColor")))},(0,o.gn)([(0,a.watch)("style")],e.prototype,"updateStyles",null),n=(0,o.gn)([a.component],e)}(i.u1)},53231:function(t,e,n){"use strict";n.d(e,{h:function(){return c}});var o=n(97582),i=n(75004),r=n(84621),a=n(44913),s=n(48163),c=(n(52378),function(t){function e(e,n,o){var c=t.call(this,e)||this;c.state=n,c.updateState=o,c.onUpdates=[];var l=function(t,e){return function(){var n=c.state[e.name];/px/.test(n.toString())&&(n=n.toString().replace(/px/,"")),n.toString()!==t.value&&(t.value=n)}};return(0,r.q)(c.container.querySelectorAll("input,select")).forEach((function(t){if(a.i.isTag(t,"select")){var e=new i.Cj(c.j,{options:(0,r.q)(t.options).map((function(t){return{text:t.innerText,value:t.value}})),onChange:function(e){c.updateState(t.name,e)}});return a.i.replace(t,e.container,c.j.create,!1,!0),void c.onUpdates.push(l(e,t))}if(a.i.isTag(t,"input"))switch(t.type){case"range":return e=new s.W(c.j,{label:t.placeholder,name:t.name,min:parseInt(t.min,0)||0,max:parseInt(t.max,0)||100,onChange:function(e){c.updateState(t.name,parseInt(e,10))}}),a.i.replace(t,e.container,c.j.create),void c.onUpdates.push(l(e,t));case"text":return e=new i.u3(c.j,{placeholder:t.placeholder,name:t.name,onChange:function(e){c.updateState(t.name,e)}}),a.i.replace(t,e.container,c.j.create),void c.onUpdates.push(l(e,t));case"checkbox":return t.onchange=function(){return c.updateState(t.name,t.checked)},void c.onUpdates.push((function(){t.checked=c.state[t.name]}))}})),c.update(),c}return(0,o.ZT)(e,t),e.prototype.className=function(){return"UIFormButtonGenerator"},e.prototype.update=function(){this.onUpdates.forEach((function(t){return t()}));var t=this.getElm("box-shadow"),e=this.getElm("text-shadow");t.style.display=this.state.boxShadow?"":"none",e.style.display=this.state.textShadow?"":"none"},e.prototype.render=function(){return"<div>\n\t\t\t<div class='&__group &__text'>\n\t\t\t\t<div class='&__title'>Text</div>\n\t\t\t\t<div class='&__row'>\n\t\t\t\t\t<div class='&__col'>\n\t\t\t\t\t\t<input type='text' name='text'/>\n\t\t\t\t\t\t<input type='text' name='className' placeholder='~Class name~'/>\n\t\t\t\t\t\t<input type='text' name='href' placeholder='~URL~'/>\n\t\t\t\t\t\t<select name='fontFamily'>\n \t\t\t\t\t\t\t<option value='Arial'>Arial</option>\n \t\t\t\t\t\t\t<option value='Courier New'>Courier New</option>\n \t\t\t\t\t\t\t<option value='Georgia'>Georgia</option>\n \t\t\t\t\t\t\t<option value='Impact'>Impact</option>\n \t\t\t\t\t\t\t<option value='Times New Roman'>Times New Roman</option>\n \t\t\t\t\t\t\t<option value='Trebuchet MS'>Trebuchet MS</option>\n \t\t\t\t\t\t\t<option value='Verdana'>Verdana</option>\n\t\t\t\t\t\t</select>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div class='&__col'>\n\t\t\t\t\t\t<input type='range' min='8' max='28' name='fontSize' placeholder='~Font Size~'/>\n\t\t\t\t\t\t<div class='&__checkboxes'>\n\t\t\t\t\t\t\t<label>\n\t\t\t\t\t\t\t\t<input type='checkbox' name='fontWeight'/> bold\n\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t<label>\n\t\t\t\t\t\t\t\t<input type='checkbox' name='fontItalic'/> italic\n\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t<div class='&__group &__sizes'>\n\t\t\t\t<div class='&__title'>~Size~</div>\n\t\t\t\t<div class='&__row'>\n\t\t\t\t\t<div class='&__col'>\n\t\t\t\t\t\t<input type='range' name='paddingX' min='0' max='32' placeholder='~Vertical size~'/>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div class='&__col'>\n\t\t\t\t\t\t<input type='range' name='paddingY' min='0' max='76' placeholder='~Horizontal size~'/>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t<div class='&__group &__borders'>\n\t\t\t\t<div class='&__title'>~Border~</div>\n\t\t\t\t<div class='&__row'>\n\t\t\t\t\t<div class='&__col'>\n\t\t\t\t\t\t<input type='range' name='borderRadius' min='0' max='42' placeholder='~Border Radius~'/>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div class='&__col'>\n\t\t\t\t\t\t<input type='range' name='borderSize' min='0' max='12' placeholder='~Border Size~'/>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t<div class='&__group'>\n\t\t\t\t<div class='&__title'>~Box Shadow~ <input type='checkbox' name='boxShadow'/></div>\n\t\t\t\t<div class='&__row &__box-shadow'>\n\t\t\t\t\t<div class='&__col'>\n\t\t\t\t\t\t<input type='range' name='boxShadowOffsetX' min='-50' max='50' placeholder='~Vertical Position~'/>\n\t\t\t\t\t\t<input type='range' name='boxShadowBlurRadius' min='0' max='50' placeholder='~Blur Radius~'/>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div class='&__col'>\n\t\t\t\t\t\t<input type='range' name='boxShadowOffsetY' min='-50' max='50' placeholder='~Horizontal Position~'/>\n\t\t\t\t\t\t<input type='range' name='boxShadowSpreadRadius' min='-50' max='50' placeholder='~Spread Radius~'/>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t<div class='&__group'>\n\t\t\t\t<div class='&__title'>~Text Shadow~ <input type='checkbox' name='textShadow'/></div>\n\t\t\t\t<div class='&__row &__text-shadow'>\n\t\t\t\t\t<div class='&__col'>\n\t\t\t\t\t\t<input type='range' name='textShadowOffsetX' min='-50' max='50' placeholder='~Vertical Position~'/>\n\t\t\t\t\t\t<input type='range' name='textShadowBlurRadius' min='0' max='50' placeholder='~Blur Radius~'/>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div class='&__col'>\n\t\t\t\t\t\t<input type='range' name='textShadowOffsetY' min='-50' max='50' placeholder='~Horizontal Position~'/>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>"},e}(i.u1))},7216:function(t,e,n){"use strict";n.d(e,{t:function(){return u}});var o=n(97582),i=n(75004),r=n(50526),a=n(73314),s=n(66629),c=n(53231),l=(n(95582),n(93050)),u=function(t){function e(e){var n=t.call(this,e)||this;return n.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},n.preview=new a.o(n.j,n.state,n.updateState),n.form=new c.h(n.j,n.state,n.updateState),n.generateLibrary(),n.getElm("preview").appendChild(n.preview.container),n.getElm("form").appendChild(n.form.container),n}var n;return(0,o.ZT)(e,t),n=e,e.prototype.className=function(){return"UIButtonGenerator"},e.prototype.render=function(){return"<div>\n\t\t\t<div class='&__generator'>\n\t\t\t\t<div class='&__preview'></div>\n\t\t\t\t<div class='&__form'></div>\n\t\t\t</div>\n\t\t\t<div class='&__library'></div>\n\t\t</div>"},e.prototype.generateLibrary=function(){var t=this,e=new i.qe(this.j);l.map(n.mapKey).forEach((function(n){var o=new s.L(t.j,n);o.setMod("mode","library"),e.append(o),t.j.e.on(o.container,"click",(function(){var e=t.state.text;Object.assign(t.state,n),Object.assign(t.state,{className:"",text:e}),t.update()}))})),this.getElm("library").appendChild(e.container)},e.mapKey=function(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}},e.prototype.updateState=function(t,e){this.state[t]=e,this.update()},e.prototype.update=function(){this.isReady&&(this.form.update(),this.preview.update())},(0,o.gn)([r.autobind],e.prototype,"updateState",null),n=(0,o.gn)([r.component],e)}(i.u1)},73314:function(t,e,n){"use strict";n.d(e,{o:function(){return c}});var o=n(97582),i=n(75004),r=n(66629),a=n(50526),s=n(39445),c=(n(95582),function(t){function e(e,n,o){var i=t.call(this,e)||this;i.state=n,i.updateState=o,i.button=new r.L(i.j,i.state),i.lockUpdate=!1,i.colors=["bgStart","bgEnd","fontColor","borderColor","boxShadowColor","textShadowColor","previewBgColor"].map((function(t){return new s.T(i.j,{name:t,onChange:function(e){i.lockUpdate||("bgEnd"===t&&e!==i.state.bgStart&&i.updateState("solid",!1),i.updateState(t,e))}}).setMod("slim",!0)})),i.setMod("mode","default"),i.getElm("button").appendChild(i.button.container);var a=i.getElm("colors");return i.colors.forEach((function(t){a.appendChild(t.container)})),i.update(),i}return(0,o.ZT)(e,t),e.prototype.className=function(){return"UIPreviewButtonGenerator"},e.prototype.render=function(){return"<div>\n\t\t\t<div class='&__button'></div>\n\t\t\t<div class='&__colors'></div>\n\t\t</div>"},e.prototype.update=function(){var t=this;this.button.update(),this.lockUpdate=!0,this.colors.forEach((function(e){e.value!==t.state[e.state.name]&&(e.value=t.state[e.state.name])})),this.lockUpdate=!1},(0,o.gn)([a.component],e)}(i.u1))},66723:function(t,e,n){"use strict";var o=n(97582),i=(n(11705),n(7324)),r=n(44913),a=n(92787),s=n(88292),c=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.buttons=[{name:"changeCase",group:"font-style"}],e}return(0,o.ZT)(e,t),e.prototype.afterInit=function(t){var e=this;t.registerCommand("changeCase",{exec:function(n,o,i){i=i.toLowerCase();var a=t.s.range,s=a.startContainer,c=a.startOffset;if(t.s.isCollapsed()){var l=t.s.current(!0);l&&l.parentElement&&e.applyCase(i,l.parentElement),a.setStart(s,c),t.s.selectRange(a)}else{var u=a.cloneRange(),d=a.cloneRange(),p=t.createInside.fake(),f=t.createInside.fake();u.collapse(!0),d.collapse(!1),u.insertNode(p),d.insertNode(f),r.i.between(p,f,(function(t){e.applyCase(i,t)})),a.setStartAfter(p),a.setEndBefore(f),t.s.selectRange(a),r.i.safeRemove(p),r.i.safeRemove(f)}}})},e.prototype.applyCase=function(t,e){var n=this;if(r.i.isText(e)){var o=e.nodeValue;o&&(e.nodeValue=function(e){switch(t){case"lowercase":return e.toLowerCase();case"uppercase":return e.toUpperCase();default:return e.split(" ").map(a.P).join(" ")}}(o))}else r.i.each(e,(function(e){n.applyCase(t,e)}))},e.prototype.beforeDestruct=function(t){},e.requires=["license"],e}(i.S);s.y.plugins.add("change-case",c)},11705:function(t,e,n){"use strict";var o=n(77628),i=n(95582);o.D.prototype.controls.changeCase={tooltip:"Change case",icon:n(39438),list:["lowercase","UPPERCASE","Title Case"],isDisabled:function(t){return!t.s.current()},exec:function(t,e,n){var o=n.control,r=o.command+"Selected",a=o.args&&o.args[0]||(0,i.dataBind)(t,r);if(!a||!o.command)return!1;(0,i.dataBind)(t,r,a),t.execCommand(o.command,null,a)},command:"changeCase"}},24727:function(t,e,n){"use strict";var o=n(97582),i=n(7324),r=n(44913),a=n(39445),s=n(50526),c=n(88292),l=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.hasStyle=!c.y.fatMode,e}return(0,o.ZT)(e,t),e.prototype.afterInit=function(t){t.e.on("afterGenerateColorPicker",this.onAfterGenerateColorPicker)},e.prototype.onAfterGenerateColorPicker=function(t,e,n,o){r.i.detach(e);var i=new a.T(this.j,{value:o||"#000",onChange:n});e.appendChild(i.container)},e.prototype.beforeDestruct=function(t){t.e.off("afterGenerateColorPicker",this.onAfterGenerateColorPicker)},e.requires=["license"],(0,o.gn)([s.autobind],e.prototype,"onAfterGenerateColorPicker",null),e}(i.S);c.y.plugins.add("color-picker",l)},39445:function(t,e,n){"use strict";n.d(e,{T:function(){return u}});var o=n(97582),i=n(75004),r=n(50526),a=n(95582),s=n(28803),c=n(8079),l=n(11612),u=function(t){function e(e,n){var o=t.call(this,e,n)||this,r=new i.GI(e);o.popup=r,o.trigger=(0,i.zx)(o.j,"ok"),o.getElm("wrapper").appendChild(o.trigger.container),o.trigger.container.classList.add(o.getFullElName("trigger")),o.trigger.onAction((function(){var t,e;null===(e=(t=o.state).onChange)||void 0===e||e.call(t,o.value),r.close()})),r.setMod("padding",!1).setMod("max-height",!1);var l=o.j.create.div(o.getFullElName("picker")),u=s.createPicker(l,{paletteEditable:!0,showAlpha:!0,palette:"PALETTE_MATERIAL_CHROME"}).on("change",(function(t,e){o.isFocused||(o.value=s.parseColor(e||"","hex"))}));return o.j.e.on(o,"change",(function(){s.parseColor(o.value,"hex")!==u.color&&(u.color=o.value)})),r.setContent(l),o.j.e.on(o.nativeInput,"click",(function(){r.parentElement=o,o.jodit instanceof c.Dialog&&r.setZIndex(o.jodit.getZIndex()+1),r.open((function(){return(0,a.position)(o.container)}))})),o.onChangeValue(),o.onChangeSelfValue(),o}return(0,o.ZT)(e,t),e.prototype.className=function(){return"ColorInput"},e.prototype.afterSetMode=function(t,e){"slim"===t&&e&&this.nativeInput.setAttribute("readonly","true")},e.prototype.onChangeSelfValue=function(){this.nativeInput.style.backgroundColor=this.value},e.prototype.onEscKeyDown=function(t){var e;t.key===l.KEY_ESC&&(null===(e=this.popup)||void 0===e||e.close())},(0,o.gn)([(0,r.watch)(":change")],e.prototype,"onChangeSelfValue",null),(0,o.gn)([(0,r.watch)("nativeInput:keydown")],e.prototype,"onEscKeyDown",null),(0,o.gn)([r.component],e)}(i.u3)},94230:function(t,e,n){"use strict";var o=n(77628),i=n(66482);o.D.prototype.emoji={data:function(){return n(23106)},enableAutoComplete:!0,recentCountLimit:10},o.D.prototype.controls.emoji={tooltip:"Insert Emoji",icon:n(8143),popup:function(t,e,n,o){t.s.save();var r=i.d.getInstance(t,(function(e){t.s.restore(),t.s.insertNode(t.createInside.text(e),!0),o()}));return t.e.one("beforePopupClose",(function(){t.s.restore()})),r.container}}},43653:function(t,e,n){"use strict";var o=n(97582),i=n(7324),r=n(66482),a=n(95582),s=n(50526),c=n(88292),l=(n(94230),function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.hasStyle=!c.y.fatMode,e.buttons=[{name:"emoji",group:"insert"}],e}return(0,o.ZT)(e,t),e.prototype.afterInit=function(t){return(0,o.mG)(this,void 0,Promise,(function(){var e;return(0,o.Jh)(this,(function(n){switch(n.label){case 0:return[4,t.o.emoji.data()];case 1:return e=n.sent(),t.isInDestruct||(this.data=(0,o.pi)((0,o.pi)({},e),{emoji:e.emoji.map(r.d.normalizeEmoji)}),t.o.emoji.enableAutoComplete&&t.e.fire("registerAutocompleteSource",this.onAutoComplete),t.async.requestIdleCallback((function(){r.d.getInstance(t,(function(){}))}))),[2]}}))}))},e.prototype.onAutoComplete=function(t){return t.length>2&&":"===t[0]&&(t=t.substr(1).toLowerCase(),(0,a.trim)(t).length)?this.data.emoji.filter((function(e){var n;return 0===(null===(n=e.description)||void 0===n?void 0:n.indexOf(t))})).sort((function(e,n){return e.description.indexOf(t)-n.description.indexOf(t)})).map((function(t){return{title:"".concat(t.emoji," ").concat(t.description),value:t.emoji}})):[]},e.prototype.beforeDestruct=function(t){},e.requires=["autocomplete","license"],(0,o.gn)([s.autobind],e.prototype,"onAutoComplete",null),e}(i.S));c.y.plugins.add("emoji",l)},66482:function(t,e,n){"use strict";n.d(e,{d:function(){return c}});var o=n(97582),i=n(75004),r=n(95582),a=n(50526),s=n(44913),c=function(t){function e(e,i){var r=t.call(this,e)||this;return r.onInsert=i,r.recent=[],r.map={},r.activeIndex=0,r.cache={},r.setMod("loading",!0),(0,o.mG)(r,void 0,Promise,(function(){var t,i=this;return(0,o.Jh)(this,(function(o){switch(o.label){case 0:return t=this,[4,e.o.emoji.data()];case 1:return t.data=o.sent(),this.setMod("loading",!1),this.data.emoji.forEach((function(t){var e=n.normalizeEmoji(t);i.map[e.emoji]=e})),this.setItems(this.defaultList),s.i.append(this.categories,this.generateCategoriesList(this.data.categories)),this.setActiveCategory(0),[2]}}))})),r}var n;return(0,o.ZT)(e,t),n=e,e.prototype.className=function(){return"Emoji"},Object.defineProperty(e.prototype,"defaultList",{get:function(){return this.recent.concat(this.data.emoji)},enumerable:!1,configurable:!0}),e.prototype.reset=function(){this.input.nativeInput.value="",this.setItems(this.defaultList),this.setActiveCategory(0)},e.prototype.setItems=function(t){this.list.scrollTo(0,0),s.i.detach(this.list),s.i.append(this.list,this.generateEmojiList(t,this.data.categories))},e.prototype.createContainer=function(t){var e=this.j.c.div("jodit-emoji");this.input=new i.u3(this.j,{name:"search",icon:"search",autocomplete:!1,clearButton:!0,placeholder:"Search emoji"}),this.input.container.classList.add(this.getFullElName("input")),this.categories=this.j.c.div(this.getFullElName("categories")),this.list=this.j.c.div(this.getFullElName("emojis"));var n=this.j.c.div(this.getFullElName("navigate"));return s.i.append(n,[this.categories,this.input.container]),s.i.append(e,[n,this.list]),e},e.getInstance=function(t,e){return this.__instance||(this.__instance=new n(t,e)),this.__instance.onInsert=e,this.__instance.data&&this.__instance.reset(),this.__instance},e.prototype.setActiveCategory=function(t,e){void 0===e&&(e=!1);var n=this.getElms("category"),o=n[this.activeIndex];n[t]||(t=n.length-1);var i=n[t],r=this.getFullElName("category","active",!0);o&&o.classList.remove(r),i&&i.classList.add(r),e&&this.getElms("category-title")[t].scrollIntoView(),this.activeIndex=t},e.prototype.generateCategoriesList=function(t){var e=this;return t.map((function(n,o){return e.j.c.div(e.getFullElName("category"),{"data-index":o,title:n,style:{width:100/t.length+"%"}})}))},e.prototype.generateEmojiList=function(t,e){var o=this,i="";return t.reduce((function(t,r,a){var s,c;if(r=n.normalizeEmoji(r),e[r.category]!==i){var l=null!==(s=o.cache[i=e[r.category]])&&void 0!==s?s:o.j.c.div(o.getFullElName("category-title"),i?o.j.i18n(i):"");o.cache[i]=l,t.push(l)}var u=null!==(c=o.cache[r.emoji+r.category])&&void 0!==c?c:o.j.c.div(o.getFullElName("emoji"),{"data-id":a,"data-value":r.emoji},r.emoji);return o.cache[r.emoji+r.category]=u,t.push(u),t}),[])},e.isShortCat=function(t){return t&&(0,r.isString)(t.e)},e.normalizeEmoji=function(t){return n.isShortCat(t)?{emoji:t.e,description:t.d,category:t.c,aliases:t.a,tags:t.t}:t},e.prototype.onInsertCode=function(t){this.onInsert(t);var e=this.map[t];if(e){var n=(0,o.ev)([],(0,o.CR)(this.recent),!1),i=n.findIndex((function(e){return e.emoji===t}));-1!==i&&n.splice(i,1),n.unshift((0,o.pi)((0,o.pi)({},e),{category:-1})),this.recent=n}},e.prototype.onScrollList=function(){var t=this,e=this.list.scrollTop,n=this.getElms("category-title"),o=0;n.forEach((function(n,i){e>n.offsetTop-t.list.offsetTop-20&&(o=i)})),this.setActiveCategory(o)},e.prototype.onClickCategory=function(t){this.clearFilter();var e=t.target;e.classList.contains(this.getFullElName("category"))&&this.setActiveCategory(parseInt((0,r.attr)(e,"-index")||"0",10)||0,!0)},e.prototype.onClickItem=function(t){var e=t.target;if(e.classList.contains(this.getFullElName("emoji"))){var n=(0,r.attr)(e,"-value")||"";n&&this.onInsertCode(n)}t.preventDefault()},e.prototype.onInputFilter=function(){var t=this.input.value.toLowerCase();if(!t.length)return this.setItems(this.defaultList);this.setItems(this.defaultList.filter((function(e){var o,i,r,a=n.normalizeEmoji(e);return(null===(o=a.description)||void 0===o?void 0:o.toLowerCase().includes(t))||(null===(i=a.tags)||void 0===i?void 0:i.join(" ").toLowerCase().includes(t))||(null===(r=a.aliases)||void 0===r?void 0:r.join(" ").toLowerCase().includes(t))})))},e.prototype.clearFilter=function(){this.input.nativeInput.value.length&&this.reset()},e.prototype.onReady=function(){this.j.e.on(this.input.nativeInput,"input",this.onInputFilter).on(this.categories,"click",this.onClickCategory).on(this.list,"scroll",this.onScrollList).on(this.list,"mousedown touchstart",this.onClickItem)},e.prototype.destruct=function(){return n.__instance=null,this.input.destruct(),t.prototype.destruct.call(this)},(0,o.gn)([a.persistent],e.prototype,"recent",void 0),(0,o.gn)([(0,a.throttle)()],e.prototype,"onScrollList",null),(0,o.gn)([a.autobind],e.prototype,"onClickCategory",null),(0,o.gn)([a.autobind],e.prototype,"onClickItem",null),(0,o.gn)([(0,a.debounce)()],e.prototype,"onInputFilter",null),(0,o.gn)([(0,a.hook)("ready")],e.prototype,"onReady",null),n=(0,o.gn)([a.component],e)}(i.u1)},54184:function(t,e,n){"use strict";var o=n(77628),i=n(8138);o.D.prototype.exportDocs={css:"",pdf:{allow:!0,options:{format:"A4",page_orientation:"portrait"}}},o.D.prototype.controls.exportDocs={tooltip:"Export",isDisabled:function(t){return i.i.isEmptyContent(t.editor)},icon:n(19494),list:{exportToPdf:"Export to PDF"},command:"exportToPDF"}},76329:function(t,e,n){"use strict";var o=n(97582),i=n(7324),r=n(23861),a=n(88292),s=(n(54184),n(36569)),c=n(8138),l=n(20837),u=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.buttons=[{name:"exportDocs",group:"media"}],e}return(0,o.ZT)(e,t),e.prototype.afterInit=function(t){var n=this;t.registerCommand("exportToPDF",(function(){return(0,o.mG)(n,void 0,void 0,(function(){var n,i,a,l,u,d;return(0,o.Jh)(this,(function(p){switch(p.label){case 0:n=(0,s.a)(t),i=new r.t((0,o.pi)((0,o.pi)({},null!==(d=t.o.exportDocs.ajax)&&void 0!==d?d:t.o.filebrowser.ajax),{method:"POST",responseType:"blob",onProgress:function(e){t.progressbar.show().progress(e)},data:{action:"generatePdf",html:"<style>".concat(n+t.o.exportDocs.css,"</style>").concat(e.getValue(t))}})),t.e.on("beforeDestruct",i.destruct),p.label=1;case 1:return p.trys.push([1,4,5,7]),[4,i.send()];case 2:return[4,p.sent().blob()];case 3:return a=p.sent(),(l=this.j.create.a()).href=URL.createObjectURL(a),l.download="document.pdf",l.click(),c.i.safeRemove(l),URL.revokeObjectURL(l.href),[3,7];case 4:return(u=p.sent()).message&&t.alert(u.message),[3,7];case 5:return t.progressbar.progress(100),[4,t.async.delay(200)];case 6:return p.sent(),t.progressbar.hide(),[7];case 7:return[2]}}))}))}))},e.getValue=function(t){return(0,o.CR)((0,l.$)(t),1)[0].innerHTML},e.prototype.beforeDestruct=function(){},e.requires=["license"],e}(i.S);a.y.plugins.add("exportDocs",u)},68813:function(t,e,n){"use strict";n.d(e,{X:function(){return S}});var o=n(97582),i=(n(68349),n(8079)),r=n(2932),a=n(96123),s=n(95582),c=n(50526),l=n(11612),u=n(83568),d=n(65669),p=n(92803),f=n(77628),h=n(22840),g=n(3028),m=n(46567),v=n(93469),y=n(9581),b=n(63052),w=n(70467),_=n(88292),k=n(19564),C=n(41424),x=n(48086),S=function(t){function e(e){var n=t.call(this,(0,s.ConfigProto)(Object.assign(e||{},{resizable:!0,draggable:!0,toolbarButtons:(null==e?void 0:e.toolbarButtons)||f.D.defaultOptions.filebrowser.buttons,buttons:_.y.atom(["filebrowser.settings","fullsize","dialog.close"])}),f.D.defaultOptions.filebrowser))||this;return n.dataProvider=(0,g.S)(n,n.options),n.state=(0,i.observable)({onSelectCallBack:null,theme:"default",showSideBar:!0,showFavorites:!0,showSettings:!1,showPreview:!1,withFolders:!0,foldersPosition:"bottom",info:"",metaInfo:null,currentPath:"",currentSource:"",currentBaseUrl:"",tree:[],activeElements:[],favorites:[],progress:0,lastSelectedIndex:0,elements:[],messages:[],sources:[],view:"tiles",tileSize:"default",sortBy:"name-asc",filterWord:"",onlyImages:!1}),n.persistent=new v.h(n,n.state),n.loadingManager=new x.l(n,n.state),n.stateManager=new u.O(n.state),n.historyManager=new y.E(n,n.state),n.contextMenuManager=new b.z(n),n.header=new d.C(n,n.options,n.stateManager),n.panel=new a.G(n,n.stateManager),n.files=n.panel,n.tree=n.panel,k.V.make(n),!n.persistent.theme&&n.options.theme&&(n.persistent.theme=n.options.theme),n.panel.append(n.progressbar),n.toolbar.setMod("mode","header"),n.setSize(Math.min(n.options.width,screen.width),Math.min(n.options.height,screen.height)).setHeader(n.header),n.onResizeWindow(),n.initUploader(),n.onChangeTheme(),n.fullFillOptions(),n.dataProvider.onProgress((function(t){0===t&&(t=30),n.state.progress=t})),n.e.on("beforeClose",n.removeGlobalListeners),n.e.fire("afterInit"),_.y.prototype.afterInitHook.call(n),n}return(0,o.ZT)(e,t),e.prototype.className=function(){return"FileBrowserPro"},e.prototype.lock=function(e){return void 0===e&&(e="any"),this.container.classList.add("jodit_disabled"),t.prototype.lock.call(this,e)},e.prototype.unlock=function(){return this.container.classList.remove("jodit_disabled"),t.prototype.unlock.call(this)},e.prototype.status=function(t,e){void 0===e&&(e=!(t instanceof Error)),(0,s.isAbort)(t)||(!l.IS_PROD&&(0,s.isString)(t),this.message.message((0,s.isString)(t)?t:t.message,e?"success":"error",this.options.howLongShowMsg))},Object.defineProperty(e.prototype,"progressbar",{get:function(){return new h.u(this,this.stateManager.state)},enumerable:!1,configurable:!0}),e.prototype.addDisclaimer=function(t){this.dialog.appendChild(t)},e.prototype.open=function(e,n){return void 0===e&&(e=this.o.defaultCallback),(0,o.mG)(this,void 0,Promise,(function(){return(0,o.Jh)(this,(function(o){return this.state.onlyImages=Boolean(n),this.prepareOpening(e),t.prototype.open.call(this,this.panel.container),[2,this.e.fire("update.filebrowser")]}))}))},e.prototype.onResizeWindow=function(){(0,s.css)(this.dialog,{maxWidth:screen.width,minHeight:Math.min(this.options.height,screen.height),minWidth:Math.min(this.options.width,screen.width)})},e.prototype.onChangePath=function(){var t,e=(t=this.state).currentPath,n=t.currentSource;this.uploader.setPath(e),this.uploader.setSource(n)},e.prototype.onChangeTheme=function(){this.setMod("theme",this.state.theme),this.header.setMod("theme",this.state.theme),this.panel.setMod("theme",this.state.theme),this.options.theme=this.state.theme},e.prototype.onToggleSettings=function(){this.state.showSettings=!this.state.showSettings},e.prototype.prepareOpening=function(t){var e=this;this.registerGlobalListeners(),t&&(this.state.onSelectCallBack=function(n){e.close(),t(n)}),this.persistent.syncWithState()},e.prototype.registerGlobalListeners=function(){this.e.on(this.ow,"keydown",this.onKeyPress)},e.prototype.onKeyPress=function(t){var e=this.od.activeElement;if(this.state.activeElements.length&&e&&i.Dom.isOrContains(this.panel.items.container,e)){var n=this.state.elements;switch(t.key){case l.KEY_ENTER:return this.onChooseItems();case l.KEY_DELETE:return this.onFileRemove();case l.KEY_RIGHT:case l.KEY_LEFT:case l.KEY_DOWN:case l.KEY_UP:var o=t.key===l.KEY_RIGHT||t.key===l.KEY_DOWN,r=this.state.lastSelectedIndex,a=void 0;if([l.KEY_RIGHT,l.KEY_LEFT].includes(t.key))a=o?n[r+1]?r+1:0:n[r-1]?r-1:n.length-1;else{var s=this.panel.countInRow;a=Math.round(((r+1)/s+(o?1:-1))*s-1)}return n[a]&&this.stateManager.addActive(n[a],t.shiftKey),!1}}},e.prototype.removeGlobalListeners=function(){this.e.off(this.ow,"keydown",this.onKeyPress)},e.prototype.onFileRemove=function(){var t=this;this.state.activeElements.length&&this.confirm("Are you sure?","Delete",(function(e){e&&t.__itemsRemove(t.state.activeElements)})).bindDestruct(this)},e.prototype.__itemsRemove=function(t){var e=this;if(!t.length)return Promise.resolve();var n=[];return t.forEach((function(t){var o;n.push("folder"===t.type?e.__folderRemove((0,w.C)(t.path),null!==(o=t.name)&&void 0!==o?o:"",t.sourceName):e.__removeFile(t.file||t.name||"",t.sourceName))})),this.state.activeElements.forEach((function(t){e.stateManager.isFavorite(t)&&e.stateManager.toggleFavorite(t)})),this.state.activeElements=[],Promise.allSettled(n).then((function(){return Promise.allSettled([e.loadingManager.loadItems(),e.loadingManager.loadFolders()])}))},e.prototype.__removeFile=function(t,e){var n=this;return this.dataProvider.fileRemove(this.state.currentPath,t,e).then((function(e){n.status(e||n.i18n('File "%s" was deleted',t),!0)})).catch(this.status)},e.prototype.__folderRemove=function(t,e,n){var o=this;return this.dataProvider.folderRemove(t,e,n).then((function(i){o.status(i||o.i18n('Folder "%s" was deleted',e),!0),o.state.currentPath===t&&(o.state.currentPath=(0,w.C)(t),o.state.currentSource=n)})).catch(this.status)},e.prototype.onFileEdit=function(){if(1===this.state.activeElements.length){var t=(0,o.CR)(this.state.activeElements,1)[0];p.r.call(this,t.fileURL,t.file||"",t.path,t.sourceName,void 0,this.status)}},e.prototype.onFolderRename=function(t){var e=this;this.prompt("Enter new name","Rename",(function(n){if(!(0,s.isValidName)(n)||n===t.name)return e.status(e.i18n("Enter new name")),!1;e.dataProvider.folderRename((0,w.C)(t.path),t.name,n,t.sourceName).then((function(o){e.state.activeElements=[],e.status(o,!0),e.state.currentPath=(0,w.C)(t.path)+"/"+n,e.state.currentSource=t.sourceName,e.historyManager.updateCurrent(),e.loadingManager.loadFolders()})).catch(e.status)}),this.i18n("type name"),t.name).bindDestruct(this)},e.prototype.onFolderRemove=function(t){var e=this;this.confirm("Are you sure?","Delete",(function(n){n&&e.__itemsRemove([{type:"folder",name:t.name,path:t.path,sourceName:t.sourceName}])})).bindDestruct(this)},e.prototype.onFolderCreate=function(t){var e=this;this.prompt("Enter Directory name","Create directory",(function(n){var o=t.path||"/";e.dataProvider.createFolder(n,t.path||"/",t.sourceName).then((function(){e.state.currentSource===t.sourceName&&e.state.currentPath===o?e.e.fire("update.filebrowser"):(e.state.currentSource=t.sourceName,e.state.currentPath=o),e.historyManager.updateCurrent()}),e.status)}),this.i18n("type name")).bindDestruct(this)},e.prototype.onFileRename=function(t){var e=this,n=t.file||t.name||"";1===this.state.activeElements.length&&n&&this.prompt("Enter new name","Rename",(function(t){if(!(0,s.isValidName)(t))return e.status(e.i18n("Enter new name")),!1;e.dataProvider.fileRename(e.state.currentPath,n,t,e.state.currentSource).then((function(t){e.state.activeElements=[],e.status(t,!0),e.loadingManager.loadItems()})).catch(e.status)}),this.i18n("type name"),n).bindDestruct(this)},e.prototype.onChooseItems=function(){var t=this.stateManager.state.activeElements;if(t.length){if("folder"===t[0].type)return this.state.currentPath=this.state.currentPath+"/"+t[0].name,this.state.currentSource=t[0].sourceName,void this.e.fire("afterOpenFolder.filebrowser");this.state.onSelectCallBack?this.stateManager.callSelectHandler():this.onOpenLightBox(t[0])}},e.prototype.onOpenLightBox=function(t){C.m.open(this,t,this.state.elements)},e.prototype.initUploader=function(){var t=this,e=this,n=(0,s.ConfigProto)(e.o.uploader||{},f.D.defaultOptions.uploader),o=function(){return t.loadingManager.loadItems()};e.uploader=e.getInstance("Uploader",n),e.uploader.bind(e.panel.container,o,e.status),e.e.on("bindUploader.filebrowser",(function(t){e.uploader.bind(t,o,e.status)}))},e.prototype.destruct=function(){this.removeGlobalListeners(),this.header.destruct(),this.panel.destruct(),t.prototype.destruct.call(this)},e.prototype.fullFillOptions=function(){var t=this;["getLocalFileByUrl","crop","resize","create","fileMove","folderMove","fileRename","folderRename","fileRemove","folderRemove","folder","items","permissions"].forEach((function(e){null!=t.options[e]&&(t.options[e]=(0,s.ConfigProto)(t.options[e],t.o.ajax))}))},(0,o.gn)([c.autobind],e.prototype,"status",null),(0,o.gn)([c.cache],e.prototype,"progressbar",null),(0,o.gn)([(0,c.watch)(":resize",{context:window})],e.prototype,"onResizeWindow",null),(0,o.gn)([(0,c.watch)(["state.currentPath","state.currentSource"])],e.prototype,"onChangePath",null),(0,o.gn)([(0,c.watch)("state.theme")],e.prototype,"onChangeTheme",null),(0,o.gn)([(0,c.watch)(":toggleSettings.filebrowser")],e.prototype,"onToggleSettings",null),(0,o.gn)([c.autobind],e.prototype,"onKeyPress",null),(0,o.gn)([c.autobind],e.prototype,"removeGlobalListeners",null),(0,o.gn)([(0,c.watch)(":fileRemove.filebrowser")],e.prototype,"onFileRemove",null),(0,o.gn)([(0,c.watch)(":edit.filebrowser")],e.prototype,"onFileEdit",null),(0,o.gn)([(0,c.watch)(":folderRename.filebrowser")],e.prototype,"onFolderRename",null),(0,o.gn)([(0,c.watch)(":folderRemove.filebrowser")],e.prototype,"onFolderRemove",null),(0,o.gn)([(0,c.watch)(":folderCreate.filebrowser")],e.prototype,"onFolderCreate",null),(0,o.gn)([(0,c.watch)(":fileRename.filebrowser")],e.prototype,"onFileRename",null),(0,o.gn)([(0,c.watch)(":select.filebrowser")],e.prototype,"onChooseItems",null),(0,o.gn)([(0,c.watch)(":openLightBox.filebrowser")],e.prototype,"onOpenLightBox",null),(0,o.gn)([c.component,(0,c.derive)(m.lf)],e)}(r.Vq);Object.defineProperty(_.y.modules,"FileBrowserPro",{value:S,writable:!1,enumerable:!0,configurable:!0})},99993:function(t,e,n){"use strict";var o=n(77628);(0,n(81160).xl)(n(57591));var i=o.D.prototype.controls.filebrowser;i.settings={icon:"settings",tooltip:"Settings",exec:function(t){var e;(null!==(e=t.parent)&&void 0!==e?e:t).e.fire("toggleSettings.filebrowser")}},i.home={icon:"home",tooltip:"Home",exec:function(t){t.e.fire("goHome.filebrowser")}},i.preview={icon:"eye",tooltip:"Preview",isDisabled:function(t){return 0===t.state.activeElements.length},exec:function(t){t.e.fire("togglePreview.filebrowser")}},i.next={icon:"angle-right",tooltip:"History next",isDisabled:function(t){return!t.historyManager.canNext()},exec:function(t){t.historyManager.next()}},i.previous={icon:"angle-left",tooltip:"History previous",isDisabled:function(t){return!t.historyManager.canPrevious()},exec:function(t){t.historyManager.previous()}},i["new-folder"]={icon:"new-folder",exec:function(t){t.e.fire("folderCreate.filebrowser",{path:t.state.currentPath,sourceName:t.state.currentSource})},tooltip:"New folder"},Object.assign(o.D.prototype.filebrowser,{buttons:["filebrowser.home","filebrowser.previous","filebrowser.next","|","filebrowser.upload","filebrowser.new-folder","filebrowser.remove","filebrowser.update","filebrowser.select","filebrowser.edit","|","filebrowser.preview","about"],sort:!1,pixelOffsetLoadNewChunk:300,width:800,height:400,previewOfficeURL:"https://view.officeapps.live.com/op/view.aspx?src="})},48531:function(t,e,n){"use strict";var o=n(97582),i=n(7324),r=n(68813),a=n(88292),s=(n(99993),function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.hasStyle=!a.y.fatMode,e}return(0,o.ZT)(e,t),e.prototype.afterInit=function(t){var e=this;t.e.on("getInstanceFileBrowser",(function(t){return e.__instance||(e.__instance=new r.X(t)),e.__instance}))},e.prototype.beforeDestruct=function(t){var e;t.e.off("getInstanceFileBrowser"),null===(e=this.__instance)||void 0===e||e.destruct()},e.requires=["license"],e}(i.S));a.y.plugins.add("finder",s)},63052:function(t,e,n){"use strict";n.d(e,{z:function(){return s}});var o=n(97582),i=n(3028),r=n(22562),a=n(50526),s=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return(0,o.ZT)(e,t),e.prototype.className=function(){return"ContextMenuManager"},e.prototype.onFolderContext=function(t,e){return this.buildContextItemMenu(this.getFolderContextActions(t),e),!1},e.prototype.onItemContext=function(t,e,n){return this.buildContextItemMenu(this.getItemContextActions(t),n),!1},e.prototype.onSourceContext=function(t,e){return this.buildContextItemMenu(this.getSourceContextActions(t),e),!1},e.prototype.buildContextItemMenu=function(t,e){if(this.j.o.contextMenu){var n=(0,i.L)(this.j).setMod("theme",this.j.state.theme);n.show(e.clientX,e.clientY,t.filter((function(t){return t&&!1!==t.enabled}))),this.j.e.on(this.j,"afterClose",(function(){n.isOpened&&n.close()}))}},e.prototype.getItemContextActions=function(t){var e=this;if(this.j.stateManager.isActive(t)||this.j.stateManager.addActive(t,this.j.state.activeElements.length>1),"folder"===t.type)return this.getFolderContextActions({type:"directory",children:[],name:t.name||"",path:t.path,sourceName:t.sourceName});var n=this.j.options,o=this.j.dataProvider,i=1===this.j.state.activeElements.length;return[{icon:"pencil",title:"Edit",enabled:Boolean(t.isImage)&&n.editImage&&i&&(o.canI("ImageResize")||o.canI("ImageCrop")),exec:function(){e.j.e.fire("edit.filebrowser")}},{icon:"italic",title:"Rename",enabled:o.canI("FileRename")&&i,exec:function(){return e.j.e.fire("fileRename.filebrowser",t)}},{icon:"bin",title:"Delete",enabled:o.canI("FileRemove"),exec:function(){return e.j.e.fire("fileRemove.filebrowser",t)}},{icon:"eye",title:"Preview",enabled:Boolean(t.isImage||"file"===t.type)&&n.preview&&i,exec:function(){return e.j.e.fire("openLightBox.filebrowser",t)}},{icon:"upload",title:"Download",exec:function(){t.fileURL&&e.j.ow.open(t.fileURL)}}]},e.prototype.getFolderContextActions=function(t){var e=this,n=this.j.dataProvider;return[{icon:"pencil",title:"Rename",exec:function(){e.j.e.fire("folderRename.filebrowser",t)},enabled:n.canI("FolderRename")},{icon:"bin",title:"Delete",exec:function(){e.j.e.fire("folderRemove.filebrowser",t)},enabled:n.canI("FolderRemove")},{icon:"plus",title:"Add folder",exec:function(){e.j.e.fire("folderCreate.filebrowser",t)},enabled:n.canI("FolderCreate")}]},e.prototype.getSourceContextActions=function(t){var e=this;return[{icon:"plus",title:"Create folder",exec:function(){e.j.e.fire("folderCreate.filebrowser",t)}}]},(0,o.gn)([(0,a.watch)(":contextmenuFolder.filebrowser")],e.prototype,"onFolderContext",null),(0,o.gn)([(0,a.watch)(":contextmenuItem.filebrowser")],e.prototype,"onItemContext",null),(0,o.gn)([(0,a.watch)(":contextmenuSource.filebrowser")],e.prototype,"onSourceContext",null),(0,o.gn)([a.component],e)}(r.Hr)},70467:function(t,e,n){"use strict";n.d(e,{C:function(){return o}});var o=function(t){var e=t.split("/").filter((function(t){return t.length}));return e.pop(),e.join("/")||"/"}},9581:function(t,e,n){"use strict";n.d(e,{E:function(){return s}});var o=n(97582),i=n(95582),r=n(22562),a=n(50526),s=function(t){function e(e,n){var o=t.call(this,e)||this;return o.state=n,o.history=[],o.historyIndex=0,o}return(0,o.ZT)(e,t),e.prototype.className=function(){return"HistoryManager"},e.prototype.canNext=function(){return this.history.length-1>this.historyIndex},e.prototype.canPrevious=function(){return this.historyIndex>0},e.prototype.push=function(t){var e=this.historyIndex,n=this.history[e];if(!n||n.currentSource!==t.currentSource||n.currentPath!==t.currentPath){var i=(0,o.ev)([],(0,o.CR)(this.history),!1);i.length-1!==e&&(i=i.slice(0,e+1)),i.push(t),n&&(e+=1),this.history=i,this.historyIndex=e}},e.prototype.next=function(){this.canNext()&&(this.historyIndex+=1,this.updateState())},e.prototype.previous=function(){this.canPrevious()&&(this.historyIndex-=1,this.updateState())},e.prototype.updateCurrent=function(){this.history[this.historyIndex]={currentSource:this.state.currentSource,currentPath:this.state.currentPath,tree:(0,i.fastClone)(this.state.tree),elements:(0,o.ev)([],(0,o.CR)(this.state.elements),!1)}},e.prototype.onHome=function(){this.state.currentPath="",this.state.currentSource="",this.j.e.fire("afterOpenFolder.filebrowser update.filebrowser")},e.prototype.onOpenFolder=function(){this.push({tree:[],elements:[],currentPath:this.state.currentPath,currentSource:this.state.currentSource}),this.j.e.fire("changeSelection")},e.prototype.updateState=function(){var t,e=(t=this.history[this.historyIndex]).tree,n=t.elements,i=t.currentSource,r=t.currentPath;this.state.activeElements=[],this.state.elements=(0,o.ev)([],(0,o.CR)(n),!1),this.state.tree=(0,o.ev)([],(0,o.CR)(e),!1),this.state.currentSource=i,this.state.currentPath=r,this.j.e.fire("changeSelection")},(0,o.gn)([(0,a.watch)(["state.elements","state.tree"])],e.prototype,"updateCurrent",null),(0,o.gn)([(0,a.watch)(":goHome.filebrowser")],e.prototype,"onHome",null),(0,o.gn)([(0,a.watch)(":afterOpenFolder.filebrowser")],e.prototype,"onOpenFolder",null),(0,o.gn)([a.component],e)}(r.Hr)},48086:function(t,e,n){"use strict";n.d(e,{l:function(){return a}});var o=n(97582),i=n(22562),r=n(50526),a=function(t){function e(e,n){var o=t.call(this,e)||this;return o.state=n,o.__tick=0,o.offset=0,o.countInOneChunk=20,o.stopLoadingParts=!1,o.__isLoadingPart=!1,o.__callQueueCount=0,o}return(0,o.ZT)(e,t),e.prototype.className=function(){return"LoadingManager"},e.prototype.onUpdateFileBrowser=function(){return(0,o.mG)(this,void 0,Promise,(function(){return(0,o.Jh)(this,(function(t){switch(t.label){case 0:return this.state.activeElements=[],this.j.panel.setMod("loading",!0),[4,Promise.all([this.loadFolders(),this.loadItems()])];case 1:return t.sent(),this.j.panel.setMod("loading",!1),[2]}}))}))},e.prototype.loadFolders=function(){return(0,o.mG)(this,void 0,Promise,(function(){var t,e,n,i,r;return(0,o.Jh)(this,(function(o){switch(o.label){case 0:if(!this.j.isOpened)return[2];t=(r=this.state).currentPath,e=r.currentSource,o.label=1;case 1:return o.trys.push([1,3,,4]),[4,this.j.dataProvider.tree(t,e)];case 2:return n=o.sent(),this.j.stateManager.fillTreeForPath(n,t),this.state.sources=n,[3,4];case 3:return i=o.sent(),this.j.status(i),[3,4];case 4:return[2]}}))}))},e.prototype.loadItems=function(){return(0,o.mG)(this,void 0,Promise,(function(){var t,e,n,i;return(0,o.Jh)(this,(function(o){switch(o.label){case 0:if(!this.j.isOpened)return[2];o.label=1;case 1:return o.trys.push([1,8,,9]),this.__tick+=1,t=this.__tick,this.offset=0,this.stopLoadingParts=!1,this.__callQueueCount=0,[4,s(this.state,this.j.dataProvider,this.offset,this.countInOneChunk)];case 2:return i=o.sent(),e=i.loadedTotal,this.state.elements=i.items,this.stopLoadingParts=this.countInOneChunk>e,[4,this.loadItemsChunk(t)];case 3:return o.sent(),[4,this.async.requestIdlePromise()];case 4:if(o.sent(),this.__tick!==t)return[2];o.label=5;case 5:return this.stopLoadingParts||this.state.elements.length>this.j.panel.countInColumn*this.j.panel.countInRow?[3,7]:[4,this.loadItemsChunk(t)];case 6:return o.sent(),this.__tick!==t?[2]:[3,5];case 7:return[3,9];case 8:return n=o.sent(),this.j.status(n),[3,9];case 9:return[2]}}))}))},e.prototype.__loadItemsChunk=function(t){return(0,o.mG)(this,void 0,Promise,(function(){var e,n,i,r;return(0,o.Jh)(this,(function(o){switch(o.label){case 0:if(this.__isLoadingPart)return this.__callQueueCount+=1,[2];if(this.stopLoadingParts)return this.__callQueueCount=0,[2];this.__isLoadingPart=!0,this.j.panel.items.setMod("chunk-loading",!0),o.label=1;case 1:return o.trys.push([1,3,,4]),this.offset+=this.countInOneChunk,[4,s(this.state,this.j.dataProvider,this.offset,this.countInOneChunk)];case 2:return r=o.sent(),e=r.items,n=r.loadedTotal,this.__tick!==t?[2]:(this.stopLoadingParts=this.countInOneChunk>n,e.length&&(this.state.elements=this.state.elements.concat(e)),[3,4]);case 3:return i=o.sent(),this.j.status(i),[3,4];case 4:return this.j.panel.items.setMod("chunk-loading",!1),this.__isLoadingPart=!1,this.__callQueueCount>0?(this.__callQueueCount-=1,[2,this.__loadItemsChunk(t)]):[2]}}))}))},e.prototype.loadItemsChunk=function(t){return void 0===t&&(t=this.__tick),t!==this.__tick?Promise.resolve():this.__loadItemsChunk(t)},(0,o.gn)([(0,r.watch)(":update.filebrowser")],e.prototype,"onUpdateFileBrowser",null),(0,o.gn)([(0,r.watch)(["state.currentPath","state.currentSource"]),(0,r.debounce)((function(t){return{timeout:t.defaultTimeout,promisify:!0}}))],e.prototype,"loadFolders",null),(0,o.gn)([(0,r.watch)(["state.currentPath","state.currentSource","state.sortBy","state.onlyImages","state.foldersPosition","state.filterWord"]),(0,r.debounce)((function(t){return{timeout:t.defaultTimeout,promisify:!0}}))],e.prototype,"loadItems",null),(0,o.gn)([(0,r.debounce)((function(t){return{timeout:t.defaultTimeout,promisify:!0}}))],e.prototype,"loadItemsChunk",null),(0,o.gn)([r.component],e)}(i.Hr);function s(t,e,n,o){return e.itemsEx(t.currentPath,t.currentSource,{offset:n,limit:o,sortBy:t.sortBy,withFolders:t.withFolders,foldersPosition:t.foldersPosition,onlyImages:t.onlyImages,filterWord:t.filterWord})}},93469:function(t,e,n){"use strict";n.d(e,{h:function(){return s}});var o=n(97582),i=n(22562),r=n(50526),a=n(45545),s=function(t){function e(e,n){var o=t.call(this,e)||this;return o.state=n,o.sortBy="changed-desc",o.view="tiles",o.foldersPosition="top",o.tileSize="default",o.favorites=[],o.showSideBar=!0,o.showPreview=!1,o.showFavorites=!0,o}return(0,o.ZT)(e,t),e.prototype.className=function(){return"PersistentStore"},e.prototype.onChangeThemeSetField=function(){this.theme=this.state.theme},e.prototype.onChangeView=function(){this.view=this.state.view},e.prototype.onChangeSortBy=function(){this.sortBy=this.state.sortBy},e.prototype.onChangeTileSize=function(){this.tileSize=this.state.tileSize},e.prototype.onChangeFavorites=function(){this.favorites=this.state.favorites},e.prototype.onChangeShowSideBar=function(){this.showSideBar=this.state.showSideBar},e.prototype.onChangeShowPreview=function(){this.showPreview=this.state.showPreview},e.prototype.onChangeShowFavorites=function(){this.showFavorites=this.state.showFavorites},e.prototype.onChangeFoldersPosition=function(){this.foldersPosition=this.state.foldersPosition},e.prototype.syncWithState=function(){this.state.tileSize=this.tileSize,this.state.favorites=this.favorites.map((function(t){return t instanceof a.Z?t:a.Z.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},(0,o.gn)([r.persistent],e.prototype,"theme",void 0),(0,o.gn)([r.persistent],e.prototype,"sortBy",void 0),(0,o.gn)([r.persistent],e.prototype,"view",void 0),(0,o.gn)([r.persistent],e.prototype,"foldersPosition",void 0),(0,o.gn)([r.persistent],e.prototype,"tileSize",void 0),(0,o.gn)([r.persistent],e.prototype,"favorites",void 0),(0,o.gn)([r.persistent],e.prototype,"showSideBar",void 0),(0,o.gn)([r.persistent],e.prototype,"showPreview",void 0),(0,o.gn)([r.persistent],e.prototype,"showFavorites",void 0),(0,o.gn)([(0,r.watch)("state.theme")],e.prototype,"onChangeThemeSetField",null),(0,o.gn)([(0,r.watch)("state.view")],e.prototype,"onChangeView",null),(0,o.gn)([(0,r.watch)("state.sortBy")],e.prototype,"onChangeSortBy",null),(0,o.gn)([(0,r.watch)("state.tileSize")],e.prototype,"onChangeTileSize",null),(0,o.gn)([(0,r.watch)("state.favorites")],e.prototype,"onChangeFavorites",null),(0,o.gn)([(0,r.watch)("state.showSideBar")],e.prototype,"onChangeShowSideBar",null),(0,o.gn)([(0,r.watch)("state.showPreview")],e.prototype,"onChangeShowPreview",null),(0,o.gn)([(0,r.watch)("state.showFavorites")],e.prototype,"onChangeShowFavorites",null),(0,o.gn)([(0,r.watch)("state.foldersPosition")],e.prototype,"onChangeFoldersPosition",null),(0,o.gn)([r.component],e)}(i.Hr)},83568:function(t,e,n){"use strict";n.d(e,{O:function(){return r}});var o=n(97582),i=n(50526),r=function(){function t(t){this.state=t}return t.prototype.getIndex=function(t,e){return void 0===e&&(e=this.state.elements),e.findIndex((function(e){return e.uniqueHashKey===t.uniqueHashKey}))},t.prototype.isActive=function(t){return Boolean(this.state.activeElements.find((function(e){return e.uniqueHashKey===t.uniqueHashKey})))},t.prototype.isFavorite=function(t){return Boolean(this.state.favorites.find((function(e){return e.uniqueHashKey===t.uniqueHashKey})))},t.prototype.addActive=function(t,e){var n;this.state.metaInfo=t,this.state.info=null!==(n=t.file)&&void 0!==n?n:"",this.state.lastSelectedIndex=this.getIndex(t),this.state.activeElements=e?(0,o.ev)((0,o.ev)([],(0,o.CR)(this.state.activeElements),!1),[t],!1):[t]},t.prototype.callSelectHandler=function(){var t,e=this.state.activeElements;null===(t=this.state.onSelectCallBack)||void 0===t||t.call(this,{baseurl:"",files:e.map((function(t){return t.fileURL})),isImages:e.map((function(t){return Boolean(t.isImage)}))})},t.prototype.setFilter=function(t){this.state.filterWord=t},t.prototype.toggleFavorite=function(t){var e=this.getIndex(t,this.state.favorites),n=(0,o.ev)([],(0,o.CR)(this.state.favorites),!1);-1===e?n.push(t):n.splice(e,1),this.state.favorites=n},t.prototype.fillTreeForPath=function(t,e){var n=this;this.state.tree.length&&e&&"/"!==e?(this.removeActive(this.state.tree),t.forEach((function(t){var o=a(n.state.tree,t.name);o||(o=c(t),n.state.tree.push(o)),o.isActive=!0;var i=function(t,e){return t.split("/").reduce((function(t,e){return t&&a(t.children,e)}),e)}(e,o);i&&(i.isActive=!0,i.children=s(t.folders).map((function(n){return l(n,e+"/"+n,t.name)})))})),this.state.tree=(0,o.ev)([],(0,o.CR)(this.state.tree),!1)):this.state.tree=t.map(c)},t.prototype.removeActive=function(t){var e=this;t.forEach((function(t){t.isActive=!1,e.removeActive(t.children)}))},Object.defineProperty(t.prototype,"isFavoriteItems",{get:function(){return this.state.favorites===this.state.elements},enumerable:!1,configurable:!0}),(0,o.gn)([i.autobind],t.prototype,"getIndex",null),(0,o.gn)([i.autobind],t.prototype,"isActive",null),(0,o.gn)([i.autobind],t.prototype,"isFavorite",null),t}();function a(t,e){var n;return null!==(n=t.find((function(t){return t.name===e})))&&void 0!==n?n:null}function s(t){return t.filter((function(t){return"."!==t&&".."!==t}))}function c(t){return{type:"source",name:t.name,title:t.title,sourceName:t.name,path:"/",children:s(t.folders).map((function(e){return l(e,e,t.name)}))}}function l(t,e,n){return{type:"directory",name:t,path:e,sourceName:n,children:[]}}},57591:function(t,e,n){"use strict";n.r(e),n.d(e,{ru:function(){return o}});var o=n(11937)},11937:function(t){"use strict";t.exports={Favorites:"Избранное",Settings:"Настройки",Light:"Светлая",Dark:"Темная",Theme:"Тема",Show:"Показать",Hide:"Скрыть","Show favorites":"Показывать избранное",Tiles:"Плитка",List:"Список",Compact:"Компактный",View:"Отображение","Folders position":"Позиция папок","Sort by":"Сортировать по","Extra small":"Очень маленькие",Small:"Маленькие",Large:"Большие","Extra large":"Очень большие","Tile size":"Размер плитки"}},68349:function(t,e,n){"use strict";var o=n(75004),i=n(82942),r=n(19327),a=n(59239);o.JO.set("heart",String(i)),o.JO.set("home",String(r)),o.JO.set("new-folder",String(a))},9890:function(t,e,n){"use strict";n.d(e,{D:function(){return a}});var o=n(97582),i=n(75004),r=n(50526),a=(n(95582),function(t){function e(e,n){var o=t.call(this,e)||this;return o.item=n,o.syncMod=!0,o.getElm("name").innerText=n.name,e.e.on(o.container,"click",(function(){return o.getMod("active")||o.setMod("loading",!0),e.e.fire("openFolder",n)})).on(o.container,"contextmenu",(function(t){return e.e.fire("contextmenuFolder.filebrowser",n,t)})),o}return(0,o.ZT)(e,t),e.prototype.className=function(){return"UIBrowserFolder"},e.prototype.render=function(){return'<div>\n\t\t\t<div class="&__icon">\n\t\t\t\t<div class=\'&__loader\'></div>\n\t\t\t\t<div class="&__icon-wrapper">\n\t\t\t\t\t*folder*\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t<div class="&__name"></div>\n\t\t\t<div class="&__arrow">*angle-right*</div>\n\t\t</div>'},(0,o.gn)([r.component],e)}(i.u1))},65669:function(t,e,n){"use strict";n.d(e,{C:function(){return c}});var o=n(97582),i=n(75004),r=n(50526),a=n(45429),s=n(4682),c=function(t){function e(e,n,o){var r=t.call(this,e)||this;return r.options=n,r.stateManager=o,r.syncMod=!0,r.toolbar=(0,a.R)(r.j),r.filter=new i.u3(r.j,{icon:"search",placeholder:"Filter",clearButton:!0,onChange:function(t){r.stateManager.setFilter(t)}}),r.append(r.toolbar).append(r.filter),r.filter.container.classList.add(r.getFullElName("filter")),r.toolbar.setMod("mode","header").build(r.__getButtons()),r}return(0,o.ZT)(e,t),e.prototype.className=function(){return"UIBrowserHeader"},e.prototype.__getButtons=function(){var t,e=this;return(null!==(t=this.options.toolbarButtons)&&void 0!==t?t:[]).filter((function(t){if(!(0,s.H)(t))return!0;switch(t){case"filebrowser.edit":return e.j.dataProvider.canI("ImageResize")||e.j.dataProvider.canI("ImageCrop");case"filebrowser.new-folder":return e.j.dataProvider.canI("FolderCreate");case"filebrowser.upload":return e.j.dataProvider.canI("FileUpload");case"filebrowser.remove":return e.j.dataProvider.canI("FileRemove")}return!0}))},(0,o.gn)([r.component],e)}(i.qe)},87695:function(t,e,n){"use strict";n.d(e,{u:function(){return l}});var o=n(97582),i=n(75004),r=n(50526),a=n(45545),s=n(8079),c=n(95582),l=function(t){function e(e,n){var o=t.call(this,e)||this;return o.item=a.Z.create(n),e.e.on(o.container,"click contextmenu dblclick",(function(t){return e.e.fire(t.type+"Item.filebrowser",o.item,(0,c.ctrlKey)(t)||t.shiftKey,t),!1})),o}return(0,o.ZT)(e,t),e.prototype.className=function(){return"UIBrowserItem"},e.prototype.render=function(){return"<div tabindex='-1'>\n\t\t\t<div class='&__image'></div>\n\t\t\t<div class='&__info'></div>\n\t\t\t<div class='&__heart'>*heart*</div>\n\t\t</div>"},e.prototype.onClickFavorite=function(){var t=this;return this.bubble((function(e){t.jodit.e.fire(e,"toggleFavoriteItem",t.item)})),!1},e.prototype.onAction=function(t){return this.jodit.e.fire(t.type+"Item.filebrowser",this.item,(0,c.ctrlKey)(t)||t.shiftKey,t),!1},e.prototype.update=function(){var e,n=this.getElm("image");(0,c.css)(n,"backgroundImage","url(".concat(encodeURI(this.item.imageURL),")"));var o=(e=this.item).type,i=e.file,r=e.time,a=e.size;this.setMod("is-file",!1===this.item.isImage).setMod("type",null!=o?o:"file").setElementValue("name",i).setElementValue("time",r).setElementValue("filesize",a),(0,c.attr)(this.container,"title","folder"!==o?"".concat(i," ").concat(r," ").concat(a):i),t.prototype.update.call(this)},e.prototype.setElementValue=function(t,e){var n=this.getFullElName(t),o=this.getElm(t);if(!e)return o&&s.Dom.safeRemove(o),this;if(!o){var i=this.getElm("info");o=this.j.create.div(n),i.appendChild(o)}return o.innerText=e,this},(0,o.gn)([(0,r.watch)("heart:click")],e.prototype,"onClickFavorite",null),(0,o.gn)([(0,r.watch)(["container:click","container:contextmenu","container:dblclick"])],e.prototype,"onAction",null),(0,o.gn)([r.component],e)}(i.u1)},41424:function(t,e,n){"use strict";n.d(e,{m:function(){return c}});var o=n(97582),i=n(8079),r=n(50526),a=n(95582),s=n(11612),c=function(t){function e(e,n,o){var r=t.call(this,e)||this;r.current=n,r.elements=o,r.dialog=new i.Dialog;var a=r.dialog;return a.setMod("theme",e.state.theme).toolbar.setMod("mode","header"),a.open(r),r.elements=r.elements.filter((function(t){return t.isImage})),a.e.on(a,"afterClose",(function(){r.destruct()})),r.addGlobalListeners(),r.onChangeCurrent(),a.toolbar.build([{icon:"check",exec:function(){e.stateManager.addActive(r.current,!1),e.e.fire("select.filebrowser"),a.close()}},"dialog.close"]),r}var n;return(0,o.ZT)(e,t),n=e,e.prototype.className=function(){return"UILightBox"},e.prototype.render=function(){return"<div>\n\t\t\t<div class='&__previous'>*angle-left*</div>\n\t\t\t<div class='&__preview'></div>\n\t\t\t<div class='&__loader'></div>\n\t\t\t<div class='&__next'>*angle-right*</div>\n\t\t</div>"},e.prototype.onChangeCurrent=function(){return(0,o.mG)(this,void 0,Promise,(function(){var t,e,n,r;return(0,o.Jh)(this,(function(o){switch(o.label){case 0:return t=this.current,this.setMod("loading",!0),e=this.getElm("preview"),i.Dom.detach(e),(0,a.css)(e,{backgroundImage:null}),t.isImage?[4,(0,a.loadImage)(t.fileURL,this.j)]:[3,2];case 1:return n=o.sent(),this.dialog.setPosition(),(0,a.css)(e,{width:Math.min(this.jodit.ow.innerWidth,n.naturalWidth),height:Math.min(this.jodit.ow.innerHeight-100,n.naturalHeight),backgroundImage:"url(".concat(n.src,")")}),[3,4];case 2:return[4,this.makeIframe(t.fileURL)];case 3:r=o.sent(),e.appendChild(r),o.label=4;case 4:return this.dialog.setSize(),this.dialog.setPosition(),this.setMod("loading",!1),[2]}}))}))},e.prototype.makeIframe=function(t){var e=this.j.c.element("iframe");return e.classList.add(this.getFullElName("office-iframe")),e.src=/\.pdf/.test(t)?t:this.j.o.previewOfficeURL+encodeURIComponent(t),e},e.prototype.onPreviousClick=function(){var t=this.j.stateManager.getIndex(this.current,this.elements);t>0?t-=1:t=this.elements.length-1,this.current=this.elements[t]},e.prototype.onNextClick=function(){var t=this.j.stateManager.getIndex(this.current,this.elements);this.elements.length-1>t?t+=1:t=0,this.current=this.elements[t]},e.open=function(t,e,o){return new n(t,e,o)},e.prototype.addGlobalListeners=function(){this.j.e.on(this.j.od,"keydown",this.onKeyPress)},e.prototype.onKeyPress=function(t){if(t.key===s.KEY_LEFT||t.key===s.KEY_RIGHT||t.key===s.KEY_SPACE)return t.key===s.KEY_LEFT?this.onPreviousClick():this.onNextClick(),!1},e.prototype.removeGlobalListeners=function(){this.j.e.off(this.j.od,"keydown",this.onKeyPress)},e.prototype.destruct=function(){return this.removeGlobalListeners(),this.dialog.destruct(),t.prototype.destruct.call(this)},(0,o.gn)([(0,r.watch)("current")],e.prototype,"onChangeCurrent",null),(0,o.gn)([(0,r.watch)("previous:click")],e.prototype,"onPreviousClick",null),(0,o.gn)([(0,r.watch)("next:click")],e.prototype,"onNextClick",null),(0,o.gn)([r.autobind],e.prototype,"onKeyPress",null),n=(0,o.gn)([r.component],e)}(i.UIElement)},96123:function(t,e,n){"use strict";n.d(e,{G:function(){return f}});var o=n(97582),i=n(75004),r=n(72618),a=n(50526),s=n(68787),c=n(62983),l=n(95582),u=n(93582),d=n(67775),p=n(96945),f=function(t){function e(e,n){var o=t.call(this,e)||this;return o.stateManager=n,o.syncMod=!0,o.sources=new u.L(o.j),o.sidebar=new s.o(o.jodit,[o.sources],o.stateManager.state),o.preview=new p.o(o.jodit,o.stateManager.state),o.statusbar=new d.s(o.j),o.items=new r.d(o.j,o.stateManager),o.settings=new c.r(o.jodit,o.stateManager.state),o.state=n.state,o.append(o.sidebar,"content"),o.append(o.items,"content"),o.append(o.settings,"content"),o.append(o.preview,"content"),o.append(o.statusbar,"footer"),o.onChangeElements(),o.onChangeSources(),o.onChangeView(),o.onChangeTileSize(),o.onChangeShowFavorites(),o.onChangeActiveElements(),o.onChangeFavorites(),o.onChangeShowSideBar(),o.onChangeShowSettings(),o.onChangeShowPreview(),o.onChangeTheme(),o}return(0,o.ZT)(e,t),e.prototype.className=function(){return"UIBrowserPanel"},Object.defineProperty(e.prototype,"countInRow",{get:function(){if("list"===this.state.view)return 1;if(!this.items.elements.length)return 1;var t=this.items.elements[0].container,e=(0,l.css)(t,"marginLeft");return Math.floor(this.items.container.offsetWidth/(t.offsetWidth+((0,l.isNumber)(e)?e:0)))},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"countInColumn",{get:function(){if(!this.items.elements.length)return 1;var t=this.items.elements[0].container,e=(0,l.css)(t,"marginTop");return Math.floor(this.items.container.offsetHeight/(t.offsetHeight+((0,l.isNumber)(e)?e:0)))},enumerable:!1,configurable:!0}),e.prototype.render=function(){return"<div>\n\t\t\t<div class='&__content'></div>\n\t\t\t<div class='&__footer'></div>\n\t\t</div>"},e.prototype.onChangeTheme=function(){this.setMod("theme",this.stateManager.state.theme)},e.prototype.onChangeElements=function(){this.items.build(this.stateManager.state.elements)},e.prototype.onChangeActiveElements=function(){var t=this;this.state.activeElements.length||(this.state.info="",this.state.metaInfo=null),this.items.elements.forEach((function(e){e.setMod("active",Boolean(t.stateManager.isActive(e.item)))})),this.j.e.fire("changeSelection")},e.prototype.onChangeFavorites=function(){var t=this;this.items.elements.forEach((function(e){e.setMod("favorite",Boolean(t.stateManager.isFavorite(e.item)))}))},e.prototype.onChangeSources=function(){this.sources.build(this.stateManager.state.tree)},e.prototype.onChangeLastSelectedIndex=function(){var t,e=null===(t=this.items.elements[this.stateManager.state.lastSelectedIndex])||void 0===t?void 0:t.container;e&&((0,l.scrollIntoViewIfNeeded)(e,this.items.container,this.j.od),e.focus())},e.prototype.onChangeInfo=function(){this.statusbar.value(this.state.info,"center")},e.prototype.onChangePathOrSource=function(){this.statusbar.value(this.state.currentPath?"".concat(this.state.currentPath," (").concat(this.state.currentSource,")"):this.i18n("Home"),"left")},e.prototype.onChangeShowSettings=function(){this.settings.setMod("hidden",!this.stateManager.state.showSettings)},e.prototype.onChangeShowPreview=function(){this.preview.setMod("hidden",!this.stateManager.state.showPreview)},e.prototype.onChangeShowSideBar=function(){this.sidebar.setMod("hidden",!this.stateManager.state.showSideBar)},e.prototype.onChangeView=function(){this.items.setMod("view",this.stateManager.state.view)},e.prototype.onChangeTileSize=function(){this.items.setMod("size",this.stateManager.state.tileSize)},e.prototype.onChangeShowFavorites=function(){this.sidebar.setMod("show-favorites",this.stateManager.state.showFavorites),this.items.setMod("show-favorites",this.stateManager.state.showFavorites)},e.prototype.onItemDblClick=function(){return this.j.e.fire("select.filebrowser"),!1},e.prototype.onItemClick=function(t,e){this.stateManager.addActive(t,e)},e.prototype.onTogglePreview=function(){return this.state.showPreview=!this.state.showPreview,!1},e.prototype.onToggleFavoriteItem=function(t){this.stateManager.toggleFavorite(t)},e.prototype.onFolderClick=function(t){this.stateManager.state.currentSource=t.sourceName,this.stateManager.state.currentPath=t.path||"/",this.j.e.fire("afterOpenFolder.filebrowser")},(0,o.gn)([(0,a.watch)("state.theme")],e.prototype,"onChangeTheme",null),(0,o.gn)([(0,a.watch)("state.elements")],e.prototype,"onChangeElements",null),(0,o.gn)([(0,a.watch)("state.activeElements")],e.prototype,"onChangeActiveElements",null),(0,o.gn)([(0,a.watch)(["state.favorites","state.elements"])],e.prototype,"onChangeFavorites",null),(0,o.gn)([(0,a.watch)("state.sources")],e.prototype,"onChangeSources",null),(0,o.gn)([(0,a.watch)("state.lastSelectedIndex")],e.prototype,"onChangeLastSelectedIndex",null),(0,o.gn)([(0,a.watch)("state.info")],e.prototype,"onChangeInfo",null),(0,o.gn)([(0,a.watch)(["state.currentPath","state.currentSource"])],e.prototype,"onChangePathOrSource",null),(0,o.gn)([(0,a.watch)("state.showSettings")],e.prototype,"onChangeShowSettings",null),(0,o.gn)([(0,a.watch)("state.showPreview")],e.prototype,"onChangeShowPreview",null),(0,o.gn)([(0,a.watch)("state.showSideBar")],e.prototype,"onChangeShowSideBar",null),(0,o.gn)([(0,a.watch)("state.view")],e.prototype,"onChangeView",null),(0,o.gn)([(0,a.watch)("state.tileSize")],e.prototype,"onChangeTileSize",null),(0,o.gn)([(0,a.watch)("state.showFavorites")],e.prototype,"onChangeShowFavorites",null),(0,o.gn)([(0,a.watch)(":dblclickItem.filebrowser")],e.prototype,"onItemDblClick",null),(0,o.gn)([(0,a.watch)(":clickItem.filebrowser")],e.prototype,"onItemClick",null),(0,o.gn)([(0,a.watch)(":togglePreview.filebrowser")],e.prototype,"onTogglePreview",null),(0,o.gn)([(0,a.watch)(":toggleFavoriteItem")],e.prototype,"onToggleFavoriteItem",null),(0,o.gn)([(0,a.watch)(":openFolder")],e.prototype,"onFolderClick",null),(0,o.gn)([a.component],e)}(i.qe)},96945:function(t,e,n){"use strict";n.d(e,{o:function(){return u}});var o=n(97582),i=n(75004),r=n(50526),a=n(62499),s=n(95582),c=n(8138),l=n(87695),u=function(t){function e(e,n){var o=t.call(this,e)||this;return o.state=n,o.lastLoadPromise=null,o.onChangeMetaInfo(),o}return(0,o.ZT)(e,t),e.prototype.className=function(){return"UIPreview"},e.prototype.addResize=function(){a.c.remove(this),a.c.install(this,screen.width>450?"left":"top")},e.prototype.render=function(){return'<div>\n\t\t\t\t<div class="&__image"></div>\n\t\t\t\t<div class="&__info"></div>\n\t\t\t\t<div class="&__loader"></div>\n\t\t\t\t<div class="&__empty-message">~Select image~</div>\n\t\t\t</div>'},e.prototype.afterSetMod=function(e,n){"hidden"===e&&!1===n&&this.onChangeMetaInfo(),t.prototype.afterSetMod.call(this,e,n)},e.prototype.onChangeMetaInfo=function(){var t,e,n=this;if(!this.getMod("hidden")){var o=this.state.metaInfo;this.setMod("empty",!o);var i=this.getElm("info");c.i.detach(i);var r=this.getElm("image");(0,s.css)(r,{backgroundImage:null}),o&&(this.setMod("is-file",!1===o.isImage).setMod("type",null!==(t=o.type)&&void 0!==t?t:"file"),l.u.prototype.setElementValue.call(this,"name",o.file),l.u.prototype.setElementValue.call(this,"time",o.time),l.u.prototype.setElementValue.call(this,"filesize",o.size),this.setMod("loading",!0),null===(e=this.lastLoadPromise)||void 0===e||e.rejectCallback(),this.lastLoadPromise=(0,s.loadImage)(o.isImage?o.fileURL:o.imageURL,this.j),this.lastLoadPromise.then((function(t){var e=n.getElm("image");t&&(0,s.css)(e,{backgroundImage:"url(".concat(t.src,")")})})).finally((function(){n.setMod("loading",!1)})).catch((function(){})))}},(0,o.gn)([(0,r.hook)("ready"),(0,r.watch)(":resize",{context:window}),(0,r.debounce)()],e.prototype,"addResize",null),(0,o.gn)([(0,r.watch)("state.metaInfo")],e.prototype,"onChangeMetaInfo",null),(0,o.gn)([r.component],e)}(i.qe)},22840:function(t,e,n){"use strict";n.d(e,{u:function(){return a}});var o=n(97582),i=n(75004),r=n(50526),a=function(t){function e(e,n){var o=t.call(this,e)||this;return o.state=n,o.onProgress(),o}return(0,o.ZT)(e,t),e.prototype.className=function(){return"UIProgress"},e.prototype.onProgress=function(){this.state.progress?this.show():this.hide(),this.progress(this.state.progress)},e.prototype.hide=function(){return this.setMod("hidden",!0),this},e.prototype.progress=function(t){var e=this;return this.container.style.width=t.toFixed(2)+"%",98>t||this.j.async.setTimeout((function(){e.hide()}),{label:"progress",timeout:300}),this},e.prototype.show=function(){return this.setMod("hidden",!1),this},(0,o.gn)([(0,r.watch)("state.progress")],e.prototype,"onProgress",null),(0,o.gn)([r.component],e)}(i.ko)},62983:function(t,e,n){"use strict";n.d(e,{r:function(){return a}});var o=n(97582),i=n(75004),r=n(50526),a=(n(95582),function(t){function e(e,n){var o=t.call(this,e)||this;o.state=n;var i=o.getElm("close");return e.e.on(i,"click",(function(){o.state.showSettings=!1})),o}return(0,o.ZT)(e,t),e.prototype.className=function(){return"UIBrowserSettings"},e.prototype.render=function(){return'<div>\n\t\t\t<div class="'.concat(this.getFullElName("close"),'">').concat(i.JO.get("cancel"),'</div>\n\t\t\t<div class="').concat(this.getFullElName("title"),'">').concat(this.j.i18n("Settings"),'</div>\n\t\t\t<div class="').concat(this.getFullElName("options"),'"></div>\n\t\t</div>')},e.prototype.appendChildToContainer=function(t){this.getElm("options").appendChild(t)},e.prototype.afterSetMod=function(e,n){"hidden"===e&&!1===n&&this.generateSettings(),t.prototype.afterSetMod.call(this,e,n)},e.prototype.onChangeView=function(){var t=this.getElm("tile-size");t&&(t.style.display="tiles"===this.state.view?"block":"none")},e.prototype.generateSettings=function(){var t=this;this.clear();var e=this.j;this.append([new i.BO(e,{label:"Theme",name:"theme",value:this.state.theme,radio:!0,options:[{value:"default",text:"Light"},{value:"dark",text:"Dark"}],onChange:function(e){t.state.theme="default"===t.state.theme||"dark"===t.state.theme?e[0].value:"default"}}),new i.BO(e,{label:"Show favorites",name:"showFavorites",value:this.state.showFavorites,radio:!0,options:[{value:!0,text:"Show"},{value:!1,text:"Hide"}],onChange:function(e){t.state.showFavorites=e[0].value}}),new i.BO(e,{label:"View",name:"view",value:this.state.view,radio:!0,options:[{value:"tiles",text:"Tiles"},{value:"list",text:"List"},{value:"compact",text:"Compact"}],onChange:function(e){t.state.view=e[0].value}}),new i.BO(e,{label:"Folders position",name:"foldersPosition",value:this.state.foldersPosition,radio:!0,options:[{value:"top",text:"Top"},{value:"bottom",text:"Bottom"},{value:"default",text:"Default"}],onChange:function(e){t.state.foldersPosition=e[0].value}}),new i.Cj(e,{label:"Sort by",name:"sort-by",value:this.state.sortBy,options:[{value:"changed-asc",text:e.i18n("Sort by changed")+"(⬆)"},{value:"changed-desc",text:e.i18n("Sort by changed")+"(⬇)"},{value:"name-asc",text:e.i18n("Sort by name")+"(⬆)"},{value:"name-desc",text:e.i18n("Sort by name")+"(⬇)"},{value:"size-asc",text:e.i18n("Sort by size")+"(⬆)"},{value:"size-desc",text:e.i18n("Sort by size")+"(⬇)"}],onChange:function(e){t.state.sortBy=e}}),new i.Cj(e,{label:"Tile size",name:"tile-size",value:this.state.tileSize,options:[{value:"xsmall",text:"Extra small"},{value:"small",text:"Small"},{value:"default",text:"Default"},{value:"large",text:"Large"},{value:"xlarge",text:"Extra large"}],onChange:function(e){t.state.tileSize=e}})]),this.onChangeView()},(0,o.gn)([(0,r.watch)("state.view")],e.prototype,"onChangeView",null),(0,o.gn)([r.component],e)}(i.qe))},68787:function(t,e,n){"use strict";n.d(e,{o:function(){return s}});var o=n(97582),i=n(75004),r=n(50526),a=n(62499),s=(n(95582),function(t){function e(e,n,o){var i=t.call(this,e,n)||this;return i.state=o,i.onChangeFavorites(),i}return(0,o.ZT)(e,t),e.prototype.className=function(){return"UISidebar"},e.prototype.render=function(){return"<div>\n\t\t\t<div class='&__hide-btn'>*angle-left*</div>\n\t\t\t<div class='&__favorites'>*heart* ~Favorites~</div>\n\t\t\t<div class='&__box'></div>\n\t\t</div>"},e.prototype.appendChildToContainer=function(t){this.getElm("box").appendChild(t)},e.prototype.addResize=function(){a.c.remove(this),a.c.install(this,screen.width>450?"right":"bottom")},e.prototype.onChangeFavorites=function(){this.setMod("has-favorites",Boolean(this.state.favorites.length))},e.prototype.onClickHideButton=function(){return this.state.showSideBar=!this.state.showSideBar,!1},e.prototype.onClickFavorites=function(){return this.state.elements=this.state.favorites,!1},(0,o.gn)([(0,r.hook)("ready"),(0,r.watch)(":resize",{context:window}),(0,r.debounce)()],e.prototype,"addResize",null),(0,o.gn)([(0,r.watch)("state.favorites")],e.prototype,"onChangeFavorites",null),(0,o.gn)([(0,r.watch)("hide-btn:click")],e.prototype,"onClickHideButton",null),(0,o.gn)([(0,r.watch)("favorites:click")],e.prototype,"onClickFavorites",null),(0,o.gn)([r.component],e)}(i.qe))},21596:function(t,e,n){"use strict";n.d(e,{f:function(){return s}});var o=n(97582),i=n(75004),r=n(50526),a=n(91919),s=(n(95582),function(t){function e(e,n){var o=t.call(this,e,n)||this;return o.data=n,o.tree=new a.v(o.j,o.data.children),o.syncMod=!0,o.getElm("name").innerText=n.title||n.name,o.getElm("tree").appendChild(o.tree.container),e.e.on(o.container,"contextmenu",(function(t){return e.e.fire("contextmenuSource.filebrowser",n,t)})),o}return(0,o.ZT)(e,t),e.prototype.className=function(){return"UIBrowserSource"},e.prototype.render=function(){return'<div>\n\t\t\t<div class="&__name"></div>\n\t\t\t<div class="&__tree"></div>\n\t\t</div>'},(0,o.gn)([r.component],e)}(i.u1))},93582:function(t,e,n){"use strict";n.d(e,{L:function(){return s}});var o=n(97582),i=n(75004),r=n(50526),a=n(21596),s=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.syncMod=!0,e}return(0,o.ZT)(e,t),e.prototype.className=function(){return"UIBrowserSources"},e.prototype.build=function(t){var e=this;this.clear(),t.forEach((function(t){e.append(new a.f(e.jodit,t))}))},(0,o.gn)([r.component],e)}(i.qe)},67775:function(t,e,n){"use strict";n.d(e,{s:function(){return a}});var o=n(97582),i=n(75004),r=n(50526),a=(n(95582),function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return(0,o.ZT)(e,t),e.prototype.className=function(){return"UIBrowserStatusBar"},e.prototype.render=function(){return"<div>\n\t\t\t<div class='&__slot-left'></div>\n\t\t\t<div class='&__slot-center'></div>\n\t\t\t<div class='&__slot-right'></div>\n\t\t</div>"},e.prototype.value=function(t,e){return void 0===e&&(e="left"),this.getElm("slot-".concat(e)).innerText=t,this},(0,o.gn)([r.component],e)}(i.u1))},91919:function(t,e,n){"use strict";n.d(e,{v:function(){return s}});var o=n(97582),i=n(75004),r=n(50526),a=n(9890),s=function(t){function e(e,n){var o=t.call(this,e)||this;return o.syncMod=!0,o.build(n),o}var n;return(0,o.ZT)(e,t),n=e,e.prototype.className=function(){return"UITree"},e.prototype.build=function(t){var e=this;this.clear(),t.forEach((function(t){var o=new a.D(e.jodit,t);e.append(o),t.isActive&&o.setMod("active",!0),t.children.length&&e.append(new n(e.jodit,t.children))}))},n=(0,o.gn)([r.component],e)}(i.qe)},72618:function(t,e,n){"use strict";n.d(e,{d:function(){return u}});var o=n(97582),i=n(75004),r=n(50526),a=n(87695),s=n(45545),c=n(81766),l=n(95582),u=function(t){function e(e,n){var o=t.call(this,e)||this;return o.stateManager=n,o.syncMod=!0,o.addItemsSelector(),o}var n;return(0,o.ZT)(e,t),n=e,e.prototype.className=function(){return"UIVirtualScroll"},e.prototype.render=function(){return"<div>\n\t\t\t\t<div class=\"&__empty-message\">~There are no files~</div>\n\t\t\t\t<div class='&__loader'></div>\n\t\t\t\t<div class='&__drag-area'>~Drop image~</div>\n\t\t\t</div>"},e.prototype.reconcile=function(t){var e=this.elements.findIndex((function(e,n){return!t[n]||e.item.uniqueHashKey!==s.Z.create(t[n]).uniqueHashKey}));if(e>-1){for(var n=e;this.elements.length>n;n+=1)this.elements[n].destruct();this.elements.length=e}return e},e.prototype.build=function(t){var e=this,n=this.reconcile(t);t.slice(n>-1?n:this.elements.length).forEach((function(t){var n=new a.u(e.jodit,t);Object.keys(e.mods).forEach((function(t){n.setMod(t,e.mods[t])})),e.append(n)})),this.setMod("empty",!this.elements.length)},e.prototype.onScrollLoadChunk=function(){!this.stateManager.isFavoriteItems&&this.j.o.pixelOffsetLoadNewChunk>this.container.scrollHeight-(this.container.scrollTop+this.container.offsetHeight)&&this.j.loadingManager.loadItemsChunk()},e.prototype.onDragOver=function(t){t.preventDefault(),this.setMod("dragover",!0)},e.prototype.onDragLeave=function(t){t.preventDefault(),this.setMod("dragover",!1)},e.prototype.addItemsSelector=function(){c.r.install(this)},e.intersectRect=function(t,e){return!(e.left>t.left+t.width||t.left>e.left+e.width||e.top>t.top+t.height||t.top>e.top+e.height)},e.prototype.onSelectItems=function(t){var e=[];this.elements.forEach((function(o){var i=(0,l.position)(o.container);n.intersectRect(i,t)&&e.push(o.item)})),this.stateManager.state.activeElements=e},(0,o.gn)([(0,r.watch)(":afterResize"),(0,r.watch)(":resize"),(0,r.watch)("container:scroll"),(0,r.throttle)()],e.prototype,"onScrollLoadChunk",null),(0,o.gn)([(0,r.watch)("container:dragover")],e.prototype,"onDragOver",null),(0,o.gn)([(0,r.watch)(["container:dragleave","container:drop"])],e.prototype,"onDragLeave",null),n=(0,o.gn)([r.component],e)}(i.qe)},51852:function(t,e,n){"use strict";n(75004).JO.set("map",n(76941)).set("edit-hand",n(13050)).set("edit-polygon",n(35122)).set("edit-marker",n(9472)).set("edit-text",n(78400)).set("edit-polyline",n(56712)).set("edit-circle",n(50403))},52524:function(t,e,n){"use strict";var o=n(77628),i=n(22709);o.D.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.D.prototype.controls.googleMaps={tooltip:"Google Maps",icon:"map",command:i.o};var r=function(t){return{icon:"edit-".concat(t),isActive:function(e){return e.buffer.get("createMode.gm")===t},exec:function(e){e.e.fire("changeCreateMode.gm",t)}}};o.D.prototype.controls.gm={hand:r("hand"),marker:r("marker"),polyline:r("polyline"),polygon:r("polygon"),circle:r("circle"),text:r("text")}},177:function(t,e,n){"use strict";var o=n(97582),i=n(7324),r=n(88292),a=(n(52524),n(51852),n(68699)),s=n(29788),c=n(95582),l=n(11612),u=n(50526),d=n(1875),p=n(40540),f=n(26239),h=n(3510),g=n(97167),m=n(88408),v=n(22709);window.JoditGoogleReadyHandler=f.VI;var y=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.buttons=[{group:"media",name:"googleMaps"}],e.dialog=null,e}return(0,o.ZT)(e,t),e.prototype.className=function(){return"google-maps"},e.prototype.afterInit=function(t){var e=this;t.registerCommand(v.o,(function(){e.openMapEditor(null,{})}))},e.prototype.beforeDestruct=function(t){},e.prototype.onOpenOnDblClick=function(t){if(t.dataset.googleMaps){var e=void 0;try{e=JSON.parse(this.j.ow.atob(t.dataset.googleMaps))}catch(t){}return this.openMapEditor(t,e),!1}},e.prototype.openMapEditor=function(t,e){return(0,o.mG)(this,void 0,Promise,(function(){var n,i,r,u,d,m,y,b,w=this;return(0,o.Jh)(this,(function(_){return n=this.j,i=this.getDialog(),r=this.j.o.googleMaps.saveStateInStorage?i.storage.get(v.U):void 0,u=this.jodit.o.googleMaps.apiUrl,(0,f.Ez)()||(0,c.appendScriptAsync)(this.jodit,u.replace(/\${([^}]+)}/g,(function(t,e){var n;return null!==(n=w.get(e))&&void 0!==n?n:""}))),d=(0,o.pi)((0,o.pi)({type:this.j.o.googleMaps.map.type,layer:this.j.o.googleMaps.map.layer,size:this.j.o.googleMaps.map.size},r),e),(m=new p.IE(i,d,this.j.options)).container.classList.add(i.getFullElName("map")),(y=new g.Q(n,{icon:"search",placeholder:"Search",clearButton:!0}).setMod("in-header",!0)).container.classList.add(i.getFullElName("search")),this.j.async.promise((function(t){if((0,f.Ez)())t(0);else{var e=function(){(0,f.Ez)()?t(0):w.j.async.setTimeout(e,100)};e(),(0,f.iE)(t)}})).then((function(){m.setStatus("ready"),y.setStatus("ready")})),this.j.e.on(y,"select",(function(t,e){e?m.map.fitBounds(e):t&&(m.state.center=[t.lat(),t.lng()])})),r||("auto"===this.j.o.googleMaps.map.center?navigator.geolocation.getCurrentPosition((function(t){m.state.center=[t.coords.latitude,t.coords.longitude]}),(function(){m.state.center=w.j.o.googleMaps.map.defaultCenter})):m.state.center=this.j.o.googleMaps.map.center),i.setSize.apply(i,(0,o.ev)([],(0,o.CR)(n.o.googleMaps.dialog.size),!1)).setHeader([y,"&nbsp;",(0,s.zx)(n,"eye").onAction((function(){var t=w.jodit.createInside.element("img");t.src=(0,h.v)(m),t.dataset.googleMaps=btoa(m.json());var e={value:t.outerHTML};w.onAfterGetValueFromEditor(e),n.execCommand("preview",null,e.value)}))]).setContent((0,a.IL)(n,[{name:"Map",icon:"map",content:m},{name:"Settings",content:new p.BK(n,m.state)},{name:"Controls",icon:"menu",content:new p.KQ(n,m.state)}])).setFooter([(0,s.zx)(n,"cancel","Cancel","default").onAction((function(){return i.close()})),(0,s.zx)(n,"ok",t?"Save":"Insert","primary").onAction((function(){m.destruct(),y.destruct(),i.e.off("beforeClose",b),i.close(),w.insertMap(t,m)}))]).open(),b=function(){if(m.state.elements.length&&JSON.stringify(m.state.elements)!==JSON.stringify(d.elements)&&!l.IS_TEST&&!confirm(w.i18n("Are you sure?")))return!1;m.destruct(),y.destruct(),i.e.off("beforeClose",b)},i.e.on("beforeClose",b),[2]}))}))},e.prototype.getDialog=function(){if(!this.dialog){var t=new d.V({language:this.j.o.language});t.container.classList.add(this.getFullElName("")),this.dialog=t}return this.dialog},e.prototype.insertMap=function(t,e){var n=null!=t?t:this.jodit.createInside.element("img");n.src=(0,h.v)(e),n.dataset.googleMaps=btoa(e.json()),t||this.jodit.s.insertImage(n)},e.prototype.onBeforeSetNativeEditorValue=function(t){t.value=t.value.replace(/<script[^>]+jodit-google-maps-init[^>]+>.*?<\/script>/gs,"")},e.prototype.onAfterGetValueFromEditor=function(t,e){var n=this;this.j.o.googleMaps.useStaticImage||e===l.SOURCE_CONSUMER||(t.value=t.value.replace(/(<img[^>]+)(["']?)data-google-maps\2\s*=(["'])([^"']+)\3([^>]*>)/gs,(function(t,e,o,i,r,a){var s={};try{s=JSON.parse(n.j.ow.atob(r))}catch(t){}return"".concat(e,' id="').concat(s.uid,'" ').concat(o,"data-google-maps").concat(o,"=").concat(i).concat(r).concat(i).concat(a).concat((0,m.q)(n.j,s))})))},e.requires=["license","color-picker"],(0,o.gn)([(0,u.watch)("?:openOnDblClick")],e.prototype,"onOpenOnDblClick",null),(0,o.gn)([(0,u.watch)(":beforeSetNativeEditorValue")],e.prototype,"onBeforeSetNativeEditorValue",null),(0,o.gn)([(0,u.watch)(":afterGetValueFromEditor")],e.prototype,"onAfterGetValueFromEditor",null),e}(i.S);r.y.plugins.add("google-maps",y)},22709:function(t,e,n){"use strict";n.d(e,{U:function(){return o},o:function(){return i}});var o="googleMapsState",i="googleMapsDialog"},88408:function(t,e,n){"use strict";n.d(e,{q:function(){return i}});var o=n(95582);function i(t,e){return"<".concat("script",' class="jodit-google-maps-init" type="text/javascript">\n\t\tvar imgMap = document.getElementById(\'').concat(e.uid,"'),\n\t\t\tbox = document.createElement('div'),\n\t\t\tmapBox = document.createElement('div'),\n\t\t\tparentBox = imgMap && imgMap.parentNode,\n\t\t\tassign = Object.assign || function (a, b) {\n\t\t\t\treturn Object.keys(b).reduce(function(acc, key) {\n\t\t\t\t\tacc[key] = b[key];\n\t\t\t\t\treturn acc;\n\t\t\t\t}, a)\n\t\t\t};\n\n\t\tbox.id = 'b").concat(e.uid,"';\n\t\tparentBox ? parentBox.insertBefore(box, imgMap) : document.body.appendChild(box);\n\t\timgMap && box.appendChild(imgMap);\n\t\tbox.appendChild(mapBox);\n\n\t\tif (parentBox && parentBox.style.textAlign === 'center') {\n\t\t\tparentBox.style.margin = '0 auto';\n\t\t}\n\n\t\tbox.style.cssText = imgMap.style.cssText;\n\t\tbox.className = imgMap.className;\n\n\t\tvar w = (imgMap && imgMap.offsetWidth) || ").concat(e.size[0],",\n\t\t\t\th = (imgMap && imgMap.offsetHeight) || ").concat(e.size[1],";\n\n\t\tassign(box.style, {\n\t\t\tdisplay: !imgMap.style.cssText ? 'inline-block' : undefined,\n\t\t\twidth: w + 'px',\n\t\t\theight: h + 'px',\n\t\t\tposition: 'relative'\n\t\t});\n\n\t\tassign(mapBox.style, {\n\t\t\twidth: w + 'px',\n\t\t\theight: h + 'px',\n\t\t\tposition: 'absolute',\n\t\t\tleft: 0,\n\t\t\ttop: 0\n\t\t});\n\n\t\tfunction CreateGMap").concat(e.uid,"() {\n\t\t\tif (!mapBox) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tvar map = new google.maps.Map(mapBox, assign({\n\t\t\t\tzoom: ").concat(e.zoom,",\n\t\t\t\tcenter: { lat: ").concat(e.center[0],", lng: ").concat(e.center[1],"},\n\t\t\t\tmapType: '").concat(e.type,"'\n\t\t\t}, ").concat(JSON.stringify(e.controls),"));\n\n\t\t\tif (").concat("default"!==e.layer,") {\n\t\t\t\tnew google.maps.").concat((0,o.ucfirst)(e.layer),"Layer().setMap(map);\n\t\t\t}\n\n\t\t\tvar infoWindow = new google.maps.InfoWindow();\n\n\t\t\t").concat(JSON.stringify(e.elements),".forEach(function (elm) {\n\t\t\t\tswitch (elm.type) {\n\t\t\t\t\tcase 'marker': {\n\t\t\t\t\t\tvar obj = (new google.maps.Marker({\n\t\t\t\t\t\t\tposition: {lat: elm.coordinates[0], lng: elm.coordinates[1]},\n\t\t\t\t\t\t\tmap: map,\n\t\t\t\t\t\t\ttitle: elm.title\n\t\t\t\t\t\t}));\n\n\t\t\t\t\t\telm.text && obj.addListener('click', function () {\n\t\t\t\t\t\t\tinfoWindow.setContent(elm.text);\n\t\t\t\t\t\t\tinfoWindow.open(map, this);\n\t\t\t\t\t\t});\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\n\t\t\t\t\tcase 'circle': {\n\t\t\t\t\t\t(new google.maps.Circle({\n\t\t\t\t\t\t\tcenter: {lat: elm.coordinates[0], lng: elm.coordinates[1]},\n\t\t\t\t\t\t\tradius: elm.radius,\n\t\t\t\t\t\t\tstrokeColor: elm.strokeColor,\n\t\t\t\t\t\t\tfillColor: elm.fillColor,\n\t\t\t\t\t\t\tstrokeWeight: elm.strokeWeight,\n\t\t\t\t\t\t\tfillOpacity: elm.fillOpacity,\n\t\t\t\t\t\t\tmap: map,\n\t\t\t\t\t\t}));\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\n\t\t\t\t\tcase 'polygon':\n\t\t\t\t\tcase 'polyline': {\n\t\t\t\t\t\tfunction toPath(array) {\n\t\t\t\t\t\t\treturn array.map(function (item) {\n\t\t\t\t\t\t\t\tif (Array.isArray(item[0])) {\n\t\t\t\t\t\t\t\t\treturn toPath(item);\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\treturn {lat: item[0], lng: item[1]};\n\t\t\t\t\t\t\t})\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t(new google.maps[elm.type === 'polyline' ? 'Polyline' : 'Polygon']({\n\t\t\t\t\t\t\tpath: toPath(elm.coordinates),\n\t\t\t\t\t\t\tstrokeColor: elm.strokeColor,\n\t\t\t\t\t\t\tfillColor: elm.fillColor,\n\t\t\t\t\t\t\tstrokeWeight: elm.strokeWeight,\n\t\t\t\t\t\t\tfillOpacity: elm.fillOpacity,\n\t\t\t\t\t\t\tmap: map,\n\t\t\t\t\t\t}));\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t})\n\t\t}\n\n\t\tif (typeof google !== 'undefined' && typeof google.maps !=='undefined' && typeof google.maps.Map !== 'undefined') {\n\t\t\tCreateGMap").concat(e.uid,"();\n\t\t} else {\n\t\t\tvar scr = document.createElement('script');\n\t\t\tscr.src = 'https://maps.googleapis.com/maps/api/js?key=").concat(t.o.googleMaps.API_KEY,"&language=").concat(t.o.language,"&callback=CreateGMap").concat(e.uid,"';\n\t\t\tdocument.appendChild(scr);\n\t\t}\n\t\t/*]]>*/</").concat("script",">").replace(/[\n\t]+/g,"")}},29343:function(t,e,n){"use strict";n.d(e,{J:function(){return r}});var o=n(26239),i=n(95582);function r(t){return t.state.elements.map((function(t){var e,n,r,a,s,c;switch(t.type){case"polygon":return"&path=fillcolor:".concat((0,o.n2)(null!==(e=t.fillColor)&&void 0!==e?e:"#fff"),"%7Cweight:").concat(null!==(n=t.strokeWeight)&&void 0!==n?n:1,"%7Ccolor:").concat((0,o.n2)(null!==(r=t.strokeColor)&&void 0!==r?r:"#fff"),"%7Cenc:").concat(google.maps.geometry.encoding.encodePath((0,o.lL)(t.coordinates)));case"polyline":return"&path=weight:".concat(null!==(a=t.strokeWeight)&&void 0!==a?a:1,"%7Ccolor:").concat((0,o.n2)(null!==(s=t.strokeColor)&&void 0!==s?s:"#fff"),"%7Cenc:").concat(google.maps.geometry.encoding.encodePath((0,o.lL)(t.coordinates)));case"marker":return"&markers=color:blue%7Clabel:".concat(encodeURIComponent((0,i.stripTags)(null!==(c=t.text)&&void 0!==c?c:"").charAt(0).toUpperCase()),"%7C").concat(t.coordinates)}return""})).join("")}},26239:function(t,e,n){"use strict";n.d(e,{Ez:function(){return u},NI:function(){return c},VI:function(){return a},iE:function(){return r},lL:function(){return s},n2:function(){return l}});var o=!1,i=[];function r(t){o?t():i.push(t)}function a(){o=!0,i&&i.forEach((function(t){return t()}))}function s(t,e){void 0===e&&(e=!1);var n=[];if(Array.isArray(t)){if(!Array.isArray(t[0])&&!Array.isArray(t[1]))return e?{lat:t[0],lng:t[1]}:new google.maps.LatLng(t[0],t[1]);t.forEach((function(t){n.push(s(t,e))}))}return n}function c(t){return t.getArray().map((function(t){return[t.lat(),t.lng()]}))}function l(t){return t.toUpperCase().replace("#","0x").padEnd(10,"F")}function u(){return"undefined"!=typeof google&&void 0!==google.maps&&void 0!==google.maps.Map}},3510:function(t,e,n){"use strict";n.d(e,{v:function(){return i}});var o=n(29343);function i(t){var e=t.state;return"https://maps.googleapis.com/maps/api/staticmap?center=".concat(e.center.join(","))+"&zoom=".concat(e.zoom)+"&size=".concat(e.size.join("x"))+"&maptype=".concat(e.type)+"&key=".concat(t.options.googleMaps.API_KEY)+(0,o.J)(t)}},97167:function(t,e,n){"use strict";n.d(e,{Q:function(){return a}});var o=n(97582),i=n(75004),r=n(50526),a=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return(0,o.ZT)(e,t),e.prototype.className=function(){return"UIComboBox"},e.prototype.onReady=function(){var t=this,e=new google.maps.places.Autocomplete(this.nativeInput,{fields:["address_components","geometry","name"],types:["geocode"]});e.addListener("place_changed",(function(){var n,o,i=e.getPlace();t.j.e.fire(t,"select",null===(n=i.geometry)||void 0===n?void 0:n.location,null===(o=i.geometry)||void 0===o?void 0:o.viewport)}))},e.prototype.onInput=function(){return(0,o.mG)(this,void 0,Promise,(function(){return(0,o.Jh)(this,(function(t){return[2]}))}))},(0,o.gn)([(0,r.hook)("ready")],e.prototype,"onReady",null),(0,o.gn)([(0,r.watch)("nativeInput:input"),(0,r.debounce)()],e.prototype,"onInput",null),e}(i.u3)},57144:function(t,e,n){"use strict";n.d(e,{z:function(){return r}});var o=n(97582),i=n(75004),r=function(t){function e(e,n,o){var i=t.call(this,e)||this;return i.state=n,i.options=o,i}return(0,o.ZT)(e,t),e.prototype.className=function(){return"UIBaseEditor"},e.prototype.render=function(){return"<div>\n\t\t\t<div class='&__header'></div>\n\t\t\t<div class='&__form'></div>\n\t\t\t<div class='&__buttons'></div>\n\t\t</div>"},e.prototype.onReady=function(){var t=this,e=(0,i.zx)(this.j,"bin").onAction((function(){return t.j.e.fire(t,"bin")}));this.append(e,"buttons")},e}(i.qe)},75345:function(t,e,n){"use strict";n.d(e,{Ys:function(){return o.Y},eU:function(){return i.e},yX:function(){return r.y}});var o=n(56143),i=n(93565),r=n(61814)},56143:function(t,e,n){"use strict";n.d(e,{Y:function(){return a}});var o=n(97582),i=n(50526),r=n(15191),a=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return(0,o.ZT)(e,t),e.prototype.onReady=function(){var e,n=this;t.prototype.onReady.call(this);var o=new r.d(this.j,this.options.googleMaps.inlineEditorOptions,null!==(e=this.state.text)&&void 0!==e?e:"",(function(t){return n.j.e.fire(n,"change","text",t)}));this.append(o,"form")},(0,o.gn)([(0,i.hook)("ready")],e.prototype,"onReady",null),(0,o.gn)([i.component],e)}(n(57144).z)},61814:function(t,e,n){"use strict";n.d(e,{y:function(){return c}});var o=n(97582),i=n(50526),r=n(39445),a=n(93565),s=n(48163),c=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return(0,o.ZT)(e,t),e.prototype.onReady=function(){var t,e,n=this;this.append([new r.T(this.j,{label:"Fill color",value:null!==(t=this.state.fillColor)&&void 0!==t?t:"#000",onChange:function(t){return n.j.e.fire(n,"change","fillColor",t)}}).setMod("trigger",!1),new s.W(this.j,{label:"Opacity",min:0,max:1,value:null!==(e=this.state.fillOpacity)&&void 0!==e?e:1,onChange:function(t){n.j.e.fire(n,"change","fillOpacity",parseFloat(t)||0)}}).setMod("log",!1)],"form")},(0,o.gn)([(0,i.hook)("ready")],e.prototype,"onReady",null),(0,o.gn)([i.component],e)}(a.e)},93565:function(t,e,n){"use strict";n.d(e,{e:function(){return c}});var o=n(97582),i=n(50526),r=n(57144),a=n(39445),s=n(75004),c=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return(0,o.ZT)(e,t),e.prototype.onReady=function(){var e,n,o=this;t.prototype.onReady.call(this),this.append([new s.u3(this.j,{label:"Stroke weight",value:null!==(e=this.state.strokeWeight)&&void 0!==e?e:1,type:"number",onChange:function(t){return o.j.e.fire(o,"change","strokeWeight",t)}}),new a.T(this.j,{label:"Stroke color",value:null!==(n=this.state.strokeColor)&&void 0!==n?n:"#000",onChange:function(t){return o.j.e.fire(o,"change","strokeColor",t)}}).setMod("trigger",!1)],"form")},(0,o.gn)([(0,i.hook)("ready")],e.prototype,"onReady",null),(0,o.gn)([i.component],e)}(r.z)},40540:function(t,e,n){"use strict";n.d(e,{BK:function(){return i.B},IE:function(){return o.I},KQ:function(){return r.K}});var o=n(43436),i=(n(75345),n(15191),n(59342)),r=n(42109)},43436:function(t,e,n){"use strict";n.d(e,{I:function(){return p}});var o=n(97582),i=n(81160),r=n(75004),a=n(50526),s=n(95582),c=n(8079),l=n(22709),u=n(54700),d=(n(98478),n(52524),n(99331)),p=function(t){function e(e,n,o){var r=t.call(this,e)||this;return r.options=o,r.toolbar=new c.ToolbarCollection(r.jodit),r.state={uid:"jd"+(0,i.fe)()+(new Date).toString().replace(/[^0-9]/g,""),layer:r.options.googleMaps.map.layer,center:r.options.googleMaps.map.defaultCenter,zoom:r.options.googleMaps.map.defaultZoom,size:r.options.googleMaps.map.size,type:r.options.googleMaps.map.type,controls:{zoomControl:!0,mapTypeControl:!0,scaleControl:!0,streetViewControl:!0,rotateControl:!0,fullscreenControl:!0},mode:"hand",elements:[]},r.mapElements=[],r.apiLoaded=null,r.mapInitialized=!1,r.layers=[],Object.assign(r.state,n),r.toolbar.build(["gm.hand","gm.marker","gm.polyline","gm.polygon","gm.circle"]),r.getElm("map-palette").appendChild(r.toolbar.container),r}return(0,o.ZT)(e,t),e.prototype.className=function(){return"UIMap"},e.prototype.json=function(){return JSON.stringify((0,o.pi)((0,o.pi)({},this.state),{mode:"hand"}))},e.prototype.onReady=function(){return(0,o.mG)(this,void 0,Promise,(function(){var t,e=this;return(0,o.Jh)(this,(function(n){switch(n.label){case 0:return[4,this.apiLoaded];case 1:return n.sent(),t=this.getElm("map-root"),this.map=new google.maps.Map(t,{center:{lat:this.state.center[0],lng:this.state.center[1]},zoom:this.state.zoom,mapTypeId:this.state.type}),this.map.addListener("zoom_changed",(function(){var t;e.state.zoom=null!==(t=e.map.getZoom())&&void 0!==t?t:10})),this.map.addListener("center_changed",(function(){var t,n,o,i,r,a;e.state.center=[null!==(o=null===(n=null===(t=e.map)||void 0===t?void 0:t.getCenter())||void 0===n?void 0:n.lat())&&void 0!==o?o:55,null!==(a=null===(r=null===(i=e.map)||void 0===i?void 0:i.getCenter())||void 0===r?void 0:r.lng())&&void 0!==a?a:34]})),this.map.addListener("maptypeid_changed",(function(){var t=e.map.getMapTypeId();t&&(e.state.type=t)})),this.initDrawManager(),this.onChangeElementsList(),this.onChangeSize(),this.onChangeControls(),this.onChangeLayer(),this.onChangeMapType(),this.onChangeMode(),this.mapInitialized=!0,this.j.async.requestIdleCallback((function(){e.j.e.fire(e,"GoogleMapsIsReady")})),[2]}}))}))},e.prototype.initDrawManager=function(){var t=this;try{var e=new google.maps.drawing.DrawingManager;e.setMap(this.map),e.setOptions({drawingControl:!1,polygonOptions:(0,o.pi)((0,o.pi)({},this.options.googleMaps.map.defaultStates.polygon),{clickable:!0,editable:!0}),polylineOptions:(0,o.pi)((0,o.pi)({},this.options.googleMaps.map.defaultStates.polyline),{clickable:!0,editable:!0}),markerOptions:(0,o.pi)((0,o.pi)({},this.options.googleMaps.map.defaultStates.marker),{clickable:!0}),circleOptions:(0,o.pi)((0,o.pi)({},this.options.googleMaps.map.defaultStates.circle),{clickable:!0,editable:!0})}),this.drawingManager=e,google.maps.event.addListener(e,"overlaycomplete",(function(e){e.overlay&&(d.Tf.call(t,e.overlay),e.overlay.setMap(null))}))}catch(t){}},e.prototype.changeCreateMode=function(t){this.state.mode=this.state.mode===t?"hand":t},e.prototype.onChangeMode=function(){var t;this.j.buffer.set("createMode.gm",this.state.mode),null===(t=this.drawingManager)||void 0===t||t.setDrawingMode("hand"===this.state.mode?null:this.state.mode),this.j.e.fire("updateToolbar")},e.prototype.onChangeElementsList=function(){var t=this,e=this.state.elements,n=this.mapElements;n.length>e.length&&n.slice(e.length).forEach((function(t){t.gme.setMap(null)})),n.length=e.length,e.forEach((function(e,n){return u.O.call(t,e,n)}))},e.prototype.onChangeCenter=function(){var t=this.map.getCenter();(null==t?void 0:t.lat())===this.state.center[0]&&(null==t?void 0:t.lng())===this.state.center[1]||this.map.setCenter({lat:this.state.center[0],lng:this.state.center[1]})},e.prototype.onChangeZoom=function(){var t;null===(t=this.map)||void 0===t||t.setZoom(this.state.zoom)},e.prototype.onChangeControls=function(){var t,e;for(e in this.state.controls)null===(t=this.map)||void 0===t||t.set(e,this.state.controls[e])},e.prototype.onChangeBound=function(){this.options.googleMaps.saveStateInStorage&&this.j.storage.set(l.U,{center:this.state.center,size:this.state.size,zoom:this.state.zoom,type:this.state.type,layer:this.state.layer,controls:this.state.controls})},e.prototype.onChangeSize=function(){var t=this.getElm("map-size");(0,s.css)(t,{width:this.state.size[0],height:this.state.size[1]})},e.prototype.onChangeMapType=function(){this.map.setMapTypeId(this.state.type)},e.prototype.onChangeLayer=function(){var t=this;switch(this.layers.forEach((function(t){return t.setMap(null)})),this.layers.length=0,this.state.layer){case"traffic":this.layers.push(new google.maps.TrafficLayer);break;case"transit":this.layers.push(new google.maps.TransitLayer);break;case"bicycling":this.layers.push(new google.maps.BicyclingLayer)}this.layers.forEach((function(e){return e.setMap(t.map)}))},e.prototype.render=function(){return"<div>\n\t\t\t<div class='&__map-root'></div>\n\t\t\t<div class='&__map-size'></div>\n\t\t\t<div class='&__map-palette'></div>\n\t\t</div>"},e.prototype.appendChildToContainer=function(){},(0,o.gn)([(0,a.hook)("ready")],e.prototype,"onReady",null),(0,o.gn)([(0,a.watch)("?:changeCreateMode.gm")],e.prototype,"changeCreateMode",null),(0,o.gn)([(0,a.watch)("state.mode")],e.prototype,"onChangeMode",null),(0,o.gn)([(0,a.watch)("state.elements")],e.prototype,"onChangeElementsList",null),(0,o.gn)([(0,a.watch)("state.center"),(0,a.wait)((function(t){return t.mapInitialized})),(0,a.debounce)()],e.prototype,"onChangeCenter",null),(0,o.gn)([(0,a.watch)("state.zoom"),(0,a.debounce)()],e.prototype,"onChangeZoom",null),(0,o.gn)([(0,a.watch)("state.controls")],e.prototype,"onChangeControls",null),(0,o.gn)([(0,a.watch)(["state.center","state.zoom","state.controls","state.size","state.type","state.layer"]),(0,a.wait)((function(t){return t.mapInitialized})),(0,a.debounce)()],e.prototype,"onChangeBound",null),(0,o.gn)([(0,a.watch)("state.size"),(0,a.debounce)()],e.prototype,"onChangeSize",null),(0,o.gn)([(0,a.watch)("state.type")],e.prototype,"onChangeMapType",null),(0,o.gn)([(0,a.watch)("state.layer")],e.prototype,"onChangeLayer",null),e}(r.qe)},44629:function(t,e,n){"use strict";n.d(e,{T:function(){return r}});var o=n(97582),i=n(26239);function r(t){var e,n,r,a,s,c,l,u;switch(this.state.mode){case"polyline":case"polygon":var d=this.state.mode;this.state.elements=(0,o.ev)((0,o.ev)([],(0,o.CR)(this.state.elements),!1),[(0,o.pi)({type:d,coordinates:(0,i.NI)(t.getPath())},this.options.googleMaps.map.defaultStates[d])],!1);break;case"circle":var p=t;this.state.elements=(0,o.ev)((0,o.ev)([],(0,o.CR)(this.state.elements),!1),[(0,o.pi)({type:this.state.mode,coordinates:[null!==(n=null===(e=p.getCenter())||void 0===e?void 0:e.lat())&&void 0!==n?n:0,null!==(a=null===(r=p.getCenter())||void 0===r?void 0:r.lng())&&void 0!==a?a:0],radius:p.getRadius()},this.options.googleMaps.map.defaultStates.circle)],!1);break;case"marker":var f=t;this.state.elements=(0,o.ev)((0,o.ev)([],(0,o.CR)(this.state.elements),!1),[(0,o.pi)({type:this.state.mode,coordinates:[null!==(c=null===(s=f.getPosition())||void 0===s?void 0:s.lat())&&void 0!==c?c:0,null!==(u=null===(l=f.getPosition())||void 0===l?void 0:l.lng())&&void 0!==u?u:0]},this.options.googleMaps.map.defaultStates.marker)],!1)}}},99331:function(t,e,n){"use strict";n.d(e,{Tf:function(){return o.T}});var o=n(44629);n(70054)},54700:function(t,e,n){"use strict";n.d(e,{O:function(){return l}});var o=n(22425),i=n(75004),r=n(26239),a=n(81160),s=n(14234),c=n(70054);function l(t,e){var n,l,u=this,d=this.mapElements[e];if(d){if(d.state.type===t.type)return o.v.call(this,t,e);d.gme.setMap(null)}switch(t.type){case"text":l=new google.maps.Marker({position:new google.maps.LatLng(t.coordinates[0],t.coordinates[1]),draggable:!0,title:t.text,map:this.map});break;case"marker":l=new google.maps.Marker({position:new google.maps.LatLng(t.coordinates[0],t.coordinates[1]),draggable:!0,label:t.showCaption?t.title:"",title:t.title,icon:t.icon?i.JO.get(t.icon):null,map:this.map});break;case"polyline":case"polygon":var p=(0,r.lL)(t.coordinates);l=new google.maps["polygon"===t.type?"Polygon":"Polyline"]({path:p,strokeColor:t.strokeColor,fillColor:t.fillColor,strokeWeight:t.strokeWeight,editable:!0,draggable:!0,map:this.map,fillOpacity:"polygon"===t.type?t.fillOpacity:1});break;case"circle":l=new google.maps.Circle({center:new google.maps.LatLng(t.coordinates[0],t.coordinates[1]),radius:t.radius,strokeColor:t.strokeColor,fillColor:t.fillColor,strokeWeight:t.strokeWeight,editable:!0,draggable:!0,map:this.map,fillOpacity:null!==(n=t.fillOpacity)&&void 0!==n?n:1})}var f={type:t.type,uid:(0,a.fe)(),state:t,gme:l};"dragend radius_changed center_changed".split(" ").forEach((function(t){return l.addListener(t,(function(){return s.w.call(u,f,e)}))})),"polygon"!==f.type&&"polyline"!==f.type||"insert_at set_at remove_at".split(" ").forEach((function(t){return f.gme.getPath().addListener(t,(function(){return s.w.call(u,f,e)}))})),l.addListener("click",(function(){return c.B.call(u,f,e)})),this.mapElements[e]=f}},14234:function(t,e,n){"use strict";n.d(e,{w:function(){return a}});var o=n(97582),i=n(22425),r=n(26239);function a(t,e){var n,a,s,c;switch(t.type){case"polyline":case"polygon":var l=(0,r.NI)(t.gme.getPath()),u=(0,o.pi)((0,o.pi)({},t.state),{coordinates:l});i.v.call(this,u,e,!0);break;case"marker":var d=t.gme.getPosition();u=(0,o.pi)((0,o.pi)({},t.state),{coordinates:[null!==(n=null==d?void 0:d.lat())&&void 0!==n?n:0,null!==(a=null==d?void 0:d.lng())&&void 0!==a?a:0]}),i.v.call(this,u,e,!0);break;case"circle":d=t.gme.getCenter(),u=(0,o.pi)((0,o.pi)({},t.state),{radius:t.gme.getRadius(),coordinates:[null!==(s=null==d?void 0:d.lat())&&void 0!==s?s:0,null!==(c=null==d?void 0:d.lng())&&void 0!==c?c:0]}),i.v.call(this,u,e,!0)}}},70054:function(t,e,n){"use strict";n.d(e,{B:function(){return c}});var o=n(97582),i=n(75345),r=n(48207),a=n(22425);function s(){var t=this,e=new google.maps.InfoWindow({content:"<div>test</div>"});return e.addListener("domready",(function(){t.setMod("info-opened",!0)})),e.addListener("closeclick",(function(){t.setMod("info-opened",!1)})),e}function c(t,e){var n,c=this;switch(this.state.mode="hand",t.type){case"polyline":n=new i.eU(this.jodit,t.state,this.options);break;case"marker":n=new i.Ys(this.jodit,t.state,this.options);break;case"circle":case"polygon":n=new i.yX(this.jodit,t.state,this.options)}if(n){this.append(n),this.j.e.on(n,"bin",(function(){r.b.call(c,t)})).on(n,"change",(function(n,i){var r;a.v.call(c,(0,o.pi)((0,o.pi)({},t.state),((r={})[n]=i,r)),e)}));var l=s.call(this);if("polygon"===t.type||"polyline"===t.type){var u=t.gme.getPath().getAt(0);l.setPosition(u)}"circle"===t.type&&l.setPosition(t.gme.getCenter()),l.setContent(n.container),l.open(this.map,t.gme),l.addListener("closeclick",(function(){n&&(c.remove(n),n.destruct())}))}}},48207:function(t,e,n){"use strict";n.d(e,{b:function(){return i}});var o=n(97582);function i(t){var e=this.mapElements.indexOf(t);-1!==e&&(this.mapElements[e].gme.setMap(null),this.mapElements.splice(e,1),this.state.elements.splice(e,1),this.state.elements=(0,o.ev)([],(0,o.CR)(this.state.elements),!1))}},22425:function(t,e,n){"use strict";n.d(e,{v:function(){return i}});var o=n(26239);function i(t,e,n){var i;void 0===n&&(n=!1);var r=this.mapElements[e];if(r.state!==t&&r.state.type===t.type){var a=r.state;if(!n){var s=void 0;for(s in t){var c=t[s],l=a[s];if(null!=c&&(null==l||c.toString()!==l.toString()))switch(s){case"strokeWeight":case"strokeColor":case"fillColor":case"fillOpacity":switch(r.type){case"polyline":case"circle":case"polygon":r.gme.setOptions(((i={})[s]=c,i))}break;case"coordinates":switch(r.type){case"polygon":case"polyline":r.gme.setPath((0,o.lL)(c))}}}}r.state=t,this.state.elements[e]=t}}},42109:function(t,e,n){"use strict";n.d(e,{K:function(){return a}});var o=n(97582),i=n(75004),r=n(50526),a=function(t){function e(e,n){var o=t.call(this,e)||this;o.state=n;var r={zoomControl:"Zoom control",mapTypeControl:"Map Type control",scaleControl:"Scale control",streetViewControl:"Street View control ",rotateControl:"Rotate control",fullscreenControl:"Fullscreen control"},a=Object.keys(r);return o.append(a.map((function(t){return new i.mA(e,{label:r[t],name:t,checked:o.state.controls[t],switch:!0,type:"checkbox",onChange:o.onChangeSize.bind(o,t)})}))),o}return(0,o.ZT)(e,t),e.prototype.className=function(){return"UIMapsControlsForm"},e.prototype.onChangeSize=function(t,e){var n;this.state.controls=(0,o.pi)((0,o.pi)({},this.state.controls),((n={})[t]="true"===e,n))},(0,o.gn)([r.component],e)}(i.x4)},59342:function(t,e,n){"use strict";n.d(e,{B:function(){return s}});var o=n(97582),i=n(75004),r=n(95582),a=n(50526),s=function(t){function e(e,n){var r,a,s,c=this;(c=t.call(this,e)||this).state=n;var l=(r=(0,o.CR)(n.size,2))[0],u=r[1],d=(a=(0,o.CR)(n.center,2))[0],p=a[1];return c.append([new i.u3(e,{label:"Width",name:"width",value:l,type:"number",onChange:c.onChangeSize}),new i.u3(e,{label:"Height",name:"height",value:u,type:"number",onChange:c.onChangeSize}),new i.u3(e,{label:"Latitude",name:"lat",value:d,onChange:c.onChangeCenter}),new i.u3(e,{label:"Longitude",name:"lng",value:p,onChange:c.onChangeCenter}),new i.Cj(e,{label:"Map type",value:n.type,name:"mapType",options:[{value:"hybrid",text:"Hybrid"},{value:"roadmap",text:"Roadmap"},{value:"satellite",text:"Satellite"},{value:"terrain",text:"Terrain"}],onChange:function(t){n.type=t}}),new i.Cj(e,{label:"Layer",value:null!==(s=n.layer)&&void 0!==s?s:"default",name:"layer",options:[{value:"default",text:"Default"},{value:"traffic",text:"Traffic"},{value:"transit",text:"Transit"},{value:"bicycling",text:"Bicycling"}],onChange:function(t){n.layer=t}})]),c}return(0,o.ZT)(e,t),e.prototype.className=function(){return"UIMapsPropsForm"},e.prototype.onChangeSize=function(){var t,e=(t=(0,r.refs)(this)).width,n=t.height;this.state.size=[parseInt(null==e?void 0:e.value,10)||0,parseInt(null==n?void 0:n.value,10)||0]},e.prototype.onExternalChangeSize=function(){var t,e,n=(t=(0,r.refs)(this)).width,i=t.height,a=(e=(0,o.CR)(this.state.size,2))[0],s=e[1];a.toString()!==n.value&&(n.value=a.toString()),s.toString()!==i.value&&(i.value=s.toString())},e.prototype.onChangeCenter=function(){var t,e=(t=(0,r.refs)(this)).lat,n=t.lng;this.state.center=[parseFloat(null==e?void 0:e.value)||0,parseFloat(null==n?void 0:n.value)||0]},e.prototype.onExternalChangeCenter=function(){var t,e,n=(t=(0,r.refs)(this)).lat,i=t.lng,a=(e=(0,o.CR)(this.state.center,2))[0],s=e[1];a.toString()!==n.value&&(n.value=a.toString()),s.toString()!==i.value&&(i.value=s.toString())},e.prototype.onExternalChangeType=function(){var t=(0,r.refs)(this).mapType;this.state.type!==t.value&&(t.value=this.state.type)},e.prototype.onExternalChangeLayer=function(){var t=(0,r.refs)(this).layer;this.state.layer!==t.value&&(t.value=this.state.layer)},(0,o.gn)([a.autobind],e.prototype,"onChangeSize",null),(0,o.gn)([(0,a.watch)("state.size")],e.prototype,"onExternalChangeSize",null),(0,o.gn)([a.autobind],e.prototype,"onChangeCenter",null),(0,o.gn)([(0,a.watch)(["state.center"])],e.prototype,"onExternalChangeCenter",null),(0,o.gn)([(0,a.watch)(["state.type"])],e.prototype,"onExternalChangeType",null),(0,o.gn)([(0,a.watch)(["state.layer"])],e.prototype,"onExternalChangeLayer",null),(0,o.gn)([a.component],e)}(i.x4)},15191:function(t,e,n){"use strict";n.d(e,{d:function(){return s}});var o=n(97582),i=n(15120),r=n(75004),a=n(50526),s=(n(95582),function(t){function e(e,n,r,a){var s=t.call(this,e)||this,c=s.getElm("editor"),l=i.Jodit.make(c,(0,o.pi)({buttons:["bold","italic","image"],height:100,minHeight:100,allowResizeY:!1,allowResizeX:!1,disablePlugins:["mobile","backup","highlight-signature","tune-block","show-blocks"],toolbarButtonSize:"small",language:e.o.language,direction:e.o.direction,theme:e.o.theme,statusbar:!1},n));return l.value=r,l.e.on("change",(function(){return a(l.value)})),s}return(0,o.ZT)(e,t),e.prototype.className=function(){return"UIWysiwyg"},e.prototype.render=function(){return"<div>\n\t\t\t<div class='&__label'>~Info~</div>\n\t\t\t<div class='&__editor'></div>\n\t\t</div>"},(0,o.gn)([a.component],e)}(r.u1))},93326:function(t,e,n){"use strict";var o=n(97582),i=n(7324),r=n(77628),a=n(95582),s=n(86398),c=n(88292);r.D.prototype.controls.google={tooltip:"Google search",icon:n(97472),isDisabled:function(t){return(0,s.u)(t.editor)},command:"startSearch"};var l=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.buttons=[{name:"google",group:"search"}],e}return(0,o.ZT)(e,t),e.prototype.afterInit=function(t){t.registerCommand("startSearch",{exec:function(){var e,n,o,i,r=t.s;if(i=r.isCollapsed()?null===(n=null===(e=r.current())||void 0===e?void 0:e.parentElement)||void 0===n?void 0:n.innerText:null===(o=r.sel)||void 0===o?void 0:o.toString()){var s="https://www.google.com/search?q="+encodeURIComponent((0,a.trim)(i));window.open(s,"_blank")}}})},e.prototype.beforeDestruct=function(t){},e.requires=["license"],e}(i.S);c.y.plugins.add("google-search",l)},77842:function(t,e,n){"use strict";var o=n(97582),i=n(7324),r=n(50526),a=n(44913),s=n(98478),c=n(88292);n(77628).D.prototype.highlightSignature={schema:{},excludeTags:["pre"]};var l=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.idleId=0,e}return(0,o.ZT)(e,t),e.prototype.afterInit=function(t){Object.keys(t.o.highlightSignature.schema).length&&t.e.on("change afterSetMode",this.walkNodes).on("afterGetValueFromEditor",e.removeUtilWrappers)},e.prototype.beforeDestruct=function(t){t.e.off("change afterSetMode",this.walkNodes).off("afterGetValueFromEditor",e.removeUtilWrappers)},e.prototype.walkNodes=function(){if(this.j.isEditorMode()){this.checkUtilsBoxToSchema();var t=this.j,e=t.ed.createNodeIterator(t.editor,NodeFilter.SHOW_TEXT);this.j.async.cancelIdleCallback(this.idleId),this.workLoop(e)}},e.prototype.runWorker=function(t,e){var n;this.j.e.mute();try{do{if(!(n=e.nextNode()))return;if(this.checkNormalizing(n))return;this.checkReplaceSchemas(n)}while(n&&t.timeRemaining()>0)}finally{this.j.e.unmute()}this.workLoop(e)},e.prototype.workLoop=function(t){var e=this;this.idleId=this.j.async.requestIdleCallback((function(n){e.runWorker(n,t)}),{timeout:this.j.defaultTimeout})},e.prototype.checkNormalizing=function(t){return!!a.i.isText(t.nextSibling)&&(this.j.editor.normalize(),this.walkNodes(),!0)},e.prototype.checkReplaceSchemas=function(t){if(!e.hasUtilWrapper(t)){var n=t.nodeValue;if(null!=n){var o=this.j.o.highlightSignature;for(var i in o.schema){var r=RegExp(i);if(r.test(n)){var s=n.match(r);if(!s||void 0===s.index)continue;var c=o.schema[i](this.j,s);if(c)return a.i.markTemporary(c,{dataHighlightSchema:i}),void this.replaceMatchedTextToElm(t,n,s,c)}}}}},e.prototype.replaceMatchedTextToElm=function(t,e,n,o){var i,r=this.j,s=r.s.range,c=s.startContainer===t,l=s.startOffset,u=null!==(i=n.index)&&void 0!==i?i:0;t.nodeValue=e.substring(0,u);var d=e.substring(u+n[0].length);if(d.length){var p=r.createInside.text(d);a.i.after(t,p)}o.innerText=n[0],a.i.after(t,o),c&&this.restoreCursorPosition(l,t,o.firstChild,o.nextSibling)},e.hasUtilWrapper=function(t){return a.i.isTemporary(t.parentElement)},e.removeUtilWrappers=function(t){t.value=a.i.replaceTemporaryFromString(t.value)},e.prototype.restoreCursorPosition=function(t){for(var e,n,i=[],r=1;arguments.length>r;r++)i[r-1]=arguments[r];try{for(var a=(0,o.XA)(i),s=a.next();!s.done;s=a.next()){var c=s.value;if(c&&c.nodeValue){var l=c.nodeValue;if(l.length>=t){var u=this.j.s.createRange();u.setStart(c,t),this.j.s.selectRange(u,!1);break}t-=l.length}}}catch(t){e={error:t}}finally{try{s&&!s.done&&(n=a.return)&&n.call(a)}finally{if(e)throw e.error}}},e.prototype.checkUtilsBoxToSchema=function(){var t=this;a.i.temporaryList(this.j.editor).forEach((function(e){var n,o=(0,s.attr)(e,"dataHighlightSchema");if(o){var i=RegExp(o),r=null!==(n=e.innerText)&&void 0!==n?n:"";i.test(r)&&!r.replace(i,"").length||(t.j.s.save(),a.i.unwrap(e),t.j.s.restore())}}))},e.requires=["license"],(0,o.gn)([(0,r.debounce)()],e.prototype,"walkNodes",null),(0,o.gn)([r.autobind],e.prototype,"runWorker",null),e}(i.S);c.y.plugins.add("highlight-signature",l)},8633:function(t,e,n){"use strict";var o=n(77628),i=n(8138),r=n(95582);o.D.prototype.controls.iframeEditor={icon:n(11192),tooltip:"Iframe Editor",exec:function(t,e){i.i.isTag(e,"jodit")&&i.i.isTag(e.firstElementChild,"iframe")&&(e=e.firstElementChild),t.e.fire("toggleIframeEditor",i.i.isTag(e,"iframe")?e:null)}},(0,r.isArray)(o.D.prototype.popup.iframe)&&o.D.prototype.popup.iframe.push("iframeEditor")},54521:function(t,e,n){"use strict";var o=n(97582),i=n(7324),r=n(8079),a=n(1161),s=n(50526),c=n(8138),l=n(88292),u=n(29788),d=n(95582),p=(n(8633),function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.buttons=[{group:"form",name:"iframeEditor"}],e}return(0,o.ZT)(e,t),e.prototype.afterInit=function(t){t.e.on("toggleIframeEditor",this.toggleEditor)},e.prototype.toggleEditor=function(t){var e,n,o,i,s,l=this;this.__dialog||(this.__dialog=new r.Dialog({language:this.j.o.language,theme:this.j.o.theme}),this.__dialog.setHeader("Iframe Properties").setSize(470,400)),t&&!c.i.isTag(t,"iframe")&&(t=void 0);var p=new a.w(this.__dialog,{src:null!==(e=null==t?void 0:t.src)&&void 0!==e?e:"",name:null!==(n=null==t?void 0:t.name)&&void 0!==n?n:"",title:null!==(o=null==t?void 0:t.title)&&void 0!==o?o:"",frameBorder:"1"===(null==t?void 0:t.frameBorder)||"yes"===(null==t?void 0:t.frameBorder),width:null!==(i=null==t?void 0:t.offsetWidth)&&void 0!==i?i:700,height:null!==(s=null==t?void 0:t.offsetHeight)&&void 0!==s?s:400});this.__dialog.setContent(p);var f=this.__dialog;f.isOpened?f.close():(f.setFooter([(0,u.zx)(f,"cancel","Cancel","default").onAction((function(){return f.close()})),(0,u.zx)(f,"ok",t?"Update":"Insert","primary").onAction((function(){if(!p.srcField.value)return p.srcField.validate(),void p.srcField.focus();t||(t=l.j.createInside.element("iframe"),l.j.s.insertNode(t,!0,!1)),t.className=p.state.className||"",(0,d.attr)(t,{src:p.state.src,title:p.state.title,name:p.state.name,frameborder:p.state.frameBorder?"1":"0",width:p.state.width,height:p.state.height}),c.i.isTag(t.parentElement,"jodit")&&(0,d.css)(t.parentElement,{width:p.state.width,height:p.state.height}),l.jodit.e.fire("synchro"),f.close()}))]).open(),this.jodit.async.requestIdleCallback((function(){p.srcField.focus()})))},e.prototype.onDblClick=function(t){c.i.isTag(t.target,"iframe")&&this.toggleEditor(t.target)},e.prototype.beforeDestruct=function(t){var e;null===(e=this.__dialog)||void 0===e||e.destruct()},e.requires=["license","color-picker"],(0,o.gn)([s.autobind],e.prototype,"toggleEditor",null),(0,o.gn)([(0,s.watch)(":dblclick")],e.prototype,"onDblClick",null),e}(i.S));l.y.plugins.add("iframe-editor",p)},1161:function(t,e,n){"use strict";n.d(e,{w:function(){return a}});var o=n(97582),i=n(75004),r=n(50526),a=function(t){function e(e,n){var o=t.call(this,e)||this;return o.state={src:"",className:"",width:400,height:200,frameBorder:!1,enableScrollbars:!1,name:"",title:""},Object.assign(o.state,n),o.srcField=new i.u3(e,{label:"URL",type:"url",required:!0,value:o.state.src,onChange:function(t){o.state.src=t}}),o.append([o.srcField,new i.eC(e,[new i.u3(e,{label:"Width",type:"number",value:o.state.width,onChange:function(t){o.state.width=parseInt(t,10)||0}}),new i.u3(e,{label:"Height",type:"number",value:o.state.height,onChange:function(t){o.state.height=parseInt(t,10)||0}})],{className:o.getFullElName("block"),align:"center"}),new i.eC(e,[new i.mA(e,{label:"Show frame border",checked:Boolean(n.frameBorder),onChange:function(t){o.state.frameBorder="true"===t}})]),new i.u3(e,{label:"Name",value:o.state.name,type:"text",onChange:function(t){o.state.name=t}}),new i.u3(e,{label:"Title",value:o.state.title,type:"text",onChange:function(t){o.state.title=t}})]),o}return(0,o.ZT)(e,t),e.prototype.className=function(){return"UIIframeEditor"},(0,o.gn)([r.component],e)}(i.qe)},5832:function(t,e,n){"use strict";n(19564),n(93123),n(32100),n(64122),n(66723),n(24727),n(43653),n(76329),n(48531),n(177),n(93326),n(77842),n(54521),n(34295),n(34115),n(69135),n(29782),n(70322),n(87998),n(45268),n(46753),n(66724)},72257:function(t,e,n){"use strict";var o=n(77628);o.D.prototype.keyboard={defaultLayoutSet:"en",showLayoutSwitcher:!0,extraKeyGroup:"other",extraKeyButtons:[],delayKeyRepeat:350,periodKeyRepeat:100,layoutList:{en:{title:"English",keys:[["` ~ ±","1 ! §","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ñol",keys:[["º ` ~","1 ! §","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"]]},de:{title:"Deutsch",keys:[["` ~ ±","1 ! §","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","ü Ü [","] }","\\ |"],["Caps","a A","s S","d D","f F","g G","h H","j J","k K","l L","ö Ö ;","ä Ä ' \"","Enter"],["Shift","y Y","x X","c C","v V","b B","n N","m M",", <",". >","/ ?","Shift"],["Options","Space","Options"]]},ru:{title:"Русский",keys:[["` ~ ±","1 ! §",'2 @ "',"3 # :","4 $ <","5 % >","6 ^","7 &","8 *","9 (","0 )","- _","= +","Backspace"],["Tab","й Й","ц Ц","у У","к К","е Е","н Н","г Г","ш Ш","щ Щ","з З","х Х [","ъ ] {","\\ | }"],["Caps","ф Ф","ы Ы","в В","а А","п П","р Р","о О","л Л","д Д","ж Ж ;","э Э '","Enter"],["Shift","я Я","ч Ч","с С","м М","и И","т Т","ь Ь","б Б ,","ю Ю .","/ ?","Shift"],["Options","Space","Options"]]},tr:{title:"Türkçe",keys:[['" é` ~',"1 ! §",'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","o O","p P","ğ Ğ","ü Ü",", \\ |"],["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","ö Ö <","ç Ç >",". / ?","Shift"],["Options","Space","Options"]]},iw:{title:"Hebrew",keys:[["` ~ ±","1 ! §","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 ! §",'2 @ "',"3 # :","4 $ <","5 % >","6 ^ ±","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]]},o.D.prototype.controls.keyboard={tooltip:"Keyboard",icon:n(48326),isActive:function(t){return Boolean(t.e.fire("isKeyboardOpened"))},command:"toggleKeyboard"},o.D.prototype.controls.extraKeyboardButtons={}},34295:function(t,e,n){"use strict";var o=n(97582),i=n(7324),r=n(88292),a=n(21295),s=n(50526),c=(n(72257),n(8079)),l=n(75004),u=n(71350),d=n(77628),p=function(t){function e(e){var n,o=t.call(this,e)||this;o.hasStyle=!r.y.fatMode,o.buttons=[{group:"insert",name:"keyboard"}];var i=(n=e.o.keyboard).extraKeyButtons,a=n.extraKeyGroup;return i.length&&i.forEach((function(t,n){var o=(0,u.HD)(t)?t:t.key,i=(0,u.HD)(t)||!t.hotkeys?["ctrl+".concat(n+1)]:t.hotkeys;e.registerButton({name:"extraKeyboardButtons.".concat(o),group:a}),d.D.defaultOptions.controls.extraKeyboardButtons[o]={name:o,tooltip:o,args:[o],hotkeys:i,command:"insertChar"}})),o}return(0,o.ZT)(e,t),e.prototype.afterInit=function(t){var e=this;t.registerCommand("toggleKeyboard",this.toggleKeyboard).registerCommand("insertChar",this.insertChar),t.e.on("isKeyboardOpened",(function(){var t;return null===(t=e.__keyboard)||void 0===t?void 0:t.isOpened}))},e.prototype.insertChar=function(t,e,n){this.j.s.insertNode(this.j.createInside.text(n))},e.prototype.toggleKeyboard=function(){var t;if(!this.__keyboard){this.__keyboard=new c.Dialog({toolbarButtonSize:"tiny"});var e=new a.r(this.j);this.__keyboard.setMod("slim",!0).setMod("adaptive",!1).setContent(e);var n=(t=this.j.o.keyboard).showLayoutSwitcher,o=t.layoutList;if(n){var i=new l.Cj(this.__keyboard,{value:e.state.currentLayout,options:t.layoutSwitchList.map((function(t){var e,n;return{text:null!==(n=null===(e=o[t])||void 0===e?void 0:e.title)&&void 0!==n?n:t,value:t}})),onChange:function(t){e.state.currentLayout=t}});i.setMod("size","tiny").setMod("width","auto").setMod("variant","outline"),this.__keyboard.setHeader(i)}}this.__keyboard.isOpened?this.__keyboard.close():this.__keyboard.open()},e.prototype.beforeDestruct=function(t){var e;null===(e=this.__keyboard)||void 0===e||e.destruct()},e.requires=["license"],(0,o.gn)([s.autobind],e.prototype,"insertChar",null),(0,o.gn)([s.autobind],e.prototype,"toggleKeyboard",null),e}(i.S);r.y.plugins.add("keyboard",p)},21295:function(t,e,n){"use strict";n.d(e,{r:function(){return l}});var o=n(97582),i=n(75004),r=n(50526),a=n(98478),s=n(11612),c=n(23185),l=function(t){function e(e){var n=t.call(this,e)||this;return n.state={caps:!1,shift:!1,options:!1,currentLayout:n.j.o.keyboard.defaultLayoutSet},n._keys=n.getElms("key"),n.pressed=!1,n.reKeyDownTimeout=0,n.onStateChange(),n}var l;return(0,o.ZT)(e,t),l=e,e.prototype.className=function(){return"UIKeyboard"},e.prototype.render=function(){var t,e=(t=this.j.options.keyboard).layout,n=t.keySize,o=e.length;return"<div>".concat(function(){for(var t=[],i=0;o>i;i+=1){for(var r=[],a=0;e[i].length>a;a+=1)r.push('<div style="width:'.concat(n*e[i][a],"px;height:").concat(n,'px;" class="&__key"></div>'));t.push("<div class='&__row'>".concat(r.join("\n"),"</div>"))}return t.join("\n")}(),"</div>")},e.prototype.onStateChange=function(){for(var t,e=(t=this.state).currentLayout,n=t.options,o=t.shift,i=t.caps,r=this.j.o.keyboard.layoutList[e].keys,a=0,s=0;r.length>s;s+=1)for(var c=0;r[s].length>c;c+=1){var u=r[s][c].split(" "),d=u[0];o&&(d=u[1]),!o&&i&&u[1]&&l.isLetter(u[0])&&(d=u[1]),n&&(d=u[2]),this.setKeyValue(a,null!=d?d:u[0]),a+=1}},e.isLetter=function(t){return t.toLowerCase()!==t.toUpperCase()},e.prototype.setKeyValue=function(t,e){var n,o=this._keys[t];if(o){var i=!1,r=(n=this.state).options,s=n.shift,c=n.caps;switch(e){case"Caps":i=c;break;case"Options":i=r;break;case"Shift":i=s}o.innerHTML=l.decorate(e),o.classList.toggle(this.getFullElName("key","active",!0),i),(0,a.attr)(o,"-key",e)}},e.prototype.onKeyUp=function(){this.pressed&&this.stopPress()},e.prototype.onReady=function(){this.j.e.on(this.getElms("key"),"mouseenter",this.stopPress)},e.prototype.stopPress=function(){var t=this;this.pressed&&(this.pressed=!1,this.j.async.clearTimeout(this.reKeyDownTimeout),this._keys.forEach((function(e){e.classList.remove(t.getFullElName("key","pressed",!0))})))},e.prototype.onKeyDown=function(t,e){var n,o=this;void 0===e&&(e=0);var i=t.target;if(!i||!i.classList.contains(this.getFullElName("key")))return!1;this.pressed=!0,i.classList.add(this.getFullElName("key","pressed",!0));var r=(0,a.attr)(i,"-key");switch(r){case"Caps":this.state.caps=!this.state.caps;break;case"Shift":this.state.shift=!this.state.shift;break;case"Options":this.state.options=!this.state.options;break;case"Enter":case"Backspace":this.j.e.fire("keydown",{key:r,preventDefault:function(){}});break;case"Space":case"Tab":this.j.s.insertNode(this.j.createInside.text(s.NBSP_SPACE));break;default:this.state.shift&&(this.state.shift=!1),r&&this.j.s.insertNode(this.j.createInside.text(r))}var c=(n=this.j.o.keyboard).periodKeyRepeat;return this.reKeyDownTimeout=this.j.async.setTimeout((function(){return o.onKeyDown(t,c)}),e||n.delayKeyRepeat),!1},e.decorate=function(t){switch(t){case"Space":return"";case"Enter":return i.JO.get("enter");case"Backspace":return n(31169);case"Shift":return n(44660);case"Caps":return n(37967);case"Options":return n(92100);case"Tab":return n(82333);default:return t}},(0,o.gn)([(0,r.watch)(["state.currentLayout","state.options","state.shift","state.caps"])],e.prototype,"onStateChange",null),(0,o.gn)([(0,r.watch)(["ow:mouseup"])],e.prototype,"onKeyUp",null),(0,o.gn)([(0,r.hook)("ready")],e.prototype,"onReady",null),(0,o.gn)([c.ZP],e.prototype,"stopPress",null),(0,o.gn)([(0,r.watch)(["container:mousedown","container:touchstart"])],e.prototype,"onKeyDown",null),l=(0,o.gn)([r.component],e)}(i.u1)},39401:function(t){"use strict";t.exports.sx=function t(e,n){if(function(t){return/[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(t)}(e))return!0;if(/(test|localhost)/.test(n))return!0;var o=function(t){var e=t.split(".");return e.map((function(t){return t[0]&&t[0].charCodeAt(0)?String.fromCharCode(t[0].charCodeAt(0)+1):t[0]})).concat(e.map((function(t){return t[t.length-1]&&t[t.length-1].charCodeAt(0)?String.fromCharCode(t[t.length-1].charCodeAt(0)-1):t[t.length-1]})))}(n),i=["[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((function(t,e){return t.replace("{part}",o[e]||"[R-T]")})),r=RegExp("^".concat(i.join("-"),"$"),"i"),a=e.substring(12,13),s=r.test(e);if(!s&&a===(typeof!n).toUpperCase()[5]){var c=n.split(".");return c.shift(),!!c.length&&t(e,c.join("."))}return s}},19564:function(t,e,n){"use strict";n.d(e,{V:function(){return u}});var o=n(97582),i=n(35618),r=n(44913),a=n(46232),s=n(11612),c=n(39401),l=n(88292),u=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return(0,o.ZT)(e,t),e.make=function(t){return new e(t)},e.prototype.afterInit=function(t){var e=this;this.j.e.on("checkReserve",(function(){return(0,o.mG)(e,void 0,void 0,(function(){var t,e,n;return(0,o.Jh)(this,(function(o){switch(o.label){case 0:return t=this.j.o.license,e=location.host,(n=(0,c.sx)(t,e))||"A">=t[12]||s.IS_TEST?[3,2]:[4,this.validateLicenseRemote(t,e)];case 1:n=o.sent(),o.label=2;case 2:return[2,n?"normal":""]}}))}))}))},e.prototype.beforeDestruct=function(t){},e.prototype.validateLicenseRemote=function(t,e){return(0,o.mG)(this,void 0,Promise,(function(){var n,i,s=this;return(0,o.Jh)(this,(function(o){return(n=this.j.storage.get("validateJoditLicenseRemote"))&&(0,c.sx)(n,e)?[2,!0]:((i=document.createElement("script")).src="https://xdsoft.net/jodit/pro/api/licenses/validate/?code=".concat(encodeURIComponent(t),"&host=").concat(encodeURIComponent(e)),document.body.appendChild(i),[2,new Promise((function(t){window.onJoditResolveKeyCode=function(n){try{if((0,a.j)(n))return t(n);(0,c.sx)(n,e)?(s.j.storage.set("validateJoditLicenseRemote",n),t(!0)):t(!1)}finally{r.i.safeRemove(i)}},setTimeout((function(){t(!1),r.i.safeRemove(i)}),3e3)}))])}))}))},e}(i.S);l.y.plugins.add("license",u)},74404:function(t,e,n){"use strict";n.d(e,{D:function(){return a},d:function(){return r}});var o=n(77628),i=n(95582);o.D.prototype.mobileView={mode:"default"};var r="buttonmobileSView",a="buttonmobileCView";o.D.prototype.controls.mobileView={tooltip:"Mobile View",icon:n(74937),command:"mobileView",isActive:function(t,e){return(0,i.dataBind)(t,a)&&"default"!==(0,i.dataBind)(t,a)},isChildActive:function(t,e){var n;return(0,i.dataBind)(t,a)===(null===(n=e.args)||void 0===n?void 0:n[1])},exec:function(t){if(!(0,i.dataBind)(t,r))return!1;t.execCommand("mobileView",!1,(0,i.dataBind)(t,r))},childExec:function(t,e,n){var o,i;t.execCommand("mobileView",!1,null===(i=null===(o=n.control)||void 0===o?void 0:o.args)||void 0===i?void 0:i[1])},list:[{value:"default",title:"Default"},{value:375,title:"iPhone SE"},{value:414,title:"iPhone XR"},{value:390,title:"iPhone 12 Pro"},{value:393,title:"Pixel 5"},{value:820,title:"iPad Air"}]}},34115:function(t,e,n){"use strict";var o=n(97582),i=n(7324),r=n(88292),a=n(50526),s=n(98478),c=n(74404),l=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.buttons=[{name:"mobileView",group:"state"}],e.__currentMode="default",e}return(0,o.ZT)(e,t),e.prototype.afterInit=function(t){var e=this;t.registerCommand("mobileView",{exec:function(n,o,i){e.__currentMode===i&&(i="default"),e.__currentMode=i,(0,s.dataBind)(t,c.D,i),"default"!==e.__currentMode&&(0,s.dataBind)(t,c.d,i),"default"===i?(0,s.css)(e.jodit.workplace,{width:null,margin:null}):(0,s.css)(e.j.workplace,{width:i,margin:"0 auto"})}}),t.events.on("beforeSetMode",(function(){}))},e.prototype.__beforeSetMode=function(){"default"!==this.__currentMode&&this.j.execCommand("mobileView",!1,"default")},e.prototype.beforeDestruct=function(t){},e.requires=["license"],(0,o.gn)([(0,a.watch)(":beforeSetMode.mobileView")],e.prototype,"__beforeSetMode",null),(0,o.gn)([a.component],e)}(i.S);r.y.plugins.add("mobileView",l)},96960:function(t,e,n){"use strict";var o=n(77628),i=n(73440);o.D.prototype.pageBreak={separator:'<div style="page-break-before: always"></div>'},o.D.prototype.controls.pageBreak={tooltip:"Insert page break",icon:n(95819),command:"insertPageBreak"},o.D.prototype.iframeStyle="".concat(o.D.prototype.iframeStyle,";").concat(i.Z.replace(/[\n\t]/g,""))},73440:function(t,e){"use strict";e.Z="[data-jodit-page-break] {\n\tdisplay: flex;\n\theight: 24px;\n\tbox-sizing: border-box;\n\n\talign-items: center;\n\tjustify-content: center;\n\n\tborder: 1px dashed #ccc;\n\n\tfont-size: 12px;\n\tpage-break-before: always;\n\ttext-transform: uppercase;\n}\n\n[data-jodit-page-break]:active {\n\tborder-color: #818181;\n}"},69135:function(t,e,n){"use strict";var o=n(97582),i=n(7324),r=n(88292),a=(n(96960),n(73440)),s=n(8138),c=n(50526),l=n(95582),u=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.styles=a.Z,e.buttons=[{name:"pageBreak",group:"insert"}],e}return(0,o.ZT)(e,t),e.prototype.afterInit=function(t){var e=this;t.registerCommand("insertPageBreak",(function(){var n=t.createInside.div("",{});e.decoratePageBreak(n),t.s.insertNode(n,!1,!1);for(var o=n.parentNode;o&&o!==t.editor&&(s.i.after(o,n),!s.i.isBlock(o));)o=n.parentNode;t.s.setCursorAfter(n),t.setEditorValue()}))},e.prototype.decoratePageBreak=function(t){(0,l.attr)(t,{"data-jodit-page-break":!0,contenteditable:!1}),t.innerText=this.j.i18n("Page break")},e.prototype.beforeDestruct=function(){},e.prototype.onChange=function(){var t=this;(0,l.$$)('[style*="page-break-after"],[style*="page-break-before"]',this.j.editor).forEach((function(e){s.i.isEmpty(e)&&!(0,l.attr)(e,"data-jodit-page-break")&&t.decoratePageBreak(e)}))},e.prototype.onAfterGetValueFromEditor=function(t){t.value=t.value.replace(/<div[^>]+data-jodit-page-break[^>]+>[^]*?<\/div>/gi,this.j.o.pageBreak.separator)},e.requires=["license"],(0,o.gn)([(0,c.watch)([":change",":afterSetMode"]),(0,c.debounce)()],e.prototype,"onChange",null),(0,o.gn)([(0,c.watch)(":afterGetValueFromEditor")],e.prototype,"onAfterGetValueFromEditor",null),e}(i.S);r.y.plugins.add("pageBreak",u)},66757:function(t,e,n){"use strict";var o=n(77628),i=n(95582);o.D.prototype.controls.pasteCode={icon:n(75118),tooltip:"Paste code",command:"pasteCode"},o.D.prototype.pasteCode={globalHighlightLib:!1,canonicalLanguageCode:function(t){switch(t){case"ts":return"typescript";case"js":return"javascript";case"markup":return"html"}return t},highlightLib:{highlight:function(t,e){return Prism.highlight(t,Prism.languages[e]||Prism.languages.plain,e)},isLangLoaded:function(t){return Boolean(Prism.languages[t])},js:["https://cdnjs.cloudflare.com/ajax/libs/prism/1.25.0/prism.min.js"],langUrl:function(t){return"https://cdnjs.cloudflare.com/ajax/libs/prism/1.25.0/components/prism-".concat(t,".min.js")},css:["https://cdnjs.cloudflare.com/ajax/libs/prism/1.25.0/themes/prism.min.css"]},defaultLanguage:"html",insertTemplate:function(t,e,n){return'<pre class="language-'.concat(e,'">').concat((0,i.htmlspecialchars)(n),"</pre>")},languages:[{value:"html",text:"HTML/XML"},{value:"plaintext",text:"Plain"},{value:"bash",text:"Bash"},{value:"javascript",text:"JavaScript"},{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++"}],dialog:{width:700,height:600}}},29782:function(t,e,n){"use strict";var o=n(97582),i=(n(66757),n(7324)),r=n(75004),a=n(50526),s=n(95582),c=n(88292),l=n(8079),u=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.buttons=[{name:"pasteCode",group:"clipboard"}],e.prismJSIsLoaded=!1,e}return(0,o.ZT)(e,t),e.prototype.afterInit=function(t){var e=this;t.registerCommand("pasteCode",(function(){return e.openCodeEditDialog()}))},e.prototype.openCodeEditDialog=function(t,e,n){var o,i=this,r=this.j,a=this.createForm(),c=(o=(0,s.refs)(a)).code,u=o.language;t&&(u.value=t),e&&(c.value=e),r.async.requestIdleCallback((function(){c.focus()})),r.s.save(),this.createDialog((function(){if(!a.validate())return!1;r.s.restore();var t=r.createInside.fromHTML(r.o.pasteCode.insertTemplate(r,u.value,c.value));if(n)l.Dom.replace(n,t,r.createInside,!1,!0);else{var e=r.s.current(),o=l.Dom.up(e,l.Dom.isBlock,r.editor);o?l.Dom.after(o,t):r.s.insertNode(t)}i.onChange()}),(function(){r.s.restore()})).setContent(a.container).open(!0)},e.prototype.beforeDestruct=function(t){},e.prototype.createForm=function(){var t=this.jodit;return new r.x4(t,[new r.Cj(t,{name:"language",label:"Language",value:t.o.pasteCode.defaultLanguage,options:t.o.pasteCode.languages,required:!0}),new r.GJ(t,{label:"Code view",resizable:!1,name:"code",required:!0,className:"jodit-paste-code__textarea"})],{className:"jodit-paste-code"})},e.prototype.createDialog=function(t,e){var n=new l.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,r.zx)(n,"","Cancel","default").onAction((function(){n.close(),e()})),(0,r.zx)(n,"save","Save","primary").onAction((function(){n.close(),t()}))]),n},e.prototype.onChange=function(){var t=this;(0,s.$$)("pre",this.j.editor).forEach((function(e){(0,s.attr)(e,"contenteditable")||((0,s.attr)(e,"contenteditable",!1),t.highlightCode(e))}))},e.prototype.highlightCode=function(t){return(0,o.mG)(this,void 0,Promise,(function(){var e,n,i,r,a,c,u,d,p,f;return(0,o.Jh)(this,(function(o){switch(o.label){case 0:return e=(p=this.j.o.pasteCode).globalHighlightLib,n=(f=p.highlightLib).css,i=f.js,r=f.langUrl,a=f.highlight,c=f.isLangLoaded,this.prismJSIsLoaded||e?[3,2]:[4,Promise.all([(0,s.loadNextStyle)(this.jodit,n),(0,s.loadNext)(this.jodit,i)])];case 1:o.sent(),this.prismJSIsLoaded=!0,o.label=2;case 2:return u=this.parseLanguage(t),c(u)||e?[3,4]:[4,(0,s.appendScriptAsync)(this.jodit,r(u)).catch((function(){return null}))];case 3:o.sent(),o.label=4;case 4:return d=t,t.firstElementChild===t.lastElementChild&&l.Dom.isTag(t.firstElementChild,"code")&&(d=t.firstElementChild),d.innerHTML=a(d.innerText,u),[2]}}))}))},e.prototype.onPreEdit=function(t){var e=l.Dom.isNode(t)&&l.Dom.isTag(t,"pre")?t:l.Dom.closest(t.target,"pre",this.j.editor);if(e){var n=this.parseLanguage(e);this.openCodeEditDialog(n,e.innerText,e)}},e.prototype.parseLanguage=function(t){var e=null,n=function(t){return t.classList.forEach((function(t){if(/language-/.test(t)){var n=/language-(.*)/.exec(t);n&&n[1]&&(e=n[1])}}))};return n(t),null==e&&t.firstElementChild===t.lastElementChild&&l.Dom.isTag(t.firstElementChild,"code")&&n(t.firstElementChild),this.jodit.o.pasteCode.canonicalLanguageCode(e||"html")},e.prototype.onAfterGetValueFromEditor=function(t){var e=this,n=function(t,n,o,i,r,a){return"".concat(n.trim()).concat(i).concat((0,s.stripTags)(r,e.j.ed,new Set(["br"]))).concat(a)};t.value=t.value.replace(/(<pre[^>]*)contenteditable\s*=\s*(['"]?)false\2([^>]*>\s*<code[^>]*>)(.*?)(<\/code>\s*<\/pre>)/gis,n).replace(/(<pre[^>]*)contenteditable\s*=\s*(['"]?)false\2([^>]*>)(.*?)(<\/pre>)/gis,n)},e.requires=["license"],(0,o.gn)([a.autobind],e.prototype,"openCodeEditDialog",null),(0,o.gn)([(0,a.watch)("?:change"),(0,a.debounce)()],e.prototype,"onChange",null),(0,o.gn)([(0,a.watch)(["?:dblclick","?:editPreInPasteCode"])],e.prototype,"onPreEdit",null),(0,o.gn)([(0,a.watch)("?:afterGetValueFromEditor")],e.prototype,"onAfterGetValueFromEditor",null),(0,o.gn)([a.component],e)}(i.S);c.y.plugins.add("paste-code",u)},12750:function(t,e,n){"use strict";n.d(e,{C:function(){return i}});var o={"text-justify":["inter-ideograph"]};function i(t){return t.isElement&&t.attributes.style&&Object.keys(o).forEach((function(e){var n,i=o[e];t.style.has(e)&&i.includes(null===(n=t.style.get(e))||void 0===n?void 0:n.toString())&&t.style.set(e,null)})),t}},76995:function(t,e,n){"use strict";n.d(e,{i:function(){return r}});var o=n(97582),i=["cellspacing","cellpadding","border","v:shapes","o:spid"];function r(t){var e,n;if(/^OLE_LINK\d+$/.test(t.attributes.name)&&(t.attributes.name=null,0===t.length))return t.remove(),null;"_GoBack"===t.attributes.name&&(t.attributes.name=null);try{for(var r=(0,o.XA)(i),a=r.next();!a.done;a=r.next()){var s=a.value;t.attributes[s]&&(t.attributes[s]=null)}}catch(t){e={error:t}}finally{try{a&&!a.done&&(n=r.return)&&n.call(r)}finally{if(e)throw e.error}}return t}},53614:function(t,e,n){"use strict";n.d(e,{a:function(){return i}});var o=n(73076),i=function(t){return t.attributes.class&&(t.attributes.class=t.attributes.class.replace(/(el\d+)|(font\d+)|msonormal|msolistparagraph\w*/gi,""),(0,o.f)(t.attributes.class)||(t.attributes.class=null)),t}},50353:function(t,e,n){"use strict";n.d(e,{b:function(){return i}});var o=n(18352),i=function(t,e){if(!e.jodit.o.pasteFromWord.convertUnitsToPixel)return t;var n=t.style;return n.forEach((function(t){var e=n.get(t);e&&n.set(t,e.toString().replace(/\d+(\.\d+)?(pt|cm)/g,(function(t){return(0,o.Lp)(t)+"px"})))})),t}},45054:function(t,e,n){"use strict";n.d(e,{S:function(){return s}});var o=n(18352),i=n(93310),r=n(11612),a=n(19438);function s(t){var e;if((0,i.Hh)(t)){t.name="li",t.style.set("text-indent",null);var n=c(t),r=/[\da-np-zA-NP-Z].?/.test(n)?"ol":"ul",s=function(t,e){for(var n in a.Y1)if(RegExp(n).test(t))return a.Y1[n];return"ol"===e?"decimal":"disc"}(n,r);t.attributes[a.YJ]=r,t.attributes[a.Jf]=s,(0,o.rd)(t),function(t){for(;t;){var e=t.previousElement;if(!(0,i.Be)(e)&&!(0,i.nq)(e))break;if((0,i.Be)(e)){if(e.attributes[a.Ki]>t.attributes[a.Ki])break;if(t.attributes[a.Ki]===e.attributes[a.Ki]&&t.parent&&(0,i.Y4)(t,t.parent))break;e.append(t)}else{var n=e;if(n.attributes[a.Ki]>t.attributes[a.Ki])break;if(t.attributes[a.Ki]===n.attributes[a.Ki]&&!(0,i.Y4)(t,n))break;n.append(t)}}}(t);var l=t.parent;if(!(0,i.nq)(l)||!(0,i.Y4)(t,l)){var u=function(t,e,n,r){var s=t.wrap(e);return s.attributes.start=(0,o.Sg)(n),s.attributes[a.Ki]=t.attributes[a.Ki],s.attributes[a.Jf]=t.attributes[a.Jf],s.attributes[a.m3]=t.attributes[a.Jf],s.style.set(a.zQ,r),function(t){var e;!(0,i.nq)(t)||"li"===(null===(e=t.parent)||void 0===e?void 0:e.name)||"disc"!==t.style.get(a.zQ)&&"decimal"!==t.style.get(a.zQ)||t.style.set(a.zQ,null)}(s),s}(t,r,n,s);return(0,i.nq)(l)&&(u.remove(),null===(e=l.lastElement)||void 0===e||e.append(u)),t}}return t}var c=function(t){return t.textBetween((function(t){return t.isComment&&/\[if.*supportLists.*]/.test((0,i.dy)(t))}),(function(t){return t.isComment&&/\[endif]/.test((0,i.dy)(t))})).replace(/&nbsp;/g,"").replace((0,r.SPACE_REG_EXP)(),"")}},44669:function(t,e,n){"use strict";n.d(e,{c:function(){return m}});var o=n(45054),i=n(76995),r=n(76148),a=n(38450),s=n(33135),c=n(50353),l=n(53614),u=n(62094),d=n(83432),p=n(38933),f=n(50374),h=n(38535),g=n(12750),m=[h.F,f.a,r.p,a.G,i.i,o.S,u.z,s.m,c.b,l.a,d.r,p.Y,g.C]},50374:function(t,e,n){"use strict";n.d(e,{a:function(){return o}});var o=function(t){return(t.isElement&&"always"===t.style.get("page-break-before")||"page"===t.style.get("break-before"))&&(t.attributes["jd-safe"]=!0,t.style.add("page-break-before","always"),t.isSingle&&(t.name="div")),t}},83432:function(t,e,n){"use strict";n.d(e,{r:function(){return o}});var o=function(t){return t.isElement?("img"===t.name&&(t.attributes.align&&(t.style.add("float",t.attributes.align),t.attributes.align=null),t.attributes.hspace&&(t.style.add("marginLeft",t.attributes.hspace+"px"),t.style.add("marginRight",t.attributes.hspace+"px"),t.attributes.hspace=null)),t):t}},38535:function(t,e,n){"use strict";n.d(e,{F:function(){return r}});var o=n(97582),i=n(95582),r=function(t,e){var n,o;if(e.rtf&&"#comment"===t.name&&t.attributes.nodeValue&&-1!==t.attributes.nodeValue.indexOf("<v:shape")){e.shapes||(e.shapes={});var r=e.jodit.create.fromHTML(t.attributes.nodeValue);return(0,i.toArray)(r.getElementsByTagName("v:shape")).forEach((function(t){e.shapes[t.id]=t.getAttribute("o:spid")})),t}if("img"!==t.name)return t;if(e.rtf&&t.attributes["v:shapes"]){var s=null===(n=e.shapes)||void 0===n?void 0:n[t.attributes["v:shapes"]];if(s){var c=null!==(o=e.imageMap)&&void 0!==o?o:{};e.imageMap||(e.imageMap=c,a(e.rtf,"i","\\shppict",e.imageMap),a(e.rtf,"s","\\shp{",e.imageMap));var l=c[s.substring(7)];if(l){var u=[],d=l.hex.match(/[0-9a-f]{2}/gi);if(d){for(var p=0;d.length>p;p++){var f=parseInt(d[p],16);u.push(String.fromCharCode(f))}t.attributes.src="data:"+l.type+";base64,"+btoa(u.join(""))}}}}return t};function a(t,e,n,i){var r,a,s=t.split(n);try{for(var c=(0,o.XA)(s),l=c.next();!l.done;l=c.next()){var u=l.value.split("shplid");if(u.length>1){for(var d=u[1],p="",f=0;d.length>f&&!/[{ \r\n\\]/.test(d[f]);f++)p+=d[f];var h=d.split("bliptag");if(h&&2>h.length)continue;var g=null;if(h[0].indexOf("pngblip")?g="image/png":-1!==h[0].indexOf("jpegblip")&&(g="image/jpeg"),!g)continue;var m=h[1].split("}");if(m&&2>m.length)continue;var v=void 0;if(m.length>2&&m[0].includes("blipuid"))v=m[1].split(" ");else{if((v=m[0].split(" "))&&2>v.length)continue;v.shift()}i[e+p]={hex:v.join(""),type:g}}}}catch(t){r={error:t}}finally{try{l&&!l.done&&(a=c.return)&&a.call(c)}finally{if(r)throw r.error}}}},62094:function(t,e,n){"use strict";n.d(e,{z:function(){return o}});var o=function(t,e){var n,o=null!==(n=e.links)&&void 0!==n?n:{};if(t.attributes.href&&t.attributes.href.match(/#.+$/)&&(o[t.attributes.href.match(/#(.+)$/)[1]]=t),t.attributes.name&&o[t.attributes.name]){var i=o[t.attributes.name];i.attributes.href=i.attributes.href.replace(/.*#(.*)$/,"#$1")}return e.links=o,t}},76148:function(t,e,n){"use strict";n.d(e,{p:function(){return i}});var o=new Set(["o:p","xml","script","meta","link","v:imagedata","style"]);function i(t){return"none"===t.style.get("display")||0===t.length&&"span"===t.name||o.has(t.name)?(t.remove(),null):t}},33135:function(t,e,n){"use strict";n.d(e,{m:function(){return r}});var o=n(93310),i=0;function r(t){return t.isComment&&/\[if.*(supportLists|gte vml).*]/.test((0,o.dy)(t))&&(i++,t.remove()),t.isComment&&i>0&&(0,o.dy)(t).includes("[endif]")&&(i=i>0?i-1:0,t.remove()),i&&(t.isText||"img"===t.name&&(!t.attributes.src||/^file:/.test(t.attributes.src)))?(t.remove(),null):t}},38450:function(t,e,n){"use strict";n.d(e,{G:function(){return i}});var o={i:"em",b:"strong"};function i(t){var e=t.name;return e in o&&(t.name=o[e]),t}},38933:function(t,e,n){"use strict";n.d(e,{Y:function(){return o}});var o=function(t){return!t.attributes.width||"th"!==t.name&&"td"!==t.name||(t.attributes.width=null),t}},48077:function(t,e,n){"use strict";n(77628).D.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"]}},19438:function(t,e,n){"use strict";n.d(e,{Jf:function(){return r},Ki:function(){return o},Y1:function(){return c},YJ:function(){return i},m3:function(){return a},zQ:function(){return s}});var o="jd-list-level",i="jd-list-type",r="jd-list-style-type",a="data-list-style-type",s="list-style-type",c={"·":"disc",o:"circle","§":"square","[ivx]":"lower-roman","[IVX]":"upper-roman","[a-z]":"lower-alpha","[A-Z]":"upper-alpha","\\d":"decimal"}},69111:function(t,e,n){"use strict";n.d(e,{Be:function(){return a},Hh:function(){return s},Y4:function(){return c},nq:function(){return r}});var o=n(12787),i=n(19438);function r(t){return Boolean(t&&("ol"===t.name||"ul"===t.name))}function a(t){return Boolean(t&&"li"===t.name)}function s(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)&&Boolean(t.find((function(t){return t.isComment&&(0,o.d)(t).includes("supportLists")})).length)}function c(t,e){return!(e.name!==t.attributes[i.YJ]||e.attributes[i.Jf]!==t.attributes[i.Jf]||t.attributes[i.Ki]!==e.attributes[i.Ki])}},84300:function(t,e,n){"use strict";n.d(e,{n:function(){return l}});var o=n(97582),i=n(8138),r=n(11612),a=(n(95582),n(12787)),s=n(12481),c=new Set(r.INSEPARABLE_TAGS),l=function(){function t(e,n){var o=this;this.parent=n,this.name=e.nodeName.toLowerCase(),this.type=e.nodeType,this.attributes=function(t){var e={};if(i.i.isElement(t))for(var n=0,o=t.attributes;o.length>n;n+=1)e[o[n].name]=o[n].value;else e.nodeValue=t.nodeValue;return e}(e),this.style=new s.b(this.attributes.style),this.children=[],e.childNodes.forEach((function(e){return o.children.push(t.make(e,o))}))}return Object.defineProperty(t.prototype,"isText",{get:function(){return this.type===Node.TEXT_NODE},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"isElement",{get:function(){return this.type===Node.ELEMENT_NODE},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"isComment",{get:function(){return this.type===Node.COMMENT_NODE},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"isSingle",{get:function(){return c.has(this.name)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"length",{get:function(){return this.children.length},enumerable:!1,configurable:!0}),t.make=function(e,n){return void 0===n&&(n=null),new t(e,n)},t.prototype.wrap=function(e){var n,o=t.make(document.createElement(e),this.parent),i=null!==(n=this.parent.children.indexOf(this))&&void 0!==n?n:-1;return-1===i?this.parent.append(o):this.parent.children[i]=o,o.append(this),o},t.prototype.append=function(t){return t.remove(),this.children.push(t),t.parent=this,this},Object.defineProperty(t.prototype,"previousElement",{get:function(){if(!this.parent)return null;var t=this.parent.children,e=t.indexOf(this);if(-1!==e)for(var n=e-1;n>=0;n-=1)if(t[n].isElement)return t[n];return null},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"lastElement",{get:function(){for(var t=this.children,e=t.length-1;e>=0;e-=1)if(t[e].isElement)return t[e];return null},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"previous",{get:function(){var t,e,n;return null!==(n=null!==(t=this.sibling(!1))&&void 0!==t?t:null===(e=this.parent)||void 0===e?void 0:e.previous)&&void 0!==n?n:null},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"next",{get:function(){var t,e,n;return null!==(n=null!==(t=this.sibling(!0))&&void 0!==t?t:null===(e=this.parent)||void 0===e?void 0:e.next)&&void 0!==n?n:null},enumerable:!1,configurable:!0}),t.prototype.sibling=function(t){if(!this.parent)return null;var e=this.parent.children,n=e.indexOf(this);return-1!==n&&e[n+(t?1:-1)]?e[n+(t?1:-1)]:null},t.prototype.forEach=function(t,e){var n,i;void 0===e&&(e=!1);var r=(0,o.ev)([],(0,o.CR)(this.children),!1);try{for(var a=(0,o.XA)(r),s=a.next();!s.done;s=a.next()){var c=s.value;if(!1===t(c))return!1;if(e&&!1===c.forEach(t,!0))return!1}}catch(t){n={error:t}}finally{try{s&&!s.done&&(i=a.return)&&i.call(a)}finally{if(n)throw n.error}}},t.prototype.find=function(t,e){void 0===e&&(e=!0);var n=[];return this.forEach((function(e){t(e)&&n.push(e)}),e),n},t.prototype.map=function(t){return this.children.map(t)},t.prototype.remove=function(){var t,e,n=null===(t=this.parent)||void 0===t?void 0:t.children.indexOf(this);return null!=n&&-1!==n&&(null===(e=this.parent)||void 0===e||e.children.splice(n,1)),this},t.prototype.textBetween=function(t,e){var n=!1,o=[];return this.forEach((function(i){if(!n&&t(i)&&(n=!0),n&&i.isText&&o.push((0,a.d)(i)),n&&e(i))return!1}),!0),o.join("")},t}()},93310:function(t,e,n){"use strict";n.d(e,{Be:function(){return o.Be},C7:function(){return r.C},Hh:function(){return o.Hh},Y4:function(){return o.Y4},dy:function(){return r.d},nK:function(){return i.n},nq:function(){return o.nq}});var o=n(69111),i=n(84300),r=n(12787)},12787:function(t,e,n){"use strict";n.d(e,{C:function(){return c},d:function(){return a}});var o=n(11612),i=n(46232),r=n(73076);function a(t,e,n,i){switch(void 0===e&&(e=function(){return!0}),void 0===n&&(n=!0),!0){case t.isComment:case t.isText:if(!e(t))return"";var r=t.attributes.nodeValue;return t.isComment?"\x3c!--".concat(r,"--\x3e"):r;case t.isElement:var a=t.attributes,u=c(t,e,n,i);if(!t.attributes["jd-safe"]&&n&&0===u.replace(/[\n\t]/g,"").length&&!t.isSingle)return"";var d=Object.keys(a).map((function(t){return"style"===t||null==a[t]||/^jd-/.test(t)?"":"".concat(t,'="').concat(l(a[t]),'"')})).filter(Boolean),p=l((0,t.style.str)((function(t){return s(t,i)})));if(p&&d.push('style="'.concat(p,'"')),n&&0===d.length&&["span","a"].includes(t.name))return u;var f=d.length?" "+d.join(" "):"";return e(t)?t.isSingle?"<".concat(t.name).concat(f,"/>"):"<".concat(t.name).concat(f,">").concat(u,"</").concat(t.name,">"):u;default:if(!o.IS_PROD)throw Error("Need implementation for this type")}return""}function s(t,e){var n;if(!e)return!0;if(s.cache.has(e)){var o=null===(n=s.cache.get(e))||void 0===n?void 0:n.get(t);if((0,i.j)(o))return o}var r=e.some((function(e){return new RegExp(e).test(t)})),a=s.cache.get(e)||new Map;return a.set(t,r),s.cache.set(e,a),r}function c(t,e,n,o){void 0===e&&(e=function(){return!0}),void 0===n&&(n=!0);var i=t.map((function(t){return a(t,e,n,o)})).join("");return"p"===t.name&&0===(0,r.f)(i).length&&(i="&nbsp;"),i}function l(t){return t.toString().replace(/"/g,"&quot;")}s.cache=new WeakMap},12481:function(t,e,n){"use strict";n.d(e,{b:function(){return s}});var o=n(97582),i=n(95582),r=n(50526),a=n(18352),s=function(){function t(t){this._data=c(t)}return Object.defineProperty(t.prototype,"keys",{get:function(){return Object.keys(this._data)},enumerable:!1,configurable:!0}),t.prototype.forEach=function(t){this.keys.forEach((function(e){return t(e)}))},t.prototype.clear=function(){this._data={}},t.prototype.set=function(t,e){this._data[t]=e},t.prototype.get=function(t){var e;return null!==(e=this._data[t])&&void 0!==e?e:null},t.prototype.has=function(t){return void 0!==this._data[t]},t.prototype.add=function(t,e){return this._data=c(this.str()+";"+"".concat(t,":").concat(e)),this},t.prototype.str=function(t){var e=this;void 0===t&&(t=function(t){return!0});var n=Object.keys(this._data).filter((function(n){return n&&!/^mso-/.test(n)&&t(n)&&null!=e.get(n)})),o=function(t){return(0,i.isString)(t)?/^0[a-z]+$/i.test(t)?"0":t:t.toString()};return["padding","margin"].forEach((function(t){if(e._data[t]){var i=n.indexOf(t),r=(0,a.Wb)(e._data[t]);["top","right","bottom","left"].forEach((function(a,s){var c="".concat(t,"-").concat(a),l=e._data[c];null==l||n.indexOf(c)>=i&&o(r[s])!==o(l)||-1!==n.indexOf(c)&&n.splice(n.indexOf(c),1)}))}})),n.length?n.map((function(t){return"".concat((0,i.kebabCase)(t),":").concat(e.get(t))})).join(";"):""},(0,o.gn)([r.autobind],t)}();function c(t){return function(t){for(var e={},n=[],o=t.length-1;o>=0;o-=1){var i=t[o][0];e[i]||(e[i]=!0,n.unshift(t[o]))}return n}((null!=t?t:"").replace(/&quot;/g,'"').split(";").filter(Boolean).map((function(t){return(0,i.trim)(t).split(":").map(i.trim)}))).reduce((function(t,e){var n=(0,o.CR)(e,2),i=n[0],r=n[1];return i&&r&&(t[i]=r),t}),{})}},12049:function(t,e,n){"use strict";n.d(e,{x:function(){return s}});var o=n(95582),i=n(44913),r=n(79374),a=n(93310);function s(t,e,n,s){var c,l;void 0===s&&(s="");var u=document.createElement("iframe");u.style.display="none",document.body.appendChild(u);try{var d=null!==(c=u.contentDocument)&&void 0!==c?c:null===(l=u.contentWindow)||void 0===l?void 0:l.document;if(!d)return e;d.open(),d.write(e),d.close();for(var p="jd-style",f=function(t){try{for(var e=d.styleSheets[t].cssRules,n=function(t){if(!e[t].selectorText)return"continue";(0,o.$$)(e[t].selectorText,d.body).forEach((function(n){(0,o.attr)(n,p)||((0,o.attr)(n,p,(0,o.attr)(n,"style")||""),(0,o.attr)(n,"style","")),(0,o.attr)(n,"style","".concat((0,o.attr)(n,"style"),";").concat(e[t].style.cssText))}))},i=0;e.length>i;i+=1)n(i)}catch(t){}},h=0;d.styleSheets.length>h;h+=1)f(h);return(0,o.$$)("[".concat(p,"]"),d.body).forEach((function(t){(0,o.attr)(t,"style","".concat((0,o.attr)(t,"style"),";").concat((0,o.attr)(t,p)))})),(0,r.W)(t,a.nK.make(d.body),n,s)}finally{i.i.safeRemove(u)}return e}},45394:function(t,e,n){"use strict";n.d(e,{r:function(){return s}});var o=n(97582),i=n(93310),r=n(19438),a=n(81723);function s(t){if(void 0===t.attributes[r.Ki]){for(var e=[(0,a.D4)(t)],n=[t],s=t.next;s;){if(s.isElement&&!s.attributes[r.Ki]&&(0,i.Hh)(s)){var c=(0,a.D4)(s);c&&(e.push(c),n.push(s))}s=s.next}var l=Math.min.apply(Math,(0,o.ev)([],(0,o.CR)(e.filter((function(t){return t>0}))),!1)),u=e.map((function(t){return Math.ceil(t/10)}));-1!==u.indexOf(0)&&(u=u.map((function(t){return t+1}))),n.forEach((function(t,e){t.attributes[r.Ki]=u[e],t.style.add("margin-left","".concat(Math.max((0,a.D4)(t)-10*u[e]/l*40,0),"px"))}))}}},81723:function(t,e,n){"use strict";function o(t){if(!t)return[0,0,0,0];var e=t.match(/(0|auto|(-?[.\d]+(?:\w+|%)))/g)||["0px"];switch(e.length){case 2:return[0,1,0,1].map((function(t){return e[t]}));case 3:return[0,1,2,1].map((function(t){return e[t]}));case 4:return[0,1,2,3].map((function(t){return e[t]}));default:return[0,0,0,0].map((function(t){return e[t]}))}}var i;function r(t){if("number"==typeof t)return t;if(/%$/.test(t))return 0;i||(i=document.createElement("div"),Object.assign(i.style,{position:"absolute",left:"-9999px",top:"-9999px",margin:"0",padding:"0",border:"0"}),document.body.append(i),setTimeout((function(){null==i||i.remove(),i=null})));var e=0>parseFloat(t);e&&(t=t.replace("-","")),i.style.width=t;var n=i.clientWidth;return e?-n:n}function a(t){var e=t.style,n=e.keys.filter((function(t){return/margin/.test(t)})),i=Math.max(n.indexOf("margin-left"),n.indexOf("margin")),a=i>0?n[i]:"margin-left";return r("margin"===a?o(e.get("margin"))[3]||0:e.get(a)||0)}function s(t){return/\d.\d/.test(t)?t.split(".").pop()||null:/^\d/.test(t)?(parseInt(t,10)||1).toString():null}n.d(e,{D4:function(){return a},Lp:function(){return r},Sg:function(){return s},Wb:function(){return o}})},18352:function(t,e,n){"use strict";n.d(e,{Lp:function(){return o.Lp},Sg:function(){return o.Sg},Wb:function(){return o.Wb},rd:function(){return r.r},xk:function(){return i.x}});var o=n(81723),i=n(12049),r=(n(79374),n(45394))},79374:function(t,e,n){"use strict";n.d(e,{W:function(){return s}});var o=n(97582),i=n(44669),r=n(73076),a=n(93310);function s(t,e,n,s){var c={jodit:t,rtf:s};return e.forEach((function t(e){var n,r;if(e){try{for(var a=(0,o.XA)(i.c),s=a.next();!s.done&&null!=(e=(0,s.value)(e,c));s=a.next());}catch(t){n={error:t}}finally{try{s&&!s.done&&(r=a.return)&&r.call(a)}finally{if(n)throw n.error}}null==e||e.forEach(t)}})),n&&e.forEach((function(t){t.style.clear()}),!0),(0,r.f)((0,a.C7)(e,(function(t){return!t.isComment}),!0,t.o.pasteFromWord.allowedStyleProps))}},70322:function(t,e,n){"use strict";var o=n(97582),i=n(88292),r=n(11612),a=n(4682),s=n(79501),c=n(18352),l=(n(48077),n(54625)),u=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return(0,o.ZT)(e,t),e.prototype.insertFromWordByType=function(e,n,o,i){var s;if(!this.j.o.pasteFromWord.enable||o!==r.INSERT_AS_HTML&&o!==r.INSERT_AS_TEXT)return t.prototype.insertFromWordByType.call(this,e,n,o,i);if(n=(0,c.xk)(this.j,n,o===r.INSERT_AS_TEXT,i.rtf),this.j.o.beautifyHTML){var u=null===(s=this.j.events)||void 0===s?void 0:s.fire("beautifyHTML",n);(0,a.H)(u)&&(n=u)}(0,l.kU)(e,this.j,n)},e.requires=["license"],e}(s.L);i.y.plugins.remove("pasteFromWord"),i.y.plugins.add("pasteFromWordPro",u)},56766:function(t,e,n){"use strict";var o=n(77628);o.D.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"]},o.D.prototype.controls.showBlocks={isActive:function(t){return Boolean(t.e.fire("showBlocksEnabled"))},tooltip:"Show Blocks",command:"toggleShowBlocks"}},33548:function(t){"use strict";t.exports={"Show Blocks":"تظهر كتل"}},6974:function(t){"use strict";t.exports={"Show Blocks":"Ukázat Bloky"}},24274:function(t){"use strict";t.exports={"Show Blocks":"Zeigen Blöcke"}},82725:function(t){"use strict";t.exports={"Show Blocks":"Mostrar Bloques"}},25702:function(t){"use strict";t.exports={"Show Blocks":"نشان می دهد بلوک"}},10342:function(t){"use strict";t.exports={"Show Blocks":"Afficher Les Blocs"}},98455:function(t){"use strict";t.exports={"Show Blocks":"תראה רחובות"}},6561:function(t){"use strict";t.exports={"Show Blocks":"Mutasd Meg Blokkok"}},44642:function(t){"use strict";t.exports={"Show Blocks":"Menunjukkan Blok"}},60841:function(t,e,n){"use strict";n.r(e),n.d(e,{ar:function(){return o},cs_cz:function(){return i},de:function(){return r},es:function(){return a},fa:function(){return s},fr:function(){return c},he:function(){return l},hu:function(){return u},id:function(){return d},it:function(){return p},ja:function(){return f},ko:function(){return h},nl:function(){return g},pl:function(){return m},pt_br:function(){return v},ru:function(){return y},tr:function(){return b},zh_cn:function(){return w},zh_tw:function(){return _}});var o=n(33548),i=n(6974),r=n(24274),a=n(82725),s=n(25702),c=n(10342),l=n(98455),u=n(6561),d=n(44642),p=n(81483),f=n(51860),h=n(90069),g=n(52044),m=n(87205),v=n(821),y=n(76539),b=n(93793),w=n(40742),_=n(70142)},81483:function(t){"use strict";t.exports={"Show Blocks":"Visualizza Blocchi"}},51860:function(t){"use strict";t.exports={"Show Blocks":"ショーのブロック"}},90069:function(t){"use strict";t.exports={"Show Blocks":"쇼 블록"}},52044:function(t){"use strict";t.exports={"Show Blocks":"Toon Blokken"}},87205:function(t){"use strict";t.exports={"Show Blocks":"Pokaż Bloki"}},821:function(t){"use strict";t.exports={"Show Blocks":"Mostrar Blocos"}},76539:function(t){"use strict";t.exports={"Show Blocks":"Показать Блоки"}},93793:function(t){"use strict";t.exports={"Show Blocks":"Haritayı Blokları"}},40742:function(t){"use strict";t.exports={"Show Blocks":"显示块"}},70142:function(t){"use strict";t.exports={"Show Blocks":"แสดงช่วงตึก"}},87998:function(t,e,n){"use strict";var o=n(97582),i=(n(56766),n(7324)),r=n(44913),a=n(10503),s=n(81160),c=n(50526),l=n(88292),u=function(t){function e(e){var o=t.call(this,e)||this;return o.buttons=[{name:"showBlocks",group:"state"}],o.isEnabled=!1,(0,s.xl)(n(60841)),a.J.set("showBlocks",n(23530)),o}return(0,o.ZT)(e,t),Object.defineProperty(e.prototype,"style",{get:function(){return(0,s.ZO)(this.jodit,e,"style",!0)},enumerable:!1,configurable:!0}),e.prototype.enable=function(){var t,e=this;this.isEnabled=!0;var n=this.j.o.iframe?"body":".jodit-wysiwyg",o=(t=this.j.o.showBlocks).tagList,i=t.color;this.style.innerHTML=o.map((function(t){return"".concat(n," ").concat(t,"{\n\t\t\t\t\toutline: 1px dashed ").concat(i,';\n\t\t\t\t\tbackground-image: url("').concat((o='<svg xmlns="http://www.w3.org/2000/svg" width="50px"><text dominant-baseline="hanging" text-anchor="end" style="fill: '+i+';font: 10px sans-serif" x="50px" y="0">'+t+"</text></svg>","data:image/svg+xml;utf8,".concat(escape(o))),'");\n\t\t\t\t\tbackground-position: top 2px ').concat("rtl"===e.j.o.direction?"left":"right"," 4px;\n\t\t\t\t\tbackground-repeat: no-repeat;\n\t\t\t\t\tposition: relative;\n\t\t\t\t}");var o})).join("")},e.prototype.disable=function(){this.isEnabled=!1,this.style.innerHTML=""},e.prototype.toggle=function(){this.isEnabled?this.disable():this.enable(),this.j.e.fire("updateToolbar")},e.prototype.afterInit=function(t){var e=this;t.e.on("showBlocksEnabled",(function(){return e.isEnabled})),t.registerCommand("enableShowBlocks",this.enable).registerCommand("disableShowBlocks",this.disable).registerCommand("toggleShowBlocks",this.toggle),this.j.o.showBlocks.enable&&this.enable()},e.prototype.beforeDestruct=function(t){this.disable(),r.i.safeRemove(this.style)},e.requires=["license"],(0,o.gn)([c.cache],e.prototype,"style",null),(0,o.gn)([c.autobind],e.prototype,"enable",null),(0,o.gn)([c.autobind],e.prototype,"disable",null),(0,o.gn)([c.autobind],e.prototype,"toggle",null),e}(i.S);l.y.plugins.add("show-blocks",u)},39991:function(t,e,n){"use strict";var o=n(77628),i=n(10503),r=n(44913);o.D.prototype.todoList={className:"todo-list",labelClassName:"todo-list__label",inputFactory:function(t){return t.createInside.element("input",{type:"checkbox",tabindex:-1})}},o.D.prototype.controls.todoList={tooltip:"To-do List",icon:"todo-list",command:"todolist",isActive:function(t){var e=t.s.current();return Boolean(e&&r.i.closest(e,(function(t){return r.i.isElement(t)&&r.i.isTag(t,"ul")&&t.classList.contains("todo-list")}),t.editor))}},i.J.set("todo-list",n(78263))},45268:function(t,e,n){"use strict";var o=n(97582),i=n(7324),r=n(50526),a=n(98478),s=n(44913),c=n(11612),l=n(60593),u=n(88292),d=(n(39991),function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.buttons=[{name:"todoList",group:"list"}],e.__isOwnCommand=!1,e}return(0,o.ZT)(e,t),e.prototype.afterInit=function(t){t.registerCommand("todoList",this.onCommand)},e.prototype.onCommand=function(){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},e.prototype.__prependInputLabel=function(t){var e,n=this.jodit,o=(e=this.j.o.todoList).labelClassName,i=e.inputFactory;if(!t.querySelector("label."+o)){var r=n.createInside.element("label",{contenteditable:"false",class:o}),a=i(n);r.appendChild(a),s.i.prepend(t,r)}},e.prototype.__afterToggleList=function(t,e){return t!==l.Ve&&t!==l.J5||!this.__isOwnCommand?t===l.Nc||t===l.J5||t===l.Ve?this.__removeInputs(e):void 0:this.__appendInputs(e)},e.prototype.__appendInputs=function(t){t.querySelectorAll("li").forEach(this.__prependInputLabel)},e.prototype.__removeInputs=function(t){t.querySelectorAll("label."+this.j.o.todoList.labelClassName).forEach(s.i.safeRemove)},e.prototype.__beforeToggleOrderedList=function(t,e,n){var o,i="__beforeToggleOrderedList";if(t!==l.J5&&(e.classList.contains(this.j.o.todoList.className)||n.isApplied(e,i))&&("ul"===n.element||"ol"===n.element)&&(null===(o=n.options.attributes)||void 0===o?void 0:o.class)!==this.j.o.todoList.className){var r=s.i.replace(e,n.element,this.jodit.createInside);return n.setApplied(r,i),this.__removeInputs(r),r}},e.prototype.__afterEnter=function(){(0,a.$$)("ul."+this.j.o.todoList.className+" li",this.jodit.editor).forEach(this.__prependInputLabel)},e.prototype.__afterTab=function(){(0,a.$$)("ul:not(."+this.j.o.todoList.className+") > li > label",this.jodit.editor).filter(this.isTodoLeafLabel).forEach(s.i.safeRemove)},e.prototype.__changeSelection=function(t){var e=this.j.s.current();this.isTodoLeafLabel(e)&&(t.preventDefault(),t.stopPropagation(),this.j.s.setCursorAfter(e))},e.prototype.__isEmptyListLeaf=function(t){var e=this;return s.i.isEmpty(t,(function(t){return("input"!==t.nodeName.toLowerCase()||!e.isTodoLeafLabel(t.parentElement))&&c.NO_EMPTY_TAGS.has(t.tagName.toLowerCase())}))},e.prototype.__backSpaceBeforeCases=function(t,e){if(t){var n=s.i.findNotEmptySibling(e,!0);this.isTodoLeafLabel(n)&&s.i.safeRemove(n)}},e.prototype.__isInvisibleForCursor=function(t){if(this.isTodoLeafLabel(t))return!0},e.prototype.__backSpaceAfterDelete=function(){var t=this;(0,a.$$)("label."+this.j.o.todoList.labelClassName,this.jodit.editor).forEach((function(e){e.closest("ul."+t.j.o.todoList.className)?e.previousSibling&&e.parentElement&&s.i.prepend(e.parentElement,e):s.i.safeRemove(e)}))},e.prototype.__afterWrapList=function(t,e){t===l.Qu&&this.__appendInputs(e)},e.prototype.__onClickInput=function(t){var e=t.target;e&&s.i.isTag(e,"input")&&"checkbox"===e.type&&this.isTodoLeafLabel(e.parentElement)&&(0,a.attr)(e,"checked",e.checked?"checked":null)},e.prototype.isTodoLeafLabel=function(t){var e=this.j.o.todoList.labelClassName;return s.i.isHTMLElement(t)&&t.classList.contains(e)},e.prototype.beforeDestruct=function(t){},e.requires=["license"],(0,o.gn)([r.autobind],e.prototype,"onCommand",null),(0,o.gn)([r.autobind],e.prototype,"__prependInputLabel",null),(0,o.gn)([(0,r.watch)(":commitStyleAfterToggleList")],e.prototype,"__afterToggleList",null),(0,o.gn)([(0,r.watch)(":commitStyleBeforeUnwrapList")],e.prototype,"__beforeToggleOrderedList",null),(0,o.gn)([(0,r.watch)(":afterEnter")],e.prototype,"__afterEnter",null),(0,o.gn)([(0,r.watch)(":afterTab")],e.prototype,"__afterTab",null),(0,o.gn)([(0,r.watch)("j.ed:selectionchange"),(0,r.watch)(":afterEnter")],e.prototype,"__changeSelection",null),(0,o.gn)([(0,r.watch)(":enterIsEmptyListLeaf")],e.prototype,"__isEmptyListLeaf",null),(0,o.gn)([(0,r.watch)(":backSpaceBeforeCases")],e.prototype,"__backSpaceBeforeCases",null),(0,o.gn)([(0,r.watch)(":backSpaceIsMovedIgnore"),(0,r.watch)(":isInvisibleForCursor")],e.prototype,"__isInvisibleForCursor",null),(0,o.gn)([(0,r.watch)(":backSpaceAfterDelete")],e.prototype,"__backSpaceAfterDelete",null),(0,o.gn)([r.autobind],e.prototype,"__afterWrapList",null),(0,o.gn)([(0,r.watch)(":click")],e.prototype,"__onClickInput",null),(0,o.gn)([r.autobind],e.prototype,"isTodoLeafLabel",null),e}(i.S));u.y.plugins.add("todo-list",d)},50461:function(t,e,n){"use strict";var o=n(77628),i=n(10503);o.D.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"},o.D.prototype.controls.translate={translate:{tooltip:"Translate selected text",icon:"translate",command:"translate",exec:function(t){t.execCommand("translate")},list:["Options"],childExec:function(t,e,n){t.execCommand("translate"+n.control.name)},mods:{stroke:!1}}},i.J.set("translate",n(70134)).set("translate-swap",n(9026))},88987:function(t,e,n){"use strict";n.d(e,{A:function(){return r}});var o=n(97582),i=(n(52378),n(11612),n(89569)),r=function(){function t(t){this.jodit=t}return t.prototype.__fetch=function(t,e){var n=this;void 0===e&&(e={});var i=this.jodit.o.translate.googleProviderOptions;return this.jodit.fetch(i.url+"?key="+i.key,{method:"POST",data:(0,o.pi)((0,o.pi)({},e),{ui:this.jodit.o.language}),contentType:"application/json; charset=utf-8",withCredentials:!1}).then((function(t){return t.json()})).catch((function(t){try{n.jodit.message.error(t.json().message)}catch(t){}}))},t.prototype.translate=function(t,e,n){return this.__fetch("translate",{q:t,source:e,target:n,format:"html"}).then((function(t){return{text:t.data.translations[0].translatedText}}))},t.prototype.supportedLanguages=function(){return Promise.resolve({langs:i.M})},t}()},89569:function(t,e,n){"use strict";n.d(e,{M:function(){return o}});var o={Afrikaans:"af",Albanian:"sq",Amharic:"am",Arabic:"ar",Armenian:"hy","Assamese*":"as","Aymara*":"ay",Azerbaijani:"az","Bambara*":"bm",Basque:"eu",Belarusian:"be",Bengali:"bn","Bhojpuri*":"bho",Bosnian:"bs",Bulgarian:"bg",Catalan:"ca",Cebuano:"ceb","Chinese (Simplified)":"zh-CN","Chinese (Traditional)":"zh-TW",Corsican:"co",Croatian:"hr",Czech:"cs",Danish:"da","Dhivehi*":"dv","Dogri*":"doi",Dutch:"nl",English:"en",Esperanto:"eo",Estonian:"et","Ewe*":"ee","Filipino (Tagalog)":"fil",Finnish:"fi",French:"fr",Frisian:"fy",Galician:"gl",Georgian:"ka",German:"de",Greek:"el","Guarani*":"gn",Gujarati:"gu","Haitian Creole":"ht",Hausa:"ha",Hawaiian:"haw",Hebrew:"he",Hindi:"hi",Hmong:"hmn",Hungarian:"hu",Icelandic:"is",Igbo:"ig","Ilocano*":"ilo",Indonesian:"id",Irish:"ga",Italian:"it",Japanese:"ja",Kannada:"kn",Kazakh:"kk",Khmer:"km",Kinyarwanda:"rw","Konkani*":"gom",Korean:"ko","Krio*":"kri",Kurdish:"ku","Kurdish (Sorani)*":"ckb",Kyrgyz:"ky",Lao:"lo",Latin:"la",Latvian:"lv","Lingala*":"ln",Lithuanian:"lt","Luganda*":"lg",Luxembourgish:"lb",Macedonian:"mk","Maithili*":"mai",Malagasy:"mg",Malay:"ms",Malayalam:"ml",Maltese:"mt",Maori:"mi",Marathi:"mr","Meiteilon (Manipuri)*":"mni-Mtei",Mizo:"lus",Mongolian:"mn","Myanmar (Burmese)":"my",Nepali:"ne",Norwegian:"no","Nyanja (Chichewa)":"ny","Odia (Oriya)":"or","Oromo*":"om",Pashto:"ps",Persian:"fa",Polish:"pl",Portuguese:"pt",Punjabi:"pa","Quechua*":"qu",Romanian:"ro",Russian:"ru",Samoan:"sm","Sanskrit*":"sa","Scots Gaelic":"gd","Sepedi*":"nso",Serbian:"sr",Sesotho:"st",Shona:"sn",Sindhi:"sd","Sinhala (Sinhalese)":"si",Slovak:"sk",Slovenian:"sl",Somali:"so",Spanish:"es",Sundanese:"su",Swahili:"sw",Swedish:"sv","Tagalog (Filipino)":"tl",Tajik:"tg",Tamil:"ta",Tatar:"tt",Telugu:"te",Thai:"th","Tigrinya*":"ti","Tsonga*":"ts",Turkish:"tr",Turkmen:"tk","Twi (Akan)*":"ak",Ukrainian:"uk",Urdu:"ur",Uyghur:"ug",Uzbek:"uz",Vietnamese:"vi",Welsh:"cy",Xhosa:"xh",Yiddish:"yi",Yoruba:"yo",Zulu:"zu"}},46753:function(t,e,n){"use strict";var o=n(97582),i=n(7324),r=n(88292),a=(n(52378),n(4682)),s=n(3262),c=n(50526),l=n(88987),u=(n(50461),n(16874)),d=n(53025),p=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.buttons=[{name:"translate.translate",group:"insert"}],e.state={sourceLang:e.jodit.o.translate.defaultSourceLang||"en",targetLang:e.jodit.o.translate.defaultTargetLang},e}return(0,o.ZT)(e,t),e.prototype.__getProvider=function(){var t=this.jodit.options.translate.provider;if((0,a.H)(t)){if("google"===t)return new l.A(this.j);throw new Error("Unknown provider")}return t(this.jodit)},e.prototype.afterInit=function(t){var e=this,n=(0,s.X)(t.o.language,r.y.defaultOptions.language),i=(0,s.X)(t.o.language,n),c=this.__getProvider();t.registerCommand("translateOptions",{exec:function(){return(0,o.mG)(e,void 0,void 0,(function(){var e,n,i,r,a=this;return(0,o.Jh)(this,(function(o){switch(o.label){case 0:return e=this.state,(n=t.dlg()).setHeader("Translate options"),[4,c.supportedLanguages()];case 1:return i=o.sent(),r=new u.h(n,this.state,{sourceList:i.langs,targetList:i.langs,onChange:function(t){e=t}}),n.setContent(r),n.setFooter([(0,d.zx)(t,"cancel","Cancel").onAction((function(){return n.close()})),(0,d.zx)(t,"ok","Save","primary").onAction((function(){a.state=e,n.close()}))]),r.bindDestruct(n),n.setSize(500,400).open(!0),[2]}}))}))},hotkeys:t.o.translate.hotkeys.translateOptions}).registerCommand("translate",{exec:function(){var n=t.s.html;if(n)return c.translate(n,e.state.sourceLang&&"auto"!==e.state.sourceLang?e.state.sourceLang:i,e.state.targetLang).then((function(e){t.s.range.deleteContents(),t.s.insertNode(t.createInside.text(e.text))})).catch((function(e){t.message.error((0,a.H)(e)?e:e.message)}));t.message.error("Select text for translate")},hotkeys:t.o.translate.hotkeys.translateSelection})},e.prototype.beforeDestruct=function(t){},e.requires=["license"],(0,o.gn)([c.persistent],e.prototype,"state",void 0),e}(i.S);r.y.plugins.add("translate",p)},48458:function(t,e,n){"use strict";n.d(e,{r:function(){return d}});var o=n(97582),i=n(84789),r=n(50526),a=n(44913),s=n(77233),c=n(77902),l=n(95582),u=n(11612),d=function(t){function e(e,n){var o,i=this;(i=t.call(this,e,n)||this).options=n,i.state={active:""},i.state.active=n.active;var r=new c.u(e,{placeholder:e.i18n("Filter"),icon:"search",onChange:i.__onChangeFilter,clearButton:!0});return null===(o=i.getElm("input"))||void 0===o||o.appendChild(r.container),i.__onActiveChange(),i}return(0,o.ZT)(e,t),e.prototype.className=function(){return"UITranslateList"},Object.defineProperty(e.prototype,"items",{get:function(){return this.getElms("item")},enumerable:!1,configurable:!0}),e.prototype.render=function(t){var e=this,n=[];return Object.keys(t.list).sort().forEach((function(o){var i=t.list[o];n.push("<a role='button' tabindex='0' class='&__item' data-lang='".concat(i,"'>\n\t\t\t\t\t\t<span class='&__item-key'>").concat(i,"</span>\n\t\t\t\t\t\t<span class='&__item-title'>").concat(e.j.i18n(o),"</span>\n\t\t\t\t\t</a>"))})),"<div class='&'>\n\t\t\t<div class='&__input'></div>\n\t\t\t<div class='&__list'>".concat(n.join(""),"</div>\n\t\t</div>")},e.prototype.__onChangeFilter=function(t){this.items.forEach((function(e){var n,o,i=null!==(o=null===(n=e.textContent)||void 0===n?void 0:n.toLowerCase())&&void 0!==o?o:"";(0,s.L)(e,"data-hidden","true"!==(0,s.L)(e,"data-active")&&!i.includes(t.toLowerCase()))}))},e.prototype.__scrollToActive=function(){var t=this.container.querySelector('[data-active="true"]'),e=this.getElm("list");t&&e&&(0,l.scrollIntoViewIfNeeded)(t,e,this.j.od)},e.prototype.onClickItem=function(t){if("keydown"!==t.type||!("key"in t)||t.key===u.KEY_ENTER){var e=t.target;if(a.i.isHTMLElement(e)&&e.getAttribute("data-lang")){var n=(0,s.L)(e,"data-lang");this.options.onChange(n),this.state.active=n}}},e.prototype.__onActiveChange=function(){var t=this;this.items.forEach((function(e){return(0,s.L)(e,"data-active",(0,s.L)(e,"data-lang")===t.state.active)})),this.__scrollToActive()},(0,o.gn)([(0,r.debounce)()],e.prototype,"__onChangeFilter",null),(0,o.gn)([(0,r.watch)(":afterOpen")],e.prototype,"__scrollToActive",null),(0,o.gn)([(0,r.watch)(["container:click","container:keydown"])],e.prototype,"onClickItem",null),(0,o.gn)([(0,r.watch)("state.active"),(0,r.debounce)()],e.prototype,"__onActiveChange",null),(0,o.gn)([r.component],e)}(i.u)},16874:function(t,e,n){"use strict";n.d(e,{h:function(){return s}});var o=n(97582),i=n(75004),r=n(50526),a=n(48458),s=function(t){function e(e,n,i){var r,s,c=this;return(c=t.call(this,e)||this).state=n,c.options=i,c.__sourceList=new a.r(e,{list:i.sourceList,active:n.sourceLang,onChange:function(t){c.state.sourceLang=t,c.options.onChange((0,o.pi)({},c.state))}}),null===(r=c.getElm("source-list"))||void 0===r||r.appendChild(c.__sourceList.container),c.__targetList=new a.r(e,{list:i.targetList,active:n.targetLang,onChange:function(t){c.state.targetLang=t,c.options.onChange((0,o.pi)({},c.state))}}),null===(s=c.getElm("target-list"))||void 0===s||s.appendChild(c.__targetList.container),c}return(0,o.ZT)(e,t),e.prototype.className=function(){return"UITranslateSettings"},e.prototype.render=function(){return"<div>\n\t\t\t<div class='&__list &__source-list'></div>\n\t\t\t<div class='&__arrow'>\n\t\t\t\t<a class='&__arrow-swap'>*translate-swap*</a>\n\t\t\t</div>\n\t\t\t<div class='&__list &__target-list'></div>\n\t\t</div>"},e.prototype.__onSwap=function(){var t=this.state.sourceLang;this.state.sourceLang=this.state.targetLang,this.state.targetLang=t,this.__sourceList.state.active=this.state.sourceLang,this.__targetList.state.active=this.state.targetLang,this.options.onChange((0,o.pi)({},this.state))},(0,o.gn)([(0,r.watch)("arrow-swap:click")],e.prototype,"__onSwap",null),(0,o.gn)([r.component],e)}(i.u1)},82571:function(t,e,n){"use strict";var o=n(97582),i=n(77628),r=n(8138),a=n(95582),s=["tune.up","tune.remove","tune.down"],c=(0,o.ev)(["tune.h1","tune.h2","tune.h3","\n","tune.h4","tune.h5","tune.h6","\n"],(0,o.CR)(s),!1);function l(t){return{icon:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><text dominant-baseline="text-before-edge" style="font: 45px sans-serif" x="0" y="0">'+t.toUpperCase()+"</text></svg>",isActive:function(e,n,o){var i;return(null===(i=null==o?void 0:o.target)||void 0===i?void 0:i.tagName.toLowerCase())===t},exec:function(e,n){if(n){e.selection.save();var o=r.i.replace(n,t,e.createInside);e.selection.restore(),e.e.fire("synchro"),e.e.fire("afterExecTune.tune",o)}return!0}}}function u(t){var e=t?"previousSibling":"nextSibling";return{icon:t?"angle-up":"angle-down",isDisabled:function(t,n,o){var i;return!(null===(i=null==o?void 0:o.target)||void 0===i?void 0:i[e])},exec:function(n,o){var i=null==o?void 0:o[e];return o&&i&&(n.selection.save(),(0,a.call)(t?r.i.before:r.i.after,i,o),n.selection.restore()),n.e.fire("synchro"),n.e.fire("afterExecTune.tune"),!0}}}i.D.prototype.tuneBlock={popup:{p:s,table:s,img:s,blockquote:s,div:s,pre:(0,o.ev)(["tune.editPre"],(0,o.CR)(s),!1),h1:c,h2:c,h3:c,h4:c,h5:c,h6:c}},i.D.prototype.controls.tune={h1:l("h1"),h2:l("h2"),h3:l("h3"),h4:l("h4"),h5:l("h5"),h6:l("h6"),up:u(!0),down:u(!1),editPre:{icon:"pencil",exec:function(t,e){t.e.fire("editPreInPasteCode",e)}},remove:{icon:"bin",exec:function(t,e){r.i.safeRemove(e),t.e.fire("synchro"),t.e.fire("closeTuner.tune"),t.e.fire("hideTuner.tune")}}}},66724:function(t,e,n){"use strict";var o=n(97582),i=n(7324),r=n(50526),a=n(88292),s=n(13027),c=(n(82571),function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return(0,o.ZT)(e,t),e.prototype.afterInit=function(t){this.tuner=new s.x(t)},e.prototype.hideTuner=function(){this.tuner.hide()},e.prototype.onChangeSelection=function(){this.j.s.isCollapsed()||this.hideTuner()},e.prototype.onClickInBlock=function(t){this.j.s.isCollapsed()&&this.tuner.show()},e.prototype.beforeDestruct=function(t){this.tuner.destruct()},e.requires=["license"],(0,o.gn)([(0,r.watch)(":outsideClick :keydown")],e.prototype,"hideTuner",null),(0,o.gn)([(0,r.watch)("j.ed:selectionchange"),(0,r.debounce)()],e.prototype,"onChangeSelection",null),(0,o.gn)([(0,r.watch)(":click")],e.prototype,"onClickInBlock",null),e}(i.S));a.y.plugins.add("tune-block",c)},13027:function(t,e,n){"use strict";n.d(e,{x:function(){return l}});var o=n(97582),i=n(75004),r=n(8138),a=n(95582),s=n(50526),c=n(45429),l=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.isShown=!1,e.toolbar=(0,c.R)(e.j,e),e.popup=new i.GI(e.j,!1),e}return(0,o.ZT)(e,t),e.prototype.className=function(){return"UITuner"},e.prototype.render=function(){return"<div>\n\t\t\t<div class='&__handle' title='~Click to tune~'/>\n\t\t</div>"},e.prototype.show=function(){var t=this,e=this.j.s.current();if(!e)return this.hide();var n=r.i.isBlock(e)?e:r.i.closest(e,(function(e){return Boolean(e&&t.j.o.tuneBlock.popup[e.nodeName.toLowerCase()])}),this.j.editor);if(!n||n===this.j.editor||!this.j.o.tuneBlock.popup[n.tagName.toLowerCase()])return this.hide();this.currentBlock=n,this.isShown=!0,this.closeToolbar(),this.calcPosition(),this.container.parentNode||this.j.workplace.append(this.container)},e.prototype.hide=function(){this.isShown&&(this.isShown=!1,r.i.safeRemove(this.container),this.closeToolbar())},e.prototype.onEditorScroll=function(){this.isShown&&this.calcPosition()},e.prototype.calcPosition=function(){var t=(0,a.css)(this.j.editor,"marginLeft"),e=(0,a.css)(this.j.editor,"paddingLeft"),n=(0,a.css)(this.j.editor,"marginTop"),o=this.currentBlock.offsetTop-this.j.editor.scrollTop+n;(0,a.css)(this.container,{transform:"translate3d(".concat(this.currentBlock.offsetWidth-15+t+e,"px, ").concat(o,"px, 0)")}),this.popup.isOpened&&this.popup.updatePosition()},e.prototype.onAfterExecTune=function(t){t&&(this.currentBlock=t),this.calcPosition(),this.openToolbar()},e.prototype.onClickPrevent=function(t){t.preventDefault(),t.stopPropagation()},e.prototype.onTargetClick=function(){this.toggleToolbar()},e.prototype.openToolbar=function(){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){var t=this.getElm("handle");this.popup.open((function(){return(0,a.position)(t)}))}},e.prototype.closeToolbar=function(){this.setMod("opened",!1),this.popup.close()},e.prototype.toggleToolbar=function(){this.getMod("opened")?this.closeToolbar():this.openToolbar()},(0,o.gn)([(0,s.watch)(":hideTuner.tune")],e.prototype,"hide",null),(0,o.gn)([(0,s.watch)("j.editor:scroll"),(0,s.throttle)(10)],e.prototype,"onEditorScroll",null),(0,o.gn)([(0,s.watch)(":afterExecTune.tune"),(0,s.idle)()],e.prototype,"onAfterExecTune",null),(0,o.gn)([(0,s.watch)("container:click container:mousedown")],e.prototype,"onClickPrevent",null),(0,o.gn)([(0,s.watch)("handle:click")],e.prototype,"onTargetClick",null),(0,o.gn)([(0,s.watch)(":closeTuner.tune")],e.prototype,"closeToolbar",null),(0,o.gn)([s.component],e)}(i.u1)},62499:function(t,e,n){"use strict";n.d(e,{c:function(){return r}});var o=n(18002),i=n(44913),r=function(){function t(){}return t.remove=function(t){(0,o.i)(t.container,{width:null,height:null}),t.container.classList.remove("jodit-ui-resize"),i.i.safeRemove(t.container.querySelector(".jodit-ui-resize__handle"))},t.install=function(t,e){t.container.classList.add("jodit-ui-resize"),"static"===(0,o.i)(t.container,"position")&&(0,o.i)(t.container,"position","relative");var n=t.j.c.div("jodit-ui-resize__handle");n.classList.add("jodit-ui-resize__handle_type_"+e),t.container.appendChild(n),t.j.e.on(n,"mousedown touchstart",this.onStartResize.bind(this,t,e))},t.onStartResize=function(t,e,n){var o=t.j.async.throttle(this.onResize.bind(this,t,{x:n.clientX,y:n.clientY,w:t.container.offsetWidth,h:t.container.offsetHeight,direction:e}),t.j.defaultTimeout/10);t.j.lock(),t.j.e.on(t.j.ow,"mousemove touchmove",o).one(t.j.ow,"mouseup touchend",this.onEndResize.bind(this,t,o))},t.onResize=function(t,e,n){var i=["left","right"].includes(e.direction),r=t.container.parentElement;r&&(0,o.i)(t.container,i?"width":"height",100*(i?(e.w+(n.clientX-e.x)*("right"===e.direction?1:-1))/r.offsetWidth:(e.h+(n.clientY-e.y)*("top"===e.direction?1:-1))/r.offsetHeight)+"%")},t.onEndResize=function(t,e,n){t.j.e.off(t.j.ow,"mousemove touchmove",e),t.j.unlock()},t}()},81766:function(t,e,n){"use strict";n.d(e,{r:function(){return r}});var o=n(44913),i=n(18002),r=function(){function t(){}return t.remove=function(t){o.i.safeRemove(t.container.querySelector(".jodit-ui-select-items")),t.j.e.off(t.container,"mousedown.uiselectitems touchstart.uiselectitems")},t.install=function(t){var e=t.j.c.div("jodit-ui-select-items");t.j.e.on(t.container,"mousedown.uiselectitems touchstart.uiselectitems",this.onStartSelect.bind(this,t,e))},t.onStartSelect=function(t,e,n){if(n.target===t.container){(0,i.i)(e,{width:0,height:0}),t.container.appendChild(e);var o={x:n.clientX,y:n.clientY,w:t.container.offsetWidth,h:t.container.offsetHeight},r=t.j.async.throttle(this.onSelect.bind(this,t,e,o),t.j.defaultTimeout/10);t.j.lock(),t.j.e.on(t.j.ow,"mousemove touchmove",r).one(t.j.ow,"mouseup touchend",this.onEndSelect.bind(this,t,e,r)),t.onSelectItems({left:o.x,top:o.y,width:0,height:0})}},t.onSelect=function(t,e,n,o){var r={left:n.x>o.clientX?o.clientX:n.x,top:n.y>o.clientY?o.clientY:n.y,width:Math.abs(n.x-o.clientX),height:Math.abs(n.y-o.clientY)};(0,i.i)(e,r),t.onSelectItems(r)},t.onEndSelect=function(t,e,n,i){o.i.safeRemove(e),t.j.e.off(t.j.ow,"mousemove touchmove",n),t.j.unlock()},t}()},52378:function(t){"use strict";t.exports={assert(){}}},97582:function(t,e,n){"use strict";n.d(e,{CR:function(){return u},Jh:function(){return c},XA:function(){return l},ZT:function(){return i},ev:function(){return d},gn:function(){return a},mG:function(){return s},pi:function(){return r}});var o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},o(t,e)};function i(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}var r=function(){return r=Object.assign||function(t){for(var e,n=1,o=arguments.length;o>n;n++)for(var i in e=arguments[n])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};function a(t,e,n,o){var i,r=arguments.length,a=3>r?e:null===o?o=Object.getOwnPropertyDescriptor(e,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,n,o);else for(var s=t.length-1;s>=0;s--)(i=t[s])&&(a=(3>r?i(a):r>3?i(e,n,a):i(e,n))||a);return r>3&&a&&Object.defineProperty(e,n,a),a}function s(t,e,n,o){return new(n||(n=Promise))((function(i,r){function a(t){try{c(o.next(t))}catch(t){r(t)}}function s(t){try{c(o.throw(t))}catch(t){r(t)}}function c(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(a,s)}c((o=o.apply(t,e||[])).next())}))}function c(t,e){var n,o,i,r,a={label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]};return r={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(r[Symbol.iterator]=function(){return this}),r;function s(s){return function(c){return function(s){if(n)throw new TypeError("Generator is already executing.");for(;r&&(r=0,s[0]&&(a=0)),a;)try{if(n=1,o&&(i=2&s[0]?o.return:s[0]?o.throw||((i=o.return)&&i.call(o),0):o.next)&&!(i=i.call(o,s[1])).done)return i;switch(o=0,i&&(s=[2&s[0],i.value]),s[0]){case 0:case 1:i=s;break;case 4:return a.label++,{value:s[1],done:!1};case 5:a.label++,o=s[1],s=[0];continue;case 7:s=a.ops.pop(),a.trys.pop();continue;default:if(!((i=(i=a.trys).length>0&&i[i.length-1])||6!==s[0]&&2!==s[0])){a=0;continue}if(3===s[0]&&(!i||s[1]>i[0]&&i[3]>s[1])){a.label=s[1];break}if(6===s[0]&&i[1]>a.label){a.label=i[1],i=s;break}if(i&&i[2]>a.label){a.label=i[2],a.ops.push(s);break}i[2]&&a.ops.pop(),a.trys.pop();continue}s=e.call(t,a)}catch(t){s=[6,t],o=0}finally{n=i=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,c])}}}function l(t){var e="function"==typeof Symbol&&Symbol.iterator,n=e&&t[e],o=0;if(n)return n.call(t);if(t&&"number"==typeof t.length)return{next:function(){return t&&o>=t.length&&(t=void 0),{value:t&&t[o++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function u(t,e){var n="function"==typeof Symbol&&t[Symbol.iterator];if(!n)return t;var o,i,r=n.call(t),a=[];try{for(;(void 0===e||e-- >0)&&!(o=r.next()).done;)a.push(o.value)}catch(t){i={error:t}}finally{try{o&&!o.done&&(n=r.return)&&n.call(r)}finally{if(i)throw i.error}}return a}function d(t,e,n){if(n||2===arguments.length)for(var o,i=0,r=e.length;r>i;i++)!o&&i in e||(o||(o=Array.prototype.slice.call(e,0,i)),o[i]=e[i]);return t.concat(o||Array.prototype.slice.call(e))}},93050: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"}]')},23106: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":"😀","d":"grinning face","c":0,"a":["grinning"],"t":["smile","happy"]},{"e":"😃","d":"grinning face with big eyes","c":0,"a":["smiley"],"t":["happy","joy","haha"]},{"e":"😄","d":"grinning face with smiling eyes","c":0,"a":["smile"],"t":["happy","joy","laugh","pleased"]},{"e":"😁","d":"beaming face with smiling eyes","c":0,"a":["grin"]},{"e":"😆","d":"grinning squinting face","c":0,"a":["laughing","satisfied"],"t":["happy","haha"]},{"e":"😅","d":"grinning face with sweat","c":0,"a":["sweat_smile"],"t":["hot"]},{"e":"🤣","d":"rolling on the floor laughing","c":0,"a":["rofl"],"t":["lol","laughing"]},{"e":"😂","d":"face with tears of joy","c":0,"a":["joy"],"t":["tears"]},{"e":"🙂","d":"slightly smiling face","c":0,"a":["slightly_smiling_face"]},{"e":"🙃","d":"upside-down face","c":0,"a":["upside_down_face"]},{"e":"😉","d":"winking face","c":0,"a":["wink"],"t":["flirt"]},{"e":"😊","d":"smiling face with smiling eyes","c":0,"a":["blush"],"t":["proud"]},{"e":"😇","d":"smiling face with halo","c":0,"a":["innocent"],"t":["angel"]},{"e":"🥰","d":"smiling face with hearts","c":0,"a":["smiling_face_with_three_hearts"],"t":["love"]},{"e":"😍","d":"smiling face with heart-eyes","c":0,"a":["heart_eyes"],"t":["love","crush"]},{"e":"🤩","d":"star-struck","c":0,"a":["star_struck"],"t":["eyes"]},{"e":"😘","d":"face blowing a kiss","c":0,"a":["kissing_heart"],"t":["flirt"]},{"e":"😗","d":"kissing face","c":0,"a":["kissing"]},{"e":"☺️","d":"smiling face","c":0,"a":["relaxed"],"t":["blush","pleased"]},{"e":"😚","d":"kissing face with closed eyes","c":0,"a":["kissing_closed_eyes"]},{"e":"😙","d":"kissing face with smiling eyes","c":0,"a":["kissing_smiling_eyes"]},{"e":"🥲","d":"smiling face with tear","c":0,"a":["smiling_face_with_tear"]},{"e":"😋","d":"face savoring food","c":0,"a":["yum"],"t":["tongue","lick"]},{"e":"😛","d":"face with tongue","c":0,"a":["stuck_out_tongue"]},{"e":"😜","d":"winking face with tongue","c":0,"a":["stuck_out_tongue_winking_eye"],"t":["prank","silly"]},{"e":"🤪","d":"zany face","c":0,"a":["zany_face"],"t":["goofy","wacky"]},{"e":"😝","d":"squinting face with tongue","c":0,"a":["stuck_out_tongue_closed_eyes"],"t":["prank"]},{"e":"🤑","d":"money-mouth face","c":0,"a":["money_mouth_face"],"t":["rich"]},{"e":"🤗","d":"hugging face","c":0,"a":["hugs"]},{"e":"🤭","d":"face with hand over mouth","c":0,"a":["hand_over_mouth"],"t":["quiet","whoops"]},{"e":"🤫","d":"shushing face","c":0,"a":["shushing_face"],"t":["silence","quiet"]},{"e":"🤔","d":"thinking face","c":0,"a":["thinking"]},{"e":"🤐","d":"zipper-mouth face","c":0,"a":["zipper_mouth_face"],"t":["silence","hush"]},{"e":"🤨","d":"face with raised eyebrow","c":0,"a":["raised_eyebrow"],"t":["suspicious"]},{"e":"😐","d":"neutral face","c":0,"a":["neutral_face"],"t":["meh"]},{"e":"😑","d":"expressionless face","c":0,"a":["expressionless"]},{"e":"😶","d":"face without mouth","c":0,"a":["no_mouth"],"t":["mute","silence"]},{"e":"😏","d":"smirking face","c":0,"a":["smirk"],"t":["smug"]},{"e":"😒","d":"unamused face","c":0,"a":["unamused"],"t":["meh"]},{"e":"🙄","d":"face with rolling eyes","c":0,"a":["roll_eyes"]},{"e":"😬","d":"grimacing face","c":0,"a":["grimacing"]},{"e":"🤥","d":"lying face","c":0,"a":["lying_face"],"t":["liar"]},{"e":"😌","d":"relieved face","c":0,"a":["relieved"],"t":["whew"]},{"e":"😔","d":"pensive face","c":0,"a":["pensive"]},{"e":"😪","d":"sleepy face","c":0,"a":["sleepy"],"t":["tired"]},{"e":"🤤","d":"drooling face","c":0,"a":["drooling_face"]},{"e":"😴","d":"sleeping face","c":0,"a":["sleeping"],"t":["zzz"]},{"e":"😷","d":"face with medical mask","c":0,"a":["mask"],"t":["sick","ill"]},{"e":"🤒","d":"face with thermometer","c":0,"a":["face_with_thermometer"],"t":["sick"]},{"e":"🤕","d":"face with head-bandage","c":0,"a":["face_with_head_bandage"],"t":["hurt"]},{"e":"🤢","d":"nauseated face","c":0,"a":["nauseated_face"],"t":["sick","barf","disgusted"]},{"e":"🤮","d":"face vomiting","c":0,"a":["vomiting_face"],"t":["barf","sick"]},{"e":"🤧","d":"sneezing face","c":0,"a":["sneezing_face"],"t":["achoo","sick"]},{"e":"🥵","d":"hot face","c":0,"a":["hot_face"],"t":["heat","sweating"]},{"e":"🥶","d":"cold face","c":0,"a":["cold_face"],"t":["freezing","ice"]},{"e":"🥴","d":"woozy face","c":0,"a":["woozy_face"],"t":["groggy"]},{"e":"😵","d":"dizzy face","c":0,"a":["dizzy_face"]},{"e":"🤯","d":"exploding head","c":0,"a":["exploding_head"],"t":["mind","blown"]},{"e":"🤠","d":"cowboy hat face","c":0,"a":["cowboy_hat_face"]},{"e":"🥳","d":"partying face","c":0,"a":["partying_face"],"t":["celebration","birthday"]},{"e":"🥸","d":"disguised face","c":0,"a":["disguised_face"]},{"e":"😎","d":"smiling face with sunglasses","c":0,"a":["sunglasses"],"t":["cool"]},{"e":"🤓","d":"nerd face","c":0,"a":["nerd_face"],"t":["geek","glasses"]},{"e":"🧐","d":"face with monocle","c":0,"a":["monocle_face"]},{"e":"😕","d":"confused face","c":0,"a":["confused"]},{"e":"😟","d":"worried face","c":0,"a":["worried"],"t":["nervous"]},{"e":"🙁","d":"slightly frowning face","c":0,"a":["slightly_frowning_face"]},{"e":"☹️","d":"frowning face","c":0,"a":["frowning_face"]},{"e":"😮","d":"face with open mouth","c":0,"a":["open_mouth"],"t":["surprise","impressed","wow"]},{"e":"😯","d":"hushed face","c":0,"a":["hushed"],"t":["silence","speechless"]},{"e":"😲","d":"astonished face","c":0,"a":["astonished"],"t":["amazed","gasp"]},{"e":"😳","d":"flushed face","c":0,"a":["flushed"]},{"e":"🥺","d":"pleading face","c":0,"a":["pleading_face"],"t":["puppy","eyes"]},{"e":"😦","d":"frowning face with open mouth","c":0,"a":["frowning"]},{"e":"😧","d":"anguished face","c":0,"a":["anguished"],"t":["stunned"]},{"e":"😨","d":"fearful face","c":0,"a":["fearful"],"t":["scared","shocked","oops"]},{"e":"😰","d":"anxious face with sweat","c":0,"a":["cold_sweat"],"t":["nervous"]},{"e":"😥","d":"sad but relieved face","c":0,"a":["disappointed_relieved"],"t":["phew","sweat","nervous"]},{"e":"😢","d":"crying face","c":0,"a":["cry"],"t":["sad","tear"]},{"e":"😭","d":"loudly crying face","c":0,"a":["sob"],"t":["sad","cry","bawling"]},{"e":"😱","d":"face screaming in fear","c":0,"a":["scream"],"t":["horror","shocked"]},{"e":"😖","d":"confounded face","c":0,"a":["confounded"]},{"e":"😣","d":"persevering face","c":0,"a":["persevere"],"t":["struggling"]},{"e":"😞","d":"disappointed face","c":0,"a":["disappointed"],"t":["sad"]},{"e":"😓","d":"downcast face with sweat","c":0,"a":["sweat"]},{"e":"😩","d":"weary face","c":0,"a":["weary"],"t":["tired"]},{"e":"😫","d":"tired face","c":0,"a":["tired_face"],"t":["upset","whine"]},{"e":"🥱","d":"yawning face","c":0,"a":["yawning_face"]},{"e":"😤","d":"face with steam from nose","c":0,"a":["triumph"],"t":["smug"]},{"e":"😡","d":"pouting face","c":0,"a":["rage","pout"],"t":["angry"]},{"e":"😠","d":"angry face","c":0,"a":["angry"],"t":["mad","annoyed"]},{"e":"🤬","d":"face with symbols on mouth","c":0,"a":["cursing_face"],"t":["foul"]},{"e":"😈","d":"smiling face with horns","c":0,"a":["smiling_imp"],"t":["devil","evil","horns"]},{"e":"👿","d":"angry face with horns","c":0,"a":["imp"],"t":["angry","devil","evil","horns"]},{"e":"💀","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":"💩","d":"pile of poo","c":0,"a":["hankey","poop","shit"],"t":["crap"]},{"e":"🤡","d":"clown face","c":0,"a":["clown_face"]},{"e":"👹","d":"ogre","c":0,"a":["japanese_ogre"],"t":["monster"]},{"e":"👺","d":"goblin","c":0,"a":["japanese_goblin"]},{"e":"👻","d":"ghost","c":0,"a":["ghost"],"t":["halloween"]},{"e":"👽","d":"alien","c":0,"a":["alien"],"t":["ufo"]},{"e":"👾","d":"alien monster","c":0,"a":["space_invader"],"t":["game","retro"]},{"e":"🤖","d":"robot","c":0,"a":["robot"]},{"e":"😺","d":"grinning cat","c":0,"a":["smiley_cat"]},{"e":"😸","d":"grinning cat with smiling eyes","c":0,"a":["smile_cat"]},{"e":"😹","d":"cat with tears of joy","c":0,"a":["joy_cat"]},{"e":"😻","d":"smiling cat with heart-eyes","c":0,"a":["heart_eyes_cat"]},{"e":"😼","d":"cat with wry smile","c":0,"a":["smirk_cat"]},{"e":"😽","d":"kissing cat","c":0,"a":["kissing_cat"]},{"e":"🙀","d":"weary cat","c":0,"a":["scream_cat"],"t":["horror"]},{"e":"😿","d":"crying cat","c":0,"a":["crying_cat_face"],"t":["sad","tear"]},{"e":"😾","d":"pouting cat","c":0,"a":["pouting_cat"]},{"e":"🙈","d":"see-no-evil monkey","c":0,"a":["see_no_evil"],"t":["monkey","blind","ignore"]},{"e":"🙉","d":"hear-no-evil monkey","c":0,"a":["hear_no_evil"],"t":["monkey","deaf"]},{"e":"🙊","d":"speak-no-evil monkey","c":0,"a":["speak_no_evil"],"t":["monkey","mute","hush"]},{"e":"💋","d":"kiss mark","c":0,"a":["kiss"],"t":["lipstick"]},{"e":"💌","d":"love letter","c":0,"a":["love_letter"],"t":["email","envelope"]},{"e":"💘","d":"heart with arrow","c":0,"a":["cupid"],"t":["love","heart"]},{"e":"💝","d":"heart with ribbon","c":0,"a":["gift_heart"],"t":["chocolates"]},{"e":"💖","d":"sparkling heart","c":0,"a":["sparkling_heart"]},{"e":"💗","d":"growing heart","c":0,"a":["heartpulse"]},{"e":"💓","d":"beating heart","c":0,"a":["heartbeat"]},{"e":"💞","d":"revolving hearts","c":0,"a":["revolving_hearts"]},{"e":"💕","d":"two hearts","c":0,"a":["two_hearts"]},{"e":"💟","d":"heart decoration","c":0,"a":["heart_decoration"]},{"e":"❣️","d":"heart exclamation","c":0,"a":["heavy_heart_exclamation"]},{"e":"💔","d":"broken heart","c":0,"a":["broken_heart"]},{"e":"❤️","d":"red heart","c":0,"a":["heart"],"t":["love"]},{"e":"🧡","d":"orange heart","c":0,"a":["orange_heart"]},{"e":"💛","d":"yellow heart","c":0,"a":["yellow_heart"]},{"e":"💚","d":"green heart","c":0,"a":["green_heart"]},{"e":"💙","d":"blue heart","c":0,"a":["blue_heart"]},{"e":"💜","d":"purple heart","c":0,"a":["purple_heart"]},{"e":"🤎","d":"brown heart","c":0,"a":["brown_heart"]},{"e":"🖤","d":"black heart","c":0,"a":["black_heart"]},{"e":"🤍","d":"white heart","c":0,"a":["white_heart"]},{"e":"💯","d":"hundred points","c":0,"a":["100"],"t":["score","perfect"]},{"e":"💢","d":"anger symbol","c":0,"a":["anger"],"t":["angry"]},{"e":"💥","d":"collision","c":0,"a":["boom","collision"],"t":["explode"]},{"e":"💫","d":"dizzy","c":0,"a":["dizzy"],"t":["star"]},{"e":"💦","d":"sweat droplets","c":0,"a":["sweat_drops"],"t":["water","workout"]},{"e":"💨","d":"dashing away","c":0,"a":["dash"],"t":["wind","blow","fast"]},{"e":"🕳️","d":"hole","c":0,"a":["hole"]},{"e":"💣","d":"bomb","c":0,"a":["bomb"],"t":["boom"]},{"e":"💬","d":"speech balloon","c":0,"a":["speech_balloon"],"t":["comment"]},{"e":"👁️‍🗨️","d":"eye in speech bubble","c":0,"a":["eye_speech_bubble"]},{"e":"🗨️","d":"left speech bubble","c":0,"a":["left_speech_bubble"]},{"e":"🗯️","d":"right anger bubble","c":0,"a":["right_anger_bubble"]},{"e":"💭","d":"thought balloon","c":0,"a":["thought_balloon"],"t":["thinking"]},{"e":"💤","d":"zzz","c":0,"a":["zzz"],"t":["sleeping"]},{"e":"👋","d":"waving hand","c":1,"a":["wave"],"t":["goodbye"]},{"e":"🤚","d":"raised back of hand","c":1,"a":["raised_back_of_hand"]},{"e":"🖐️","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":"🖖","d":"vulcan salute","c":1,"a":["vulcan_salute"],"t":["prosper","spock"]},{"e":"👌","d":"OK hand","c":1,"a":["ok_hand"]},{"e":"🤌","d":"pinched fingers","c":1,"a":["pinched_fingers"]},{"e":"🤏","d":"pinching hand","c":1,"a":["pinching_hand"]},{"e":"✌️","d":"victory hand","c":1,"a":["v"],"t":["victory","peace"]},{"e":"🤞","d":"crossed fingers","c":1,"a":["crossed_fingers"],"t":["luck","hopeful"]},{"e":"🤟","d":"love-you gesture","c":1,"a":["love_you_gesture"]},{"e":"🤘","d":"sign of the horns","c":1,"a":["metal"]},{"e":"🤙","d":"call me hand","c":1,"a":["call_me_hand"]},{"e":"👈","d":"backhand index pointing left","c":1,"a":["point_left"]},{"e":"👉","d":"backhand index pointing right","c":1,"a":["point_right"]},{"e":"👆","d":"backhand index pointing up","c":1,"a":["point_up_2"]},{"e":"🖕","d":"middle finger","c":1,"a":["middle_finger","fu"]},{"e":"👇","d":"backhand index pointing down","c":1,"a":["point_down"]},{"e":"☝️","d":"index pointing up","c":1,"a":["point_up"]},{"e":"👍","d":"thumbs up","c":1,"a":["+1","thumbsup"],"t":["approve","ok"]},{"e":"👎","d":"thumbs down","c":1,"a":["-1","thumbsdown"],"t":["disapprove","bury"]},{"e":"✊","d":"raised fist","c":1,"a":["fist_raised","fist"],"t":["power"]},{"e":"👊","d":"oncoming fist","c":1,"a":["fist_oncoming","facepunch","punch"],"t":["attack"]},{"e":"🤛","d":"left-facing fist","c":1,"a":["fist_left"]},{"e":"🤜","d":"right-facing fist","c":1,"a":["fist_right"]},{"e":"👏","d":"clapping hands","c":1,"a":["clap"],"t":["praise","applause"]},{"e":"🙌","d":"raising hands","c":1,"a":["raised_hands"],"t":["hooray"]},{"e":"👐","d":"open hands","c":1,"a":["open_hands"]},{"e":"🤲","d":"palms up together","c":1,"a":["palms_up_together"]},{"e":"🤝","d":"handshake","c":1,"a":["handshake"],"t":["deal"]},{"e":"🙏","d":"folded hands","c":1,"a":["pray"],"t":["please","hope","wish"]},{"e":"✍️","d":"writing hand","c":1,"a":["writing_hand"]},{"e":"💅","d":"nail polish","c":1,"a":["nail_care"],"t":["beauty","manicure"]},{"e":"🤳","d":"selfie","c":1,"a":["selfie"]},{"e":"💪","d":"flexed biceps","c":1,"a":["muscle"],"t":["flex","bicep","strong","workout"]},{"e":"🦾","d":"mechanical arm","c":1,"a":["mechanical_arm"]},{"e":"🦿","d":"mechanical leg","c":1,"a":["mechanical_leg"]},{"e":"🦵","d":"leg","c":1,"a":["leg"]},{"e":"🦶","d":"foot","c":1,"a":["foot"]},{"e":"👂","d":"ear","c":1,"a":["ear"],"t":["hear","sound","listen"]},{"e":"🦻","d":"ear with hearing aid","c":1,"a":["ear_with_hearing_aid"]},{"e":"👃","d":"nose","c":1,"a":["nose"],"t":["smell"]},{"e":"🧠","d":"brain","c":1,"a":["brain"]},{"e":"🫀","d":"anatomical heart","c":1,"a":["anatomical_heart"]},{"e":"🫁","d":"lungs","c":1,"a":["lungs"]},{"e":"🦷","d":"tooth","c":1,"a":["tooth"]},{"e":"🦴","d":"bone","c":1,"a":["bone"]},{"e":"👀","d":"eyes","c":1,"a":["eyes"],"t":["look","see","watch"]},{"e":"👁️","d":"eye","c":1,"a":["eye"]},{"e":"👅","d":"tongue","c":1,"a":["tongue"],"t":["taste"]},{"e":"👄","d":"mouth","c":1,"a":["lips"],"t":["kiss"]},{"e":"👶","d":"baby","c":1,"a":["baby"],"t":["child","newborn"]},{"e":"🧒","d":"child","c":1,"a":["child"]},{"e":"👦","d":"boy","c":1,"a":["boy"],"t":["child"]},{"e":"👧","d":"girl","c":1,"a":["girl"],"t":["child"]},{"e":"🧑","d":"person","c":1,"a":["adult"]},{"e":"👱","d":"person: blond hair","c":1,"a":["blond_haired_person"]},{"e":"👨","d":"man","c":1,"a":["man"],"t":["mustache","father","dad"]},{"e":"🧔","d":"man: beard","c":1,"a":["bearded_person"]},{"e":"👨‍🦰","d":"man: red hair","c":1,"a":["red_haired_man"]},{"e":"👨‍🦱","d":"man: curly hair","c":1,"a":["curly_haired_man"]},{"e":"👨‍🦳","d":"man: white hair","c":1,"a":["white_haired_man"]},{"e":"👨‍🦲","d":"man: bald","c":1,"a":["bald_man"]},{"e":"👩","d":"woman","c":1,"a":["woman"],"t":["girls"]},{"e":"👩‍🦰","d":"woman: red hair","c":1,"a":["red_haired_woman"]},{"e":"🧑‍🦰","d":"person: red hair","c":1,"a":["person_red_hair"]},{"e":"👩‍🦱","d":"woman: curly hair","c":1,"a":["curly_haired_woman"]},{"e":"🧑‍🦱","d":"person: curly hair","c":1,"a":["person_curly_hair"]},{"e":"👩‍🦳","d":"woman: white hair","c":1,"a":["white_haired_woman"]},{"e":"🧑‍🦳","d":"person: white hair","c":1,"a":["person_white_hair"]},{"e":"👩‍🦲","d":"woman: bald","c":1,"a":["bald_woman"]},{"e":"🧑‍🦲","d":"person: bald","c":1,"a":["person_bald"]},{"e":"👱‍♀️","d":"woman: blond hair","c":1,"a":["blond_haired_woman","blonde_woman"]},{"e":"👱‍♂️","d":"man: blond hair","c":1,"a":["blond_haired_man"]},{"e":"🧓","d":"older person","c":1,"a":["older_adult"]},{"e":"👴","d":"old man","c":1,"a":["older_man"]},{"e":"👵","d":"old woman","c":1,"a":["older_woman"]},{"e":"🙍","d":"person frowning","c":1,"a":["frowning_person"]},{"e":"🙍‍♂️","d":"man frowning","c":1,"a":["frowning_man"]},{"e":"🙍‍♀️","d":"woman frowning","c":1,"a":["frowning_woman"]},{"e":"🙎","d":"person pouting","c":1,"a":["pouting_face"]},{"e":"🙎‍♂️","d":"man pouting","c":1,"a":["pouting_man"]},{"e":"🙎‍♀️","d":"woman pouting","c":1,"a":["pouting_woman"]},{"e":"🙅","d":"person gesturing NO","c":1,"a":["no_good"],"t":["stop","halt","denied"]},{"e":"🙅‍♂️","d":"man gesturing NO","c":1,"a":["no_good_man","ng_man"],"t":["stop","halt","denied"]},{"e":"🙅‍♀️","d":"woman gesturing NO","c":1,"a":["no_good_woman","ng_woman"],"t":["stop","halt","denied"]},{"e":"🙆","d":"person gesturing OK","c":1,"a":["ok_person"]},{"e":"🙆‍♂️","d":"man gesturing OK","c":1,"a":["ok_man"]},{"e":"🙆‍♀️","d":"woman gesturing OK","c":1,"a":["ok_woman"]},{"e":"💁","d":"person tipping hand","c":1,"a":["tipping_hand_person","information_desk_person"]},{"e":"💁‍♂️","d":"man tipping hand","c":1,"a":["tipping_hand_man","sassy_man"],"t":["information"]},{"e":"💁‍♀️","d":"woman tipping hand","c":1,"a":["tipping_hand_woman","sassy_woman"],"t":["information"]},{"e":"🙋","d":"person raising hand","c":1,"a":["raising_hand"]},{"e":"🙋‍♂️","d":"man raising hand","c":1,"a":["raising_hand_man"]},{"e":"🙋‍♀️","d":"woman raising hand","c":1,"a":["raising_hand_woman"]},{"e":"🧏","d":"deaf person","c":1,"a":["deaf_person"]},{"e":"🧏‍♂️","d":"deaf man","c":1,"a":["deaf_man"]},{"e":"🧏‍♀️","d":"deaf woman","c":1,"a":["deaf_woman"]},{"e":"🙇","d":"person bowing","c":1,"a":["bow"],"t":["respect","thanks"]},{"e":"🙇‍♂️","d":"man bowing","c":1,"a":["bowing_man"],"t":["respect","thanks"]},{"e":"🙇‍♀️","d":"woman bowing","c":1,"a":["bowing_woman"],"t":["respect","thanks"]},{"e":"🤦","d":"person facepalming","c":1,"a":["facepalm"]},{"e":"🤦‍♂️","d":"man facepalming","c":1,"a":["man_facepalming"]},{"e":"🤦‍♀️","d":"woman facepalming","c":1,"a":["woman_facepalming"]},{"e":"🤷","d":"person shrugging","c":1,"a":["shrug"]},{"e":"🤷‍♂️","d":"man shrugging","c":1,"a":["man_shrugging"]},{"e":"🤷‍♀️","d":"woman shrugging","c":1,"a":["woman_shrugging"]},{"e":"🧑‍��️","d":"health worker","c":1,"a":["health_worker"]},{"e":"👨‍⚕️","d":"man health worker","c":1,"a":["man_health_worker"],"t":["doctor","nurse"]},{"e":"👩‍⚕️","d":"woman health worker","c":1,"a":["woman_health_worker"],"t":["doctor","nurse"]},{"e":"🧑‍🎓","d":"student","c":1,"a":["student"]},{"e":"👨‍🎓","d":"man student","c":1,"a":["man_student"],"t":["graduation"]},{"e":"👩‍🎓","d":"woman student","c":1,"a":["woman_student"],"t":["graduation"]},{"e":"🧑‍🏫","d":"teacher","c":1,"a":["teacher"]},{"e":"👨‍🏫","d":"man teacher","c":1,"a":["man_teacher"],"t":["school","professor"]},{"e":"👩‍🏫","d":"woman teacher","c":1,"a":["woman_teacher"],"t":["school","professor"]},{"e":"🧑‍⚖️","d":"judge","c":1,"a":["judge"]},{"e":"👨‍⚖️","d":"man judge","c":1,"a":["man_judge"],"t":["justice"]},{"e":"👩‍⚖️","d":"woman judge","c":1,"a":["woman_judge"],"t":["justice"]},{"e":"🧑‍🌾","d":"farmer","c":1,"a":["farmer"]},{"e":"👨‍🌾","d":"man farmer","c":1,"a":["man_farmer"]},{"e":"👩‍🌾","d":"woman farmer","c":1,"a":["woman_farmer"]},{"e":"🧑‍🍳","d":"cook","c":1,"a":["cook"]},{"e":"👨‍🍳","d":"man cook","c":1,"a":["man_cook"],"t":["chef"]},{"e":"👩‍🍳","d":"woman cook","c":1,"a":["woman_cook"],"t":["chef"]},{"e":"🧑‍🔧","d":"mechanic","c":1,"a":["mechanic"]},{"e":"👨‍🔧","d":"man mechanic","c":1,"a":["man_mechanic"]},{"e":"👩‍🔧","d":"woman mechanic","c":1,"a":["woman_mechanic"]},{"e":"🧑‍🏭","d":"factory worker","c":1,"a":["factory_worker"]},{"e":"👨‍���","d":"man factory worker","c":1,"a":["man_factory_worker"]},{"e":"👩‍🏭","d":"woman factory worker","c":1,"a":["woman_factory_worker"]},{"e":"🧑‍💼","d":"office worker","c":1,"a":["office_worker"]},{"e":"👨‍💼","d":"man office worker","c":1,"a":["man_office_worker"],"t":["business"]},{"e":"👩‍💼","d":"woman office worker","c":1,"a":["woman_office_worker"],"t":["business"]},{"e":"🧑‍🔬","d":"scientist","c":1,"a":["scientist"]},{"e":"👨‍🔬","d":"man scientist","c":1,"a":["man_scientist"],"t":["research"]},{"e":"👩‍🔬","d":"woman scientist","c":1,"a":["woman_scientist"],"t":["research"]},{"e":"🧑‍💻","d":"technologist","c":1,"a":["technologist"]},{"e":"👨‍💻","d":"man technologist","c":1,"a":["man_technologist"],"t":["coder"]},{"e":"👩‍💻","d":"woman technologist","c":1,"a":["woman_technologist"],"t":["coder"]},{"e":"🧑‍🎤","d":"singer","c":1,"a":["singer"]},{"e":"👨‍🎤","d":"man singer","c":1,"a":["man_singer"],"t":["rockstar"]},{"e":"👩‍🎤","d":"woman singer","c":1,"a":["woman_singer"],"t":["rockstar"]},{"e":"🧑‍🎨","d":"artist","c":1,"a":["artist"]},{"e":"👨‍🎨","d":"man artist","c":1,"a":["man_artist"],"t":["painter"]},{"e":"👩‍🎨","d":"woman artist","c":1,"a":["woman_artist"],"t":["painter"]},{"e":"🧑‍✈️","d":"pilot","c":1,"a":["pilot"]},{"e":"👨‍✈️","d":"man pilot","c":1,"a":["man_pilot"]},{"e":"👩‍✈️","d":"woman pilot","c":1,"a":["woman_pilot"]},{"e":"🧑‍🚀","d":"astronaut","c":1,"a":["astronaut"]},{"e":"👨‍🚀","d":"man astronaut","c":1,"a":["man_astronaut"],"t":["space"]},{"e":"👩‍🚀","d":"woman astronaut","c":1,"a":["woman_astronaut"],"t":["space"]},{"e":"🧑‍🚒","d":"firefighter","c":1,"a":["firefighter"]},{"e":"👨‍🚒","d":"man firefighter","c":1,"a":["man_firefighter"]},{"e":"👩‍🚒","d":"woman firefighter","c":1,"a":["woman_firefighter"]},{"e":"👮","d":"police officer","c":1,"a":["police_officer","cop"],"t":["law"]},{"e":"👮‍♂️","d":"man police officer","c":1,"a":["policeman"],"t":["law","cop"]},{"e":"👮‍♀️","d":"woman police officer","c":1,"a":["policewoman"],"t":["law","cop"]},{"e":"🕵️","d":"detective","c":1,"a":["detective"],"t":["sleuth"]},{"e":"🕵️‍♂️","d":"man detective","c":1,"a":["male_detective"],"t":["sleuth"]},{"e":"🕵️‍♀️","d":"woman detective","c":1,"a":["female_detective"],"t":["sleuth"]},{"e":"💂","d":"guard","c":1,"a":["guard"]},{"e":"💂‍♂️","d":"man guard","c":1,"a":["guardsman"]},{"e":"💂‍♀️","d":"woman guard","c":1,"a":["guardswoman"]},{"e":"🥷","d":"ninja","c":1,"a":["ninja"]},{"e":"👷","d":"construction worker","c":1,"a":["construction_worker"],"t":["helmet"]},{"e":"👷‍♂️","d":"man construction worker","c":1,"a":["construction_worker_man"],"t":["helmet"]},{"e":"👷‍♀️","d":"woman construction worker","c":1,"a":["construction_worker_woman"],"t":["helmet"]},{"e":"🤴","d":"prince","c":1,"a":["prince"],"t":["crown","royal"]},{"e":"👸","d":"princess","c":1,"a":["princess"],"t":["crown","royal"]},{"e":"👳","d":"person wearing turban","c":1,"a":["person_with_turban"]},{"e":"👳‍♂️","d":"man wearing turban","c":1,"a":["man_with_turban"]},{"e":"👳‍♀️","d":"woman wearing turban","c":1,"a":["woman_with_turban"]},{"e":"👲","d":"person with skullcap","c":1,"a":["man_with_gua_pi_mao"]},{"e":"🧕","d":"woman with headscarf","c":1,"a":["woman_with_headscarf"],"t":["hijab"]},{"e":"🤵","d":"person in tuxedo","c":1,"a":["person_in_tuxedo"],"t":["groom","marriage","wedding"]},{"e":"🤵‍♂️","d":"man in tuxedo","c":1,"a":["man_in_tuxedo"]},{"e":"🤵‍♀️","d":"woman in tuxedo","c":1,"a":["woman_in_tuxedo"]},{"e":"👰","d":"person with veil","c":1,"a":["person_with_veil"],"t":["marriage","wedding"]},{"e":"👰‍♂️","d":"man with veil","c":1,"a":["man_with_veil"]},{"e":"👰‍♀️","d":"woman with veil","c":1,"a":["woman_with_veil","bride_with_veil"]},{"e":"🤰","d":"pregnant woman","c":1,"a":["pregnant_woman"]},{"e":"🤱","d":"breast-feeding","c":1,"a":["breast_feeding"],"t":["nursing"]},{"e":"👩‍🍼","d":"woman feeding baby","c":1,"a":["woman_feeding_baby"]},{"e":"👨‍🍼","d":"man feeding baby","c":1,"a":["man_feeding_baby"]},{"e":"🧑‍🍼","d":"person feeding baby","c":1,"a":["person_feeding_baby"]},{"e":"👼","d":"baby angel","c":1,"a":["angel"]},{"e":"🎅","d":"Santa Claus","c":1,"a":["santa"],"t":["christmas"]},{"e":"🤶","d":"Mrs. Claus","c":1,"a":["mrs_claus"],"t":["santa"]},{"e":"🧑‍🎄","d":"mx claus","c":1,"a":["mx_claus"]},{"e":"🦸","d":"superhero","c":1,"a":["superhero"]},{"e":"🦸‍♂️","d":"man superhero","c":1,"a":["superhero_man"]},{"e":"🦸‍♀️","d":"woman superhero","c":1,"a":["superhero_woman"]},{"e":"🦹","d":"supervillain","c":1,"a":["supervillain"]},{"e":"🦹‍♂️","d":"man supervillain","c":1,"a":["supervillain_man"]},{"e":"🦹‍♀️","d":"woman supervillain","c":1,"a":["supervillain_woman"]},{"e":"🧙","d":"mage","c":1,"a":["mage"],"t":["wizard"]},{"e":"🧙‍♂️","d":"man mage","c":1,"a":["mage_man"],"t":["wizard"]},{"e":"🧙‍♀️","d":"woman mage","c":1,"a":["mage_woman"],"t":["wizard"]},{"e":"🧚","d":"fairy","c":1,"a":["fairy"]},{"e":"🧚‍♂️","d":"man fairy","c":1,"a":["fairy_man"]},{"e":"🧚‍♀️","d":"woman fairy","c":1,"a":["fairy_woman"]},{"e":"🧛","d":"vampire","c":1,"a":["vampire"]},{"e":"🧛‍♂️","d":"man vampire","c":1,"a":["vampire_man"]},{"e":"🧛‍♀️","d":"woman vampire","c":1,"a":["vampire_woman"]},{"e":"🧜","d":"merperson","c":1,"a":["merperson"]},{"e":"🧜‍♂️","d":"merman","c":1,"a":["merman"]},{"e":"🧜‍♀️","d":"mermaid","c":1,"a":["mermaid"]},{"e":"🧝","d":"elf","c":1,"a":["elf"]},{"e":"🧝‍♂️","d":"man elf","c":1,"a":["elf_man"]},{"e":"🧝‍♀️","d":"woman elf","c":1,"a":["elf_woman"]},{"e":"🧞","d":"genie","c":1,"a":["genie"]},{"e":"🧞‍♂️","d":"man genie","c":1,"a":["genie_man"]},{"e":"🧞‍♀️","d":"woman genie","c":1,"a":["genie_woman"]},{"e":"🧟","d":"zombie","c":1,"a":["zombie"]},{"e":"🧟‍♂️","d":"man zombie","c":1,"a":["zombie_man"]},{"e":"🧟‍♀️","d":"woman zombie","c":1,"a":["zombie_woman"]},{"e":"💆","d":"person getting massage","c":1,"a":["massage"],"t":["spa"]},{"e":"💆‍♂️","d":"man getting massage","c":1,"a":["massage_man"],"t":["spa"]},{"e":"💆‍♀️","d":"woman getting massage","c":1,"a":["massage_woman"],"t":["spa"]},{"e":"💇","d":"person getting haircut","c":1,"a":["haircut"],"t":["beauty"]},{"e":"💇‍♂️","d":"man getting haircut","c":1,"a":["haircut_man"]},{"e":"💇‍♀️","d":"woman getting haircut","c":1,"a":["haircut_woman"]},{"e":"🚶","d":"person walking","c":1,"a":["walking"]},{"e":"🚶‍♂️","d":"man walking","c":1,"a":["walking_man"]},{"e":"🚶‍♀️","d":"woman walking","c":1,"a":["walking_woman"]},{"e":"🧍","d":"person standing","c":1,"a":["standing_person"]},{"e":"🧍‍♂️","d":"man standing","c":1,"a":["standing_man"]},{"e":"🧍‍♀️","d":"woman standing","c":1,"a":["standing_woman"]},{"e":"🧎","d":"person kneeling","c":1,"a":["kneeling_person"]},{"e":"🧎‍♂️","d":"man kneeling","c":1,"a":["kneeling_man"]},{"e":"🧎‍♀️","d":"woman kneeling","c":1,"a":["kneeling_woman"]},{"e":"🧑‍🦯","d":"person with white cane","c":1,"a":["person_with_probing_cane"]},{"e":"👨‍🦯","d":"man with white cane","c":1,"a":["man_with_probing_cane"]},{"e":"👩‍🦯","d":"woman with white cane","c":1,"a":["woman_with_probing_cane"]},{"e":"🧑‍🦼","d":"person in motorized wheelchair","c":1,"a":["person_in_motorized_wheelchair"]},{"e":"👨‍🦼","d":"man in motorized wheelchair","c":1,"a":["man_in_motorized_wheelchair"]},{"e":"👩‍🦼","d":"woman in motorized wheelchair","c":1,"a":["woman_in_motorized_wheelchair"]},{"e":"🧑‍🦽","d":"person in manual wheelchair","c":1,"a":["person_in_manual_wheelchair"]},{"e":"����‍🦽","d":"man in manual wheelchair","c":1,"a":["man_in_manual_wheelchair"]},{"e":"👩‍🦽","d":"woman in manual wheelchair","c":1,"a":["woman_in_manual_wheelchair"]},{"e":"🏃","d":"person running","c":1,"a":["runner","running"],"t":["exercise","workout","marathon"]},{"e":"🏃‍♂️","d":"man running","c":1,"a":["running_man"],"t":["exercise","workout","marathon"]},{"e":"🏃‍♀️","d":"woman running","c":1,"a":["running_woman"],"t":["exercise","workout","marathon"]},{"e":"💃","d":"woman dancing","c":1,"a":["woman_dancing","dancer"],"t":["dress"]},{"e":"🕺","d":"man dancing","c":1,"a":["man_dancing"],"t":["dancer"]},{"e":"🕴️","d":"person in suit levitating","c":1,"a":["business_suit_levitating"]},{"e":"👯","d":"people with bunny ears","c":1,"a":["dancers"],"t":["bunny"]},{"e":"👯‍♂️","d":"men with bunny ears","c":1,"a":["dancing_men"],"t":["bunny"]},{"e":"👯‍♀️","d":"women with bunny ears","c":1,"a":["dancing_women"],"t":["bunny"]},{"e":"🧖","d":"person in steamy room","c":1,"a":["sauna_person"],"t":["steamy"]},{"e":"🧖‍♂️","d":"man in steamy room","c":1,"a":["sauna_man"],"t":["steamy"]},{"e":"🧖‍♀️","d":"woman in steamy room","c":1,"a":["sauna_woman"],"t":["steamy"]},{"e":"🧗","d":"person climbing","c":1,"a":["climbing"],"t":["bouldering"]},{"e":"🧗‍♂️","d":"man climbing","c":1,"a":["climbing_man"],"t":["bouldering"]},{"e":"🧗‍♀️","d":"woman climbing","c":1,"a":["climbing_woman"],"t":["bouldering"]},{"e":"🤺","d":"person fencing","c":1,"a":["person_fencing"]},{"e":"🏇","d":"horse racing","c":1,"a":["horse_racing"]},{"e":"⛷️","d":"skier","c":1,"a":["skier"]},{"e":"🏂","d":"snowboarder","c":1,"a":["snowboarder"]},{"e":"🏌️","d":"person golfing","c":1,"a":["golfing"]},{"e":"🏌️‍♂️","d":"man golfing","c":1,"a":["golfing_man"]},{"e":"🏌️‍♀️","d":"woman golfing","c":1,"a":["golfing_woman"]},{"e":"🏄","d":"person surfing","c":1,"a":["surfer"]},{"e":"🏄‍♂️","d":"man surfing","c":1,"a":["surfing_man"]},{"e":"🏄‍♀️","d":"woman surfing","c":1,"a":["surfing_woman"]},{"e":"🚣","d":"person rowing boat","c":1,"a":["rowboat"]},{"e":"🚣‍♂️","d":"man rowing boat","c":1,"a":["rowing_man"]},{"e":"🚣‍♀️","d":"woman rowing boat","c":1,"a":["rowing_woman"]},{"e":"🏊","d":"person swimming","c":1,"a":["swimmer"]},{"e":"🏊‍♂️","d":"man swimming","c":1,"a":["swimming_man"]},{"e":"🏊‍♀️","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":"🏋️","d":"person lifting weights","c":1,"a":["weight_lifting"],"t":["gym","workout"]},{"e":"🏋️‍♂️","d":"man lifting weights","c":1,"a":["weight_lifting_man"],"t":["gym","workout"]},{"e":"🏋️‍♀️","d":"woman lifting weights","c":1,"a":["weight_lifting_woman"],"t":["gym","workout"]},{"e":"🚴","d":"person biking","c":1,"a":["bicyclist"]},{"e":"🚴‍♂️","d":"man biking","c":1,"a":["biking_man"]},{"e":"🚴‍♀️","d":"woman biking","c":1,"a":["biking_woman"]},{"e":"🚵","d":"person mountain biking","c":1,"a":["mountain_bicyclist"]},{"e":"🚵‍♂️","d":"man mountain biking","c":1,"a":["mountain_biking_man"]},{"e":"🚵‍♀️","d":"woman mountain biking","c":1,"a":["mountain_biking_woman"]},{"e":"🤸","d":"person cartwheeling","c":1,"a":["cartwheeling"]},{"e":"🤸‍♂️","d":"man cartwheeling","c":1,"a":["man_cartwheeling"]},{"e":"🤸‍♀️","d":"woman cartwheeling","c":1,"a":["woman_cartwheeling"]},{"e":"🤼","d":"people wrestling","c":1,"a":["wrestling"]},{"e":"🤼‍♂️","d":"men wrestling","c":1,"a":["men_wrestling"]},{"e":"🤼‍♀️","d":"women wrestling","c":1,"a":["women_wrestling"]},{"e":"🤽","d":"person playing water polo","c":1,"a":["water_polo"]},{"e":"🤽‍♂️","d":"man playing water polo","c":1,"a":["man_playing_water_polo"]},{"e":"🤽‍♀️","d":"woman playing water polo","c":1,"a":["woman_playing_water_polo"]},{"e":"🤾","d":"person playing handball","c":1,"a":["handball_person"]},{"e":"🤾‍♂️","d":"man playing handball","c":1,"a":["man_playing_handball"]},{"e":"🤾‍♀️","d":"woman playing handball","c":1,"a":["woman_playing_handball"]},{"e":"🤹","d":"person juggling","c":1,"a":["juggling_person"]},{"e":"🤹‍♂️","d":"man juggling","c":1,"a":["man_juggling"]},{"e":"🤹‍♀️","d":"woman juggling","c":1,"a":["woman_juggling"]},{"e":"🧘","d":"person in lotus position","c":1,"a":["lotus_position"],"t":["meditation"]},{"e":"🧘‍♂️","d":"man in lotus position","c":1,"a":["lotus_position_man"],"t":["meditation"]},{"e":"🧘‍♀️","d":"woman in lotus position","c":1,"a":["lotus_position_woman"],"t":["meditation"]},{"e":"🛀","d":"person taking bath","c":1,"a":["bath"],"t":["shower"]},{"e":"🛌","d":"person in bed","c":1,"a":["sleeping_bed"]},{"e":"🧑‍🤝‍🧑","d":"people holding hands","c":1,"a":["people_holding_hands"],"t":["couple","date"]},{"e":"👭","d":"women holding hands","c":1,"a":["two_women_holding_hands"],"t":["couple","date"]},{"e":"👫","d":"woman and man holding hands","c":1,"a":["couple"],"t":["date"]},{"e":"👬","d":"men holding hands","c":1,"a":["two_men_holding_hands"],"t":["couple","date"]},{"e":"💏","d":"kiss","c":1,"a":["couplekiss"]},{"e":"👩‍❤️‍💋‍👨","d":"kiss: woman, man","c":1,"a":["couplekiss_man_woman"]},{"e":"👨‍❤️‍💋‍👨","d":"kiss: man, man","c":1,"a":["couplekiss_man_man"]},{"e":"👩‍❤️‍💋‍👩","d":"kiss: woman, woman","c":1,"a":["couplekiss_woman_woman"]},{"e":"💑","d":"couple with heart","c":1,"a":["couple_with_heart"]},{"e":"👩‍❤️‍👨","d":"couple with heart: woman, man","c":1,"a":["couple_with_heart_woman_man"]},{"e":"👨‍❤️‍👨","d":"couple with heart: man, man","c":1,"a":["couple_with_heart_man_man"]},{"e":"👩‍❤️‍👩","d":"couple with heart: woman, woman","c":1,"a":["couple_with_heart_woman_woman"]},{"e":"👪","d":"family","c":1,"a":["family"],"t":["home","parents","child"]},{"e":"👨‍👩‍👦","d":"family: man, woman, boy","c":1,"a":["family_man_woman_boy"]},{"e":"👨‍👩‍👧","d":"family: man, woman, girl","c":1,"a":["family_man_woman_girl"]},{"e":"👨‍👩‍👧‍👦","d":"family: man, woman, girl, boy","c":1,"a":["family_man_woman_girl_boy"]},{"e":"👨‍👩‍👦‍👦","d":"family: man, woman, boy, boy","c":1,"a":["family_man_woman_boy_boy"]},{"e":"👨‍👩‍👧‍👧","d":"family: man, woman, girl, girl","c":1,"a":["family_man_woman_girl_girl"]},{"e":"👨‍👨‍👦","d":"family: man, man, boy","c":1,"a":["family_man_man_boy"]},{"e":"👨‍👨‍👧","d":"family: man, man, girl","c":1,"a":["family_man_man_girl"]},{"e":"👨‍👨‍👧‍👦","d":"family: man, man, girl, boy","c":1,"a":["family_man_man_girl_boy"]},{"e":"👨‍👨‍👦‍👦","d":"family: man, man, boy, boy","c":1,"a":["family_man_man_boy_boy"]},{"e":"👨‍👨‍👧‍👧","d":"family: man, man, girl, girl","c":1,"a":["family_man_man_girl_girl"]},{"e":"👩‍👩‍👦","d":"family: woman, woman, boy","c":1,"a":["family_woman_woman_boy"]},{"e":"👩‍👩‍👧","d":"family: woman, woman, girl","c":1,"a":["family_woman_woman_girl"]},{"e":"👩‍👩‍👧‍👦","d":"family: woman, woman, girl, boy","c":1,"a":["family_woman_woman_girl_boy"]},{"e":"👩‍👩‍👦‍👦","d":"family: woman, woman, boy, boy","c":1,"a":["family_woman_woman_boy_boy"]},{"e":"👩‍👩‍👧‍👧","d":"family: woman, woman, girl, girl","c":1,"a":["family_woman_woman_girl_girl"]},{"e":"👨‍👦","d":"family: man, boy","c":1,"a":["family_man_boy"]},{"e":"👨‍👦‍👦","d":"family: man, boy, boy","c":1,"a":["family_man_boy_boy"]},{"e":"👨‍👧","d":"family: man, girl","c":1,"a":["family_man_girl"]},{"e":"👨‍👧‍👦","d":"family: man, girl, boy","c":1,"a":["family_man_girl_boy"]},{"e":"👨‍👧‍👧","d":"family: man, girl, girl","c":1,"a":["family_man_girl_girl"]},{"e":"👩‍👦","d":"family: woman, boy","c":1,"a":["family_woman_boy"]},{"e":"👩‍👦‍👦","d":"family: woman, boy, boy","c":1,"a":["family_woman_boy_boy"]},{"e":"👩‍👧","d":"family: woman, girl","c":1,"a":["family_woman_girl"]},{"e":"👩‍👧‍👦","d":"family: woman, girl, boy","c":1,"a":["family_woman_girl_boy"]},{"e":"👩‍👧‍👧","d":"family: woman, girl, girl","c":1,"a":["family_woman_girl_girl"]},{"e":"🗣️","d":"speaking head","c":1,"a":["speaking_head"]},{"e":"👤","d":"bust in silhouette","c":1,"a":["bust_in_silhouette"],"t":["user"]},{"e":"👥","d":"busts in silhouette","c":1,"a":["busts_in_silhouette"],"t":["users","group","team"]},{"e":"🫂","d":"people hugging","c":1,"a":["people_hugging"]},{"e":"👣","d":"footprints","c":1,"a":["footprints"],"t":["feet","tracks"]},{"e":"🐵","d":"monkey face","c":2,"a":["monkey_face"]},{"e":"🐒","d":"monkey","c":2,"a":["monkey"]},{"e":"🦍","d":"gorilla","c":2,"a":["gorilla"]},{"e":"🦧","d":"orangutan","c":2,"a":["orangutan"]},{"e":"🐶","d":"dog face","c":2,"a":["dog"],"t":["pet"]},{"e":"🐕","d":"dog","c":2,"a":["dog2"]},{"e":"🦮","d":"guide dog","c":2,"a":["guide_dog"]},{"e":"🐕‍🦺","d":"service dog","c":2,"a":["service_dog"]},{"e":"🐩","d":"poodle","c":2,"a":["poodle"],"t":["dog"]},{"e":"🐺","d":"wolf","c":2,"a":["wolf"]},{"e":"🦊","d":"fox","c":2,"a":["fox_face"]},{"e":"🦝","d":"raccoon","c":2,"a":["raccoon"]},{"e":"🐱","d":"cat face","c":2,"a":["cat"],"t":["pet"]},{"e":"🐈","d":"cat","c":2,"a":["cat2"]},{"e":"🐈‍⬛","d":"black cat","c":2,"a":["black_cat"]},{"e":"🦁","d":"lion","c":2,"a":["lion"]},{"e":"🐯","d":"tiger face","c":2,"a":["tiger"]},{"e":"🐅","d":"tiger","c":2,"a":["tiger2"]},{"e":"🐆","d":"leopard","c":2,"a":["leopard"]},{"e":"🐴","d":"horse face","c":2,"a":["horse"]},{"e":"🐎","d":"horse","c":2,"a":["racehorse"],"t":["speed"]},{"e":"🦄","d":"unicorn","c":2,"a":["unicorn"]},{"e":"🦓","d":"zebra","c":2,"a":["zebra"]},{"e":"🦌","d":"deer","c":2,"a":["deer"]},{"e":"🦬","d":"bison","c":2,"a":["bison"]},{"e":"🐮","d":"cow face","c":2,"a":["cow"]},{"e":"🐂","d":"ox","c":2,"a":["ox"]},{"e":"🐃","d":"water buffalo","c":2,"a":["water_buffalo"]},{"e":"🐄","d":"cow","c":2,"a":["cow2"]},{"e":"🐷","d":"pig face","c":2,"a":["pig"]},{"e":"🐖","d":"pig","c":2,"a":["pig2"]},{"e":"🐗","d":"boar","c":2,"a":["boar"]},{"e":"🐽","d":"pig nose","c":2,"a":["pig_nose"]},{"e":"🐏","d":"ram","c":2,"a":["ram"]},{"e":"🐑","d":"ewe","c":2,"a":["sheep"]},{"e":"🐐","d":"goat","c":2,"a":["goat"]},{"e":"🐪","d":"camel","c":2,"a":["dromedary_camel"],"t":["desert"]},{"e":"🐫","d":"two-hump camel","c":2,"a":["camel"]},{"e":"🦙","d":"llama","c":2,"a":["llama"]},{"e":"🦒","d":"giraffe","c":2,"a":["giraffe"]},{"e":"🐘","d":"elephant","c":2,"a":["elephant"]},{"e":"🦣","d":"mammoth","c":2,"a":["mammoth"]},{"e":"🦏","d":"rhinoceros","c":2,"a":["rhinoceros"]},{"e":"🦛","d":"hippopotamus","c":2,"a":["hippopotamus"]},{"e":"🐭","d":"mouse face","c":2,"a":["mouse"]},{"e":"🐁","d":"mouse","c":2,"a":["mouse2"]},{"e":"🐀","d":"rat","c":2,"a":["rat"]},{"e":"🐹","d":"hamster","c":2,"a":["hamster"],"t":["pet"]},{"e":"🐰","d":"rabbit face","c":2,"a":["rabbit"],"t":["bunny"]},{"e":"🐇","d":"rabbit","c":2,"a":["rabbit2"]},{"e":"🐿️","d":"chipmunk","c":2,"a":["chipmunk"]},{"e":"🦫","d":"beaver","c":2,"a":["beaver"]},{"e":"🦔","d":"hedgehog","c":2,"a":["hedgehog"]},{"e":"🦇","d":"bat","c":2,"a":["bat"]},{"e":"🐻","d":"bear","c":2,"a":["bear"]},{"e":"🐻‍❄️","d":"polar bear","c":2,"a":["polar_bear"]},{"e":"🐨","d":"koala","c":2,"a":["koala"]},{"e":"🐼","d":"panda","c":2,"a":["panda_face"]},{"e":"🦥","d":"sloth","c":2,"a":["sloth"]},{"e":"🦦","d":"otter","c":2,"a":["otter"]},{"e":"🦨","d":"skunk","c":2,"a":["skunk"]},{"e":"🦘","d":"kangaroo","c":2,"a":["kangaroo"]},{"e":"🦡","d":"badger","c":2,"a":["badger"]},{"e":"🐾","d":"paw prints","c":2,"a":["feet","paw_prints"]},{"e":"🦃","d":"turkey","c":2,"a":["turkey"],"t":["thanksgiving"]},{"e":"🐔","d":"chicken","c":2,"a":["chicken"]},{"e":"🐓","d":"rooster","c":2,"a":["rooster"]},{"e":"🐣","d":"hatching chick","c":2,"a":["hatching_chick"]},{"e":"🐤","d":"baby chick","c":2,"a":["baby_chick"]},{"e":"🐥","d":"front-facing baby chick","c":2,"a":["hatched_chick"]},{"e":"🐦","d":"bird","c":2,"a":["bird"]},{"e":"🐧","d":"penguin","c":2,"a":["penguin"]},{"e":"🕊️","d":"dove","c":2,"a":["dove"],"t":["peace"]},{"e":"🦅","d":"eagle","c":2,"a":["eagle"]},{"e":"🦆","d":"duck","c":2,"a":["duck"]},{"e":"🦢","d":"swan","c":2,"a":["swan"]},{"e":"🦉","d":"owl","c":2,"a":["owl"]},{"e":"🦤","d":"dodo","c":2,"a":["dodo"]},{"e":"🪶","d":"feather","c":2,"a":["feather"]},{"e":"🦩","d":"flamingo","c":2,"a":["flamingo"]},{"e":"🦚","d":"peacock","c":2,"a":["peacock"]},{"e":"🦜","d":"parrot","c":2,"a":["parrot"]},{"e":"🐸","d":"frog","c":2,"a":["frog"]},{"e":"🐊","d":"crocodile","c":2,"a":["crocodile"]},{"e":"🐢","d":"turtle","c":2,"a":["turtle"],"t":["slow"]},{"e":"🦎","d":"lizard","c":2,"a":["lizard"]},{"e":"🐍","d":"snake","c":2,"a":["snake"]},{"e":"🐲","d":"dragon face","c":2,"a":["dragon_face"]},{"e":"🐉","d":"dragon","c":2,"a":["dragon"]},{"e":"🦕","d":"sauropod","c":2,"a":["sauropod"],"t":["dinosaur"]},{"e":"🦖","d":"T-Rex","c":2,"a":["t-rex"],"t":["dinosaur"]},{"e":"🐳","d":"spouting whale","c":2,"a":["whale"],"t":["sea"]},{"e":"🐋","d":"whale","c":2,"a":["whale2"]},{"e":"🐬","d":"dolphin","c":2,"a":["dolphin","flipper"]},{"e":"🦭","d":"seal","c":2,"a":["seal"]},{"e":"🐟","d":"fish","c":2,"a":["fish"]},{"e":"🐠","d":"tropical fish","c":2,"a":["tropical_fish"]},{"e":"🐡","d":"blowfish","c":2,"a":["blowfish"]},{"e":"🦈","d":"shark","c":2,"a":["shark"]},{"e":"🐙","d":"octopus","c":2,"a":["octopus"]},{"e":"🐚","d":"spiral shell","c":2,"a":["shell"],"t":["sea","beach"]},{"e":"🐌","d":"snail","c":2,"a":["snail"],"t":["slow"]},{"e":"🦋","d":"butterfly","c":2,"a":["butterfly"]},{"e":"🐛","d":"bug","c":2,"a":["bug"]},{"e":"🐜","d":"ant","c":2,"a":["ant"]},{"e":"🐝","d":"honeybee","c":2,"a":["bee","honeybee"]},{"e":"🪲","d":"beetle","c":2,"a":["beetle"]},{"e":"🐞","d":"lady beetle","c":2,"a":["lady_beetle"],"t":["bug"]},{"e":"🦗","d":"cricket","c":2,"a":["cricket"]},{"e":"🪳","d":"cockroach","c":2,"a":["cockroach"]},{"e":"🕷️","d":"spider","c":2,"a":["spider"]},{"e":"🕸️","d":"spider web","c":2,"a":["spider_web"]},{"e":"🦂","d":"scorpion","c":2,"a":["scorpion"]},{"e":"🦟","d":"mosquito","c":2,"a":["mosquito"]},{"e":"🪰","d":"fly","c":2,"a":["fly"]},{"e":"🪱","d":"worm","c":2,"a":["worm"]},{"e":"🦠","d":"microbe","c":2,"a":["microbe"],"t":["germ"]},{"e":"💐","d":"bouquet","c":2,"a":["bouquet"],"t":["flowers"]},{"e":"🌸","d":"cherry blossom","c":2,"a":["cherry_blossom"],"t":["flower","spring"]},{"e":"💮","d":"white flower","c":2,"a":["white_flower"]},{"e":"🏵️","d":"rosette","c":2,"a":["rosette"]},{"e":"🌹","d":"rose","c":2,"a":["rose"],"t":["flower"]},{"e":"🥀","d":"wilted flower","c":2,"a":["wilted_flower"]},{"e":"🌺","d":"hibiscus","c":2,"a":["hibiscus"]},{"e":"🌻","d":"sunflower","c":2,"a":["sunflower"]},{"e":"🌼","d":"blossom","c":2,"a":["blossom"]},{"e":"🌷","d":"tulip","c":2,"a":["tulip"],"t":["flower"]},{"e":"🌱","d":"seedling","c":2,"a":["seedling"],"t":["plant"]},{"e":"🪴","d":"potted plant","c":2,"a":["potted_plant"]},{"e":"🌲","d":"evergreen tree","c":2,"a":["evergreen_tree"],"t":["wood"]},{"e":"🌳","d":"deciduous tree","c":2,"a":["deciduous_tree"],"t":["wood"]},{"e":"🌴","d":"palm tree","c":2,"a":["palm_tree"]},{"e":"🌵","d":"cactus","c":2,"a":["cactus"]},{"e":"🌾","d":"sheaf of rice","c":2,"a":["ear_of_rice"]},{"e":"🌿","d":"herb","c":2,"a":["herb"]},{"e":"☘️","d":"shamrock","c":2,"a":["shamrock"]},{"e":"🍀","d":"four leaf clover","c":2,"a":["four_leaf_clover"],"t":["luck"]},{"e":"🍁","d":"maple leaf","c":2,"a":["maple_leaf"],"t":["canada"]},{"e":"🍂","d":"fallen leaf","c":2,"a":["fallen_leaf"],"t":["autumn"]},{"e":"🍃","d":"leaf fluttering in wind","c":2,"a":["leaves"],"t":["leaf"]},{"e":"🍇","d":"grapes","c":3,"a":["grapes"]},{"e":"🍈","d":"melon","c":3,"a":["melon"]},{"e":"🍉","d":"watermelon","c":3,"a":["watermelon"]},{"e":"🍊","d":"tangerine","c":3,"a":["tangerine","orange","mandarin"]},{"e":"🍋","d":"lemon","c":3,"a":["lemon"]},{"e":"🍌","d":"banana","c":3,"a":["banana"],"t":["fruit"]},{"e":"🍍","d":"pineapple","c":3,"a":["pineapple"]},{"e":"🥭","d":"mango","c":3,"a":["mango"]},{"e":"🍎","d":"red apple","c":3,"a":["apple"]},{"e":"🍏","d":"green apple","c":3,"a":["green_apple"],"t":["fruit"]},{"e":"🍐","d":"pear","c":3,"a":["pear"]},{"e":"🍑","d":"peach","c":3,"a":["peach"]},{"e":"🍒","d":"cherries","c":3,"a":["cherries"],"t":["fruit"]},{"e":"🍓","d":"strawberry","c":3,"a":["strawberry"],"t":["fruit"]},{"e":"🫐","d":"blueberries","c":3,"a":["blueberries"]},{"e":"🥝","d":"kiwi fruit","c":3,"a":["kiwi_fruit"]},{"e":"🍅","d":"tomato","c":3,"a":["tomato"]},{"e":"🫒","d":"olive","c":3,"a":["olive"]},{"e":"🥥","d":"coconut","c":3,"a":["coconut"]},{"e":"🥑","d":"avocado","c":3,"a":["avocado"]},{"e":"🍆","d":"eggplant","c":3,"a":["eggplant"],"t":["aubergine"]},{"e":"🥔","d":"potato","c":3,"a":["potato"]},{"e":"🥕","d":"carrot","c":3,"a":["carrot"]},{"e":"🌽","d":"ear of corn","c":3,"a":["corn"]},{"e":"🌶️","d":"hot pepper","c":3,"a":["hot_pepper"],"t":["spicy"]},{"e":"🫑","d":"bell pepper","c":3,"a":["bell_pepper"]},{"e":"🥒","d":"cucumber","c":3,"a":["cucumber"]},{"e":"🥬","d":"leafy green","c":3,"a":["leafy_green"]},{"e":"🥦","d":"broccoli","c":3,"a":["broccoli"]},{"e":"🧄","d":"garlic","c":3,"a":["garlic"]},{"e":"🧅","d":"onion","c":3,"a":["onion"]},{"e":"🍄","d":"mushroom","c":3,"a":["mushroom"]},{"e":"🥜","d":"peanuts","c":3,"a":["peanuts"]},{"e":"🌰","d":"chestnut","c":3,"a":["chestnut"]},{"e":"🍞","d":"bread","c":3,"a":["bread"],"t":["toast"]},{"e":"🥐","d":"croissant","c":3,"a":["croissant"]},{"e":"🥖","d":"baguette bread","c":3,"a":["baguette_bread"]},{"e":"🫓","d":"flatbread","c":3,"a":["flatbread"]},{"e":"🥨","d":"pretzel","c":3,"a":["pretzel"]},{"e":"🥯","d":"bagel","c":3,"a":["bagel"]},{"e":"🥞","d":"pancakes","c":3,"a":["pancakes"]},{"e":"🧇","d":"waffle","c":3,"a":["waffle"]},{"e":"🧀","d":"cheese wedge","c":3,"a":["cheese"]},{"e":"🍖","d":"meat on bone","c":3,"a":["meat_on_bone"]},{"e":"🍗","d":"poultry leg","c":3,"a":["poultry_leg"],"t":["meat","chicken"]},{"e":"🥩","d":"cut of meat","c":3,"a":["cut_of_meat"]},{"e":"🥓","d":"bacon","c":3,"a":["bacon"]},{"e":"🍔","d":"hamburger","c":3,"a":["hamburger"],"t":["burger"]},{"e":"🍟","d":"french fries","c":3,"a":["fries"]},{"e":"🍕","d":"pizza","c":3,"a":["pizza"]},{"e":"🌭","d":"hot dog","c":3,"a":["hotdog"]},{"e":"🥪","d":"sandwich","c":3,"a":["sandwich"]},{"e":"🌮","d":"taco","c":3,"a":["taco"]},{"e":"🌯","d":"burrito","c":3,"a":["burrito"]},{"e":"🫔","d":"tamale","c":3,"a":["tamale"]},{"e":"🥙","d":"stuffed flatbread","c":3,"a":["stuffed_flatbread"]},{"e":"🧆","d":"falafel","c":3,"a":["falafel"]},{"e":"🥚","d":"egg","c":3,"a":["egg"]},{"e":"🍳","d":"cooking","c":3,"a":["fried_egg"],"t":["breakfast"]},{"e":"🥘","d":"shallow pan of food","c":3,"a":["shallow_pan_of_food"],"t":["paella","curry"]},{"e":"🍲","d":"pot of food","c":3,"a":["stew"]},{"e":"🫕","d":"fondue","c":3,"a":["fondue"]},{"e":"🥣","d":"bowl with spoon","c":3,"a":["bowl_with_spoon"]},{"e":"🥗","d":"green salad","c":3,"a":["green_salad"]},{"e":"🍿","d":"popcorn","c":3,"a":["popcorn"]},{"e":"🧈","d":"butter","c":3,"a":["butter"]},{"e":"🧂","d":"salt","c":3,"a":["salt"]},{"e":"🥫","d":"canned food","c":3,"a":["canned_food"]},{"e":"🍱","d":"bento box","c":3,"a":["bento"]},{"e":"🍘","d":"rice cracker","c":3,"a":["rice_cracker"]},{"e":"🍙","d":"rice ball","c":3,"a":["rice_ball"]},{"e":"🍚","d":"cooked rice","c":3,"a":["rice"]},{"e":"🍛","d":"curry rice","c":3,"a":["curry"]},{"e":"🍜","d":"steaming bowl","c":3,"a":["ramen"],"t":["noodle"]},{"e":"🍝","d":"spaghetti","c":3,"a":["spaghetti"],"t":["pasta"]},{"e":"🍠","d":"roasted sweet potato","c":3,"a":["sweet_potato"]},{"e":"🍢","d":"oden","c":3,"a":["oden"]},{"e":"🍣","d":"sushi","c":3,"a":["sushi"]},{"e":"🍤","d":"fried shrimp","c":3,"a":["fried_shrimp"],"t":["tempura"]},{"e":"🍥","d":"fish cake with swirl","c":3,"a":["fish_cake"]},{"e":"🥮","d":"moon cake","c":3,"a":["moon_cake"]},{"e":"🍡","d":"dango","c":3,"a":["dango"]},{"e":"🥟","d":"dumpling","c":3,"a":["dumpling"]},{"e":"🥠","d":"fortune cookie","c":3,"a":["fortune_cookie"]},{"e":"🥡","d":"takeout box","c":3,"a":["takeout_box"]},{"e":"🦀","d":"crab","c":3,"a":["crab"]},{"e":"🦞","d":"lobster","c":3,"a":["lobster"]},{"e":"🦐","d":"shrimp","c":3,"a":["shrimp"]},{"e":"🦑","d":"squid","c":3,"a":["squid"]},{"e":"🦪","d":"oyster","c":3,"a":["oyster"]},{"e":"🍦","d":"soft ice cream","c":3,"a":["icecream"]},{"e":"🍧","d":"shaved ice","c":3,"a":["shaved_ice"]},{"e":"🍨","d":"ice cream","c":3,"a":["ice_cream"]},{"e":"🍩","d":"doughnut","c":3,"a":["doughnut"]},{"e":"🍪","d":"cookie","c":3,"a":["cookie"]},{"e":"🎂","d":"birthday cake","c":3,"a":["birthday"],"t":["party"]},{"e":"🍰","d":"shortcake","c":3,"a":["cake"],"t":["dessert"]},{"e":"🧁","d":"cupcake","c":3,"a":["cupcake"]},{"e":"🥧","d":"pie","c":3,"a":["pie"]},{"e":"🍫","d":"chocolate bar","c":3,"a":["chocolate_bar"]},{"e":"🍬","d":"candy","c":3,"a":["candy"],"t":["sweet"]},{"e":"🍭","d":"lollipop","c":3,"a":["lollipop"]},{"e":"🍮","d":"custard","c":3,"a":["custard"]},{"e":"🍯","d":"honey pot","c":3,"a":["honey_pot"]},{"e":"🍼","d":"baby bottle","c":3,"a":["baby_bottle"],"t":["milk"]},{"e":"🥛","d":"glass of milk","c":3,"a":["milk_glass"]},{"e":"☕","d":"hot beverage","c":3,"a":["coffee"],"t":["cafe","espresso"]},{"e":"🫖","d":"teapot","c":3,"a":["teapot"]},{"e":"🍵","d":"teacup without handle","c":3,"a":["tea"],"t":["green","breakfast"]},{"e":"🍶","d":"sake","c":3,"a":["sake"]},{"e":"🍾","d":"bottle with popping cork","c":3,"a":["champagne"],"t":["bottle","bubbly","celebration"]},{"e":"🍷","d":"wine glass","c":3,"a":["wine_glass"]},{"e":"🍸","d":"cocktail glass","c":3,"a":["cocktail"],"t":["drink"]},{"e":"🍹","d":"tropical drink","c":3,"a":["tropical_drink"],"t":["summer","vacation"]},{"e":"🍺","d":"beer mug","c":3,"a":["beer"],"t":["drink"]},{"e":"🍻","d":"clinking beer mugs","c":3,"a":["beers"],"t":["drinks"]},{"e":"🥂","d":"clinking glasses","c":3,"a":["clinking_glasses"],"t":["cheers","toast"]},{"e":"🥃","d":"tumbler glass","c":3,"a":["tumbler_glass"],"t":["whisky"]},{"e":"🥤","d":"cup with straw","c":3,"a":["cup_with_straw"]},{"e":"🧋","d":"bubble tea","c":3,"a":["bubble_tea"]},{"e":"🧃","d":"beverage box","c":3,"a":["beverage_box"]},{"e":"🧉","d":"mate","c":3,"a":["mate"]},{"e":"🧊","d":"ice","c":3,"a":["ice_cube"]},{"e":"🥢","d":"chopsticks","c":3,"a":["chopsticks"]},{"e":"🍽️","d":"fork and knife with plate","c":3,"a":["plate_with_cutlery"],"t":["dining","dinner"]},{"e":"🍴","d":"fork and knife","c":3,"a":["fork_and_knife"],"t":["cutlery"]},{"e":"🥄","d":"spoon","c":3,"a":["spoon"]},{"e":"🔪","d":"kitchen knife","c":3,"a":["hocho","knife"],"t":["cut","chop"]},{"e":"🏺","d":"amphora","c":3,"a":["amphora"]},{"e":"🌍","d":"globe showing Europe-Africa","c":4,"a":["earth_africa"],"t":["globe","world","international"]},{"e":"🌎","d":"globe showing Americas","c":4,"a":["earth_americas"],"t":["globe","world","international"]},{"e":"🌏","d":"globe showing Asia-Australia","c":4,"a":["earth_asia"],"t":["globe","world","international"]},{"e":"🌐","d":"globe with meridians","c":4,"a":["globe_with_meridians"],"t":["world","global","international"]},{"e":"🗺️","d":"world map","c":4,"a":["world_map"],"t":["travel"]},{"e":"🗾","d":"map of Japan","c":4,"a":["japan"]},{"e":"🧭","d":"compass","c":4,"a":["compass"]},{"e":"🏔️","d":"snow-capped mountain","c":4,"a":["mountain_snow"]},{"e":"⛰️","d":"mountain","c":4,"a":["mountain"]},{"e":"🌋","d":"volcano","c":4,"a":["volcano"]},{"e":"🗻","d":"mount fuji","c":4,"a":["mount_fuji"]},{"e":"🏕️","d":"camping","c":4,"a":["camping"]},{"e":"🏖️","d":"beach with umbrella","c":4,"a":["beach_umbrella"]},{"e":"🏜️","d":"desert","c":4,"a":["desert"]},{"e":"🏝️","d":"desert island","c":4,"a":["desert_island"]},{"e":"🏞️","d":"national park","c":4,"a":["national_park"]},{"e":"🏟️","d":"stadium","c":4,"a":["stadium"]},{"e":"🏛️","d":"classical building","c":4,"a":["classical_building"]},{"e":"🏗️","d":"building construction","c":4,"a":["building_construction"]},{"e":"🧱","d":"brick","c":4,"a":["bricks"]},{"e":"🪨","d":"rock","c":4,"a":["rock"]},{"e":"🪵","d":"wood","c":4,"a":["wood"]},{"e":"🛖","d":"hut","c":4,"a":["hut"]},{"e":"🏘️","d":"houses","c":4,"a":["houses"]},{"e":"🏚️","d":"derelict house","c":4,"a":["derelict_house"]},{"e":"🏠","d":"house","c":4,"a":["house"]},{"e":"🏡","d":"house with garden","c":4,"a":["house_with_garden"]},{"e":"🏢","d":"office building","c":4,"a":["office"]},{"e":"🏣","d":"Japanese post office","c":4,"a":["post_office"]},{"e":"🏤","d":"post office","c":4,"a":["european_post_office"]},{"e":"🏥","d":"hospital","c":4,"a":["hospital"]},{"e":"🏦","d":"bank","c":4,"a":["bank"]},{"e":"🏨","d":"hotel","c":4,"a":["hotel"]},{"e":"🏩","d":"love hotel","c":4,"a":["love_hotel"]},{"e":"🏪","d":"convenience store","c":4,"a":["convenience_store"]},{"e":"🏫","d":"school","c":4,"a":["school"]},{"e":"🏬","d":"department store","c":4,"a":["department_store"]},{"e":"🏭","d":"factory","c":4,"a":["factory"]},{"e":"🏯","d":"Japanese castle","c":4,"a":["japanese_castle"]},{"e":"🏰","d":"castle","c":4,"a":["european_castle"]},{"e":"💒","d":"wedding","c":4,"a":["wedding"],"t":["marriage"]},{"e":"🗼","d":"Tokyo tower","c":4,"a":["tokyo_tower"]},{"e":"🗽","d":"Statue of Liberty","c":4,"a":["statue_of_liberty"]},{"e":"⛪","d":"church","c":4,"a":["church"]},{"e":"🕌","d":"mosque","c":4,"a":["mosque"]},{"e":"🛕","d":"hindu temple","c":4,"a":["hindu_temple"]},{"e":"🕍","d":"synagogue","c":4,"a":["synagogue"]},{"e":"⛩️","d":"shinto shrine","c":4,"a":["shinto_shrine"]},{"e":"🕋","d":"kaaba","c":4,"a":["kaaba"]},{"e":"⛲","d":"fountain","c":4,"a":["fountain"]},{"e":"⛺","d":"tent","c":4,"a":["tent"],"t":["camping"]},{"e":"🌁","d":"foggy","c":4,"a":["foggy"],"t":["karl"]},{"e":"🌃","d":"night with stars","c":4,"a":["night_with_stars"]},{"e":"🏙️","d":"cityscape","c":4,"a":["cityscape"],"t":["skyline"]},{"e":"🌄","d":"sunrise over mountains","c":4,"a":["sunrise_over_mountains"]},{"e":"🌅","d":"sunrise","c":4,"a":["sunrise"]},{"e":"🌆","d":"cityscape at dusk","c":4,"a":["city_sunset"]},{"e":"🌇","d":"sunset","c":4,"a":["city_sunrise"]},{"e":"🌉","d":"bridge at night","c":4,"a":["bridge_at_night"]},{"e":"♨️","d":"hot springs","c":4,"a":["hotsprings"]},{"e":"🎠","d":"carousel horse","c":4,"a":["carousel_horse"]},{"e":"🎡","d":"ferris wheel","c":4,"a":["ferris_wheel"]},{"e":"🎢","d":"roller coaster","c":4,"a":["roller_coaster"]},{"e":"💈","d":"barber pole","c":4,"a":["barber"]},{"e":"🎪","d":"circus tent","c":4,"a":["circus_tent"]},{"e":"🚂","d":"locomotive","c":4,"a":["steam_locomotive"],"t":["train"]},{"e":"🚃","d":"railway car","c":4,"a":["railway_car"]},{"e":"🚄","d":"high-speed train","c":4,"a":["bullettrain_side"],"t":["train"]},{"e":"🚅","d":"bullet train","c":4,"a":["bullettrain_front"],"t":["train"]},{"e":"🚆","d":"train","c":4,"a":["train2"]},{"e":"🚇","d":"metro","c":4,"a":["metro"]},{"e":"🚈","d":"light rail","c":4,"a":["light_rail"]},{"e":"🚉","d":"station","c":4,"a":["station"]},{"e":"🚊","d":"tram","c":4,"a":["tram"]},{"e":"🚝","d":"monorail","c":4,"a":["monorail"]},{"e":"🚞","d":"mountain railway","c":4,"a":["mountain_railway"]},{"e":"🚋","d":"tram car","c":4,"a":["train"]},{"e":"🚌","d":"bus","c":4,"a":["bus"]},{"e":"🚍","d":"oncoming bus","c":4,"a":["oncoming_bus"]},{"e":"🚎","d":"trolleybus","c":4,"a":["trolleybus"]},{"e":"🚐","d":"minibus","c":4,"a":["minibus"]},{"e":"🚑","d":"ambulance","c":4,"a":["ambulance"]},{"e":"🚒","d":"fire engine","c":4,"a":["fire_engine"]},{"e":"🚓","d":"police car","c":4,"a":["police_car"]},{"e":"🚔","d":"oncoming police car","c":4,"a":["oncoming_police_car"]},{"e":"🚕","d":"taxi","c":4,"a":["taxi"]},{"e":"🚖","d":"oncoming taxi","c":4,"a":["oncoming_taxi"]},{"e":"🚗","d":"automobile","c":4,"a":["car","red_car"]},{"e":"🚘","d":"oncoming automobile","c":4,"a":["oncoming_automobile"]},{"e":"🚙","d":"sport utility vehicle","c":4,"a":["blue_car"]},{"e":"🛻","d":"pickup truck","c":4,"a":["pickup_truck"]},{"e":"🚚","d":"delivery truck","c":4,"a":["truck"]},{"e":"🚛","d":"articulated lorry","c":4,"a":["articulated_lorry"]},{"e":"🚜","d":"tractor","c":4,"a":["tractor"]},{"e":"🏎️","d":"racing car","c":4,"a":["racing_car"]},{"e":"🏍️","d":"motorcycle","c":4,"a":["motorcycle"]},{"e":"🛵","d":"motor scooter","c":4,"a":["motor_scooter"]},{"e":"🦽","d":"manual wheelchair","c":4,"a":["manual_wheelchair"]},{"e":"🦼","d":"motorized wheelchair","c":4,"a":["motorized_wheelchair"]},{"e":"🛺","d":"auto rickshaw","c":4,"a":["auto_rickshaw"]},{"e":"🚲","d":"bicycle","c":4,"a":["bike"],"t":["bicycle"]},{"e":"🛴","d":"kick scooter","c":4,"a":["kick_scooter"]},{"e":"🛹","d":"skateboard","c":4,"a":["skateboard"]},{"e":"🛼","d":"roller skate","c":4,"a":["roller_skate"]},{"e":"🚏","d":"bus stop","c":4,"a":["busstop"]},{"e":"🛣️","d":"motorway","c":4,"a":["motorway"]},{"e":"🛤️","d":"railway track","c":4,"a":["railway_track"]},{"e":"🛢️","d":"oil drum","c":4,"a":["oil_drum"]},{"e":"⛽","d":"fuel pump","c":4,"a":["fuelpump"]},{"e":"🚨","d":"police car light","c":4,"a":["rotating_light"],"t":["911","emergency"]},{"e":"🚥","d":"horizontal traffic light","c":4,"a":["traffic_light"]},{"e":"🚦","d":"vertical traffic light","c":4,"a":["vertical_traffic_light"],"t":["semaphore"]},{"e":"🛑","d":"stop sign","c":4,"a":["stop_sign"]},{"e":"🚧","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":"🛶","d":"canoe","c":4,"a":["canoe"]},{"e":"🚤","d":"speedboat","c":4,"a":["speedboat"],"t":["ship"]},{"e":"🛳️","d":"passenger ship","c":4,"a":["passenger_ship"],"t":["cruise"]},{"e":"⛴️","d":"ferry","c":4,"a":["ferry"]},{"e":"🛥️","d":"motor boat","c":4,"a":["motor_boat"]},{"e":"🚢","d":"ship","c":4,"a":["ship"]},{"e":"✈️","d":"airplane","c":4,"a":["airplane"],"t":["flight"]},{"e":"🛩️","d":"small airplane","c":4,"a":["small_airplane"],"t":["flight"]},{"e":"🛫","d":"airplane departure","c":4,"a":["flight_departure"]},{"e":"🛬","d":"airplane arrival","c":4,"a":["flight_arrival"]},{"e":"🪂","d":"parachute","c":4,"a":["parachute"]},{"e":"💺","d":"seat","c":4,"a":["seat"]},{"e":"🚁","d":"helicopter","c":4,"a":["helicopter"]},{"e":"🚟","d":"suspension railway","c":4,"a":["suspension_railway"]},{"e":"🚠","d":"mountain cableway","c":4,"a":["mountain_cableway"]},{"e":"🚡","d":"aerial tramway","c":4,"a":["aerial_tramway"]},{"e":"🛰️","d":"satellite","c":4,"a":["artificial_satellite"],"t":["orbit","space"]},{"e":"🚀","d":"rocket","c":4,"a":["rocket"],"t":["ship","launch"]},{"e":"🛸","d":"flying saucer","c":4,"a":["flying_saucer"],"t":["ufo"]},{"e":"🛎️","d":"bellhop bell","c":4,"a":["bellhop_bell"]},{"e":"🧳","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":"🕰️","d":"mantelpiece clock","c":4,"a":["mantelpiece_clock"]},{"e":"🕛","d":"twelve o’clock","c":4,"a":["clock12"]},{"e":"🕧","d":"twelve-thirty","c":4,"a":["clock1230"]},{"e":"🕐","d":"one o’clock","c":4,"a":["clock1"]},{"e":"🕜","d":"one-thirty","c":4,"a":["clock130"]},{"e":"🕑","d":"two o’clock","c":4,"a":["clock2"]},{"e":"🕝","d":"two-thirty","c":4,"a":["clock230"]},{"e":"🕒","d":"three o’clock","c":4,"a":["clock3"]},{"e":"🕞","d":"three-thirty","c":4,"a":["clock330"]},{"e":"🕓","d":"four o’clock","c":4,"a":["clock4"]},{"e":"🕟","d":"four-thirty","c":4,"a":["clock430"]},{"e":"🕔","d":"five o’clock","c":4,"a":["clock5"]},{"e":"🕠","d":"five-thirty","c":4,"a":["clock530"]},{"e":"🕕","d":"six o’clock","c":4,"a":["clock6"]},{"e":"🕡","d":"six-thirty","c":4,"a":["clock630"]},{"e":"🕖","d":"seven o’clock","c":4,"a":["clock7"]},{"e":"🕢","d":"seven-thirty","c":4,"a":["clock730"]},{"e":"🕗","d":"eight o’clock","c":4,"a":["clock8"]},{"e":"🕣","d":"eight-thirty","c":4,"a":["clock830"]},{"e":"🕘","d":"nine o’clock","c":4,"a":["clock9"]},{"e":"🕤","d":"nine-thirty","c":4,"a":["clock930"]},{"e":"🕙","d":"ten o’clock","c":4,"a":["clock10"]},{"e":"🕥","d":"ten-thirty","c":4,"a":["clock1030"]},{"e":"🕚","d":"eleven o’clock","c":4,"a":["clock11"]},{"e":"🕦","d":"eleven-thirty","c":4,"a":["clock1130"]},{"e":"🌑","d":"new moon","c":4,"a":["new_moon"]},{"e":"🌒","d":"waxing crescent moon","c":4,"a":["waxing_crescent_moon"]},{"e":"🌓","d":"first quarter moon","c":4,"a":["first_quarter_moon"]},{"e":"🌔","d":"waxing gibbous moon","c":4,"a":["moon","waxing_gibbous_moon"]},{"e":"🌕","d":"full moon","c":4,"a":["full_moon"]},{"e":"🌖","d":"waning gibbous moon","c":4,"a":["waning_gibbous_moon"]},{"e":"🌗","d":"last quarter moon","c":4,"a":["last_quarter_moon"]},{"e":"🌘","d":"waning crescent moon","c":4,"a":["waning_crescent_moon"]},{"e":"🌙","d":"crescent moon","c":4,"a":["crescent_moon"],"t":["night"]},{"e":"🌚","d":"new moon face","c":4,"a":["new_moon_with_face"]},{"e":"🌛","d":"first quarter moon face","c":4,"a":["first_quarter_moon_with_face"]},{"e":"🌜","d":"last quarter moon face","c":4,"a":["last_quarter_moon_with_face"]},{"e":"🌡️","d":"thermometer","c":4,"a":["thermometer"]},{"e":"☀️","d":"sun","c":4,"a":["sunny"],"t":["weather"]},{"e":"🌝","d":"full moon face","c":4,"a":["full_moon_with_face"]},{"e":"🌞","d":"sun with face","c":4,"a":["sun_with_face"],"t":["summer"]},{"e":"🪐","d":"ringed planet","c":4,"a":["ringed_planet"]},{"e":"⭐","d":"star","c":4,"a":["star"]},{"e":"🌟","d":"glowing star","c":4,"a":["star2"]},{"e":"🌠","d":"shooting star","c":4,"a":["stars"]},{"e":"🌌","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":"🌤️","d":"sun behind small cloud","c":4,"a":["sun_behind_small_cloud"]},{"e":"🌥️","d":"sun behind large cloud","c":4,"a":["sun_behind_large_cloud"]},{"e":"🌦️","d":"sun behind rain cloud","c":4,"a":["sun_behind_rain_cloud"]},{"e":"🌧️","d":"cloud with rain","c":4,"a":["cloud_with_rain"]},{"e":"🌨️","d":"cloud with snow","c":4,"a":["cloud_with_snow"]},{"e":"🌩️","d":"cloud with lightning","c":4,"a":["cloud_with_lightning"]},{"e":"🌪️","d":"tornado","c":4,"a":["tornado"]},{"e":"🌫️","d":"fog","c":4,"a":["fog"]},{"e":"🌬️","d":"wind face","c":4,"a":["wind_face"]},{"e":"🌀","d":"cyclone","c":4,"a":["cyclone"],"t":["swirl"]},{"e":"🌈","d":"rainbow","c":4,"a":["rainbow"]},{"e":"🌂","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":"🔥","d":"fire","c":4,"a":["fire"],"t":["burn"]},{"e":"💧","d":"droplet","c":4,"a":["droplet"],"t":["water"]},{"e":"🌊","d":"water wave","c":4,"a":["ocean"],"t":["sea"]},{"e":"🎃","d":"jack-o-lantern","c":5,"a":["jack_o_lantern"],"t":["halloween"]},{"e":"🎄","d":"Christmas tree","c":5,"a":["christmas_tree"]},{"e":"🎆","d":"fireworks","c":5,"a":["fireworks"],"t":["festival","celebration"]},{"e":"🎇","d":"sparkler","c":5,"a":["sparkler"]},{"e":"🧨","d":"firecracker","c":5,"a":["firecracker"]},{"e":"✨","d":"sparkles","c":5,"a":["sparkles"],"t":["shiny"]},{"e":"🎈","d":"balloon","c":5,"a":["balloon"],"t":["party","birthday"]},{"e":"🎉","d":"party popper","c":5,"a":["tada"],"t":["hooray","party"]},{"e":"🎊","d":"confetti ball","c":5,"a":["confetti_ball"]},{"e":"🎋","d":"tanabata tree","c":5,"a":["tanabata_tree"]},{"e":"🎍","d":"pine decoration","c":5,"a":["bamboo"]},{"e":"🎎","d":"Japanese dolls","c":5,"a":["dolls"]},{"e":"🎏","d":"carp streamer","c":5,"a":["flags"]},{"e":"🎐","d":"wind chime","c":5,"a":["wind_chime"]},{"e":"🎑","d":"moon viewing ceremony","c":5,"a":["rice_scene"]},{"e":"🧧","d":"red envelope","c":5,"a":["red_envelope"]},{"e":"🎀","d":"ribbon","c":5,"a":["ribbon"]},{"e":"🎁","d":"wrapped gift","c":5,"a":["gift"],"t":["present","birthday","christmas"]},{"e":"🎗️","d":"reminder ribbon","c":5,"a":["reminder_ribbon"]},{"e":"🎟️","d":"admission tickets","c":5,"a":["tickets"]},{"e":"🎫","d":"ticket","c":5,"a":["ticket"]},{"e":"🎖️","d":"military medal","c":5,"a":["medal_military"]},{"e":"🏆","d":"trophy","c":5,"a":["trophy"],"t":["award","contest","winner"]},{"e":"🏅","d":"sports medal","c":5,"a":["medal_sports"],"t":["gold","winner"]},{"e":"🥇","d":"1st place medal","c":5,"a":["1st_place_medal"],"t":["gold"]},{"e":"🥈","d":"2nd place medal","c":5,"a":["2nd_place_medal"],"t":["silver"]},{"e":"🥉","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":"🥎","d":"softball","c":5,"a":["softball"]},{"e":"🏀","d":"basketball","c":5,"a":["basketball"],"t":["sports"]},{"e":"🏐","d":"volleyball","c":5,"a":["volleyball"]},{"e":"🏈","d":"american football","c":5,"a":["football"],"t":["sports"]},{"e":"🏉","d":"rugby football","c":5,"a":["rugby_football"]},{"e":"🎾","d":"tennis","c":5,"a":["tennis"],"t":["sports"]},{"e":"🥏","d":"flying disc","c":5,"a":["flying_disc"]},{"e":"🎳","d":"bowling","c":5,"a":["bowling"]},{"e":"🏏","d":"cricket game","c":5,"a":["cricket_game"]},{"e":"🏑","d":"field hockey","c":5,"a":["field_hockey"]},{"e":"🏒","d":"ice hockey","c":5,"a":["ice_hockey"]},{"e":"🥍","d":"lacrosse","c":5,"a":["lacrosse"]},{"e":"🏓","d":"ping pong","c":5,"a":["ping_pong"]},{"e":"🏸","d":"badminton","c":5,"a":["badminton"]},{"e":"🥊","d":"boxing glove","c":5,"a":["boxing_glove"]},{"e":"🥋","d":"martial arts uniform","c":5,"a":["martial_arts_uniform"]},{"e":"🥅","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":"🎣","d":"fishing pole","c":5,"a":["fishing_pole_and_fish"]},{"e":"🤿","d":"diving mask","c":5,"a":["diving_mask"]},{"e":"🎽","d":"running shirt","c":5,"a":["running_shirt_with_sash"],"t":["marathon"]},{"e":"🎿","d":"skis","c":5,"a":["ski"]},{"e":"🛷","d":"sled","c":5,"a":["sled"]},{"e":"🥌","d":"curling stone","c":5,"a":["curling_stone"]},{"e":"🎯","d":"direct hit","c":5,"a":["dart"],"t":["target"]},{"e":"🪀","d":"yo-yo","c":5,"a":["yo_yo"]},{"e":"🪁","d":"kite","c":5,"a":["kite"]},{"e":"🎱","d":"pool 8 ball","c":5,"a":["8ball"],"t":["pool","billiards"]},{"e":"🔮","d":"crystal ball","c":5,"a":["crystal_ball"],"t":["fortune"]},{"e":"🪄","d":"magic wand","c":5,"a":["magic_wand"]},{"e":"🧿","d":"nazar amulet","c":5,"a":["nazar_amulet"]},{"e":"🎮","d":"video game","c":5,"a":["video_game"],"t":["play","controller","console"]},{"e":"🕹️","d":"joystick","c":5,"a":["joystick"]},{"e":"🎰","d":"slot machine","c":5,"a":["slot_machine"]},{"e":"🎲","d":"game die","c":5,"a":["game_die"],"t":["dice","gambling"]},{"e":"🧩","d":"puzzle piece","c":5,"a":["jigsaw"]},{"e":"🧸","d":"teddy bear","c":5,"a":["teddy_bear"]},{"e":"🪅","d":"piñata","c":5,"a":["pinata"]},{"e":"🪆","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":"🃏","d":"joker","c":5,"a":["black_joker"]},{"e":"🀄","d":"mahjong red dragon","c":5,"a":["mahjong"]},{"e":"🎴","d":"flower playing cards","c":5,"a":["flower_playing_cards"]},{"e":"🎭","d":"performing arts","c":5,"a":["performing_arts"],"t":["theater","drama"]},{"e":"🖼️","d":"framed picture","c":5,"a":["framed_picture"]},{"e":"🎨","d":"artist palette","c":5,"a":["art"],"t":["design","paint"]},{"e":"🧵","d":"thread","c":5,"a":["thread"]},{"e":"🪡","d":"sewing needle","c":5,"a":["sewing_needle"]},{"e":"🧶","d":"yarn","c":5,"a":["yarn"]},{"e":"🪢","d":"knot","c":5,"a":["knot"]},{"e":"👓","d":"glasses","c":6,"a":["eyeglasses"],"t":["glasses"]},{"e":"🕶️","d":"sunglasses","c":6,"a":["dark_sunglasses"]},{"e":"🥽","d":"goggles","c":6,"a":["goggles"]},{"e":"🥼","d":"lab coat","c":6,"a":["lab_coat"]},{"e":"🦺","d":"safety vest","c":6,"a":["safety_vest"]},{"e":"👔","d":"necktie","c":6,"a":["necktie"],"t":["shirt","formal"]},{"e":"👕","d":"t-shirt","c":6,"a":["shirt","tshirt"]},{"e":"👖","d":"jeans","c":6,"a":["jeans"],"t":["pants"]},{"e":"🧣","d":"scarf","c":6,"a":["scarf"]},{"e":"🧤","d":"gloves","c":6,"a":["gloves"]},{"e":"🧥","d":"coat","c":6,"a":["coat"]},{"e":"🧦","d":"socks","c":6,"a":["socks"]},{"e":"��","d":"dress","c":6,"a":["dress"]},{"e":"👘","d":"kimono","c":6,"a":["kimono"]},{"e":"🥻","d":"sari","c":6,"a":["sari"]},{"e":"🩱","d":"one-piece swimsuit","c":6,"a":["one_piece_swimsuit"]},{"e":"🩲","d":"briefs","c":6,"a":["swim_brief"]},{"e":"🩳","d":"shorts","c":6,"a":["shorts"]},{"e":"👙","d":"bikini","c":6,"a":["bikini"],"t":["beach"]},{"e":"👚","d":"woman’s clothes","c":6,"a":["womans_clothes"]},{"e":"👛","d":"purse","c":6,"a":["purse"]},{"e":"👜","d":"handbag","c":6,"a":["handbag"],"t":["bag"]},{"e":"👝","d":"clutch bag","c":6,"a":["pouch"],"t":["bag"]},{"e":"🛍️","d":"shopping bags","c":6,"a":["shopping"],"t":["bags"]},{"e":"🎒","d":"backpack","c":6,"a":["school_satchel"]},{"e":"🩴","d":"thong sandal","c":6,"a":["thong_sandal"]},{"e":"👞","d":"man’s shoe","c":6,"a":["mans_shoe","shoe"]},{"e":"👟","d":"running shoe","c":6,"a":["athletic_shoe"],"t":["sneaker","sport","running"]},{"e":"🥾","d":"hiking boot","c":6,"a":["hiking_boot"]},{"e":"🥿","d":"flat shoe","c":6,"a":["flat_shoe"]},{"e":"👠","d":"high-heeled shoe","c":6,"a":["high_heel"],"t":["shoe"]},{"e":"👡","d":"woman’s sandal","c":6,"a":["sandal"],"t":["shoe"]},{"e":"🩰","d":"ballet shoes","c":6,"a":["ballet_shoes"]},{"e":"👢","d":"woman’s boot","c":6,"a":["boot"]},{"e":"👑","d":"crown","c":6,"a":["crown"],"t":["king","queen","royal"]},{"e":"👒","d":"woman’s hat","c":6,"a":["womans_hat"]},{"e":"🎩","d":"top hat","c":6,"a":["tophat"],"t":["hat","classy"]},{"e":"🎓","d":"graduation cap","c":6,"a":["mortar_board"],"t":["education","college","university","graduation"]},{"e":"🧢","d":"billed cap","c":6,"a":["billed_cap"]},{"e":"🪖","d":"military helmet","c":6,"a":["military_helmet"]},{"e":"⛑️","d":"rescue worker’s helmet","c":6,"a":["rescue_worker_helmet"]},{"e":"📿","d":"prayer beads","c":6,"a":["prayer_beads"]},{"e":"💄","d":"lipstick","c":6,"a":["lipstick"],"t":["makeup"]},{"e":"💍","d":"ring","c":6,"a":["ring"],"t":["wedding","marriage","engaged"]},{"e":"💎","d":"gem stone","c":6,"a":["gem"],"t":["diamond"]},{"e":"🔇","d":"muted speaker","c":6,"a":["mute"],"t":["sound","volume"]},{"e":"🔈","d":"speaker low volume","c":6,"a":["speaker"]},{"e":"🔉","d":"speaker medium volume","c":6,"a":["sound"],"t":["volume"]},{"e":"🔊","d":"speaker high volume","c":6,"a":["loud_sound"],"t":["volume"]},{"e":"📢","d":"loudspeaker","c":6,"a":["loudspeaker"],"t":["announcement"]},{"e":"📣","d":"megaphone","c":6,"a":["mega"]},{"e":"📯","d":"postal horn","c":6,"a":["postal_horn"]},{"e":"🔔","d":"bell","c":6,"a":["bell"],"t":["sound","notification"]},{"e":"🔕","d":"bell with slash","c":6,"a":["no_bell"],"t":["volume","off"]},{"e":"🎼","d":"musical score","c":6,"a":["musical_score"]},{"e":"🎵","d":"musical note","c":6,"a":["musical_note"]},{"e":"🎶","d":"musical notes","c":6,"a":["notes"],"t":["music"]},{"e":"🎙️","d":"studio microphone","c":6,"a":["studio_microphone"],"t":["podcast"]},{"e":"🎚️","d":"level slider","c":6,"a":["level_slider"]},{"e":"🎛️","d":"control knobs","c":6,"a":["control_knobs"]},{"e":"🎤","d":"microphone","c":6,"a":["microphone"],"t":["sing"]},{"e":"🎧","d":"headphone","c":6,"a":["headphones"],"t":["music","earphones"]},{"e":"📻","d":"radio","c":6,"a":["radio"],"t":["podcast"]},{"e":"🎷","d":"saxophone","c":6,"a":["saxophone"]},{"e":"🪗","d":"accordion","c":6,"a":["accordion"]},{"e":"🎸","d":"guitar","c":6,"a":["guitar"],"t":["rock"]},{"e":"🎹","d":"musical keyboard","c":6,"a":["musical_keyboard"],"t":["piano"]},{"e":"🎺","d":"trumpet","c":6,"a":["trumpet"]},{"e":"🎻","d":"violin","c":6,"a":["violin"]},{"e":"🪕","d":"banjo","c":6,"a":["banjo"]},{"e":"🥁","d":"drum","c":6,"a":["drum"]},{"e":"🪘","d":"long drum","c":6,"a":["long_drum"]},{"e":"📱","d":"mobile phone","c":6,"a":["iphone"],"t":["smartphone","mobile"]},{"e":"📲","d":"mobile phone with arrow","c":6,"a":["calling"],"t":["call","incoming"]},{"e":"☎️","d":"telephone","c":6,"a":["phone","telephone"]},{"e":"📞","d":"telephone receiver","c":6,"a":["telephone_receiver"],"t":["phone","call"]},{"e":"📟","d":"pager","c":6,"a":["pager"]},{"e":"📠","d":"fax machine","c":6,"a":["fax"]},{"e":"🔋","d":"battery","c":6,"a":["battery"],"t":["power"]},{"e":"🔌","d":"electric plug","c":6,"a":["electric_plug"]},{"e":"💻","d":"laptop","c":6,"a":["computer"],"t":["desktop","screen"]},{"e":"🖥️","d":"desktop computer","c":6,"a":["desktop_computer"]},{"e":"🖨️","d":"printer","c":6,"a":["printer"]},{"e":"⌨️","d":"keyboard","c":6,"a":["keyboard"]},{"e":"🖱️","d":"computer mouse","c":6,"a":["computer_mouse"]},{"e":"🖲️","d":"trackball","c":6,"a":["trackball"]},{"e":"💽","d":"computer disk","c":6,"a":["minidisc"]},{"e":"💾","d":"floppy disk","c":6,"a":["floppy_disk"],"t":["save"]},{"e":"💿","d":"optical disk","c":6,"a":["cd"]},{"e":"📀","d":"dvd","c":6,"a":["dvd"]},{"e":"🧮","d":"abacus","c":6,"a":["abacus"]},{"e":"🎥","d":"movie camera","c":6,"a":["movie_camera"],"t":["film","video"]},{"e":"🎞️","d":"film frames","c":6,"a":["film_strip"]},{"e":"📽️","d":"film projector","c":6,"a":["film_projector"]},{"e":"🎬","d":"clapper board","c":6,"a":["clapper"],"t":["film"]},{"e":"📺","d":"television","c":6,"a":["tv"]},{"e":"📷","d":"camera","c":6,"a":["camera"],"t":["photo"]},{"e":"📸","d":"camera with flash","c":6,"a":["camera_flash"],"t":["photo"]},{"e":"📹","d":"video camera","c":6,"a":["video_camera"]},{"e":"📼","d":"videocassette","c":6,"a":["vhs"]},{"e":"🔍","d":"magnifying glass tilted left","c":6,"a":["mag"],"t":["search","zoom"]},{"e":"🔎","d":"magnifying glass tilted right","c":6,"a":["mag_right"]},{"e":"🕯️","d":"candle","c":6,"a":["candle"]},{"e":"💡","d":"light bulb","c":6,"a":["bulb"],"t":["idea","light"]},{"e":"🔦","d":"flashlight","c":6,"a":["flashlight"]},{"e":"🏮","d":"red paper lantern","c":6,"a":["izakaya_lantern","lantern"]},{"e":"🪔","d":"diya lamp","c":6,"a":["diya_lamp"]},{"e":"📔","d":"notebook with decorative cover","c":6,"a":["notebook_with_decorative_cover"]},{"e":"📕","d":"closed book","c":6,"a":["closed_book"]},{"e":"📖","d":"open book","c":6,"a":["book","open_book"]},{"e":"📗","d":"green book","c":6,"a":["green_book"]},{"e":"📘","d":"blue book","c":6,"a":["blue_book"]},{"e":"📙","d":"orange book","c":6,"a":["orange_book"]},{"e":"📚","d":"books","c":6,"a":["books"],"t":["library"]},{"e":"📓","d":"notebook","c":6,"a":["notebook"]},{"e":"📒","d":"ledger","c":6,"a":["ledger"]},{"e":"📃","d":"page with curl","c":6,"a":["page_with_curl"]},{"e":"📜","d":"scroll","c":6,"a":["scroll"],"t":["document"]},{"e":"📄","d":"page facing up","c":6,"a":["page_facing_up"],"t":["document"]},{"e":"📰","d":"newspaper","c":6,"a":["newspaper"],"t":["press"]},{"e":"🗞️","d":"rolled-up newspaper","c":6,"a":["newspaper_roll"],"t":["press"]},{"e":"📑","d":"bookmark tabs","c":6,"a":["bookmark_tabs"]},{"e":"🔖","d":"bookmark","c":6,"a":["bookmark"]},{"e":"🏷️","d":"label","c":6,"a":["label"],"t":["tag"]},{"e":"💰","d":"money bag","c":6,"a":["moneybag"],"t":["dollar","cream"]},{"e":"🪙","d":"coin","c":6,"a":["coin"]},{"e":"💴","d":"yen banknote","c":6,"a":["yen"]},{"e":"💵","d":"dollar banknote","c":6,"a":["dollar"],"t":["money"]},{"e":"💶","d":"euro banknote","c":6,"a":["euro"]},{"e":"💷","d":"pound banknote","c":6,"a":["pound"]},{"e":"💸","d":"money with wings","c":6,"a":["money_with_wings"],"t":["dollar"]},{"e":"💳","d":"credit card","c":6,"a":["credit_card"],"t":["subscription"]},{"e":"🧾","d":"receipt","c":6,"a":["receipt"]},{"e":"💹","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":"📨","d":"incoming envelope","c":6,"a":["incoming_envelope"]},{"e":"📩","d":"envelope with arrow","c":6,"a":["envelope_with_arrow"]},{"e":"📤","d":"outbox tray","c":6,"a":["outbox_tray"]},{"e":"📥","d":"inbox tray","c":6,"a":["inbox_tray"]},{"e":"📦","d":"package","c":6,"a":["package"],"t":["shipping"]},{"e":"📫","d":"closed mailbox with raised flag","c":6,"a":["mailbox"]},{"e":"📪","d":"closed mailbox with lowered flag","c":6,"a":["mailbox_closed"]},{"e":"📬","d":"open mailbox with raised flag","c":6,"a":["mailbox_with_mail"]},{"e":"📭","d":"open mailbox with lowered flag","c":6,"a":["mailbox_with_no_mail"]},{"e":"📮","d":"postbox","c":6,"a":["postbox"]},{"e":"🗳️","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":"🖋️","d":"fountain pen","c":6,"a":["fountain_pen"]},{"e":"🖊️","d":"pen","c":6,"a":["pen"]},{"e":"🖌️","d":"paintbrush","c":6,"a":["paintbrush"]},{"e":"🖍️","d":"crayon","c":6,"a":["crayon"]},{"e":"📝","d":"memo","c":6,"a":["memo","pencil"],"t":["document","note"]},{"e":"💼","d":"briefcase","c":6,"a":["briefcase"],"t":["business"]},{"e":"📁","d":"file folder","c":6,"a":["file_folder"],"t":["directory"]},{"e":"📂","d":"open file folder","c":6,"a":["open_file_folder"]},{"e":"🗂️","d":"card index dividers","c":6,"a":["card_index_dividers"]},{"e":"📅","d":"calendar","c":6,"a":["date"],"t":["calendar","schedule"]},{"e":"📆","d":"tear-off calendar","c":6,"a":["calendar"],"t":["schedule"]},{"e":"🗒️","d":"spiral notepad","c":6,"a":["spiral_notepad"]},{"e":"🗓️","d":"spiral calendar","c":6,"a":["spiral_calendar"]},{"e":"📇","d":"card index","c":6,"a":["card_index"]},{"e":"📈","d":"chart increasing","c":6,"a":["chart_with_upwards_trend"],"t":["graph","metrics"]},{"e":"📉","d":"chart decreasing","c":6,"a":["chart_with_downwards_trend"],"t":["graph","metrics"]},{"e":"📊","d":"bar chart","c":6,"a":["bar_chart"],"t":["stats","metrics"]},{"e":"📋","d":"clipboard","c":6,"a":["clipboard"]},{"e":"📌","d":"pushpin","c":6,"a":["pushpin"],"t":["location"]},{"e":"📍","d":"round pushpin","c":6,"a":["round_pushpin"],"t":["location"]},{"e":"📎","d":"paperclip","c":6,"a":["paperclip"]},{"e":"🖇️","d":"linked paperclips","c":6,"a":["paperclips"]},{"e":"📏","d":"straight ruler","c":6,"a":["straight_ruler"]},{"e":"📐","d":"triangular ruler","c":6,"a":["triangular_ruler"]},{"e":"✂️","d":"scissors","c":6,"a":["scissors"],"t":["cut"]},{"e":"🗃️","d":"card file box","c":6,"a":["card_file_box"]},{"e":"🗄️","d":"file cabinet","c":6,"a":["file_cabinet"]},{"e":"🗑️","d":"wastebasket","c":6,"a":["wastebasket"],"t":["trash"]},{"e":"🔒","d":"locked","c":6,"a":["lock"],"t":["security","private"]},{"e":"🔓","d":"unlocked","c":6,"a":["unlock"],"t":["security"]},{"e":"🔏","d":"locked with pen","c":6,"a":["lock_with_ink_pen"]},{"e":"🔐","d":"locked with key","c":6,"a":["closed_lock_with_key"],"t":["security"]},{"e":"🔑","d":"key","c":6,"a":["key"],"t":["lock","password"]},{"e":"🗝️","d":"old key","c":6,"a":["old_key"]},{"e":"🔨","d":"hammer","c":6,"a":["hammer"],"t":["tool"]},{"e":"🪓","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":"🛠️","d":"hammer and wrench","c":6,"a":["hammer_and_wrench"]},{"e":"🗡️","d":"dagger","c":6,"a":["dagger"]},{"e":"⚔️","d":"crossed swords","c":6,"a":["crossed_swords"]},{"e":"🔫","d":"pistol","c":6,"a":["gun"],"t":["shoot","weapon"]},{"e":"🪃","d":"boomerang","c":6,"a":["boomerang"]},{"e":"🏹","d":"bow and arrow","c":6,"a":["bow_and_arrow"],"t":["archery"]},{"e":"🛡️","d":"shield","c":6,"a":["shield"]},{"e":"🪚","d":"carpentry saw","c":6,"a":["carpentry_saw"]},{"e":"🔧","d":"wrench","c":6,"a":["wrench"],"t":["tool"]},{"e":"🪛","d":"screwdriver","c":6,"a":["screwdriver"]},{"e":"🔩","d":"nut and bolt","c":6,"a":["nut_and_bolt"]},{"e":"⚙️","d":"gear","c":6,"a":["gear"]},{"e":"🗜️","d":"clamp","c":6,"a":["clamp"]},{"e":"⚖️","d":"balance scale","c":6,"a":["balance_scale"]},{"e":"🦯","d":"white cane","c":6,"a":["probing_cane"]},{"e":"🔗","d":"link","c":6,"a":["link"]},{"e":"⛓️","d":"chains","c":6,"a":["chains"]},{"e":"🪝","d":"hook","c":6,"a":["hook"]},{"e":"🧰","d":"toolbox","c":6,"a":["toolbox"]},{"e":"🧲","d":"magnet","c":6,"a":["magnet"]},{"e":"🪜","d":"ladder","c":6,"a":["ladder"]},{"e":"⚗️","d":"alembic","c":6,"a":["alembic"]},{"e":"🧪","d":"test tube","c":6,"a":["test_tube"]},{"e":"🧫","d":"petri dish","c":6,"a":["petri_dish"]},{"e":"🧬","d":"dna","c":6,"a":["dna"]},{"e":"🔬","d":"microscope","c":6,"a":["microscope"],"t":["science","laboratory","investigate"]},{"e":"🔭","d":"telescope","c":6,"a":["telescope"]},{"e":"📡","d":"satellite antenna","c":6,"a":["satellite"],"t":["signal"]},{"e":"💉","d":"syringe","c":6,"a":["syringe"],"t":["health","hospital","needle"]},{"e":"🩸","d":"drop of blood","c":6,"a":["drop_of_blood"]},{"e":"💊","d":"pill","c":6,"a":["pill"],"t":["health","medicine"]},{"e":"🩹","d":"adhesive bandage","c":6,"a":["adhesive_bandage"]},{"e":"🩺","d":"stethoscope","c":6,"a":["stethoscope"]},{"e":"🚪","d":"door","c":6,"a":["door"]},{"e":"🛗","d":"elevator","c":6,"a":["elevator"]},{"e":"🪞","d":"mirror","c":6,"a":["mirror"]},{"e":"🪟","d":"window","c":6,"a":["window"]},{"e":"🛏️","d":"bed","c":6,"a":["bed"]},{"e":"🛋️","d":"couch and lamp","c":6,"a":["couch_and_lamp"]},{"e":"🪑","d":"chair","c":6,"a":["chair"]},{"e":"🚽","d":"toilet","c":6,"a":["toilet"],"t":["wc"]},{"e":"🪠","d":"plunger","c":6,"a":["plunger"]},{"e":"🚿","d":"shower","c":6,"a":["shower"],"t":["bath"]},{"e":"🛁","d":"bathtub","c":6,"a":["bathtub"]},{"e":"🪤","d":"mouse trap","c":6,"a":["mouse_trap"]},{"e":"🪒","d":"razor","c":6,"a":["razor"]},{"e":"��","d":"lotion bottle","c":6,"a":["lotion_bottle"]},{"e":"🧷","d":"safety pin","c":6,"a":["safety_pin"]},{"e":"🧹","d":"broom","c":6,"a":["broom"]},{"e":"🧺","d":"basket","c":6,"a":["basket"]},{"e":"🧻","d":"roll of paper","c":6,"a":["roll_of_paper"],"t":["toilet"]},{"e":"🪣","d":"bucket","c":6,"a":["bucket"]},{"e":"🧼","d":"soap","c":6,"a":["soap"]},{"e":"🪥","d":"toothbrush","c":6,"a":["toothbrush"]},{"e":"🧽","d":"sponge","c":6,"a":["sponge"]},{"e":"🧯","d":"fire extinguisher","c":6,"a":["fire_extinguisher"]},{"e":"🛒","d":"shopping cart","c":6,"a":["shopping_cart"]},{"e":"🚬","d":"cigarette","c":6,"a":["smoking"],"t":["cigarette"]},{"e":"⚰️","d":"coffin","c":6,"a":["coffin"],"t":["funeral"]},{"e":"🪦","d":"headstone","c":6,"a":["headstone"]},{"e":"⚱️","d":"funeral urn","c":6,"a":["funeral_urn"]},{"e":"🗿","d":"moai","c":6,"a":["moyai"],"t":["stone"]},{"e":"🪧","d":"placard","c":6,"a":["placard"]},{"e":"🏧","d":"ATM sign","c":7,"a":["atm"]},{"e":"🚮","d":"litter in bin sign","c":7,"a":["put_litter_in_its_place"]},{"e":"🚰","d":"potable water","c":7,"a":["potable_water"]},{"e":"♿","d":"wheelchair symbol","c":7,"a":["wheelchair"],"t":["accessibility"]},{"e":"🚹","d":"men’s room","c":7,"a":["mens"]},{"e":"🚺","d":"women’s room","c":7,"a":["womens"]},{"e":"🚻","d":"restroom","c":7,"a":["restroom"],"t":["toilet"]},{"e":"🚼","d":"baby symbol","c":7,"a":["baby_symbol"]},{"e":"🚾","d":"water closet","c":7,"a":["wc"],"t":["toilet","restroom"]},{"e":"🛂","d":"passport control","c":7,"a":["passport_control"]},{"e":"🛃","d":"customs","c":7,"a":["customs"]},{"e":"🛄","d":"baggage claim","c":7,"a":["baggage_claim"],"t":["airport"]},{"e":"🛅","d":"left luggage","c":7,"a":["left_luggage"]},{"e":"⚠️","d":"warning","c":7,"a":["warning"],"t":["wip"]},{"e":"🚸","d":"children crossing","c":7,"a":["children_crossing"]},{"e":"⛔","d":"no entry","c":7,"a":["no_entry"],"t":["limit"]},{"e":"🚫","d":"prohibited","c":7,"a":["no_entry_sign"],"t":["block","forbidden"]},{"e":"🚳","d":"no bicycles","c":7,"a":["no_bicycles"]},{"e":"🚭","d":"no smoking","c":7,"a":["no_smoking"]},{"e":"🚯","d":"no littering","c":7,"a":["do_not_litter"]},{"e":"🚱","d":"non-potable water","c":7,"a":["non-potable_water"]},{"e":"🚷","d":"no pedestrians","c":7,"a":["no_pedestrians"]},{"e":"📵","d":"no mobile phones","c":7,"a":["no_mobile_phones"]},{"e":"🔞","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":"🔃","d":"clockwise vertical arrows","c":7,"a":["arrows_clockwise"]},{"e":"🔄","d":"counterclockwise arrows button","c":7,"a":["arrows_counterclockwise"],"t":["sync"]},{"e":"🔙","d":"BACK arrow","c":7,"a":["back"]},{"e":"🔚","d":"END arrow","c":7,"a":["end"]},{"e":"🔛","d":"ON! arrow","c":7,"a":["on"]},{"e":"🔜","d":"SOON arrow","c":7,"a":["soon"]},{"e":"🔝","d":"TOP arrow","c":7,"a":["top"]},{"e":"🛐","d":"place of worship","c":7,"a":["place_of_worship"]},{"e":"⚛️","d":"atom symbol","c":7,"a":["atom_symbol"]},{"e":"🕉️","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":"🕎","d":"menorah","c":7,"a":["menorah"]},{"e":"🔯","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":"🔀","d":"shuffle tracks button","c":7,"a":["twisted_rightwards_arrows"],"t":["shuffle"]},{"e":"🔁","d":"repeat button","c":7,"a":["repeat"],"t":["loop"]},{"e":"🔂","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":"🔼","d":"upwards button","c":7,"a":["arrow_up_small"]},{"e":"⏫","d":"fast up button","c":7,"a":["arrow_double_up"]},{"e":"🔽","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":"🎦","d":"cinema","c":7,"a":["cinema"],"t":["film","movie"]},{"e":"🔅","d":"dim button","c":7,"a":["low_brightness"]},{"e":"🔆","d":"bright button","c":7,"a":["high_brightness"]},{"e":"📶","d":"antenna bars","c":7,"a":["signal_strength"],"t":["wifi"]},{"e":"📳","d":"vibration mode","c":7,"a":["vibration_mode"]},{"e":"📴","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":"💱","d":"currency exchange","c":7,"a":["currency_exchange"]},{"e":"💲","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":"🔱","d":"trident emblem","c":7,"a":["trident"]},{"e":"📛","d":"name badge","c":7,"a":["name_badge"]},{"e":"🔰","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":"©️","d":"copyright","c":7,"a":["copyright"]},{"e":"®️","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":"🔟","d":"keycap: 10","c":7,"a":["keycap_ten"]},{"e":"🔠","d":"input latin uppercase","c":7,"a":["capital_abcd"],"t":["letters"]},{"e":"🔡","d":"input latin lowercase","c":7,"a":["abcd"]},{"e":"🔢","d":"input numbers","c":7,"a":["1234"],"t":["numbers"]},{"e":"🔣","d":"input symbols","c":7,"a":["symbols"]},{"e":"🔤","d":"input latin letters","c":7,"a":["abc"],"t":["alphabet"]},{"e":"🅰️","d":"A button (blood type)","c":7,"a":["a"]},{"e":"🆎","d":"AB button (blood type)","c":7,"a":["ab"]},{"e":"🅱️","d":"B button (blood type)","c":7,"a":["b"]},{"e":"🆑","d":"CL button","c":7,"a":["cl"]},{"e":"🆒","d":"COOL button","c":7,"a":["cool"]},{"e":"🆓","d":"FREE button","c":7,"a":["free"]},{"e":"ℹ️","d":"information","c":7,"a":["information_source"]},{"e":"🆔","d":"ID button","c":7,"a":["id"]},{"e":"Ⓜ️","d":"circled M","c":7,"a":["m"]},{"e":"🆕","d":"NEW button","c":7,"a":["new"],"t":["fresh"]},{"e":"🆖","d":"NG button","c":7,"a":["ng"]},{"e":"🅾️","d":"O button (blood type)","c":7,"a":["o2"]},{"e":"🆗","d":"OK button","c":7,"a":["ok"],"t":["yes"]},{"e":"🅿️","d":"P button","c":7,"a":["parking"]},{"e":"🆘","d":"SOS button","c":7,"a":["sos"],"t":["help","emergency"]},{"e":"🆙","d":"UP! button","c":7,"a":["up"]},{"e":"🆚","d":"VS button","c":7,"a":["vs"]},{"e":"🈁","d":"Japanese “here” button","c":7,"a":["koko"]},{"e":"🈂️","d":"Japanese “service charge” button","c":7,"a":["sa"]},{"e":"🈷️","d":"Japanese “monthly amount” button","c":7,"a":["u6708"]},{"e":"🈶","d":"Japanese “not free of charge” button","c":7,"a":["u6709"]},{"e":"🈯","d":"Japanese “reserved” button","c":7,"a":["u6307"]},{"e":"🉐","d":"Japanese “bargain” button","c":7,"a":["ideograph_advantage"]},{"e":"🈹","d":"Japanese “discount” button","c":7,"a":["u5272"]},{"e":"🈚","d":"Japanese “free of charge” button","c":7,"a":["u7121"]},{"e":"🈲","d":"Japanese “prohibited” button","c":7,"a":["u7981"]},{"e":"🉑","d":"Japanese “acceptable” button","c":7,"a":["accept"]},{"e":"🈸","d":"Japanese “application” button","c":7,"a":["u7533"]},{"e":"🈴","d":"Japanese “passing grade” button","c":7,"a":["u5408"]},{"e":"🈳","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":"🈺","d":"Japanese “open for business” button","c":7,"a":["u55b6"]},{"e":"🈵","d":"Japanese “no vacancy” button","c":7,"a":["u6e80"]},{"e":"🔴","d":"red circle","c":7,"a":["red_circle"]},{"e":"🟠","d":"orange circle","c":7,"a":["orange_circle"]},{"e":"🟡","d":"yellow circle","c":7,"a":["yellow_circle"]},{"e":"🟢","d":"green circle","c":7,"a":["green_circle"]},{"e":"🔵","d":"blue circle","c":7,"a":["large_blue_circle"]},{"e":"🟣","d":"purple circle","c":7,"a":["purple_circle"]},{"e":"🟤","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":"🟥","d":"red square","c":7,"a":["red_square"]},{"e":"🟧","d":"orange square","c":7,"a":["orange_square"]},{"e":"🟨","d":"yellow square","c":7,"a":["yellow_square"]},{"e":"🟩","d":"green square","c":7,"a":["green_square"]},{"e":"🟦","d":"blue square","c":7,"a":["blue_square"]},{"e":"🟪","d":"purple square","c":7,"a":["purple_square"]},{"e":"🟫","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":"🔶","d":"large orange diamond","c":7,"a":["large_orange_diamond"]},{"e":"🔷","d":"large blue diamond","c":7,"a":["large_blue_diamond"]},{"e":"🔸","d":"small orange diamond","c":7,"a":["small_orange_diamond"]},{"e":"🔹","d":"small blue diamond","c":7,"a":["small_blue_diamond"]},{"e":"🔺","d":"red triangle pointed up","c":7,"a":["small_red_triangle"]},{"e":"🔻","d":"red triangle pointed down","c":7,"a":["small_red_triangle_down"]},{"e":"💠","d":"diamond with a dot","c":7,"a":["diamond_shape_with_a_dot_inside"]},{"e":"🔘","d":"radio button","c":7,"a":["radio_button"]},{"e":"🔳","d":"white square button","c":7,"a":["white_square_button"]},{"e":"🔲","d":"black square button","c":7,"a":["black_square_button"]},{"e":"🏁","d":"chequered flag","c":8,"a":["checkered_flag"],"t":["milestone","finish"]},{"e":"🚩","d":"triangular flag","c":8,"a":["triangular_flag_on_post"]},{"e":"🎌","d":"crossed flags","c":8,"a":["crossed_flags"]},{"e":"🏴","d":"black flag","c":8,"a":["black_flag"]},{"e":"🏳️","d":"white flag","c":8,"a":["white_flag"]},{"e":"🏳️‍🌈","d":"rainbow flag","c":8,"a":["rainbow_flag"],"t":["pride"]},{"e":"🏳️‍⚧️","d":"transgender flag","c":8,"a":["transgender_flag"]},{"e":"🏴‍☠️","d":"pirate flag","c":8,"a":["pirate_flag"]},{"e":"🇦🇨","d":"flag: Ascension Island","c":8,"a":["ascension_island"]},{"e":"🇦🇩","d":"flag: Andorra","c":8,"a":["andorra"]},{"e":"🇦🇪","d":"flag: United Arab Emirates","c":8,"a":["united_arab_emirates"]},{"e":"🇦🇫","d":"flag: Afghanistan","c":8,"a":["afghanistan"]},{"e":"🇦🇬","d":"flag: Antigua & Barbuda","c":8,"a":["antigua_barbuda"]},{"e":"🇦🇮","d":"flag: Anguilla","c":8,"a":["anguilla"]},{"e":"🇦🇱","d":"flag: Albania","c":8,"a":["albania"]},{"e":"🇦🇲","d":"flag: Armenia","c":8,"a":["armenia"]},{"e":"🇦🇴","d":"flag: Angola","c":8,"a":["angola"]},{"e":"🇦🇶","d":"flag: Antarctica","c":8,"a":["antarctica"]},{"e":"🇦🇷","d":"flag: Argentina","c":8,"a":["argentina"]},{"e":"🇦🇸","d":"flag: American Samoa","c":8,"a":["american_samoa"]},{"e":"🇦🇹","d":"flag: Austria","c":8,"a":["austria"]},{"e":"🇦🇺","d":"flag: Australia","c":8,"a":["australia"]},{"e":"🇦🇼","d":"flag: Aruba","c":8,"a":["aruba"]},{"e":"🇦🇽","d":"flag: Åland Islands","c":8,"a":["aland_islands"]},{"e":"🇦🇿","d":"flag: Azerbaijan","c":8,"a":["azerbaijan"]},{"e":"🇧🇦","d":"flag: Bosnia & Herzegovina","c":8,"a":["bosnia_herzegovina"]},{"e":"🇧🇧","d":"flag: Barbados","c":8,"a":["barbados"]},{"e":"🇧🇩","d":"flag: Bangladesh","c":8,"a":["bangladesh"]},{"e":"🇧🇪","d":"flag: Belgium","c":8,"a":["belgium"]},{"e":"🇧🇫","d":"flag: Burkina Faso","c":8,"a":["burkina_faso"]},{"e":"🇧🇬","d":"flag: Bulgaria","c":8,"a":["bulgaria"]},{"e":"🇧🇭","d":"flag: Bahrain","c":8,"a":["bahrain"]},{"e":"🇧🇮","d":"flag: Burundi","c":8,"a":["burundi"]},{"e":"🇧🇯","d":"flag: Benin","c":8,"a":["benin"]},{"e":"🇧🇱","d":"flag: St. Barthélemy","c":8,"a":["st_barthelemy"]},{"e":"🇧🇲","d":"flag: Bermuda","c":8,"a":["bermuda"]},{"e":"🇧🇳","d":"flag: Brunei","c":8,"a":["brunei"]},{"e":"🇧🇴","d":"flag: Bolivia","c":8,"a":["bolivia"]},{"e":"🇧🇶","d":"flag: Caribbean Netherlands","c":8,"a":["caribbean_netherlands"]},{"e":"🇧🇷","d":"flag: Brazil","c":8,"a":["brazil"]},{"e":"🇧🇸","d":"flag: Bahamas","c":8,"a":["bahamas"]},{"e":"🇧🇹","d":"flag: Bhutan","c":8,"a":["bhutan"]},{"e":"🇧🇻","d":"flag: Bouvet Island","c":8,"a":["bouvet_island"]},{"e":"🇧🇼","d":"flag: Botswana","c":8,"a":["botswana"]},{"e":"🇧🇾","d":"flag: Belarus","c":8,"a":["belarus"]},{"e":"🇧🇿","d":"flag: Belize","c":8,"a":["belize"]},{"e":"🇨🇦","d":"flag: Canada","c":8,"a":["canada"]},{"e":"🇨🇨","d":"flag: Cocos (Keeling) Islands","c":8,"a":["cocos_islands"],"t":["keeling"]},{"e":"🇨🇩","d":"flag: Congo - Kinshasa","c":8,"a":["congo_kinshasa"]},{"e":"🇨🇫","d":"flag: Central African Republic","c":8,"a":["central_african_republic"]},{"e":"🇨🇬","d":"flag: Congo - Brazzaville","c":8,"a":["congo_brazzaville"]},{"e":"🇨🇭","d":"flag: Switzerland","c":8,"a":["switzerland"]},{"e":"🇨🇮","d":"flag: Côte d’Ivoire","c":8,"a":["cote_divoire"],"t":["ivory"]},{"e":"🇨🇰","d":"flag: Cook Islands","c":8,"a":["cook_islands"]},{"e":"🇨🇱","d":"flag: Chile","c":8,"a":["chile"]},{"e":"🇨🇲","d":"flag: Cameroon","c":8,"a":["cameroon"]},{"e":"🇨🇳","d":"flag: China","c":8,"a":["cn"],"t":["china"]},{"e":"🇨🇴","d":"flag: Colombia","c":8,"a":["colombia"]},{"e":"🇨🇵","d":"flag: Clipperton Island","c":8,"a":["clipperton_island"]},{"e":"🇨🇷","d":"flag: Costa Rica","c":8,"a":["costa_rica"]},{"e":"🇨🇺","d":"flag: Cuba","c":8,"a":["cuba"]},{"e":"🇨🇻","d":"flag: Cape Verde","c":8,"a":["cape_verde"]},{"e":"🇨🇼","d":"flag: Curaçao","c":8,"a":["curacao"]},{"e":"🇨🇽","d":"flag: Christmas Island","c":8,"a":["christmas_island"]},{"e":"🇨🇾","d":"flag: Cyprus","c":8,"a":["cyprus"]},{"e":"🇨🇿","d":"flag: Czechia","c":8,"a":["czech_republic"]},{"e":"🇩🇪","d":"flag: Germany","c":8,"a":["de"],"t":["flag","germany"]},{"e":"🇩🇬","d":"flag: Diego Garcia","c":8,"a":["diego_garcia"]},{"e":"🇩🇯","d":"flag: Djibouti","c":8,"a":["djibouti"]},{"e":"🇩🇰","d":"flag: Denmark","c":8,"a":["denmark"]},{"e":"🇩🇲","d":"flag: Dominica","c":8,"a":["dominica"]},{"e":"🇩🇴","d":"flag: Dominican Republic","c":8,"a":["dominican_republic"]},{"e":"🇩🇿","d":"flag: Algeria","c":8,"a":["algeria"]},{"e":"🇪🇦","d":"flag: Ceuta & Melilla","c":8,"a":["ceuta_melilla"]},{"e":"🇪🇨","d":"flag: Ecuador","c":8,"a":["ecuador"]},{"e":"🇪🇪","d":"flag: Estonia","c":8,"a":["estonia"]},{"e":"🇪🇬","d":"flag: Egypt","c":8,"a":["egypt"]},{"e":"🇪🇭","d":"flag: Western Sahara","c":8,"a":["western_sahara"]},{"e":"🇪🇷","d":"flag: Eritrea","c":8,"a":["eritrea"]},{"e":"🇪🇸","d":"flag: Spain","c":8,"a":["es"],"t":["spain"]},{"e":"🇪🇹","d":"flag: Ethiopia","c":8,"a":["ethiopia"]},{"e":"🇪🇺","d":"flag: European Union","c":8,"a":["eu","european_union"]},{"e":"🇫🇮","d":"flag: Finland","c":8,"a":["finland"]},{"e":"🇫🇯","d":"flag: Fiji","c":8,"a":["fiji"]},{"e":"🇫🇰","d":"flag: Falkland Islands","c":8,"a":["falkland_islands"]},{"e":"🇫🇲","d":"flag: Micronesia","c":8,"a":["micronesia"]},{"e":"🇫🇴","d":"flag: Faroe Islands","c":8,"a":["faroe_islands"]},{"e":"🇫🇷","d":"flag: France","c":8,"a":["fr"],"t":["france","french"]},{"e":"🇬🇦","d":"flag: Gabon","c":8,"a":["gabon"]},{"e":"🇬🇧","d":"flag: United Kingdom","c":8,"a":["gb","uk"],"t":["flag","british"]},{"e":"🇬🇩","d":"flag: Grenada","c":8,"a":["grenada"]},{"e":"🇬🇪","d":"flag: Georgia","c":8,"a":["georgia"]},{"e":"🇬🇫","d":"flag: French Guiana","c":8,"a":["french_guiana"]},{"e":"🇬🇬","d":"flag: Guernsey","c":8,"a":["guernsey"]},{"e":"🇬🇭","d":"flag: Ghana","c":8,"a":["ghana"]},{"e":"🇬🇮","d":"flag: Gibraltar","c":8,"a":["gibraltar"]},{"e":"🇬🇱","d":"flag: Greenland","c":8,"a":["greenland"]},{"e":"🇬🇲","d":"flag: Gambia","c":8,"a":["gambia"]},{"e":"🇬🇳","d":"flag: Guinea","c":8,"a":["guinea"]},{"e":"🇬🇵","d":"flag: Guadeloupe","c":8,"a":["guadeloupe"]},{"e":"🇬🇶","d":"flag: Equatorial Guinea","c":8,"a":["equatorial_guinea"]},{"e":"🇬🇷","d":"flag: Greece","c":8,"a":["greece"]},{"e":"🇬🇸","d":"flag: South Georgia & South Sandwich Islands","c":8,"a":["south_georgia_south_sandwich_islands"]},{"e":"🇬🇹","d":"flag: Guatemala","c":8,"a":["guatemala"]},{"e":"🇬🇺","d":"flag: Guam","c":8,"a":["guam"]},{"e":"🇬🇼","d":"flag: Guinea-Bissau","c":8,"a":["guinea_bissau"]},{"e":"🇬🇾","d":"flag: Guyana","c":8,"a":["guyana"]},{"e":"🇭🇰","d":"flag: Hong Kong SAR China","c":8,"a":["hong_kong"]},{"e":"🇭🇲","d":"flag: Heard & McDonald Islands","c":8,"a":["heard_mcdonald_islands"]},{"e":"🇭🇳","d":"flag: Honduras","c":8,"a":["honduras"]},{"e":"🇭🇷","d":"flag: Croatia","c":8,"a":["croatia"]},{"e":"🇭🇹","d":"flag: Haiti","c":8,"a":["haiti"]},{"e":"🇭🇺","d":"flag: Hungary","c":8,"a":["hungary"]},{"e":"🇮🇨","d":"flag: Canary Islands","c":8,"a":["canary_islands"]},{"e":"🇮🇩","d":"flag: Indonesia","c":8,"a":["indonesia"]},{"e":"🇮🇪","d":"flag: Ireland","c":8,"a":["ireland"]},{"e":"🇮🇱","d":"flag: Israel","c":8,"a":["israel"]},{"e":"🇮🇲","d":"flag: Isle of Man","c":8,"a":["isle_of_man"]},{"e":"🇮🇳","d":"flag: India","c":8,"a":["india"]},{"e":"🇮🇴","d":"flag: British Indian Ocean Territory","c":8,"a":["british_indian_ocean_territory"]},{"e":"🇮🇶","d":"flag: Iraq","c":8,"a":["iraq"]},{"e":"🇮🇷","d":"flag: Iran","c":8,"a":["iran"]},{"e":"🇮🇸","d":"flag: Iceland","c":8,"a":["iceland"]},{"e":"🇮🇹","d":"flag: Italy","c":8,"a":["it"],"t":["italy"]},{"e":"🇯🇪","d":"flag: Jersey","c":8,"a":["jersey"]},{"e":"🇯🇲","d":"flag: Jamaica","c":8,"a":["jamaica"]},{"e":"🇯🇴","d":"flag: Jordan","c":8,"a":["jordan"]},{"e":"🇯🇵","d":"flag: Japan","c":8,"a":["jp"],"t":["japan"]},{"e":"🇰🇪","d":"flag: Kenya","c":8,"a":["kenya"]},{"e":"🇰🇬","d":"flag: Kyrgyzstan","c":8,"a":["kyrgyzstan"]},{"e":"🇰🇭","d":"flag: Cambodia","c":8,"a":["cambodia"]},{"e":"🇰🇮","d":"flag: Kiribati","c":8,"a":["kiribati"]},{"e":"🇰🇲","d":"flag: Comoros","c":8,"a":["comoros"]},{"e":"🇰🇳","d":"flag: St. Kitts & Nevis","c":8,"a":["st_kitts_nevis"]},{"e":"🇰🇵","d":"flag: North Korea","c":8,"a":["north_korea"]},{"e":"🇰🇷","d":"flag: South Korea","c":8,"a":["kr"],"t":["korea"]},{"e":"🇰🇼","d":"flag: Kuwait","c":8,"a":["kuwait"]},{"e":"🇰🇾","d":"flag: Cayman Islands","c":8,"a":["cayman_islands"]},{"e":"🇰🇿","d":"flag: Kazakhstan","c":8,"a":["kazakhstan"]},{"e":"🇱🇦","d":"flag: Laos","c":8,"a":["laos"]},{"e":"🇱🇧","d":"flag: Lebanon","c":8,"a":["lebanon"]},{"e":"🇱🇨","d":"flag: St. Lucia","c":8,"a":["st_lucia"]},{"e":"🇱🇮","d":"flag: Liechtenstein","c":8,"a":["liechtenstein"]},{"e":"🇱🇰","d":"flag: Sri Lanka","c":8,"a":["sri_lanka"]},{"e":"🇱🇷","d":"flag: Liberia","c":8,"a":["liberia"]},{"e":"🇱🇸","d":"flag: Lesotho","c":8,"a":["lesotho"]},{"e":"🇱🇹","d":"flag: Lithuania","c":8,"a":["lithuania"]},{"e":"🇱🇺","d":"flag: Luxembourg","c":8,"a":["luxembourg"]},{"e":"🇱🇻","d":"flag: Latvia","c":8,"a":["latvia"]},{"e":"🇱🇾","d":"flag: Libya","c":8,"a":["libya"]},{"e":"🇲🇦","d":"flag: Morocco","c":8,"a":["morocco"]},{"e":"🇲🇨","d":"flag: Monaco","c":8,"a":["monaco"]},{"e":"🇲🇩","d":"flag: Moldova","c":8,"a":["moldova"]},{"e":"🇲🇪","d":"flag: Montenegro","c":8,"a":["montenegro"]},{"e":"🇲🇫","d":"flag: St. Martin","c":8,"a":["st_martin"]},{"e":"🇲🇬","d":"flag: Madagascar","c":8,"a":["madagascar"]},{"e":"🇲🇭","d":"flag: Marshall Islands","c":8,"a":["marshall_islands"]},{"e":"🇲🇰","d":"flag: North Macedonia","c":8,"a":["macedonia"]},{"e":"🇲🇱","d":"flag: Mali","c":8,"a":["mali"]},{"e":"🇲🇲","d":"flag: Myanmar (Burma)","c":8,"a":["myanmar"],"t":["burma"]},{"e":"🇲🇳","d":"flag: Mongolia","c":8,"a":["mongolia"]},{"e":"��🇴","d":"flag: Macao SAR China","c":8,"a":["macau"]},{"e":"🇲🇵","d":"flag: Northern Mariana Islands","c":8,"a":["northern_mariana_islands"]},{"e":"🇲🇶","d":"flag: Martinique","c":8,"a":["martinique"]},{"e":"🇲🇷","d":"flag: Mauritania","c":8,"a":["mauritania"]},{"e":"🇲🇸","d":"flag: Montserrat","c":8,"a":["montserrat"]},{"e":"🇲🇹","d":"flag: Malta","c":8,"a":["malta"]},{"e":"🇲🇺","d":"flag: Mauritius","c":8,"a":["mauritius"]},{"e":"🇲🇻","d":"flag: Maldives","c":8,"a":["maldives"]},{"e":"🇲🇼","d":"flag: Malawi","c":8,"a":["malawi"]},{"e":"🇲🇽","d":"flag: Mexico","c":8,"a":["mexico"]},{"e":"🇲🇾","d":"flag: Malaysia","c":8,"a":["malaysia"]},{"e":"🇲🇿","d":"flag: Mozambique","c":8,"a":["mozambique"]},{"e":"🇳🇦","d":"flag: Namibia","c":8,"a":["namibia"]},{"e":"🇳🇨","d":"flag: New Caledonia","c":8,"a":["new_caledonia"]},{"e":"🇳🇪","d":"flag: Niger","c":8,"a":["niger"]},{"e":"🇳🇫","d":"flag: Norfolk Island","c":8,"a":["norfolk_island"]},{"e":"🇳🇬","d":"flag: Nigeria","c":8,"a":["nigeria"]},{"e":"🇳🇮","d":"flag: Nicaragua","c":8,"a":["nicaragua"]},{"e":"🇳🇱","d":"flag: Netherlands","c":8,"a":["netherlands"]},{"e":"🇳🇴","d":"flag: Norway","c":8,"a":["norway"]},{"e":"🇳🇵","d":"flag: Nepal","c":8,"a":["nepal"]},{"e":"🇳🇷","d":"flag: Nauru","c":8,"a":["nauru"]},{"e":"🇳🇺","d":"flag: Niue","c":8,"a":["niue"]},{"e":"🇳🇿","d":"flag: New Zealand","c":8,"a":["new_zealand"]},{"e":"🇴🇲","d":"flag: Oman","c":8,"a":["oman"]},{"e":"🇵🇦","d":"flag: Panama","c":8,"a":["panama"]},{"e":"🇵🇪","d":"flag: Peru","c":8,"a":["peru"]},{"e":"🇵🇫","d":"flag: French Polynesia","c":8,"a":["french_polynesia"]},{"e":"🇵🇬","d":"flag: Papua New Guinea","c":8,"a":["papua_new_guinea"]},{"e":"🇵🇭","d":"flag: Philippines","c":8,"a":["philippines"]},{"e":"🇵🇰","d":"flag: Pakistan","c":8,"a":["pakistan"]},{"e":"🇵🇱","d":"flag: Poland","c":8,"a":["poland"]},{"e":"🇵🇲","d":"flag: St. Pierre & Miquelon","c":8,"a":["st_pierre_miquelon"]},{"e":"🇵🇳","d":"flag: Pitcairn Islands","c":8,"a":["pitcairn_islands"]},{"e":"🇵🇷","d":"flag: Puerto Rico","c":8,"a":["puerto_rico"]},{"e":"🇵🇸","d":"flag: Palestinian Territories","c":8,"a":["palestinian_territories"]},{"e":"🇵🇹","d":"flag: Portugal","c":8,"a":["portugal"]},{"e":"🇵🇼","d":"flag: Palau","c":8,"a":["palau"]},{"e":"🇵🇾","d":"flag: Paraguay","c":8,"a":["paraguay"]},{"e":"🇶🇦","d":"flag: Qatar","c":8,"a":["qatar"]},{"e":"🇷🇪","d":"flag: Réunion","c":8,"a":["reunion"]},{"e":"🇷🇴","d":"flag: Romania","c":8,"a":["romania"]},{"e":"🇷🇸","d":"flag: Serbia","c":8,"a":["serbia"]},{"e":"🇷🇺","d":"flag: Russia","c":8,"a":["ru"],"t":["russia"]},{"e":"🇷🇼","d":"flag: Rwanda","c":8,"a":["rwanda"]},{"e":"🇸🇦","d":"flag: Saudi Arabia","c":8,"a":["saudi_arabia"]},{"e":"����🇧","d":"flag: Solomon Islands","c":8,"a":["solomon_islands"]},{"e":"🇸🇨","d":"flag: Seychelles","c":8,"a":["seychelles"]},{"e":"🇸🇩","d":"flag: Sudan","c":8,"a":["sudan"]},{"e":"🇸🇪","d":"flag: Sweden","c":8,"a":["sweden"]},{"e":"🇸🇬","d":"flag: Singapore","c":8,"a":["singapore"]},{"e":"🇸🇭","d":"flag: St. Helena","c":8,"a":["st_helena"]},{"e":"🇸🇮","d":"flag: Slovenia","c":8,"a":["slovenia"]},{"e":"🇸🇯","d":"flag: Svalbard & Jan Mayen","c":8,"a":["svalbard_jan_mayen"]},{"e":"🇸🇰","d":"flag: Slovakia","c":8,"a":["slovakia"]},{"e":"🇸🇱","d":"flag: Sierra Leone","c":8,"a":["sierra_leone"]},{"e":"🇸🇲","d":"flag: San Marino","c":8,"a":["san_marino"]},{"e":"🇸🇳","d":"flag: Senegal","c":8,"a":["senegal"]},{"e":"🇸🇴","d":"flag: Somalia","c":8,"a":["somalia"]},{"e":"🇸🇷","d":"flag: Suriname","c":8,"a":["suriname"]},{"e":"🇸🇸","d":"flag: South Sudan","c":8,"a":["south_sudan"]},{"e":"🇸🇹","d":"flag: São Tomé & Príncipe","c":8,"a":["sao_tome_principe"]},{"e":"🇸🇻","d":"flag: El Salvador","c":8,"a":["el_salvador"]},{"e":"🇸🇽","d":"flag: Sint Maarten","c":8,"a":["sint_maarten"]},{"e":"🇸🇾","d":"flag: Syria","c":8,"a":["syria"]},{"e":"🇸🇿","d":"flag: Eswatini","c":8,"a":["swaziland"]},{"e":"🇹🇦","d":"flag: Tristan da Cunha","c":8,"a":["tristan_da_cunha"]},{"e":"🇹🇨","d":"flag: Turks & Caicos Islands","c":8,"a":["turks_caicos_islands"]},{"e":"🇹🇩","d":"flag: Chad","c":8,"a":["chad"]},{"e":"🇹🇫","d":"flag: French Southern Territories","c":8,"a":["french_southern_territories"]},{"e":"🇹🇬","d":"flag: Togo","c":8,"a":["togo"]},{"e":"🇹🇭","d":"flag: Thailand","c":8,"a":["thailand"]},{"e":"🇹🇯","d":"flag: Tajikistan","c":8,"a":["tajikistan"]},{"e":"🇹🇰","d":"flag: Tokelau","c":8,"a":["tokelau"]},{"e":"🇹🇱","d":"flag: Timor-Leste","c":8,"a":["timor_leste"]},{"e":"🇹🇲","d":"flag: Turkmenistan","c":8,"a":["turkmenistan"]},{"e":"🇹🇳","d":"flag: Tunisia","c":8,"a":["tunisia"]},{"e":"🇹🇴","d":"flag: Tonga","c":8,"a":["tonga"]},{"e":"🇹🇷","d":"flag: Turkey","c":8,"a":["tr"],"t":["turkey"]},{"e":"🇹🇹","d":"flag: Trinidad & Tobago","c":8,"a":["trinidad_tobago"]},{"e":"🇹🇻","d":"flag: Tuvalu","c":8,"a":["tuvalu"]},{"e":"🇹🇼","d":"flag: Taiwan","c":8,"a":["taiwan"]},{"e":"🇹🇿","d":"flag: Tanzania","c":8,"a":["tanzania"]},{"e":"🇺🇦","d":"flag: Ukraine","c":8,"a":["ukraine"]},{"e":"🇺🇬","d":"flag: Uganda","c":8,"a":["uganda"]},{"e":"🇺🇲","d":"flag: U.S. Outlying Islands","c":8,"a":["us_outlying_islands"]},{"e":"🇺🇳","d":"flag: United Nations","c":8,"a":["united_nations"]},{"e":"🇺🇸","d":"flag: United States","c":8,"a":["us"],"t":["flag","united","america"]},{"e":"🇺🇾","d":"flag: Uruguay","c":8,"a":["uruguay"]},{"e":"🇺🇿","d":"flag: Uzbekistan","c":8,"a":["uzbekistan"]},{"e":"🇻🇦","d":"flag: Vatican City","c":8,"a":["vatican_city"]},{"e":"🇻🇨","d":"flag: St. Vincent & Grenadines","c":8,"a":["st_vincent_grenadines"]},{"e":"🇻🇪","d":"flag: Venezuela","c":8,"a":["venezuela"]},{"e":"🇻🇬","d":"flag: British Virgin Islands","c":8,"a":["british_virgin_islands"]},{"e":"🇻🇮","d":"flag: U.S. Virgin Islands","c":8,"a":["us_virgin_islands"]},{"e":"🇻🇳","d":"flag: Vietnam","c":8,"a":["vietnam"]},{"e":"🇻🇺","d":"flag: Vanuatu","c":8,"a":["vanuatu"]},{"e":"🇼🇫","d":"flag: Wallis & Futuna","c":8,"a":["wallis_futuna"]},{"e":"🇼🇸","d":"flag: Samoa","c":8,"a":["samoa"]},{"e":"🇽🇰","d":"flag: Kosovo","c":8,"a":["kosovo"]},{"e":"🇾🇪","d":"flag: Yemen","c":8,"a":["yemen"]},{"e":"🇾🇹","d":"flag: Mayotte","c":8,"a":["mayotte"]},{"e":"🇿🇦","d":"flag: South Africa","c":8,"a":["south_africa"]},{"e":"🇿🇲","d":"flag: Zambia","c":8,"a":["zambia"]},{"e":"🇿🇼","d":"flag: Zimbabwe","c":8,"a":["zimbabwe"]},{"e":"🏴󠁧󠁢󠁥󠁮󠁧󠁿","d":"flag: England","c":8,"a":["england"]},{"e":"🏴󠁧󠁢󠁳󠁣󠁴󠁿","d":"flag: Scotland","c":8,"a":["scotland"]},{"e":"🏴󠁧󠁢󠁷󠁬󠁳󠁿","d":"flag: Wales","c":8,"a":["wales"]}]}')}},e={};function n(o){var i=e[o];if(void 0!==i)return i.exports;var r=e[o]={exports:{}};return t[o].call(r.exports,r,r.exports,n),r.exports}return n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,{a:e}),e},n.d=function(t,e){for(var o in e)n.o(e,o)&&!n.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:e[o]})},n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n(15120)}()}));