jodit-pro 4.9.4 → 4.9.12

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 (278) hide show
  1. package/CHANGELOG.md +44 -2
  2. package/es2015/jodit.css +1 -1
  3. package/es2015/jodit.fat.min.js +6 -6
  4. package/es2015/jodit.js +5 -3
  5. package/es2015/jodit.min.js +2 -2
  6. package/es2015/plugins/ai-assistant-pro/ai-assistant-pro.css +1 -1
  7. package/es2015/plugins/ai-assistant-pro/ai-assistant-pro.js +10 -4
  8. package/es2015/plugins/ai-assistant-pro/ai-assistant-pro.min.js +6 -6
  9. package/es2015/plugins/autocomplete/autocomplete.js +1 -1
  10. package/es2015/plugins/autocomplete/autocomplete.min.js +1 -1
  11. package/es2015/plugins/backup/backup.css +1 -1
  12. package/es2015/plugins/backup/backup.js +1 -1
  13. package/es2015/plugins/backup/backup.min.js +1 -1
  14. package/es2015/plugins/button-generator/button-generator.css +1 -1
  15. package/es2015/plugins/button-generator/button-generator.js +1 -1
  16. package/es2015/plugins/button-generator/button-generator.min.js +1 -1
  17. package/es2015/plugins/change-case/change-case.js +1 -1
  18. package/es2015/plugins/change-case/change-case.min.js +1 -1
  19. package/es2015/plugins/color-picker/color-picker.css +1 -1
  20. package/es2015/plugins/color-picker/color-picker.js +1 -1
  21. package/es2015/plugins/color-picker/color-picker.min.js +1 -1
  22. package/es2015/plugins/emoji/emoji.css +1 -1
  23. package/es2015/plugins/emoji/emoji.js +1 -1
  24. package/es2015/plugins/emoji/emoji.min.js +1 -1
  25. package/es2015/plugins/export-docs/export-docs.js +1 -1
  26. package/es2015/plugins/export-docs/export-docs.min.js +1 -1
  27. package/es2015/plugins/finder/finder.css +1 -1
  28. package/es2015/plugins/finder/finder.js +1 -1
  29. package/es2015/plugins/finder/finder.min.js +1 -1
  30. package/es2015/plugins/google-maps/google-maps.css +1 -1
  31. package/es2015/plugins/google-maps/google-maps.js +1 -1
  32. package/es2015/plugins/google-maps/google-maps.min.js +1 -1
  33. package/es2015/plugins/google-search/google-search.js +1 -1
  34. package/es2015/plugins/google-search/google-search.min.js +1 -1
  35. package/es2015/plugins/highlight-signature/highlight-signature.js +1 -1
  36. package/es2015/plugins/highlight-signature/highlight-signature.min.js +1 -1
  37. package/es2015/plugins/iframe-editor/iframe-editor.css +1 -1
  38. package/es2015/plugins/iframe-editor/iframe-editor.js +1 -1
  39. package/es2015/plugins/iframe-editor/iframe-editor.min.js +1 -1
  40. package/es2015/plugins/keyboard/keyboard.css +1 -1
  41. package/es2015/plugins/keyboard/keyboard.js +1 -1
  42. package/es2015/plugins/keyboard/keyboard.min.js +1 -1
  43. package/es2015/plugins/mobile-view/mobile-view.js +1 -1
  44. package/es2015/plugins/mobile-view/mobile-view.min.js +1 -1
  45. package/es2015/plugins/page-break/page-break.js +1 -1
  46. package/es2015/plugins/page-break/page-break.min.js +1 -1
  47. package/es2015/plugins/paste-code/paste-code.css +1 -1
  48. package/es2015/plugins/paste-code/paste-code.js +1 -1
  49. package/es2015/plugins/paste-code/paste-code.min.js +1 -1
  50. package/es2015/plugins/paste-from-word/paste-from-word.js +1 -1
  51. package/es2015/plugins/paste-from-word/paste-from-word.min.js +1 -1
  52. package/es2015/plugins/show-blocks/show-blocks.js +1 -1
  53. package/es2015/plugins/show-blocks/show-blocks.min.js +1 -1
  54. package/es2015/plugins/todo-list/todo-list.css +1 -1
  55. package/es2015/plugins/todo-list/todo-list.js +1 -1
  56. package/es2015/plugins/todo-list/todo-list.min.js +1 -1
  57. package/es2015/plugins/translate/translate.css +1 -1
  58. package/es2015/plugins/translate/translate.js +1 -1
  59. package/es2015/plugins/translate/translate.min.js +1 -1
  60. package/es2015/plugins/tune-block/tune-block.css +1 -1
  61. package/es2015/plugins/tune-block/tune-block.js +1 -1
  62. package/es2015/plugins/tune-block/tune-block.min.js +1 -1
  63. package/es2018/jodit.fat.min.js +6 -6
  64. package/es2018/jodit.min.js +2 -2
  65. package/es2018/plugins/ai-assistant-pro/ai-assistant-pro.min.js +7 -7
  66. package/es2018/plugins/autocomplete/autocomplete.min.js +1 -1
  67. package/es2018/plugins/backup/backup.min.js +1 -1
  68. package/es2018/plugins/button-generator/button-generator.min.js +1 -1
  69. package/es2018/plugins/change-case/change-case.min.js +1 -1
  70. package/es2018/plugins/color-picker/color-picker.min.js +1 -1
  71. package/es2018/plugins/emoji/emoji.min.js +1 -1
  72. package/es2018/plugins/export-docs/export-docs.min.js +1 -1
  73. package/es2018/plugins/finder/finder.min.js +1 -1
  74. package/es2018/plugins/google-maps/google-maps.min.js +1 -1
  75. package/es2018/plugins/google-search/google-search.min.js +1 -1
  76. package/es2018/plugins/highlight-signature/highlight-signature.min.js +1 -1
  77. package/es2018/plugins/iframe-editor/iframe-editor.min.js +1 -1
  78. package/es2018/plugins/keyboard/keyboard.min.js +1 -1
  79. package/es2018/plugins/mobile-view/mobile-view.min.js +1 -1
  80. package/es2018/plugins/page-break/page-break.min.js +1 -1
  81. package/es2018/plugins/paste-code/paste-code.min.js +1 -1
  82. package/es2018/plugins/paste-from-word/paste-from-word.min.js +1 -1
  83. package/es2018/plugins/show-blocks/show-blocks.min.js +1 -1
  84. package/es2018/plugins/todo-list/todo-list.min.js +1 -1
  85. package/es2018/plugins/translate/translate.min.js +1 -1
  86. package/es2018/plugins/tune-block/tune-block.min.js +1 -1
  87. package/es2021/jodit.css +1 -1
  88. package/es2021/jodit.fat.min.js +6 -6
  89. package/es2021/jodit.js +5 -3
  90. package/es2021/jodit.min.js +2 -2
  91. package/es2021/plugins/ai-assistant-pro/ai-assistant-pro.css +1 -1
  92. package/es2021/plugins/ai-assistant-pro/ai-assistant-pro.js +9 -4
  93. package/es2021/plugins/ai-assistant-pro/ai-assistant-pro.min.js +28 -28
  94. package/es2021/plugins/autocomplete/autocomplete.js +1 -1
  95. package/es2021/plugins/autocomplete/autocomplete.min.js +1 -1
  96. package/es2021/plugins/backup/backup.css +1 -1
  97. package/es2021/plugins/backup/backup.js +1 -1
  98. package/es2021/plugins/backup/backup.min.js +1 -1
  99. package/es2021/plugins/button-generator/button-generator.css +1 -1
  100. package/es2021/plugins/button-generator/button-generator.js +1 -1
  101. package/es2021/plugins/button-generator/button-generator.min.js +1 -1
  102. package/es2021/plugins/change-case/change-case.js +1 -1
  103. package/es2021/plugins/change-case/change-case.min.js +1 -1
  104. package/es2021/plugins/color-picker/color-picker.css +1 -1
  105. package/es2021/plugins/color-picker/color-picker.js +1 -1
  106. package/es2021/plugins/color-picker/color-picker.min.js +1 -1
  107. package/es2021/plugins/emoji/emoji.css +1 -1
  108. package/es2021/plugins/emoji/emoji.js +1 -1
  109. package/es2021/plugins/emoji/emoji.min.js +1 -1
  110. package/es2021/plugins/export-docs/export-docs.js +1 -1
  111. package/es2021/plugins/export-docs/export-docs.min.js +1 -1
  112. package/es2021/plugins/finder/finder.css +1 -1
  113. package/es2021/plugins/finder/finder.js +1 -1
  114. package/es2021/plugins/finder/finder.min.js +1 -1
  115. package/es2021/plugins/google-maps/google-maps.css +1 -1
  116. package/es2021/plugins/google-maps/google-maps.js +1 -1
  117. package/es2021/plugins/google-maps/google-maps.min.js +1 -1
  118. package/es2021/plugins/google-search/google-search.js +1 -1
  119. package/es2021/plugins/google-search/google-search.min.js +1 -1
  120. package/es2021/plugins/highlight-signature/highlight-signature.js +1 -1
  121. package/es2021/plugins/highlight-signature/highlight-signature.min.js +1 -1
  122. package/es2021/plugins/iframe-editor/iframe-editor.css +1 -1
  123. package/es2021/plugins/iframe-editor/iframe-editor.js +1 -1
  124. package/es2021/plugins/iframe-editor/iframe-editor.min.js +1 -1
  125. package/es2021/plugins/keyboard/keyboard.css +1 -1
  126. package/es2021/plugins/keyboard/keyboard.js +1 -1
  127. package/es2021/plugins/keyboard/keyboard.min.js +1 -1
  128. package/es2021/plugins/mobile-view/mobile-view.js +1 -1
  129. package/es2021/plugins/mobile-view/mobile-view.min.js +1 -1
  130. package/es2021/plugins/page-break/page-break.js +1 -1
  131. package/es2021/plugins/page-break/page-break.min.js +1 -1
  132. package/es2021/plugins/paste-code/paste-code.css +1 -1
  133. package/es2021/plugins/paste-code/paste-code.js +1 -1
  134. package/es2021/plugins/paste-code/paste-code.min.js +1 -1
  135. package/es2021/plugins/paste-from-word/paste-from-word.js +1 -1
  136. package/es2021/plugins/paste-from-word/paste-from-word.min.js +1 -1
  137. package/es2021/plugins/show-blocks/show-blocks.js +1 -1
  138. package/es2021/plugins/show-blocks/show-blocks.min.js +1 -1
  139. package/es2021/plugins/todo-list/todo-list.css +1 -1
  140. package/es2021/plugins/todo-list/todo-list.js +1 -1
  141. package/es2021/plugins/todo-list/todo-list.min.js +1 -1
  142. package/es2021/plugins/translate/translate.css +1 -1
  143. package/es2021/plugins/translate/translate.js +1 -1
  144. package/es2021/plugins/translate/translate.min.js +1 -1
  145. package/es2021/plugins/tune-block/tune-block.css +1 -1
  146. package/es2021/plugins/tune-block/tune-block.js +1 -1
  147. package/es2021/plugins/tune-block/tune-block.min.js +1 -1
  148. package/es2021.en/jodit.css +1 -1
  149. package/es2021.en/jodit.fat.min.js +6 -6
  150. package/es2021.en/jodit.js +5 -3
  151. package/es2021.en/jodit.min.js +2 -2
  152. package/es2021.en/plugins/ai-assistant-pro/ai-assistant-pro.css +1 -1
  153. package/es2021.en/plugins/ai-assistant-pro/ai-assistant-pro.js +9 -4
  154. package/es2021.en/plugins/ai-assistant-pro/ai-assistant-pro.min.js +7 -7
  155. package/es2021.en/plugins/autocomplete/autocomplete.js +1 -1
  156. package/es2021.en/plugins/autocomplete/autocomplete.min.js +1 -1
  157. package/es2021.en/plugins/backup/backup.css +1 -1
  158. package/es2021.en/plugins/backup/backup.js +1 -1
  159. package/es2021.en/plugins/backup/backup.min.js +1 -1
  160. package/es2021.en/plugins/button-generator/button-generator.css +1 -1
  161. package/es2021.en/plugins/button-generator/button-generator.js +1 -1
  162. package/es2021.en/plugins/button-generator/button-generator.min.js +1 -1
  163. package/es2021.en/plugins/change-case/change-case.js +1 -1
  164. package/es2021.en/plugins/change-case/change-case.min.js +1 -1
  165. package/es2021.en/plugins/color-picker/color-picker.css +1 -1
  166. package/es2021.en/plugins/color-picker/color-picker.js +1 -1
  167. package/es2021.en/plugins/color-picker/color-picker.min.js +1 -1
  168. package/es2021.en/plugins/emoji/emoji.css +1 -1
  169. package/es2021.en/plugins/emoji/emoji.js +1 -1
  170. package/es2021.en/plugins/emoji/emoji.min.js +1 -1
  171. package/es2021.en/plugins/export-docs/export-docs.js +1 -1
  172. package/es2021.en/plugins/export-docs/export-docs.min.js +1 -1
  173. package/es2021.en/plugins/finder/finder.css +1 -1
  174. package/es2021.en/plugins/finder/finder.js +1 -1
  175. package/es2021.en/plugins/finder/finder.min.js +1 -1
  176. package/es2021.en/plugins/google-maps/google-maps.css +1 -1
  177. package/es2021.en/plugins/google-maps/google-maps.js +1 -1
  178. package/es2021.en/plugins/google-maps/google-maps.min.js +1 -1
  179. package/es2021.en/plugins/google-search/google-search.js +1 -1
  180. package/es2021.en/plugins/google-search/google-search.min.js +1 -1
  181. package/es2021.en/plugins/highlight-signature/highlight-signature.js +1 -1
  182. package/es2021.en/plugins/highlight-signature/highlight-signature.min.js +1 -1
  183. package/es2021.en/plugins/iframe-editor/iframe-editor.css +1 -1
  184. package/es2021.en/plugins/iframe-editor/iframe-editor.js +1 -1
  185. package/es2021.en/plugins/iframe-editor/iframe-editor.min.js +1 -1
  186. package/es2021.en/plugins/keyboard/keyboard.css +1 -1
  187. package/es2021.en/plugins/keyboard/keyboard.js +1 -1
  188. package/es2021.en/plugins/keyboard/keyboard.min.js +1 -1
  189. package/es2021.en/plugins/mobile-view/mobile-view.js +1 -1
  190. package/es2021.en/plugins/mobile-view/mobile-view.min.js +1 -1
  191. package/es2021.en/plugins/page-break/page-break.js +1 -1
  192. package/es2021.en/plugins/page-break/page-break.min.js +1 -1
  193. package/es2021.en/plugins/paste-code/paste-code.css +1 -1
  194. package/es2021.en/plugins/paste-code/paste-code.js +1 -1
  195. package/es2021.en/plugins/paste-code/paste-code.min.js +1 -1
  196. package/es2021.en/plugins/paste-from-word/paste-from-word.js +1 -1
  197. package/es2021.en/plugins/paste-from-word/paste-from-word.min.js +1 -1
  198. package/es2021.en/plugins/show-blocks/show-blocks.js +1 -1
  199. package/es2021.en/plugins/show-blocks/show-blocks.min.js +1 -1
  200. package/es2021.en/plugins/todo-list/todo-list.css +1 -1
  201. package/es2021.en/plugins/todo-list/todo-list.js +1 -1
  202. package/es2021.en/plugins/todo-list/todo-list.min.js +1 -1
  203. package/es2021.en/plugins/translate/translate.css +1 -1
  204. package/es2021.en/plugins/translate/translate.js +1 -1
  205. package/es2021.en/plugins/translate/translate.min.js +1 -1
  206. package/es2021.en/plugins/tune-block/tune-block.css +1 -1
  207. package/es2021.en/plugins/tune-block/tune-block.js +1 -1
  208. package/es2021.en/plugins/tune-block/tune-block.min.js +1 -1
  209. package/es5/jodit.css +2 -2
  210. package/es5/jodit.fat.min.js +2 -2
  211. package/es5/jodit.js +5 -3
  212. package/es5/jodit.min.css +2 -2
  213. package/es5/jodit.min.js +2 -2
  214. package/es5/plugins/ai-assistant-pro/ai-assistant-pro.css +1 -1
  215. package/es5/plugins/ai-assistant-pro/ai-assistant-pro.js +11 -5
  216. package/es5/plugins/ai-assistant-pro/ai-assistant-pro.min.js +2 -2
  217. package/es5/plugins/autocomplete/autocomplete.js +1 -1
  218. package/es5/plugins/autocomplete/autocomplete.min.js +1 -1
  219. package/es5/plugins/backup/backup.css +1 -1
  220. package/es5/plugins/backup/backup.js +1 -1
  221. package/es5/plugins/backup/backup.min.js +1 -1
  222. package/es5/plugins/button-generator/button-generator.css +1 -1
  223. package/es5/plugins/button-generator/button-generator.js +1 -1
  224. package/es5/plugins/button-generator/button-generator.min.js +1 -1
  225. package/es5/plugins/change-case/change-case.js +1 -1
  226. package/es5/plugins/change-case/change-case.min.js +1 -1
  227. package/es5/plugins/color-picker/color-picker.css +1 -1
  228. package/es5/plugins/color-picker/color-picker.js +1 -1
  229. package/es5/plugins/color-picker/color-picker.min.js +1 -1
  230. package/es5/plugins/emoji/emoji.css +1 -1
  231. package/es5/plugins/emoji/emoji.js +1 -1
  232. package/es5/plugins/emoji/emoji.min.js +1 -1
  233. package/es5/plugins/export-docs/export-docs.js +1 -1
  234. package/es5/plugins/export-docs/export-docs.min.js +1 -1
  235. package/es5/plugins/finder/finder.css +1 -1
  236. package/es5/plugins/finder/finder.js +1 -1
  237. package/es5/plugins/finder/finder.min.js +1 -1
  238. package/es5/plugins/google-maps/google-maps.css +1 -1
  239. package/es5/plugins/google-maps/google-maps.js +1 -1
  240. package/es5/plugins/google-maps/google-maps.min.js +1 -1
  241. package/es5/plugins/google-search/google-search.js +1 -1
  242. package/es5/plugins/google-search/google-search.min.js +1 -1
  243. package/es5/plugins/highlight-signature/highlight-signature.js +1 -1
  244. package/es5/plugins/highlight-signature/highlight-signature.min.js +1 -1
  245. package/es5/plugins/iframe-editor/iframe-editor.css +1 -1
  246. package/es5/plugins/iframe-editor/iframe-editor.js +1 -1
  247. package/es5/plugins/iframe-editor/iframe-editor.min.js +1 -1
  248. package/es5/plugins/keyboard/keyboard.css +1 -1
  249. package/es5/plugins/keyboard/keyboard.js +1 -1
  250. package/es5/plugins/keyboard/keyboard.min.js +1 -1
  251. package/es5/plugins/mobile-view/mobile-view.js +1 -1
  252. package/es5/plugins/mobile-view/mobile-view.min.js +1 -1
  253. package/es5/plugins/page-break/page-break.js +1 -1
  254. package/es5/plugins/page-break/page-break.min.js +1 -1
  255. package/es5/plugins/paste-code/paste-code.css +1 -1
  256. package/es5/plugins/paste-code/paste-code.js +1 -1
  257. package/es5/plugins/paste-code/paste-code.min.js +1 -1
  258. package/es5/plugins/paste-from-word/paste-from-word.js +1 -1
  259. package/es5/plugins/paste-from-word/paste-from-word.min.js +1 -1
  260. package/es5/plugins/show-blocks/show-blocks.js +1 -1
  261. package/es5/plugins/show-blocks/show-blocks.min.js +1 -1
  262. package/es5/plugins/todo-list/todo-list.css +1 -1
  263. package/es5/plugins/todo-list/todo-list.js +1 -1
  264. package/es5/plugins/todo-list/todo-list.min.js +1 -1
  265. package/es5/plugins/translate/translate.css +1 -1
  266. package/es5/plugins/translate/translate.js +1 -1
  267. package/es5/plugins/translate/translate.min.js +1 -1
  268. package/es5/plugins/tune-block/tune-block.css +1 -1
  269. package/es5/plugins/tune-block/tune-block.js +1 -1
  270. package/es5/plugins/tune-block/tune-block.min.js +1 -1
  271. package/es5/polyfills.fat.min.js +1 -1
  272. package/es5/polyfills.js +1 -1
  273. package/es5/polyfills.min.js +1 -1
  274. package/esm/plugins/ai-assistant-pro/ai-assistant-pro.js +2 -2
  275. package/esm/plugins/ai-assistant-pro/core/ai-response-handler.js +1 -1
  276. package/esm/plugins/ai-assistant-pro/core/panel-resize.js +1 -1
  277. package/esm/plugins/ai-assistant-pro/helpers/api-client.js +1 -1
  278. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * jodit-pro - PRO Version of Jodit Editor
3
3
  * Author: Chupurnov Valerii <chupurnov@gmail.com>
4
- * Version: v4.9.4
4
+ * Version: v4.9.12
5
5
  * Url: https://xdsoft.net/jodit/pro/
6
6
  * License(s): SEE LICENSE IN LICENSE.md
7
7
  */
@@ -199,9 +199,9 @@
199
199
  <div class='&__library'></div>
200
200
  </div>`}generateLibrary(){let t=new l.UIGroup(this.j);c.map(p.mapKey).forEach(i=>{let n=new u.UIGButton(this.j,i);n.setMod("mode","library"),t.append(n),this.j.e.on(n.container,"click",()=>{let{text:t}=this.state;Object.assign(this.state,i),Object.assign(this.state,{className:"",text:t}),this.update()})});let i=this.getElm("library");(0,a.assert)(null!=i,"library element does not exists"),i.appendChild(t.container)}static mapKey(t){return{bgEnd:t.be,bgStart:t.bs,borderColor:t.bc,borderRadius:t.br,borderSize:t.bse,boxShadow:t.bsh,boxShadowBlurRadius:t.bsbr,boxShadowColor:t.bsc,boxShadowInset:t.bsi,boxShadowOffsetX:t.bsox,boxShadowOffsetY:t.bsoy,boxShadowSpreadRadius:t.bssr,fontColor:t.fc,fontFamily:t.ff,fontSize:t.fs,fontStyle:t.fse,fontWeight:t.fw,paddingX:t.px,paddingY:t.py,previewBgColor:t.pbc,solid:t.s,text:t.t,textShadow:t.ts,textShadowBlurRadius:t.tsbr,textShadowColor:t.tsc,textShadowOffsetX:t.tsox,textShadowOffsetY:t.tsoy}}updateState(t,i){this.state[t]=i,this.update()}update(){this.isReady&&(this.form.update(),this.preview.update())}constructor(t){super(t),(0,o._)(this,"state",{text:"",className:"",href:"",bgEnd:"#5cbf2a",bgStart:"#44c767",borderColor:"#18ab29",borderRadius:28,borderSize:1,boxShadow:!1,boxShadowBlurRadius:0,boxShadowColor:"#3dc21b",boxShadowInset:!1,boxShadowOffsetX:0,boxShadowOffsetY:0,boxShadowSpreadRadius:0,fontColor:"#fff",fontFamily:"Arial",fontSize:17,fontStyle:!1,fontWeight:!1,fontItalic:!1,paddingX:31,paddingY:16,previewBgColor:"#f5f5f5",solid:!0,textShadow:!0,textShadowBlurRadius:0,textShadowColor:"#2f6627",textShadowOffsetX:0,textShadowOffsetY:1}),(0,o._)(this,"preview",new h.UIPreviewButtonGenerator(this.j,this.state,this.updateState)),(0,o._)(this,"form",new d.UIFormButtonGenerator(this.j,this.state,this.updateState)),(0,o._)(this,"target",void 0),this.generateLibrary();const i=this.getElm("preview");(0,a.assert)(null!=i,"preview element does not exists"),i.appendChild(this.preview.container);const n=this.getElm("form");(0,a.assert)(null!=n,"form element does not exists"),n.appendChild(this.form.container)}}(0,r.__decorate)([s.autobind],p.prototype,"updateState",null),p=(0,r.__decorate)([s.component],p)},36125:function(t,i,n){"use strict";var o=n(82758),r=n(65478),s=n(22732),a=n(580),l=n(21537),c=n(50911);n(55099);var u=n(55611),d=n(92278),h=function(t,i,n,o){var r,s=arguments.length,a=s<3?i:null===o?o=Object.getOwnPropertyDescriptor(i,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,o);else for(var l=t.length-1;l>=0;l--)(r=t[l])&&(a=(s<3?r(a):s>3?r(i,n,a):r(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a};class p extends c.Plugin{get ui(){return new d.UISearch(this.j)}async updateCounters(){this.ui.isOpened&&(this.ui.count=await this.calcCounts(this.ui.query))}onPressReplaceButton(){this.findAndReplace(this.ui.query),this.updateCounters()}tryScrollToElement(t){let i=s.Dom.closest(t,s.Dom.isElement,this.j.editor);i||(i=s.Dom.prev(t,s.Dom.isElement,this.j.editor)),i&&i!==this.j.editor&&(0,l.scrollIntoViewIfNeeded)(i,this.j.editor,this.j.ed)}async calcCounts(t){return(await this.findQueryBounds(t,"walkerCount")).length}async findQueryBounds(t,i){let n=this[i];return n&&n.break(),n=new s.LazyWalker(this.j.async,{timeout:this.j.o.search.lazyIdleTimeout}),this[i]=n,this.find(n,t).catch(t=>(o.IS_PROD,[]))}async findAndReplace(t){let i=await this.findQueryBounds(t,"walker");if(!i.length)return!1;let n=this.findCurrentIndexInRanges(i,this.j.s.range);-1===n&&(n=0);let r=i[n];if(r){try{let i=this.j.ed.createRange();i.setStart(r.startContainer,r.startOffset),i.setEnd(r.endContainer,r.endOffset),i.deleteContents();let a=this.j.createInside.text(this.ui.replace);s.Dom.safeInsertNode(i,a),(0,u.clearSelectionWrappers)(this.j),this.j.s.setCursorAfter(a),this.tryScrollToElement(a),this.cache={},this.ui.currentIndex=n,await this.findAndSelect(t,!0).catch(t=>(o.IS_PROD,null))}finally{this.j.synchronizeValues()}return this.j.e.fire("afterFindAndReplace"),!0}return!1}async findAndSelect(t,i){var n;let r=await this.findQueryBounds(t,"walker");if(!r.length)return!1;this.previousQuery===t&&(0,u.getSelectionWrappers)(this.j.editor).length||(null==(n=this.drawPromise)||n.rejectCallback(),this.j.async.cancelAnimationFrame(this.wrapFrameRequest),(0,u.clearSelectionWrappers)(this.j),this.drawPromise=this.__drawSelectionRanges(r)),this.previousQuery=t;let s=this.ui.currentIndex-1;s=-1===s?0:i?s===r.length-1?0:s+1:0===s?r.length-1:s-1,this.ui.currentIndex=s+1;let a=r[s];if(a){let t=this.j.ed.createRange();try{t.setStart(a.startContainer,a.startOffset),t.setEnd(a.endContainer,a.endOffset),this.j.s.selectRange(t)}catch(t){o.IS_PROD}return this.tryScrollToElement(a.startContainer),await this.updateCounters(),await this.drawPromise,this.j.e.fire("afterFindAndSelect"),!0}return!1}findCurrentIndexInRanges(t,i){return t.findIndex(t=>t.startContainer===i.startContainer&&t.startOffset===i.startOffset&&t.endContainer===i.startContainer&&t.endOffset===i.endOffset)}async isValidCache(t){return(await t).every(t=>{var i,n,o,r;return t.startContainer.isConnected&&t.startOffset<=(null!=(n=null==(i=t.startContainer.nodeValue)?void 0:i.length)?n:0)&&t.endContainer.isConnected&&t.endOffset<=(null!=(r=null==(o=t.endContainer.nodeValue)?void 0:o.length)?r:0)})}async find(t,i){if(!i.length)return[];let n=this.cache[i];return n&&await this.isValidCache(n)?n:(this.cache[i]=this.j.async.promise(n=>{let o=new u.SentenceFinder(this.j.o.search.fuzzySearch);t.on("break",()=>{n([])}).on("visit",t=>(s.Dom.isText(t)&&o.add(t),!1)).on("end",()=>{var t;n(null!=(t=o.ranges(i))?t:[])}).setWork(this.j.editor)}),this.cache[i])}__drawSelectionRanges(t){let{async:i,createInside:n,editor:o}=this.j;i.cancelAnimationFrame(this.wrapFrameRequest);let r=[...t],s,a=0;return i.promise(t=>{let l=()=>{do(s=r.shift())&&(0,u.highlightTextRanges)(this.j,s,r,n,o),a+=1;while(s&&a<=5);r.length?this.wrapFrameRequest=i.requestAnimationFrame(l):t()};l()})}onAfterGetValueFromEditor(t){t.value=(0,u.clearSelectionWrappersFromHTML)(t.value)}afterInit(t){if(t.o.useSearch){let i=this;t.e.on("beforeSetMode.search",()=>{this.ui.close()}).on(this.ui,"afterClose",()=>{(0,u.clearSelectionWrappers)(t),this.ui.currentIndex=0,this.ui.count=0,this.cache={},t.focus()}).on("click",()=>{this.ui.currentIndex=0,(0,u.clearSelectionWrappers)(t)}).on("change.search",()=>{this.cache={}}).on("keydown.search mousedown.search",t.async.debounce(()=>{this.ui.selInfo&&(t.s.removeMarkers(),this.ui.selInfo=null),this.ui.isOpened&&this.updateCounters()},t.defaultTimeout)).on("searchNext.search searchPrevious.search",()=>(this.ui.isOpened||this.ui.open(),i.findAndSelect(i.ui.query,"searchNext"===t.e.current).catch(t=>{o.IS_PROD}))).on("search.search",(t,n=!0)=>(this.ui.currentIndex=0,i.findAndSelect(t||"",n).catch(t=>{o.IS_PROD}))),t.registerCommand("search",{exec:(t,n,r=!0)=>(n&&i.findAndSelect(n,r).catch(t=>{o.IS_PROD}),!1)}).registerCommand("openSearchDialog",{exec:(t,n)=>(i.ui.open(n),!1),hotkeys:["ctrl+f","cmd+f"]}).registerCommand("openReplaceDialog",{exec:(n,o,r)=>(t.o.readonly||i.ui.open(o,r,!0),!1),hotkeys:["ctrl+h","cmd+h"]})}}beforeDestruct(t){var i;null==(i=(0,r.cached)(this,"ui"))||i.destruct(),t.e.off(".search")}constructor(){super(...arguments),this.buttons=[{name:"find",group:"search"}],this.previousQuery="",this.drawPromise=null,this.walker=null,this.walkerCount=null,this.cache={},this.wrapFrameRequest=0}}h([r.cache],p.prototype,"ui",null),h([(0,r.watch)("ui:needUpdateCounters")],p.prototype,"updateCounters",null),h([(0,r.watch)("ui:pressReplaceButton")],p.prototype,"onPressReplaceButton",null),h([r.autobind],p.prototype,"findQueryBounds",null),h([r.autobind],p.prototype,"findAndReplace",null),h([r.autobind],p.prototype,"findAndSelect",null),h([r.autobind],p.prototype,"find",null),h([(0,r.watch)(":afterGetValueFromEditor")],p.prototype,"onAfterGetValueFromEditor",null),a.pluginSystem.add("search",p)},36142:function(t,i,n){"use strict";n.d(i,{execute:function(){return s}});var o=n(6689),r=n(49459);async function s(t,i,n){let s=(0,r.requireString)(i,"html"),{collapseToEnd:a}=i;(0,o.throwIfAborted)(n);try{if(t.s.restore(),t.s.insertHTML(s),a){let i=t.s.range;i.collapse(!1),t.s.selectRange(i)}return t.e.fire("change"),{success:!0,message:"Selection replaced successfully"}}catch(t){throw Error(`Failed to replace selection: ${t.message}`)}}},36204:function(t,i,n){"use strict";var o=n(82758),r=n(12153),s=n(6441),a=n(35599);s.Config.prototype.beautifyHTML=!o.IS_IE,s.Config.prototype.sourceEditor="ace",s.Config.prototype.sourceEditorNativeOptions={showGutter:!0,theme:"ace/theme/idle_fingers",mode:"ace/mode/html",wrap:!0,highlightActiveLine:!0},s.Config.prototype.sourceEditorCDNUrlsJS=["https://cdnjs.cloudflare.com/ajax/libs/ace/1.4.2/ace.js"],s.Config.prototype.beautifyHTMLCDNUrlsJS=["https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.14.4/beautify.min.js","https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.14.4/beautify-html.min.js"],r.Icon.set("source",a.default),s.Config.prototype.controls.source={mode:o.MODE_SPLIT,exec:t=>{t.toggleMode()},isActive:t=>t.getRealMode()===o.MODE_SOURCE,tooltip:"Change mode"}},36243:function(t,i,n){"use strict";var o=n(22732),r=n(580),s=n(6441);s.Config.prototype.autofocus=!1,s.Config.prototype.cursorAfterAutofocus="end",s.Config.prototype.saveSelectionOnBlur=!0,r.pluginSystem.add("focus",function(t){t.o.saveSelectionOnBlur&&t.e.on("blur",()=>{t.isEditorMode()&&t.s.save(!0)}).on("focus",()=>{t.s.restore()});let i=()=>{if(t.s.focus(),"end"===t.o.cursorAfterAutofocus){let i=o.Dom.last(t.editor,t=>o.Dom.isText(t));i&&t.s.setCursorIn(i,!1)}};t.e.on("afterInit",()=>{t.o.autofocus&&(t.defaultTimeout?t.async.setTimeout(i,300):i())}),t.e.on("afterInit afterAddPlace",()=>{t.e.off(t.editor,"mousedown.autofocus").on(t.editor,"mousedown.autofocus",i=>{t.isEditorMode()&&i.target&&o.Dom.isBlock(i.target)&&!i.target.childNodes.length&&(t.editor===i.target?t.s.focus():t.s.setCursorIn(i.target))})})})},36347:function(t,i,n){"use strict";n(6441).Config.prototype.highlightSignature={processDelay:0,processInChunkCount:300,schema:{},excludeTags:["pre"]}},36409:function(t,i,n){"use strict";function o(t){return t.length?t[0].toUpperCase()+t.substring(1):""}n.d(i,{ucfirst:function(){return o}})},36469:function(t,i,n){"use strict";n.d(i,{UISelectItems:function(){return s}});var o=n(2748),r=n(41180);class s{static remove(t){o.Dom.safeRemove(t.container.querySelector(".jodit-ui-select-items")),t.j.e.off(t.container,"mousedown.uiselectitems touchstart.uiselectitems")}static install(t){let i=t.j.c.div("jodit-ui-select-items");t.j.e.on(t.container,"mousedown.uiselectitems touchstart.uiselectitems",this.onStartSelect.bind(this,t,i))}static onStartSelect(t,i,n){if(n.target!==t.container)return;(0,r.css)(i,{width:0,height:0}),t.container.appendChild(i);let o={x:n.clientX,y:n.clientY,w:t.container.offsetWidth,h:t.container.offsetHeight},s=t.j.async.throttle(this.onSelect.bind(this,t,i,o),t.j.defaultTimeout/10);t.j.lock(),t.j.e.on(t.j.ow,"mousemove touchmove",s).one(t.j.ow,"mouseup touchend",this.onEndSelect.bind(this,t,i,s)),t.onSelectItems({left:o.x,top:o.y,width:0,height:0})}static onSelect(t,i,n,o){let s={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,r.css)(i,s),t.onSelectItems(s)}static onEndSelect(t,i,n,r){o.Dom.safeRemove(i),t.j.e.off(t.j.ow,"mousemove touchmove",n),t.j.unlock()}}},36576:function(t){t.exports='<svg viewBox="0 0 77 86" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M7 38.6056L33.1367 7.96263L69.5477 45.7058L36.2444 72.166L7 76.9673V38.6056Z" stroke="black" stroke-width="6"/> <circle cx="71" cy="45" r="6" fill="#C8C8C8"/> <circle cx="35" cy="73" r="6" fill="#C8C8C8"/> <circle cx="6" cy="79" r="6" fill="#C8C8C8"/> <circle cx="6" cy="39" r="6" fill="#C8C8C8"/> <circle cx="33" cy="6" r="6" fill="#C8C8C8"/> </svg>'},36646:function(t,i,n){"use strict";n.d(i,{ToolbarButton:function(){return o.ToolbarButton},ToolbarContent:function(){return r.ToolbarContent},ToolbarSelect:function(){return s.ToolbarSelect}});var o=n(78644),r=n(80319),s=n(83111)},36704:function(t,i,n){"use strict";n.d(i,{UITree:function(){return c}});var o=n(82749),r=n(31635),s=n(87325),a=n(62405),l=n(43692);class c extends a.UIGroup{className(){return"UITree"}build(t){this.clear(),t.forEach(t=>{let i=new l.UIBrowserFolder(this.jodit,t);this.append(i),t.isActive&&i.setMod("active",!0),t.children.length&&this.append(new c(this.jodit,t.children))})}constructor(t,i){super(t),(0,o._)(this,"syncMod",!0),this.build(i)}}c=(0,r.__decorate)([s.component],c)},36806:function(t,i,n){"use strict";n.d(i,{Prompt:function(){return l}});var o=n(23282),r=n(29960),s=n(10830),a=n(78584);function l(t,i,n,l,c){let u=this instanceof a.Dialog?this:new a.Dialog({closeOnClickOverlay:!0}),d=(0,s.Button)(u,"cancel","Cancel"),h=(0,s.Button)(u,"ok","Ok"),p=u.c.element("form",{class:"jodit-dialog_prompt"}),f=u.c.element("input",{autofocus:!0,class:"jodit-input"}),m=u.c.element("label");(0,o.isFunction)(i)&&(n=i,i=void 0),l&&(0,r.attr)(f,"placeholder",l),m.appendChild(u.c.text(t)),p.appendChild(m),p.appendChild(f),d.onAction(u.close);let g=()=>{n&&(0,o.isFunction)(n)&&!1===n(f.value)||u.close()};return h.onAction(g),u.e.on(p,"submit",()=>(g(),!1)),u.setFooter([h,d]),u.open(p,i||"&nbsp;",!0,!0),f.focus(),void 0!==c&&c.length&&(f.value=c,f.select()),u}},36886:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M512 1536h768v-384h-768v384zm896 0h128v-896q0-14-10-38.5t-20-34.5l-281-281q-10-10-34-20t-39-10v416q0 40-28 68t-68 28h-576q-40 0-68-28t-28-68v-416h-128v1280h128v-416q0-40 28-68t68-28h832q40 0 68 28t28 68v416zm-384-928v-320q0-13-9.5-22.5t-22.5-9.5h-192q-13 0-22.5 9.5t-9.5 22.5v320q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5-9.5t9.5-22.5zm640 32v928q0 40-28 68t-68 28h-1344q-40 0-68-28t-28-68v-1344q0-40 28-68t68-28h928q40 0 88 20t76 48l280 280q28 28 48 76t20 88z"/> </svg> '},37068:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' x="0px" y="0px" viewBox="0 0 459 459"> <g> <path d="M229.5,0C102,0,0,102,0,229.5S102,459,229.5,459c20.4,0,38.25-17.85,38.25-38.25c0-10.2-2.55-17.85-10.2-25.5 c-5.1-7.65-10.2-15.3-10.2-25.5c0-20.4,17.851-38.25,38.25-38.25h45.9c71.4,0,127.5-56.1,127.5-127.5C459,91.8,357,0,229.5,0z M89.25,229.5c-20.4,0-38.25-17.85-38.25-38.25S68.85,153,89.25,153s38.25,17.85,38.25,38.25S109.65,229.5,89.25,229.5z M165.75,127.5c-20.4,0-38.25-17.85-38.25-38.25S145.35,51,165.75,51S204,68.85,204,89.25S186.15,127.5,165.75,127.5z M293.25,127.5c-20.4,0-38.25-17.85-38.25-38.25S272.85,51,293.25,51s38.25,17.85,38.25,38.25S313.65,127.5,293.25,127.5z M369.75,229.5c-20.4,0-38.25-17.85-38.25-38.25S349.35,153,369.75,153S408,170.85,408,191.25S390.15,229.5,369.75,229.5z" /> </g> </svg> '},37133:function(t,i,n){"use strict";n.d(i,{watch:function(){return h}});var o=n(78213),r=n(73026),s=n(46559),a=n(23282),l=n(72430),c=n(39955),u=n(89890),d=n(37790);function h(t,i){return(n,h)=>{var p;if(!(0,a.isFunction)(n[h]))throw(0,u.error)("Handler must be a Function");let f=null==(p=null==i?void 0:i.immediately)||p,m=null==i?void 0:i.context,g=i=>{let o=(0,c.isViewObject)(i)?i:i.jodit,u=(t,...n)=>{if(!i.isInDestruct)return i[h](t,...n)};f||(u=i.async.microDebounce(u,!0)),(0,s.splitArray)(t).forEach(t=>{if(/:/.test(t)){let[n,r]=t.split(":"),s=m;n.length&&(s=i.get(n)),(0,a.isFunction)(s)&&(s=s(i)),o.events.on(s||i,r,u),s||o.events.on(r,u),i.hookStatus("beforeDestruct",()=>{o.events.off(s||i,r,u).off(r,u)});return}let s=t.split("."),[c]=s,h=s.slice(1),p=i[c];(0,l.isPlainObject)(p)&&(0,r.observable)(p).on(`change.${h.join(".")}`,u);let f=(0,d.getPropertyDescriptor)(n,c);Object.defineProperty(i,c,{configurable:!0,set(t){let n=p;n!==t&&(p=t,f&&f.set&&f.set.call(i,t),(0,l.isPlainObject)(p)&&(p=(0,r.observable)(p)).on(`change.${h.join(".")}`,u),u(c,n,p))},get(){return f&&f.get?f.get.call(i):p}})})};(0,a.isFunction)(n.hookStatus)?n.hookStatus(o.STATUSES.ready,g):g(n)}}},37272:function(t,i,n){"use strict";n.r(i),i.default={newline:"줄 바꿈",delete:"삭제",space:"공간","Speech Recognize":"음성 인식",Sound:"소리","Interim Results":"중간 결과"}},37406:function(t,i,n){"use strict";n.d(i,{normalizeUrl:function(){return o}});let o=(...t)=>t.filter(t=>t.length).map(t=>t.replace(/\/$/,"")).join("/").replace(/([^:])[\\/]+/g,"$1/")},37426:function(t,i,n){"use strict";n.d(i,{ToolbarEditorCollection:function(){return c}});var o=n(82758),r=n(65478),s=n(22732),a=n(21537),l=n(11676);let c=class t extends l.ToolbarCollection{className(){return"ToolbarEditorCollection"}shouldBeDisabled(t){let i=super.shouldBeDisabled(t);if(void 0!==i)return i;let n=void 0===t.control.mode?o.MODE_WYSIWYG:t.control.mode;return n!==o.MODE_SPLIT&&n!==this.j.getRealMode()}shouldBeActive(t){let i,n=super.shouldBeActive(t);if(void 0!==n)return n;let o=this.j.selection?this.j.s.current():null;if(!o)return!1;if(t.control.tags){let n=t.control.tags;if(i=o,s.Dom.up(i,t=>{if(t&&-1!==n.indexOf(t.nodeName.toLowerCase()))return!0},this.j.editor))return!0}if(t.control.css){let n=t.control.css;if(i=o,s.Dom.up(i,t=>{if(t&&!s.Dom.isText(t)&&!s.Dom.isComment(t))return this.checkActiveStatus(n,t)},this.j.editor))return!0}return!1}getTarget(t){return t.target||this.j.s.current()||null}prependInvisibleInput(t){let i=this.j.create.element("input",{tabIndex:-1,disabled:!0,style:"width: 0; height:0; position: absolute; visibility: hidden;"});s.Dom.appendChildFirst(t,i)}showInline(t){this.jodit.e.fire("showInlineToolbar",t)}hide(){this.jodit.e.fire("hidePopup"),super.hide(),this.jodit.e.fire("toggleToolbar")}show(){super.show(),this.jodit.e.fire("toggleToolbar")}constructor(t){super(t),this.checkActiveStatus=(t,i)=>{let n=0,o=0;return Object.keys(t).forEach(r=>{let s=t[r];(0,a.isFunction)(s)?s(this.j,(0,a.css)(i,r).toString())&&(n+=1):-1!==s.indexOf((0,a.css)(i,r).toString())&&(n+=1),o+=1}),o===n},this.prependInvisibleInput(this.container)}};c=function(t,i,n,o){var r,s=arguments.length,a=s<3?i:null===o?o=Object.getOwnPropertyDescriptor(i,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,o);else for(var l=t.length-1;l>=0;l--)(r=t[l])&&(a=(s<3?r(a):s>3?r(i,n,a):r(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a}([r.component],c)},37467:function(t,i,n){"use strict";n(6441).Config.prototype.tableAllowCellResize=!0},37508:function(t,i,n){"use strict";function o(t){return!!t.length&&!/[^0-9A-Za-zа-яА-ЯЁё\w\-_. ]/.test(t)&&t.trim().length>0}n.d(i,{isValidName:function(){return o}})},37585:function(t,i,n){"use strict";var o=n(82758),r=n(21537),s=n(6441),a=n(11676),l=n(21491);s.Config.prototype.mobileTapTimeout=300,s.Config.prototype.toolbarAdaptive=!0,s.Config.prototype.buttonsMD=[{group:"font-style",buttons:[]},{group:"list",buttons:[]},{group:"font",buttons:[]},"---",{group:"media",buttons:[]},"\n",{group:"state",buttons:[]},{group:"insert",buttons:[]},{group:"indent",buttons:[]},{group:"color",buttons:[]},"---",{group:"history",buttons:[]},{group:"other",buttons:[]},"|","dots"],s.Config.prototype.buttonsSM=[{group:"font-style",buttons:[]},{group:"list",buttons:[]},"---",{group:"font",buttons:[]},"\n",{group:"state",buttons:[]},{group:"indent",buttons:[]},{group:"color",buttons:[]},"---",{group:"history",buttons:[]},"|","dots"],s.Config.prototype.buttonsXS=[{group:"font-style",buttons:[]},{group:"list",buttons:[]},"---",{group:"font",buttons:[]},{group:"color",buttons:[]},"---","dots"],s.Config.prototype.controls.dots={mode:o.MODE_SOURCE+o.MODE_WYSIWYG,popup:(t,i,n,o)=>{let s=o.control.data;return void 0===s&&(s={toolbar:(0,l.makeCollection)(t),rebuild:()=>{var i,n;if(o){let l=t.e.fire("getDiffButtons.mobile",o.closest(a.ToolbarCollection));if(l&&s){s.toolbar.build((0,r.splitArray)(l));let o=(null==(n=null==(i=t.toolbar)?void 0:i.firstButton)?void 0:n.container.offsetWidth)||36;s.toolbar.container.style.width=(o+4)*3+"px"}}}},o.control.data=s),s.rebuild(),s.toolbar},tooltip:"Show all"}},37643:function(t,i,n){"use strict";n.d(i,{sound:function(){return s}});var o=n(82758),r=n(85567);function s({sec:t=.1,frequency:i=r.PII,gain:n=.1,type:a="sine"}={}){if(!o.globalWindow||void 0===o.globalWindow.AudioContext&&void 0===o.globalWindow.webkitAudioContext)return;let l=new(o.globalWindow.AudioContext||o.globalWindow.webkitAudioContext),c=l.createGain(),u=l.createOscillator();u.type=a,u.frequency.value=i,u.connect(c),c.connect(l.destination),u.start(),u.stop(l.currentTime+t),c.gain.value=n}},37663:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1171 960q0 13-10 23l-466 466q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l466 466q10 10 10 23z"/> </svg> '},37775:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1792 352v1088q0 42-39 59-13 5-25 5-27 0-45-19l-403-403v166q0 119-84.5 203.5t-203.5 84.5h-704q-119 0-203.5-84.5t-84.5-203.5v-704q0-119 84.5-203.5t203.5-84.5h704q119 0 203.5 84.5t84.5 203.5v165l403-402q18-19 45-19 12 0 25 5 39 17 39 59z"/> </svg> '},37790:function(t,i,n){"use strict";n.d(i,{call:function(){return l},callPromise:function(){return u},getDataTransfer:function(){return f},getPropertyDescriptor:function(){return m},keys:function(){return h},loadImage:function(){return d},markOwner:function(){return c},memorizeExec:function(){return p}});var o=n(14773),r=n(86068),s=n(29960),a=n(86583);function l(t,...i){return t(...i)}function c(t,i){(0,s.attr)(i,"data-editor_id",t.id),i.component||Object.defineProperty(i,"jodit",{value:t})}function u(t,i){return(0,o.isPromise)(t)?t.then(t=>t,()=>null).finally(i):null==i?void 0:i()}let d=(t,i)=>i.async.promise((n,o)=>{let r=new Image,s=()=>{i.e.off(r),null==o||o()},a=()=>{i.e.off(r),n(r)};i.e.one(r,"load",a).one(r,"error",s).one(r,"abort",s),r.src=t,r.complete&&a()}),h=(t,i=!0)=>{if(i)return Object.keys(t);let n=[];for(let i in t)n.push(i);return n},p=(t,i,{control:n},o)=>{var s;let l=`button${n.command}`,c=null!=(s=n.args&&n.args[0])?s:(0,a.dataBind)(t,l);if((0,r.isVoid)(c))return!1;(0,a.dataBind)(t,l,c),o&&(c=o(c)),t.execCommand(n.command,!1,null!=c?c:void 0)},f=t=>{if(t.clipboardData)return t.clipboardData;try{return t.dataTransfer||new DataTransfer}catch(t){return null}};function m(t,i){let n;do n=Object.getOwnPropertyDescriptor(t,i),t=Object.getPrototypeOf(t);while(!n&&t);return n}},38420:function(t,i,n){"use strict";n.d(i,{humanSizeToBytes:function(){return o}});let o=t=>{if(/^[0-9.]+$/.test(t.toString()))return parseFloat(t);let i=t.substr(-2,2).toUpperCase(),n=["KB","MB","GB","TB"],o=parseFloat(t.substr(0,t.length-2));return -1!==n.indexOf(i)?o*Math.pow(1024,n.indexOf(i)+1):parseInt(t,10)}},38512:function(t,i,n){"use strict";n.d(i,{UIBackupItem:function(){return a}});var o=n(82749),r=n(21537),s=n(67510);class a extends s.UIElement{className(){return"UIBackupItem"}formatDate(t){let i=new Date,n=(0,r.isString)(t)?new Date(t):t,o=(i.getTime()-n.getTime())/1e3;return(0,r.isFunction)(this.j.o.backup.formatDate)?this.j.o.backup.formatDate(n):o<.2?this.j.i18n("Current"):o<60?this.j.i18n("Less minute"):o<=3600?this.j.i18n("%s minutes ago",Math.floor(o/60)):o<=86400?this.j.i18n("%s hours ago",Math.floor(o/3600)):`${n.toDateString()} ${n.toLocaleTimeString()}`}focus(){this.container.focus()}constructor(t,i){super(t),(0,o._)(this,"data",void 0),this.data=i,this.container.innerHTML=this.formatDate(i.created),(0,r.attr)(this.container,"tabIndex",0)}}},38837:function(t,i,n){"use strict";n.d(i,{assert:function(){return r}});class o extends Error{constructor(t){super(t),this.name="AssertionError"}}function r(t,i){if(!t)throw new o(`Assertion failed: ${i}`)}},38882:function(t,i,n){"use strict";n.d(i,{isAllowedSubdomain:function(){return r},validateLicense:function(){return function t(i,n){var o;let s;if(o=i=i.replace(/[^A-Z0-9-]/g,"R"),/[A-Z0-9][013456][A-P0-9]{2}[ABC]-([0-3])[ELPDF][E-L4-8]{2}\1-[A-D][R0][J-P5-6]{3}-[DPGHYE][GFPOD]{3}[A-SX-Z]/.test(o)||r(n))return!0;let a=(s=n.split(".")).map(t=>{let i=t[0];return"string"==typeof i&&i.charCodeAt(0)?String.fromCharCode(i.charCodeAt(0)+1):i}).concat(s.map(t=>{let i=t[t.length-1];return"string"==typeof i&&i.charCodeAt(0)?String.fromCharCode(i.charCodeAt(0)-1):i})).map(t=>null!=t&&/\w/.test(t)?t:"r"),l=["[A-F013456][A-F0-9]{3}{part}","([0-3]){part}[E-L4-8]{2}\\1","[A-D]{part}[J-P5-6]{3}","{part}[A-R0-9]{3}[X-Z]"].map((t,i)=>t.replace("{part}",a[i]||"[R-T]")),c=RegExp(`^${l.join("-")}$`,"i"),u=i.substring(12,13),d=c.test(i);if(!d&&u===(typeof!n).toUpperCase()[5]){let o=n.split(".");return o.shift(),!!o.length&&t(i,o.join("."))}return d}}});let o=["*localhost*","staging.","*.dev.","*.test.","*.stg.","stg.*","test.*","beta.*","*demo.*","*test.*","acceptatie.*"];function r(t){return o.some(i=>new RegExp(i.replace(/\*/g,"%ANY%").replace(/[/\-\\^$*+?.()|[\]{}]/g,"\\$&").replace(/%ANY%/g,".*")).test(t))}},38927:function(t,i,n){"use strict";n.d(i,{TabsWidget:function(){return c}});var o=n(91907),r=n(2748),s=n(23282),a=n(29960),l=n(67510);let c=(t,i,n)=>{let c=t.c.div("jodit-tabs"),u=t.c.div("jodit-tabs__wrapper"),d=t.c.div("jodit-tabs__buttons");(0,a.attr)(d,{role:"tablist","aria-orientation":"horizontal"});let h={},p=[],f="";c.appendChild(d),c.appendChild(u);let m=t=>{h[t]&&(p.forEach(t=>{t.state.activated=!1}),Object.values(h).forEach(({tab:t})=>t.classList.remove("jodit-tab_active")),h[t].button.state.activated=!0,h[t].tab.classList.add("jodit-tab_active"))};if(i.forEach(({icon:c,name:g,content:b})=>{let v=t.c.div("jodit-tab");(0,a.attr)(v,{role:"tabpanel"});let y=(0,l.Button)(t,c||g,g);y.state.role="tab",t.e.on(y.container,"pointerdown",t=>t.preventDefault()),f||(f=g),d.appendChild(y.container),p.push(y),y.container.classList.add("jodit-tabs__button","jodit-tabs__button_columns_"+i.length),(0,s.isFunction)(b)?v.appendChild(t.c.div("jodit-tab_empty")):v.appendChild(o.Component.isInstanceOf(b,l.UIElement)?b.container:b),u.appendChild(v),y.onAction(()=>(m(g),(0,s.isFunction)(b)&&!r.Dom.isElement(b)&&b.call(t),n&&(n.activeTab=g),!1)),h[g]={button:y,tab:v}}),Object.values(h).forEach(({button:t})=>{t.container.style.width=(100/i.length).toFixed(10)+"%"}),m(n&&n.activeTab&&h[n.activeTab]?n.activeTab:f),n){let t=n.activeTab;Object.defineProperty(n,"activeTab",{configurable:!0,enumerable:!1,get(){return t},set(i){t=i,m(i)}})}return c}},39179:function(t,i){"use strict";i.default={"copy-format":"Copiar formato"}},39296:function(t,i,n){"use strict";var o=n(73943),r=n(19127);i.default={...o,execute:r.execute}},39433:function(t,i,n){"use strict";n.d(i,{fillEmptyParagraph:function(){return a}});var o=n(82758),r=n(2748);let s=new Set(["table","tbody","thead","tfoot","tr"]);function a(t,i,n){if(t.o.cleanHTML.fillEmptyParagraph&&r.Dom.isBlock(i)&&r.Dom.isEmpty(i,o.INSEPARABLE_TAGS)&&!r.Dom.isTag(i,s)){let n=t.createInside.element("br");return i.appendChild(n),!0}return n}},39516:function(t,i,n){"use strict";n.d(i,{visitNodeWalker:function(){return a}});var o=n(82758),r=n(45235);let s=Object.keys(r);function a(t,i,n,a,l){let c=!1,u=t.o.cleanHTML.disableCleanFilter;for(let d of s)if(!(u&&u.has(d))&&(c=(0,r[d])(t,i,c,n,a,l),o.IS_PROD,!i.isConnected))return!0;return c}},39592:function(t,i,n){"use strict";n.d(i,{execute:function(){return s}});var o=n(6689),r=n(49459);async function s(t,i,n){let s=(0,r.requireString)(i,"html",{allowEmpty:!0}),{replace:a}=i;if(!s.trim())return{success:!0,message:"Nothing to insert: HTML is empty"};(0,o.throwIfAborted)(n);try{return t.s.focus(),a&&!t.s.isCollapsed()&&t.s.remove(),t.s.insertHTML(s),t.synchronizeValues(),{success:!0,message:`Inserted ${s.length} characters of HTML`}}catch(t){throw Error(`Failed to insert HTML: ${(null==t?void 0:t.message)||"Unknown error"}`)}}},39627:function(t,i,n){"use strict";var o=n(33433),r=n(37133),s=n(580),a=n(12045),l=n(20356);n(31974);var c=n(32523),u=n(19308),d=function(t,i,n,o){var r,s=arguments.length,a=s<3?i:null===o?o=Object.getOwnPropertyDescriptor(i,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,o);else for(var l=t.length-1;l>=0;l--)(r=t[l])&&(a=(s<3?r(a):s>3?r(i,n,a):r(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a};class h extends l.Plugin{get __dialog(){return this.jodit.dlg({buttons:["fullsize","dialog.close"],closeOnClickOverlay:!0,closeOnEsc:!0,resizable:!1,draggable:!0,minHeight:160})}get __container(){let{jodit:t,__dialog:i}=this;return new c.UiAiAssistant(t,{onInsertAfter(n){t.s.focus(),t.s.setCursorAfter(t.s.current()),t.s.insertHTML(n),i.close()},onInsert(n){t.s.focus(),t.s.insertHTML(n),i.close()}})}afterInit(){}onGenerateAiAssistantForm(t){this.__dialog.open(this.__container,"AI Assistant"),this.__container.setPrompt(t)}onInvokeAiAssistant(t){let{jodit:i}=this;i.s.focus();let n=i.s.html;i.async.promise(async(o,r)=>{try{let r=await i.o.aiAssistant.aiAssistantCallback(t,n);o(r)}catch(t){r(t)}}).then(t=>{i.e.fire("ai-assistant-response",t)}).catch(t=>{(0,a.isAbortError)(t)||(i.message.error(t.message),i.e.fire("ai-assistant-error",t.message))})}beforeDestruct(t){var i,n;null==(i=(0,o.cached)(this,"__container"))||i.destruct(),null==(n=(0,o.cached)(this,"__dialog"))||n.destruct()}constructor(t){super(t),this.buttons=[{name:"ai-commands",group:"insert"},{name:"ai-assistant",group:"insert"}],(0,s.extendLang)(u)}}d([o.cache],h.prototype,"__dialog",null),d([o.cache],h.prototype,"__container",null),d([(0,r.watch)(":generateAiAssistantForm.ai-assistant")],h.prototype,"onGenerateAiAssistantForm",null),d([(0,r.watch)(":invokeAiAssistant")],h.prototype,"onInvokeAiAssistant",null),s.pluginSystem.add("ai-assistant",h)},39955:function(t,i,n){"use strict";n.d(i,{isViewObject:function(){return r}});var o=n(23282);function r(t){return!!(t&&t instanceof Object&&(0,o.isFunction)(t.constructor)&&t.isView)}},40104:function(t,i,n){"use strict";n.d(i,{UITuner:function(){return d}});var o=n(82749),r=n(31635),s=n(65478),a=n(22732),l=n(21537),c=n(67510),u=n(21491);class d extends c.UIElement{className(){return"UITuner"}render(){return`<div>
201
201
  <div class='&__handle' title='~Click to tune~'/>
202
- </div>`}show(){let t=this.j.s.current();if(!t)return this.hide();let i=a.Dom.isBlock(t)?t:a.Dom.closest(t,t=>!!(t&&this.j.o.tuneBlock.popup[t.nodeName.toLowerCase()]),this.j.editor);if(!i||i===this.j.editor||!this.j.o.tuneBlock.popup[i.tagName.toLowerCase()])return this.hide();this.currentBlock=i,this.isShown=!0,this.closeToolbar(),this.calcPosition(),this.container.parentNode||this.j.workplace.append(this.container)}hide(){this.isShown&&(this.isShown=!1,a.Dom.safeRemove(this.container),this.closeToolbar())}onEditorScroll(){this.isShown&&this.calcPosition()}calcPosition(){let t=(0,l.css)(this.j.editor,"marginLeft"),i=(0,l.css)(this.j.editor,"paddingLeft"),n=(0,l.css)(this.j.editor,"marginTop"),o=this.currentBlock.offsetWidth-15+t+i,r=this.currentBlock.offsetTop-this.j.editor.scrollTop+n;(0,l.css)(this.container,{transform:`translate3d(${o}px, ${r}px, 0)`}),this.popup.isOpened&&this.popup.updatePosition()}onAfterExecTune(t){t&&(this.currentBlock=t),this.calcPosition(),this.openToolbar()}onClickPrevent(t){t.preventDefault(),t.stopPropagation()}onTargetClick(){this.toggleToolbar()}openToolbar(){if(this.setMod("opened",!0),this.toolbar.build(this.j.o.tuneBlock.popup[this.currentBlock.tagName.toLowerCase()],this.currentBlock),this.popup.setContent(this.toolbar.container),!this.popup.isOpened){let t=this.getElm("handle");(0,l.assert)(null!=t,"Handle element does not exist"),this.popup.open(()=>(0,l.position)(t))}}closeToolbar(){this.setMod("opened",!1),this.popup.close()}toggleToolbar(){this.getMod("opened")?this.closeToolbar():this.openToolbar()}constructor(...t){super(...t),(0,o._)(this,"isShown",!1),(0,o._)(this,"toolbar",(0,u.makeCollection)(this.j,this)),(0,o._)(this,"popup",new c.Popup(this.j,!1)),(0,o._)(this,"currentBlock",void 0)}}(0,r.__decorate)([(0,s.watch)(":hideTuner.tune")],d.prototype,"hide",null),(0,r.__decorate)([(0,s.watch)("j.editor:scroll"),(0,s.throttle)(10)],d.prototype,"onEditorScroll",null),(0,r.__decorate)([(0,s.watch)(":afterExecTune.tune"),(0,s.idle)()],d.prototype,"onAfterExecTune",null),(0,r.__decorate)([(0,s.watch)("container:click container:mousedown")],d.prototype,"onClickPrevent",null),(0,r.__decorate)([(0,s.watch)("handle:click")],d.prototype,"onTargetClick",null),(0,r.__decorate)([(0,s.watch)(":closeTuner.tune")],d.prototype,"closeToolbar",null),d=(0,r.__decorate)([s.component],d)},40273:function(t,i,n){"use strict";n.d(i,{Style:function(){return d}});var o=n(82749),r=n(31635),s=n(45219),a=n(70799),l=n(12475),c=n(49055),u=n(43712);class d{get keys(){return Object.keys(this._data)}forEach(t){this.keys.forEach(i=>t(i))}clear(){this._data={}}set(t,i){this._data[t]=i}get(t){var i;return null!=(i=this._data[t])?i:null}has(t){return void 0!==this._data[t]}add(t,i){return this._data=h(this.str()+";"+`${t}:${i}`),this}str(t=t=>!0){let i=Object.keys(this._data).filter(i=>i&&!/^mso-/.test(i)&&t(i)&&null!=this.get(i)),n=t=>(0,a.isString)(t)?/^0[a-z]+$/i.test(t)?"0":t:t.toString();return(["padding","margin"].forEach(t=>{if(this._data[t]){let o=i.indexOf(t),r=(0,u.calcMarginParts)(this._data[t]);["top","right","bottom","left"].forEach((s,a)=>{let l=`${t}-${s}`,c=this._data[l];null!=c&&(i.indexOf(l)<o||n(r[a])===n(c))&&-1!==i.indexOf(l)&&i.splice(i.indexOf(l),1)})}}),i.length)?i.map(t=>`${(0,l.kebabCase)(t)}:${this.get(t)}`).join(";"):""}constructor(t){(0,o._)(this,"_data",void 0),this._data=h(t)}}function h(t){return(function(t){let i={},n=[];for(let o=t.length-1;o>=0;o-=1){let r=t[o][0];i[r]||(i[r]=!0,n.unshift(t[o]))}return n})((null!=t?t:"").replace(/&quot;/g,'"').split(";").filter(Boolean).map(t=>(0,c.trim)(t).split(":").map(c.trim))).reduce((t,[i,n])=>(i&&n&&(t[i]=n),t),{})}(0,r.__decorate)([s.autobind],d.prototype,"forEach",null),(0,r.__decorate)([s.autobind],d.prototype,"clear",null),(0,r.__decorate)([s.autobind],d.prototype,"set",null),(0,r.__decorate)([s.autobind],d.prototype,"get",null),(0,r.__decorate)([s.autobind],d.prototype,"has",null),(0,r.__decorate)([s.autobind],d.prototype,"add",null),(0,r.__decorate)([s.autobind],d.prototype,"str",null)},40329:function(t,i,n){"use strict";var o=n(22732),r=n(21537),s=n(43555),a=n(12153),l=n(6441),c=n(6091);l.Config.prototype.table={splitBlockOnInsertTable:!0,selectionCellStyle:"border: 1px double #1e88e5 !important;",useExtraClassesOptions:!1},a.Icon.set("table",c.default),l.Config.prototype.controls.table={data:{cols:10,rows:10,classList:{"table table-bordered":"Bootstrap Bordered","table table-striped":"Bootstrap Striped","table table-dark":"Bootstrap Dark"}},popup:(t,i,n,a)=>{t.editor.normalize();let l=t.history.snapshot.make(),c=a.control,u=c.data&&c.data.rows?c.data.rows:10,d=c.data&&c.data.cols?c.data.cols:10,h=t.c.fromHTML('<form class="jodit-form jodit-form__inserter"><div class="jodit-form__table-creator-box"><div class="jodit-form__container"></div><div class="jodit-form__options">'+(()=>{if(!t.o.table.useExtraClassesOptions)return"";let i=[];if(c.data){let t=c.data.classList;Object.keys(t).forEach(n=>{i.push(`<label class="jodit_vertical_middle"><input class="jodit-checkbox" value="${n}" type="checkbox"/>${t[n]}</label>`)})}return i.join("")})()+'</div></div><label class="jodit-form__center"><span>1</span> &times; <span>1</span></label></form>'),p=h.querySelectorAll("span")[0],f=h.querySelectorAll("span")[1],m=h.querySelector(".jodit-form__container"),g=h.querySelector(".jodit-form__options"),b=[],v=u*d;for(let i=0;i<v;i+=1)b[i]||b.push(t.c.element("span",{dataIndex:i}));if(t.e.on(m,"mousemove",(t,i)=>{let n=t.target;if(!o.Dom.isTag(n,"span"))return;let r=void 0===i||isNaN(i)?parseInt((0,s.attr)(n,"-index")||"0",10):i||0,a=Math.ceil((r+1)/d),l=r%d+1;for(let t=0;t<b.length;t+=1)l>=t%d+1&&a>=Math.ceil((t+1)/d)?b[t].className="jodit_hovered":b[t].className="";f.textContent=l.toString(),p.textContent=a.toString()}).on(m,"touchstart mousedown",i=>{let a=i.target;if(i.preventDefault(),i.stopImmediatePropagation(),!o.Dom.isTag(a,"span"))return;let c=parseInt((0,s.attr)(a,"-index")||"0",10),u=Math.ceil((c+1)/d),h=c%d+1,p=t.createInside,f=p.element("tbody"),m=p.element("table");m.appendChild(f);let b=null,v,y;for(let t=1;u>=t;t+=1){v=p.element("tr");for(let t=1;t<=h;t+=1)y=p.element("td"),b||(b=y),(0,r.css)(y,"width",(100/h).toFixed(4)+"%"),y.appendChild(p.element("br")),v.appendChild(p.text("\n")),v.appendChild(p.text(" ")),v.appendChild(y);f.appendChild(p.text("\n")),f.appendChild(v)}(0,r.$$)("input[type=checkbox]:checked",g).forEach(t=>{t.value.split(/[\s]+/).forEach(t=>{m.classList.add(t)})}),t.s.restore(),t.s.removeMarkers(),t.editor.normalize(),t.history.snapshot.restore(l);let w=o.Dom.furthest(t.s.current(),o.Dom.isBlock,t.editor);if(w&&o.Dom.isEmpty(w))o.Dom.replace(w,m,void 0,!1,!0);else if(w){let i=p.text("\n");if(t.o.table.splitBlockOnInsertTable){let n=t.s.range;n.collapse(!1),n.insertNode(i),n.collapse(!1),t.s.selectRange(n);let r=t.s.splitSelection(w,i);r?o.Dom.after(r,m):o.Dom.after(w,m)}else o.Dom.after(w,i),o.Dom.after(i,m)}else t.s.insertNode(m,!1);b&&(t.s.setCursorIn(b),(0,r.scrollIntoViewIfNeeded)(b,t.editor,t.ed)),n()}),a&&a.parentElement){for(let i=0;i<u;i+=1){let n=t.c.div();for(let t=0;t<d;t+=1)n.appendChild(b[i*d+t]);m.appendChild(n)}b[0]&&(b[0].className="hovered")}return h},tooltip:"Insert table"}},40372:function(t,i,n){"use strict";n.r(i),i.default={newline:"новая строка|перенос|ентер",delete:"видалити",space:"пробел","Speech Recognize":"Распознавание речи",Sound:"Звук","Interim Results":"Проміжні результати"}},40565:function(t,i){"use strict";i.default={"Type something":"Napisz coś",Advanced:"Zaawansowane","About Jodit":"O Jodit","Jodit Editor":"Edytor Jodit","Jodit User's Guide":"Instrukcja Jodit","contains detailed help for using":"zawiera szczeg\xf3łowe informacje dotyczące użytkowania.","For information about the license, please go to our website:":"Odwiedź naszą stronę, aby uzyskać więcej informacji na temat licencji:","Buy full version":"Zakup pełnej wersji","Copyright \xa9 XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Copyright \xa9 XDSoft.net - Chupurnov Valeriy. Wszystkie prawa zastrzeżone.",Anchor:"Kotwica","Open in new tab":"Otw\xf3rz w nowej zakładce","Open in fullsize":"Otw\xf3rz edytor w pełnym rozmiarze","Clear Formatting":"Wyczyść formatowanie","Fill color or set the text color":"Kolor wypełnienia lub ustaw kolor tekstu",Redo:"Pon\xf3w",Undo:"Cofnij",Bold:"Pogrubienie",Italic:"Kursywa","Insert Unordered List":"Wstaw listę wypunktowaną","Insert Ordered List":"Wstaw listę numeryczną","Align Center":"Wyśrodkuj","Align Justify":"Wyjustuj","Align Left":"Wyr\xf3wnaj do lewej","Align Right":"Wyr\xf3wnaj do prawej","Insert Horizontal Line":"Wstaw linię poziomą","Insert Image":"Wstaw grafikę","Insert file":"Wstaw plik","Insert youtube/vimeo video":"Wstaw film Youtube/vimeo","Insert link":"Wstaw link","Font size":"Rozmiar tekstu","Font family":"Kr\xf3j czcionki","Insert format block":"Wstaw formatowanie",Normal:"Normalne","Heading 1":"Nagł\xf3wek 1","Heading 2":"Nagł\xf3wek 2","Heading 3":"Nagł\xf3wek 3","Heading 4":"Nagł\xf3wek 4",Quote:"Cytat",Code:"Kod",Insert:"Wstaw","Insert table":"Wstaw tabelę","Decrease Indent":"Zmniejsz wcięcie","Increase Indent":"Zwiększ wcięcie","Select Special Character":"Wybierz znak specjalny","Insert Special Character":"Wstaw znak specjalny","Paint format":"Malarz format\xf3w","Change mode":"Zmień tryb",Margins:"Marginesy",top:"G\xf3rny",right:"Prawy",bottom:"Dolny",left:"Levy",Styles:"Style CSS",Classes:"Klasy CSS",Align:"Wyr\xf3wnanie",Right:"Prawa",Center:"środek",Left:"Lewa","--Not Set--":"brak",Src:"Źr\xf3dło",Title:"Tytuł",Alternative:"Tekst alternatywny",Link:"Link","Open link in new tab":"Otw\xf3rz w nowej zakładce",Image:"Grafika",file:"Plik","Image properties":"Właściwości grafiki",Cancel:"Anuluj",Ok:"OK","Your code is similar to HTML. Keep as HTML?":"Tw\xf3j kod wygląda jak HTML. Zachować HTML?","Paste as HTML":"Wkleić jako HTML?",Keep:"Oryginalny tekst",Clean:"Wyczyść","Insert as Text":"Wstaw jako tekst","Word Paste Detected":"Wykryto tekst w formacie Word","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"Wklejany tekst pochodzi z dokumentu Microsoft Word/Excel. Chcesz zachować ten format czy wyczyścić go? ","Insert only Text":"Wstaw tylko treść","File Browser":"Przeglądarka plik\xf3w","Error on load list":"Błąd ładowania listy plik\xf3w","Error on load folders":"Błąd ładowania folder\xf3w","Are you sure?":"Czy jesteś pewien?","Enter Directory name":"Wprowadź nazwę folderu","Create directory":"Utw\xf3rz folder","type name":"wprowadź nazwę","Drop image":"Upuść plik graficzny","Drop file":"Upuść plik","or click":"lub kliknij tu","Alternative text":"Tekst alternatywny",Browse:"Przeglądaj",Upload:"Wczytaj",Background:"Tło",Text:"Treść",Top:"G\xf3ra",Middle:"Środek",Bottom:"D\xf3ł","Insert column before":"Wstaw kolumnę przed","Insert column after":"Wstaw kolumnę po","Insert row above":"Wstaw wiersz przed","Insert row below":"Wstaw wiersz po","Delete table":"Usuń tabelę","Delete row":"Usuń wiersz","Delete column":"Usuń kolumnę","Empty cell":"Wyczyść kom\xf3rkę",Delete:"Usuń","Strike through":"Przekreślenie",Underline:"Podkreślenie",Break:"Przerwa","Search for":"Szukaj","Replace with":"Zamień na",Replace:"Wymienić",Edit:"Edytuj","Vertical align":"Wyr\xf3wnywanie w pionie","Horizontal align":"Wyr\xf3wnywanie w poziomie",Filter:"Filtruj","Sort by changed":"Sortuj wg zmiany","Sort by name":"Sortuj wg nazwy","Sort by size":"Sortuj wg rozmiaru","Add folder":"Dodaj folder","Split vertical":"Podziel w pionie","Split horizontal":"Podziel w poziomie",Split:"Podziel",Merge:"Scal","Add column":"Dodaj kolumnę","Add row":"Dodaj wiersz",Border:"Obramowanie","Embed code":"Wstaw kod",Update:"Aktualizuj",superscript:"indeks g\xf3rny",subscript:"index dolny","Cut selection":"Wytnij zaznaczenie",Paste:"Wklej","Choose Content to Paste":"Wybierz zawartość do wklejenia","Chars: %d":"Znaki: %d","Words: %d":"Słowa: %d",All:"Wszystko","Select %s":"Wybierz: %s","Select all":"Wybierz wszystko",source:"HTML",bold:"pogrubienie",italic:"kursywa",brush:"pędzel",link:"link",undo:"cofnij",redo:"pon\xf3w",table:"tabela",image:"grafika",eraser:"wyczyść",paragraph:"akapit",fontsize:"rozmiar czcionki",video:"wideo",font:"czcionka",about:"O programie",print:"drukuj",underline:"podkreślenie",strikethrough:"przekreślenie",indent:"wcięcie",outdent:"wycięcie",fullsize:"pełen rozmiar",shrink:"przytnij",hr:"linia pozioma",ul:"lista",ol:"lista numerowana",cut:"wytnij",selectall:"zaznacz wszystko","Open link":"otw\xf3rz link","Edit link":"edytuj link","No follow":"Atrybut no-follow",Unlink:"Usuń link",Eye:"szukaj",pencil:"edytuj"," URL":"URL",Reset:"wyczyść",Save:"zapisz","Save as ...":"zapisz jako",Resize:"Zmień rozmiar",Crop:"Przytnij",Width:"Szerokość",Height:"Wysokość","Keep Aspect Ratio":"Zachowaj proporcje",Yes:"Tak",No:"Nie",Remove:"Usuń",Select:"Wybierz","You can only edit your own images. Download this image on the host?":"Możesz edytować tylko swoje grafiki. Czy chcesz pobrać tą grafikę?","The image has been successfully uploaded to the host!":"Grafika została pomyślnienie dodana na serwer",palette:"Paleta","There are no files":"Brak plik\xf3w.",Rename:"zmień nazwę","Enter new name":"Wprowadź nową nazwę",preview:"podgląd",download:"pobierz","Paste from clipboard":"Wklej ze schowka","Your browser doesn't support direct access to the clipboard.":"Twoja przeglądarka nie obsługuje schowka","Copy selection":"Kopiuj zaznaczenie",copy:"kopiuj","Border radius":"Zaokrąglenie krawędzi","Show all":"Pokaż wszystkie",Apply:"Zastosuj","Please fill out this field":"Proszę wypełnić to pole","Please enter a web address":"Proszę, wpisz adres sieci web",Default:"Domyślnie",Circle:"Koło",Dot:"Punkt",Quadrate:"Kwadrat",Find:"Znaleźć","Find Previous":"Znaleźć Poprzednie","Find Next":"Znajdź Dalej","Insert className":"Wstaw nazwę zajęć","Press Alt for custom resizing":"Naciśnij Alt, aby zmienić rozmiar","License: %s":"Licencja: %s"}},40650:function(t,i,n){"use strict";var o=n(82749),r=n(25088),s=n.n(r),a=n(6441),l=n(21537),c=n(50911),u=n(59451),d=n(2692);a.Config.prototype.controls.google={tooltip:"Google search",icon:s(),isDisabled(t){return(0,u.isEditorEmpty)(t.editor)},command:"startSearch"};class h extends c.Plugin{afterInit(t){t.registerCommand("startSearch",{exec:()=>{var i,n,o;let r,{s}=t;if(r=s.isCollapsed()?null==(n=s.current())||null==(i=n.parentElement)?void 0:i.innerText:null==(o=s.sel)?void 0:o.toString()){let t="https://www.google.com/search?q="+encodeURIComponent((0,l.trim)(r));window.open(t,"_blank")}}})}beforeDestruct(t){}constructor(...t){super(...t),(0,o._)(this,"buttons",[{name:"google",group:"search"}])}}(0,o._)(h,"requires",["license"]),d.JoditPro.plugins.add("google-search",h)},41107:function(t,i,n){"use strict";var o=n(580),r=n(21537),s=n(12153),a=n(6441);n(73674);var l=n(820),c=n(53651),u=n(16020),d=n(89758),h=n(98527),p=n(51855);o.pluginSystem.add("bold",function(t){let i=i=>{let n,o=a.Config.defaultOptions.controls[i],s={...o.css};return Object.keys(s).forEach(t=>{n||(n={}),n[t]=(0,r.isArray)(s[t])?s[t][0]:s[t]}),t.s.commitStyle({element:o.tags?o.tags[0]:void 0}),t.synchronizeValues(),!1};["bold","italic","underline","strikethrough"].forEach(i=>{t.registerButton({name:i,group:"font-style"})}),["superscript","subscript"].forEach(i=>{t.registerButton({name:i,group:"script"})}),t.registerCommand("bold",{exec:i,hotkeys:["ctrl+b","cmd+b"]}).registerCommand("italic",{exec:i,hotkeys:["ctrl+i","cmd+i"]}).registerCommand("underline",{exec:i,hotkeys:["ctrl+u","cmd+u"]}).registerCommand("strikethrough",{exec:i}).registerCommand("subscript",{exec:i}).registerCommand("superscript",{exec:i})}),s.Icon.set("bold",l.default).set("italic",c.default).set("strikethrough",u.default).set("subscript",d.default).set("superscript",h.default).set("underline",p.default)},41113:function(t,i,n){"use strict";var o=n(63643),r=n.n(o),s=n(6441);s.Config.prototype.keyboard={defaultLayoutSet:"en",showLayoutSwitcher:!0,extraKeyGroup:"other",extraKeyButtons:[],delayKeyRepeat:350,periodKeyRepeat:100,layoutList:{en:{title:"English",keys:[["` ~ \xb1","1 ! \xa7","2 @","3 #","4 $","5 %","6 ^","7 &","8 *","9 (","0 )","- _","= +","Backspace"],["Tab","q Q","w W","e E","r R","t T","y Y","u U","i I","o O","p P","[ {","] }","\\ |"],["Caps","a A","s S","d D","f F","g G","h H","j J","k K","l L","; :","' \"","Enter"],["Shift","z Z","x X","c C","v V","b B","n N","m M",", <",". >","/ ?","Shift"],["Options","Space","Options"]]},es:{title:"Espa\xf1ol",keys:[["\xba ` ~","1 ! \xa7","2 @","3 #","4 $","5 %","6 ^","7 &","8 *","9 (","0 )","- _ |","\xa1 = +","Backspace"],["Tab","q Q","w W","e E","r R","t T","y Y","u U","i I","o O","p P","[ {","] }","\xe7 \xc7 \\"],["Caps","a A","s S","d D","f F","g G","h H","j J","k K","l L","\xf1 \xd1 ; :","' \"","Enter"],["Shift","z Z","x X","c C","v V","b B","n N","m M",", <",". >","/ ?","Shift"],["Options","Space","Options"]]},de:{title:"Deutsch",keys:[["` ~ \xb1","1 ! \xa7","2 @","3 #","4 $","5 %","6 ^","7 &","8 * :","9 ( {","0 ) }","- _","= +","Backspace"],["Tab","q Q","w W","e E","r R","t T","z Z","u U","i I","o O","p P","\xfc \xdc [","] }","\\ |"],["Caps","a A","s S","d D","f F","g G","h H","j J","k K","l L","\xf6 \xd6 ;","\xe4 \xc4 ' \"","Enter"],["Shift","y Y","x X","c C","v V","b B","n N","m M",", <",". >","/ ?","Shift"],["Options","Space","Options"]]},ru:{title:"Русский",keys:[["` ~ \xb1","1 ! \xa7",'2 @ "',"3 # :","4 $ <","5 % >","6 ^","7 &","8 *","9 (","0 )","- _","= +","Backspace"],["Tab","й Й","ц Ц","у У","к К","е Е","н Н","г Г","ш Ш","щ Щ","з З","х Х [","ъ ] {","\\ | }"],["Caps","ф Ф","ы Ы","в В","а А","п П","р Р","о О","л Л","д Д","ж Ж ;","э Э '","Enter"],["Shift","я Я","ч Ч","с С","м М","и И","т Т","ь Ь","б Б ,","ю Ю .","/ ?","Shift"],["Options","Space","Options"]]},tr:{title:"T\xfcrk\xe7e",keys:[['" \xe9` ~',"1 ! \xa7",'2 @ "',"3 # :","4 $ <","5 % >","6 ^ \xb1","7 &","8 *","9 ( {","0 ) }","- _ [","= + ]","Backspace"],["Tab","q Q","w W","e E","r R","t T","y Y","u U","ı I","o O","p P","ğ Ğ","\xfc \xdc",", \\ |"],["Caps","a A","s S","d D","f F","g G","h H","j J","k K","l L","ş Ş","i̇ İ","Enter"],["Shift","z Z","x X","c C","v V","b B","n N","m M","\xf6 \xd6 <","\xe7 \xc7 >",". / ?","Shift"],["Options","Space","Options"]]},iw:{title:"Hebrew",keys:[["` ~ \xb1","1 ! \xa7","2 @","3 #","4 $","5 %","6 ^","7 &","8 *","9 (","0 )","- _","= +","Backspace"],["Tab","/ q Q","' w W","ק e E","ר r R","א t T","ט y Y","ו u U","ן i I","ם o O","פ p P","[ {","] }","\\ |"],["Caps","ש a A","ד s S","ג d D","כ f F","ע g G","י h H","ח j J","ל k K","ך l L","ף ; :","' \"","Enter"],["Shift","ז z Z","ס x X","ב c C","ה v V","נ b B","מ n N","צ m M",", <",". >","/ ?","Shift"],["Options","Space","Options"]]},tata:{title:"Tata",keys:[["һ Һ` ~","1 ! \xa7",'2 @ "',"3 # :","4 $ <","5 % >","6 ^ \xb1","7 &","8 *","9 ( {","0 )","- _","= +","Backspace"],["Tab","й Й","ө Ө","у У","к К","е Е","н Н","г Г","ш Ш","ә Ә","з З","х Х [","ү Ү ]","\\ | }"],["Caps","ф Ф","ы Ы","в В","а А","п П","р Р","о О","л Л","д Д","ң Ң ;","э Э '","Enter"],["Shift","я Я","ч Ч","с С","м М","и И","т Т","җ Җ","б Б ,","ю Ю .","ґ Ґ /","Shift"],["Options","Space","Options"]]}},layoutSwitchList:["en","es","de","ru","tr","iw","tata"],keySize:32,layout:[[1,1,1,1,1,1,1,1,1,1,1,1,1,2],[1.5,1,1,1,1,1,1,1,1,1,1,1,1,1.5],[1.8,1,1,1,1,1,1,1,1,1,1,1,2.2],[2.5,1,1,1,1,1,1,1,1,1,1,2.5],[3.5,9,3.5]]},s.Config.prototype.controls.keyboard={tooltip:"Keyboard",icon:r(),isActive(t){return!!t.e.fire("isKeyboardOpened")},command:"toggleKeyboard"},s.Config.prototype.controls.extraKeyboardButtons={}},41157:function(t,i,n){"use strict";n.d(i,{clearClassName:function(){return r}});var o=n(49055);let r=t=>(t.attributes.class&&(t.attributes.class=t.attributes.class.replace(/(el\d+)|(font\d+)|msonormal|msolistparagraph\w*/gi,""),(0,o.trim)(t.attributes.class)||(t.attributes.class=null)),t)},41180:function(t,i,n){"use strict";n.d(i,{clearCenterAlign:function(){return u},css:function(){return c}});var o=n(87612),r=n(72430),s=n(3760),a=n(87058),l=n(12475);function c(t,i,n,u=!1){if((0,o.isBoolean)(n)&&(u=n,n=void 0),(0,r.isPlainObject)(i)||void 0!==n){let o=(t,i,n)=>{void 0!==(n=(0,s.normalizeCssNumericValue)(i,n))&&(null==n||c(t,i,!0)!==(0,s.normalizeCssValue)(i,n))&&(t.style[i]=n)};if((0,r.isPlainObject)(i)){let n=Object.keys(i);for(let r=0;r<n.length;r+=1)o(t,(0,a.camelCase)(n[r]),i[n[r]])}else o(t,(0,a.camelCase)(i),n);return""}let d=(0,l.kebabCase)(i),h=t.ownerDocument||document,p=!!h&&(h.defaultView||h.parentWindow),f=t.style[i],m="";return void 0!==f&&""!==f?m=f:p&&!u&&(m=p.getComputedStyle(t).getPropertyValue(d)),s.NUMBER_FIELDS_REG.test(i)&&/^[-+]?[0-9.]+px$/.test(m.toString())&&(m=parseInt(m.toString(),10)),(0,s.normalizeCssValue)(i,m)}let u=t=>{"block"===c(t,"display")&&c(t,"display","");let{style:i}=t;"auto"===i.marginLeft&&"auto"===i.marginRight&&(i.marginLeft="",i.marginRight="")}},41369:function(t,i,n){"use strict";n.r(i),i.default={symbols:"S\xedmbolo"}},41406:function(t,i,n){"use strict";var o=n(82749),r=n(31635);n(83967);var s=n(82758),a=n(65478),l=n(21537),c=n(87612),u=n(53326),d=n(50911),h=n(67510),p=n(41409),f=n(2692);class m extends d.Plugin{className(){return"pasteCode"}afterInit(t){t.registerCommand("pasteCode",()=>this.__openCodeEditDialog()),t.async.requestIdleCallback(()=>this.__initHighlightLibLoading())}__openCodeEditDialog(t,i,n){let o=this.j,r=this.__createForm(),{code:s,language:a}=(0,l.refs)(r.container);t&&(a.value=t),i&&(s.value=i),o.async.requestIdleCallback(()=>{s.focus()}),o.s.save(),this.__createDialog(()=>{if(r.validate()){o.s.restore();let t=o.createInside.fromHTML(o.o.pasteCode.insertTemplate(o,a.value,s.value));if(n)p.Dom.replace(n,t,o.createInside,!1,!0);else{let i=o.s.current(),n=p.Dom.up(i,p.Dom.isBlock,o.editor);n&&!p.Dom.isCell(n)?p.Dom.after(n,t):o.s.insertNode(t)}this.__imdOnChange();return}return!1},()=>{o.s.restore()}).setContent(r.container).open(!0)}beforeDestruct(t){}__createForm(){let{jodit:t}=this;return new h.UIForm(t,[new h.UISelect(t,{name:"language",label:"Language",value:t.o.pasteCode.defaultLanguage,options:t.o.pasteCode.languages,required:!0}),new h.UITextArea(t,{label:"Code view",resizable:!1,name:"code",required:!0,className:"jodit-paste-code__textarea"})],{className:"jodit-paste-code"})}__createDialog(t,i){let n=new p.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,h.Button)(n,"","Cancel","default").onAction(()=>{n.close(),i()}),(0,h.Button)(n,"save","Save","primary").onAction(()=>{n.close(),t()})]),n}__onChange(){this.__imdOnChange()}__imdOnChange(){(0,l.$$)("pre",this.j.editor).forEach(t=>{(0,l.attr)(t,"contenteditable")||((0,l.attr)(t,"contenteditable",!1),this.__highlightCode(t).catch(()=>null))})}async __highlightCode(t){let i=this.__parseLanguage(t),{highlight:n}=await this.__initHighlightLibLoading(i),o=t;t.firstElementChild===t.lastElementChild&&p.Dom.isTag(t.firstElementChild,"code")&&(o=t.firstElementChild),o.innerHTML=n(o.innerText,i)}onPreEdit(t){let i=p.Dom.isNode(t)&&p.Dom.isTag(t,"pre")?t:p.Dom.closest(t.target,"pre",this.j.editor);if(i){let t=this.__parseLanguage(i);this.__openCodeEditDialog(t,i.innerText,i)}}__parseLanguage(t){let i=null,n=t=>t.classList.forEach(t=>{if(/language-/.test(t)){let n=/language-(.*)/.exec(t);n&&n[1]&&(i=n[1])}});return n(t),null==i&&t.firstElementChild===t.lastElementChild&&p.Dom.isTag(t.firstElementChild,"code")&&n(t.firstElementChild),this.jodit.o.pasteCode.canonicalLanguageCode(i||"html")}onAfterGetValueFromEditor(t){let i=(t,i,n,o,r,s)=>`${i.trim()}${o}${(0,u.htmlspecialchars)((0,l.stripTags)(r,this.j.ed,new Set(["br"])))}${s}`;t.value=t.value.replace(/(<pre[^>]*)contenteditable\s*=\s*(['"]?)false\2([^>]*>\s*<code[^>]*>)(.*?)(<\/code>\s*<\/pre>)/gis,i).replace(/(<pre[^>]*)contenteditable\s*=\s*(['"]?)false\2([^>]*>)(.*?)(<\/pre>)/gis,i)}constructor(...t){super(...t),(0,o._)(this,"buttons",[{name:"pasteCode",group:"clipboard"}]),(0,o._)(this,"__highlightLibJSIsLoaded",!1),(0,o._)(this,"__loadLanguage",new Map),(0,o._)(this,"__initHighlightLibLoading",async t=>{let{globalHighlightLib:i,highlightLib:{css:n,js:o,langUrl:r,highlight:a,isLangLoaded:u,beforeLibLoad:d,afterLibLoad:h}}=this.j.o.pasteCode;return this.__highlightLibJSIsLoaded||i||(this.__highlightLibJSIsLoaded=Promise.resolve(null==d?void 0:d()).then(()=>g(this.async,Promise.allSettled([(0,l.loadNextStyle)(this.jodit,n).catch(()=>null),(0,l.loadNext)(this.jodit,o).catch(()=>null)]))).then(()=>null==h?void 0:h())),(0,c.isBoolean)(this.__highlightLibJSIsLoaded)||await this.__highlightLibJSIsLoaded,!t||u(t)||i||(this.__loadLanguage.has(t)||(s.IS_PROD,this.__loadLanguage.set(t,g(this.async,(0,l.appendScriptAsync)(this.jodit,r(t)).catch(()=>null)))),await this.__loadLanguage.get(t)),{highlight:a}})}}function g(t,i){return t.promise((t,n)=>{i.then(t).catch(n)}).catch(()=>null)}(0,o._)(m,"requires",["license"]),(0,r.__decorate)([a.autobind],m.prototype,"__openCodeEditDialog",null),(0,r.__decorate)([(0,a.watch)(["?:change","?:afterInit"]),(0,a.debounce)()],m.prototype,"__onChange",null),(0,r.__decorate)([(0,a.watch)(["?:dblclick","?:editPreInPasteCode"])],m.prototype,"onPreEdit",null),(0,r.__decorate)([(0,a.watch)("?:afterGetValueFromEditor")],m.prototype,"onAfterGetValueFromEditor",null),m=(0,r.__decorate)([a.component],m),f.JoditPro.plugins.add("paste-code",m)},41409:function(t,i,n){"use strict";n.r(i),n.d(i,{Ajax:function(){return f.Ajax},Alert:function(){return a.Alert},Async:function(){return c.Async},AsyncStorage:function(){return j.AsyncStorage},Button:function(){return m.Button},CommitStyle:function(){return A.CommitStyle},Component:function(){return o.Component},Confirm:function(){return a.Confirm},ContextMenu:function(){return s.ContextMenu},Create:function(){return u.Create},Dialog:function(){return a.Dialog},Dom:function(){return d.Dom},EventEmitter:function(){return h.EventEmitter},EventHandlersStore:function(){return h.EventHandlersStore},Eventify:function(){return h.Eventify},FileBrowser:function(){return l.FileBrowser},Helpers:function(){return r},History:function(){return v.History},Icon:function(){return m.Icon},ImageEditor:function(){return w.ImageEditor},IndexedDBProvider:function(){return j.IndexedDBProvider},LazyWalker:function(){return d.LazyWalker},LocalStorageProvider:function(){return j.LocalStorageProvider},MemoryStorageProvider:function(){return j.MemoryStorageProvider},Plugin:function(){return p.Plugin},PluginSystem:function(){return T.PluginSystem},Popup:function(){return m.Popup},ProgressBar:function(){return m.ProgressBar},Prompt:function(){return a.Prompt},Response:function(){return f.Response},STATUSES:function(){return o.STATUSES},Selection:function(){return A.Selection},Snapshot:function(){return y.Snapshot},StatusBar:function(){return C.StatusBar},Storage:function(){return j.Storage},StorageKey:function(){return j.StorageKey},Table:function(){return k.Table},ToolbarButton:function(){return S.ToolbarButton},ToolbarCollection:function(){return x.ToolbarCollection},ToolbarContent:function(){return S.ToolbarContent},ToolbarEditorCollection:function(){return I.ToolbarEditorCollection},ToolbarSelect:function(){return S.ToolbarSelect},UIBlock:function(){return m.UIBlock},UIButton:function(){return m.UIButton},UIButtonGroup:function(){return m.UIButtonGroup},UIButtonState:function(){return m.UIButtonState},UICheckbox:function(){return m.UICheckbox},UIElement:function(){return m.UIElement},UIFileInput:function(){return m.UIFileInput},UIForm:function(){return m.UIForm},UIGroup:function(){return m.UIGroup},UIInput:function(){return m.UIInput},UIList:function(){return m.UIList},UIMessages:function(){return _.UIMessages},UISelect:function(){return m.UISelect},UISeparator:function(){return m.UISeparator},UISpacer:function(){return m.UISpacer},UITextArea:function(){return m.UITextArea},UITooltip:function(){return m.UITooltip},Uploader:function(){return E.Uploader},View:function(){return g.View},ViewComponent:function(){return o.ViewComponent},ViewWithToolbar:function(){return b.ViewWithToolbar},canUseIndexedDB:function(){return j.canUseIndexedDB},canUsePersistentStorage:function(){return j.canUsePersistentStorage},clearUseIndexedDBCache:function(){return j.clearUseIndexedDBCache},defaultNameSpace:function(){return h.defaultNameSpace},observable:function(){return h.observable}});var o=n(91907),r=n(21537),s=n(80870),a=n(638),l=n(78513),c=n(8884),u=n(12060),d=n(22732),h=n(3827),p=n(50911),f=n(41601),m=n(67510),g=n(35608),b=n(84075),v=n(78818),y=n(52604),w=n(50050),_=n(1808),C=n(23512),k=n(76014),S=n(36646),x=n(11676),I=n(37426),E=n(57380),T=n(41876),A=n(59242),j=n(12081)},41457:function(t,i,n){"use strict";var o=n(22732),r=n(29960),s=n(89890),a=n(12153),l=n(32118),c=n(21735),u=n(63399),d=n(44450),h=n(20201),p=n(50050);let f="jodit-file-browser-preview",m=(t="next",i="right")=>`<div class="${f}__navigation ${f}__navigation_arrow_${t}">`+a.Icon.get("angle-"+i)+"</a>";i.default=t=>{if(!t.o.contextMenu)return()=>{};let i=(0,u.makeContextMenu)(t);return n=>{let a=(0,c.getItem)(n.target,t.container);if(!a)return;let u=a,g=t.options,b=t=>(0,r.attr)(u,t)||"";return t.async.setTimeout(()=>{let r=(0,c.elementToItem)(a,(0,l.elementsMap)(t));r&&(t.state.activeElements=[r],i.show(n.clientX,n.clientY,[!!("1"!==b("data-is-file")&&g.editImage&&(t.dataProvider.canI("ImageResize")||t.dataProvider.canI("ImageCrop")))&&{icon:"pencil",title:"Edit",exec:()=>p.openImageEditor.call(t,b("href"),b("data-name"),b("data-path"),b("data-source"))},!!t.dataProvider.canI("FileRename")&&{icon:"italic",title:"Rename",exec:()=>{t.e.fire("fileRename.filebrowser",b("data-name"),b("data-path"),b("data-source"))}},!!t.dataProvider.canI("FileRemove")&&{icon:"bin",title:"Delete",exec:async()=>{try{await (0,d.deleteFile)(t,b("data-name"),b("data-source"))}catch(i){return t.status(i)}return t.state.activeElements=[],(0,h.loadTree)(t).catch(t.status)}},!!g.preview&&{icon:"eye",title:"Preview",exec:()=>{let i=t.dlg({buttons:["fullsize","dialog.close"]}),n=t.c.div(f,'<div class="jodit-icon_loader"></div>'),r=t.c.div(f+"__box"),a=t.c.fromHTML(m()),l=t.c.fromHTML(m("prev","left")),c=s=>{let c=t.c.element("img");c.setAttribute("src",s);let d=()=>{var s;t.isInDestruct||(t.e.off(c,"load"),o.Dom.detach(n),g.showPreviewNavigation&&(o.Dom.prevWithClass(u,t.files.getFullElName("item"))&&n.appendChild(l),o.Dom.nextWithClass(u,t.files.getFullElName("item"))&&n.appendChild(a)),n.appendChild(r),r.appendChild(c),i.setPosition(),null==(s=null==t?void 0:t.events)||s.fire("previewOpenedAndLoaded"))};t.e.on(c,"load",d),c.complete&&d()};t.e.on([a,l],"click",function(){if(!(u=this===a?o.Dom.nextWithClass(u,t.files.getFullElName("item")):o.Dom.prevWithClass(u,t.files.getFullElName("item"))))throw(0,s.error)("Need element");o.Dom.detach(n),o.Dom.detach(r),n.innerHTML='<div class="jodit-icon_loader"></div>',c(b("href"))}),t.e.on("beforeDestruct",()=>{i.destruct()}),i.container.classList.add(f+"__dialog"),i.setContent(n),i.setPosition(),i.open(),c(b("href")),t.events.on("beforeDestruct",()=>{i.destruct()}).fire("previewOpened")}},{icon:"upload",title:"Download",exec:()=>{let i=b("href");i&&t.ow.open(i)}}]))},t.defaultTimeout),t.e.on("beforeClose",()=>{i.close()}).on("beforeDestruct",()=>i.destruct()),n.stopPropagation(),n.preventDefault(),!1}}},41601:function(t,i,n){"use strict";n.d(i,{Ajax:function(){return o.Ajax},Response:function(){return r.Response}});var o=n(54079),r=n(98582)},41810:function(t,i,n){"use strict";var o=n(82749),r=n(31635);n(66645);var s=n(86449),a=n(21020),l=n(46166),c=n(62895),u=n(55487),d=n(27769),h=n(58579),p=n(63805),f=n(82758),m=n(65478),g=n(580),b=n(21537),v=n(50911),y=n(2692),w=n(18549),_=n(54747);class C extends v.Plugin{get state(){return this.stateManager.state}get toolRegistry(){return new u.ToolRegistry(this.j)}get permissionManager(){return new a.PermissionManager(this.j,this.toolRegistry)}get apiClient(){return new s.APIClient(this.j,this.toolRegistry)}get storage(){let{storage:t,storageKey:i,maxConversations:n}=this.j.o.aiAssistantPro;if("string"==typeof t){let o=(0,c.createStorageProvider)(t,i);return new c.WebStorageConversationStorage(o,n)}return t}get stateManager(){return new l.StateManager(this.j)}get mainPanel(){return new d.UIMainPanel(this.j,this.stateManager.state,this.j.o.aiAssistantPro,t=>{let i=this.stateManager.getCurrentConversation();i&&this.stateManager.setCurrentConversation({...i,...t})})}get dialog(){let t=this.j.dlg({resizable:this.j.o.aiAssistantPro.resizable,eventEmmiter:this.j.e});return t.e.on(t,"afterClose",()=>{this.j.e.fire("closeAIAssistantPro.ai-assistant-pro")}),t}afterInit(){(0,g.extendLang)(p),this.setupEventListeners(),this.j.async.promise(t=>{let{initiallyOpened:i,persistOpenState:n}=this.j.o.aiAssistantPro,o=i;n?this.storage.getGlobalSettings().then(t=>{if((null==t?void 0:t.isOpen)!=null&&(o=t.isOpen),o)return this.openAssistant()}).catch(()=>null).finally(()=>t(void 0)):t(void 0)}).catch(()=>null)}__loadData(){return this.__initedPromise?this.__initedPromise:this.isDestructed?Promise.reject():(this.__initedPromise=this.j.async.promise(t=>{this.loadInitialData().then(t)}).catch(()=>null),this.__initedPromise)}async loadInitialData(){this.mainPanel.setMod("ready",!0),await (0,h.loadInitialData)(this.j,this.storage,this.stateManager)}setupEventListeners(){this.j.e.on("selectConversation.ai-assistant-pro",async t=>{try{await this.__loadData(),await (0,h.handleConversationSelect)(t,this.storage,this.stateManager)}catch(t){f.IS_PROD}}),this.j.e.on("newConversation.ai-assistant-pro",async()=>{await this.__loadData();let t=(0,h.createNewConversation)(this.j,this.state.defaultModel,this.state.defaultTemperature);this.stateManager.setCurrentConversation(t)}),this.j.e.on("deleteConversation.ai-assistant-pro",async t=>{await this.__loadData(),await this.deleteConversation(t)}),this.j.e.on("backToList.ai-assistant-pro",async()=>{await this.__loadData(),await (0,h.handleBackToList)(this.storage,this.stateManager)}),this.j.e.on("removeContext.ai-assistant-pro",async t=>{await this.__loadData(),this.stateManager.removeSelectionContext(t)}),this.j.e.on("approveToolCall.ai-assistant-pro",async(t,i)=>{try{await this.__loadData();let n=await (0,h.handleToolApproval)(t,i,this.stateManager,this.permissionManager,this.storage);if(n){let t=this.stateManager.getCurrentConversation();if(!t)return;let i=t.messages.find(t=>{var i;return null==(i=t.toolCalls)?void 0:i.some(t=>t.id===n.id)});if(!i)return;await this.executeToolCall(i.id,n)}}catch(t){if((0,b.isAbortError)(t))return;this.stateManager.setError(t instanceof Error?t.message:String(t))}}),this.j.e.on("denyToolCall.ai-assistant-pro",async t=>{await this.__loadData(),await (0,h.handleToolDenial)(this.j,t,this.stateManager,this.storage)}),this.j.e.on("abortRequest.ai-assistant-pro",async()=>{await this.__loadData(),this.apiClient.abort(),this.stateManager.setLoading(!1)})}__applyTheme(){(0,h.applyTheme)(this.j,this.stateManager.state.theme,this.stateManager.state.displayMode,this.mainPanel.container,this.dialog)}async openAssistant(){if(this.stateManager.isOpen()){this.stateManager.close(),await this.__closeInContainer();return}await this.__loadData(),this.isDestructed||(this.stateManager.open(),await this.__openInContainer(),this.j.o.aiAssistantPro.includeSelectionByDefault&&!this.j.s.isCollapsed()&&this.addCurrentSelectionToContext())}async __openInContainer(){let{resizable:t,allowClose:i,flightPanelHeight:n}=this.j.o.aiAssistantPro,{displayMode:o,panelWidth:r,panelHeight:s}=this.stateManager.state;switch(this.__applyTheme(),this.mainPanel.setMod("displayMode",o),this.mainPanel.setMod("allowClose",i),this.mainPanel.setParentView("dialog"===o||"flight"===o?this.dialog:this.j),this.__openedMode=o,o){case"dialog":this.dialog.setSize(r,s).open().setContent(this.mainPanel.container);break;case"flight":w.UIFlightPosition.install(this.mainPanel,this.j.container,{panelHeight:n,containerClassName:this.getFullElName("flight-container")});break;default:t&&(_.UIResize.remove(this.mainPanel),_.UIResize.install(this.mainPanel,(0,h.invertMode)(o),{handleClassName:this.getFullElName("ai-assistent-resize-handle"),onResize:({newSize:t})=>{let i="left"===o||"right"===o?t:r,n="top"===o||"bottom"===o?t:s;return this.stateManager.state.panelWidth=i,this.stateManager.state.panelHeight=n,!0}})),this.j.currentPlace.slots[o].appendChild(this.mainPanel.container),(0,h.resizeInPanelView)(this.j,o,r,s)}}__onResizeInPanelView(){let{displayMode:t,panelWidth:i,panelHeight:n}=this.stateManager.state;(0,h.resizeInPanelView)(this.j,t,i,n)}async __closeInContainer(){let{displayMode:t}=await this.stateManager.state;switch(this.__openedMode!==t&&"dialog"===this.__openedMode&&this.dialog.close(),this.__openedMode!==t&&"flight"===this.__openedMode&&this.__closeFlightMode(),t){case"dialog":this.dialog.close();break;case"flight":this.__closeFlightMode();break;default:this.mainPanel.container.remove()}}__closeFlightMode(){w.UIFlightPosition.remove(this.mainPanel)}__onSavedStateChange(){var t;let i=this.stateManager.state;return this.storage.saveGlobalSettings({displayMode:i.displayMode,panelWidth:i.panelWidth,panelHeight:i.panelHeight,theme:i.theme,defaultModel:i.defaultModel,defaultTemperature:i.defaultTemperature,currentConversationId:null==(t=i.currentConversation)?void 0:t.id,...this.j.o.aiAssistantPro.persistOpenState?{isOpen:i.isOpen}:{}})}async closeAssistant(){this.stateManager.isOpen()&&(await this.__loadData(),this.stateManager.close(),this.__closeInContainer())}async addCurrentSelectionToContext(){await this.__loadData();let t=(0,h.getCurrentSelectionContext)(this.j);t&&this.stateManager.addSelectionContext(t)}async executeQuickCommand(t){let i,{quickCommandsSilentMode:n,quickCommandsDisplayMode:o}=this.j.o.aiAssistantPro,r=this.j.o.aiAssistant;if(r&&r[t]&&(0,b.isString)(r[t])&&(i=r[t]),!i)return void this.j.e.fire("error",`Command not found: ${t}`);let s=this.j.s.isCollapsed()?this.j.value:this.j.s.html;if(!s)return;let a=(null==r?void 0:r.aiCommonPrefixPrompt)||"",l=(null==r?void 0:r.aiCommonSuffixPrompt)||"",c=`${a}${i}${l}
202
+ </div>`}show(){let t=this.j.s.current();if(!t)return this.hide();let i=a.Dom.isBlock(t)?t:a.Dom.closest(t,t=>!!(t&&this.j.o.tuneBlock.popup[t.nodeName.toLowerCase()]),this.j.editor);if(!i||i===this.j.editor||!this.j.o.tuneBlock.popup[i.tagName.toLowerCase()])return this.hide();this.currentBlock=i,this.isShown=!0,this.closeToolbar(),this.calcPosition(),this.container.parentNode||this.j.workplace.append(this.container)}hide(){this.isShown&&(this.isShown=!1,a.Dom.safeRemove(this.container),this.closeToolbar())}onEditorScroll(){this.isShown&&this.calcPosition()}calcPosition(){let t=(0,l.css)(this.j.editor,"marginLeft"),i=(0,l.css)(this.j.editor,"paddingLeft"),n=(0,l.css)(this.j.editor,"marginTop"),o=this.currentBlock.offsetWidth-15+t+i,r=this.currentBlock.offsetTop-this.j.editor.scrollTop+n;(0,l.css)(this.container,{transform:`translate3d(${o}px, ${r}px, 0)`}),this.popup.isOpened&&this.popup.updatePosition()}onAfterExecTune(t){t&&(this.currentBlock=t),this.calcPosition(),this.openToolbar()}onClickPrevent(t){t.preventDefault(),t.stopPropagation()}onTargetClick(){this.toggleToolbar()}openToolbar(){if(this.setMod("opened",!0),this.toolbar.build(this.j.o.tuneBlock.popup[this.currentBlock.tagName.toLowerCase()],this.currentBlock),this.popup.setContent(this.toolbar.container),!this.popup.isOpened){let t=this.getElm("handle");(0,l.assert)(null!=t,"Handle element does not exist"),this.popup.open(()=>(0,l.position)(t))}}closeToolbar(){this.setMod("opened",!1),this.popup.close()}toggleToolbar(){this.getMod("opened")?this.closeToolbar():this.openToolbar()}constructor(...t){super(...t),(0,o._)(this,"isShown",!1),(0,o._)(this,"toolbar",(0,u.makeCollection)(this.j,this)),(0,o._)(this,"popup",new c.Popup(this.j,!1)),(0,o._)(this,"currentBlock",void 0)}}(0,r.__decorate)([(0,s.watch)(":hideTuner.tune")],d.prototype,"hide",null),(0,r.__decorate)([(0,s.watch)("j.editor:scroll"),(0,s.throttle)(10)],d.prototype,"onEditorScroll",null),(0,r.__decorate)([(0,s.watch)(":afterExecTune.tune"),(0,s.idle)()],d.prototype,"onAfterExecTune",null),(0,r.__decorate)([(0,s.watch)("container:click container:mousedown")],d.prototype,"onClickPrevent",null),(0,r.__decorate)([(0,s.watch)("handle:click")],d.prototype,"onTargetClick",null),(0,r.__decorate)([(0,s.watch)(":closeTuner.tune")],d.prototype,"closeToolbar",null),d=(0,r.__decorate)([s.component],d)},40273:function(t,i,n){"use strict";n.d(i,{Style:function(){return d}});var o=n(82749),r=n(31635),s=n(45219),a=n(70799),l=n(12475),c=n(49055),u=n(43712);class d{get keys(){return Object.keys(this._data)}forEach(t){this.keys.forEach(i=>t(i))}clear(){this._data={}}set(t,i){this._data[t]=i}get(t){var i;return null!=(i=this._data[t])?i:null}has(t){return void 0!==this._data[t]}add(t,i){return this._data=h(this.str()+";"+`${t}:${i}`),this}str(t=t=>!0){let i=Object.keys(this._data).filter(i=>i&&!/^mso-/.test(i)&&t(i)&&null!=this.get(i)),n=t=>(0,a.isString)(t)?/^0[a-z]+$/i.test(t)?"0":t:t.toString();return(["padding","margin"].forEach(t=>{if(this._data[t]){let o=i.indexOf(t),r=(0,u.calcMarginParts)(this._data[t]);["top","right","bottom","left"].forEach((s,a)=>{let l=`${t}-${s}`,c=this._data[l];null!=c&&(i.indexOf(l)<o||n(r[a])===n(c))&&-1!==i.indexOf(l)&&i.splice(i.indexOf(l),1)})}}),i.length)?i.map(t=>`${(0,l.kebabCase)(t)}:${this.get(t)}`).join(";"):""}constructor(t){(0,o._)(this,"_data",void 0),this._data=h(t)}}function h(t){return(function(t){let i={},n=[];for(let o=t.length-1;o>=0;o-=1){let r=t[o][0];i[r]||(i[r]=!0,n.unshift(t[o]))}return n})((null!=t?t:"").replace(/&quot;/g,'"').split(";").filter(Boolean).map(t=>(0,c.trim)(t).split(":").map(c.trim))).reduce((t,[i,n])=>(i&&n&&(t[i]=n),t),{})}(0,r.__decorate)([s.autobind],d.prototype,"forEach",null),(0,r.__decorate)([s.autobind],d.prototype,"clear",null),(0,r.__decorate)([s.autobind],d.prototype,"set",null),(0,r.__decorate)([s.autobind],d.prototype,"get",null),(0,r.__decorate)([s.autobind],d.prototype,"has",null),(0,r.__decorate)([s.autobind],d.prototype,"add",null),(0,r.__decorate)([s.autobind],d.prototype,"str",null)},40329:function(t,i,n){"use strict";var o=n(22732),r=n(21537),s=n(43555),a=n(12153),l=n(6441),c=n(6091);l.Config.prototype.table={splitBlockOnInsertTable:!0,selectionCellStyle:"border: 1px double #1e88e5 !important;",useExtraClassesOptions:!1},a.Icon.set("table",c.default),l.Config.prototype.controls.table={data:{cols:10,rows:10,classList:{"table table-bordered":"Bootstrap Bordered","table table-striped":"Bootstrap Striped","table table-dark":"Bootstrap Dark"}},popup:(t,i,n,a)=>{t.editor.normalize();let l=t.history.snapshot.make(),c=a.control,u=c.data&&c.data.rows?c.data.rows:10,d=c.data&&c.data.cols?c.data.cols:10,h=t.c.fromHTML('<form class="jodit-form jodit-form__inserter"><div class="jodit-form__table-creator-box"><div class="jodit-form__container"></div><div class="jodit-form__options">'+(()=>{if(!t.o.table.useExtraClassesOptions)return"";let i=[];if(c.data){let t=c.data.classList;Object.keys(t).forEach(n=>{i.push(`<label class="jodit_vertical_middle"><input class="jodit-checkbox" value="${n}" type="checkbox"/>${t[n]}</label>`)})}return i.join("")})()+'</div></div><label class="jodit-form__center"><span>1</span> &times; <span>1</span></label></form>'),p=h.querySelectorAll("span")[0],f=h.querySelectorAll("span")[1],m=h.querySelector(".jodit-form__container"),g=h.querySelector(".jodit-form__options"),b=[],v=u*d;for(let i=0;i<v;i+=1)b[i]||b.push(t.c.element("span",{dataIndex:i}));if(t.e.on(m,"mousemove",(t,i)=>{let n=t.target;if(!o.Dom.isTag(n,"span"))return;let r=void 0===i||isNaN(i)?parseInt((0,s.attr)(n,"-index")||"0",10):i||0,a=Math.ceil((r+1)/d),l=r%d+1;for(let t=0;t<b.length;t+=1)l>=t%d+1&&a>=Math.ceil((t+1)/d)?b[t].className="jodit_hovered":b[t].className="";f.textContent=l.toString(),p.textContent=a.toString()}).on(m,"touchstart mousedown",i=>{let a=i.target;if(i.preventDefault(),i.stopImmediatePropagation(),!o.Dom.isTag(a,"span"))return;let c=parseInt((0,s.attr)(a,"-index")||"0",10),u=Math.ceil((c+1)/d),h=c%d+1,p=t.createInside,f=p.element("tbody"),m=p.element("table");m.appendChild(f);let b=null,v,y;for(let t=1;u>=t;t+=1){v=p.element("tr");for(let t=1;t<=h;t+=1)y=p.element("td"),b||(b=y),(0,r.css)(y,"width",(100/h).toFixed(4)+"%"),y.appendChild(p.element("br")),v.appendChild(p.text("\n")),v.appendChild(p.text(" ")),v.appendChild(y);f.appendChild(p.text("\n")),f.appendChild(v)}(0,r.$$)("input[type=checkbox]:checked",g).forEach(t=>{t.value.split(/[\s]+/).forEach(t=>{m.classList.add(t)})}),t.s.restore(),t.s.removeMarkers(),t.editor.normalize(),t.history.snapshot.restore(l);let w=o.Dom.furthest(t.s.current(),o.Dom.isBlock,t.editor);if(w&&o.Dom.isEmpty(w))o.Dom.replace(w,m,void 0,!1,!0);else if(w){let i=p.text("\n");if(t.o.table.splitBlockOnInsertTable){let n=t.s.range;n.collapse(!1),n.insertNode(i),n.collapse(!1),t.s.selectRange(n);let r=t.s.splitSelection(w,i);r?o.Dom.after(r,m):o.Dom.after(w,m)}else o.Dom.after(w,i),o.Dom.after(i,m)}else t.s.insertNode(m,!1);b&&(t.s.setCursorIn(b),(0,r.scrollIntoViewIfNeeded)(b,t.editor,t.ed)),n()}),a&&a.parentElement){for(let i=0;i<u;i+=1){let n=t.c.div();for(let t=0;t<d;t+=1)n.appendChild(b[i*d+t]);m.appendChild(n)}b[0]&&(b[0].className="hovered")}return h},tooltip:"Insert table"}},40372:function(t,i,n){"use strict";n.r(i),i.default={newline:"новая строка|перенос|ентер",delete:"видалити",space:"пробел","Speech Recognize":"Распознавание речи",Sound:"Звук","Interim Results":"Проміжні результати"}},40565:function(t,i){"use strict";i.default={"Type something":"Napisz coś",Advanced:"Zaawansowane","About Jodit":"O Jodit","Jodit Editor":"Edytor Jodit","Jodit User's Guide":"Instrukcja Jodit","contains detailed help for using":"zawiera szczeg\xf3łowe informacje dotyczące użytkowania.","For information about the license, please go to our website:":"Odwiedź naszą stronę, aby uzyskać więcej informacji na temat licencji:","Buy full version":"Zakup pełnej wersji","Copyright \xa9 XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Copyright \xa9 XDSoft.net - Chupurnov Valeriy. Wszystkie prawa zastrzeżone.",Anchor:"Kotwica","Open in new tab":"Otw\xf3rz w nowej zakładce","Open in fullsize":"Otw\xf3rz edytor w pełnym rozmiarze","Clear Formatting":"Wyczyść formatowanie","Fill color or set the text color":"Kolor wypełnienia lub ustaw kolor tekstu",Redo:"Pon\xf3w",Undo:"Cofnij",Bold:"Pogrubienie",Italic:"Kursywa","Insert Unordered List":"Wstaw listę wypunktowaną","Insert Ordered List":"Wstaw listę numeryczną","Align Center":"Wyśrodkuj","Align Justify":"Wyjustuj","Align Left":"Wyr\xf3wnaj do lewej","Align Right":"Wyr\xf3wnaj do prawej","Insert Horizontal Line":"Wstaw linię poziomą","Insert Image":"Wstaw grafikę","Insert file":"Wstaw plik","Insert youtube/vimeo video":"Wstaw film Youtube/vimeo","Insert link":"Wstaw link","Font size":"Rozmiar tekstu","Font family":"Kr\xf3j czcionki","Insert format block":"Wstaw formatowanie",Normal:"Normalne","Heading 1":"Nagł\xf3wek 1","Heading 2":"Nagł\xf3wek 2","Heading 3":"Nagł\xf3wek 3","Heading 4":"Nagł\xf3wek 4",Quote:"Cytat",Code:"Kod",Insert:"Wstaw","Insert table":"Wstaw tabelę","Decrease Indent":"Zmniejsz wcięcie","Increase Indent":"Zwiększ wcięcie","Select Special Character":"Wybierz znak specjalny","Insert Special Character":"Wstaw znak specjalny","Paint format":"Malarz format\xf3w","Change mode":"Zmień tryb",Margins:"Marginesy",top:"G\xf3rny",right:"Prawy",bottom:"Dolny",left:"Levy",Styles:"Style CSS",Classes:"Klasy CSS",Align:"Wyr\xf3wnanie",Right:"Prawa",Center:"środek",Left:"Lewa","--Not Set--":"brak",Src:"Źr\xf3dło",Title:"Tytuł",Alternative:"Tekst alternatywny",Link:"Link","Open link in new tab":"Otw\xf3rz w nowej zakładce",Image:"Grafika",file:"Plik","Image properties":"Właściwości grafiki",Cancel:"Anuluj",Ok:"OK","Your code is similar to HTML. Keep as HTML?":"Tw\xf3j kod wygląda jak HTML. Zachować HTML?","Paste as HTML":"Wkleić jako HTML?",Keep:"Oryginalny tekst",Clean:"Wyczyść","Insert as Text":"Wstaw jako tekst","Word Paste Detected":"Wykryto tekst w formacie Word","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"Wklejany tekst pochodzi z dokumentu Microsoft Word/Excel. Chcesz zachować ten format czy wyczyścić go? ","Insert only Text":"Wstaw tylko treść","File Browser":"Przeglądarka plik\xf3w","Error on load list":"Błąd ładowania listy plik\xf3w","Error on load folders":"Błąd ładowania folder\xf3w","Are you sure?":"Czy jesteś pewien?","Enter Directory name":"Wprowadź nazwę folderu","Create directory":"Utw\xf3rz folder","type name":"wprowadź nazwę","Drop image":"Upuść plik graficzny","Drop file":"Upuść plik","or click":"lub kliknij tu","Alternative text":"Tekst alternatywny",Browse:"Przeglądaj",Upload:"Wczytaj",Background:"Tło",Text:"Treść",Top:"G\xf3ra",Middle:"Środek",Bottom:"D\xf3ł","Insert column before":"Wstaw kolumnę przed","Insert column after":"Wstaw kolumnę po","Insert row above":"Wstaw wiersz przed","Insert row below":"Wstaw wiersz po","Delete table":"Usuń tabelę","Delete row":"Usuń wiersz","Delete column":"Usuń kolumnę","Empty cell":"Wyczyść kom\xf3rkę",Delete:"Usuń","Strike through":"Przekreślenie",Underline:"Podkreślenie",Break:"Przerwa","Search for":"Szukaj","Replace with":"Zamień na",Replace:"Wymienić",Edit:"Edytuj","Vertical align":"Wyr\xf3wnywanie w pionie","Horizontal align":"Wyr\xf3wnywanie w poziomie",Filter:"Filtruj","Sort by changed":"Sortuj wg zmiany","Sort by name":"Sortuj wg nazwy","Sort by size":"Sortuj wg rozmiaru","Add folder":"Dodaj folder","Split vertical":"Podziel w pionie","Split horizontal":"Podziel w poziomie",Split:"Podziel",Merge:"Scal","Add column":"Dodaj kolumnę","Add row":"Dodaj wiersz",Border:"Obramowanie","Embed code":"Wstaw kod",Update:"Aktualizuj",superscript:"indeks g\xf3rny",subscript:"index dolny","Cut selection":"Wytnij zaznaczenie",Paste:"Wklej","Choose Content to Paste":"Wybierz zawartość do wklejenia","Chars: %d":"Znaki: %d","Words: %d":"Słowa: %d",All:"Wszystko","Select %s":"Wybierz: %s","Select all":"Wybierz wszystko",source:"HTML",bold:"pogrubienie",italic:"kursywa",brush:"pędzel",link:"link",undo:"cofnij",redo:"pon\xf3w",table:"tabela",image:"grafika",eraser:"wyczyść",paragraph:"akapit",fontsize:"rozmiar czcionki",video:"wideo",font:"czcionka",about:"O programie",print:"drukuj",underline:"podkreślenie",strikethrough:"przekreślenie",indent:"wcięcie",outdent:"wycięcie",fullsize:"pełen rozmiar",shrink:"przytnij",hr:"linia pozioma",ul:"lista",ol:"lista numerowana",cut:"wytnij",selectall:"zaznacz wszystko","Open link":"otw\xf3rz link","Edit link":"edytuj link","No follow":"Atrybut no-follow",Unlink:"Usuń link",Eye:"szukaj",pencil:"edytuj"," URL":"URL",Reset:"wyczyść",Save:"zapisz","Save as ...":"zapisz jako",Resize:"Zmień rozmiar",Crop:"Przytnij",Width:"Szerokość",Height:"Wysokość","Keep Aspect Ratio":"Zachowaj proporcje",Yes:"Tak",No:"Nie",Remove:"Usuń",Select:"Wybierz","You can only edit your own images. Download this image on the host?":"Możesz edytować tylko swoje grafiki. Czy chcesz pobrać tą grafikę?","The image has been successfully uploaded to the host!":"Grafika została pomyślnienie dodana na serwer",palette:"Paleta","There are no files":"Brak plik\xf3w.",Rename:"zmień nazwę","Enter new name":"Wprowadź nową nazwę",preview:"podgląd",download:"pobierz","Paste from clipboard":"Wklej ze schowka","Your browser doesn't support direct access to the clipboard.":"Twoja przeglądarka nie obsługuje schowka","Copy selection":"Kopiuj zaznaczenie",copy:"kopiuj","Border radius":"Zaokrąglenie krawędzi","Show all":"Pokaż wszystkie",Apply:"Zastosuj","Please fill out this field":"Proszę wypełnić to pole","Please enter a web address":"Proszę, wpisz adres sieci web",Default:"Domyślnie",Circle:"Koło",Dot:"Punkt",Quadrate:"Kwadrat",Find:"Znaleźć","Find Previous":"Znaleźć Poprzednie","Find Next":"Znajdź Dalej","Insert className":"Wstaw nazwę zajęć","Press Alt for custom resizing":"Naciśnij Alt, aby zmienić rozmiar","License: %s":"Licencja: %s"}},40650:function(t,i,n){"use strict";var o=n(82749),r=n(25088),s=n.n(r),a=n(6441),l=n(21537),c=n(50911),u=n(59451),d=n(2692);a.Config.prototype.controls.google={tooltip:"Google search",icon:s(),isDisabled(t){return(0,u.isEditorEmpty)(t.editor)},command:"startSearch"};class h extends c.Plugin{afterInit(t){t.registerCommand("startSearch",{exec:()=>{var i,n,o;let r,{s}=t;if(r=s.isCollapsed()?null==(n=s.current())||null==(i=n.parentElement)?void 0:i.innerText:null==(o=s.sel)?void 0:o.toString()){let t="https://www.google.com/search?q="+encodeURIComponent((0,l.trim)(r));window.open(t,"_blank")}}})}beforeDestruct(t){}constructor(...t){super(...t),(0,o._)(this,"buttons",[{name:"google",group:"search"}])}}(0,o._)(h,"requires",["license"]),d.JoditPro.plugins.add("google-search",h)},41107:function(t,i,n){"use strict";var o=n(580),r=n(21537),s=n(12153),a=n(6441);n(73674);var l=n(820),c=n(53651),u=n(16020),d=n(89758),h=n(98527),p=n(51855);o.pluginSystem.add("bold",function(t){let i=i=>{let n,o=a.Config.defaultOptions.controls[i],s={...o.css};return Object.keys(s).forEach(t=>{n||(n={}),n[t]=(0,r.isArray)(s[t])?s[t][0]:s[t]}),t.s.commitStyle({element:o.tags?o.tags[0]:void 0}),t.synchronizeValues(),!1};["bold","italic","underline","strikethrough"].forEach(i=>{t.registerButton({name:i,group:"font-style"})}),["superscript","subscript"].forEach(i=>{t.registerButton({name:i,group:"script"})}),t.registerCommand("bold",{exec:i,hotkeys:["ctrl+b","cmd+b"]}).registerCommand("italic",{exec:i,hotkeys:["ctrl+i","cmd+i"]}).registerCommand("underline",{exec:i,hotkeys:["ctrl+u","cmd+u"]}).registerCommand("strikethrough",{exec:i}).registerCommand("subscript",{exec:i}).registerCommand("superscript",{exec:i})}),s.Icon.set("bold",l.default).set("italic",c.default).set("strikethrough",u.default).set("subscript",d.default).set("superscript",h.default).set("underline",p.default)},41113:function(t,i,n){"use strict";var o=n(63643),r=n.n(o),s=n(6441);s.Config.prototype.keyboard={defaultLayoutSet:"en",showLayoutSwitcher:!0,extraKeyGroup:"other",extraKeyButtons:[],delayKeyRepeat:350,periodKeyRepeat:100,layoutList:{en:{title:"English",keys:[["` ~ \xb1","1 ! \xa7","2 @","3 #","4 $","5 %","6 ^","7 &","8 *","9 (","0 )","- _","= +","Backspace"],["Tab","q Q","w W","e E","r R","t T","y Y","u U","i I","o O","p P","[ {","] }","\\ |"],["Caps","a A","s S","d D","f F","g G","h H","j J","k K","l L","; :","' \"","Enter"],["Shift","z Z","x X","c C","v V","b B","n N","m M",", <",". >","/ ?","Shift"],["Options","Space","Options"]]},es:{title:"Espa\xf1ol",keys:[["\xba ` ~","1 ! \xa7","2 @","3 #","4 $","5 %","6 ^","7 &","8 *","9 (","0 )","- _ |","\xa1 = +","Backspace"],["Tab","q Q","w W","e E","r R","t T","y Y","u U","i I","o O","p P","[ {","] }","\xe7 \xc7 \\"],["Caps","a A","s S","d D","f F","g G","h H","j J","k K","l L","\xf1 \xd1 ; :","' \"","Enter"],["Shift","z Z","x X","c C","v V","b B","n N","m M",", <",". >","/ ?","Shift"],["Options","Space","Options"]]},de:{title:"Deutsch",keys:[["` ~ \xb1","1 ! \xa7","2 @","3 #","4 $","5 %","6 ^","7 &","8 * :","9 ( {","0 ) }","- _","= +","Backspace"],["Tab","q Q","w W","e E","r R","t T","z Z","u U","i I","o O","p P","\xfc \xdc [","] }","\\ |"],["Caps","a A","s S","d D","f F","g G","h H","j J","k K","l L","\xf6 \xd6 ;","\xe4 \xc4 ' \"","Enter"],["Shift","y Y","x X","c C","v V","b B","n N","m M",", <",". >","/ ?","Shift"],["Options","Space","Options"]]},ru:{title:"Русский",keys:[["` ~ \xb1","1 ! \xa7",'2 @ "',"3 # :","4 $ <","5 % >","6 ^","7 &","8 *","9 (","0 )","- _","= +","Backspace"],["Tab","й Й","ц Ц","у У","к К","е Е","н Н","г Г","ш Ш","щ Щ","з З","х Х [","ъ ] {","\\ | }"],["Caps","ф Ф","ы Ы","в В","а А","п П","р Р","о О","л Л","д Д","ж Ж ;","э Э '","Enter"],["Shift","я Я","ч Ч","с С","м М","и И","т Т","ь Ь","б Б ,","ю Ю .","/ ?","Shift"],["Options","Space","Options"]]},tr:{title:"T\xfcrk\xe7e",keys:[['" \xe9` ~',"1 ! \xa7",'2 @ "',"3 # :","4 $ <","5 % >","6 ^ \xb1","7 &","8 *","9 ( {","0 ) }","- _ [","= + ]","Backspace"],["Tab","q Q","w W","e E","r R","t T","y Y","u U","ı I","o O","p P","ğ Ğ","\xfc \xdc",", \\ |"],["Caps","a A","s S","d D","f F","g G","h H","j J","k K","l L","ş Ş","i̇ İ","Enter"],["Shift","z Z","x X","c C","v V","b B","n N","m M","\xf6 \xd6 <","\xe7 \xc7 >",". / ?","Shift"],["Options","Space","Options"]]},iw:{title:"Hebrew",keys:[["` ~ \xb1","1 ! \xa7","2 @","3 #","4 $","5 %","6 ^","7 &","8 *","9 (","0 )","- _","= +","Backspace"],["Tab","/ q Q","' w W","ק e E","ר r R","א t T","ט y Y","ו u U","ן i I","ם o O","פ p P","[ {","] }","\\ |"],["Caps","ש a A","ד s S","ג d D","כ f F","ע g G","י h H","ח j J","ל k K","ך l L","ף ; :","' \"","Enter"],["Shift","ז z Z","ס x X","ב c C","ה v V","נ b B","מ n N","צ m M",", <",". >","/ ?","Shift"],["Options","Space","Options"]]},tata:{title:"Tata",keys:[["һ Һ` ~","1 ! \xa7",'2 @ "',"3 # :","4 $ <","5 % >","6 ^ \xb1","7 &","8 *","9 ( {","0 )","- _","= +","Backspace"],["Tab","й Й","ө Ө","у У","к К","е Е","н Н","г Г","ш Ш","ә Ә","з З","х Х [","ү Ү ]","\\ | }"],["Caps","ф Ф","ы Ы","в В","а А","п П","р Р","о О","л Л","д Д","ң Ң ;","э Э '","Enter"],["Shift","я Я","ч Ч","с С","м М","и И","т Т","җ Җ","б Б ,","ю Ю .","ґ Ґ /","Shift"],["Options","Space","Options"]]}},layoutSwitchList:["en","es","de","ru","tr","iw","tata"],keySize:32,layout:[[1,1,1,1,1,1,1,1,1,1,1,1,1,2],[1.5,1,1,1,1,1,1,1,1,1,1,1,1,1.5],[1.8,1,1,1,1,1,1,1,1,1,1,1,2.2],[2.5,1,1,1,1,1,1,1,1,1,1,2.5],[3.5,9,3.5]]},s.Config.prototype.controls.keyboard={tooltip:"Keyboard",icon:r(),isActive(t){return!!t.e.fire("isKeyboardOpened")},command:"toggleKeyboard"},s.Config.prototype.controls.extraKeyboardButtons={}},41157:function(t,i,n){"use strict";n.d(i,{clearClassName:function(){return r}});var o=n(49055);let r=t=>(t.attributes.class&&(t.attributes.class=t.attributes.class.replace(/(el\d+)|(font\d+)|msonormal|msolistparagraph\w*/gi,""),(0,o.trim)(t.attributes.class)||(t.attributes.class=null)),t)},41180:function(t,i,n){"use strict";n.d(i,{clearCenterAlign:function(){return u},css:function(){return c}});var o=n(87612),r=n(72430),s=n(3760),a=n(87058),l=n(12475);function c(t,i,n,u=!1){if((0,o.isBoolean)(n)&&(u=n,n=void 0),(0,r.isPlainObject)(i)||void 0!==n){let o=(t,i,n)=>{void 0!==(n=(0,s.normalizeCssNumericValue)(i,n))&&(null==n||c(t,i,!0)!==(0,s.normalizeCssValue)(i,n))&&(t.style[i]=n)};if((0,r.isPlainObject)(i)){let n=Object.keys(i);for(let r=0;r<n.length;r+=1)o(t,(0,a.camelCase)(n[r]),i[n[r]])}else o(t,(0,a.camelCase)(i),n);return""}let d=(0,l.kebabCase)(i),h=t.ownerDocument||document,p=!!h&&(h.defaultView||h.parentWindow),f=t.style[i],m="";return void 0!==f&&""!==f?m=f:p&&!u&&(m=p.getComputedStyle(t).getPropertyValue(d)),s.NUMBER_FIELDS_REG.test(i)&&/^[-+]?[0-9.]+px$/.test(m.toString())&&(m=parseInt(m.toString(),10)),(0,s.normalizeCssValue)(i,m)}let u=t=>{"block"===c(t,"display")&&c(t,"display","");let{style:i}=t;"auto"===i.marginLeft&&"auto"===i.marginRight&&(i.marginLeft="",i.marginRight="")}},41369:function(t,i,n){"use strict";n.r(i),i.default={symbols:"S\xedmbolo"}},41406:function(t,i,n){"use strict";var o=n(82749),r=n(31635);n(83967);var s=n(82758),a=n(65478),l=n(21537),c=n(87612),u=n(53326),d=n(50911),h=n(67510),p=n(41409),f=n(2692);class m extends d.Plugin{className(){return"pasteCode"}afterInit(t){t.registerCommand("pasteCode",()=>this.__openCodeEditDialog()),t.async.requestIdleCallback(()=>this.__initHighlightLibLoading())}__openCodeEditDialog(t,i,n){let o=this.j,r=this.__createForm(),{code:s,language:a}=(0,l.refs)(r.container);t&&(a.value=t),i&&(s.value=i),o.async.requestIdleCallback(()=>{s.focus()}),o.s.save(),this.__createDialog(()=>{if(r.validate()){o.s.restore();let t=o.createInside.fromHTML(o.o.pasteCode.insertTemplate(o,a.value,s.value));if(n)p.Dom.replace(n,t,o.createInside,!1,!0);else{let i=o.s.current(),n=p.Dom.up(i,p.Dom.isBlock,o.editor);n&&!p.Dom.isCell(n)?p.Dom.after(n,t):o.s.insertNode(t)}this.__imdOnChange();return}return!1},()=>{o.s.restore()}).setContent(r.container).open(!0)}beforeDestruct(t){}__createForm(){let{jodit:t}=this;return new h.UIForm(t,[new h.UISelect(t,{name:"language",label:"Language",value:t.o.pasteCode.defaultLanguage,options:t.o.pasteCode.languages,required:!0}),new h.UITextArea(t,{label:"Code view",resizable:!1,name:"code",required:!0,className:"jodit-paste-code__textarea"})],{className:"jodit-paste-code"})}__createDialog(t,i){let n=new p.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,h.Button)(n,"","Cancel","default").onAction(()=>{n.close(),i()}),(0,h.Button)(n,"save","Save","primary").onAction(()=>{n.close(),t()})]),n}__onChange(){this.__imdOnChange()}__imdOnChange(){(0,l.$$)("pre",this.j.editor).forEach(t=>{(0,l.attr)(t,"contenteditable")||((0,l.attr)(t,"contenteditable",!1),this.__highlightCode(t).catch(()=>null))})}async __highlightCode(t){let i=this.__parseLanguage(t),{highlight:n}=await this.__initHighlightLibLoading(i),o=t;t.firstElementChild===t.lastElementChild&&p.Dom.isTag(t.firstElementChild,"code")&&(o=t.firstElementChild),o.innerHTML=n(o.innerText,i)}onPreEdit(t){let i=p.Dom.isNode(t)&&p.Dom.isTag(t,"pre")?t:p.Dom.closest(t.target,"pre",this.j.editor);if(i){let t=this.__parseLanguage(i);this.__openCodeEditDialog(t,i.innerText,i)}}__parseLanguage(t){let i=null,n=t=>t.classList.forEach(t=>{if(/language-/.test(t)){let n=/language-(.*)/.exec(t);n&&n[1]&&(i=n[1])}});return n(t),null==i&&t.firstElementChild===t.lastElementChild&&p.Dom.isTag(t.firstElementChild,"code")&&n(t.firstElementChild),this.jodit.o.pasteCode.canonicalLanguageCode(i||"html")}onAfterGetValueFromEditor(t){let i=(t,i,n,o,r,s)=>`${i.trim()}${o}${(0,u.htmlspecialchars)((0,l.stripTags)(r,this.j.ed,new Set(["br"])))}${s}`;t.value=t.value.replace(/(<pre[^>]*)contenteditable\s*=\s*(['"]?)false\2([^>]*>\s*<code[^>]*>)(.*?)(<\/code>\s*<\/pre>)/gis,i).replace(/(<pre[^>]*)contenteditable\s*=\s*(['"]?)false\2([^>]*>)(.*?)(<\/pre>)/gis,i)}constructor(...t){super(...t),(0,o._)(this,"buttons",[{name:"pasteCode",group:"clipboard"}]),(0,o._)(this,"__highlightLibJSIsLoaded",!1),(0,o._)(this,"__loadLanguage",new Map),(0,o._)(this,"__initHighlightLibLoading",async t=>{let{globalHighlightLib:i,highlightLib:{css:n,js:o,langUrl:r,highlight:a,isLangLoaded:u,beforeLibLoad:d,afterLibLoad:h}}=this.j.o.pasteCode;return this.__highlightLibJSIsLoaded||i||(this.__highlightLibJSIsLoaded=Promise.resolve(null==d?void 0:d()).then(()=>g(this.async,Promise.allSettled([(0,l.loadNextStyle)(this.jodit,n).catch(()=>null),(0,l.loadNext)(this.jodit,o).catch(()=>null)]))).then(()=>null==h?void 0:h())),(0,c.isBoolean)(this.__highlightLibJSIsLoaded)||await this.__highlightLibJSIsLoaded,!t||u(t)||i||(this.__loadLanguage.has(t)||(s.IS_PROD,this.__loadLanguage.set(t,g(this.async,(0,l.appendScriptAsync)(this.jodit,r(t)).catch(()=>null)))),await this.__loadLanguage.get(t)),{highlight:a}})}}function g(t,i){return t.promise((t,n)=>{i.then(t).catch(n)}).catch(()=>null)}(0,o._)(m,"requires",["license"]),(0,r.__decorate)([a.autobind],m.prototype,"__openCodeEditDialog",null),(0,r.__decorate)([(0,a.watch)(["?:change","?:afterInit"]),(0,a.debounce)()],m.prototype,"__onChange",null),(0,r.__decorate)([(0,a.watch)(["?:dblclick","?:editPreInPasteCode"])],m.prototype,"onPreEdit",null),(0,r.__decorate)([(0,a.watch)("?:afterGetValueFromEditor")],m.prototype,"onAfterGetValueFromEditor",null),m=(0,r.__decorate)([a.component],m),f.JoditPro.plugins.add("paste-code",m)},41409:function(t,i,n){"use strict";n.r(i),n.d(i,{Ajax:function(){return f.Ajax},Alert:function(){return a.Alert},Async:function(){return c.Async},AsyncStorage:function(){return j.AsyncStorage},Button:function(){return m.Button},CommitStyle:function(){return A.CommitStyle},Component:function(){return o.Component},Confirm:function(){return a.Confirm},ContextMenu:function(){return s.ContextMenu},Create:function(){return u.Create},Dialog:function(){return a.Dialog},Dom:function(){return d.Dom},EventEmitter:function(){return h.EventEmitter},EventHandlersStore:function(){return h.EventHandlersStore},Eventify:function(){return h.Eventify},FileBrowser:function(){return l.FileBrowser},Helpers:function(){return r},History:function(){return v.History},Icon:function(){return m.Icon},ImageEditor:function(){return w.ImageEditor},IndexedDBProvider:function(){return j.IndexedDBProvider},LazyWalker:function(){return d.LazyWalker},LocalStorageProvider:function(){return j.LocalStorageProvider},MemoryStorageProvider:function(){return j.MemoryStorageProvider},Plugin:function(){return p.Plugin},PluginSystem:function(){return T.PluginSystem},Popup:function(){return m.Popup},ProgressBar:function(){return m.ProgressBar},Prompt:function(){return a.Prompt},Response:function(){return f.Response},STATUSES:function(){return o.STATUSES},Selection:function(){return A.Selection},Snapshot:function(){return y.Snapshot},StatusBar:function(){return C.StatusBar},Storage:function(){return j.Storage},StorageKey:function(){return j.StorageKey},Table:function(){return k.Table},ToolbarButton:function(){return S.ToolbarButton},ToolbarCollection:function(){return x.ToolbarCollection},ToolbarContent:function(){return S.ToolbarContent},ToolbarEditorCollection:function(){return I.ToolbarEditorCollection},ToolbarSelect:function(){return S.ToolbarSelect},UIBlock:function(){return m.UIBlock},UIButton:function(){return m.UIButton},UIButtonGroup:function(){return m.UIButtonGroup},UIButtonState:function(){return m.UIButtonState},UICheckbox:function(){return m.UICheckbox},UIElement:function(){return m.UIElement},UIFileInput:function(){return m.UIFileInput},UIForm:function(){return m.UIForm},UIGroup:function(){return m.UIGroup},UIInput:function(){return m.UIInput},UIList:function(){return m.UIList},UIMessages:function(){return _.UIMessages},UISelect:function(){return m.UISelect},UISeparator:function(){return m.UISeparator},UISpacer:function(){return m.UISpacer},UITextArea:function(){return m.UITextArea},UITooltip:function(){return m.UITooltip},Uploader:function(){return E.Uploader},View:function(){return g.View},ViewComponent:function(){return o.ViewComponent},ViewWithToolbar:function(){return b.ViewWithToolbar},canUseIndexedDB:function(){return j.canUseIndexedDB},canUsePersistentStorage:function(){return j.canUsePersistentStorage},clearUseIndexedDBCache:function(){return j.clearUseIndexedDBCache},defaultNameSpace:function(){return h.defaultNameSpace},observable:function(){return h.observable}});var o=n(91907),r=n(21537),s=n(80870),a=n(638),l=n(78513),c=n(8884),u=n(12060),d=n(22732),h=n(3827),p=n(50911),f=n(41601),m=n(67510),g=n(35608),b=n(84075),v=n(78818),y=n(52604),w=n(50050),_=n(1808),C=n(23512),k=n(76014),S=n(36646),x=n(11676),I=n(37426),E=n(57380),T=n(41876),A=n(59242),j=n(12081)},41457:function(t,i,n){"use strict";var o=n(22732),r=n(29960),s=n(89890),a=n(12153),l=n(32118),c=n(21735),u=n(63399),d=n(44450),h=n(20201),p=n(50050);let f="jodit-file-browser-preview",m=(t="next",i="right")=>`<div class="${f}__navigation ${f}__navigation_arrow_${t}">`+a.Icon.get("angle-"+i)+"</a>";i.default=t=>{if(!t.o.contextMenu)return()=>{};let i=(0,u.makeContextMenu)(t);return n=>{let a=(0,c.getItem)(n.target,t.container);if(!a)return;let u=a,g=t.options,b=t=>(0,r.attr)(u,t)||"";return t.async.setTimeout(()=>{let r=(0,c.elementToItem)(a,(0,l.elementsMap)(t));r&&(t.state.activeElements=[r],i.show(n.clientX,n.clientY,[!!("1"!==b("data-is-file")&&g.editImage&&(t.dataProvider.canI("ImageResize")||t.dataProvider.canI("ImageCrop")))&&{icon:"pencil",title:"Edit",exec:()=>p.openImageEditor.call(t,b("href"),b("data-name"),b("data-path"),b("data-source"))},!!t.dataProvider.canI("FileRename")&&{icon:"italic",title:"Rename",exec:()=>{t.e.fire("fileRename.filebrowser",b("data-name"),b("data-path"),b("data-source"))}},!!t.dataProvider.canI("FileRemove")&&{icon:"bin",title:"Delete",exec:async()=>{try{await (0,d.deleteFile)(t,b("data-name"),b("data-source"))}catch(i){return t.status(i)}return t.state.activeElements=[],(0,h.loadTree)(t).catch(t.status)}},!!g.preview&&{icon:"eye",title:"Preview",exec:()=>{let i=t.dlg({buttons:["fullsize","dialog.close"]}),n=t.c.div(f,'<div class="jodit-icon_loader"></div>'),r=t.c.div(f+"__box"),a=t.c.fromHTML(m()),l=t.c.fromHTML(m("prev","left")),c=s=>{let c=t.c.element("img");c.setAttribute("src",s);let d=()=>{var s;t.isInDestruct||(t.e.off(c,"load"),o.Dom.detach(n),g.showPreviewNavigation&&(o.Dom.prevWithClass(u,t.files.getFullElName("item"))&&n.appendChild(l),o.Dom.nextWithClass(u,t.files.getFullElName("item"))&&n.appendChild(a)),n.appendChild(r),r.appendChild(c),i.setPosition(),null==(s=null==t?void 0:t.events)||s.fire("previewOpenedAndLoaded"))};t.e.on(c,"load",d),c.complete&&d()};t.e.on([a,l],"click",function(){if(!(u=this===a?o.Dom.nextWithClass(u,t.files.getFullElName("item")):o.Dom.prevWithClass(u,t.files.getFullElName("item"))))throw(0,s.error)("Need element");o.Dom.detach(n),o.Dom.detach(r),n.innerHTML='<div class="jodit-icon_loader"></div>',c(b("href"))}),t.e.on("beforeDestruct",()=>{i.destruct()}),i.container.classList.add(f+"__dialog"),i.setContent(n),i.setPosition(),i.open(),c(b("href")),t.events.on("beforeDestruct",()=>{i.destruct()}).fire("previewOpened")}},{icon:"upload",title:"Download",exec:()=>{let i=b("href");i&&t.ow.open(i)}}]))},t.defaultTimeout),t.e.on("beforeClose",()=>{i.close()}).on("beforeDestruct",()=>i.destruct()),n.stopPropagation(),n.preventDefault(),!1}}},41601:function(t,i,n){"use strict";n.d(i,{Ajax:function(){return o.Ajax},Response:function(){return r.Response}});var o=n(54079),r=n(98582)},41810:function(t,i,n){"use strict";var o=n(82749),r=n(31635);n(66645);var s=n(86449),a=n(21020),l=n(46166),c=n(62895),u=n(55487),d=n(27769),h=n(58579),p=n(63805),f=n(82758),m=n(65478),g=n(580),b=n(21537),v=n(50911),y=n(2692),w=n(18549),_=n(54747);class C extends v.Plugin{get state(){return this.stateManager.state}get toolRegistry(){return new u.ToolRegistry(this.j)}get permissionManager(){return new a.PermissionManager(this.j,this.toolRegistry)}get apiClient(){return new s.APIClient(this.j,this.toolRegistry)}get storage(){let{storage:t,storageKey:i,maxConversations:n}=this.j.o.aiAssistantPro;if("string"==typeof t){let o=(0,c.createStorageProvider)(t,i);return new c.WebStorageConversationStorage(o,n)}return t}get stateManager(){return new l.StateManager(this.j)}get mainPanel(){return new d.UIMainPanel(this.j,this.stateManager.state,this.j.o.aiAssistantPro,t=>{let i=this.stateManager.getCurrentConversation();i&&this.stateManager.setCurrentConversation({...i,...t})})}get dialog(){let t=this.j.dlg({resizable:this.j.o.aiAssistantPro.resizable,eventEmmiter:this.j.e});return t.e.on(t,"afterClose",()=>{this.j.e.fire("closeAIAssistantPro.ai-assistant-pro")}),t}afterInit(){(0,g.extendLang)(p),this.setupEventListeners(),this.j.async.promise(t=>{let{initiallyOpened:i,persistOpenState:n}=this.j.o.aiAssistantPro,o=i;n?this.storage.getGlobalSettings().then(t=>{if((null==t?void 0:t.isOpen)!=null&&(o=t.isOpen),o)return this.openAssistant()}).catch(()=>null).finally(()=>t(void 0)):t(void 0)}).catch(()=>null)}__loadData(){return this.__initedPromise?this.__initedPromise:this.isDestructed?Promise.reject():(this.__initedPromise=this.j.async.promise(t=>{this.loadInitialData().then(t)}).catch(()=>null),this.__initedPromise)}async loadInitialData(){this.mainPanel.setMod("ready",!0),await (0,h.loadInitialData)(this.j,this.storage,this.stateManager)}setupEventListeners(){this.j.e.on("selectConversation.ai-assistant-pro",async t=>{try{await this.__loadData(),await (0,h.handleConversationSelect)(t,this.storage,this.stateManager)}catch(t){f.IS_PROD}}),this.j.e.on("newConversation.ai-assistant-pro",async()=>{await this.__loadData();let t=(0,h.createNewConversation)(this.j,this.state.defaultModel,this.state.defaultTemperature);this.stateManager.setCurrentConversation(t)}),this.j.e.on("deleteConversation.ai-assistant-pro",async t=>{await this.__loadData(),await this.deleteConversation(t)}),this.j.e.on("backToList.ai-assistant-pro",async()=>{await this.__loadData(),await (0,h.handleBackToList)(this.storage,this.stateManager)}),this.j.e.on("removeContext.ai-assistant-pro",async t=>{await this.__loadData(),this.stateManager.removeSelectionContext(t)}),this.j.e.on("approveToolCall.ai-assistant-pro",async(t,i)=>{try{await this.__loadData();let n=await (0,h.handleToolApproval)(t,i,this.stateManager,this.permissionManager,this.storage);if(n){let t=this.stateManager.getCurrentConversation();if(!t)return;let i=t.messages.find(t=>{var i;return null==(i=t.toolCalls)?void 0:i.some(t=>t.id===n.id)});if(!i)return;await this.executeToolCall(i.id,n)}}catch(t){if((0,b.isAbortError)(t))return;this.stateManager.setError(t instanceof Error?t.message:String(t))}}),this.j.e.on("denyToolCall.ai-assistant-pro",async t=>{await this.__loadData(),await (0,h.handleToolDenial)(this.j,t,this.stateManager,this.storage)}),this.j.e.on("abortRequest.ai-assistant-pro",async()=>{await this.__loadData(),this.apiClient.abort(),this.stateManager.setLoading(!1)})}__applyTheme(){(0,h.applyTheme)(this.j,this.stateManager.state.theme,this.stateManager.state.displayMode,this.mainPanel.container,this.dialog)}async openAssistant(){if(this.stateManager.isOpen()){this.stateManager.close(),await this.__closeInContainer();return}await this.__loadData(),this.isDestructed||(this.stateManager.open(),await this.__openInContainer(),this.j.o.aiAssistantPro.includeSelectionByDefault&&!this.j.s.isCollapsed()&&this.addCurrentSelectionToContext())}async __openInContainer(){let{resizable:t,allowClose:i,flightPanelHeight:n}=this.j.o.aiAssistantPro,{displayMode:o="right",panelWidth:r,panelHeight:s}=this.stateManager.state;switch(this.__applyTheme(),this.mainPanel.setMod("displayMode",o),this.mainPanel.setMod("allowClose",i),this.mainPanel.setParentView("dialog"===o||"flight"===o?this.dialog:this.j),this.__openedMode=o,o){case"dialog":this.dialog.setSize(r,s).open().setContent(this.mainPanel.container);break;case"flight":w.UIFlightPosition.install(this.mainPanel,this.j.container,{panelHeight:n,containerClassName:this.getFullElName("flight-container")});break;default:t&&(_.UIResize.remove(this.mainPanel),_.UIResize.install(this.mainPanel,(0,h.invertMode)(o),{handleClassName:this.getFullElName("ai-assistent-resize-handle"),onResize:({newSize:t})=>{let i="left"===o||"right"===o?t:r,n="top"===o||"bottom"===o?t:s;return this.stateManager.state.panelWidth=i,this.stateManager.state.panelHeight=n,!0}})),this.j.currentPlace.slots[o].appendChild(this.mainPanel.container),(0,h.resizeInPanelView)(this.j,o,r,s)}}__onResizeInPanelView(){let{displayMode:t,panelWidth:i,panelHeight:n}=this.stateManager.state;(0,h.resizeInPanelView)(this.j,t,i,n)}async __closeInContainer(){let{displayMode:t}=await this.stateManager.state;switch(this.__openedMode!==t&&"dialog"===this.__openedMode&&this.dialog.close(),this.__openedMode!==t&&"flight"===this.__openedMode&&this.__closeFlightMode(),t){case"dialog":this.dialog.close();break;case"flight":this.__closeFlightMode();break;default:this.mainPanel.container.remove()}}__closeFlightMode(){w.UIFlightPosition.remove(this.mainPanel)}__onSavedStateChange(){var t;let i=this.stateManager.state;return this.storage.saveGlobalSettings({displayMode:i.displayMode,panelWidth:i.panelWidth,panelHeight:i.panelHeight,theme:i.theme,defaultModel:i.defaultModel,defaultTemperature:i.defaultTemperature,currentConversationId:null==(t=i.currentConversation)?void 0:t.id,...this.j.o.aiAssistantPro.persistOpenState?{isOpen:i.isOpen}:{}})}async closeAssistant(){this.stateManager.isOpen()&&(await this.__loadData(),this.stateManager.close(),this.__closeInContainer())}async addCurrentSelectionToContext(){await this.__loadData();let t=(0,h.getCurrentSelectionContext)(this.j);t&&this.stateManager.addSelectionContext(t)}async executeQuickCommand(t){let i,{quickCommandsSilentMode:n,quickCommandsDisplayMode:o}=this.j.o.aiAssistantPro,r=this.j.o.aiAssistant;if(r&&r[t]&&(0,b.isString)(r[t])&&(i=r[t]),!i)return void this.j.e.fire("error",`Command not found: ${t}`);let s=this.j.s.isCollapsed()?this.j.value:this.j.s.html;if(!s)return;let a=(null==r?void 0:r.aiCommonPrefixPrompt)||"",l=(null==r?void 0:r.aiCommonSuffixPrompt)||"",c=`${a}${i}${l}
203
203
 
204
- ${s}`.trim();n?await this.__executeQuickCommandSilent(c,s):await this.__executeQuickCommandWithPanel(c,o)}async __executeQuickCommandSilent(t,i){await this.__loadData(),this.j.progressbar.show().progress(100);try{let i=(0,h.createUserMessage)(t),n=(0,h.createNewConversation)(this.j,this.state.defaultModel,this.state.defaultTemperature,[i]),o=await this.apiClient.sendRequest(n.id,n.messages,null,[],n.options);if("final"===o.mode){let t=o.response.content;t&&this.j.s.insertHTML(t)}}catch(t){(0,b.isAbortError)(t)||this.j.e.fire("error",t)}finally{this.j.progressbar.hide()}}async __executeQuickCommandWithPanel(t,i){await this.__loadData();let n=this.stateManager.state.displayMode;this.stateManager.state.displayMode=i;let o=(0,h.getCurrentSelectionContext)(this.j);o&&this.stateManager.addSelectionContext(o),this.stateManager.isOpen()||await this.openAssistant(),await this.sendMessage(t),this.stateManager.state.displayMode=n}async sendMessage(t){await this.__loadData();let i=this.stateManager.getCurrentConversation(),n=this.stateManager.getEditingMessageId();if(n&&i){let t=i.messages.findIndex(t=>t.id===n);if(-1!==t){let n=i.messages.slice(0,t),o={...i,messages:n,updatedAt:Date.now()};this.stateManager.setCurrentConversation(o),await this.storage.save(o),this.stateManager.clearEditingMessage(),i=o}}i||(i=(0,h.createNewConversation)(this.j,this.state.defaultModel,this.state.defaultTemperature),this.stateManager.setCurrentConversation(i));let o=null;t.trim()&&(o=(0,h.createUserMessage)(t),i.title||(i={...i,title:t}),i={...i,updated:Date.now(),messages:[...i.messages,o]}),this.stateManager.setCurrentConversation({...i}),o&&this.j.e.fire("messageSent.ai-assistant-pro",o),this.stateManager.setLoading(!0),this.stateManager.clearError();try{await this.sendRequestToAI(0),this.stateManager.clearSelectionContexts()}catch(t){if((0,b.isAbortError)(t))return;this.stateManager.setError(t instanceof Error?t.message:String(t))}finally{this.stateManager.setLoading(!1)}}async sendRequestToAI(t=0){let i,n,o=this.j.o.aiAssistantPro.maxRecursionToolCallDepth;if(t>=o)throw Error(`Max recursion depth ${o} reached for tool calls`);let r=this.stateManager.getCurrentConversation();if(!r)return;let s=(0,h.findParentMessageId)(r),[a]=await Promise.all([this.apiClient.sendRequest(r.id,r.messages,s,this.stateManager.getSelectionContexts(),r.options),this.storage.save(r)]);if("stream"===a.mode){let t=await (0,h.processStreamingResponse)(this.stateManager,a,r);i=t.aiMessage,n=t.index,r=t.conversation}else{let t=(0,h.processFinalResponse)(a,r);i=t.aiMessage,n=t.index,r=t.conversation}r=await (0,h.processArtifacts)(this.j,i,r,n),this.j.e.fire("messageReceived.ai-assistant-pro",i),this.stateManager.setCurrentConversation({...r}),await this.storage.save(r),await this.handleToolCalls(i.id,t)}async deleteConversation(t){await this.__loadData(),await (0,h.deleteConversationWithCleanup)(this.j,t,this.storage,this.stateManager,this.permissionManager)}async searchConversations(t){await this.__loadData(),await (0,h.handleConversationSearch)(t,this.storage,this.stateManager)}async handleToolCalls(t,i=0){let n=this.stateManager.getCurrentConversation();if(!n)return;let o=n.messages.find(i=>i.id===t);if(!o)return;let r=o.toolCalls;if(!r||0===r.length)return;await this.__loadData();let{approved:s,needsPermission:a}=this.permissionManager.filterToolCalls(r,n.permissions);for(let n of(this.stateManager.setPendingToolCalls(a),s))await this.executeToolCall(t,n,i)}async executeToolCall(t,i,n=0){await this.__loadData();let o=this.stateManager.getCurrentConversation();if(!o)return;let r=await (0,h.executeToolCall)(this.j,i,this.toolRegistry),s=o.messages.findIndex(i=>i.id===t);if(-1===s)return;let a=o.messages[s],l=o.messages.slice();l[s]=(0,h.updateToolCallInMessage)(a,r),o={...o,messages:l,updated:Date.now()},this.stateManager.setCurrentConversation(o),(0,h.areAllToolCallsExecuted)(o)&&await this.sendRequestToAI(n+1)}async copyMessage(t){let i=this.stateManager.getCurrentConversation();if(!i)return;let n=i.messages.find(i=>i.id===t);if(n)try{await navigator.clipboard.writeText(n.content),this.j.message.success("Message copied to clipboard")}catch(t){this.j.e.fire("error",Error("Failed to copy message"))}}async restartFromMessage(t){let i=this.stateManager.getCurrentConversation();if(!i)return;let n=i.messages.findIndex(i=>i.id===t);if(-1===n)return;let o=i.messages[n];if("user"!==o.role)return;await this.__loadData();let r=i.messages.slice(0,n),s={...i,messages:r,updatedAt:Date.now()};this.stateManager.setCurrentConversation(s),await this.storage.save(s),await this.sendMessage(o.content)}async editMessage(t){let i=this.stateManager.getCurrentConversation();if(!i)return;let n=i.messages.find(i=>i.id===t);n&&"user"===n.role&&(this.stateManager.setEditingMessageId(t),this.mainPanel.inputArea.setValue(n.content),this.mainPanel.inputArea.focus())}cancelEditMessage(){this.stateManager.isEditingMessage()&&(this.stateManager.clearEditingMessage(),this.mainPanel.inputArea.setValue(""))}async deleteMessage(t){await this.__loadData();let i=this.stateManager.getCurrentConversation();if(!i||-1===i.messages.findIndex(i=>i.id===t))return;let n=i.messages.filter(i=>i.id!==t),o={...i,messages:n,updatedAt:Date.now()};this.stateManager.setCurrentConversation(o),await this.storage.save(o)}beforeDestruct(){var t,i,n,o,r,s,a,l;this.__closeFlightMode(),null==(t=(0,m.cached)(this,"toolRegistry"))||t.destruct(),null==(i=(0,m.cached)(this,"permissionManager"))||i.destruct(),null==(n=(0,m.cached)(this,"apiClient"))||n.destruct(),null==(o=(0,m.cached)(this,"stateManager"))||o.destruct(),null==(r=(0,m.cached)(this,"mainPanel"))||r.destruct(),null==(s=(0,m.cached)(this,"dialog"))||s.destruct(),null==(l=(0,m.cached)(this,"storage"))||null==(a=l.close)||a.call(l)}constructor(...t){super(...t),(0,o._)(this,"buttons",[{name:"aiAssistantPro",group:"insert"},{name:"aiCommandsPro",group:"insert"}]),(0,o._)(this,"__initedPromise",null),(0,o._)(this,"__openedMode",null)}}(0,o._)(C,"requires",["license"]),(0,r.__decorate)([m.cache],C.prototype,"toolRegistry",null),(0,r.__decorate)([m.cache],C.prototype,"permissionManager",null),(0,r.__decorate)([m.cache],C.prototype,"apiClient",null),(0,r.__decorate)([m.cache],C.prototype,"storage",null),(0,r.__decorate)([m.cache],C.prototype,"stateManager",null),(0,r.__decorate)([m.cache],C.prototype,"mainPanel",null),(0,r.__decorate)([m.cache],C.prototype,"dialog",null),(0,r.__decorate)([(0,m.watch)("state.theme")],C.prototype,"__applyTheme",null),(0,r.__decorate)([(0,m.watch)(":openAIAssistantPro.ai-assistant-pro")],C.prototype,"openAssistant",null),(0,r.__decorate)([(0,m.watch)(["state.panelWidth","state.panelHeight"])],C.prototype,"__onResizeInPanelView",null),(0,r.__decorate)([(0,m.watch)(["state.isOpen","state.displayMode","state.panelWidth","state.panelHeight","state.theme","state.defaultModel","state.defaultTemperature","state.currentConversation"]),(0,m.debounce)()],C.prototype,"__onSavedStateChange",null),(0,r.__decorate)([(0,m.watch)(":closeAIAssistantPro.ai-assistant-pro")],C.prototype,"closeAssistant",null),(0,r.__decorate)([(0,m.watch)(":addContextToAIAssistant.ai-assistant-pro")],C.prototype,"addCurrentSelectionToContext",null),(0,r.__decorate)([(0,m.watch)(":executeQuickCommand.ai-assistant-pro")],C.prototype,"executeQuickCommand",null),(0,r.__decorate)([(0,m.watch)(":sendMessage.ai-assistant-pro")],C.prototype,"sendMessage",null),(0,r.__decorate)([(0,m.watch)(":searchConversations.ai-assistant-pro")],C.prototype,"searchConversations",null),(0,r.__decorate)([(0,m.watch)(":copyMessage.ai-assistant-pro")],C.prototype,"copyMessage",null),(0,r.__decorate)([(0,m.watch)(":restartFromMessage.ai-assistant-pro")],C.prototype,"restartFromMessage",null),(0,r.__decorate)([(0,m.watch)(":editMessage.ai-assistant-pro")],C.prototype,"editMessage",null),(0,r.__decorate)([(0,m.watch)(":cancelEditMessage.ai-assistant-pro")],C.prototype,"cancelEditMessage",null),(0,r.__decorate)([(0,m.watch)(":deleteMessage.ai-assistant-pro")],C.prototype,"deleteMessage",null),C=(0,r.__decorate)([m.component],C),y.JoditPro.plugins.add("aiAssistantPro",C)},41817:function(t,i,n){"use strict";n.r(i),i.default={"Line height":"\xc7izgi y\xfcksekliği"}},41858:function(t){t.exports={"Show Blocks":"Afficher Les Blocs"}},41872:function(t,i,n){"use strict";n.d(i,{checkBR:function(){return a}});var o=n(82758),r=n(2748),s=n(26395);function a(t,i,n){let a=!!r.Dom.closest(t,["pre","blockquote"],i.editor),c=!a&&r.Dom.closest(t,["td","th"],i.editor);if(i.o.enter.toLowerCase()===o.BR.toLowerCase()||c||n&&!a||!n&&a){var u;let n;if(a&&(n=l(l(u=t)))&&(r.Dom.safeRemove(l(u)),r.Dom.safeRemove(n),1))return!1;let o=i.createInside.element("br");if(r.Dom.before(t,o),!r.Dom.findNotEmptySibling(o,!1)){let i=o.cloneNode();r.Dom.after(o,i),r.Dom.before(i,t)}return(0,s.scrollIntoViewIfNeeded)(o,i.editor,i.ed),!0}return!1}function l(t){if(!t)return!1;let i=r.Dom.findSibling(t,!0);return!!i&&!!r.Dom.isTag(i,"br")&&i}},41876:function(t,i,n){"use strict";n.d(i,{PluginSystem:function(){return f}});var o=n(82758),r=n(57012),s=n(46559),a=n(68345),l=n(60132),c=n(70799),u=n(31359),d=n(14041),h=n(48591),p=n(89672);class f{get size(){return this.__items.size}add(t,i){this.__items.set((0,p.normalizeName)(t),i),r.eventEmitter.fire(`plugin:${t}:ready`)}get(t){return this.__items.get((0,p.normalizeName)(t))}remove(t){this.__items.delete((0,p.normalizeName)(t))}__getFullPluginsList(t){let i=[];return this.__items.forEach((n,o)=>{(!t||t.has(o))&&i.push([o,n])}),i}__init(t){let{extraList:i,disableList:n,filter:r}={extraList:t.o.extraPlugins.map(t=>(0,c.isString)(t)?{name:t}:t),disableList:new Set((0,s.splitArray)(t.o.disablePlugins).map(p.normalizeName)),filter:t.o.safeMode?new Set(t.o.safePluginsList):null},f=new Map,m={},g=new Set;t.__plugins=m;let b=()=>{if(t.isInDestruct)return;let i=!1;this.__getFullPluginsList(r).forEach(([o,r])=>{if(n.has(o)||f.has(o))return;let s=null==r?void 0:r.requires;if(s&&(0,a.isArray)(s)&&s.length){if(s.some(t=>n.has(t)))return;if(!s.every(t=>f.has(t)))return void g.add(o)}i=!0;let l=(0,h.makeInstance)(t,r);if(!l){f.set(o,null),g.delete(o);return}(0,u.init)(t,o,r,l,f,g,this.opts.getContainer),m[o]=l}),i&&(t.e.fire("updatePlugins"),b())};i&&i.length&&(0,d.loadExtras)(this.__items,t,i,b),b(),t.e.on("beforeDestruct",()=>{Object.keys(m).forEach(i=>{let n=m[i];(0,l.isDestructable)(n)&&n.destruct(t),delete m[i]}),delete t.__plugins}),o.IS_PROD||g.size}wait(t){return new Promise(i=>{if(this.get(t))return i();let n=()=>{i(),r.eventEmitter.off(`plugin:${t}:ready`,n)};r.eventEmitter.on(`plugin:${t}:ready`,n)})}constructor(t){this.opts=t,this.__items=new Map}}},41943:function(t){"use strict";t.exports=JSON.parse('{"categories":["Smileys & Emotion","People & Body","Animals & Nature","Food & Drink","Travel & Places","Activities","Objects","Symbols","Flags"],"emoji":[{"e":"\uD83D\uDE00","d":"grinning face","c":0,"a":["grinning"],"t":["smile","happy"]},{"e":"\uD83D\uDE03","d":"grinning face with big eyes","c":0,"a":["smiley"],"t":["happy","joy","haha"]},{"e":"\uD83D\uDE04","d":"grinning face with smiling eyes","c":0,"a":["smile"],"t":["happy","joy","laugh","pleased"]},{"e":"\uD83D\uDE01","d":"beaming face with smiling eyes","c":0,"a":["grin"]},{"e":"\uD83D\uDE06","d":"grinning squinting face","c":0,"a":["laughing","satisfied"],"t":["happy","haha"]},{"e":"\uD83D\uDE05","d":"grinning face with sweat","c":0,"a":["sweat_smile"],"t":["hot"]},{"e":"\uD83E\uDD23","d":"rolling on the floor laughing","c":0,"a":["rofl"],"t":["lol","laughing"]},{"e":"\uD83D\uDE02","d":"face with tears of joy","c":0,"a":["joy"],"t":["tears"]},{"e":"\uD83D\uDE42","d":"slightly smiling face","c":0,"a":["slightly_smiling_face"]},{"e":"\uD83D\uDE43","d":"upside-down face","c":0,"a":["upside_down_face"]},{"e":"\uD83D\uDE09","d":"winking face","c":0,"a":["wink"],"t":["flirt"]},{"e":"\uD83D\uDE0A","d":"smiling face with smiling eyes","c":0,"a":["blush"],"t":["proud"]},{"e":"\uD83D\uDE07","d":"smiling face with halo","c":0,"a":["innocent"],"t":["angel"]},{"e":"\uD83E\uDD70","d":"smiling face with hearts","c":0,"a":["smiling_face_with_three_hearts"],"t":["love"]},{"e":"\uD83D\uDE0D","d":"smiling face with heart-eyes","c":0,"a":["heart_eyes"],"t":["love","crush"]},{"e":"\uD83E\uDD29","d":"star-struck","c":0,"a":["star_struck"],"t":["eyes"]},{"e":"\uD83D\uDE18","d":"face blowing a kiss","c":0,"a":["kissing_heart"],"t":["flirt"]},{"e":"\uD83D\uDE17","d":"kissing face","c":0,"a":["kissing"]},{"e":"☺️","d":"smiling face","c":0,"a":["relaxed"],"t":["blush","pleased"]},{"e":"\uD83D\uDE1A","d":"kissing face with closed eyes","c":0,"a":["kissing_closed_eyes"]},{"e":"\uD83D\uDE19","d":"kissing face with smiling eyes","c":0,"a":["kissing_smiling_eyes"]},{"e":"\uD83E\uDD72","d":"smiling face with tear","c":0,"a":["smiling_face_with_tear"]},{"e":"\uD83D\uDE0B","d":"face savoring food","c":0,"a":["yum"],"t":["tongue","lick"]},{"e":"\uD83D\uDE1B","d":"face with tongue","c":0,"a":["stuck_out_tongue"]},{"e":"\uD83D\uDE1C","d":"winking face with tongue","c":0,"a":["stuck_out_tongue_winking_eye"],"t":["prank","silly"]},{"e":"\uD83E\uDD2A","d":"zany face","c":0,"a":["zany_face"],"t":["goofy","wacky"]},{"e":"\uD83D\uDE1D","d":"squinting face with tongue","c":0,"a":["stuck_out_tongue_closed_eyes"],"t":["prank"]},{"e":"\uD83E\uDD11","d":"money-mouth face","c":0,"a":["money_mouth_face"],"t":["rich"]},{"e":"\uD83E\uDD17","d":"hugging face","c":0,"a":["hugs"]},{"e":"\uD83E\uDD2D","d":"face with hand over mouth","c":0,"a":["hand_over_mouth"],"t":["quiet","whoops"]},{"e":"\uD83E\uDD2B","d":"shushing face","c":0,"a":["shushing_face"],"t":["silence","quiet"]},{"e":"\uD83E\uDD14","d":"thinking face","c":0,"a":["thinking"]},{"e":"\uD83E\uDD10","d":"zipper-mouth face","c":0,"a":["zipper_mouth_face"],"t":["silence","hush"]},{"e":"\uD83E\uDD28","d":"face with raised eyebrow","c":0,"a":["raised_eyebrow"],"t":["suspicious"]},{"e":"\uD83D\uDE10","d":"neutral face","c":0,"a":["neutral_face"],"t":["meh"]},{"e":"\uD83D\uDE11","d":"expressionless face","c":0,"a":["expressionless"]},{"e":"\uD83D\uDE36","d":"face without mouth","c":0,"a":["no_mouth"],"t":["mute","silence"]},{"e":"\uD83D\uDE0F","d":"smirking face","c":0,"a":["smirk"],"t":["smug"]},{"e":"\uD83D\uDE12","d":"unamused face","c":0,"a":["unamused"],"t":["meh"]},{"e":"\uD83D\uDE44","d":"face with rolling eyes","c":0,"a":["roll_eyes"]},{"e":"\uD83D\uDE2C","d":"grimacing face","c":0,"a":["grimacing"]},{"e":"\uD83E\uDD25","d":"lying face","c":0,"a":["lying_face"],"t":["liar"]},{"e":"\uD83D\uDE0C","d":"relieved face","c":0,"a":["relieved"],"t":["whew"]},{"e":"\uD83D\uDE14","d":"pensive face","c":0,"a":["pensive"]},{"e":"\uD83D\uDE2A","d":"sleepy face","c":0,"a":["sleepy"],"t":["tired"]},{"e":"\uD83E\uDD24","d":"drooling face","c":0,"a":["drooling_face"]},{"e":"\uD83D\uDE34","d":"sleeping face","c":0,"a":["sleeping"],"t":["zzz"]},{"e":"\uD83D\uDE37","d":"face with medical mask","c":0,"a":["mask"],"t":["sick","ill"]},{"e":"\uD83E\uDD12","d":"face with thermometer","c":0,"a":["face_with_thermometer"],"t":["sick"]},{"e":"\uD83E\uDD15","d":"face with head-bandage","c":0,"a":["face_with_head_bandage"],"t":["hurt"]},{"e":"\uD83E\uDD22","d":"nauseated face","c":0,"a":["nauseated_face"],"t":["sick","barf","disgusted"]},{"e":"\uD83E\uDD2E","d":"face vomiting","c":0,"a":["vomiting_face"],"t":["barf","sick"]},{"e":"\uD83E\uDD27","d":"sneezing face","c":0,"a":["sneezing_face"],"t":["achoo","sick"]},{"e":"\uD83E\uDD75","d":"hot face","c":0,"a":["hot_face"],"t":["heat","sweating"]},{"e":"\uD83E\uDD76","d":"cold face","c":0,"a":["cold_face"],"t":["freezing","ice"]},{"e":"\uD83E\uDD74","d":"woozy face","c":0,"a":["woozy_face"],"t":["groggy"]},{"e":"\uD83D\uDE35","d":"dizzy face","c":0,"a":["dizzy_face"]},{"e":"\uD83E\uDD2F","d":"exploding head","c":0,"a":["exploding_head"],"t":["mind","blown"]},{"e":"\uD83E\uDD20","d":"cowboy hat face","c":0,"a":["cowboy_hat_face"]},{"e":"\uD83E\uDD73","d":"partying face","c":0,"a":["partying_face"],"t":["celebration","birthday"]},{"e":"\uD83E\uDD78","d":"disguised face","c":0,"a":["disguised_face"]},{"e":"\uD83D\uDE0E","d":"smiling face with sunglasses","c":0,"a":["sunglasses"],"t":["cool"]},{"e":"\uD83E\uDD13","d":"nerd face","c":0,"a":["nerd_face"],"t":["geek","glasses"]},{"e":"\uD83E\uDDD0","d":"face with monocle","c":0,"a":["monocle_face"]},{"e":"\uD83D\uDE15","d":"confused face","c":0,"a":["confused"]},{"e":"\uD83D\uDE1F","d":"worried face","c":0,"a":["worried"],"t":["nervous"]},{"e":"\uD83D\uDE41","d":"slightly frowning face","c":0,"a":["slightly_frowning_face"]},{"e":"☹️","d":"frowning face","c":0,"a":["frowning_face"]},{"e":"\uD83D\uDE2E","d":"face with open mouth","c":0,"a":["open_mouth"],"t":["surprise","impressed","wow"]},{"e":"\uD83D\uDE2F","d":"hushed face","c":0,"a":["hushed"],"t":["silence","speechless"]},{"e":"\uD83D\uDE32","d":"astonished face","c":0,"a":["astonished"],"t":["amazed","gasp"]},{"e":"\uD83D\uDE33","d":"flushed face","c":0,"a":["flushed"]},{"e":"\uD83E\uDD7A","d":"pleading face","c":0,"a":["pleading_face"],"t":["puppy","eyes"]},{"e":"\uD83D\uDE26","d":"frowning face with open mouth","c":0,"a":["frowning"]},{"e":"\uD83D\uDE27","d":"anguished face","c":0,"a":["anguished"],"t":["stunned"]},{"e":"\uD83D\uDE28","d":"fearful face","c":0,"a":["fearful"],"t":["scared","shocked","oops"]},{"e":"\uD83D\uDE30","d":"anxious face with sweat","c":0,"a":["cold_sweat"],"t":["nervous"]},{"e":"\uD83D\uDE25","d":"sad but relieved face","c":0,"a":["disappointed_relieved"],"t":["phew","sweat","nervous"]},{"e":"\uD83D\uDE22","d":"crying face","c":0,"a":["cry"],"t":["sad","tear"]},{"e":"\uD83D\uDE2D","d":"loudly crying face","c":0,"a":["sob"],"t":["sad","cry","bawling"]},{"e":"\uD83D\uDE31","d":"face screaming in fear","c":0,"a":["scream"],"t":["horror","shocked"]},{"e":"\uD83D\uDE16","d":"confounded face","c":0,"a":["confounded"]},{"e":"\uD83D\uDE23","d":"persevering face","c":0,"a":["persevere"],"t":["struggling"]},{"e":"\uD83D\uDE1E","d":"disappointed face","c":0,"a":["disappointed"],"t":["sad"]},{"e":"\uD83D\uDE13","d":"downcast face with sweat","c":0,"a":["sweat"]},{"e":"\uD83D\uDE29","d":"weary face","c":0,"a":["weary"],"t":["tired"]},{"e":"\uD83D\uDE2B","d":"tired face","c":0,"a":["tired_face"],"t":["upset","whine"]},{"e":"\uD83E\uDD71","d":"yawning face","c":0,"a":["yawning_face"]},{"e":"\uD83D\uDE24","d":"face with steam from nose","c":0,"a":["triumph"],"t":["smug"]},{"e":"\uD83D\uDE21","d":"pouting face","c":0,"a":["rage","pout"],"t":["angry"]},{"e":"\uD83D\uDE20","d":"angry face","c":0,"a":["angry"],"t":["mad","annoyed"]},{"e":"\uD83E\uDD2C","d":"face with symbols on mouth","c":0,"a":["cursing_face"],"t":["foul"]},{"e":"\uD83D\uDE08","d":"smiling face with horns","c":0,"a":["smiling_imp"],"t":["devil","evil","horns"]},{"e":"\uD83D\uDC7F","d":"angry face with horns","c":0,"a":["imp"],"t":["angry","devil","evil","horns"]},{"e":"\uD83D\uDC80","d":"skull","c":0,"a":["skull"],"t":["dead","danger","poison"]},{"e":"☠️","d":"skull and crossbones","c":0,"a":["skull_and_crossbones"],"t":["danger","pirate"]},{"e":"\uD83D\uDCA9","d":"pile of poo","c":0,"a":["hankey","poop","shit"],"t":["crap"]},{"e":"\uD83E\uDD21","d":"clown face","c":0,"a":["clown_face"]},{"e":"\uD83D\uDC79","d":"ogre","c":0,"a":["japanese_ogre"],"t":["monster"]},{"e":"\uD83D\uDC7A","d":"goblin","c":0,"a":["japanese_goblin"]},{"e":"\uD83D\uDC7B","d":"ghost","c":0,"a":["ghost"],"t":["halloween"]},{"e":"\uD83D\uDC7D","d":"alien","c":0,"a":["alien"],"t":["ufo"]},{"e":"\uD83D\uDC7E","d":"alien monster","c":0,"a":["space_invader"],"t":["game","retro"]},{"e":"\uD83E\uDD16","d":"robot","c":0,"a":["robot"]},{"e":"\uD83D\uDE3A","d":"grinning cat","c":0,"a":["smiley_cat"]},{"e":"\uD83D\uDE38","d":"grinning cat with smiling eyes","c":0,"a":["smile_cat"]},{"e":"\uD83D\uDE39","d":"cat with tears of joy","c":0,"a":["joy_cat"]},{"e":"\uD83D\uDE3B","d":"smiling cat with heart-eyes","c":0,"a":["heart_eyes_cat"]},{"e":"\uD83D\uDE3C","d":"cat with wry smile","c":0,"a":["smirk_cat"]},{"e":"\uD83D\uDE3D","d":"kissing cat","c":0,"a":["kissing_cat"]},{"e":"\uD83D\uDE40","d":"weary cat","c":0,"a":["scream_cat"],"t":["horror"]},{"e":"\uD83D\uDE3F","d":"crying cat","c":0,"a":["crying_cat_face"],"t":["sad","tear"]},{"e":"\uD83D\uDE3E","d":"pouting cat","c":0,"a":["pouting_cat"]},{"e":"\uD83D\uDE48","d":"see-no-evil monkey","c":0,"a":["see_no_evil"],"t":["monkey","blind","ignore"]},{"e":"\uD83D\uDE49","d":"hear-no-evil monkey","c":0,"a":["hear_no_evil"],"t":["monkey","deaf"]},{"e":"\uD83D\uDE4A","d":"speak-no-evil monkey","c":0,"a":["speak_no_evil"],"t":["monkey","mute","hush"]},{"e":"\uD83D\uDC8B","d":"kiss mark","c":0,"a":["kiss"],"t":["lipstick"]},{"e":"\uD83D\uDC8C","d":"love letter","c":0,"a":["love_letter"],"t":["email","envelope"]},{"e":"\uD83D\uDC98","d":"heart with arrow","c":0,"a":["cupid"],"t":["love","heart"]},{"e":"\uD83D\uDC9D","d":"heart with ribbon","c":0,"a":["gift_heart"],"t":["chocolates"]},{"e":"\uD83D\uDC96","d":"sparkling heart","c":0,"a":["sparkling_heart"]},{"e":"\uD83D\uDC97","d":"growing heart","c":0,"a":["heartpulse"]},{"e":"\uD83D\uDC93","d":"beating heart","c":0,"a":["heartbeat"]},{"e":"\uD83D\uDC9E","d":"revolving hearts","c":0,"a":["revolving_hearts"]},{"e":"\uD83D\uDC95","d":"two hearts","c":0,"a":["two_hearts"]},{"e":"\uD83D\uDC9F","d":"heart decoration","c":0,"a":["heart_decoration"]},{"e":"❣️","d":"heart exclamation","c":0,"a":["heavy_heart_exclamation"]},{"e":"\uD83D\uDC94","d":"broken heart","c":0,"a":["broken_heart"]},{"e":"❤️","d":"red heart","c":0,"a":["heart"],"t":["love"]},{"e":"\uD83E\uDDE1","d":"orange heart","c":0,"a":["orange_heart"]},{"e":"\uD83D\uDC9B","d":"yellow heart","c":0,"a":["yellow_heart"]},{"e":"\uD83D\uDC9A","d":"green heart","c":0,"a":["green_heart"]},{"e":"\uD83D\uDC99","d":"blue heart","c":0,"a":["blue_heart"]},{"e":"\uD83D\uDC9C","d":"purple heart","c":0,"a":["purple_heart"]},{"e":"\uD83E\uDD0E","d":"brown heart","c":0,"a":["brown_heart"]},{"e":"\uD83D\uDDA4","d":"black heart","c":0,"a":["black_heart"]},{"e":"\uD83E\uDD0D","d":"white heart","c":0,"a":["white_heart"]},{"e":"\uD83D\uDCAF","d":"hundred points","c":0,"a":["100"],"t":["score","perfect"]},{"e":"\uD83D\uDCA2","d":"anger symbol","c":0,"a":["anger"],"t":["angry"]},{"e":"\uD83D\uDCA5","d":"collision","c":0,"a":["boom","collision"],"t":["explode"]},{"e":"\uD83D\uDCAB","d":"dizzy","c":0,"a":["dizzy"],"t":["star"]},{"e":"\uD83D\uDCA6","d":"sweat droplets","c":0,"a":["sweat_drops"],"t":["water","workout"]},{"e":"\uD83D\uDCA8","d":"dashing away","c":0,"a":["dash"],"t":["wind","blow","fast"]},{"e":"\uD83D\uDD73️","d":"hole","c":0,"a":["hole"]},{"e":"\uD83D\uDCA3","d":"bomb","c":0,"a":["bomb"],"t":["boom"]},{"e":"\uD83D\uDCAC","d":"speech balloon","c":0,"a":["speech_balloon"],"t":["comment"]},{"e":"\uD83D\uDC41️‍\uD83D\uDDE8️","d":"eye in speech bubble","c":0,"a":["eye_speech_bubble"]},{"e":"\uD83D\uDDE8️","d":"left speech bubble","c":0,"a":["left_speech_bubble"]},{"e":"\uD83D\uDDEF️","d":"right anger bubble","c":0,"a":["right_anger_bubble"]},{"e":"\uD83D\uDCAD","d":"thought balloon","c":0,"a":["thought_balloon"],"t":["thinking"]},{"e":"\uD83D\uDCA4","d":"zzz","c":0,"a":["zzz"],"t":["sleeping"]},{"e":"\uD83D\uDC4B","d":"waving hand","c":1,"a":["wave"],"t":["goodbye"]},{"e":"\uD83E\uDD1A","d":"raised back of hand","c":1,"a":["raised_back_of_hand"]},{"e":"\uD83D\uDD90️","d":"hand with fingers splayed","c":1,"a":["raised_hand_with_fingers_splayed"]},{"e":"✋","d":"raised hand","c":1,"a":["hand","raised_hand"],"t":["highfive","stop"]},{"e":"\uD83D\uDD96","d":"vulcan salute","c":1,"a":["vulcan_salute"],"t":["prosper","spock"]},{"e":"\uD83D\uDC4C","d":"OK hand","c":1,"a":["ok_hand"]},{"e":"\uD83E\uDD0C","d":"pinched fingers","c":1,"a":["pinched_fingers"]},{"e":"\uD83E\uDD0F","d":"pinching hand","c":1,"a":["pinching_hand"]},{"e":"✌️","d":"victory hand","c":1,"a":["v"],"t":["victory","peace"]},{"e":"\uD83E\uDD1E","d":"crossed fingers","c":1,"a":["crossed_fingers"],"t":["luck","hopeful"]},{"e":"\uD83E\uDD1F","d":"love-you gesture","c":1,"a":["love_you_gesture"]},{"e":"\uD83E\uDD18","d":"sign of the horns","c":1,"a":["metal"]},{"e":"\uD83E\uDD19","d":"call me hand","c":1,"a":["call_me_hand"]},{"e":"\uD83D\uDC48","d":"backhand index pointing left","c":1,"a":["point_left"]},{"e":"\uD83D\uDC49","d":"backhand index pointing right","c":1,"a":["point_right"]},{"e":"\uD83D\uDC46","d":"backhand index pointing up","c":1,"a":["point_up_2"]},{"e":"\uD83D\uDD95","d":"middle finger","c":1,"a":["middle_finger","fu"]},{"e":"\uD83D\uDC47","d":"backhand index pointing down","c":1,"a":["point_down"]},{"e":"☝️","d":"index pointing up","c":1,"a":["point_up"]},{"e":"\uD83D\uDC4D","d":"thumbs up","c":1,"a":["+1","thumbsup"],"t":["approve","ok"]},{"e":"\uD83D\uDC4E","d":"thumbs down","c":1,"a":["-1","thumbsdown"],"t":["disapprove","bury"]},{"e":"✊","d":"raised fist","c":1,"a":["fist_raised","fist"],"t":["power"]},{"e":"\uD83D\uDC4A","d":"oncoming fist","c":1,"a":["fist_oncoming","facepunch","punch"],"t":["attack"]},{"e":"\uD83E\uDD1B","d":"left-facing fist","c":1,"a":["fist_left"]},{"e":"\uD83E\uDD1C","d":"right-facing fist","c":1,"a":["fist_right"]},{"e":"\uD83D\uDC4F","d":"clapping hands","c":1,"a":["clap"],"t":["praise","applause"]},{"e":"\uD83D\uDE4C","d":"raising hands","c":1,"a":["raised_hands"],"t":["hooray"]},{"e":"\uD83D\uDC50","d":"open hands","c":1,"a":["open_hands"]},{"e":"\uD83E\uDD32","d":"palms up together","c":1,"a":["palms_up_together"]},{"e":"\uD83E\uDD1D","d":"handshake","c":1,"a":["handshake"],"t":["deal"]},{"e":"\uD83D\uDE4F","d":"folded hands","c":1,"a":["pray"],"t":["please","hope","wish"]},{"e":"✍️","d":"writing hand","c":1,"a":["writing_hand"]},{"e":"\uD83D\uDC85","d":"nail polish","c":1,"a":["nail_care"],"t":["beauty","manicure"]},{"e":"\uD83E\uDD33","d":"selfie","c":1,"a":["selfie"]},{"e":"\uD83D\uDCAA","d":"flexed biceps","c":1,"a":["muscle"],"t":["flex","bicep","strong","workout"]},{"e":"\uD83E\uDDBE","d":"mechanical arm","c":1,"a":["mechanical_arm"]},{"e":"\uD83E\uDDBF","d":"mechanical leg","c":1,"a":["mechanical_leg"]},{"e":"\uD83E\uDDB5","d":"leg","c":1,"a":["leg"]},{"e":"\uD83E\uDDB6","d":"foot","c":1,"a":["foot"]},{"e":"\uD83D\uDC42","d":"ear","c":1,"a":["ear"],"t":["hear","sound","listen"]},{"e":"\uD83E\uDDBB","d":"ear with hearing aid","c":1,"a":["ear_with_hearing_aid"]},{"e":"\uD83D\uDC43","d":"nose","c":1,"a":["nose"],"t":["smell"]},{"e":"\uD83E\uDDE0","d":"brain","c":1,"a":["brain"]},{"e":"\uD83E\uDEC0","d":"anatomical heart","c":1,"a":["anatomical_heart"]},{"e":"\uD83E\uDEC1","d":"lungs","c":1,"a":["lungs"]},{"e":"\uD83E\uDDB7","d":"tooth","c":1,"a":["tooth"]},{"e":"\uD83E\uDDB4","d":"bone","c":1,"a":["bone"]},{"e":"\uD83D\uDC40","d":"eyes","c":1,"a":["eyes"],"t":["look","see","watch"]},{"e":"\uD83D\uDC41️","d":"eye","c":1,"a":["eye"]},{"e":"\uD83D\uDC45","d":"tongue","c":1,"a":["tongue"],"t":["taste"]},{"e":"\uD83D\uDC44","d":"mouth","c":1,"a":["lips"],"t":["kiss"]},{"e":"\uD83D\uDC76","d":"baby","c":1,"a":["baby"],"t":["child","newborn"]},{"e":"\uD83E\uDDD2","d":"child","c":1,"a":["child"]},{"e":"\uD83D\uDC66","d":"boy","c":1,"a":["boy"],"t":["child"]},{"e":"\uD83D\uDC67","d":"girl","c":1,"a":["girl"],"t":["child"]},{"e":"\uD83E\uDDD1","d":"person","c":1,"a":["adult"]},{"e":"\uD83D\uDC71","d":"person: blond hair","c":1,"a":["blond_haired_person"]},{"e":"\uD83D\uDC68","d":"man","c":1,"a":["man"],"t":["mustache","father","dad"]},{"e":"\uD83E\uDDD4","d":"man: beard","c":1,"a":["bearded_person"]},{"e":"\uD83D\uDC68‍\uD83E\uDDB0","d":"man: red hair","c":1,"a":["red_haired_man"]},{"e":"\uD83D\uDC68‍\uD83E\uDDB1","d":"man: curly hair","c":1,"a":["curly_haired_man"]},{"e":"\uD83D\uDC68‍\uD83E\uDDB3","d":"man: white hair","c":1,"a":["white_haired_man"]},{"e":"\uD83D\uDC68‍\uD83E\uDDB2","d":"man: bald","c":1,"a":["bald_man"]},{"e":"\uD83D\uDC69","d":"woman","c":1,"a":["woman"],"t":["girls"]},{"e":"\uD83D\uDC69‍\uD83E\uDDB0","d":"woman: red hair","c":1,"a":["red_haired_woman"]},{"e":"\uD83E\uDDD1‍\uD83E\uDDB0","d":"person: red hair","c":1,"a":["person_red_hair"]},{"e":"\uD83D\uDC69‍\uD83E\uDDB1","d":"woman: curly hair","c":1,"a":["curly_haired_woman"]},{"e":"\uD83E\uDDD1‍\uD83E\uDDB1","d":"person: curly hair","c":1,"a":["person_curly_hair"]},{"e":"\uD83D\uDC69‍\uD83E\uDDB3","d":"woman: white hair","c":1,"a":["white_haired_woman"]},{"e":"\uD83E\uDDD1‍\uD83E\uDDB3","d":"person: white hair","c":1,"a":["person_white_hair"]},{"e":"\uD83D\uDC69‍\uD83E\uDDB2","d":"woman: bald","c":1,"a":["bald_woman"]},{"e":"\uD83E\uDDD1‍\uD83E\uDDB2","d":"person: bald","c":1,"a":["person_bald"]},{"e":"\uD83D\uDC71‍♀️","d":"woman: blond hair","c":1,"a":["blond_haired_woman","blonde_woman"]},{"e":"\uD83D\uDC71‍♂️","d":"man: blond hair","c":1,"a":["blond_haired_man"]},{"e":"\uD83E\uDDD3","d":"older person","c":1,"a":["older_adult"]},{"e":"\uD83D\uDC74","d":"old man","c":1,"a":["older_man"]},{"e":"\uD83D\uDC75","d":"old woman","c":1,"a":["older_woman"]},{"e":"\uD83D\uDE4D","d":"person frowning","c":1,"a":["frowning_person"]},{"e":"\uD83D\uDE4D‍♂️","d":"man frowning","c":1,"a":["frowning_man"]},{"e":"\uD83D\uDE4D‍♀️","d":"woman frowning","c":1,"a":["frowning_woman"]},{"e":"\uD83D\uDE4E","d":"person pouting","c":1,"a":["pouting_face"]},{"e":"\uD83D\uDE4E‍♂️","d":"man pouting","c":1,"a":["pouting_man"]},{"e":"\uD83D\uDE4E‍♀️","d":"woman pouting","c":1,"a":["pouting_woman"]},{"e":"\uD83D\uDE45","d":"person gesturing NO","c":1,"a":["no_good"],"t":["stop","halt","denied"]},{"e":"\uD83D\uDE45‍♂️","d":"man gesturing NO","c":1,"a":["no_good_man","ng_man"],"t":["stop","halt","denied"]},{"e":"\uD83D\uDE45‍♀️","d":"woman gesturing NO","c":1,"a":["no_good_woman","ng_woman"],"t":["stop","halt","denied"]},{"e":"\uD83D\uDE46","d":"person gesturing OK","c":1,"a":["ok_person"]},{"e":"\uD83D\uDE46‍♂️","d":"man gesturing OK","c":1,"a":["ok_man"]},{"e":"\uD83D\uDE46‍♀️","d":"woman gesturing OK","c":1,"a":["ok_woman"]},{"e":"\uD83D\uDC81","d":"person tipping hand","c":1,"a":["tipping_hand_person","information_desk_person"]},{"e":"\uD83D\uDC81‍♂️","d":"man tipping hand","c":1,"a":["tipping_hand_man","sassy_man"],"t":["information"]},{"e":"\uD83D\uDC81‍♀️","d":"woman tipping hand","c":1,"a":["tipping_hand_woman","sassy_woman"],"t":["information"]},{"e":"\uD83D\uDE4B","d":"person raising hand","c":1,"a":["raising_hand"]},{"e":"\uD83D\uDE4B‍♂️","d":"man raising hand","c":1,"a":["raising_hand_man"]},{"e":"\uD83D\uDE4B‍♀️","d":"woman raising hand","c":1,"a":["raising_hand_woman"]},{"e":"\uD83E\uDDCF","d":"deaf person","c":1,"a":["deaf_person"]},{"e":"\uD83E\uDDCF‍♂️","d":"deaf man","c":1,"a":["deaf_man"]},{"e":"\uD83E\uDDCF‍♀️","d":"deaf woman","c":1,"a":["deaf_woman"]},{"e":"\uD83D\uDE47","d":"person bowing","c":1,"a":["bow"],"t":["respect","thanks"]},{"e":"\uD83D\uDE47‍♂️","d":"man bowing","c":1,"a":["bowing_man"],"t":["respect","thanks"]},{"e":"\uD83D\uDE47‍♀️","d":"woman bowing","c":1,"a":["bowing_woman"],"t":["respect","thanks"]},{"e":"\uD83E\uDD26","d":"person facepalming","c":1,"a":["facepalm"]},{"e":"\uD83E\uDD26‍♂️","d":"man facepalming","c":1,"a":["man_facepalming"]},{"e":"\uD83E\uDD26‍♀️","d":"woman facepalming","c":1,"a":["woman_facepalming"]},{"e":"\uD83E\uDD37","d":"person shrugging","c":1,"a":["shrug"]},{"e":"\uD83E\uDD37‍♂️","d":"man shrugging","c":1,"a":["man_shrugging"]},{"e":"\uD83E\uDD37‍♀️","d":"woman shrugging","c":1,"a":["woman_shrugging"]},{"e":"\uD83E\uDDD1‍��️","d":"health worker","c":1,"a":["health_worker"]},{"e":"\uD83D\uDC68‍⚕️","d":"man health worker","c":1,"a":["man_health_worker"],"t":["doctor","nurse"]},{"e":"\uD83D\uDC69‍⚕️","d":"woman health worker","c":1,"a":["woman_health_worker"],"t":["doctor","nurse"]},{"e":"\uD83E\uDDD1‍\uD83C\uDF93","d":"student","c":1,"a":["student"]},{"e":"\uD83D\uDC68‍\uD83C\uDF93","d":"man student","c":1,"a":["man_student"],"t":["graduation"]},{"e":"\uD83D\uDC69‍\uD83C\uDF93","d":"woman student","c":1,"a":["woman_student"],"t":["graduation"]},{"e":"\uD83E\uDDD1‍\uD83C\uDFEB","d":"teacher","c":1,"a":["teacher"]},{"e":"\uD83D\uDC68‍\uD83C\uDFEB","d":"man teacher","c":1,"a":["man_teacher"],"t":["school","professor"]},{"e":"\uD83D\uDC69‍\uD83C\uDFEB","d":"woman teacher","c":1,"a":["woman_teacher"],"t":["school","professor"]},{"e":"\uD83E\uDDD1‍⚖️","d":"judge","c":1,"a":["judge"]},{"e":"\uD83D\uDC68‍⚖️","d":"man judge","c":1,"a":["man_judge"],"t":["justice"]},{"e":"\uD83D\uDC69‍⚖️","d":"woman judge","c":1,"a":["woman_judge"],"t":["justice"]},{"e":"\uD83E\uDDD1‍\uD83C\uDF3E","d":"farmer","c":1,"a":["farmer"]},{"e":"\uD83D\uDC68‍\uD83C\uDF3E","d":"man farmer","c":1,"a":["man_farmer"]},{"e":"\uD83D\uDC69‍\uD83C\uDF3E","d":"woman farmer","c":1,"a":["woman_farmer"]},{"e":"\uD83E\uDDD1‍\uD83C\uDF73","d":"cook","c":1,"a":["cook"]},{"e":"\uD83D\uDC68‍\uD83C\uDF73","d":"man cook","c":1,"a":["man_cook"],"t":["chef"]},{"e":"\uD83D\uDC69‍\uD83C\uDF73","d":"woman cook","c":1,"a":["woman_cook"],"t":["chef"]},{"e":"\uD83E\uDDD1‍\uD83D\uDD27","d":"mechanic","c":1,"a":["mechanic"]},{"e":"\uD83D\uDC68‍\uD83D\uDD27","d":"man mechanic","c":1,"a":["man_mechanic"]},{"e":"\uD83D\uDC69‍\uD83D\uDD27","d":"woman mechanic","c":1,"a":["woman_mechanic"]},{"e":"\uD83E\uDDD1‍\uD83C\uDFED","d":"factory worker","c":1,"a":["factory_worker"]},{"e":"\uD83D\uDC68‍���","d":"man factory worker","c":1,"a":["man_factory_worker"]},{"e":"\uD83D\uDC69‍\uD83C\uDFED","d":"woman factory worker","c":1,"a":["woman_factory_worker"]},{"e":"\uD83E\uDDD1‍\uD83D\uDCBC","d":"office worker","c":1,"a":["office_worker"]},{"e":"\uD83D\uDC68‍\uD83D\uDCBC","d":"man office worker","c":1,"a":["man_office_worker"],"t":["business"]},{"e":"\uD83D\uDC69‍\uD83D\uDCBC","d":"woman office worker","c":1,"a":["woman_office_worker"],"t":["business"]},{"e":"\uD83E\uDDD1‍\uD83D\uDD2C","d":"scientist","c":1,"a":["scientist"]},{"e":"\uD83D\uDC68‍\uD83D\uDD2C","d":"man scientist","c":1,"a":["man_scientist"],"t":["research"]},{"e":"\uD83D\uDC69‍\uD83D\uDD2C","d":"woman scientist","c":1,"a":["woman_scientist"],"t":["research"]},{"e":"\uD83E\uDDD1‍\uD83D\uDCBB","d":"technologist","c":1,"a":["technologist"]},{"e":"\uD83D\uDC68‍\uD83D\uDCBB","d":"man technologist","c":1,"a":["man_technologist"],"t":["coder"]},{"e":"\uD83D\uDC69‍\uD83D\uDCBB","d":"woman technologist","c":1,"a":["woman_technologist"],"t":["coder"]},{"e":"\uD83E\uDDD1‍\uD83C\uDFA4","d":"singer","c":1,"a":["singer"]},{"e":"\uD83D\uDC68‍\uD83C\uDFA4","d":"man singer","c":1,"a":["man_singer"],"t":["rockstar"]},{"e":"\uD83D\uDC69‍\uD83C\uDFA4","d":"woman singer","c":1,"a":["woman_singer"],"t":["rockstar"]},{"e":"\uD83E\uDDD1‍\uD83C\uDFA8","d":"artist","c":1,"a":["artist"]},{"e":"\uD83D\uDC68‍\uD83C\uDFA8","d":"man artist","c":1,"a":["man_artist"],"t":["painter"]},{"e":"\uD83D\uDC69‍\uD83C\uDFA8","d":"woman artist","c":1,"a":["woman_artist"],"t":["painter"]},{"e":"\uD83E\uDDD1‍✈️","d":"pilot","c":1,"a":["pilot"]},{"e":"\uD83D\uDC68‍✈️","d":"man pilot","c":1,"a":["man_pilot"]},{"e":"\uD83D\uDC69‍✈️","d":"woman pilot","c":1,"a":["woman_pilot"]},{"e":"\uD83E\uDDD1‍\uD83D\uDE80","d":"astronaut","c":1,"a":["astronaut"]},{"e":"\uD83D\uDC68‍\uD83D\uDE80","d":"man astronaut","c":1,"a":["man_astronaut"],"t":["space"]},{"e":"\uD83D\uDC69‍\uD83D\uDE80","d":"woman astronaut","c":1,"a":["woman_astronaut"],"t":["space"]},{"e":"\uD83E\uDDD1‍\uD83D\uDE92","d":"firefighter","c":1,"a":["firefighter"]},{"e":"\uD83D\uDC68‍\uD83D\uDE92","d":"man firefighter","c":1,"a":["man_firefighter"]},{"e":"\uD83D\uDC69‍\uD83D\uDE92","d":"woman firefighter","c":1,"a":["woman_firefighter"]},{"e":"\uD83D\uDC6E","d":"police officer","c":1,"a":["police_officer","cop"],"t":["law"]},{"e":"\uD83D\uDC6E‍♂️","d":"man police officer","c":1,"a":["policeman"],"t":["law","cop"]},{"e":"\uD83D\uDC6E‍♀️","d":"woman police officer","c":1,"a":["policewoman"],"t":["law","cop"]},{"e":"\uD83D\uDD75️","d":"detective","c":1,"a":["detective"],"t":["sleuth"]},{"e":"\uD83D\uDD75️‍♂️","d":"man detective","c":1,"a":["male_detective"],"t":["sleuth"]},{"e":"\uD83D\uDD75️‍♀️","d":"woman detective","c":1,"a":["female_detective"],"t":["sleuth"]},{"e":"\uD83D\uDC82","d":"guard","c":1,"a":["guard"]},{"e":"\uD83D\uDC82‍♂️","d":"man guard","c":1,"a":["guardsman"]},{"e":"\uD83D\uDC82‍♀️","d":"woman guard","c":1,"a":["guardswoman"]},{"e":"\uD83E\uDD77","d":"ninja","c":1,"a":["ninja"]},{"e":"\uD83D\uDC77","d":"construction worker","c":1,"a":["construction_worker"],"t":["helmet"]},{"e":"\uD83D\uDC77‍♂️","d":"man construction worker","c":1,"a":["construction_worker_man"],"t":["helmet"]},{"e":"\uD83D\uDC77‍♀️","d":"woman construction worker","c":1,"a":["construction_worker_woman"],"t":["helmet"]},{"e":"\uD83E\uDD34","d":"prince","c":1,"a":["prince"],"t":["crown","royal"]},{"e":"\uD83D\uDC78","d":"princess","c":1,"a":["princess"],"t":["crown","royal"]},{"e":"\uD83D\uDC73","d":"person wearing turban","c":1,"a":["person_with_turban"]},{"e":"\uD83D\uDC73‍♂️","d":"man wearing turban","c":1,"a":["man_with_turban"]},{"e":"\uD83D\uDC73‍♀️","d":"woman wearing turban","c":1,"a":["woman_with_turban"]},{"e":"\uD83D\uDC72","d":"person with skullcap","c":1,"a":["man_with_gua_pi_mao"]},{"e":"\uD83E\uDDD5","d":"woman with headscarf","c":1,"a":["woman_with_headscarf"],"t":["hijab"]},{"e":"\uD83E\uDD35","d":"person in tuxedo","c":1,"a":["person_in_tuxedo"],"t":["groom","marriage","wedding"]},{"e":"\uD83E\uDD35‍♂️","d":"man in tuxedo","c":1,"a":["man_in_tuxedo"]},{"e":"\uD83E\uDD35‍♀️","d":"woman in tuxedo","c":1,"a":["woman_in_tuxedo"]},{"e":"\uD83D\uDC70","d":"person with veil","c":1,"a":["person_with_veil"],"t":["marriage","wedding"]},{"e":"\uD83D\uDC70‍♂️","d":"man with veil","c":1,"a":["man_with_veil"]},{"e":"\uD83D\uDC70‍♀️","d":"woman with veil","c":1,"a":["woman_with_veil","bride_with_veil"]},{"e":"\uD83E\uDD30","d":"pregnant woman","c":1,"a":["pregnant_woman"]},{"e":"\uD83E\uDD31","d":"breast-feeding","c":1,"a":["breast_feeding"],"t":["nursing"]},{"e":"\uD83D\uDC69‍\uD83C\uDF7C","d":"woman feeding baby","c":1,"a":["woman_feeding_baby"]},{"e":"\uD83D\uDC68‍\uD83C\uDF7C","d":"man feeding baby","c":1,"a":["man_feeding_baby"]},{"e":"\uD83E\uDDD1‍\uD83C\uDF7C","d":"person feeding baby","c":1,"a":["person_feeding_baby"]},{"e":"\uD83D\uDC7C","d":"baby angel","c":1,"a":["angel"]},{"e":"\uD83C\uDF85","d":"Santa Claus","c":1,"a":["santa"],"t":["christmas"]},{"e":"\uD83E\uDD36","d":"Mrs. Claus","c":1,"a":["mrs_claus"],"t":["santa"]},{"e":"\uD83E\uDDD1‍\uD83C\uDF84","d":"mx claus","c":1,"a":["mx_claus"]},{"e":"\uD83E\uDDB8","d":"superhero","c":1,"a":["superhero"]},{"e":"\uD83E\uDDB8‍♂️","d":"man superhero","c":1,"a":["superhero_man"]},{"e":"\uD83E\uDDB8‍♀️","d":"woman superhero","c":1,"a":["superhero_woman"]},{"e":"\uD83E\uDDB9","d":"supervillain","c":1,"a":["supervillain"]},{"e":"\uD83E\uDDB9‍♂️","d":"man supervillain","c":1,"a":["supervillain_man"]},{"e":"\uD83E\uDDB9‍♀️","d":"woman supervillain","c":1,"a":["supervillain_woman"]},{"e":"\uD83E\uDDD9","d":"mage","c":1,"a":["mage"],"t":["wizard"]},{"e":"\uD83E\uDDD9‍♂️","d":"man mage","c":1,"a":["mage_man"],"t":["wizard"]},{"e":"\uD83E\uDDD9‍♀️","d":"woman mage","c":1,"a":["mage_woman"],"t":["wizard"]},{"e":"\uD83E\uDDDA","d":"fairy","c":1,"a":["fairy"]},{"e":"\uD83E\uDDDA‍♂️","d":"man fairy","c":1,"a":["fairy_man"]},{"e":"\uD83E\uDDDA‍♀️","d":"woman fairy","c":1,"a":["fairy_woman"]},{"e":"\uD83E\uDDDB","d":"vampire","c":1,"a":["vampire"]},{"e":"\uD83E\uDDDB‍♂️","d":"man vampire","c":1,"a":["vampire_man"]},{"e":"\uD83E\uDDDB‍♀️","d":"woman vampire","c":1,"a":["vampire_woman"]},{"e":"\uD83E\uDDDC","d":"merperson","c":1,"a":["merperson"]},{"e":"\uD83E\uDDDC‍♂️","d":"merman","c":1,"a":["merman"]},{"e":"\uD83E\uDDDC‍♀️","d":"mermaid","c":1,"a":["mermaid"]},{"e":"\uD83E\uDDDD","d":"elf","c":1,"a":["elf"]},{"e":"\uD83E\uDDDD‍♂️","d":"man elf","c":1,"a":["elf_man"]},{"e":"\uD83E\uDDDD‍♀️","d":"woman elf","c":1,"a":["elf_woman"]},{"e":"\uD83E\uDDDE","d":"genie","c":1,"a":["genie"]},{"e":"\uD83E\uDDDE‍♂️","d":"man genie","c":1,"a":["genie_man"]},{"e":"\uD83E\uDDDE‍♀️","d":"woman genie","c":1,"a":["genie_woman"]},{"e":"\uD83E\uDDDF","d":"zombie","c":1,"a":["zombie"]},{"e":"\uD83E\uDDDF‍♂️","d":"man zombie","c":1,"a":["zombie_man"]},{"e":"\uD83E\uDDDF‍♀️","d":"woman zombie","c":1,"a":["zombie_woman"]},{"e":"\uD83D\uDC86","d":"person getting massage","c":1,"a":["massage"],"t":["spa"]},{"e":"\uD83D\uDC86‍♂️","d":"man getting massage","c":1,"a":["massage_man"],"t":["spa"]},{"e":"\uD83D\uDC86‍♀️","d":"woman getting massage","c":1,"a":["massage_woman"],"t":["spa"]},{"e":"\uD83D\uDC87","d":"person getting haircut","c":1,"a":["haircut"],"t":["beauty"]},{"e":"\uD83D\uDC87‍♂️","d":"man getting haircut","c":1,"a":["haircut_man"]},{"e":"\uD83D\uDC87‍♀️","d":"woman getting haircut","c":1,"a":["haircut_woman"]},{"e":"\uD83D\uDEB6","d":"person walking","c":1,"a":["walking"]},{"e":"\uD83D\uDEB6‍♂️","d":"man walking","c":1,"a":["walking_man"]},{"e":"\uD83D\uDEB6‍♀️","d":"woman walking","c":1,"a":["walking_woman"]},{"e":"\uD83E\uDDCD","d":"person standing","c":1,"a":["standing_person"]},{"e":"\uD83E\uDDCD‍♂️","d":"man standing","c":1,"a":["standing_man"]},{"e":"\uD83E\uDDCD‍♀️","d":"woman standing","c":1,"a":["standing_woman"]},{"e":"\uD83E\uDDCE","d":"person kneeling","c":1,"a":["kneeling_person"]},{"e":"\uD83E\uDDCE‍♂️","d":"man kneeling","c":1,"a":["kneeling_man"]},{"e":"\uD83E\uDDCE‍♀️","d":"woman kneeling","c":1,"a":["kneeling_woman"]},{"e":"\uD83E\uDDD1‍\uD83E\uDDAF","d":"person with white cane","c":1,"a":["person_with_probing_cane"]},{"e":"\uD83D\uDC68‍\uD83E\uDDAF","d":"man with white cane","c":1,"a":["man_with_probing_cane"]},{"e":"\uD83D\uDC69‍\uD83E\uDDAF","d":"woman with white cane","c":1,"a":["woman_with_probing_cane"]},{"e":"\uD83E\uDDD1‍\uD83E\uDDBC","d":"person in motorized wheelchair","c":1,"a":["person_in_motorized_wheelchair"]},{"e":"\uD83D\uDC68‍\uD83E\uDDBC","d":"man in motorized wheelchair","c":1,"a":["man_in_motorized_wheelchair"]},{"e":"\uD83D\uDC69‍\uD83E\uDDBC","d":"woman in motorized wheelchair","c":1,"a":["woman_in_motorized_wheelchair"]},{"e":"\uD83E\uDDD1‍\uD83E\uDDBD","d":"person in manual wheelchair","c":1,"a":["person_in_manual_wheelchair"]},{"e":"����‍\uD83E\uDDBD","d":"man in manual wheelchair","c":1,"a":["man_in_manual_wheelchair"]},{"e":"\uD83D\uDC69‍\uD83E\uDDBD","d":"woman in manual wheelchair","c":1,"a":["woman_in_manual_wheelchair"]},{"e":"\uD83C\uDFC3","d":"person running","c":1,"a":["runner","running"],"t":["exercise","workout","marathon"]},{"e":"\uD83C\uDFC3‍♂️","d":"man running","c":1,"a":["running_man"],"t":["exercise","workout","marathon"]},{"e":"\uD83C\uDFC3‍♀️","d":"woman running","c":1,"a":["running_woman"],"t":["exercise","workout","marathon"]},{"e":"\uD83D\uDC83","d":"woman dancing","c":1,"a":["woman_dancing","dancer"],"t":["dress"]},{"e":"\uD83D\uDD7A","d":"man dancing","c":1,"a":["man_dancing"],"t":["dancer"]},{"e":"\uD83D\uDD74️","d":"person in suit levitating","c":1,"a":["business_suit_levitating"]},{"e":"\uD83D\uDC6F","d":"people with bunny ears","c":1,"a":["dancers"],"t":["bunny"]},{"e":"\uD83D\uDC6F‍♂️","d":"men with bunny ears","c":1,"a":["dancing_men"],"t":["bunny"]},{"e":"\uD83D\uDC6F‍♀️","d":"women with bunny ears","c":1,"a":["dancing_women"],"t":["bunny"]},{"e":"\uD83E\uDDD6","d":"person in steamy room","c":1,"a":["sauna_person"],"t":["steamy"]},{"e":"\uD83E\uDDD6‍♂️","d":"man in steamy room","c":1,"a":["sauna_man"],"t":["steamy"]},{"e":"\uD83E\uDDD6‍♀️","d":"woman in steamy room","c":1,"a":["sauna_woman"],"t":["steamy"]},{"e":"\uD83E\uDDD7","d":"person climbing","c":1,"a":["climbing"],"t":["bouldering"]},{"e":"\uD83E\uDDD7‍♂️","d":"man climbing","c":1,"a":["climbing_man"],"t":["bouldering"]},{"e":"\uD83E\uDDD7‍♀️","d":"woman climbing","c":1,"a":["climbing_woman"],"t":["bouldering"]},{"e":"\uD83E\uDD3A","d":"person fencing","c":1,"a":["person_fencing"]},{"e":"\uD83C\uDFC7","d":"horse racing","c":1,"a":["horse_racing"]},{"e":"⛷️","d":"skier","c":1,"a":["skier"]},{"e":"\uD83C\uDFC2","d":"snowboarder","c":1,"a":["snowboarder"]},{"e":"\uD83C\uDFCC️","d":"person golfing","c":1,"a":["golfing"]},{"e":"\uD83C\uDFCC️‍♂️","d":"man golfing","c":1,"a":["golfing_man"]},{"e":"\uD83C\uDFCC️‍♀️","d":"woman golfing","c":1,"a":["golfing_woman"]},{"e":"\uD83C\uDFC4","d":"person surfing","c":1,"a":["surfer"]},{"e":"\uD83C\uDFC4‍♂️","d":"man surfing","c":1,"a":["surfing_man"]},{"e":"\uD83C\uDFC4‍♀️","d":"woman surfing","c":1,"a":["surfing_woman"]},{"e":"\uD83D\uDEA3","d":"person rowing boat","c":1,"a":["rowboat"]},{"e":"\uD83D\uDEA3‍♂️","d":"man rowing boat","c":1,"a":["rowing_man"]},{"e":"\uD83D\uDEA3‍♀️","d":"woman rowing boat","c":1,"a":["rowing_woman"]},{"e":"\uD83C\uDFCA","d":"person swimming","c":1,"a":["swimmer"]},{"e":"\uD83C\uDFCA‍♂️","d":"man swimming","c":1,"a":["swimming_man"]},{"e":"\uD83C\uDFCA‍♀️","d":"woman swimming","c":1,"a":["swimming_woman"]},{"e":"⛹️","d":"person bouncing ball","c":1,"a":["bouncing_ball_person"],"t":["basketball"]},{"e":"⛹️‍♂️","d":"man bouncing ball","c":1,"a":["bouncing_ball_man","basketball_man"]},{"e":"⛹️‍♀️","d":"woman bouncing ball","c":1,"a":["bouncing_ball_woman","basketball_woman"]},{"e":"\uD83C\uDFCB️","d":"person lifting weights","c":1,"a":["weight_lifting"],"t":["gym","workout"]},{"e":"\uD83C\uDFCB️‍♂️","d":"man lifting weights","c":1,"a":["weight_lifting_man"],"t":["gym","workout"]},{"e":"\uD83C\uDFCB️‍♀️","d":"woman lifting weights","c":1,"a":["weight_lifting_woman"],"t":["gym","workout"]},{"e":"\uD83D\uDEB4","d":"person biking","c":1,"a":["bicyclist"]},{"e":"\uD83D\uDEB4‍♂️","d":"man biking","c":1,"a":["biking_man"]},{"e":"\uD83D\uDEB4‍♀️","d":"woman biking","c":1,"a":["biking_woman"]},{"e":"\uD83D\uDEB5","d":"person mountain biking","c":1,"a":["mountain_bicyclist"]},{"e":"\uD83D\uDEB5‍♂️","d":"man mountain biking","c":1,"a":["mountain_biking_man"]},{"e":"\uD83D\uDEB5‍♀️","d":"woman mountain biking","c":1,"a":["mountain_biking_woman"]},{"e":"\uD83E\uDD38","d":"person cartwheeling","c":1,"a":["cartwheeling"]},{"e":"\uD83E\uDD38‍♂️","d":"man cartwheeling","c":1,"a":["man_cartwheeling"]},{"e":"\uD83E\uDD38‍♀️","d":"woman cartwheeling","c":1,"a":["woman_cartwheeling"]},{"e":"\uD83E\uDD3C","d":"people wrestling","c":1,"a":["wrestling"]},{"e":"\uD83E\uDD3C‍♂️","d":"men wrestling","c":1,"a":["men_wrestling"]},{"e":"\uD83E\uDD3C‍♀️","d":"women wrestling","c":1,"a":["women_wrestling"]},{"e":"\uD83E\uDD3D","d":"person playing water polo","c":1,"a":["water_polo"]},{"e":"\uD83E\uDD3D‍♂️","d":"man playing water polo","c":1,"a":["man_playing_water_polo"]},{"e":"\uD83E\uDD3D‍♀️","d":"woman playing water polo","c":1,"a":["woman_playing_water_polo"]},{"e":"\uD83E\uDD3E","d":"person playing handball","c":1,"a":["handball_person"]},{"e":"\uD83E\uDD3E‍♂️","d":"man playing handball","c":1,"a":["man_playing_handball"]},{"e":"\uD83E\uDD3E‍♀️","d":"woman playing handball","c":1,"a":["woman_playing_handball"]},{"e":"\uD83E\uDD39","d":"person juggling","c":1,"a":["juggling_person"]},{"e":"\uD83E\uDD39‍♂️","d":"man juggling","c":1,"a":["man_juggling"]},{"e":"\uD83E\uDD39‍♀️","d":"woman juggling","c":1,"a":["woman_juggling"]},{"e":"\uD83E\uDDD8","d":"person in lotus position","c":1,"a":["lotus_position"],"t":["meditation"]},{"e":"\uD83E\uDDD8‍♂️","d":"man in lotus position","c":1,"a":["lotus_position_man"],"t":["meditation"]},{"e":"\uD83E\uDDD8‍♀️","d":"woman in lotus position","c":1,"a":["lotus_position_woman"],"t":["meditation"]},{"e":"\uD83D\uDEC0","d":"person taking bath","c":1,"a":["bath"],"t":["shower"]},{"e":"\uD83D\uDECC","d":"person in bed","c":1,"a":["sleeping_bed"]},{"e":"\uD83E\uDDD1‍\uD83E\uDD1D‍\uD83E\uDDD1","d":"people holding hands","c":1,"a":["people_holding_hands"],"t":["couple","date"]},{"e":"\uD83D\uDC6D","d":"women holding hands","c":1,"a":["two_women_holding_hands"],"t":["couple","date"]},{"e":"\uD83D\uDC6B","d":"woman and man holding hands","c":1,"a":["couple"],"t":["date"]},{"e":"\uD83D\uDC6C","d":"men holding hands","c":1,"a":["two_men_holding_hands"],"t":["couple","date"]},{"e":"\uD83D\uDC8F","d":"kiss","c":1,"a":["couplekiss"]},{"e":"\uD83D\uDC69‍❤️‍\uD83D\uDC8B‍\uD83D\uDC68","d":"kiss: woman, man","c":1,"a":["couplekiss_man_woman"]},{"e":"\uD83D\uDC68‍❤️‍\uD83D\uDC8B‍\uD83D\uDC68","d":"kiss: man, man","c":1,"a":["couplekiss_man_man"]},{"e":"\uD83D\uDC69‍❤️‍\uD83D\uDC8B‍\uD83D\uDC69","d":"kiss: woman, woman","c":1,"a":["couplekiss_woman_woman"]},{"e":"\uD83D\uDC91","d":"couple with heart","c":1,"a":["couple_with_heart"]},{"e":"\uD83D\uDC69‍❤️‍\uD83D\uDC68","d":"couple with heart: woman, man","c":1,"a":["couple_with_heart_woman_man"]},{"e":"\uD83D\uDC68‍❤️‍\uD83D\uDC68","d":"couple with heart: man, man","c":1,"a":["couple_with_heart_man_man"]},{"e":"\uD83D\uDC69‍❤️‍\uD83D\uDC69","d":"couple with heart: woman, woman","c":1,"a":["couple_with_heart_woman_woman"]},{"e":"\uD83D\uDC6A","d":"family","c":1,"a":["family"],"t":["home","parents","child"]},{"e":"\uD83D\uDC68‍\uD83D\uDC69‍\uD83D\uDC66","d":"family: man, woman, boy","c":1,"a":["family_man_woman_boy"]},{"e":"\uD83D\uDC68‍\uD83D\uDC69‍\uD83D\uDC67","d":"family: man, woman, girl","c":1,"a":["family_man_woman_girl"]},{"e":"\uD83D\uDC68‍\uD83D\uDC69‍\uD83D\uDC67‍\uD83D\uDC66","d":"family: man, woman, girl, boy","c":1,"a":["family_man_woman_girl_boy"]},{"e":"\uD83D\uDC68‍\uD83D\uDC69‍\uD83D\uDC66‍\uD83D\uDC66","d":"family: man, woman, boy, boy","c":1,"a":["family_man_woman_boy_boy"]},{"e":"\uD83D\uDC68‍\uD83D\uDC69‍\uD83D\uDC67‍\uD83D\uDC67","d":"family: man, woman, girl, girl","c":1,"a":["family_man_woman_girl_girl"]},{"e":"\uD83D\uDC68‍\uD83D\uDC68‍\uD83D\uDC66","d":"family: man, man, boy","c":1,"a":["family_man_man_boy"]},{"e":"\uD83D\uDC68‍\uD83D\uDC68‍\uD83D\uDC67","d":"family: man, man, girl","c":1,"a":["family_man_man_girl"]},{"e":"\uD83D\uDC68‍\uD83D\uDC68‍\uD83D\uDC67‍\uD83D\uDC66","d":"family: man, man, girl, boy","c":1,"a":["family_man_man_girl_boy"]},{"e":"\uD83D\uDC68‍\uD83D\uDC68‍\uD83D\uDC66‍\uD83D\uDC66","d":"family: man, man, boy, boy","c":1,"a":["family_man_man_boy_boy"]},{"e":"\uD83D\uDC68‍\uD83D\uDC68‍\uD83D\uDC67‍\uD83D\uDC67","d":"family: man, man, girl, girl","c":1,"a":["family_man_man_girl_girl"]},{"e":"\uD83D\uDC69‍\uD83D\uDC69‍\uD83D\uDC66","d":"family: woman, woman, boy","c":1,"a":["family_woman_woman_boy"]},{"e":"\uD83D\uDC69‍\uD83D\uDC69‍\uD83D\uDC67","d":"family: woman, woman, girl","c":1,"a":["family_woman_woman_girl"]},{"e":"\uD83D\uDC69‍\uD83D\uDC69‍\uD83D\uDC67‍\uD83D\uDC66","d":"family: woman, woman, girl, boy","c":1,"a":["family_woman_woman_girl_boy"]},{"e":"\uD83D\uDC69‍\uD83D\uDC69‍\uD83D\uDC66‍\uD83D\uDC66","d":"family: woman, woman, boy, boy","c":1,"a":["family_woman_woman_boy_boy"]},{"e":"\uD83D\uDC69‍\uD83D\uDC69‍\uD83D\uDC67‍\uD83D\uDC67","d":"family: woman, woman, girl, girl","c":1,"a":["family_woman_woman_girl_girl"]},{"e":"\uD83D\uDC68‍\uD83D\uDC66","d":"family: man, boy","c":1,"a":["family_man_boy"]},{"e":"\uD83D\uDC68‍\uD83D\uDC66‍\uD83D\uDC66","d":"family: man, boy, boy","c":1,"a":["family_man_boy_boy"]},{"e":"\uD83D\uDC68‍\uD83D\uDC67","d":"family: man, girl","c":1,"a":["family_man_girl"]},{"e":"\uD83D\uDC68‍\uD83D\uDC67‍\uD83D\uDC66","d":"family: man, girl, boy","c":1,"a":["family_man_girl_boy"]},{"e":"\uD83D\uDC68‍\uD83D\uDC67‍\uD83D\uDC67","d":"family: man, girl, girl","c":1,"a":["family_man_girl_girl"]},{"e":"\uD83D\uDC69‍\uD83D\uDC66","d":"family: woman, boy","c":1,"a":["family_woman_boy"]},{"e":"\uD83D\uDC69‍\uD83D\uDC66‍\uD83D\uDC66","d":"family: woman, boy, boy","c":1,"a":["family_woman_boy_boy"]},{"e":"\uD83D\uDC69‍\uD83D\uDC67","d":"family: woman, girl","c":1,"a":["family_woman_girl"]},{"e":"\uD83D\uDC69‍\uD83D\uDC67‍\uD83D\uDC66","d":"family: woman, girl, boy","c":1,"a":["family_woman_girl_boy"]},{"e":"\uD83D\uDC69‍\uD83D\uDC67‍\uD83D\uDC67","d":"family: woman, girl, girl","c":1,"a":["family_woman_girl_girl"]},{"e":"\uD83D\uDDE3️","d":"speaking head","c":1,"a":["speaking_head"]},{"e":"\uD83D\uDC64","d":"bust in silhouette","c":1,"a":["bust_in_silhouette"],"t":["user"]},{"e":"\uD83D\uDC65","d":"busts in silhouette","c":1,"a":["busts_in_silhouette"],"t":["users","group","team"]},{"e":"\uD83E\uDEC2","d":"people hugging","c":1,"a":["people_hugging"]},{"e":"\uD83D\uDC63","d":"footprints","c":1,"a":["footprints"],"t":["feet","tracks"]},{"e":"\uD83D\uDC35","d":"monkey face","c":2,"a":["monkey_face"]},{"e":"\uD83D\uDC12","d":"monkey","c":2,"a":["monkey"]},{"e":"\uD83E\uDD8D","d":"gorilla","c":2,"a":["gorilla"]},{"e":"\uD83E\uDDA7","d":"orangutan","c":2,"a":["orangutan"]},{"e":"\uD83D\uDC36","d":"dog face","c":2,"a":["dog"],"t":["pet"]},{"e":"\uD83D\uDC15","d":"dog","c":2,"a":["dog2"]},{"e":"\uD83E\uDDAE","d":"guide dog","c":2,"a":["guide_dog"]},{"e":"\uD83D\uDC15‍\uD83E\uDDBA","d":"service dog","c":2,"a":["service_dog"]},{"e":"\uD83D\uDC29","d":"poodle","c":2,"a":["poodle"],"t":["dog"]},{"e":"\uD83D\uDC3A","d":"wolf","c":2,"a":["wolf"]},{"e":"\uD83E\uDD8A","d":"fox","c":2,"a":["fox_face"]},{"e":"\uD83E\uDD9D","d":"raccoon","c":2,"a":["raccoon"]},{"e":"\uD83D\uDC31","d":"cat face","c":2,"a":["cat"],"t":["pet"]},{"e":"\uD83D\uDC08","d":"cat","c":2,"a":["cat2"]},{"e":"\uD83D\uDC08‍⬛","d":"black cat","c":2,"a":["black_cat"]},{"e":"\uD83E\uDD81","d":"lion","c":2,"a":["lion"]},{"e":"\uD83D\uDC2F","d":"tiger face","c":2,"a":["tiger"]},{"e":"\uD83D\uDC05","d":"tiger","c":2,"a":["tiger2"]},{"e":"\uD83D\uDC06","d":"leopard","c":2,"a":["leopard"]},{"e":"\uD83D\uDC34","d":"horse face","c":2,"a":["horse"]},{"e":"\uD83D\uDC0E","d":"horse","c":2,"a":["racehorse"],"t":["speed"]},{"e":"\uD83E\uDD84","d":"unicorn","c":2,"a":["unicorn"]},{"e":"\uD83E\uDD93","d":"zebra","c":2,"a":["zebra"]},{"e":"\uD83E\uDD8C","d":"deer","c":2,"a":["deer"]},{"e":"\uD83E\uDDAC","d":"bison","c":2,"a":["bison"]},{"e":"\uD83D\uDC2E","d":"cow face","c":2,"a":["cow"]},{"e":"\uD83D\uDC02","d":"ox","c":2,"a":["ox"]},{"e":"\uD83D\uDC03","d":"water buffalo","c":2,"a":["water_buffalo"]},{"e":"\uD83D\uDC04","d":"cow","c":2,"a":["cow2"]},{"e":"\uD83D\uDC37","d":"pig face","c":2,"a":["pig"]},{"e":"\uD83D\uDC16","d":"pig","c":2,"a":["pig2"]},{"e":"\uD83D\uDC17","d":"boar","c":2,"a":["boar"]},{"e":"\uD83D\uDC3D","d":"pig nose","c":2,"a":["pig_nose"]},{"e":"\uD83D\uDC0F","d":"ram","c":2,"a":["ram"]},{"e":"\uD83D\uDC11","d":"ewe","c":2,"a":["sheep"]},{"e":"\uD83D\uDC10","d":"goat","c":2,"a":["goat"]},{"e":"\uD83D\uDC2A","d":"camel","c":2,"a":["dromedary_camel"],"t":["desert"]},{"e":"\uD83D\uDC2B","d":"two-hump camel","c":2,"a":["camel"]},{"e":"\uD83E\uDD99","d":"llama","c":2,"a":["llama"]},{"e":"\uD83E\uDD92","d":"giraffe","c":2,"a":["giraffe"]},{"e":"\uD83D\uDC18","d":"elephant","c":2,"a":["elephant"]},{"e":"\uD83E\uDDA3","d":"mammoth","c":2,"a":["mammoth"]},{"e":"\uD83E\uDD8F","d":"rhinoceros","c":2,"a":["rhinoceros"]},{"e":"\uD83E\uDD9B","d":"hippopotamus","c":2,"a":["hippopotamus"]},{"e":"\uD83D\uDC2D","d":"mouse face","c":2,"a":["mouse"]},{"e":"\uD83D\uDC01","d":"mouse","c":2,"a":["mouse2"]},{"e":"\uD83D\uDC00","d":"rat","c":2,"a":["rat"]},{"e":"\uD83D\uDC39","d":"hamster","c":2,"a":["hamster"],"t":["pet"]},{"e":"\uD83D\uDC30","d":"rabbit face","c":2,"a":["rabbit"],"t":["bunny"]},{"e":"\uD83D\uDC07","d":"rabbit","c":2,"a":["rabbit2"]},{"e":"\uD83D\uDC3F️","d":"chipmunk","c":2,"a":["chipmunk"]},{"e":"\uD83E\uDDAB","d":"beaver","c":2,"a":["beaver"]},{"e":"\uD83E\uDD94","d":"hedgehog","c":2,"a":["hedgehog"]},{"e":"\uD83E\uDD87","d":"bat","c":2,"a":["bat"]},{"e":"\uD83D\uDC3B","d":"bear","c":2,"a":["bear"]},{"e":"\uD83D\uDC3B‍❄️","d":"polar bear","c":2,"a":["polar_bear"]},{"e":"\uD83D\uDC28","d":"koala","c":2,"a":["koala"]},{"e":"\uD83D\uDC3C","d":"panda","c":2,"a":["panda_face"]},{"e":"\uD83E\uDDA5","d":"sloth","c":2,"a":["sloth"]},{"e":"\uD83E\uDDA6","d":"otter","c":2,"a":["otter"]},{"e":"\uD83E\uDDA8","d":"skunk","c":2,"a":["skunk"]},{"e":"\uD83E\uDD98","d":"kangaroo","c":2,"a":["kangaroo"]},{"e":"\uD83E\uDDA1","d":"badger","c":2,"a":["badger"]},{"e":"\uD83D\uDC3E","d":"paw prints","c":2,"a":["feet","paw_prints"]},{"e":"\uD83E\uDD83","d":"turkey","c":2,"a":["turkey"],"t":["thanksgiving"]},{"e":"\uD83D\uDC14","d":"chicken","c":2,"a":["chicken"]},{"e":"\uD83D\uDC13","d":"rooster","c":2,"a":["rooster"]},{"e":"\uD83D\uDC23","d":"hatching chick","c":2,"a":["hatching_chick"]},{"e":"\uD83D\uDC24","d":"baby chick","c":2,"a":["baby_chick"]},{"e":"\uD83D\uDC25","d":"front-facing baby chick","c":2,"a":["hatched_chick"]},{"e":"\uD83D\uDC26","d":"bird","c":2,"a":["bird"]},{"e":"\uD83D\uDC27","d":"penguin","c":2,"a":["penguin"]},{"e":"\uD83D\uDD4A️","d":"dove","c":2,"a":["dove"],"t":["peace"]},{"e":"\uD83E\uDD85","d":"eagle","c":2,"a":["eagle"]},{"e":"\uD83E\uDD86","d":"duck","c":2,"a":["duck"]},{"e":"\uD83E\uDDA2","d":"swan","c":2,"a":["swan"]},{"e":"\uD83E\uDD89","d":"owl","c":2,"a":["owl"]},{"e":"\uD83E\uDDA4","d":"dodo","c":2,"a":["dodo"]},{"e":"\uD83E\uDEB6","d":"feather","c":2,"a":["feather"]},{"e":"\uD83E\uDDA9","d":"flamingo","c":2,"a":["flamingo"]},{"e":"\uD83E\uDD9A","d":"peacock","c":2,"a":["peacock"]},{"e":"\uD83E\uDD9C","d":"parrot","c":2,"a":["parrot"]},{"e":"\uD83D\uDC38","d":"frog","c":2,"a":["frog"]},{"e":"\uD83D\uDC0A","d":"crocodile","c":2,"a":["crocodile"]},{"e":"\uD83D\uDC22","d":"turtle","c":2,"a":["turtle"],"t":["slow"]},{"e":"\uD83E\uDD8E","d":"lizard","c":2,"a":["lizard"]},{"e":"\uD83D\uDC0D","d":"snake","c":2,"a":["snake"]},{"e":"\uD83D\uDC32","d":"dragon face","c":2,"a":["dragon_face"]},{"e":"\uD83D\uDC09","d":"dragon","c":2,"a":["dragon"]},{"e":"\uD83E\uDD95","d":"sauropod","c":2,"a":["sauropod"],"t":["dinosaur"]},{"e":"\uD83E\uDD96","d":"T-Rex","c":2,"a":["t-rex"],"t":["dinosaur"]},{"e":"\uD83D\uDC33","d":"spouting whale","c":2,"a":["whale"],"t":["sea"]},{"e":"\uD83D\uDC0B","d":"whale","c":2,"a":["whale2"]},{"e":"\uD83D\uDC2C","d":"dolphin","c":2,"a":["dolphin","flipper"]},{"e":"\uD83E\uDDAD","d":"seal","c":2,"a":["seal"]},{"e":"\uD83D\uDC1F","d":"fish","c":2,"a":["fish"]},{"e":"\uD83D\uDC20","d":"tropical fish","c":2,"a":["tropical_fish"]},{"e":"\uD83D\uDC21","d":"blowfish","c":2,"a":["blowfish"]},{"e":"\uD83E\uDD88","d":"shark","c":2,"a":["shark"]},{"e":"\uD83D\uDC19","d":"octopus","c":2,"a":["octopus"]},{"e":"\uD83D\uDC1A","d":"spiral shell","c":2,"a":["shell"],"t":["sea","beach"]},{"e":"\uD83D\uDC0C","d":"snail","c":2,"a":["snail"],"t":["slow"]},{"e":"\uD83E\uDD8B","d":"butterfly","c":2,"a":["butterfly"]},{"e":"\uD83D\uDC1B","d":"bug","c":2,"a":["bug"]},{"e":"\uD83D\uDC1C","d":"ant","c":2,"a":["ant"]},{"e":"\uD83D\uDC1D","d":"honeybee","c":2,"a":["bee","honeybee"]},{"e":"\uD83E\uDEB2","d":"beetle","c":2,"a":["beetle"]},{"e":"\uD83D\uDC1E","d":"lady beetle","c":2,"a":["lady_beetle"],"t":["bug"]},{"e":"\uD83E\uDD97","d":"cricket","c":2,"a":["cricket"]},{"e":"\uD83E\uDEB3","d":"cockroach","c":2,"a":["cockroach"]},{"e":"\uD83D\uDD77️","d":"spider","c":2,"a":["spider"]},{"e":"\uD83D\uDD78️","d":"spider web","c":2,"a":["spider_web"]},{"e":"\uD83E\uDD82","d":"scorpion","c":2,"a":["scorpion"]},{"e":"\uD83E\uDD9F","d":"mosquito","c":2,"a":["mosquito"]},{"e":"\uD83E\uDEB0","d":"fly","c":2,"a":["fly"]},{"e":"\uD83E\uDEB1","d":"worm","c":2,"a":["worm"]},{"e":"\uD83E\uDDA0","d":"microbe","c":2,"a":["microbe"],"t":["germ"]},{"e":"\uD83D\uDC90","d":"bouquet","c":2,"a":["bouquet"],"t":["flowers"]},{"e":"\uD83C\uDF38","d":"cherry blossom","c":2,"a":["cherry_blossom"],"t":["flower","spring"]},{"e":"\uD83D\uDCAE","d":"white flower","c":2,"a":["white_flower"]},{"e":"\uD83C\uDFF5️","d":"rosette","c":2,"a":["rosette"]},{"e":"\uD83C\uDF39","d":"rose","c":2,"a":["rose"],"t":["flower"]},{"e":"\uD83E\uDD40","d":"wilted flower","c":2,"a":["wilted_flower"]},{"e":"\uD83C\uDF3A","d":"hibiscus","c":2,"a":["hibiscus"]},{"e":"\uD83C\uDF3B","d":"sunflower","c":2,"a":["sunflower"]},{"e":"\uD83C\uDF3C","d":"blossom","c":2,"a":["blossom"]},{"e":"\uD83C\uDF37","d":"tulip","c":2,"a":["tulip"],"t":["flower"]},{"e":"\uD83C\uDF31","d":"seedling","c":2,"a":["seedling"],"t":["plant"]},{"e":"\uD83E\uDEB4","d":"potted plant","c":2,"a":["potted_plant"]},{"e":"\uD83C\uDF32","d":"evergreen tree","c":2,"a":["evergreen_tree"],"t":["wood"]},{"e":"\uD83C\uDF33","d":"deciduous tree","c":2,"a":["deciduous_tree"],"t":["wood"]},{"e":"\uD83C\uDF34","d":"palm tree","c":2,"a":["palm_tree"]},{"e":"\uD83C\uDF35","d":"cactus","c":2,"a":["cactus"]},{"e":"\uD83C\uDF3E","d":"sheaf of rice","c":2,"a":["ear_of_rice"]},{"e":"\uD83C\uDF3F","d":"herb","c":2,"a":["herb"]},{"e":"☘️","d":"shamrock","c":2,"a":["shamrock"]},{"e":"\uD83C\uDF40","d":"four leaf clover","c":2,"a":["four_leaf_clover"],"t":["luck"]},{"e":"\uD83C\uDF41","d":"maple leaf","c":2,"a":["maple_leaf"],"t":["canada"]},{"e":"\uD83C\uDF42","d":"fallen leaf","c":2,"a":["fallen_leaf"],"t":["autumn"]},{"e":"\uD83C\uDF43","d":"leaf fluttering in wind","c":2,"a":["leaves"],"t":["leaf"]},{"e":"\uD83C\uDF47","d":"grapes","c":3,"a":["grapes"]},{"e":"\uD83C\uDF48","d":"melon","c":3,"a":["melon"]},{"e":"\uD83C\uDF49","d":"watermelon","c":3,"a":["watermelon"]},{"e":"\uD83C\uDF4A","d":"tangerine","c":3,"a":["tangerine","orange","mandarin"]},{"e":"\uD83C\uDF4B","d":"lemon","c":3,"a":["lemon"]},{"e":"\uD83C\uDF4C","d":"banana","c":3,"a":["banana"],"t":["fruit"]},{"e":"\uD83C\uDF4D","d":"pineapple","c":3,"a":["pineapple"]},{"e":"\uD83E\uDD6D","d":"mango","c":3,"a":["mango"]},{"e":"\uD83C\uDF4E","d":"red apple","c":3,"a":["apple"]},{"e":"\uD83C\uDF4F","d":"green apple","c":3,"a":["green_apple"],"t":["fruit"]},{"e":"\uD83C\uDF50","d":"pear","c":3,"a":["pear"]},{"e":"\uD83C\uDF51","d":"peach","c":3,"a":["peach"]},{"e":"\uD83C\uDF52","d":"cherries","c":3,"a":["cherries"],"t":["fruit"]},{"e":"\uD83C\uDF53","d":"strawberry","c":3,"a":["strawberry"],"t":["fruit"]},{"e":"\uD83E\uDED0","d":"blueberries","c":3,"a":["blueberries"]},{"e":"\uD83E\uDD5D","d":"kiwi fruit","c":3,"a":["kiwi_fruit"]},{"e":"\uD83C\uDF45","d":"tomato","c":3,"a":["tomato"]},{"e":"\uD83E\uDED2","d":"olive","c":3,"a":["olive"]},{"e":"\uD83E\uDD65","d":"coconut","c":3,"a":["coconut"]},{"e":"\uD83E\uDD51","d":"avocado","c":3,"a":["avocado"]},{"e":"\uD83C\uDF46","d":"eggplant","c":3,"a":["eggplant"],"t":["aubergine"]},{"e":"\uD83E\uDD54","d":"potato","c":3,"a":["potato"]},{"e":"\uD83E\uDD55","d":"carrot","c":3,"a":["carrot"]},{"e":"\uD83C\uDF3D","d":"ear of corn","c":3,"a":["corn"]},{"e":"\uD83C\uDF36️","d":"hot pepper","c":3,"a":["hot_pepper"],"t":["spicy"]},{"e":"\uD83E\uDED1","d":"bell pepper","c":3,"a":["bell_pepper"]},{"e":"\uD83E\uDD52","d":"cucumber","c":3,"a":["cucumber"]},{"e":"\uD83E\uDD6C","d":"leafy green","c":3,"a":["leafy_green"]},{"e":"\uD83E\uDD66","d":"broccoli","c":3,"a":["broccoli"]},{"e":"\uD83E\uDDC4","d":"garlic","c":3,"a":["garlic"]},{"e":"\uD83E\uDDC5","d":"onion","c":3,"a":["onion"]},{"e":"\uD83C\uDF44","d":"mushroom","c":3,"a":["mushroom"]},{"e":"\uD83E\uDD5C","d":"peanuts","c":3,"a":["peanuts"]},{"e":"\uD83C\uDF30","d":"chestnut","c":3,"a":["chestnut"]},{"e":"\uD83C\uDF5E","d":"bread","c":3,"a":["bread"],"t":["toast"]},{"e":"\uD83E\uDD50","d":"croissant","c":3,"a":["croissant"]},{"e":"\uD83E\uDD56","d":"baguette bread","c":3,"a":["baguette_bread"]},{"e":"\uD83E\uDED3","d":"flatbread","c":3,"a":["flatbread"]},{"e":"\uD83E\uDD68","d":"pretzel","c":3,"a":["pretzel"]},{"e":"\uD83E\uDD6F","d":"bagel","c":3,"a":["bagel"]},{"e":"\uD83E\uDD5E","d":"pancakes","c":3,"a":["pancakes"]},{"e":"\uD83E\uDDC7","d":"waffle","c":3,"a":["waffle"]},{"e":"\uD83E\uDDC0","d":"cheese wedge","c":3,"a":["cheese"]},{"e":"\uD83C\uDF56","d":"meat on bone","c":3,"a":["meat_on_bone"]},{"e":"\uD83C\uDF57","d":"poultry leg","c":3,"a":["poultry_leg"],"t":["meat","chicken"]},{"e":"\uD83E\uDD69","d":"cut of meat","c":3,"a":["cut_of_meat"]},{"e":"\uD83E\uDD53","d":"bacon","c":3,"a":["bacon"]},{"e":"\uD83C\uDF54","d":"hamburger","c":3,"a":["hamburger"],"t":["burger"]},{"e":"\uD83C\uDF5F","d":"french fries","c":3,"a":["fries"]},{"e":"\uD83C\uDF55","d":"pizza","c":3,"a":["pizza"]},{"e":"\uD83C\uDF2D","d":"hot dog","c":3,"a":["hotdog"]},{"e":"\uD83E\uDD6A","d":"sandwich","c":3,"a":["sandwich"]},{"e":"\uD83C\uDF2E","d":"taco","c":3,"a":["taco"]},{"e":"\uD83C\uDF2F","d":"burrito","c":3,"a":["burrito"]},{"e":"\uD83E\uDED4","d":"tamale","c":3,"a":["tamale"]},{"e":"\uD83E\uDD59","d":"stuffed flatbread","c":3,"a":["stuffed_flatbread"]},{"e":"\uD83E\uDDC6","d":"falafel","c":3,"a":["falafel"]},{"e":"\uD83E\uDD5A","d":"egg","c":3,"a":["egg"]},{"e":"\uD83C\uDF73","d":"cooking","c":3,"a":["fried_egg"],"t":["breakfast"]},{"e":"\uD83E\uDD58","d":"shallow pan of food","c":3,"a":["shallow_pan_of_food"],"t":["paella","curry"]},{"e":"\uD83C\uDF72","d":"pot of food","c":3,"a":["stew"]},{"e":"\uD83E\uDED5","d":"fondue","c":3,"a":["fondue"]},{"e":"\uD83E\uDD63","d":"bowl with spoon","c":3,"a":["bowl_with_spoon"]},{"e":"\uD83E\uDD57","d":"green salad","c":3,"a":["green_salad"]},{"e":"\uD83C\uDF7F","d":"popcorn","c":3,"a":["popcorn"]},{"e":"\uD83E\uDDC8","d":"butter","c":3,"a":["butter"]},{"e":"\uD83E\uDDC2","d":"salt","c":3,"a":["salt"]},{"e":"\uD83E\uDD6B","d":"canned food","c":3,"a":["canned_food"]},{"e":"\uD83C\uDF71","d":"bento box","c":3,"a":["bento"]},{"e":"\uD83C\uDF58","d":"rice cracker","c":3,"a":["rice_cracker"]},{"e":"\uD83C\uDF59","d":"rice ball","c":3,"a":["rice_ball"]},{"e":"\uD83C\uDF5A","d":"cooked rice","c":3,"a":["rice"]},{"e":"\uD83C\uDF5B","d":"curry rice","c":3,"a":["curry"]},{"e":"\uD83C\uDF5C","d":"steaming bowl","c":3,"a":["ramen"],"t":["noodle"]},{"e":"\uD83C\uDF5D","d":"spaghetti","c":3,"a":["spaghetti"],"t":["pasta"]},{"e":"\uD83C\uDF60","d":"roasted sweet potato","c":3,"a":["sweet_potato"]},{"e":"\uD83C\uDF62","d":"oden","c":3,"a":["oden"]},{"e":"\uD83C\uDF63","d":"sushi","c":3,"a":["sushi"]},{"e":"\uD83C\uDF64","d":"fried shrimp","c":3,"a":["fried_shrimp"],"t":["tempura"]},{"e":"\uD83C\uDF65","d":"fish cake with swirl","c":3,"a":["fish_cake"]},{"e":"\uD83E\uDD6E","d":"moon cake","c":3,"a":["moon_cake"]},{"e":"\uD83C\uDF61","d":"dango","c":3,"a":["dango"]},{"e":"\uD83E\uDD5F","d":"dumpling","c":3,"a":["dumpling"]},{"e":"\uD83E\uDD60","d":"fortune cookie","c":3,"a":["fortune_cookie"]},{"e":"\uD83E\uDD61","d":"takeout box","c":3,"a":["takeout_box"]},{"e":"\uD83E\uDD80","d":"crab","c":3,"a":["crab"]},{"e":"\uD83E\uDD9E","d":"lobster","c":3,"a":["lobster"]},{"e":"\uD83E\uDD90","d":"shrimp","c":3,"a":["shrimp"]},{"e":"\uD83E\uDD91","d":"squid","c":3,"a":["squid"]},{"e":"\uD83E\uDDAA","d":"oyster","c":3,"a":["oyster"]},{"e":"\uD83C\uDF66","d":"soft ice cream","c":3,"a":["icecream"]},{"e":"\uD83C\uDF67","d":"shaved ice","c":3,"a":["shaved_ice"]},{"e":"\uD83C\uDF68","d":"ice cream","c":3,"a":["ice_cream"]},{"e":"\uD83C\uDF69","d":"doughnut","c":3,"a":["doughnut"]},{"e":"\uD83C\uDF6A","d":"cookie","c":3,"a":["cookie"]},{"e":"\uD83C\uDF82","d":"birthday cake","c":3,"a":["birthday"],"t":["party"]},{"e":"\uD83C\uDF70","d":"shortcake","c":3,"a":["cake"],"t":["dessert"]},{"e":"\uD83E\uDDC1","d":"cupcake","c":3,"a":["cupcake"]},{"e":"\uD83E\uDD67","d":"pie","c":3,"a":["pie"]},{"e":"\uD83C\uDF6B","d":"chocolate bar","c":3,"a":["chocolate_bar"]},{"e":"\uD83C\uDF6C","d":"candy","c":3,"a":["candy"],"t":["sweet"]},{"e":"\uD83C\uDF6D","d":"lollipop","c":3,"a":["lollipop"]},{"e":"\uD83C\uDF6E","d":"custard","c":3,"a":["custard"]},{"e":"\uD83C\uDF6F","d":"honey pot","c":3,"a":["honey_pot"]},{"e":"\uD83C\uDF7C","d":"baby bottle","c":3,"a":["baby_bottle"],"t":["milk"]},{"e":"\uD83E\uDD5B","d":"glass of milk","c":3,"a":["milk_glass"]},{"e":"☕","d":"hot beverage","c":3,"a":["coffee"],"t":["cafe","espresso"]},{"e":"\uD83E\uDED6","d":"teapot","c":3,"a":["teapot"]},{"e":"\uD83C\uDF75","d":"teacup without handle","c":3,"a":["tea"],"t":["green","breakfast"]},{"e":"\uD83C\uDF76","d":"sake","c":3,"a":["sake"]},{"e":"\uD83C\uDF7E","d":"bottle with popping cork","c":3,"a":["champagne"],"t":["bottle","bubbly","celebration"]},{"e":"\uD83C\uDF77","d":"wine glass","c":3,"a":["wine_glass"]},{"e":"\uD83C\uDF78","d":"cocktail glass","c":3,"a":["cocktail"],"t":["drink"]},{"e":"\uD83C\uDF79","d":"tropical drink","c":3,"a":["tropical_drink"],"t":["summer","vacation"]},{"e":"\uD83C\uDF7A","d":"beer mug","c":3,"a":["beer"],"t":["drink"]},{"e":"\uD83C\uDF7B","d":"clinking beer mugs","c":3,"a":["beers"],"t":["drinks"]},{"e":"\uD83E\uDD42","d":"clinking glasses","c":3,"a":["clinking_glasses"],"t":["cheers","toast"]},{"e":"\uD83E\uDD43","d":"tumbler glass","c":3,"a":["tumbler_glass"],"t":["whisky"]},{"e":"\uD83E\uDD64","d":"cup with straw","c":3,"a":["cup_with_straw"]},{"e":"\uD83E\uDDCB","d":"bubble tea","c":3,"a":["bubble_tea"]},{"e":"\uD83E\uDDC3","d":"beverage box","c":3,"a":["beverage_box"]},{"e":"\uD83E\uDDC9","d":"mate","c":3,"a":["mate"]},{"e":"\uD83E\uDDCA","d":"ice","c":3,"a":["ice_cube"]},{"e":"\uD83E\uDD62","d":"chopsticks","c":3,"a":["chopsticks"]},{"e":"\uD83C\uDF7D️","d":"fork and knife with plate","c":3,"a":["plate_with_cutlery"],"t":["dining","dinner"]},{"e":"\uD83C\uDF74","d":"fork and knife","c":3,"a":["fork_and_knife"],"t":["cutlery"]},{"e":"\uD83E\uDD44","d":"spoon","c":3,"a":["spoon"]},{"e":"\uD83D\uDD2A","d":"kitchen knife","c":3,"a":["hocho","knife"],"t":["cut","chop"]},{"e":"\uD83C\uDFFA","d":"amphora","c":3,"a":["amphora"]},{"e":"\uD83C\uDF0D","d":"globe showing Europe-Africa","c":4,"a":["earth_africa"],"t":["globe","world","international"]},{"e":"\uD83C\uDF0E","d":"globe showing Americas","c":4,"a":["earth_americas"],"t":["globe","world","international"]},{"e":"\uD83C\uDF0F","d":"globe showing Asia-Australia","c":4,"a":["earth_asia"],"t":["globe","world","international"]},{"e":"\uD83C\uDF10","d":"globe with meridians","c":4,"a":["globe_with_meridians"],"t":["world","global","international"]},{"e":"\uD83D\uDDFA️","d":"world map","c":4,"a":["world_map"],"t":["travel"]},{"e":"\uD83D\uDDFE","d":"map of Japan","c":4,"a":["japan"]},{"e":"\uD83E\uDDED","d":"compass","c":4,"a":["compass"]},{"e":"\uD83C\uDFD4️","d":"snow-capped mountain","c":4,"a":["mountain_snow"]},{"e":"⛰️","d":"mountain","c":4,"a":["mountain"]},{"e":"\uD83C\uDF0B","d":"volcano","c":4,"a":["volcano"]},{"e":"\uD83D\uDDFB","d":"mount fuji","c":4,"a":["mount_fuji"]},{"e":"\uD83C\uDFD5️","d":"camping","c":4,"a":["camping"]},{"e":"\uD83C\uDFD6️","d":"beach with umbrella","c":4,"a":["beach_umbrella"]},{"e":"\uD83C\uDFDC️","d":"desert","c":4,"a":["desert"]},{"e":"\uD83C\uDFDD️","d":"desert island","c":4,"a":["desert_island"]},{"e":"\uD83C\uDFDE️","d":"national park","c":4,"a":["national_park"]},{"e":"\uD83C\uDFDF️","d":"stadium","c":4,"a":["stadium"]},{"e":"\uD83C\uDFDB️","d":"classical building","c":4,"a":["classical_building"]},{"e":"\uD83C\uDFD7️","d":"building construction","c":4,"a":["building_construction"]},{"e":"\uD83E\uDDF1","d":"brick","c":4,"a":["bricks"]},{"e":"\uD83E\uDEA8","d":"rock","c":4,"a":["rock"]},{"e":"\uD83E\uDEB5","d":"wood","c":4,"a":["wood"]},{"e":"\uD83D\uDED6","d":"hut","c":4,"a":["hut"]},{"e":"\uD83C\uDFD8️","d":"houses","c":4,"a":["houses"]},{"e":"\uD83C\uDFDA️","d":"derelict house","c":4,"a":["derelict_house"]},{"e":"\uD83C\uDFE0","d":"house","c":4,"a":["house"]},{"e":"\uD83C\uDFE1","d":"house with garden","c":4,"a":["house_with_garden"]},{"e":"\uD83C\uDFE2","d":"office building","c":4,"a":["office"]},{"e":"\uD83C\uDFE3","d":"Japanese post office","c":4,"a":["post_office"]},{"e":"\uD83C\uDFE4","d":"post office","c":4,"a":["european_post_office"]},{"e":"\uD83C\uDFE5","d":"hospital","c":4,"a":["hospital"]},{"e":"\uD83C\uDFE6","d":"bank","c":4,"a":["bank"]},{"e":"\uD83C\uDFE8","d":"hotel","c":4,"a":["hotel"]},{"e":"\uD83C\uDFE9","d":"love hotel","c":4,"a":["love_hotel"]},{"e":"\uD83C\uDFEA","d":"convenience store","c":4,"a":["convenience_store"]},{"e":"\uD83C\uDFEB","d":"school","c":4,"a":["school"]},{"e":"\uD83C\uDFEC","d":"department store","c":4,"a":["department_store"]},{"e":"\uD83C\uDFED","d":"factory","c":4,"a":["factory"]},{"e":"\uD83C\uDFEF","d":"Japanese castle","c":4,"a":["japanese_castle"]},{"e":"\uD83C\uDFF0","d":"castle","c":4,"a":["european_castle"]},{"e":"\uD83D\uDC92","d":"wedding","c":4,"a":["wedding"],"t":["marriage"]},{"e":"\uD83D\uDDFC","d":"Tokyo tower","c":4,"a":["tokyo_tower"]},{"e":"\uD83D\uDDFD","d":"Statue of Liberty","c":4,"a":["statue_of_liberty"]},{"e":"⛪","d":"church","c":4,"a":["church"]},{"e":"\uD83D\uDD4C","d":"mosque","c":4,"a":["mosque"]},{"e":"\uD83D\uDED5","d":"hindu temple","c":4,"a":["hindu_temple"]},{"e":"\uD83D\uDD4D","d":"synagogue","c":4,"a":["synagogue"]},{"e":"⛩️","d":"shinto shrine","c":4,"a":["shinto_shrine"]},{"e":"\uD83D\uDD4B","d":"kaaba","c":4,"a":["kaaba"]},{"e":"⛲","d":"fountain","c":4,"a":["fountain"]},{"e":"⛺","d":"tent","c":4,"a":["tent"],"t":["camping"]},{"e":"\uD83C\uDF01","d":"foggy","c":4,"a":["foggy"],"t":["karl"]},{"e":"\uD83C\uDF03","d":"night with stars","c":4,"a":["night_with_stars"]},{"e":"\uD83C\uDFD9️","d":"cityscape","c":4,"a":["cityscape"],"t":["skyline"]},{"e":"\uD83C\uDF04","d":"sunrise over mountains","c":4,"a":["sunrise_over_mountains"]},{"e":"\uD83C\uDF05","d":"sunrise","c":4,"a":["sunrise"]},{"e":"\uD83C\uDF06","d":"cityscape at dusk","c":4,"a":["city_sunset"]},{"e":"\uD83C\uDF07","d":"sunset","c":4,"a":["city_sunrise"]},{"e":"\uD83C\uDF09","d":"bridge at night","c":4,"a":["bridge_at_night"]},{"e":"♨️","d":"hot springs","c":4,"a":["hotsprings"]},{"e":"\uD83C\uDFA0","d":"carousel horse","c":4,"a":["carousel_horse"]},{"e":"\uD83C\uDFA1","d":"ferris wheel","c":4,"a":["ferris_wheel"]},{"e":"\uD83C\uDFA2","d":"roller coaster","c":4,"a":["roller_coaster"]},{"e":"\uD83D\uDC88","d":"barber pole","c":4,"a":["barber"]},{"e":"\uD83C\uDFAA","d":"circus tent","c":4,"a":["circus_tent"]},{"e":"\uD83D\uDE82","d":"locomotive","c":4,"a":["steam_locomotive"],"t":["train"]},{"e":"\uD83D\uDE83","d":"railway car","c":4,"a":["railway_car"]},{"e":"\uD83D\uDE84","d":"high-speed train","c":4,"a":["bullettrain_side"],"t":["train"]},{"e":"\uD83D\uDE85","d":"bullet train","c":4,"a":["bullettrain_front"],"t":["train"]},{"e":"\uD83D\uDE86","d":"train","c":4,"a":["train2"]},{"e":"\uD83D\uDE87","d":"metro","c":4,"a":["metro"]},{"e":"\uD83D\uDE88","d":"light rail","c":4,"a":["light_rail"]},{"e":"\uD83D\uDE89","d":"station","c":4,"a":["station"]},{"e":"\uD83D\uDE8A","d":"tram","c":4,"a":["tram"]},{"e":"\uD83D\uDE9D","d":"monorail","c":4,"a":["monorail"]},{"e":"\uD83D\uDE9E","d":"mountain railway","c":4,"a":["mountain_railway"]},{"e":"\uD83D\uDE8B","d":"tram car","c":4,"a":["train"]},{"e":"\uD83D\uDE8C","d":"bus","c":4,"a":["bus"]},{"e":"\uD83D\uDE8D","d":"oncoming bus","c":4,"a":["oncoming_bus"]},{"e":"\uD83D\uDE8E","d":"trolleybus","c":4,"a":["trolleybus"]},{"e":"\uD83D\uDE90","d":"minibus","c":4,"a":["minibus"]},{"e":"\uD83D\uDE91","d":"ambulance","c":4,"a":["ambulance"]},{"e":"\uD83D\uDE92","d":"fire engine","c":4,"a":["fire_engine"]},{"e":"\uD83D\uDE93","d":"police car","c":4,"a":["police_car"]},{"e":"\uD83D\uDE94","d":"oncoming police car","c":4,"a":["oncoming_police_car"]},{"e":"\uD83D\uDE95","d":"taxi","c":4,"a":["taxi"]},{"e":"\uD83D\uDE96","d":"oncoming taxi","c":4,"a":["oncoming_taxi"]},{"e":"\uD83D\uDE97","d":"automobile","c":4,"a":["car","red_car"]},{"e":"\uD83D\uDE98","d":"oncoming automobile","c":4,"a":["oncoming_automobile"]},{"e":"\uD83D\uDE99","d":"sport utility vehicle","c":4,"a":["blue_car"]},{"e":"\uD83D\uDEFB","d":"pickup truck","c":4,"a":["pickup_truck"]},{"e":"\uD83D\uDE9A","d":"delivery truck","c":4,"a":["truck"]},{"e":"\uD83D\uDE9B","d":"articulated lorry","c":4,"a":["articulated_lorry"]},{"e":"\uD83D\uDE9C","d":"tractor","c":4,"a":["tractor"]},{"e":"\uD83C\uDFCE️","d":"racing car","c":4,"a":["racing_car"]},{"e":"\uD83C\uDFCD️","d":"motorcycle","c":4,"a":["motorcycle"]},{"e":"\uD83D\uDEF5","d":"motor scooter","c":4,"a":["motor_scooter"]},{"e":"\uD83E\uDDBD","d":"manual wheelchair","c":4,"a":["manual_wheelchair"]},{"e":"\uD83E\uDDBC","d":"motorized wheelchair","c":4,"a":["motorized_wheelchair"]},{"e":"\uD83D\uDEFA","d":"auto rickshaw","c":4,"a":["auto_rickshaw"]},{"e":"\uD83D\uDEB2","d":"bicycle","c":4,"a":["bike"],"t":["bicycle"]},{"e":"\uD83D\uDEF4","d":"kick scooter","c":4,"a":["kick_scooter"]},{"e":"\uD83D\uDEF9","d":"skateboard","c":4,"a":["skateboard"]},{"e":"\uD83D\uDEFC","d":"roller skate","c":4,"a":["roller_skate"]},{"e":"\uD83D\uDE8F","d":"bus stop","c":4,"a":["busstop"]},{"e":"\uD83D\uDEE3️","d":"motorway","c":4,"a":["motorway"]},{"e":"\uD83D\uDEE4️","d":"railway track","c":4,"a":["railway_track"]},{"e":"\uD83D\uDEE2️","d":"oil drum","c":4,"a":["oil_drum"]},{"e":"⛽","d":"fuel pump","c":4,"a":["fuelpump"]},{"e":"\uD83D\uDEA8","d":"police car light","c":4,"a":["rotating_light"],"t":["911","emergency"]},{"e":"\uD83D\uDEA5","d":"horizontal traffic light","c":4,"a":["traffic_light"]},{"e":"\uD83D\uDEA6","d":"vertical traffic light","c":4,"a":["vertical_traffic_light"],"t":["semaphore"]},{"e":"\uD83D\uDED1","d":"stop sign","c":4,"a":["stop_sign"]},{"e":"\uD83D\uDEA7","d":"construction","c":4,"a":["construction"],"t":["wip"]},{"e":"⚓","d":"anchor","c":4,"a":["anchor"],"t":["ship"]},{"e":"⛵","d":"sailboat","c":4,"a":["boat","sailboat"]},{"e":"\uD83D\uDEF6","d":"canoe","c":4,"a":["canoe"]},{"e":"\uD83D\uDEA4","d":"speedboat","c":4,"a":["speedboat"],"t":["ship"]},{"e":"\uD83D\uDEF3️","d":"passenger ship","c":4,"a":["passenger_ship"],"t":["cruise"]},{"e":"⛴️","d":"ferry","c":4,"a":["ferry"]},{"e":"\uD83D\uDEE5️","d":"motor boat","c":4,"a":["motor_boat"]},{"e":"\uD83D\uDEA2","d":"ship","c":4,"a":["ship"]},{"e":"✈️","d":"airplane","c":4,"a":["airplane"],"t":["flight"]},{"e":"\uD83D\uDEE9️","d":"small airplane","c":4,"a":["small_airplane"],"t":["flight"]},{"e":"\uD83D\uDEEB","d":"airplane departure","c":4,"a":["flight_departure"]},{"e":"\uD83D\uDEEC","d":"airplane arrival","c":4,"a":["flight_arrival"]},{"e":"\uD83E\uDE82","d":"parachute","c":4,"a":["parachute"]},{"e":"\uD83D\uDCBA","d":"seat","c":4,"a":["seat"]},{"e":"\uD83D\uDE81","d":"helicopter","c":4,"a":["helicopter"]},{"e":"\uD83D\uDE9F","d":"suspension railway","c":4,"a":["suspension_railway"]},{"e":"\uD83D\uDEA0","d":"mountain cableway","c":4,"a":["mountain_cableway"]},{"e":"\uD83D\uDEA1","d":"aerial tramway","c":4,"a":["aerial_tramway"]},{"e":"\uD83D\uDEF0️","d":"satellite","c":4,"a":["artificial_satellite"],"t":["orbit","space"]},{"e":"\uD83D\uDE80","d":"rocket","c":4,"a":["rocket"],"t":["ship","launch"]},{"e":"\uD83D\uDEF8","d":"flying saucer","c":4,"a":["flying_saucer"],"t":["ufo"]},{"e":"\uD83D\uDECE️","d":"bellhop bell","c":4,"a":["bellhop_bell"]},{"e":"\uD83E\uDDF3","d":"luggage","c":4,"a":["luggage"]},{"e":"⌛","d":"hourglass done","c":4,"a":["hourglass"],"t":["time"]},{"e":"⏳","d":"hourglass not done","c":4,"a":["hourglass_flowing_sand"],"t":["time"]},{"e":"⌚","d":"watch","c":4,"a":["watch"],"t":["time"]},{"e":"⏰","d":"alarm clock","c":4,"a":["alarm_clock"],"t":["morning"]},{"e":"⏱️","d":"stopwatch","c":4,"a":["stopwatch"]},{"e":"⏲️","d":"timer clock","c":4,"a":["timer_clock"]},{"e":"\uD83D\uDD70️","d":"mantelpiece clock","c":4,"a":["mantelpiece_clock"]},{"e":"\uD83D\uDD5B","d":"twelve o’clock","c":4,"a":["clock12"]},{"e":"\uD83D\uDD67","d":"twelve-thirty","c":4,"a":["clock1230"]},{"e":"\uD83D\uDD50","d":"one o’clock","c":4,"a":["clock1"]},{"e":"\uD83D\uDD5C","d":"one-thirty","c":4,"a":["clock130"]},{"e":"\uD83D\uDD51","d":"two o’clock","c":4,"a":["clock2"]},{"e":"\uD83D\uDD5D","d":"two-thirty","c":4,"a":["clock230"]},{"e":"\uD83D\uDD52","d":"three o’clock","c":4,"a":["clock3"]},{"e":"\uD83D\uDD5E","d":"three-thirty","c":4,"a":["clock330"]},{"e":"\uD83D\uDD53","d":"four o’clock","c":4,"a":["clock4"]},{"e":"\uD83D\uDD5F","d":"four-thirty","c":4,"a":["clock430"]},{"e":"\uD83D\uDD54","d":"five o’clock","c":4,"a":["clock5"]},{"e":"\uD83D\uDD60","d":"five-thirty","c":4,"a":["clock530"]},{"e":"\uD83D\uDD55","d":"six o’clock","c":4,"a":["clock6"]},{"e":"\uD83D\uDD61","d":"six-thirty","c":4,"a":["clock630"]},{"e":"\uD83D\uDD56","d":"seven o’clock","c":4,"a":["clock7"]},{"e":"\uD83D\uDD62","d":"seven-thirty","c":4,"a":["clock730"]},{"e":"\uD83D\uDD57","d":"eight o’clock","c":4,"a":["clock8"]},{"e":"\uD83D\uDD63","d":"eight-thirty","c":4,"a":["clock830"]},{"e":"\uD83D\uDD58","d":"nine o’clock","c":4,"a":["clock9"]},{"e":"\uD83D\uDD64","d":"nine-thirty","c":4,"a":["clock930"]},{"e":"\uD83D\uDD59","d":"ten o’clock","c":4,"a":["clock10"]},{"e":"\uD83D\uDD65","d":"ten-thirty","c":4,"a":["clock1030"]},{"e":"\uD83D\uDD5A","d":"eleven o’clock","c":4,"a":["clock11"]},{"e":"\uD83D\uDD66","d":"eleven-thirty","c":4,"a":["clock1130"]},{"e":"\uD83C\uDF11","d":"new moon","c":4,"a":["new_moon"]},{"e":"\uD83C\uDF12","d":"waxing crescent moon","c":4,"a":["waxing_crescent_moon"]},{"e":"\uD83C\uDF13","d":"first quarter moon","c":4,"a":["first_quarter_moon"]},{"e":"\uD83C\uDF14","d":"waxing gibbous moon","c":4,"a":["moon","waxing_gibbous_moon"]},{"e":"\uD83C\uDF15","d":"full moon","c":4,"a":["full_moon"]},{"e":"\uD83C\uDF16","d":"waning gibbous moon","c":4,"a":["waning_gibbous_moon"]},{"e":"\uD83C\uDF17","d":"last quarter moon","c":4,"a":["last_quarter_moon"]},{"e":"\uD83C\uDF18","d":"waning crescent moon","c":4,"a":["waning_crescent_moon"]},{"e":"\uD83C\uDF19","d":"crescent moon","c":4,"a":["crescent_moon"],"t":["night"]},{"e":"\uD83C\uDF1A","d":"new moon face","c":4,"a":["new_moon_with_face"]},{"e":"\uD83C\uDF1B","d":"first quarter moon face","c":4,"a":["first_quarter_moon_with_face"]},{"e":"\uD83C\uDF1C","d":"last quarter moon face","c":4,"a":["last_quarter_moon_with_face"]},{"e":"\uD83C\uDF21️","d":"thermometer","c":4,"a":["thermometer"]},{"e":"☀️","d":"sun","c":4,"a":["sunny"],"t":["weather"]},{"e":"\uD83C\uDF1D","d":"full moon face","c":4,"a":["full_moon_with_face"]},{"e":"\uD83C\uDF1E","d":"sun with face","c":4,"a":["sun_with_face"],"t":["summer"]},{"e":"\uD83E\uDE90","d":"ringed planet","c":4,"a":["ringed_planet"]},{"e":"⭐","d":"star","c":4,"a":["star"]},{"e":"\uD83C\uDF1F","d":"glowing star","c":4,"a":["star2"]},{"e":"\uD83C\uDF20","d":"shooting star","c":4,"a":["stars"]},{"e":"\uD83C\uDF0C","d":"milky way","c":4,"a":["milky_way"]},{"e":"☁️","d":"cloud","c":4,"a":["cloud"]},{"e":"⛅","d":"sun behind cloud","c":4,"a":["partly_sunny"],"t":["weather","cloud"]},{"e":"⛈️","d":"cloud with lightning and rain","c":4,"a":["cloud_with_lightning_and_rain"]},{"e":"\uD83C\uDF24️","d":"sun behind small cloud","c":4,"a":["sun_behind_small_cloud"]},{"e":"\uD83C\uDF25️","d":"sun behind large cloud","c":4,"a":["sun_behind_large_cloud"]},{"e":"\uD83C\uDF26️","d":"sun behind rain cloud","c":4,"a":["sun_behind_rain_cloud"]},{"e":"\uD83C\uDF27️","d":"cloud with rain","c":4,"a":["cloud_with_rain"]},{"e":"\uD83C\uDF28️","d":"cloud with snow","c":4,"a":["cloud_with_snow"]},{"e":"\uD83C\uDF29️","d":"cloud with lightning","c":4,"a":["cloud_with_lightning"]},{"e":"\uD83C\uDF2A️","d":"tornado","c":4,"a":["tornado"]},{"e":"\uD83C\uDF2B️","d":"fog","c":4,"a":["fog"]},{"e":"\uD83C\uDF2C️","d":"wind face","c":4,"a":["wind_face"]},{"e":"\uD83C\uDF00","d":"cyclone","c":4,"a":["cyclone"],"t":["swirl"]},{"e":"\uD83C\uDF08","d":"rainbow","c":4,"a":["rainbow"]},{"e":"\uD83C\uDF02","d":"closed umbrella","c":4,"a":["closed_umbrella"],"t":["weather","rain"]},{"e":"☂️","d":"umbrella","c":4,"a":["open_umbrella"]},{"e":"☔","d":"umbrella with rain drops","c":4,"a":["umbrella"],"t":["rain","weather"]},{"e":"⛱️","d":"umbrella on ground","c":4,"a":["parasol_on_ground"],"t":["beach_umbrella"]},{"e":"⚡","d":"high voltage","c":4,"a":["zap"],"t":["lightning","thunder"]},{"e":"❄️","d":"snowflake","c":4,"a":["snowflake"],"t":["winter","cold","weather"]},{"e":"☃️","d":"snowman","c":4,"a":["snowman_with_snow"],"t":["winter","christmas"]},{"e":"⛄","d":"snowman without snow","c":4,"a":["snowman"],"t":["winter"]},{"e":"☄️","d":"comet","c":4,"a":["comet"]},{"e":"\uD83D\uDD25","d":"fire","c":4,"a":["fire"],"t":["burn"]},{"e":"\uD83D\uDCA7","d":"droplet","c":4,"a":["droplet"],"t":["water"]},{"e":"\uD83C\uDF0A","d":"water wave","c":4,"a":["ocean"],"t":["sea"]},{"e":"\uD83C\uDF83","d":"jack-o-lantern","c":5,"a":["jack_o_lantern"],"t":["halloween"]},{"e":"\uD83C\uDF84","d":"Christmas tree","c":5,"a":["christmas_tree"]},{"e":"\uD83C\uDF86","d":"fireworks","c":5,"a":["fireworks"],"t":["festival","celebration"]},{"e":"\uD83C\uDF87","d":"sparkler","c":5,"a":["sparkler"]},{"e":"\uD83E\uDDE8","d":"firecracker","c":5,"a":["firecracker"]},{"e":"✨","d":"sparkles","c":5,"a":["sparkles"],"t":["shiny"]},{"e":"\uD83C\uDF88","d":"balloon","c":5,"a":["balloon"],"t":["party","birthday"]},{"e":"\uD83C\uDF89","d":"party popper","c":5,"a":["tada"],"t":["hooray","party"]},{"e":"\uD83C\uDF8A","d":"confetti ball","c":5,"a":["confetti_ball"]},{"e":"\uD83C\uDF8B","d":"tanabata tree","c":5,"a":["tanabata_tree"]},{"e":"\uD83C\uDF8D","d":"pine decoration","c":5,"a":["bamboo"]},{"e":"\uD83C\uDF8E","d":"Japanese dolls","c":5,"a":["dolls"]},{"e":"\uD83C\uDF8F","d":"carp streamer","c":5,"a":["flags"]},{"e":"\uD83C\uDF90","d":"wind chime","c":5,"a":["wind_chime"]},{"e":"\uD83C\uDF91","d":"moon viewing ceremony","c":5,"a":["rice_scene"]},{"e":"\uD83E\uDDE7","d":"red envelope","c":5,"a":["red_envelope"]},{"e":"\uD83C\uDF80","d":"ribbon","c":5,"a":["ribbon"]},{"e":"\uD83C\uDF81","d":"wrapped gift","c":5,"a":["gift"],"t":["present","birthday","christmas"]},{"e":"\uD83C\uDF97️","d":"reminder ribbon","c":5,"a":["reminder_ribbon"]},{"e":"\uD83C\uDF9F️","d":"admission tickets","c":5,"a":["tickets"]},{"e":"\uD83C\uDFAB","d":"ticket","c":5,"a":["ticket"]},{"e":"\uD83C\uDF96️","d":"military medal","c":5,"a":["medal_military"]},{"e":"\uD83C\uDFC6","d":"trophy","c":5,"a":["trophy"],"t":["award","contest","winner"]},{"e":"\uD83C\uDFC5","d":"sports medal","c":5,"a":["medal_sports"],"t":["gold","winner"]},{"e":"\uD83E\uDD47","d":"1st place medal","c":5,"a":["1st_place_medal"],"t":["gold"]},{"e":"\uD83E\uDD48","d":"2nd place medal","c":5,"a":["2nd_place_medal"],"t":["silver"]},{"e":"\uD83E\uDD49","d":"3rd place medal","c":5,"a":["3rd_place_medal"],"t":["bronze"]},{"e":"⚽","d":"soccer ball","c":5,"a":["soccer"],"t":["sports"]},{"e":"⚾","d":"baseball","c":5,"a":["baseball"],"t":["sports"]},{"e":"\uD83E\uDD4E","d":"softball","c":5,"a":["softball"]},{"e":"\uD83C\uDFC0","d":"basketball","c":5,"a":["basketball"],"t":["sports"]},{"e":"\uD83C\uDFD0","d":"volleyball","c":5,"a":["volleyball"]},{"e":"\uD83C\uDFC8","d":"american football","c":5,"a":["football"],"t":["sports"]},{"e":"\uD83C\uDFC9","d":"rugby football","c":5,"a":["rugby_football"]},{"e":"\uD83C\uDFBE","d":"tennis","c":5,"a":["tennis"],"t":["sports"]},{"e":"\uD83E\uDD4F","d":"flying disc","c":5,"a":["flying_disc"]},{"e":"\uD83C\uDFB3","d":"bowling","c":5,"a":["bowling"]},{"e":"\uD83C\uDFCF","d":"cricket game","c":5,"a":["cricket_game"]},{"e":"\uD83C\uDFD1","d":"field hockey","c":5,"a":["field_hockey"]},{"e":"\uD83C\uDFD2","d":"ice hockey","c":5,"a":["ice_hockey"]},{"e":"\uD83E\uDD4D","d":"lacrosse","c":5,"a":["lacrosse"]},{"e":"\uD83C\uDFD3","d":"ping pong","c":5,"a":["ping_pong"]},{"e":"\uD83C\uDFF8","d":"badminton","c":5,"a":["badminton"]},{"e":"\uD83E\uDD4A","d":"boxing glove","c":5,"a":["boxing_glove"]},{"e":"\uD83E\uDD4B","d":"martial arts uniform","c":5,"a":["martial_arts_uniform"]},{"e":"\uD83E\uDD45","d":"goal net","c":5,"a":["goal_net"]},{"e":"⛳","d":"flag in hole","c":5,"a":["golf"]},{"e":"⛸️","d":"ice skate","c":5,"a":["ice_skate"],"t":["skating"]},{"e":"\uD83C\uDFA3","d":"fishing pole","c":5,"a":["fishing_pole_and_fish"]},{"e":"\uD83E\uDD3F","d":"diving mask","c":5,"a":["diving_mask"]},{"e":"\uD83C\uDFBD","d":"running shirt","c":5,"a":["running_shirt_with_sash"],"t":["marathon"]},{"e":"\uD83C\uDFBF","d":"skis","c":5,"a":["ski"]},{"e":"\uD83D\uDEF7","d":"sled","c":5,"a":["sled"]},{"e":"\uD83E\uDD4C","d":"curling stone","c":5,"a":["curling_stone"]},{"e":"\uD83C\uDFAF","d":"direct hit","c":5,"a":["dart"],"t":["target"]},{"e":"\uD83E\uDE80","d":"yo-yo","c":5,"a":["yo_yo"]},{"e":"\uD83E\uDE81","d":"kite","c":5,"a":["kite"]},{"e":"\uD83C\uDFB1","d":"pool 8 ball","c":5,"a":["8ball"],"t":["pool","billiards"]},{"e":"\uD83D\uDD2E","d":"crystal ball","c":5,"a":["crystal_ball"],"t":["fortune"]},{"e":"\uD83E\uDE84","d":"magic wand","c":5,"a":["magic_wand"]},{"e":"\uD83E\uDDFF","d":"nazar amulet","c":5,"a":["nazar_amulet"]},{"e":"\uD83C\uDFAE","d":"video game","c":5,"a":["video_game"],"t":["play","controller","console"]},{"e":"\uD83D\uDD79️","d":"joystick","c":5,"a":["joystick"]},{"e":"\uD83C\uDFB0","d":"slot machine","c":5,"a":["slot_machine"]},{"e":"\uD83C\uDFB2","d":"game die","c":5,"a":["game_die"],"t":["dice","gambling"]},{"e":"\uD83E\uDDE9","d":"puzzle piece","c":5,"a":["jigsaw"]},{"e":"\uD83E\uDDF8","d":"teddy bear","c":5,"a":["teddy_bear"]},{"e":"\uD83E\uDE85","d":"pi\xf1ata","c":5,"a":["pinata"]},{"e":"\uD83E\uDE86","d":"nesting dolls","c":5,"a":["nesting_dolls"]},{"e":"♠️","d":"spade suit","c":5,"a":["spades"]},{"e":"♥️","d":"heart suit","c":5,"a":["hearts"]},{"e":"♦️","d":"diamond suit","c":5,"a":["diamonds"]},{"e":"♣️","d":"club suit","c":5,"a":["clubs"]},{"e":"♟️","d":"chess pawn","c":5,"a":["chess_pawn"]},{"e":"\uD83C\uDCCF","d":"joker","c":5,"a":["black_joker"]},{"e":"\uD83C\uDC04","d":"mahjong red dragon","c":5,"a":["mahjong"]},{"e":"\uD83C\uDFB4","d":"flower playing cards","c":5,"a":["flower_playing_cards"]},{"e":"\uD83C\uDFAD","d":"performing arts","c":5,"a":["performing_arts"],"t":["theater","drama"]},{"e":"\uD83D\uDDBC️","d":"framed picture","c":5,"a":["framed_picture"]},{"e":"\uD83C\uDFA8","d":"artist palette","c":5,"a":["art"],"t":["design","paint"]},{"e":"\uD83E\uDDF5","d":"thread","c":5,"a":["thread"]},{"e":"\uD83E\uDEA1","d":"sewing needle","c":5,"a":["sewing_needle"]},{"e":"\uD83E\uDDF6","d":"yarn","c":5,"a":["yarn"]},{"e":"\uD83E\uDEA2","d":"knot","c":5,"a":["knot"]},{"e":"\uD83D\uDC53","d":"glasses","c":6,"a":["eyeglasses"],"t":["glasses"]},{"e":"\uD83D\uDD76️","d":"sunglasses","c":6,"a":["dark_sunglasses"]},{"e":"\uD83E\uDD7D","d":"goggles","c":6,"a":["goggles"]},{"e":"\uD83E\uDD7C","d":"lab coat","c":6,"a":["lab_coat"]},{"e":"\uD83E\uDDBA","d":"safety vest","c":6,"a":["safety_vest"]},{"e":"\uD83D\uDC54","d":"necktie","c":6,"a":["necktie"],"t":["shirt","formal"]},{"e":"\uD83D\uDC55","d":"t-shirt","c":6,"a":["shirt","tshirt"]},{"e":"\uD83D\uDC56","d":"jeans","c":6,"a":["jeans"],"t":["pants"]},{"e":"\uD83E\uDDE3","d":"scarf","c":6,"a":["scarf"]},{"e":"\uD83E\uDDE4","d":"gloves","c":6,"a":["gloves"]},{"e":"\uD83E\uDDE5","d":"coat","c":6,"a":["coat"]},{"e":"\uD83E\uDDE6","d":"socks","c":6,"a":["socks"]},{"e":"��","d":"dress","c":6,"a":["dress"]},{"e":"\uD83D\uDC58","d":"kimono","c":6,"a":["kimono"]},{"e":"\uD83E\uDD7B","d":"sari","c":6,"a":["sari"]},{"e":"\uD83E\uDE71","d":"one-piece swimsuit","c":6,"a":["one_piece_swimsuit"]},{"e":"\uD83E\uDE72","d":"briefs","c":6,"a":["swim_brief"]},{"e":"\uD83E\uDE73","d":"shorts","c":6,"a":["shorts"]},{"e":"\uD83D\uDC59","d":"bikini","c":6,"a":["bikini"],"t":["beach"]},{"e":"\uD83D\uDC5A","d":"woman’s clothes","c":6,"a":["womans_clothes"]},{"e":"\uD83D\uDC5B","d":"purse","c":6,"a":["purse"]},{"e":"\uD83D\uDC5C","d":"handbag","c":6,"a":["handbag"],"t":["bag"]},{"e":"\uD83D\uDC5D","d":"clutch bag","c":6,"a":["pouch"],"t":["bag"]},{"e":"\uD83D\uDECD️","d":"shopping bags","c":6,"a":["shopping"],"t":["bags"]},{"e":"\uD83C\uDF92","d":"backpack","c":6,"a":["school_satchel"]},{"e":"\uD83E\uDE74","d":"thong sandal","c":6,"a":["thong_sandal"]},{"e":"\uD83D\uDC5E","d":"man’s shoe","c":6,"a":["mans_shoe","shoe"]},{"e":"\uD83D\uDC5F","d":"running shoe","c":6,"a":["athletic_shoe"],"t":["sneaker","sport","running"]},{"e":"\uD83E\uDD7E","d":"hiking boot","c":6,"a":["hiking_boot"]},{"e":"\uD83E\uDD7F","d":"flat shoe","c":6,"a":["flat_shoe"]},{"e":"\uD83D\uDC60","d":"high-heeled shoe","c":6,"a":["high_heel"],"t":["shoe"]},{"e":"\uD83D\uDC61","d":"woman’s sandal","c":6,"a":["sandal"],"t":["shoe"]},{"e":"\uD83E\uDE70","d":"ballet shoes","c":6,"a":["ballet_shoes"]},{"e":"\uD83D\uDC62","d":"woman’s boot","c":6,"a":["boot"]},{"e":"\uD83D\uDC51","d":"crown","c":6,"a":["crown"],"t":["king","queen","royal"]},{"e":"\uD83D\uDC52","d":"woman’s hat","c":6,"a":["womans_hat"]},{"e":"\uD83C\uDFA9","d":"top hat","c":6,"a":["tophat"],"t":["hat","classy"]},{"e":"\uD83C\uDF93","d":"graduation cap","c":6,"a":["mortar_board"],"t":["education","college","university","graduation"]},{"e":"\uD83E\uDDE2","d":"billed cap","c":6,"a":["billed_cap"]},{"e":"\uD83E\uDE96","d":"military helmet","c":6,"a":["military_helmet"]},{"e":"⛑️","d":"rescue worker’s helmet","c":6,"a":["rescue_worker_helmet"]},{"e":"\uD83D\uDCFF","d":"prayer beads","c":6,"a":["prayer_beads"]},{"e":"\uD83D\uDC84","d":"lipstick","c":6,"a":["lipstick"],"t":["makeup"]},{"e":"\uD83D\uDC8D","d":"ring","c":6,"a":["ring"],"t":["wedding","marriage","engaged"]},{"e":"\uD83D\uDC8E","d":"gem stone","c":6,"a":["gem"],"t":["diamond"]},{"e":"\uD83D\uDD07","d":"muted speaker","c":6,"a":["mute"],"t":["sound","volume"]},{"e":"\uD83D\uDD08","d":"speaker low volume","c":6,"a":["speaker"]},{"e":"\uD83D\uDD09","d":"speaker medium volume","c":6,"a":["sound"],"t":["volume"]},{"e":"\uD83D\uDD0A","d":"speaker high volume","c":6,"a":["loud_sound"],"t":["volume"]},{"e":"\uD83D\uDCE2","d":"loudspeaker","c":6,"a":["loudspeaker"],"t":["announcement"]},{"e":"\uD83D\uDCE3","d":"megaphone","c":6,"a":["mega"]},{"e":"\uD83D\uDCEF","d":"postal horn","c":6,"a":["postal_horn"]},{"e":"\uD83D\uDD14","d":"bell","c":6,"a":["bell"],"t":["sound","notification"]},{"e":"\uD83D\uDD15","d":"bell with slash","c":6,"a":["no_bell"],"t":["volume","off"]},{"e":"\uD83C\uDFBC","d":"musical score","c":6,"a":["musical_score"]},{"e":"\uD83C\uDFB5","d":"musical note","c":6,"a":["musical_note"]},{"e":"\uD83C\uDFB6","d":"musical notes","c":6,"a":["notes"],"t":["music"]},{"e":"\uD83C\uDF99️","d":"studio microphone","c":6,"a":["studio_microphone"],"t":["podcast"]},{"e":"\uD83C\uDF9A️","d":"level slider","c":6,"a":["level_slider"]},{"e":"\uD83C\uDF9B️","d":"control knobs","c":6,"a":["control_knobs"]},{"e":"\uD83C\uDFA4","d":"microphone","c":6,"a":["microphone"],"t":["sing"]},{"e":"\uD83C\uDFA7","d":"headphone","c":6,"a":["headphones"],"t":["music","earphones"]},{"e":"\uD83D\uDCFB","d":"radio","c":6,"a":["radio"],"t":["podcast"]},{"e":"\uD83C\uDFB7","d":"saxophone","c":6,"a":["saxophone"]},{"e":"\uD83E\uDE97","d":"accordion","c":6,"a":["accordion"]},{"e":"\uD83C\uDFB8","d":"guitar","c":6,"a":["guitar"],"t":["rock"]},{"e":"\uD83C\uDFB9","d":"musical keyboard","c":6,"a":["musical_keyboard"],"t":["piano"]},{"e":"\uD83C\uDFBA","d":"trumpet","c":6,"a":["trumpet"]},{"e":"\uD83C\uDFBB","d":"violin","c":6,"a":["violin"]},{"e":"\uD83E\uDE95","d":"banjo","c":6,"a":["banjo"]},{"e":"\uD83E\uDD41","d":"drum","c":6,"a":["drum"]},{"e":"\uD83E\uDE98","d":"long drum","c":6,"a":["long_drum"]},{"e":"\uD83D\uDCF1","d":"mobile phone","c":6,"a":["iphone"],"t":["smartphone","mobile"]},{"e":"\uD83D\uDCF2","d":"mobile phone with arrow","c":6,"a":["calling"],"t":["call","incoming"]},{"e":"☎️","d":"telephone","c":6,"a":["phone","telephone"]},{"e":"\uD83D\uDCDE","d":"telephone receiver","c":6,"a":["telephone_receiver"],"t":["phone","call"]},{"e":"\uD83D\uDCDF","d":"pager","c":6,"a":["pager"]},{"e":"\uD83D\uDCE0","d":"fax machine","c":6,"a":["fax"]},{"e":"\uD83D\uDD0B","d":"battery","c":6,"a":["battery"],"t":["power"]},{"e":"\uD83D\uDD0C","d":"electric plug","c":6,"a":["electric_plug"]},{"e":"\uD83D\uDCBB","d":"laptop","c":6,"a":["computer"],"t":["desktop","screen"]},{"e":"\uD83D\uDDA5️","d":"desktop computer","c":6,"a":["desktop_computer"]},{"e":"\uD83D\uDDA8️","d":"printer","c":6,"a":["printer"]},{"e":"⌨️","d":"keyboard","c":6,"a":["keyboard"]},{"e":"\uD83D\uDDB1️","d":"computer mouse","c":6,"a":["computer_mouse"]},{"e":"\uD83D\uDDB2️","d":"trackball","c":6,"a":["trackball"]},{"e":"\uD83D\uDCBD","d":"computer disk","c":6,"a":["minidisc"]},{"e":"\uD83D\uDCBE","d":"floppy disk","c":6,"a":["floppy_disk"],"t":["save"]},{"e":"\uD83D\uDCBF","d":"optical disk","c":6,"a":["cd"]},{"e":"\uD83D\uDCC0","d":"dvd","c":6,"a":["dvd"]},{"e":"\uD83E\uDDEE","d":"abacus","c":6,"a":["abacus"]},{"e":"\uD83C\uDFA5","d":"movie camera","c":6,"a":["movie_camera"],"t":["film","video"]},{"e":"\uD83C\uDF9E️","d":"film frames","c":6,"a":["film_strip"]},{"e":"\uD83D\uDCFD️","d":"film projector","c":6,"a":["film_projector"]},{"e":"\uD83C\uDFAC","d":"clapper board","c":6,"a":["clapper"],"t":["film"]},{"e":"\uD83D\uDCFA","d":"television","c":6,"a":["tv"]},{"e":"\uD83D\uDCF7","d":"camera","c":6,"a":["camera"],"t":["photo"]},{"e":"\uD83D\uDCF8","d":"camera with flash","c":6,"a":["camera_flash"],"t":["photo"]},{"e":"\uD83D\uDCF9","d":"video camera","c":6,"a":["video_camera"]},{"e":"\uD83D\uDCFC","d":"videocassette","c":6,"a":["vhs"]},{"e":"\uD83D\uDD0D","d":"magnifying glass tilted left","c":6,"a":["mag"],"t":["search","zoom"]},{"e":"\uD83D\uDD0E","d":"magnifying glass tilted right","c":6,"a":["mag_right"]},{"e":"\uD83D\uDD6F️","d":"candle","c":6,"a":["candle"]},{"e":"\uD83D\uDCA1","d":"light bulb","c":6,"a":["bulb"],"t":["idea","light"]},{"e":"\uD83D\uDD26","d":"flashlight","c":6,"a":["flashlight"]},{"e":"\uD83C\uDFEE","d":"red paper lantern","c":6,"a":["izakaya_lantern","lantern"]},{"e":"\uD83E\uDE94","d":"diya lamp","c":6,"a":["diya_lamp"]},{"e":"\uD83D\uDCD4","d":"notebook with decorative cover","c":6,"a":["notebook_with_decorative_cover"]},{"e":"\uD83D\uDCD5","d":"closed book","c":6,"a":["closed_book"]},{"e":"\uD83D\uDCD6","d":"open book","c":6,"a":["book","open_book"]},{"e":"\uD83D\uDCD7","d":"green book","c":6,"a":["green_book"]},{"e":"\uD83D\uDCD8","d":"blue book","c":6,"a":["blue_book"]},{"e":"\uD83D\uDCD9","d":"orange book","c":6,"a":["orange_book"]},{"e":"\uD83D\uDCDA","d":"books","c":6,"a":["books"],"t":["library"]},{"e":"\uD83D\uDCD3","d":"notebook","c":6,"a":["notebook"]},{"e":"\uD83D\uDCD2","d":"ledger","c":6,"a":["ledger"]},{"e":"\uD83D\uDCC3","d":"page with curl","c":6,"a":["page_with_curl"]},{"e":"\uD83D\uDCDC","d":"scroll","c":6,"a":["scroll"],"t":["document"]},{"e":"\uD83D\uDCC4","d":"page facing up","c":6,"a":["page_facing_up"],"t":["document"]},{"e":"\uD83D\uDCF0","d":"newspaper","c":6,"a":["newspaper"],"t":["press"]},{"e":"\uD83D\uDDDE️","d":"rolled-up newspaper","c":6,"a":["newspaper_roll"],"t":["press"]},{"e":"\uD83D\uDCD1","d":"bookmark tabs","c":6,"a":["bookmark_tabs"]},{"e":"\uD83D\uDD16","d":"bookmark","c":6,"a":["bookmark"]},{"e":"\uD83C\uDFF7️","d":"label","c":6,"a":["label"],"t":["tag"]},{"e":"\uD83D\uDCB0","d":"money bag","c":6,"a":["moneybag"],"t":["dollar","cream"]},{"e":"\uD83E\uDE99","d":"coin","c":6,"a":["coin"]},{"e":"\uD83D\uDCB4","d":"yen banknote","c":6,"a":["yen"]},{"e":"\uD83D\uDCB5","d":"dollar banknote","c":6,"a":["dollar"],"t":["money"]},{"e":"\uD83D\uDCB6","d":"euro banknote","c":6,"a":["euro"]},{"e":"\uD83D\uDCB7","d":"pound banknote","c":6,"a":["pound"]},{"e":"\uD83D\uDCB8","d":"money with wings","c":6,"a":["money_with_wings"],"t":["dollar"]},{"e":"\uD83D\uDCB3","d":"credit card","c":6,"a":["credit_card"],"t":["subscription"]},{"e":"\uD83E\uDDFE","d":"receipt","c":6,"a":["receipt"]},{"e":"\uD83D\uDCB9","d":"chart increasing with yen","c":6,"a":["chart"]},{"e":"✉️","d":"envelope","c":6,"a":["envelope"],"t":["letter","email"]},{"e":"���","d":"e-mail","c":6,"a":["email","e-mail"]},{"e":"\uD83D\uDCE8","d":"incoming envelope","c":6,"a":["incoming_envelope"]},{"e":"\uD83D\uDCE9","d":"envelope with arrow","c":6,"a":["envelope_with_arrow"]},{"e":"\uD83D\uDCE4","d":"outbox tray","c":6,"a":["outbox_tray"]},{"e":"\uD83D\uDCE5","d":"inbox tray","c":6,"a":["inbox_tray"]},{"e":"\uD83D\uDCE6","d":"package","c":6,"a":["package"],"t":["shipping"]},{"e":"\uD83D\uDCEB","d":"closed mailbox with raised flag","c":6,"a":["mailbox"]},{"e":"\uD83D\uDCEA","d":"closed mailbox with lowered flag","c":6,"a":["mailbox_closed"]},{"e":"\uD83D\uDCEC","d":"open mailbox with raised flag","c":6,"a":["mailbox_with_mail"]},{"e":"\uD83D\uDCED","d":"open mailbox with lowered flag","c":6,"a":["mailbox_with_no_mail"]},{"e":"\uD83D\uDCEE","d":"postbox","c":6,"a":["postbox"]},{"e":"\uD83D\uDDF3️","d":"ballot box with ballot","c":6,"a":["ballot_box"]},{"e":"✏️","d":"pencil","c":6,"a":["pencil2"]},{"e":"✒️","d":"black nib","c":6,"a":["black_nib"]},{"e":"\uD83D\uDD8B️","d":"fountain pen","c":6,"a":["fountain_pen"]},{"e":"\uD83D\uDD8A️","d":"pen","c":6,"a":["pen"]},{"e":"\uD83D\uDD8C️","d":"paintbrush","c":6,"a":["paintbrush"]},{"e":"\uD83D\uDD8D️","d":"crayon","c":6,"a":["crayon"]},{"e":"\uD83D\uDCDD","d":"memo","c":6,"a":["memo","pencil"],"t":["document","note"]},{"e":"\uD83D\uDCBC","d":"briefcase","c":6,"a":["briefcase"],"t":["business"]},{"e":"\uD83D\uDCC1","d":"file folder","c":6,"a":["file_folder"],"t":["directory"]},{"e":"\uD83D\uDCC2","d":"open file folder","c":6,"a":["open_file_folder"]},{"e":"\uD83D\uDDC2️","d":"card index dividers","c":6,"a":["card_index_dividers"]},{"e":"\uD83D\uDCC5","d":"calendar","c":6,"a":["date"],"t":["calendar","schedule"]},{"e":"\uD83D\uDCC6","d":"tear-off calendar","c":6,"a":["calendar"],"t":["schedule"]},{"e":"\uD83D\uDDD2️","d":"spiral notepad","c":6,"a":["spiral_notepad"]},{"e":"\uD83D\uDDD3️","d":"spiral calendar","c":6,"a":["spiral_calendar"]},{"e":"\uD83D\uDCC7","d":"card index","c":6,"a":["card_index"]},{"e":"\uD83D\uDCC8","d":"chart increasing","c":6,"a":["chart_with_upwards_trend"],"t":["graph","metrics"]},{"e":"\uD83D\uDCC9","d":"chart decreasing","c":6,"a":["chart_with_downwards_trend"],"t":["graph","metrics"]},{"e":"\uD83D\uDCCA","d":"bar chart","c":6,"a":["bar_chart"],"t":["stats","metrics"]},{"e":"\uD83D\uDCCB","d":"clipboard","c":6,"a":["clipboard"]},{"e":"\uD83D\uDCCC","d":"pushpin","c":6,"a":["pushpin"],"t":["location"]},{"e":"\uD83D\uDCCD","d":"round pushpin","c":6,"a":["round_pushpin"],"t":["location"]},{"e":"\uD83D\uDCCE","d":"paperclip","c":6,"a":["paperclip"]},{"e":"\uD83D\uDD87️","d":"linked paperclips","c":6,"a":["paperclips"]},{"e":"\uD83D\uDCCF","d":"straight ruler","c":6,"a":["straight_ruler"]},{"e":"\uD83D\uDCD0","d":"triangular ruler","c":6,"a":["triangular_ruler"]},{"e":"✂️","d":"scissors","c":6,"a":["scissors"],"t":["cut"]},{"e":"\uD83D\uDDC3️","d":"card file box","c":6,"a":["card_file_box"]},{"e":"\uD83D\uDDC4️","d":"file cabinet","c":6,"a":["file_cabinet"]},{"e":"\uD83D\uDDD1️","d":"wastebasket","c":6,"a":["wastebasket"],"t":["trash"]},{"e":"\uD83D\uDD12","d":"locked","c":6,"a":["lock"],"t":["security","private"]},{"e":"\uD83D\uDD13","d":"unlocked","c":6,"a":["unlock"],"t":["security"]},{"e":"\uD83D\uDD0F","d":"locked with pen","c":6,"a":["lock_with_ink_pen"]},{"e":"\uD83D\uDD10","d":"locked with key","c":6,"a":["closed_lock_with_key"],"t":["security"]},{"e":"\uD83D\uDD11","d":"key","c":6,"a":["key"],"t":["lock","password"]},{"e":"\uD83D\uDDDD️","d":"old key","c":6,"a":["old_key"]},{"e":"\uD83D\uDD28","d":"hammer","c":6,"a":["hammer"],"t":["tool"]},{"e":"\uD83E\uDE93","d":"axe","c":6,"a":["axe"]},{"e":"⛏️","d":"pick","c":6,"a":["pick"]},{"e":"⚒️","d":"hammer and pick","c":6,"a":["hammer_and_pick"]},{"e":"\uD83D\uDEE0️","d":"hammer and wrench","c":6,"a":["hammer_and_wrench"]},{"e":"\uD83D\uDDE1️","d":"dagger","c":6,"a":["dagger"]},{"e":"⚔️","d":"crossed swords","c":6,"a":["crossed_swords"]},{"e":"\uD83D\uDD2B","d":"pistol","c":6,"a":["gun"],"t":["shoot","weapon"]},{"e":"\uD83E\uDE83","d":"boomerang","c":6,"a":["boomerang"]},{"e":"\uD83C\uDFF9","d":"bow and arrow","c":6,"a":["bow_and_arrow"],"t":["archery"]},{"e":"\uD83D\uDEE1️","d":"shield","c":6,"a":["shield"]},{"e":"\uD83E\uDE9A","d":"carpentry saw","c":6,"a":["carpentry_saw"]},{"e":"\uD83D\uDD27","d":"wrench","c":6,"a":["wrench"],"t":["tool"]},{"e":"\uD83E\uDE9B","d":"screwdriver","c":6,"a":["screwdriver"]},{"e":"\uD83D\uDD29","d":"nut and bolt","c":6,"a":["nut_and_bolt"]},{"e":"⚙️","d":"gear","c":6,"a":["gear"]},{"e":"\uD83D\uDDDC️","d":"clamp","c":6,"a":["clamp"]},{"e":"⚖️","d":"balance scale","c":6,"a":["balance_scale"]},{"e":"\uD83E\uDDAF","d":"white cane","c":6,"a":["probing_cane"]},{"e":"\uD83D\uDD17","d":"link","c":6,"a":["link"]},{"e":"⛓️","d":"chains","c":6,"a":["chains"]},{"e":"\uD83E\uDE9D","d":"hook","c":6,"a":["hook"]},{"e":"\uD83E\uDDF0","d":"toolbox","c":6,"a":["toolbox"]},{"e":"\uD83E\uDDF2","d":"magnet","c":6,"a":["magnet"]},{"e":"\uD83E\uDE9C","d":"ladder","c":6,"a":["ladder"]},{"e":"⚗️","d":"alembic","c":6,"a":["alembic"]},{"e":"\uD83E\uDDEA","d":"test tube","c":6,"a":["test_tube"]},{"e":"\uD83E\uDDEB","d":"petri dish","c":6,"a":["petri_dish"]},{"e":"\uD83E\uDDEC","d":"dna","c":6,"a":["dna"]},{"e":"\uD83D\uDD2C","d":"microscope","c":6,"a":["microscope"],"t":["science","laboratory","investigate"]},{"e":"\uD83D\uDD2D","d":"telescope","c":6,"a":["telescope"]},{"e":"\uD83D\uDCE1","d":"satellite antenna","c":6,"a":["satellite"],"t":["signal"]},{"e":"\uD83D\uDC89","d":"syringe","c":6,"a":["syringe"],"t":["health","hospital","needle"]},{"e":"\uD83E\uDE78","d":"drop of blood","c":6,"a":["drop_of_blood"]},{"e":"\uD83D\uDC8A","d":"pill","c":6,"a":["pill"],"t":["health","medicine"]},{"e":"\uD83E\uDE79","d":"adhesive bandage","c":6,"a":["adhesive_bandage"]},{"e":"\uD83E\uDE7A","d":"stethoscope","c":6,"a":["stethoscope"]},{"e":"\uD83D\uDEAA","d":"door","c":6,"a":["door"]},{"e":"\uD83D\uDED7","d":"elevator","c":6,"a":["elevator"]},{"e":"\uD83E\uDE9E","d":"mirror","c":6,"a":["mirror"]},{"e":"\uD83E\uDE9F","d":"window","c":6,"a":["window"]},{"e":"\uD83D\uDECF️","d":"bed","c":6,"a":["bed"]},{"e":"\uD83D\uDECB️","d":"couch and lamp","c":6,"a":["couch_and_lamp"]},{"e":"\uD83E\uDE91","d":"chair","c":6,"a":["chair"]},{"e":"\uD83D\uDEBD","d":"toilet","c":6,"a":["toilet"],"t":["wc"]},{"e":"\uD83E\uDEA0","d":"plunger","c":6,"a":["plunger"]},{"e":"\uD83D\uDEBF","d":"shower","c":6,"a":["shower"],"t":["bath"]},{"e":"\uD83D\uDEC1","d":"bathtub","c":6,"a":["bathtub"]},{"e":"\uD83E\uDEA4","d":"mouse trap","c":6,"a":["mouse_trap"]},{"e":"\uD83E\uDE92","d":"razor","c":6,"a":["razor"]},{"e":"��","d":"lotion bottle","c":6,"a":["lotion_bottle"]},{"e":"\uD83E\uDDF7","d":"safety pin","c":6,"a":["safety_pin"]},{"e":"\uD83E\uDDF9","d":"broom","c":6,"a":["broom"]},{"e":"\uD83E\uDDFA","d":"basket","c":6,"a":["basket"]},{"e":"\uD83E\uDDFB","d":"roll of paper","c":6,"a":["roll_of_paper"],"t":["toilet"]},{"e":"\uD83E\uDEA3","d":"bucket","c":6,"a":["bucket"]},{"e":"\uD83E\uDDFC","d":"soap","c":6,"a":["soap"]},{"e":"\uD83E\uDEA5","d":"toothbrush","c":6,"a":["toothbrush"]},{"e":"\uD83E\uDDFD","d":"sponge","c":6,"a":["sponge"]},{"e":"\uD83E\uDDEF","d":"fire extinguisher","c":6,"a":["fire_extinguisher"]},{"e":"\uD83D\uDED2","d":"shopping cart","c":6,"a":["shopping_cart"]},{"e":"\uD83D\uDEAC","d":"cigarette","c":6,"a":["smoking"],"t":["cigarette"]},{"e":"⚰️","d":"coffin","c":6,"a":["coffin"],"t":["funeral"]},{"e":"\uD83E\uDEA6","d":"headstone","c":6,"a":["headstone"]},{"e":"⚱️","d":"funeral urn","c":6,"a":["funeral_urn"]},{"e":"\uD83D\uDDFF","d":"moai","c":6,"a":["moyai"],"t":["stone"]},{"e":"\uD83E\uDEA7","d":"placard","c":6,"a":["placard"]},{"e":"\uD83C\uDFE7","d":"ATM sign","c":7,"a":["atm"]},{"e":"\uD83D\uDEAE","d":"litter in bin sign","c":7,"a":["put_litter_in_its_place"]},{"e":"\uD83D\uDEB0","d":"potable water","c":7,"a":["potable_water"]},{"e":"♿","d":"wheelchair symbol","c":7,"a":["wheelchair"],"t":["accessibility"]},{"e":"\uD83D\uDEB9","d":"men’s room","c":7,"a":["mens"]},{"e":"\uD83D\uDEBA","d":"women’s room","c":7,"a":["womens"]},{"e":"\uD83D\uDEBB","d":"restroom","c":7,"a":["restroom"],"t":["toilet"]},{"e":"\uD83D\uDEBC","d":"baby symbol","c":7,"a":["baby_symbol"]},{"e":"\uD83D\uDEBE","d":"water closet","c":7,"a":["wc"],"t":["toilet","restroom"]},{"e":"\uD83D\uDEC2","d":"passport control","c":7,"a":["passport_control"]},{"e":"\uD83D\uDEC3","d":"customs","c":7,"a":["customs"]},{"e":"\uD83D\uDEC4","d":"baggage claim","c":7,"a":["baggage_claim"],"t":["airport"]},{"e":"\uD83D\uDEC5","d":"left luggage","c":7,"a":["left_luggage"]},{"e":"⚠️","d":"warning","c":7,"a":["warning"],"t":["wip"]},{"e":"\uD83D\uDEB8","d":"children crossing","c":7,"a":["children_crossing"]},{"e":"⛔","d":"no entry","c":7,"a":["no_entry"],"t":["limit"]},{"e":"\uD83D\uDEAB","d":"prohibited","c":7,"a":["no_entry_sign"],"t":["block","forbidden"]},{"e":"\uD83D\uDEB3","d":"no bicycles","c":7,"a":["no_bicycles"]},{"e":"\uD83D\uDEAD","d":"no smoking","c":7,"a":["no_smoking"]},{"e":"\uD83D\uDEAF","d":"no littering","c":7,"a":["do_not_litter"]},{"e":"\uD83D\uDEB1","d":"non-potable water","c":7,"a":["non-potable_water"]},{"e":"\uD83D\uDEB7","d":"no pedestrians","c":7,"a":["no_pedestrians"]},{"e":"\uD83D\uDCF5","d":"no mobile phones","c":7,"a":["no_mobile_phones"]},{"e":"\uD83D\uDD1E","d":"no one under eighteen","c":7,"a":["underage"]},{"e":"☢️","d":"radioactive","c":7,"a":["radioactive"]},{"e":"☣️","d":"biohazard","c":7,"a":["biohazard"]},{"e":"⬆️","d":"up arrow","c":7,"a":["arrow_up"]},{"e":"↗️","d":"up-right arrow","c":7,"a":["arrow_upper_right"]},{"e":"➡️","d":"right arrow","c":7,"a":["arrow_right"]},{"e":"↘️","d":"down-right arrow","c":7,"a":["arrow_lower_right"]},{"e":"⬇️","d":"down arrow","c":7,"a":["arrow_down"]},{"e":"↙️","d":"down-left arrow","c":7,"a":["arrow_lower_left"]},{"e":"⬅️","d":"left arrow","c":7,"a":["arrow_left"]},{"e":"↖️","d":"up-left arrow","c":7,"a":["arrow_upper_left"]},{"e":"↕️","d":"up-down arrow","c":7,"a":["arrow_up_down"]},{"e":"↔️","d":"left-right arrow","c":7,"a":["left_right_arrow"]},{"e":"↩️","d":"right arrow curving left","c":7,"a":["leftwards_arrow_with_hook"],"t":["return"]},{"e":"↪️","d":"left arrow curving right","c":7,"a":["arrow_right_hook"]},{"e":"⤴️","d":"right arrow curving up","c":7,"a":["arrow_heading_up"]},{"e":"⤵️","d":"right arrow curving down","c":7,"a":["arrow_heading_down"]},{"e":"\uD83D\uDD03","d":"clockwise vertical arrows","c":7,"a":["arrows_clockwise"]},{"e":"\uD83D\uDD04","d":"counterclockwise arrows button","c":7,"a":["arrows_counterclockwise"],"t":["sync"]},{"e":"\uD83D\uDD19","d":"BACK arrow","c":7,"a":["back"]},{"e":"\uD83D\uDD1A","d":"END arrow","c":7,"a":["end"]},{"e":"\uD83D\uDD1B","d":"ON! arrow","c":7,"a":["on"]},{"e":"\uD83D\uDD1C","d":"SOON arrow","c":7,"a":["soon"]},{"e":"\uD83D\uDD1D","d":"TOP arrow","c":7,"a":["top"]},{"e":"\uD83D\uDED0","d":"place of worship","c":7,"a":["place_of_worship"]},{"e":"⚛️","d":"atom symbol","c":7,"a":["atom_symbol"]},{"e":"\uD83D\uDD49️","d":"om","c":7,"a":["om"]},{"e":"✡️","d":"star of David","c":7,"a":["star_of_david"]},{"e":"☸️","d":"wheel of dharma","c":7,"a":["wheel_of_dharma"]},{"e":"☯️","d":"yin yang","c":7,"a":["yin_yang"]},{"e":"✝️","d":"latin cross","c":7,"a":["latin_cross"]},{"e":"☦️","d":"orthodox cross","c":7,"a":["orthodox_cross"]},{"e":"☪️","d":"star and crescent","c":7,"a":["star_and_crescent"]},{"e":"☮️","d":"peace symbol","c":7,"a":["peace_symbol"]},{"e":"\uD83D\uDD4E","d":"menorah","c":7,"a":["menorah"]},{"e":"\uD83D\uDD2F","d":"dotted six-pointed star","c":7,"a":["six_pointed_star"]},{"e":"♈","d":"Aries","c":7,"a":["aries"]},{"e":"♉","d":"Taurus","c":7,"a":["taurus"]},{"e":"♊","d":"Gemini","c":7,"a":["gemini"]},{"e":"♋","d":"Cancer","c":7,"a":["cancer"]},{"e":"♌","d":"Leo","c":7,"a":["leo"]},{"e":"♍","d":"Virgo","c":7,"a":["virgo"]},{"e":"♎","d":"Libra","c":7,"a":["libra"]},{"e":"♏","d":"Scorpio","c":7,"a":["scorpius"]},{"e":"♐","d":"Sagittarius","c":7,"a":["sagittarius"]},{"e":"♑","d":"Capricorn","c":7,"a":["capricorn"]},{"e":"♒","d":"Aquarius","c":7,"a":["aquarius"]},{"e":"♓","d":"Pisces","c":7,"a":["pisces"]},{"e":"⛎","d":"Ophiuchus","c":7,"a":["ophiuchus"]},{"e":"\uD83D\uDD00","d":"shuffle tracks button","c":7,"a":["twisted_rightwards_arrows"],"t":["shuffle"]},{"e":"\uD83D\uDD01","d":"repeat button","c":7,"a":["repeat"],"t":["loop"]},{"e":"\uD83D\uDD02","d":"repeat single button","c":7,"a":["repeat_one"]},{"e":"▶️","d":"play button","c":7,"a":["arrow_forward"]},{"e":"⏩","d":"fast-forward button","c":7,"a":["fast_forward"]},{"e":"⏭️","d":"next track button","c":7,"a":["next_track_button"]},{"e":"⏯️","d":"play or pause button","c":7,"a":["play_or_pause_button"]},{"e":"◀️","d":"reverse button","c":7,"a":["arrow_backward"]},{"e":"⏪","d":"fast reverse button","c":7,"a":["rewind"]},{"e":"⏮️","d":"last track button","c":7,"a":["previous_track_button"]},{"e":"\uD83D\uDD3C","d":"upwards button","c":7,"a":["arrow_up_small"]},{"e":"⏫","d":"fast up button","c":7,"a":["arrow_double_up"]},{"e":"\uD83D\uDD3D","d":"downwards button","c":7,"a":["arrow_down_small"]},{"e":"⏬","d":"fast down button","c":7,"a":["arrow_double_down"]},{"e":"⏸️","d":"pause button","c":7,"a":["pause_button"]},{"e":"⏹️","d":"stop button","c":7,"a":["stop_button"]},{"e":"⏺️","d":"record button","c":7,"a":["record_button"]},{"e":"⏏️","d":"eject button","c":7,"a":["eject_button"]},{"e":"\uD83C\uDFA6","d":"cinema","c":7,"a":["cinema"],"t":["film","movie"]},{"e":"\uD83D\uDD05","d":"dim button","c":7,"a":["low_brightness"]},{"e":"\uD83D\uDD06","d":"bright button","c":7,"a":["high_brightness"]},{"e":"\uD83D\uDCF6","d":"antenna bars","c":7,"a":["signal_strength"],"t":["wifi"]},{"e":"\uD83D\uDCF3","d":"vibration mode","c":7,"a":["vibration_mode"]},{"e":"\uD83D\uDCF4","d":"mobile phone off","c":7,"a":["mobile_phone_off"],"t":["mute","off"]},{"e":"♀️","d":"female sign","c":7,"a":["female_sign"]},{"e":"♂️","d":"male sign","c":7,"a":["male_sign"]},{"e":"⚧️","d":"transgender symbol","c":7,"a":["transgender_symbol"]},{"e":"✖️","d":"multiply","c":7,"a":["heavy_multiplication_x"]},{"e":"➕","d":"plus","c":7,"a":["heavy_plus_sign"]},{"e":"➖","d":"minus","c":7,"a":["heavy_minus_sign"]},{"e":"➗","d":"divide","c":7,"a":["heavy_division_sign"]},{"e":"♾️","d":"infinity","c":7,"a":["infinity"]},{"e":"‼️","d":"double exclamation mark","c":7,"a":["bangbang"]},{"e":"⁉️","d":"exclamation question mark","c":7,"a":["interrobang"]},{"e":"❓","d":"question mark","c":7,"a":["question"],"t":["confused"]},{"e":"❔","d":"white question mark","c":7,"a":["grey_question"]},{"e":"❕","d":"white exclamation mark","c":7,"a":["grey_exclamation"]},{"e":"❗","d":"exclamation mark","c":7,"a":["exclamation","heavy_exclamation_mark"],"t":["bang"]},{"e":"〰️","d":"wavy dash","c":7,"a":["wavy_dash"]},{"e":"\uD83D\uDCB1","d":"currency exchange","c":7,"a":["currency_exchange"]},{"e":"\uD83D\uDCB2","d":"heavy dollar sign","c":7,"a":["heavy_dollar_sign"]},{"e":"⚕️","d":"medical symbol","c":7,"a":["medical_symbol"]},{"e":"♻️","d":"recycling symbol","c":7,"a":["recycle"],"t":["environment","green"]},{"e":"⚜️","d":"fleur-de-lis","c":7,"a":["fleur_de_lis"]},{"e":"\uD83D\uDD31","d":"trident emblem","c":7,"a":["trident"]},{"e":"\uD83D\uDCDB","d":"name badge","c":7,"a":["name_badge"]},{"e":"\uD83D\uDD30","d":"Japanese symbol for beginner","c":7,"a":["beginner"]},{"e":"⭕","d":"hollow red circle","c":7,"a":["o"]},{"e":"✅","d":"check mark button","c":7,"a":["white_check_mark"]},{"e":"☑️","d":"check box with check","c":7,"a":["ballot_box_with_check"]},{"e":"✔️","d":"check mark","c":7,"a":["heavy_check_mark"]},{"e":"❌","d":"cross mark","c":7,"a":["x"]},{"e":"❎","d":"cross mark button","c":7,"a":["negative_squared_cross_mark"]},{"e":"➰","d":"curly loop","c":7,"a":["curly_loop"]},{"e":"➿","d":"double curly loop","c":7,"a":["loop"]},{"e":"〽️","d":"part alternation mark","c":7,"a":["part_alternation_mark"]},{"e":"✳️","d":"eight-spoked asterisk","c":7,"a":["eight_spoked_asterisk"]},{"e":"✴️","d":"eight-pointed star","c":7,"a":["eight_pointed_black_star"]},{"e":"❇️","d":"sparkle","c":7,"a":["sparkle"]},{"e":"\xa9️","d":"copyright","c":7,"a":["copyright"]},{"e":"\xae️","d":"registered","c":7,"a":["registered"]},{"e":"™️","d":"trade mark","c":7,"a":["tm"],"t":["trademark"]},{"e":"#️⃣","d":"keycap: #","c":7,"a":["hash"],"t":["number"]},{"e":"*️⃣","d":"keycap: *","c":7,"a":["asterisk"]},{"e":"0️⃣","d":"keycap: 0","c":7,"a":["zero"]},{"e":"1️⃣","d":"keycap: 1","c":7,"a":["one"]},{"e":"2️⃣","d":"keycap: 2","c":7,"a":["two"]},{"e":"3️⃣","d":"keycap: 3","c":7,"a":["three"]},{"e":"4️⃣","d":"keycap: 4","c":7,"a":["four"]},{"e":"5️⃣","d":"keycap: 5","c":7,"a":["five"]},{"e":"6️⃣","d":"keycap: 6","c":7,"a":["six"]},{"e":"7️⃣","d":"keycap: 7","c":7,"a":["seven"]},{"e":"8️⃣","d":"keycap: 8","c":7,"a":["eight"]},{"e":"9️⃣","d":"keycap: 9","c":7,"a":["nine"]},{"e":"\uD83D\uDD1F","d":"keycap: 10","c":7,"a":["keycap_ten"]},{"e":"\uD83D\uDD20","d":"input latin uppercase","c":7,"a":["capital_abcd"],"t":["letters"]},{"e":"\uD83D\uDD21","d":"input latin lowercase","c":7,"a":["abcd"]},{"e":"\uD83D\uDD22","d":"input numbers","c":7,"a":["1234"],"t":["numbers"]},{"e":"\uD83D\uDD23","d":"input symbols","c":7,"a":["symbols"]},{"e":"\uD83D\uDD24","d":"input latin letters","c":7,"a":["abc"],"t":["alphabet"]},{"e":"\uD83C\uDD70️","d":"A button (blood type)","c":7,"a":["a"]},{"e":"\uD83C\uDD8E","d":"AB button (blood type)","c":7,"a":["ab"]},{"e":"\uD83C\uDD71️","d":"B button (blood type)","c":7,"a":["b"]},{"e":"\uD83C\uDD91","d":"CL button","c":7,"a":["cl"]},{"e":"\uD83C\uDD92","d":"COOL button","c":7,"a":["cool"]},{"e":"\uD83C\uDD93","d":"FREE button","c":7,"a":["free"]},{"e":"ℹ️","d":"information","c":7,"a":["information_source"]},{"e":"\uD83C\uDD94","d":"ID button","c":7,"a":["id"]},{"e":"Ⓜ️","d":"circled M","c":7,"a":["m"]},{"e":"\uD83C\uDD95","d":"NEW button","c":7,"a":["new"],"t":["fresh"]},{"e":"\uD83C\uDD96","d":"NG button","c":7,"a":["ng"]},{"e":"\uD83C\uDD7E️","d":"O button (blood type)","c":7,"a":["o2"]},{"e":"\uD83C\uDD97","d":"OK button","c":7,"a":["ok"],"t":["yes"]},{"e":"\uD83C\uDD7F️","d":"P button","c":7,"a":["parking"]},{"e":"\uD83C\uDD98","d":"SOS button","c":7,"a":["sos"],"t":["help","emergency"]},{"e":"\uD83C\uDD99","d":"UP! button","c":7,"a":["up"]},{"e":"\uD83C\uDD9A","d":"VS button","c":7,"a":["vs"]},{"e":"\uD83C\uDE01","d":"Japanese “here” button","c":7,"a":["koko"]},{"e":"\uD83C\uDE02️","d":"Japanese “service charge” button","c":7,"a":["sa"]},{"e":"\uD83C\uDE37️","d":"Japanese “monthly amount” button","c":7,"a":["u6708"]},{"e":"\uD83C\uDE36","d":"Japanese “not free of charge” button","c":7,"a":["u6709"]},{"e":"\uD83C\uDE2F","d":"Japanese “reserved” button","c":7,"a":["u6307"]},{"e":"\uD83C\uDE50","d":"Japanese “bargain” button","c":7,"a":["ideograph_advantage"]},{"e":"\uD83C\uDE39","d":"Japanese “discount” button","c":7,"a":["u5272"]},{"e":"\uD83C\uDE1A","d":"Japanese “free of charge” button","c":7,"a":["u7121"]},{"e":"\uD83C\uDE32","d":"Japanese “prohibited” button","c":7,"a":["u7981"]},{"e":"\uD83C\uDE51","d":"Japanese “acceptable” button","c":7,"a":["accept"]},{"e":"\uD83C\uDE38","d":"Japanese “application” button","c":7,"a":["u7533"]},{"e":"\uD83C\uDE34","d":"Japanese “passing grade” button","c":7,"a":["u5408"]},{"e":"\uD83C\uDE33","d":"Japanese “vacancy” button","c":7,"a":["u7a7a"]},{"e":"㊗️","d":"Japanese “congratulations” button","c":7,"a":["congratulations"]},{"e":"㊙️","d":"Japanese “secret” button","c":7,"a":["secret"]},{"e":"\uD83C\uDE3A","d":"Japanese “open for business” button","c":7,"a":["u55b6"]},{"e":"\uD83C\uDE35","d":"Japanese “no vacancy” button","c":7,"a":["u6e80"]},{"e":"\uD83D\uDD34","d":"red circle","c":7,"a":["red_circle"]},{"e":"\uD83D\uDFE0","d":"orange circle","c":7,"a":["orange_circle"]},{"e":"\uD83D\uDFE1","d":"yellow circle","c":7,"a":["yellow_circle"]},{"e":"\uD83D\uDFE2","d":"green circle","c":7,"a":["green_circle"]},{"e":"\uD83D\uDD35","d":"blue circle","c":7,"a":["large_blue_circle"]},{"e":"\uD83D\uDFE3","d":"purple circle","c":7,"a":["purple_circle"]},{"e":"\uD83D\uDFE4","d":"brown circle","c":7,"a":["brown_circle"]},{"e":"⚫","d":"black circle","c":7,"a":["black_circle"]},{"e":"⚪","d":"white circle","c":7,"a":["white_circle"]},{"e":"\uD83D\uDFE5","d":"red square","c":7,"a":["red_square"]},{"e":"\uD83D\uDFE7","d":"orange square","c":7,"a":["orange_square"]},{"e":"\uD83D\uDFE8","d":"yellow square","c":7,"a":["yellow_square"]},{"e":"\uD83D\uDFE9","d":"green square","c":7,"a":["green_square"]},{"e":"\uD83D\uDFE6","d":"blue square","c":7,"a":["blue_square"]},{"e":"\uD83D\uDFEA","d":"purple square","c":7,"a":["purple_square"]},{"e":"\uD83D\uDFEB","d":"brown square","c":7,"a":["brown_square"]},{"e":"⬛","d":"black large square","c":7,"a":["black_large_square"]},{"e":"⬜","d":"white large square","c":7,"a":["white_large_square"]},{"e":"◼️","d":"black medium square","c":7,"a":["black_medium_square"]},{"e":"◻️","d":"white medium square","c":7,"a":["white_medium_square"]},{"e":"◾","d":"black medium-small square","c":7,"a":["black_medium_small_square"]},{"e":"◽","d":"white medium-small square","c":7,"a":["white_medium_small_square"]},{"e":"▪️","d":"black small square","c":7,"a":["black_small_square"]},{"e":"▫️","d":"white small square","c":7,"a":["white_small_square"]},{"e":"\uD83D\uDD36","d":"large orange diamond","c":7,"a":["large_orange_diamond"]},{"e":"\uD83D\uDD37","d":"large blue diamond","c":7,"a":["large_blue_diamond"]},{"e":"\uD83D\uDD38","d":"small orange diamond","c":7,"a":["small_orange_diamond"]},{"e":"\uD83D\uDD39","d":"small blue diamond","c":7,"a":["small_blue_diamond"]},{"e":"\uD83D\uDD3A","d":"red triangle pointed up","c":7,"a":["small_red_triangle"]},{"e":"\uD83D\uDD3B","d":"red triangle pointed down","c":7,"a":["small_red_triangle_down"]},{"e":"\uD83D\uDCA0","d":"diamond with a dot","c":7,"a":["diamond_shape_with_a_dot_inside"]},{"e":"\uD83D\uDD18","d":"radio button","c":7,"a":["radio_button"]},{"e":"\uD83D\uDD33","d":"white square button","c":7,"a":["white_square_button"]},{"e":"\uD83D\uDD32","d":"black square button","c":7,"a":["black_square_button"]},{"e":"\uD83C\uDFC1","d":"chequered flag","c":8,"a":["checkered_flag"],"t":["milestone","finish"]},{"e":"\uD83D\uDEA9","d":"triangular flag","c":8,"a":["triangular_flag_on_post"]},{"e":"\uD83C\uDF8C","d":"crossed flags","c":8,"a":["crossed_flags"]},{"e":"\uD83C\uDFF4","d":"black flag","c":8,"a":["black_flag"]},{"e":"\uD83C\uDFF3️","d":"white flag","c":8,"a":["white_flag"]},{"e":"\uD83C\uDFF3️‍\uD83C\uDF08","d":"rainbow flag","c":8,"a":["rainbow_flag"],"t":["pride"]},{"e":"\uD83C\uDFF3️‍⚧️","d":"transgender flag","c":8,"a":["transgender_flag"]},{"e":"\uD83C\uDFF4‍☠️","d":"pirate flag","c":8,"a":["pirate_flag"]},{"e":"\uD83C\uDDE6\uD83C\uDDE8","d":"flag: Ascension Island","c":8,"a":["ascension_island"]},{"e":"\uD83C\uDDE6\uD83C\uDDE9","d":"flag: Andorra","c":8,"a":["andorra"]},{"e":"\uD83C\uDDE6\uD83C\uDDEA","d":"flag: United Arab Emirates","c":8,"a":["united_arab_emirates"]},{"e":"\uD83C\uDDE6\uD83C\uDDEB","d":"flag: Afghanistan","c":8,"a":["afghanistan"]},{"e":"\uD83C\uDDE6\uD83C\uDDEC","d":"flag: Antigua & Barbuda","c":8,"a":["antigua_barbuda"]},{"e":"\uD83C\uDDE6\uD83C\uDDEE","d":"flag: Anguilla","c":8,"a":["anguilla"]},{"e":"\uD83C\uDDE6\uD83C\uDDF1","d":"flag: Albania","c":8,"a":["albania"]},{"e":"\uD83C\uDDE6\uD83C\uDDF2","d":"flag: Armenia","c":8,"a":["armenia"]},{"e":"\uD83C\uDDE6\uD83C\uDDF4","d":"flag: Angola","c":8,"a":["angola"]},{"e":"\uD83C\uDDE6\uD83C\uDDF6","d":"flag: Antarctica","c":8,"a":["antarctica"]},{"e":"\uD83C\uDDE6\uD83C\uDDF7","d":"flag: Argentina","c":8,"a":["argentina"]},{"e":"\uD83C\uDDE6\uD83C\uDDF8","d":"flag: American Samoa","c":8,"a":["american_samoa"]},{"e":"\uD83C\uDDE6\uD83C\uDDF9","d":"flag: Austria","c":8,"a":["austria"]},{"e":"\uD83C\uDDE6\uD83C\uDDFA","d":"flag: Australia","c":8,"a":["australia"]},{"e":"\uD83C\uDDE6\uD83C\uDDFC","d":"flag: Aruba","c":8,"a":["aruba"]},{"e":"\uD83C\uDDE6\uD83C\uDDFD","d":"flag: \xc5land Islands","c":8,"a":["aland_islands"]},{"e":"\uD83C\uDDE6\uD83C\uDDFF","d":"flag: Azerbaijan","c":8,"a":["azerbaijan"]},{"e":"\uD83C\uDDE7\uD83C\uDDE6","d":"flag: Bosnia & Herzegovina","c":8,"a":["bosnia_herzegovina"]},{"e":"\uD83C\uDDE7\uD83C\uDDE7","d":"flag: Barbados","c":8,"a":["barbados"]},{"e":"\uD83C\uDDE7\uD83C\uDDE9","d":"flag: Bangladesh","c":8,"a":["bangladesh"]},{"e":"\uD83C\uDDE7\uD83C\uDDEA","d":"flag: Belgium","c":8,"a":["belgium"]},{"e":"\uD83C\uDDE7\uD83C\uDDEB","d":"flag: Burkina Faso","c":8,"a":["burkina_faso"]},{"e":"\uD83C\uDDE7\uD83C\uDDEC","d":"flag: Bulgaria","c":8,"a":["bulgaria"]},{"e":"\uD83C\uDDE7\uD83C\uDDED","d":"flag: Bahrain","c":8,"a":["bahrain"]},{"e":"\uD83C\uDDE7\uD83C\uDDEE","d":"flag: Burundi","c":8,"a":["burundi"]},{"e":"\uD83C\uDDE7\uD83C\uDDEF","d":"flag: Benin","c":8,"a":["benin"]},{"e":"\uD83C\uDDE7\uD83C\uDDF1","d":"flag: St. Barth\xe9lemy","c":8,"a":["st_barthelemy"]},{"e":"\uD83C\uDDE7\uD83C\uDDF2","d":"flag: Bermuda","c":8,"a":["bermuda"]},{"e":"\uD83C\uDDE7\uD83C\uDDF3","d":"flag: Brunei","c":8,"a":["brunei"]},{"e":"\uD83C\uDDE7\uD83C\uDDF4","d":"flag: Bolivia","c":8,"a":["bolivia"]},{"e":"\uD83C\uDDE7\uD83C\uDDF6","d":"flag: Caribbean Netherlands","c":8,"a":["caribbean_netherlands"]},{"e":"\uD83C\uDDE7\uD83C\uDDF7","d":"flag: Brazil","c":8,"a":["brazil"]},{"e":"\uD83C\uDDE7\uD83C\uDDF8","d":"flag: Bahamas","c":8,"a":["bahamas"]},{"e":"\uD83C\uDDE7\uD83C\uDDF9","d":"flag: Bhutan","c":8,"a":["bhutan"]},{"e":"\uD83C\uDDE7\uD83C\uDDFB","d":"flag: Bouvet Island","c":8,"a":["bouvet_island"]},{"e":"\uD83C\uDDE7\uD83C\uDDFC","d":"flag: Botswana","c":8,"a":["botswana"]},{"e":"\uD83C\uDDE7\uD83C\uDDFE","d":"flag: Belarus","c":8,"a":["belarus"]},{"e":"\uD83C\uDDE7\uD83C\uDDFF","d":"flag: Belize","c":8,"a":["belize"]},{"e":"\uD83C\uDDE8\uD83C\uDDE6","d":"flag: Canada","c":8,"a":["canada"]},{"e":"\uD83C\uDDE8\uD83C\uDDE8","d":"flag: Cocos (Keeling) Islands","c":8,"a":["cocos_islands"],"t":["keeling"]},{"e":"\uD83C\uDDE8\uD83C\uDDE9","d":"flag: Congo - Kinshasa","c":8,"a":["congo_kinshasa"]},{"e":"\uD83C\uDDE8\uD83C\uDDEB","d":"flag: Central African Republic","c":8,"a":["central_african_republic"]},{"e":"\uD83C\uDDE8\uD83C\uDDEC","d":"flag: Congo - Brazzaville","c":8,"a":["congo_brazzaville"]},{"e":"\uD83C\uDDE8\uD83C\uDDED","d":"flag: Switzerland","c":8,"a":["switzerland"]},{"e":"\uD83C\uDDE8\uD83C\uDDEE","d":"flag: C\xf4te d’Ivoire","c":8,"a":["cote_divoire"],"t":["ivory"]},{"e":"\uD83C\uDDE8\uD83C\uDDF0","d":"flag: Cook Islands","c":8,"a":["cook_islands"]},{"e":"\uD83C\uDDE8\uD83C\uDDF1","d":"flag: Chile","c":8,"a":["chile"]},{"e":"\uD83C\uDDE8\uD83C\uDDF2","d":"flag: Cameroon","c":8,"a":["cameroon"]},{"e":"\uD83C\uDDE8\uD83C\uDDF3","d":"flag: China","c":8,"a":["cn"],"t":["china"]},{"e":"\uD83C\uDDE8\uD83C\uDDF4","d":"flag: Colombia","c":8,"a":["colombia"]},{"e":"\uD83C\uDDE8\uD83C\uDDF5","d":"flag: Clipperton Island","c":8,"a":["clipperton_island"]},{"e":"\uD83C\uDDE8\uD83C\uDDF7","d":"flag: Costa Rica","c":8,"a":["costa_rica"]},{"e":"\uD83C\uDDE8\uD83C\uDDFA","d":"flag: Cuba","c":8,"a":["cuba"]},{"e":"\uD83C\uDDE8\uD83C\uDDFB","d":"flag: Cape Verde","c":8,"a":["cape_verde"]},{"e":"\uD83C\uDDE8\uD83C\uDDFC","d":"flag: Cura\xe7ao","c":8,"a":["curacao"]},{"e":"\uD83C\uDDE8\uD83C\uDDFD","d":"flag: Christmas Island","c":8,"a":["christmas_island"]},{"e":"\uD83C\uDDE8\uD83C\uDDFE","d":"flag: Cyprus","c":8,"a":["cyprus"]},{"e":"\uD83C\uDDE8\uD83C\uDDFF","d":"flag: Czechia","c":8,"a":["czech_republic"]},{"e":"\uD83C\uDDE9\uD83C\uDDEA","d":"flag: Germany","c":8,"a":["de"],"t":["flag","germany"]},{"e":"\uD83C\uDDE9\uD83C\uDDEC","d":"flag: Diego Garcia","c":8,"a":["diego_garcia"]},{"e":"\uD83C\uDDE9\uD83C\uDDEF","d":"flag: Djibouti","c":8,"a":["djibouti"]},{"e":"\uD83C\uDDE9\uD83C\uDDF0","d":"flag: Denmark","c":8,"a":["denmark"]},{"e":"\uD83C\uDDE9\uD83C\uDDF2","d":"flag: Dominica","c":8,"a":["dominica"]},{"e":"\uD83C\uDDE9\uD83C\uDDF4","d":"flag: Dominican Republic","c":8,"a":["dominican_republic"]},{"e":"\uD83C\uDDE9\uD83C\uDDFF","d":"flag: Algeria","c":8,"a":["algeria"]},{"e":"\uD83C\uDDEA\uD83C\uDDE6","d":"flag: Ceuta & Melilla","c":8,"a":["ceuta_melilla"]},{"e":"\uD83C\uDDEA\uD83C\uDDE8","d":"flag: Ecuador","c":8,"a":["ecuador"]},{"e":"\uD83C\uDDEA\uD83C\uDDEA","d":"flag: Estonia","c":8,"a":["estonia"]},{"e":"\uD83C\uDDEA\uD83C\uDDEC","d":"flag: Egypt","c":8,"a":["egypt"]},{"e":"\uD83C\uDDEA\uD83C\uDDED","d":"flag: Western Sahara","c":8,"a":["western_sahara"]},{"e":"\uD83C\uDDEA\uD83C\uDDF7","d":"flag: Eritrea","c":8,"a":["eritrea"]},{"e":"\uD83C\uDDEA\uD83C\uDDF8","d":"flag: Spain","c":8,"a":["es"],"t":["spain"]},{"e":"\uD83C\uDDEA\uD83C\uDDF9","d":"flag: Ethiopia","c":8,"a":["ethiopia"]},{"e":"\uD83C\uDDEA\uD83C\uDDFA","d":"flag: European Union","c":8,"a":["eu","european_union"]},{"e":"\uD83C\uDDEB\uD83C\uDDEE","d":"flag: Finland","c":8,"a":["finland"]},{"e":"\uD83C\uDDEB\uD83C\uDDEF","d":"flag: Fiji","c":8,"a":["fiji"]},{"e":"\uD83C\uDDEB\uD83C\uDDF0","d":"flag: Falkland Islands","c":8,"a":["falkland_islands"]},{"e":"\uD83C\uDDEB\uD83C\uDDF2","d":"flag: Micronesia","c":8,"a":["micronesia"]},{"e":"\uD83C\uDDEB\uD83C\uDDF4","d":"flag: Faroe Islands","c":8,"a":["faroe_islands"]},{"e":"\uD83C\uDDEB\uD83C\uDDF7","d":"flag: France","c":8,"a":["fr"],"t":["france","french"]},{"e":"\uD83C\uDDEC\uD83C\uDDE6","d":"flag: Gabon","c":8,"a":["gabon"]},{"e":"\uD83C\uDDEC\uD83C\uDDE7","d":"flag: United Kingdom","c":8,"a":["gb","uk"],"t":["flag","british"]},{"e":"\uD83C\uDDEC\uD83C\uDDE9","d":"flag: Grenada","c":8,"a":["grenada"]},{"e":"\uD83C\uDDEC\uD83C\uDDEA","d":"flag: Georgia","c":8,"a":["georgia"]},{"e":"\uD83C\uDDEC\uD83C\uDDEB","d":"flag: French Guiana","c":8,"a":["french_guiana"]},{"e":"\uD83C\uDDEC\uD83C\uDDEC","d":"flag: Guernsey","c":8,"a":["guernsey"]},{"e":"\uD83C\uDDEC\uD83C\uDDED","d":"flag: Ghana","c":8,"a":["ghana"]},{"e":"\uD83C\uDDEC\uD83C\uDDEE","d":"flag: Gibraltar","c":8,"a":["gibraltar"]},{"e":"\uD83C\uDDEC\uD83C\uDDF1","d":"flag: Greenland","c":8,"a":["greenland"]},{"e":"\uD83C\uDDEC\uD83C\uDDF2","d":"flag: Gambia","c":8,"a":["gambia"]},{"e":"\uD83C\uDDEC\uD83C\uDDF3","d":"flag: Guinea","c":8,"a":["guinea"]},{"e":"\uD83C\uDDEC\uD83C\uDDF5","d":"flag: Guadeloupe","c":8,"a":["guadeloupe"]},{"e":"\uD83C\uDDEC\uD83C\uDDF6","d":"flag: Equatorial Guinea","c":8,"a":["equatorial_guinea"]},{"e":"\uD83C\uDDEC\uD83C\uDDF7","d":"flag: Greece","c":8,"a":["greece"]},{"e":"\uD83C\uDDEC\uD83C\uDDF8","d":"flag: South Georgia & South Sandwich Islands","c":8,"a":["south_georgia_south_sandwich_islands"]},{"e":"\uD83C\uDDEC\uD83C\uDDF9","d":"flag: Guatemala","c":8,"a":["guatemala"]},{"e":"\uD83C\uDDEC\uD83C\uDDFA","d":"flag: Guam","c":8,"a":["guam"]},{"e":"\uD83C\uDDEC\uD83C\uDDFC","d":"flag: Guinea-Bissau","c":8,"a":["guinea_bissau"]},{"e":"\uD83C\uDDEC\uD83C\uDDFE","d":"flag: Guyana","c":8,"a":["guyana"]},{"e":"\uD83C\uDDED\uD83C\uDDF0","d":"flag: Hong Kong SAR China","c":8,"a":["hong_kong"]},{"e":"\uD83C\uDDED\uD83C\uDDF2","d":"flag: Heard & McDonald Islands","c":8,"a":["heard_mcdonald_islands"]},{"e":"\uD83C\uDDED\uD83C\uDDF3","d":"flag: Honduras","c":8,"a":["honduras"]},{"e":"\uD83C\uDDED\uD83C\uDDF7","d":"flag: Croatia","c":8,"a":["croatia"]},{"e":"\uD83C\uDDED\uD83C\uDDF9","d":"flag: Haiti","c":8,"a":["haiti"]},{"e":"\uD83C\uDDED\uD83C\uDDFA","d":"flag: Hungary","c":8,"a":["hungary"]},{"e":"\uD83C\uDDEE\uD83C\uDDE8","d":"flag: Canary Islands","c":8,"a":["canary_islands"]},{"e":"\uD83C\uDDEE\uD83C\uDDE9","d":"flag: Indonesia","c":8,"a":["indonesia"]},{"e":"\uD83C\uDDEE\uD83C\uDDEA","d":"flag: Ireland","c":8,"a":["ireland"]},{"e":"\uD83C\uDDEE\uD83C\uDDF1","d":"flag: Israel","c":8,"a":["israel"]},{"e":"\uD83C\uDDEE\uD83C\uDDF2","d":"flag: Isle of Man","c":8,"a":["isle_of_man"]},{"e":"\uD83C\uDDEE\uD83C\uDDF3","d":"flag: India","c":8,"a":["india"]},{"e":"\uD83C\uDDEE\uD83C\uDDF4","d":"flag: British Indian Ocean Territory","c":8,"a":["british_indian_ocean_territory"]},{"e":"\uD83C\uDDEE\uD83C\uDDF6","d":"flag: Iraq","c":8,"a":["iraq"]},{"e":"\uD83C\uDDEE\uD83C\uDDF7","d":"flag: Iran","c":8,"a":["iran"]},{"e":"\uD83C\uDDEE\uD83C\uDDF8","d":"flag: Iceland","c":8,"a":["iceland"]},{"e":"\uD83C\uDDEE\uD83C\uDDF9","d":"flag: Italy","c":8,"a":["it"],"t":["italy"]},{"e":"\uD83C\uDDEF\uD83C\uDDEA","d":"flag: Jersey","c":8,"a":["jersey"]},{"e":"\uD83C\uDDEF\uD83C\uDDF2","d":"flag: Jamaica","c":8,"a":["jamaica"]},{"e":"\uD83C\uDDEF\uD83C\uDDF4","d":"flag: Jordan","c":8,"a":["jordan"]},{"e":"\uD83C\uDDEF\uD83C\uDDF5","d":"flag: Japan","c":8,"a":["jp"],"t":["japan"]},{"e":"\uD83C\uDDF0\uD83C\uDDEA","d":"flag: Kenya","c":8,"a":["kenya"]},{"e":"\uD83C\uDDF0\uD83C\uDDEC","d":"flag: Kyrgyzstan","c":8,"a":["kyrgyzstan"]},{"e":"\uD83C\uDDF0\uD83C\uDDED","d":"flag: Cambodia","c":8,"a":["cambodia"]},{"e":"\uD83C\uDDF0\uD83C\uDDEE","d":"flag: Kiribati","c":8,"a":["kiribati"]},{"e":"\uD83C\uDDF0\uD83C\uDDF2","d":"flag: Comoros","c":8,"a":["comoros"]},{"e":"\uD83C\uDDF0\uD83C\uDDF3","d":"flag: St. Kitts & Nevis","c":8,"a":["st_kitts_nevis"]},{"e":"\uD83C\uDDF0\uD83C\uDDF5","d":"flag: North Korea","c":8,"a":["north_korea"]},{"e":"\uD83C\uDDF0\uD83C\uDDF7","d":"flag: South Korea","c":8,"a":["kr"],"t":["korea"]},{"e":"\uD83C\uDDF0\uD83C\uDDFC","d":"flag: Kuwait","c":8,"a":["kuwait"]},{"e":"\uD83C\uDDF0\uD83C\uDDFE","d":"flag: Cayman Islands","c":8,"a":["cayman_islands"]},{"e":"\uD83C\uDDF0\uD83C\uDDFF","d":"flag: Kazakhstan","c":8,"a":["kazakhstan"]},{"e":"\uD83C\uDDF1\uD83C\uDDE6","d":"flag: Laos","c":8,"a":["laos"]},{"e":"\uD83C\uDDF1\uD83C\uDDE7","d":"flag: Lebanon","c":8,"a":["lebanon"]},{"e":"\uD83C\uDDF1\uD83C\uDDE8","d":"flag: St. Lucia","c":8,"a":["st_lucia"]},{"e":"\uD83C\uDDF1\uD83C\uDDEE","d":"flag: Liechtenstein","c":8,"a":["liechtenstein"]},{"e":"\uD83C\uDDF1\uD83C\uDDF0","d":"flag: Sri Lanka","c":8,"a":["sri_lanka"]},{"e":"\uD83C\uDDF1\uD83C\uDDF7","d":"flag: Liberia","c":8,"a":["liberia"]},{"e":"\uD83C\uDDF1\uD83C\uDDF8","d":"flag: Lesotho","c":8,"a":["lesotho"]},{"e":"\uD83C\uDDF1\uD83C\uDDF9","d":"flag: Lithuania","c":8,"a":["lithuania"]},{"e":"\uD83C\uDDF1\uD83C\uDDFA","d":"flag: Luxembourg","c":8,"a":["luxembourg"]},{"e":"\uD83C\uDDF1\uD83C\uDDFB","d":"flag: Latvia","c":8,"a":["latvia"]},{"e":"\uD83C\uDDF1\uD83C\uDDFE","d":"flag: Libya","c":8,"a":["libya"]},{"e":"\uD83C\uDDF2\uD83C\uDDE6","d":"flag: Morocco","c":8,"a":["morocco"]},{"e":"\uD83C\uDDF2\uD83C\uDDE8","d":"flag: Monaco","c":8,"a":["monaco"]},{"e":"\uD83C\uDDF2\uD83C\uDDE9","d":"flag: Moldova","c":8,"a":["moldova"]},{"e":"\uD83C\uDDF2\uD83C\uDDEA","d":"flag: Montenegro","c":8,"a":["montenegro"]},{"e":"\uD83C\uDDF2\uD83C\uDDEB","d":"flag: St. Martin","c":8,"a":["st_martin"]},{"e":"\uD83C\uDDF2\uD83C\uDDEC","d":"flag: Madagascar","c":8,"a":["madagascar"]},{"e":"\uD83C\uDDF2\uD83C\uDDED","d":"flag: Marshall Islands","c":8,"a":["marshall_islands"]},{"e":"\uD83C\uDDF2\uD83C\uDDF0","d":"flag: North Macedonia","c":8,"a":["macedonia"]},{"e":"\uD83C\uDDF2\uD83C\uDDF1","d":"flag: Mali","c":8,"a":["mali"]},{"e":"\uD83C\uDDF2\uD83C\uDDF2","d":"flag: Myanmar (Burma)","c":8,"a":["myanmar"],"t":["burma"]},{"e":"\uD83C\uDDF2\uD83C\uDDF3","d":"flag: Mongolia","c":8,"a":["mongolia"]},{"e":"��\uD83C\uDDF4","d":"flag: Macao SAR China","c":8,"a":["macau"]},{"e":"\uD83C\uDDF2\uD83C\uDDF5","d":"flag: Northern Mariana Islands","c":8,"a":["northern_mariana_islands"]},{"e":"\uD83C\uDDF2\uD83C\uDDF6","d":"flag: Martinique","c":8,"a":["martinique"]},{"e":"\uD83C\uDDF2\uD83C\uDDF7","d":"flag: Mauritania","c":8,"a":["mauritania"]},{"e":"\uD83C\uDDF2\uD83C\uDDF8","d":"flag: Montserrat","c":8,"a":["montserrat"]},{"e":"\uD83C\uDDF2\uD83C\uDDF9","d":"flag: Malta","c":8,"a":["malta"]},{"e":"\uD83C\uDDF2\uD83C\uDDFA","d":"flag: Mauritius","c":8,"a":["mauritius"]},{"e":"\uD83C\uDDF2\uD83C\uDDFB","d":"flag: Maldives","c":8,"a":["maldives"]},{"e":"\uD83C\uDDF2\uD83C\uDDFC","d":"flag: Malawi","c":8,"a":["malawi"]},{"e":"\uD83C\uDDF2\uD83C\uDDFD","d":"flag: Mexico","c":8,"a":["mexico"]},{"e":"\uD83C\uDDF2\uD83C\uDDFE","d":"flag: Malaysia","c":8,"a":["malaysia"]},{"e":"\uD83C\uDDF2\uD83C\uDDFF","d":"flag: Mozambique","c":8,"a":["mozambique"]},{"e":"\uD83C\uDDF3\uD83C\uDDE6","d":"flag: Namibia","c":8,"a":["namibia"]},{"e":"\uD83C\uDDF3\uD83C\uDDE8","d":"flag: New Caledonia","c":8,"a":["new_caledonia"]},{"e":"\uD83C\uDDF3\uD83C\uDDEA","d":"flag: Niger","c":8,"a":["niger"]},{"e":"\uD83C\uDDF3\uD83C\uDDEB","d":"flag: Norfolk Island","c":8,"a":["norfolk_island"]},{"e":"\uD83C\uDDF3\uD83C\uDDEC","d":"flag: Nigeria","c":8,"a":["nigeria"]},{"e":"\uD83C\uDDF3\uD83C\uDDEE","d":"flag: Nicaragua","c":8,"a":["nicaragua"]},{"e":"\uD83C\uDDF3\uD83C\uDDF1","d":"flag: Netherlands","c":8,"a":["netherlands"]},{"e":"\uD83C\uDDF3\uD83C\uDDF4","d":"flag: Norway","c":8,"a":["norway"]},{"e":"\uD83C\uDDF3\uD83C\uDDF5","d":"flag: Nepal","c":8,"a":["nepal"]},{"e":"\uD83C\uDDF3\uD83C\uDDF7","d":"flag: Nauru","c":8,"a":["nauru"]},{"e":"\uD83C\uDDF3\uD83C\uDDFA","d":"flag: Niue","c":8,"a":["niue"]},{"e":"\uD83C\uDDF3\uD83C\uDDFF","d":"flag: New Zealand","c":8,"a":["new_zealand"]},{"e":"\uD83C\uDDF4\uD83C\uDDF2","d":"flag: Oman","c":8,"a":["oman"]},{"e":"\uD83C\uDDF5\uD83C\uDDE6","d":"flag: Panama","c":8,"a":["panama"]},{"e":"\uD83C\uDDF5\uD83C\uDDEA","d":"flag: Peru","c":8,"a":["peru"]},{"e":"\uD83C\uDDF5\uD83C\uDDEB","d":"flag: French Polynesia","c":8,"a":["french_polynesia"]},{"e":"\uD83C\uDDF5\uD83C\uDDEC","d":"flag: Papua New Guinea","c":8,"a":["papua_new_guinea"]},{"e":"\uD83C\uDDF5\uD83C\uDDED","d":"flag: Philippines","c":8,"a":["philippines"]},{"e":"\uD83C\uDDF5\uD83C\uDDF0","d":"flag: Pakistan","c":8,"a":["pakistan"]},{"e":"\uD83C\uDDF5\uD83C\uDDF1","d":"flag: Poland","c":8,"a":["poland"]},{"e":"\uD83C\uDDF5\uD83C\uDDF2","d":"flag: St. Pierre & Miquelon","c":8,"a":["st_pierre_miquelon"]},{"e":"\uD83C\uDDF5\uD83C\uDDF3","d":"flag: Pitcairn Islands","c":8,"a":["pitcairn_islands"]},{"e":"\uD83C\uDDF5\uD83C\uDDF7","d":"flag: Puerto Rico","c":8,"a":["puerto_rico"]},{"e":"\uD83C\uDDF5\uD83C\uDDF8","d":"flag: Palestinian Territories","c":8,"a":["palestinian_territories"]},{"e":"\uD83C\uDDF5\uD83C\uDDF9","d":"flag: Portugal","c":8,"a":["portugal"]},{"e":"\uD83C\uDDF5\uD83C\uDDFC","d":"flag: Palau","c":8,"a":["palau"]},{"e":"\uD83C\uDDF5\uD83C\uDDFE","d":"flag: Paraguay","c":8,"a":["paraguay"]},{"e":"\uD83C\uDDF6\uD83C\uDDE6","d":"flag: Qatar","c":8,"a":["qatar"]},{"e":"\uD83C\uDDF7\uD83C\uDDEA","d":"flag: R\xe9union","c":8,"a":["reunion"]},{"e":"\uD83C\uDDF7\uD83C\uDDF4","d":"flag: Romania","c":8,"a":["romania"]},{"e":"\uD83C\uDDF7\uD83C\uDDF8","d":"flag: Serbia","c":8,"a":["serbia"]},{"e":"\uD83C\uDDF7\uD83C\uDDFA","d":"flag: Russia","c":8,"a":["ru"],"t":["russia"]},{"e":"\uD83C\uDDF7\uD83C\uDDFC","d":"flag: Rwanda","c":8,"a":["rwanda"]},{"e":"\uD83C\uDDF8\uD83C\uDDE6","d":"flag: Saudi Arabia","c":8,"a":["saudi_arabia"]},{"e":"����\uD83C\uDDE7","d":"flag: Solomon Islands","c":8,"a":["solomon_islands"]},{"e":"\uD83C\uDDF8\uD83C\uDDE8","d":"flag: Seychelles","c":8,"a":["seychelles"]},{"e":"\uD83C\uDDF8\uD83C\uDDE9","d":"flag: Sudan","c":8,"a":["sudan"]},{"e":"\uD83C\uDDF8\uD83C\uDDEA","d":"flag: Sweden","c":8,"a":["sweden"]},{"e":"\uD83C\uDDF8\uD83C\uDDEC","d":"flag: Singapore","c":8,"a":["singapore"]},{"e":"\uD83C\uDDF8\uD83C\uDDED","d":"flag: St. Helena","c":8,"a":["st_helena"]},{"e":"\uD83C\uDDF8\uD83C\uDDEE","d":"flag: Slovenia","c":8,"a":["slovenia"]},{"e":"\uD83C\uDDF8\uD83C\uDDEF","d":"flag: Svalbard & Jan Mayen","c":8,"a":["svalbard_jan_mayen"]},{"e":"\uD83C\uDDF8\uD83C\uDDF0","d":"flag: Slovakia","c":8,"a":["slovakia"]},{"e":"\uD83C\uDDF8\uD83C\uDDF1","d":"flag: Sierra Leone","c":8,"a":["sierra_leone"]},{"e":"\uD83C\uDDF8\uD83C\uDDF2","d":"flag: San Marino","c":8,"a":["san_marino"]},{"e":"\uD83C\uDDF8\uD83C\uDDF3","d":"flag: Senegal","c":8,"a":["senegal"]},{"e":"\uD83C\uDDF8\uD83C\uDDF4","d":"flag: Somalia","c":8,"a":["somalia"]},{"e":"\uD83C\uDDF8\uD83C\uDDF7","d":"flag: Suriname","c":8,"a":["suriname"]},{"e":"\uD83C\uDDF8\uD83C\uDDF8","d":"flag: South Sudan","c":8,"a":["south_sudan"]},{"e":"\uD83C\uDDF8\uD83C\uDDF9","d":"flag: S\xe3o Tom\xe9 & Pr\xedncipe","c":8,"a":["sao_tome_principe"]},{"e":"\uD83C\uDDF8\uD83C\uDDFB","d":"flag: El Salvador","c":8,"a":["el_salvador"]},{"e":"\uD83C\uDDF8\uD83C\uDDFD","d":"flag: Sint Maarten","c":8,"a":["sint_maarten"]},{"e":"\uD83C\uDDF8\uD83C\uDDFE","d":"flag: Syria","c":8,"a":["syria"]},{"e":"\uD83C\uDDF8\uD83C\uDDFF","d":"flag: Eswatini","c":8,"a":["swaziland"]},{"e":"\uD83C\uDDF9\uD83C\uDDE6","d":"flag: Tristan da Cunha","c":8,"a":["tristan_da_cunha"]},{"e":"\uD83C\uDDF9\uD83C\uDDE8","d":"flag: Turks & Caicos Islands","c":8,"a":["turks_caicos_islands"]},{"e":"\uD83C\uDDF9\uD83C\uDDE9","d":"flag: Chad","c":8,"a":["chad"]},{"e":"\uD83C\uDDF9\uD83C\uDDEB","d":"flag: French Southern Territories","c":8,"a":["french_southern_territories"]},{"e":"\uD83C\uDDF9\uD83C\uDDEC","d":"flag: Togo","c":8,"a":["togo"]},{"e":"\uD83C\uDDF9\uD83C\uDDED","d":"flag: Thailand","c":8,"a":["thailand"]},{"e":"\uD83C\uDDF9\uD83C\uDDEF","d":"flag: Tajikistan","c":8,"a":["tajikistan"]},{"e":"\uD83C\uDDF9\uD83C\uDDF0","d":"flag: Tokelau","c":8,"a":["tokelau"]},{"e":"\uD83C\uDDF9\uD83C\uDDF1","d":"flag: Timor-Leste","c":8,"a":["timor_leste"]},{"e":"\uD83C\uDDF9\uD83C\uDDF2","d":"flag: Turkmenistan","c":8,"a":["turkmenistan"]},{"e":"\uD83C\uDDF9\uD83C\uDDF3","d":"flag: Tunisia","c":8,"a":["tunisia"]},{"e":"\uD83C\uDDF9\uD83C\uDDF4","d":"flag: Tonga","c":8,"a":["tonga"]},{"e":"\uD83C\uDDF9\uD83C\uDDF7","d":"flag: Turkey","c":8,"a":["tr"],"t":["turkey"]},{"e":"\uD83C\uDDF9\uD83C\uDDF9","d":"flag: Trinidad & Tobago","c":8,"a":["trinidad_tobago"]},{"e":"\uD83C\uDDF9\uD83C\uDDFB","d":"flag: Tuvalu","c":8,"a":["tuvalu"]},{"e":"\uD83C\uDDF9\uD83C\uDDFC","d":"flag: Taiwan","c":8,"a":["taiwan"]},{"e":"\uD83C\uDDF9\uD83C\uDDFF","d":"flag: Tanzania","c":8,"a":["tanzania"]},{"e":"\uD83C\uDDFA\uD83C\uDDE6","d":"flag: Ukraine","c":8,"a":["ukraine"]},{"e":"\uD83C\uDDFA\uD83C\uDDEC","d":"flag: Uganda","c":8,"a":["uganda"]},{"e":"\uD83C\uDDFA\uD83C\uDDF2","d":"flag: U.S. Outlying Islands","c":8,"a":["us_outlying_islands"]},{"e":"\uD83C\uDDFA\uD83C\uDDF3","d":"flag: United Nations","c":8,"a":["united_nations"]},{"e":"\uD83C\uDDFA\uD83C\uDDF8","d":"flag: United States","c":8,"a":["us"],"t":["flag","united","america"]},{"e":"\uD83C\uDDFA\uD83C\uDDFE","d":"flag: Uruguay","c":8,"a":["uruguay"]},{"e":"\uD83C\uDDFA\uD83C\uDDFF","d":"flag: Uzbekistan","c":8,"a":["uzbekistan"]},{"e":"\uD83C\uDDFB\uD83C\uDDE6","d":"flag: Vatican City","c":8,"a":["vatican_city"]},{"e":"\uD83C\uDDFB\uD83C\uDDE8","d":"flag: St. Vincent & Grenadines","c":8,"a":["st_vincent_grenadines"]},{"e":"\uD83C\uDDFB\uD83C\uDDEA","d":"flag: Venezuela","c":8,"a":["venezuela"]},{"e":"\uD83C\uDDFB\uD83C\uDDEC","d":"flag: British Virgin Islands","c":8,"a":["british_virgin_islands"]},{"e":"\uD83C\uDDFB\uD83C\uDDEE","d":"flag: U.S. Virgin Islands","c":8,"a":["us_virgin_islands"]},{"e":"\uD83C\uDDFB\uD83C\uDDF3","d":"flag: Vietnam","c":8,"a":["vietnam"]},{"e":"\uD83C\uDDFB\uD83C\uDDFA","d":"flag: Vanuatu","c":8,"a":["vanuatu"]},{"e":"\uD83C\uDDFC\uD83C\uDDEB","d":"flag: Wallis & Futuna","c":8,"a":["wallis_futuna"]},{"e":"\uD83C\uDDFC\uD83C\uDDF8","d":"flag: Samoa","c":8,"a":["samoa"]},{"e":"\uD83C\uDDFD\uD83C\uDDF0","d":"flag: Kosovo","c":8,"a":["kosovo"]},{"e":"\uD83C\uDDFE\uD83C\uDDEA","d":"flag: Yemen","c":8,"a":["yemen"]},{"e":"\uD83C\uDDFE\uD83C\uDDF9","d":"flag: Mayotte","c":8,"a":["mayotte"]},{"e":"\uD83C\uDDFF\uD83C\uDDE6","d":"flag: South Africa","c":8,"a":["south_africa"]},{"e":"\uD83C\uDDFF\uD83C\uDDF2","d":"flag: Zambia","c":8,"a":["zambia"]},{"e":"\uD83C\uDDFF\uD83C\uDDFC","d":"flag: Zimbabwe","c":8,"a":["zimbabwe"]},{"e":"\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67\uDB40\uDC7F","d":"flag: England","c":8,"a":["england"]},{"e":"\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74\uDB40\uDC7F","d":"flag: Scotland","c":8,"a":["scotland"]},{"e":"\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73\uDB40\uDC7F","d":"flag: Wales","c":8,"a":["wales"]}]}')},41950:function(t,i,n){"use strict";n.d(i,{UIBrowserSource:function(){return u}});var o=n(82749),r=n(31635),s=n(87325),a=n(38837),l=n(48538),c=n(36704);class u extends l.UIElement{className(){return"UIBrowserSource"}render(){return`<div>
204
+ ${s}`.trim();n?await this.__executeQuickCommandSilent(c,s):await this.__executeQuickCommandWithPanel(c,o)}async __executeQuickCommandSilent(t,i){await this.__loadData(),this.j.progressbar.show().progress(100);try{let i=(0,h.createUserMessage)(t),n=(0,h.createNewConversation)(this.j,this.state.defaultModel,this.state.defaultTemperature,[i]),o=await this.apiClient.sendRequest(n.id,n.messages,null,[],n.options);if("final"===o.mode){let t=o.response.content;t&&this.j.s.insertHTML(t)}}catch(t){(0,b.isAbortError)(t)||this.j.e.fire("error",t)}finally{this.j.progressbar.hide()}}async __executeQuickCommandWithPanel(t,i){await this.__loadData();let n=this.stateManager.state.displayMode;this.stateManager.state.displayMode=i;let o=(0,h.getCurrentSelectionContext)(this.j);o&&this.stateManager.addSelectionContext(o),this.stateManager.isOpen()||await this.openAssistant(),await this.sendMessage(t),this.stateManager.state.displayMode=n}async sendMessage(t){await this.__loadData();let i=this.stateManager.getCurrentConversation(),n=this.stateManager.getEditingMessageId();if(n&&i){let t=i.messages.findIndex(t=>t.id===n);if(-1!==t){let n=i.messages.slice(0,t),o={...i,messages:n,updatedAt:Date.now()};this.stateManager.setCurrentConversation(o),await this.storage.save(o),this.stateManager.clearEditingMessage(),i=o}}i||(i=(0,h.createNewConversation)(this.j,this.state.defaultModel,this.state.defaultTemperature),this.stateManager.setCurrentConversation(i));let o=null;t.trim()&&(o=(0,h.createUserMessage)(t),i.title||(i={...i,title:t}),i={...i,updated:Date.now(),messages:[...i.messages,o]}),this.stateManager.setCurrentConversation({...i}),o&&this.j.e.fire("messageSent.ai-assistant-pro",o),this.stateManager.setLoading(!0),this.stateManager.clearError();try{await this.sendRequestToAI(0),this.stateManager.clearSelectionContexts()}catch(t){if((0,b.isAbortError)(t))return;this.stateManager.setError(t instanceof Error?t.message:String(t))}finally{this.stateManager.setLoading(!1)}}async sendRequestToAI(t=0){let i,n,o=this.j.o.aiAssistantPro.maxRecursionToolCallDepth;if(t>=o)throw Error(`Max recursion depth ${o} reached for tool calls`);let r=this.stateManager.getCurrentConversation();if(!r)return;let s=(0,h.findParentMessageId)(r),[a]=await Promise.all([this.apiClient.sendRequest(r.id,r.messages,s,this.stateManager.getSelectionContexts(),r.options),this.storage.save(r)]);if("stream"===a.mode){let t=await (0,h.processStreamingResponse)(this.stateManager,a,r);i=t.aiMessage,n=t.index,r=t.conversation}else{let t=(0,h.processFinalResponse)(a,r);i=t.aiMessage,n=t.index,r=t.conversation}r=await (0,h.processArtifacts)(this.j,i,r,n),this.j.e.fire("messageReceived.ai-assistant-pro",i),this.stateManager.setCurrentConversation({...r}),await this.storage.save(r),await this.handleToolCalls(i.id,t)}async deleteConversation(t){await this.__loadData(),await (0,h.deleteConversationWithCleanup)(this.j,t,this.storage,this.stateManager,this.permissionManager)}async searchConversations(t){await this.__loadData(),await (0,h.handleConversationSearch)(t,this.storage,this.stateManager)}async handleToolCalls(t,i=0){let n=this.stateManager.getCurrentConversation();if(!n)return;let o=n.messages.find(i=>i.id===t);if(!o)return;let r=o.toolCalls;if(!r||0===r.length)return;await this.__loadData();let{approved:s,needsPermission:a}=this.permissionManager.filterToolCalls(r,n.permissions);for(let n of(this.stateManager.setPendingToolCalls(a),s))await this.executeToolCall(t,n,i)}async executeToolCall(t,i,n=0){await this.__loadData();let o=this.stateManager.getCurrentConversation();if(!o)return;let r=await (0,h.executeToolCall)(this.j,i,this.toolRegistry),s=o.messages.findIndex(i=>i.id===t);if(-1===s)return;let a=o.messages[s],l=o.messages.slice();l[s]=(0,h.updateToolCallInMessage)(a,r),o={...o,messages:l,updated:Date.now()},this.stateManager.setCurrentConversation(o),(0,h.areAllToolCallsExecuted)(o)&&await this.sendRequestToAI(n+1)}async copyMessage(t){let i=this.stateManager.getCurrentConversation();if(!i)return;let n=i.messages.find(i=>i.id===t);if(n)try{await navigator.clipboard.writeText(n.content),this.j.message.success("Message copied to clipboard")}catch(t){this.j.e.fire("error",Error("Failed to copy message"))}}async restartFromMessage(t){let i=this.stateManager.getCurrentConversation();if(!i)return;let n=i.messages.findIndex(i=>i.id===t);if(-1===n)return;let o=i.messages[n];if("user"!==o.role)return;await this.__loadData();let r=i.messages.slice(0,n),s={...i,messages:r,updatedAt:Date.now()};this.stateManager.setCurrentConversation(s),await this.storage.save(s),await this.sendMessage(o.content)}async editMessage(t){let i=this.stateManager.getCurrentConversation();if(!i)return;let n=i.messages.find(i=>i.id===t);n&&"user"===n.role&&(this.stateManager.setEditingMessageId(t),this.mainPanel.inputArea.setValue(n.content),this.mainPanel.inputArea.focus())}cancelEditMessage(){this.stateManager.isEditingMessage()&&(this.stateManager.clearEditingMessage(),this.mainPanel.inputArea.setValue(""))}async deleteMessage(t){await this.__loadData();let i=this.stateManager.getCurrentConversation();if(!i||-1===i.messages.findIndex(i=>i.id===t))return;let n=i.messages.filter(i=>i.id!==t),o={...i,messages:n,updatedAt:Date.now()};this.stateManager.setCurrentConversation(o),await this.storage.save(o)}beforeDestruct(){var t,i,n,o,r,s,a,l;this.__closeFlightMode(),null==(t=(0,m.cached)(this,"toolRegistry"))||t.destruct(),null==(i=(0,m.cached)(this,"permissionManager"))||i.destruct(),null==(n=(0,m.cached)(this,"apiClient"))||n.destruct(),null==(o=(0,m.cached)(this,"stateManager"))||o.destruct(),null==(r=(0,m.cached)(this,"mainPanel"))||r.destruct(),null==(s=(0,m.cached)(this,"dialog"))||s.destruct(),null==(l=(0,m.cached)(this,"storage"))||null==(a=l.close)||a.call(l)}constructor(...t){super(...t),(0,o._)(this,"buttons",[{name:"aiAssistantPro",group:"insert"},{name:"aiCommandsPro",group:"insert"}]),(0,o._)(this,"__initedPromise",null),(0,o._)(this,"__openedMode",null)}}(0,o._)(C,"requires",["license"]),(0,r.__decorate)([m.cache],C.prototype,"toolRegistry",null),(0,r.__decorate)([m.cache],C.prototype,"permissionManager",null),(0,r.__decorate)([m.cache],C.prototype,"apiClient",null),(0,r.__decorate)([m.cache],C.prototype,"storage",null),(0,r.__decorate)([m.cache],C.prototype,"stateManager",null),(0,r.__decorate)([m.cache],C.prototype,"mainPanel",null),(0,r.__decorate)([m.cache],C.prototype,"dialog",null),(0,r.__decorate)([(0,m.watch)("state.theme")],C.prototype,"__applyTheme",null),(0,r.__decorate)([(0,m.watch)(":openAIAssistantPro.ai-assistant-pro")],C.prototype,"openAssistant",null),(0,r.__decorate)([(0,m.watch)([":resize","state.panelWidth","state.panelHeight"])],C.prototype,"__onResizeInPanelView",null),(0,r.__decorate)([(0,m.watch)(["state.isOpen","state.displayMode","state.panelWidth","state.panelHeight","state.theme","state.defaultModel","state.defaultTemperature","state.currentConversation"]),(0,m.debounce)()],C.prototype,"__onSavedStateChange",null),(0,r.__decorate)([(0,m.watch)(":closeAIAssistantPro.ai-assistant-pro")],C.prototype,"closeAssistant",null),(0,r.__decorate)([(0,m.watch)(":addContextToAIAssistant.ai-assistant-pro")],C.prototype,"addCurrentSelectionToContext",null),(0,r.__decorate)([(0,m.watch)(":executeQuickCommand.ai-assistant-pro")],C.prototype,"executeQuickCommand",null),(0,r.__decorate)([(0,m.watch)(":sendMessage.ai-assistant-pro")],C.prototype,"sendMessage",null),(0,r.__decorate)([(0,m.watch)(":searchConversations.ai-assistant-pro")],C.prototype,"searchConversations",null),(0,r.__decorate)([(0,m.watch)(":copyMessage.ai-assistant-pro")],C.prototype,"copyMessage",null),(0,r.__decorate)([(0,m.watch)(":restartFromMessage.ai-assistant-pro")],C.prototype,"restartFromMessage",null),(0,r.__decorate)([(0,m.watch)(":editMessage.ai-assistant-pro")],C.prototype,"editMessage",null),(0,r.__decorate)([(0,m.watch)(":cancelEditMessage.ai-assistant-pro")],C.prototype,"cancelEditMessage",null),(0,r.__decorate)([(0,m.watch)(":deleteMessage.ai-assistant-pro")],C.prototype,"deleteMessage",null),C=(0,r.__decorate)([m.component],C),y.JoditPro.plugins.add("aiAssistantPro",C)},41817:function(t,i,n){"use strict";n.r(i),i.default={"Line height":"\xc7izgi y\xfcksekliği"}},41858:function(t){t.exports={"Show Blocks":"Afficher Les Blocs"}},41872:function(t,i,n){"use strict";n.d(i,{checkBR:function(){return a}});var o=n(82758),r=n(2748),s=n(26395);function a(t,i,n){let a=!!r.Dom.closest(t,["pre","blockquote"],i.editor),c=!a&&r.Dom.closest(t,["td","th"],i.editor);if(i.o.enter.toLowerCase()===o.BR.toLowerCase()||c||n&&!a||!n&&a){var u;let n;if(a&&(n=l(l(u=t)))&&(r.Dom.safeRemove(l(u)),r.Dom.safeRemove(n),1))return!1;let o=i.createInside.element("br");if(r.Dom.before(t,o),!r.Dom.findNotEmptySibling(o,!1)){let i=o.cloneNode();r.Dom.after(o,i),r.Dom.before(i,t)}return(0,s.scrollIntoViewIfNeeded)(o,i.editor,i.ed),!0}return!1}function l(t){if(!t)return!1;let i=r.Dom.findSibling(t,!0);return!!i&&!!r.Dom.isTag(i,"br")&&i}},41876:function(t,i,n){"use strict";n.d(i,{PluginSystem:function(){return f}});var o=n(82758),r=n(57012),s=n(46559),a=n(68345),l=n(60132),c=n(70799),u=n(31359),d=n(14041),h=n(48591),p=n(89672);class f{get size(){return this.__items.size}add(t,i){this.__items.set((0,p.normalizeName)(t),i),r.eventEmitter.fire(`plugin:${t}:ready`)}get(t){return this.__items.get((0,p.normalizeName)(t))}remove(t){this.__items.delete((0,p.normalizeName)(t))}__getFullPluginsList(t){let i=[];return this.__items.forEach((n,o)=>{(!t||t.has(o))&&i.push([o,n])}),i}__init(t){let{extraList:i,disableList:n,filter:r}={extraList:t.o.extraPlugins.map(t=>(0,c.isString)(t)?{name:t}:t),disableList:new Set((0,s.splitArray)(t.o.disablePlugins).map(p.normalizeName)),filter:t.o.safeMode?new Set(t.o.safePluginsList):null},f=new Map,m={},g=new Set;t.__plugins=m;let b=()=>{if(t.isInDestruct)return;let i=!1;this.__getFullPluginsList(r).forEach(([o,r])=>{if(n.has(o)||f.has(o))return;let s=null==r?void 0:r.requires;if(s&&(0,a.isArray)(s)&&s.length){if(s.some(t=>n.has(t)))return;if(!s.every(t=>f.has(t)))return void g.add(o)}i=!0;let l=(0,h.makeInstance)(t,r);if(!l){f.set(o,null),g.delete(o);return}(0,u.init)(t,o,r,l,f,g,this.opts.getContainer),m[o]=l}),i&&(t.e.fire("updatePlugins"),b())};i&&i.length&&(0,d.loadExtras)(this.__items,t,i,b),b(),t.e.on("beforeDestruct",()=>{Object.keys(m).forEach(i=>{let n=m[i];(0,l.isDestructable)(n)&&n.destruct(t),delete m[i]}),delete t.__plugins}),o.IS_PROD||g.size}wait(t){return new Promise(i=>{if(this.get(t))return i();let n=()=>{i(),r.eventEmitter.off(`plugin:${t}:ready`,n)};r.eventEmitter.on(`plugin:${t}:ready`,n)})}constructor(t){this.opts=t,this.__items=new Map}}},41943:function(t){"use strict";t.exports=JSON.parse('{"categories":["Smileys & Emotion","People & Body","Animals & Nature","Food & Drink","Travel & Places","Activities","Objects","Symbols","Flags"],"emoji":[{"e":"\uD83D\uDE00","d":"grinning face","c":0,"a":["grinning"],"t":["smile","happy"]},{"e":"\uD83D\uDE03","d":"grinning face with big eyes","c":0,"a":["smiley"],"t":["happy","joy","haha"]},{"e":"\uD83D\uDE04","d":"grinning face with smiling eyes","c":0,"a":["smile"],"t":["happy","joy","laugh","pleased"]},{"e":"\uD83D\uDE01","d":"beaming face with smiling eyes","c":0,"a":["grin"]},{"e":"\uD83D\uDE06","d":"grinning squinting face","c":0,"a":["laughing","satisfied"],"t":["happy","haha"]},{"e":"\uD83D\uDE05","d":"grinning face with sweat","c":0,"a":["sweat_smile"],"t":["hot"]},{"e":"\uD83E\uDD23","d":"rolling on the floor laughing","c":0,"a":["rofl"],"t":["lol","laughing"]},{"e":"\uD83D\uDE02","d":"face with tears of joy","c":0,"a":["joy"],"t":["tears"]},{"e":"\uD83D\uDE42","d":"slightly smiling face","c":0,"a":["slightly_smiling_face"]},{"e":"\uD83D\uDE43","d":"upside-down face","c":0,"a":["upside_down_face"]},{"e":"\uD83D\uDE09","d":"winking face","c":0,"a":["wink"],"t":["flirt"]},{"e":"\uD83D\uDE0A","d":"smiling face with smiling eyes","c":0,"a":["blush"],"t":["proud"]},{"e":"\uD83D\uDE07","d":"smiling face with halo","c":0,"a":["innocent"],"t":["angel"]},{"e":"\uD83E\uDD70","d":"smiling face with hearts","c":0,"a":["smiling_face_with_three_hearts"],"t":["love"]},{"e":"\uD83D\uDE0D","d":"smiling face with heart-eyes","c":0,"a":["heart_eyes"],"t":["love","crush"]},{"e":"\uD83E\uDD29","d":"star-struck","c":0,"a":["star_struck"],"t":["eyes"]},{"e":"\uD83D\uDE18","d":"face blowing a kiss","c":0,"a":["kissing_heart"],"t":["flirt"]},{"e":"\uD83D\uDE17","d":"kissing face","c":0,"a":["kissing"]},{"e":"☺️","d":"smiling face","c":0,"a":["relaxed"],"t":["blush","pleased"]},{"e":"\uD83D\uDE1A","d":"kissing face with closed eyes","c":0,"a":["kissing_closed_eyes"]},{"e":"\uD83D\uDE19","d":"kissing face with smiling eyes","c":0,"a":["kissing_smiling_eyes"]},{"e":"\uD83E\uDD72","d":"smiling face with tear","c":0,"a":["smiling_face_with_tear"]},{"e":"\uD83D\uDE0B","d":"face savoring food","c":0,"a":["yum"],"t":["tongue","lick"]},{"e":"\uD83D\uDE1B","d":"face with tongue","c":0,"a":["stuck_out_tongue"]},{"e":"\uD83D\uDE1C","d":"winking face with tongue","c":0,"a":["stuck_out_tongue_winking_eye"],"t":["prank","silly"]},{"e":"\uD83E\uDD2A","d":"zany face","c":0,"a":["zany_face"],"t":["goofy","wacky"]},{"e":"\uD83D\uDE1D","d":"squinting face with tongue","c":0,"a":["stuck_out_tongue_closed_eyes"],"t":["prank"]},{"e":"\uD83E\uDD11","d":"money-mouth face","c":0,"a":["money_mouth_face"],"t":["rich"]},{"e":"\uD83E\uDD17","d":"hugging face","c":0,"a":["hugs"]},{"e":"\uD83E\uDD2D","d":"face with hand over mouth","c":0,"a":["hand_over_mouth"],"t":["quiet","whoops"]},{"e":"\uD83E\uDD2B","d":"shushing face","c":0,"a":["shushing_face"],"t":["silence","quiet"]},{"e":"\uD83E\uDD14","d":"thinking face","c":0,"a":["thinking"]},{"e":"\uD83E\uDD10","d":"zipper-mouth face","c":0,"a":["zipper_mouth_face"],"t":["silence","hush"]},{"e":"\uD83E\uDD28","d":"face with raised eyebrow","c":0,"a":["raised_eyebrow"],"t":["suspicious"]},{"e":"\uD83D\uDE10","d":"neutral face","c":0,"a":["neutral_face"],"t":["meh"]},{"e":"\uD83D\uDE11","d":"expressionless face","c":0,"a":["expressionless"]},{"e":"\uD83D\uDE36","d":"face without mouth","c":0,"a":["no_mouth"],"t":["mute","silence"]},{"e":"\uD83D\uDE0F","d":"smirking face","c":0,"a":["smirk"],"t":["smug"]},{"e":"\uD83D\uDE12","d":"unamused face","c":0,"a":["unamused"],"t":["meh"]},{"e":"\uD83D\uDE44","d":"face with rolling eyes","c":0,"a":["roll_eyes"]},{"e":"\uD83D\uDE2C","d":"grimacing face","c":0,"a":["grimacing"]},{"e":"\uD83E\uDD25","d":"lying face","c":0,"a":["lying_face"],"t":["liar"]},{"e":"\uD83D\uDE0C","d":"relieved face","c":0,"a":["relieved"],"t":["whew"]},{"e":"\uD83D\uDE14","d":"pensive face","c":0,"a":["pensive"]},{"e":"\uD83D\uDE2A","d":"sleepy face","c":0,"a":["sleepy"],"t":["tired"]},{"e":"\uD83E\uDD24","d":"drooling face","c":0,"a":["drooling_face"]},{"e":"\uD83D\uDE34","d":"sleeping face","c":0,"a":["sleeping"],"t":["zzz"]},{"e":"\uD83D\uDE37","d":"face with medical mask","c":0,"a":["mask"],"t":["sick","ill"]},{"e":"\uD83E\uDD12","d":"face with thermometer","c":0,"a":["face_with_thermometer"],"t":["sick"]},{"e":"\uD83E\uDD15","d":"face with head-bandage","c":0,"a":["face_with_head_bandage"],"t":["hurt"]},{"e":"\uD83E\uDD22","d":"nauseated face","c":0,"a":["nauseated_face"],"t":["sick","barf","disgusted"]},{"e":"\uD83E\uDD2E","d":"face vomiting","c":0,"a":["vomiting_face"],"t":["barf","sick"]},{"e":"\uD83E\uDD27","d":"sneezing face","c":0,"a":["sneezing_face"],"t":["achoo","sick"]},{"e":"\uD83E\uDD75","d":"hot face","c":0,"a":["hot_face"],"t":["heat","sweating"]},{"e":"\uD83E\uDD76","d":"cold face","c":0,"a":["cold_face"],"t":["freezing","ice"]},{"e":"\uD83E\uDD74","d":"woozy face","c":0,"a":["woozy_face"],"t":["groggy"]},{"e":"\uD83D\uDE35","d":"dizzy face","c":0,"a":["dizzy_face"]},{"e":"\uD83E\uDD2F","d":"exploding head","c":0,"a":["exploding_head"],"t":["mind","blown"]},{"e":"\uD83E\uDD20","d":"cowboy hat face","c":0,"a":["cowboy_hat_face"]},{"e":"\uD83E\uDD73","d":"partying face","c":0,"a":["partying_face"],"t":["celebration","birthday"]},{"e":"\uD83E\uDD78","d":"disguised face","c":0,"a":["disguised_face"]},{"e":"\uD83D\uDE0E","d":"smiling face with sunglasses","c":0,"a":["sunglasses"],"t":["cool"]},{"e":"\uD83E\uDD13","d":"nerd face","c":0,"a":["nerd_face"],"t":["geek","glasses"]},{"e":"\uD83E\uDDD0","d":"face with monocle","c":0,"a":["monocle_face"]},{"e":"\uD83D\uDE15","d":"confused face","c":0,"a":["confused"]},{"e":"\uD83D\uDE1F","d":"worried face","c":0,"a":["worried"],"t":["nervous"]},{"e":"\uD83D\uDE41","d":"slightly frowning face","c":0,"a":["slightly_frowning_face"]},{"e":"☹️","d":"frowning face","c":0,"a":["frowning_face"]},{"e":"\uD83D\uDE2E","d":"face with open mouth","c":0,"a":["open_mouth"],"t":["surprise","impressed","wow"]},{"e":"\uD83D\uDE2F","d":"hushed face","c":0,"a":["hushed"],"t":["silence","speechless"]},{"e":"\uD83D\uDE32","d":"astonished face","c":0,"a":["astonished"],"t":["amazed","gasp"]},{"e":"\uD83D\uDE33","d":"flushed face","c":0,"a":["flushed"]},{"e":"\uD83E\uDD7A","d":"pleading face","c":0,"a":["pleading_face"],"t":["puppy","eyes"]},{"e":"\uD83D\uDE26","d":"frowning face with open mouth","c":0,"a":["frowning"]},{"e":"\uD83D\uDE27","d":"anguished face","c":0,"a":["anguished"],"t":["stunned"]},{"e":"\uD83D\uDE28","d":"fearful face","c":0,"a":["fearful"],"t":["scared","shocked","oops"]},{"e":"\uD83D\uDE30","d":"anxious face with sweat","c":0,"a":["cold_sweat"],"t":["nervous"]},{"e":"\uD83D\uDE25","d":"sad but relieved face","c":0,"a":["disappointed_relieved"],"t":["phew","sweat","nervous"]},{"e":"\uD83D\uDE22","d":"crying face","c":0,"a":["cry"],"t":["sad","tear"]},{"e":"\uD83D\uDE2D","d":"loudly crying face","c":0,"a":["sob"],"t":["sad","cry","bawling"]},{"e":"\uD83D\uDE31","d":"face screaming in fear","c":0,"a":["scream"],"t":["horror","shocked"]},{"e":"\uD83D\uDE16","d":"confounded face","c":0,"a":["confounded"]},{"e":"\uD83D\uDE23","d":"persevering face","c":0,"a":["persevere"],"t":["struggling"]},{"e":"\uD83D\uDE1E","d":"disappointed face","c":0,"a":["disappointed"],"t":["sad"]},{"e":"\uD83D\uDE13","d":"downcast face with sweat","c":0,"a":["sweat"]},{"e":"\uD83D\uDE29","d":"weary face","c":0,"a":["weary"],"t":["tired"]},{"e":"\uD83D\uDE2B","d":"tired face","c":0,"a":["tired_face"],"t":["upset","whine"]},{"e":"\uD83E\uDD71","d":"yawning face","c":0,"a":["yawning_face"]},{"e":"\uD83D\uDE24","d":"face with steam from nose","c":0,"a":["triumph"],"t":["smug"]},{"e":"\uD83D\uDE21","d":"pouting face","c":0,"a":["rage","pout"],"t":["angry"]},{"e":"\uD83D\uDE20","d":"angry face","c":0,"a":["angry"],"t":["mad","annoyed"]},{"e":"\uD83E\uDD2C","d":"face with symbols on mouth","c":0,"a":["cursing_face"],"t":["foul"]},{"e":"\uD83D\uDE08","d":"smiling face with horns","c":0,"a":["smiling_imp"],"t":["devil","evil","horns"]},{"e":"\uD83D\uDC7F","d":"angry face with horns","c":0,"a":["imp"],"t":["angry","devil","evil","horns"]},{"e":"\uD83D\uDC80","d":"skull","c":0,"a":["skull"],"t":["dead","danger","poison"]},{"e":"☠️","d":"skull and crossbones","c":0,"a":["skull_and_crossbones"],"t":["danger","pirate"]},{"e":"\uD83D\uDCA9","d":"pile of poo","c":0,"a":["hankey","poop","shit"],"t":["crap"]},{"e":"\uD83E\uDD21","d":"clown face","c":0,"a":["clown_face"]},{"e":"\uD83D\uDC79","d":"ogre","c":0,"a":["japanese_ogre"],"t":["monster"]},{"e":"\uD83D\uDC7A","d":"goblin","c":0,"a":["japanese_goblin"]},{"e":"\uD83D\uDC7B","d":"ghost","c":0,"a":["ghost"],"t":["halloween"]},{"e":"\uD83D\uDC7D","d":"alien","c":0,"a":["alien"],"t":["ufo"]},{"e":"\uD83D\uDC7E","d":"alien monster","c":0,"a":["space_invader"],"t":["game","retro"]},{"e":"\uD83E\uDD16","d":"robot","c":0,"a":["robot"]},{"e":"\uD83D\uDE3A","d":"grinning cat","c":0,"a":["smiley_cat"]},{"e":"\uD83D\uDE38","d":"grinning cat with smiling eyes","c":0,"a":["smile_cat"]},{"e":"\uD83D\uDE39","d":"cat with tears of joy","c":0,"a":["joy_cat"]},{"e":"\uD83D\uDE3B","d":"smiling cat with heart-eyes","c":0,"a":["heart_eyes_cat"]},{"e":"\uD83D\uDE3C","d":"cat with wry smile","c":0,"a":["smirk_cat"]},{"e":"\uD83D\uDE3D","d":"kissing cat","c":0,"a":["kissing_cat"]},{"e":"\uD83D\uDE40","d":"weary cat","c":0,"a":["scream_cat"],"t":["horror"]},{"e":"\uD83D\uDE3F","d":"crying cat","c":0,"a":["crying_cat_face"],"t":["sad","tear"]},{"e":"\uD83D\uDE3E","d":"pouting cat","c":0,"a":["pouting_cat"]},{"e":"\uD83D\uDE48","d":"see-no-evil monkey","c":0,"a":["see_no_evil"],"t":["monkey","blind","ignore"]},{"e":"\uD83D\uDE49","d":"hear-no-evil monkey","c":0,"a":["hear_no_evil"],"t":["monkey","deaf"]},{"e":"\uD83D\uDE4A","d":"speak-no-evil monkey","c":0,"a":["speak_no_evil"],"t":["monkey","mute","hush"]},{"e":"\uD83D\uDC8B","d":"kiss mark","c":0,"a":["kiss"],"t":["lipstick"]},{"e":"\uD83D\uDC8C","d":"love letter","c":0,"a":["love_letter"],"t":["email","envelope"]},{"e":"\uD83D\uDC98","d":"heart with arrow","c":0,"a":["cupid"],"t":["love","heart"]},{"e":"\uD83D\uDC9D","d":"heart with ribbon","c":0,"a":["gift_heart"],"t":["chocolates"]},{"e":"\uD83D\uDC96","d":"sparkling heart","c":0,"a":["sparkling_heart"]},{"e":"\uD83D\uDC97","d":"growing heart","c":0,"a":["heartpulse"]},{"e":"\uD83D\uDC93","d":"beating heart","c":0,"a":["heartbeat"]},{"e":"\uD83D\uDC9E","d":"revolving hearts","c":0,"a":["revolving_hearts"]},{"e":"\uD83D\uDC95","d":"two hearts","c":0,"a":["two_hearts"]},{"e":"\uD83D\uDC9F","d":"heart decoration","c":0,"a":["heart_decoration"]},{"e":"❣️","d":"heart exclamation","c":0,"a":["heavy_heart_exclamation"]},{"e":"\uD83D\uDC94","d":"broken heart","c":0,"a":["broken_heart"]},{"e":"❤️","d":"red heart","c":0,"a":["heart"],"t":["love"]},{"e":"\uD83E\uDDE1","d":"orange heart","c":0,"a":["orange_heart"]},{"e":"\uD83D\uDC9B","d":"yellow heart","c":0,"a":["yellow_heart"]},{"e":"\uD83D\uDC9A","d":"green heart","c":0,"a":["green_heart"]},{"e":"\uD83D\uDC99","d":"blue heart","c":0,"a":["blue_heart"]},{"e":"\uD83D\uDC9C","d":"purple heart","c":0,"a":["purple_heart"]},{"e":"\uD83E\uDD0E","d":"brown heart","c":0,"a":["brown_heart"]},{"e":"\uD83D\uDDA4","d":"black heart","c":0,"a":["black_heart"]},{"e":"\uD83E\uDD0D","d":"white heart","c":0,"a":["white_heart"]},{"e":"\uD83D\uDCAF","d":"hundred points","c":0,"a":["100"],"t":["score","perfect"]},{"e":"\uD83D\uDCA2","d":"anger symbol","c":0,"a":["anger"],"t":["angry"]},{"e":"\uD83D\uDCA5","d":"collision","c":0,"a":["boom","collision"],"t":["explode"]},{"e":"\uD83D\uDCAB","d":"dizzy","c":0,"a":["dizzy"],"t":["star"]},{"e":"\uD83D\uDCA6","d":"sweat droplets","c":0,"a":["sweat_drops"],"t":["water","workout"]},{"e":"\uD83D\uDCA8","d":"dashing away","c":0,"a":["dash"],"t":["wind","blow","fast"]},{"e":"\uD83D\uDD73️","d":"hole","c":0,"a":["hole"]},{"e":"\uD83D\uDCA3","d":"bomb","c":0,"a":["bomb"],"t":["boom"]},{"e":"\uD83D\uDCAC","d":"speech balloon","c":0,"a":["speech_balloon"],"t":["comment"]},{"e":"\uD83D\uDC41️‍\uD83D\uDDE8️","d":"eye in speech bubble","c":0,"a":["eye_speech_bubble"]},{"e":"\uD83D\uDDE8️","d":"left speech bubble","c":0,"a":["left_speech_bubble"]},{"e":"\uD83D\uDDEF️","d":"right anger bubble","c":0,"a":["right_anger_bubble"]},{"e":"\uD83D\uDCAD","d":"thought balloon","c":0,"a":["thought_balloon"],"t":["thinking"]},{"e":"\uD83D\uDCA4","d":"zzz","c":0,"a":["zzz"],"t":["sleeping"]},{"e":"\uD83D\uDC4B","d":"waving hand","c":1,"a":["wave"],"t":["goodbye"]},{"e":"\uD83E\uDD1A","d":"raised back of hand","c":1,"a":["raised_back_of_hand"]},{"e":"\uD83D\uDD90️","d":"hand with fingers splayed","c":1,"a":["raised_hand_with_fingers_splayed"]},{"e":"✋","d":"raised hand","c":1,"a":["hand","raised_hand"],"t":["highfive","stop"]},{"e":"\uD83D\uDD96","d":"vulcan salute","c":1,"a":["vulcan_salute"],"t":["prosper","spock"]},{"e":"\uD83D\uDC4C","d":"OK hand","c":1,"a":["ok_hand"]},{"e":"\uD83E\uDD0C","d":"pinched fingers","c":1,"a":["pinched_fingers"]},{"e":"\uD83E\uDD0F","d":"pinching hand","c":1,"a":["pinching_hand"]},{"e":"✌️","d":"victory hand","c":1,"a":["v"],"t":["victory","peace"]},{"e":"\uD83E\uDD1E","d":"crossed fingers","c":1,"a":["crossed_fingers"],"t":["luck","hopeful"]},{"e":"\uD83E\uDD1F","d":"love-you gesture","c":1,"a":["love_you_gesture"]},{"e":"\uD83E\uDD18","d":"sign of the horns","c":1,"a":["metal"]},{"e":"\uD83E\uDD19","d":"call me hand","c":1,"a":["call_me_hand"]},{"e":"\uD83D\uDC48","d":"backhand index pointing left","c":1,"a":["point_left"]},{"e":"\uD83D\uDC49","d":"backhand index pointing right","c":1,"a":["point_right"]},{"e":"\uD83D\uDC46","d":"backhand index pointing up","c":1,"a":["point_up_2"]},{"e":"\uD83D\uDD95","d":"middle finger","c":1,"a":["middle_finger","fu"]},{"e":"\uD83D\uDC47","d":"backhand index pointing down","c":1,"a":["point_down"]},{"e":"☝️","d":"index pointing up","c":1,"a":["point_up"]},{"e":"\uD83D\uDC4D","d":"thumbs up","c":1,"a":["+1","thumbsup"],"t":["approve","ok"]},{"e":"\uD83D\uDC4E","d":"thumbs down","c":1,"a":["-1","thumbsdown"],"t":["disapprove","bury"]},{"e":"✊","d":"raised fist","c":1,"a":["fist_raised","fist"],"t":["power"]},{"e":"\uD83D\uDC4A","d":"oncoming fist","c":1,"a":["fist_oncoming","facepunch","punch"],"t":["attack"]},{"e":"\uD83E\uDD1B","d":"left-facing fist","c":1,"a":["fist_left"]},{"e":"\uD83E\uDD1C","d":"right-facing fist","c":1,"a":["fist_right"]},{"e":"\uD83D\uDC4F","d":"clapping hands","c":1,"a":["clap"],"t":["praise","applause"]},{"e":"\uD83D\uDE4C","d":"raising hands","c":1,"a":["raised_hands"],"t":["hooray"]},{"e":"\uD83D\uDC50","d":"open hands","c":1,"a":["open_hands"]},{"e":"\uD83E\uDD32","d":"palms up together","c":1,"a":["palms_up_together"]},{"e":"\uD83E\uDD1D","d":"handshake","c":1,"a":["handshake"],"t":["deal"]},{"e":"\uD83D\uDE4F","d":"folded hands","c":1,"a":["pray"],"t":["please","hope","wish"]},{"e":"✍️","d":"writing hand","c":1,"a":["writing_hand"]},{"e":"\uD83D\uDC85","d":"nail polish","c":1,"a":["nail_care"],"t":["beauty","manicure"]},{"e":"\uD83E\uDD33","d":"selfie","c":1,"a":["selfie"]},{"e":"\uD83D\uDCAA","d":"flexed biceps","c":1,"a":["muscle"],"t":["flex","bicep","strong","workout"]},{"e":"\uD83E\uDDBE","d":"mechanical arm","c":1,"a":["mechanical_arm"]},{"e":"\uD83E\uDDBF","d":"mechanical leg","c":1,"a":["mechanical_leg"]},{"e":"\uD83E\uDDB5","d":"leg","c":1,"a":["leg"]},{"e":"\uD83E\uDDB6","d":"foot","c":1,"a":["foot"]},{"e":"\uD83D\uDC42","d":"ear","c":1,"a":["ear"],"t":["hear","sound","listen"]},{"e":"\uD83E\uDDBB","d":"ear with hearing aid","c":1,"a":["ear_with_hearing_aid"]},{"e":"\uD83D\uDC43","d":"nose","c":1,"a":["nose"],"t":["smell"]},{"e":"\uD83E\uDDE0","d":"brain","c":1,"a":["brain"]},{"e":"\uD83E\uDEC0","d":"anatomical heart","c":1,"a":["anatomical_heart"]},{"e":"\uD83E\uDEC1","d":"lungs","c":1,"a":["lungs"]},{"e":"\uD83E\uDDB7","d":"tooth","c":1,"a":["tooth"]},{"e":"\uD83E\uDDB4","d":"bone","c":1,"a":["bone"]},{"e":"\uD83D\uDC40","d":"eyes","c":1,"a":["eyes"],"t":["look","see","watch"]},{"e":"\uD83D\uDC41️","d":"eye","c":1,"a":["eye"]},{"e":"\uD83D\uDC45","d":"tongue","c":1,"a":["tongue"],"t":["taste"]},{"e":"\uD83D\uDC44","d":"mouth","c":1,"a":["lips"],"t":["kiss"]},{"e":"\uD83D\uDC76","d":"baby","c":1,"a":["baby"],"t":["child","newborn"]},{"e":"\uD83E\uDDD2","d":"child","c":1,"a":["child"]},{"e":"\uD83D\uDC66","d":"boy","c":1,"a":["boy"],"t":["child"]},{"e":"\uD83D\uDC67","d":"girl","c":1,"a":["girl"],"t":["child"]},{"e":"\uD83E\uDDD1","d":"person","c":1,"a":["adult"]},{"e":"\uD83D\uDC71","d":"person: blond hair","c":1,"a":["blond_haired_person"]},{"e":"\uD83D\uDC68","d":"man","c":1,"a":["man"],"t":["mustache","father","dad"]},{"e":"\uD83E\uDDD4","d":"man: beard","c":1,"a":["bearded_person"]},{"e":"\uD83D\uDC68‍\uD83E\uDDB0","d":"man: red hair","c":1,"a":["red_haired_man"]},{"e":"\uD83D\uDC68‍\uD83E\uDDB1","d":"man: curly hair","c":1,"a":["curly_haired_man"]},{"e":"\uD83D\uDC68‍\uD83E\uDDB3","d":"man: white hair","c":1,"a":["white_haired_man"]},{"e":"\uD83D\uDC68‍\uD83E\uDDB2","d":"man: bald","c":1,"a":["bald_man"]},{"e":"\uD83D\uDC69","d":"woman","c":1,"a":["woman"],"t":["girls"]},{"e":"\uD83D\uDC69‍\uD83E\uDDB0","d":"woman: red hair","c":1,"a":["red_haired_woman"]},{"e":"\uD83E\uDDD1‍\uD83E\uDDB0","d":"person: red hair","c":1,"a":["person_red_hair"]},{"e":"\uD83D\uDC69‍\uD83E\uDDB1","d":"woman: curly hair","c":1,"a":["curly_haired_woman"]},{"e":"\uD83E\uDDD1‍\uD83E\uDDB1","d":"person: curly hair","c":1,"a":["person_curly_hair"]},{"e":"\uD83D\uDC69‍\uD83E\uDDB3","d":"woman: white hair","c":1,"a":["white_haired_woman"]},{"e":"\uD83E\uDDD1‍\uD83E\uDDB3","d":"person: white hair","c":1,"a":["person_white_hair"]},{"e":"\uD83D\uDC69‍\uD83E\uDDB2","d":"woman: bald","c":1,"a":["bald_woman"]},{"e":"\uD83E\uDDD1‍\uD83E\uDDB2","d":"person: bald","c":1,"a":["person_bald"]},{"e":"\uD83D\uDC71‍♀️","d":"woman: blond hair","c":1,"a":["blond_haired_woman","blonde_woman"]},{"e":"\uD83D\uDC71‍♂️","d":"man: blond hair","c":1,"a":["blond_haired_man"]},{"e":"\uD83E\uDDD3","d":"older person","c":1,"a":["older_adult"]},{"e":"\uD83D\uDC74","d":"old man","c":1,"a":["older_man"]},{"e":"\uD83D\uDC75","d":"old woman","c":1,"a":["older_woman"]},{"e":"\uD83D\uDE4D","d":"person frowning","c":1,"a":["frowning_person"]},{"e":"\uD83D\uDE4D‍♂️","d":"man frowning","c":1,"a":["frowning_man"]},{"e":"\uD83D\uDE4D‍♀️","d":"woman frowning","c":1,"a":["frowning_woman"]},{"e":"\uD83D\uDE4E","d":"person pouting","c":1,"a":["pouting_face"]},{"e":"\uD83D\uDE4E‍♂️","d":"man pouting","c":1,"a":["pouting_man"]},{"e":"\uD83D\uDE4E‍♀️","d":"woman pouting","c":1,"a":["pouting_woman"]},{"e":"\uD83D\uDE45","d":"person gesturing NO","c":1,"a":["no_good"],"t":["stop","halt","denied"]},{"e":"\uD83D\uDE45‍♂️","d":"man gesturing NO","c":1,"a":["no_good_man","ng_man"],"t":["stop","halt","denied"]},{"e":"\uD83D\uDE45‍♀️","d":"woman gesturing NO","c":1,"a":["no_good_woman","ng_woman"],"t":["stop","halt","denied"]},{"e":"\uD83D\uDE46","d":"person gesturing OK","c":1,"a":["ok_person"]},{"e":"\uD83D\uDE46‍♂️","d":"man gesturing OK","c":1,"a":["ok_man"]},{"e":"\uD83D\uDE46‍♀️","d":"woman gesturing OK","c":1,"a":["ok_woman"]},{"e":"\uD83D\uDC81","d":"person tipping hand","c":1,"a":["tipping_hand_person","information_desk_person"]},{"e":"\uD83D\uDC81‍♂️","d":"man tipping hand","c":1,"a":["tipping_hand_man","sassy_man"],"t":["information"]},{"e":"\uD83D\uDC81‍♀️","d":"woman tipping hand","c":1,"a":["tipping_hand_woman","sassy_woman"],"t":["information"]},{"e":"\uD83D\uDE4B","d":"person raising hand","c":1,"a":["raising_hand"]},{"e":"\uD83D\uDE4B‍♂️","d":"man raising hand","c":1,"a":["raising_hand_man"]},{"e":"\uD83D\uDE4B‍♀️","d":"woman raising hand","c":1,"a":["raising_hand_woman"]},{"e":"\uD83E\uDDCF","d":"deaf person","c":1,"a":["deaf_person"]},{"e":"\uD83E\uDDCF‍♂️","d":"deaf man","c":1,"a":["deaf_man"]},{"e":"\uD83E\uDDCF‍♀️","d":"deaf woman","c":1,"a":["deaf_woman"]},{"e":"\uD83D\uDE47","d":"person bowing","c":1,"a":["bow"],"t":["respect","thanks"]},{"e":"\uD83D\uDE47‍♂️","d":"man bowing","c":1,"a":["bowing_man"],"t":["respect","thanks"]},{"e":"\uD83D\uDE47‍♀️","d":"woman bowing","c":1,"a":["bowing_woman"],"t":["respect","thanks"]},{"e":"\uD83E\uDD26","d":"person facepalming","c":1,"a":["facepalm"]},{"e":"\uD83E\uDD26‍♂️","d":"man facepalming","c":1,"a":["man_facepalming"]},{"e":"\uD83E\uDD26‍♀️","d":"woman facepalming","c":1,"a":["woman_facepalming"]},{"e":"\uD83E\uDD37","d":"person shrugging","c":1,"a":["shrug"]},{"e":"\uD83E\uDD37‍♂️","d":"man shrugging","c":1,"a":["man_shrugging"]},{"e":"\uD83E\uDD37‍♀️","d":"woman shrugging","c":1,"a":["woman_shrugging"]},{"e":"\uD83E\uDDD1‍��️","d":"health worker","c":1,"a":["health_worker"]},{"e":"\uD83D\uDC68‍⚕️","d":"man health worker","c":1,"a":["man_health_worker"],"t":["doctor","nurse"]},{"e":"\uD83D\uDC69‍⚕️","d":"woman health worker","c":1,"a":["woman_health_worker"],"t":["doctor","nurse"]},{"e":"\uD83E\uDDD1‍\uD83C\uDF93","d":"student","c":1,"a":["student"]},{"e":"\uD83D\uDC68‍\uD83C\uDF93","d":"man student","c":1,"a":["man_student"],"t":["graduation"]},{"e":"\uD83D\uDC69‍\uD83C\uDF93","d":"woman student","c":1,"a":["woman_student"],"t":["graduation"]},{"e":"\uD83E\uDDD1‍\uD83C\uDFEB","d":"teacher","c":1,"a":["teacher"]},{"e":"\uD83D\uDC68‍\uD83C\uDFEB","d":"man teacher","c":1,"a":["man_teacher"],"t":["school","professor"]},{"e":"\uD83D\uDC69‍\uD83C\uDFEB","d":"woman teacher","c":1,"a":["woman_teacher"],"t":["school","professor"]},{"e":"\uD83E\uDDD1‍⚖️","d":"judge","c":1,"a":["judge"]},{"e":"\uD83D\uDC68‍⚖️","d":"man judge","c":1,"a":["man_judge"],"t":["justice"]},{"e":"\uD83D\uDC69‍⚖️","d":"woman judge","c":1,"a":["woman_judge"],"t":["justice"]},{"e":"\uD83E\uDDD1‍\uD83C\uDF3E","d":"farmer","c":1,"a":["farmer"]},{"e":"\uD83D\uDC68‍\uD83C\uDF3E","d":"man farmer","c":1,"a":["man_farmer"]},{"e":"\uD83D\uDC69‍\uD83C\uDF3E","d":"woman farmer","c":1,"a":["woman_farmer"]},{"e":"\uD83E\uDDD1‍\uD83C\uDF73","d":"cook","c":1,"a":["cook"]},{"e":"\uD83D\uDC68‍\uD83C\uDF73","d":"man cook","c":1,"a":["man_cook"],"t":["chef"]},{"e":"\uD83D\uDC69‍\uD83C\uDF73","d":"woman cook","c":1,"a":["woman_cook"],"t":["chef"]},{"e":"\uD83E\uDDD1‍\uD83D\uDD27","d":"mechanic","c":1,"a":["mechanic"]},{"e":"\uD83D\uDC68‍\uD83D\uDD27","d":"man mechanic","c":1,"a":["man_mechanic"]},{"e":"\uD83D\uDC69‍\uD83D\uDD27","d":"woman mechanic","c":1,"a":["woman_mechanic"]},{"e":"\uD83E\uDDD1‍\uD83C\uDFED","d":"factory worker","c":1,"a":["factory_worker"]},{"e":"\uD83D\uDC68‍���","d":"man factory worker","c":1,"a":["man_factory_worker"]},{"e":"\uD83D\uDC69‍\uD83C\uDFED","d":"woman factory worker","c":1,"a":["woman_factory_worker"]},{"e":"\uD83E\uDDD1‍\uD83D\uDCBC","d":"office worker","c":1,"a":["office_worker"]},{"e":"\uD83D\uDC68‍\uD83D\uDCBC","d":"man office worker","c":1,"a":["man_office_worker"],"t":["business"]},{"e":"\uD83D\uDC69‍\uD83D\uDCBC","d":"woman office worker","c":1,"a":["woman_office_worker"],"t":["business"]},{"e":"\uD83E\uDDD1‍\uD83D\uDD2C","d":"scientist","c":1,"a":["scientist"]},{"e":"\uD83D\uDC68‍\uD83D\uDD2C","d":"man scientist","c":1,"a":["man_scientist"],"t":["research"]},{"e":"\uD83D\uDC69‍\uD83D\uDD2C","d":"woman scientist","c":1,"a":["woman_scientist"],"t":["research"]},{"e":"\uD83E\uDDD1‍\uD83D\uDCBB","d":"technologist","c":1,"a":["technologist"]},{"e":"\uD83D\uDC68‍\uD83D\uDCBB","d":"man technologist","c":1,"a":["man_technologist"],"t":["coder"]},{"e":"\uD83D\uDC69‍\uD83D\uDCBB","d":"woman technologist","c":1,"a":["woman_technologist"],"t":["coder"]},{"e":"\uD83E\uDDD1‍\uD83C\uDFA4","d":"singer","c":1,"a":["singer"]},{"e":"\uD83D\uDC68‍\uD83C\uDFA4","d":"man singer","c":1,"a":["man_singer"],"t":["rockstar"]},{"e":"\uD83D\uDC69‍\uD83C\uDFA4","d":"woman singer","c":1,"a":["woman_singer"],"t":["rockstar"]},{"e":"\uD83E\uDDD1‍\uD83C\uDFA8","d":"artist","c":1,"a":["artist"]},{"e":"\uD83D\uDC68‍\uD83C\uDFA8","d":"man artist","c":1,"a":["man_artist"],"t":["painter"]},{"e":"\uD83D\uDC69‍\uD83C\uDFA8","d":"woman artist","c":1,"a":["woman_artist"],"t":["painter"]},{"e":"\uD83E\uDDD1‍✈️","d":"pilot","c":1,"a":["pilot"]},{"e":"\uD83D\uDC68‍✈️","d":"man pilot","c":1,"a":["man_pilot"]},{"e":"\uD83D\uDC69‍✈️","d":"woman pilot","c":1,"a":["woman_pilot"]},{"e":"\uD83E\uDDD1‍\uD83D\uDE80","d":"astronaut","c":1,"a":["astronaut"]},{"e":"\uD83D\uDC68‍\uD83D\uDE80","d":"man astronaut","c":1,"a":["man_astronaut"],"t":["space"]},{"e":"\uD83D\uDC69‍\uD83D\uDE80","d":"woman astronaut","c":1,"a":["woman_astronaut"],"t":["space"]},{"e":"\uD83E\uDDD1‍\uD83D\uDE92","d":"firefighter","c":1,"a":["firefighter"]},{"e":"\uD83D\uDC68‍\uD83D\uDE92","d":"man firefighter","c":1,"a":["man_firefighter"]},{"e":"\uD83D\uDC69‍\uD83D\uDE92","d":"woman firefighter","c":1,"a":["woman_firefighter"]},{"e":"\uD83D\uDC6E","d":"police officer","c":1,"a":["police_officer","cop"],"t":["law"]},{"e":"\uD83D\uDC6E‍♂️","d":"man police officer","c":1,"a":["policeman"],"t":["law","cop"]},{"e":"\uD83D\uDC6E‍♀️","d":"woman police officer","c":1,"a":["policewoman"],"t":["law","cop"]},{"e":"\uD83D\uDD75️","d":"detective","c":1,"a":["detective"],"t":["sleuth"]},{"e":"\uD83D\uDD75️‍♂️","d":"man detective","c":1,"a":["male_detective"],"t":["sleuth"]},{"e":"\uD83D\uDD75️‍♀️","d":"woman detective","c":1,"a":["female_detective"],"t":["sleuth"]},{"e":"\uD83D\uDC82","d":"guard","c":1,"a":["guard"]},{"e":"\uD83D\uDC82‍♂️","d":"man guard","c":1,"a":["guardsman"]},{"e":"\uD83D\uDC82‍♀️","d":"woman guard","c":1,"a":["guardswoman"]},{"e":"\uD83E\uDD77","d":"ninja","c":1,"a":["ninja"]},{"e":"\uD83D\uDC77","d":"construction worker","c":1,"a":["construction_worker"],"t":["helmet"]},{"e":"\uD83D\uDC77‍♂️","d":"man construction worker","c":1,"a":["construction_worker_man"],"t":["helmet"]},{"e":"\uD83D\uDC77‍♀️","d":"woman construction worker","c":1,"a":["construction_worker_woman"],"t":["helmet"]},{"e":"\uD83E\uDD34","d":"prince","c":1,"a":["prince"],"t":["crown","royal"]},{"e":"\uD83D\uDC78","d":"princess","c":1,"a":["princess"],"t":["crown","royal"]},{"e":"\uD83D\uDC73","d":"person wearing turban","c":1,"a":["person_with_turban"]},{"e":"\uD83D\uDC73‍♂️","d":"man wearing turban","c":1,"a":["man_with_turban"]},{"e":"\uD83D\uDC73‍♀️","d":"woman wearing turban","c":1,"a":["woman_with_turban"]},{"e":"\uD83D\uDC72","d":"person with skullcap","c":1,"a":["man_with_gua_pi_mao"]},{"e":"\uD83E\uDDD5","d":"woman with headscarf","c":1,"a":["woman_with_headscarf"],"t":["hijab"]},{"e":"\uD83E\uDD35","d":"person in tuxedo","c":1,"a":["person_in_tuxedo"],"t":["groom","marriage","wedding"]},{"e":"\uD83E\uDD35‍♂️","d":"man in tuxedo","c":1,"a":["man_in_tuxedo"]},{"e":"\uD83E\uDD35‍♀️","d":"woman in tuxedo","c":1,"a":["woman_in_tuxedo"]},{"e":"\uD83D\uDC70","d":"person with veil","c":1,"a":["person_with_veil"],"t":["marriage","wedding"]},{"e":"\uD83D\uDC70‍♂️","d":"man with veil","c":1,"a":["man_with_veil"]},{"e":"\uD83D\uDC70‍♀️","d":"woman with veil","c":1,"a":["woman_with_veil","bride_with_veil"]},{"e":"\uD83E\uDD30","d":"pregnant woman","c":1,"a":["pregnant_woman"]},{"e":"\uD83E\uDD31","d":"breast-feeding","c":1,"a":["breast_feeding"],"t":["nursing"]},{"e":"\uD83D\uDC69‍\uD83C\uDF7C","d":"woman feeding baby","c":1,"a":["woman_feeding_baby"]},{"e":"\uD83D\uDC68‍\uD83C\uDF7C","d":"man feeding baby","c":1,"a":["man_feeding_baby"]},{"e":"\uD83E\uDDD1‍\uD83C\uDF7C","d":"person feeding baby","c":1,"a":["person_feeding_baby"]},{"e":"\uD83D\uDC7C","d":"baby angel","c":1,"a":["angel"]},{"e":"\uD83C\uDF85","d":"Santa Claus","c":1,"a":["santa"],"t":["christmas"]},{"e":"\uD83E\uDD36","d":"Mrs. Claus","c":1,"a":["mrs_claus"],"t":["santa"]},{"e":"\uD83E\uDDD1‍\uD83C\uDF84","d":"mx claus","c":1,"a":["mx_claus"]},{"e":"\uD83E\uDDB8","d":"superhero","c":1,"a":["superhero"]},{"e":"\uD83E\uDDB8‍♂️","d":"man superhero","c":1,"a":["superhero_man"]},{"e":"\uD83E\uDDB8‍♀️","d":"woman superhero","c":1,"a":["superhero_woman"]},{"e":"\uD83E\uDDB9","d":"supervillain","c":1,"a":["supervillain"]},{"e":"\uD83E\uDDB9‍♂️","d":"man supervillain","c":1,"a":["supervillain_man"]},{"e":"\uD83E\uDDB9‍♀️","d":"woman supervillain","c":1,"a":["supervillain_woman"]},{"e":"\uD83E\uDDD9","d":"mage","c":1,"a":["mage"],"t":["wizard"]},{"e":"\uD83E\uDDD9‍♂️","d":"man mage","c":1,"a":["mage_man"],"t":["wizard"]},{"e":"\uD83E\uDDD9‍♀️","d":"woman mage","c":1,"a":["mage_woman"],"t":["wizard"]},{"e":"\uD83E\uDDDA","d":"fairy","c":1,"a":["fairy"]},{"e":"\uD83E\uDDDA‍♂️","d":"man fairy","c":1,"a":["fairy_man"]},{"e":"\uD83E\uDDDA‍♀️","d":"woman fairy","c":1,"a":["fairy_woman"]},{"e":"\uD83E\uDDDB","d":"vampire","c":1,"a":["vampire"]},{"e":"\uD83E\uDDDB‍♂️","d":"man vampire","c":1,"a":["vampire_man"]},{"e":"\uD83E\uDDDB‍♀️","d":"woman vampire","c":1,"a":["vampire_woman"]},{"e":"\uD83E\uDDDC","d":"merperson","c":1,"a":["merperson"]},{"e":"\uD83E\uDDDC‍♂️","d":"merman","c":1,"a":["merman"]},{"e":"\uD83E\uDDDC‍♀️","d":"mermaid","c":1,"a":["mermaid"]},{"e":"\uD83E\uDDDD","d":"elf","c":1,"a":["elf"]},{"e":"\uD83E\uDDDD‍♂️","d":"man elf","c":1,"a":["elf_man"]},{"e":"\uD83E\uDDDD‍♀️","d":"woman elf","c":1,"a":["elf_woman"]},{"e":"\uD83E\uDDDE","d":"genie","c":1,"a":["genie"]},{"e":"\uD83E\uDDDE‍♂️","d":"man genie","c":1,"a":["genie_man"]},{"e":"\uD83E\uDDDE‍♀️","d":"woman genie","c":1,"a":["genie_woman"]},{"e":"\uD83E\uDDDF","d":"zombie","c":1,"a":["zombie"]},{"e":"\uD83E\uDDDF‍♂️","d":"man zombie","c":1,"a":["zombie_man"]},{"e":"\uD83E\uDDDF‍♀️","d":"woman zombie","c":1,"a":["zombie_woman"]},{"e":"\uD83D\uDC86","d":"person getting massage","c":1,"a":["massage"],"t":["spa"]},{"e":"\uD83D\uDC86‍♂️","d":"man getting massage","c":1,"a":["massage_man"],"t":["spa"]},{"e":"\uD83D\uDC86‍♀️","d":"woman getting massage","c":1,"a":["massage_woman"],"t":["spa"]},{"e":"\uD83D\uDC87","d":"person getting haircut","c":1,"a":["haircut"],"t":["beauty"]},{"e":"\uD83D\uDC87‍♂️","d":"man getting haircut","c":1,"a":["haircut_man"]},{"e":"\uD83D\uDC87‍♀️","d":"woman getting haircut","c":1,"a":["haircut_woman"]},{"e":"\uD83D\uDEB6","d":"person walking","c":1,"a":["walking"]},{"e":"\uD83D\uDEB6‍♂️","d":"man walking","c":1,"a":["walking_man"]},{"e":"\uD83D\uDEB6‍♀️","d":"woman walking","c":1,"a":["walking_woman"]},{"e":"\uD83E\uDDCD","d":"person standing","c":1,"a":["standing_person"]},{"e":"\uD83E\uDDCD‍♂️","d":"man standing","c":1,"a":["standing_man"]},{"e":"\uD83E\uDDCD‍♀️","d":"woman standing","c":1,"a":["standing_woman"]},{"e":"\uD83E\uDDCE","d":"person kneeling","c":1,"a":["kneeling_person"]},{"e":"\uD83E\uDDCE‍♂️","d":"man kneeling","c":1,"a":["kneeling_man"]},{"e":"\uD83E\uDDCE‍♀️","d":"woman kneeling","c":1,"a":["kneeling_woman"]},{"e":"\uD83E\uDDD1‍\uD83E\uDDAF","d":"person with white cane","c":1,"a":["person_with_probing_cane"]},{"e":"\uD83D\uDC68‍\uD83E\uDDAF","d":"man with white cane","c":1,"a":["man_with_probing_cane"]},{"e":"\uD83D\uDC69‍\uD83E\uDDAF","d":"woman with white cane","c":1,"a":["woman_with_probing_cane"]},{"e":"\uD83E\uDDD1‍\uD83E\uDDBC","d":"person in motorized wheelchair","c":1,"a":["person_in_motorized_wheelchair"]},{"e":"\uD83D\uDC68‍\uD83E\uDDBC","d":"man in motorized wheelchair","c":1,"a":["man_in_motorized_wheelchair"]},{"e":"\uD83D\uDC69‍\uD83E\uDDBC","d":"woman in motorized wheelchair","c":1,"a":["woman_in_motorized_wheelchair"]},{"e":"\uD83E\uDDD1‍\uD83E\uDDBD","d":"person in manual wheelchair","c":1,"a":["person_in_manual_wheelchair"]},{"e":"����‍\uD83E\uDDBD","d":"man in manual wheelchair","c":1,"a":["man_in_manual_wheelchair"]},{"e":"\uD83D\uDC69‍\uD83E\uDDBD","d":"woman in manual wheelchair","c":1,"a":["woman_in_manual_wheelchair"]},{"e":"\uD83C\uDFC3","d":"person running","c":1,"a":["runner","running"],"t":["exercise","workout","marathon"]},{"e":"\uD83C\uDFC3‍♂️","d":"man running","c":1,"a":["running_man"],"t":["exercise","workout","marathon"]},{"e":"\uD83C\uDFC3‍♀️","d":"woman running","c":1,"a":["running_woman"],"t":["exercise","workout","marathon"]},{"e":"\uD83D\uDC83","d":"woman dancing","c":1,"a":["woman_dancing","dancer"],"t":["dress"]},{"e":"\uD83D\uDD7A","d":"man dancing","c":1,"a":["man_dancing"],"t":["dancer"]},{"e":"\uD83D\uDD74️","d":"person in suit levitating","c":1,"a":["business_suit_levitating"]},{"e":"\uD83D\uDC6F","d":"people with bunny ears","c":1,"a":["dancers"],"t":["bunny"]},{"e":"\uD83D\uDC6F‍♂️","d":"men with bunny ears","c":1,"a":["dancing_men"],"t":["bunny"]},{"e":"\uD83D\uDC6F‍♀️","d":"women with bunny ears","c":1,"a":["dancing_women"],"t":["bunny"]},{"e":"\uD83E\uDDD6","d":"person in steamy room","c":1,"a":["sauna_person"],"t":["steamy"]},{"e":"\uD83E\uDDD6‍♂️","d":"man in steamy room","c":1,"a":["sauna_man"],"t":["steamy"]},{"e":"\uD83E\uDDD6‍♀️","d":"woman in steamy room","c":1,"a":["sauna_woman"],"t":["steamy"]},{"e":"\uD83E\uDDD7","d":"person climbing","c":1,"a":["climbing"],"t":["bouldering"]},{"e":"\uD83E\uDDD7‍♂️","d":"man climbing","c":1,"a":["climbing_man"],"t":["bouldering"]},{"e":"\uD83E\uDDD7‍♀️","d":"woman climbing","c":1,"a":["climbing_woman"],"t":["bouldering"]},{"e":"\uD83E\uDD3A","d":"person fencing","c":1,"a":["person_fencing"]},{"e":"\uD83C\uDFC7","d":"horse racing","c":1,"a":["horse_racing"]},{"e":"⛷️","d":"skier","c":1,"a":["skier"]},{"e":"\uD83C\uDFC2","d":"snowboarder","c":1,"a":["snowboarder"]},{"e":"\uD83C\uDFCC️","d":"person golfing","c":1,"a":["golfing"]},{"e":"\uD83C\uDFCC️‍♂️","d":"man golfing","c":1,"a":["golfing_man"]},{"e":"\uD83C\uDFCC️‍♀️","d":"woman golfing","c":1,"a":["golfing_woman"]},{"e":"\uD83C\uDFC4","d":"person surfing","c":1,"a":["surfer"]},{"e":"\uD83C\uDFC4‍♂️","d":"man surfing","c":1,"a":["surfing_man"]},{"e":"\uD83C\uDFC4‍♀️","d":"woman surfing","c":1,"a":["surfing_woman"]},{"e":"\uD83D\uDEA3","d":"person rowing boat","c":1,"a":["rowboat"]},{"e":"\uD83D\uDEA3‍♂️","d":"man rowing boat","c":1,"a":["rowing_man"]},{"e":"\uD83D\uDEA3‍♀️","d":"woman rowing boat","c":1,"a":["rowing_woman"]},{"e":"\uD83C\uDFCA","d":"person swimming","c":1,"a":["swimmer"]},{"e":"\uD83C\uDFCA‍♂️","d":"man swimming","c":1,"a":["swimming_man"]},{"e":"\uD83C\uDFCA‍♀️","d":"woman swimming","c":1,"a":["swimming_woman"]},{"e":"⛹️","d":"person bouncing ball","c":1,"a":["bouncing_ball_person"],"t":["basketball"]},{"e":"⛹️‍♂️","d":"man bouncing ball","c":1,"a":["bouncing_ball_man","basketball_man"]},{"e":"⛹️‍♀️","d":"woman bouncing ball","c":1,"a":["bouncing_ball_woman","basketball_woman"]},{"e":"\uD83C\uDFCB️","d":"person lifting weights","c":1,"a":["weight_lifting"],"t":["gym","workout"]},{"e":"\uD83C\uDFCB️‍♂️","d":"man lifting weights","c":1,"a":["weight_lifting_man"],"t":["gym","workout"]},{"e":"\uD83C\uDFCB️‍♀️","d":"woman lifting weights","c":1,"a":["weight_lifting_woman"],"t":["gym","workout"]},{"e":"\uD83D\uDEB4","d":"person biking","c":1,"a":["bicyclist"]},{"e":"\uD83D\uDEB4‍♂️","d":"man biking","c":1,"a":["biking_man"]},{"e":"\uD83D\uDEB4‍♀️","d":"woman biking","c":1,"a":["biking_woman"]},{"e":"\uD83D\uDEB5","d":"person mountain biking","c":1,"a":["mountain_bicyclist"]},{"e":"\uD83D\uDEB5‍♂️","d":"man mountain biking","c":1,"a":["mountain_biking_man"]},{"e":"\uD83D\uDEB5‍♀️","d":"woman mountain biking","c":1,"a":["mountain_biking_woman"]},{"e":"\uD83E\uDD38","d":"person cartwheeling","c":1,"a":["cartwheeling"]},{"e":"\uD83E\uDD38‍♂️","d":"man cartwheeling","c":1,"a":["man_cartwheeling"]},{"e":"\uD83E\uDD38‍♀️","d":"woman cartwheeling","c":1,"a":["woman_cartwheeling"]},{"e":"\uD83E\uDD3C","d":"people wrestling","c":1,"a":["wrestling"]},{"e":"\uD83E\uDD3C‍♂️","d":"men wrestling","c":1,"a":["men_wrestling"]},{"e":"\uD83E\uDD3C‍♀️","d":"women wrestling","c":1,"a":["women_wrestling"]},{"e":"\uD83E\uDD3D","d":"person playing water polo","c":1,"a":["water_polo"]},{"e":"\uD83E\uDD3D‍♂️","d":"man playing water polo","c":1,"a":["man_playing_water_polo"]},{"e":"\uD83E\uDD3D‍♀️","d":"woman playing water polo","c":1,"a":["woman_playing_water_polo"]},{"e":"\uD83E\uDD3E","d":"person playing handball","c":1,"a":["handball_person"]},{"e":"\uD83E\uDD3E‍♂️","d":"man playing handball","c":1,"a":["man_playing_handball"]},{"e":"\uD83E\uDD3E‍♀️","d":"woman playing handball","c":1,"a":["woman_playing_handball"]},{"e":"\uD83E\uDD39","d":"person juggling","c":1,"a":["juggling_person"]},{"e":"\uD83E\uDD39‍♂️","d":"man juggling","c":1,"a":["man_juggling"]},{"e":"\uD83E\uDD39‍♀️","d":"woman juggling","c":1,"a":["woman_juggling"]},{"e":"\uD83E\uDDD8","d":"person in lotus position","c":1,"a":["lotus_position"],"t":["meditation"]},{"e":"\uD83E\uDDD8‍♂️","d":"man in lotus position","c":1,"a":["lotus_position_man"],"t":["meditation"]},{"e":"\uD83E\uDDD8‍♀️","d":"woman in lotus position","c":1,"a":["lotus_position_woman"],"t":["meditation"]},{"e":"\uD83D\uDEC0","d":"person taking bath","c":1,"a":["bath"],"t":["shower"]},{"e":"\uD83D\uDECC","d":"person in bed","c":1,"a":["sleeping_bed"]},{"e":"\uD83E\uDDD1‍\uD83E\uDD1D‍\uD83E\uDDD1","d":"people holding hands","c":1,"a":["people_holding_hands"],"t":["couple","date"]},{"e":"\uD83D\uDC6D","d":"women holding hands","c":1,"a":["two_women_holding_hands"],"t":["couple","date"]},{"e":"\uD83D\uDC6B","d":"woman and man holding hands","c":1,"a":["couple"],"t":["date"]},{"e":"\uD83D\uDC6C","d":"men holding hands","c":1,"a":["two_men_holding_hands"],"t":["couple","date"]},{"e":"\uD83D\uDC8F","d":"kiss","c":1,"a":["couplekiss"]},{"e":"\uD83D\uDC69‍❤️‍\uD83D\uDC8B‍\uD83D\uDC68","d":"kiss: woman, man","c":1,"a":["couplekiss_man_woman"]},{"e":"\uD83D\uDC68‍❤️‍\uD83D\uDC8B‍\uD83D\uDC68","d":"kiss: man, man","c":1,"a":["couplekiss_man_man"]},{"e":"\uD83D\uDC69‍❤️‍\uD83D\uDC8B‍\uD83D\uDC69","d":"kiss: woman, woman","c":1,"a":["couplekiss_woman_woman"]},{"e":"\uD83D\uDC91","d":"couple with heart","c":1,"a":["couple_with_heart"]},{"e":"\uD83D\uDC69‍❤️‍\uD83D\uDC68","d":"couple with heart: woman, man","c":1,"a":["couple_with_heart_woman_man"]},{"e":"\uD83D\uDC68‍❤️‍\uD83D\uDC68","d":"couple with heart: man, man","c":1,"a":["couple_with_heart_man_man"]},{"e":"\uD83D\uDC69‍❤️‍\uD83D\uDC69","d":"couple with heart: woman, woman","c":1,"a":["couple_with_heart_woman_woman"]},{"e":"\uD83D\uDC6A","d":"family","c":1,"a":["family"],"t":["home","parents","child"]},{"e":"\uD83D\uDC68‍\uD83D\uDC69‍\uD83D\uDC66","d":"family: man, woman, boy","c":1,"a":["family_man_woman_boy"]},{"e":"\uD83D\uDC68‍\uD83D\uDC69‍\uD83D\uDC67","d":"family: man, woman, girl","c":1,"a":["family_man_woman_girl"]},{"e":"\uD83D\uDC68‍\uD83D\uDC69‍\uD83D\uDC67‍\uD83D\uDC66","d":"family: man, woman, girl, boy","c":1,"a":["family_man_woman_girl_boy"]},{"e":"\uD83D\uDC68‍\uD83D\uDC69‍\uD83D\uDC66‍\uD83D\uDC66","d":"family: man, woman, boy, boy","c":1,"a":["family_man_woman_boy_boy"]},{"e":"\uD83D\uDC68‍\uD83D\uDC69‍\uD83D\uDC67‍\uD83D\uDC67","d":"family: man, woman, girl, girl","c":1,"a":["family_man_woman_girl_girl"]},{"e":"\uD83D\uDC68‍\uD83D\uDC68‍\uD83D\uDC66","d":"family: man, man, boy","c":1,"a":["family_man_man_boy"]},{"e":"\uD83D\uDC68‍\uD83D\uDC68‍\uD83D\uDC67","d":"family: man, man, girl","c":1,"a":["family_man_man_girl"]},{"e":"\uD83D\uDC68‍\uD83D\uDC68‍\uD83D\uDC67‍\uD83D\uDC66","d":"family: man, man, girl, boy","c":1,"a":["family_man_man_girl_boy"]},{"e":"\uD83D\uDC68‍\uD83D\uDC68‍\uD83D\uDC66‍\uD83D\uDC66","d":"family: man, man, boy, boy","c":1,"a":["family_man_man_boy_boy"]},{"e":"\uD83D\uDC68‍\uD83D\uDC68‍\uD83D\uDC67‍\uD83D\uDC67","d":"family: man, man, girl, girl","c":1,"a":["family_man_man_girl_girl"]},{"e":"\uD83D\uDC69‍\uD83D\uDC69‍\uD83D\uDC66","d":"family: woman, woman, boy","c":1,"a":["family_woman_woman_boy"]},{"e":"\uD83D\uDC69‍\uD83D\uDC69‍\uD83D\uDC67","d":"family: woman, woman, girl","c":1,"a":["family_woman_woman_girl"]},{"e":"\uD83D\uDC69‍\uD83D\uDC69‍\uD83D\uDC67‍\uD83D\uDC66","d":"family: woman, woman, girl, boy","c":1,"a":["family_woman_woman_girl_boy"]},{"e":"\uD83D\uDC69‍\uD83D\uDC69‍\uD83D\uDC66‍\uD83D\uDC66","d":"family: woman, woman, boy, boy","c":1,"a":["family_woman_woman_boy_boy"]},{"e":"\uD83D\uDC69‍\uD83D\uDC69‍\uD83D\uDC67‍\uD83D\uDC67","d":"family: woman, woman, girl, girl","c":1,"a":["family_woman_woman_girl_girl"]},{"e":"\uD83D\uDC68‍\uD83D\uDC66","d":"family: man, boy","c":1,"a":["family_man_boy"]},{"e":"\uD83D\uDC68‍\uD83D\uDC66‍\uD83D\uDC66","d":"family: man, boy, boy","c":1,"a":["family_man_boy_boy"]},{"e":"\uD83D\uDC68‍\uD83D\uDC67","d":"family: man, girl","c":1,"a":["family_man_girl"]},{"e":"\uD83D\uDC68‍\uD83D\uDC67‍\uD83D\uDC66","d":"family: man, girl, boy","c":1,"a":["family_man_girl_boy"]},{"e":"\uD83D\uDC68‍\uD83D\uDC67‍\uD83D\uDC67","d":"family: man, girl, girl","c":1,"a":["family_man_girl_girl"]},{"e":"\uD83D\uDC69‍\uD83D\uDC66","d":"family: woman, boy","c":1,"a":["family_woman_boy"]},{"e":"\uD83D\uDC69‍\uD83D\uDC66‍\uD83D\uDC66","d":"family: woman, boy, boy","c":1,"a":["family_woman_boy_boy"]},{"e":"\uD83D\uDC69‍\uD83D\uDC67","d":"family: woman, girl","c":1,"a":["family_woman_girl"]},{"e":"\uD83D\uDC69‍\uD83D\uDC67‍\uD83D\uDC66","d":"family: woman, girl, boy","c":1,"a":["family_woman_girl_boy"]},{"e":"\uD83D\uDC69‍\uD83D\uDC67‍\uD83D\uDC67","d":"family: woman, girl, girl","c":1,"a":["family_woman_girl_girl"]},{"e":"\uD83D\uDDE3️","d":"speaking head","c":1,"a":["speaking_head"]},{"e":"\uD83D\uDC64","d":"bust in silhouette","c":1,"a":["bust_in_silhouette"],"t":["user"]},{"e":"\uD83D\uDC65","d":"busts in silhouette","c":1,"a":["busts_in_silhouette"],"t":["users","group","team"]},{"e":"\uD83E\uDEC2","d":"people hugging","c":1,"a":["people_hugging"]},{"e":"\uD83D\uDC63","d":"footprints","c":1,"a":["footprints"],"t":["feet","tracks"]},{"e":"\uD83D\uDC35","d":"monkey face","c":2,"a":["monkey_face"]},{"e":"\uD83D\uDC12","d":"monkey","c":2,"a":["monkey"]},{"e":"\uD83E\uDD8D","d":"gorilla","c":2,"a":["gorilla"]},{"e":"\uD83E\uDDA7","d":"orangutan","c":2,"a":["orangutan"]},{"e":"\uD83D\uDC36","d":"dog face","c":2,"a":["dog"],"t":["pet"]},{"e":"\uD83D\uDC15","d":"dog","c":2,"a":["dog2"]},{"e":"\uD83E\uDDAE","d":"guide dog","c":2,"a":["guide_dog"]},{"e":"\uD83D\uDC15‍\uD83E\uDDBA","d":"service dog","c":2,"a":["service_dog"]},{"e":"\uD83D\uDC29","d":"poodle","c":2,"a":["poodle"],"t":["dog"]},{"e":"\uD83D\uDC3A","d":"wolf","c":2,"a":["wolf"]},{"e":"\uD83E\uDD8A","d":"fox","c":2,"a":["fox_face"]},{"e":"\uD83E\uDD9D","d":"raccoon","c":2,"a":["raccoon"]},{"e":"\uD83D\uDC31","d":"cat face","c":2,"a":["cat"],"t":["pet"]},{"e":"\uD83D\uDC08","d":"cat","c":2,"a":["cat2"]},{"e":"\uD83D\uDC08‍⬛","d":"black cat","c":2,"a":["black_cat"]},{"e":"\uD83E\uDD81","d":"lion","c":2,"a":["lion"]},{"e":"\uD83D\uDC2F","d":"tiger face","c":2,"a":["tiger"]},{"e":"\uD83D\uDC05","d":"tiger","c":2,"a":["tiger2"]},{"e":"\uD83D\uDC06","d":"leopard","c":2,"a":["leopard"]},{"e":"\uD83D\uDC34","d":"horse face","c":2,"a":["horse"]},{"e":"\uD83D\uDC0E","d":"horse","c":2,"a":["racehorse"],"t":["speed"]},{"e":"\uD83E\uDD84","d":"unicorn","c":2,"a":["unicorn"]},{"e":"\uD83E\uDD93","d":"zebra","c":2,"a":["zebra"]},{"e":"\uD83E\uDD8C","d":"deer","c":2,"a":["deer"]},{"e":"\uD83E\uDDAC","d":"bison","c":2,"a":["bison"]},{"e":"\uD83D\uDC2E","d":"cow face","c":2,"a":["cow"]},{"e":"\uD83D\uDC02","d":"ox","c":2,"a":["ox"]},{"e":"\uD83D\uDC03","d":"water buffalo","c":2,"a":["water_buffalo"]},{"e":"\uD83D\uDC04","d":"cow","c":2,"a":["cow2"]},{"e":"\uD83D\uDC37","d":"pig face","c":2,"a":["pig"]},{"e":"\uD83D\uDC16","d":"pig","c":2,"a":["pig2"]},{"e":"\uD83D\uDC17","d":"boar","c":2,"a":["boar"]},{"e":"\uD83D\uDC3D","d":"pig nose","c":2,"a":["pig_nose"]},{"e":"\uD83D\uDC0F","d":"ram","c":2,"a":["ram"]},{"e":"\uD83D\uDC11","d":"ewe","c":2,"a":["sheep"]},{"e":"\uD83D\uDC10","d":"goat","c":2,"a":["goat"]},{"e":"\uD83D\uDC2A","d":"camel","c":2,"a":["dromedary_camel"],"t":["desert"]},{"e":"\uD83D\uDC2B","d":"two-hump camel","c":2,"a":["camel"]},{"e":"\uD83E\uDD99","d":"llama","c":2,"a":["llama"]},{"e":"\uD83E\uDD92","d":"giraffe","c":2,"a":["giraffe"]},{"e":"\uD83D\uDC18","d":"elephant","c":2,"a":["elephant"]},{"e":"\uD83E\uDDA3","d":"mammoth","c":2,"a":["mammoth"]},{"e":"\uD83E\uDD8F","d":"rhinoceros","c":2,"a":["rhinoceros"]},{"e":"\uD83E\uDD9B","d":"hippopotamus","c":2,"a":["hippopotamus"]},{"e":"\uD83D\uDC2D","d":"mouse face","c":2,"a":["mouse"]},{"e":"\uD83D\uDC01","d":"mouse","c":2,"a":["mouse2"]},{"e":"\uD83D\uDC00","d":"rat","c":2,"a":["rat"]},{"e":"\uD83D\uDC39","d":"hamster","c":2,"a":["hamster"],"t":["pet"]},{"e":"\uD83D\uDC30","d":"rabbit face","c":2,"a":["rabbit"],"t":["bunny"]},{"e":"\uD83D\uDC07","d":"rabbit","c":2,"a":["rabbit2"]},{"e":"\uD83D\uDC3F️","d":"chipmunk","c":2,"a":["chipmunk"]},{"e":"\uD83E\uDDAB","d":"beaver","c":2,"a":["beaver"]},{"e":"\uD83E\uDD94","d":"hedgehog","c":2,"a":["hedgehog"]},{"e":"\uD83E\uDD87","d":"bat","c":2,"a":["bat"]},{"e":"\uD83D\uDC3B","d":"bear","c":2,"a":["bear"]},{"e":"\uD83D\uDC3B‍❄️","d":"polar bear","c":2,"a":["polar_bear"]},{"e":"\uD83D\uDC28","d":"koala","c":2,"a":["koala"]},{"e":"\uD83D\uDC3C","d":"panda","c":2,"a":["panda_face"]},{"e":"\uD83E\uDDA5","d":"sloth","c":2,"a":["sloth"]},{"e":"\uD83E\uDDA6","d":"otter","c":2,"a":["otter"]},{"e":"\uD83E\uDDA8","d":"skunk","c":2,"a":["skunk"]},{"e":"\uD83E\uDD98","d":"kangaroo","c":2,"a":["kangaroo"]},{"e":"\uD83E\uDDA1","d":"badger","c":2,"a":["badger"]},{"e":"\uD83D\uDC3E","d":"paw prints","c":2,"a":["feet","paw_prints"]},{"e":"\uD83E\uDD83","d":"turkey","c":2,"a":["turkey"],"t":["thanksgiving"]},{"e":"\uD83D\uDC14","d":"chicken","c":2,"a":["chicken"]},{"e":"\uD83D\uDC13","d":"rooster","c":2,"a":["rooster"]},{"e":"\uD83D\uDC23","d":"hatching chick","c":2,"a":["hatching_chick"]},{"e":"\uD83D\uDC24","d":"baby chick","c":2,"a":["baby_chick"]},{"e":"\uD83D\uDC25","d":"front-facing baby chick","c":2,"a":["hatched_chick"]},{"e":"\uD83D\uDC26","d":"bird","c":2,"a":["bird"]},{"e":"\uD83D\uDC27","d":"penguin","c":2,"a":["penguin"]},{"e":"\uD83D\uDD4A️","d":"dove","c":2,"a":["dove"],"t":["peace"]},{"e":"\uD83E\uDD85","d":"eagle","c":2,"a":["eagle"]},{"e":"\uD83E\uDD86","d":"duck","c":2,"a":["duck"]},{"e":"\uD83E\uDDA2","d":"swan","c":2,"a":["swan"]},{"e":"\uD83E\uDD89","d":"owl","c":2,"a":["owl"]},{"e":"\uD83E\uDDA4","d":"dodo","c":2,"a":["dodo"]},{"e":"\uD83E\uDEB6","d":"feather","c":2,"a":["feather"]},{"e":"\uD83E\uDDA9","d":"flamingo","c":2,"a":["flamingo"]},{"e":"\uD83E\uDD9A","d":"peacock","c":2,"a":["peacock"]},{"e":"\uD83E\uDD9C","d":"parrot","c":2,"a":["parrot"]},{"e":"\uD83D\uDC38","d":"frog","c":2,"a":["frog"]},{"e":"\uD83D\uDC0A","d":"crocodile","c":2,"a":["crocodile"]},{"e":"\uD83D\uDC22","d":"turtle","c":2,"a":["turtle"],"t":["slow"]},{"e":"\uD83E\uDD8E","d":"lizard","c":2,"a":["lizard"]},{"e":"\uD83D\uDC0D","d":"snake","c":2,"a":["snake"]},{"e":"\uD83D\uDC32","d":"dragon face","c":2,"a":["dragon_face"]},{"e":"\uD83D\uDC09","d":"dragon","c":2,"a":["dragon"]},{"e":"\uD83E\uDD95","d":"sauropod","c":2,"a":["sauropod"],"t":["dinosaur"]},{"e":"\uD83E\uDD96","d":"T-Rex","c":2,"a":["t-rex"],"t":["dinosaur"]},{"e":"\uD83D\uDC33","d":"spouting whale","c":2,"a":["whale"],"t":["sea"]},{"e":"\uD83D\uDC0B","d":"whale","c":2,"a":["whale2"]},{"e":"\uD83D\uDC2C","d":"dolphin","c":2,"a":["dolphin","flipper"]},{"e":"\uD83E\uDDAD","d":"seal","c":2,"a":["seal"]},{"e":"\uD83D\uDC1F","d":"fish","c":2,"a":["fish"]},{"e":"\uD83D\uDC20","d":"tropical fish","c":2,"a":["tropical_fish"]},{"e":"\uD83D\uDC21","d":"blowfish","c":2,"a":["blowfish"]},{"e":"\uD83E\uDD88","d":"shark","c":2,"a":["shark"]},{"e":"\uD83D\uDC19","d":"octopus","c":2,"a":["octopus"]},{"e":"\uD83D\uDC1A","d":"spiral shell","c":2,"a":["shell"],"t":["sea","beach"]},{"e":"\uD83D\uDC0C","d":"snail","c":2,"a":["snail"],"t":["slow"]},{"e":"\uD83E\uDD8B","d":"butterfly","c":2,"a":["butterfly"]},{"e":"\uD83D\uDC1B","d":"bug","c":2,"a":["bug"]},{"e":"\uD83D\uDC1C","d":"ant","c":2,"a":["ant"]},{"e":"\uD83D\uDC1D","d":"honeybee","c":2,"a":["bee","honeybee"]},{"e":"\uD83E\uDEB2","d":"beetle","c":2,"a":["beetle"]},{"e":"\uD83D\uDC1E","d":"lady beetle","c":2,"a":["lady_beetle"],"t":["bug"]},{"e":"\uD83E\uDD97","d":"cricket","c":2,"a":["cricket"]},{"e":"\uD83E\uDEB3","d":"cockroach","c":2,"a":["cockroach"]},{"e":"\uD83D\uDD77️","d":"spider","c":2,"a":["spider"]},{"e":"\uD83D\uDD78️","d":"spider web","c":2,"a":["spider_web"]},{"e":"\uD83E\uDD82","d":"scorpion","c":2,"a":["scorpion"]},{"e":"\uD83E\uDD9F","d":"mosquito","c":2,"a":["mosquito"]},{"e":"\uD83E\uDEB0","d":"fly","c":2,"a":["fly"]},{"e":"\uD83E\uDEB1","d":"worm","c":2,"a":["worm"]},{"e":"\uD83E\uDDA0","d":"microbe","c":2,"a":["microbe"],"t":["germ"]},{"e":"\uD83D\uDC90","d":"bouquet","c":2,"a":["bouquet"],"t":["flowers"]},{"e":"\uD83C\uDF38","d":"cherry blossom","c":2,"a":["cherry_blossom"],"t":["flower","spring"]},{"e":"\uD83D\uDCAE","d":"white flower","c":2,"a":["white_flower"]},{"e":"\uD83C\uDFF5️","d":"rosette","c":2,"a":["rosette"]},{"e":"\uD83C\uDF39","d":"rose","c":2,"a":["rose"],"t":["flower"]},{"e":"\uD83E\uDD40","d":"wilted flower","c":2,"a":["wilted_flower"]},{"e":"\uD83C\uDF3A","d":"hibiscus","c":2,"a":["hibiscus"]},{"e":"\uD83C\uDF3B","d":"sunflower","c":2,"a":["sunflower"]},{"e":"\uD83C\uDF3C","d":"blossom","c":2,"a":["blossom"]},{"e":"\uD83C\uDF37","d":"tulip","c":2,"a":["tulip"],"t":["flower"]},{"e":"\uD83C\uDF31","d":"seedling","c":2,"a":["seedling"],"t":["plant"]},{"e":"\uD83E\uDEB4","d":"potted plant","c":2,"a":["potted_plant"]},{"e":"\uD83C\uDF32","d":"evergreen tree","c":2,"a":["evergreen_tree"],"t":["wood"]},{"e":"\uD83C\uDF33","d":"deciduous tree","c":2,"a":["deciduous_tree"],"t":["wood"]},{"e":"\uD83C\uDF34","d":"palm tree","c":2,"a":["palm_tree"]},{"e":"\uD83C\uDF35","d":"cactus","c":2,"a":["cactus"]},{"e":"\uD83C\uDF3E","d":"sheaf of rice","c":2,"a":["ear_of_rice"]},{"e":"\uD83C\uDF3F","d":"herb","c":2,"a":["herb"]},{"e":"☘️","d":"shamrock","c":2,"a":["shamrock"]},{"e":"\uD83C\uDF40","d":"four leaf clover","c":2,"a":["four_leaf_clover"],"t":["luck"]},{"e":"\uD83C\uDF41","d":"maple leaf","c":2,"a":["maple_leaf"],"t":["canada"]},{"e":"\uD83C\uDF42","d":"fallen leaf","c":2,"a":["fallen_leaf"],"t":["autumn"]},{"e":"\uD83C\uDF43","d":"leaf fluttering in wind","c":2,"a":["leaves"],"t":["leaf"]},{"e":"\uD83C\uDF47","d":"grapes","c":3,"a":["grapes"]},{"e":"\uD83C\uDF48","d":"melon","c":3,"a":["melon"]},{"e":"\uD83C\uDF49","d":"watermelon","c":3,"a":["watermelon"]},{"e":"\uD83C\uDF4A","d":"tangerine","c":3,"a":["tangerine","orange","mandarin"]},{"e":"\uD83C\uDF4B","d":"lemon","c":3,"a":["lemon"]},{"e":"\uD83C\uDF4C","d":"banana","c":3,"a":["banana"],"t":["fruit"]},{"e":"\uD83C\uDF4D","d":"pineapple","c":3,"a":["pineapple"]},{"e":"\uD83E\uDD6D","d":"mango","c":3,"a":["mango"]},{"e":"\uD83C\uDF4E","d":"red apple","c":3,"a":["apple"]},{"e":"\uD83C\uDF4F","d":"green apple","c":3,"a":["green_apple"],"t":["fruit"]},{"e":"\uD83C\uDF50","d":"pear","c":3,"a":["pear"]},{"e":"\uD83C\uDF51","d":"peach","c":3,"a":["peach"]},{"e":"\uD83C\uDF52","d":"cherries","c":3,"a":["cherries"],"t":["fruit"]},{"e":"\uD83C\uDF53","d":"strawberry","c":3,"a":["strawberry"],"t":["fruit"]},{"e":"\uD83E\uDED0","d":"blueberries","c":3,"a":["blueberries"]},{"e":"\uD83E\uDD5D","d":"kiwi fruit","c":3,"a":["kiwi_fruit"]},{"e":"\uD83C\uDF45","d":"tomato","c":3,"a":["tomato"]},{"e":"\uD83E\uDED2","d":"olive","c":3,"a":["olive"]},{"e":"\uD83E\uDD65","d":"coconut","c":3,"a":["coconut"]},{"e":"\uD83E\uDD51","d":"avocado","c":3,"a":["avocado"]},{"e":"\uD83C\uDF46","d":"eggplant","c":3,"a":["eggplant"],"t":["aubergine"]},{"e":"\uD83E\uDD54","d":"potato","c":3,"a":["potato"]},{"e":"\uD83E\uDD55","d":"carrot","c":3,"a":["carrot"]},{"e":"\uD83C\uDF3D","d":"ear of corn","c":3,"a":["corn"]},{"e":"\uD83C\uDF36️","d":"hot pepper","c":3,"a":["hot_pepper"],"t":["spicy"]},{"e":"\uD83E\uDED1","d":"bell pepper","c":3,"a":["bell_pepper"]},{"e":"\uD83E\uDD52","d":"cucumber","c":3,"a":["cucumber"]},{"e":"\uD83E\uDD6C","d":"leafy green","c":3,"a":["leafy_green"]},{"e":"\uD83E\uDD66","d":"broccoli","c":3,"a":["broccoli"]},{"e":"\uD83E\uDDC4","d":"garlic","c":3,"a":["garlic"]},{"e":"\uD83E\uDDC5","d":"onion","c":3,"a":["onion"]},{"e":"\uD83C\uDF44","d":"mushroom","c":3,"a":["mushroom"]},{"e":"\uD83E\uDD5C","d":"peanuts","c":3,"a":["peanuts"]},{"e":"\uD83C\uDF30","d":"chestnut","c":3,"a":["chestnut"]},{"e":"\uD83C\uDF5E","d":"bread","c":3,"a":["bread"],"t":["toast"]},{"e":"\uD83E\uDD50","d":"croissant","c":3,"a":["croissant"]},{"e":"\uD83E\uDD56","d":"baguette bread","c":3,"a":["baguette_bread"]},{"e":"\uD83E\uDED3","d":"flatbread","c":3,"a":["flatbread"]},{"e":"\uD83E\uDD68","d":"pretzel","c":3,"a":["pretzel"]},{"e":"\uD83E\uDD6F","d":"bagel","c":3,"a":["bagel"]},{"e":"\uD83E\uDD5E","d":"pancakes","c":3,"a":["pancakes"]},{"e":"\uD83E\uDDC7","d":"waffle","c":3,"a":["waffle"]},{"e":"\uD83E\uDDC0","d":"cheese wedge","c":3,"a":["cheese"]},{"e":"\uD83C\uDF56","d":"meat on bone","c":3,"a":["meat_on_bone"]},{"e":"\uD83C\uDF57","d":"poultry leg","c":3,"a":["poultry_leg"],"t":["meat","chicken"]},{"e":"\uD83E\uDD69","d":"cut of meat","c":3,"a":["cut_of_meat"]},{"e":"\uD83E\uDD53","d":"bacon","c":3,"a":["bacon"]},{"e":"\uD83C\uDF54","d":"hamburger","c":3,"a":["hamburger"],"t":["burger"]},{"e":"\uD83C\uDF5F","d":"french fries","c":3,"a":["fries"]},{"e":"\uD83C\uDF55","d":"pizza","c":3,"a":["pizza"]},{"e":"\uD83C\uDF2D","d":"hot dog","c":3,"a":["hotdog"]},{"e":"\uD83E\uDD6A","d":"sandwich","c":3,"a":["sandwich"]},{"e":"\uD83C\uDF2E","d":"taco","c":3,"a":["taco"]},{"e":"\uD83C\uDF2F","d":"burrito","c":3,"a":["burrito"]},{"e":"\uD83E\uDED4","d":"tamale","c":3,"a":["tamale"]},{"e":"\uD83E\uDD59","d":"stuffed flatbread","c":3,"a":["stuffed_flatbread"]},{"e":"\uD83E\uDDC6","d":"falafel","c":3,"a":["falafel"]},{"e":"\uD83E\uDD5A","d":"egg","c":3,"a":["egg"]},{"e":"\uD83C\uDF73","d":"cooking","c":3,"a":["fried_egg"],"t":["breakfast"]},{"e":"\uD83E\uDD58","d":"shallow pan of food","c":3,"a":["shallow_pan_of_food"],"t":["paella","curry"]},{"e":"\uD83C\uDF72","d":"pot of food","c":3,"a":["stew"]},{"e":"\uD83E\uDED5","d":"fondue","c":3,"a":["fondue"]},{"e":"\uD83E\uDD63","d":"bowl with spoon","c":3,"a":["bowl_with_spoon"]},{"e":"\uD83E\uDD57","d":"green salad","c":3,"a":["green_salad"]},{"e":"\uD83C\uDF7F","d":"popcorn","c":3,"a":["popcorn"]},{"e":"\uD83E\uDDC8","d":"butter","c":3,"a":["butter"]},{"e":"\uD83E\uDDC2","d":"salt","c":3,"a":["salt"]},{"e":"\uD83E\uDD6B","d":"canned food","c":3,"a":["canned_food"]},{"e":"\uD83C\uDF71","d":"bento box","c":3,"a":["bento"]},{"e":"\uD83C\uDF58","d":"rice cracker","c":3,"a":["rice_cracker"]},{"e":"\uD83C\uDF59","d":"rice ball","c":3,"a":["rice_ball"]},{"e":"\uD83C\uDF5A","d":"cooked rice","c":3,"a":["rice"]},{"e":"\uD83C\uDF5B","d":"curry rice","c":3,"a":["curry"]},{"e":"\uD83C\uDF5C","d":"steaming bowl","c":3,"a":["ramen"],"t":["noodle"]},{"e":"\uD83C\uDF5D","d":"spaghetti","c":3,"a":["spaghetti"],"t":["pasta"]},{"e":"\uD83C\uDF60","d":"roasted sweet potato","c":3,"a":["sweet_potato"]},{"e":"\uD83C\uDF62","d":"oden","c":3,"a":["oden"]},{"e":"\uD83C\uDF63","d":"sushi","c":3,"a":["sushi"]},{"e":"\uD83C\uDF64","d":"fried shrimp","c":3,"a":["fried_shrimp"],"t":["tempura"]},{"e":"\uD83C\uDF65","d":"fish cake with swirl","c":3,"a":["fish_cake"]},{"e":"\uD83E\uDD6E","d":"moon cake","c":3,"a":["moon_cake"]},{"e":"\uD83C\uDF61","d":"dango","c":3,"a":["dango"]},{"e":"\uD83E\uDD5F","d":"dumpling","c":3,"a":["dumpling"]},{"e":"\uD83E\uDD60","d":"fortune cookie","c":3,"a":["fortune_cookie"]},{"e":"\uD83E\uDD61","d":"takeout box","c":3,"a":["takeout_box"]},{"e":"\uD83E\uDD80","d":"crab","c":3,"a":["crab"]},{"e":"\uD83E\uDD9E","d":"lobster","c":3,"a":["lobster"]},{"e":"\uD83E\uDD90","d":"shrimp","c":3,"a":["shrimp"]},{"e":"\uD83E\uDD91","d":"squid","c":3,"a":["squid"]},{"e":"\uD83E\uDDAA","d":"oyster","c":3,"a":["oyster"]},{"e":"\uD83C\uDF66","d":"soft ice cream","c":3,"a":["icecream"]},{"e":"\uD83C\uDF67","d":"shaved ice","c":3,"a":["shaved_ice"]},{"e":"\uD83C\uDF68","d":"ice cream","c":3,"a":["ice_cream"]},{"e":"\uD83C\uDF69","d":"doughnut","c":3,"a":["doughnut"]},{"e":"\uD83C\uDF6A","d":"cookie","c":3,"a":["cookie"]},{"e":"\uD83C\uDF82","d":"birthday cake","c":3,"a":["birthday"],"t":["party"]},{"e":"\uD83C\uDF70","d":"shortcake","c":3,"a":["cake"],"t":["dessert"]},{"e":"\uD83E\uDDC1","d":"cupcake","c":3,"a":["cupcake"]},{"e":"\uD83E\uDD67","d":"pie","c":3,"a":["pie"]},{"e":"\uD83C\uDF6B","d":"chocolate bar","c":3,"a":["chocolate_bar"]},{"e":"\uD83C\uDF6C","d":"candy","c":3,"a":["candy"],"t":["sweet"]},{"e":"\uD83C\uDF6D","d":"lollipop","c":3,"a":["lollipop"]},{"e":"\uD83C\uDF6E","d":"custard","c":3,"a":["custard"]},{"e":"\uD83C\uDF6F","d":"honey pot","c":3,"a":["honey_pot"]},{"e":"\uD83C\uDF7C","d":"baby bottle","c":3,"a":["baby_bottle"],"t":["milk"]},{"e":"\uD83E\uDD5B","d":"glass of milk","c":3,"a":["milk_glass"]},{"e":"☕","d":"hot beverage","c":3,"a":["coffee"],"t":["cafe","espresso"]},{"e":"\uD83E\uDED6","d":"teapot","c":3,"a":["teapot"]},{"e":"\uD83C\uDF75","d":"teacup without handle","c":3,"a":["tea"],"t":["green","breakfast"]},{"e":"\uD83C\uDF76","d":"sake","c":3,"a":["sake"]},{"e":"\uD83C\uDF7E","d":"bottle with popping cork","c":3,"a":["champagne"],"t":["bottle","bubbly","celebration"]},{"e":"\uD83C\uDF77","d":"wine glass","c":3,"a":["wine_glass"]},{"e":"\uD83C\uDF78","d":"cocktail glass","c":3,"a":["cocktail"],"t":["drink"]},{"e":"\uD83C\uDF79","d":"tropical drink","c":3,"a":["tropical_drink"],"t":["summer","vacation"]},{"e":"\uD83C\uDF7A","d":"beer mug","c":3,"a":["beer"],"t":["drink"]},{"e":"\uD83C\uDF7B","d":"clinking beer mugs","c":3,"a":["beers"],"t":["drinks"]},{"e":"\uD83E\uDD42","d":"clinking glasses","c":3,"a":["clinking_glasses"],"t":["cheers","toast"]},{"e":"\uD83E\uDD43","d":"tumbler glass","c":3,"a":["tumbler_glass"],"t":["whisky"]},{"e":"\uD83E\uDD64","d":"cup with straw","c":3,"a":["cup_with_straw"]},{"e":"\uD83E\uDDCB","d":"bubble tea","c":3,"a":["bubble_tea"]},{"e":"\uD83E\uDDC3","d":"beverage box","c":3,"a":["beverage_box"]},{"e":"\uD83E\uDDC9","d":"mate","c":3,"a":["mate"]},{"e":"\uD83E\uDDCA","d":"ice","c":3,"a":["ice_cube"]},{"e":"\uD83E\uDD62","d":"chopsticks","c":3,"a":["chopsticks"]},{"e":"\uD83C\uDF7D️","d":"fork and knife with plate","c":3,"a":["plate_with_cutlery"],"t":["dining","dinner"]},{"e":"\uD83C\uDF74","d":"fork and knife","c":3,"a":["fork_and_knife"],"t":["cutlery"]},{"e":"\uD83E\uDD44","d":"spoon","c":3,"a":["spoon"]},{"e":"\uD83D\uDD2A","d":"kitchen knife","c":3,"a":["hocho","knife"],"t":["cut","chop"]},{"e":"\uD83C\uDFFA","d":"amphora","c":3,"a":["amphora"]},{"e":"\uD83C\uDF0D","d":"globe showing Europe-Africa","c":4,"a":["earth_africa"],"t":["globe","world","international"]},{"e":"\uD83C\uDF0E","d":"globe showing Americas","c":4,"a":["earth_americas"],"t":["globe","world","international"]},{"e":"\uD83C\uDF0F","d":"globe showing Asia-Australia","c":4,"a":["earth_asia"],"t":["globe","world","international"]},{"e":"\uD83C\uDF10","d":"globe with meridians","c":4,"a":["globe_with_meridians"],"t":["world","global","international"]},{"e":"\uD83D\uDDFA️","d":"world map","c":4,"a":["world_map"],"t":["travel"]},{"e":"\uD83D\uDDFE","d":"map of Japan","c":4,"a":["japan"]},{"e":"\uD83E\uDDED","d":"compass","c":4,"a":["compass"]},{"e":"\uD83C\uDFD4️","d":"snow-capped mountain","c":4,"a":["mountain_snow"]},{"e":"⛰️","d":"mountain","c":4,"a":["mountain"]},{"e":"\uD83C\uDF0B","d":"volcano","c":4,"a":["volcano"]},{"e":"\uD83D\uDDFB","d":"mount fuji","c":4,"a":["mount_fuji"]},{"e":"\uD83C\uDFD5️","d":"camping","c":4,"a":["camping"]},{"e":"\uD83C\uDFD6️","d":"beach with umbrella","c":4,"a":["beach_umbrella"]},{"e":"\uD83C\uDFDC️","d":"desert","c":4,"a":["desert"]},{"e":"\uD83C\uDFDD️","d":"desert island","c":4,"a":["desert_island"]},{"e":"\uD83C\uDFDE️","d":"national park","c":4,"a":["national_park"]},{"e":"\uD83C\uDFDF️","d":"stadium","c":4,"a":["stadium"]},{"e":"\uD83C\uDFDB️","d":"classical building","c":4,"a":["classical_building"]},{"e":"\uD83C\uDFD7️","d":"building construction","c":4,"a":["building_construction"]},{"e":"\uD83E\uDDF1","d":"brick","c":4,"a":["bricks"]},{"e":"\uD83E\uDEA8","d":"rock","c":4,"a":["rock"]},{"e":"\uD83E\uDEB5","d":"wood","c":4,"a":["wood"]},{"e":"\uD83D\uDED6","d":"hut","c":4,"a":["hut"]},{"e":"\uD83C\uDFD8️","d":"houses","c":4,"a":["houses"]},{"e":"\uD83C\uDFDA️","d":"derelict house","c":4,"a":["derelict_house"]},{"e":"\uD83C\uDFE0","d":"house","c":4,"a":["house"]},{"e":"\uD83C\uDFE1","d":"house with garden","c":4,"a":["house_with_garden"]},{"e":"\uD83C\uDFE2","d":"office building","c":4,"a":["office"]},{"e":"\uD83C\uDFE3","d":"Japanese post office","c":4,"a":["post_office"]},{"e":"\uD83C\uDFE4","d":"post office","c":4,"a":["european_post_office"]},{"e":"\uD83C\uDFE5","d":"hospital","c":4,"a":["hospital"]},{"e":"\uD83C\uDFE6","d":"bank","c":4,"a":["bank"]},{"e":"\uD83C\uDFE8","d":"hotel","c":4,"a":["hotel"]},{"e":"\uD83C\uDFE9","d":"love hotel","c":4,"a":["love_hotel"]},{"e":"\uD83C\uDFEA","d":"convenience store","c":4,"a":["convenience_store"]},{"e":"\uD83C\uDFEB","d":"school","c":4,"a":["school"]},{"e":"\uD83C\uDFEC","d":"department store","c":4,"a":["department_store"]},{"e":"\uD83C\uDFED","d":"factory","c":4,"a":["factory"]},{"e":"\uD83C\uDFEF","d":"Japanese castle","c":4,"a":["japanese_castle"]},{"e":"\uD83C\uDFF0","d":"castle","c":4,"a":["european_castle"]},{"e":"\uD83D\uDC92","d":"wedding","c":4,"a":["wedding"],"t":["marriage"]},{"e":"\uD83D\uDDFC","d":"Tokyo tower","c":4,"a":["tokyo_tower"]},{"e":"\uD83D\uDDFD","d":"Statue of Liberty","c":4,"a":["statue_of_liberty"]},{"e":"⛪","d":"church","c":4,"a":["church"]},{"e":"\uD83D\uDD4C","d":"mosque","c":4,"a":["mosque"]},{"e":"\uD83D\uDED5","d":"hindu temple","c":4,"a":["hindu_temple"]},{"e":"\uD83D\uDD4D","d":"synagogue","c":4,"a":["synagogue"]},{"e":"⛩️","d":"shinto shrine","c":4,"a":["shinto_shrine"]},{"e":"\uD83D\uDD4B","d":"kaaba","c":4,"a":["kaaba"]},{"e":"⛲","d":"fountain","c":4,"a":["fountain"]},{"e":"⛺","d":"tent","c":4,"a":["tent"],"t":["camping"]},{"e":"\uD83C\uDF01","d":"foggy","c":4,"a":["foggy"],"t":["karl"]},{"e":"\uD83C\uDF03","d":"night with stars","c":4,"a":["night_with_stars"]},{"e":"\uD83C\uDFD9️","d":"cityscape","c":4,"a":["cityscape"],"t":["skyline"]},{"e":"\uD83C\uDF04","d":"sunrise over mountains","c":4,"a":["sunrise_over_mountains"]},{"e":"\uD83C\uDF05","d":"sunrise","c":4,"a":["sunrise"]},{"e":"\uD83C\uDF06","d":"cityscape at dusk","c":4,"a":["city_sunset"]},{"e":"\uD83C\uDF07","d":"sunset","c":4,"a":["city_sunrise"]},{"e":"\uD83C\uDF09","d":"bridge at night","c":4,"a":["bridge_at_night"]},{"e":"♨️","d":"hot springs","c":4,"a":["hotsprings"]},{"e":"\uD83C\uDFA0","d":"carousel horse","c":4,"a":["carousel_horse"]},{"e":"\uD83C\uDFA1","d":"ferris wheel","c":4,"a":["ferris_wheel"]},{"e":"\uD83C\uDFA2","d":"roller coaster","c":4,"a":["roller_coaster"]},{"e":"\uD83D\uDC88","d":"barber pole","c":4,"a":["barber"]},{"e":"\uD83C\uDFAA","d":"circus tent","c":4,"a":["circus_tent"]},{"e":"\uD83D\uDE82","d":"locomotive","c":4,"a":["steam_locomotive"],"t":["train"]},{"e":"\uD83D\uDE83","d":"railway car","c":4,"a":["railway_car"]},{"e":"\uD83D\uDE84","d":"high-speed train","c":4,"a":["bullettrain_side"],"t":["train"]},{"e":"\uD83D\uDE85","d":"bullet train","c":4,"a":["bullettrain_front"],"t":["train"]},{"e":"\uD83D\uDE86","d":"train","c":4,"a":["train2"]},{"e":"\uD83D\uDE87","d":"metro","c":4,"a":["metro"]},{"e":"\uD83D\uDE88","d":"light rail","c":4,"a":["light_rail"]},{"e":"\uD83D\uDE89","d":"station","c":4,"a":["station"]},{"e":"\uD83D\uDE8A","d":"tram","c":4,"a":["tram"]},{"e":"\uD83D\uDE9D","d":"monorail","c":4,"a":["monorail"]},{"e":"\uD83D\uDE9E","d":"mountain railway","c":4,"a":["mountain_railway"]},{"e":"\uD83D\uDE8B","d":"tram car","c":4,"a":["train"]},{"e":"\uD83D\uDE8C","d":"bus","c":4,"a":["bus"]},{"e":"\uD83D\uDE8D","d":"oncoming bus","c":4,"a":["oncoming_bus"]},{"e":"\uD83D\uDE8E","d":"trolleybus","c":4,"a":["trolleybus"]},{"e":"\uD83D\uDE90","d":"minibus","c":4,"a":["minibus"]},{"e":"\uD83D\uDE91","d":"ambulance","c":4,"a":["ambulance"]},{"e":"\uD83D\uDE92","d":"fire engine","c":4,"a":["fire_engine"]},{"e":"\uD83D\uDE93","d":"police car","c":4,"a":["police_car"]},{"e":"\uD83D\uDE94","d":"oncoming police car","c":4,"a":["oncoming_police_car"]},{"e":"\uD83D\uDE95","d":"taxi","c":4,"a":["taxi"]},{"e":"\uD83D\uDE96","d":"oncoming taxi","c":4,"a":["oncoming_taxi"]},{"e":"\uD83D\uDE97","d":"automobile","c":4,"a":["car","red_car"]},{"e":"\uD83D\uDE98","d":"oncoming automobile","c":4,"a":["oncoming_automobile"]},{"e":"\uD83D\uDE99","d":"sport utility vehicle","c":4,"a":["blue_car"]},{"e":"\uD83D\uDEFB","d":"pickup truck","c":4,"a":["pickup_truck"]},{"e":"\uD83D\uDE9A","d":"delivery truck","c":4,"a":["truck"]},{"e":"\uD83D\uDE9B","d":"articulated lorry","c":4,"a":["articulated_lorry"]},{"e":"\uD83D\uDE9C","d":"tractor","c":4,"a":["tractor"]},{"e":"\uD83C\uDFCE️","d":"racing car","c":4,"a":["racing_car"]},{"e":"\uD83C\uDFCD️","d":"motorcycle","c":4,"a":["motorcycle"]},{"e":"\uD83D\uDEF5","d":"motor scooter","c":4,"a":["motor_scooter"]},{"e":"\uD83E\uDDBD","d":"manual wheelchair","c":4,"a":["manual_wheelchair"]},{"e":"\uD83E\uDDBC","d":"motorized wheelchair","c":4,"a":["motorized_wheelchair"]},{"e":"\uD83D\uDEFA","d":"auto rickshaw","c":4,"a":["auto_rickshaw"]},{"e":"\uD83D\uDEB2","d":"bicycle","c":4,"a":["bike"],"t":["bicycle"]},{"e":"\uD83D\uDEF4","d":"kick scooter","c":4,"a":["kick_scooter"]},{"e":"\uD83D\uDEF9","d":"skateboard","c":4,"a":["skateboard"]},{"e":"\uD83D\uDEFC","d":"roller skate","c":4,"a":["roller_skate"]},{"e":"\uD83D\uDE8F","d":"bus stop","c":4,"a":["busstop"]},{"e":"\uD83D\uDEE3️","d":"motorway","c":4,"a":["motorway"]},{"e":"\uD83D\uDEE4️","d":"railway track","c":4,"a":["railway_track"]},{"e":"\uD83D\uDEE2️","d":"oil drum","c":4,"a":["oil_drum"]},{"e":"⛽","d":"fuel pump","c":4,"a":["fuelpump"]},{"e":"\uD83D\uDEA8","d":"police car light","c":4,"a":["rotating_light"],"t":["911","emergency"]},{"e":"\uD83D\uDEA5","d":"horizontal traffic light","c":4,"a":["traffic_light"]},{"e":"\uD83D\uDEA6","d":"vertical traffic light","c":4,"a":["vertical_traffic_light"],"t":["semaphore"]},{"e":"\uD83D\uDED1","d":"stop sign","c":4,"a":["stop_sign"]},{"e":"\uD83D\uDEA7","d":"construction","c":4,"a":["construction"],"t":["wip"]},{"e":"⚓","d":"anchor","c":4,"a":["anchor"],"t":["ship"]},{"e":"⛵","d":"sailboat","c":4,"a":["boat","sailboat"]},{"e":"\uD83D\uDEF6","d":"canoe","c":4,"a":["canoe"]},{"e":"\uD83D\uDEA4","d":"speedboat","c":4,"a":["speedboat"],"t":["ship"]},{"e":"\uD83D\uDEF3️","d":"passenger ship","c":4,"a":["passenger_ship"],"t":["cruise"]},{"e":"⛴️","d":"ferry","c":4,"a":["ferry"]},{"e":"\uD83D\uDEE5️","d":"motor boat","c":4,"a":["motor_boat"]},{"e":"\uD83D\uDEA2","d":"ship","c":4,"a":["ship"]},{"e":"✈️","d":"airplane","c":4,"a":["airplane"],"t":["flight"]},{"e":"\uD83D\uDEE9️","d":"small airplane","c":4,"a":["small_airplane"],"t":["flight"]},{"e":"\uD83D\uDEEB","d":"airplane departure","c":4,"a":["flight_departure"]},{"e":"\uD83D\uDEEC","d":"airplane arrival","c":4,"a":["flight_arrival"]},{"e":"\uD83E\uDE82","d":"parachute","c":4,"a":["parachute"]},{"e":"\uD83D\uDCBA","d":"seat","c":4,"a":["seat"]},{"e":"\uD83D\uDE81","d":"helicopter","c":4,"a":["helicopter"]},{"e":"\uD83D\uDE9F","d":"suspension railway","c":4,"a":["suspension_railway"]},{"e":"\uD83D\uDEA0","d":"mountain cableway","c":4,"a":["mountain_cableway"]},{"e":"\uD83D\uDEA1","d":"aerial tramway","c":4,"a":["aerial_tramway"]},{"e":"\uD83D\uDEF0️","d":"satellite","c":4,"a":["artificial_satellite"],"t":["orbit","space"]},{"e":"\uD83D\uDE80","d":"rocket","c":4,"a":["rocket"],"t":["ship","launch"]},{"e":"\uD83D\uDEF8","d":"flying saucer","c":4,"a":["flying_saucer"],"t":["ufo"]},{"e":"\uD83D\uDECE️","d":"bellhop bell","c":4,"a":["bellhop_bell"]},{"e":"\uD83E\uDDF3","d":"luggage","c":4,"a":["luggage"]},{"e":"⌛","d":"hourglass done","c":4,"a":["hourglass"],"t":["time"]},{"e":"⏳","d":"hourglass not done","c":4,"a":["hourglass_flowing_sand"],"t":["time"]},{"e":"⌚","d":"watch","c":4,"a":["watch"],"t":["time"]},{"e":"⏰","d":"alarm clock","c":4,"a":["alarm_clock"],"t":["morning"]},{"e":"⏱️","d":"stopwatch","c":4,"a":["stopwatch"]},{"e":"⏲️","d":"timer clock","c":4,"a":["timer_clock"]},{"e":"\uD83D\uDD70️","d":"mantelpiece clock","c":4,"a":["mantelpiece_clock"]},{"e":"\uD83D\uDD5B","d":"twelve o’clock","c":4,"a":["clock12"]},{"e":"\uD83D\uDD67","d":"twelve-thirty","c":4,"a":["clock1230"]},{"e":"\uD83D\uDD50","d":"one o’clock","c":4,"a":["clock1"]},{"e":"\uD83D\uDD5C","d":"one-thirty","c":4,"a":["clock130"]},{"e":"\uD83D\uDD51","d":"two o’clock","c":4,"a":["clock2"]},{"e":"\uD83D\uDD5D","d":"two-thirty","c":4,"a":["clock230"]},{"e":"\uD83D\uDD52","d":"three o’clock","c":4,"a":["clock3"]},{"e":"\uD83D\uDD5E","d":"three-thirty","c":4,"a":["clock330"]},{"e":"\uD83D\uDD53","d":"four o’clock","c":4,"a":["clock4"]},{"e":"\uD83D\uDD5F","d":"four-thirty","c":4,"a":["clock430"]},{"e":"\uD83D\uDD54","d":"five o’clock","c":4,"a":["clock5"]},{"e":"\uD83D\uDD60","d":"five-thirty","c":4,"a":["clock530"]},{"e":"\uD83D\uDD55","d":"six o’clock","c":4,"a":["clock6"]},{"e":"\uD83D\uDD61","d":"six-thirty","c":4,"a":["clock630"]},{"e":"\uD83D\uDD56","d":"seven o’clock","c":4,"a":["clock7"]},{"e":"\uD83D\uDD62","d":"seven-thirty","c":4,"a":["clock730"]},{"e":"\uD83D\uDD57","d":"eight o’clock","c":4,"a":["clock8"]},{"e":"\uD83D\uDD63","d":"eight-thirty","c":4,"a":["clock830"]},{"e":"\uD83D\uDD58","d":"nine o’clock","c":4,"a":["clock9"]},{"e":"\uD83D\uDD64","d":"nine-thirty","c":4,"a":["clock930"]},{"e":"\uD83D\uDD59","d":"ten o’clock","c":4,"a":["clock10"]},{"e":"\uD83D\uDD65","d":"ten-thirty","c":4,"a":["clock1030"]},{"e":"\uD83D\uDD5A","d":"eleven o’clock","c":4,"a":["clock11"]},{"e":"\uD83D\uDD66","d":"eleven-thirty","c":4,"a":["clock1130"]},{"e":"\uD83C\uDF11","d":"new moon","c":4,"a":["new_moon"]},{"e":"\uD83C\uDF12","d":"waxing crescent moon","c":4,"a":["waxing_crescent_moon"]},{"e":"\uD83C\uDF13","d":"first quarter moon","c":4,"a":["first_quarter_moon"]},{"e":"\uD83C\uDF14","d":"waxing gibbous moon","c":4,"a":["moon","waxing_gibbous_moon"]},{"e":"\uD83C\uDF15","d":"full moon","c":4,"a":["full_moon"]},{"e":"\uD83C\uDF16","d":"waning gibbous moon","c":4,"a":["waning_gibbous_moon"]},{"e":"\uD83C\uDF17","d":"last quarter moon","c":4,"a":["last_quarter_moon"]},{"e":"\uD83C\uDF18","d":"waning crescent moon","c":4,"a":["waning_crescent_moon"]},{"e":"\uD83C\uDF19","d":"crescent moon","c":4,"a":["crescent_moon"],"t":["night"]},{"e":"\uD83C\uDF1A","d":"new moon face","c":4,"a":["new_moon_with_face"]},{"e":"\uD83C\uDF1B","d":"first quarter moon face","c":4,"a":["first_quarter_moon_with_face"]},{"e":"\uD83C\uDF1C","d":"last quarter moon face","c":4,"a":["last_quarter_moon_with_face"]},{"e":"\uD83C\uDF21️","d":"thermometer","c":4,"a":["thermometer"]},{"e":"☀️","d":"sun","c":4,"a":["sunny"],"t":["weather"]},{"e":"\uD83C\uDF1D","d":"full moon face","c":4,"a":["full_moon_with_face"]},{"e":"\uD83C\uDF1E","d":"sun with face","c":4,"a":["sun_with_face"],"t":["summer"]},{"e":"\uD83E\uDE90","d":"ringed planet","c":4,"a":["ringed_planet"]},{"e":"⭐","d":"star","c":4,"a":["star"]},{"e":"\uD83C\uDF1F","d":"glowing star","c":4,"a":["star2"]},{"e":"\uD83C\uDF20","d":"shooting star","c":4,"a":["stars"]},{"e":"\uD83C\uDF0C","d":"milky way","c":4,"a":["milky_way"]},{"e":"☁️","d":"cloud","c":4,"a":["cloud"]},{"e":"⛅","d":"sun behind cloud","c":4,"a":["partly_sunny"],"t":["weather","cloud"]},{"e":"⛈️","d":"cloud with lightning and rain","c":4,"a":["cloud_with_lightning_and_rain"]},{"e":"\uD83C\uDF24️","d":"sun behind small cloud","c":4,"a":["sun_behind_small_cloud"]},{"e":"\uD83C\uDF25️","d":"sun behind large cloud","c":4,"a":["sun_behind_large_cloud"]},{"e":"\uD83C\uDF26️","d":"sun behind rain cloud","c":4,"a":["sun_behind_rain_cloud"]},{"e":"\uD83C\uDF27️","d":"cloud with rain","c":4,"a":["cloud_with_rain"]},{"e":"\uD83C\uDF28️","d":"cloud with snow","c":4,"a":["cloud_with_snow"]},{"e":"\uD83C\uDF29️","d":"cloud with lightning","c":4,"a":["cloud_with_lightning"]},{"e":"\uD83C\uDF2A️","d":"tornado","c":4,"a":["tornado"]},{"e":"\uD83C\uDF2B️","d":"fog","c":4,"a":["fog"]},{"e":"\uD83C\uDF2C️","d":"wind face","c":4,"a":["wind_face"]},{"e":"\uD83C\uDF00","d":"cyclone","c":4,"a":["cyclone"],"t":["swirl"]},{"e":"\uD83C\uDF08","d":"rainbow","c":4,"a":["rainbow"]},{"e":"\uD83C\uDF02","d":"closed umbrella","c":4,"a":["closed_umbrella"],"t":["weather","rain"]},{"e":"☂️","d":"umbrella","c":4,"a":["open_umbrella"]},{"e":"☔","d":"umbrella with rain drops","c":4,"a":["umbrella"],"t":["rain","weather"]},{"e":"⛱️","d":"umbrella on ground","c":4,"a":["parasol_on_ground"],"t":["beach_umbrella"]},{"e":"⚡","d":"high voltage","c":4,"a":["zap"],"t":["lightning","thunder"]},{"e":"❄️","d":"snowflake","c":4,"a":["snowflake"],"t":["winter","cold","weather"]},{"e":"☃️","d":"snowman","c":4,"a":["snowman_with_snow"],"t":["winter","christmas"]},{"e":"⛄","d":"snowman without snow","c":4,"a":["snowman"],"t":["winter"]},{"e":"☄️","d":"comet","c":4,"a":["comet"]},{"e":"\uD83D\uDD25","d":"fire","c":4,"a":["fire"],"t":["burn"]},{"e":"\uD83D\uDCA7","d":"droplet","c":4,"a":["droplet"],"t":["water"]},{"e":"\uD83C\uDF0A","d":"water wave","c":4,"a":["ocean"],"t":["sea"]},{"e":"\uD83C\uDF83","d":"jack-o-lantern","c":5,"a":["jack_o_lantern"],"t":["halloween"]},{"e":"\uD83C\uDF84","d":"Christmas tree","c":5,"a":["christmas_tree"]},{"e":"\uD83C\uDF86","d":"fireworks","c":5,"a":["fireworks"],"t":["festival","celebration"]},{"e":"\uD83C\uDF87","d":"sparkler","c":5,"a":["sparkler"]},{"e":"\uD83E\uDDE8","d":"firecracker","c":5,"a":["firecracker"]},{"e":"✨","d":"sparkles","c":5,"a":["sparkles"],"t":["shiny"]},{"e":"\uD83C\uDF88","d":"balloon","c":5,"a":["balloon"],"t":["party","birthday"]},{"e":"\uD83C\uDF89","d":"party popper","c":5,"a":["tada"],"t":["hooray","party"]},{"e":"\uD83C\uDF8A","d":"confetti ball","c":5,"a":["confetti_ball"]},{"e":"\uD83C\uDF8B","d":"tanabata tree","c":5,"a":["tanabata_tree"]},{"e":"\uD83C\uDF8D","d":"pine decoration","c":5,"a":["bamboo"]},{"e":"\uD83C\uDF8E","d":"Japanese dolls","c":5,"a":["dolls"]},{"e":"\uD83C\uDF8F","d":"carp streamer","c":5,"a":["flags"]},{"e":"\uD83C\uDF90","d":"wind chime","c":5,"a":["wind_chime"]},{"e":"\uD83C\uDF91","d":"moon viewing ceremony","c":5,"a":["rice_scene"]},{"e":"\uD83E\uDDE7","d":"red envelope","c":5,"a":["red_envelope"]},{"e":"\uD83C\uDF80","d":"ribbon","c":5,"a":["ribbon"]},{"e":"\uD83C\uDF81","d":"wrapped gift","c":5,"a":["gift"],"t":["present","birthday","christmas"]},{"e":"\uD83C\uDF97️","d":"reminder ribbon","c":5,"a":["reminder_ribbon"]},{"e":"\uD83C\uDF9F️","d":"admission tickets","c":5,"a":["tickets"]},{"e":"\uD83C\uDFAB","d":"ticket","c":5,"a":["ticket"]},{"e":"\uD83C\uDF96️","d":"military medal","c":5,"a":["medal_military"]},{"e":"\uD83C\uDFC6","d":"trophy","c":5,"a":["trophy"],"t":["award","contest","winner"]},{"e":"\uD83C\uDFC5","d":"sports medal","c":5,"a":["medal_sports"],"t":["gold","winner"]},{"e":"\uD83E\uDD47","d":"1st place medal","c":5,"a":["1st_place_medal"],"t":["gold"]},{"e":"\uD83E\uDD48","d":"2nd place medal","c":5,"a":["2nd_place_medal"],"t":["silver"]},{"e":"\uD83E\uDD49","d":"3rd place medal","c":5,"a":["3rd_place_medal"],"t":["bronze"]},{"e":"⚽","d":"soccer ball","c":5,"a":["soccer"],"t":["sports"]},{"e":"⚾","d":"baseball","c":5,"a":["baseball"],"t":["sports"]},{"e":"\uD83E\uDD4E","d":"softball","c":5,"a":["softball"]},{"e":"\uD83C\uDFC0","d":"basketball","c":5,"a":["basketball"],"t":["sports"]},{"e":"\uD83C\uDFD0","d":"volleyball","c":5,"a":["volleyball"]},{"e":"\uD83C\uDFC8","d":"american football","c":5,"a":["football"],"t":["sports"]},{"e":"\uD83C\uDFC9","d":"rugby football","c":5,"a":["rugby_football"]},{"e":"\uD83C\uDFBE","d":"tennis","c":5,"a":["tennis"],"t":["sports"]},{"e":"\uD83E\uDD4F","d":"flying disc","c":5,"a":["flying_disc"]},{"e":"\uD83C\uDFB3","d":"bowling","c":5,"a":["bowling"]},{"e":"\uD83C\uDFCF","d":"cricket game","c":5,"a":["cricket_game"]},{"e":"\uD83C\uDFD1","d":"field hockey","c":5,"a":["field_hockey"]},{"e":"\uD83C\uDFD2","d":"ice hockey","c":5,"a":["ice_hockey"]},{"e":"\uD83E\uDD4D","d":"lacrosse","c":5,"a":["lacrosse"]},{"e":"\uD83C\uDFD3","d":"ping pong","c":5,"a":["ping_pong"]},{"e":"\uD83C\uDFF8","d":"badminton","c":5,"a":["badminton"]},{"e":"\uD83E\uDD4A","d":"boxing glove","c":5,"a":["boxing_glove"]},{"e":"\uD83E\uDD4B","d":"martial arts uniform","c":5,"a":["martial_arts_uniform"]},{"e":"\uD83E\uDD45","d":"goal net","c":5,"a":["goal_net"]},{"e":"⛳","d":"flag in hole","c":5,"a":["golf"]},{"e":"⛸️","d":"ice skate","c":5,"a":["ice_skate"],"t":["skating"]},{"e":"\uD83C\uDFA3","d":"fishing pole","c":5,"a":["fishing_pole_and_fish"]},{"e":"\uD83E\uDD3F","d":"diving mask","c":5,"a":["diving_mask"]},{"e":"\uD83C\uDFBD","d":"running shirt","c":5,"a":["running_shirt_with_sash"],"t":["marathon"]},{"e":"\uD83C\uDFBF","d":"skis","c":5,"a":["ski"]},{"e":"\uD83D\uDEF7","d":"sled","c":5,"a":["sled"]},{"e":"\uD83E\uDD4C","d":"curling stone","c":5,"a":["curling_stone"]},{"e":"\uD83C\uDFAF","d":"direct hit","c":5,"a":["dart"],"t":["target"]},{"e":"\uD83E\uDE80","d":"yo-yo","c":5,"a":["yo_yo"]},{"e":"\uD83E\uDE81","d":"kite","c":5,"a":["kite"]},{"e":"\uD83C\uDFB1","d":"pool 8 ball","c":5,"a":["8ball"],"t":["pool","billiards"]},{"e":"\uD83D\uDD2E","d":"crystal ball","c":5,"a":["crystal_ball"],"t":["fortune"]},{"e":"\uD83E\uDE84","d":"magic wand","c":5,"a":["magic_wand"]},{"e":"\uD83E\uDDFF","d":"nazar amulet","c":5,"a":["nazar_amulet"]},{"e":"\uD83C\uDFAE","d":"video game","c":5,"a":["video_game"],"t":["play","controller","console"]},{"e":"\uD83D\uDD79️","d":"joystick","c":5,"a":["joystick"]},{"e":"\uD83C\uDFB0","d":"slot machine","c":5,"a":["slot_machine"]},{"e":"\uD83C\uDFB2","d":"game die","c":5,"a":["game_die"],"t":["dice","gambling"]},{"e":"\uD83E\uDDE9","d":"puzzle piece","c":5,"a":["jigsaw"]},{"e":"\uD83E\uDDF8","d":"teddy bear","c":5,"a":["teddy_bear"]},{"e":"\uD83E\uDE85","d":"pi\xf1ata","c":5,"a":["pinata"]},{"e":"\uD83E\uDE86","d":"nesting dolls","c":5,"a":["nesting_dolls"]},{"e":"♠️","d":"spade suit","c":5,"a":["spades"]},{"e":"♥️","d":"heart suit","c":5,"a":["hearts"]},{"e":"♦️","d":"diamond suit","c":5,"a":["diamonds"]},{"e":"♣️","d":"club suit","c":5,"a":["clubs"]},{"e":"♟️","d":"chess pawn","c":5,"a":["chess_pawn"]},{"e":"\uD83C\uDCCF","d":"joker","c":5,"a":["black_joker"]},{"e":"\uD83C\uDC04","d":"mahjong red dragon","c":5,"a":["mahjong"]},{"e":"\uD83C\uDFB4","d":"flower playing cards","c":5,"a":["flower_playing_cards"]},{"e":"\uD83C\uDFAD","d":"performing arts","c":5,"a":["performing_arts"],"t":["theater","drama"]},{"e":"\uD83D\uDDBC️","d":"framed picture","c":5,"a":["framed_picture"]},{"e":"\uD83C\uDFA8","d":"artist palette","c":5,"a":["art"],"t":["design","paint"]},{"e":"\uD83E\uDDF5","d":"thread","c":5,"a":["thread"]},{"e":"\uD83E\uDEA1","d":"sewing needle","c":5,"a":["sewing_needle"]},{"e":"\uD83E\uDDF6","d":"yarn","c":5,"a":["yarn"]},{"e":"\uD83E\uDEA2","d":"knot","c":5,"a":["knot"]},{"e":"\uD83D\uDC53","d":"glasses","c":6,"a":["eyeglasses"],"t":["glasses"]},{"e":"\uD83D\uDD76️","d":"sunglasses","c":6,"a":["dark_sunglasses"]},{"e":"\uD83E\uDD7D","d":"goggles","c":6,"a":["goggles"]},{"e":"\uD83E\uDD7C","d":"lab coat","c":6,"a":["lab_coat"]},{"e":"\uD83E\uDDBA","d":"safety vest","c":6,"a":["safety_vest"]},{"e":"\uD83D\uDC54","d":"necktie","c":6,"a":["necktie"],"t":["shirt","formal"]},{"e":"\uD83D\uDC55","d":"t-shirt","c":6,"a":["shirt","tshirt"]},{"e":"\uD83D\uDC56","d":"jeans","c":6,"a":["jeans"],"t":["pants"]},{"e":"\uD83E\uDDE3","d":"scarf","c":6,"a":["scarf"]},{"e":"\uD83E\uDDE4","d":"gloves","c":6,"a":["gloves"]},{"e":"\uD83E\uDDE5","d":"coat","c":6,"a":["coat"]},{"e":"\uD83E\uDDE6","d":"socks","c":6,"a":["socks"]},{"e":"��","d":"dress","c":6,"a":["dress"]},{"e":"\uD83D\uDC58","d":"kimono","c":6,"a":["kimono"]},{"e":"\uD83E\uDD7B","d":"sari","c":6,"a":["sari"]},{"e":"\uD83E\uDE71","d":"one-piece swimsuit","c":6,"a":["one_piece_swimsuit"]},{"e":"\uD83E\uDE72","d":"briefs","c":6,"a":["swim_brief"]},{"e":"\uD83E\uDE73","d":"shorts","c":6,"a":["shorts"]},{"e":"\uD83D\uDC59","d":"bikini","c":6,"a":["bikini"],"t":["beach"]},{"e":"\uD83D\uDC5A","d":"woman’s clothes","c":6,"a":["womans_clothes"]},{"e":"\uD83D\uDC5B","d":"purse","c":6,"a":["purse"]},{"e":"\uD83D\uDC5C","d":"handbag","c":6,"a":["handbag"],"t":["bag"]},{"e":"\uD83D\uDC5D","d":"clutch bag","c":6,"a":["pouch"],"t":["bag"]},{"e":"\uD83D\uDECD️","d":"shopping bags","c":6,"a":["shopping"],"t":["bags"]},{"e":"\uD83C\uDF92","d":"backpack","c":6,"a":["school_satchel"]},{"e":"\uD83E\uDE74","d":"thong sandal","c":6,"a":["thong_sandal"]},{"e":"\uD83D\uDC5E","d":"man’s shoe","c":6,"a":["mans_shoe","shoe"]},{"e":"\uD83D\uDC5F","d":"running shoe","c":6,"a":["athletic_shoe"],"t":["sneaker","sport","running"]},{"e":"\uD83E\uDD7E","d":"hiking boot","c":6,"a":["hiking_boot"]},{"e":"\uD83E\uDD7F","d":"flat shoe","c":6,"a":["flat_shoe"]},{"e":"\uD83D\uDC60","d":"high-heeled shoe","c":6,"a":["high_heel"],"t":["shoe"]},{"e":"\uD83D\uDC61","d":"woman’s sandal","c":6,"a":["sandal"],"t":["shoe"]},{"e":"\uD83E\uDE70","d":"ballet shoes","c":6,"a":["ballet_shoes"]},{"e":"\uD83D\uDC62","d":"woman’s boot","c":6,"a":["boot"]},{"e":"\uD83D\uDC51","d":"crown","c":6,"a":["crown"],"t":["king","queen","royal"]},{"e":"\uD83D\uDC52","d":"woman’s hat","c":6,"a":["womans_hat"]},{"e":"\uD83C\uDFA9","d":"top hat","c":6,"a":["tophat"],"t":["hat","classy"]},{"e":"\uD83C\uDF93","d":"graduation cap","c":6,"a":["mortar_board"],"t":["education","college","university","graduation"]},{"e":"\uD83E\uDDE2","d":"billed cap","c":6,"a":["billed_cap"]},{"e":"\uD83E\uDE96","d":"military helmet","c":6,"a":["military_helmet"]},{"e":"⛑️","d":"rescue worker’s helmet","c":6,"a":["rescue_worker_helmet"]},{"e":"\uD83D\uDCFF","d":"prayer beads","c":6,"a":["prayer_beads"]},{"e":"\uD83D\uDC84","d":"lipstick","c":6,"a":["lipstick"],"t":["makeup"]},{"e":"\uD83D\uDC8D","d":"ring","c":6,"a":["ring"],"t":["wedding","marriage","engaged"]},{"e":"\uD83D\uDC8E","d":"gem stone","c":6,"a":["gem"],"t":["diamond"]},{"e":"\uD83D\uDD07","d":"muted speaker","c":6,"a":["mute"],"t":["sound","volume"]},{"e":"\uD83D\uDD08","d":"speaker low volume","c":6,"a":["speaker"]},{"e":"\uD83D\uDD09","d":"speaker medium volume","c":6,"a":["sound"],"t":["volume"]},{"e":"\uD83D\uDD0A","d":"speaker high volume","c":6,"a":["loud_sound"],"t":["volume"]},{"e":"\uD83D\uDCE2","d":"loudspeaker","c":6,"a":["loudspeaker"],"t":["announcement"]},{"e":"\uD83D\uDCE3","d":"megaphone","c":6,"a":["mega"]},{"e":"\uD83D\uDCEF","d":"postal horn","c":6,"a":["postal_horn"]},{"e":"\uD83D\uDD14","d":"bell","c":6,"a":["bell"],"t":["sound","notification"]},{"e":"\uD83D\uDD15","d":"bell with slash","c":6,"a":["no_bell"],"t":["volume","off"]},{"e":"\uD83C\uDFBC","d":"musical score","c":6,"a":["musical_score"]},{"e":"\uD83C\uDFB5","d":"musical note","c":6,"a":["musical_note"]},{"e":"\uD83C\uDFB6","d":"musical notes","c":6,"a":["notes"],"t":["music"]},{"e":"\uD83C\uDF99️","d":"studio microphone","c":6,"a":["studio_microphone"],"t":["podcast"]},{"e":"\uD83C\uDF9A️","d":"level slider","c":6,"a":["level_slider"]},{"e":"\uD83C\uDF9B️","d":"control knobs","c":6,"a":["control_knobs"]},{"e":"\uD83C\uDFA4","d":"microphone","c":6,"a":["microphone"],"t":["sing"]},{"e":"\uD83C\uDFA7","d":"headphone","c":6,"a":["headphones"],"t":["music","earphones"]},{"e":"\uD83D\uDCFB","d":"radio","c":6,"a":["radio"],"t":["podcast"]},{"e":"\uD83C\uDFB7","d":"saxophone","c":6,"a":["saxophone"]},{"e":"\uD83E\uDE97","d":"accordion","c":6,"a":["accordion"]},{"e":"\uD83C\uDFB8","d":"guitar","c":6,"a":["guitar"],"t":["rock"]},{"e":"\uD83C\uDFB9","d":"musical keyboard","c":6,"a":["musical_keyboard"],"t":["piano"]},{"e":"\uD83C\uDFBA","d":"trumpet","c":6,"a":["trumpet"]},{"e":"\uD83C\uDFBB","d":"violin","c":6,"a":["violin"]},{"e":"\uD83E\uDE95","d":"banjo","c":6,"a":["banjo"]},{"e":"\uD83E\uDD41","d":"drum","c":6,"a":["drum"]},{"e":"\uD83E\uDE98","d":"long drum","c":6,"a":["long_drum"]},{"e":"\uD83D\uDCF1","d":"mobile phone","c":6,"a":["iphone"],"t":["smartphone","mobile"]},{"e":"\uD83D\uDCF2","d":"mobile phone with arrow","c":6,"a":["calling"],"t":["call","incoming"]},{"e":"☎️","d":"telephone","c":6,"a":["phone","telephone"]},{"e":"\uD83D\uDCDE","d":"telephone receiver","c":6,"a":["telephone_receiver"],"t":["phone","call"]},{"e":"\uD83D\uDCDF","d":"pager","c":6,"a":["pager"]},{"e":"\uD83D\uDCE0","d":"fax machine","c":6,"a":["fax"]},{"e":"\uD83D\uDD0B","d":"battery","c":6,"a":["battery"],"t":["power"]},{"e":"\uD83D\uDD0C","d":"electric plug","c":6,"a":["electric_plug"]},{"e":"\uD83D\uDCBB","d":"laptop","c":6,"a":["computer"],"t":["desktop","screen"]},{"e":"\uD83D\uDDA5️","d":"desktop computer","c":6,"a":["desktop_computer"]},{"e":"\uD83D\uDDA8️","d":"printer","c":6,"a":["printer"]},{"e":"⌨️","d":"keyboard","c":6,"a":["keyboard"]},{"e":"\uD83D\uDDB1️","d":"computer mouse","c":6,"a":["computer_mouse"]},{"e":"\uD83D\uDDB2️","d":"trackball","c":6,"a":["trackball"]},{"e":"\uD83D\uDCBD","d":"computer disk","c":6,"a":["minidisc"]},{"e":"\uD83D\uDCBE","d":"floppy disk","c":6,"a":["floppy_disk"],"t":["save"]},{"e":"\uD83D\uDCBF","d":"optical disk","c":6,"a":["cd"]},{"e":"\uD83D\uDCC0","d":"dvd","c":6,"a":["dvd"]},{"e":"\uD83E\uDDEE","d":"abacus","c":6,"a":["abacus"]},{"e":"\uD83C\uDFA5","d":"movie camera","c":6,"a":["movie_camera"],"t":["film","video"]},{"e":"\uD83C\uDF9E️","d":"film frames","c":6,"a":["film_strip"]},{"e":"\uD83D\uDCFD️","d":"film projector","c":6,"a":["film_projector"]},{"e":"\uD83C\uDFAC","d":"clapper board","c":6,"a":["clapper"],"t":["film"]},{"e":"\uD83D\uDCFA","d":"television","c":6,"a":["tv"]},{"e":"\uD83D\uDCF7","d":"camera","c":6,"a":["camera"],"t":["photo"]},{"e":"\uD83D\uDCF8","d":"camera with flash","c":6,"a":["camera_flash"],"t":["photo"]},{"e":"\uD83D\uDCF9","d":"video camera","c":6,"a":["video_camera"]},{"e":"\uD83D\uDCFC","d":"videocassette","c":6,"a":["vhs"]},{"e":"\uD83D\uDD0D","d":"magnifying glass tilted left","c":6,"a":["mag"],"t":["search","zoom"]},{"e":"\uD83D\uDD0E","d":"magnifying glass tilted right","c":6,"a":["mag_right"]},{"e":"\uD83D\uDD6F️","d":"candle","c":6,"a":["candle"]},{"e":"\uD83D\uDCA1","d":"light bulb","c":6,"a":["bulb"],"t":["idea","light"]},{"e":"\uD83D\uDD26","d":"flashlight","c":6,"a":["flashlight"]},{"e":"\uD83C\uDFEE","d":"red paper lantern","c":6,"a":["izakaya_lantern","lantern"]},{"e":"\uD83E\uDE94","d":"diya lamp","c":6,"a":["diya_lamp"]},{"e":"\uD83D\uDCD4","d":"notebook with decorative cover","c":6,"a":["notebook_with_decorative_cover"]},{"e":"\uD83D\uDCD5","d":"closed book","c":6,"a":["closed_book"]},{"e":"\uD83D\uDCD6","d":"open book","c":6,"a":["book","open_book"]},{"e":"\uD83D\uDCD7","d":"green book","c":6,"a":["green_book"]},{"e":"\uD83D\uDCD8","d":"blue book","c":6,"a":["blue_book"]},{"e":"\uD83D\uDCD9","d":"orange book","c":6,"a":["orange_book"]},{"e":"\uD83D\uDCDA","d":"books","c":6,"a":["books"],"t":["library"]},{"e":"\uD83D\uDCD3","d":"notebook","c":6,"a":["notebook"]},{"e":"\uD83D\uDCD2","d":"ledger","c":6,"a":["ledger"]},{"e":"\uD83D\uDCC3","d":"page with curl","c":6,"a":["page_with_curl"]},{"e":"\uD83D\uDCDC","d":"scroll","c":6,"a":["scroll"],"t":["document"]},{"e":"\uD83D\uDCC4","d":"page facing up","c":6,"a":["page_facing_up"],"t":["document"]},{"e":"\uD83D\uDCF0","d":"newspaper","c":6,"a":["newspaper"],"t":["press"]},{"e":"\uD83D\uDDDE️","d":"rolled-up newspaper","c":6,"a":["newspaper_roll"],"t":["press"]},{"e":"\uD83D\uDCD1","d":"bookmark tabs","c":6,"a":["bookmark_tabs"]},{"e":"\uD83D\uDD16","d":"bookmark","c":6,"a":["bookmark"]},{"e":"\uD83C\uDFF7️","d":"label","c":6,"a":["label"],"t":["tag"]},{"e":"\uD83D\uDCB0","d":"money bag","c":6,"a":["moneybag"],"t":["dollar","cream"]},{"e":"\uD83E\uDE99","d":"coin","c":6,"a":["coin"]},{"e":"\uD83D\uDCB4","d":"yen banknote","c":6,"a":["yen"]},{"e":"\uD83D\uDCB5","d":"dollar banknote","c":6,"a":["dollar"],"t":["money"]},{"e":"\uD83D\uDCB6","d":"euro banknote","c":6,"a":["euro"]},{"e":"\uD83D\uDCB7","d":"pound banknote","c":6,"a":["pound"]},{"e":"\uD83D\uDCB8","d":"money with wings","c":6,"a":["money_with_wings"],"t":["dollar"]},{"e":"\uD83D\uDCB3","d":"credit card","c":6,"a":["credit_card"],"t":["subscription"]},{"e":"\uD83E\uDDFE","d":"receipt","c":6,"a":["receipt"]},{"e":"\uD83D\uDCB9","d":"chart increasing with yen","c":6,"a":["chart"]},{"e":"✉️","d":"envelope","c":6,"a":["envelope"],"t":["letter","email"]},{"e":"���","d":"e-mail","c":6,"a":["email","e-mail"]},{"e":"\uD83D\uDCE8","d":"incoming envelope","c":6,"a":["incoming_envelope"]},{"e":"\uD83D\uDCE9","d":"envelope with arrow","c":6,"a":["envelope_with_arrow"]},{"e":"\uD83D\uDCE4","d":"outbox tray","c":6,"a":["outbox_tray"]},{"e":"\uD83D\uDCE5","d":"inbox tray","c":6,"a":["inbox_tray"]},{"e":"\uD83D\uDCE6","d":"package","c":6,"a":["package"],"t":["shipping"]},{"e":"\uD83D\uDCEB","d":"closed mailbox with raised flag","c":6,"a":["mailbox"]},{"e":"\uD83D\uDCEA","d":"closed mailbox with lowered flag","c":6,"a":["mailbox_closed"]},{"e":"\uD83D\uDCEC","d":"open mailbox with raised flag","c":6,"a":["mailbox_with_mail"]},{"e":"\uD83D\uDCED","d":"open mailbox with lowered flag","c":6,"a":["mailbox_with_no_mail"]},{"e":"\uD83D\uDCEE","d":"postbox","c":6,"a":["postbox"]},{"e":"\uD83D\uDDF3️","d":"ballot box with ballot","c":6,"a":["ballot_box"]},{"e":"✏️","d":"pencil","c":6,"a":["pencil2"]},{"e":"✒️","d":"black nib","c":6,"a":["black_nib"]},{"e":"\uD83D\uDD8B️","d":"fountain pen","c":6,"a":["fountain_pen"]},{"e":"\uD83D\uDD8A️","d":"pen","c":6,"a":["pen"]},{"e":"\uD83D\uDD8C️","d":"paintbrush","c":6,"a":["paintbrush"]},{"e":"\uD83D\uDD8D️","d":"crayon","c":6,"a":["crayon"]},{"e":"\uD83D\uDCDD","d":"memo","c":6,"a":["memo","pencil"],"t":["document","note"]},{"e":"\uD83D\uDCBC","d":"briefcase","c":6,"a":["briefcase"],"t":["business"]},{"e":"\uD83D\uDCC1","d":"file folder","c":6,"a":["file_folder"],"t":["directory"]},{"e":"\uD83D\uDCC2","d":"open file folder","c":6,"a":["open_file_folder"]},{"e":"\uD83D\uDDC2️","d":"card index dividers","c":6,"a":["card_index_dividers"]},{"e":"\uD83D\uDCC5","d":"calendar","c":6,"a":["date"],"t":["calendar","schedule"]},{"e":"\uD83D\uDCC6","d":"tear-off calendar","c":6,"a":["calendar"],"t":["schedule"]},{"e":"\uD83D\uDDD2️","d":"spiral notepad","c":6,"a":["spiral_notepad"]},{"e":"\uD83D\uDDD3️","d":"spiral calendar","c":6,"a":["spiral_calendar"]},{"e":"\uD83D\uDCC7","d":"card index","c":6,"a":["card_index"]},{"e":"\uD83D\uDCC8","d":"chart increasing","c":6,"a":["chart_with_upwards_trend"],"t":["graph","metrics"]},{"e":"\uD83D\uDCC9","d":"chart decreasing","c":6,"a":["chart_with_downwards_trend"],"t":["graph","metrics"]},{"e":"\uD83D\uDCCA","d":"bar chart","c":6,"a":["bar_chart"],"t":["stats","metrics"]},{"e":"\uD83D\uDCCB","d":"clipboard","c":6,"a":["clipboard"]},{"e":"\uD83D\uDCCC","d":"pushpin","c":6,"a":["pushpin"],"t":["location"]},{"e":"\uD83D\uDCCD","d":"round pushpin","c":6,"a":["round_pushpin"],"t":["location"]},{"e":"\uD83D\uDCCE","d":"paperclip","c":6,"a":["paperclip"]},{"e":"\uD83D\uDD87️","d":"linked paperclips","c":6,"a":["paperclips"]},{"e":"\uD83D\uDCCF","d":"straight ruler","c":6,"a":["straight_ruler"]},{"e":"\uD83D\uDCD0","d":"triangular ruler","c":6,"a":["triangular_ruler"]},{"e":"✂️","d":"scissors","c":6,"a":["scissors"],"t":["cut"]},{"e":"\uD83D\uDDC3️","d":"card file box","c":6,"a":["card_file_box"]},{"e":"\uD83D\uDDC4️","d":"file cabinet","c":6,"a":["file_cabinet"]},{"e":"\uD83D\uDDD1️","d":"wastebasket","c":6,"a":["wastebasket"],"t":["trash"]},{"e":"\uD83D\uDD12","d":"locked","c":6,"a":["lock"],"t":["security","private"]},{"e":"\uD83D\uDD13","d":"unlocked","c":6,"a":["unlock"],"t":["security"]},{"e":"\uD83D\uDD0F","d":"locked with pen","c":6,"a":["lock_with_ink_pen"]},{"e":"\uD83D\uDD10","d":"locked with key","c":6,"a":["closed_lock_with_key"],"t":["security"]},{"e":"\uD83D\uDD11","d":"key","c":6,"a":["key"],"t":["lock","password"]},{"e":"\uD83D\uDDDD️","d":"old key","c":6,"a":["old_key"]},{"e":"\uD83D\uDD28","d":"hammer","c":6,"a":["hammer"],"t":["tool"]},{"e":"\uD83E\uDE93","d":"axe","c":6,"a":["axe"]},{"e":"⛏️","d":"pick","c":6,"a":["pick"]},{"e":"⚒️","d":"hammer and pick","c":6,"a":["hammer_and_pick"]},{"e":"\uD83D\uDEE0️","d":"hammer and wrench","c":6,"a":["hammer_and_wrench"]},{"e":"\uD83D\uDDE1️","d":"dagger","c":6,"a":["dagger"]},{"e":"⚔️","d":"crossed swords","c":6,"a":["crossed_swords"]},{"e":"\uD83D\uDD2B","d":"pistol","c":6,"a":["gun"],"t":["shoot","weapon"]},{"e":"\uD83E\uDE83","d":"boomerang","c":6,"a":["boomerang"]},{"e":"\uD83C\uDFF9","d":"bow and arrow","c":6,"a":["bow_and_arrow"],"t":["archery"]},{"e":"\uD83D\uDEE1️","d":"shield","c":6,"a":["shield"]},{"e":"\uD83E\uDE9A","d":"carpentry saw","c":6,"a":["carpentry_saw"]},{"e":"\uD83D\uDD27","d":"wrench","c":6,"a":["wrench"],"t":["tool"]},{"e":"\uD83E\uDE9B","d":"screwdriver","c":6,"a":["screwdriver"]},{"e":"\uD83D\uDD29","d":"nut and bolt","c":6,"a":["nut_and_bolt"]},{"e":"⚙️","d":"gear","c":6,"a":["gear"]},{"e":"\uD83D\uDDDC️","d":"clamp","c":6,"a":["clamp"]},{"e":"⚖️","d":"balance scale","c":6,"a":["balance_scale"]},{"e":"\uD83E\uDDAF","d":"white cane","c":6,"a":["probing_cane"]},{"e":"\uD83D\uDD17","d":"link","c":6,"a":["link"]},{"e":"⛓️","d":"chains","c":6,"a":["chains"]},{"e":"\uD83E\uDE9D","d":"hook","c":6,"a":["hook"]},{"e":"\uD83E\uDDF0","d":"toolbox","c":6,"a":["toolbox"]},{"e":"\uD83E\uDDF2","d":"magnet","c":6,"a":["magnet"]},{"e":"\uD83E\uDE9C","d":"ladder","c":6,"a":["ladder"]},{"e":"⚗️","d":"alembic","c":6,"a":["alembic"]},{"e":"\uD83E\uDDEA","d":"test tube","c":6,"a":["test_tube"]},{"e":"\uD83E\uDDEB","d":"petri dish","c":6,"a":["petri_dish"]},{"e":"\uD83E\uDDEC","d":"dna","c":6,"a":["dna"]},{"e":"\uD83D\uDD2C","d":"microscope","c":6,"a":["microscope"],"t":["science","laboratory","investigate"]},{"e":"\uD83D\uDD2D","d":"telescope","c":6,"a":["telescope"]},{"e":"\uD83D\uDCE1","d":"satellite antenna","c":6,"a":["satellite"],"t":["signal"]},{"e":"\uD83D\uDC89","d":"syringe","c":6,"a":["syringe"],"t":["health","hospital","needle"]},{"e":"\uD83E\uDE78","d":"drop of blood","c":6,"a":["drop_of_blood"]},{"e":"\uD83D\uDC8A","d":"pill","c":6,"a":["pill"],"t":["health","medicine"]},{"e":"\uD83E\uDE79","d":"adhesive bandage","c":6,"a":["adhesive_bandage"]},{"e":"\uD83E\uDE7A","d":"stethoscope","c":6,"a":["stethoscope"]},{"e":"\uD83D\uDEAA","d":"door","c":6,"a":["door"]},{"e":"\uD83D\uDED7","d":"elevator","c":6,"a":["elevator"]},{"e":"\uD83E\uDE9E","d":"mirror","c":6,"a":["mirror"]},{"e":"\uD83E\uDE9F","d":"window","c":6,"a":["window"]},{"e":"\uD83D\uDECF️","d":"bed","c":6,"a":["bed"]},{"e":"\uD83D\uDECB️","d":"couch and lamp","c":6,"a":["couch_and_lamp"]},{"e":"\uD83E\uDE91","d":"chair","c":6,"a":["chair"]},{"e":"\uD83D\uDEBD","d":"toilet","c":6,"a":["toilet"],"t":["wc"]},{"e":"\uD83E\uDEA0","d":"plunger","c":6,"a":["plunger"]},{"e":"\uD83D\uDEBF","d":"shower","c":6,"a":["shower"],"t":["bath"]},{"e":"\uD83D\uDEC1","d":"bathtub","c":6,"a":["bathtub"]},{"e":"\uD83E\uDEA4","d":"mouse trap","c":6,"a":["mouse_trap"]},{"e":"\uD83E\uDE92","d":"razor","c":6,"a":["razor"]},{"e":"��","d":"lotion bottle","c":6,"a":["lotion_bottle"]},{"e":"\uD83E\uDDF7","d":"safety pin","c":6,"a":["safety_pin"]},{"e":"\uD83E\uDDF9","d":"broom","c":6,"a":["broom"]},{"e":"\uD83E\uDDFA","d":"basket","c":6,"a":["basket"]},{"e":"\uD83E\uDDFB","d":"roll of paper","c":6,"a":["roll_of_paper"],"t":["toilet"]},{"e":"\uD83E\uDEA3","d":"bucket","c":6,"a":["bucket"]},{"e":"\uD83E\uDDFC","d":"soap","c":6,"a":["soap"]},{"e":"\uD83E\uDEA5","d":"toothbrush","c":6,"a":["toothbrush"]},{"e":"\uD83E\uDDFD","d":"sponge","c":6,"a":["sponge"]},{"e":"\uD83E\uDDEF","d":"fire extinguisher","c":6,"a":["fire_extinguisher"]},{"e":"\uD83D\uDED2","d":"shopping cart","c":6,"a":["shopping_cart"]},{"e":"\uD83D\uDEAC","d":"cigarette","c":6,"a":["smoking"],"t":["cigarette"]},{"e":"⚰️","d":"coffin","c":6,"a":["coffin"],"t":["funeral"]},{"e":"\uD83E\uDEA6","d":"headstone","c":6,"a":["headstone"]},{"e":"⚱️","d":"funeral urn","c":6,"a":["funeral_urn"]},{"e":"\uD83D\uDDFF","d":"moai","c":6,"a":["moyai"],"t":["stone"]},{"e":"\uD83E\uDEA7","d":"placard","c":6,"a":["placard"]},{"e":"\uD83C\uDFE7","d":"ATM sign","c":7,"a":["atm"]},{"e":"\uD83D\uDEAE","d":"litter in bin sign","c":7,"a":["put_litter_in_its_place"]},{"e":"\uD83D\uDEB0","d":"potable water","c":7,"a":["potable_water"]},{"e":"♿","d":"wheelchair symbol","c":7,"a":["wheelchair"],"t":["accessibility"]},{"e":"\uD83D\uDEB9","d":"men’s room","c":7,"a":["mens"]},{"e":"\uD83D\uDEBA","d":"women’s room","c":7,"a":["womens"]},{"e":"\uD83D\uDEBB","d":"restroom","c":7,"a":["restroom"],"t":["toilet"]},{"e":"\uD83D\uDEBC","d":"baby symbol","c":7,"a":["baby_symbol"]},{"e":"\uD83D\uDEBE","d":"water closet","c":7,"a":["wc"],"t":["toilet","restroom"]},{"e":"\uD83D\uDEC2","d":"passport control","c":7,"a":["passport_control"]},{"e":"\uD83D\uDEC3","d":"customs","c":7,"a":["customs"]},{"e":"\uD83D\uDEC4","d":"baggage claim","c":7,"a":["baggage_claim"],"t":["airport"]},{"e":"\uD83D\uDEC5","d":"left luggage","c":7,"a":["left_luggage"]},{"e":"⚠️","d":"warning","c":7,"a":["warning"],"t":["wip"]},{"e":"\uD83D\uDEB8","d":"children crossing","c":7,"a":["children_crossing"]},{"e":"⛔","d":"no entry","c":7,"a":["no_entry"],"t":["limit"]},{"e":"\uD83D\uDEAB","d":"prohibited","c":7,"a":["no_entry_sign"],"t":["block","forbidden"]},{"e":"\uD83D\uDEB3","d":"no bicycles","c":7,"a":["no_bicycles"]},{"e":"\uD83D\uDEAD","d":"no smoking","c":7,"a":["no_smoking"]},{"e":"\uD83D\uDEAF","d":"no littering","c":7,"a":["do_not_litter"]},{"e":"\uD83D\uDEB1","d":"non-potable water","c":7,"a":["non-potable_water"]},{"e":"\uD83D\uDEB7","d":"no pedestrians","c":7,"a":["no_pedestrians"]},{"e":"\uD83D\uDCF5","d":"no mobile phones","c":7,"a":["no_mobile_phones"]},{"e":"\uD83D\uDD1E","d":"no one under eighteen","c":7,"a":["underage"]},{"e":"☢️","d":"radioactive","c":7,"a":["radioactive"]},{"e":"☣️","d":"biohazard","c":7,"a":["biohazard"]},{"e":"⬆️","d":"up arrow","c":7,"a":["arrow_up"]},{"e":"↗️","d":"up-right arrow","c":7,"a":["arrow_upper_right"]},{"e":"➡️","d":"right arrow","c":7,"a":["arrow_right"]},{"e":"↘️","d":"down-right arrow","c":7,"a":["arrow_lower_right"]},{"e":"⬇️","d":"down arrow","c":7,"a":["arrow_down"]},{"e":"↙️","d":"down-left arrow","c":7,"a":["arrow_lower_left"]},{"e":"⬅️","d":"left arrow","c":7,"a":["arrow_left"]},{"e":"↖️","d":"up-left arrow","c":7,"a":["arrow_upper_left"]},{"e":"↕️","d":"up-down arrow","c":7,"a":["arrow_up_down"]},{"e":"↔️","d":"left-right arrow","c":7,"a":["left_right_arrow"]},{"e":"↩️","d":"right arrow curving left","c":7,"a":["leftwards_arrow_with_hook"],"t":["return"]},{"e":"↪️","d":"left arrow curving right","c":7,"a":["arrow_right_hook"]},{"e":"⤴️","d":"right arrow curving up","c":7,"a":["arrow_heading_up"]},{"e":"⤵️","d":"right arrow curving down","c":7,"a":["arrow_heading_down"]},{"e":"\uD83D\uDD03","d":"clockwise vertical arrows","c":7,"a":["arrows_clockwise"]},{"e":"\uD83D\uDD04","d":"counterclockwise arrows button","c":7,"a":["arrows_counterclockwise"],"t":["sync"]},{"e":"\uD83D\uDD19","d":"BACK arrow","c":7,"a":["back"]},{"e":"\uD83D\uDD1A","d":"END arrow","c":7,"a":["end"]},{"e":"\uD83D\uDD1B","d":"ON! arrow","c":7,"a":["on"]},{"e":"\uD83D\uDD1C","d":"SOON arrow","c":7,"a":["soon"]},{"e":"\uD83D\uDD1D","d":"TOP arrow","c":7,"a":["top"]},{"e":"\uD83D\uDED0","d":"place of worship","c":7,"a":["place_of_worship"]},{"e":"⚛️","d":"atom symbol","c":7,"a":["atom_symbol"]},{"e":"\uD83D\uDD49️","d":"om","c":7,"a":["om"]},{"e":"✡️","d":"star of David","c":7,"a":["star_of_david"]},{"e":"☸️","d":"wheel of dharma","c":7,"a":["wheel_of_dharma"]},{"e":"☯️","d":"yin yang","c":7,"a":["yin_yang"]},{"e":"✝️","d":"latin cross","c":7,"a":["latin_cross"]},{"e":"☦️","d":"orthodox cross","c":7,"a":["orthodox_cross"]},{"e":"☪️","d":"star and crescent","c":7,"a":["star_and_crescent"]},{"e":"☮️","d":"peace symbol","c":7,"a":["peace_symbol"]},{"e":"\uD83D\uDD4E","d":"menorah","c":7,"a":["menorah"]},{"e":"\uD83D\uDD2F","d":"dotted six-pointed star","c":7,"a":["six_pointed_star"]},{"e":"♈","d":"Aries","c":7,"a":["aries"]},{"e":"♉","d":"Taurus","c":7,"a":["taurus"]},{"e":"♊","d":"Gemini","c":7,"a":["gemini"]},{"e":"♋","d":"Cancer","c":7,"a":["cancer"]},{"e":"♌","d":"Leo","c":7,"a":["leo"]},{"e":"♍","d":"Virgo","c":7,"a":["virgo"]},{"e":"♎","d":"Libra","c":7,"a":["libra"]},{"e":"♏","d":"Scorpio","c":7,"a":["scorpius"]},{"e":"♐","d":"Sagittarius","c":7,"a":["sagittarius"]},{"e":"♑","d":"Capricorn","c":7,"a":["capricorn"]},{"e":"♒","d":"Aquarius","c":7,"a":["aquarius"]},{"e":"♓","d":"Pisces","c":7,"a":["pisces"]},{"e":"⛎","d":"Ophiuchus","c":7,"a":["ophiuchus"]},{"e":"\uD83D\uDD00","d":"shuffle tracks button","c":7,"a":["twisted_rightwards_arrows"],"t":["shuffle"]},{"e":"\uD83D\uDD01","d":"repeat button","c":7,"a":["repeat"],"t":["loop"]},{"e":"\uD83D\uDD02","d":"repeat single button","c":7,"a":["repeat_one"]},{"e":"▶️","d":"play button","c":7,"a":["arrow_forward"]},{"e":"⏩","d":"fast-forward button","c":7,"a":["fast_forward"]},{"e":"⏭️","d":"next track button","c":7,"a":["next_track_button"]},{"e":"⏯️","d":"play or pause button","c":7,"a":["play_or_pause_button"]},{"e":"◀️","d":"reverse button","c":7,"a":["arrow_backward"]},{"e":"⏪","d":"fast reverse button","c":7,"a":["rewind"]},{"e":"⏮️","d":"last track button","c":7,"a":["previous_track_button"]},{"e":"\uD83D\uDD3C","d":"upwards button","c":7,"a":["arrow_up_small"]},{"e":"⏫","d":"fast up button","c":7,"a":["arrow_double_up"]},{"e":"\uD83D\uDD3D","d":"downwards button","c":7,"a":["arrow_down_small"]},{"e":"⏬","d":"fast down button","c":7,"a":["arrow_double_down"]},{"e":"⏸️","d":"pause button","c":7,"a":["pause_button"]},{"e":"⏹️","d":"stop button","c":7,"a":["stop_button"]},{"e":"⏺️","d":"record button","c":7,"a":["record_button"]},{"e":"⏏️","d":"eject button","c":7,"a":["eject_button"]},{"e":"\uD83C\uDFA6","d":"cinema","c":7,"a":["cinema"],"t":["film","movie"]},{"e":"\uD83D\uDD05","d":"dim button","c":7,"a":["low_brightness"]},{"e":"\uD83D\uDD06","d":"bright button","c":7,"a":["high_brightness"]},{"e":"\uD83D\uDCF6","d":"antenna bars","c":7,"a":["signal_strength"],"t":["wifi"]},{"e":"\uD83D\uDCF3","d":"vibration mode","c":7,"a":["vibration_mode"]},{"e":"\uD83D\uDCF4","d":"mobile phone off","c":7,"a":["mobile_phone_off"],"t":["mute","off"]},{"e":"♀️","d":"female sign","c":7,"a":["female_sign"]},{"e":"♂️","d":"male sign","c":7,"a":["male_sign"]},{"e":"⚧️","d":"transgender symbol","c":7,"a":["transgender_symbol"]},{"e":"✖️","d":"multiply","c":7,"a":["heavy_multiplication_x"]},{"e":"➕","d":"plus","c":7,"a":["heavy_plus_sign"]},{"e":"➖","d":"minus","c":7,"a":["heavy_minus_sign"]},{"e":"➗","d":"divide","c":7,"a":["heavy_division_sign"]},{"e":"♾️","d":"infinity","c":7,"a":["infinity"]},{"e":"‼️","d":"double exclamation mark","c":7,"a":["bangbang"]},{"e":"⁉️","d":"exclamation question mark","c":7,"a":["interrobang"]},{"e":"❓","d":"question mark","c":7,"a":["question"],"t":["confused"]},{"e":"❔","d":"white question mark","c":7,"a":["grey_question"]},{"e":"❕","d":"white exclamation mark","c":7,"a":["grey_exclamation"]},{"e":"❗","d":"exclamation mark","c":7,"a":["exclamation","heavy_exclamation_mark"],"t":["bang"]},{"e":"〰️","d":"wavy dash","c":7,"a":["wavy_dash"]},{"e":"\uD83D\uDCB1","d":"currency exchange","c":7,"a":["currency_exchange"]},{"e":"\uD83D\uDCB2","d":"heavy dollar sign","c":7,"a":["heavy_dollar_sign"]},{"e":"⚕️","d":"medical symbol","c":7,"a":["medical_symbol"]},{"e":"♻️","d":"recycling symbol","c":7,"a":["recycle"],"t":["environment","green"]},{"e":"⚜️","d":"fleur-de-lis","c":7,"a":["fleur_de_lis"]},{"e":"\uD83D\uDD31","d":"trident emblem","c":7,"a":["trident"]},{"e":"\uD83D\uDCDB","d":"name badge","c":7,"a":["name_badge"]},{"e":"\uD83D\uDD30","d":"Japanese symbol for beginner","c":7,"a":["beginner"]},{"e":"⭕","d":"hollow red circle","c":7,"a":["o"]},{"e":"✅","d":"check mark button","c":7,"a":["white_check_mark"]},{"e":"☑️","d":"check box with check","c":7,"a":["ballot_box_with_check"]},{"e":"✔️","d":"check mark","c":7,"a":["heavy_check_mark"]},{"e":"❌","d":"cross mark","c":7,"a":["x"]},{"e":"❎","d":"cross mark button","c":7,"a":["negative_squared_cross_mark"]},{"e":"➰","d":"curly loop","c":7,"a":["curly_loop"]},{"e":"➿","d":"double curly loop","c":7,"a":["loop"]},{"e":"〽️","d":"part alternation mark","c":7,"a":["part_alternation_mark"]},{"e":"✳️","d":"eight-spoked asterisk","c":7,"a":["eight_spoked_asterisk"]},{"e":"✴️","d":"eight-pointed star","c":7,"a":["eight_pointed_black_star"]},{"e":"❇️","d":"sparkle","c":7,"a":["sparkle"]},{"e":"\xa9️","d":"copyright","c":7,"a":["copyright"]},{"e":"\xae️","d":"registered","c":7,"a":["registered"]},{"e":"™️","d":"trade mark","c":7,"a":["tm"],"t":["trademark"]},{"e":"#️⃣","d":"keycap: #","c":7,"a":["hash"],"t":["number"]},{"e":"*️⃣","d":"keycap: *","c":7,"a":["asterisk"]},{"e":"0️⃣","d":"keycap: 0","c":7,"a":["zero"]},{"e":"1️⃣","d":"keycap: 1","c":7,"a":["one"]},{"e":"2️⃣","d":"keycap: 2","c":7,"a":["two"]},{"e":"3️⃣","d":"keycap: 3","c":7,"a":["three"]},{"e":"4️⃣","d":"keycap: 4","c":7,"a":["four"]},{"e":"5️⃣","d":"keycap: 5","c":7,"a":["five"]},{"e":"6️⃣","d":"keycap: 6","c":7,"a":["six"]},{"e":"7️⃣","d":"keycap: 7","c":7,"a":["seven"]},{"e":"8️⃣","d":"keycap: 8","c":7,"a":["eight"]},{"e":"9️⃣","d":"keycap: 9","c":7,"a":["nine"]},{"e":"\uD83D\uDD1F","d":"keycap: 10","c":7,"a":["keycap_ten"]},{"e":"\uD83D\uDD20","d":"input latin uppercase","c":7,"a":["capital_abcd"],"t":["letters"]},{"e":"\uD83D\uDD21","d":"input latin lowercase","c":7,"a":["abcd"]},{"e":"\uD83D\uDD22","d":"input numbers","c":7,"a":["1234"],"t":["numbers"]},{"e":"\uD83D\uDD23","d":"input symbols","c":7,"a":["symbols"]},{"e":"\uD83D\uDD24","d":"input latin letters","c":7,"a":["abc"],"t":["alphabet"]},{"e":"\uD83C\uDD70️","d":"A button (blood type)","c":7,"a":["a"]},{"e":"\uD83C\uDD8E","d":"AB button (blood type)","c":7,"a":["ab"]},{"e":"\uD83C\uDD71️","d":"B button (blood type)","c":7,"a":["b"]},{"e":"\uD83C\uDD91","d":"CL button","c":7,"a":["cl"]},{"e":"\uD83C\uDD92","d":"COOL button","c":7,"a":["cool"]},{"e":"\uD83C\uDD93","d":"FREE button","c":7,"a":["free"]},{"e":"ℹ️","d":"information","c":7,"a":["information_source"]},{"e":"\uD83C\uDD94","d":"ID button","c":7,"a":["id"]},{"e":"Ⓜ️","d":"circled M","c":7,"a":["m"]},{"e":"\uD83C\uDD95","d":"NEW button","c":7,"a":["new"],"t":["fresh"]},{"e":"\uD83C\uDD96","d":"NG button","c":7,"a":["ng"]},{"e":"\uD83C\uDD7E️","d":"O button (blood type)","c":7,"a":["o2"]},{"e":"\uD83C\uDD97","d":"OK button","c":7,"a":["ok"],"t":["yes"]},{"e":"\uD83C\uDD7F️","d":"P button","c":7,"a":["parking"]},{"e":"\uD83C\uDD98","d":"SOS button","c":7,"a":["sos"],"t":["help","emergency"]},{"e":"\uD83C\uDD99","d":"UP! button","c":7,"a":["up"]},{"e":"\uD83C\uDD9A","d":"VS button","c":7,"a":["vs"]},{"e":"\uD83C\uDE01","d":"Japanese “here” button","c":7,"a":["koko"]},{"e":"\uD83C\uDE02️","d":"Japanese “service charge” button","c":7,"a":["sa"]},{"e":"\uD83C\uDE37️","d":"Japanese “monthly amount” button","c":7,"a":["u6708"]},{"e":"\uD83C\uDE36","d":"Japanese “not free of charge” button","c":7,"a":["u6709"]},{"e":"\uD83C\uDE2F","d":"Japanese “reserved” button","c":7,"a":["u6307"]},{"e":"\uD83C\uDE50","d":"Japanese “bargain” button","c":7,"a":["ideograph_advantage"]},{"e":"\uD83C\uDE39","d":"Japanese “discount” button","c":7,"a":["u5272"]},{"e":"\uD83C\uDE1A","d":"Japanese “free of charge” button","c":7,"a":["u7121"]},{"e":"\uD83C\uDE32","d":"Japanese “prohibited” button","c":7,"a":["u7981"]},{"e":"\uD83C\uDE51","d":"Japanese “acceptable” button","c":7,"a":["accept"]},{"e":"\uD83C\uDE38","d":"Japanese “application” button","c":7,"a":["u7533"]},{"e":"\uD83C\uDE34","d":"Japanese “passing grade” button","c":7,"a":["u5408"]},{"e":"\uD83C\uDE33","d":"Japanese “vacancy” button","c":7,"a":["u7a7a"]},{"e":"㊗️","d":"Japanese “congratulations” button","c":7,"a":["congratulations"]},{"e":"㊙️","d":"Japanese “secret” button","c":7,"a":["secret"]},{"e":"\uD83C\uDE3A","d":"Japanese “open for business” button","c":7,"a":["u55b6"]},{"e":"\uD83C\uDE35","d":"Japanese “no vacancy” button","c":7,"a":["u6e80"]},{"e":"\uD83D\uDD34","d":"red circle","c":7,"a":["red_circle"]},{"e":"\uD83D\uDFE0","d":"orange circle","c":7,"a":["orange_circle"]},{"e":"\uD83D\uDFE1","d":"yellow circle","c":7,"a":["yellow_circle"]},{"e":"\uD83D\uDFE2","d":"green circle","c":7,"a":["green_circle"]},{"e":"\uD83D\uDD35","d":"blue circle","c":7,"a":["large_blue_circle"]},{"e":"\uD83D\uDFE3","d":"purple circle","c":7,"a":["purple_circle"]},{"e":"\uD83D\uDFE4","d":"brown circle","c":7,"a":["brown_circle"]},{"e":"⚫","d":"black circle","c":7,"a":["black_circle"]},{"e":"⚪","d":"white circle","c":7,"a":["white_circle"]},{"e":"\uD83D\uDFE5","d":"red square","c":7,"a":["red_square"]},{"e":"\uD83D\uDFE7","d":"orange square","c":7,"a":["orange_square"]},{"e":"\uD83D\uDFE8","d":"yellow square","c":7,"a":["yellow_square"]},{"e":"\uD83D\uDFE9","d":"green square","c":7,"a":["green_square"]},{"e":"\uD83D\uDFE6","d":"blue square","c":7,"a":["blue_square"]},{"e":"\uD83D\uDFEA","d":"purple square","c":7,"a":["purple_square"]},{"e":"\uD83D\uDFEB","d":"brown square","c":7,"a":["brown_square"]},{"e":"⬛","d":"black large square","c":7,"a":["black_large_square"]},{"e":"⬜","d":"white large square","c":7,"a":["white_large_square"]},{"e":"◼️","d":"black medium square","c":7,"a":["black_medium_square"]},{"e":"◻️","d":"white medium square","c":7,"a":["white_medium_square"]},{"e":"◾","d":"black medium-small square","c":7,"a":["black_medium_small_square"]},{"e":"◽","d":"white medium-small square","c":7,"a":["white_medium_small_square"]},{"e":"▪️","d":"black small square","c":7,"a":["black_small_square"]},{"e":"▫️","d":"white small square","c":7,"a":["white_small_square"]},{"e":"\uD83D\uDD36","d":"large orange diamond","c":7,"a":["large_orange_diamond"]},{"e":"\uD83D\uDD37","d":"large blue diamond","c":7,"a":["large_blue_diamond"]},{"e":"\uD83D\uDD38","d":"small orange diamond","c":7,"a":["small_orange_diamond"]},{"e":"\uD83D\uDD39","d":"small blue diamond","c":7,"a":["small_blue_diamond"]},{"e":"\uD83D\uDD3A","d":"red triangle pointed up","c":7,"a":["small_red_triangle"]},{"e":"\uD83D\uDD3B","d":"red triangle pointed down","c":7,"a":["small_red_triangle_down"]},{"e":"\uD83D\uDCA0","d":"diamond with a dot","c":7,"a":["diamond_shape_with_a_dot_inside"]},{"e":"\uD83D\uDD18","d":"radio button","c":7,"a":["radio_button"]},{"e":"\uD83D\uDD33","d":"white square button","c":7,"a":["white_square_button"]},{"e":"\uD83D\uDD32","d":"black square button","c":7,"a":["black_square_button"]},{"e":"\uD83C\uDFC1","d":"chequered flag","c":8,"a":["checkered_flag"],"t":["milestone","finish"]},{"e":"\uD83D\uDEA9","d":"triangular flag","c":8,"a":["triangular_flag_on_post"]},{"e":"\uD83C\uDF8C","d":"crossed flags","c":8,"a":["crossed_flags"]},{"e":"\uD83C\uDFF4","d":"black flag","c":8,"a":["black_flag"]},{"e":"\uD83C\uDFF3️","d":"white flag","c":8,"a":["white_flag"]},{"e":"\uD83C\uDFF3️‍\uD83C\uDF08","d":"rainbow flag","c":8,"a":["rainbow_flag"],"t":["pride"]},{"e":"\uD83C\uDFF3️‍⚧️","d":"transgender flag","c":8,"a":["transgender_flag"]},{"e":"\uD83C\uDFF4‍☠️","d":"pirate flag","c":8,"a":["pirate_flag"]},{"e":"\uD83C\uDDE6\uD83C\uDDE8","d":"flag: Ascension Island","c":8,"a":["ascension_island"]},{"e":"\uD83C\uDDE6\uD83C\uDDE9","d":"flag: Andorra","c":8,"a":["andorra"]},{"e":"\uD83C\uDDE6\uD83C\uDDEA","d":"flag: United Arab Emirates","c":8,"a":["united_arab_emirates"]},{"e":"\uD83C\uDDE6\uD83C\uDDEB","d":"flag: Afghanistan","c":8,"a":["afghanistan"]},{"e":"\uD83C\uDDE6\uD83C\uDDEC","d":"flag: Antigua & Barbuda","c":8,"a":["antigua_barbuda"]},{"e":"\uD83C\uDDE6\uD83C\uDDEE","d":"flag: Anguilla","c":8,"a":["anguilla"]},{"e":"\uD83C\uDDE6\uD83C\uDDF1","d":"flag: Albania","c":8,"a":["albania"]},{"e":"\uD83C\uDDE6\uD83C\uDDF2","d":"flag: Armenia","c":8,"a":["armenia"]},{"e":"\uD83C\uDDE6\uD83C\uDDF4","d":"flag: Angola","c":8,"a":["angola"]},{"e":"\uD83C\uDDE6\uD83C\uDDF6","d":"flag: Antarctica","c":8,"a":["antarctica"]},{"e":"\uD83C\uDDE6\uD83C\uDDF7","d":"flag: Argentina","c":8,"a":["argentina"]},{"e":"\uD83C\uDDE6\uD83C\uDDF8","d":"flag: American Samoa","c":8,"a":["american_samoa"]},{"e":"\uD83C\uDDE6\uD83C\uDDF9","d":"flag: Austria","c":8,"a":["austria"]},{"e":"\uD83C\uDDE6\uD83C\uDDFA","d":"flag: Australia","c":8,"a":["australia"]},{"e":"\uD83C\uDDE6\uD83C\uDDFC","d":"flag: Aruba","c":8,"a":["aruba"]},{"e":"\uD83C\uDDE6\uD83C\uDDFD","d":"flag: \xc5land Islands","c":8,"a":["aland_islands"]},{"e":"\uD83C\uDDE6\uD83C\uDDFF","d":"flag: Azerbaijan","c":8,"a":["azerbaijan"]},{"e":"\uD83C\uDDE7\uD83C\uDDE6","d":"flag: Bosnia & Herzegovina","c":8,"a":["bosnia_herzegovina"]},{"e":"\uD83C\uDDE7\uD83C\uDDE7","d":"flag: Barbados","c":8,"a":["barbados"]},{"e":"\uD83C\uDDE7\uD83C\uDDE9","d":"flag: Bangladesh","c":8,"a":["bangladesh"]},{"e":"\uD83C\uDDE7\uD83C\uDDEA","d":"flag: Belgium","c":8,"a":["belgium"]},{"e":"\uD83C\uDDE7\uD83C\uDDEB","d":"flag: Burkina Faso","c":8,"a":["burkina_faso"]},{"e":"\uD83C\uDDE7\uD83C\uDDEC","d":"flag: Bulgaria","c":8,"a":["bulgaria"]},{"e":"\uD83C\uDDE7\uD83C\uDDED","d":"flag: Bahrain","c":8,"a":["bahrain"]},{"e":"\uD83C\uDDE7\uD83C\uDDEE","d":"flag: Burundi","c":8,"a":["burundi"]},{"e":"\uD83C\uDDE7\uD83C\uDDEF","d":"flag: Benin","c":8,"a":["benin"]},{"e":"\uD83C\uDDE7\uD83C\uDDF1","d":"flag: St. Barth\xe9lemy","c":8,"a":["st_barthelemy"]},{"e":"\uD83C\uDDE7\uD83C\uDDF2","d":"flag: Bermuda","c":8,"a":["bermuda"]},{"e":"\uD83C\uDDE7\uD83C\uDDF3","d":"flag: Brunei","c":8,"a":["brunei"]},{"e":"\uD83C\uDDE7\uD83C\uDDF4","d":"flag: Bolivia","c":8,"a":["bolivia"]},{"e":"\uD83C\uDDE7\uD83C\uDDF6","d":"flag: Caribbean Netherlands","c":8,"a":["caribbean_netherlands"]},{"e":"\uD83C\uDDE7\uD83C\uDDF7","d":"flag: Brazil","c":8,"a":["brazil"]},{"e":"\uD83C\uDDE7\uD83C\uDDF8","d":"flag: Bahamas","c":8,"a":["bahamas"]},{"e":"\uD83C\uDDE7\uD83C\uDDF9","d":"flag: Bhutan","c":8,"a":["bhutan"]},{"e":"\uD83C\uDDE7\uD83C\uDDFB","d":"flag: Bouvet Island","c":8,"a":["bouvet_island"]},{"e":"\uD83C\uDDE7\uD83C\uDDFC","d":"flag: Botswana","c":8,"a":["botswana"]},{"e":"\uD83C\uDDE7\uD83C\uDDFE","d":"flag: Belarus","c":8,"a":["belarus"]},{"e":"\uD83C\uDDE7\uD83C\uDDFF","d":"flag: Belize","c":8,"a":["belize"]},{"e":"\uD83C\uDDE8\uD83C\uDDE6","d":"flag: Canada","c":8,"a":["canada"]},{"e":"\uD83C\uDDE8\uD83C\uDDE8","d":"flag: Cocos (Keeling) Islands","c":8,"a":["cocos_islands"],"t":["keeling"]},{"e":"\uD83C\uDDE8\uD83C\uDDE9","d":"flag: Congo - Kinshasa","c":8,"a":["congo_kinshasa"]},{"e":"\uD83C\uDDE8\uD83C\uDDEB","d":"flag: Central African Republic","c":8,"a":["central_african_republic"]},{"e":"\uD83C\uDDE8\uD83C\uDDEC","d":"flag: Congo - Brazzaville","c":8,"a":["congo_brazzaville"]},{"e":"\uD83C\uDDE8\uD83C\uDDED","d":"flag: Switzerland","c":8,"a":["switzerland"]},{"e":"\uD83C\uDDE8\uD83C\uDDEE","d":"flag: C\xf4te d’Ivoire","c":8,"a":["cote_divoire"],"t":["ivory"]},{"e":"\uD83C\uDDE8\uD83C\uDDF0","d":"flag: Cook Islands","c":8,"a":["cook_islands"]},{"e":"\uD83C\uDDE8\uD83C\uDDF1","d":"flag: Chile","c":8,"a":["chile"]},{"e":"\uD83C\uDDE8\uD83C\uDDF2","d":"flag: Cameroon","c":8,"a":["cameroon"]},{"e":"\uD83C\uDDE8\uD83C\uDDF3","d":"flag: China","c":8,"a":["cn"],"t":["china"]},{"e":"\uD83C\uDDE8\uD83C\uDDF4","d":"flag: Colombia","c":8,"a":["colombia"]},{"e":"\uD83C\uDDE8\uD83C\uDDF5","d":"flag: Clipperton Island","c":8,"a":["clipperton_island"]},{"e":"\uD83C\uDDE8\uD83C\uDDF7","d":"flag: Costa Rica","c":8,"a":["costa_rica"]},{"e":"\uD83C\uDDE8\uD83C\uDDFA","d":"flag: Cuba","c":8,"a":["cuba"]},{"e":"\uD83C\uDDE8\uD83C\uDDFB","d":"flag: Cape Verde","c":8,"a":["cape_verde"]},{"e":"\uD83C\uDDE8\uD83C\uDDFC","d":"flag: Cura\xe7ao","c":8,"a":["curacao"]},{"e":"\uD83C\uDDE8\uD83C\uDDFD","d":"flag: Christmas Island","c":8,"a":["christmas_island"]},{"e":"\uD83C\uDDE8\uD83C\uDDFE","d":"flag: Cyprus","c":8,"a":["cyprus"]},{"e":"\uD83C\uDDE8\uD83C\uDDFF","d":"flag: Czechia","c":8,"a":["czech_republic"]},{"e":"\uD83C\uDDE9\uD83C\uDDEA","d":"flag: Germany","c":8,"a":["de"],"t":["flag","germany"]},{"e":"\uD83C\uDDE9\uD83C\uDDEC","d":"flag: Diego Garcia","c":8,"a":["diego_garcia"]},{"e":"\uD83C\uDDE9\uD83C\uDDEF","d":"flag: Djibouti","c":8,"a":["djibouti"]},{"e":"\uD83C\uDDE9\uD83C\uDDF0","d":"flag: Denmark","c":8,"a":["denmark"]},{"e":"\uD83C\uDDE9\uD83C\uDDF2","d":"flag: Dominica","c":8,"a":["dominica"]},{"e":"\uD83C\uDDE9\uD83C\uDDF4","d":"flag: Dominican Republic","c":8,"a":["dominican_republic"]},{"e":"\uD83C\uDDE9\uD83C\uDDFF","d":"flag: Algeria","c":8,"a":["algeria"]},{"e":"\uD83C\uDDEA\uD83C\uDDE6","d":"flag: Ceuta & Melilla","c":8,"a":["ceuta_melilla"]},{"e":"\uD83C\uDDEA\uD83C\uDDE8","d":"flag: Ecuador","c":8,"a":["ecuador"]},{"e":"\uD83C\uDDEA\uD83C\uDDEA","d":"flag: Estonia","c":8,"a":["estonia"]},{"e":"\uD83C\uDDEA\uD83C\uDDEC","d":"flag: Egypt","c":8,"a":["egypt"]},{"e":"\uD83C\uDDEA\uD83C\uDDED","d":"flag: Western Sahara","c":8,"a":["western_sahara"]},{"e":"\uD83C\uDDEA\uD83C\uDDF7","d":"flag: Eritrea","c":8,"a":["eritrea"]},{"e":"\uD83C\uDDEA\uD83C\uDDF8","d":"flag: Spain","c":8,"a":["es"],"t":["spain"]},{"e":"\uD83C\uDDEA\uD83C\uDDF9","d":"flag: Ethiopia","c":8,"a":["ethiopia"]},{"e":"\uD83C\uDDEA\uD83C\uDDFA","d":"flag: European Union","c":8,"a":["eu","european_union"]},{"e":"\uD83C\uDDEB\uD83C\uDDEE","d":"flag: Finland","c":8,"a":["finland"]},{"e":"\uD83C\uDDEB\uD83C\uDDEF","d":"flag: Fiji","c":8,"a":["fiji"]},{"e":"\uD83C\uDDEB\uD83C\uDDF0","d":"flag: Falkland Islands","c":8,"a":["falkland_islands"]},{"e":"\uD83C\uDDEB\uD83C\uDDF2","d":"flag: Micronesia","c":8,"a":["micronesia"]},{"e":"\uD83C\uDDEB\uD83C\uDDF4","d":"flag: Faroe Islands","c":8,"a":["faroe_islands"]},{"e":"\uD83C\uDDEB\uD83C\uDDF7","d":"flag: France","c":8,"a":["fr"],"t":["france","french"]},{"e":"\uD83C\uDDEC\uD83C\uDDE6","d":"flag: Gabon","c":8,"a":["gabon"]},{"e":"\uD83C\uDDEC\uD83C\uDDE7","d":"flag: United Kingdom","c":8,"a":["gb","uk"],"t":["flag","british"]},{"e":"\uD83C\uDDEC\uD83C\uDDE9","d":"flag: Grenada","c":8,"a":["grenada"]},{"e":"\uD83C\uDDEC\uD83C\uDDEA","d":"flag: Georgia","c":8,"a":["georgia"]},{"e":"\uD83C\uDDEC\uD83C\uDDEB","d":"flag: French Guiana","c":8,"a":["french_guiana"]},{"e":"\uD83C\uDDEC\uD83C\uDDEC","d":"flag: Guernsey","c":8,"a":["guernsey"]},{"e":"\uD83C\uDDEC\uD83C\uDDED","d":"flag: Ghana","c":8,"a":["ghana"]},{"e":"\uD83C\uDDEC\uD83C\uDDEE","d":"flag: Gibraltar","c":8,"a":["gibraltar"]},{"e":"\uD83C\uDDEC\uD83C\uDDF1","d":"flag: Greenland","c":8,"a":["greenland"]},{"e":"\uD83C\uDDEC\uD83C\uDDF2","d":"flag: Gambia","c":8,"a":["gambia"]},{"e":"\uD83C\uDDEC\uD83C\uDDF3","d":"flag: Guinea","c":8,"a":["guinea"]},{"e":"\uD83C\uDDEC\uD83C\uDDF5","d":"flag: Guadeloupe","c":8,"a":["guadeloupe"]},{"e":"\uD83C\uDDEC\uD83C\uDDF6","d":"flag: Equatorial Guinea","c":8,"a":["equatorial_guinea"]},{"e":"\uD83C\uDDEC\uD83C\uDDF7","d":"flag: Greece","c":8,"a":["greece"]},{"e":"\uD83C\uDDEC\uD83C\uDDF8","d":"flag: South Georgia & South Sandwich Islands","c":8,"a":["south_georgia_south_sandwich_islands"]},{"e":"\uD83C\uDDEC\uD83C\uDDF9","d":"flag: Guatemala","c":8,"a":["guatemala"]},{"e":"\uD83C\uDDEC\uD83C\uDDFA","d":"flag: Guam","c":8,"a":["guam"]},{"e":"\uD83C\uDDEC\uD83C\uDDFC","d":"flag: Guinea-Bissau","c":8,"a":["guinea_bissau"]},{"e":"\uD83C\uDDEC\uD83C\uDDFE","d":"flag: Guyana","c":8,"a":["guyana"]},{"e":"\uD83C\uDDED\uD83C\uDDF0","d":"flag: Hong Kong SAR China","c":8,"a":["hong_kong"]},{"e":"\uD83C\uDDED\uD83C\uDDF2","d":"flag: Heard & McDonald Islands","c":8,"a":["heard_mcdonald_islands"]},{"e":"\uD83C\uDDED\uD83C\uDDF3","d":"flag: Honduras","c":8,"a":["honduras"]},{"e":"\uD83C\uDDED\uD83C\uDDF7","d":"flag: Croatia","c":8,"a":["croatia"]},{"e":"\uD83C\uDDED\uD83C\uDDF9","d":"flag: Haiti","c":8,"a":["haiti"]},{"e":"\uD83C\uDDED\uD83C\uDDFA","d":"flag: Hungary","c":8,"a":["hungary"]},{"e":"\uD83C\uDDEE\uD83C\uDDE8","d":"flag: Canary Islands","c":8,"a":["canary_islands"]},{"e":"\uD83C\uDDEE\uD83C\uDDE9","d":"flag: Indonesia","c":8,"a":["indonesia"]},{"e":"\uD83C\uDDEE\uD83C\uDDEA","d":"flag: Ireland","c":8,"a":["ireland"]},{"e":"\uD83C\uDDEE\uD83C\uDDF1","d":"flag: Israel","c":8,"a":["israel"]},{"e":"\uD83C\uDDEE\uD83C\uDDF2","d":"flag: Isle of Man","c":8,"a":["isle_of_man"]},{"e":"\uD83C\uDDEE\uD83C\uDDF3","d":"flag: India","c":8,"a":["india"]},{"e":"\uD83C\uDDEE\uD83C\uDDF4","d":"flag: British Indian Ocean Territory","c":8,"a":["british_indian_ocean_territory"]},{"e":"\uD83C\uDDEE\uD83C\uDDF6","d":"flag: Iraq","c":8,"a":["iraq"]},{"e":"\uD83C\uDDEE\uD83C\uDDF7","d":"flag: Iran","c":8,"a":["iran"]},{"e":"\uD83C\uDDEE\uD83C\uDDF8","d":"flag: Iceland","c":8,"a":["iceland"]},{"e":"\uD83C\uDDEE\uD83C\uDDF9","d":"flag: Italy","c":8,"a":["it"],"t":["italy"]},{"e":"\uD83C\uDDEF\uD83C\uDDEA","d":"flag: Jersey","c":8,"a":["jersey"]},{"e":"\uD83C\uDDEF\uD83C\uDDF2","d":"flag: Jamaica","c":8,"a":["jamaica"]},{"e":"\uD83C\uDDEF\uD83C\uDDF4","d":"flag: Jordan","c":8,"a":["jordan"]},{"e":"\uD83C\uDDEF\uD83C\uDDF5","d":"flag: Japan","c":8,"a":["jp"],"t":["japan"]},{"e":"\uD83C\uDDF0\uD83C\uDDEA","d":"flag: Kenya","c":8,"a":["kenya"]},{"e":"\uD83C\uDDF0\uD83C\uDDEC","d":"flag: Kyrgyzstan","c":8,"a":["kyrgyzstan"]},{"e":"\uD83C\uDDF0\uD83C\uDDED","d":"flag: Cambodia","c":8,"a":["cambodia"]},{"e":"\uD83C\uDDF0\uD83C\uDDEE","d":"flag: Kiribati","c":8,"a":["kiribati"]},{"e":"\uD83C\uDDF0\uD83C\uDDF2","d":"flag: Comoros","c":8,"a":["comoros"]},{"e":"\uD83C\uDDF0\uD83C\uDDF3","d":"flag: St. Kitts & Nevis","c":8,"a":["st_kitts_nevis"]},{"e":"\uD83C\uDDF0\uD83C\uDDF5","d":"flag: North Korea","c":8,"a":["north_korea"]},{"e":"\uD83C\uDDF0\uD83C\uDDF7","d":"flag: South Korea","c":8,"a":["kr"],"t":["korea"]},{"e":"\uD83C\uDDF0\uD83C\uDDFC","d":"flag: Kuwait","c":8,"a":["kuwait"]},{"e":"\uD83C\uDDF0\uD83C\uDDFE","d":"flag: Cayman Islands","c":8,"a":["cayman_islands"]},{"e":"\uD83C\uDDF0\uD83C\uDDFF","d":"flag: Kazakhstan","c":8,"a":["kazakhstan"]},{"e":"\uD83C\uDDF1\uD83C\uDDE6","d":"flag: Laos","c":8,"a":["laos"]},{"e":"\uD83C\uDDF1\uD83C\uDDE7","d":"flag: Lebanon","c":8,"a":["lebanon"]},{"e":"\uD83C\uDDF1\uD83C\uDDE8","d":"flag: St. Lucia","c":8,"a":["st_lucia"]},{"e":"\uD83C\uDDF1\uD83C\uDDEE","d":"flag: Liechtenstein","c":8,"a":["liechtenstein"]},{"e":"\uD83C\uDDF1\uD83C\uDDF0","d":"flag: Sri Lanka","c":8,"a":["sri_lanka"]},{"e":"\uD83C\uDDF1\uD83C\uDDF7","d":"flag: Liberia","c":8,"a":["liberia"]},{"e":"\uD83C\uDDF1\uD83C\uDDF8","d":"flag: Lesotho","c":8,"a":["lesotho"]},{"e":"\uD83C\uDDF1\uD83C\uDDF9","d":"flag: Lithuania","c":8,"a":["lithuania"]},{"e":"\uD83C\uDDF1\uD83C\uDDFA","d":"flag: Luxembourg","c":8,"a":["luxembourg"]},{"e":"\uD83C\uDDF1\uD83C\uDDFB","d":"flag: Latvia","c":8,"a":["latvia"]},{"e":"\uD83C\uDDF1\uD83C\uDDFE","d":"flag: Libya","c":8,"a":["libya"]},{"e":"\uD83C\uDDF2\uD83C\uDDE6","d":"flag: Morocco","c":8,"a":["morocco"]},{"e":"\uD83C\uDDF2\uD83C\uDDE8","d":"flag: Monaco","c":8,"a":["monaco"]},{"e":"\uD83C\uDDF2\uD83C\uDDE9","d":"flag: Moldova","c":8,"a":["moldova"]},{"e":"\uD83C\uDDF2\uD83C\uDDEA","d":"flag: Montenegro","c":8,"a":["montenegro"]},{"e":"\uD83C\uDDF2\uD83C\uDDEB","d":"flag: St. Martin","c":8,"a":["st_martin"]},{"e":"\uD83C\uDDF2\uD83C\uDDEC","d":"flag: Madagascar","c":8,"a":["madagascar"]},{"e":"\uD83C\uDDF2\uD83C\uDDED","d":"flag: Marshall Islands","c":8,"a":["marshall_islands"]},{"e":"\uD83C\uDDF2\uD83C\uDDF0","d":"flag: North Macedonia","c":8,"a":["macedonia"]},{"e":"\uD83C\uDDF2\uD83C\uDDF1","d":"flag: Mali","c":8,"a":["mali"]},{"e":"\uD83C\uDDF2\uD83C\uDDF2","d":"flag: Myanmar (Burma)","c":8,"a":["myanmar"],"t":["burma"]},{"e":"\uD83C\uDDF2\uD83C\uDDF3","d":"flag: Mongolia","c":8,"a":["mongolia"]},{"e":"��\uD83C\uDDF4","d":"flag: Macao SAR China","c":8,"a":["macau"]},{"e":"\uD83C\uDDF2\uD83C\uDDF5","d":"flag: Northern Mariana Islands","c":8,"a":["northern_mariana_islands"]},{"e":"\uD83C\uDDF2\uD83C\uDDF6","d":"flag: Martinique","c":8,"a":["martinique"]},{"e":"\uD83C\uDDF2\uD83C\uDDF7","d":"flag: Mauritania","c":8,"a":["mauritania"]},{"e":"\uD83C\uDDF2\uD83C\uDDF8","d":"flag: Montserrat","c":8,"a":["montserrat"]},{"e":"\uD83C\uDDF2\uD83C\uDDF9","d":"flag: Malta","c":8,"a":["malta"]},{"e":"\uD83C\uDDF2\uD83C\uDDFA","d":"flag: Mauritius","c":8,"a":["mauritius"]},{"e":"\uD83C\uDDF2\uD83C\uDDFB","d":"flag: Maldives","c":8,"a":["maldives"]},{"e":"\uD83C\uDDF2\uD83C\uDDFC","d":"flag: Malawi","c":8,"a":["malawi"]},{"e":"\uD83C\uDDF2\uD83C\uDDFD","d":"flag: Mexico","c":8,"a":["mexico"]},{"e":"\uD83C\uDDF2\uD83C\uDDFE","d":"flag: Malaysia","c":8,"a":["malaysia"]},{"e":"\uD83C\uDDF2\uD83C\uDDFF","d":"flag: Mozambique","c":8,"a":["mozambique"]},{"e":"\uD83C\uDDF3\uD83C\uDDE6","d":"flag: Namibia","c":8,"a":["namibia"]},{"e":"\uD83C\uDDF3\uD83C\uDDE8","d":"flag: New Caledonia","c":8,"a":["new_caledonia"]},{"e":"\uD83C\uDDF3\uD83C\uDDEA","d":"flag: Niger","c":8,"a":["niger"]},{"e":"\uD83C\uDDF3\uD83C\uDDEB","d":"flag: Norfolk Island","c":8,"a":["norfolk_island"]},{"e":"\uD83C\uDDF3\uD83C\uDDEC","d":"flag: Nigeria","c":8,"a":["nigeria"]},{"e":"\uD83C\uDDF3\uD83C\uDDEE","d":"flag: Nicaragua","c":8,"a":["nicaragua"]},{"e":"\uD83C\uDDF3\uD83C\uDDF1","d":"flag: Netherlands","c":8,"a":["netherlands"]},{"e":"\uD83C\uDDF3\uD83C\uDDF4","d":"flag: Norway","c":8,"a":["norway"]},{"e":"\uD83C\uDDF3\uD83C\uDDF5","d":"flag: Nepal","c":8,"a":["nepal"]},{"e":"\uD83C\uDDF3\uD83C\uDDF7","d":"flag: Nauru","c":8,"a":["nauru"]},{"e":"\uD83C\uDDF3\uD83C\uDDFA","d":"flag: Niue","c":8,"a":["niue"]},{"e":"\uD83C\uDDF3\uD83C\uDDFF","d":"flag: New Zealand","c":8,"a":["new_zealand"]},{"e":"\uD83C\uDDF4\uD83C\uDDF2","d":"flag: Oman","c":8,"a":["oman"]},{"e":"\uD83C\uDDF5\uD83C\uDDE6","d":"flag: Panama","c":8,"a":["panama"]},{"e":"\uD83C\uDDF5\uD83C\uDDEA","d":"flag: Peru","c":8,"a":["peru"]},{"e":"\uD83C\uDDF5\uD83C\uDDEB","d":"flag: French Polynesia","c":8,"a":["french_polynesia"]},{"e":"\uD83C\uDDF5\uD83C\uDDEC","d":"flag: Papua New Guinea","c":8,"a":["papua_new_guinea"]},{"e":"\uD83C\uDDF5\uD83C\uDDED","d":"flag: Philippines","c":8,"a":["philippines"]},{"e":"\uD83C\uDDF5\uD83C\uDDF0","d":"flag: Pakistan","c":8,"a":["pakistan"]},{"e":"\uD83C\uDDF5\uD83C\uDDF1","d":"flag: Poland","c":8,"a":["poland"]},{"e":"\uD83C\uDDF5\uD83C\uDDF2","d":"flag: St. Pierre & Miquelon","c":8,"a":["st_pierre_miquelon"]},{"e":"\uD83C\uDDF5\uD83C\uDDF3","d":"flag: Pitcairn Islands","c":8,"a":["pitcairn_islands"]},{"e":"\uD83C\uDDF5\uD83C\uDDF7","d":"flag: Puerto Rico","c":8,"a":["puerto_rico"]},{"e":"\uD83C\uDDF5\uD83C\uDDF8","d":"flag: Palestinian Territories","c":8,"a":["palestinian_territories"]},{"e":"\uD83C\uDDF5\uD83C\uDDF9","d":"flag: Portugal","c":8,"a":["portugal"]},{"e":"\uD83C\uDDF5\uD83C\uDDFC","d":"flag: Palau","c":8,"a":["palau"]},{"e":"\uD83C\uDDF5\uD83C\uDDFE","d":"flag: Paraguay","c":8,"a":["paraguay"]},{"e":"\uD83C\uDDF6\uD83C\uDDE6","d":"flag: Qatar","c":8,"a":["qatar"]},{"e":"\uD83C\uDDF7\uD83C\uDDEA","d":"flag: R\xe9union","c":8,"a":["reunion"]},{"e":"\uD83C\uDDF7\uD83C\uDDF4","d":"flag: Romania","c":8,"a":["romania"]},{"e":"\uD83C\uDDF7\uD83C\uDDF8","d":"flag: Serbia","c":8,"a":["serbia"]},{"e":"\uD83C\uDDF7\uD83C\uDDFA","d":"flag: Russia","c":8,"a":["ru"],"t":["russia"]},{"e":"\uD83C\uDDF7\uD83C\uDDFC","d":"flag: Rwanda","c":8,"a":["rwanda"]},{"e":"\uD83C\uDDF8\uD83C\uDDE6","d":"flag: Saudi Arabia","c":8,"a":["saudi_arabia"]},{"e":"����\uD83C\uDDE7","d":"flag: Solomon Islands","c":8,"a":["solomon_islands"]},{"e":"\uD83C\uDDF8\uD83C\uDDE8","d":"flag: Seychelles","c":8,"a":["seychelles"]},{"e":"\uD83C\uDDF8\uD83C\uDDE9","d":"flag: Sudan","c":8,"a":["sudan"]},{"e":"\uD83C\uDDF8\uD83C\uDDEA","d":"flag: Sweden","c":8,"a":["sweden"]},{"e":"\uD83C\uDDF8\uD83C\uDDEC","d":"flag: Singapore","c":8,"a":["singapore"]},{"e":"\uD83C\uDDF8\uD83C\uDDED","d":"flag: St. Helena","c":8,"a":["st_helena"]},{"e":"\uD83C\uDDF8\uD83C\uDDEE","d":"flag: Slovenia","c":8,"a":["slovenia"]},{"e":"\uD83C\uDDF8\uD83C\uDDEF","d":"flag: Svalbard & Jan Mayen","c":8,"a":["svalbard_jan_mayen"]},{"e":"\uD83C\uDDF8\uD83C\uDDF0","d":"flag: Slovakia","c":8,"a":["slovakia"]},{"e":"\uD83C\uDDF8\uD83C\uDDF1","d":"flag: Sierra Leone","c":8,"a":["sierra_leone"]},{"e":"\uD83C\uDDF8\uD83C\uDDF2","d":"flag: San Marino","c":8,"a":["san_marino"]},{"e":"\uD83C\uDDF8\uD83C\uDDF3","d":"flag: Senegal","c":8,"a":["senegal"]},{"e":"\uD83C\uDDF8\uD83C\uDDF4","d":"flag: Somalia","c":8,"a":["somalia"]},{"e":"\uD83C\uDDF8\uD83C\uDDF7","d":"flag: Suriname","c":8,"a":["suriname"]},{"e":"\uD83C\uDDF8\uD83C\uDDF8","d":"flag: South Sudan","c":8,"a":["south_sudan"]},{"e":"\uD83C\uDDF8\uD83C\uDDF9","d":"flag: S\xe3o Tom\xe9 & Pr\xedncipe","c":8,"a":["sao_tome_principe"]},{"e":"\uD83C\uDDF8\uD83C\uDDFB","d":"flag: El Salvador","c":8,"a":["el_salvador"]},{"e":"\uD83C\uDDF8\uD83C\uDDFD","d":"flag: Sint Maarten","c":8,"a":["sint_maarten"]},{"e":"\uD83C\uDDF8\uD83C\uDDFE","d":"flag: Syria","c":8,"a":["syria"]},{"e":"\uD83C\uDDF8\uD83C\uDDFF","d":"flag: Eswatini","c":8,"a":["swaziland"]},{"e":"\uD83C\uDDF9\uD83C\uDDE6","d":"flag: Tristan da Cunha","c":8,"a":["tristan_da_cunha"]},{"e":"\uD83C\uDDF9\uD83C\uDDE8","d":"flag: Turks & Caicos Islands","c":8,"a":["turks_caicos_islands"]},{"e":"\uD83C\uDDF9\uD83C\uDDE9","d":"flag: Chad","c":8,"a":["chad"]},{"e":"\uD83C\uDDF9\uD83C\uDDEB","d":"flag: French Southern Territories","c":8,"a":["french_southern_territories"]},{"e":"\uD83C\uDDF9\uD83C\uDDEC","d":"flag: Togo","c":8,"a":["togo"]},{"e":"\uD83C\uDDF9\uD83C\uDDED","d":"flag: Thailand","c":8,"a":["thailand"]},{"e":"\uD83C\uDDF9\uD83C\uDDEF","d":"flag: Tajikistan","c":8,"a":["tajikistan"]},{"e":"\uD83C\uDDF9\uD83C\uDDF0","d":"flag: Tokelau","c":8,"a":["tokelau"]},{"e":"\uD83C\uDDF9\uD83C\uDDF1","d":"flag: Timor-Leste","c":8,"a":["timor_leste"]},{"e":"\uD83C\uDDF9\uD83C\uDDF2","d":"flag: Turkmenistan","c":8,"a":["turkmenistan"]},{"e":"\uD83C\uDDF9\uD83C\uDDF3","d":"flag: Tunisia","c":8,"a":["tunisia"]},{"e":"\uD83C\uDDF9\uD83C\uDDF4","d":"flag: Tonga","c":8,"a":["tonga"]},{"e":"\uD83C\uDDF9\uD83C\uDDF7","d":"flag: Turkey","c":8,"a":["tr"],"t":["turkey"]},{"e":"\uD83C\uDDF9\uD83C\uDDF9","d":"flag: Trinidad & Tobago","c":8,"a":["trinidad_tobago"]},{"e":"\uD83C\uDDF9\uD83C\uDDFB","d":"flag: Tuvalu","c":8,"a":["tuvalu"]},{"e":"\uD83C\uDDF9\uD83C\uDDFC","d":"flag: Taiwan","c":8,"a":["taiwan"]},{"e":"\uD83C\uDDF9\uD83C\uDDFF","d":"flag: Tanzania","c":8,"a":["tanzania"]},{"e":"\uD83C\uDDFA\uD83C\uDDE6","d":"flag: Ukraine","c":8,"a":["ukraine"]},{"e":"\uD83C\uDDFA\uD83C\uDDEC","d":"flag: Uganda","c":8,"a":["uganda"]},{"e":"\uD83C\uDDFA\uD83C\uDDF2","d":"flag: U.S. Outlying Islands","c":8,"a":["us_outlying_islands"]},{"e":"\uD83C\uDDFA\uD83C\uDDF3","d":"flag: United Nations","c":8,"a":["united_nations"]},{"e":"\uD83C\uDDFA\uD83C\uDDF8","d":"flag: United States","c":8,"a":["us"],"t":["flag","united","america"]},{"e":"\uD83C\uDDFA\uD83C\uDDFE","d":"flag: Uruguay","c":8,"a":["uruguay"]},{"e":"\uD83C\uDDFA\uD83C\uDDFF","d":"flag: Uzbekistan","c":8,"a":["uzbekistan"]},{"e":"\uD83C\uDDFB\uD83C\uDDE6","d":"flag: Vatican City","c":8,"a":["vatican_city"]},{"e":"\uD83C\uDDFB\uD83C\uDDE8","d":"flag: St. Vincent & Grenadines","c":8,"a":["st_vincent_grenadines"]},{"e":"\uD83C\uDDFB\uD83C\uDDEA","d":"flag: Venezuela","c":8,"a":["venezuela"]},{"e":"\uD83C\uDDFB\uD83C\uDDEC","d":"flag: British Virgin Islands","c":8,"a":["british_virgin_islands"]},{"e":"\uD83C\uDDFB\uD83C\uDDEE","d":"flag: U.S. Virgin Islands","c":8,"a":["us_virgin_islands"]},{"e":"\uD83C\uDDFB\uD83C\uDDF3","d":"flag: Vietnam","c":8,"a":["vietnam"]},{"e":"\uD83C\uDDFB\uD83C\uDDFA","d":"flag: Vanuatu","c":8,"a":["vanuatu"]},{"e":"\uD83C\uDDFC\uD83C\uDDEB","d":"flag: Wallis & Futuna","c":8,"a":["wallis_futuna"]},{"e":"\uD83C\uDDFC\uD83C\uDDF8","d":"flag: Samoa","c":8,"a":["samoa"]},{"e":"\uD83C\uDDFD\uD83C\uDDF0","d":"flag: Kosovo","c":8,"a":["kosovo"]},{"e":"\uD83C\uDDFE\uD83C\uDDEA","d":"flag: Yemen","c":8,"a":["yemen"]},{"e":"\uD83C\uDDFE\uD83C\uDDF9","d":"flag: Mayotte","c":8,"a":["mayotte"]},{"e":"\uD83C\uDDFF\uD83C\uDDE6","d":"flag: South Africa","c":8,"a":["south_africa"]},{"e":"\uD83C\uDDFF\uD83C\uDDF2","d":"flag: Zambia","c":8,"a":["zambia"]},{"e":"\uD83C\uDDFF\uD83C\uDDFC","d":"flag: Zimbabwe","c":8,"a":["zimbabwe"]},{"e":"\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67\uDB40\uDC7F","d":"flag: England","c":8,"a":["england"]},{"e":"\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74\uDB40\uDC7F","d":"flag: Scotland","c":8,"a":["scotland"]},{"e":"\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73\uDB40\uDC7F","d":"flag: Wales","c":8,"a":["wales"]}]}')},41950:function(t,i,n){"use strict";n.d(i,{UIBrowserSource:function(){return u}});var o=n(82749),r=n(31635),s=n(87325),a=n(38837),l=n(48538),c=n(36704);class u extends l.UIElement{className(){return"UIBrowserSource"}render(){return`<div>
205
205
  <div class="&__name"></div>
206
206
  <div class="&__tree"></div>
207
207
  </div>`}constructor(t,i){super(t,i),(0,o._)(this,"data",void 0),(0,o._)(this,"tree",void 0),(0,o._)(this,"syncMod",void 0),this.data=i,this.tree=new c.UITree(this.j,this.data.children),this.syncMod=!0;const n=this.getElm("name");(0,a.assert)(null!=n,"name element does not exists"),n.innerText=i.title||i.name;const r=this.getElm("tree");(0,a.assert)(null!=r,"tree element does not exists"),r.appendChild(this.tree.container),t.e.on(this.container,"contextmenu",n=>t.e.fire("contextmenuSource.filebrowser",i,n))}}u=(0,r.__decorate)([s.component],u)},42107:function(t,i,n){"use strict";n.r(i),i.default={Spellcheck:"拼字檢查"}},42247:function(t,i,n){"use strict";n.r(i),i.default={Spellcheck:"Yazım denetimi"}},42263:function(t,i,n){"use strict";var o=n(82758),r=n(580),s=n(21537),a=n(50911);n(78524);class l extends a.Plugin{afterInit(t){(0,s.keys)(t.o.commandToHotkeys,!1).forEach(i=>{let n=t.o.commandToHotkeys[i];n&&((0,s.isArray)(n)||(0,s.isString)(n))&&t.registerHotkeyToCommand(n,i)});let i=!1;t.e.off(".hotkeys").on([t.ow,t.ew],"keydown.hotkeys",t=>{if(t.key===o.KEY_ESC)return this.j.e.fire("escape",t)}).on("keydown.hotkeys",n=>{let o=this.onKeyPress(n),r={shouldStop:!0};if(!1===this.j.e.fire(o+".hotkey",n.type,r))if(r.shouldStop)return i=!0,t.e.stopPropagation("keydown"),!1;else n.preventDefault()},{top:!0}).on("keyup.hotkeys",()=>{if(i)return i=!1,t.e.stopPropagation("keyup"),!1},{top:!0})}beforeDestruct(t){t.events&&t.e.off(".hotkeys")}constructor(){super(...arguments),this.onKeyPress=t=>{let i=this.specialKeys[t.which],n=(t.key||String.fromCharCode(t.which)).toLowerCase(),o=[i||n];return["alt","ctrl","shift","meta"].forEach(n=>{t[n+"Key"]&&i!==n&&o.push(n)}),(0,s.normalizeKeyAliases)(o.join("+"))},this.specialKeys={8:"backspace",9:"tab",10:"return",13:"return",16:"shift",17:"ctrl",18:"alt",19:"pause",20:"capslock",27:"esc",32:"space",33:"pageup",34:"pagedown",35:"end",36:"home",37:"left",38:"up",39:"right",40:"down",45:"insert",46:"del",59:";",61:"=",91:"meta",96:"0",97:"1",98:"2",99:"3",100:"4",101:"5",102:"6",103:"7",104:"8",105:"9",106:"*",107:"+",109:"-",110:".",111:"/",112:"f1",113:"f2",114:"f3",115:"f4",116:"f5",117:"f6",118:"f7",119:"f8",120:"f9",121:"f10",122:"f11",123:"f12",144:"numlock",145:"scroll",173:"-",186:";",187:"=",188:",",189:"-",190:".",191:"/",192:"`",219:"[",220:"\\",221:"]",222:"'"}}}r.pluginSystem.add("hotkeys",l)},42312:function(t,i,n){"use strict";n.d(i,{removeFormatForSelection:function(){return a}});var o=n(2748),r=n(43555),s=n(84272);function a(t){let{s:i,editor:n,createInside:a}=t,{range:l}=i,c=l.cloneRange(),u=l.cloneRange(),d=a.fake(),h=a.fake();c.collapse(!0),u.collapse(!1),o.Dom.safeInsertNode(c,d),o.Dom.safeInsertNode(u,h),l.setStartBefore(d),l.collapse(!0),i.selectRange(l),(0,s.removeFormatForCollapsedSelection)(t,d),l.setEndAfter(h),l.collapse(!1),i.selectRange(l),(0,s.removeFormatForCollapsedSelection)(t,h);let p=[];o.Dom.between(d,h,t=>{(0,s.isInlineBlock)(t)&&!o.Dom.isTag(t,"a")&&p.push(t),o.Dom.isElement(t)&&(0,r.attr)(t,"style")&&(0,r.attr)(t,"style",null)}),p.forEach(t=>o.Dom.unwrap(t));let f=(t,i)=>{if(!o.Dom.findNotEmptySibling(t,i)){let o=t.parentNode;if(o&&o!==n&&(0,r.attr)(o,"style"))return(0,r.attr)(o,"style",null),f(o,i),!0}};f(d,!0)&&f(h,!1),l.setStartAfter(d),l.setEndBefore(h),i.selectRange(l),o.Dom.safeRemove(d),o.Dom.safeRemove(h)}},42320:function(t,i,n){"use strict";n.d(i,{isSet:function(){return r}});var o=n(23282);function r(t){return!!t&&(0,o.isFunction)(t.has)&&(0,o.isFunction)(t.add)&&(0,o.isFunction)(t.delete)}},42345:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M503 1271l-256 256q-10 9-23 9-12 0-23-9-9-10-9-23t9-23l256-256q10-9 23-9t23 9q9 10 9 23t-9 23zm169 41v320q0 14-9 23t-23 9-23-9-9-23v-320q0-14 9-23t23-9 23 9 9 23zm-224-224q0 14-9 23t-23 9h-320q-14 0-23-9t-9-23 9-23 23-9h320q14 0 23 9t9 23zm1264 128q0 120-85 203l-147 146q-83 83-203 83-121 0-204-85l-334-335q-21-21-42-56l239-18 273 274q27 27 68 27.5t68-26.5l147-146q28-28 28-67 0-40-28-68l-274-275 18-239q35 21 56 42l336 336q84 86 84 204zm-617-724l-239 18-273-274q-28-28-68-28-39 0-68 27l-147 146q-28 28-28 67 0 40 28 68l274 274-18 240q-35-21-56-42l-336-336q-84-86-84-204 0-120 85-203l147-146q83-83 203-83 121 0 204 85l334 335q21 21 42 56zm633 84q0 14-9 23t-23 9h-320q-14 0-23-9t-9-23 9-23 23-9h320q14 0 23 9t9 23zm-544-544v320q0 14-9 23t-23 9-23-9-9-23v-320q0-14 9-23t23-9 23 9 9 23zm407 151l-256 256q-11 9-23 9t-23-9q-9-10-9-23t9-23l256-256q10-9 23-9t23 9q9 10 9 23t-9 23z"/> </svg> '},42350:function(t){t.exports={"Show Blocks":"Uk\xe1zat Bloky"}},42370:function(t,i,n){"use strict";n.d(i,{UIMarkerEditor:function(){return l}});var o=n(31635),r=n(65478),s=n(14002),a=n(11093);class l extends s.UIBaseEditor{className(){return"UIMarkerEditor"}onReady(){var t;super.onReady();let i=new a.UIWysiwyg(this.j,this.options.googleMaps.inlineEditorOptions,null!=(t=this.state.text)?t:"",t=>this.j.e.fire(this,"change","text",t));this.append(i,"form")}}(0,o.__decorate)([(0,r.hook)("ready")],l.prototype,"onReady",null),l=(0,o.__decorate)([r.component],l)},42663:function(t,i,n){"use strict";n.d(i,{PersistentStore:function(){return c}});var o=n(82749),r=n(31635),s=n(91907),a=n(65478),l=n(159);class c extends s.ViewComponent{className(){return"PersistentStore"}onChangeThemeSetField(){this.theme=this.state.theme}onChangeView(){this.view=this.state.view}onChangeSortBy(){this.sortBy=this.state.sortBy}onChangeTileSize(){this.tileSize=this.state.tileSize}onChangeFavorites(){this.favorites=this.state.favorites}onChangeShowSideBar(){this.showSideBar=this.state.showSideBar}onChangeShowPreview(){this.showPreview=this.state.showPreview}onChangeShowFavorites(){this.showFavorites=this.state.showFavorites}onChangeFoldersPosition(){this.foldersPosition=this.state.foldersPosition}syncWithState(){this.state.tileSize=this.tileSize,this.state.favorites=this.favorites.map(t=>t instanceof l.FileBrowserItem?t:l.FileBrowserItem.create(t)),this.state.view=this.view,this.state.theme=this.theme,this.state.showSideBar=this.showSideBar,this.state.showPreview=this.showPreview,this.state.showFavorites=this.showFavorites,this.state.sortBy=this.sortBy,this.state.foldersPosition=this.foldersPosition}constructor(t,i){super(t),(0,o._)(this,"state",void 0),(0,o._)(this,"theme",void 0),(0,o._)(this,"sortBy",void 0),(0,o._)(this,"view",void 0),(0,o._)(this,"foldersPosition",void 0),(0,o._)(this,"tileSize",void 0),(0,o._)(this,"favorites",void 0),(0,o._)(this,"showSideBar",void 0),(0,o._)(this,"showPreview",void 0),(0,o._)(this,"showFavorites",void 0),this.state=i,this.sortBy="changed-desc",this.view="tiles",this.foldersPosition="top",this.tileSize="default",this.favorites=[],this.showSideBar=!0,this.showPreview=!1,this.showFavorites=!0}}(0,r.__decorate)([a.persistent],c.prototype,"theme",void 0),(0,r.__decorate)([a.persistent],c.prototype,"sortBy",void 0),(0,r.__decorate)([a.persistent],c.prototype,"view",void 0),(0,r.__decorate)([a.persistent],c.prototype,"foldersPosition",void 0),(0,r.__decorate)([a.persistent],c.prototype,"tileSize",void 0),(0,r.__decorate)([a.persistent],c.prototype,"favorites",void 0),(0,r.__decorate)([a.persistent],c.prototype,"showSideBar",void 0),(0,r.__decorate)([a.persistent],c.prototype,"showPreview",void 0),(0,r.__decorate)([a.persistent],c.prototype,"showFavorites",void 0),(0,r.__decorate)([(0,a.watch)("state.theme")],c.prototype,"onChangeThemeSetField",null),(0,r.__decorate)([(0,a.watch)("state.view")],c.prototype,"onChangeView",null),(0,r.__decorate)([(0,a.watch)("state.sortBy")],c.prototype,"onChangeSortBy",null),(0,r.__decorate)([(0,a.watch)("state.tileSize")],c.prototype,"onChangeTileSize",null),(0,r.__decorate)([(0,a.watch)("state.favorites")],c.prototype,"onChangeFavorites",null),(0,r.__decorate)([(0,a.watch)("state.showSideBar")],c.prototype,"onChangeShowSideBar",null),(0,r.__decorate)([(0,a.watch)("state.showPreview")],c.prototype,"onChangeShowPreview",null),(0,r.__decorate)([(0,a.watch)("state.showFavorites")],c.prototype,"onChangeShowFavorites",null),(0,r.__decorate)([(0,a.watch)("state.foldersPosition")],c.prototype,"onChangeFoldersPosition",null),c=(0,r.__decorate)([a.component],c)},42727:function(t,i,n){"use strict";n.r(i),i.default={"Line height":"Wysokość linii"}},42820:function(t,i,n){"use strict";n.r(i),i.default={Spellcheck:"Oikeinkirjoituksen tarkistus"}},42968:function(t,i,n){"use strict";n.d(i,{JElement:function(){return d}});var o=n(82749),r=n(99658),s=n(40273),a=n(82758),l=n(2748),c=n(38837);let u=new Set(a.INSEPARABLE_TAGS);class d{get isText(){return this.type===Node.TEXT_NODE}get isElement(){return this.type===Node.ELEMENT_NODE}get isComment(){return this.type===Node.COMMENT_NODE}get isSingle(){return u.has(this.name)}get length(){return this.children.length}static make(t,i=null){return new d(t,i)}wrap(t){var i;(0,c.assert)(null!=this.parent,"You can't wrap the root element");let n=d.make(document.createElement(t),this.parent),o=null!=(i=this.parent.children.indexOf(this))?i:-1;return -1===o?this.parent.append(n):this.parent.children[o]=n,n.append(this),n}append(t){return(0,c.assert)(t!==this,"Forbidden to add to yourself"),t.remove(),this.children.push(t),t.parent=this,this}get previousElement(){if(!this.parent)return null;let{children:t}=this.parent,i=t.indexOf(this);if(-1!==i){for(let n=i-1;n>=0;n-=1)if(t[n].isElement)return t[n]}return null}get lastElement(){let{children:t}=this;for(let i=t.length-1;i>=0;i-=1)if(t[i].isElement)return t[i];return null}get previous(){var t,i,n;return null!=(t=null!=(i=this.sibling(!1))?i:null==(n=this.parent)?void 0:n.previous)?t:null}get next(){var t,i,n;return null!=(t=null!=(i=this.sibling(!0))?i:null==(n=this.parent)?void 0:n.next)?t:null}sibling(t){if(!this.parent)return null;let{children:i}=this.parent,n=i.indexOf(this);return -1!==n&&i[n+(t?1:-1)]?i[n+(t?1:-1)]:null}forEach(t,i=!1){for(let n of[...this.children])if(!1===t(n)||i&&!1===n.forEach(t,!0))return!1}find(t,i=!0){let n=[];return this.forEach(i=>{t(i)&&n.push(i)},i),n}map(t){return this.children.map(t)}remove(){var t,i;let n=null==(t=this.parent)?void 0:t.children.indexOf(this);return null!=n&&-1!==n&&(null==(i=this.parent)||i.children.splice(n,1)),this}textBetween(t,i){let n=!1,o=[];return this.forEach(s=>{if(!n&&t(s)&&(n=!0),n&&s.isText&&o.push((0,r.html)(s)),n&&i(s))return!1},!0),o.join("")}constructor(t,i){(0,o._)(this,"parent",void 0),(0,o._)(this,"name",void 0),(0,o._)(this,"type",void 0),(0,o._)(this,"attributes",void 0),(0,o._)(this,"style",void 0),(0,o._)(this,"children",void 0),this.parent=i,this.name=t.nodeName.toLowerCase(),this.type=t.nodeType,this.attributes=function(t){let i={};if(l.Dom.isElement(t))for(let n=0,o=t.attributes;n<o.length;n+=1)i[o[n].name]=o[n].value;else i.nodeValue=t.nodeValue;return i}(t),this.style=new s.Style(this.attributes.style),this.children=[],t.childNodes.forEach(t=>this.children.push(d.make(t,this)))}}},43003:function(t,i,n){"use strict";var o=n(580);n(40329),o.pluginSystem.add("table",function(t){t.registerButton({name:"table",group:"insert"})})},43039:function(t){"use strict";t.exports=JSON.parse('[{"be":"#5cbf2a","bs":"#44c767","bc":"#18ab29","br":"28px","bse":"1px","bsh":false,"bsbr":0,"bsc":"#3dc21b","bsi":false,"bsox":0,"bsoy":0,"bssr":0,"fc":"#fff","ff":"Arial","fs":"17px","fse":false,"fw":false,"px":"31px","py":"16px","pbc":"#f5f5f5","s":true,"t":"green","ts":true,"tsbr":0,"tsc":"#2f6627","tsox":0,"tsoy":"1px"},{"be":"#476e9e","bs":"#7892c2","bc":"#4e6096","br":"10px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#9fb4f2","bsi":false,"bsox":0,"bsoy":0,"bssr":"2px","fc":"#fff","ff":"Arial","fs":"19px","fse":false,"fw":false,"px":"37px","py":"12px","pbc":"#f5f5f5","s":false,"t":"blue","ts":true,"tsbr":0,"tsc":"#283966","tsox":0,"tsoy":"1px"},{"be":"#408c99","bs":"#599bb3","bc":"#29668f","br":"8px","bse":0,"bsh":true,"bsbr":"14px","bsc":"#276873","bsi":false,"bsox":0,"bsoy":"10px","bssr":"-7px","fc":"#fff","ff":"Arial","fs":"20px","fse":false,"fw":true,"px":"32px","py":"13px","pbc":"#f5f5f5","s":false,"t":"turquoise","ts":true,"tsbr":0,"tsc":"#3d768a","tsox":0,"tsoy":"1px"},{"be":"#6c7c7c","bs":"#768d87","bc":"#566963","br":"5px","bse":"1px","bsh":true,"bsbr":"3px","bsc":"#91b8b3","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"23px","py":"11px","pbc":"#e8e7e2","s":false,"t":"dark grey","ts":true,"tsbr":0,"tsc":"#2b665e","tsox":0,"tsoy":"-1px"},{"be":"#72b352","bs":"#77b55a","bc":"#4b8f29","br":"4px","bse":"1px","bsh":true,"bsbr":"14px","bsc":"#3e7327","bsi":false,"bsox":0,"bsoy":"10px","bssr":"-7px","fc":"#fff","ff":"Arial","fs":"13px","fse":false,"fw":true,"px":"12px","py":"6px","pbc":"#f5f5f5","s":false,"t":"green","ts":true,"tsbr":0,"tsc":"#5b8a3c","tsox":0,"tsoy":"1px"},{"be":"#eb675e","bs":"#e4685d","bc":"#fff","br":"4px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#e67a73","bsi":true,"bsox":0,"bsoy":"39px","bssr":"-24px","fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":false,"px":"15px","py":"6px","pbc":"#f2f2f2","s":true,"t":"light red","ts":true,"tsbr":0,"tsc":"#b23e35","tsox":0,"tsoy":"1px"},{"be":"#b34332","bs":"#a73f2d","bc":"#241d13","br":0,"bse":"1px","bsh":true,"bsbr":0,"bsc":"#b54b3a","bsi":true,"bsox":0,"bsoy":"34px","bssr":"-15px","fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"23px","py":"9px","pbc":"#2a2218","s":true,"t":"brown","ts":true,"tsbr":0,"tsc":"#7a2a1d","tsox":0,"tsoy":"-1px"},{"be":"#0688fa","bs":"#2dabf9","bc":"#0b0e07","br":"3px","bse":"1px","bsh":true,"bsbr":"7px","bsc":"#29bbff","bsi":true,"bsox":0,"bsoy":"-3px","bssr":0,"fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":false,"px":"23px","py":"9px","pbc":"#1c1c1e","s":false,"t":"blue","ts":true,"tsbr":0,"tsc":"#263666","tsox":0,"tsoy":"1px"},{"be":"#415989","bs":"#2e466e","bc":"#1f2f47","br":"17px","bse":"1px","bsh":true,"bsbr":"15px","bsc":"#23395e","bsi":true,"bsox":0,"bsoy":0,"bssr":"3px","fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":false,"px":"13px","py":"6px","pbc":"#3f5c93","s":false,"t":"blue","ts":true,"tsbr":0,"tsc":"#263666","tsox":0,"tsoy":"1px"},{"be":"#bc3315","bs":"#d0451b","bc":"#942911","br":"3px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#cf866c","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"13px","fse":false,"fw":false,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"codecanyon","ts":true,"tsbr":0,"tsc":"#854629","tsox":0,"tsoy":"1px"},{"be":"#ccc2a6","bs":"#eae0c2","bc":"#333029","br":"15px","bse":"2px","bsh":true,"bsbr":0,"bsc":"#1c1b18","bsi":false,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#505739","ff":"Arial","fs":"14px","fse":false,"fw":true,"px":"16px","py":"12px","pbc":"#2d2e29","s":false,"t":"creme","ts":true,"tsbr":0,"tsc":"#fff","tsox":0,"tsoy":"1px"},{"be":"#634b30","bs":"#7d5d3b","bc":"#54381e","br":"3px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#a6827e","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"13px","fse":false,"fw":false,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"themeforest","ts":true,"tsbr":0,"tsc":"#4d3534","tsox":0,"tsoy":"1px"},{"be":"#0061a7","bs":"#007dc1","bc":"#124d77","br":"3px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#54a3f7","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"13px","fse":false,"fw":false,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"graphicriver","ts":true,"tsbr":0,"tsc":"#154682","tsox":0,"tsoy":"1px"},{"be":"#019ad2","bs":"#33bdef","bc":"#057fd0","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#f0f7fa","bsi":false,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#e2e2e2","s":false,"t":"twitter","ts":true,"tsbr":0,"tsc":"#5b6178","tsox":0,"tsoy":"-1px"},{"be":"#ffab23","bs":"#ffec64","bc":"#ffaa22","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#fff6af","bsi":false,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#333333","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#e2e2e2","s":false,"t":"twitter","ts":true,"tsbr":0,"tsc":"#ffee66","tsox":0,"tsoy":"1px"},{"be":"#68a54b","bs":"#74ad5a","bc":"#3b6e22","br":0,"bse":"1px","bsh":true,"bsbr":0,"bsc":"#9acc85","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"13px","fse":false,"fw":true,"px":"12px","py":"6px","pbc":"#f5f5f5","s":false,"t":"facebook","ts":false,"tsbr":0,"tsc":"#92b879","tsox":0,"tsoy":"1px"},{"be":"#5972a7","bs":"#637aad","bc":"#314179","br":0,"bse":"1px","bsh":true,"bsbr":0,"bsc":"#7a8eb9","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"13px","fse":false,"fw":true,"px":"12px","py":"6px","pbc":"#3b5898","s":false,"t":"facebook","ts":false,"tsbr":0,"tsc":"#7a8eb9","tsox":0,"tsoy":"1px"},{"be":"#bab1ba","bs":"#ededed","bc":"#d6bcd6","br":"15px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#899599","bsi":false,"bsox":"3px","bsoy":"4px","bssr":0,"fc":"#3a8a9e","ff":"Arial","fs":"17px","fse":false,"fw":false,"px":"25px","py":"7px","pbc":"#f5f5f5","s":false,"t":"grey","ts":true,"tsbr":0,"tsc":"#e1e2ed","tsox":0,"tsoy":"1px"},{"be":"#f24437","bs":"#c62d1f","bc":"#d02718","br":"18px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#8a2a21","bsi":false,"bsox":"3px","bsoy":"4px","bssr":0,"fc":"#fff","ff":"Arial","fs":"17px","fse":false,"fw":false,"px":"25px","py":"7px","pbc":"#f5f5f5","s":false,"t":"red","ts":true,"tsbr":0,"tsc":"#810e05","tsox":0,"tsoy":"1px"},{"be":"#378de5","bs":"#79bbff","bc":"#337bc4","br":"5px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#1564ad","bsi":false,"bsox":"3px","bsoy":"4px","bssr":0,"fc":"#fff","ff":"Arial","fs":"17px","fse":false,"fw":true,"px":"44px","py":"12px","pbc":"#f5f5f5","s":false,"t":"blue","ts":true,"tsbr":0,"tsc":"#528ecc","tsox":0,"tsoy":"1px"},{"be":"#9ba892","bs":"#dbe6c4","bc":"#b2b8ad","br":"6px","bse":"1px","bsh":true,"bsbr":"14px","bsc":"#f2fadc","bsi":true,"bsox":0,"bsoy":0,"bssr":"-3px","fc":"#757d6f","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"olive","ts":true,"tsbr":0,"tsc":"#ced9bf","tsox":0,"tsoy":"1px"},{"be":"#bc80ea","bs":"#dfbdfa","bc":"#c584f3","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#efdcfb","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"purple","ts":true,"tsbr":0,"tsc":"#9752cc","tsox":0,"tsoy":"1px"},{"be":"#80b5ea","bs":"#bddbfa","bc":"#84bbf3","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#dcecfb","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"light blue","ts":true,"tsbr":0,"tsc":"#528ecc","tsox":0,"tsoy":"1px"},{"be":"#f6f6f6","bs":"#fff","bc":"#dcdcdc","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#fff","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#666666","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"white","ts":true,"tsbr":0,"tsc":"#fff","tsox":0,"tsoy":"1px"},{"be":"#e4685d","bs":"#fc8d83","bc":"#d83526","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#f7c5c0","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"light red","ts":true,"tsbr":0,"tsc":"#b23e35","tsox":0,"tsoy":"1px"},{"be":"#468ccf","bs":"#63b8ee","bc":"#3866a3","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#bee2f9","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#14396a","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"dark blue","ts":true,"tsbr":0,"tsc":"#7cacde","tsox":0,"tsoy":"1px"},{"be":"#ffab23","bs":"#ffec64","bc":"#ffaa22","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#fff6af","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#333333","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"orange","ts":true,"tsbr":0,"tsc":"#ffee66","tsox":0,"tsoy":"1px"},{"be":"#77a809","bs":"#89c403","bc":"#74b807","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#a4e271","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"green","ts":true,"tsbr":0,"tsc":"#528009","tsox":0,"tsoy":"1px"},{"be":"#e9e9e9","bs":"#f9f9f9","bc":"#dcdcdc","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#fff","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#666666","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"light grey","ts":true,"tsbr":0,"tsc":"#fff","tsox":0,"tsoy":"1px"},{"be":"#a20dbd","bs":"#c123de","bc":"#a511c0","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#e184f3","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"purple","ts":true,"tsbr":0,"tsc":"#9b14b3","tsox":0,"tsoy":"1px"},{"be":"#1e62d0","bs":"#3d94f6","bc":"#337fed","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#97c4fe","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"blue","ts":true,"tsbr":0,"tsc":"#1570cd","tsox":0,"tsoy":"1px"},{"be":"#ef027d","bs":"#ff5bb0","bc":"#ee1eb5","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#fbafe3","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"pink","ts":true,"tsbr":0,"tsc":"#c70067","tsox":0,"tsoy":"1px"},{"be":"#f2ab1e","bs":"#f0c911","bc":"#e65f44","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#f9eca0","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#c92200","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"orange","ts":true,"tsbr":0,"tsc":"#ded17c","tsox":0,"tsoy":"1px"},{"be":"#c62d1f","bs":"#f24537","bc":"#d02718","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#f5978e","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"red","ts":true,"tsbr":0,"tsc":"#810e05","tsox":0,"tsoy":"1px"},{"be":"#a5cc52","bs":"#b8e356","bc":"#83c41a","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#d9fbbe","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"light green","ts":true,"tsbr":0,"tsc":"#86ae47","tsox":0,"tsoy":"1px"},{"be":"#fb9e25","bs":"#ffc477","bc":"#eeb44f","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#fce2c1","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"light orange","ts":true,"tsbr":0,"tsc":"#cc9f52","tsox":0,"tsoy":"1px"},{"be":"#dfdfdf","bs":"#ededed","bc":"#dcdcdc","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#fff","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#777777","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"grey","ts":true,"tsbr":0,"tsc":"#fff","tsox":0,"tsoy":"1px"},{"be":"#378de5","bs":"#79bbff","bc":"#84bbf3","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#bbdaf7","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"blue","ts":true,"tsbr":0,"tsc":"#528ecc","tsox":0,"tsoy":"1px"},{"be":"#5cb811","bs":"#77d42a","bc":"#268a16","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#caefab","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#306108","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"green","ts":true,"tsbr":0,"tsc":"#aade7c","tsox":0,"tsoy":"1px"},{"be":"#ce0100","bs":"#fe1a00","bc":"#d83526","br":"6px","bse":"1px","bsh":true,"bsbr":0,"bsc":"#f29c93","bsi":true,"bsox":0,"bsoy":"1px","bssr":0,"fc":"#fff","ff":"Arial","fs":"15px","fse":false,"fw":true,"px":"24px","py":"6px","pbc":"#f5f5f5","s":false,"t":"red","ts":true,"tsbr":0,"tsc":"#b23e35","tsox":0,"tsoy":"1px"}]')},43267:function(t,i,n){"use strict";n.r(i),n.d(i,{checkBlockNesting:function(){return o.checkBlockNesting}});var o=n(78720)},43463:function(t,i,n){"use strict";n.d(i,{moveTheNodeAlongTheEdgeOutward:function(){return r}});var o=n(2748);function r(t,i,n){let r=t;for(;r&&r!==n&&!(o.Dom.findSibling(r,i)||o.Dom.isBlock(r.parentElement));)(r=r.parentElement)&&r!==n&&(i?o.Dom.before(r,t):o.Dom.after(r,t))}},43478:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1664 960q-152-236-381-353 61 104 61 225 0 185-131.5 316.5t-316.5 131.5-316.5-131.5-131.5-316.5q0-121 61-225-229 117-381 353 133 205 333.5 326.5t434.5 121.5 434.5-121.5 333.5-326.5zm-720-384q0-20-14-34t-34-14q-125 0-214.5 89.5t-89.5 214.5q0 20 14 34t34 14 34-14 14-34q0-86 61-147t147-61q20 0 34-14t14-34zm848 384q0 34-20 69-140 230-376.5 368.5t-499.5 138.5-499.5-139-376.5-368q-20-35-20-69t20-69q140-229 376.5-368t499.5-139 499.5 139 376.5 368q20 35 20 69z"/> </svg> '},43555:function(t,i,n){"use strict";n.d(i,{$$:function(){return E.$$},ConfigDeepFlatten:function(){return d.ConfigDeepFlatten},ConfigFlatten:function(){return d.ConfigFlatten},ConfigProto:function(){return d.ConfigProto},ConnectionError:function(){return b.ConnectionError},LimitedStack:function(){return A.LimitedStack},OptionsError:function(){return b.OptionsError},abort:function(){return b.abort},alignElement:function(){return o.alignElement},alreadyLoadedList:function(){return r.alreadyLoadedList},appendScriptAsync:function(){return r.appendScriptAsync},appendStyleAsync:function(){return r.appendStyleAsync},assert:function(){return s.assert},attr:function(){return a.attr},browser:function(){return l.browser},buildQuery:function(){return c.buildQuery},call:function(){return j.call},callPromise:function(){return j.callPromise},clearAlign:function(){return o.clearAlign},clearCenterAlign:function(){return p.clearCenterAlign},cns:function(){return C.cns},completeUrl:function(){return u.completeUrl},connection:function(){return b.connection},convertMediaUrlToVideoEmbed:function(){return h.convertMediaUrlToVideoEmbed},css:function(){return p.css},cssPath:function(){return E.cssPath},ctrlKey:function(){return f.ctrlKey},dataBind:function(){return m.dataBind},defaultLanguage:function(){return g.defaultLanguage},error:function(){return b.error},fastClone:function(){return v.fastClone},get:function(){return y.get},getClassName:function(){return w.getClassName},getDataTransfer:function(){return j.getDataTransfer},getPropertyDescriptor:function(){return j.getPropertyDescriptor},getXPathByElement:function(){return E.getXPathByElement},hAlignElement:function(){return o.hAlignElement},humanSizeToBytes:function(){return _.humanSizeToBytes},inView:function(){return I.inView},isAtom:function(){return v.isAtom},keepNames:function(){return w.keepNames},keys:function(){return j.keys},loadImage:function(){return j.loadImage},loadNext:function(){return r.loadNext},loadNextStyle:function(){return r.loadNextStyle},markAsAtomic:function(){return v.markAsAtomic},markDeprecated:function(){return C.markDeprecated},markOwner:function(){return j.markOwner},memorizeExec:function(){return j.memorizeExec},options:function(){return b.options},parseQuery:function(){return k.parseQuery},previewBox:function(){return S.previewBox},refs:function(){return E.refs},reset:function(){return x.reset},resolveElement:function(){return E.resolveElement},scrollIntoViewIfNeeded:function(){return I.scrollIntoViewIfNeeded},set:function(){return T.set}});var o=n(25726),r=n(63799),s=n(38837),a=n(29960),l=n(97639),c=n(44710),u=n(66292),d=n(68934),h=n(55877),p=n(41180),f=n(15456),m=n(86583),g=n(96325),b=n(89890),v=n(97735),y=n(94643),w=n(80568),_=n(38420),C=n(95942),k=n(82501),S=n(11628),x=n(58844),I=n(26395),E=n(76078),T=n(3703),A=n(50535),j=n(37790)},43646:function(t,i,n){"use strict";n.r(i),i.default={"Line height":"Altura da linha"}},43649:function(t,i,n){"use strict";n.d(i,{flatButtonsSet:function(){return s},isButtonGroup:function(){return r}});var o=n(68345);let r=t=>(0,o.isArray)(t.buttons);function s(t,i){let n=i.getRegisteredButtonGroups();return new Set(t.reduce((t,i)=>{var o;return r(i)?t=t.concat([...i.buttons,...null!=(o=n[i.group])?o:[]]):t.push(i),t},[]))}},43692:function(t,i,n){"use strict";n.d(i,{UIBrowserFolder:function(){return c}});var o=n(82749),r=n(31635),s=n(87325),a=n(38837),l=n(67510);class c extends l.UIElement{className(){return"UIBrowserFolder"}render(){return`<div>
@@ -421,7 +421,7 @@ ${s}`.trim();n?await this.__executeQuickCommandSilent(c,s):await this.__executeQ
421
421
  scr.src = 'https://maps.googleapis.com/maps/api/js?key=${t.o.googleMaps.API_KEY}&language=${t.o.language}&callback=CreateGMap${i.uid}';
422
422
  document.appendChild(scr);
423
423
  }
424
- /*]]>*/</script>`.replace(/[\n\t]+/g,"")}},61872:function(t,i,n){"use strict";n.d(i,{processArtifacts:function(){return a},processFinalResponse:function(){return s},processStreamingResponse:function(){return r}});var o=n(61558);async function r(t,i,n){let r=(0,o.createAIMessage)(),s=-1;for await(let a of i.stream){switch(a.type){case"created":r={...r,id:a.response.responseId,content:""},s=n.messages.length;break;case"text-delta":r={...r,content:r.content+a.delta};break;case"completed":r={...r,toolCalls:a.response.toolCalls||[],artifacts:a.response.artifacts||[]};break;case"error":{let t=(0,o.createErrorMessage)(a.error);r={...r,id:t.id,content:t.content}}}if(r.id){let i=n.messages.slice();i[s>=0?s:n.messages.length]=r,n={...n,messages:i,updated:Date.now()},t.setCurrentConversation(n)}}return{aiMessage:r,index:s,conversation:n}}function s(t,i){let n={...(0,o.createAIMessage)(),id:t.response.responseId,content:t.response.content,toolCalls:t.response.toolCalls||[],artifacts:t.response.artifacts||[]},r=i.messages.slice();return r.push(n),{aiMessage:n,index:(i={...i,messages:r,updated:Date.now()}).messages.length-1,conversation:i}}async function a(t,i,n,r){if(i.artifacts&&i.artifacts.length>0){let s=n.messages.slice();return s[r]={...s[r],artifacts:await (0,o.uploadArtifacts)(t,i.artifacts)},{...n,messages:s,updated:Date.now()}}return n}},61926:function(t,i,n){"use strict";var o=n(6441);o.Config.prototype.showPlaceholder=!0,o.Config.prototype.placeholder="Type something",o.Config.prototype.useInputsPlaceholder=!0},61991:function(t,i,n){"use strict";n.d(i,{checkUnsplittableBox:function(){return r}});var o=n(2748);function r(t,i,n){return!!o.Dom.canSplitBlock(n)||(o.Dom.before(t,i.createInside.element("br")),!1)}},62e3:function(t,i,n){"use strict";var o=n(27613),r=n(41180);let s=t=>t.args&&(0,o.isString)(t.args[0])?t.args[0].toLowerCase():"";i.default=["brushCell",{name:"valign",list:["Top","Middle","Bottom","Normal"],childTemplate:(t,i,n)=>n,exec:(t,i,{control:n})=>{let o=s(n);t.getInstance("Table",t.o).getAllSelectedCells().forEach(t=>{(0,r.css)(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:(t,i,{control:n})=>{if(!(0,o.isJoditObject)(t))return;if(!n.args)return!1;let r=s(n);t.execCommand(r,!1,i)},tooltip:"Add column"},{name:"addrow",list:{tableaddrowbefore:"Insert row above",tableaddrowafter:"Insert row below"},exec:(t,i,{control:n})=>{if(!(0,o.isJoditObject)(t))return;if(!n.args)return!1;let r=s(n);t.execCommand(r,!1,i)},tooltip:"Add row"},{name:"delete",icon:"bin",list:{tablebin:"Delete table",tablebinrow:"Delete row",tablebincolumn:"Delete column",tableempty:"Empty cell"},exec:(t,i,{control:n})=>{if(!(0,o.isJoditObject)(t))return;if(!n.args)return!1;let r=s(n);t.execCommand(r,!1,i),t.e.fire("hidePopup")},tooltip:"Delete"}]},62232:function(t,i){"use strict";i.default={"Type something":"Scrivi qualcosa...",Advanced:"Avanzato","About Jodit":"A proposito di Jodit","Jodit Editor":"Jodit Editor","Jodit User's Guide":"Guida utente di Jodit","contains detailed help for using":"contiene una guida dettagliata per l'uso.","For information about the license, please go to our website:":"Per informazioni sulla licenza, si prega di visitare il nostro sito web:","Buy full version":"Acquista la versione completa","Copyright \xa9 XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Copyright \xa9 XDSoft.net - Chupurnov Valeriy. Tutti i diritti riservati.",Anchor:"Link","Open in new tab":"Apri in una nuova scheda","Open in fullsize":"Apri l'editor a schermo intero","Clear Formatting":"Pulisci Formattazione","Fill color or set the text color":"Colore di sfondo o del testo",Redo:"Ripristina",Undo:"Annulla",Bold:"Grassetto",Italic:"Corsivo","Insert Unordered List":"Inserisci lista non ordinata","Insert Ordered List":"Inserisci lista ordinata","Align Center":"Allinea al centro","Align Justify":"Allineamento Giustificato","Align Left":"Allinea a Sinistra","Align Right":"Allinea a Destra","Insert Horizontal Line":"Inserisci una linea orizzontale","Insert Image":"Inserisci immagine","Insert file":"Inserisci un file","Insert youtube/vimeo video":"Inserisci video Youtube/Vimeo","Insert link":"Inserisci link","Font size":"Dimensione carattere","Font family":"Tipo di font","Insert format block":"Inserisci blocco",Normal:"Normale","Heading 1":"Intestazione 1","Heading 2":"Intestazione 2","Heading 3":"Intestazione 3","Heading 4":"Intestazione 4",Quote:"Citazione",Code:"Codice",Insert:"Inserisci","Insert table":"Inserisci tabella","Decrease Indent":"Riduci il rientro","Increase Indent":"Aumenta il rientro","Select Special Character":"Seleziona un carattere speciale","Insert Special Character":"Inserisci un carattere speciale","Paint format":"Copia formato","Change mode":"Cambia modalita'",Margins:"Margini",top:"su",right:"destra",bottom:"gi\xf9",left:"sinistra",Styles:"Stili CSS",Classes:"Classi CSS",Align:"Allinea",Right:"Destra",Center:"Centro",Left:"Sinistra","--Not Set--":"--Non Impostato--",Src:"Fonte",Title:"Titolo",Alternative:"Testo Alternativo",Link:"Link","Open link in new tab":"Apri il link in una nuova scheda",Image:"Immagine",file:"Archivio","Image properties":"Propriet\xe0 dell'immagine",Cancel:"Annulla",Ok:"Accetta","Your code is similar to HTML. Keep as HTML?":"Il codice \xe8 simile all'HTML. Mantieni come HTML?","Paste as HTML":"Incolla come HTML",Keep:"Mantieni",Clean:"Pulisci","Insert as Text":"Inserisci come testo","Word Paste Detected":"Incolla testo da Word rilevato","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"Il contenuto incollato proviene da un documento Microsoft Word / Excel. Vuoi mantenere il formato o pulirlo?","Insert only Text":"Inserisci solo il testo","File Browser":"Cerca file","Error on load list":"Errore durante il caricamento dell'elenco","Error on load folders":"Errore durante il caricamento delle cartelle","Are you sure?":"Sei sicuro?","Enter Directory name":"Inserisci il nome della cartella","Create directory":"Crea cartella","type name":"Digita il nome","Drop image":"Cancella immagine","Drop file":"Cancella file","or click":"o clicca","Alternative text":"Testo alternativo",Browse:"Sfoglia",Upload:"Carica",Background:"Sfondo",Text:"Testo",Top:"Su",Middle:"Centro",Bottom:"Sotto","Insert column before":"Inserisci la colonna prima","Insert column after":"Inserisci la colonna dopo","Insert row above":"Inserisci la riga sopra","Insert row below":"Inserisci la riga sotto","Delete table":"Elimina tabella","Delete row":"Elimina riga","Delete column":"Elimina colonna","Empty cell":"Cella vuota",Delete:"Cancella","Strike through":"Barrato",Underline:"Sottolineato",Break:"Pausa","Search for":"Cerca per","Replace with":"Sostituisci con",Replace:"Sostituisci",Edit:"Modifica","Vertical align":"Allineamento verticala","Horizontal align":"Allineamento orizzontale",Filter:"Filtro","Sort by changed":"Ordina per data di modifica","Sort by name":"Ordina per nome","Sort by size":"Ordina per dimensione","Add folder":"Aggiungi cartella",Split:"Dividi","Split vertical":"Dividi verticalmente","Split horizontal":"Dividi orizzontale",Merge:"Fondi","Add column":"Aggiungi colonna","Add row":"Aggiungi riga",Border:"Bordo","Embed code":"Includi codice",Update:"Aggiorna",superscript:"indice",subscript:"pedice","Cut selection":"Taglia selezione",Paste:"Incolla","Choose Content to Paste":"Seleziona il contenuto da incollare","Chars: %d":"Caratteri: %d","Words: %d":"Parole: %d",All:"Tutto","Select %s":"Seleziona: %s","Select all":"Seleziona tutto",source:"risorsa",bold:"Grassetto",italic:"Corsivo",brush:"Pennello",link:"Link",undo:"Annulla",redo:"Ripristina",table:"Tabella",image:"Immagine",eraser:"Gomma",paragraph:"Paragrafo",fontsize:"Dimensione del carattere",video:"Video",font:"Font",about:"Approposito di",print:"Stampa",underline:"Sottolineato",strikethrough:"Barrato",indent:"aumenta rientro",outdent:"riduci rientro",fullsize:"espandi",shrink:"comprimi",hr:"linea orizzontale",ul:"lista non ordinata",ol:"lista ordinata",cut:"Taglia",selectall:"Seleziona tutto","Open link":"Apri link","Edit link":"Modifica link","No follow":"Non seguire",Unlink:"Rimuovi link",Eye:"Recensione",pencil:"Per modificare"," URL":" URL",Reset:"Reset",Save:"Salva","Save as ...":"Salva con nome...",Resize:"Ridimensiona",Crop:"Ritaglia",Width:"Larghezza",Height:"Altezza","Keep Aspect Ratio":"Mantieni le proporzioni",Yes:"Si",No:"No",Remove:"Rimuovi",Select:"Seleziona","You can only edit your own images. Download this image on the host?":"Puoi modificare solo le tue immagini. Vuoi scaricare questa immagine dal server?","The image has been successfully uploaded to the host!":"L'immagine \xe8 stata caricata correttamente sul server!",palette:"tavolozza","There are no files":"Non ci sono file in questa directory.",Rename:"Rinomina","Enter new name":"Inserisci un nuovo nome",preview:"anteprima",download:"Scarica","Paste from clipboard":"Incolla dagli appunti","Your browser doesn't support direct access to the clipboard.":"Il tuo browser non supporta l'accesso diretto agli appunti.","Copy selection":"Copia selezione",copy:"copia","Border radius":"Border radius","Show all":"Mostra tutti",Apply:"Applica","Please fill out this field":"Si prega di compilare questo campo","Please enter a web address":"Si prega di inserire un indirizzo web",Default:"Default",Circle:"Cerchio",Dot:"Punto",Quadrate:"Quadrato","Lower Alpha":"Lettera Minuscola","Lower Greek":"Lettera Greca Minuscola","Lower Roman":"Numero Romano Minuscolo","Upper Alpha":"Lettera Maiuscola","Upper Roman":"Numero Romano Maiuscolo",Find:"Trova","Find Previous":"Trova Precedente","Find Next":"Trova Successivo","Insert className":"Inserisci il nome della classe","Press Alt for custom resizing":"Premere Alt per il ridimensionamento personalizzato","License: %s":"Licenza: %s"}},62357:function(t,i,n){"use strict";n.d(i,{UIRange:function(){return c}});var o=n(82749),r=n(31635),s=n(65478),a=n(21537),l=n(67510);class c extends l.UIInput{className(){return"UIRange"}appendUIRange(){let t=this.j.create.div(this.getFullElName("slider"));this.container.appendChild(t);let i=this.j.create.div(this.getFullElName("handle"));t.appendChild(i);let n=this.j.create.div(this.getFullElName("log")),o=this.getElm("label");o&&o.appendChild(n)}onDragStart(t){this.startValue=parseFloat(this.value)||0,this.startX=t.clientX;let i=this.getElm("slider");(0,a.assert)(null!=i,"slider element does not exists"),this.width=i.offsetWidth,this.j.e.on(this.j.ow,"mousemove",this.onDrag)}onDrag(t){let{min:i,max:n,step:o=1}=this.state,r=(t.clientX-this.startX)/this.width*(this.state.max-this.state.min),s=this.startValue+r;s<i&&(s=i),s>n&&(s=n),s=Math.round(s/o)*o,this.value=s.toFixed(10)}onDragEnd(){this.j.e.off(this.j.ow,"mousemove",this.onDrag)}onChangeSelfValue(){let t=this.getElm("handle"),i=parseFloat(this.value)||0;(0,a.assert)(null!=t,"Handle element does not exist"),(0,a.css)(t,{left:(i-this.state.min)/(this.state.max-this.state.min)*100+"%"});let n=this.getElm("log");(0,a.assert)(null!=n,"log element does not exist"),n.innerText=i.toString()}destruct(){return this.onDragEnd(),super.destruct()}constructor(t,i){super(t,{...i,type:"hidden"}),(0,o._)(this,"state",{...l.UIInput.defaultState,min:0,max:100,step:1}),(0,o._)(this,"startValue",0),(0,o._)(this,"startX",0),(0,o._)(this,"width",100),Object.assign(this.state,i),this.appendUIRange(),this.onChangeSelfValue()}}(0,r.__decorate)([(0,s.watch)(["handle:mousedown","handle:touchstart"])],c.prototype,"onDragStart",null),(0,r.__decorate)([s.autobind],c.prototype,"onDrag",null),(0,r.__decorate)([(0,s.watch)(["j.ow:mouseup","j.ow:touchend"])],c.prototype,"onDragEnd",null),(0,r.__decorate)([(0,s.watch)(":change")],c.prototype,"onChangeSelfValue",null),c=(0,r.__decorate)([s.component],c)},62395:function(t,i,n){"use strict";n.r(i),i.default={newline:"nuova riga",delete:"eliminare",space:"spazio","Speech Recognize":"Discorso Riconoscere",Sound:"Suono","Interim Results":"Risultati intermedi"}},62405:function(t,i,n){"use strict";n.d(i,{UIGroup:function(){return d}});var o,r=n(4012),s=n(65478),a=n(2748),l=n(21537),c=n(48538),u=function(t,i,n,o){var r,s=arguments.length,a=s<3?i:null===o?o=Object.getOwnPropertyDescriptor(i,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,o);else for(var l=t.length-1;l>=0;l--)(r=t[l])&&(a=(s<3?r(a):s>3?r(i,n,a):r(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a};let d=o=class t extends c.UIElement{className(){return"UIGroup"}get allChildren(){let t=[],i=[...this.elements];for(;i.length;){let n=i.shift();(0,l.isArray)(n)?i.push(...n):r.Component.isInstanceOf(n,o)?i.push(...n.elements):n&&t.push(n)}return t}update(){this.elements.forEach(t=>t.update()),this.setMod("size",this.buttonSize)}append(t,i){let n;if((0,l.isArray)(t)){if("number"==typeof i)throw Error("You can not use index when append array of elements");return t.forEach(t=>this.append(t,i)),this}if("number"==typeof i?(n=Math.min(Math.max(0,i),this.elements.length),this.elements.splice(n,0,t)):this.elements.push(t),t.name&&t.container.classList.add(this.getFullElName(t.name)),i&&"string"==typeof i){let n=this.getElm(i);if(null==n)throw Error("Element does not exist");n.appendChild(t.container)}else this.appendChildToContainer(t.container,n);return t.parentElement=this,this}afterSetMod(t,i){this.syncMod&&this.elements.forEach(n=>n.setMod(t,i))}appendChildToContainer(t,i){void 0===i||i<0||i>this.elements.length-1||null==this.container.children[i]?this.container.appendChild(t):this.container.insertBefore(t,this.container.children[i])}remove(t){let i=this.elements.indexOf(t);return -1!==i&&(this.elements.splice(i,1),a.Dom.safeRemove(t.container),t.parentElement=null),this}clear(){return this.elements.forEach(t=>t.destruct()),this.elements.length=0,this}setParentView(t){var i;return null==(i=this.elements)||i.forEach(i=>i.setParentView(t)),super.setParentView(t)}destruct(){return this.clear(),super.destruct()}constructor(t,i,n){super(t,n),this.options=n,this.syncMod=!1,this.elements=[],this.buttonSize="middle",null==i||i.forEach(t=>t&&this.append(t)),(null==n?void 0:n.name)&&(this.name=n.name)}};u([(0,s.watch)("buttonSize")],d.prototype,"update",null),d=o=u([s.component],d)},62489:function(t,i,n){"use strict";var o=n(12153),r=n(6441),s=n(49922),a=n(72144);r.Config.prototype.imageeditor={min_width:20,min_height:20,closeAfterSave:!1,width:"85%",height:"85%",crop:!0,resize:!0,resizeUseRatio:!0,resizeMinWidth:20,resizeMinHeight:20,cropUseRatio:!0,cropDefaultWidth:"70%",cropDefaultHeight:"70%"},o.Icon.set("crop",s.default).set("resize",a.default)},62553:function(t,i,n){"use strict";n.r(i),n.d(i,{description:function(){return r},name:function(){return o},parameters:function(){return s},requiresPermission:function(){return a}});let o="replaceInDocument",r="Find and replace text or HTML patterns throughout the entire document",s=[{name:"search",type:"string",description:"Text or pattern to search for",required:!0},{name:"replace",type:"string",description:"Replacement text or HTML",required:!0},{name:"useRegex",type:"boolean",description:"If true, treats search as a regular expression",required:!1,default:!1},{name:"useSelector",type:"string",description:"CSS selector to narrow down the search scope to specific elements",required:!1}],a=!0},62700:function(t,i){"use strict";i.default={"Type something":"なにかタイプしてください",Advanced:"高度な設定","About Jodit":"Joditについて","Jodit Editor":"Jodit Editor","Jodit User's Guide":"Jodit ユーザーズ・ガイド","contains detailed help for using":"詳しい使い方","For information about the license, please go to our website:":"ライセンス詳細についてはJodit Webサイトを確認ください:","Buy full version":"フルバージョンを購入","Copyright \xa9 XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Copyright \xa9 XDSoft.net - Chupurnov Valeriy. All rights reserved.",Anchor:"Anchor","Open in new tab":"新しいタブで開く","Open in fullsize":"エディターのサイズ(フル/ノーマル)","Clear Formatting":"書式をクリア","Fill color or set the text color":"テキストの色",Redo:"やり直し",Undo:"元に戻す",Bold:"太字",Italic:"斜体","Insert Unordered List":"箇条書き","Insert Ordered List":"番号付きリスト","Align Center":"中央揃え","Align Justify":"両端揃え","Align Left":"左揃え","Align Right":"右揃え","Insert Horizontal Line":"区切り線を挿入","Insert Image":"画像を挿入","Insert file":"ファイルを挿入","Insert youtube/vimeo video":"Youtube/Vimeo 動画","Insert link":"リンクを挿入","Font size":"フォントサイズ","Font family":"フォント","Insert format block":"テキストのスタイル",Normal:"指定なし","Heading 1":"タイトル1","Heading 2":"タイトル2","Heading 3":"タイトル3","Heading 4":"タイトル4",Quote:"引用",Code:"コード",Insert:"挿入","Insert table":"表を挿入","Decrease Indent":"インデント減","Increase Indent":"インデント増","Select Special Character":"特殊文字を選択","Insert Special Character":"特殊文字を挿入","Paint format":"書式を貼付け","Change mode":"編集モード切替え",Margins:"マージン",top:"上",right:"右",bottom:"下",left:"左",Styles:"スタイル",Classes:"クラス",Align:"配置",Right:"右寄せ",Center:"中央寄せ",Left:"左寄せ","--Not Set--":"指定なし",Src:"ソース",Title:"タイトル",Alternative:"代替テキスト",Link:"リンク","Open link in new tab":"新しいタブで開く",Image:"画像",file:"ファイル","Image properties":"画像のプロパティー",Cancel:"キャンセル",Ok:"確定","Your code is similar to HTML. Keep as HTML?":"HTMLコードを保持しますか?","Paste as HTML":"HTMLで貼付け",Keep:"HTMLを保持",Clean:"Clean","Insert as Text":"HTMLをテキストにする","Word Paste Detected":"Word Paste Detected","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?","Insert only Text":"テキストだけ","File Browser":"File Browser","Error on load list":"Error on load list","Error on load folders":"Error on load folders","Are you sure?":"Are you sure?","Enter Directory name":"Enter Directory name","Create directory":"Create directory","type name":"type name","Drop image":"ここに画像をドロップ","Drop file":"ここにファイルをドロップ","or click":"or クリック","Alternative text":"代替テキスト",Browse:"ブラウズ",Upload:"アップロード",Background:"背景",Text:"文字",Top:"上",Middle:"中央",Bottom:"下","Insert column before":"左に列を挿入","Insert column after":"右に列を挿入","Insert row above":"上に行を挿入","Insert row below":"下に行を挿入","Delete table":"表を削除","Delete row":"行を削除","Delete column":"列を削除","Empty cell":"セルを空にする","Chars: %d":"文字数: %d","Words: %d":"単語数: %d","Strike through":"取り消し線",Underline:"下線",superscript:"上付き文字",subscript:"下付き文字","Cut selection":"切り取り","Select all":"すべて選択",Break:"Pause","Search for":"検索","Replace with":"置換",Replace:"交換",Paste:"貼付け","Choose Content to Paste":"選択した内容を貼付け",All:"全部",source:"source",bold:"bold",italic:"italic",brush:"brush",link:"link",undo:"undo",redo:"redo",table:"table",image:"image",eraser:"eraser",paragraph:"paragraph",fontsize:"fontsize",video:"video",font:"font",about:"about",print:"print",underline:"underline",strikethrough:"strikethrough",indent:"indent",outdent:"outdent",fullsize:"fullsize",shrink:"shrink",hr:"分割線",ul:"箇条書き",ol:"番号付きリスト",cut:"切り取り",selectall:"すべて選択","Open link":"リンクを開く","Edit link":"リンクを編集","No follow":"No follow",Unlink:"リンク解除",Eye:"サイトを確認"," URL":"URL",Reset:"リセット",Save:"保存","Save as ...":"Save as ...",Resize:"リサイズ",Crop:"Crop",Width:"幅",Height:"高さ","Keep Aspect Ratio":"縦横比を保持",Yes:"はい",No:"いいえ",Remove:"移除",Select:"選択","Select %s":"選択: %s",Update:"更新","Vertical align":"垂直方向の配置",Merge:"セルの結合","Add column":"列を追加","Add row":"行を追加",Border:"境界線","Embed code":"埋め込みコード",Delete:"削除",Edit:"編集","Horizontal align":"水平方向の配置",Filter:"Filter","Sort by changed":"Sort by changed","Sort by name":"Sort by name","Sort by size":"Sort by size","Add folder":"Add folder",Split:"分割","Split vertical":"セルの分割(垂直方向)","Split horizontal":"セルの分割(水平方向)","You can only edit your own images. Download this image on the host?":"You can only edit your own images. Download this image on the host?","The image has been successfully uploaded to the host!":"The image has been successfully uploaded to the host!",palette:"パレット",pencil:"鉛筆","There are no files":"There are no files",Rename:"Rename","Enter new name":"Enter new name",preview:"プレビュー",download:"ダウンロード","Paste from clipboard":"貼り付け","Your browser doesn't support direct access to the clipboard.":"お使いのブラウザはクリップボードを使用できません","Copy selection":"コピー",copy:"copy","Border radius":"角の丸み","Show all":"全て表示",Apply:"適用","Please fill out this field":"まだこの分野","Please enter a web address":"を入力してくださいウェブアドレス",Default:"デフォルト",Circle:"白丸",Dot:"黒丸",Quadrate:"四角",Find:"見","Find Previous":"探前","Find Next":"由来","Lower Alpha":"英小文字","Lower Greek":"ギリシャ文字","Lower Roman":"ローマ数字小文字","Upper Alpha":"英大文字","Upper Roman":"ローマ数字大文字","Insert className":"クラス名を挿入","Press Alt for custom resizing":"カスタムサイズ変更のためのAltキーを押します","License: %s":"ライセンス: %s"}},62770:function(t,i){"use strict";i.default={"Type something":"Bitte geben Sie einen Text ein",Advanced:"Fortgeschritten","About Jodit":"\xdcber Jodit","Jodit Editor":"Jodit Editor","Jodit User's Guide":"Das Jodit Benutzerhandbuch","contains detailed help for using":"beinhaltet ausf\xfchrliche Informationen wie Sie den Editor verwenden k\xf6nnen.","For information about the license, please go to our website:":"F\xfcr Informationen zur Lizenz, besuchen Sie bitte unsere Web-Pr\xe4senz:","Buy full version":"Vollversion kaufen","Copyright \xa9 XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Copyright \xa9 XDSoft.net - Chupurnov Valeriy. Alle Rechte vorbehalten.",Anchor:"Anker","Open in new tab":"In neuer Registerkarte \xf6ffnen","Open in fullsize":"Editor in voller Gr\xf6\xdfe \xf6ffnen","Clear Formatting":"Formatierung l\xf6schen","Fill color or set the text color":"F\xfcllfarbe oder Textfarbe \xe4ndern",Redo:"Wiederholen",Undo:"R\xfcckg\xe4ngig machen",Bold:"Fett",Italic:"Kursiv","Insert Unordered List":"Unsortierte Liste einf\xfcgen","Insert Ordered List":"Nummerierte Liste einf\xfcgen","Align Center":"Mittig ausrichten","Align Justify":"Blocksatz","Align Left":"Links ausrichten","Align Right":"Rechts ausrichten","Insert Horizontal Line":"Horizontale Linie einf\xfcgen","Insert Image":"Bild einf\xfcgen","Insert file":"Datei einf\xfcgen","Insert youtube/vimeo video":"Youtube/vimeo Video einf\xfcgen","Insert link":"Link einf\xfcgen","Font size":"Schriftgr\xf6\xdfe","Font family":"Schriftfamilie","Insert format block":"Formatblock einf\xfcgen",Normal:"Normal","Heading 1":"\xdcberschrift 1","Heading 2":"\xdcberschrift 2","Heading 3":"\xdcberschrift 3","Heading 4":"\xdcberschrift 4",Quote:"Zitat",Code:"Code",Insert:"Einf\xfcgen","Insert table":"Tabelle einf\xfcgen","Decrease Indent":"Einzug verkleinern","Increase Indent":"Einzug vergr\xf6\xdfern","Select Special Character":"Sonderzeichen ausw\xe4hlen","Insert Special Character":"Sonderzeichen einf\xfcgen","Paint format":"Format kopieren","Change mode":"\xc4nderungsmodus",Margins:"R\xe4nder",top:"Oben",right:"Rechts",bottom:"Unten",left:"Links",Styles:"CSS Stil",Classes:"CSS Klassen",Align:"Ausrichtung",Right:"Rechts",Center:"Zentriert",Left:"Links","--Not Set--":"Keine",Src:"Pfad",Title:"Titel",Alternative:"Alternativer Text",Link:"Link","Open link in new tab":"Link in neuem Tab \xf6ffnen",Image:"Bild",file:"Datei","Image properties":"Bildeigenschaften",Cancel:"Abbrechen",Ok:"OK","Your code is similar to HTML. Keep as HTML?":"Ihr Text \xe4hnelt HTML-Code. Als HTML beibehalten?","Paste as HTML":"Als HTML einf\xfcgen?",Keep:"Original speichern",Clean:"S\xe4ubern","Insert as Text":"Als Text einf\xfcgen","Word Paste Detected":"In Word formatierter Text erkannt","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"Der Inhalt, den Sie einf\xfcgen, stammt aus einem Microsoft Word / Excel-Dokument. M\xf6chten Sie das Format erhalten oder bereinigen?","Insert only Text":"Nur Text einf\xfcgen","File Browser":"Dateibrowser","Error on load list":"Fehler beim Laden der Liste","Error on load folders":"Fehler beim Laden der Ordner","Are you sure?":"Sind Sie sicher?","Enter Directory name":"Geben Sie den Verzeichnisnamen ein","Create directory":"Verzeichnis erstellen","type name":"Typname","Drop image":"Bild hier hinziehen","Drop file":"Datei l\xf6schen","or click":"oder hier klicken","Alternative text":"Alternativtext",Browse:"Ausw\xe4hlen",Upload:"Hochladen",Background:"Hintergrund",Text:"Text",Top:"Oben",Middle:"Mittig",Bottom:"Unten","Insert column before":"Spalte davor einf\xfcgen","Insert column after":"Spalte danach einf\xfcgen","Insert row above":"Zeile oberhalb einf\xfcgen","Insert row below":"Zeile unterhalb einf\xfcgen","Delete table":"Tabelle l\xf6schen","Delete row":"Zeile l\xf6schen","Delete column":"Spalte l\xf6schen","Empty cell":"Zelle leeren",Delete:"L\xf6schen","Strike through":"Durchstreichen",Underline:"Unterstreichen",Break:"Pause","Search for":"Suche nach","Replace with":"Ersetzen durch",Replace:"Ersetzen",Edit:"Bearbeiten","Vertical align":"Vertikale Ausrichtung","Horizontal align":"Horizontale Ausrichtung",Filter:"Filter","Sort by changed":"Sortieren nach ge\xe4ndert","Sort by name":"Nach Name sortieren","Sort by size":"Nach Gr\xf6\xdfe sortiert","Add folder":"Ordner hinzuf\xfcgen","Split vertical":"Vertikal unterteilen","Split horizontal":"Horizontal unterteilen",Split:"Unterteilen",Merge:"Vereinen","Add column":"Spalte hinzuf\xfcgen","Add row":"Zeile hinzuf\xfcgen",Border:"Rand","Embed code":"Code einbetten",Update:"Aktualisieren",superscript:"Hochstellen",subscript:"Tiefstellen","Cut selection":"Auswahl ausschneiden",Paste:"Einf\xfcgen","Choose Content to Paste":"W\xe4hlen Sie den Inhalt zum Einf\xfcgen aus","Chars: %d":"Zeichen: %d","Words: %d":"W\xf6rter: %d",All:"Alles markieren","Select %s":"Markieren: %s","Select all":"Alles markieren",source:"HTML",bold:"Fett gedruckt",italic:"Kursiv",brush:"B\xfcrste",link:"Verkn\xfcpfung",undo:"R\xfcckg\xe4ngig machen",redo:"Wiederholen",table:"Tabelle",image:"Bild",eraser:"Radiergummi",paragraph:"Absatz",fontsize:"Schriftgr\xf6\xdfe",video:"Video",font:"Schriftart",about:"\xdcber",print:"Drucken",underline:"Unterstreichen",strikethrough:"Durchstreichen",indent:"Einzug",outdent:"Herausstellen",fullsize:"Vollgr\xf6\xdfe",shrink:"Schrumpfen",hr:"die Linie",ul:"Liste von",ol:"Nummerierte Liste","Lower Alpha":"Standard, Alphabet (klein)","Upper Alpha":"Standard, Alphabet (gross)","Lower Roman":"R\xf6misch (klein)","Upper Roman":"R\xf6misch (gross)","Lower Greek":"Griechisch",cut:"Schneiden",selectall:"W\xe4hlen Sie Alle aus","Open link":"Link \xf6ffnen","Edit link":"Link bearbeiten","No follow":"Nofollow-Attribut",Unlink:"Link entfernen",Eye:"Ansehen",pencil:"Bearbeiten"," URL":"URL",Reset:"Wiederherstellen",Save:"Speichern","Save as ...":"Speichern als",Resize:"Gr\xf6\xdfe \xe4ndern",Crop:"Gr\xf6\xdfe anpassen",Width:"Breite",Height:"H\xf6he","Keep Aspect Ratio":"Seitenverh\xe4ltnis beibehalten",Yes:"Ja",No:"Nein",Remove:"Entfernen",Select:"Markieren","You can only edit your own images. Download this image on the host?":"Sie k\xf6nnen nur Ihre eigenen Bilder bearbeiten. Dieses Bild auf den Host herunterladen?","The image has been successfully uploaded to the host!":"Das Bild wurde erfolgreich auf den Server hochgeladen!",palette:"Palette","There are no files":"In diesem Verzeichnis befinden sich keine Dateien.",Rename:"Umbenennen","Enter new name":"Geben Sie einen neuen Namen ein",preview:"Vorschau",download:"Herunterladen","Paste from clipboard":"Aus Zwischenablage einf\xfcgen","Your browser doesn't support direct access to the clipboard.":"Ihr Browser unterst\xfctzt keinen direkten Zugriff auf die Zwischenablage.","Copy selection":"Auswahl kopieren",copy:"Kopieren","Border radius":"Radius f\xfcr abgerundete Ecken","Show all":"Alle anzeigen",Apply:"Anwenden","Please fill out this field":"Bitte f\xfcllen Sie dieses Feld aus","Please enter a web address":"Bitte geben Sie eine Web-Adresse ein",Default:"Standard",Circle:"Kreis",Dot:"Punkte",Quadrate:"Quadrate",Find:"Suchen","Find Previous":"Suche vorherige","Find Next":"Weitersuchen","Insert className":"className (CSS) einf\xfcgen","Press Alt for custom resizing":"Dr\xfccken Sie Alt f\xfcr benutzerdefinierte Gr\xf6\xdfenanpassung","License: %s":"Lizenz: %s"}},62843:function(t,i,n){"use strict";n.d(i,{Button:function(){return o.Button},UIButton:function(){return o.UIButton},UIButtonGroup:function(){return r.UIButtonGroup},UIButtonState:function(){return o.UIButtonState},UITooltip:function(){return s.UITooltip}});var o=n(10830),r=n(71916),s=n(57340)},62845:function(t,i,n){"use strict";n.d(i,{checkJoinNeighbors:function(){return a}});var o=n(82758),r=n(2748),s=n(63785);function a(t,i,n){let s=i,a=s;for(;s&&!r.Dom.findNotEmptySibling(s,n)&&s.parentElement!==t.editor;)a=s=s.parentElement;if(r.Dom.isElement(a)&&r.Dom.isContentEditable(a,t.editor)){var c,u;let s,d,h,p=r.Dom.findNotEmptySibling(a,n);if(p&&(c=a,u=p,s=r.Dom.isTag(u,o.LIST_TAGS),d=r.Dom.isTag(c,o.LIST_TAGS),h=(t,i)=>i?t.firstElementChild:t.lastElementChild,(d?(u=t.createInside.element(t.o.enterBlock),r.Dom.before(c,u),l(t,h(c,n),u,n)):!!u&&!!s&&!d&&l(t,c,h(u,!n),n))||l(t,a,p,n)))return t.s.setCursorBefore(i),!0}return!1}function l(t,i,n,o){if(i&&r.Dom.isElement(n)){r.Dom.moveContent(i,n,!o,(0,s.getMoveFilter)(t));let a=i;for(;a&&a!==t.editor&&r.Dom.isEmpty(a);){let t=a.parentElement;r.Dom.safeRemove(a),a=t}return!0}return!1}},62895:function(t,i,n){"use strict";n.d(i,{WebStorageConversationStorage:function(){return o.WebStorageConversationStorage},createStorageProvider:function(){return o.createStorageProvider}});var o=n(21064)},63134:function(t,i,n){"use strict";n.r(i),i.default={newline:"nueva l\xednea",delete:"eliminar",space:"espacio","Speech Recognize":"Reconocimiento de Voz",Sound:"Sonido","Interim Results":"Resultados Provisionales"}},63195:function(t,i,n){"use strict";n.r(i),i.default={Spellcheck:"拼写检查"}},63227:function(t,i,n){"use strict";n.d(i,{UIInputArea:function(){return d}});var o=n(82749),r=n(31635),s=n(65478),a=n(38837),l=n(67510),c=n(62843),u=n(85120);class d extends l.UIElement{className(){return"UIInputArea"}setParentView(t){var i,n,o;return null==(i=this.textarea)||i.setParentView(t),null==(n=this.sendButton)||n.setParentView(t),null==(o=this.stopButton)||o.setParentView(t),super.setParentView(t)}render(){return`<div class="&__container">
424
+ /*]]>*/</script>`.replace(/[\n\t]+/g,"")}},61872:function(t,i,n){"use strict";n.d(i,{processArtifacts:function(){return a},processFinalResponse:function(){return s},processStreamingResponse:function(){return r}});var o=n(61558);async function r(t,i,n){let r=(0,o.createAIMessage)(),s=-1;for await(let a of i.stream){switch(a.type){case"created":r={...r,id:a.response.responseId,content:""},s=n.messages.length;break;case"text-delta":r={...r,content:r.content+a.delta};break;case"completed":r={...r,id:a.response.responseId,toolCalls:a.response.toolCalls||[],artifacts:a.response.artifacts||[]};break;case"error":{let t=(0,o.createErrorMessage)(a.error);r={...r,id:t.id,content:t.content}}}if(r.id){let i=n.messages.slice();i[s>=0?s:n.messages.length]=r,n={...n,messages:i,updated:Date.now()},t.setCurrentConversation(n)}}return{aiMessage:r,index:s,conversation:n}}function s(t,i){let n={...(0,o.createAIMessage)(),id:t.response.responseId,content:t.response.content,toolCalls:t.response.toolCalls||[],artifacts:t.response.artifacts||[]},r=i.messages.slice();return r.push(n),{aiMessage:n,index:(i={...i,messages:r,updated:Date.now()}).messages.length-1,conversation:i}}async function a(t,i,n,r){if(i.artifacts&&i.artifacts.length>0){let s=n.messages.slice();return s[r]={...s[r],artifacts:await (0,o.uploadArtifacts)(t,i.artifacts)},{...n,messages:s,updated:Date.now()}}return n}},61926:function(t,i,n){"use strict";var o=n(6441);o.Config.prototype.showPlaceholder=!0,o.Config.prototype.placeholder="Type something",o.Config.prototype.useInputsPlaceholder=!0},61991:function(t,i,n){"use strict";n.d(i,{checkUnsplittableBox:function(){return r}});var o=n(2748);function r(t,i,n){return!!o.Dom.canSplitBlock(n)||(o.Dom.before(t,i.createInside.element("br")),!1)}},62e3:function(t,i,n){"use strict";var o=n(27613),r=n(41180);let s=t=>t.args&&(0,o.isString)(t.args[0])?t.args[0].toLowerCase():"";i.default=["brushCell",{name:"valign",list:["Top","Middle","Bottom","Normal"],childTemplate:(t,i,n)=>n,exec:(t,i,{control:n})=>{let o=s(n);t.getInstance("Table",t.o).getAllSelectedCells().forEach(t=>{(0,r.css)(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:(t,i,{control:n})=>{if(!(0,o.isJoditObject)(t))return;if(!n.args)return!1;let r=s(n);t.execCommand(r,!1,i)},tooltip:"Add column"},{name:"addrow",list:{tableaddrowbefore:"Insert row above",tableaddrowafter:"Insert row below"},exec:(t,i,{control:n})=>{if(!(0,o.isJoditObject)(t))return;if(!n.args)return!1;let r=s(n);t.execCommand(r,!1,i)},tooltip:"Add row"},{name:"delete",icon:"bin",list:{tablebin:"Delete table",tablebinrow:"Delete row",tablebincolumn:"Delete column",tableempty:"Empty cell"},exec:(t,i,{control:n})=>{if(!(0,o.isJoditObject)(t))return;if(!n.args)return!1;let r=s(n);t.execCommand(r,!1,i),t.e.fire("hidePopup")},tooltip:"Delete"}]},62232:function(t,i){"use strict";i.default={"Type something":"Scrivi qualcosa...",Advanced:"Avanzato","About Jodit":"A proposito di Jodit","Jodit Editor":"Jodit Editor","Jodit User's Guide":"Guida utente di Jodit","contains detailed help for using":"contiene una guida dettagliata per l'uso.","For information about the license, please go to our website:":"Per informazioni sulla licenza, si prega di visitare il nostro sito web:","Buy full version":"Acquista la versione completa","Copyright \xa9 XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Copyright \xa9 XDSoft.net - Chupurnov Valeriy. Tutti i diritti riservati.",Anchor:"Link","Open in new tab":"Apri in una nuova scheda","Open in fullsize":"Apri l'editor a schermo intero","Clear Formatting":"Pulisci Formattazione","Fill color or set the text color":"Colore di sfondo o del testo",Redo:"Ripristina",Undo:"Annulla",Bold:"Grassetto",Italic:"Corsivo","Insert Unordered List":"Inserisci lista non ordinata","Insert Ordered List":"Inserisci lista ordinata","Align Center":"Allinea al centro","Align Justify":"Allineamento Giustificato","Align Left":"Allinea a Sinistra","Align Right":"Allinea a Destra","Insert Horizontal Line":"Inserisci una linea orizzontale","Insert Image":"Inserisci immagine","Insert file":"Inserisci un file","Insert youtube/vimeo video":"Inserisci video Youtube/Vimeo","Insert link":"Inserisci link","Font size":"Dimensione carattere","Font family":"Tipo di font","Insert format block":"Inserisci blocco",Normal:"Normale","Heading 1":"Intestazione 1","Heading 2":"Intestazione 2","Heading 3":"Intestazione 3","Heading 4":"Intestazione 4",Quote:"Citazione",Code:"Codice",Insert:"Inserisci","Insert table":"Inserisci tabella","Decrease Indent":"Riduci il rientro","Increase Indent":"Aumenta il rientro","Select Special Character":"Seleziona un carattere speciale","Insert Special Character":"Inserisci un carattere speciale","Paint format":"Copia formato","Change mode":"Cambia modalita'",Margins:"Margini",top:"su",right:"destra",bottom:"gi\xf9",left:"sinistra",Styles:"Stili CSS",Classes:"Classi CSS",Align:"Allinea",Right:"Destra",Center:"Centro",Left:"Sinistra","--Not Set--":"--Non Impostato--",Src:"Fonte",Title:"Titolo",Alternative:"Testo Alternativo",Link:"Link","Open link in new tab":"Apri il link in una nuova scheda",Image:"Immagine",file:"Archivio","Image properties":"Propriet\xe0 dell'immagine",Cancel:"Annulla",Ok:"Accetta","Your code is similar to HTML. Keep as HTML?":"Il codice \xe8 simile all'HTML. Mantieni come HTML?","Paste as HTML":"Incolla come HTML",Keep:"Mantieni",Clean:"Pulisci","Insert as Text":"Inserisci come testo","Word Paste Detected":"Incolla testo da Word rilevato","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"Il contenuto incollato proviene da un documento Microsoft Word / Excel. Vuoi mantenere il formato o pulirlo?","Insert only Text":"Inserisci solo il testo","File Browser":"Cerca file","Error on load list":"Errore durante il caricamento dell'elenco","Error on load folders":"Errore durante il caricamento delle cartelle","Are you sure?":"Sei sicuro?","Enter Directory name":"Inserisci il nome della cartella","Create directory":"Crea cartella","type name":"Digita il nome","Drop image":"Cancella immagine","Drop file":"Cancella file","or click":"o clicca","Alternative text":"Testo alternativo",Browse:"Sfoglia",Upload:"Carica",Background:"Sfondo",Text:"Testo",Top:"Su",Middle:"Centro",Bottom:"Sotto","Insert column before":"Inserisci la colonna prima","Insert column after":"Inserisci la colonna dopo","Insert row above":"Inserisci la riga sopra","Insert row below":"Inserisci la riga sotto","Delete table":"Elimina tabella","Delete row":"Elimina riga","Delete column":"Elimina colonna","Empty cell":"Cella vuota",Delete:"Cancella","Strike through":"Barrato",Underline:"Sottolineato",Break:"Pausa","Search for":"Cerca per","Replace with":"Sostituisci con",Replace:"Sostituisci",Edit:"Modifica","Vertical align":"Allineamento verticala","Horizontal align":"Allineamento orizzontale",Filter:"Filtro","Sort by changed":"Ordina per data di modifica","Sort by name":"Ordina per nome","Sort by size":"Ordina per dimensione","Add folder":"Aggiungi cartella",Split:"Dividi","Split vertical":"Dividi verticalmente","Split horizontal":"Dividi orizzontale",Merge:"Fondi","Add column":"Aggiungi colonna","Add row":"Aggiungi riga",Border:"Bordo","Embed code":"Includi codice",Update:"Aggiorna",superscript:"indice",subscript:"pedice","Cut selection":"Taglia selezione",Paste:"Incolla","Choose Content to Paste":"Seleziona il contenuto da incollare","Chars: %d":"Caratteri: %d","Words: %d":"Parole: %d",All:"Tutto","Select %s":"Seleziona: %s","Select all":"Seleziona tutto",source:"risorsa",bold:"Grassetto",italic:"Corsivo",brush:"Pennello",link:"Link",undo:"Annulla",redo:"Ripristina",table:"Tabella",image:"Immagine",eraser:"Gomma",paragraph:"Paragrafo",fontsize:"Dimensione del carattere",video:"Video",font:"Font",about:"Approposito di",print:"Stampa",underline:"Sottolineato",strikethrough:"Barrato",indent:"aumenta rientro",outdent:"riduci rientro",fullsize:"espandi",shrink:"comprimi",hr:"linea orizzontale",ul:"lista non ordinata",ol:"lista ordinata",cut:"Taglia",selectall:"Seleziona tutto","Open link":"Apri link","Edit link":"Modifica link","No follow":"Non seguire",Unlink:"Rimuovi link",Eye:"Recensione",pencil:"Per modificare"," URL":" URL",Reset:"Reset",Save:"Salva","Save as ...":"Salva con nome...",Resize:"Ridimensiona",Crop:"Ritaglia",Width:"Larghezza",Height:"Altezza","Keep Aspect Ratio":"Mantieni le proporzioni",Yes:"Si",No:"No",Remove:"Rimuovi",Select:"Seleziona","You can only edit your own images. Download this image on the host?":"Puoi modificare solo le tue immagini. Vuoi scaricare questa immagine dal server?","The image has been successfully uploaded to the host!":"L'immagine \xe8 stata caricata correttamente sul server!",palette:"tavolozza","There are no files":"Non ci sono file in questa directory.",Rename:"Rinomina","Enter new name":"Inserisci un nuovo nome",preview:"anteprima",download:"Scarica","Paste from clipboard":"Incolla dagli appunti","Your browser doesn't support direct access to the clipboard.":"Il tuo browser non supporta l'accesso diretto agli appunti.","Copy selection":"Copia selezione",copy:"copia","Border radius":"Border radius","Show all":"Mostra tutti",Apply:"Applica","Please fill out this field":"Si prega di compilare questo campo","Please enter a web address":"Si prega di inserire un indirizzo web",Default:"Default",Circle:"Cerchio",Dot:"Punto",Quadrate:"Quadrato","Lower Alpha":"Lettera Minuscola","Lower Greek":"Lettera Greca Minuscola","Lower Roman":"Numero Romano Minuscolo","Upper Alpha":"Lettera Maiuscola","Upper Roman":"Numero Romano Maiuscolo",Find:"Trova","Find Previous":"Trova Precedente","Find Next":"Trova Successivo","Insert className":"Inserisci il nome della classe","Press Alt for custom resizing":"Premere Alt per il ridimensionamento personalizzato","License: %s":"Licenza: %s"}},62357:function(t,i,n){"use strict";n.d(i,{UIRange:function(){return c}});var o=n(82749),r=n(31635),s=n(65478),a=n(21537),l=n(67510);class c extends l.UIInput{className(){return"UIRange"}appendUIRange(){let t=this.j.create.div(this.getFullElName("slider"));this.container.appendChild(t);let i=this.j.create.div(this.getFullElName("handle"));t.appendChild(i);let n=this.j.create.div(this.getFullElName("log")),o=this.getElm("label");o&&o.appendChild(n)}onDragStart(t){this.startValue=parseFloat(this.value)||0,this.startX=t.clientX;let i=this.getElm("slider");(0,a.assert)(null!=i,"slider element does not exists"),this.width=i.offsetWidth,this.j.e.on(this.j.ow,"mousemove",this.onDrag)}onDrag(t){let{min:i,max:n,step:o=1}=this.state,r=(t.clientX-this.startX)/this.width*(this.state.max-this.state.min),s=this.startValue+r;s<i&&(s=i),s>n&&(s=n),s=Math.round(s/o)*o,this.value=s.toFixed(10)}onDragEnd(){this.j.e.off(this.j.ow,"mousemove",this.onDrag)}onChangeSelfValue(){let t=this.getElm("handle"),i=parseFloat(this.value)||0;(0,a.assert)(null!=t,"Handle element does not exist"),(0,a.css)(t,{left:(i-this.state.min)/(this.state.max-this.state.min)*100+"%"});let n=this.getElm("log");(0,a.assert)(null!=n,"log element does not exist"),n.innerText=i.toString()}destruct(){return this.onDragEnd(),super.destruct()}constructor(t,i){super(t,{...i,type:"hidden"}),(0,o._)(this,"state",{...l.UIInput.defaultState,min:0,max:100,step:1}),(0,o._)(this,"startValue",0),(0,o._)(this,"startX",0),(0,o._)(this,"width",100),Object.assign(this.state,i),this.appendUIRange(),this.onChangeSelfValue()}}(0,r.__decorate)([(0,s.watch)(["handle:mousedown","handle:touchstart"])],c.prototype,"onDragStart",null),(0,r.__decorate)([s.autobind],c.prototype,"onDrag",null),(0,r.__decorate)([(0,s.watch)(["j.ow:mouseup","j.ow:touchend"])],c.prototype,"onDragEnd",null),(0,r.__decorate)([(0,s.watch)(":change")],c.prototype,"onChangeSelfValue",null),c=(0,r.__decorate)([s.component],c)},62395:function(t,i,n){"use strict";n.r(i),i.default={newline:"nuova riga",delete:"eliminare",space:"spazio","Speech Recognize":"Discorso Riconoscere",Sound:"Suono","Interim Results":"Risultati intermedi"}},62405:function(t,i,n){"use strict";n.d(i,{UIGroup:function(){return d}});var o,r=n(4012),s=n(65478),a=n(2748),l=n(21537),c=n(48538),u=function(t,i,n,o){var r,s=arguments.length,a=s<3?i:null===o?o=Object.getOwnPropertyDescriptor(i,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,o);else for(var l=t.length-1;l>=0;l--)(r=t[l])&&(a=(s<3?r(a):s>3?r(i,n,a):r(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a};let d=o=class t extends c.UIElement{className(){return"UIGroup"}get allChildren(){let t=[],i=[...this.elements];for(;i.length;){let n=i.shift();(0,l.isArray)(n)?i.push(...n):r.Component.isInstanceOf(n,o)?i.push(...n.elements):n&&t.push(n)}return t}update(){this.elements.forEach(t=>t.update()),this.setMod("size",this.buttonSize)}append(t,i){let n;if((0,l.isArray)(t)){if("number"==typeof i)throw Error("You can not use index when append array of elements");return t.forEach(t=>this.append(t,i)),this}if("number"==typeof i?(n=Math.min(Math.max(0,i),this.elements.length),this.elements.splice(n,0,t)):this.elements.push(t),t.name&&t.container.classList.add(this.getFullElName(t.name)),i&&"string"==typeof i){let n=this.getElm(i);if(null==n)throw Error("Element does not exist");n.appendChild(t.container)}else this.appendChildToContainer(t.container,n);return t.parentElement=this,this}afterSetMod(t,i){this.syncMod&&this.elements.forEach(n=>n.setMod(t,i))}appendChildToContainer(t,i){void 0===i||i<0||i>this.elements.length-1||null==this.container.children[i]?this.container.appendChild(t):this.container.insertBefore(t,this.container.children[i])}remove(t){let i=this.elements.indexOf(t);return -1!==i&&(this.elements.splice(i,1),a.Dom.safeRemove(t.container),t.parentElement=null),this}clear(){return this.elements.forEach(t=>t.destruct()),this.elements.length=0,this}setParentView(t){var i;return null==(i=this.elements)||i.forEach(i=>i.setParentView(t)),super.setParentView(t)}destruct(){return this.clear(),super.destruct()}constructor(t,i,n){super(t,n),this.options=n,this.syncMod=!1,this.elements=[],this.buttonSize="middle",null==i||i.forEach(t=>t&&this.append(t)),(null==n?void 0:n.name)&&(this.name=n.name)}};u([(0,s.watch)("buttonSize")],d.prototype,"update",null),d=o=u([s.component],d)},62489:function(t,i,n){"use strict";var o=n(12153),r=n(6441),s=n(49922),a=n(72144);r.Config.prototype.imageeditor={min_width:20,min_height:20,closeAfterSave:!1,width:"85%",height:"85%",crop:!0,resize:!0,resizeUseRatio:!0,resizeMinWidth:20,resizeMinHeight:20,cropUseRatio:!0,cropDefaultWidth:"70%",cropDefaultHeight:"70%"},o.Icon.set("crop",s.default).set("resize",a.default)},62553:function(t,i,n){"use strict";n.r(i),n.d(i,{description:function(){return r},name:function(){return o},parameters:function(){return s},requiresPermission:function(){return a}});let o="replaceInDocument",r="Find and replace text or HTML patterns throughout the entire document",s=[{name:"search",type:"string",description:"Text or pattern to search for",required:!0},{name:"replace",type:"string",description:"Replacement text or HTML",required:!0},{name:"useRegex",type:"boolean",description:"If true, treats search as a regular expression",required:!1,default:!1},{name:"useSelector",type:"string",description:"CSS selector to narrow down the search scope to specific elements",required:!1}],a=!0},62700:function(t,i){"use strict";i.default={"Type something":"なにかタイプしてください",Advanced:"高度な設定","About Jodit":"Joditについて","Jodit Editor":"Jodit Editor","Jodit User's Guide":"Jodit ユーザーズ・ガイド","contains detailed help for using":"詳しい使い方","For information about the license, please go to our website:":"ライセンス詳細についてはJodit Webサイトを確認ください:","Buy full version":"フルバージョンを購入","Copyright \xa9 XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Copyright \xa9 XDSoft.net - Chupurnov Valeriy. All rights reserved.",Anchor:"Anchor","Open in new tab":"新しいタブで開く","Open in fullsize":"エディターのサイズ(フル/ノーマル)","Clear Formatting":"書式をクリア","Fill color or set the text color":"テキストの色",Redo:"やり直し",Undo:"元に戻す",Bold:"太字",Italic:"斜体","Insert Unordered List":"箇条書き","Insert Ordered List":"番号付きリスト","Align Center":"中央揃え","Align Justify":"両端揃え","Align Left":"左揃え","Align Right":"右揃え","Insert Horizontal Line":"区切り線を挿入","Insert Image":"画像を挿入","Insert file":"ファイルを挿入","Insert youtube/vimeo video":"Youtube/Vimeo 動画","Insert link":"リンクを挿入","Font size":"フォントサイズ","Font family":"フォント","Insert format block":"テキストのスタイル",Normal:"指定なし","Heading 1":"タイトル1","Heading 2":"タイトル2","Heading 3":"タイトル3","Heading 4":"タイトル4",Quote:"引用",Code:"コード",Insert:"挿入","Insert table":"表を挿入","Decrease Indent":"インデント減","Increase Indent":"インデント増","Select Special Character":"特殊文字を選択","Insert Special Character":"特殊文字を挿入","Paint format":"書式を貼付け","Change mode":"編集モード切替え",Margins:"マージン",top:"上",right:"右",bottom:"下",left:"左",Styles:"スタイル",Classes:"クラス",Align:"配置",Right:"右寄せ",Center:"中央寄せ",Left:"左寄せ","--Not Set--":"指定なし",Src:"ソース",Title:"タイトル",Alternative:"代替テキスト",Link:"リンク","Open link in new tab":"新しいタブで開く",Image:"画像",file:"ファイル","Image properties":"画像のプロパティー",Cancel:"キャンセル",Ok:"確定","Your code is similar to HTML. Keep as HTML?":"HTMLコードを保持しますか?","Paste as HTML":"HTMLで貼付け",Keep:"HTMLを保持",Clean:"Clean","Insert as Text":"HTMLをテキストにする","Word Paste Detected":"Word Paste Detected","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?","Insert only Text":"テキストだけ","File Browser":"File Browser","Error on load list":"Error on load list","Error on load folders":"Error on load folders","Are you sure?":"Are you sure?","Enter Directory name":"Enter Directory name","Create directory":"Create directory","type name":"type name","Drop image":"ここに画像をドロップ","Drop file":"ここにファイルをドロップ","or click":"or クリック","Alternative text":"代替テキスト",Browse:"ブラウズ",Upload:"アップロード",Background:"背景",Text:"文字",Top:"上",Middle:"中央",Bottom:"下","Insert column before":"左に列を挿入","Insert column after":"右に列を挿入","Insert row above":"上に行を挿入","Insert row below":"下に行を挿入","Delete table":"表を削除","Delete row":"行を削除","Delete column":"列を削除","Empty cell":"セルを空にする","Chars: %d":"文字数: %d","Words: %d":"単語数: %d","Strike through":"取り消し線",Underline:"下線",superscript:"上付き文字",subscript:"下付き文字","Cut selection":"切り取り","Select all":"すべて選択",Break:"Pause","Search for":"検索","Replace with":"置換",Replace:"交換",Paste:"貼付け","Choose Content to Paste":"選択した内容を貼付け",All:"全部",source:"source",bold:"bold",italic:"italic",brush:"brush",link:"link",undo:"undo",redo:"redo",table:"table",image:"image",eraser:"eraser",paragraph:"paragraph",fontsize:"fontsize",video:"video",font:"font",about:"about",print:"print",underline:"underline",strikethrough:"strikethrough",indent:"indent",outdent:"outdent",fullsize:"fullsize",shrink:"shrink",hr:"分割線",ul:"箇条書き",ol:"番号付きリスト",cut:"切り取り",selectall:"すべて選択","Open link":"リンクを開く","Edit link":"リンクを編集","No follow":"No follow",Unlink:"リンク解除",Eye:"サイトを確認"," URL":"URL",Reset:"リセット",Save:"保存","Save as ...":"Save as ...",Resize:"リサイズ",Crop:"Crop",Width:"幅",Height:"高さ","Keep Aspect Ratio":"縦横比を保持",Yes:"はい",No:"いいえ",Remove:"移除",Select:"選択","Select %s":"選択: %s",Update:"更新","Vertical align":"垂直方向の配置",Merge:"セルの結合","Add column":"列を追加","Add row":"行を追加",Border:"境界線","Embed code":"埋め込みコード",Delete:"削除",Edit:"編集","Horizontal align":"水平方向の配置",Filter:"Filter","Sort by changed":"Sort by changed","Sort by name":"Sort by name","Sort by size":"Sort by size","Add folder":"Add folder",Split:"分割","Split vertical":"セルの分割(垂直方向)","Split horizontal":"セルの分割(水平方向)","You can only edit your own images. Download this image on the host?":"You can only edit your own images. Download this image on the host?","The image has been successfully uploaded to the host!":"The image has been successfully uploaded to the host!",palette:"パレット",pencil:"鉛筆","There are no files":"There are no files",Rename:"Rename","Enter new name":"Enter new name",preview:"プレビュー",download:"ダウンロード","Paste from clipboard":"貼り付け","Your browser doesn't support direct access to the clipboard.":"お使いのブラウザはクリップボードを使用できません","Copy selection":"コピー",copy:"copy","Border radius":"角の丸み","Show all":"全て表示",Apply:"適用","Please fill out this field":"まだこの分野","Please enter a web address":"を入力してくださいウェブアドレス",Default:"デフォルト",Circle:"白丸",Dot:"黒丸",Quadrate:"四角",Find:"見","Find Previous":"探前","Find Next":"由来","Lower Alpha":"英小文字","Lower Greek":"ギリシャ文字","Lower Roman":"ローマ数字小文字","Upper Alpha":"英大文字","Upper Roman":"ローマ数字大文字","Insert className":"クラス名を挿入","Press Alt for custom resizing":"カスタムサイズ変更のためのAltキーを押します","License: %s":"ライセンス: %s"}},62770:function(t,i){"use strict";i.default={"Type something":"Bitte geben Sie einen Text ein",Advanced:"Fortgeschritten","About Jodit":"\xdcber Jodit","Jodit Editor":"Jodit Editor","Jodit User's Guide":"Das Jodit Benutzerhandbuch","contains detailed help for using":"beinhaltet ausf\xfchrliche Informationen wie Sie den Editor verwenden k\xf6nnen.","For information about the license, please go to our website:":"F\xfcr Informationen zur Lizenz, besuchen Sie bitte unsere Web-Pr\xe4senz:","Buy full version":"Vollversion kaufen","Copyright \xa9 XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Copyright \xa9 XDSoft.net - Chupurnov Valeriy. Alle Rechte vorbehalten.",Anchor:"Anker","Open in new tab":"In neuer Registerkarte \xf6ffnen","Open in fullsize":"Editor in voller Gr\xf6\xdfe \xf6ffnen","Clear Formatting":"Formatierung l\xf6schen","Fill color or set the text color":"F\xfcllfarbe oder Textfarbe \xe4ndern",Redo:"Wiederholen",Undo:"R\xfcckg\xe4ngig machen",Bold:"Fett",Italic:"Kursiv","Insert Unordered List":"Unsortierte Liste einf\xfcgen","Insert Ordered List":"Nummerierte Liste einf\xfcgen","Align Center":"Mittig ausrichten","Align Justify":"Blocksatz","Align Left":"Links ausrichten","Align Right":"Rechts ausrichten","Insert Horizontal Line":"Horizontale Linie einf\xfcgen","Insert Image":"Bild einf\xfcgen","Insert file":"Datei einf\xfcgen","Insert youtube/vimeo video":"Youtube/vimeo Video einf\xfcgen","Insert link":"Link einf\xfcgen","Font size":"Schriftgr\xf6\xdfe","Font family":"Schriftfamilie","Insert format block":"Formatblock einf\xfcgen",Normal:"Normal","Heading 1":"\xdcberschrift 1","Heading 2":"\xdcberschrift 2","Heading 3":"\xdcberschrift 3","Heading 4":"\xdcberschrift 4",Quote:"Zitat",Code:"Code",Insert:"Einf\xfcgen","Insert table":"Tabelle einf\xfcgen","Decrease Indent":"Einzug verkleinern","Increase Indent":"Einzug vergr\xf6\xdfern","Select Special Character":"Sonderzeichen ausw\xe4hlen","Insert Special Character":"Sonderzeichen einf\xfcgen","Paint format":"Format kopieren","Change mode":"\xc4nderungsmodus",Margins:"R\xe4nder",top:"Oben",right:"Rechts",bottom:"Unten",left:"Links",Styles:"CSS Stil",Classes:"CSS Klassen",Align:"Ausrichtung",Right:"Rechts",Center:"Zentriert",Left:"Links","--Not Set--":"Keine",Src:"Pfad",Title:"Titel",Alternative:"Alternativer Text",Link:"Link","Open link in new tab":"Link in neuem Tab \xf6ffnen",Image:"Bild",file:"Datei","Image properties":"Bildeigenschaften",Cancel:"Abbrechen",Ok:"OK","Your code is similar to HTML. Keep as HTML?":"Ihr Text \xe4hnelt HTML-Code. Als HTML beibehalten?","Paste as HTML":"Als HTML einf\xfcgen?",Keep:"Original speichern",Clean:"S\xe4ubern","Insert as Text":"Als Text einf\xfcgen","Word Paste Detected":"In Word formatierter Text erkannt","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"Der Inhalt, den Sie einf\xfcgen, stammt aus einem Microsoft Word / Excel-Dokument. M\xf6chten Sie das Format erhalten oder bereinigen?","Insert only Text":"Nur Text einf\xfcgen","File Browser":"Dateibrowser","Error on load list":"Fehler beim Laden der Liste","Error on load folders":"Fehler beim Laden der Ordner","Are you sure?":"Sind Sie sicher?","Enter Directory name":"Geben Sie den Verzeichnisnamen ein","Create directory":"Verzeichnis erstellen","type name":"Typname","Drop image":"Bild hier hinziehen","Drop file":"Datei l\xf6schen","or click":"oder hier klicken","Alternative text":"Alternativtext",Browse:"Ausw\xe4hlen",Upload:"Hochladen",Background:"Hintergrund",Text:"Text",Top:"Oben",Middle:"Mittig",Bottom:"Unten","Insert column before":"Spalte davor einf\xfcgen","Insert column after":"Spalte danach einf\xfcgen","Insert row above":"Zeile oberhalb einf\xfcgen","Insert row below":"Zeile unterhalb einf\xfcgen","Delete table":"Tabelle l\xf6schen","Delete row":"Zeile l\xf6schen","Delete column":"Spalte l\xf6schen","Empty cell":"Zelle leeren",Delete:"L\xf6schen","Strike through":"Durchstreichen",Underline:"Unterstreichen",Break:"Pause","Search for":"Suche nach","Replace with":"Ersetzen durch",Replace:"Ersetzen",Edit:"Bearbeiten","Vertical align":"Vertikale Ausrichtung","Horizontal align":"Horizontale Ausrichtung",Filter:"Filter","Sort by changed":"Sortieren nach ge\xe4ndert","Sort by name":"Nach Name sortieren","Sort by size":"Nach Gr\xf6\xdfe sortiert","Add folder":"Ordner hinzuf\xfcgen","Split vertical":"Vertikal unterteilen","Split horizontal":"Horizontal unterteilen",Split:"Unterteilen",Merge:"Vereinen","Add column":"Spalte hinzuf\xfcgen","Add row":"Zeile hinzuf\xfcgen",Border:"Rand","Embed code":"Code einbetten",Update:"Aktualisieren",superscript:"Hochstellen",subscript:"Tiefstellen","Cut selection":"Auswahl ausschneiden",Paste:"Einf\xfcgen","Choose Content to Paste":"W\xe4hlen Sie den Inhalt zum Einf\xfcgen aus","Chars: %d":"Zeichen: %d","Words: %d":"W\xf6rter: %d",All:"Alles markieren","Select %s":"Markieren: %s","Select all":"Alles markieren",source:"HTML",bold:"Fett gedruckt",italic:"Kursiv",brush:"B\xfcrste",link:"Verkn\xfcpfung",undo:"R\xfcckg\xe4ngig machen",redo:"Wiederholen",table:"Tabelle",image:"Bild",eraser:"Radiergummi",paragraph:"Absatz",fontsize:"Schriftgr\xf6\xdfe",video:"Video",font:"Schriftart",about:"\xdcber",print:"Drucken",underline:"Unterstreichen",strikethrough:"Durchstreichen",indent:"Einzug",outdent:"Herausstellen",fullsize:"Vollgr\xf6\xdfe",shrink:"Schrumpfen",hr:"die Linie",ul:"Liste von",ol:"Nummerierte Liste","Lower Alpha":"Standard, Alphabet (klein)","Upper Alpha":"Standard, Alphabet (gross)","Lower Roman":"R\xf6misch (klein)","Upper Roman":"R\xf6misch (gross)","Lower Greek":"Griechisch",cut:"Schneiden",selectall:"W\xe4hlen Sie Alle aus","Open link":"Link \xf6ffnen","Edit link":"Link bearbeiten","No follow":"Nofollow-Attribut",Unlink:"Link entfernen",Eye:"Ansehen",pencil:"Bearbeiten"," URL":"URL",Reset:"Wiederherstellen",Save:"Speichern","Save as ...":"Speichern als",Resize:"Gr\xf6\xdfe \xe4ndern",Crop:"Gr\xf6\xdfe anpassen",Width:"Breite",Height:"H\xf6he","Keep Aspect Ratio":"Seitenverh\xe4ltnis beibehalten",Yes:"Ja",No:"Nein",Remove:"Entfernen",Select:"Markieren","You can only edit your own images. Download this image on the host?":"Sie k\xf6nnen nur Ihre eigenen Bilder bearbeiten. Dieses Bild auf den Host herunterladen?","The image has been successfully uploaded to the host!":"Das Bild wurde erfolgreich auf den Server hochgeladen!",palette:"Palette","There are no files":"In diesem Verzeichnis befinden sich keine Dateien.",Rename:"Umbenennen","Enter new name":"Geben Sie einen neuen Namen ein",preview:"Vorschau",download:"Herunterladen","Paste from clipboard":"Aus Zwischenablage einf\xfcgen","Your browser doesn't support direct access to the clipboard.":"Ihr Browser unterst\xfctzt keinen direkten Zugriff auf die Zwischenablage.","Copy selection":"Auswahl kopieren",copy:"Kopieren","Border radius":"Radius f\xfcr abgerundete Ecken","Show all":"Alle anzeigen",Apply:"Anwenden","Please fill out this field":"Bitte f\xfcllen Sie dieses Feld aus","Please enter a web address":"Bitte geben Sie eine Web-Adresse ein",Default:"Standard",Circle:"Kreis",Dot:"Punkte",Quadrate:"Quadrate",Find:"Suchen","Find Previous":"Suche vorherige","Find Next":"Weitersuchen","Insert className":"className (CSS) einf\xfcgen","Press Alt for custom resizing":"Dr\xfccken Sie Alt f\xfcr benutzerdefinierte Gr\xf6\xdfenanpassung","License: %s":"Lizenz: %s"}},62843:function(t,i,n){"use strict";n.d(i,{Button:function(){return o.Button},UIButton:function(){return o.UIButton},UIButtonGroup:function(){return r.UIButtonGroup},UIButtonState:function(){return o.UIButtonState},UITooltip:function(){return s.UITooltip}});var o=n(10830),r=n(71916),s=n(57340)},62845:function(t,i,n){"use strict";n.d(i,{checkJoinNeighbors:function(){return a}});var o=n(82758),r=n(2748),s=n(63785);function a(t,i,n){let s=i,a=s;for(;s&&!r.Dom.findNotEmptySibling(s,n)&&s.parentElement!==t.editor;)a=s=s.parentElement;if(r.Dom.isElement(a)&&r.Dom.isContentEditable(a,t.editor)){var c,u;let s,d,h,p=r.Dom.findNotEmptySibling(a,n);if(p&&(c=a,u=p,s=r.Dom.isTag(u,o.LIST_TAGS),d=r.Dom.isTag(c,o.LIST_TAGS),h=(t,i)=>i?t.firstElementChild:t.lastElementChild,(d?(u=t.createInside.element(t.o.enterBlock),r.Dom.before(c,u),l(t,h(c,n),u,n)):!!u&&!!s&&!d&&l(t,c,h(u,!n),n))||l(t,a,p,n)))return t.s.setCursorBefore(i),!0}return!1}function l(t,i,n,o){if(i&&r.Dom.isElement(n)){r.Dom.moveContent(i,n,!o,(0,s.getMoveFilter)(t));let a=i;for(;a&&a!==t.editor&&r.Dom.isEmpty(a);){let t=a.parentElement;r.Dom.safeRemove(a),a=t}return!0}return!1}},62895:function(t,i,n){"use strict";n.d(i,{WebStorageConversationStorage:function(){return o.WebStorageConversationStorage},createStorageProvider:function(){return o.createStorageProvider}});var o=n(21064)},63134:function(t,i,n){"use strict";n.r(i),i.default={newline:"nueva l\xednea",delete:"eliminar",space:"espacio","Speech Recognize":"Reconocimiento de Voz",Sound:"Sonido","Interim Results":"Resultados Provisionales"}},63195:function(t,i,n){"use strict";n.r(i),i.default={Spellcheck:"拼写检查"}},63227:function(t,i,n){"use strict";n.d(i,{UIInputArea:function(){return d}});var o=n(82749),r=n(31635),s=n(65478),a=n(38837),l=n(67510),c=n(62843),u=n(85120);class d extends l.UIElement{className(){return"UIInputArea"}setParentView(t){var i,n,o;return null==(i=this.textarea)||i.setParentView(t),null==(n=this.sendButton)||n.setParentView(t),null==(o=this.stopButton)||o.setParentView(t),super.setParentView(t)}render(){return`<div class="&__container">
425
425
  <div class="&__context-badges"></div>
426
426
  <div class="&__loading-indicator">
427
427
  <span class="&__loading-dot"></span>
@@ -470,7 +470,7 @@ ${s}`.trim();n?await this.__executeQuickCommandSilent(c,s):await this.__executeQ
470
470
  <div class='&__hide-btn'>*angle-left*</div>
471
471
  <div class='&__favorites'>*heart* ~Favorites~</div>
472
472
  <div class='&__box'></div>
473
- </div>`}appendChildToContainer(t){let i=this.getElm("box");(0,a.assert)(null!=i,"box element does not exists"),i.appendChild(t)}addResize(){(0,l.css)(this.container,{width:null,height:null}),u.UIResize.remove(this),u.UIResize.install(this,screen.width>450?"right":"bottom")}onChangeFavorites(){this.setMod("has-favorites",!!this.state.favorites.length)}onClickHideButton(){return this.state.showSideBar=!this.state.showSideBar,!1}onClickFavorites(){return this.state.elements=this.state.favorites,!1}constructor(t,i,n){super(t,i),(0,o._)(this,"state",void 0),this.state=n,this.onChangeFavorites()}}(0,r.__decorate)([(0,s.hook)("ready"),(0,s.watch)(":resize",{context:window}),(0,s.debounce)()],d.prototype,"addResize",null),(0,r.__decorate)([(0,s.watch)("state.favorites")],d.prototype,"onChangeFavorites",null),(0,r.__decorate)([(0,s.watch)("hide-btn:click")],d.prototype,"onClickHideButton",null),(0,r.__decorate)([(0,s.watch)("favorites:click")],d.prototype,"onClickFavorites",null),d=(0,r.__decorate)([s.component],d)},71042:function(t,i){"use strict";i.default={"copy-format":"opmaak kopi\xebren"}},71050:function(t,i,n){"use strict";function o(t){switch(t){case"left":return"right";case"right":return"left";case"top":return"bottom";case"bottom":return"top"}}function r(t,i,n,r){var s,a,l;"dialog"!==i&&"flight"!==i&&(("left"===i||"right"===i)&&(null==(a=t.currentPlace.slots[o(i)])||a.style.setProperty(`--jd-slot-${o(i)}-width`,"auto"),null==(l=t.currentPlace.slots[i])||l.style.setProperty(`--jd-slot-${i}-width`,`${n}px`)),null==(s=t.currentPlace.slots[i])||s.style.setProperty("min-height",`${r}px`))}n.d(i,{invertMode:function(){return o},resizeInPanelView:function(){return r}})},71102:function(t,i,n){"use strict";n.d(i,{UIGlobalSettings:function(){return u}});var o=n(82749),r=n(31635),s=n(65478),a=n(67510),l=n(80256),c=n(12234);class u extends a.UIElement{className(){return"UIGlobalSettings"}setParentView(t){var i,n,o;return null==(i=this.displayModeSelect)||i.setParentView(t),null==(n=this.panelWidthInput)||n.setParentView(t),null==(o=this.themeSelect)||o.setParentView(t),super.setParentView(t)}async build(){var t,i,n,o,r,s;let a=this.container;this.options.allowEditDisplayMode&&(this.displayModeSelect=new c.UISelect(this.j,{label:"Display Mode",name:"displayMode",value:null!=(t=null==(i=this.state)?void 0:i.displayMode)?t:"right",options:[{text:"Dialog",value:"dialog"},{text:"Flight",value:"flight"},{text:"Left",value:"left"},{text:"Right",value:"right"},{text:"Top",value:"top"},{text:"Bottom",value:"bottom"}],onChange:()=>{this.onDisplayModeChange()}}),a.appendChild(this.displayModeSelect.container)),this.options.allowEditPanelWidth&&(this.panelWidthInput=new l.UIInput(this.j,{label:"Panel Width",name:"panelWidth",type:"number",value:String(null!=(n=null==(o=this.state)?void 0:o.panelWidth)?n:400),onChange:()=>{this.onPanelWidthChange()}}),this.panelWidthInput.nativeInput.setAttribute("min","200"),this.panelWidthInput.nativeInput.setAttribute("max","800"),this.panelWidthInput.nativeInput.setAttribute("step","10"),a.appendChild(this.panelWidthInput.container)),this.options.allowEditTheme&&(this.themeSelect=new c.UISelect(this.j,{label:"Theme",name:"theme",value:null!=(r=null==(s=this.state)?void 0:s.theme)?r:"parent",options:[{text:"Inherit",value:"parent"},{text:"Light",value:"light"},{text:"Dark",value:"dark"}],onChange:()=>{this.onThemeChange()}}),a.appendChild(this.themeSelect.container))}async onDisplayModeChange(){this.displayModeSelect&&(this.state.displayMode=this.displayModeSelect.value,this.j.async.setTimeout(async()=>{this.j.e.fire("closeAIAssistantPro.ai-assistant-pro"),await this.j.async.requestIdlePromise(),this.j.e.fire("openAIAssistantPro.ai-assistant-pro")},100))}async onPanelWidthChange(){if(!this.panelWidthInput)return;let t=parseInt(this.panelWidthInput.value,10);isNaN(t)||t<200||t>800||(this.state.panelWidth=t)}async onThemeChange(){this.themeSelect&&(this.state.theme=this.themeSelect.value)}destruct(){var t,i,n;null==(t=this.displayModeSelect)||t.destruct(),null==(i=this.panelWidthInput)||i.destruct(),null==(n=this.themeSelect)||n.destruct(),super.destruct()}onStateDisplayModeChange(){this.displayModeSelect&&(this.displayModeSelect.value=this.state.displayMode)}onStatePanelWidthChange(){this.panelWidthInput&&this.panelWidthInput.value!==String(this.state.panelWidth)&&(this.panelWidthInput.value=String(this.state.panelWidth))}onStateThemeChange(){this.themeSelect&&(this.themeSelect.value=this.state.theme)}constructor(t,i,n){super(t),(0,o._)(this,"state",void 0),(0,o._)(this,"options",void 0),(0,o._)(this,"displayModeSelect",void 0),(0,o._)(this,"panelWidthInput",void 0),(0,o._)(this,"themeSelect",void 0),this.state=i,this.options=n,this.displayModeSelect=null,this.panelWidthInput=null,this.themeSelect=null,this.build()}}(0,r.__decorate)([(0,s.watch)("state.displayMode")],u.prototype,"onStateDisplayModeChange",null),(0,r.__decorate)([(0,s.watch)("state.panelWidth")],u.prototype,"onStatePanelWidthChange",null),(0,r.__decorate)([(0,s.watch)("state.theme")],u.prototype,"onStateThemeChange",null),u=(0,r.__decorate)([s.component],u)},71255:function(t,i,n){"use strict";var o=n(2748),r=n(580),s=n(37790),a=n(50911),l=n(12153),c=n(6441),u=n(31151);c.Config.prototype.controls.classSpan={command:"applyClassName",exec:s.memorizeExec,list:["enabled","disabled","activated","text-left","text-center","text-right","warning","error"],isChildActive:(t,i)=>{let n=t.s.current();if(n){let r=o.Dom.closest(n,o.Dom.isElement,t.editor)||t.editor;return!!(i.control.args&&r.classList.contains(i.control.args[0].toString()))}return!1},isActive:(t,i)=>{let n=t.s.current();if(n){let r=o.Dom.closest(n,o.Dom.isElement,t.editor)||t.editor,s=!1;return i.control.list&&Object.keys(i.control.list).forEach(t=>{r.classList.contains(t)&&(s=!0)}),!!(r&&r!==t.editor&&void 0!==i.control.list&&s)}return!1},childTemplate:(t,i,n)=>`<span class="${i}">${t.i18n(n)}</span>`,tooltip:"Insert className"};class d extends a.Plugin{afterInit(t){t.registerCommand("applyClassName",(i,n,o)=>(t.s.commitStyle({attributes:{class:o}}),!1))}beforeDestruct(){}constructor(){super(...arguments),this.buttons=[{name:"classSpan",group:"script"}]}}r.pluginSystem.add("classSpan",d),l.Icon.set("class-span",u.default)},71262:function(t,i,n){"use strict";n.d(i,{getStrongControlTypes:function(){return l}});var o=n(68345),r=n(43555),s=n(6441),a=n(72157);function l(t,i){return((0,o.isArray)(t)?t:(0,r.keys)(t,!1).map(i=>{let n=t[i]||{};return(0,r.ConfigProto)({name:i},n)})).map(t=>(0,a.getControlType)(t,i||s.Config.defaultOptions.controls))}},71521:function(t,i,n){"use strict";n.d(i,{NUMBER_FIELDS_REG:function(){return r.NUMBER_FIELDS_REG},normalizeColor:function(){return o.normalizeColor},normalizeCssNumericValue:function(){return r.normalizeCssNumericValue},normalizeCssValue:function(){return r.normalizeCssValue},normalizeKeyAliases:function(){return s.normalizeKeyAliases},normalizeLicense:function(){return a.normalizeLicense},normalizePath:function(){return l.normalizePath},normalizeRelativePath:function(){return c.normalizeRelativePath},normalizeSize:function(){return u.normalizeSize},normalizeUrl:function(){return d.normalizeUrl}});var o=n(21224),r=n(3760),s=n(49033),a=n(12972),l=n(9992),c=n(70091),u=n(46334),d=n(37406)},71568:function(t,i,n){"use strict";n.d(i,{Alert:function(){return c}});var o=n(2748),r=n(29999),s=n(23282),a=n(10830),l=n(78584);function c(t,i,n,u="jodit-dialog_alert"){(0,s.isFunction)(i)&&(n=i,i=void 0);let d=this instanceof l.Dialog?this:new l.Dialog({closeOnClickOverlay:!0}),h=d.c.div(u),p=(0,a.Button)(d,"ok","Ok");return(0,r.asArray)(t).forEach(t=>{h.appendChild(o.Dom.isNode(t)?t:d.c.fromHTML(t))}),p.onAction(()=>{n&&(0,s.isFunction)(n)&&!1===n(d)||d.close()}),d.setFooter([p]),d.open(h,i||"&nbsp;",!0,!0),p.focus(),d}},71675:function(t,i,n){"use strict";var o=n(6441);o.Config.prototype.allowResizeTags=new Set(["img","iframe","table","jodit"]),o.Config.prototype.resizer={showSize:!0,hideSizeTimeout:1e3,forImageChangeAttributes:!0,min_width:10,min_height:10,useAspectRatio:new Set(["img"])}},71686:function(t,i,n){"use strict";n.d(i,{ajaxInstances:function(){return a},send:function(){return l}});var o=n(21537),r=n(41601),s=n(83987);let a=new WeakMap;function l(t,i){let n=(0,s.buildData)(t,i),l=i=>{t.j.progressbar.show().progress(i),i>=100&&t.j.progressbar.hide()},c=(i,n)=>{let s=new r.Ajax({xhr:()=>{let i=new XMLHttpRequest;return void 0!==t.j.ow.FormData&&i.upload?(n(10),i.upload.addEventListener("progress",t=>{if(t.lengthComputable){let i=t.loaded/t.total;n(i*=100)}},!1)):n(100),i},method:t.o.method||"POST",data:i,url:(0,o.isFunction)(t.o.url)?t.o.url(i):t.o.url,headers:t.o.headers,queryBuild:t.o.queryBuild,contentType:t.o.contentType.call(t,i),withCredentials:t.o.withCredentials||!1}),l=a.get(t);return l||(l=new Set,a.set(t,l)),l.add(s),t.j.e.one("beforeDestruct",s.destruct),s.send().then(t=>t.json()).catch(t=>({success:!1,data:{messages:[t]}})).finally(()=>{s.destruct(),null==l||l.delete(s)})};return((0,o.isFunction)(t.o.customUploadFunction)&&(c=t.o.customUploadFunction),(0,o.isPromise)(n))?n.then(t=>c(t,l)).catch(i=>{t.o.error.call(t,i)}):c(n,l)}},71705:function(t,i,n){"use strict";n.r(i),i.default={newline:"الخط الجديد",delete:"حذف",space:"الفضاء","Speech Recognize":"التعرف على الكلام",Sound:"الصوت","Interim Results":"النتائج المؤقتة"}},71724:function(t,i,n){"use strict";n.r(i),i.default={"Line height":"Zeilenh\xf6he"}},71842:function(t,i,n){"use strict";var o=n(82758),r=n(6441);r.Config.prototype.askBeforePasteFromWord=!0,r.Config.prototype.processPasteFromWord=!0,r.Config.prototype.defaultActionOnPasteFromWord=null,r.Config.prototype.pasteFromWordActionList=[{value:o.INSERT_AS_HTML,text:"Keep"},{value:o.INSERT_AS_TEXT,text:"Clean"},{value:o.INSERT_ONLY_TEXT,text:"Insert only Text"}]},71916:function(t,i,n){"use strict";n.d(i,{UIButtonGroup:function(){return l}});var o=n(87325),r=n(38837),s=n(10830),a=n(62405);let l=class t extends a.UIGroup{className(){return"UIButtonGroup"}render(t){return`<div>
473
+ </div>`}appendChildToContainer(t){let i=this.getElm("box");(0,a.assert)(null!=i,"box element does not exists"),i.appendChild(t)}addResize(){(0,l.css)(this.container,{width:null,height:null}),u.UIResize.remove(this),u.UIResize.install(this,screen.width>450?"right":"bottom")}onChangeFavorites(){this.setMod("has-favorites",!!this.state.favorites.length)}onClickHideButton(){return this.state.showSideBar=!this.state.showSideBar,!1}onClickFavorites(){return this.state.elements=this.state.favorites,!1}constructor(t,i,n){super(t,i),(0,o._)(this,"state",void 0),this.state=n,this.onChangeFavorites()}}(0,r.__decorate)([(0,s.hook)("ready"),(0,s.watch)(":resize",{context:window}),(0,s.debounce)()],d.prototype,"addResize",null),(0,r.__decorate)([(0,s.watch)("state.favorites")],d.prototype,"onChangeFavorites",null),(0,r.__decorate)([(0,s.watch)("hide-btn:click")],d.prototype,"onClickHideButton",null),(0,r.__decorate)([(0,s.watch)("favorites:click")],d.prototype,"onClickFavorites",null),d=(0,r.__decorate)([s.component],d)},71042:function(t,i){"use strict";i.default={"copy-format":"opmaak kopi\xebren"}},71050:function(t,i,n){"use strict";n.d(i,{invertMode:function(){return r},resizeInPanelView:function(){return s}});var o=n(41180);function r(t){switch(t){case"left":return"right";case"right":return"left";case"top":return"bottom";case"bottom":return"top"}}function s(t,i,n,s){var a,l,c,u;if("dialog"===i||"flight"===i)return;("left"===i||"right"===i)&&(null==(c=t.currentPlace.slots[r(i)])||c.style.setProperty(`--jd-slot-${r(i)}-width`,"auto"),null==(u=t.currentPlace.slots[i])||u.style.setProperty(`--jd-slot-${i}-width`,`${n}px`));let d=null!=(a=(0,o.css)(t.currentPlace.workplace,"height"))?a:0;null==(l=t.currentPlace.slots[i])||l.style.setProperty("min-height",`${Math.min(d,s)}px`)}},71102:function(t,i,n){"use strict";n.d(i,{UIGlobalSettings:function(){return u}});var o=n(82749),r=n(31635),s=n(65478),a=n(67510),l=n(80256),c=n(12234);class u extends a.UIElement{className(){return"UIGlobalSettings"}setParentView(t){var i,n,o;return null==(i=this.displayModeSelect)||i.setParentView(t),null==(n=this.panelWidthInput)||n.setParentView(t),null==(o=this.themeSelect)||o.setParentView(t),super.setParentView(t)}async build(){var t,i,n,o,r,s;let a=this.container;this.options.allowEditDisplayMode&&(this.displayModeSelect=new c.UISelect(this.j,{label:"Display Mode",name:"displayMode",value:null!=(t=null==(i=this.state)?void 0:i.displayMode)?t:"right",options:[{text:"Dialog",value:"dialog"},{text:"Flight",value:"flight"},{text:"Left",value:"left"},{text:"Right",value:"right"},{text:"Top",value:"top"},{text:"Bottom",value:"bottom"}],onChange:()=>{this.onDisplayModeChange()}}),a.appendChild(this.displayModeSelect.container)),this.options.allowEditPanelWidth&&(this.panelWidthInput=new l.UIInput(this.j,{label:"Panel Width",name:"panelWidth",type:"number",value:String(null!=(n=null==(o=this.state)?void 0:o.panelWidth)?n:400),onChange:()=>{this.onPanelWidthChange()}}),this.panelWidthInput.nativeInput.setAttribute("min","200"),this.panelWidthInput.nativeInput.setAttribute("max","800"),this.panelWidthInput.nativeInput.setAttribute("step","10"),a.appendChild(this.panelWidthInput.container)),this.options.allowEditTheme&&(this.themeSelect=new c.UISelect(this.j,{label:"Theme",name:"theme",value:null!=(r=null==(s=this.state)?void 0:s.theme)?r:"parent",options:[{text:"Inherit",value:"parent"},{text:"Light",value:"light"},{text:"Dark",value:"dark"}],onChange:()=>{this.onThemeChange()}}),a.appendChild(this.themeSelect.container))}async onDisplayModeChange(){this.displayModeSelect&&(this.state.displayMode=this.displayModeSelect.value,this.j.async.setTimeout(async()=>{this.j.e.fire("closeAIAssistantPro.ai-assistant-pro"),await this.j.async.requestIdlePromise(),this.j.e.fire("openAIAssistantPro.ai-assistant-pro")},100))}async onPanelWidthChange(){if(!this.panelWidthInput)return;let t=parseInt(this.panelWidthInput.value,10);isNaN(t)||t<200||t>800||(this.state.panelWidth=t)}async onThemeChange(){this.themeSelect&&(this.state.theme=this.themeSelect.value)}destruct(){var t,i,n;null==(t=this.displayModeSelect)||t.destruct(),null==(i=this.panelWidthInput)||i.destruct(),null==(n=this.themeSelect)||n.destruct(),super.destruct()}onStateDisplayModeChange(){this.displayModeSelect&&(this.displayModeSelect.value=this.state.displayMode)}onStatePanelWidthChange(){this.panelWidthInput&&this.panelWidthInput.value!==String(this.state.panelWidth)&&(this.panelWidthInput.value=String(this.state.panelWidth))}onStateThemeChange(){this.themeSelect&&(this.themeSelect.value=this.state.theme)}constructor(t,i,n){super(t),(0,o._)(this,"state",void 0),(0,o._)(this,"options",void 0),(0,o._)(this,"displayModeSelect",void 0),(0,o._)(this,"panelWidthInput",void 0),(0,o._)(this,"themeSelect",void 0),this.state=i,this.options=n,this.displayModeSelect=null,this.panelWidthInput=null,this.themeSelect=null,this.build()}}(0,r.__decorate)([(0,s.watch)("state.displayMode")],u.prototype,"onStateDisplayModeChange",null),(0,r.__decorate)([(0,s.watch)("state.panelWidth")],u.prototype,"onStatePanelWidthChange",null),(0,r.__decorate)([(0,s.watch)("state.theme")],u.prototype,"onStateThemeChange",null),u=(0,r.__decorate)([s.component],u)},71255:function(t,i,n){"use strict";var o=n(2748),r=n(580),s=n(37790),a=n(50911),l=n(12153),c=n(6441),u=n(31151);c.Config.prototype.controls.classSpan={command:"applyClassName",exec:s.memorizeExec,list:["enabled","disabled","activated","text-left","text-center","text-right","warning","error"],isChildActive:(t,i)=>{let n=t.s.current();if(n){let r=o.Dom.closest(n,o.Dom.isElement,t.editor)||t.editor;return!!(i.control.args&&r.classList.contains(i.control.args[0].toString()))}return!1},isActive:(t,i)=>{let n=t.s.current();if(n){let r=o.Dom.closest(n,o.Dom.isElement,t.editor)||t.editor,s=!1;return i.control.list&&Object.keys(i.control.list).forEach(t=>{r.classList.contains(t)&&(s=!0)}),!!(r&&r!==t.editor&&void 0!==i.control.list&&s)}return!1},childTemplate:(t,i,n)=>`<span class="${i}">${t.i18n(n)}</span>`,tooltip:"Insert className"};class d extends a.Plugin{afterInit(t){t.registerCommand("applyClassName",(i,n,o)=>(t.s.commitStyle({attributes:{class:o}}),!1))}beforeDestruct(){}constructor(){super(...arguments),this.buttons=[{name:"classSpan",group:"script"}]}}r.pluginSystem.add("classSpan",d),l.Icon.set("class-span",u.default)},71262:function(t,i,n){"use strict";n.d(i,{getStrongControlTypes:function(){return l}});var o=n(68345),r=n(43555),s=n(6441),a=n(72157);function l(t,i){return((0,o.isArray)(t)?t:(0,r.keys)(t,!1).map(i=>{let n=t[i]||{};return(0,r.ConfigProto)({name:i},n)})).map(t=>(0,a.getControlType)(t,i||s.Config.defaultOptions.controls))}},71521:function(t,i,n){"use strict";n.d(i,{NUMBER_FIELDS_REG:function(){return r.NUMBER_FIELDS_REG},normalizeColor:function(){return o.normalizeColor},normalizeCssNumericValue:function(){return r.normalizeCssNumericValue},normalizeCssValue:function(){return r.normalizeCssValue},normalizeKeyAliases:function(){return s.normalizeKeyAliases},normalizeLicense:function(){return a.normalizeLicense},normalizePath:function(){return l.normalizePath},normalizeRelativePath:function(){return c.normalizeRelativePath},normalizeSize:function(){return u.normalizeSize},normalizeUrl:function(){return d.normalizeUrl}});var o=n(21224),r=n(3760),s=n(49033),a=n(12972),l=n(9992),c=n(70091),u=n(46334),d=n(37406)},71568:function(t,i,n){"use strict";n.d(i,{Alert:function(){return c}});var o=n(2748),r=n(29999),s=n(23282),a=n(10830),l=n(78584);function c(t,i,n,u="jodit-dialog_alert"){(0,s.isFunction)(i)&&(n=i,i=void 0);let d=this instanceof l.Dialog?this:new l.Dialog({closeOnClickOverlay:!0}),h=d.c.div(u),p=(0,a.Button)(d,"ok","Ok");return(0,r.asArray)(t).forEach(t=>{h.appendChild(o.Dom.isNode(t)?t:d.c.fromHTML(t))}),p.onAction(()=>{n&&(0,s.isFunction)(n)&&!1===n(d)||d.close()}),d.setFooter([p]),d.open(h,i||"&nbsp;",!0,!0),p.focus(),d}},71675:function(t,i,n){"use strict";var o=n(6441);o.Config.prototype.allowResizeTags=new Set(["img","iframe","table","jodit"]),o.Config.prototype.resizer={showSize:!0,hideSizeTimeout:1e3,forImageChangeAttributes:!0,min_width:10,min_height:10,useAspectRatio:new Set(["img"])}},71686:function(t,i,n){"use strict";n.d(i,{ajaxInstances:function(){return a},send:function(){return l}});var o=n(21537),r=n(41601),s=n(83987);let a=new WeakMap;function l(t,i){let n=(0,s.buildData)(t,i),l=i=>{t.j.progressbar.show().progress(i),i>=100&&t.j.progressbar.hide()},c=(i,n)=>{let s=new r.Ajax({xhr:()=>{let i=new XMLHttpRequest;return void 0!==t.j.ow.FormData&&i.upload?(n(10),i.upload.addEventListener("progress",t=>{if(t.lengthComputable){let i=t.loaded/t.total;n(i*=100)}},!1)):n(100),i},method:t.o.method||"POST",data:i,url:(0,o.isFunction)(t.o.url)?t.o.url(i):t.o.url,headers:t.o.headers,queryBuild:t.o.queryBuild,contentType:t.o.contentType.call(t,i),withCredentials:t.o.withCredentials||!1}),l=a.get(t);return l||(l=new Set,a.set(t,l)),l.add(s),t.j.e.one("beforeDestruct",s.destruct),s.send().then(t=>t.json()).catch(t=>({success:!1,data:{messages:[t]}})).finally(()=>{s.destruct(),null==l||l.delete(s)})};return((0,o.isFunction)(t.o.customUploadFunction)&&(c=t.o.customUploadFunction),(0,o.isPromise)(n))?n.then(t=>c(t,l)).catch(i=>{t.o.error.call(t,i)}):c(n,l)}},71705:function(t,i,n){"use strict";n.r(i),i.default={newline:"الخط الجديد",delete:"حذف",space:"الفضاء","Speech Recognize":"التعرف على الكلام",Sound:"الصوت","Interim Results":"النتائج المؤقتة"}},71724:function(t,i,n){"use strict";n.r(i),i.default={"Line height":"Zeilenh\xf6he"}},71842:function(t,i,n){"use strict";var o=n(82758),r=n(6441);r.Config.prototype.askBeforePasteFromWord=!0,r.Config.prototype.processPasteFromWord=!0,r.Config.prototype.defaultActionOnPasteFromWord=null,r.Config.prototype.pasteFromWordActionList=[{value:o.INSERT_AS_HTML,text:"Keep"},{value:o.INSERT_AS_TEXT,text:"Clean"},{value:o.INSERT_ONLY_TEXT,text:"Insert only Text"}]},71916:function(t,i,n){"use strict";n.d(i,{UIButtonGroup:function(){return l}});var o=n(87325),r=n(38837),s=n(10830),a=n(62405);let l=class t extends a.UIGroup{className(){return"UIButtonGroup"}render(t){return`<div>
474
474
  <div class="&__label">~${t.label}~</div>
475
475
  <div class="&__options"></div>
476
476
  </div>`}appendChildToContainer(t){let i=this.getElm("options");(0,r.assert)(null!=i,"Options does not exist"),i.appendChild(t)}select(t){var i,n;this.elements.forEach((i,n)=>{n===t||i.state.value===t?i.state.activated=!0:this.options.radio&&(i.state.activated=!1)});let o=this.elements.filter(t=>t.state.activated).map(t=>({text:t.state.text,value:t.state.value}));this.jodit.e.fire(this,"select",o),null==(n=(i=this.options).onChange)||n.call(i,o)}constructor(t,i={radio:!0}){var n,o;super(t,null==(n=i.options)?void 0:n.map(i=>{let n=new s.UIButton(t,{text:i.text,value:i.value,variant:"primary"});return n.onAction(()=>{this.select(i.value)}),n}),i),this.options=i,this.select(null!=(o=i.value)?o:0)}};l=function(t,i,n,o){var r,s=arguments.length,a=s<3?i:null===o?o=Object.getOwnPropertyDescriptor(i,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,o);else for(var l=t.length-1;l>=0;l--)(r=t[l])&&(a=(s<3?r(a):s>3?r(i,n,a):r(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a}([o.component],l)},72144:function(t,i){"use strict";i.default='<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> '},72157:function(t,i,n){"use strict";n.d(i,{findControlType:function(){return a},getControlType:function(){return s}});var o=n(21537),r=n(6441);function s(t,i){let n;return i||(i=r.Config.defaultOptions.controls),(0,o.isString)(t)?n=a(t,i)||{name:t,command:t,tooltip:t}:void 0!==i[(n={name:"empty",...(0,o.ConfigFlatten)(t)}).name]&&(n={...(0,o.ConfigFlatten)(i[n.name]),...(0,o.ConfigFlatten)(n)}),n}function a(t,i){let[n,r]=t.split(/\./),s=i;return null!=r?void 0!==i[n]&&(s=i[n]):r=n,s[r]?{name:r,...(0,o.ConfigFlatten)(s[r])}:void 0}},72253:function(t,i,n){"use strict";var o=n(65478),r=n(22732),s=n(580),a=n(70799),l=n(50911);n(96967);var c=function(t,i,n,o){var r,s=arguments.length,a=s<3?i:null===o?o=Object.getOwnPropertyDescriptor(i,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,o);else for(var l=t.length-1;l>=0;l--)(r=t[l])&&(a=(s<3?r(a):s>3?r(i,n,a):r(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a};class u extends l.Plugin{afterInit(t){"br"!==t.o.enter.toLowerCase()&&t.e.on("drop.wtn focus.wtn keydown.wtn mousedown.wtn afterInit.wtn backSpaceAfterDelete.wtn",this.preprocessInput,{top:!0}).on("afterInit.wtn postProcessSetEditorValue.wtn afterCommitStyle.wtn backSpaceAfterDelete.wtn",this.postProcessSetEditorValue)}beforeDestruct(t){t.e.off(".wtn")}postProcessSetEditorValue(){let{jodit:t}=this;if(!t.isEditorMode())return;let i=t.editor.firstChild,n=!1;for(;i;){if(i=function(t,i){let n=t,o=t;do if(r.Dom.isElement(o)&&r.Dom.isLeaf(o)&&!r.Dom.isList(o.parentElement)){let t=r.Dom.findNotEmptySibling(o,!1);r.Dom.isTag(n,"ul")?n.appendChild(o):n=r.Dom.wrap(o,"ul",i.createInside),o=t}else break;while(o);return n}(i,t),this.isSuitableStart(i)){n||t.s.save(),n=!0;let o=t.createInside.element(t.o.enter);for(r.Dom.before(i,o);i&&this.isSuitable(i);){let t=i.nextSibling;o.appendChild(i),i=t}o.normalize(),i=o}i=i&&i.nextSibling}n&&(t.s.restore(),"afterInit"===t.e.current&&t.e.fire("internalChange"))}preprocessInput(){let{jodit:t}=this,i="afterInit"===t.e.current;if(!t.isEditorMode()||t.editor.firstChild||!t.o.wrapNodes.emptyBlockAfterInit&&i)return;let n=t.createInside.element(t.o.enter),o=t.createInside.element("br");r.Dom.append(n,o),r.Dom.append(t.editor,n),t.s.isFocused()&&t.s.setCursorBefore(o),t.e.fire("internalChange")}constructor(){super(...arguments),this.isSuitableStart=t=>{var i;return r.Dom.isText(t)&&(0,a.isString)(t.nodeValue)&&(/[^\s]/.test(t.nodeValue)||(null==(i=t.parentNode)?void 0:i.firstChild)===t&&this.isSuitable(t.nextSibling))||this.isNotWrapped(t)&&!r.Dom.isTemporary(t)},this.isSuitable=t=>r.Dom.isText(t)||this.isNotWrapped(t),this.isNotWrapped=t=>r.Dom.isElement(t)&&!(r.Dom.isBlock(t)||r.Dom.isTag(t,this.j.o.wrapNodes.exclude))}}c([o.autobind],u.prototype,"postProcessSetEditorValue",null),c([o.autobind],u.prototype,"preprocessInput",null),s.pluginSystem.add("wrapNodes",u)},72337:function(t,i){"use strict";i.default='<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> '},72392:function(t,i){"use strict";i.default={"copy-format":"Kop\xedrovat form\xe1t"}},72430:function(t,i,n){"use strict";n.d(i,{isPlainObject:function(){return r}});var o=n(52742);function r(t){return!(!t||"object"!=typeof t||t.nodeType||(0,o.isWindow)(t))&&!(t.constructor&&!({}).hasOwnProperty.call(t.constructor.prototype,"isPrototypeOf"))}},72439:function(t,i,n){"use strict";var o=n(82758),r=n(2748),s=n(580),a=n(21537),l=n(76014);let c=new Set([o.KEY_TAB,o.KEY_LEFT,o.KEY_RIGHT,o.KEY_UP,o.KEY_DOWN]);s.pluginSystem.add("tableKeyboardNavigation",function(t){t.e.off(".tableKeyboardNavigation").on("keydown.tableKeyboardNavigation",i=>{let{key:n}=i,s=function(t,i){if(!c.has(i))return;let n=t.s.current();if(!n)return;let s=r.Dom.up(n,r.Dom.isCell,t.editor);if(!s)return;let{range:l}=t.s;if(i!==o.KEY_TAB&&n!==s){let t=i===o.KEY_RIGHT||i===o.KEY_DOWN,c=(0,a.call)(t?r.Dom.next:r.Dom.prev,n,t=>i===o.KEY_UP||i===o.KEY_DOWN?r.Dom.isTag(t,"br"):!!t,s);if(!t&&(c||i!==o.KEY_UP&&r.Dom.isText(n)&&0!==l.startOffset)||t&&(c||i!==o.KEY_DOWN&&r.Dom.isText(n)&&n.nodeValue&&l.startOffset!==n.nodeValue.length))return}return s}(t,n);if(!s)return;let u=t.getInstance(l.Table,t.o),d=r.Dom.closest(s,"table",t.editor),h=null,p=n===o.KEY_LEFT||i.shiftKey,f=()=>(0,a.call)(p?r.Dom.prev:r.Dom.next,s,r.Dom.isCell,d);switch(n){case o.KEY_TAB:case o.KEY_LEFT:(h=f())||(u.appendRow(d,!!p&&d.querySelector("tr"),!p),h=f());break;case o.KEY_UP:case o.KEY_DOWN:{let t=u.formalMatrix(d),[i,r]=u.formalCoordinate(d,s);n===o.KEY_UP?void 0!==t[i-1]&&(h=t[i-1][r]):void 0!==t[i+1]&&(h=t[i+1][r])}}if(h){if(t.e.fire("hidePopup hideResizer"),h.firstChild)n===o.KEY_TAB?t.s.select(h,!0):t.s.setCursorIn(h,n===o.KEY_RIGHT||n===o.KEY_DOWN);else{let i=t.createInside.element("br");h.appendChild(i),t.s.setCursorBefore(i)}return t.synchronizeValues(),!1}})})},72573:function(t,i,n){"use strict";function o(t,i,n){return i in t?Object.defineProperty(t,i,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[i]=n,t}function r(){return{async:!1,breaks:!1,extensions:null,gfm:!0,hooks:null,pedantic:!1,renderer:null,silent:!1,tokenizer:null,walkTokens:null}}n.d(i,{marked:function(){return ey}});var s,a=r(),l={exec:()=>null};function c(t,i=""){let n="string"==typeof t?t:t.source,o={replace:(t,i)=>{let r="string"==typeof i?i:i.source;return r=r.replace(d.caret,"$1"),n=n.replace(t,r),o},getRegex:()=>new RegExp(n,i)};return o}var u=(()=>{try{return!!RegExp("(?<=1)(?<!1)")}catch(t){return!1}})(),d={codeRemoveIndent:/^(?: {1,4}| {0,3}\t)/gm,outputLinkReplace:/\\([\[\]])/g,indentCodeCompensation:/^(\s+)(?:```)/,beginningSpace:/^\s+/,endingHash:/#$/,startingSpaceChar:/^ /,endingSpaceChar:/ $/,nonSpaceChar:/[^ ]/,newLineCharGlobal:/\n/g,tabCharGlobal:/\t/g,multipleSpaceGlobal:/\s+/g,blankLine:/^[ \t]*$/,doubleBlankLine:/\n[ \t]*\n[ \t]*$/,blockquoteStart:/^ {0,3}>/,blockquoteSetextReplace:/\n {0,3}((?:=+|-+) *)(?=\n|$)/g,blockquoteSetextReplace2:/^ {0,3}>[ \t]?/gm,listReplaceTabs:/^\t+/,listReplaceNesting:/^ {1,4}(?=( {4})*[^ ])/g,listIsTask:/^\[[ xX]\] +\S/,listReplaceTask:/^\[[ xX]\] +/,listTaskCheckbox:/\[[ xX]\]/,anyLine:/\n.*\n/,hrefBrackets:/^<(.*)>$/,tableDelimiter:/[:|]/,tableAlignChars:/^\||\| *$/g,tableRowBlankLine:/\n[ \t]*$/,tableAlignRight:/^ *-+: *$/,tableAlignCenter:/^ *:-+: *$/,tableAlignLeft:/^ *:-+ *$/,startATag:/^<a /i,endATag:/^<\/a>/i,startPreScriptTag:/^<(pre|code|kbd|script)(\s|>)/i,endPreScriptTag:/^<\/(pre|code|kbd|script)(\s|>)/i,startAngleBracket:/^</,endAngleBracket:/>$/,pedanticHrefTitle:/^([^'"]*[^\s])\s+(['"])(.*)\2/,unicodeAlphaNumeric:/[\p{L}\p{N}]/u,escapeTest:/[&<>"']/,escapeReplace:/[&<>"']/g,escapeTestNoEncode:/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,escapeReplaceNoEncode:/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/g,unescapeTest:/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/ig,caret:/(^|[^\[])\^/g,percentDecode:/%25/g,findPipe:/\|/g,splitPipe:/ \|/,slashPipe:/\\\|/g,carriageReturn:/\r\n|\r/g,spaceLine:/^ +$/gm,notSpaceStart:/^\S*/,endingNewline:/\n$/,listItemRegex:t=>RegExp(`^( {0,3}${t})((?:[ ][^\\n]*)?(?:\\n|$))`),nextBulletRegex:t=>RegExp(`^ {0,${Math.min(3,t-1)}}(?:[*+-]|\\d{1,9}[.)])((?:[ ][^\\n]*)?(?:\\n|$))`),hrRegex:t=>RegExp(`^ {0,${Math.min(3,t-1)}}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)`),fencesBeginRegex:t=>RegExp(`^ {0,${Math.min(3,t-1)}}(?:\`\`\`|~~~)`),headingBeginRegex:t=>RegExp(`^ {0,${Math.min(3,t-1)}}#`),htmlBeginRegex:t=>RegExp(`^ {0,${Math.min(3,t-1)}}<(?:[a-z].*>|!--)`,"i")},h=/^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/,p=/(?:[*+-]|\d{1,9}[.)])/,f=/^(?!bull |blockCode|fences|blockquote|heading|html|table)((?:.|\n(?!\s*?\n|bull |blockCode|fences|blockquote|heading|html|table))+?)\n {0,3}(=+|-+) *(?:\n+|$)/,m=c(f).replace(/bull/g,p).replace(/blockCode/g,/(?: {4}| {0,3}\t)/).replace(/fences/g,/ {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g,/ {0,3}>/).replace(/heading/g,/ {0,3}#{1,6}/).replace(/html/g,/ {0,3}<[^\n>]+>\n/).replace(/\|table/g,"").getRegex(),g=c(f).replace(/bull/g,p).replace(/blockCode/g,/(?: {4}| {0,3}\t)/).replace(/fences/g,/ {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g,/ {0,3}>/).replace(/heading/g,/ {0,3}#{1,6}/).replace(/html/g,/ {0,3}<[^\n>]+>\n/).replace(/table/g,/ {0,3}\|?(?:[:\- ]*\|)+[\:\- ]*\n/).getRegex(),b=/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/,v=/(?!\s*\])(?:\\[\s\S]|[^\[\]\\])+/,y=c(/^ {0,3}\[(label)\]: *(?:\n[ \t]*)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n[ \t]*)?| *\n[ \t]*)(title))? *(?:\n+|$)/).replace("label",v).replace("title",/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/).getRegex(),w=c(/^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/).replace(/bull/g,p).getRegex(),_="address|article|aside|base|basefont|blockquote|body|caption|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option|p|param|search|section|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul",C=/<!--(?:-?>|[\s\S]*?(?:-->|$))/,k=c("^ {0,3}(?:<(script|pre|style|textarea)[\\s>][\\s\\S]*?(?:</\\1>[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?(?:\\?>\\n*|$)|<![A-Z][\\s\\S]*?(?:>\\n*|$)|<!\\[CDATA\\[[\\s\\S]*?(?:\\]\\]>\\n*|$)|</?(tag)(?: +|\\n|/?>)[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$)|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$)|</(?!script|pre|style|textarea)[a-z][\\w-]*\\s*>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$))","i").replace("comment",C).replace("tag",_).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),S=c(b).replace("hr",h).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("|table","").replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",_).getRegex(),x={blockquote:c(/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/).replace("paragraph",S).getRegex(),code:/^((?: {4}| {0,3}\t)[^\n]+(?:\n(?:[ \t]*(?:\n|$))*)?)+/,def:y,fences:/^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/,heading:/^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/,hr:h,html:k,lheading:m,list:w,newline:/^(?:[ \t]*(?:\n|$))+/,paragraph:S,table:l,text:/^[^\n]+/},I=c("^ *([^\\n ].*)\\n {0,3}((?:\\| *)?:?-+:? *(?:\\| *:?-+:? *)*(?:\\| *)?)(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)").replace("hr",h).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("blockquote"," {0,3}>").replace("code","(?: {4}| {0,3} )[^\\n]").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",_).getRegex(),E={...x,lheading:g,table:I,paragraph:c(b).replace("hr",h).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("table",I).replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",_).getRegex()},T={...x,html:c("^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+?</\\1> *(?:\\n{2,}|\\s*$)|<tag(?:\"[^\"]*\"|'[^']*'|\\s[^'\"/>\\s]*)*?/?> *(?:\\n{2,}|\\s*$))").replace("comment",C).replace(/tag/g,"(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:|[^\\w\\s@]*@)\\b").getRegex(),def:/^ *\[([^\]]+)\]: *<?([^\s>]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/,heading:/^(#{1,6})(.*)(?:\n+|$)/,fences:l,lheading:/^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/,paragraph:c(b).replace("hr",h).replace("heading",` *#{1,6} *[^
@@ -562,7 +562,7 @@ Please report this to https://github.com/markedjs/marked.`,t){let t="<p>An error
562
562
  <div class='&__wrapper'>
563
563
  <button class='&__button'>css</button>
564
564
  </div>
565
- </div>`}static extractStyle(t,i){var n,o,r,s;let a=(null==(s=i.ownerDocument.defaultView)?void 0:s.getComputedStyle(i))||{},l=(t,i,n,o)=>{let r=a[n];return!r||["none","inherit","initial","unset"].includes(r)?{[n]:!1}:(r.replace(/,\s/g,",").split(/\s+/).forEach(n=>{if(/[0-9.]+(px|pt|em|%)/.test(n)){let o=t.shift();o&&(i[o]=n)}else"inset"===n?i.boxShadowInset=!0:i[o]=n}),i[n]=!0,i)};Object.assign(t,{text:i.innerText,className:i.className,href:i.getAttribute("href")||"",...(()=>{var t,i;let n={solid:!0,bgStart:null!=(t=a.backgroundColor)?t:"#44c767",bgEnd:null!=(i=a.backgroundColor)?i:"#44c767"},o=a.backgroundImage;if(o&&/linear-gradient/.test(o)){let t=/linear-gradient\((.+)\s+[0-9]+%,\s+(.+)\s+[0-9]+%\)/.exec(o);t&&(n.solid=!1,n.bgStart=t[1]||n.bgStart,n.bgEnd=t[2]||"#5cbf2a")}return n})(),borderColor:null!=(n=null==a?void 0:a.borderColor)?n:"#18ab29",borderRadius:null!=(o=null==a?void 0:a.borderRadius)?o:0,borderSize:null!=(r=null==a?void 0:a.borderWidth)?r:1,...l(["boxShadowOffsetX","boxShadowOffsetY","boxShadowBlurRadius","boxShadowSpreadRadius"],{boxShadowBlurRadius:0,boxShadowColor:"#3dc21b",boxShadowInset:!1,boxShadowOffsetX:0,boxShadowOffsetY:0,boxShadowSpreadRadius:0},"boxShadow","boxShadowColor"),fontColor:a.color,fontFamily:a.fontFamily,fontSize:a.fontSize,fontWeight:"bold"===a.fontWeight,fontItalic:"italic"===a.fontStyle,paddingX:a.paddingLeft,paddingY:a.paddingTop,...l(["textShadowOffsetX","textShadowOffsetY","textShadowBlurRadius"],{textShadowBlurRadius:0,textShadowColor:"#2f6627",textShadowOffsetX:0,textShadowOffsetY:1},"textShadow","textShadowColor")})}constructor(t,i){super(t),(0,o._)(this,"style",void 0),this.style=i,this.__updateStyles()}}(0,r.__decorate)([(0,s.watch)("style")],d.prototype,"__updateStyles",null),d=(0,r.__decorate)([s.component],d)},82558:function(t,i,n){"use strict";n.d(i,{allowAttributes:function(){return r}});var o=n(2748);function r(t,i,n,r){if(r&&o.Dom.isElement(i)&&!0!==r[i.nodeName]){let t=i.attributes;if(t&&t.length){let o=[];for(let n=0;n<t.length;n+=1){let s=r[i.nodeName][t[n].name];s&&(!0===s||s===t[n].value)||o.push(t[n].name)}o.length&&(n=!0),o.forEach(t=>{i.removeAttribute(t)})}}return n}},82749:function(t,i,n){"use strict";function o(t,i,n){return i in t?Object.defineProperty(t,i,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[i]=n,t}n.d(i,{_:function(){return o}})},82758:function(t,i,n){"use strict";n.r(i),n.d(i,{ACCURACY:function(){return V},APP_VERSION:function(){return o},BASE_PATH:function(){return ep},BASE_PATH_IS_MIN:function(){return ef},BR:function(){return $},CLIPBOARD_ID:function(){return eb},COMMAND_KEYS:function(){return W},EMULATE_DBLCLICK_TIMEOUT:function(){return ei},ES:function(){return r},FAT_MODE:function(){return u},HOMEPAGE:function(){return d},INSEPARABLE_TAGS:function(){return T},INSERT_AS_HTML:function(){return en},INSERT_AS_TEXT:function(){return er},INSERT_CLEAR_HTML:function(){return eo},INSERT_ONLY_TEXT:function(){return es},INVISIBLE_SPACE:function(){return f},INVISIBLE_SPACE_REG_EXP:function(){return g},INVISIBLE_SPACE_REG_EXP_END:function(){return b},INVISIBLE_SPACE_REG_EXP_START:function(){return v},IS_BLOCK:function(){return S},IS_ES_MODERN:function(){return s},IS_ES_NEXT:function(){return a},IS_IE:function(){return X},IS_INLINE:function(){return x},IS_MAC:function(){return el},IS_PROD:function(){return l},IS_TEST:function(){return c},KEY_ALIASES:function(){return ec},KEY_ALT:function(){return M},KEY_BACKSPACE:function(){return L},KEY_DELETE:function(){return H},KEY_DOWN:function(){return F},KEY_ENTER:function(){return P},KEY_ESC:function(){return R},KEY_F3:function(){return U},KEY_LEFT:function(){return z},KEY_META:function(){return j},KEY_RIGHT:function(){return N},KEY_SPACE:function(){return O},KEY_TAB:function(){return D},KEY_UP:function(){return B},LIST_TAGS:function(){return I},MARKER_CLASS:function(){return et},MODE_SOURCE:function(){return Y},MODE_SPLIT:function(){return J},MODE_WYSIWYG:function(){return K},NBSP_SPACE:function(){return m},NEARBY:function(){return q},NO_EMPTY_TAGS:function(){return A},PARAGRAPH:function(){return G},PASSIVE_EVENTS:function(){return ey},SAFE_COUNT_CHANGE_CALL:function(){return ea},SET_TEST:function(){return h},SOURCE_CONSUMER:function(){return ev},SPACE_REG_EXP:function(){return y},SPACE_REG_EXP_END:function(){return _},SPACE_REG_EXP_START:function(){return w},TEMP_ATTR:function(){return em},TEXT_HTML:function(){return Q},TEXT_PLAIN:function(){return Z},TEXT_RTF:function(){return ee},TOKENS:function(){return p},globalDocument:function(){return k},globalWindow:function(){return C},lang:function(){return eg}});let o="4.9.4",r="es2018",s=!0,a=!1,l=!0,c=!1,u=!0,d="https://xdsoft.net/jodit/pro/",h=()=>c=!0,p={},f="\uFEFF",m="\xa0",g=()=>/[\uFEFF]/g,b=()=>/[\uFEFF]+$/g,v=()=>/^[\uFEFF]+/g,y=()=>/[\s\n\t\r\uFEFF\u200b]+/g,w=()=>/^[\s\n\t\r\uFEFF\u200b]+/g,_=()=>/[\s\n\t\r\uFEFF\u200b]+$/g,C="u">typeof window?window:void 0,k="u">typeof document?document:void 0,S=/^(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,x=/^(STRONG|SPAN|I|EM|B|SUP|SUB|A|U)$/i,I=new Set(["ul","ol"]),E=["img","video","svg","iframe","script","input","textarea","link","jodit","jodit-media"],T=new Set([...E,"br","hr"]),A=new Set(E),j="Meta",L="Backspace",D="Tab",P="Enter",R="Escape",M="Alt",z="ArrowLeft",B="ArrowUp",N="ArrowRight",F="ArrowDown",O="Space",H="Delete",U="F3",q=5,V=10,W=[j,L,H,B,F,N,z,P,R,U,D],$="br",G="p",K=1,Y=2,J=3,X="u">typeof navigator&&(-1!==navigator.userAgent.indexOf("MSIE")||/rv:11.0/i.test(navigator.userAgent)),Z=X?"text":"text/plain",Q=X?"html":"text/html",ee=X?"rtf":"text/rtf",et="jodit-selection_marker",ei=300,en="insert_as_html",eo="insert_clear_html",er="insert_as_text",es="insert_only_text",ea=10,el=void 0!==C&&/Mac|iPod|iPhone|iPad/.test(C.navigator.platform),ec={add:"+",break:"pause",cmd:"meta",command:"meta",ctl:"control",ctrl:"control",del:"delete",down:"arrowdown",esc:"escape",ins:"insert",left:"arrowleft",mod:el?"meta":"control",opt:"alt",option:"alt",return:"enter",right:"arrowright",space:"space",spacebar:"space",up:"arrowup",win:"meta",windows:"meta"},eu=t=>{let i=t.split("/");return/\.js/.test(i[i.length-1])?{basePath:i.slice(0,i.length-1).join("/")+"/",isMin:!0}:{basePath:t,isMin:!0}},{basePath:ed,isMin:eh}=(()=>{if("u"<typeof document)return{basePath:"",isMin:!0};let t=k.currentScript;if(t)return eu(t.src);let i=k.querySelectorAll("script[src]");return i&&i.length?eu(i[i.length-1].src):eu(C.location.href)})(),ep=ed,ef=eh,em="data-jodit-temp",eg={},eb="clipboard",ev="source-consumer",ey=new Set(["touchstart","touchend","scroll","mousewheel","mousemove","touchmove"])},82760:function(t,i,n){"use strict";n.d(i,{connection:function(){return s},error:function(){return r},options:function(){return a}});var o=n(32880);function r(t){return TypeError(t)}function s(t){return new o.ConnectionError(t)}function a(t){return new o.OptionsError(t)}},83039:function(t,i,n){"use strict";n.d(i,{UIMapsPropsForm:function(){return c}});var o=n(82749),r=n(31635),s=n(65478),a=n(76078),l=n(67510);class c extends l.UIForm{className(){return"UIMapsPropsForm"}onChangeSize(){let{width:t,height:i}=(0,a.refs)(this.container);this.state.size=[parseInt(null==t?void 0:t.value,10)||0,parseInt(null==i?void 0:i.value,10)||0]}onExternalChangeSize(){let{width:t,height:i}=(0,a.refs)(this.container),[n,o]=this.state.size;n.toString()!==t.value&&(t.value=n.toString()),o.toString()!==i.value&&(i.value=o.toString())}onChangeCenter(){let{lat:t,lng:i}=(0,a.refs)(this.container);this.state.center=[parseFloat(null==t?void 0:t.value)||0,parseFloat(null==i?void 0:i.value)||0]}onExternalChangeCenter(){let{lat:t,lng:i}=(0,a.refs)(this.container),[n,o]=this.state.center;n.toString()!==t.value&&(t.value=n.toString()),o.toString()!==i.value&&(i.value=o.toString())}onExternalChangeType(){let{mapType:t}=(0,a.refs)(this.container);this.state.type!==t.value&&(t.value=this.state.type)}onExternalChangeLayer(){let{layer:t}=(0,a.refs)(this.container);this.state.layer!==t.value&&(t.value=this.state.layer)}constructor(t,i){var n;super(t),(0,o._)(this,"state",void 0),this.state=i;const[r,s]=i.size,[a,c]=i.center;this.append([new l.UIInput(t,{label:"Width",name:"width",value:r,type:"number",onChange:this.onChangeSize}),new l.UIInput(t,{label:"Height",name:"height",value:s,type:"number",onChange:this.onChangeSize}),new l.UIInput(t,{label:"Latitude",name:"lat",value:a,onChange:this.onChangeCenter}),new l.UIInput(t,{label:"Longitude",name:"lng",value:c,onChange:this.onChangeCenter}),new l.UISelect(t,{label:"Map type",value:i.type,name:"mapType",options:[{value:"hybrid",text:"Hybrid"},{value:"roadmap",text:"Roadmap"},{value:"satellite",text:"Satellite"},{value:"terrain",text:"Terrain"}],onChange:t=>{i.type=t}}),new l.UISelect(t,{label:"Layer",value:null!=(n=i.layer)?n:"default",name:"layer",options:[{value:"default",text:"Default"},{value:"traffic",text:"Traffic"},{value:"transit",text:"Transit"},{value:"bicycling",text:"Bicycling"}],onChange:t=>{i.layer=t}})])}}(0,r.__decorate)([s.autobind],c.prototype,"onChangeSize",null),(0,r.__decorate)([(0,s.watch)("state.size")],c.prototype,"onExternalChangeSize",null),(0,r.__decorate)([s.autobind],c.prototype,"onChangeCenter",null),(0,r.__decorate)([(0,s.watch)(["state.center"])],c.prototype,"onExternalChangeCenter",null),(0,r.__decorate)([(0,s.watch)(["state.type"])],c.prototype,"onExternalChangeType",null),(0,r.__decorate)([(0,s.watch)(["state.layer"])],c.prototype,"onExternalChangeLayer",null),c=(0,r.__decorate)([s.component],c)},83059:function(t,i,n){"use strict";n.r(i),i.default={symbols:"symbol"}},83111:function(t,i,n){"use strict";n.d(i,{ToolbarSelect:function(){return l}});var o=n(65478),r=n(72430),s=n(70799),a=n(78644);let l=class t extends a.ToolbarButton{className(){return"ToolbarSelect"}update(){var t,i,n;super.update(),this.state.icon.name="";let{list:o,data:a}=this.control;if(o){let l=this.state.value||(a&&(0,s.isString)(a.currentValue)?a.currentValue:void 0);l||(l=Object.keys(o)[0]);let c=((0,r.isPlainObject)(o)&&o[l.toString()]||l).toString();this.state.text=null!=(n=null==(i=(t=this.control).textTemplate)?void 0:i.call(t,this.jodit,c))?n:c}}};l=function(t,i,n,o){var r,s=arguments.length,a=s<3?i:null===o?o=Object.getOwnPropertyDescriptor(i,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,o);else for(var l=t.length-1;l>=0;l--)(r=t[l])&&(a=(s<3?r(a):s>3?r(i,n,a):r(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a}([o.component],l)},83160:function(t,i){"use strict";i.default={"Type something":"Напишите что-либо","About Jodit":"О Jodit","Jodit Editor":"Редактор Jodit","Jodit User's Guide":"Jodit Руководство пользователя","contains detailed help for using":"содержит детальную информацию по использованию","For information about the license, please go to our website:":"Для получения сведений о лицензии , пожалуйста, перейдите на наш сайт:","Buy full version":"Купить полную версию","Copyright \xa9 XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Авторские права \xa9 XDSoft.net - Чупурнов Валерий. Все права защищены.",Anchor:"Анкор","Open in new tab":"Открывать ссылку в новой вкладке","Open in fullsize":"Открыть редактор в полном размере","Clear Formatting":"Очистить форматирование","Fill color or set the text color":"Цвет заливки или цвет текста",Redo:"Повтор",Undo:"Отмена",Bold:"Жирный",Italic:"Наклонный","Insert Unordered List":"Вставка маркированного списка","Insert Ordered List":"Вставить нумерованный список","Align Center":"Выровнять по центру","Align Justify":"Выровнять по ширине","Align Left":"Выровнять по левому краю","Align Right":"Выровнять по правому краю","Insert Horizontal Line":"Вставить горизонтальную линию","Insert Image":"Вставить изображение","Insert file":"Вставить файл","Insert youtube/vimeo video":"Вставьте видео","Insert link":"Вставить ссылку","Font size":"Размер шрифта","Font family":"Шрифт","Insert format block":"Вставить блочный элемент",Normal:"Нормальный текст","Heading 1":"Заголовок 1","Heading 2":"Заголовок 2","Heading 3":"Заголовок 3","Heading 4":"Заголовок 4",Quote:"Цитата",Code:"Код",Insert:"Вставить","Insert table":"Вставить таблицу","Decrease Indent":"Уменьшить отступ","Increase Indent":"Увеличить отступ","Select Special Character":"Выберите специальный символ","Insert Special Character":"Вставить специальный символ","Paint format":"Формат краски","Change mode":"Источник",Margins:"Отступы",top:"сверху",right:"справа",bottom:"снизу",left:"слева",Styles:"Стили",Classes:"Классы",Align:"Выравнивание",Right:"По правому краю",Center:"По центру",Left:"По левому краю","--Not Set--":"--не устанавливать--",Src:"src",Title:"Заголовок",Alternative:"Альтернативный текст (alt)",Link:"Ссылка","Open link in new tab":"Открывать ссылку в новом окне",file:"Файл",Advanced:"Расширенные","Image properties":"Свойства изображения",Cancel:"Отмена",Ok:"Ок","Your code is similar to HTML. Keep as HTML?":"Ваш текст, который вы пытаетесь вставить похож на HTML. Вставить его как HTML?","Paste as HTML":"Вставить как HTML?",Keep:"Сохранить оригинал",Clean:"Почистить","Insert as Text":"Вставить как текст","Insert only Text":"Вставить только текст","Word Paste Detected":"Возможно это фрагмент Word или Excel","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"Контент который вы вставляете поступает из документа Microsoft Word / Excel. Вы хотите сохранить формат или очистить его?","File Browser":"Браузер файлов","Error on load list":"Ошибка при загрузке списка изображений","Error on load folders":"Ошибка при загрузке списка директорий","Are you sure?":"Вы уверены?","Enter Directory name":"Введите название директории","Create directory":"Создать директорию","type name":"введите название","Drop image":"Перетащите сюда изображение","Drop file":"Перетащите сюда файл","or click":"или нажмите","Alternative text":"Альтернативный текст",Browse:"Сервер",Upload:"Загрузка",Background:"Фон",Text:"Текст",Top:" К верху",Middle:"По середине",Bottom:"К низу","Insert column before":"Вставить столбец до","Insert column after":"Вставить столбец после","Insert row above":"Вставить ряд выше","Insert row below":"Вставить ряд ниже","Delete table":"Удалить таблицу","Delete row":"Удалять ряд","Delete column":"Удалить столбец","Empty cell":"Очистить ячейку",source:"HTML",bold:"жирный",italic:"курсив",brush:"заливка",link:"ссылка",undo:"отменить",redo:"повторить",table:"таблица",image:"Изображение",eraser:"очистить",paragraph:"параграф",fontsize:"размер шрифта",video:"видео",font:"шрифт",about:"о редакторе",print:"печать",underline:"подчеркнутый",strikethrough:"перечеркнутый",indent:"отступ",outdent:"выступ",fullsize:"во весь экран",shrink:"обычный размер",hr:"линия",ul:"Список",ol:"Нумерованный список",cut:"Вырезать",selectall:"Выделить все","Embed code":"Код","Open link":"Открыть ссылку","Edit link":"Редактировать ссылку","No follow":"Атрибут nofollow",Unlink:"Убрать ссылку",Eye:"Просмотр",pencil:"Редактировать",Update:"Обновить"," URL":"URL",Edit:"Редактировать","Horizontal align":"Горизонтальное выравнивание",Filter:"Фильтр","Sort by changed":"По изменению","Sort by name":"По имени","Sort by size":"По размеру","Add folder":"Добавить папку",Reset:"Восстановить",Save:"Сохранить","Save as ...":"Сохранить как",Resize:"Изменить размер",Crop:"Обрезать размер",Width:"Ширина",Height:"Высота","Keep Aspect Ratio":"Сохранять пропорции",Yes:"Да",No:"Нет",Remove:"Удалить",Select:"Выделить","Chars: %d":"Символов: %d","Words: %d":"Слов: %d",All:"Выделить все","Select %s":"Выделить: %s","Select all":"Выделить все","Vertical align":"Вертикальное выравнивание",Split:"Разделить","Split vertical":"Разделить по вертикали","Split horizontal":"Разделить по горизонтали",Merge:"Объединить в одну","Add column":"Добавить столбец","Add row":"Добавить строку",Delete:"Удалить",Border:"Рамка","License: %s":"Лицензия: %s","Strike through":"Перечеркнуть",Underline:"Подчеркивание",superscript:"верхний индекс",subscript:"индекс","Cut selection":"Вырезать",Break:"Разделитель","Search for":"Найти","Replace with":"Заменить на",Replace:"Заменить",Paste:"Вставить","Choose Content to Paste":"Выбрать контент для вставки","You can only edit your own images. Download this image on the host?":"Вы можете редактировать только свои собственные изображения. Загрузить это изображение на ваш сервер?","The image has been successfully uploaded to the host!":"Изображение успешно загружено на сервер!",palette:"палитра","There are no files":"В данном каталоге нет файлов",Rename:"Переименовать","Enter new name":"Введите новое имя",preview:"Предпросмотр",download:"Скачать","Paste from clipboard":"Вставить из буфера обмена","Your browser doesn't support direct access to the clipboard.":"Ваш браузер не поддерживает прямой доступ к буферу обмена.","Copy selection":"Скопировать выделенное",copy:"копия","Border radius":"Радиус границы","Show all":"Показать все",Apply:"Применить","Please fill out this field":"Пожалуйста, заполните это поле","Please enter a web address":"Пожалуйста, введите веб-адрес",Default:"По умолчанию",Circle:"Круг",Dot:"Точка",Quadrate:"Квадрат",Find:"Найти","Find Previous":"Найти Предыдущие","Find Next":"Найти Далее","Insert className":"Вставить название класса","Press Alt for custom resizing":"Нажмите Alt для изменения пользовательского размера"}},83447:function(t,i,n){"use strict";n.d(i,{getHash:function(){return s}});var o=n(70799),r=n(49055);function s(t){let i=/([^[]*)\[([^\]]+)]/,n=/[\s]*,[\s]*/,s=/^(.*)[\s]*=[\s]*(.*)$/,a={};return(0,o.isString)(t)?(t.split(n).map(t=>{t=(0,r.trim)(t);let o=i.exec(t),l={};if(o){let t=o[2].split(n);o[1]&&(t.forEach(t=>{t=(0,r.trim)(t);let i=s.exec(t);i?l[i[1]]=i[2]:l[t]=!0}),a[o[1].toUpperCase()]=l)}else a[t.toUpperCase()]=!0}),a):!!t&&(Object.keys(t).forEach(i=>{a[i.toUpperCase()]=t[i]}),a)}},83632:function(t,i,n){"use strict";n.d(i,{ApplyStyle:function(){return a}});var o=n(63687),r=n(77361),s=n(55307);function a(t,i){var n;let{s:a,editor:l}=t;null==(n=l.firstChild)||n.normalize();let c=a.fakes(),u=t.s.wrapInTagGen(c),d=u.next();if(d.done)return;let h={collapsed:a.isCollapsed(),mode:r.INITIAL,element:d.value,next:s.states.START,jodit:t,style:i};for(;d&&!d.done;){let t=new o.FiniteStateMachine(s.states.START,s.transactions);for(h.element=d.value;t.getState()!==s.states.END;)h=t.dispatch("exec",h);d=u.next()}a.restoreFakes(c)}},83671:function(t,i,n){"use strict";var o=n(82758),r=n(22732),s=n(580),a=n(21537),l=n(50911),c=n(80870),u=n(21491);n(86012);class d extends l.Plugin{afterInit(){if(this.j.o.showXPathInStatusbar){this.container=this.j.c.div("jodit-xpath");let t=()=>{this.j.o.showXPathInStatusbar&&this.container&&(this.j.statusbar.append(this.container),this.j.getRealMode()===o.MODE_WYSIWYG?this.calcPath():(this.container&&(this.container.innerHTML=o.INVISIBLE_SPACE),this.appendSelectAll()))};this.j.e.off(".xpath").on("mouseup.xpath change.xpath keydown.xpath changeSelection.xpath",this.calcPath).on("afterSetMode.xpath afterInit.xpath changePlace.xpath",t),t(),this.calcPath()}}beforeDestruct(){this.j&&this.j.events&&this.j.e.off(".xpath"),this.removeSelectAll(),this.menu&&this.menu.destruct(),r.Dom.safeRemove(this.container),delete this.menu,delete this.container}constructor(){super(...arguments),this.onContext=(t,i)=>(this.menu||(this.menu=new c.ContextMenu(this.j)),this.menu.show(i.clientX,i.clientY,[{icon:"bin",title:t===this.j.editor?"Clear":"Remove",exec:()=>{t!==this.j.editor?r.Dom.safeRemove(t):this.j.value="",this.j.synchronizeValues()}},{icon:"select-all",title:"Select",exec:()=>{this.j.s.select(t)}}]),!1),this.onSelectPath=(t,i)=>{this.j.s.focus();let n=(0,a.attr)(i.target,"-path")||"/";if("/"===n)return this.j.execCommand("selectall"),!1;try{let t=this.j.ed.evaluate(n,this.j.editor,null,XPathResult.ANY_TYPE,null).iterateNext();if(t)return this.j.s.select(t),!1}catch(t){}return this.j.s.select(t),!1},this.tpl=(t,i,n,o)=>{let r=this.j.c.fromHTML(`<span class="jodit-xpath__item"><a role="button" data-path="${i}" title="${o}" tabindex="-1"'>${(0,a.trim)(n)}</a></span>`),s=r.firstChild;return this.j.e.on(s,"click",this.onSelectPath.bind(this,t)).on(s,"contextmenu",this.onContext.bind(this,t)),r},this.removeSelectAll=()=>{this.selectAllButton&&(this.selectAllButton.destruct(),delete this.selectAllButton)},this.appendSelectAll=()=>{this.removeSelectAll(),this.selectAllButton=(0,u.makeButton)(this.j,{name:"selectall",...this.j.o.controls.selectall}),this.selectAllButton.state.size="tiny",this.container&&this.container.insertBefore(this.selectAllButton.container,this.container.firstChild)},this.calcPathImd=()=>{if(this.isDestructed)return;let t=this.j.s.current();if(this.container&&(this.container.innerHTML=o.INVISIBLE_SPACE),t){let i,n,o;r.Dom.up(t,t=>{t&&this.j.editor!==t&&!r.Dom.isText(t)&&!r.Dom.isComment(t)&&(i=t.nodeName.toLowerCase(),n=(0,a.getXPathByElement)(t,this.j.editor).replace(/^\//,""),o=this.tpl(t,n,i,this.j.i18n("Select %s",i)),this.container&&this.container.insertBefore(o,this.container.firstChild))},this.j.editor)}this.appendSelectAll()},this.calcPath=this.j.async.debounce(this.calcPathImd,2*this.j.defaultTimeout,!0)}}s.pluginSystem.add("xpath",d)},83709:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1744 1408q33 0 42 18.5t-11 44.5l-126 162q-20 26-49 26t-49-26l-126-162q-20-26-11-44.5t42-18.5h80v-1024h-80q-33 0-42-18.5t11-44.5l126-162q20-26 49-26t49 26l126 162q20 26 11 44.5t-42 18.5h-80v1024h80zm-1663-1279l54 27q12 5 211 5 44 0 132-2t132-2q36 0 107.5.5t107.5.5h293q6 0 21 .5t20.5 0 16-3 17.5-9 15-17.5l42-1q4 0 14 .5t14 .5q2 112 2 336 0 80-5 109-39 14-68 18-25-44-54-128-3-9-11-48t-14.5-73.5-7.5-35.5q-6-8-12-12.5t-15.5-6-13-2.5-18-.5-16.5.5q-17 0-66.5-.5t-74.5-.5-64 2-71 6q-9 81-8 136 0 94 2 388t2 455q0 16-2.5 71.5t0 91.5 12.5 69q40 21 124 42.5t120 37.5q5 40 5 50 0 14-3 29l-34 1q-76 2-218-8t-207-10q-50 0-151 9t-152 9q-3-51-3-52v-9q17-27 61.5-43t98.5-29 78-27q19-42 19-383 0-101-3-303t-3-303v-117q0-2 .5-15.5t.5-25-1-25.5-3-24-5-14q-11-12-162-12-33 0-93 12t-80 26q-19 13-34 72.5t-31.5 111-42.5 53.5q-42-26-56-44v-383z"/> </svg> '},83725:function(t,i,n){"use strict";n.d(i,{Autocomplete:function(){return u}});var o=n(82749),r=n(31635),s=n(31356),a=n(35934),l=n(65478),c=n(62405);class u extends c.UIGroup{className(){return"Autocomplete"}onChangeSelection(){var t,i;this.elements.forEach(t=>t.setMod("active",!1)),null==(t=this.elements[this.currentSelection])||t.setMod("active",!0),null==(i=this.elements[this.currentSelection])||i.container.scrollIntoView(!1)}build(t){var i;let n=null==(i=this.elements[this.currentSelection])?void 0:i.item.value,o=t=>t.value,r=s.ListReconciler.reconcile(this.__previousList,t,{getId:o}),l=new Set;r.toRemove.forEach(t=>{let i=o(t);if(l.has(i))return;l.add(i);let n=this.itemsMap.get(i);n&&(-1!==this.elements.indexOf(n)&&(this.remove(n),n.destruct()),this.itemsMap.delete(t.value))}),r.toCreate.forEach(i=>{let n=o(i);if(l.has(n))return;l.add(n);let r=new a.AutocompleteItem(this.jodit,i,i=>{this.currentSelection=t.findIndex(t=>o(t)===i),this.select()});this.itemsMap.set(n,r);let s=t.indexOf(i);this.append(r,s)}),r.toUpdate.forEach(({newItem:t,index:i})=>{let n=o(t);if(l.has(n))return;l.add(n);let r=this.itemsMap.get(n);r&&(r.item=t,this.elements.indexOf(r)!==i&&i<this.elements.length&&(this.remove(r),this.append(r,i)))});let c=this.currentSelection;this.currentSelection=Math.max(0,t.findIndex(t=>o(t)===n)),c===this.currentSelection&&this.onChangeSelection(),this.__previousList=[...t]}selectNext(){this.currentSelection+1<=this.elements.length-1?this.currentSelection+=1:this.currentSelection=0}selectPrevious(){this.currentSelection-1>=0?this.currentSelection-=1:this.currentSelection=this.elements.length-1}select(){this.j.e.fire("select.autocomplete",this.elements[this.currentSelection].item)}constructor(...t){super(...t),(0,o._)(this,"elements",[]),(0,o._)(this,"currentSelection",-1),(0,o._)(this,"__previousList",[]),(0,o._)(this,"itemsMap",new Map)}}(0,r.__decorate)([(0,l.watch)("currentSelection")],u.prototype,"onChangeSelection",null),u=(0,r.__decorate)([l.component],u)},83967:function(t,i,n){"use strict";var o=n(75689),r=n.n(o),s=n(6441),a=n(53326);s.Config.prototype.controls.pasteCode={icon:r(),tooltip:"Paste code",command:"pasteCode"},s.Config.prototype.pasteCode={globalHighlightLib:!1,canonicalLanguageCode(t){switch(t){case"ts":return"typescript";case"js":return"javascript";case"markup":return"html"}return t},highlightLib:{beforeLibLoad(){window.Prism=window.Prism||{},window.Prism.manual=!0},highlight(t,i){return"u">typeof Prism?Prism.highlight(t,Prism.languages[i]||Prism.languages.plain,i):(0,a.htmlspecialchars)(t)},isLangLoaded(t){return"html"===t||"u">typeof Prism&&!!Prism.languages[t]},js:["https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/prism.min.js","https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/plugins/autoloader/prism-autoloader.min.js"],langUrl:t=>`https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/components/prism-${t}.min.js`,css:["https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/themes/prism.min.css"]},defaultLanguage:"html",insertTemplate:(t,i,n)=>`<pre class="language-${i}">${(0,a.htmlspecialchars)(n)}</pre>`,languages:[{value:"plaintext",text:"Plain"},{value:"html",text:"HTML/XML"},{value:"bash",text:"Bash"},{value:"php",text:"PHP"},{value:"javascript",text:"JavaScript"},{value:"typescript",text:"TypeScript"},{value:"jsx",text:"JSX"},{value:"java",text:"Java"},{value:"css",text:"CSS"},{value:"php",text:"PHP"},{value:"ruby",text:"Ruby"},{value:"python",text:"Python"},{value:"java",text:"Java"},{value:"c",text:"C"},{value:"csharp",text:"C#"},{value:"cpp",text:"C++"},{value:"sql",text:"SQL"},{value:"docker",text:"Docker"},{value:"http",text:"HTTP"},{value:"ini",text:"INI"},{value:"yaml",text:"YAML"},{value:"json",text:"JSON"},{value:"json5",text:"JSON5"},{value:"makefile",text:"Makefile"},{value:"swift",text:"Swift"}],dialog:{width:700,height:600}}},83987:function(t,i,n){"use strict";n.d(i,{buildData:function(){return r}});var o=n(21537);function r(t,i){if((0,o.isFunction)(t.o.buildData))return t.o.buildData.call(t,i);let n=t.ow.FormData;if(void 0!==n){if(i instanceof n||(0,o.isString)(i))return i;let t=new n;return Object.keys(i).forEach(n=>{t.append(n,i[n])}),t}return i}},84021:function(t,i,n){"use strict";n.d(i,{removeExtraTags:function(){return r}});let o=new Set(["o:p","xml","script","meta","link","v:imagedata","style"]);function r(t){return"none"===t.style.get("display")||0===t.length&&"span"===t.name||o.has(t.name)?(t.remove(),null):t}},84075:function(t,i,n){"use strict";n.d(i,{ViewWithToolbar:function(){return g}});var o=n(78213),r=n(45219),s=n(37133),a=n(2748),l=n(76855),c=n(70799),u=n(76078),d=n(67510),h=n(43649),p=n(35608),f=n(21491),m=function(t,i,n,o){var r,s=arguments.length,a=s<3?i:null===o?o=Object.getOwnPropertyDescriptor(i,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,o);else for(var l=t.length-1;l>=0;l--)(r=t[l])&&(a=(s<3?r(a):s>3?r(i,n,a):r(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a};class g extends p.View{get toolbarContainer(){return!this.o.fullsize&&((0,c.isString)(this.o.toolbar)||a.Dom.isHTMLElement(this.o.toolbar))?(0,u.resolveElement)(this.o.toolbar,this.o.shadowRoot||this.od):(this.o.toolbar&&a.Dom.appendChildFirst(this.container,this.__defaultToolbarContainer),this.__defaultToolbarContainer)}setPanel(t){this.o.toolbar=t,this.buildToolbar()}buildToolbar(){var t;if(!this.o.toolbar)return;let i=this.o.buttons?(0,l.splitArray)(this.o.buttons):[];null==(t=this.toolbar)||t.setRemoveButtons(this.o.removeButtons).build(i.concat(this.o.extraButtons||[])).appendTo(this.toolbarContainer)}getRegisteredButtonGroups(){return this.groupToButtons}registerButton(t){var i;this.registeredButtons.add(t);let n=null!=(i=t.group)?i:"other";return this.groupToButtons[n]||(this.groupToButtons[n]=[]),null!=t.position?this.groupToButtons[n][t.position]=t.name:this.groupToButtons[n].push(t.name),this}unregisterButton(t){var i;this.registeredButtons.delete(t);let n=null!=(i=t.group)?i:"other",o=this.groupToButtons[n];if(o){let i=o.indexOf(t.name);-1!==i&&o.splice(i,1),0===o.length&&delete this.groupToButtons[n]}return this}beforeToolbarBuild(t){if(Object.keys(this.groupToButtons).length)return t.map(t=>(0,h.isButtonGroup)(t)&&t.group&&this.groupToButtons[t.group]?{group:t.group,buttons:[...t.buttons,...this.groupToButtons[t.group]]}:t)}destruct(){this.isDestructed||(this.setStatus(o.STATUSES.beforeDestruct),this.e.off("beforeToolbarBuild",this.beforeToolbarBuild),this.__tooltip.destruct(),this.toolbar.destruct(),this.toolbar=void 0,super.destruct())}constructor(t,i=!1){super(t,i),this.toolbar=(0,f.makeCollection)(this),this.__defaultToolbarContainer=this.c.div("jodit-toolbar__box"),this.registeredButtons=new Set,this.groupToButtons={},this.isJodit=!1,this.__tooltip=new d.UITooltip(this),this.isJodit=i,this.e.on("beforeToolbarBuild",this.beforeToolbarBuild)}}m([(0,s.watch)(":rebuildToolbar")],g.prototype,"buildToolbar",null),m([r.autobind],g.prototype,"beforeToolbarBuild",null)},84272:function(t,i,n){"use strict";n.d(i,{isInlineBlock:function(){return a},removeFormatForCollapsedSelection:function(){return s}});var o=n(82758),r=n(2748);function s(t,i){let{s:n}=t,o=i;if(!o){o=t.createInside.fake();let{range:i}=n;r.Dom.safeInsertNode(i,o),i.collapse()}let s=r.Dom.furthest(o,a,t.editor);if(s)if(n.cursorOnTheLeft(s))r.Dom.before(s,o);else if(n.cursorOnTheRight(s))r.Dom.after(s,o);else{let t=n.splitSelection(s);t&&r.Dom.after(t,o)}i||(n.setCursorBefore(o),r.Dom.safeRemove(o))}function a(t){return r.Dom.isInlineBlock(t)&&!r.Dom.isTag(t,o.INSEPARABLE_TAGS)}},84380:function(t,i,n){"use strict";var o=n(82758),r=n(6441),s=n(117);r.Config.prototype.askBeforePasteHTML=!0,r.Config.prototype.processPasteHTML=!0,r.Config.prototype.scrollToPastedContent=!0,r.Config.prototype.pasteExcludeStripTags=["br","hr"],r.Config.prototype.pasteHTMLActionList=[{value:o.INSERT_AS_HTML,text:"Keep"},{value:o.INSERT_AS_TEXT,text:"Insert as Text"},{value:o.INSERT_ONLY_TEXT,text:"Insert only Text"}],r.Config.prototype.memorizeChoiceWhenPasteFragment=!1,r.Config.prototype.nl2brInPlainText=!0;let a="pasteStorage";r.Config.prototype.controls.paste={tooltip:"Paste from clipboard",async exec(t,i,{control:n}){if(n.name===a)return void t.execCommand("showPasteStorage");t.s.focus();let r="",l=!0;if(navigator.clipboard){try{let t=await navigator.clipboard.read();if(t&&t.length){let i=await t[0].getType(o.TEXT_PLAIN);r=await new Response(i).text()}l=!1}catch(t){o.IS_PROD}if(l)try{r=await navigator.clipboard.readText(),l=!1}catch(t){o.IS_PROD}}l&&(l=0===(r=t.buffer.get(o.CLIPBOARD_ID)||"").length);let c=t.value;l?(t.ed.execCommand("paste"),(l=c===t.value)||t.e.fire("afterPaste")):r.length?((0,s.pasteInsertHtml)(null,t,r),t.e.fire("afterPaste")):l&&t.alert("Your browser doesn't support direct access to the clipboard.",()=>void t.s.focus())},list:{[a]:"Paste Storage"},isChildDisabled(t){return 2>t.e.fire("pasteStorageList")}}},84767:function(t,i,n){"use strict";function o(t){return"number"==typeof t&&!isNaN(t)&&isFinite(t)}n.d(i,{isNumber:function(){return o}})},84858:function(t,i){"use strict";i.default='<svg viewBox="0 0 13 13" xmlns="http://www.w3.org/2000/svg"> <path d="M5.9814 11.8049C5.59087 11.4144 5.59087 10.7812 5.9814 10.3907L10.224 6.14806C10.6146 5.75754 11.2477 5.75754 11.6383 6.14806C12.0288 6.53859 12.0288 7.17175 11.6383 7.56228L7.39561 11.8049C7.00509 12.1954 6.37192 12.1954 5.9814 11.8049Z"/> <path d="M0.707107 12.0208C0.316582 11.6303 0.316582 10.9971 0.707107 10.6066L10.6066 0.707121C10.9971 0.316597 11.6303 0.316596 12.0208 0.707121C12.4113 1.09764 12.4113 1.73081 12.0208 2.12133L2.12132 12.0208C1.7308 12.4114 1.09763 12.4114 0.707107 12.0208Z"/> </svg> '},85017:function(t,i){"use strict";i.default={"Type something":"Ecrivez ici","About Jodit":"A propos de Jodit","Jodit Editor":"Editeur Jodit","Jodit User's Guide":"Guide de l'utilisateur","contains detailed help for using":"Aide d\xe9taill\xe9e \xe0 l'utilisation","For information about the license, please go to our website:":"Consulter la licence sur notre site web:","Buy full version":"Acheter la version compl\xe8te","Copyright \xa9 XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Copyright \xa9 XDSoft.net - Chupurnov Valeriy. Tous droits r\xe9serv\xe9s.",Anchor:"Ancre","Open in new tab":"Ouvrir dans un nouvel onglet","Open in fullsize":"Ouvrir l'\xe9diteur en pleine page","Clear Formatting":"Supprimer le formattage","Fill color or set the text color":"Modifier la couleur du fond ou du texte",Redo:"Refaire",Undo:"D\xe9faire",Bold:"Gras",Italic:"Italique","Insert Unordered List":"Liste non ordonn\xe9e","Insert Ordered List":"Liste ordonn\xe9e","Align Center":"Centrer","Align Justify":"Justifier","Align Left":"Aligner \xe0 gauche ","Align Right":"Aligner \xe0 droite","Insert Horizontal Line":"Ins\xe9rer une ligne horizontale","Insert Image":"Ins\xe9rer une image","Insert file":"Ins\xe9rer un fichier","Insert youtube/vimeo video":"Ins\xe9rer une vid\xe9o","Insert link":"Ins\xe9rer un lien","Font size":"Taille des caract\xe8res","Font family":"Famille des caract\xe8res","Insert format block":"Bloc formatt\xe9",Normal:"Normal","Heading 1":"Titre 1","Heading 2":"Titre 2","Heading 3":"Titre 3","Heading 4":"Titre 4",Quote:"Citation",Code:"Code",Insert:"Ins\xe9rer","Insert table":"Ins\xe9rer un tableau","Decrease Indent":"Diminuer le retrait","Increase Indent":"Retrait plus","Select Special Character":"S\xe9lectionnez un caract\xe8re sp\xe9cial","Insert Special Character":"Ins\xe9rer un caract\xe8re sp\xe9cial","Paint format":"Cloner le format","Change mode":"Mode wysiwyg <-> code html",Margins:"Marges",top:"haut",right:"droite",bottom:"Bas",left:"gauche",Styles:"Styles",Classes:"Classes",Align:"Alignement",Right:"Droite",Center:"Centre",Left:"Gauche","--Not Set--":"--Non disponible--",Src:"Source",Title:"Titre",Alternative:"Alternative",Filter:"Filtre",Link:"Lien","Open link in new tab":"Ouvrir le lien dans un nouvel onglet",Image:"Image",file:"fichier",Advanced:"Avanc\xe9","Image properties":"Propri\xe9t\xe9s de l'image",Cancel:"Annuler",Ok:"OK","Your code is similar to HTML. Keep as HTML?":"Votre texte que vous essayez de coller est similaire au HTML. Collez-le en HTML?","Paste as HTML":"Coller en HTML?",Keep:"Sauvegarder l'original",Clean:"Nettoyer","Insert as Text":"Coller en tant que texte","Word Paste Detected":"C'est peut-\xeatre un fragment de Word ou Excel","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"Le contenu que vous ins\xe9rez provient d'un document Microsoft Word / Excel. Voulez-vous enregistrer le format ou l'effacer?","Insert only Text":"Coller le texte seulement","File Browser":"Explorateur de fichiers","Error on load list":"Erreur de liste de chargement","Error on load folders":"Erreur de dossier de chargement","Are you sure?":"Etes-vous s\xfbrs ?","Enter Directory name":"Entrer le nom de dossier","Create directory":"Cr\xe9er un dossier","type name":"type de fichier","Drop image":"Coller une image","Drop file":"D\xe9poser un fichier","or click":"ou cliquer","Alternative text":"Texte de remplacemement",Browse:"Chercher",Upload:"Charger",Background:"Arri\xe8re-plan",Border:"Bordure",Text:"Texte",Top:"Haut",Middle:"Milieu",Bottom:"Bas","Insert column before":"Ins\xe9rer une colonne avant","Insert column after":"Ins\xe9rer une colonne apr\xe8s","Insert row above":"Ins\xe9rer une ligne au dessus","Insert row below":"Ins\xe9rer une ligne en dessous","Delete table":"Supprimer le tableau","Delete row":"Supprimer la ligne","Delete column":"Supprimer la colonne","Empty cell":"Vider la cellule","Chars: %d":"Symboles: %d","Words: %d":"Mots: %d",Split:"Split","Split vertical":"Split vertical","Split horizontal":"Split horizontal","Strike through":"Barrer",Underline:"Souligner",superscript:"exposant",subscript:"indice","Cut selection":"Couper la s\xe9lection","Select all":"Tout s\xe9lectionner",Break:"Pause","Search for":"Rechercher","Replace with":"Remplacer par",Replace:"Remplacer",Paste:"Coller","Choose Content to Paste":"Choisissez le contenu \xe0 coller",source:"la source",bold:"gras",italic:"italique",brush:"pinceau",link:"lien",undo:"annuler",redo:"refaire",table:"tableau",image:"image",eraser:"gomme",paragraph:"clause",fontsize:"taille de police",video:"Video",font:"police",about:"\xe0 propos de l'\xe9diteur",print:"impression",underline:"soulign\xe9",strikethrough:"barr\xe9",indent:"indentation",outdent:"retrait",fullsize:"taille r\xe9elle",shrink:"taille conventionnelle",hr:"la ligne",ul:"Liste",ol:"Liste num\xe9rot\xe9e",cut:"Couper",selectall:"S\xe9lectionner tout","Open link":"Ouvrir le lien","Edit link":"Modifier le lien","No follow":"Attribut Nofollow",Unlink:"Supprimer le lien",Eye:"Voir",pencil:"Pour \xe9diter"," URL":"URL",Reset:"Restaurer",Save:"Sauvegarder","Save as ...":"Enregistrer sous",Resize:"Changer la taille",Crop:"Taille de garniture",Width:"Largeur",Height:"Hauteur","Keep Aspect Ratio":"Garder les proportions",Yes:"Oui",No:"Non",Remove:"Supprimer",Select:"Mettre en \xe9vidence","Select %s":"Mettre en \xe9vidence: %s",Update:"Mettre \xe0 jour","Vertical align":"Alignement vertical",Merge:"aller","Add column":"Ajouter une colonne","Add row":"Ajouter une rang\xe9e",Delete:"Effacer","Horizontal align":"Alignement horizontal","Sort by changed":"Trier par modification","Sort by name":"Trier par nom","Sort by size":"Trier par taille","Add folder":"Cr\xe9er le dossier","You can only edit your own images. Download this image on the host?":"Vous ne pouvez \xe9diter que vos propres images. T\xe9l\xe9chargez cette image sur l'h\xf4te?","The image has been successfully uploaded to the host!":"L'image a \xe9t\xe9 t\xe9l\xe9charg\xe9e avec succ\xe8s sur le serveur!",palette:"Palette","There are no files":"Il n'y a aucun fichier dans ce r\xe9pertoire.",Rename:"renommer","Enter new name":"Entrez un nouveau nom",preview:"Aper\xe7u",download:"T\xe9l\xe9charger","Paste from clipboard":"Coller \xe0 partir du presse-papiers","Your browser doesn't support direct access to the clipboard.":"Votre navigateur ne prend pas en charge l'acc\xe8s direct au presse-papiers.","Copy selection":"Copier la s\xe9lection",copy:"copie","Border radius":"Rayon des bordures","Show all":"Afficher tous",Apply:"Appliquer","Please fill out this field":"Veuillez remplir ce champ","Please enter a web address":"Veuillez entrer une adresse web",Default:"Par d\xe9faut",Circle:"Cercle",Dot:"Point",Quadrate:"Quadratique",Find:"Trouver","Find Previous":"Pr\xe9c\xe9dent","Find Next":"Suivant","Insert className":"Ins\xe9rer un nom de classe","Press Alt for custom resizing":"Appuyez sur Alt pour un redimensionnement personnalis\xe9","Embed code":"Code d'int\xe9gration",Edit:"Modifier",All:"Tout s\xe9lectionner","License: %s":"Licence: %s"}},85120:function(t,i,n){"use strict";n.d(i,{UITextArea:function(){return c}});var o,r=n(65478),s=n(87325),a=n(80256),l=function(t,i,n,o){var r,s=arguments.length,a=s<3?i:null===o?o=Object.getOwnPropertyDescriptor(i,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,o);else for(var l=t.length-1;l>=0;l--)(r=t[l])&&(a=(s<3?r(a):s>3?r(i,n,a):r(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a};let c=o=class t extends a.UIInput{className(){return"UITextArea"}createNativeInput(t){return this.j.create.element("textarea")}onChangeStateSize(){let{size:t,resizable:i}=this.state;this.nativeInput.style.resize=i?"auto":"none",this.nativeInput.rows=null!=t?t:5}constructor(t,i){super(t,i),this.state={...o.defaultState},Object.assign(this.state,i),!1===this.state.resizable&&(this.nativeInput.style.resize="none")}};c.defaultState={...a.UIInput.defaultState,size:5,resizable:!0},l([(0,r.watch)(["state.size","state.resizable"])],c.prototype,"onChangeStateSize",null),c=o=l([s.component],c)},85130:function(t,i,n){"use strict";n.d(i,{execute:function(){return r}});var o=n(6689);async function r(t,i,n){let{contextCharsBefore:r,contextCharsAfter:s}=i;if((0,o.throwIfAborted)(n),t.s.restore(),t.s.isCollapsed())return{hasSelection:!1};let a=t.s.html,l=t.s.range,c=l.toString(),u={hasSelection:!0,html:a,text:c,startContainer:l.startContainer.nodeName,endContainer:l.endContainer.nodeName};if(r>0||s>0){let i=t.editor.textContent||"",n=i.substring(0,i.indexOf(c)),o=i.substring(i.indexOf(c)+c.length);r>0&&(u.contextBefore=n.slice(-r)),s>0&&(u.contextAfter=o.slice(0,s))}return u}},85174:function(t,i,n){"use strict";var o=n(82749),r=n(31635);n(3536);var s=n(4941),a=n(65478),l=n(49055),c=n(20356),u=n(2692);class d extends c.Plugin{async afterInit(t){let i=await t.o.emoji.data();t.isInDestruct||(this.data={...i,emoji:i.emoji.map(s.Emoji.normalizeEmoji)},t.o.emoji.enableAutoComplete&&t.e.fire("registerAutocompleteSource",this.onAutoComplete),t.async.requestIdleCallback(()=>{t.getInstance(s.Emoji)}))}onAutoComplete(t){return t.length>2&&":"===t[0]&&(t=t.substr(1).toLowerCase(),(0,l.trim)(t).length)?this.data.emoji.filter(i=>{var n;return(null==(n=i.description)?void 0:n.indexOf(t))===0}).sort((i,n)=>i.description.indexOf(t)-n.description.indexOf(t)).map(t=>({title:`${t.emoji} ${t.description}`,value:t.emoji})):[]}beforeDestruct(t){}constructor(...t){super(...t),(0,o._)(this,"hasStyle",!u.JoditPro.fatMode),(0,o._)(this,"buttons",[{name:"emoji",group:"insert"}]),(0,o._)(this,"data",void 0)}}(0,o._)(d,"requires",["autocomplete","license"]),(0,r.__decorate)([a.autobind],d.prototype,"onAutoComplete",null),u.JoditPro.plugins.add("emoji",d)},85407:function(t,i,n){"use strict";var o=n(82758),r=n(2748),s=n(580),a=n(21537),l=n(20356),c=n(10830);class u extends l.Plugin{createDialog(){this.dialog=this.j.dlg();let t=(0,c.Button)(this.j,"paste","Paste","primary");t.onAction(this.paste);let i=(0,c.Button)(this.j,"","Cancel");i.onAction(this.dialog.close),this.container=this.j.c.div(),this.container.classList.add("jodit-paste-storage"),this.listBox=this.j.c.div(),this.previewBox=this.j.c.div(),this.container.appendChild(this.listBox),this.container.appendChild(this.previewBox),this.dialog.setHeader(this.j.i18n("Choose Content to Paste")),this.dialog.setContent(this.container),this.dialog.setFooter([t,i]),this.j.e.on(this.listBox,"click dblclick",t=>{let i=t.target;return r.Dom.isTag(i,"a")&&i.hasAttribute("data-index")&&this.selectIndex(parseInt((0,a.attr)(i,"-index")||"0",10)),"dblclick"===t.type&&this.paste(),!1})}afterInit(){this.j.e.off("afterCopy.paste-storage").on("pasteStorageList.paste-storage",()=>this.list.length).on("afterCopy.paste-storage",t=>{-1!==this.list.indexOf(t)&&this.list.splice(this.list.indexOf(t),1),this.list.unshift(t),this.list.length>5&&(this.list.length=5)}),this.j.registerCommand("showPasteStorage",{exec:this.showDialog,hotkeys:["ctrl+shift+v","cmd+shift+v"]})}beforeDestruct(){this.dialog&&this.dialog.destruct(),this.j.e.off(".paste-storage"),r.Dom.safeRemove(this.previewBox),r.Dom.safeRemove(this.listBox),r.Dom.safeRemove(this.container),this.container=null,this.listBox=null,this.previewBox=null,this.dialog=null,this.list=[]}constructor(){super(...arguments),this.currentIndex=0,this.list=[],this.container=null,this.listBox=null,this.previewBox=null,this.dialog=null,this.paste=()=>{if(this.j.s.focus(),this.j.s.insertHTML(this.list[this.currentIndex]),0!==this.currentIndex){let t=this.list[0];this.list[0]=this.list[this.currentIndex],this.list[this.currentIndex]=t}this.dialog&&this.dialog.close(),this.j.synchronizeValues(),this.j.e.fire("afterPaste")},this.onKeyDown=t=>{let i=this.currentIndex;if(-1!==[o.KEY_UP,o.KEY_DOWN,o.KEY_ENTER].indexOf(t.key)){if(t.key===o.KEY_UP&&(0===i?i=this.list.length-1:i-=1),t.key===o.KEY_DOWN&&(i===this.list.length-1?i=0:i+=1),t.key===o.KEY_ENTER)return void this.paste();i!==this.currentIndex&&this.selectIndex(i),t.stopImmediatePropagation(),t.preventDefault()}},this.selectIndex=t=>{this.listBox&&(0,a.toArray)(this.listBox.childNodes).forEach((i,n)=>{i.classList.remove("jodit_active"),t===n&&this.previewBox&&(i.classList.add("jodit_active"),this.previewBox.innerHTML=this.list[t],i.focus())}),this.currentIndex=t},this.showDialog=()=>{this.list.length<2||(this.dialog||this.createDialog(),this.listBox&&(this.listBox.innerHTML=""),this.previewBox&&(this.previewBox.innerHTML=""),this.list.forEach((t,i)=>{let n=this.j.c.element("a");n.textContent=i+1+". "+t.replace((0,o.SPACE_REG_EXP)(),""),this.j.e.on(n,"keydown",this.onKeyDown),(0,a.attr)(n,"href","#"),(0,a.attr)(n,"data-index",i.toString()),(0,a.attr)(n,"tab-index","-1"),this.listBox&&this.listBox.appendChild(n)}),this.dialog&&this.dialog.open(),this.j.async.setTimeout(()=>{this.selectIndex(0)},100))}}}s.pluginSystem.add("pasteStorage",u)},85567:function(t,i,n){"use strict";n.d(i,{PII:function(){return o},WARN:function(){return r}});let o=440,r=940},85723:function(t,i,n){"use strict";n.r(i),i.default={"Line height":"Hauteur de ligne"}},85745:function(t,i,n){"use strict";n(6441).Config.prototype.imageProcessor={replaceDataURIToBlobIdInView:!0}},86012:function(t,i,n){"use strict";n(6441).Config.prototype.showXPathInStatusbar=!0},86019:function(t,i,n){"use strict";n.d(i,{Jodit:function(){return o.Jodit}});var o=n(2303),r=n(27613),s=n(82758),a=n(65478),l=n(41409),c=n(17555),u=n(26152);n(46448),Object.keys(s).forEach(t=>{o.Jodit[t]=s[t]});let d=t=>"__esModule"!==t;Object.keys(c).filter(d).forEach(t=>{l.Icon.set(t.replace("_","-"),c[t])}),Object.keys(l).filter(d).forEach(t=>{var i;let n=l[t],s=(0,r.isFunction)(null==(i=n.prototype)?void 0:i.className)?n.prototype.className():t;(0,r.isString)(s)&&(o.Jodit.modules[s]=n)}),Object.keys(a).filter(d).forEach(t=>{o.Jodit.decorators[t]=a[t]}),["Confirm","Alert","Prompt"].forEach(t=>{o.Jodit[t]=l[t]}),Object.keys(u.default).filter(d).forEach(t=>{o.Jodit.lang[t]=u.default[t]})},86068:function(t,i,n){"use strict";function o(t){return null==t}n.d(i,{isVoid:function(){return o}})},86273:function(t,i){"use strict";i.default={"Type something":"Escriba algo...",Advanced:"Avanzado","About Jodit":"Acerca de Jodit","Jodit Editor":"Jodit Editor","Jodit User's Guide":"Gu\xeda de usuario Jodit","contains detailed help for using":"contiene ayuda detallada para el uso.","For information about the license, please go to our website:":"Para informaci\xf3n sobre la licencia, por favor visite nuestro sitio:","Buy full version":"Compre la versi\xf3n completa","Copyright \xa9 XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Copyright \xa9 XDSoft.net - Chupurnov Valeriy. Todos los derechos reservados.",Anchor:"Anclar","Open in new tab":"Abrir en nueva pesta\xf1a","Open in fullsize":"Abrir editor en pantalla completa","Clear Formatting":"Limpiar formato","Fill color or set the text color":"Color de relleno o de letra",Redo:"Rehacer",Undo:"Deshacer",Bold:"Negrita",Italic:"Cursiva","Insert Unordered List":"Insertar lista no ordenada","Insert Ordered List":"Insertar lista ordenada","Align Center":"Alinear Centrado","Align Justify":"Alinear Justificado","Align Left":"Alinear Izquierda","Align Right":"Alinear Derecha","Insert Horizontal Line":"Insertar l\xednea horizontal","Insert Image":"Insertar imagen","Insert file":"Insertar archivo","Insert youtube/vimeo video":"Insertar video de Youtube/vimeo","Insert link":"Insertar v\xednculo","Font size":"Tama\xf1o de letra","Font family":"Familia de letra","Insert format block":"Insertar bloque",Normal:"Normal","Heading 1":"Encabezado 1","Heading 2":"Encabezado 2","Heading 3":"Encabezado 3","Heading 4":"Encabezado 4",Quote:"Cita",Code:"C\xf3digo",Insert:"Insertar","Insert table":"Insertar tabla","Decrease Indent":"Disminuir sangr\xeda","Increase Indent":"Aumentar sangr\xeda","Select Special Character":"Seleccionar caracter especial","Insert Special Character":"Insertar caracter especial","Paint format":"Copiar formato","Change mode":"Cambiar modo",Margins:"M\xe1rgenes",top:"arriba",right:"derecha",bottom:"abajo",left:"izquierda",Styles:"Estilos CSS",Classes:"Clases CSS",Align:"Alinear",Right:"Derecha",Center:"Centrado",Left:"Izquierda","--Not Set--":"--No Establecido--",Src:"Fuente",Title:"T\xedtulo",Alternative:"Texto Alternativo",Filter:"Filtrar",Link:"V\xednculo","Open link in new tab":"Abrir v\xednculo en nueva pesta\xf1a",Image:"Imagen",file:"Archivo","Image properties":"Propiedades de imagen",Cancel:"Cancelar",Ok:"Aceptar","Your code is similar to HTML. Keep as HTML?":"El c\xf3digo es similar a HTML. \xbfMantener como HTML?","Paste as HTML":"Pegar como HTML?",Keep:"Mantener",Clean:"Limpiar","Insert as Text":"Insertar como texto","Word Paste Detected":"Pegado desde Word detectado","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"El contenido pegado proviene de un documento de Microsoft Word/Excel. \xbfDesea mantener el formato o limpiarlo?","Insert only Text":"Insertar solo texto","File Browser":"Buscar archivo","Error on load list":"Error al cargar la lista","Error on load folders":"Error al cargar las carpetas","Are you sure?":"\xbfEst\xe1 seguro?","Enter Directory name":"Entre nombre de carpeta","Create directory":"Crear carpeta","type name":"Entre el nombre","Drop image":"Soltar imagen","Drop file":"Soltar archivo","or click":"o click","Alternative text":"Texto alternativo",Browse:"Buscar",Upload:"Subir",Background:"Fondo",Text:"Texto",Top:"Arriba",Middle:"Centro",Bottom:"Abajo","Insert column before":"Insertar columna antes","Insert column after":"Interar columna despu\xe9s","Insert row above":"Insertar fila arriba","Insert row below":"Insertar fila debajo","Delete table":"Borrar tabla","Delete row":"Borrar fila","Delete column":"Borrar columna","Empty cell":"Vaciar celda",Delete:"Borrar","Strike through":"Tachado",Underline:"Subrayado",Break:"Pausa","Search for":"Buscar","Replace with":"Reemplazar con",Replace:"Reemplazar",Edit:"Editar","Vertical align":"Alineaci\xf3n vertical","Horizontal align":"Alineaci\xf3n horizontal","Sort by changed":"Ordenar por fecha modificaci\xf3n","Sort by name":"Ordenar por nombre","Sort by size":"Ordenar por tama\xf1o","Add folder":"Agregar carpeta",Split:"Dividir","Split vertical":"Dividir vertical","Split horizontal":"Dividir horizontal",Merge:"Mezclar","Add column":"Agregar columna","Add row":"Agregar fila",Border:"Borde","Embed code":"Incluir c\xf3digo",Update:"Actualizar",superscript:"super\xedndice",subscript:"sub\xedndice","Cut selection":"Cortar selecci\xf3n",Paste:"Pegar","Choose Content to Paste":"Seleccionar contenido para pegar","Chars: %d":"Caracteres: %d","Words: %d":"Palabras: %d",All:"Todo","Select %s":"Seleccionar: %s","Select all":"Seleccionar todo",source:"HTML",bold:"negrita",italic:"cursiva",brush:"Brocha",link:"V\xednculo",undo:"deshacer",redo:"rehacer",table:"Tabla",image:"Imagen",eraser:"Borrar",paragraph:"P\xe1rrafo",fontsize:"Tama\xf1o de letra",video:"Video",font:"Letra",about:"Acerca de",print:"Imprimir",underline:"subrayar",strikethrough:"tachar",indent:"sangr\xeda",outdent:"quitar sangr\xeda",fullsize:"Tama\xf1o completo",shrink:"encoger",hr:"l\xednea horizontal",ul:"lista sin ordenar",ol:"lista ordenada",cut:"Cortar",selectall:"Seleccionar todo","Open link":"Abrir v\xednculo","Edit link":"Editar v\xednculo","No follow":"No seguir",Unlink:"Desvincular",Eye:"Ver",pencil:"Para editar"," URL":"URL",Reset:"Resetear",Save:"Guardar","Save as ...":"Guardar como...",Resize:"Redimensionar",Crop:"Recortar",Width:"Ancho",Height:"Alto","Keep Aspect Ratio":"Mantener relaci\xf3n de aspecto",Yes:"Si",No:"No",Remove:"Quitar",Select:"Seleccionar","You can only edit your own images. Download this image on the host?":"Solo puedes editar tus propias im\xe1genes. \xbfDescargar esta imagen en el servidor?","The image has been successfully uploaded to the host!":"\xa1La imagen se ha subido correctamente al servidor!",palette:"paleta","There are no files":"No hay archivos en este directorio.",Rename:"renombrar","Enter new name":"Ingresa un nuevo nombre",preview:"avance",download:"Descargar","Paste from clipboard":"Pegar desde el portapapeles","Your browser doesn't support direct access to the clipboard.":"Su navegador no soporta el acceso directo en el portapapeles.","Copy selection":"Selecci\xf3n de copia",copy:"copia","Border radius":"Radio frontera","Show all":"Mostrar todos los",Apply:"Aplicar","Please fill out this field":"Por favor, rellene este campo","Please enter a web address":"Por favor, introduzca una direcci\xf3n web",Default:"Predeterminado",Circle:"C\xedrculo",Dot:"Punto",Quadrate:"Cuadro","Lower Alpha":"Letra Min\xfascula","Lower Greek":"Griego Min\xfascula","Lower Roman":"Romano Min\xfascula","Upper Alpha":"Letra May\xfascula","Upper Roman":"Romano May\xfascula",Find:"Encontrar","Find Previous":"Buscar Anterior","Find Next":"Buscar Siguiente","Insert className":"Insertar nombre de clase","Press Alt for custom resizing":"Presione Alt para cambiar el tama\xf1o personalizado","License: %s":"Licencia: %s"}},86327:function(t,i,n){"use strict";n.d(i,{UIForm:function(){return u}});var o=n(4012),r=n(87325),s=n(43555),a=n(80256),l=n(12234),c=n(62405);let u=class t extends c.UIGroup{className(){return"UIForm"}submit(){this.j.e.fire(this.container,"submit")}validate(){for(let t of this.allChildren.filter(t=>o.Component.isInstanceOf(t,a.UIInput)))if(!t.validate())return!1;for(let t of this.allChildren.filter(t=>o.Component.isInstanceOf(t,l.UISelect)))if(!t.validate())return!1;return!0}onSubmit(t){return this.j.e.on(this.container,"submit",()=>{let i=this.allChildren.filter(t=>o.Component.isInstanceOf(t,a.UIInput));return!!this.validate()&&(t(i.reduce((t,i)=>(t[i.state.name]=i.value,t),{})),!1)}),this}createContainer(){let t=this.j.c.element("form");return t.classList.add(this.componentName),(0,s.attr)(t,"dir",this.j.o.direction||"auto"),(0,s.attr)(t,"novalidate",""),t}constructor(...t){var i,n;super(...t),(null==(i=this.options)?void 0:i.className)&&this.container.classList.add(null==(n=this.options)?void 0:n.className)}};u=function(t,i,n,o){var r,s=arguments.length,a=s<3?i:null===o?o=Object.getOwnPropertyDescriptor(i,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,o);else for(var l=t.length-1;l>=0;l--)(r=t[l])&&(a=(s<3?r(a):s>3?r(i,n,a):r(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a}([r.component],u)},86397:function(t,i,n){"use strict";n.d(i,{ConnectionError:function(){return o}});class o extends Error{constructor(t){super(t),Object.setPrototypeOf(this,o.prototype)}}},86401:function(t){t.exports={"Show Blocks":"Mostrar Blocos"}},86428:function(t){t.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"> \x3c!-- Background rounded rect --\x3e <rect x="1" y="1" width="22" height="22" rx="3"/> \x3c!-- Letter A - outer shape --\x3e <polygon points="8,5 2,19 5,19 6.5,16 11.5,16 13,19 16,19 10,5" fill="white"/> \x3c!-- Letter A - inner triangle (hole) --\x3e <polygon points="9,9 7.5,13 10.5,13" fill="currentColor"/> \x3c!-- Letter I --\x3e <rect x="17" y="5" width="3" height="14" fill="white"/> </svg>'},86449:function(t,i,n){"use strict";n.d(i,{APIClient:function(){return a}});var o=n(82749),r=n(82758),s=n(21537);class a{async sendRequest(t,i,n,o,a){let{apiRequest:l,requestTimeout:c,maxRetries:u}=this.jodit.o.aiAssistantPro;if(!l)throw Error("AI Assistant Pro callback is not configured");let d=new AbortController;this.abortControllers.add(d);try{let h=this.buildRequestContext(t,i,n,o,a),p=null;for(let t=0;u>=t;t++)try{if(d.signal.aborted)throw(0,s.abort)();let t=setTimeout(()=>{d.abort()},c);try{let i=await l(h,d.signal);return clearTimeout(t),this.validateResponse(i),i}catch(i){throw clearTimeout(t),i}}catch(i){if(p=i,r.IS_PROD,u>t){let i=this.calculateRetryDelay(t);await this.sleep(i)}else throw i}throw p||Error("API request failed after all retries")}finally{this.abortControllers.delete(d)}}abort(){this.abortControllers.forEach(t=>{t.abort()}),this.abortControllers.clear()}isInProgress(){return this.abortControllers.size>0}buildRequestContext(t,i,n,o,r){let{apiMode:s,instructions:a}=this.jodit.o.aiAssistantPro,l={mode:s,conversationId:t,tools:this.toolRegistry.getAllTools(),selectionContexts:o,conversationOptions:r,instructions:a},c=[];if("full"===s)c=i;else if(n){let t=i.findIndex(t=>t.id===n);c=-1!==t?i.slice(t+1):i,l={...l,parentMessageId:n}}else c=i;return{...l,messages:this.expandToolMessages(c,i.find(t=>t.id===n))}}expandToolMessages(t,i){let n=[];for(let i of t)n.push(i),this.expandToolResultsMessage(i,n);return i&&this.expandToolResultsMessage(i,n),n}expandToolResultsMessage(t,i){if(t.toolCalls&&t.toolCalls.length>0)for(let o of t.toolCalls){var n;let r=null!=(n=o.result)?n:{error:"result not found"};if(i.find(t=>t.id===`${o.id}-result`))continue;let s={id:`${o.id}-result`,role:"tool",content:r.error?`Error: ${r.error}`:JSON.stringify(r.result),timestamp:t.timestamp,toolResults:[{toolCallId:o.id,result:r}]};i.push(s)}}validateResponse(t){if("final"!==t.mode)return;let i=t.response;if(!i)throw Error("API returned empty response");if(!i.responseId)throw Error("API response missing messageId");if(void 0===i.content)throw Error("API response missing content");if(void 0===i.finished)throw Error("API response missing finished flag");if(i.toolCalls){if(!Array.isArray(i.toolCalls))throw Error("API response toolCalls must be an array");i.toolCalls.forEach((t,i)=>{if(!t.id)throw Error(`Tool call at index ${i} is missing id`);if(!t.name)throw Error(`Tool call at index ${i} is missing name`);if(!t.arguments||"object"!=typeof t.arguments)throw Error(`Tool call at index ${i} has invalid arguments`)})}}calculateRetryDelay(t){let{retryDelay:i}=this.jodit.o.aiAssistantPro;return i*Math.pow(2,t)+Math.random()*i}sleep(t){return new Promise(i=>setTimeout(i,t))}destruct(){this.abort()}constructor(t,i){(0,o._)(this,"jodit",void 0),(0,o._)(this,"toolRegistry",void 0),(0,o._)(this,"abortControllers",void 0),this.jodit=t,this.toolRegistry=i,this.abortControllers=new Set}}},86518:function(t,i,n){"use strict";n.d(i,{safeHTML:function(){return s},sanitizeHTMLElement:function(){return a}});var o=n(2748),r=n(43555);function s(t,i){(o.Dom.isElement(t)||o.Dom.isFragment(t))&&(i.removeOnError&&(a(t),(0,r.$$)("[onerror]",t).forEach(t=>a(t,i))),i.safeJavaScriptLink&&(a(t),(0,r.$$)('a[href^="javascript"]',t).forEach(t=>a(t,i))))}function a(t,{safeJavaScriptLink:i,removeOnError:n}={safeJavaScriptLink:!0,removeOnError:!0}){if(!o.Dom.isElement(t))return!1;let s=!1;n&&t.hasAttribute("onerror")&&((0,r.attr)(t,"onerror",null),s=!0);let l=t.getAttribute("href");return i&&l&&0===l.trim().indexOf("javascript")&&((0,r.attr)(t,"href",location.protocol+"//"+l),s=!0),s}},86563:function(t,i,n){"use strict";n.d(i,{UIMessageList:function(){return u}});var o=n(82749),r=n(31635),s=n(51359),a=n(65478),l=n(62405),c=n(31356);class u extends l.UIGroup{className(){return"UIMessageList"}render(){return'<div class="&__scroll-container"></div>'}afterRender(){this.scrollContainer=this.container}onUserScroll(){if(!this.scrollContainer)return;let{scrollTop:t,scrollHeight:i,clientHeight:n}=this.scrollContainer;this.autoScrollEnabled=i-t-n<10}onMessageSent(){this.autoScrollEnabled=!0,this.scrollToBottom()}appendChildToContainer(t){this.scrollContainer&&this.scrollContainer.appendChild(t)}setMessages(t){let i=this.messages.slice();this.messages=t.slice(),this.updateMessageList(i),this.scrollToBottom()}updateMessageList(t){let i=c.ListReconciler.reconcile(t,this.messages,{getId:t=>t.id,isEqual:(t,i)=>t.id===i.id&&t.content===i.content&&t.timestamp===i.timestamp&&JSON.stringify(t.artifacts)===JSON.stringify(i.artifacts)&&JSON.stringify(t.toolCalls)===JSON.stringify(i.toolCalls),preserveOrder:!0});i.toRemove.forEach(t=>{let i=this.messageItems.get(t.id);i&&(-1!==this.elements.indexOf(i)&&(this.remove(i),i.destruct()),this.messageItems.delete(t.id))}),i.toUpdate.forEach(({newItem:t,index:i})=>{let n=this.messageItems.get(t.id);n&&(n.updateMessage(t),this.elements.indexOf(n)!==i&&i<this.elements.length&&(this.remove(n),this.append(n,i)))}),i.toCreate.forEach(t=>{let i=new s.UIMessageListItem(this.j,t,this.params);this.messageItems.set(t.id,i);let n=this.messages.indexOf(t);this.append(i,n)})}scrollToBottom(){!this.j.isDestructed&&this.autoScrollEnabled&&(this.container.scrollTop=this.container.scrollHeight)}destruct(){this.messageItems.clear(),this.messages=[],super.destruct()}constructor(t,i){super(t),(0,o._)(this,"params",void 0),(0,o._)(this,"messages",void 0),(0,o._)(this,"messageItems",void 0),(0,o._)(this,"scrollContainer",void 0),(0,o._)(this,"autoScrollEnabled",void 0),this.params=i,this.messages=[],this.messageItems=new Map,this.autoScrollEnabled=!0}}(0,r.__decorate)([(0,a.hook)("ready")],u.prototype,"afterRender",null),(0,r.__decorate)([(0,a.watch)(["scrollContainer:wheel","scrollContainer:scroll","scrollContainer:touchmove"]),(0,a.throttle)(t=>t.defaultTimeout)],u.prototype,"onUserScroll",null),(0,r.__decorate)([(0,a.watch)(":messageSent.ai-assistant-pro")],u.prototype,"onMessageSent",null),(0,r.__decorate)([a.autobind],u.prototype,"setMessages",null),(0,r.__decorate)([(0,a.throttle)(t=>2*t.defaultTimeout)],u.prototype,"scrollToBottom",null),u=(0,r.__decorate)([a.component],u)},86583:function(t,i,n){"use strict";n.d(i,{dataBind:function(){return s}});var o=n(39955);let r=new WeakMap,s=(t,i,n)=>{let s=r.get(t);if(!s){s={},r.set(t,s);let i=null;(0,o.isViewObject)(t.j)&&(i=t.j.e),(0,o.isViewObject)(t)&&(i=t.e),i&&i.on("beforeDestruct",()=>{r.delete(t)})}return void 0===n?s[i]:(s[i]=n,n)}},86820:function(t){t.exports='<svg viewBox="0 0 88 88" fill="none" xmlns="http://www.w3.org/2000/svg"> <g> <path d="M44 0.513519C27.2931 0.513519 13.75 13.8981 13.75 30.4095C13.75 46.9208 44 87.4835 44 87.4835C44 87.4835 74.25 46.9208 74.25 30.4095C74.25 13.8981 60.7069 0.513519 44 0.513519ZM19.25 30.4095C19.25 16.921 30.3518 5.94914 44 5.94914C57.6482 5.94914 68.75 16.921 68.75 30.4095C68.75 39.8049 54.9945 62.4871 44 78.1329C33.0055 62.4871 19.25 39.8049 19.25 30.4095ZM44 16.8204C36.4052 16.8204 30.25 22.9035 30.25 30.4095C30.25 37.9154 36.4052 43.9985 44 43.9985C51.5948 43.9985 57.75 37.9154 57.75 30.4095C57.75 22.9035 51.5948 16.8204 44 16.8204ZM44 38.5629C39.4508 38.5629 35.75 34.9054 35.75 30.4095C35.75 25.9135 39.4508 22.256 44 22.256C48.5492 22.256 52.25 25.9135 52.25 30.4095C52.25 34.9054 48.5492 38.5629 44 38.5629Z" fill="#404040"/> </g> <defs> <rect width="88" height="86.97" fill="white" transform="translate(0 0.513519)"/> </defs> </svg>'},86835:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M384 544v576q0 13-9.5 22.5t-22.5 9.5q-14 0-23-9l-288-288q-9-9-9-23t9-23l288-288q9-9 23-9 13 0 22.5 9.5t9.5 22.5zm1408 768v192q0 13-9.5 22.5t-22.5 9.5h-1728q-13 0-22.5-9.5t-9.5-22.5v-192q0-13 9.5-22.5t22.5-9.5h1728q13 0 22.5 9.5t9.5 22.5zm0-384v192q0 13-9.5 22.5t-22.5 9.5h-1088q-13 0-22.5-9.5t-9.5-22.5v-192q0-13 9.5-22.5t22.5-9.5h1088q13 0 22.5 9.5t9.5 22.5zm0-384v192q0 13-9.5 22.5t-22.5 9.5h-1088q-13 0-22.5-9.5t-9.5-22.5v-192q0-13 9.5-22.5t22.5-9.5h1088q13 0 22.5 9.5t9.5 22.5zm0-384v192q0 13-9.5 22.5t-22.5 9.5h-1728q-13 0-22.5-9.5t-9.5-22.5v-192q0-13 9.5-22.5t22.5-9.5h1728q13 0 22.5 9.5t9.5 22.5z"/> </svg> '},87058:function(t,i,n){"use strict";n.d(i,{camelCase:function(){return o}});let o=t=>t.replace(/([-_])(.)/g,(t,i,n)=>n.toUpperCase())},87325:function(t,i,n){"use strict";n.d(i,{component:function(){return a},getComponentClass:function(){return l}});var o=n(82758),r=n(80568);let s=new Map;function a(t){class i extends t{constructor(...t){super(...t),this.constructor===i&&(this instanceof i||Object.setPrototypeOf(this,i.prototype),this.setStatus("ready"))}}let n=(0,r.getClassName)(t.prototype);if(s.has(n)&&!o.IS_PROD)throw Error(`Component with name "${n}" is already registered`);return s.set(n,i),i}function l(t){return s.get(t)}},87394:function(t,i,n){"use strict";var o=n(12153),r=n(6441),s=n(5119);r.Config.prototype.usePopupForSpecialCharacters=!1,r.Config.prototype.specialCharacters=["!","&quot;","#","$","%","&amp;","'","(",")","*","+","-",".","/","0","1","2","3","4","5","6","7","8","9",":",";","&lt;","=","&gt;","?","@","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","[","]","^","_","`","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","{","|","}","~","&euro;","&lsquo;","&rsquo;","&ldquo;","&rdquo;","&ndash;","&mdash;","&iexcl;","&cent;","&pound;","&curren;","&yen;","&brvbar;","&sect;","&uml;","&copy;","&ordf;","&laquo;","&raquo;","&not;","&reg;","&macr;","&deg;","&sup2;","&sup3;","&acute;","&micro;","&para;","&middot;","&cedil;","&sup1;","&ordm;","&frac14;","&frac12;","&frac34;","&iquest;","&Agrave;","&Aacute;","&Acirc;","&Atilde;","&Auml;","&Aring;","&AElig;","&Ccedil;","&Egrave;","&Eacute;","&Ecirc;","&Euml;","&Igrave;","&Iacute;","&Icirc;","&Iuml;","&ETH;","&Ntilde;","&Ograve;","&Oacute;","&Ocirc;","&Otilde;","&Ouml;","&times;","&Oslash;","&Ugrave;","&Uacute;","&Ucirc;","&Uuml;","&Yacute;","&THORN;","&szlig;","&agrave;","&aacute;","&acirc;","&atilde;","&auml;","&aring;","&aelig;","&ccedil;","&egrave;","&eacute;","&ecirc;","&euml;","&igrave;","&iacute;","&icirc;","&iuml;","&eth;","&ntilde;","&ograve;","&oacute;","&ocirc;","&otilde;","&ouml;","&divide;","&oslash;","&ugrave;","&uacute;","&ucirc;","&uuml;","&yacute;","&thorn;","&yuml;","&OElig;","&oelig;","&#372;","&#374","&#373","&#375;","&sbquo;","&#8219;","&bdquo;","&hellip;","&trade;","&#9658;","&bull;","&rarr;","&rArr;","&hArr;","&diams;","&asymp;"],o.Icon.set("symbols",s.default),r.Config.prototype.controls.symbols={hotkeys:["ctrl+shift+i","cmd+shift+i"],tooltip:"Insert Special Character",popup:(t,i,n)=>{let o=t.e.fire("generateSpecialCharactersTable.symbols");if(o){if(t.o.usePopupForSpecialCharacters){let i=t.c.div();return i.classList.add("jodit-symbols"),i.appendChild(o),t.e.on(o,"close_dialog",n),i}t.alert(o,"Select Special Character",void 0,"jodit-symbols").bindDestruct(t);let i=o.querySelector("a");i&&i.focus()}}}},87536:function(t,i,n){"use strict";n.d(i,{checkRemoveContentNotEditable:function(){return a}});var o=n(22732),r=n(21537),s=n(45124);function a(t,i,n){let a=o.Dom.findSibling(i,n);return!a&&i.parentElement&&i.parentElement!==t.editor&&(a=o.Dom.findSibling(i.parentElement,n)),!(!o.Dom.isElement(a)||o.Dom.isContentEditable(a,t.editor))&&((0,r.call)(n?o.Dom.before:o.Dom.after,a,i),o.Dom.safeRemove(a),(0,s.moveNodeInsideStart)(t,i,n),(0,r.call)(n?t.s.setCursorBefore:t.s.setCursorAfter,i),!0)}},87602:function(t,i,n){"use strict";n.d(i,{applySize:function(){return l}});var o=n(29807),r=n(29960),s=n(41180),a=n(14415);function l(t,i,n,l){if(i!==t.offsetWidth||n!==t.offsetHeight){let c=i?(0,a.normalSizeToString)(i):null,u=n?(0,a.normalSizeToString)(n):null;(0,s.css)(t,{width:c,height:c&&l?null:u}),(0,r.attr)(t,"width",c&&(0,o.isNumeric)(i)&&(0,r.attr)(t,"width")?c:null),(!(0,r.attr)(t,"width")||l)&&(u=null),(0,r.attr)(t,"height",u)}}},87612:function(t,i,n){"use strict";function o(t){return"boolean"==typeof t}n.d(i,{isBoolean:function(){return o}})},88092:function(t,i,n){"use strict";var o=n(67008),r=n.n(o),s=n(6441),a=n(2748),l=n(68345);s.Config.prototype.controls.iframeEditor={icon:r(),tooltip:"Iframe Editor",exec:(t,i)=>{a.Dom.isTag(i,"jodit")&&a.Dom.isTag(i.firstElementChild,"iframe")&&(i=i.firstElementChild),t.e.fire("toggleIframeEditor",a.Dom.isTag(i,"iframe")?i:null)}},(0,l.isArray)(s.Config.prototype.popup.iframe)&&s.Config.prototype.popup.iframe.push("iframeEditor")},88572:function(t,i,n){"use strict";n.d(i,{UIFormButtonGenerator:function(){return u}});var o=n(82749),r=n(2748),s=n(4510),a=n(38837),l=n(67510),c=n(62357);class u extends l.UIElement{className(){return"UIFormButtonGenerator"}update(){this.onUpdates.forEach(t=>t());let t=this.getElm("box-shadow");(0,a.assert)(null!=t,"box-shadow does not exists");let i=this.getElm("text-shadow");(0,a.assert)(null!=i,"text-shadow does not exists"),t.style.display=this.state.boxShadow?"":"none",i.style.display=this.state.textShadow?"":"none"}render(){return`<div>
565
+ </div>`}static extractStyle(t,i){var n,o,r,s;let a=(null==(s=i.ownerDocument.defaultView)?void 0:s.getComputedStyle(i))||{},l=(t,i,n,o)=>{let r=a[n];return!r||["none","inherit","initial","unset"].includes(r)?{[n]:!1}:(r.replace(/,\s/g,",").split(/\s+/).forEach(n=>{if(/[0-9.]+(px|pt|em|%)/.test(n)){let o=t.shift();o&&(i[o]=n)}else"inset"===n?i.boxShadowInset=!0:i[o]=n}),i[n]=!0,i)};Object.assign(t,{text:i.innerText,className:i.className,href:i.getAttribute("href")||"",...(()=>{var t,i;let n={solid:!0,bgStart:null!=(t=a.backgroundColor)?t:"#44c767",bgEnd:null!=(i=a.backgroundColor)?i:"#44c767"},o=a.backgroundImage;if(o&&/linear-gradient/.test(o)){let t=/linear-gradient\((.+)\s+[0-9]+%,\s+(.+)\s+[0-9]+%\)/.exec(o);t&&(n.solid=!1,n.bgStart=t[1]||n.bgStart,n.bgEnd=t[2]||"#5cbf2a")}return n})(),borderColor:null!=(n=null==a?void 0:a.borderColor)?n:"#18ab29",borderRadius:null!=(o=null==a?void 0:a.borderRadius)?o:0,borderSize:null!=(r=null==a?void 0:a.borderWidth)?r:1,...l(["boxShadowOffsetX","boxShadowOffsetY","boxShadowBlurRadius","boxShadowSpreadRadius"],{boxShadowBlurRadius:0,boxShadowColor:"#3dc21b",boxShadowInset:!1,boxShadowOffsetX:0,boxShadowOffsetY:0,boxShadowSpreadRadius:0},"boxShadow","boxShadowColor"),fontColor:a.color,fontFamily:a.fontFamily,fontSize:a.fontSize,fontWeight:"bold"===a.fontWeight,fontItalic:"italic"===a.fontStyle,paddingX:a.paddingLeft,paddingY:a.paddingTop,...l(["textShadowOffsetX","textShadowOffsetY","textShadowBlurRadius"],{textShadowBlurRadius:0,textShadowColor:"#2f6627",textShadowOffsetX:0,textShadowOffsetY:1},"textShadow","textShadowColor")})}constructor(t,i){super(t),(0,o._)(this,"style",void 0),this.style=i,this.__updateStyles()}}(0,r.__decorate)([(0,s.watch)("style")],d.prototype,"__updateStyles",null),d=(0,r.__decorate)([s.component],d)},82558:function(t,i,n){"use strict";n.d(i,{allowAttributes:function(){return r}});var o=n(2748);function r(t,i,n,r){if(r&&o.Dom.isElement(i)&&!0!==r[i.nodeName]){let t=i.attributes;if(t&&t.length){let o=[];for(let n=0;n<t.length;n+=1){let s=r[i.nodeName][t[n].name];s&&(!0===s||s===t[n].value)||o.push(t[n].name)}o.length&&(n=!0),o.forEach(t=>{i.removeAttribute(t)})}}return n}},82749:function(t,i,n){"use strict";function o(t,i,n){return i in t?Object.defineProperty(t,i,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[i]=n,t}n.d(i,{_:function(){return o}})},82758:function(t,i,n){"use strict";n.r(i),n.d(i,{ACCURACY:function(){return V},APP_VERSION:function(){return o},BASE_PATH:function(){return ep},BASE_PATH_IS_MIN:function(){return ef},BR:function(){return $},CLIPBOARD_ID:function(){return eb},COMMAND_KEYS:function(){return W},EMULATE_DBLCLICK_TIMEOUT:function(){return ei},ES:function(){return r},FAT_MODE:function(){return u},HOMEPAGE:function(){return d},INSEPARABLE_TAGS:function(){return T},INSERT_AS_HTML:function(){return en},INSERT_AS_TEXT:function(){return er},INSERT_CLEAR_HTML:function(){return eo},INSERT_ONLY_TEXT:function(){return es},INVISIBLE_SPACE:function(){return f},INVISIBLE_SPACE_REG_EXP:function(){return g},INVISIBLE_SPACE_REG_EXP_END:function(){return b},INVISIBLE_SPACE_REG_EXP_START:function(){return v},IS_BLOCK:function(){return S},IS_ES_MODERN:function(){return s},IS_ES_NEXT:function(){return a},IS_IE:function(){return X},IS_INLINE:function(){return x},IS_MAC:function(){return el},IS_PROD:function(){return l},IS_TEST:function(){return c},KEY_ALIASES:function(){return ec},KEY_ALT:function(){return M},KEY_BACKSPACE:function(){return L},KEY_DELETE:function(){return H},KEY_DOWN:function(){return F},KEY_ENTER:function(){return P},KEY_ESC:function(){return R},KEY_F3:function(){return U},KEY_LEFT:function(){return z},KEY_META:function(){return j},KEY_RIGHT:function(){return N},KEY_SPACE:function(){return O},KEY_TAB:function(){return D},KEY_UP:function(){return B},LIST_TAGS:function(){return I},MARKER_CLASS:function(){return et},MODE_SOURCE:function(){return Y},MODE_SPLIT:function(){return J},MODE_WYSIWYG:function(){return K},NBSP_SPACE:function(){return m},NEARBY:function(){return q},NO_EMPTY_TAGS:function(){return A},PARAGRAPH:function(){return G},PASSIVE_EVENTS:function(){return ey},SAFE_COUNT_CHANGE_CALL:function(){return ea},SET_TEST:function(){return h},SOURCE_CONSUMER:function(){return ev},SPACE_REG_EXP:function(){return y},SPACE_REG_EXP_END:function(){return _},SPACE_REG_EXP_START:function(){return w},TEMP_ATTR:function(){return em},TEXT_HTML:function(){return Q},TEXT_PLAIN:function(){return Z},TEXT_RTF:function(){return ee},TOKENS:function(){return p},globalDocument:function(){return k},globalWindow:function(){return C},lang:function(){return eg}});let o="4.9.12",r="es2018",s=!0,a=!1,l=!0,c=!1,u=!0,d="https://xdsoft.net/jodit/pro/",h=()=>c=!0,p={},f="\uFEFF",m="\xa0",g=()=>/[\uFEFF]/g,b=()=>/[\uFEFF]+$/g,v=()=>/^[\uFEFF]+/g,y=()=>/[\s\n\t\r\uFEFF\u200b]+/g,w=()=>/^[\s\n\t\r\uFEFF\u200b]+/g,_=()=>/[\s\n\t\r\uFEFF\u200b]+$/g,C="u">typeof window?window:void 0,k="u">typeof document?document:void 0,S=/^(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,x=/^(STRONG|SPAN|I|EM|B|SUP|SUB|A|U)$/i,I=new Set(["ul","ol"]),E=["img","video","svg","iframe","script","input","textarea","link","jodit","jodit-media"],T=new Set([...E,"br","hr"]),A=new Set(E),j="Meta",L="Backspace",D="Tab",P="Enter",R="Escape",M="Alt",z="ArrowLeft",B="ArrowUp",N="ArrowRight",F="ArrowDown",O="Space",H="Delete",U="F3",q=5,V=10,W=[j,L,H,B,F,N,z,P,R,U,D],$="br",G="p",K=1,Y=2,J=3,X="u">typeof navigator&&(-1!==navigator.userAgent.indexOf("MSIE")||/rv:11.0/i.test(navigator.userAgent)),Z=X?"text":"text/plain",Q=X?"html":"text/html",ee=X?"rtf":"text/rtf",et="jodit-selection_marker",ei=300,en="insert_as_html",eo="insert_clear_html",er="insert_as_text",es="insert_only_text",ea=10,el=void 0!==C&&/Mac|iPod|iPhone|iPad/.test(C.navigator.platform),ec={add:"+",break:"pause",cmd:"meta",command:"meta",ctl:"control",ctrl:"control",del:"delete",down:"arrowdown",esc:"escape",ins:"insert",left:"arrowleft",mod:el?"meta":"control",opt:"alt",option:"alt",return:"enter",right:"arrowright",space:"space",spacebar:"space",up:"arrowup",win:"meta",windows:"meta"},eu=t=>{let i=t.split("/");return/\.js/.test(i[i.length-1])?{basePath:i.slice(0,i.length-1).join("/")+"/",isMin:!0}:{basePath:t,isMin:!0}},{basePath:ed,isMin:eh}=(()=>{if("u"<typeof document)return{basePath:"",isMin:!0};let t=k.currentScript;if(t)return eu(t.src);let i=k.querySelectorAll("script[src]");return i&&i.length?eu(i[i.length-1].src):eu(C.location.href)})(),ep=ed,ef=eh,em="data-jodit-temp",eg={},eb="clipboard",ev="source-consumer",ey=new Set(["touchstart","touchend","scroll","mousewheel","mousemove","touchmove"])},82760:function(t,i,n){"use strict";n.d(i,{connection:function(){return s},error:function(){return r},options:function(){return a}});var o=n(32880);function r(t){return TypeError(t)}function s(t){return new o.ConnectionError(t)}function a(t){return new o.OptionsError(t)}},83039:function(t,i,n){"use strict";n.d(i,{UIMapsPropsForm:function(){return c}});var o=n(82749),r=n(31635),s=n(65478),a=n(76078),l=n(67510);class c extends l.UIForm{className(){return"UIMapsPropsForm"}onChangeSize(){let{width:t,height:i}=(0,a.refs)(this.container);this.state.size=[parseInt(null==t?void 0:t.value,10)||0,parseInt(null==i?void 0:i.value,10)||0]}onExternalChangeSize(){let{width:t,height:i}=(0,a.refs)(this.container),[n,o]=this.state.size;n.toString()!==t.value&&(t.value=n.toString()),o.toString()!==i.value&&(i.value=o.toString())}onChangeCenter(){let{lat:t,lng:i}=(0,a.refs)(this.container);this.state.center=[parseFloat(null==t?void 0:t.value)||0,parseFloat(null==i?void 0:i.value)||0]}onExternalChangeCenter(){let{lat:t,lng:i}=(0,a.refs)(this.container),[n,o]=this.state.center;n.toString()!==t.value&&(t.value=n.toString()),o.toString()!==i.value&&(i.value=o.toString())}onExternalChangeType(){let{mapType:t}=(0,a.refs)(this.container);this.state.type!==t.value&&(t.value=this.state.type)}onExternalChangeLayer(){let{layer:t}=(0,a.refs)(this.container);this.state.layer!==t.value&&(t.value=this.state.layer)}constructor(t,i){var n;super(t),(0,o._)(this,"state",void 0),this.state=i;const[r,s]=i.size,[a,c]=i.center;this.append([new l.UIInput(t,{label:"Width",name:"width",value:r,type:"number",onChange:this.onChangeSize}),new l.UIInput(t,{label:"Height",name:"height",value:s,type:"number",onChange:this.onChangeSize}),new l.UIInput(t,{label:"Latitude",name:"lat",value:a,onChange:this.onChangeCenter}),new l.UIInput(t,{label:"Longitude",name:"lng",value:c,onChange:this.onChangeCenter}),new l.UISelect(t,{label:"Map type",value:i.type,name:"mapType",options:[{value:"hybrid",text:"Hybrid"},{value:"roadmap",text:"Roadmap"},{value:"satellite",text:"Satellite"},{value:"terrain",text:"Terrain"}],onChange:t=>{i.type=t}}),new l.UISelect(t,{label:"Layer",value:null!=(n=i.layer)?n:"default",name:"layer",options:[{value:"default",text:"Default"},{value:"traffic",text:"Traffic"},{value:"transit",text:"Transit"},{value:"bicycling",text:"Bicycling"}],onChange:t=>{i.layer=t}})])}}(0,r.__decorate)([s.autobind],c.prototype,"onChangeSize",null),(0,r.__decorate)([(0,s.watch)("state.size")],c.prototype,"onExternalChangeSize",null),(0,r.__decorate)([s.autobind],c.prototype,"onChangeCenter",null),(0,r.__decorate)([(0,s.watch)(["state.center"])],c.prototype,"onExternalChangeCenter",null),(0,r.__decorate)([(0,s.watch)(["state.type"])],c.prototype,"onExternalChangeType",null),(0,r.__decorate)([(0,s.watch)(["state.layer"])],c.prototype,"onExternalChangeLayer",null),c=(0,r.__decorate)([s.component],c)},83059:function(t,i,n){"use strict";n.r(i),i.default={symbols:"symbol"}},83111:function(t,i,n){"use strict";n.d(i,{ToolbarSelect:function(){return l}});var o=n(65478),r=n(72430),s=n(70799),a=n(78644);let l=class t extends a.ToolbarButton{className(){return"ToolbarSelect"}update(){var t,i,n;super.update(),this.state.icon.name="";let{list:o,data:a}=this.control;if(o){let l=this.state.value||(a&&(0,s.isString)(a.currentValue)?a.currentValue:void 0);l||(l=Object.keys(o)[0]);let c=((0,r.isPlainObject)(o)&&o[l.toString()]||l).toString();this.state.text=null!=(n=null==(i=(t=this.control).textTemplate)?void 0:i.call(t,this.jodit,c))?n:c}}};l=function(t,i,n,o){var r,s=arguments.length,a=s<3?i:null===o?o=Object.getOwnPropertyDescriptor(i,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,o);else for(var l=t.length-1;l>=0;l--)(r=t[l])&&(a=(s<3?r(a):s>3?r(i,n,a):r(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a}([o.component],l)},83160:function(t,i){"use strict";i.default={"Type something":"Напишите что-либо","About Jodit":"О Jodit","Jodit Editor":"Редактор Jodit","Jodit User's Guide":"Jodit Руководство пользователя","contains detailed help for using":"содержит детальную информацию по использованию","For information about the license, please go to our website:":"Для получения сведений о лицензии , пожалуйста, перейдите на наш сайт:","Buy full version":"Купить полную версию","Copyright \xa9 XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Авторские права \xa9 XDSoft.net - Чупурнов Валерий. Все права защищены.",Anchor:"Анкор","Open in new tab":"Открывать ссылку в новой вкладке","Open in fullsize":"Открыть редактор в полном размере","Clear Formatting":"Очистить форматирование","Fill color or set the text color":"Цвет заливки или цвет текста",Redo:"Повтор",Undo:"Отмена",Bold:"Жирный",Italic:"Наклонный","Insert Unordered List":"Вставка маркированного списка","Insert Ordered List":"Вставить нумерованный список","Align Center":"Выровнять по центру","Align Justify":"Выровнять по ширине","Align Left":"Выровнять по левому краю","Align Right":"Выровнять по правому краю","Insert Horizontal Line":"Вставить горизонтальную линию","Insert Image":"Вставить изображение","Insert file":"Вставить файл","Insert youtube/vimeo video":"Вставьте видео","Insert link":"Вставить ссылку","Font size":"Размер шрифта","Font family":"Шрифт","Insert format block":"Вставить блочный элемент",Normal:"Нормальный текст","Heading 1":"Заголовок 1","Heading 2":"Заголовок 2","Heading 3":"Заголовок 3","Heading 4":"Заголовок 4",Quote:"Цитата",Code:"Код",Insert:"Вставить","Insert table":"Вставить таблицу","Decrease Indent":"Уменьшить отступ","Increase Indent":"Увеличить отступ","Select Special Character":"Выберите специальный символ","Insert Special Character":"Вставить специальный символ","Paint format":"Формат краски","Change mode":"Источник",Margins:"Отступы",top:"сверху",right:"справа",bottom:"снизу",left:"слева",Styles:"Стили",Classes:"Классы",Align:"Выравнивание",Right:"По правому краю",Center:"По центру",Left:"По левому краю","--Not Set--":"--не устанавливать--",Src:"src",Title:"Заголовок",Alternative:"Альтернативный текст (alt)",Link:"Ссылка","Open link in new tab":"Открывать ссылку в новом окне",file:"Файл",Advanced:"Расширенные","Image properties":"Свойства изображения",Cancel:"Отмена",Ok:"Ок","Your code is similar to HTML. Keep as HTML?":"Ваш текст, который вы пытаетесь вставить похож на HTML. Вставить его как HTML?","Paste as HTML":"Вставить как HTML?",Keep:"Сохранить оригинал",Clean:"Почистить","Insert as Text":"Вставить как текст","Insert only Text":"Вставить только текст","Word Paste Detected":"Возможно это фрагмент Word или Excel","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"Контент который вы вставляете поступает из документа Microsoft Word / Excel. Вы хотите сохранить формат или очистить его?","File Browser":"Браузер файлов","Error on load list":"Ошибка при загрузке списка изображений","Error on load folders":"Ошибка при загрузке списка директорий","Are you sure?":"Вы уверены?","Enter Directory name":"Введите название директории","Create directory":"Создать директорию","type name":"введите название","Drop image":"Перетащите сюда изображение","Drop file":"Перетащите сюда файл","or click":"или нажмите","Alternative text":"Альтернативный текст",Browse:"Сервер",Upload:"Загрузка",Background:"Фон",Text:"Текст",Top:" К верху",Middle:"По середине",Bottom:"К низу","Insert column before":"Вставить столбец до","Insert column after":"Вставить столбец после","Insert row above":"Вставить ряд выше","Insert row below":"Вставить ряд ниже","Delete table":"Удалить таблицу","Delete row":"Удалять ряд","Delete column":"Удалить столбец","Empty cell":"Очистить ячейку",source:"HTML",bold:"жирный",italic:"курсив",brush:"заливка",link:"ссылка",undo:"отменить",redo:"повторить",table:"таблица",image:"Изображение",eraser:"очистить",paragraph:"параграф",fontsize:"размер шрифта",video:"видео",font:"шрифт",about:"о редакторе",print:"печать",underline:"подчеркнутый",strikethrough:"перечеркнутый",indent:"отступ",outdent:"выступ",fullsize:"во весь экран",shrink:"обычный размер",hr:"линия",ul:"Список",ol:"Нумерованный список",cut:"Вырезать",selectall:"Выделить все","Embed code":"Код","Open link":"Открыть ссылку","Edit link":"Редактировать ссылку","No follow":"Атрибут nofollow",Unlink:"Убрать ссылку",Eye:"Просмотр",pencil:"Редактировать",Update:"Обновить"," URL":"URL",Edit:"Редактировать","Horizontal align":"Горизонтальное выравнивание",Filter:"Фильтр","Sort by changed":"По изменению","Sort by name":"По имени","Sort by size":"По размеру","Add folder":"Добавить папку",Reset:"Восстановить",Save:"Сохранить","Save as ...":"Сохранить как",Resize:"Изменить размер",Crop:"Обрезать размер",Width:"Ширина",Height:"Высота","Keep Aspect Ratio":"Сохранять пропорции",Yes:"Да",No:"Нет",Remove:"Удалить",Select:"Выделить","Chars: %d":"Символов: %d","Words: %d":"Слов: %d",All:"Выделить все","Select %s":"Выделить: %s","Select all":"Выделить все","Vertical align":"Вертикальное выравнивание",Split:"Разделить","Split vertical":"Разделить по вертикали","Split horizontal":"Разделить по горизонтали",Merge:"Объединить в одну","Add column":"Добавить столбец","Add row":"Добавить строку",Delete:"Удалить",Border:"Рамка","License: %s":"Лицензия: %s","Strike through":"Перечеркнуть",Underline:"Подчеркивание",superscript:"верхний индекс",subscript:"индекс","Cut selection":"Вырезать",Break:"Разделитель","Search for":"Найти","Replace with":"Заменить на",Replace:"Заменить",Paste:"Вставить","Choose Content to Paste":"Выбрать контент для вставки","You can only edit your own images. Download this image on the host?":"Вы можете редактировать только свои собственные изображения. Загрузить это изображение на ваш сервер?","The image has been successfully uploaded to the host!":"Изображение успешно загружено на сервер!",palette:"палитра","There are no files":"В данном каталоге нет файлов",Rename:"Переименовать","Enter new name":"Введите новое имя",preview:"Предпросмотр",download:"Скачать","Paste from clipboard":"Вставить из буфера обмена","Your browser doesn't support direct access to the clipboard.":"Ваш браузер не поддерживает прямой доступ к буферу обмена.","Copy selection":"Скопировать выделенное",copy:"копия","Border radius":"Радиус границы","Show all":"Показать все",Apply:"Применить","Please fill out this field":"Пожалуйста, заполните это поле","Please enter a web address":"Пожалуйста, введите веб-адрес",Default:"По умолчанию",Circle:"Круг",Dot:"Точка",Quadrate:"Квадрат",Find:"Найти","Find Previous":"Найти Предыдущие","Find Next":"Найти Далее","Insert className":"Вставить название класса","Press Alt for custom resizing":"Нажмите Alt для изменения пользовательского размера"}},83447:function(t,i,n){"use strict";n.d(i,{getHash:function(){return s}});var o=n(70799),r=n(49055);function s(t){let i=/([^[]*)\[([^\]]+)]/,n=/[\s]*,[\s]*/,s=/^(.*)[\s]*=[\s]*(.*)$/,a={};return(0,o.isString)(t)?(t.split(n).map(t=>{t=(0,r.trim)(t);let o=i.exec(t),l={};if(o){let t=o[2].split(n);o[1]&&(t.forEach(t=>{t=(0,r.trim)(t);let i=s.exec(t);i?l[i[1]]=i[2]:l[t]=!0}),a[o[1].toUpperCase()]=l)}else a[t.toUpperCase()]=!0}),a):!!t&&(Object.keys(t).forEach(i=>{a[i.toUpperCase()]=t[i]}),a)}},83632:function(t,i,n){"use strict";n.d(i,{ApplyStyle:function(){return a}});var o=n(63687),r=n(77361),s=n(55307);function a(t,i){var n;let{s:a,editor:l}=t;null==(n=l.firstChild)||n.normalize();let c=a.fakes(),u=t.s.wrapInTagGen(c),d=u.next();if(d.done)return;let h={collapsed:a.isCollapsed(),mode:r.INITIAL,element:d.value,next:s.states.START,jodit:t,style:i};for(;d&&!d.done;){let t=new o.FiniteStateMachine(s.states.START,s.transactions);for(h.element=d.value;t.getState()!==s.states.END;)h=t.dispatch("exec",h);d=u.next()}a.restoreFakes(c)}},83671:function(t,i,n){"use strict";var o=n(82758),r=n(22732),s=n(580),a=n(21537),l=n(50911),c=n(80870),u=n(21491);n(86012);class d extends l.Plugin{afterInit(){if(this.j.o.showXPathInStatusbar){this.container=this.j.c.div("jodit-xpath");let t=()=>{this.j.o.showXPathInStatusbar&&this.container&&(this.j.statusbar.append(this.container),this.j.getRealMode()===o.MODE_WYSIWYG?this.calcPath():(this.container&&(this.container.innerHTML=o.INVISIBLE_SPACE),this.appendSelectAll()))};this.j.e.off(".xpath").on("mouseup.xpath change.xpath keydown.xpath changeSelection.xpath",this.calcPath).on("afterSetMode.xpath afterInit.xpath changePlace.xpath",t),t(),this.calcPath()}}beforeDestruct(){this.j&&this.j.events&&this.j.e.off(".xpath"),this.removeSelectAll(),this.menu&&this.menu.destruct(),r.Dom.safeRemove(this.container),delete this.menu,delete this.container}constructor(){super(...arguments),this.onContext=(t,i)=>(this.menu||(this.menu=new c.ContextMenu(this.j)),this.menu.show(i.clientX,i.clientY,[{icon:"bin",title:t===this.j.editor?"Clear":"Remove",exec:()=>{t!==this.j.editor?r.Dom.safeRemove(t):this.j.value="",this.j.synchronizeValues()}},{icon:"select-all",title:"Select",exec:()=>{this.j.s.select(t)}}]),!1),this.onSelectPath=(t,i)=>{this.j.s.focus();let n=(0,a.attr)(i.target,"-path")||"/";if("/"===n)return this.j.execCommand("selectall"),!1;try{let t=this.j.ed.evaluate(n,this.j.editor,null,XPathResult.ANY_TYPE,null).iterateNext();if(t)return this.j.s.select(t),!1}catch(t){}return this.j.s.select(t),!1},this.tpl=(t,i,n,o)=>{let r=this.j.c.fromHTML(`<span class="jodit-xpath__item"><a role="button" data-path="${i}" title="${o}" tabindex="-1"'>${(0,a.trim)(n)}</a></span>`),s=r.firstChild;return this.j.e.on(s,"click",this.onSelectPath.bind(this,t)).on(s,"contextmenu",this.onContext.bind(this,t)),r},this.removeSelectAll=()=>{this.selectAllButton&&(this.selectAllButton.destruct(),delete this.selectAllButton)},this.appendSelectAll=()=>{this.removeSelectAll(),this.selectAllButton=(0,u.makeButton)(this.j,{name:"selectall",...this.j.o.controls.selectall}),this.selectAllButton.state.size="tiny",this.container&&this.container.insertBefore(this.selectAllButton.container,this.container.firstChild)},this.calcPathImd=()=>{if(this.isDestructed)return;let t=this.j.s.current();if(this.container&&(this.container.innerHTML=o.INVISIBLE_SPACE),t){let i,n,o;r.Dom.up(t,t=>{t&&this.j.editor!==t&&!r.Dom.isText(t)&&!r.Dom.isComment(t)&&(i=t.nodeName.toLowerCase(),n=(0,a.getXPathByElement)(t,this.j.editor).replace(/^\//,""),o=this.tpl(t,n,i,this.j.i18n("Select %s",i)),this.container&&this.container.insertBefore(o,this.container.firstChild))},this.j.editor)}this.appendSelectAll()},this.calcPath=this.j.async.debounce(this.calcPathImd,2*this.j.defaultTimeout,!0)}}s.pluginSystem.add("xpath",d)},83709:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M1744 1408q33 0 42 18.5t-11 44.5l-126 162q-20 26-49 26t-49-26l-126-162q-20-26-11-44.5t42-18.5h80v-1024h-80q-33 0-42-18.5t11-44.5l126-162q20-26 49-26t49 26l126 162q20 26 11 44.5t-42 18.5h-80v1024h80zm-1663-1279l54 27q12 5 211 5 44 0 132-2t132-2q36 0 107.5.5t107.5.5h293q6 0 21 .5t20.5 0 16-3 17.5-9 15-17.5l42-1q4 0 14 .5t14 .5q2 112 2 336 0 80-5 109-39 14-68 18-25-44-54-128-3-9-11-48t-14.5-73.5-7.5-35.5q-6-8-12-12.5t-15.5-6-13-2.5-18-.5-16.5.5q-17 0-66.5-.5t-74.5-.5-64 2-71 6q-9 81-8 136 0 94 2 388t2 455q0 16-2.5 71.5t0 91.5 12.5 69q40 21 124 42.5t120 37.5q5 40 5 50 0 14-3 29l-34 1q-76 2-218-8t-207-10q-50 0-151 9t-152 9q-3-51-3-52v-9q17-27 61.5-43t98.5-29 78-27q19-42 19-383 0-101-3-303t-3-303v-117q0-2 .5-15.5t.5-25-1-25.5-3-24-5-14q-11-12-162-12-33 0-93 12t-80 26q-19 13-34 72.5t-31.5 111-42.5 53.5q-42-26-56-44v-383z"/> </svg> '},83725:function(t,i,n){"use strict";n.d(i,{Autocomplete:function(){return u}});var o=n(82749),r=n(31635),s=n(31356),a=n(35934),l=n(65478),c=n(62405);class u extends c.UIGroup{className(){return"Autocomplete"}onChangeSelection(){var t,i;this.elements.forEach(t=>t.setMod("active",!1)),null==(t=this.elements[this.currentSelection])||t.setMod("active",!0),null==(i=this.elements[this.currentSelection])||i.container.scrollIntoView(!1)}build(t){var i;let n=null==(i=this.elements[this.currentSelection])?void 0:i.item.value,o=t=>t.value,r=s.ListReconciler.reconcile(this.__previousList,t,{getId:o}),l=new Set;r.toRemove.forEach(t=>{let i=o(t);if(l.has(i))return;l.add(i);let n=this.itemsMap.get(i);n&&(-1!==this.elements.indexOf(n)&&(this.remove(n),n.destruct()),this.itemsMap.delete(t.value))}),r.toCreate.forEach(i=>{let n=o(i);if(l.has(n))return;l.add(n);let r=new a.AutocompleteItem(this.jodit,i,i=>{this.currentSelection=t.findIndex(t=>o(t)===i),this.select()});this.itemsMap.set(n,r);let s=t.indexOf(i);this.append(r,s)}),r.toUpdate.forEach(({newItem:t,index:i})=>{let n=o(t);if(l.has(n))return;l.add(n);let r=this.itemsMap.get(n);r&&(r.item=t,this.elements.indexOf(r)!==i&&i<this.elements.length&&(this.remove(r),this.append(r,i)))});let c=this.currentSelection;this.currentSelection=Math.max(0,t.findIndex(t=>o(t)===n)),c===this.currentSelection&&this.onChangeSelection(),this.__previousList=[...t]}selectNext(){this.currentSelection+1<=this.elements.length-1?this.currentSelection+=1:this.currentSelection=0}selectPrevious(){this.currentSelection-1>=0?this.currentSelection-=1:this.currentSelection=this.elements.length-1}select(){this.j.e.fire("select.autocomplete",this.elements[this.currentSelection].item)}constructor(...t){super(...t),(0,o._)(this,"elements",[]),(0,o._)(this,"currentSelection",-1),(0,o._)(this,"__previousList",[]),(0,o._)(this,"itemsMap",new Map)}}(0,r.__decorate)([(0,l.watch)("currentSelection")],u.prototype,"onChangeSelection",null),u=(0,r.__decorate)([l.component],u)},83967:function(t,i,n){"use strict";var o=n(75689),r=n.n(o),s=n(6441),a=n(53326);s.Config.prototype.controls.pasteCode={icon:r(),tooltip:"Paste code",command:"pasteCode"},s.Config.prototype.pasteCode={globalHighlightLib:!1,canonicalLanguageCode(t){switch(t){case"ts":return"typescript";case"js":return"javascript";case"markup":return"html"}return t},highlightLib:{beforeLibLoad(){window.Prism=window.Prism||{},window.Prism.manual=!0},highlight(t,i){return"u">typeof Prism?Prism.highlight(t,Prism.languages[i]||Prism.languages.plain,i):(0,a.htmlspecialchars)(t)},isLangLoaded(t){return"html"===t||"u">typeof Prism&&!!Prism.languages[t]},js:["https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/prism.min.js","https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/plugins/autoloader/prism-autoloader.min.js"],langUrl:t=>`https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/components/prism-${t}.min.js`,css:["https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/themes/prism.min.css"]},defaultLanguage:"html",insertTemplate:(t,i,n)=>`<pre class="language-${i}">${(0,a.htmlspecialchars)(n)}</pre>`,languages:[{value:"plaintext",text:"Plain"},{value:"html",text:"HTML/XML"},{value:"bash",text:"Bash"},{value:"php",text:"PHP"},{value:"javascript",text:"JavaScript"},{value:"typescript",text:"TypeScript"},{value:"jsx",text:"JSX"},{value:"java",text:"Java"},{value:"css",text:"CSS"},{value:"php",text:"PHP"},{value:"ruby",text:"Ruby"},{value:"python",text:"Python"},{value:"java",text:"Java"},{value:"c",text:"C"},{value:"csharp",text:"C#"},{value:"cpp",text:"C++"},{value:"sql",text:"SQL"},{value:"docker",text:"Docker"},{value:"http",text:"HTTP"},{value:"ini",text:"INI"},{value:"yaml",text:"YAML"},{value:"json",text:"JSON"},{value:"json5",text:"JSON5"},{value:"makefile",text:"Makefile"},{value:"swift",text:"Swift"}],dialog:{width:700,height:600}}},83987:function(t,i,n){"use strict";n.d(i,{buildData:function(){return r}});var o=n(21537);function r(t,i){if((0,o.isFunction)(t.o.buildData))return t.o.buildData.call(t,i);let n=t.ow.FormData;if(void 0!==n){if(i instanceof n||(0,o.isString)(i))return i;let t=new n;return Object.keys(i).forEach(n=>{t.append(n,i[n])}),t}return i}},84021:function(t,i,n){"use strict";n.d(i,{removeExtraTags:function(){return r}});let o=new Set(["o:p","xml","script","meta","link","v:imagedata","style"]);function r(t){return"none"===t.style.get("display")||0===t.length&&"span"===t.name||o.has(t.name)?(t.remove(),null):t}},84075:function(t,i,n){"use strict";n.d(i,{ViewWithToolbar:function(){return g}});var o=n(78213),r=n(45219),s=n(37133),a=n(2748),l=n(76855),c=n(70799),u=n(76078),d=n(67510),h=n(43649),p=n(35608),f=n(21491),m=function(t,i,n,o){var r,s=arguments.length,a=s<3?i:null===o?o=Object.getOwnPropertyDescriptor(i,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,o);else for(var l=t.length-1;l>=0;l--)(r=t[l])&&(a=(s<3?r(a):s>3?r(i,n,a):r(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a};class g extends p.View{get toolbarContainer(){return!this.o.fullsize&&((0,c.isString)(this.o.toolbar)||a.Dom.isHTMLElement(this.o.toolbar))?(0,u.resolveElement)(this.o.toolbar,this.o.shadowRoot||this.od):(this.o.toolbar&&a.Dom.appendChildFirst(this.container,this.__defaultToolbarContainer),this.__defaultToolbarContainer)}setPanel(t){this.o.toolbar=t,this.buildToolbar()}buildToolbar(){var t;if(!this.o.toolbar)return;let i=this.o.buttons?(0,l.splitArray)(this.o.buttons):[];null==(t=this.toolbar)||t.setRemoveButtons(this.o.removeButtons).build(i.concat(this.o.extraButtons||[])).appendTo(this.toolbarContainer)}getRegisteredButtonGroups(){return this.groupToButtons}registerButton(t){var i;this.registeredButtons.add(t);let n=null!=(i=t.group)?i:"other";return this.groupToButtons[n]||(this.groupToButtons[n]=[]),null!=t.position?this.groupToButtons[n][t.position]=t.name:this.groupToButtons[n].push(t.name),this}unregisterButton(t){var i;this.registeredButtons.delete(t);let n=null!=(i=t.group)?i:"other",o=this.groupToButtons[n];if(o){let i=o.indexOf(t.name);-1!==i&&o.splice(i,1),0===o.length&&delete this.groupToButtons[n]}return this}beforeToolbarBuild(t){if(Object.keys(this.groupToButtons).length)return t.map(t=>(0,h.isButtonGroup)(t)&&t.group&&this.groupToButtons[t.group]?{group:t.group,buttons:[...t.buttons,...this.groupToButtons[t.group]]}:t)}destruct(){this.isDestructed||(this.setStatus(o.STATUSES.beforeDestruct),this.e.off("beforeToolbarBuild",this.beforeToolbarBuild),this.__tooltip.destruct(),this.toolbar.destruct(),this.toolbar=void 0,super.destruct())}constructor(t,i=!1){super(t,i),this.toolbar=(0,f.makeCollection)(this),this.__defaultToolbarContainer=this.c.div("jodit-toolbar__box"),this.registeredButtons=new Set,this.groupToButtons={},this.isJodit=!1,this.__tooltip=new d.UITooltip(this),this.isJodit=i,this.e.on("beforeToolbarBuild",this.beforeToolbarBuild)}}m([(0,s.watch)(":rebuildToolbar")],g.prototype,"buildToolbar",null),m([r.autobind],g.prototype,"beforeToolbarBuild",null)},84272:function(t,i,n){"use strict";n.d(i,{isInlineBlock:function(){return a},removeFormatForCollapsedSelection:function(){return s}});var o=n(82758),r=n(2748);function s(t,i){let{s:n}=t,o=i;if(!o){o=t.createInside.fake();let{range:i}=n;r.Dom.safeInsertNode(i,o),i.collapse()}let s=r.Dom.furthest(o,a,t.editor);if(s)if(n.cursorOnTheLeft(s))r.Dom.before(s,o);else if(n.cursorOnTheRight(s))r.Dom.after(s,o);else{let t=n.splitSelection(s);t&&r.Dom.after(t,o)}i||(n.setCursorBefore(o),r.Dom.safeRemove(o))}function a(t){return r.Dom.isInlineBlock(t)&&!r.Dom.isTag(t,o.INSEPARABLE_TAGS)}},84380:function(t,i,n){"use strict";var o=n(82758),r=n(6441),s=n(117);r.Config.prototype.askBeforePasteHTML=!0,r.Config.prototype.processPasteHTML=!0,r.Config.prototype.scrollToPastedContent=!0,r.Config.prototype.pasteExcludeStripTags=["br","hr"],r.Config.prototype.pasteHTMLActionList=[{value:o.INSERT_AS_HTML,text:"Keep"},{value:o.INSERT_AS_TEXT,text:"Insert as Text"},{value:o.INSERT_ONLY_TEXT,text:"Insert only Text"}],r.Config.prototype.memorizeChoiceWhenPasteFragment=!1,r.Config.prototype.nl2brInPlainText=!0;let a="pasteStorage";r.Config.prototype.controls.paste={tooltip:"Paste from clipboard",async exec(t,i,{control:n}){if(n.name===a)return void t.execCommand("showPasteStorage");t.s.focus();let r="",l=!0;if(navigator.clipboard){try{let t=await navigator.clipboard.read();if(t&&t.length){let i=await t[0].getType(o.TEXT_PLAIN);r=await new Response(i).text()}l=!1}catch(t){o.IS_PROD}if(l)try{r=await navigator.clipboard.readText(),l=!1}catch(t){o.IS_PROD}}l&&(l=0===(r=t.buffer.get(o.CLIPBOARD_ID)||"").length);let c=t.value;l?(t.ed.execCommand("paste"),(l=c===t.value)||t.e.fire("afterPaste")):r.length?((0,s.pasteInsertHtml)(null,t,r),t.e.fire("afterPaste")):l&&t.alert("Your browser doesn't support direct access to the clipboard.",()=>void t.s.focus())},list:{[a]:"Paste Storage"},isChildDisabled(t){return 2>t.e.fire("pasteStorageList")}}},84767:function(t,i,n){"use strict";function o(t){return"number"==typeof t&&!isNaN(t)&&isFinite(t)}n.d(i,{isNumber:function(){return o}})},84858:function(t,i){"use strict";i.default='<svg viewBox="0 0 13 13" xmlns="http://www.w3.org/2000/svg"> <path d="M5.9814 11.8049C5.59087 11.4144 5.59087 10.7812 5.9814 10.3907L10.224 6.14806C10.6146 5.75754 11.2477 5.75754 11.6383 6.14806C12.0288 6.53859 12.0288 7.17175 11.6383 7.56228L7.39561 11.8049C7.00509 12.1954 6.37192 12.1954 5.9814 11.8049Z"/> <path d="M0.707107 12.0208C0.316582 11.6303 0.316582 10.9971 0.707107 10.6066L10.6066 0.707121C10.9971 0.316597 11.6303 0.316596 12.0208 0.707121C12.4113 1.09764 12.4113 1.73081 12.0208 2.12133L2.12132 12.0208C1.7308 12.4114 1.09763 12.4114 0.707107 12.0208Z"/> </svg> '},85017:function(t,i){"use strict";i.default={"Type something":"Ecrivez ici","About Jodit":"A propos de Jodit","Jodit Editor":"Editeur Jodit","Jodit User's Guide":"Guide de l'utilisateur","contains detailed help for using":"Aide d\xe9taill\xe9e \xe0 l'utilisation","For information about the license, please go to our website:":"Consulter la licence sur notre site web:","Buy full version":"Acheter la version compl\xe8te","Copyright \xa9 XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Copyright \xa9 XDSoft.net - Chupurnov Valeriy. Tous droits r\xe9serv\xe9s.",Anchor:"Ancre","Open in new tab":"Ouvrir dans un nouvel onglet","Open in fullsize":"Ouvrir l'\xe9diteur en pleine page","Clear Formatting":"Supprimer le formattage","Fill color or set the text color":"Modifier la couleur du fond ou du texte",Redo:"Refaire",Undo:"D\xe9faire",Bold:"Gras",Italic:"Italique","Insert Unordered List":"Liste non ordonn\xe9e","Insert Ordered List":"Liste ordonn\xe9e","Align Center":"Centrer","Align Justify":"Justifier","Align Left":"Aligner \xe0 gauche ","Align Right":"Aligner \xe0 droite","Insert Horizontal Line":"Ins\xe9rer une ligne horizontale","Insert Image":"Ins\xe9rer une image","Insert file":"Ins\xe9rer un fichier","Insert youtube/vimeo video":"Ins\xe9rer une vid\xe9o","Insert link":"Ins\xe9rer un lien","Font size":"Taille des caract\xe8res","Font family":"Famille des caract\xe8res","Insert format block":"Bloc formatt\xe9",Normal:"Normal","Heading 1":"Titre 1","Heading 2":"Titre 2","Heading 3":"Titre 3","Heading 4":"Titre 4",Quote:"Citation",Code:"Code",Insert:"Ins\xe9rer","Insert table":"Ins\xe9rer un tableau","Decrease Indent":"Diminuer le retrait","Increase Indent":"Retrait plus","Select Special Character":"S\xe9lectionnez un caract\xe8re sp\xe9cial","Insert Special Character":"Ins\xe9rer un caract\xe8re sp\xe9cial","Paint format":"Cloner le format","Change mode":"Mode wysiwyg <-> code html",Margins:"Marges",top:"haut",right:"droite",bottom:"Bas",left:"gauche",Styles:"Styles",Classes:"Classes",Align:"Alignement",Right:"Droite",Center:"Centre",Left:"Gauche","--Not Set--":"--Non disponible--",Src:"Source",Title:"Titre",Alternative:"Alternative",Filter:"Filtre",Link:"Lien","Open link in new tab":"Ouvrir le lien dans un nouvel onglet",Image:"Image",file:"fichier",Advanced:"Avanc\xe9","Image properties":"Propri\xe9t\xe9s de l'image",Cancel:"Annuler",Ok:"OK","Your code is similar to HTML. Keep as HTML?":"Votre texte que vous essayez de coller est similaire au HTML. Collez-le en HTML?","Paste as HTML":"Coller en HTML?",Keep:"Sauvegarder l'original",Clean:"Nettoyer","Insert as Text":"Coller en tant que texte","Word Paste Detected":"C'est peut-\xeatre un fragment de Word ou Excel","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"Le contenu que vous ins\xe9rez provient d'un document Microsoft Word / Excel. Voulez-vous enregistrer le format ou l'effacer?","Insert only Text":"Coller le texte seulement","File Browser":"Explorateur de fichiers","Error on load list":"Erreur de liste de chargement","Error on load folders":"Erreur de dossier de chargement","Are you sure?":"Etes-vous s\xfbrs ?","Enter Directory name":"Entrer le nom de dossier","Create directory":"Cr\xe9er un dossier","type name":"type de fichier","Drop image":"Coller une image","Drop file":"D\xe9poser un fichier","or click":"ou cliquer","Alternative text":"Texte de remplacemement",Browse:"Chercher",Upload:"Charger",Background:"Arri\xe8re-plan",Border:"Bordure",Text:"Texte",Top:"Haut",Middle:"Milieu",Bottom:"Bas","Insert column before":"Ins\xe9rer une colonne avant","Insert column after":"Ins\xe9rer une colonne apr\xe8s","Insert row above":"Ins\xe9rer une ligne au dessus","Insert row below":"Ins\xe9rer une ligne en dessous","Delete table":"Supprimer le tableau","Delete row":"Supprimer la ligne","Delete column":"Supprimer la colonne","Empty cell":"Vider la cellule","Chars: %d":"Symboles: %d","Words: %d":"Mots: %d",Split:"Split","Split vertical":"Split vertical","Split horizontal":"Split horizontal","Strike through":"Barrer",Underline:"Souligner",superscript:"exposant",subscript:"indice","Cut selection":"Couper la s\xe9lection","Select all":"Tout s\xe9lectionner",Break:"Pause","Search for":"Rechercher","Replace with":"Remplacer par",Replace:"Remplacer",Paste:"Coller","Choose Content to Paste":"Choisissez le contenu \xe0 coller",source:"la source",bold:"gras",italic:"italique",brush:"pinceau",link:"lien",undo:"annuler",redo:"refaire",table:"tableau",image:"image",eraser:"gomme",paragraph:"clause",fontsize:"taille de police",video:"Video",font:"police",about:"\xe0 propos de l'\xe9diteur",print:"impression",underline:"soulign\xe9",strikethrough:"barr\xe9",indent:"indentation",outdent:"retrait",fullsize:"taille r\xe9elle",shrink:"taille conventionnelle",hr:"la ligne",ul:"Liste",ol:"Liste num\xe9rot\xe9e",cut:"Couper",selectall:"S\xe9lectionner tout","Open link":"Ouvrir le lien","Edit link":"Modifier le lien","No follow":"Attribut Nofollow",Unlink:"Supprimer le lien",Eye:"Voir",pencil:"Pour \xe9diter"," URL":"URL",Reset:"Restaurer",Save:"Sauvegarder","Save as ...":"Enregistrer sous",Resize:"Changer la taille",Crop:"Taille de garniture",Width:"Largeur",Height:"Hauteur","Keep Aspect Ratio":"Garder les proportions",Yes:"Oui",No:"Non",Remove:"Supprimer",Select:"Mettre en \xe9vidence","Select %s":"Mettre en \xe9vidence: %s",Update:"Mettre \xe0 jour","Vertical align":"Alignement vertical",Merge:"aller","Add column":"Ajouter une colonne","Add row":"Ajouter une rang\xe9e",Delete:"Effacer","Horizontal align":"Alignement horizontal","Sort by changed":"Trier par modification","Sort by name":"Trier par nom","Sort by size":"Trier par taille","Add folder":"Cr\xe9er le dossier","You can only edit your own images. Download this image on the host?":"Vous ne pouvez \xe9diter que vos propres images. T\xe9l\xe9chargez cette image sur l'h\xf4te?","The image has been successfully uploaded to the host!":"L'image a \xe9t\xe9 t\xe9l\xe9charg\xe9e avec succ\xe8s sur le serveur!",palette:"Palette","There are no files":"Il n'y a aucun fichier dans ce r\xe9pertoire.",Rename:"renommer","Enter new name":"Entrez un nouveau nom",preview:"Aper\xe7u",download:"T\xe9l\xe9charger","Paste from clipboard":"Coller \xe0 partir du presse-papiers","Your browser doesn't support direct access to the clipboard.":"Votre navigateur ne prend pas en charge l'acc\xe8s direct au presse-papiers.","Copy selection":"Copier la s\xe9lection",copy:"copie","Border radius":"Rayon des bordures","Show all":"Afficher tous",Apply:"Appliquer","Please fill out this field":"Veuillez remplir ce champ","Please enter a web address":"Veuillez entrer une adresse web",Default:"Par d\xe9faut",Circle:"Cercle",Dot:"Point",Quadrate:"Quadratique",Find:"Trouver","Find Previous":"Pr\xe9c\xe9dent","Find Next":"Suivant","Insert className":"Ins\xe9rer un nom de classe","Press Alt for custom resizing":"Appuyez sur Alt pour un redimensionnement personnalis\xe9","Embed code":"Code d'int\xe9gration",Edit:"Modifier",All:"Tout s\xe9lectionner","License: %s":"Licence: %s"}},85120:function(t,i,n){"use strict";n.d(i,{UITextArea:function(){return c}});var o,r=n(65478),s=n(87325),a=n(80256),l=function(t,i,n,o){var r,s=arguments.length,a=s<3?i:null===o?o=Object.getOwnPropertyDescriptor(i,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,o);else for(var l=t.length-1;l>=0;l--)(r=t[l])&&(a=(s<3?r(a):s>3?r(i,n,a):r(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a};let c=o=class t extends a.UIInput{className(){return"UITextArea"}createNativeInput(t){return this.j.create.element("textarea")}onChangeStateSize(){let{size:t,resizable:i}=this.state;this.nativeInput.style.resize=i?"auto":"none",this.nativeInput.rows=null!=t?t:5}constructor(t,i){super(t,i),this.state={...o.defaultState},Object.assign(this.state,i),!1===this.state.resizable&&(this.nativeInput.style.resize="none")}};c.defaultState={...a.UIInput.defaultState,size:5,resizable:!0},l([(0,r.watch)(["state.size","state.resizable"])],c.prototype,"onChangeStateSize",null),c=o=l([s.component],c)},85130:function(t,i,n){"use strict";n.d(i,{execute:function(){return r}});var o=n(6689);async function r(t,i,n){let{contextCharsBefore:r,contextCharsAfter:s}=i;if((0,o.throwIfAborted)(n),t.s.restore(),t.s.isCollapsed())return{hasSelection:!1};let a=t.s.html,l=t.s.range,c=l.toString(),u={hasSelection:!0,html:a,text:c,startContainer:l.startContainer.nodeName,endContainer:l.endContainer.nodeName};if(r>0||s>0){let i=t.editor.textContent||"",n=i.substring(0,i.indexOf(c)),o=i.substring(i.indexOf(c)+c.length);r>0&&(u.contextBefore=n.slice(-r)),s>0&&(u.contextAfter=o.slice(0,s))}return u}},85174:function(t,i,n){"use strict";var o=n(82749),r=n(31635);n(3536);var s=n(4941),a=n(65478),l=n(49055),c=n(20356),u=n(2692);class d extends c.Plugin{async afterInit(t){let i=await t.o.emoji.data();t.isInDestruct||(this.data={...i,emoji:i.emoji.map(s.Emoji.normalizeEmoji)},t.o.emoji.enableAutoComplete&&t.e.fire("registerAutocompleteSource",this.onAutoComplete),t.async.requestIdleCallback(()=>{t.getInstance(s.Emoji)}))}onAutoComplete(t){return t.length>2&&":"===t[0]&&(t=t.substr(1).toLowerCase(),(0,l.trim)(t).length)?this.data.emoji.filter(i=>{var n;return(null==(n=i.description)?void 0:n.indexOf(t))===0}).sort((i,n)=>i.description.indexOf(t)-n.description.indexOf(t)).map(t=>({title:`${t.emoji} ${t.description}`,value:t.emoji})):[]}beforeDestruct(t){}constructor(...t){super(...t),(0,o._)(this,"hasStyle",!u.JoditPro.fatMode),(0,o._)(this,"buttons",[{name:"emoji",group:"insert"}]),(0,o._)(this,"data",void 0)}}(0,o._)(d,"requires",["autocomplete","license"]),(0,r.__decorate)([a.autobind],d.prototype,"onAutoComplete",null),u.JoditPro.plugins.add("emoji",d)},85407:function(t,i,n){"use strict";var o=n(82758),r=n(2748),s=n(580),a=n(21537),l=n(20356),c=n(10830);class u extends l.Plugin{createDialog(){this.dialog=this.j.dlg();let t=(0,c.Button)(this.j,"paste","Paste","primary");t.onAction(this.paste);let i=(0,c.Button)(this.j,"","Cancel");i.onAction(this.dialog.close),this.container=this.j.c.div(),this.container.classList.add("jodit-paste-storage"),this.listBox=this.j.c.div(),this.previewBox=this.j.c.div(),this.container.appendChild(this.listBox),this.container.appendChild(this.previewBox),this.dialog.setHeader(this.j.i18n("Choose Content to Paste")),this.dialog.setContent(this.container),this.dialog.setFooter([t,i]),this.j.e.on(this.listBox,"click dblclick",t=>{let i=t.target;return r.Dom.isTag(i,"a")&&i.hasAttribute("data-index")&&this.selectIndex(parseInt((0,a.attr)(i,"-index")||"0",10)),"dblclick"===t.type&&this.paste(),!1})}afterInit(){this.j.e.off("afterCopy.paste-storage").on("pasteStorageList.paste-storage",()=>this.list.length).on("afterCopy.paste-storage",t=>{-1!==this.list.indexOf(t)&&this.list.splice(this.list.indexOf(t),1),this.list.unshift(t),this.list.length>5&&(this.list.length=5)}),this.j.registerCommand("showPasteStorage",{exec:this.showDialog,hotkeys:["ctrl+shift+v","cmd+shift+v"]})}beforeDestruct(){this.dialog&&this.dialog.destruct(),this.j.e.off(".paste-storage"),r.Dom.safeRemove(this.previewBox),r.Dom.safeRemove(this.listBox),r.Dom.safeRemove(this.container),this.container=null,this.listBox=null,this.previewBox=null,this.dialog=null,this.list=[]}constructor(){super(...arguments),this.currentIndex=0,this.list=[],this.container=null,this.listBox=null,this.previewBox=null,this.dialog=null,this.paste=()=>{if(this.j.s.focus(),this.j.s.insertHTML(this.list[this.currentIndex]),0!==this.currentIndex){let t=this.list[0];this.list[0]=this.list[this.currentIndex],this.list[this.currentIndex]=t}this.dialog&&this.dialog.close(),this.j.synchronizeValues(),this.j.e.fire("afterPaste")},this.onKeyDown=t=>{let i=this.currentIndex;if(-1!==[o.KEY_UP,o.KEY_DOWN,o.KEY_ENTER].indexOf(t.key)){if(t.key===o.KEY_UP&&(0===i?i=this.list.length-1:i-=1),t.key===o.KEY_DOWN&&(i===this.list.length-1?i=0:i+=1),t.key===o.KEY_ENTER)return void this.paste();i!==this.currentIndex&&this.selectIndex(i),t.stopImmediatePropagation(),t.preventDefault()}},this.selectIndex=t=>{this.listBox&&(0,a.toArray)(this.listBox.childNodes).forEach((i,n)=>{i.classList.remove("jodit_active"),t===n&&this.previewBox&&(i.classList.add("jodit_active"),this.previewBox.innerHTML=this.list[t],i.focus())}),this.currentIndex=t},this.showDialog=()=>{this.list.length<2||(this.dialog||this.createDialog(),this.listBox&&(this.listBox.innerHTML=""),this.previewBox&&(this.previewBox.innerHTML=""),this.list.forEach((t,i)=>{let n=this.j.c.element("a");n.textContent=i+1+". "+t.replace((0,o.SPACE_REG_EXP)(),""),this.j.e.on(n,"keydown",this.onKeyDown),(0,a.attr)(n,"href","#"),(0,a.attr)(n,"data-index",i.toString()),(0,a.attr)(n,"tab-index","-1"),this.listBox&&this.listBox.appendChild(n)}),this.dialog&&this.dialog.open(),this.j.async.setTimeout(()=>{this.selectIndex(0)},100))}}}s.pluginSystem.add("pasteStorage",u)},85567:function(t,i,n){"use strict";n.d(i,{PII:function(){return o},WARN:function(){return r}});let o=440,r=940},85723:function(t,i,n){"use strict";n.r(i),i.default={"Line height":"Hauteur de ligne"}},85745:function(t,i,n){"use strict";n(6441).Config.prototype.imageProcessor={replaceDataURIToBlobIdInView:!0}},86012:function(t,i,n){"use strict";n(6441).Config.prototype.showXPathInStatusbar=!0},86019:function(t,i,n){"use strict";n.d(i,{Jodit:function(){return o.Jodit}});var o=n(2303),r=n(27613),s=n(82758),a=n(65478),l=n(41409),c=n(17555),u=n(26152);n(46448),Object.keys(s).forEach(t=>{o.Jodit[t]=s[t]});let d=t=>"__esModule"!==t;Object.keys(c).filter(d).forEach(t=>{l.Icon.set(t.replace("_","-"),c[t])}),Object.keys(l).filter(d).forEach(t=>{var i;let n=l[t],s=(0,r.isFunction)(null==(i=n.prototype)?void 0:i.className)?n.prototype.className():t;(0,r.isString)(s)&&(o.Jodit.modules[s]=n)}),Object.keys(a).filter(d).forEach(t=>{o.Jodit.decorators[t]=a[t]}),["Confirm","Alert","Prompt"].forEach(t=>{o.Jodit[t]=l[t]}),Object.keys(u.default).filter(d).forEach(t=>{o.Jodit.lang[t]=u.default[t]})},86068:function(t,i,n){"use strict";function o(t){return null==t}n.d(i,{isVoid:function(){return o}})},86273:function(t,i){"use strict";i.default={"Type something":"Escriba algo...",Advanced:"Avanzado","About Jodit":"Acerca de Jodit","Jodit Editor":"Jodit Editor","Jodit User's Guide":"Gu\xeda de usuario Jodit","contains detailed help for using":"contiene ayuda detallada para el uso.","For information about the license, please go to our website:":"Para informaci\xf3n sobre la licencia, por favor visite nuestro sitio:","Buy full version":"Compre la versi\xf3n completa","Copyright \xa9 XDSoft.net - Chupurnov Valeriy. All rights reserved.":"Copyright \xa9 XDSoft.net - Chupurnov Valeriy. Todos los derechos reservados.",Anchor:"Anclar","Open in new tab":"Abrir en nueva pesta\xf1a","Open in fullsize":"Abrir editor en pantalla completa","Clear Formatting":"Limpiar formato","Fill color or set the text color":"Color de relleno o de letra",Redo:"Rehacer",Undo:"Deshacer",Bold:"Negrita",Italic:"Cursiva","Insert Unordered List":"Insertar lista no ordenada","Insert Ordered List":"Insertar lista ordenada","Align Center":"Alinear Centrado","Align Justify":"Alinear Justificado","Align Left":"Alinear Izquierda","Align Right":"Alinear Derecha","Insert Horizontal Line":"Insertar l\xednea horizontal","Insert Image":"Insertar imagen","Insert file":"Insertar archivo","Insert youtube/vimeo video":"Insertar video de Youtube/vimeo","Insert link":"Insertar v\xednculo","Font size":"Tama\xf1o de letra","Font family":"Familia de letra","Insert format block":"Insertar bloque",Normal:"Normal","Heading 1":"Encabezado 1","Heading 2":"Encabezado 2","Heading 3":"Encabezado 3","Heading 4":"Encabezado 4",Quote:"Cita",Code:"C\xf3digo",Insert:"Insertar","Insert table":"Insertar tabla","Decrease Indent":"Disminuir sangr\xeda","Increase Indent":"Aumentar sangr\xeda","Select Special Character":"Seleccionar caracter especial","Insert Special Character":"Insertar caracter especial","Paint format":"Copiar formato","Change mode":"Cambiar modo",Margins:"M\xe1rgenes",top:"arriba",right:"derecha",bottom:"abajo",left:"izquierda",Styles:"Estilos CSS",Classes:"Clases CSS",Align:"Alinear",Right:"Derecha",Center:"Centrado",Left:"Izquierda","--Not Set--":"--No Establecido--",Src:"Fuente",Title:"T\xedtulo",Alternative:"Texto Alternativo",Filter:"Filtrar",Link:"V\xednculo","Open link in new tab":"Abrir v\xednculo en nueva pesta\xf1a",Image:"Imagen",file:"Archivo","Image properties":"Propiedades de imagen",Cancel:"Cancelar",Ok:"Aceptar","Your code is similar to HTML. Keep as HTML?":"El c\xf3digo es similar a HTML. \xbfMantener como HTML?","Paste as HTML":"Pegar como HTML?",Keep:"Mantener",Clean:"Limpiar","Insert as Text":"Insertar como texto","Word Paste Detected":"Pegado desde Word detectado","The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?":"El contenido pegado proviene de un documento de Microsoft Word/Excel. \xbfDesea mantener el formato o limpiarlo?","Insert only Text":"Insertar solo texto","File Browser":"Buscar archivo","Error on load list":"Error al cargar la lista","Error on load folders":"Error al cargar las carpetas","Are you sure?":"\xbfEst\xe1 seguro?","Enter Directory name":"Entre nombre de carpeta","Create directory":"Crear carpeta","type name":"Entre el nombre","Drop image":"Soltar imagen","Drop file":"Soltar archivo","or click":"o click","Alternative text":"Texto alternativo",Browse:"Buscar",Upload:"Subir",Background:"Fondo",Text:"Texto",Top:"Arriba",Middle:"Centro",Bottom:"Abajo","Insert column before":"Insertar columna antes","Insert column after":"Interar columna despu\xe9s","Insert row above":"Insertar fila arriba","Insert row below":"Insertar fila debajo","Delete table":"Borrar tabla","Delete row":"Borrar fila","Delete column":"Borrar columna","Empty cell":"Vaciar celda",Delete:"Borrar","Strike through":"Tachado",Underline:"Subrayado",Break:"Pausa","Search for":"Buscar","Replace with":"Reemplazar con",Replace:"Reemplazar",Edit:"Editar","Vertical align":"Alineaci\xf3n vertical","Horizontal align":"Alineaci\xf3n horizontal","Sort by changed":"Ordenar por fecha modificaci\xf3n","Sort by name":"Ordenar por nombre","Sort by size":"Ordenar por tama\xf1o","Add folder":"Agregar carpeta",Split:"Dividir","Split vertical":"Dividir vertical","Split horizontal":"Dividir horizontal",Merge:"Mezclar","Add column":"Agregar columna","Add row":"Agregar fila",Border:"Borde","Embed code":"Incluir c\xf3digo",Update:"Actualizar",superscript:"super\xedndice",subscript:"sub\xedndice","Cut selection":"Cortar selecci\xf3n",Paste:"Pegar","Choose Content to Paste":"Seleccionar contenido para pegar","Chars: %d":"Caracteres: %d","Words: %d":"Palabras: %d",All:"Todo","Select %s":"Seleccionar: %s","Select all":"Seleccionar todo",source:"HTML",bold:"negrita",italic:"cursiva",brush:"Brocha",link:"V\xednculo",undo:"deshacer",redo:"rehacer",table:"Tabla",image:"Imagen",eraser:"Borrar",paragraph:"P\xe1rrafo",fontsize:"Tama\xf1o de letra",video:"Video",font:"Letra",about:"Acerca de",print:"Imprimir",underline:"subrayar",strikethrough:"tachar",indent:"sangr\xeda",outdent:"quitar sangr\xeda",fullsize:"Tama\xf1o completo",shrink:"encoger",hr:"l\xednea horizontal",ul:"lista sin ordenar",ol:"lista ordenada",cut:"Cortar",selectall:"Seleccionar todo","Open link":"Abrir v\xednculo","Edit link":"Editar v\xednculo","No follow":"No seguir",Unlink:"Desvincular",Eye:"Ver",pencil:"Para editar"," URL":"URL",Reset:"Resetear",Save:"Guardar","Save as ...":"Guardar como...",Resize:"Redimensionar",Crop:"Recortar",Width:"Ancho",Height:"Alto","Keep Aspect Ratio":"Mantener relaci\xf3n de aspecto",Yes:"Si",No:"No",Remove:"Quitar",Select:"Seleccionar","You can only edit your own images. Download this image on the host?":"Solo puedes editar tus propias im\xe1genes. \xbfDescargar esta imagen en el servidor?","The image has been successfully uploaded to the host!":"\xa1La imagen se ha subido correctamente al servidor!",palette:"paleta","There are no files":"No hay archivos en este directorio.",Rename:"renombrar","Enter new name":"Ingresa un nuevo nombre",preview:"avance",download:"Descargar","Paste from clipboard":"Pegar desde el portapapeles","Your browser doesn't support direct access to the clipboard.":"Su navegador no soporta el acceso directo en el portapapeles.","Copy selection":"Selecci\xf3n de copia",copy:"copia","Border radius":"Radio frontera","Show all":"Mostrar todos los",Apply:"Aplicar","Please fill out this field":"Por favor, rellene este campo","Please enter a web address":"Por favor, introduzca una direcci\xf3n web",Default:"Predeterminado",Circle:"C\xedrculo",Dot:"Punto",Quadrate:"Cuadro","Lower Alpha":"Letra Min\xfascula","Lower Greek":"Griego Min\xfascula","Lower Roman":"Romano Min\xfascula","Upper Alpha":"Letra May\xfascula","Upper Roman":"Romano May\xfascula",Find:"Encontrar","Find Previous":"Buscar Anterior","Find Next":"Buscar Siguiente","Insert className":"Insertar nombre de clase","Press Alt for custom resizing":"Presione Alt para cambiar el tama\xf1o personalizado","License: %s":"Licencia: %s"}},86327:function(t,i,n){"use strict";n.d(i,{UIForm:function(){return u}});var o=n(4012),r=n(87325),s=n(43555),a=n(80256),l=n(12234),c=n(62405);let u=class t extends c.UIGroup{className(){return"UIForm"}submit(){this.j.e.fire(this.container,"submit")}validate(){for(let t of this.allChildren.filter(t=>o.Component.isInstanceOf(t,a.UIInput)))if(!t.validate())return!1;for(let t of this.allChildren.filter(t=>o.Component.isInstanceOf(t,l.UISelect)))if(!t.validate())return!1;return!0}onSubmit(t){return this.j.e.on(this.container,"submit",()=>{let i=this.allChildren.filter(t=>o.Component.isInstanceOf(t,a.UIInput));return!!this.validate()&&(t(i.reduce((t,i)=>(t[i.state.name]=i.value,t),{})),!1)}),this}createContainer(){let t=this.j.c.element("form");return t.classList.add(this.componentName),(0,s.attr)(t,"dir",this.j.o.direction||"auto"),(0,s.attr)(t,"novalidate",""),t}constructor(...t){var i,n;super(...t),(null==(i=this.options)?void 0:i.className)&&this.container.classList.add(null==(n=this.options)?void 0:n.className)}};u=function(t,i,n,o){var r,s=arguments.length,a=s<3?i:null===o?o=Object.getOwnPropertyDescriptor(i,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,n,o);else for(var l=t.length-1;l>=0;l--)(r=t[l])&&(a=(s<3?r(a):s>3?r(i,n,a):r(i,n))||a);return s>3&&a&&Object.defineProperty(i,n,a),a}([r.component],u)},86397:function(t,i,n){"use strict";n.d(i,{ConnectionError:function(){return o}});class o extends Error{constructor(t){super(t),Object.setPrototypeOf(this,o.prototype)}}},86401:function(t){t.exports={"Show Blocks":"Mostrar Blocos"}},86428:function(t){t.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"> \x3c!-- Background rounded rect --\x3e <rect x="1" y="1" width="22" height="22" rx="3"/> \x3c!-- Letter A - outer shape --\x3e <polygon points="8,5 2,19 5,19 6.5,16 11.5,16 13,19 16,19 10,5" fill="white"/> \x3c!-- Letter A - inner triangle (hole) --\x3e <polygon points="9,9 7.5,13 10.5,13" fill="currentColor"/> \x3c!-- Letter I --\x3e <rect x="17" y="5" width="3" height="14" fill="white"/> </svg>'},86449:function(t,i,n){"use strict";n.d(i,{APIClient:function(){return a}});var o=n(82749),r=n(82758),s=n(21537);class a{async sendRequest(t,i,n,o,a){let{apiRequest:l,requestTimeout:c,maxRetries:u}=this.jodit.o.aiAssistantPro;if(!l)throw Error("AI Assistant Pro callback is not configured");let d=new AbortController;this.abortControllers.add(d);try{let h=this.buildRequestContext(t,i,n,o,a),p=null;for(let t=0;u>=t;t++)try{if(d.signal.aborted)throw(0,s.abort)();let t=setTimeout(()=>{d.abort()},c);try{let i=await l(h,d.signal);return clearTimeout(t),this.validateResponse(i),i}catch(i){throw clearTimeout(t),i}}catch(i){if(p=i,r.IS_PROD,u>t){let i=this.calculateRetryDelay(t);await this.sleep(i)}else throw i}throw p||Error("API request failed after all retries")}finally{this.abortControllers.delete(d)}}abort(){this.abortControllers.forEach(t=>{t.abort()}),this.abortControllers.clear()}isInProgress(){return this.abortControllers.size>0}buildRequestContext(t,i,n,o,r){let{apiMode:s,instructions:a}=this.jodit.o.aiAssistantPro,l={mode:s,conversationId:t,tools:this.toolRegistry.getAllTools(),selectionContexts:o,conversationOptions:r,instructions:a},c=[];if("full"===s)c=i;else if(n){let t=i.findIndex(t=>t.id===n);c=-1!==t?i.slice(t+1):i,l={...l,parentMessageId:n}}else c=i;return{...l,messages:this.expandToolMessages(c,i.find(t=>t.id===n))}}expandToolMessages(t,i){let n=[];for(let i of t)n.push(i),this.expandToolResultsMessage(i,n);return i&&this.expandToolResultsMessage(i,n),n}expandToolResultsMessage(t,i){if(t.toolCalls&&t.toolCalls.length>0)for(let o of t.toolCalls){var n;let r=null!=(n=o.result)?n:{error:"result not found"};if(i.find(t=>t.id===`${o.id}-result`))continue;let s={id:`${o.id}-result`,role:"tool",content:r.error?`Error: ${r.error}`:JSON.stringify(r.result),timestamp:t.timestamp,toolResults:[{toolCallId:o.id,result:r}]};i.push(s)}}validateResponse(t){if("final"!==t.mode)return;let i=t.response;if(!i)throw Error("API returned empty response");if(!i.responseId)throw Error("API response missing responseId");if(void 0===i.content)throw Error("API response missing content");if(void 0===i.finished)throw Error("API response missing finished flag");if(i.toolCalls){if(!Array.isArray(i.toolCalls))throw Error("API response toolCalls must be an array");i.toolCalls.forEach((t,i)=>{if(!t.id)throw Error(`Tool call at index ${i} is missing id`);if(!t.name)throw Error(`Tool call at index ${i} is missing name`);if(!t.arguments||"object"!=typeof t.arguments)throw Error(`Tool call at index ${i} has invalid arguments`)})}}calculateRetryDelay(t){let{retryDelay:i}=this.jodit.o.aiAssistantPro;return i*Math.pow(2,t)+Math.random()*i}sleep(t){return new Promise(i=>setTimeout(i,t))}destruct(){this.abort()}constructor(t,i){(0,o._)(this,"jodit",void 0),(0,o._)(this,"toolRegistry",void 0),(0,o._)(this,"abortControllers",void 0),this.jodit=t,this.toolRegistry=i,this.abortControllers=new Set}}},86518:function(t,i,n){"use strict";n.d(i,{safeHTML:function(){return s},sanitizeHTMLElement:function(){return a}});var o=n(2748),r=n(43555);function s(t,i){(o.Dom.isElement(t)||o.Dom.isFragment(t))&&(i.removeOnError&&(a(t),(0,r.$$)("[onerror]",t).forEach(t=>a(t,i))),i.safeJavaScriptLink&&(a(t),(0,r.$$)('a[href^="javascript"]',t).forEach(t=>a(t,i))))}function a(t,{safeJavaScriptLink:i,removeOnError:n}={safeJavaScriptLink:!0,removeOnError:!0}){if(!o.Dom.isElement(t))return!1;let s=!1;n&&t.hasAttribute("onerror")&&((0,r.attr)(t,"onerror",null),s=!0);let l=t.getAttribute("href");return i&&l&&0===l.trim().indexOf("javascript")&&((0,r.attr)(t,"href",location.protocol+"//"+l),s=!0),s}},86563:function(t,i,n){"use strict";n.d(i,{UIMessageList:function(){return u}});var o=n(82749),r=n(31635),s=n(51359),a=n(65478),l=n(62405),c=n(31356);class u extends l.UIGroup{className(){return"UIMessageList"}render(){return'<div class="&__scroll-container"></div>'}afterRender(){this.scrollContainer=this.container}onUserScroll(){if(!this.scrollContainer)return;let{scrollTop:t,scrollHeight:i,clientHeight:n}=this.scrollContainer;this.autoScrollEnabled=i-t-n<10}onMessageSent(){this.autoScrollEnabled=!0,this.scrollToBottom()}appendChildToContainer(t){this.scrollContainer&&this.scrollContainer.appendChild(t)}setMessages(t){let i=this.messages.slice();this.messages=t.slice(),this.updateMessageList(i),this.scrollToBottom()}updateMessageList(t){let i=c.ListReconciler.reconcile(t,this.messages,{getId:t=>t.id,isEqual:(t,i)=>t.id===i.id&&t.content===i.content&&t.timestamp===i.timestamp&&JSON.stringify(t.artifacts)===JSON.stringify(i.artifacts)&&JSON.stringify(t.toolCalls)===JSON.stringify(i.toolCalls),preserveOrder:!0});i.toRemove.forEach(t=>{let i=this.messageItems.get(t.id);i&&(-1!==this.elements.indexOf(i)&&(this.remove(i),i.destruct()),this.messageItems.delete(t.id))}),i.toUpdate.forEach(({newItem:t,index:i})=>{let n=this.messageItems.get(t.id);n&&(n.updateMessage(t),this.elements.indexOf(n)!==i&&i<this.elements.length&&(this.remove(n),this.append(n,i)))}),i.toCreate.forEach(t=>{let i=new s.UIMessageListItem(this.j,t,this.params);this.messageItems.set(t.id,i);let n=this.messages.indexOf(t);this.append(i,n)})}scrollToBottom(){!this.j.isDestructed&&this.autoScrollEnabled&&(this.container.scrollTop=this.container.scrollHeight)}destruct(){this.messageItems.clear(),this.messages=[],super.destruct()}constructor(t,i){super(t),(0,o._)(this,"params",void 0),(0,o._)(this,"messages",void 0),(0,o._)(this,"messageItems",void 0),(0,o._)(this,"scrollContainer",void 0),(0,o._)(this,"autoScrollEnabled",void 0),this.params=i,this.messages=[],this.messageItems=new Map,this.autoScrollEnabled=!0}}(0,r.__decorate)([(0,a.hook)("ready")],u.prototype,"afterRender",null),(0,r.__decorate)([(0,a.watch)(["scrollContainer:wheel","scrollContainer:scroll","scrollContainer:touchmove"]),(0,a.throttle)(t=>t.defaultTimeout)],u.prototype,"onUserScroll",null),(0,r.__decorate)([(0,a.watch)(":messageSent.ai-assistant-pro")],u.prototype,"onMessageSent",null),(0,r.__decorate)([a.autobind],u.prototype,"setMessages",null),(0,r.__decorate)([(0,a.throttle)(t=>2*t.defaultTimeout)],u.prototype,"scrollToBottom",null),u=(0,r.__decorate)([a.component],u)},86583:function(t,i,n){"use strict";n.d(i,{dataBind:function(){return s}});var o=n(39955);let r=new WeakMap,s=(t,i,n)=>{let s=r.get(t);if(!s){s={},r.set(t,s);let i=null;(0,o.isViewObject)(t.j)&&(i=t.j.e),(0,o.isViewObject)(t)&&(i=t.e),i&&i.on("beforeDestruct",()=>{r.delete(t)})}return void 0===n?s[i]:(s[i]=n,n)}},86820:function(t){t.exports='<svg viewBox="0 0 88 88" fill="none" xmlns="http://www.w3.org/2000/svg"> <g> <path d="M44 0.513519C27.2931 0.513519 13.75 13.8981 13.75 30.4095C13.75 46.9208 44 87.4835 44 87.4835C44 87.4835 74.25 46.9208 74.25 30.4095C74.25 13.8981 60.7069 0.513519 44 0.513519ZM19.25 30.4095C19.25 16.921 30.3518 5.94914 44 5.94914C57.6482 5.94914 68.75 16.921 68.75 30.4095C68.75 39.8049 54.9945 62.4871 44 78.1329C33.0055 62.4871 19.25 39.8049 19.25 30.4095ZM44 16.8204C36.4052 16.8204 30.25 22.9035 30.25 30.4095C30.25 37.9154 36.4052 43.9985 44 43.9985C51.5948 43.9985 57.75 37.9154 57.75 30.4095C57.75 22.9035 51.5948 16.8204 44 16.8204ZM44 38.5629C39.4508 38.5629 35.75 34.9054 35.75 30.4095C35.75 25.9135 39.4508 22.256 44 22.256C48.5492 22.256 52.25 25.9135 52.25 30.4095C52.25 34.9054 48.5492 38.5629 44 38.5629Z" fill="#404040"/> </g> <defs> <rect width="88" height="86.97" fill="white" transform="translate(0 0.513519)"/> </defs> </svg>'},86835:function(t,i){"use strict";i.default='<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox="0 0 1792 1792"> <path d="M384 544v576q0 13-9.5 22.5t-22.5 9.5q-14 0-23-9l-288-288q-9-9-9-23t9-23l288-288q9-9 23-9 13 0 22.5 9.5t9.5 22.5zm1408 768v192q0 13-9.5 22.5t-22.5 9.5h-1728q-13 0-22.5-9.5t-9.5-22.5v-192q0-13 9.5-22.5t22.5-9.5h1728q13 0 22.5 9.5t9.5 22.5zm0-384v192q0 13-9.5 22.5t-22.5 9.5h-1088q-13 0-22.5-9.5t-9.5-22.5v-192q0-13 9.5-22.5t22.5-9.5h1088q13 0 22.5 9.5t9.5 22.5zm0-384v192q0 13-9.5 22.5t-22.5 9.5h-1088q-13 0-22.5-9.5t-9.5-22.5v-192q0-13 9.5-22.5t22.5-9.5h1088q13 0 22.5 9.5t9.5 22.5zm0-384v192q0 13-9.5 22.5t-22.5 9.5h-1728q-13 0-22.5-9.5t-9.5-22.5v-192q0-13 9.5-22.5t22.5-9.5h1728q13 0 22.5 9.5t9.5 22.5z"/> </svg> '},87058:function(t,i,n){"use strict";n.d(i,{camelCase:function(){return o}});let o=t=>t.replace(/([-_])(.)/g,(t,i,n)=>n.toUpperCase())},87325:function(t,i,n){"use strict";n.d(i,{component:function(){return a},getComponentClass:function(){return l}});var o=n(82758),r=n(80568);let s=new Map;function a(t){class i extends t{constructor(...t){super(...t),this.constructor===i&&(this instanceof i||Object.setPrototypeOf(this,i.prototype),this.setStatus("ready"))}}let n=(0,r.getClassName)(t.prototype);if(s.has(n)&&!o.IS_PROD)throw Error(`Component with name "${n}" is already registered`);return s.set(n,i),i}function l(t){return s.get(t)}},87394:function(t,i,n){"use strict";var o=n(12153),r=n(6441),s=n(5119);r.Config.prototype.usePopupForSpecialCharacters=!1,r.Config.prototype.specialCharacters=["!","&quot;","#","$","%","&amp;","'","(",")","*","+","-",".","/","0","1","2","3","4","5","6","7","8","9",":",";","&lt;","=","&gt;","?","@","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","[","]","^","_","`","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","{","|","}","~","&euro;","&lsquo;","&rsquo;","&ldquo;","&rdquo;","&ndash;","&mdash;","&iexcl;","&cent;","&pound;","&curren;","&yen;","&brvbar;","&sect;","&uml;","&copy;","&ordf;","&laquo;","&raquo;","&not;","&reg;","&macr;","&deg;","&sup2;","&sup3;","&acute;","&micro;","&para;","&middot;","&cedil;","&sup1;","&ordm;","&frac14;","&frac12;","&frac34;","&iquest;","&Agrave;","&Aacute;","&Acirc;","&Atilde;","&Auml;","&Aring;","&AElig;","&Ccedil;","&Egrave;","&Eacute;","&Ecirc;","&Euml;","&Igrave;","&Iacute;","&Icirc;","&Iuml;","&ETH;","&Ntilde;","&Ograve;","&Oacute;","&Ocirc;","&Otilde;","&Ouml;","&times;","&Oslash;","&Ugrave;","&Uacute;","&Ucirc;","&Uuml;","&Yacute;","&THORN;","&szlig;","&agrave;","&aacute;","&acirc;","&atilde;","&auml;","&aring;","&aelig;","&ccedil;","&egrave;","&eacute;","&ecirc;","&euml;","&igrave;","&iacute;","&icirc;","&iuml;","&eth;","&ntilde;","&ograve;","&oacute;","&ocirc;","&otilde;","&ouml;","&divide;","&oslash;","&ugrave;","&uacute;","&ucirc;","&uuml;","&yacute;","&thorn;","&yuml;","&OElig;","&oelig;","&#372;","&#374","&#373","&#375;","&sbquo;","&#8219;","&bdquo;","&hellip;","&trade;","&#9658;","&bull;","&rarr;","&rArr;","&hArr;","&diams;","&asymp;"],o.Icon.set("symbols",s.default),r.Config.prototype.controls.symbols={hotkeys:["ctrl+shift+i","cmd+shift+i"],tooltip:"Insert Special Character",popup:(t,i,n)=>{let o=t.e.fire("generateSpecialCharactersTable.symbols");if(o){if(t.o.usePopupForSpecialCharacters){let i=t.c.div();return i.classList.add("jodit-symbols"),i.appendChild(o),t.e.on(o,"close_dialog",n),i}t.alert(o,"Select Special Character",void 0,"jodit-symbols").bindDestruct(t);let i=o.querySelector("a");i&&i.focus()}}}},87536:function(t,i,n){"use strict";n.d(i,{checkRemoveContentNotEditable:function(){return a}});var o=n(22732),r=n(21537),s=n(45124);function a(t,i,n){let a=o.Dom.findSibling(i,n);return!a&&i.parentElement&&i.parentElement!==t.editor&&(a=o.Dom.findSibling(i.parentElement,n)),!(!o.Dom.isElement(a)||o.Dom.isContentEditable(a,t.editor))&&((0,r.call)(n?o.Dom.before:o.Dom.after,a,i),o.Dom.safeRemove(a),(0,s.moveNodeInsideStart)(t,i,n),(0,r.call)(n?t.s.setCursorBefore:t.s.setCursorAfter,i),!0)}},87602:function(t,i,n){"use strict";n.d(i,{applySize:function(){return l}});var o=n(29807),r=n(29960),s=n(41180),a=n(14415);function l(t,i,n,l){if(i!==t.offsetWidth||n!==t.offsetHeight){let c=i?(0,a.normalSizeToString)(i):null,u=n?(0,a.normalSizeToString)(n):null;(0,s.css)(t,{width:c,height:c&&l?null:u}),(0,r.attr)(t,"width",c&&(0,o.isNumeric)(i)&&(0,r.attr)(t,"width")?c:null),(!(0,r.attr)(t,"width")||l)&&(u=null),(0,r.attr)(t,"height",u)}}},87612:function(t,i,n){"use strict";function o(t){return"boolean"==typeof t}n.d(i,{isBoolean:function(){return o}})},88092:function(t,i,n){"use strict";var o=n(67008),r=n.n(o),s=n(6441),a=n(2748),l=n(68345);s.Config.prototype.controls.iframeEditor={icon:r(),tooltip:"Iframe Editor",exec:(t,i)=>{a.Dom.isTag(i,"jodit")&&a.Dom.isTag(i.firstElementChild,"iframe")&&(i=i.firstElementChild),t.e.fire("toggleIframeEditor",a.Dom.isTag(i,"iframe")?i:null)}},(0,l.isArray)(s.Config.prototype.popup.iframe)&&s.Config.prototype.popup.iframe.push("iframeEditor")},88572:function(t,i,n){"use strict";n.d(i,{UIFormButtonGenerator:function(){return u}});var o=n(82749),r=n(2748),s=n(4510),a=n(38837),l=n(67510),c=n(62357);class u extends l.UIElement{className(){return"UIFormButtonGenerator"}update(){this.onUpdates.forEach(t=>t());let t=this.getElm("box-shadow");(0,a.assert)(null!=t,"box-shadow does not exists");let i=this.getElm("text-shadow");(0,a.assert)(null!=i,"text-shadow does not exists"),t.style.display=this.state.boxShadow?"":"none",i.style.display=this.state.textShadow?"":"none"}render(){return`<div>
566
566
  <div class='&__group &__text'>
567
567
  <div class='&__title'>Text</div>
568
568
  <div class='&__row'>