@ckeditor/ckeditor5-comments 42.0.2 → 43.0.0-alpha.0

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 (309) hide show
  1. package/CHANGELOG.md +1 -256
  2. package/build/comments.js +2 -2
  3. package/build/translations/af.js +1 -1
  4. package/build/translations/ar.js +1 -1
  5. package/build/translations/bg.js +1 -1
  6. package/build/translations/bn.js +1 -1
  7. package/build/translations/bs.js +1 -1
  8. package/build/translations/ca.js +1 -1
  9. package/build/translations/cs.js +1 -1
  10. package/build/translations/da.js +1 -1
  11. package/build/translations/de-ch.js +1 -1
  12. package/build/translations/de.js +1 -1
  13. package/build/translations/el.js +1 -1
  14. package/build/translations/en-au.js +1 -1
  15. package/build/translations/es-co.js +1 -1
  16. package/build/translations/es.js +1 -1
  17. package/build/translations/et.js +1 -1
  18. package/build/translations/fa.js +1 -1
  19. package/build/translations/fi.js +1 -1
  20. package/build/translations/fr.js +1 -1
  21. package/build/translations/gl.js +1 -1
  22. package/build/translations/he.js +1 -1
  23. package/build/translations/hi.js +1 -1
  24. package/build/translations/hr.js +1 -1
  25. package/build/translations/hu.js +1 -1
  26. package/build/translations/id.js +1 -1
  27. package/build/translations/it.js +1 -1
  28. package/build/translations/ja.js +1 -1
  29. package/build/translations/jv.js +1 -1
  30. package/build/translations/ko.js +1 -1
  31. package/build/translations/lt.js +1 -1
  32. package/build/translations/lv.js +1 -1
  33. package/build/translations/ms.js +1 -1
  34. package/build/translations/nl.js +1 -1
  35. package/build/translations/no.js +1 -1
  36. package/build/translations/pl.js +1 -1
  37. package/build/translations/pt-br.js +1 -1
  38. package/build/translations/pt.js +1 -1
  39. package/build/translations/ro.js +1 -1
  40. package/build/translations/ru.js +1 -1
  41. package/build/translations/sk.js +1 -1
  42. package/build/translations/sq.js +1 -1
  43. package/build/translations/sr-latn.js +1 -1
  44. package/build/translations/sr.js +1 -1
  45. package/build/translations/sv.js +1 -1
  46. package/build/translations/th.js +1 -1
  47. package/build/translations/ti.js +1 -1
  48. package/build/translations/tk.js +1 -1
  49. package/build/translations/tr.js +1 -1
  50. package/build/translations/tt.js +1 -1
  51. package/build/translations/ug.js +1 -1
  52. package/build/translations/uk.js +1 -1
  53. package/build/translations/ur.js +1 -1
  54. package/build/translations/vi.js +1 -1
  55. package/build/translations/zh-cn.js +1 -1
  56. package/build/translations/zh.js +1 -1
  57. package/dist/annotations/annotations.d.ts +1 -1
  58. package/dist/annotations/sidebar.d.ts +2 -2
  59. package/dist/annotations/view/annotationview.d.ts +4 -4
  60. package/dist/annotations/view/sidebaritemview.d.ts +7 -3
  61. package/dist/annotations/view/sidebarview.d.ts +25 -4
  62. package/dist/comments/commentsediting.d.ts +8 -0
  63. package/dist/comments/commentsrepository.d.ts +14 -2
  64. package/dist/comments/ui/view/basecommentthreadview.d.ts +32 -3
  65. package/dist/comments/ui/view/basecommentview.d.ts +41 -3
  66. package/dist/comments/ui/view/commentinputview.d.ts +17 -2
  67. package/dist/comments/ui/view/commentsarchiveview.d.ts +11 -3
  68. package/dist/comments/ui/view/commentslistview.d.ts +17 -5
  69. package/dist/comments/ui/view/commentthreadheadercontextview.d.ts +25 -0
  70. package/dist/comments/ui/view/commentthreadheaderview.d.ts +29 -3
  71. package/dist/comments/ui/view/commentthreadinputview.d.ts +13 -2
  72. package/dist/comments/ui/view/commentthreadview.d.ts +11 -6
  73. package/dist/comments/ui/view/commentview.d.ts +9 -12
  74. package/dist/index-editor.css +33 -2
  75. package/dist/index.css +95 -2
  76. package/dist/index.d.ts +1 -0
  77. package/dist/index.js +9 -9
  78. package/dist/translations/af.js +1 -1
  79. package/dist/translations/af.umd.js +1 -1
  80. package/dist/translations/ar.js +1 -1
  81. package/dist/translations/ar.umd.js +1 -1
  82. package/dist/translations/bg.js +1 -1
  83. package/dist/translations/bg.umd.js +1 -1
  84. package/dist/translations/bn.js +1 -1
  85. package/dist/translations/bn.umd.js +1 -1
  86. package/dist/translations/bs.js +1 -1
  87. package/dist/translations/bs.umd.js +1 -1
  88. package/dist/translations/ca.js +1 -1
  89. package/dist/translations/ca.umd.js +1 -1
  90. package/dist/translations/cs.js +1 -1
  91. package/dist/translations/cs.umd.js +1 -1
  92. package/dist/translations/da.js +1 -1
  93. package/dist/translations/da.umd.js +1 -1
  94. package/dist/translations/de-ch.js +1 -1
  95. package/dist/translations/de-ch.umd.js +1 -1
  96. package/dist/translations/de.js +1 -1
  97. package/dist/translations/de.umd.js +1 -1
  98. package/dist/translations/el.js +1 -1
  99. package/dist/translations/el.umd.js +1 -1
  100. package/dist/translations/en-au.js +1 -1
  101. package/dist/translations/en-au.umd.js +1 -1
  102. package/dist/translations/en.js +1 -1
  103. package/dist/translations/en.umd.js +1 -1
  104. package/dist/translations/es-co.js +1 -1
  105. package/dist/translations/es-co.umd.js +1 -1
  106. package/dist/translations/es.js +1 -1
  107. package/dist/translations/es.umd.js +1 -1
  108. package/dist/translations/et.js +1 -1
  109. package/dist/translations/et.umd.js +1 -1
  110. package/dist/translations/fa.js +1 -1
  111. package/dist/translations/fa.umd.js +1 -1
  112. package/dist/translations/fi.js +1 -1
  113. package/dist/translations/fi.umd.js +1 -1
  114. package/dist/translations/fr.js +1 -1
  115. package/dist/translations/fr.umd.js +1 -1
  116. package/dist/translations/gl.js +1 -1
  117. package/dist/translations/gl.umd.js +1 -1
  118. package/dist/translations/he.js +1 -1
  119. package/dist/translations/he.umd.js +1 -1
  120. package/dist/translations/hi.js +1 -1
  121. package/dist/translations/hi.umd.js +1 -1
  122. package/dist/translations/hr.js +1 -1
  123. package/dist/translations/hr.umd.js +1 -1
  124. package/dist/translations/hu.js +1 -1
  125. package/dist/translations/hu.umd.js +1 -1
  126. package/dist/translations/id.js +1 -1
  127. package/dist/translations/id.umd.js +1 -1
  128. package/dist/translations/it.js +1 -1
  129. package/dist/translations/it.umd.js +1 -1
  130. package/dist/translations/ja.js +1 -1
  131. package/dist/translations/ja.umd.js +1 -1
  132. package/dist/translations/jv.js +1 -1
  133. package/dist/translations/jv.umd.js +1 -1
  134. package/dist/translations/ko.js +1 -1
  135. package/dist/translations/ko.umd.js +1 -1
  136. package/dist/translations/lt.js +1 -1
  137. package/dist/translations/lt.umd.js +1 -1
  138. package/dist/translations/lv.js +1 -1
  139. package/dist/translations/lv.umd.js +1 -1
  140. package/dist/translations/ms.js +1 -1
  141. package/dist/translations/ms.umd.js +1 -1
  142. package/dist/translations/nl.js +1 -1
  143. package/dist/translations/nl.umd.js +1 -1
  144. package/dist/translations/no.js +1 -1
  145. package/dist/translations/no.umd.js +1 -1
  146. package/dist/translations/pl.js +1 -1
  147. package/dist/translations/pl.umd.js +1 -1
  148. package/dist/translations/pt-br.js +1 -1
  149. package/dist/translations/pt-br.umd.js +1 -1
  150. package/dist/translations/pt.js +1 -1
  151. package/dist/translations/pt.umd.js +1 -1
  152. package/dist/translations/ro.js +1 -1
  153. package/dist/translations/ro.umd.js +1 -1
  154. package/dist/translations/ru.js +1 -1
  155. package/dist/translations/ru.umd.js +1 -1
  156. package/dist/translations/sk.js +1 -1
  157. package/dist/translations/sk.umd.js +1 -1
  158. package/dist/translations/sq.js +1 -1
  159. package/dist/translations/sq.umd.js +1 -1
  160. package/dist/translations/sr-latn.js +1 -1
  161. package/dist/translations/sr-latn.umd.js +1 -1
  162. package/dist/translations/sr.js +1 -1
  163. package/dist/translations/sr.umd.js +1 -1
  164. package/dist/translations/sv.js +1 -1
  165. package/dist/translations/sv.umd.js +1 -1
  166. package/dist/translations/th.js +1 -1
  167. package/dist/translations/th.umd.js +1 -1
  168. package/dist/translations/ti.js +1 -1
  169. package/dist/translations/ti.umd.js +1 -1
  170. package/dist/translations/tk.js +1 -1
  171. package/dist/translations/tk.umd.js +1 -1
  172. package/dist/translations/tr.js +1 -1
  173. package/dist/translations/tr.umd.js +1 -1
  174. package/dist/translations/tt.js +1 -1
  175. package/dist/translations/tt.umd.js +1 -1
  176. package/dist/translations/ug.js +1 -1
  177. package/dist/translations/ug.umd.js +1 -1
  178. package/dist/translations/uk.js +1 -1
  179. package/dist/translations/uk.umd.js +1 -1
  180. package/dist/translations/ur.js +1 -1
  181. package/dist/translations/ur.umd.js +1 -1
  182. package/dist/translations/vi.js +1 -1
  183. package/dist/translations/vi.umd.js +1 -1
  184. package/dist/translations/zh-cn.js +1 -1
  185. package/dist/translations/zh-cn.umd.js +1 -1
  186. package/dist/translations/zh.js +1 -1
  187. package/dist/translations/zh.umd.js +1 -1
  188. package/dist/utils/common-translations.d.ts +1 -1
  189. package/lang/contexts.json +15 -0
  190. package/lang/translations/af.po +62 -0
  191. package/lang/translations/ar.po +68 -2
  192. package/lang/translations/bg.po +64 -2
  193. package/lang/translations/bn.po +64 -2
  194. package/lang/translations/bs.po +63 -0
  195. package/lang/translations/ca.po +64 -2
  196. package/lang/translations/cs.po +66 -2
  197. package/lang/translations/da.po +64 -2
  198. package/lang/translations/de-ch.po +62 -0
  199. package/lang/translations/de.po +64 -2
  200. package/lang/translations/el.po +64 -2
  201. package/lang/translations/en-au.po +62 -0
  202. package/lang/translations/en.po +64 -2
  203. package/lang/translations/es-co.po +63 -0
  204. package/lang/translations/es.po +65 -2
  205. package/lang/translations/et.po +64 -2
  206. package/lang/translations/fa.po +62 -0
  207. package/lang/translations/fi.po +64 -2
  208. package/lang/translations/fr.po +65 -2
  209. package/lang/translations/gl.po +64 -2
  210. package/lang/translations/he.po +65 -2
  211. package/lang/translations/hi.po +64 -2
  212. package/lang/translations/hr.po +63 -0
  213. package/lang/translations/hu.po +64 -2
  214. package/lang/translations/id.po +63 -2
  215. package/lang/translations/it.po +65 -2
  216. package/lang/translations/ja.po +63 -2
  217. package/lang/translations/jv.po +61 -0
  218. package/lang/translations/ko.po +63 -2
  219. package/lang/translations/lt.po +66 -2
  220. package/lang/translations/lv.po +65 -2
  221. package/lang/translations/ms.po +63 -2
  222. package/lang/translations/nl.po +64 -2
  223. package/lang/translations/no.po +64 -2
  224. package/lang/translations/pl.po +66 -2
  225. package/lang/translations/pt-br.po +65 -2
  226. package/lang/translations/pt.po +65 -2
  227. package/lang/translations/ro.po +65 -2
  228. package/lang/translations/ru.po +66 -2
  229. package/lang/translations/sk.po +66 -2
  230. package/lang/translations/sq.po +62 -0
  231. package/lang/translations/sr-latn.po +65 -2
  232. package/lang/translations/sr.po +65 -2
  233. package/lang/translations/sv.po +64 -2
  234. package/lang/translations/th.po +63 -2
  235. package/lang/translations/ti.po +62 -0
  236. package/lang/translations/tk.po +62 -0
  237. package/lang/translations/tr.po +64 -2
  238. package/lang/translations/tt.po +61 -0
  239. package/lang/translations/ug.po +64 -2
  240. package/lang/translations/uk.po +66 -2
  241. package/lang/translations/ur.po +62 -0
  242. package/lang/translations/vi.po +63 -2
  243. package/lang/translations/zh-cn.po +63 -2
  244. package/lang/translations/zh.po +63 -2
  245. package/package.json +14 -13
  246. package/src/annotations/annotation.js +2 -2
  247. package/src/annotations/annotationcollection.js +1 -1
  248. package/src/annotations/annotations.d.ts +1 -1
  249. package/src/annotations/annotations.js +1 -1
  250. package/src/annotations/annotationsuis.js +1 -1
  251. package/src/annotations/editorannotations.js +1 -1
  252. package/src/annotations/inlineannotations.js +1 -1
  253. package/src/annotations/narrowsidebar.js +1 -1
  254. package/src/annotations/sidebar.d.ts +2 -2
  255. package/src/annotations/sidebar.js +1 -1
  256. package/src/annotations/view/annotationcounterbuttonview.js +1 -1
  257. package/src/annotations/view/annotationview.d.ts +4 -4
  258. package/src/annotations/view/annotationview.js +1 -1
  259. package/src/annotations/view/sidebaritemview.d.ts +7 -3
  260. package/src/annotations/view/sidebaritemview.js +1 -1
  261. package/src/annotations/view/sidebarview.d.ts +25 -4
  262. package/src/annotations/view/sidebarview.js +1 -1
  263. package/src/annotations/widesidebar.js +1 -1
  264. package/src/comments/addcommentthreadcommand.js +1 -1
  265. package/src/comments/commentsarchive.js +1 -1
  266. package/src/comments/commentsarchiveui.js +1 -1
  267. package/src/comments/commentsediting.d.ts +8 -0
  268. package/src/comments/commentsediting.js +1 -1
  269. package/src/comments/commentsrepository.d.ts +14 -2
  270. package/src/comments/commentsrepository.js +3 -3
  271. package/src/comments/commentsui.js +1 -1
  272. package/src/comments/integrations/clipboard.js +1 -1
  273. package/src/comments/integrations/commentsrestrictededitingmode.js +1 -1
  274. package/src/comments/integrations/importword.js +1 -1
  275. package/src/comments/ui/commenteditor/commenteditor.js +2 -2
  276. package/src/comments/ui/commenteditor/commenteditorui.js +1 -1
  277. package/src/comments/ui/commenteditor/commenteditoruiview.js +1 -1
  278. package/src/comments/ui/commentthreadcontroller.js +2 -2
  279. package/src/comments/ui/view/basecommentthreadview.d.ts +32 -3
  280. package/src/comments/ui/view/basecommentthreadview.js +1 -1
  281. package/src/comments/ui/view/basecommentview.d.ts +41 -3
  282. package/src/comments/ui/view/basecommentview.js +1 -1
  283. package/src/comments/ui/view/collapsedcommentsview.js +1 -1
  284. package/src/comments/ui/view/commentcontentview.js +1 -1
  285. package/src/comments/ui/view/commentinputview.d.ts +17 -2
  286. package/src/comments/ui/view/commentinputview.js +1 -1
  287. package/src/comments/ui/view/commentsarchiveview.d.ts +11 -3
  288. package/src/comments/ui/view/commentsarchiveview.js +1 -1
  289. package/src/comments/ui/view/commentslistview.d.ts +17 -5
  290. package/src/comments/ui/view/commentslistview.js +1 -1
  291. package/src/comments/ui/view/commentthreadheadercontextview.d.ts +21 -0
  292. package/src/comments/ui/view/commentthreadheadercontextview.js +23 -0
  293. package/src/comments/ui/view/commentthreadheaderview.d.ts +29 -3
  294. package/src/comments/ui/view/commentthreadheaderview.js +1 -1
  295. package/src/comments/ui/view/commentthreadinputview.d.ts +13 -2
  296. package/src/comments/ui/view/commentthreadinputview.js +1 -1
  297. package/src/comments/ui/view/commentthreadview.d.ts +11 -6
  298. package/src/comments/ui/view/commentthreadview.js +2 -2
  299. package/src/comments/ui/view/commentview.d.ts +9 -12
  300. package/src/comments/ui/view/commentview.js +2 -2
  301. package/src/comments.js +1 -1
  302. package/src/commentsonly.js +1 -1
  303. package/src/index.d.ts +1 -0
  304. package/src/index.js +1 -1
  305. package/src/utils/common-translations.d.ts +1 -1
  306. package/src/utils/common-translations.js +1 -1
  307. package/src/utils/createmutationobserver.js +1 -1
  308. package/theme/comment.css +6 -0
  309. package/theme/commentthread.css +43 -2
package/dist/index.js CHANGED
@@ -20,12 +20,12 @@
20
20
  *
21
21
  *
22
22
  */
23
- import{Editor as mt,icons as _0x2bbb1f,ContextPlugin as _0x51560b,PendingActions as ht,Context as _0x433449,Command as _0x18c581,Plugin as _0x1b9856}from'@ckeditor/ckeditor5-core/dist/index.js';import{ObservableMixin as _0x5b673e,uid as _0x850aeb,KeystrokeHandler as Et,FocusTracker as _0x15a255,diff as _0x264aff,Collection as _0x53995b,Rect as _0x2aff2b,CKEditorError as _0x54567d,priorities as Wt,scrollViewportToShowTarget as _0x5336cd,toUnit as Ht,DomEmitterMixin as _0x1d3dc6,keyCodes as _0x20d520}from'@ckeditor/ckeditor5-utils/dist/index.js';import{UserView as _0x2d7424,ConfirmMixin as _0x39a956,trimHtml as _0x10a6d7,Users as lt,getDateTimeFormatter as dt,hashObject as ct,getAllMarkersDomElementsSorted as tt,surroundingMarkersDetector as _0x4e89cf}from'ckeditor5-collaboration/dist/index.js';import{throttle as bt,isEqual as ft,cloneDeep as ut,set as pt,unset as It,debounce as _0x5c817f}from'lodash-es';import{EditorUIView as Xt,InlineEditableUIView as $t,LabelView as Yt,EditorUI as Ut,View as _t,ButtonView as _0x1b2c93,ViewCollection as _0xefedb3,FocusCycler as _0x4cfa6b,createDropdown as _0x1d10cd,ListView as _0x3259f9,ListItemView as _0x44d4a3,MenuBarMenuListItemButtonView as _0x20d2b7,BodyCollection as _0x14eab3,BalloonPanelView as _0x47a6d3,ContextualBalloon as _0x72c078,Dialog as _0x47e7f1,DialogViewPosition as _0x36a5bc}from'@ckeditor/ckeditor5-ui/dist/index.js';import{disablePlaceholder as zt,enablePlaceholder as Ft,MouseObserver as _0x40a442}from'@ckeditor/ckeditor5-engine/dist/index.js';import{Clipboard as Bt,ClipboardMarkersUtils as Mt,ClipboardPipeline as Pt}from'@ckeditor/ckeditor5-clipboard/dist/index.js';import{Enter as Gt,ShiftEnter as Jt}from'@ckeditor/ckeditor5-enter/dist/index.js';import{SelectAll as Kt}from'@ckeditor/ckeditor5-select-all/dist/index.js';import{Typing as Lt}from'@ckeditor/ckeditor5-typing/dist/index.js';import{Undo as Nt}from'@ckeditor/ckeditor5-undo/dist/index.js';import{Paragraph as Qt}from'@ckeditor/ckeditor5-paragraph/dist/index.js';class wt extends/* #__PURE__ -- @preserve */
24
- _0x5b673e(){['model'];['view'];constructor(_0xf87f3f,_0x461dce){super(),this['model']=_0xf87f3f,this['model']['_isAttached']=!0x0,this['view']=_0x461dce,this['listenTo'](_0x461dce,'submitCommentThread',()=>this['submit']()),this['listenTo'](_0x461dce,'removeCommentThread',()=>this['remove']()),this['listenTo'](_0x461dce,'resolveCommentThread',()=>this['resolve']()),this['listenTo'](_0x461dce,'reopenCommentThread',()=>this['reopen']()),this['listenTo'](_0x461dce,'addComment',(_0x2d92ba,_0x2839ba)=>this['addComment'](_0x2839ba)),this['listenTo'](_0x461dce,'updateComment',(_0x370fc5,_0x36fde9,_0x24636b)=>this['updateComment'](_0x36fde9,_0x24636b)),this['listenTo'](_0x461dce,'removeComment',(_0x528c4f,_0x2f199c)=>this['removeComment'](_0x2f199c));}['submit'](){this['model']['submit']();}['remove'](){this['model']['remove']();}['resolve'](){this['model']['isResolved']||this['model']['resolve']();}['reopen'](){this['model']['isResolved']&&this['model']['reopen']();}['addComment'](_0x2921fb){this['model']['addComment']({'content':_0x2921fb,'authorId':this['view']['_localUser']['id']});}['updateComment'](_0x1d0b72,_0x2f2434){this['model']['getComment'](_0x1d0b72)['update']({'content':_0x2f2434});}['removeComment'](_0x28c3e0){this['model']['getComment'](_0x28c3e0)['remove']();}['destroy'](){this['stopListening'](),this['model']['_isAttached']=!0x1;}}function W(_0x36d0f7,_0x14b693,_0x5381db){const t=_0x36d0f7['t'];switch(_0x14b693){case'PENDING_ACTION_COMMENT_THREAD':return t({'string':'Unsaved\x20change\x20in\x20comment\x20thread.','id':'PENDING_ACTION_COMMENT_THREAD'});case'Comment':return t('Comment');case'Reply...':return t('Reply...');case'Reply\x20to\x20reopen\x20discussion...':return t('Reply\x20to\x20reopen\x20discussion...');case'Write\x20a\x20comment...':return t('Write\x20a\x20comment...');case'Comment\x20was\x20made\x20on\x20an\x20element':return t('Comment\x20was\x20made\x20on\x20an\x20element');case'Comment\x20editor':return t('Comment\x20editor');case'Delete\x20comment\x20thread?':return t('Delete\x20comment\x20thread?');case'Delete\x20comment?':return t('Delete\x20comment?');case'Marked\x20as\x20resolved':return t('Marked\x20as\x20resolved');case'Show\x20more\x20items':return t('Show\x20more\x20items');case'Cancel':return t('Cancel');case'Edit':return t('Edit');case'Resolve':return t('Resolve');case'Reopen':return t('Reopen');case'Remove':return t('Remove');case'Reply':return t('Reply');case'Save':return t('Save');case'LEAVE_COMMENT_ANNOUNCEMENT':return t({'string':'Leaving\x20a\x20comment.','id':'LEAVE_COMMENT_ANNOUNCEMENT'});case'ENTER_COMMENT_ANNOUNCEMENT':return t({'string':'Entering\x20a\x20comment.','id':'ENTER_COMMENT_ANNOUNCEMENT'});case'NUMBER_OF_COMMENTS':return t({'string':'%0\x20Comment','plural':'%0\x20Comments','id':'NUMBER_OF_COMMENTS'},_0x5381db);case'TOO_LONG_COMMENT_ALERT':return t({'string':'Comment\x20content\x20is\x20too\x20long.\x20Your\x20comment\x20has\x20%0\x20characters\x20but\x20the\x20limit\x20is\x20%1\x20characters.','id':'TOO_LONG_COMMENT_ALERT'},_0x5381db);case'EXTERNAL_COMMENT':return t({'string':'This\x20comment\x20comes\x20from\x20an\x20external\x20source.','id':'EXTERNAL_COMMENT'});case'EXTERNAL_IMPORT_WORD_COMMENT':return t({'string':'This\x20comment\x20comes\x20from\x20an\x20imported\x20Word\x20file.','id':'EXTERNAL_IMPORT_WORD_COMMENT'});case'EXTERNAL_AVATAR':return t({'string':'Displayed\x20author\x20name\x20comes\x20from\x20external\x20source\x20(added\x20by\x20%0)','id':'EXTERNAL_AVATAR'},_0x5381db);case'EXTERNAL_IMPORT_WORD_AVATAR':return t({'string':'Displayed\x20author\x20name\x20comes\x20from\x20a\x20Word\x20document\x20imported\x20by\x20%0','id':'EXTERNAL_IMPORT_WORD_AVATAR'},_0x5381db);case'COMMENTS_ARCHIVE':return t({'string':'Comments\x20archive','id':'COMMENTS_ARCHIVE'});case'EMPTY_COMMENTS_ARCHIVE':return t({'string':'There\x20are\x20no\x20archived\x20comment\x20threads.','id':'EMPTY_COMMENTS_ARCHIVE'});default:return'';}}class Vt extends Xt{['main'];['_voiceLabelView'];['editable'];constructor(_0x305b87,_0x5a9b1d){super(_0x305b87);const _0x6a1a94=_0x850aeb();this['main']=this['createCollection'](),this['editable']=new $t(_0x305b87,_0x5a9b1d),this['_voiceLabelView']=this['_createVoiceLabel'](_0x6a1a94,_0x305b87),this['setTemplate']({'tag':'div','attributes':{'class':['ck-reset','ck-editor','ck-rounded-corners','ck-comment__input'],'role':'comment','dir':_0x305b87['uiLanguageDirection'],'lang':_0x305b87['uiLanguage'],'aria-labelledby':'cke-editor__aria-label_'+_0x6a1a94},'children':[this['_voiceLabelView'],{'tag':'div','attributes':{'class':'ck-editor__main','role':'presentation'},'children':this['main']}]});}['render'](){super['render'](),this['main']['add'](this['editable']);}['focus'](){this['editable']['element']['focus']();}['_createVoiceLabel'](_0xd6ae15,_0x44a4c6){const _0x296110=new Yt();return _0x296110['text']=W(_0x44a4c6,'Comment\x20editor'),_0x296110['extendTemplate']({'attributes':{'id':'ck-editor__aria-label_'+_0xd6ae15,'class':'ck-voice-label'}}),_0x296110;}}class Ot extends Ut{['view'];constructor(_0xf478f1){super(_0xf478f1),this['view']=new Vt(_0xf478f1['locale'],_0xf478f1['editing']['view']);}get['element'](){return this['view']['element'];}['init'](){const _0x56759b=this['editor']['editing']['view'],_0x4d9697=this['view']['editable'],_0x864035=_0x56759b['document']['getRoot']();_0x4d9697['name']=_0x864035['rootName'],this['view']['render']();const _0x1486a7=_0x4d9697['element'];this['setEditableElement'](_0x4d9697['name'],_0x1486a7),this['view']['editable']['bind']('isFocused')['to'](this['focusTracker']),_0x56759b['attachDomRoot'](_0x1486a7),this['fire']('ready');}['destroy'](){super['destroy'](),this['view']['destroy']();}}const Rt=[Bt,Gt,Jt,Kt,Lt,Nt,Qt];class St extends/* #__PURE__ -- @preserve */
25
- _0x5b673e(mt){static ['defaultPlugins']=/* #__PURE__ -- @preserve */
26
- ((()=>Rt)());constructor(_0x55d401={}){(_0x55d401=Object['assign']({},_0x55d401))['plugins']||(_0x55d401['plugins']=St['defaultPlugins']),super(_0x55d401),this['ui']=new Ot(this),this['set']('placeholder',''),this['model']['document']['on']('change',()=>this['_updatePlaceholder'](),{'priority':'low'}),this['on']('change:placeholder',()=>this['_updatePlaceholder']()),this['model']['document']['createRoot']();}['create'](){const _0x3dd2b0=this['config']['get']('initialData')||'';return this['initPlugins']()['then'](()=>this['ui']['init']())['then'](()=>this['data']['init'](_0x3dd2b0))['then'](()=>this['fire']('ready'));}['destroy'](){return super['destroy']()['then'](()=>this['ui']['destroy']());}['focus'](){this['model']['change'](_0xf7f8d8=>{const _0x38fc7a=this['model']['document']['getRoot'](),_0x1f1d8f=_0x38fc7a&&_0x38fc7a['getChild'](_0x38fc7a['childCount']-0x1);_0xf7f8d8['setSelection'](_0x1f1d8f,'end'),this['editing']['view']['focus']();});}['_updatePlaceholder'](){const _0x1a8437=this['editing']['view'],_0x208da4=_0x1a8437['document']['getRoot'](),_0x1f2de7=_0x208da4['getChild'](0x0);_0x208da4['childCount']>0x1||!_0x1f2de7||'p'!=_0x1f2de7['name']?this['placeholderElement']&&this['placeholderElement']['placeholder']&&(zt(_0x1a8437,this['placeholderElement']),this['placeholderElement']=void 0x0):(this['placeholder']&&(_0x1f2de7['placeholder']=this['placeholder']),Ft({'view':_0x1a8437,'element':_0x1f2de7,'keepOnFocus':!0x0}),this['placeholderElement']=_0x1f2de7);}}class ei extends _t{['keystrokes'];['focusTracker'];['submitButtonView'];['cancelButtonView'];['_editorConfig'];constructor(_0x399b5e,_0x1e1ead={}){super(_0x399b5e),this['editor']=null,this['_editorConfig']=_0x1e1ead,this['keystrokes']=new Et(),this['focusTracker']=new _0x15a255(),this['set']('value',_0x1e1ead['initialData']||''),this['set']('disabledSubmit',!0x1),this['set']('showButtons',!0x0),this['set']('placeholder',W(_0x399b5e,'Reply...')),this['set']('submitLabel',W(_0x399b5e,'Reply')),this['submitButtonView']=this['_createSubmitButton'](),this['cancelButtonView']=this['_createCancelButton'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck-comment__input-wrapper']},'children':[{'tag':'div','attributes':{'class':['ck-comment__input-actions',this['bindTemplate']['if']('showButtons','ck-comment__input-actions--active')]},'children':[this['submitButtonView'],this['cancelButtonView']]}]}),this['keystrokes']['set']('Esc',(_0x1093f0,_0x27137c)=>{this['cancelButtonView']['fire']('execute'),_0x27137c();}),this['on']('submit',(_0x384448,_0x2cf2dd)=>{_0x2cf2dd['length']>0xfde8?(alert(W(_0x399b5e,'TOO_LONG_COMMENT_ALERT',[_0x2cf2dd['length'],0xfde8])),_0x384448['stop']()):this['editor']['setData']('');},{'priority':'high'});}['render'](){super['render'](),this['keystrokes']['listenTo'](this['element']),this['focusTracker']['add'](this['element']);}['createEditor'](){return this['editor']||(this['editor']=new St(this['_editorConfig']),this['_editorCreationPromise']=this['editor']['create']()['then'](()=>{if(this['_isDestroyed'])return;const _0x5e3c8c=this['editor'];this['element']['insertBefore'](_0x5e3c8c['ui']['element'],this['element']['firstChild']),_0x5e3c8c['model']['document']['on']('change',()=>this['value']=_0x5e3c8c['getData']()),_0x5e3c8c['bind']('placeholder')['to'](this),this['_initializeFocusCycling'](this['editor']),this['fire']('editorReady',this['editor']);})),this['_editorCreationPromise'];}['focus'](){this['editor']&&this['editor']['focus']();}async['destroy'](){this['_isDestroyed']||(this['_isDestroyed']=!0x0,this['editor']&&(await this['_editorCreationPromise'],await this['editor']['destroy'](),this['fire']('editorDestroyed',this['editor'])),await super['destroy']());}['_createSubmitButton'](){const {locale:_0x246610}=this,_0x3c64b4=new _0x1b2c93(_0x246610);return _0x3c64b4['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--submit']}}),_0x3c64b4['withText']=!0x0,_0x3c64b4['bind']('label')['to'](this,'submitLabel'),_0x3c64b4['on']('execute',()=>{this['fire']('submit',this['value']);}),_0x3c64b4['bind']('isEnabled')['to'](this,'value',this,'disabledSubmit',(_0xca4acf,_0x3beb36)=>!_0x3beb36&&!!_0xca4acf['trim']()),_0x3c64b4;}['_createCancelButton'](){const {locale:_0x691e25}=this,_0x51a536=new _0x1b2c93(_0x691e25);return _0x51a536['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--cancel']}}),_0x51a536['label']=W(_0x691e25,'Cancel'),_0x51a536['withText']=!0x0,_0x51a536['on']('execute',()=>{this['editor']['setData'](''),this['fire']('cancel');}),_0x51a536;}['_initializeFocusCycling'](_0x5a9914){const _0x30201e=this['focusTracker'],_0x5f55c7=new _0xefedb3();[_0x5a9914['ui']['view'],this['submitButtonView'],this['cancelButtonView']]['forEach'](_0x4f8dc7=>{_0x5f55c7['add'](_0x4f8dc7),_0x30201e['add'](_0x4f8dc7['element']);});const _0x49c7cf=new _0x4cfa6b({'focusables':_0x5f55c7,'focusTracker':_0x30201e});this['keystrokes']['set']('tab',(_0x4408d6,_0x1eaec9)=>{_0x49c7cf['focusNext'](),_0x1eaec9();},{'priority':'low'}),this['keystrokes']['set']('shift\x20+\x20tab',(_0x4f49e0,_0x1f8d8f)=>{_0x49c7cf['focusPrevious'](),_0x1f8d8f();},{'priority':'low'});}}class Tt extends _t{constructor(_0x14b9a2,_0x532322,_0x46f50c){super(_0x14b9a2),this['commentInputView']=new ei(_0x14b9a2,_0x46f50c),this['commentInputView']['bind']('showButtons')['to'](this['commentInputView']['focusTracker'],'isFocused',this['commentInputView'],'value',(_0x329ac3,_0x359be3)=>_0x329ac3||!!_0x359be3),this['set']('showInput',!0x1),this['on']('change:showInput',()=>{this['showInput']&&!this['commentInputView']['editor']&&this['commentInputView']['createEditor']();}),this['commentInputView']['delegate']('editorReady')['to'](this),this['commentInputView']['delegate']('editorDestroyed')['to'](this),this['userView']=new _0x2d7424(_0x14b9a2,_0x532322),this['userView']['extendTemplate']({'attributes':{'class':'ck-thread__user'}}),this['commentInputView']['extendTemplate']({'attributes':{'class':'ck-thread__input'}}),this['setTemplate']({'tag':'div','attributes':{'class':['ck-comment__input-container',this['bindTemplate']['if']('showInput','ck-comment__input-container--active')]},'children':[this['userView'],this['commentInputView']]});}['destroy'](){return this['commentInputView']['destroy']()['then'](()=>super['destroy']());}}class ts extends _t{constructor(_0x4ffc81){super(_0x4ffc81);const _0x1d8c0e=this['bindTemplate'];this['set']('count',void 0x0),this['setTemplate']({'tag':'li','attributes':{'class':'ck-thread__comment-count'},'children':[{'text':_0x1d8c0e['to']('count',_0x26a0a0=>W(_0x4ffc81,'NUMBER_OF_COMMENTS',_0x26a0a0))}]});}}class xt extends _t{['commentViews'];['resolvedCommentView'];['_model'];['_config'];['_collapsedCommentsView'];constructor(_0x15209f,_0xc8821f,_0x425f02){super(_0x15209f),this['set']('hasDirtyComment',!0x1),this['set']('length',_0xc8821f['comments']['length']),this['set']('isActive',!0x1),this['_model']=_0xc8821f,this['_config']=_0x425f02,this['commentViews']=this['createCollection'](),this['visibleViews']=this['createCollection'](),this['resolvedCommentView']=null,this['_collapsedCommentsView']=new ts(_0x15209f),this['_collapsedCommentsView']['bind']('count')['to'](this,'length',_0x4b94fc=>_0x4b94fc-this['_config']['maxCommentsWhenCollapsed']);for(const _0x94fea3 of _0xc8821f['comments'])this['_handleNewCommentModel'](_0x94fea3);this['_handleInfoComment'](),this['listenTo'](_0xc8821f['comments'],'add',(_0x3bc66b,_0x5777c5)=>{const _0x12bff0=this['_calculatePosition'](_0x5777c5);this['length']++,this['_handleNewCommentModel'](_0x5777c5,_0x12bff0),this['refreshVisibleViews']();}),this['listenTo'](_0xc8821f['comments'],'remove',(_0x82100b,_0x26244e)=>{this['length']--,this['_handleRemoveCommentModel'](_0x26244e),this['refreshVisibleViews']();}),this['listenTo'](_0xc8821f,'commentUpdated',()=>this['refreshVisibleViews']()),this['listenTo'](_0xc8821f,'change:isResolved',()=>this['_handleInfoComment']()),this['on']('change:isActive',()=>this['refreshVisibleViews']()),this['on']('change:hasDirtyComment',()=>this['refreshVisibleViews']()),this['setTemplate']({'tag':'ul','attributes':{'class':['ck-thread__comments']},'children':this['visibleViews']});}get['_shouldCollapse'](){return this['_model']['weight']>this['_config']['maxThreadTotalWeight']&&!this['isActive']&&!this['hasDirtyComment'];}['render'](){super['render'](),this['refreshVisibleViews']();}['focus'](){this['element']['focus']();}['destroy'](){this['_collapsedCommentsView']['destroy']();for(const _0x357e4c of this['commentViews'])_0x357e4c['destroy']();super['destroy']();}['refreshVisibleViews'](){this['_shouldCollapse']?this['_rearrangeCollapse']():this['_rearrangeExpand']();}['_handleNewCommentModel'](_0x4bc3c6,_0x24a43a){const _0x45e16f=new this['_config']['CommentView'](this['locale'],_0x4bc3c6,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig']});_0x45e16f['viewUid']=_0x4bc3c6['id'],_0x45e16f['delegate']('removeComment')['to'](this),_0x45e16f['delegate']('updateComment')['to'](this),_0x45e16f['delegate']('resolveCommentThread')['to'](this),_0x45e16f['delegate']('editorReady')['to'](this),_0x45e16f['delegate']('editorDestroyed')['to'](this),this['listenTo'](_0x45e16f,'change:isEditMode',()=>this['_updateHasDirtyComment']()),this['commentViews']['add'](_0x45e16f,_0x24a43a);}['_calculatePosition'](_0x5c2d40){const _0x54ba1f=this['_model']['_findOptimalIndex'](_0x5c2d40);return this['resolvedCommentView']?this['resolvedCommentView']['authoredAt']>_0x5c2d40['authoredAt']?_0x54ba1f-0x1:_0x54ba1f:_0x54ba1f-0x1;}['_handleInfoComment'](){if(this['_model']['resolvedBy']&&this['_model']['resolvedAt']){const _0x47804a={'id':'resolved','author':this['_model']['resolvedBy'],'authoredAt':this['_model']['resolvedAt'],'content':W(this['locale'],'Marked\x20as\x20resolved'),'attributes':{}};this['resolvedCommentView']=new this['_config']['CommentView'](this['locale'],_0x47804a,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig'],'isSystemComment':!0x0}),this['commentViews']['add'](this['resolvedCommentView'],this['_model']['_findOptimalIndex'](_0x47804a));}else this['resolvedCommentView']&&(this['commentViews']['remove'](this['resolvedCommentView']),this['resolvedCommentView']['destroy'](),this['resolvedCommentView']=null);this['refreshVisibleViews']();}['_handleRemoveCommentModel'](_0x44daa8){const _0x3deaf6=this['commentViews']['remove'](_0x44daa8['id']);this['stopListening'](_0x3deaf6),_0x3deaf6['isEditMode']&&this['_updateHasDirtyComment'](),_0x3deaf6['destroy']();}['_updateHasDirtyComment'](){this['hasDirtyComment']=Array['from'](this['commentViews'])['some'](_0x17c41a=>_0x17c41a['isEditMode']);}['_rearrangeCollapse'](){const _0x57fbe4=function(_0x19b688){const _0x311ee2=new _0x53995b();for(const _0x2bf10d of _0x19b688)_0x311ee2['add'](_0x2bf10d);return _0x311ee2;}(this['commentViews']),_0x205e53=this['_collapsedCommentsView']['count'];for(let _0x5bdac3=0x1;_0x5bdac3<=_0x205e53;_0x5bdac3++)_0x57fbe4['remove'](0x1);for(const _0x53926c of _0x57fbe4)_0x53926c['collapse']();_0x205e53>0x0&&_0x57fbe4['add'](this['_collapsedCommentsView'],0x1),is(_0x264aff(Array['from'](this['visibleViews']),Array['from'](_0x57fbe4)),this['visibleViews'],_0x57fbe4);}['_rearrangeExpand'](){is(_0x264aff(Array['from'](this['visibleViews']),Array['from'](this['commentViews'])),this['visibleViews'],this['commentViews']);for(const _0x1568db of this['visibleViews'])_0x1568db['expand']();}}function is(_0x42f765,_0x167c6d,_0x5d9cfd){let _0x1dbd64=0x0;for(const _0x313582 of _0x42f765)switch(_0x313582){case'insert':_0x167c6d['add'](_0x5d9cfd['get'](_0x1dbd64),_0x1dbd64),_0x1dbd64++;break;case'delete':_0x167c6d['remove'](_0x1dbd64);break;case'equal':_0x1dbd64++;}}class Zt extends _t{['_model'];['reopenButtonView'];constructor(_0x1261d3,_0x5a8181){super(_0x1261d3);const _0x26a85f=this['bindTemplate'];this['_model']=_0x5a8181,this['reopenButtonView']=this['_createReopenButton'](),this['bind']('hasContext')['to'](this['_model'],'context',_0x1b8e53=>!!_0x1b8e53),this['bind']('contextValue')['to'](this['_model'],'context',_0x569615=>_0x569615&&_0x569615['value']?this['_trimContextValue'](_0x569615['value']):W(this['locale'],'Comment\x20was\x20made\x20on\x20an\x20element')),this['setTemplate']({'tag':'div','attributes':{'class':['ck-thread__header']},'children':[{'tag':'div','attributes':{'class':['ck-context-wrapper']},'children':[{'tag':'div','attributes':{'class':['ck-context',_0x26a85f['if']('hasContext','ck-context--quotes')]},'children':[{'tag':'span','attributes':{'class':['ck-context__value']},'children':[{'text':_0x26a85f['to']('contextValue')}]}]}]},{'tag':'div','attributes':{'class':['ck-annotation__actions']},'children':[this['reopenButtonView']]}]});}['render'](){super['render'](),this['_attachContextActions']();}['_createReopenButton'](){const _0x200a00=new _0x1b2c93(this['locale']);return _0x200a00['label']=W(this['locale'],'Reopen'),_0x200a00['tooltip']=W(this['locale'],'Reopen'),_0x200a00['icon']='<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><path\x20d=\x22m5.042\x209.367\x202.189\x201.837a.75.75\x200\x200\x201-.965\x201.149l-3.788-3.18a.747.747\x200\x200\x201-.21-.284.75.75\x200\x200\x201\x20.17-.945L6.23\x204.762a.75.75\x200\x201\x201\x20.964\x201.15L4.863\x207.866h8.917A.75.75\x200\x200\x201\x2014\x207.9a4\x204\x200\x201\x201-1.477\x207.718l.344-1.489a2.5\x202.5\x200\x201\x200\x201.094-4.73l.008-.032H5.042z\x22/></svg>',_0x200a00['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x35cee7=>!_0x35cee7),_0x200a00['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x2cbd67,_0x555227)=>_0x2cbd67&&_0x555227),_0x200a00['on']('execute',()=>{this['fire']('reopenCommentThread',this['_model']['id']);}),_0x200a00;}['_trimContextValue'](_0x80102e){if(_0x80102e['length']<0x96)return _0x80102e;const _0x16fe55=_0x80102e['lastIndexOf']('\x20',0x93);return _0x80102e['substring'](0x0,_0x16fe55>-0x1?_0x16fe55:0x93)+'...';}['_attachContextActions'](){const _0x140393=this['element']['querySelector']('.ck-context'),_0x286ec1=_0x140393['querySelector']('.ck-context__value');this['listenTo'](_0x140393,'mouseenter',()=>{_0x286ec1['offsetWidth']<_0x286ec1['scrollWidth']&&_0x140393['classList']['add']('overlay');}),this['listenTo'](_0x140393,'mouseleave',()=>{_0x140393['classList']['remove']('overlay');});}}class ti extends _t{['_model'];['_config'];['commentThreadHeaderView'];['commentThreadInputView'];constructor(_0x45c6ee,_0x5daf69,_0x51350b,_0x149e58){super(_0x45c6ee),this['set']('isActive',!0x1),this['set']('isDirty',!0x1),this['_model']=_0x5daf69,this['_localUser']=_0x51350b,this['_config']=_0x149e58,this['commentThreadHeaderView']=new Zt(_0x45c6ee,_0x5daf69),this['commentThreadHeaderView']['delegate']('reopenCommentThread')['to'](this),this['listenTo'](this,'reopenCommentThread',()=>{this['focus']();}),this['commentsListView']=new xt(_0x45c6ee,_0x5daf69,Object['assign']({'CommentView':this['_config']['CommentView']},_0x149e58)),this['commentsListView']['delegate']('removeComment')['to'](this),this['commentsListView']['delegate']('updateComment')['to'](this),this['commentsListView']['delegate']('resolveCommentThread')['to'](this),this['commentsListView']['delegate']('editorReady')['to'](this),this['commentsListView']['delegate']('editorDestroyed')['to'](this),this['commentsListView']['bind']('isActive')['to'](this),this['listenTo'](this,'resolveCommentThread',()=>{this['focus']();}),this['set']('length',this['commentsListView']['length']),this['bind']('length')['to'](this['commentsListView'],'length'),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['commentThreadInputView']['delegate']('editorReady')['to'](this),this['commentThreadInputView']['delegate']('editorDestroyed')['to'](this),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0xbe5c3e,_0xc265e5)=>_0xbe5c3e||!!_0xc265e5),this['bind']('isUnlinked')['to'](_0x5daf69,'unlinkedAt',_0x35897d=>!!_0x35897d);}['focus'](){this['element']['focus']();}async['destroy'](){this['isDirty']=!0x1,this['commentsListView']['destroy'](),await this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentThreadInputView'](){const _0x4fbd02=new Tt(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x2f9077=_0x4fbd02['commentInputView'];return _0x4fbd02['bind']('showInput')['to'](this,'isActive',this['_model'],'isReadOnly',this['_model'],'canComment',this['_model'],'archivedAt',_0x2f9077,'value',(_0x497406,_0x1b7093,_0x2b7d98,_0x21965b,_0x5c43e5)=>!!_0x5c43e5||!!_0x21965b&&_0x2b7d98&&!_0x1b7093||_0x497406&&_0x2b7d98&&!_0x1b7093),_0x2f9077['bind']('placeholder')['to'](this,'length',this['_model'],'isResolvable',this['_model'],'isResolved',(_0x2b27f3,_0x1c2e9a,_0x3ae6bf)=>{let _0xd7cc09;return _0xd7cc09=_0x3ae6bf&&_0x1c2e9a?'Reply\x20to\x20reopen\x20discussion...':_0x2b27f3?'Reply...':'Write\x20a\x20comment...',W(this['locale'],_0xd7cc09);}),_0x2f9077['bind']('submitLabel')['to'](this,'length',_0x59425d=>W(this['locale'],_0x59425d?'Reply':'Comment')),_0x2f9077['on']('submit',(_0x54373a,_0x490e4a)=>{this['fire']('addComment',_0x490e4a),this['_model']['isResolved']&&this['_model']['isResolvable']&&this['fire']('reopenCommentThread',this['_model']['id']),this['_model']['isSubmitted']||this['fire']('submitCommentThread');}),_0x2f9077['on']('cancel',()=>{this['focus']();}),_0x2f9077['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x2f9077['on']('cancel',_0x52ece4=>{0x0==this['length']&&(this['fire']('removeCommentThread'),_0x52ece4['stop']());}),this['on']('change:isActive',(_0x341d54,_0x3682b8,_0x14e7cc)=>{_0x14e7cc||this['length']||_0x2f9077['value']||this['fire']('removeCommentThread');}),_0x4fbd02;}}class yt extends/* #__PURE__ -- @preserve */
27
- _0x39a956(ti){['commentThreadChildren'];['containerElement'];['resolveButton'];['_boundFirstCommentView'];constructor(_0x167094,_0x5d3bf9,_0x52ceec,_0x2aa7f7){super(_0x167094,_0x5d3bf9,_0x52ceec,_0x2aa7f7),this['commentThreadChildren']=this['createCollection'](),this['commentThreadChildren']['addMany']([this['commentsListView'],this['commentThreadInputView']]),this['_model']['archivedAt']&&this['commentThreadChildren']['add'](this['commentThreadHeaderView'],0x0),this['_model']['on']('change:archivedAt',(_0x1d754b,_0xd87378,_0x2eaf17)=>{_0x2eaf17?this['commentThreadChildren']['has'](this['commentThreadHeaderView'])||this['commentThreadChildren']['add'](this['commentThreadHeaderView'],0x0):this['commentThreadChildren']['remove'](this['commentThreadHeaderView']);}),this['set']('actionIndicator',null),this['containerElement']=null,this['_boundFirstCommentView']=null,this['locale']=_0x167094,this['resolveButton']=this['_createResolveButton'](),this['setTemplate'](this['getTemplate']()),this['on']('change:isActive',(_0x16def9,_0x5540fb,_0x508ff1)=>{_0x508ff1||this['_cancelAllConfirms']();}),this['listenTo'](this['_model'],'change:isReadOnly',(_0x27d0da,_0x1d254f,_0x49492b)=>{_0x49492b&&this['_cancelAllConfirms']();}),this['length']>0x0&&this['_bindFirstCommentView'](),this['listenTo'](this['commentsListView']['commentViews'],'add',()=>{this['_bindFirstCommentView']();});}['getTemplate'](){const _0x32a47c=this['bindTemplate'];return{'tag':'div','attributes':{'class':['ck-thread','ck-reset_all-excluded',_0x32a47c['if']('isActive','ck-thread--active'),_0x32a47c['if']('isUnlinked','ck-thread--unlinked'),_0x32a47c['if']('isConfirm','ck-thread--remove-confirmation'),_0x32a47c['to']('actionIndicator',_0x2f6db8=>_0x2f6db8?'ck-thread--'+_0x2f6db8:'')],'data-thread-id':this['_model']['id'],'tabindex':-0x1},'children':[{'tag':'div','attributes':{'class':'ck-thread__container'},'children':this['commentThreadChildren']}]};}['render'](){super['render'](),this['containerElement']=this['element']['querySelector']('.ck-thread__container');}['_cancelAllConfirms'](){this['cancelConfirm']();for(const _0x4f7774 of this['commentsListView']['commentViews'])_0x4f7774['cancelConfirm']();}['_bindFirstCommentView'](){const {locale:_0x172d68}=this,_0x89f595=this['commentsListView']['commentViews']['get'](0x0);_0x89f595===this['_boundFirstCommentView']||_0x89f595['isSystemComment']||(this['_boundFirstCommentView']=_0x89f595,this['unbind']('actionIndicator'),this['bind']('actionIndicator')['to'](_0x89f595,'actionIndicator',_0xe6b65=>'remove'===_0xe6b65?'remove':null),_0x89f595['placeholder']=W(_0x172d68,'Write\x20a\x20comment...'),_0x89f595['removeButton']['on']('execute',_0x1802b0=>{_0x1802b0['stop'](),this['showConfirm'](W(_0x172d68,'Delete\x20comment\x20thread?'),this['containerElement'])['then'](()=>{this['fire']('removeCommentThread');});},{'priority':'high'}),_0x89f595['actionBar']['add'](this['resolveButton'],0x0));}['_createResolveButton'](){const _0x3f081f=new _0x1b2c93(this['locale']);return _0x3f081f['label']=W(this['locale'],'Resolve'),_0x3f081f['tooltip']=W(this['locale'],'Resolve'),_0x3f081f['icon']=_0x2bbb1f['check'],_0x3f081f['extendTemplate']({'attributes':{'class':'ck-comment--resolve'}}),_0x3f081f['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0xf3c608=>!_0xf3c608),_0x3f081f['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x4be83d,_0x3b3467)=>_0x4be83d&&!_0x3b3467),_0x3f081f['on']('execute',()=>{this['fire']('resolveCommentThread',this['_model']['id']);}),_0x3f081f;}}class si extends _t{constructor(_0x4945ac){super(_0x4945ac),this['set']('content',''),this['setTemplate']({'tag':'div','attributes':{'class':['ck-content','ck-comment__content','ck-annotation__content']}});}['render'](){super['render'](),this['on']('change:content',(_0x5d709f,_0x25817e,_0x48c1d8)=>{this['element']['innerHTML']=_0x48c1d8;}),this['element']['innerHTML']=this['content'];}}class oi extends _t{['visibleView'];['_model'];['_config'];constructor(_0x41e7c4,_0x136ec3,_0x13b2f5){super(_0x41e7c4),this['_model']=_0x136ec3,this['_config']=_0x13b2f5,this['isSystemComment']=!!this['_config']['isSystemComment'],this['set']('isEditMode',!0x1),this['set']('isCollapsed',!0x0),this['visibleView']=this['createCollection'](),this['visibleView']['add'](this['_createCommentContentView']());}['expand'](){this['isCollapsed']=!0x1;}['collapse'](){this['isEditMode']||(this['isCollapsed']=!0x0);}['focus'](){this['element']['focus']();}async['destroy'](){await this['visibleView']['get'](0x0)['destroy'](),super['destroy']();}['switchToEditMode'](){this['isEditMode']||(this['isEditMode']=!0x0,this['visibleView']['remove'](0x0)['destroy'](),this['visibleView']['add'](this['_createCommentInputView']()));}['switchToDisplayMode'](){this['isEditMode']&&(this['isEditMode']=!0x1,this['visibleView']['remove'](0x0)['destroy'](),this['visibleView']['add'](this['_createCommentContentView']()));}['_createCommentContentView'](){const _0x5d0701=new si(this['locale']);return _0x5d0701['bind']('content')['to'](this['_model'],'content',this,'isCollapsed',(_0xc6ddd8,_0x100319)=>_0x100319?_0x10a6d7(_0xc6ddd8,{'limit':this['_config']['maxCommentCharsWhenCollapsed']}):_0xc6ddd8),_0x5d0701;}['_createCommentInputView'](){this['_config']['editorConfig']||(this['_config']['editorConfig']={}),this['_config']['editorConfig']['initialData']=this['_model']['content'];const _0x32f032=new ei(this['locale'],this['_config']['editorConfig']);return _0x32f032['value']=this['_model']['content'],_0x32f032['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x32f032['submitLabel']=W(this['locale'],'Save'),_0x32f032['on']('submit',(_0xfa387b,_0x1da26f)=>{this['fire']('updateComment',this['_model']['id'],_0x1da26f),this['switchToDisplayMode'](),this['focus']();}),_0x32f032['on']('cancel',()=>{this['switchToDisplayMode'](),this['focus']();}),_0x32f032['once']('editorReady',()=>{_0x32f032['focus']();}),_0x32f032['createEditor'](),_0x32f032['delegate']('editorReady')['to'](this),_0x32f032['delegate']('editorDestroyed')['to'](this),_0x32f032;}}class At extends/* #__PURE__ -- @preserve */
28
- _0x39a956(oi){['actionBar'];['userView'];constructor(_0xdb1123,_0x566676,_0xab31e5){super(_0xdb1123,_0x566676,_0xab31e5),this['set']('actionIndicator',null),this['set']('placeholder',W(_0xdb1123,'Reply...')),this['bind']('authoredAt')['to'](_0x566676),this['bind']('resolvedAt')['to'](_0x566676),this['actionBar']=this['createCollection'](),this['isSystemComment']||(this['editButton']=this['_createEditButton'](),this['removeButton']=this['_createRemoveButton'](),this['items']=this['createCollection'](),this['items']['addMany']([this['editButton'],this['removeButton']]),this['dropdown']=this['_createDropdown'](),this['actionBar']['add'](this['dropdown'])),this['userView']=new _0x2d7424(_0xdb1123,_0x566676['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-comment__user','ck-annotation__user']}}),this['listenTo'](_0x566676,'change:isRemovable',()=>this['cancelConfirm']()),this['setTemplate'](this['getTemplate']());}['getTemplate'](){const _0x474b35=this['bindTemplate'],_0x43aee1=[{'tag':'div','attributes':{'class':['ck-comment__info','ck-annotation__info']},'children':[{'tag':'span','children':[{'text':this['userView']['name']}],'attributes':{'class':['ck-comment__info-name','ck-annotation__info-name']}},{'tag':'time','attributes':{'datetime':_0x474b35['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x474b35['to']('authoredAt',_0xd67bc1=>this['_config']['formatDateTime'](_0xd67bc1))}]}]},{'tag':'div','attributes':{'class':['ck-comment__actions','ck-annotation__actions',_0x474b35['if']('isEditMode','ck-comment__actions--hidden'),_0x474b35['if']('isEditMode','ck-annotation__actions--hidden')]},'children':this['actionBar']},{'tag':'div','attributes':{'class':['ck-annotation__content-wrapper']},'children':this['visibleView']}];return this['_model']['isExternal']&&_0x43aee1['push']({'tag':'div','attributes':{'class':['ck-comment__external']},'children':[{'text':this['getExternalCommentNote']()}]}),{'tag':'li','attributes':{'class':['ck-comment__wrapper',_0x474b35['if']('isConfirm','ck-comment--remove-confirmation')],'tabindex':-0x1},'children':[{'tag':'div','attributes':{'class':['ck-comment','ck-annotation',_0x474b35['if']('isEditMode','ck-comment--edit'),_0x474b35['if']('isSystemComment','ck-comment--info'),_0x474b35['to']('actionIndicator',_0x110413=>_0x110413?'ck-comment--'+_0x110413:'')],'data-author-id':this['_model']['author']['id'],'data-comment-id':this['_model']['id']},'children':[this['userView'],{'tag':'div','attributes':{'class':['ck-comment__main','ck-annotation__main']},'children':_0x43aee1}]}]};}['_createEditButton'](){const _0x59f1b5=new _0x1b2c93(this['locale']);return _0x59f1b5['label']=W(this['locale'],'Edit'),_0x59f1b5['icon']=_0x2bbb1f['pencil'],_0x59f1b5['withText']=!0x0,_0x59f1b5['extendTemplate']({'attributes':{'class':'ck-comment--edit'}}),_0x59f1b5['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0xe6a57b=>!_0xe6a57b),_0x59f1b5['bind']('isVisible')['to'](this['_model'],'isEditable'),_0x59f1b5['on']('execute',()=>this['switchToEditMode']()),_0x59f1b5;}['_createRemoveButton'](){const _0x1ed8cc=new _0x1b2c93(this['locale']);return _0x1ed8cc['label']=W(this['locale'],'Remove'),_0x1ed8cc['icon']='<!--\x0a\x0a\x20What\x20you\x27re\x20currently\x20looking\x20at\x20is\x20the\x20source\x20code\x20of\x20a\x20legally\x20protected,\x20proprietary\x20software.\x0a\x20CKEditor\x205\x20Collaboration\x20is\x20licensed\x20under\x20a\x20commercial\x20license\x20and\x20protected\x20by\x20copyright\x20law.\x20Where\x20not\x20otherwise\x20indicated,\x0a\x20all\x20CKEditor\x205\x20Collaboration\x20content\x20is\x20authored\x20by\x20CKSource\x20engineers\x20and\x20consists\x20of\x20CKSource-owned\x20intellectual\x20property.\x0a\x0a\x20Copyright\x20(c)\x202003-2024,\x20CKSource\x20Holding\x20sp.\x20z\x20o.o.\x20All\x20rights\x20reserved.\x0a\x0a!-->\x0a\x0a<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><path\x20d=\x22M5.2\x207h9.2c.6\x200\x201\x20.4\x201\x201v9.9c0\x20.5-.4\x201-1\x201H5.2a1\x201\x200\x200\x201-1-1V8c0-.6.4-1\x201-1zm1\x201.5c-.3\x200-.5.2-.5.5v8c0\x20.3.2.5.5.5h.5c.2\x200\x20.5-.2.5-.5V9c0-.3-.3-.5-.5-.5h-.5zm3.2\x200c-.2\x200-.5.2-.5.5v8c0\x20.3.3.5.5.5h.5c.3\x200\x20.5-.2.5-.5V9c0-.3-.2-.5-.5-.5h-.4zm3.5\x200c-.2\x200-.5.2-.5.5v8c0\x20.3.3.5.5.5h.5c.3\x200\x20.5-.2.5-.5V9c0-.3-.2-.5-.5-.5h-.5zm-1.4-7.1H8.3L6.5\x203.6H3.8c-.5\x200-.7.3-.7.8s.2.7.7.7h12c.6\x200\x20.9-.2.9-.7\x200-.5-.3-.8-1-.8h-2.4l-1.8-2.2z\x22/></svg>\x0a',_0x1ed8cc['withText']=!0x0,_0x1ed8cc['extendTemplate']({'attributes':{'class':'ck-comment--remove'}}),_0x1ed8cc['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x23faac=>!_0x23faac),_0x1ed8cc['bind']('isVisible')['to'](this['_model'],'isRemovable'),_0x1ed8cc['on']('execute',()=>{this['showConfirm'](W(this['locale'],'Delete\x20comment?'),this['element'])['then'](()=>{this['fire']('removeComment',this['_model']['id']);});}),_0x1ed8cc;}['_createDropdown'](){const _0x29d434=_0x1d10cd(this['locale']),_0x21ddcd=_0x29d434['panelView']['children'],_0x11e2e3=new _0x3259f9(this['locale']),_0x27e98a=(_0x174b4b,_0x294136=-0x1)=>{const _0x554d0e=new _0x44d4a3(this['locale']);_0x554d0e['children']['add'](_0x174b4b);const _0x3c95d2=_0x294136>-0x1?_0x294136:_0x11e2e3['items']['length'];_0x11e2e3['items']['add'](_0x554d0e,_0x3c95d2),_0x29d434['listenTo'](_0x174b4b,'change:isEnabled',()=>{_0x29d434['isEnabled']=[...this['items']]['some'](_0x104038=>_0x104038['isEnabled']);}),_0x29d434['listenTo'](_0x174b4b,'change:isVisible',()=>{_0x29d434['buttonView']['isVisible']=[...this['items']]['some'](_0x66fab3=>_0x66fab3['isVisible']);});};_0x29d434['panelPosition']='sw',_0x29d434['buttonView']['set']({'label':W(this['locale'],'Show\x20more\x20items'),'icon':_0x2bbb1f['threeVerticalDots']}),_0x29d434['isEnabled']=[...this['items']]['some'](_0x406ee5=>_0x406ee5['isEnabled']),_0x29d434['buttonView']['isVisible']=[...this['items']]['some'](_0x4558c8=>_0x4558c8['isVisible']);for(const _0x11fc13 of this['items'])_0x27e98a(_0x11fc13);return _0x21ddcd['add'](_0x11e2e3),_0x29d434['listenTo'](this['items'],'add',(_0x109810,_0x1ec12f,_0x58748f)=>{_0x27e98a(_0x1ec12f,_0x58748f);}),_0x29d434['listenTo'](this['items'],'remove',(_0x1abb1f,_0x3e0f05,_0x5d0ef0)=>{_0x11e2e3['items']['remove'](_0x5d0ef0);}),_0x29d434;}['_attachActions'](_0x466d0d,_0x3e41d1){const _0x4d7ee6=_0x466d0d&&_0x466d0d['element'];_0x4d7ee6&&(this['listenTo'](_0x4d7ee6,'mouseenter',()=>this['actionIndicator']=_0x3e41d1),this['listenTo'](_0x4d7ee6,'focus',()=>this['actionIndicator']=_0x3e41d1),this['listenTo'](_0x4d7ee6,'mouseleave',()=>this['actionIndicator']=null),this['listenTo'](_0x4d7ee6,'blur',()=>this['actionIndicator']=null));}['_createCommentInputView'](){const _0x499e5f=super['_createCommentInputView']();return _0x499e5f['bind']('placeholder')['to'](this),_0x499e5f;}['getExternalCommentNote'](){return'importWord'===this['_model']['attributes']['@external']['source']?W(this['locale'],'EXTERNAL_IMPORT_WORD_COMMENT'):W(this['locale'],'EXTERNAL_COMMENT');}['getUserViewNotificationText'](){return this['_model']['isExternal']?'importWord'===this['_model']['attributes']['@external']['source']?W(this['locale'],'EXTERNAL_IMPORT_WORD_AVATAR',this['_model']['creator']['name']):W(this['locale'],'EXTERNAL_AVATAR',this['_model']['creator']['name']):null;}['render'](){super['render'](),this['_attachActions'](this['editButton'],'edit'),this['_attachActions'](this['removeButton'],'remove');}}function Dt(_0x310e40){const _0x1854a0=bt(_0x310e40,0x1e),_0x4fded2=new MutationObserver(_0x1c19fc=>{for(const _0x31712f of _0x1c19fc)('attributes'==_0x31712f['type']&&'class'==_0x31712f['attributeName']||'childList'==_0x31712f['type']||'characterData'==_0x31712f['type'])&&_0x1854a0();});return{'attach'(_0x564010){_0x4fded2['observe'](_0x564010,{'attributes':!0x0,'childList':!0x0,'subtree':!0x0,'characterData':!0x0});},'detach'(){_0x4fded2['disconnect'](),_0x1854a0['cancel']();}};}class V extends _t{['focusTracker'];['id'];['keystrokes'];['content'];['mainView'];['_mutationObserver'];constructor(_0x4d6172,_0x998e0e){super(_0x4d6172),this['id']=_0x850aeb(),this['focusTracker']=new _0x15a255(),this['keystrokes']=new Et(),this['keystrokes']['set']('Esc',(_0x57aa10,_0x13a6ae)=>this['fire']('Esc',_0x13a6ae)),this['set']('targetRect',{'top':0x0,'right':0x0,'bottom':0x0,'left':0x0}),this['set']('height',0x0),this['set']('isActive',!0x1),this['set']('isDirty',!0x1),this['set']('length',0x0),this['set']('type',''),this['_mutationObserver']=Dt(()=>this['_updateHeight']()),this['content']=this['createCollection'](),this['content']['add'](_0x998e0e),this['mainView']=_0x998e0e;const _0x4f2499=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-annotation-wrapper','ck-rounded-corners',_0x4f2499['if']('isActive','ck-annotation-wrapper--active')],'tabindex':-0x1},'children':this['content']});}['render'](){super['render'](),this['focusTracker']['add'](this['element']),this['keystrokes']['listenTo'](this['element']),this['_mutationObserver']['attach'](this['element']);}['destroy'](){this['content']['clear'](),this['keystrokes']['destroy'](),this['focusTracker']['destroy'](),this['_mutationObserver']['detach'](),super['destroy']();}['focus'](){this['element']['focus']();}['_updateHeight'](){const _0x457e69=this['element']['clientHeight'];_0x457e69&&(this['height']=_0x457e69);}}class d extends/* #__PURE__ -- @preserve */
29
- _0x5b673e(){['view'];['focusableElements'];['_type'];['_target'];constructor({view:_0x51d9d8,target:_0x540351,type:_0x1a0790,isVisible:_0xa32823=!0x0}){super(),this['view']=_0x51d9d8,this['view']['element']||this['view']['render'](),this['_type']=_0x1a0790,this['_target']=_0x540351,d['_assertCorrectTarget'](this['_getNormalizedTarget']()),this['focusableElements']=new _0x53995b([this['view']['element']],{'idProperty':'_id'}),this['focusableElements']['on']('add',(_0x46a18c,_0xd1665c)=>{this['view']['focusTracker']['add'](_0xd1665c);}),this['focusableElements']['on']('remove',(_0x14cd96,_0x25b6db)=>{this['view']['focusTracker']['remove'](_0x25b6db);}),this['set']('isVisible',_0xa32823);}get['type'](){return'function'==typeof this['_type']?this['_type']():this['_type'];}get['innerView'](){return this['view']['mainView'];}get['target'](){const _0x51bba9=this['_getNormalizedTarget']();return d['_assertCorrectTarget'](_0x51bba9),_0x51bba9;}get['targetRect'](){const _0x5017f6=this['target'];if(null===_0x5017f6)return null;if(_0x5017f6 instanceof _0x2aff2b)return _0x5017f6;const _0x3bcdee=_0x5017f6['filter'](_0x15e4cc=>function(_0x2a4ad8){const _0x4f4931=_0x2a4ad8['offsetParent'];if(_0x4f4931)return!0x0;const _0x44b855=_0x2a4ad8['getClientRects']()['item'](0x0);return!!_0x44b855;}(_0x15e4cc));return 0x0===_0x3bcdee['length']?null:new _0x2aff2b(_0x3bcdee[0x0]['getClientRects']()['item'](0x0));}get['isActive'](){return this['view']['isActive'];}set['isActive'](_0x28951e){this['view']['isActive']=_0x28951e,this['view']['mainView']['isActive']=_0x28951e;}['updateTargetRect'](){this['view']['targetRect']=this['targetRect'];}['destroy'](){this['focusableElements']['stopListening'](),this['focusableElements']['clear'](),this['stopListening']();}['refreshVisibility'](){this['isVisible']=!!this['targetRect'];}static['_assertCorrectTarget'](_0x37ba43){if(!(null===_0x37ba43||_0x37ba43 instanceof _0x2aff2b||Array['isArray'](_0x37ba43)&&_0x37ba43['every'](_0x7a6b5a=>ee(_0x7a6b5a))))throw new _0x54567d('annotation-invalid-target',null,{'target':_0x37ba43});}['_getNormalizedTarget'](){const _0x534040='function'==typeof this['_target']?this['_target']():this['_target'];return ee(_0x534040)?[_0x534040]:_0x534040;}}function ee(_0xbd51f0){return null!==_0xbd51f0&&'object'==typeof _0xbd51f0&&'nodeType'in _0xbd51f0&&0x1===_0xbd51f0['nodeType'];}class x extends _0x53995b{['_innerViewToAnnotation'];['_viewToAnnotation'];['_focusTracker'];constructor(_0x106e41=[]){super(),this['_innerViewToAnnotation']=new Map(),this['_viewToAnnotation']=new Map(),this['_focusTracker']=new _0x15a255(),this['_focusTracker']['on']('change:isFocused',(_0x3c794e,_0x14ef9a,_0xb141de)=>{_0xb141de||this['fire']('blur');});for(const _0x86ba97 of _0x106e41)this['add'](_0x86ba97);}get['isFocused'](){return this['_focusTracker']['isFocused'];}['add'](_0x104871){if(this['has'](_0x104871))throw new _0x54567d('annotationcollection-duplicated-item',null);this['_innerViewToAnnotation']['set'](_0x104871['innerView'],_0x104871),this['_viewToAnnotation']['set'](_0x104871['view'],_0x104871);for(const _0x3a7024 of _0x104871['focusableElements'])this['_focusTracker']['add'](_0x3a7024);this['listenTo'](_0x104871['focusableElements'],'add',(_0x5b4747,_0x4347b3)=>{this['_focusTracker']['add'](_0x4347b3);}),this['listenTo'](_0x104871['focusableElements'],'remove',(_0x49a089,_0x5db4a2)=>{this['_focusTracker']['remove'](_0x5db4a2);}),this['listenTo'](_0x104871['view']['focusTracker'],'change:isFocused',(_0x3312fc,_0x1ae69a,_0x31fc2b)=>{_0x31fc2b&&this['fire']('focus',_0x104871);}),_0x104871['updateTargetRect']();const _0x46256b=this['_getOrderInContent'](_0x104871['view']['targetRect']);return super['add'](_0x104871,_0x46256b);}['remove'](_0x11801e){if(!this['has'](_0x11801e))throw new _0x54567d('annotationcollection-not-existing-item',null);this['stopListening'](_0x11801e['view']['focusTracker']),this['stopListening'](_0x11801e['focusableElements']);for(const _0x112f47 of _0x11801e['focusableElements'])this['_focusTracker']['remove'](_0x112f47);return this['_viewToAnnotation']['delete'](_0x11801e['view']),this['_innerViewToAnnotation']['delete'](_0x11801e['innerView']),super['remove'](_0x11801e);}['getByInnerView'](_0xf8d657){return this['_innerViewToAnnotation']['get'](_0xf8d657);}['getByView'](_0x58d956){return this['_viewToAnnotation']['get'](_0x58d956);}['destroy'](){super['clear'](),this['stopListening'](),this['_innerViewToAnnotation']['clear'](),this['_viewToAnnotation']['clear'](),this['_focusTracker']['destroy']();}['refreshPositioning'](){for(const _0x1beb15 of this)_0x1beb15['updateTargetRect']();this['_sort']();}['_sort'](){const _0x21f39e=Array['from'](this)['sort']((_0x503ca2,_0x12acc6)=>v(_0x503ca2['view']['targetRect'],_0x12acc6['view']['targetRect']));for(let _0x7f15fa=_0x21f39e['length']-0x1;_0x7f15fa>0x0;_0x7f15fa--){const _0x446b4d=_0x21f39e[_0x7f15fa];_0x7f15fa!==this['getIndex'](_0x446b4d)&&(this['remove'](_0x446b4d),this['add'](_0x446b4d));}}['_getOrderInContent'](_0x7b50ff){let _0x3554d7=0x0;if(!_0x7b50ff)return this['length'];for(const _0xe2252 of this){const _0x13c808=_0xe2252['view']['targetRect'];if(_0x13c808){if(v(_0x7b50ff,_0x13c808)<0x0)return _0x3554d7;_0x3554d7++;}}return _0x3554d7;}}function v(_0x4dddaf,_0x13b35){if(null===_0x4dddaf&&null===_0x13b35)return 0x0;if(null===_0x4dddaf)return-0x1;if(null===_0x13b35)return 0x1;const _0x2fa953=_0x4dddaf['top']-_0x13b35['top'];return 0x0==_0x2fa953?_0x4dddaf['left']-_0x13b35['left']:_0x2fa953;}class b extends _0x51560b{['collection'];['_visibleAnnotations'];static get['pluginName'](){return'Annotations';}constructor(_0x145858){super(_0x145858),this['collection']=new x(),this['_visibleAnnotations']=new x(),this['set']('activeAnnotations',new Set()),this['_bindAnnotationsToVisibleAnnotations']();}['add'](_0x1adaaa){this['collection']['add'](_0x1adaaa);}['remove'](_0x5759ee){this['collection']['remove'](_0x5759ee),_0x5759ee['destroy']();}['refreshVisibility'](){for(const _0x3fc601 of this['collection'])_0x3fc601['refreshVisibility']();}['refreshPositioning'](){this['_visibleAnnotations']['refreshPositioning']();}['getByInnerView'](_0x5e846f){return this['collection']['getByInnerView'](_0x5e846f);}['deactivateAll'](){this['fire']('_deactivateAllAnnotations');}['destroy'](){for(const _0x1b091c of this['collection'])_0x1b091c['destroy']();this['_visibleAnnotations']['destroy'](),this['collection']['destroy'](),super['destroy']();}['activate'](_0xe36e5a){this['fire']('_activateAnnotation',_0xe36e5a);}['createAnnotation'](_0x38e1b5){return new d(_0x38e1b5);}['createAnnotationView'](_0x5b4e12,_0x3e8ae8){return new V(_0x5b4e12,_0x3e8ae8);}['_addActiveAnnotation'](_0x125004){const _0x36af4e=new Set(this['activeAnnotations']);_0x36af4e['add'](_0x125004),this['activeAnnotations']=_0x36af4e;}['_removeActiveAnnotation'](_0x1880be){const _0x125231=new Set(this['activeAnnotations']);_0x125231['delete'](_0x1880be),this['activeAnnotations']=_0x125231;}['_bindAnnotationsToVisibleAnnotations'](){const _0x57a1ae=this['collection'],_0x4fede9=this['_visibleAnnotations'];function _0x5767bc(_0x2fb753){const _0x26324a=_0x2fb753['source'];_0x26324a['isVisible']&&!_0x4fede9['has'](_0x26324a)?_0x4fede9['add'](_0x26324a):!_0x26324a['isVisible']&&_0x4fede9['has'](_0x26324a)&&_0x4fede9['remove'](_0x26324a),_0x26324a['view']['focusTracker']['remove'](_0x26324a['view']['element']),_0x26324a['view']['focusTracker']['add'](_0x26324a['view']['element']);}this['listenTo'](_0x57a1ae,'add',(_0x4bdf97,_0x55b4b9)=>{_0x55b4b9['isVisible']&&_0x4fede9['add'](_0x55b4b9),this['listenTo'](_0x55b4b9,'change:isVisible',_0x5767bc);}),this['listenTo'](_0x57a1ae,'remove',(_0x9cb2b2,_0x746f06)=>{_0x4fede9['has'](_0x746f06)&&_0x4fede9['remove'](_0x746f06),this['stopListening'](_0x746f06,'change:isVisible',_0x5767bc);});}}const Ct=Symbol('noChannel'),vt={'admin':!0x0,'modifyAll':!0x1,'write':!0x0,'resolve':!0x0};class m extends _0x51560b{['licenseKey'];['_threads'];['_threadToController'];['_viewToController'];static get['requires'](){return[b,ht,lt];}static get['pluginName'](){return'CommentsRepository';}constructor(_0x42ec21){super(_0x42ec21),this['_threads']=new Map(),this['_threadToController']=new Map(),this['_viewToController']=new Map(),this['set']('_readOnlyChannels',new Set()),this['set']('_permissions',new Map()),this['licenseKey']=this['context']['config']['get']('licenseKey');const _0x3754bc=this['context']['config'];_0x3754bc['define']('comments.maxCommentsWhenCollapsed',0x2),_0x3754bc['define']('comments.maxThreadTotalWeight',0x1f4),_0x3754bc['define']('comments.maxCommentCharsWhenCollapsed',0x8c),_0x3754bc['define']('comments.CommentThreadView',yt),_0x3754bc['define']('comments.CommentView',At),_0x3754bc['get']('comments.editorConfig')||console['warn']('Missing\x20comments\x20editor\x20configuration\x20(`comments.editorConfig`).\x20Default\x20configuration\x20will\x20be\x20used\x20instead.');}['init'](){const _0x37796c=this['context']['plugins']['get'](b);this['set']('activeCommentThread',null),this['on']('addCommentThread',(_0x491ac5,_0x4909ee)=>this['_addCommentThread'](_0x4909ee)),this['on']('submitCommentThread',(_0x22edf6,_0x20a943)=>this['_submitCommentThread'](_0x20a943)),this['on']('resolveCommentThread',(_0x47da56,_0x2586f1)=>this['_resolveCommentThread'](_0x2586f1)),this['on']('resolveCommentThread',(_0x376e90,_0x4e112f)=>this['_updateActiveAnnotation'](_0x4e112f),{'priority':'lowest'}),this['on']('reopenCommentThread',(_0x120474,_0x57888d)=>this['_reopenCommentThread'](_0x57888d)),this['on']('reopenCommentThread',(_0x2aff3d,_0x40fd6b)=>this['_updateActiveAnnotation'](_0x40fd6b),{'priority':'lowest'}),this['on']('removeCommentThread',(_0x118599,_0x12be61)=>this['_removeCommentThread'](_0x12be61)),this['on']('updateCommentThread',(_0x14f71c,_0x49887d)=>this['_updateCommentThread'](_0x49887d)),this['on']('updateCommentThread',(_0xfc5ed1,_0x2ba1e7)=>this['_updateActiveAnnotation'](_0x2ba1e7),{'priority':'lowest'}),this['on']('addComment',(_0x297eaf,_0x138d31)=>this['_addComment'](_0x138d31)),this['on']('updateComment',(_0x528a9c,_0x44e903)=>this['_updateComment'](_0x44e903)),this['on']('removeComment',(_0x4e11af,_0x488500)=>this['_removeComment'](_0x488500)),this['on']('addComment',(_0x411c74,{threadId:_0x57603f,isFromAdapter:_0x33663a})=>{if(_0x33663a)return;const _0xbf5701=this['getCommentThread'](_0x57603f),_0x33a99c=_0xbf5701&&this['_threadToController']['get'](_0xbf5701);_0x33a99c&&_0x33a99c['view']['focus']();},{'priority':'lowest'}),this['listenTo'](_0x37796c,'change:activeAnnotations',(_0x1f2271,_0x5f344a,_0x90fcea)=>{const _0x46f888=Array['from'](_0x90fcea)['map'](_0x4aba82=>this['_viewToController']['get'](_0x4aba82['innerView']))['filter'](Boolean)[0x0];this['activeCommentThread']=_0x46f888?_0x46f888['model']:null;});}['afterInit'](){!function(_0x2ab647){function _0x3605dd(_0xb0283b,_0x41d73a,_0xde5a62){const _0xd98093={};_0xd98093[_0x4f89d7([0x6e,0x75,0x6d,0x62,0x65,0x72,0x4f,0x66,0x52,0x6f,0x75,0x6e,0x64,0x73])]={0x10:0xa,0x18:0xc,0x20:0xe},_0xd98093[_0x4f89d7([0x72,0x63,0x6f,0x6e])]=[0x1,0x2,0x4,0x8,0x10,0x20,0x40,0x80,0x1b,0x36,0x6c,0xd8,0xab,0x4d,0x9a,0x2f,0x5e,0xbc,0x63,0xc6,0x97,0x35,0x6a,0xd4,0xb3,0x7d,0xfa,0xef,0xc5,0x91],_0xd98093[_0x4f89d7([0x53])]=[0x63,0x7c,0x77,0x7b,0xf2,0x6b,0x6f,0xc5,0x30,0x1,0x67,0x2b,0xfe,0xd7,0xab,0x76,0xca,0x82,0xc9,0x7d,0xfa,0x59,0x47,0xf0,0xad,0xd4,0xa2,0xaf,0x9c,0xa4,0x72,0xc0,0xb7,0xfd,0x93,0x26,0x36,0x3f,0xf7,0xcc,0x34,0xa5,0xe5,0xf1,0x71,0xd8,0x31,0x15,0x4,0xc7,0x23,0xc3,0x18,0x96,0x5,0x9a,0x7,0x12,0x80,0xe2,0xeb,0x27,0xb2,0x75,0x9,0x83,0x2c,0x1a,0x1b,0x6e,0x5a,0xa0,0x52,0x3b,0xd6,0xb3,0x29,0xe3,0x2f,0x84,0x53,0xd1,0x0,0xed,0x20,0xfc,0xb1,0x5b,0x6a,0xcb,0xbe,0x39,0x4a,0x4c,0x58,0xcf,0xd0,0xef,0xaa,0xfb,0x43,0x4d,0x33,0x85,0x45,0xf9,0x2,0x7f,0x50,0x3c,0x9f,0xa8,0x51,0xa3,0x40,0x8f,0x92,0x9d,0x38,0xf5,0xbc,0xb6,0xda,0x21,0x10,0xff,0xf3,0xd2,0xcd,0xc,0x13,0xec,0x5f,0x97,0x44,0x17,0xc4,0xa7,0x7e,0x3d,0x64,0x5d,0x19,0x73,0x60,0x81,0x4f,0xdc,0x22,0x2a,0x90,0x88,0x46,0xee,0xb8,0x14,0xde,0x5e,0xb,0xdb,0xe0,0x32,0x3a,0xa,0x49,0x6,0x24,0x5c,0xc2,0xd3,0xac,0x62,0x91,0x95,0xe4,0x79,0xe7,0xc8,0x37,0x6d,0x8d,0xd5,0x4e,0xa9,0x6c,0x56,0xf4,0xea,0x65,0x7a,0xae,0x8,0xba,0x78,0x25,0x2e,0x1c,0xa6,0xb4,0xc6,0xe8,0xdd,0x74,0x1f,0x4b,0xbd,0x8b,0x8a,0x70,0x3e,0xb5,0x66,0x48,0x3,0xf6,0xe,0x61,0x35,0x57,0xb9,0x86,0xc1,0x1d,0x9e,0xe1,0xf8,0x98,0x11,0x69,0xd9,0x8e,0x94,0x9b,0x1e,0x87,0xe9,0xce,0x55,0x28,0xdf,0x8c,0xa1,0x89,0xd,0xbf,0xe6,0x42,0x68,0x41,0x99,0x2d,0xf,0xb0,0x54,0xbb,0x16],_0xd98093[_0x4f89d7([0x54,0x31])]=[0xc66363a5,0xf87c7c84,0xee777799,0xf67b7b8d,0xfff2f20d,0xd66b6bbd,0xde6f6fb1,0x91c5c554,0x60303050,0x2010103,0xce6767a9,0x562b2b7d,0xe7fefe19,0xb5d7d762,0x4dababe6,0xec76769a,0x8fcaca45,0x1f82829d,0x89c9c940,0xfa7d7d87,0xeffafa15,0xb25959eb,0x8e4747c9,0xfbf0f00b,0x41adadec,0xb3d4d467,0x5fa2a2fd,0x45afafea,0x239c9cbf,0x53a4a4f7,0xe4727296,0x9bc0c05b,0x75b7b7c2,0xe1fdfd1c,0x3d9393ae,0x4c26266a,0x6c36365a,0x7e3f3f41,0xf5f7f702,0x83cccc4f,0x6834345c,0x51a5a5f4,0xd1e5e534,0xf9f1f108,0xe2717193,0xabd8d873,0x62313153,0x2a15153f,0x804040c,0x95c7c752,0x46232365,0x9dc3c35e,0x30181828,0x379696a1,0xa05050f,0x2f9a9ab5,0xe070709,0x24121236,0x1b80809b,0xdfe2e23d,0xcdebeb26,0x4e272769,0x7fb2b2cd,0xea75759f,0x1209091b,0x1d83839e,0x582c2c74,0x341a1a2e,0x361b1b2d,0xdc6e6eb2,0xb45a5aee,0x5ba0a0fb,0xa45252f6,0x763b3b4d,0xb7d6d661,0x7db3b3ce,0x5229297b,0xdde3e33e,0x5e2f2f71,0x13848497,0xa65353f5,0xb9d1d168,0x0,0xc1eded2c,0x40202060,0xe3fcfc1f,0x79b1b1c8,0xb65b5bed,0xd46a6abe,0x8dcbcb46,0x67bebed9,0x7239394b,0x944a4ade,0x984c4cd4,0xb05858e8,0x85cfcf4a,0xbbd0d06b,0xc5efef2a,0x4faaaae5,0xedfbfb16,0x864343c5,0x9a4d4dd7,0x66333355,0x11858594,0x8a4545cf,0xe9f9f910,0x4020206,0xfe7f7f81,0xa05050f0,0x783c3c44,0x259f9fba,0x4ba8a8e3,0xa25151f3,0x5da3a3fe,0x804040c0,0x58f8f8a,0x3f9292ad,0x219d9dbc,0x70383848,0xf1f5f504,0x63bcbcdf,0x77b6b6c1,0xafdada75,0x42212163,0x20101030,0xe5ffff1a,0xfdf3f30e,0xbfd2d26d,0x81cdcd4c,0x180c0c14,0x26131335,0xc3ecec2f,0xbe5f5fe1,0x359797a2,0x884444cc,0x2e171739,0x93c4c457,0x55a7a7f2,0xfc7e7e82,0x7a3d3d47,0xc86464ac,0xba5d5de7,0x3219192b,0xe6737395,0xc06060a0,0x19818198,0x9e4f4fd1,0xa3dcdc7f,0x44222266,0x542a2a7e,0x3b9090ab,0xb888883,0x8c4646ca,0xc7eeee29,0x6bb8b8d3,0x2814143c,0xa7dede79,0xbc5e5ee2,0x160b0b1d,0xaddbdb76,0xdbe0e03b,0x64323256,0x743a3a4e,0x140a0a1e,0x924949db,0xc06060a,0x4824246c,0xb85c5ce4,0x9fc2c25d,0xbdd3d36e,0x43acacef,0xc46262a6,0x399191a8,0x319595a4,0xd3e4e437,0xf279798b,0xd5e7e732,0x8bc8c843,0x6e373759,0xda6d6db7,0x18d8d8c,0xb1d5d564,0x9c4e4ed2,0x49a9a9e0,0xd86c6cb4,0xac5656fa,0xf3f4f407,0xcfeaea25,0xca6565af,0xf47a7a8e,0x47aeaee9,0x10080818,0x6fbabad5,0xf0787888,0x4a25256f,0x5c2e2e72,0x381c1c24,0x57a6a6f1,0x73b4b4c7,0x97c6c651,0xcbe8e823,0xa1dddd7c,0xe874749c,0x3e1f1f21,0x964b4bdd,0x61bdbddc,0xd8b8b86,0xf8a8a85,0xe0707090,0x7c3e3e42,0x71b5b5c4,0xcc6666aa,0x904848d8,0x6030305,0xf7f6f601,0x1c0e0e12,0xc26161a3,0x6a35355f,0xae5757f9,0x69b9b9d0,0x17868691,0x99c1c158,0x3a1d1d27,0x279e9eb9,0xd9e1e138,0xebf8f813,0x2b9898b3,0x22111133,0xd26969bb,0xa9d9d970,0x78e8e89,0x339494a7,0x2d9b9bb6,0x3c1e1e22,0x15878792,0xc9e9e920,0x87cece49,0xaa5555ff,0x50282878,0xa5dfdf7a,0x38c8c8f,0x59a1a1f8,0x9898980,0x1a0d0d17,0x65bfbfda,0xd7e6e631,0x844242c6,0xd06868b8,0x824141c3,0x299999b0,0x5a2d2d77,0x1e0f0f11,0x7bb0b0cb,0xa85454fc,0x6dbbbbd6,0x2c16163a],_0xd98093[_0x4f89d7([0x54,0x32])]=[0xa5c66363,0x84f87c7c,0x99ee7777,0x8df67b7b,0xdfff2f2,0xbdd66b6b,0xb1de6f6f,0x5491c5c5,0x50603030,0x3020101,0xa9ce6767,0x7d562b2b,0x19e7fefe,0x62b5d7d7,0xe64dabab,0x9aec7676,0x458fcaca,0x9d1f8282,0x4089c9c9,0x87fa7d7d,0x15effafa,0xebb25959,0xc98e4747,0xbfbf0f0,0xec41adad,0x67b3d4d4,0xfd5fa2a2,0xea45afaf,0xbf239c9c,0xf753a4a4,0x96e47272,0x5b9bc0c0,0xc275b7b7,0x1ce1fdfd,0xae3d9393,0x6a4c2626,0x5a6c3636,0x417e3f3f,0x2f5f7f7,0x4f83cccc,0x5c683434,0xf451a5a5,0x34d1e5e5,0x8f9f1f1,0x93e27171,0x73abd8d8,0x53623131,0x3f2a1515,0xc080404,0x5295c7c7,0x65462323,0x5e9dc3c3,0x28301818,0xa1379696,0xf0a0505,0xb52f9a9a,0x90e0707,0x36241212,0x9b1b8080,0x3ddfe2e2,0x26cdebeb,0x694e2727,0xcd7fb2b2,0x9fea7575,0x1b120909,0x9e1d8383,0x74582c2c,0x2e341a1a,0x2d361b1b,0xb2dc6e6e,0xeeb45a5a,0xfb5ba0a0,0xf6a45252,0x4d763b3b,0x61b7d6d6,0xce7db3b3,0x7b522929,0x3edde3e3,0x715e2f2f,0x97138484,0xf5a65353,0x68b9d1d1,0x0,0x2cc1eded,0x60402020,0x1fe3fcfc,0xc879b1b1,0xedb65b5b,0xbed46a6a,0x468dcbcb,0xd967bebe,0x4b723939,0xde944a4a,0xd4984c4c,0xe8b05858,0x4a85cfcf,0x6bbbd0d0,0x2ac5efef,0xe54faaaa,0x16edfbfb,0xc5864343,0xd79a4d4d,0x55663333,0x94118585,0xcf8a4545,0x10e9f9f9,0x6040202,0x81fe7f7f,0xf0a05050,0x44783c3c,0xba259f9f,0xe34ba8a8,0xf3a25151,0xfe5da3a3,0xc0804040,0x8a058f8f,0xad3f9292,0xbc219d9d,0x48703838,0x4f1f5f5,0xdf63bcbc,0xc177b6b6,0x75afdada,0x63422121,0x30201010,0x1ae5ffff,0xefdf3f3,0x6dbfd2d2,0x4c81cdcd,0x14180c0c,0x35261313,0x2fc3ecec,0xe1be5f5f,0xa2359797,0xcc884444,0x392e1717,0x5793c4c4,0xf255a7a7,0x82fc7e7e,0x477a3d3d,0xacc86464,0xe7ba5d5d,0x2b321919,0x95e67373,0xa0c06060,0x98198181,0xd19e4f4f,0x7fa3dcdc,0x66442222,0x7e542a2a,0xab3b9090,0x830b8888,0xca8c4646,0x29c7eeee,0xd36bb8b8,0x3c281414,0x79a7dede,0xe2bc5e5e,0x1d160b0b,0x76addbdb,0x3bdbe0e0,0x56643232,0x4e743a3a,0x1e140a0a,0xdb924949,0xa0c0606,0x6c482424,0xe4b85c5c,0x5d9fc2c2,0x6ebdd3d3,0xef43acac,0xa6c46262,0xa8399191,0xa4319595,0x37d3e4e4,0x8bf27979,0x32d5e7e7,0x438bc8c8,0x596e3737,0xb7da6d6d,0x8c018d8d,0x64b1d5d5,0xd29c4e4e,0xe049a9a9,0xb4d86c6c,0xfaac5656,0x7f3f4f4,0x25cfeaea,0xafca6565,0x8ef47a7a,0xe947aeae,0x18100808,0xd56fbaba,0x88f07878,0x6f4a2525,0x725c2e2e,0x24381c1c,0xf157a6a6,0xc773b4b4,0x5197c6c6,0x23cbe8e8,0x7ca1dddd,0x9ce87474,0x213e1f1f,0xdd964b4b,0xdc61bdbd,0x860d8b8b,0x850f8a8a,0x90e07070,0x427c3e3e,0xc471b5b5,0xaacc6666,0xd8904848,0x5060303,0x1f7f6f6,0x121c0e0e,0xa3c26161,0x5f6a3535,0xf9ae5757,0xd069b9b9,0x91178686,0x5899c1c1,0x273a1d1d,0xb9279e9e,0x38d9e1e1,0x13ebf8f8,0xb32b9898,0x33221111,0xbbd26969,0x70a9d9d9,0x89078e8e,0xa7339494,0xb62d9b9b,0x223c1e1e,0x92158787,0x20c9e9e9,0x4987cece,0xffaa5555,0x78502828,0x7aa5dfdf,0x8f038c8c,0xf859a1a1,0x80098989,0x171a0d0d,0xda65bfbf,0x31d7e6e6,0xc6844242,0xb8d06868,0xc3824141,0xb0299999,0x775a2d2d,0x111e0f0f,0xcb7bb0b0,0xfca85454,0xd66dbbbb,0x3a2c1616],_0xd98093[_0x4f89d7([0x54,0x33])]=[0x63a5c663,0x7c84f87c,0x7799ee77,0x7b8df67b,0xf20dfff2,0x6bbdd66b,0x6fb1de6f,0xc55491c5,0x30506030,0x1030201,0x67a9ce67,0x2b7d562b,0xfe19e7fe,0xd762b5d7,0xabe64dab,0x769aec76,0xca458fca,0x829d1f82,0xc94089c9,0x7d87fa7d,0xfa15effa,0x59ebb259,0x47c98e47,0xf00bfbf0,0xadec41ad,0xd467b3d4,0xa2fd5fa2,0xafea45af,0x9cbf239c,0xa4f753a4,0x7296e472,0xc05b9bc0,0xb7c275b7,0xfd1ce1fd,0x93ae3d93,0x266a4c26,0x365a6c36,0x3f417e3f,0xf702f5f7,0xcc4f83cc,0x345c6834,0xa5f451a5,0xe534d1e5,0xf108f9f1,0x7193e271,0xd873abd8,0x31536231,0x153f2a15,0x40c0804,0xc75295c7,0x23654623,0xc35e9dc3,0x18283018,0x96a13796,0x50f0a05,0x9ab52f9a,0x7090e07,0x12362412,0x809b1b80,0xe23ddfe2,0xeb26cdeb,0x27694e27,0xb2cd7fb2,0x759fea75,0x91b1209,0x839e1d83,0x2c74582c,0x1a2e341a,0x1b2d361b,0x6eb2dc6e,0x5aeeb45a,0xa0fb5ba0,0x52f6a452,0x3b4d763b,0xd661b7d6,0xb3ce7db3,0x297b5229,0xe33edde3,0x2f715e2f,0x84971384,0x53f5a653,0xd168b9d1,0x0,0xed2cc1ed,0x20604020,0xfc1fe3fc,0xb1c879b1,0x5bedb65b,0x6abed46a,0xcb468dcb,0xbed967be,0x394b7239,0x4ade944a,0x4cd4984c,0x58e8b058,0xcf4a85cf,0xd06bbbd0,0xef2ac5ef,0xaae54faa,0xfb16edfb,0x43c58643,0x4dd79a4d,0x33556633,0x85941185,0x45cf8a45,0xf910e9f9,0x2060402,0x7f81fe7f,0x50f0a050,0x3c44783c,0x9fba259f,0xa8e34ba8,0x51f3a251,0xa3fe5da3,0x40c08040,0x8f8a058f,0x92ad3f92,0x9dbc219d,0x38487038,0xf504f1f5,0xbcdf63bc,0xb6c177b6,0xda75afda,0x21634221,0x10302010,0xff1ae5ff,0xf30efdf3,0xd26dbfd2,0xcd4c81cd,0xc14180c,0x13352613,0xec2fc3ec,0x5fe1be5f,0x97a23597,0x44cc8844,0x17392e17,0xc45793c4,0xa7f255a7,0x7e82fc7e,0x3d477a3d,0x64acc864,0x5de7ba5d,0x192b3219,0x7395e673,0x60a0c060,0x81981981,0x4fd19e4f,0xdc7fa3dc,0x22664422,0x2a7e542a,0x90ab3b90,0x88830b88,0x46ca8c46,0xee29c7ee,0xb8d36bb8,0x143c2814,0xde79a7de,0x5ee2bc5e,0xb1d160b,0xdb76addb,0xe03bdbe0,0x32566432,0x3a4e743a,0xa1e140a,0x49db9249,0x60a0c06,0x246c4824,0x5ce4b85c,0xc25d9fc2,0xd36ebdd3,0xacef43ac,0x62a6c462,0x91a83991,0x95a43195,0xe437d3e4,0x798bf279,0xe732d5e7,0xc8438bc8,0x37596e37,0x6db7da6d,0x8d8c018d,0xd564b1d5,0x4ed29c4e,0xa9e049a9,0x6cb4d86c,0x56faac56,0xf407f3f4,0xea25cfea,0x65afca65,0x7a8ef47a,0xaee947ae,0x8181008,0xbad56fba,0x7888f078,0x256f4a25,0x2e725c2e,0x1c24381c,0xa6f157a6,0xb4c773b4,0xc65197c6,0xe823cbe8,0xdd7ca1dd,0x749ce874,0x1f213e1f,0x4bdd964b,0xbddc61bd,0x8b860d8b,0x8a850f8a,0x7090e070,0x3e427c3e,0xb5c471b5,0x66aacc66,0x48d89048,0x3050603,0xf601f7f6,0xe121c0e,0x61a3c261,0x355f6a35,0x57f9ae57,0xb9d069b9,0x86911786,0xc15899c1,0x1d273a1d,0x9eb9279e,0xe138d9e1,0xf813ebf8,0x98b32b98,0x11332211,0x69bbd269,0xd970a9d9,0x8e89078e,0x94a73394,0x9bb62d9b,0x1e223c1e,0x87921587,0xe920c9e9,0xce4987ce,0x55ffaa55,0x28785028,0xdf7aa5df,0x8c8f038c,0xa1f859a1,0x89800989,0xd171a0d,0xbfda65bf,0xe631d7e6,0x42c68442,0x68b8d068,0x41c38241,0x99b02999,0x2d775a2d,0xf111e0f,0xb0cb7bb0,0x54fca854,0xbbd66dbb,0x163a2c16],_0xd98093[_0x4f89d7([0x54,0x34])]=[0x6363a5c6,0x7c7c84f8,0x777799ee,0x7b7b8df6,0xf2f20dff,0x6b6bbdd6,0x6f6fb1de,0xc5c55491,0x30305060,0x1010302,0x6767a9ce,0x2b2b7d56,0xfefe19e7,0xd7d762b5,0xababe64d,0x76769aec,0xcaca458f,0x82829d1f,0xc9c94089,0x7d7d87fa,0xfafa15ef,0x5959ebb2,0x4747c98e,0xf0f00bfb,0xadadec41,0xd4d467b3,0xa2a2fd5f,0xafafea45,0x9c9cbf23,0xa4a4f753,0x727296e4,0xc0c05b9b,0xb7b7c275,0xfdfd1ce1,0x9393ae3d,0x26266a4c,0x36365a6c,0x3f3f417e,0xf7f702f5,0xcccc4f83,0x34345c68,0xa5a5f451,0xe5e534d1,0xf1f108f9,0x717193e2,0xd8d873ab,0x31315362,0x15153f2a,0x4040c08,0xc7c75295,0x23236546,0xc3c35e9d,0x18182830,0x9696a137,0x5050f0a,0x9a9ab52f,0x707090e,0x12123624,0x80809b1b,0xe2e23ddf,0xebeb26cd,0x2727694e,0xb2b2cd7f,0x75759fea,0x9091b12,0x83839e1d,0x2c2c7458,0x1a1a2e34,0x1b1b2d36,0x6e6eb2dc,0x5a5aeeb4,0xa0a0fb5b,0x5252f6a4,0x3b3b4d76,0xd6d661b7,0xb3b3ce7d,0x29297b52,0xe3e33edd,0x2f2f715e,0x84849713,0x5353f5a6,0xd1d168b9,0x0,0xeded2cc1,0x20206040,0xfcfc1fe3,0xb1b1c879,0x5b5bedb6,0x6a6abed4,0xcbcb468d,0xbebed967,0x39394b72,0x4a4ade94,0x4c4cd498,0x5858e8b0,0xcfcf4a85,0xd0d06bbb,0xefef2ac5,0xaaaae54f,0xfbfb16ed,0x4343c586,0x4d4dd79a,0x33335566,0x85859411,0x4545cf8a,0xf9f910e9,0x2020604,0x7f7f81fe,0x5050f0a0,0x3c3c4478,0x9f9fba25,0xa8a8e34b,0x5151f3a2,0xa3a3fe5d,0x4040c080,0x8f8f8a05,0x9292ad3f,0x9d9dbc21,0x38384870,0xf5f504f1,0xbcbcdf63,0xb6b6c177,0xdada75af,0x21216342,0x10103020,0xffff1ae5,0xf3f30efd,0xd2d26dbf,0xcdcd4c81,0xc0c1418,0x13133526,0xecec2fc3,0x5f5fe1be,0x9797a235,0x4444cc88,0x1717392e,0xc4c45793,0xa7a7f255,0x7e7e82fc,0x3d3d477a,0x6464acc8,0x5d5de7ba,0x19192b32,0x737395e6,0x6060a0c0,0x81819819,0x4f4fd19e,0xdcdc7fa3,0x22226644,0x2a2a7e54,0x9090ab3b,0x8888830b,0x4646ca8c,0xeeee29c7,0xb8b8d36b,0x14143c28,0xdede79a7,0x5e5ee2bc,0xb0b1d16,0xdbdb76ad,0xe0e03bdb,0x32325664,0x3a3a4e74,0xa0a1e14,0x4949db92,0x6060a0c,0x24246c48,0x5c5ce4b8,0xc2c25d9f,0xd3d36ebd,0xacacef43,0x6262a6c4,0x9191a839,0x9595a431,0xe4e437d3,0x79798bf2,0xe7e732d5,0xc8c8438b,0x3737596e,0x6d6db7da,0x8d8d8c01,0xd5d564b1,0x4e4ed29c,0xa9a9e049,0x6c6cb4d8,0x5656faac,0xf4f407f3,0xeaea25cf,0x6565afca,0x7a7a8ef4,0xaeaee947,0x8081810,0xbabad56f,0x787888f0,0x25256f4a,0x2e2e725c,0x1c1c2438,0xa6a6f157,0xb4b4c773,0xc6c65197,0xe8e823cb,0xdddd7ca1,0x74749ce8,0x1f1f213e,0x4b4bdd96,0xbdbddc61,0x8b8b860d,0x8a8a850f,0x707090e0,0x3e3e427c,0xb5b5c471,0x6666aacc,0x4848d890,0x3030506,0xf6f601f7,0xe0e121c,0x6161a3c2,0x35355f6a,0x5757f9ae,0xb9b9d069,0x86869117,0xc1c15899,0x1d1d273a,0x9e9eb927,0xe1e138d9,0xf8f813eb,0x9898b32b,0x11113322,0x6969bbd2,0xd9d970a9,0x8e8e8907,0x9494a733,0x9b9bb62d,0x1e1e223c,0x87879215,0xe9e920c9,0xcece4987,0x5555ffaa,0x28287850,0xdfdf7aa5,0x8c8c8f03,0xa1a1f859,0x89898009,0xd0d171a,0xbfbfda65,0xe6e631d7,0x4242c684,0x6868b8d0,0x4141c382,0x9999b029,0x2d2d775a,0xf0f111e,0xb0b0cb7b,0x5454fca8,0xbbbbd66d,0x16163a2c],_0xd98093[_0x4f89d7([0x55,0x31])]=[0x0,0xe090d0b,0x1c121a16,0x121b171d,0x3824342c,0x362d3927,0x24362e3a,0x2a3f2331,0x70486858,0x7e416553,0x6c5a724e,0x62537f45,0x486c5c74,0x4665517f,0x547e4662,0x5a774b69,0xe090d0b0,0xee99ddbb,0xfc82caa6,0xf28bc7ad,0xd8b4e49c,0xd6bde997,0xc4a6fe8a,0xcaaff381,0x90d8b8e8,0x9ed1b5e3,0x8ccaa2fe,0x82c3aff5,0xa8fc8cc4,0xa6f581cf,0xb4ee96d2,0xbae79bd9,0xdb3bbb7b,0xd532b670,0xc729a16d,0xc920ac66,0xe31f8f57,0xed16825c,0xff0d9541,0xf104984a,0xab73d323,0xa57ade28,0xb761c935,0xb968c43e,0x9357e70f,0x9d5eea04,0x8f45fd19,0x814cf012,0x3bab6bcb,0x35a266c0,0x27b971dd,0x29b07cd6,0x38f5fe7,0xd8652ec,0x1f9d45f1,0x119448fa,0x4be30393,0x45ea0e98,0x57f11985,0x59f8148e,0x73c737bf,0x7dce3ab4,0x6fd52da9,0x61dc20a2,0xad766df6,0xa37f60fd,0xb16477e0,0xbf6d7aeb,0x955259da,0x9b5b54d1,0x894043cc,0x87494ec7,0xdd3e05ae,0xd33708a5,0xc12c1fb8,0xcf2512b3,0xe51a3182,0xeb133c89,0xf9082b94,0xf701269f,0x4de6bd46,0x43efb04d,0x51f4a750,0x5ffdaa5b,0x75c2896a,0x7bcb8461,0x69d0937c,0x67d99e77,0x3daed51e,0x33a7d815,0x21bccf08,0x2fb5c203,0x58ae132,0xb83ec39,0x1998fb24,0x1791f62f,0x764dd68d,0x7844db86,0x6a5fcc9b,0x6456c190,0x4e69e2a1,0x4060efaa,0x527bf8b7,0x5c72f5bc,0x605bed5,0x80cb3de,0x1a17a4c3,0x141ea9c8,0x3e218af9,0x302887f2,0x223390ef,0x2c3a9de4,0x96dd063d,0x98d40b36,0x8acf1c2b,0x84c61120,0xaef93211,0xa0f03f1a,0xb2eb2807,0xbce2250c,0xe6956e65,0xe89c636e,0xfa877473,0xf48e7978,0xdeb15a49,0xd0b85742,0xc2a3405f,0xccaa4d54,0x41ecdaf7,0x4fe5d7fc,0x5dfec0e1,0x53f7cdea,0x79c8eedb,0x77c1e3d0,0x65daf4cd,0x6bd3f9c6,0x31a4b2af,0x3fadbfa4,0x2db6a8b9,0x23bfa5b2,0x9808683,0x7898b88,0x15929c95,0x1b9b919e,0xa17c0a47,0xaf75074c,0xbd6e1051,0xb3671d5a,0x99583e6b,0x97513360,0x854a247d,0x8b432976,0xd134621f,0xdf3d6f14,0xcd267809,0xc32f7502,0xe9105633,0xe7195b38,0xf5024c25,0xfb0b412e,0x9ad7618c,0x94de6c87,0x86c57b9a,0x88cc7691,0xa2f355a0,0xacfa58ab,0xbee14fb6,0xb0e842bd,0xea9f09d4,0xe49604df,0xf68d13c2,0xf8841ec9,0xd2bb3df8,0xdcb230f3,0xcea927ee,0xc0a02ae5,0x7a47b13c,0x744ebc37,0x6655ab2a,0x685ca621,0x42638510,0x4c6a881b,0x5e719f06,0x5078920d,0xa0fd964,0x406d46f,0x161dc372,0x1814ce79,0x322bed48,0x3c22e043,0x2e39f75e,0x2030fa55,0xec9ab701,0xe293ba0a,0xf088ad17,0xfe81a01c,0xd4be832d,0xdab78e26,0xc8ac993b,0xc6a59430,0x9cd2df59,0x92dbd252,0x80c0c54f,0x8ec9c844,0xa4f6eb75,0xaaffe67e,0xb8e4f163,0xb6edfc68,0xc0a67b1,0x2036aba,0x10187da7,0x1e1170ac,0x342e539d,0x3a275e96,0x283c498b,0x26354480,0x7c420fe9,0x724b02e2,0x605015ff,0x6e5918f4,0x44663bc5,0x4a6f36ce,0x587421d3,0x567d2cd8,0x37a10c7a,0x39a80171,0x2bb3166c,0x25ba1b67,0xf853856,0x18c355d,0x13972240,0x1d9e2f4b,0x47e96422,0x49e06929,0x5bfb7e34,0x55f2733f,0x7fcd500e,0x71c45d05,0x63df4a18,0x6dd64713,0xd731dcca,0xd938d1c1,0xcb23c6dc,0xc52acbd7,0xef15e8e6,0xe11ce5ed,0xf307f2f0,0xfd0efffb,0xa779b492,0xa970b999,0xbb6bae84,0xb562a38f,0x9f5d80be,0x91548db5,0x834f9aa8,0x8d4697a3],_0xd98093[_0x4f89d7([0x55,0x32])]=[0x0,0xb0e090d,0x161c121a,0x1d121b17,0x2c382434,0x27362d39,0x3a24362e,0x312a3f23,0x58704868,0x537e4165,0x4e6c5a72,0x4562537f,0x74486c5c,0x7f466551,0x62547e46,0x695a774b,0xb0e090d0,0xbbee99dd,0xa6fc82ca,0xadf28bc7,0x9cd8b4e4,0x97d6bde9,0x8ac4a6fe,0x81caaff3,0xe890d8b8,0xe39ed1b5,0xfe8ccaa2,0xf582c3af,0xc4a8fc8c,0xcfa6f581,0xd2b4ee96,0xd9bae79b,0x7bdb3bbb,0x70d532b6,0x6dc729a1,0x66c920ac,0x57e31f8f,0x5ced1682,0x41ff0d95,0x4af10498,0x23ab73d3,0x28a57ade,0x35b761c9,0x3eb968c4,0xf9357e7,0x49d5eea,0x198f45fd,0x12814cf0,0xcb3bab6b,0xc035a266,0xdd27b971,0xd629b07c,0xe7038f5f,0xec0d8652,0xf11f9d45,0xfa119448,0x934be303,0x9845ea0e,0x8557f119,0x8e59f814,0xbf73c737,0xb47dce3a,0xa96fd52d,0xa261dc20,0xf6ad766d,0xfda37f60,0xe0b16477,0xebbf6d7a,0xda955259,0xd19b5b54,0xcc894043,0xc787494e,0xaedd3e05,0xa5d33708,0xb8c12c1f,0xb3cf2512,0x82e51a31,0x89eb133c,0x94f9082b,0x9ff70126,0x464de6bd,0x4d43efb0,0x5051f4a7,0x5b5ffdaa,0x6a75c289,0x617bcb84,0x7c69d093,0x7767d99e,0x1e3daed5,0x1533a7d8,0x821bccf,0x32fb5c2,0x32058ae1,0x390b83ec,0x241998fb,0x2f1791f6,0x8d764dd6,0x867844db,0x9b6a5fcc,0x906456c1,0xa14e69e2,0xaa4060ef,0xb7527bf8,0xbc5c72f5,0xd50605be,0xde080cb3,0xc31a17a4,0xc8141ea9,0xf93e218a,0xf2302887,0xef223390,0xe42c3a9d,0x3d96dd06,0x3698d40b,0x2b8acf1c,0x2084c611,0x11aef932,0x1aa0f03f,0x7b2eb28,0xcbce225,0x65e6956e,0x6ee89c63,0x73fa8774,0x78f48e79,0x49deb15a,0x42d0b857,0x5fc2a340,0x54ccaa4d,0xf741ecda,0xfc4fe5d7,0xe15dfec0,0xea53f7cd,0xdb79c8ee,0xd077c1e3,0xcd65daf4,0xc66bd3f9,0xaf31a4b2,0xa43fadbf,0xb92db6a8,0xb223bfa5,0x83098086,0x8807898b,0x9515929c,0x9e1b9b91,0x47a17c0a,0x4caf7507,0x51bd6e10,0x5ab3671d,0x6b99583e,0x60975133,0x7d854a24,0x768b4329,0x1fd13462,0x14df3d6f,0x9cd2678,0x2c32f75,0x33e91056,0x38e7195b,0x25f5024c,0x2efb0b41,0x8c9ad761,0x8794de6c,0x9a86c57b,0x9188cc76,0xa0a2f355,0xabacfa58,0xb6bee14f,0xbdb0e842,0xd4ea9f09,0xdfe49604,0xc2f68d13,0xc9f8841e,0xf8d2bb3d,0xf3dcb230,0xeecea927,0xe5c0a02a,0x3c7a47b1,0x37744ebc,0x2a6655ab,0x21685ca6,0x10426385,0x1b4c6a88,0x65e719f,0xd507892,0x640a0fd9,0x6f0406d4,0x72161dc3,0x791814ce,0x48322bed,0x433c22e0,0x5e2e39f7,0x552030fa,0x1ec9ab7,0xae293ba,0x17f088ad,0x1cfe81a0,0x2dd4be83,0x26dab78e,0x3bc8ac99,0x30c6a594,0x599cd2df,0x5292dbd2,0x4f80c0c5,0x448ec9c8,0x75a4f6eb,0x7eaaffe6,0x63b8e4f1,0x68b6edfc,0xb10c0a67,0xba02036a,0xa710187d,0xac1e1170,0x9d342e53,0x963a275e,0x8b283c49,0x80263544,0xe97c420f,0xe2724b02,0xff605015,0xf46e5918,0xc544663b,0xce4a6f36,0xd3587421,0xd8567d2c,0x7a37a10c,0x7139a801,0x6c2bb316,0x6725ba1b,0x560f8538,0x5d018c35,0x40139722,0x4b1d9e2f,0x2247e964,0x2949e069,0x345bfb7e,0x3f55f273,0xe7fcd50,0x571c45d,0x1863df4a,0x136dd647,0xcad731dc,0xc1d938d1,0xdccb23c6,0xd7c52acb,0xe6ef15e8,0xede11ce5,0xf0f307f2,0xfbfd0eff,0x92a779b4,0x99a970b9,0x84bb6bae,0x8fb562a3,0xbe9f5d80,0xb591548d,0xa8834f9a,0xa38d4697],_0xd98093[_0x4f89d7([0x55,0x33])]=[0x0,0xd0b0e09,0x1a161c12,0x171d121b,0x342c3824,0x3927362d,0x2e3a2436,0x23312a3f,0x68587048,0x65537e41,0x724e6c5a,0x7f456253,0x5c74486c,0x517f4665,0x4662547e,0x4b695a77,0xd0b0e090,0xddbbee99,0xcaa6fc82,0xc7adf28b,0xe49cd8b4,0xe997d6bd,0xfe8ac4a6,0xf381caaf,0xb8e890d8,0xb5e39ed1,0xa2fe8cca,0xaff582c3,0x8cc4a8fc,0x81cfa6f5,0x96d2b4ee,0x9bd9bae7,0xbb7bdb3b,0xb670d532,0xa16dc729,0xac66c920,0x8f57e31f,0x825ced16,0x9541ff0d,0x984af104,0xd323ab73,0xde28a57a,0xc935b761,0xc43eb968,0xe70f9357,0xea049d5e,0xfd198f45,0xf012814c,0x6bcb3bab,0x66c035a2,0x71dd27b9,0x7cd629b0,0x5fe7038f,0x52ec0d86,0x45f11f9d,0x48fa1194,0x3934be3,0xe9845ea,0x198557f1,0x148e59f8,0x37bf73c7,0x3ab47dce,0x2da96fd5,0x20a261dc,0x6df6ad76,0x60fda37f,0x77e0b164,0x7aebbf6d,0x59da9552,0x54d19b5b,0x43cc8940,0x4ec78749,0x5aedd3e,0x8a5d337,0x1fb8c12c,0x12b3cf25,0x3182e51a,0x3c89eb13,0x2b94f908,0x269ff701,0xbd464de6,0xb04d43ef,0xa75051f4,0xaa5b5ffd,0x896a75c2,0x84617bcb,0x937c69d0,0x9e7767d9,0xd51e3dae,0xd81533a7,0xcf0821bc,0xc2032fb5,0xe132058a,0xec390b83,0xfb241998,0xf62f1791,0xd68d764d,0xdb867844,0xcc9b6a5f,0xc1906456,0xe2a14e69,0xefaa4060,0xf8b7527b,0xf5bc5c72,0xbed50605,0xb3de080c,0xa4c31a17,0xa9c8141e,0x8af93e21,0x87f23028,0x90ef2233,0x9de42c3a,0x63d96dd,0xb3698d4,0x1c2b8acf,0x112084c6,0x3211aef9,0x3f1aa0f0,0x2807b2eb,0x250cbce2,0x6e65e695,0x636ee89c,0x7473fa87,0x7978f48e,0x5a49deb1,0x5742d0b8,0x405fc2a3,0x4d54ccaa,0xdaf741ec,0xd7fc4fe5,0xc0e15dfe,0xcdea53f7,0xeedb79c8,0xe3d077c1,0xf4cd65da,0xf9c66bd3,0xb2af31a4,0xbfa43fad,0xa8b92db6,0xa5b223bf,0x86830980,0x8b880789,0x9c951592,0x919e1b9b,0xa47a17c,0x74caf75,0x1051bd6e,0x1d5ab367,0x3e6b9958,0x33609751,0x247d854a,0x29768b43,0x621fd134,0x6f14df3d,0x7809cd26,0x7502c32f,0x5633e910,0x5b38e719,0x4c25f502,0x412efb0b,0x618c9ad7,0x6c8794de,0x7b9a86c5,0x769188cc,0x55a0a2f3,0x58abacfa,0x4fb6bee1,0x42bdb0e8,0x9d4ea9f,0x4dfe496,0x13c2f68d,0x1ec9f884,0x3df8d2bb,0x30f3dcb2,0x27eecea9,0x2ae5c0a0,0xb13c7a47,0xbc37744e,0xab2a6655,0xa621685c,0x85104263,0x881b4c6a,0x9f065e71,0x920d5078,0xd9640a0f,0xd46f0406,0xc372161d,0xce791814,0xed48322b,0xe0433c22,0xf75e2e39,0xfa552030,0xb701ec9a,0xba0ae293,0xad17f088,0xa01cfe81,0x832dd4be,0x8e26dab7,0x993bc8ac,0x9430c6a5,0xdf599cd2,0xd25292db,0xc54f80c0,0xc8448ec9,0xeb75a4f6,0xe67eaaff,0xf163b8e4,0xfc68b6ed,0x67b10c0a,0x6aba0203,0x7da71018,0x70ac1e11,0x539d342e,0x5e963a27,0x498b283c,0x44802635,0xfe97c42,0x2e2724b,0x15ff6050,0x18f46e59,0x3bc54466,0x36ce4a6f,0x21d35874,0x2cd8567d,0xc7a37a1,0x17139a8,0x166c2bb3,0x1b6725ba,0x38560f85,0x355d018c,0x22401397,0x2f4b1d9e,0x642247e9,0x692949e0,0x7e345bfb,0x733f55f2,0x500e7fcd,0x5d0571c4,0x4a1863df,0x47136dd6,0xdccad731,0xd1c1d938,0xc6dccb23,0xcbd7c52a,0xe8e6ef15,0xe5ede11c,0xf2f0f307,0xfffbfd0e,0xb492a779,0xb999a970,0xae84bb6b,0xa38fb562,0x80be9f5d,0x8db59154,0x9aa8834f,0x97a38d46],_0xd98093[_0x4f89d7([0x55,0x34])]=[0x0,0x90d0b0e,0x121a161c,0x1b171d12,0x24342c38,0x2d392736,0x362e3a24,0x3f23312a,0x48685870,0x4165537e,0x5a724e6c,0x537f4562,0x6c5c7448,0x65517f46,0x7e466254,0x774b695a,0x90d0b0e0,0x99ddbbee,0x82caa6fc,0x8bc7adf2,0xb4e49cd8,0xbde997d6,0xa6fe8ac4,0xaff381ca,0xd8b8e890,0xd1b5e39e,0xcaa2fe8c,0xc3aff582,0xfc8cc4a8,0xf581cfa6,0xee96d2b4,0xe79bd9ba,0x3bbb7bdb,0x32b670d5,0x29a16dc7,0x20ac66c9,0x1f8f57e3,0x16825ced,0xd9541ff,0x4984af1,0x73d323ab,0x7ade28a5,0x61c935b7,0x68c43eb9,0x57e70f93,0x5eea049d,0x45fd198f,0x4cf01281,0xab6bcb3b,0xa266c035,0xb971dd27,0xb07cd629,0x8f5fe703,0x8652ec0d,0x9d45f11f,0x9448fa11,0xe303934b,0xea0e9845,0xf1198557,0xf8148e59,0xc737bf73,0xce3ab47d,0xd52da96f,0xdc20a261,0x766df6ad,0x7f60fda3,0x6477e0b1,0x6d7aebbf,0x5259da95,0x5b54d19b,0x4043cc89,0x494ec787,0x3e05aedd,0x3708a5d3,0x2c1fb8c1,0x2512b3cf,0x1a3182e5,0x133c89eb,0x82b94f9,0x1269ff7,0xe6bd464d,0xefb04d43,0xf4a75051,0xfdaa5b5f,0xc2896a75,0xcb84617b,0xd0937c69,0xd99e7767,0xaed51e3d,0xa7d81533,0xbccf0821,0xb5c2032f,0x8ae13205,0x83ec390b,0x98fb2419,0x91f62f17,0x4dd68d76,0x44db8678,0x5fcc9b6a,0x56c19064,0x69e2a14e,0x60efaa40,0x7bf8b752,0x72f5bc5c,0x5bed506,0xcb3de08,0x17a4c31a,0x1ea9c814,0x218af93e,0x2887f230,0x3390ef22,0x3a9de42c,0xdd063d96,0xd40b3698,0xcf1c2b8a,0xc6112084,0xf93211ae,0xf03f1aa0,0xeb2807b2,0xe2250cbc,0x956e65e6,0x9c636ee8,0x877473fa,0x8e7978f4,0xb15a49de,0xb85742d0,0xa3405fc2,0xaa4d54cc,0xecdaf741,0xe5d7fc4f,0xfec0e15d,0xf7cdea53,0xc8eedb79,0xc1e3d077,0xdaf4cd65,0xd3f9c66b,0xa4b2af31,0xadbfa43f,0xb6a8b92d,0xbfa5b223,0x80868309,0x898b8807,0x929c9515,0x9b919e1b,0x7c0a47a1,0x75074caf,0x6e1051bd,0x671d5ab3,0x583e6b99,0x51336097,0x4a247d85,0x4329768b,0x34621fd1,0x3d6f14df,0x267809cd,0x2f7502c3,0x105633e9,0x195b38e7,0x24c25f5,0xb412efb,0xd7618c9a,0xde6c8794,0xc57b9a86,0xcc769188,0xf355a0a2,0xfa58abac,0xe14fb6be,0xe842bdb0,0x9f09d4ea,0x9604dfe4,0x8d13c2f6,0x841ec9f8,0xbb3df8d2,0xb230f3dc,0xa927eece,0xa02ae5c0,0x47b13c7a,0x4ebc3774,0x55ab2a66,0x5ca62168,0x63851042,0x6a881b4c,0x719f065e,0x78920d50,0xfd9640a,0x6d46f04,0x1dc37216,0x14ce7918,0x2bed4832,0x22e0433c,0x39f75e2e,0x30fa5520,0x9ab701ec,0x93ba0ae2,0x88ad17f0,0x81a01cfe,0xbe832dd4,0xb78e26da,0xac993bc8,0xa59430c6,0xd2df599c,0xdbd25292,0xc0c54f80,0xc9c8448e,0xf6eb75a4,0xffe67eaa,0xe4f163b8,0xedfc68b6,0xa67b10c,0x36aba02,0x187da710,0x1170ac1e,0x2e539d34,0x275e963a,0x3c498b28,0x35448026,0x420fe97c,0x4b02e272,0x5015ff60,0x5918f46e,0x663bc544,0x6f36ce4a,0x7421d358,0x7d2cd856,0xa10c7a37,0xa8017139,0xb3166c2b,0xba1b6725,0x8538560f,0x8c355d01,0x97224013,0x9e2f4b1d,0xe9642247,0xe0692949,0xfb7e345b,0xf2733f55,0xcd500e7f,0xc45d0571,0xdf4a1863,0xd647136d,0x31dccad7,0x38d1c1d9,0x23c6dccb,0x2acbd7c5,0x15e8e6ef,0x1ce5ede1,0x7f2f0f3,0xefffbfd,0x79b492a7,0x70b999a9,0x6bae84bb,0x62a38fb5,0x5d80be9f,0x548db591,0x4f9aa883,0x4697a38d];const _0x54bf3b=new Uint8Array(0x10);for(let _0x30fe51=0xf;_0x30fe51>=0x0;--_0x30fe51)_0x54bf3b[_0x30fe51]=_0xde5a62%0x100,_0xde5a62=parseInt(_0xde5a62/0x100);let _0x181c61=null,_0x223846=0x10;const _0x289fbd=new Uint8Array(_0x41d73a),_0x5e8efb=[],_0x31e240=[];_0x2fe451();for(let _0x1af02f=0x0;_0x1af02f<_0xb0283b[_0x4f89d7([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1af02f++)0x10===_0x223846&&(_0x181c61=_0x415988(_0x54bf3b),_0x223846=0x0,_0x38d56a(_0x54bf3b)),_0xb0283b[_0x1af02f]^=_0x181c61[_0x223846++];return _0xb0283b;function _0x91c016(_0x1b1c5d){const _0x3c9c59=[];for(let _0x4a668c=0x0;_0x4a668c<_0x1b1c5d[_0x4f89d7([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4a668c+=0x4)_0x3c9c59[_0x4f89d7([0x70,0x75,0x73,0x68])](_0x1b1c5d[_0x4a668c]<<0x18|_0x1b1c5d[_0x4a668c+0x1]<<0x10|_0x1b1c5d[_0x4a668c+0x2]<<0x8|_0x1b1c5d[_0x4a668c+0x3]);return _0x3c9c59;}function _0x38d56a(_0x4f1c29){for(let _0x8cf212=0xf;_0x8cf212>=0x0;_0x8cf212--){if(0xff!==_0x4f1c29[_0x8cf212]){_0x4f1c29[_0x8cf212]++;break;}_0x4f1c29[_0x8cf212]=0x0;}}function _0x415988(_0x2552dc){const _0x485b70=_0x5e8efb[_0x4f89d7([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x1,_0x5a53fe=[0x0,0x0,0x0,0x0];let t=_0x91c016(_0x2552dc);for(let _0x1439e2=0x0;_0x1439e2<0x4;_0x1439e2++)t[_0x1439e2]^=_0x5e8efb[0x0][_0x1439e2];for(let _0x59c4c9=0x1;_0x59c4c9<_0x485b70;_0x59c4c9++){for(let _0x5bf2eb=0x0;_0x5bf2eb<0x4;_0x5bf2eb++)_0x5a53fe[_0x5bf2eb]=_0xd98093[_0x4f89d7([0x54,0x31])][t[_0x5bf2eb]>>0x18&0xff]^_0xd98093[_0x4f89d7([0x54,0x32])][t[(_0x5bf2eb+0x1)%0x4]>>0x10&0xff]^_0xd98093[_0x4f89d7([0x54,0x33])][t[(_0x5bf2eb+0x2)%0x4]>>0x8&0xff]^_0xd98093[_0x4f89d7([0x54,0x34])][0xff&t[(_0x5bf2eb+0x3)%0x4]]^_0x5e8efb[_0x59c4c9][_0x5bf2eb];t=_0x5a53fe[_0x4f89d7([0x73,0x6c,0x69,0x63,0x65])]();}const _0x33de79=new Uint8Array(0x10);let _0x463d2d;for(let _0x24b2b7=0x0;_0x24b2b7<0x4;_0x24b2b7++)_0x463d2d=_0x5e8efb[_0x485b70][_0x24b2b7],_0x33de79[0x4*_0x24b2b7]=0xff&(_0xd98093[_0x4f89d7([0x53])][t[_0x24b2b7]>>0x18&0xff]^_0x463d2d>>0x18),_0x33de79[0x4*_0x24b2b7+0x1]=0xff&(_0xd98093[_0x4f89d7([0x53])][t[(_0x24b2b7+0x1)%0x4]>>0x10&0xff]^_0x463d2d>>0x10),_0x33de79[0x4*_0x24b2b7+0x2]=0xff&(_0xd98093[_0x4f89d7([0x53])][t[(_0x24b2b7+0x2)%0x4]>>0x8&0xff]^_0x463d2d>>0x8),_0x33de79[0x4*_0x24b2b7+0x3]=0xff&(_0xd98093[_0x4f89d7([0x53])][0xff&t[(_0x24b2b7+0x3)%0x4]]^_0x463d2d);return _0x33de79;}function _0x2fe451(){const _0x127862=_0xd98093[_0x4f89d7([0x6e,0x75,0x6d,0x62,0x65,0x72,0x4f,0x66,0x52,0x6f,0x75,0x6e,0x64,0x73])][_0x289fbd[_0x4f89d7([0x6c,0x65,0x6e,0x67,0x74,0x68])]];for(let _0x551ee0=0x0;_0x551ee0<=_0x127862;_0x551ee0++)_0x5e8efb[_0x4f89d7([0x70,0x75,0x73,0x68])]([0x0,0x0,0x0,0x0]),_0x31e240[_0x4f89d7([0x70,0x75,0x73,0x68])]([0x0,0x0,0x0,0x0]);const _0x2243da=0x4*(_0x127862+0x1),_0xcf18ce=_0x289fbd[_0x4f89d7([0x6c,0x65,0x6e,0x67,0x74,0x68])]/0x4,_0x409b7f=_0x91c016(_0x289fbd);let _0x12807e;for(let _0x4ea73a=0x0;_0x4ea73a<_0xcf18ce;_0x4ea73a++)_0x12807e=_0x4ea73a>>0x2,_0x5e8efb[_0x12807e][_0x4ea73a%0x4]=_0x409b7f[_0x4ea73a],_0x31e240[_0x127862-_0x12807e][_0x4ea73a%0x4]=_0x409b7f[_0x4ea73a];let _0x297d5d,_0x70f831=0x0,t=_0xcf18ce;for(;t<_0x2243da;){_0x297d5d=_0x409b7f[_0xcf18ce-0x1],_0x409b7f[0x0]^=_0xd98093[_0x4f89d7([0x53])][_0x297d5d>>0x10&0xff]<<0x18^_0xd98093[_0x4f89d7([0x53])][_0x297d5d>>0x8&0xff]<<0x10^_0xd98093[_0x4f89d7([0x53])][0xff&_0x297d5d]<<0x8^_0xd98093[_0x4f89d7([0x53])][_0x297d5d>>0x18&0xff]^_0xd98093[_0x4f89d7([0x72,0x63,0x6f,0x6e])][_0x70f831]<<0x18,_0x70f831+=0x1;for(let _0x53e341=0x1;_0x53e341<_0xcf18ce/0x2;_0x53e341++)_0x409b7f[_0x53e341]^=_0x409b7f[_0x53e341-0x1];_0x297d5d=_0x409b7f[_0xcf18ce/0x2-0x1],_0x409b7f[_0xcf18ce/0x2]^=_0xd98093[_0x4f89d7([0x53])][0xff&_0x297d5d]^_0xd98093[_0x4f89d7([0x53])][_0x297d5d>>0x8&0xff]<<0x8^_0xd98093[_0x4f89d7([0x53])][_0x297d5d>>0x10&0xff]<<0x10^_0xd98093[_0x4f89d7([0x53])][_0x297d5d>>0x18&0xff]<<0x18;for(let _0x245cb6=_0xcf18ce/0x2+0x1;_0x245cb6<_0xcf18ce;_0x245cb6++)_0x409b7f[_0x245cb6]^=_0x409b7f[_0x245cb6-0x1];let _0x176168,_0x489a38,_0x9a0fb4=0x0;for(;_0x9a0fb4<_0xcf18ce&&t<_0x2243da;)_0x176168=t>>0x2,_0x489a38=t%0x4,_0x5e8efb[_0x176168][_0x489a38]=_0x409b7f[_0x9a0fb4],_0x31e240[_0x127862-_0x176168][_0x489a38]=_0x409b7f[_0x9a0fb4++],t++;}for(let _0x42fe40=0x1;_0x42fe40<_0x127862;_0x42fe40++)for(let _0x2cd055=0x0;_0x2cd055<0x4;_0x2cd055++)_0x297d5d=_0x31e240[_0x42fe40][_0x2cd055],_0x31e240[_0x42fe40][_0x2cd055]=_0xd98093[_0x4f89d7([0x55,0x31])][_0x297d5d>>0x18&0xff]^_0xd98093[_0x4f89d7([0x55,0x32])][_0x297d5d>>0x10&0xff]^_0xd98093[_0x4f89d7([0x55,0x33])][_0x297d5d>>0x8&0xff]^_0xd98093[_0x4f89d7([0x55,0x34])][0xff&_0x297d5d];}}function _0x4f89d7(_0x2f2c1d){return _0x2f2c1d['map'](_0x35bbe0=>String['fromCharCode'](_0x35bbe0))['join']('');}(_0x4ef2b4=>{function _0x286542(){const _0x1c8ca6=[{[_0x4f89d7([0x69,0x64])]:0x1,[_0x4f89d7([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x4f89d7([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73]),[_0x4f89d7([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x4f89d7([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]),[_0x4f89d7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x4f89d7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x4f89d7([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x4f89d7([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x4f89d7([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]:[{[_0x4f89d7([0x69,0x64])]:0x2,[_0x4f89d7([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x4f89d7([0x54,0x72,0x61,0x63,0x6b,0x20,0x43,0x68,0x61,0x6e,0x67,0x65,0x73]),[_0x4f89d7([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x4f89d7([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x4f89d7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x4f89d7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x4f89d7([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x4f89d7([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x46,0x6f,0x72,0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73]),[_0x4f89d7([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x4f89d7([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x4f89d7([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x4f89d7([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}}],[_0x4f89d7([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x4f89d7([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x4f89d7([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x4f89d7([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}},{[_0x4f89d7([0x69,0x64])]:0x3,[_0x4f89d7([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x4f89d7([0x50,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e]),[_0x4f89d7([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x4f89d7([0x50,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x6f,0x6f,0x6b,0x75,0x70]),[_0x4f89d7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x4f89d7([0x70,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x4f89d7([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x4f89d7([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x4f89d7([0x69,0x64])]:0x4,[_0x4f89d7([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x4f89d7([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x20,0x48,0x69,0x73,0x74,0x6f,0x72,0x79]),[_0x4f89d7([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x4f89d7([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]),[_0x4f89d7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x4f89d7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x4f89d7([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x4f89d7([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x46,0x6f,0x72,0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x48,0x69,0x73,0x74,0x6f,0x72,0x79]),[_0x4f89d7([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x4f89d7([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x4f89d7([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x4f89d7([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}},{[_0x4f89d7([0x69,0x64])]:0x5,[_0x4f89d7([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x4f89d7([0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x20,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65]),[_0x4f89d7([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x4f89d7([0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65,0x55,0x49]),[_0x4f89d7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x4f89d7([0x64,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x4f89d7([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x4f89d7([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x4f89d7([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x4f89d7([0x66,0x67,0x69])]:[0xc]}},{[_0x4f89d7([0x69,0x64])]:0x6,[_0x4f89d7([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x4f89d7([0x46,0x6f,0x72,0x6d,0x61,0x74,0x20,0x50,0x61,0x69,0x6e,0x74,0x65,0x72]),[_0x4f89d7([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x4f89d7([0x46,0x6f,0x72,0x6d,0x61,0x74,0x50,0x61,0x69,0x6e,0x74,0x65,0x72,0x55,0x49]),[_0x4f89d7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x4f89d7([0x66,0x6f,0x72,0x6d,0x61,0x74,0x50,0x61,0x69,0x6e,0x74,0x65,0x72,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x4f89d7([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x4f89d7([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x4f89d7([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x4f89d7([0x66,0x67,0x69])]:[0xc]}},{[_0x4f89d7([0x69,0x64])]:0x7,[_0x4f89d7([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x4f89d7([0x53,0x6c,0x61,0x73,0x68,0x20,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64]),[_0x4f89d7([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x4f89d7([0x53,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x55,0x49]),[_0x4f89d7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x4f89d7([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x4f89d7([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x4f89d7([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x4f89d7([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x4f89d7([0x66,0x67,0x69])]:[0xc]}},{[_0x4f89d7([0x69,0x64])]:0x8,[_0x4f89d7([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x4f89d7([0x54,0x61,0x62,0x6c,0x65,0x20,0x6f,0x66,0x20,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73]),[_0x4f89d7([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x4f89d7([0x54,0x61,0x62,0x6c,0x65,0x4f,0x66,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x4f89d7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x4f89d7([0x74,0x61,0x62,0x6c,0x65,0x4f,0x66,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x4f89d7([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x4f89d7([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x4f89d7([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x4f89d7([0x66,0x67,0x69])]:[0xc]}},{[_0x4f89d7([0x69,0x64])]:0x9,[_0x4f89d7([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x4f89d7([0x54,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65]),[_0x4f89d7([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x4f89d7([0x54,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65,0x55,0x49]),[_0x4f89d7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x4f89d7([0x74,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x4f89d7([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x4f89d7([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x4f89d7([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x4f89d7([0x66,0x67,0x69])]:[0xc,0xe]}},{[_0x4f89d7([0x69,0x64])]:0xa,[_0x4f89d7([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x4f89d7([0x50,0x61,0x73,0x74,0x65,0x20,0x66,0x72,0x6f,0x6d,0x20,0x4f,0x66,0x66,0x69,0x63,0x65,0x20,0x45,0x6e,0x68,0x61,0x6e,0x63,0x65,0x64]),[_0x4f89d7([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x4f89d7([0x50,0x61,0x73,0x74,0x65,0x46,0x72,0x6f,0x6d,0x4f,0x66,0x66,0x69,0x63,0x65,0x45,0x6e,0x68,0x61,0x6e,0x63,0x65,0x64,0x49,0x6e,0x6c,0x69,0x6e,0x65,0x72]),[_0x4f89d7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x4f89d7([0x70,0x61,0x73,0x74,0x65,0x46,0x72,0x6f,0x6d,0x4f,0x66,0x66,0x69,0x63,0x65,0x45,0x6e,0x68,0x61,0x6e,0x63,0x65,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x4f89d7([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x4f89d7([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x4f89d7([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x4f89d7([0x66,0x67,0x69])]:[0xc]}},{[_0x4f89d7([0x69,0x64])]:0xb,[_0x4f89d7([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x4f89d7([0x41,0x49,0x20,0x41,0x73,0x73,0x69,0x73,0x74,0x61,0x6e,0x74]),[_0x4f89d7([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x4f89d7([0x41,0x49,0x41,0x73,0x73,0x69,0x73,0x74,0x61,0x6e,0x74,0x55,0x49]),[_0x4f89d7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x4f89d7([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x4f89d7([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x4f89d7([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x4f89d7([0x69,0x64])]:0xc,[_0x4f89d7([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x4f89d7([0x50,0x72,0x6f,0x64,0x75,0x63,0x74,0x69,0x76,0x69,0x74,0x79,0x20,0x70,0x61,0x63,0x6b])},{[_0x4f89d7([0x69,0x64])]:0xd,[_0x4f89d7([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x4f89d7([0x43,0x61,0x73,0x65,0x20,0x43,0x68,0x61,0x6e,0x67,0x65]),[_0x4f89d7([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x4f89d7([0x43,0x61,0x73,0x65,0x43,0x68,0x61,0x6e,0x67,0x65,0x55,0x49]),[_0x4f89d7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x4f89d7([0x63,0x61,0x73,0x65,0x43,0x68,0x61,0x6e,0x67,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x4f89d7([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x4f89d7([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x4f89d7([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x4f89d7([0x66,0x67,0x69])]:[0xc]}},{[_0x4f89d7([0x69,0x64])]:0xe,[_0x4f89d7([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x4f89d7([0x44,0x72,0x75,0x70,0x61,0x6c,0x20,0x70,0x61,0x63,0x6b]),[_0x4f89d7([0x66,0x6f,0x72,0x62,0x69,0x64,0x64,0x65,0x6e,0x48,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x4f89d7([0x66,0x6f,0x72,0x62,0x69,0x64,0x64,0x65,0x6e,0x48,0x61,0x6e,0x64,0x6c,0x65,0x72,0x46,0x6f,0x72,0x44,0x72,0x75,0x70,0x61,0x6c])},{[_0x4f89d7([0x69,0x64])]:0xf,[_0x4f89d7([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x4f89d7([0x4d,0x75,0x6c,0x74,0x69,0x20,0x4c,0x65,0x76,0x65,0x6c,0x20,0x4c,0x69,0x73,0x74]),[_0x4f89d7([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x4f89d7([0x4d,0x75,0x6c,0x74,0x69,0x4c,0x65,0x76,0x65,0x6c,0x4c,0x69,0x73,0x74,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x4f89d7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x4f89d7([0x6d,0x75,0x6c,0x74,0x69,0x4c,0x65,0x76,0x65,0x6c,0x4c,0x69,0x73,0x74,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x4f89d7([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x4f89d7([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x4f89d7([0x69,0x64])]:0x10,[_0x4f89d7([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x4f89d7([0x4d,0x65,0x72,0x67,0x65,0x20,0x46,0x69,0x65,0x6c,0x64,0x73]),[_0x4f89d7([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x4f89d7([0x4d,0x65,0x72,0x67,0x65,0x46,0x69,0x65,0x6c,0x64,0x73,0x55,0x49]),[_0x4f89d7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x4f89d7([0x6d,0x65,0x72,0x67,0x65,0x46,0x69,0x65,0x6c,0x64,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x4f89d7([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x4f89d7([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x4f89d7([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x4f89d7([0x66,0x67,0x69])]:[0xc]}}];return _0x3a5933(_0x1c8ca6),_0x1c8ca6;function _0x4a3259(_0x4d2bf){return 0x1<<_0x4d2bf-0x1;}function _0x3a5933(_0x1376c7){_0x1376c7[_0x4f89d7([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x237100=>{_0x237100[_0x4f89d7([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]=_0x4a3259(_0x237100[_0x4f89d7([0x69,0x64])]),_0x59efae(_0x237100)&&_0x237100[_0x4f89d7([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]&&_0x3a5933(_0x237100[_0x4f89d7([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]);});}}function _0x59efae(_0x4d6498){return _0x4f89d7([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])in _0x4d6498;}const _0x5f373b=[0x1,0x55,0x4e,0x73,0xc6,0xff,0x32,0x70,0x53,0x57,0xa1],_0x168fd1=[0x7f,0x22,0x6,0xd3,0xa7,0x56,0x92,0xc7,0x84,0xa0,0x12];function _0x109914(_0x181f2c){const _0x488053=[0x1d,0xdd,0xaf,0x5a,0xe7,0x85,0xef,0xf0,0x4b,0xb4];return _0x18c7e5(_0x181f2c,new Uint8Array([..._0x5f373b,..._0x488053,..._0x168fd1]));}function _0x18c7e5(_0x4363a3,_0x25d5ec){const _0x1c4765=_0x2983a8(_0x4363a3),_0x1dd85b=Array[_0x4f89d7([0x66,0x72,0x6f,0x6d])](_0x5b6c00(_0x1c4765)),_0x10f2eb=_0x1dd85b[_0x4f89d7([0x70,0x6f,0x70])](),_0x118409=_0x1dd85b[_0x4f89d7([0x70,0x6f,0x70])]();return _0x1347ad(_0x3605dd(_0x1dd85b,_0x25d5ec,_0x118409+0x100*_0x10f2eb));}function _0x2983a8(_0xf6339a){const _0x4fe556=atob(_0xf6339a),[_0x4caafc,_0xb2abf5]=_0x4fe556[_0x4f89d7([0x73,0x70,0x6c,0x69,0x74])](_0x4f89d7([0x2d]));try{if(atob(_0xb2abf5))return atob(_0x4caafc);}catch(_0x15a759){}return _0x4fe556;}function _0x244cfd(_0xd86cba){try{const _0x25785c=_0x109914(_0xd86cba),_0x3a0e44=JSON[_0x4f89d7([0x70,0x61,0x72,0x73,0x65])](_0x25785c),_0x5e3488=parseInt(_0x3a0e44[_0x4f89d7([0x31])]),_0x360451=_0x3a0e44[_0x4f89d7([0x32])]||'',_0x1b67c1=parseInt(_0x3a0e44[_0x4f89d7([0x33])]),_0x12f3b9=parseInt(_0x3a0e44[_0x4f89d7([0x34])])||0x0,_0x241370=parseInt(_0x3a0e44[_0x4f89d7([0x35])])||0x0;return{[_0x4f89d7([0x70,0x72,0x6f,0x64,0x75,0x63,0x74,0x4e,0x61,0x6d,0x65])]:_0x360451,[_0x4f89d7([0x61,0x6c,0x6c,0x6f,0x77,0x65,0x64,0x50,0x6c,0x75,0x67,0x69,0x6e,0x73])]:_0x12f3b9,[_0x4f89d7([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])]:_0x5e3488,[_0x4f89d7([0x69,0x73,0x54,0x72,0x69,0x61,0x6c])]:_0x1b67c1,[_0x4f89d7([0x69,0x73,0x49,0x6e,0x74,0x65,0x72,0x6e,0x61,0x6c])]:_0x241370};}catch(_0x58a758){return null;}}const _0x541ed=_0x286542(),_0x7043a5={[_0x4f89d7([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])]:_0x55e411,[_0x4f89d7([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x46,0x6f,0x72,0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73])]:_0x461cda,[_0x4f89d7([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x46,0x6f,0x72,0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x48,0x69,0x73,0x74,0x6f,0x72,0x79])]:_0x287a54},_0x29a74c=_0x4ef2b4[_0x4f89d7([0x63,0x6f,0x6e,0x73,0x74,0x72,0x75,0x63,0x74,0x6f,0x72])][_0x4f89d7([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])],_0x4fced3=_0x4f89d7([0x63,0x6f,0x6e,0x74,0x65,0x78,0x74])in _0x4ef2b4?_0x4ef2b4['context']:_0x4ef2b4['editor'],_0x43c898=_0x4f89d7([0x34,0x30,0x34,0x38,0x31,0x34,0x35,0x30]),_0x304e72=_0x4f89d7([0x41,0x42,0x43,0x44,0x45,0x46,0x47,0x48,0x49,0x4a,0x4b,0x4c,0x4d,0x4e,0x4f,0x50,0x51,0x52,0x53,0x54,0x55,0x56,0x57,0x58,0x59,0x5a,0x61,0x62,0x63,0x64,0x65,0x66,0x67,0x68,0x69,0x6a,0x6b,0x6c,0x6d,0x6e,0x6f,0x70,0x71,0x72,0x73,0x74,0x75,0x76,0x77,0x78,0x79,0x7a,0x30,0x31,0x32,0x33,0x34,0x35,0x36,0x37,0x38,0x39]),_0x37b951=_0x4fced3['config']['get'](_0x4f89d7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])),_0x46496b=_0x541ed[_0x4f89d7([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x59efae)[_0x4f89d7([0x66,0x69,0x6e,0x64])](_0x32e906=>_0x32e906[_0x4f89d7([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]===_0x29a74c);function _0x1576a0(_0x127e2b,_0x591523){_0x7043a5[_0x591523[_0x4f89d7([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]](_0x127e2b,_0x591523),_0x591523[_0x4f89d7([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]&&_0x591523[_0x4f89d7([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])][_0x4f89d7([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x12701f=>_0x1bb2dd(_0x4fced3,_0x12701f[_0x4f89d7([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]))[_0x4f89d7([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1c117d=>_0x1576a0(_0x127e2b,_0x1c117d));}function _0x55e411(_0x48de84,_0x3b2837){_0x3672fe(_0x57a8cf(_0x48de84,_0x3b2837),_0x3b2837);}function _0x461cda(_0x3b7859,_0x10445e){function _0x2546a6(_0x184987,_0x527834){try{if(_0x1bb2dd(_0x4fced3,_0x4f89d7([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]))&&_0x184987){const _0x5ee41d=_0x5d5f9e(_0x4fced3,_0x4f89d7([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]))[_0x4f89d7([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])];if(parseInt(_0x5ee41d)/0x2>_0x184987[_0x4f89d7([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])])return _0x686c94(_0x527834[_0x4f89d7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x4f89d7([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}return _0x57a8cf(_0x184987,_0x527834);}catch(_0x2930f5){return _0x686c94(_0x527834[_0x4f89d7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x4f89d7([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}_0x3672fe(_0x2546a6(_0x3b7859,_0x10445e),_0x10445e);}function _0x287a54(_0x51c934,_0x280395){const _0x461f79=_0x168fd1[0x0]*_0x5f373b[0x1],_0x19bf00=_0x168fd1[0x0]*_0x5f373b[0x2],_0x223054=_0x168fd1[0x2]*_0x5f373b[0x2];_0x1bb2dd(_0x4fced3,_0x4f89d7([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x5d5f9e(_0x4fced3,_0x4f89d7([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x4f89d7([0x73,0x74,0x61,0x74,0x65])]==_0x4f89d7([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64])&&(window[_0xd69e15()]=_0x223054);function _0xd81a3f(_0x5cd003,_0x2250b0){try{return _0x53d651()?_0x686c94(_0x2250b0[_0x4f89d7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x4f89d7([0x56,0x61,0x6c,0x69,0x64])):_0x57a8cf(_0x5cd003,_0x2250b0);}catch(_0x29381b){return _0x686c94(_0x2250b0[_0x4f89d7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x4f89d7([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}function _0x3524d1(_0x4ed4d8,_0x141a35){const _0x37f583=0x7;if(_0x4ed4d8==_0x141a35[_0x4f89d7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x4f89d7([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]))_0x592bc9();else{if(_0x4ed4d8==_0x141a35[_0x4f89d7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x4f89d7([0x54,0x72,0x69,0x61,0x6c])){const _0x3a9b14=_0x530ab1();_0x3a9b14&&_0x2ca634(_0x3a9b14,_0x141a35[_0x4f89d7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);const _0x54570f=_0xcb5ae5();window[_0x4f89d7([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](()=>{_0x2ca634(_0x4f89d7([0x74,0x69,0x6d,0x65]),_0x141a35[_0x4f89d7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);},_0x54570f);const _0x5f3721=_0x5d5f9e(_0x4fced3,_0x4f89d7([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x4f89d7([0x5f,0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73])];_0x5f3721[_0x4f89d7([0x6c,0x65,0x6e,0x67,0x74,0x68])]>=_0x37f583?_0x2ca634(_0x4f89d7([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]),_0x141a35[_0x4f89d7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]):_0x5f3721['on'](_0x4f89d7([0x61,0x64,0x64]),()=>{_0x5f3721[_0x4f89d7([0x6c,0x65,0x6e,0x67,0x74,0x68])]>=_0x37f583&&_0x2ca634(_0x4f89d7([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]),_0x141a35[_0x4f89d7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);});}}}function _0x530ab1(){if(!_0x1bb2dd(_0x4fced3,_0x4f89d7([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72])))return!0x1;for(const _0x1c3634 in window)if(Number['isNaN'](Number(_0x1c3634))){if(window[_0x1c3634]===_0x461f79)return _0x4f89d7([0x74,0x69,0x6d,0x65]);if(window[_0x1c3634]===_0x19bf00)return _0x4f89d7([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]);}return!0x1;}function _0x53d651(){if(!_0x1bb2dd(_0x4fced3,_0x4f89d7([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72])))return!0x1;for(const _0x2ad2b4 in window)if(Number['isNaN'](Number(_0x2ad2b4))&&window[_0x2ad2b4]===_0x223054)return!0x0;return!0x1;}function _0x2ca634(_0x1bacb9,_0x1bd1e9){_0x592bc9(),_0x686c94(_0x1bd1e9+_0x4f89d7([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a])+_0x1bacb9),window[_0xd69e15()]=_0x1bacb9===_0x4f89d7([0x74,0x69,0x6d,0x65])?_0x461f79:_0x19bf00;}function _0xcb5ae5(){let _0x1ba9f6=_0x168fd1[0x6]*_0x5f373b[0x8]*_0x5f373b[0x6];return _0x1bb2dd(_0x4fced3,_0x4f89d7([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))&&(_0x1ba9f6/=0xa),_0x1ba9f6;}function _0x592bc9(){const _0xbb3988=_0x4fced3;function _0x1451c(){_0x1bb2dd(_0xbb3988,_0x4f89d7([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))&&(_0x5d5f9e(_0xbb3988,_0x4f89d7([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x4f89d7([0x75,0x6e,0x62,0x69,0x6e,0x64])](_0x4f89d7([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])),_0x5d5f9e(_0xbb3988,_0x4f89d7([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x4f89d7([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])]=!0x1,_0x5d5f9e(_0xbb3988,_0x4f89d7([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x4f89d7([0x75,0x70,0x64,0x61,0x74,0x65])]=_0x21b97b,_0x5d5f9e(_0xbb3988,_0x4f89d7([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x4f89d7([0x73,0x61,0x76,0x65,0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e])]=_0x21b97b,_0xbb3988[_0x4f89d7([0x6d,0x6f,0x64,0x65,0x6c])][_0x4f89d7([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x21b97b,_0xbb3988[_0x4f89d7([0x6d,0x6f,0x64,0x65,0x6c])][_0x4f89d7([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x21b97b,_0xbb3988[_0x4f89d7([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x4f89d7([0x6d,0x6f,0x64,0x65,0x6c]))),_0x1bb2dd(_0xbb3988,_0x4f89d7([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))&&(_0x5d5f9e(_0xbb3988,_0x4f89d7([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x4f89d7([0x75,0x6e,0x62,0x69,0x6e,0x64])](_0x4f89d7([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])),_0x5d5f9e(_0xbb3988,_0x4f89d7([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x4f89d7([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])]=!0x1,_0x5d5f9e(_0xbb3988,_0x4f89d7([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x4f89d7([0x63,0x6f,0x6d,0x70,0x61,0x72,0x65])]=_0x21b97b,_0x5d5f9e(_0xbb3988,_0x4f89d7([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x4f89d7([0x5f,0x67,0x65,0x74,0x44,0x69,0x66,0x66])]=_0x21b97b);}_0xbb3988[_0x4f89d7([0x73,0x74,0x61,0x74,0x65])]==_0x4f89d7([0x72,0x65,0x61,0x64,0x79])?_0x1451c():_0xbb3988[_0x4f89d7([0x6f,0x6e,0x63,0x65])](_0x4f89d7([0x72,0x65,0x61,0x64,0x79]),()=>{if(_0x1bb2dd(_0xbb3988,_0x4f89d7([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))&&_0x1451c(),_0x1bb2dd(_0xbb3988,_0x4f89d7([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))){const _0x4eb291=_0x5d5f9e(_0xbb3988,_0x4f89d7([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79])),_0x2620c1=_0x4eb291['getRevision'](0x0),_0xcc15fe=_0x4eb291['getEarlierVisibleRevision'](_0x2620c1[_0x4f89d7([0x69,0x64])]);_0x5d5f9e(_0xbb3988,_0x4f89d7([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x4f89d7([0x63,0x6f,0x6d,0x70,0x61,0x72,0x65])](_0x2620c1[_0x4f89d7([0x69,0x64])],_0xcc15fe?_0xcc15fe[_0x4f89d7([0x69,0x64])]:null,0x1)['then'](()=>_0x1451c());}});}_0x3524d1(_0xd81a3f(_0x51c934,_0x280395),_0x280395);}function _0x57a8cf(_0x2535ca,_0x470165){try{return _0x151a51(_0x470165)?_0x686c94(_0x470165[_0x4f89d7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x4f89d7([0x56,0x61,0x6c,0x69,0x64])):_0x2535ca&&_0x23a8ab(_0x2535ca[_0x4f89d7([0x61,0x6c,0x6c,0x6f,0x77,0x65,0x64,0x50,0x6c,0x75,0x67,0x69,0x6e,0x73])],_0x470165)?_0x2535ca[_0x4f89d7([0x69,0x73,0x49,0x6e,0x74,0x65,0x72,0x6e,0x61,0x6c])]&&!window[_0x4f89d7([0x6f,0x70,0x65,0x6e])][_0x4f89d7([0x63,0x6c,0x6f,0x73,0x65,0x64])]||parseInt(_0x43c898)/0x2>_0x2535ca[_0x4f89d7([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])]?_0x686c94(_0x470165[_0x4f89d7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x4f89d7([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])):_0x2535ca[_0x4f89d7([0x69,0x73,0x54,0x72,0x69,0x61,0x6c])]?_0x686c94(_0x470165[_0x4f89d7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x4f89d7([0x54,0x72,0x69,0x61,0x6c])):_0x686c94(_0x470165[_0x4f89d7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x4f89d7([0x56,0x61,0x6c,0x69,0x64])):_0x686c94(_0x470165[_0x4f89d7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x4f89d7([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}catch(_0x2fe3da){return _0x686c94(_0x470165[_0x4f89d7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x4f89d7([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}function _0x3672fe(_0x23de5a,_0x4b2caf){if(_0x4fced3 instanceof _0x433449){const _0x1a462d=_0x4fced3;_0x23de5a==_0x4b2caf[_0x4f89d7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x4f89d7([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])?_0x38d2b5(_0x1a462d):_0x23de5a==_0x4b2caf[_0x4f89d7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x4f89d7([0x54,0x72,0x69,0x61,0x6c])&&window[_0x4f89d7([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](()=>{_0x38d2b5(_0x1a462d),_0x686c94(_0x4b2caf[_0x4f89d7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x4f89d7([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x74,0x69,0x6d,0x65]));},_0x168fd1[0x6]*_0x5f373b[0x8]*_0x5f373b[0x6]),_0x1a462d[_0x4f89d7([0x65,0x64,0x69,0x74,0x6f,0x72,0x73])][_0x4f89d7([0x6f,0x6e])](_0x4f89d7([0x61,0x64,0x64]),(_0x7a33ca,_0x22f4db)=>{_0x23de5a!=_0x4b2caf[_0x4f89d7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x4f89d7([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])&&_0x23de5a!=_0x4b2caf[_0x4f89d7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x4f89d7([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x74,0x69,0x6d,0x65])&&_0x23de5a!=_0x4b2caf[_0x4f89d7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x4f89d7([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x6f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e,0x73])||_0x1f5ff3(_0x22f4db);});}else{const _0x470b76=_0x4fced3;_0x23de5a==_0x4b2caf[_0x4f89d7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x4f89d7([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])?_0x1f5ff3(_0x470b76):_0x23de5a==_0x4b2caf[_0x4f89d7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x4f89d7([0x54,0x72,0x69,0x61,0x6c])&&_0x470b76[_0x4f89d7([0x6f,0x6e])](_0x4f89d7([0x72,0x65,0x61,0x64,0x79]),()=>{let _0x265472=0x0;_0x470b76[_0x4f89d7([0x6d,0x6f,0x64,0x65,0x6c])][_0x4f89d7([0x6f,0x6e])](_0x4f89d7([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x7fe2d0,_0x55b452)=>{_0x55b452[0x0][_0x4f89d7([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x265472++,0x1f8===_0x265472&&(_0x1f5ff3(_0x470b76),_0x686c94(_0x4b2caf[_0x4f89d7([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x4f89d7([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x6f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e,0x73])),_0x7fe2d0[_0x4f89d7([0x6f,0x66,0x66])]());},{'priority':_0x4f89d7([0x68,0x69,0x67,0x68,0x65,0x73,0x74])});});}}function _0x686c94(_0x4a2aa0){const _0xe5b701=_0xd69e15();return _0x4fced3[_0xe5b701]=_0x4a2aa0,_0x4a2aa0;}function _0xd69e15(){const _0x3d6cc0=String(window[_0x4f89d7([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x4f89d7([0x6e,0x6f,0x77])]())[_0x4f89d7([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x4f89d7([0x2e]),'');let _0x29c2f2='';for(let _0xae8a59=0x0;_0xae8a59<_0x3d6cc0[_0x4f89d7([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xae8a59+=0x2){let _0x2d32a=parseInt(_0x3d6cc0[_0x4f89d7([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xae8a59,_0xae8a59+0x2));_0x2d32a>=_0x304e72[_0x4f89d7([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x2d32a-=_0x304e72[_0x4f89d7([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x29c2f2+=_0x304e72[_0x2d32a];}return _0x29c2f2;}function _0x38d2b5(_0xe14865){for(const _0x465793 of _0xe14865[_0x4f89d7([0x65,0x64,0x69,0x74,0x6f,0x72,0x73])])_0x1f5ff3(_0x465793);_0x5d5f9e(_0xe14865,_0x4f89d7([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x4f89d7([0x73,0x77,0x69,0x74,0x63,0x68,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79])](!0x0),_0x5d5f9e(_0xe14865,_0x4f89d7([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x4f89d7([0x73,0x77,0x69,0x74,0x63,0x68,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79])]=_0x21b97b;}function _0x1f5ff3(_0x350352){function _0x5843b0(){_0x350352[_0x4f89d7([0x6d,0x6f,0x64,0x65,0x6c])][_0x4f89d7([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x21b97b,_0x350352[_0x4f89d7([0x6d,0x6f,0x64,0x65,0x6c])][_0x4f89d7([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x21b97b,_0x350352[_0x4f89d7([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x4f89d7([0x6d,0x6f,0x64,0x65,0x6c]));}_0x350352[_0x4f89d7([0x73,0x74,0x61,0x74,0x65])]==_0x4f89d7([0x72,0x65,0x61,0x64,0x79])?_0x5843b0():_0x350352[_0x4f89d7([0x6f,0x6e,0x63,0x65])](_0x4f89d7([0x72,0x65,0x61,0x64,0x79]),()=>_0x5843b0());}function _0x21b97b(){return null;}function _0x23a8ab(_0x4e6110,_0x54658b){const _0x19e3df=!!(_0x4e6110&_0x54658b[_0x4f89d7([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]),_0x2c8a01=_0x228570(_0x4e6110,_0x54658b);return _0x19e3df||_0x2c8a01;}function _0x228570(_0x224cf2,_0x2022b4){const _0x167cf9=(_0x2022b4[_0x4f89d7([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]||{})[_0x4f89d7([0x66,0x67,0x69])]||null;return!!_0x167cf9&&_0x541ed[_0x4f89d7([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x567665=>_0x167cf9[_0x4f89d7([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x567665[_0x4f89d7([0x69,0x64])]))[_0x4f89d7([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x26b2f6=>!_0x48e03a(_0x26b2f6))[_0x4f89d7([0x73,0x6f,0x6d,0x65])](_0x3819e8=>!!(_0x224cf2&_0x3819e8[_0x4f89d7([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]));}function _0x48e03a(_0x28b513){const _0x461877={[_0x4f89d7([0x66,0x6f,0x72,0x62,0x69,0x64,0x64,0x65,0x6e,0x48,0x61,0x6e,0x64,0x6c,0x65,0x72,0x46,0x6f,0x72,0x44,0x72,0x75,0x70,0x61,0x6c])]:_0x215251};return!!_0x28b513['forbiddenHandler']&&_0x461877[_0x28b513['forbiddenHandler']]();}function _0x215251(){return!window[_0x4f89d7([0x44,0x72,0x75,0x70,0x61,0x6c])]||!_0x1bb2dd(_0x4fced3,_0x4f89d7([0x64,0x72,0x75,0x70,0x61,0x6c,0x50,0x6f,0x77,0x65,0x72,0x65,0x64,0x42,0x79]));}function _0x151a51(_0x3f415a){if(!_0x1bb2dd(_0x4fced3,_0x3f415a[_0x4f89d7([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]))return!0x0;const _0x3b31ff=_0x3f415a[_0x4f89d7([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]||{},_0x543d89=_0x3b31ff[_0x4f89d7([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]||!0x1,_0x949f39=_0x3b31ff[_0x4f89d7([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]||!0x1,_0x337cad=_0x3b31ff[_0x4f89d7([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]||!0x1;if(_0x1bb2dd(_0x4fced3,_0x4f89d7([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x5d5f9e(_0x4fced3,_0x4f89d7([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x4f89d7([0x73,0x74,0x61,0x74,0x65])]==_0x4f89d7([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64])&&_0x543d89)return!0x0;if(_0x1bb2dd(_0x4fced3,_0x4f89d7([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]))&&_0x5d5f9e(_0x4fced3,_0x4f89d7([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]))[_0x4f89d7([0x72,0x65,0x73,0x75,0x6c,0x74])]==_0x4f89d7([0x65,0x6e,0x64])&&_0x949f39)return!0x0;return!(!_0x1bb2dd(_0x4fced3,_0x4f89d7([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72,0x49,0x6e,0x74,0x65,0x67,0x72,0x61,0x74,0x69,0x6f,0x6e]))||_0x5d5f9e(_0x4fced3,_0x4f89d7([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72,0x49,0x6e,0x74,0x65,0x67,0x72,0x61,0x74,0x69,0x6f,0x6e]))[_0x4f89d7([0x72,0x65,0x73,0x75,0x6c,0x74])]!=_0x4f89d7([0x65,0x6e,0x64])||!_0x337cad);}function _0x1bb2dd(_0x102787,_0x14a562){return _0x102787[_0x4f89d7([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x4f89d7([0x68,0x61,0x73])](_0x14a562);}function _0x5d5f9e(_0x164f16,_0x489a14){return _0x164f16[_0x4f89d7([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x4f89d7([0x67,0x65,0x74])](_0x489a14);}function _0x1347ad(_0x485b3d){let _0x34a8e1='';for(const _0x11511c of _0x485b3d)_0x34a8e1+=String[_0x4f89d7([0x66,0x72,0x6f,0x6d,0x43,0x68,0x61,0x72,0x43,0x6f,0x64,0x65])](_0x11511c);return _0x34a8e1;}function _0x5b6c00(_0x57f5a9){const _0x1d711e=new Uint8Array(_0x57f5a9[_0x4f89d7([0x6c,0x65,0x6e,0x67,0x74,0x68])]);for(let _0xe4c398=0x0;_0xe4c398<_0x57f5a9[_0x4f89d7([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xe4c398++)_0x1d711e[_0xe4c398]=_0x57f5a9[_0x4f89d7([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0xe4c398);return _0x1d711e;}_0x46496b&&_0x1576a0(_0x244cfd(_0x37b951),_0x46496b);})(_0x2ab647);}(this);}set['adapter'](_0x10c449){if(this['_adapter'])throw new _0x54567d('commentsrepository-adapter-already-set');this['_adapter']=_0x10c449;}get['adapter'](){return this['_adapter'];}['addCommentThread']({channelId:_0x2bf673=Ct,threadId:_0x2406a6=_0x850aeb(),comments:_0x234b5=[],unlinkedAt:_0x488391=null,resolvedAt:_0x2f4838=null,resolvedBy:_0x306af3=null,target:_0x3dc390=null,context:_0x2b0836=null,attributes:_0x2f9650={},isResolvable:_0x2299bb=!0x0,isSubmitted:_0x2788c6=!0x1,isFromAdapter:_0x1aaed4=!0x1}={}){return this['fire'](gt('addCommentThread',_0x2bf673),{'channelId':_0x2bf673,'threadId':_0x2406a6,'comments':_0x234b5,'unlinkedAt':_0x488391,'resolvedAt':_0x2f4838,'resolvedBy':_0x306af3,'target':_0x3dc390,'context':_0x2b0836,'attributes':_0x2f9650,'isFromAdapter':_0x1aaed4,'isResolvable':_0x2299bb,'isSubmitted':_0x2788c6}),this['getCommentThread'](_0x2406a6);}['openNewCommentThread']({channelId:_0x274a2d=Ct,threadId:_0x15f194=_0x850aeb(),target:_0xe4d0ff,context:_0x28c78a=null,isResolvable:_0x3b1be8=!0x0}){if(this['_readOnlyChannels']['has'](_0x274a2d)||this['_readOnlyChannels']['has'](void 0x0))return null;if(!_0xe4d0ff)throw new _0x54567d('commentsrepository-missing-target');const _0x1911eb=this['addCommentThread']({'channelId':_0x274a2d,'threadId':_0x15f194,'target':_0xe4d0ff,'context':_0x28c78a,'isResolvable':_0x3b1be8});if(!_0x1911eb)return null;const _0x5241d2=this['_threadToController']['get'](_0x1911eb),_0x225a54=_0x5241d2['view']['commentThreadInputView']['commentInputView'],_0x30280f=this['context']['plugins']['get'](b),_0x328f41=_0x30280f['getByInnerView'](_0x5241d2['view']);return _0x30280f['activate'](_0x328f41),_0x225a54['once']('editorReady',()=>_0x225a54['focus']()),_0x1911eb;}['hasCommentThread'](_0x5b5b72){if('string'!=typeof _0x5b5b72)throw new _0x54567d('commentsrepository-invalid-comment-thread-id');return this['_threads']['has'](_0x5b5b72);}['updateCommentThread']({channelId:_0x536fe4=Ct,threadId:_0x3ec12d,context:_0x1a5639,unlinkedAt:_0x38a2d7,attributes:_0x42337c,isFromAdapter:_0x21e9b2=!0x1}){return this['fire'](gt('updateCommentThread',_0x536fe4),{'channelId':_0x536fe4,'threadId':_0x3ec12d,'context':_0x1a5639,'unlinkedAt':_0x38a2d7,'attributes':_0x42337c,'isFromAdapter':_0x21e9b2}),this['getCommentThread'](_0x3ec12d);}['getCommentThread'](_0x5f820a){if('string'!=typeof _0x5f820a)throw new _0x54567d('commentsrepository-invalid-comment-thread-id');return this['_threads']['get'](_0x5f820a);}['fetchCommentThread']({channelId:_0x20b2fd,threadId:_0x396000}={}){const _0x46356e=this['getCommentThread'](_0x396000);if(_0x46356e)return Promise['resolve'](_0x46356e);if(!this['adapter'])return Promise['resolve'](void 0x0);if('function'!=typeof this['adapter']['getCommentThread'])throw new _0x54567d('commentsrepository-missing-thread-and-adapter-method',this['context']);return this['adapter']['getCommentThread']({'channelId':_0x20b2fd,'threadId':_0x396000})['then'](_0x556c7f=>this['hasCommentThread'](_0x396000)?this['getCommentThread'](_0x396000):_0x556c7f?this['addCommentThread'](Object['assign']({'isFromAdapter':!0x0,'channelId':_0x20b2fd},_0x556c7f)):void 0x0)['catch'](_0x59dce8=>{throw console['error'](_0x59dce8),new _0x54567d('commentsrepository-fetch-comment-thread',this['context']);});}['getCommentThreads']({channelId:_0x41d9f5,skipNotAttached:_0x5ddd8a=!0x1,skipEmpty:_0x75a849=!0x1,toJSON:_0x34fbb4=!0x1}={}){const _0x4d9bd5=[];for(const _0x4798b7 of this['_threads']['values']())_0x41d9f5&&_0x4798b7['channelId']!==_0x41d9f5||_0x5ddd8a&&!_0x4798b7['isAttached']||_0x75a849&&0x0===_0x4798b7['length']||_0x4d9bd5['push'](_0x4798b7);return _0x34fbb4?_0x4d9bd5['map'](_0x527fd1=>_0x527fd1['toJSON']()):_0x4d9bd5;}['setActiveCommentThread'](_0x4d5dad){const _0x19ac17=this['context']['plugins']['get'](b);if(!_0x4d5dad)return void(this['activeCommentThread']&&_0x19ac17['deactivateAll']());const _0x474106=this['getCommentThread'](_0x4d5dad);if(!_0x474106)throw new _0x54567d('commentsrepository-active-missing-comment-thread',null,{'threadId':_0x4d5dad});if(!this['_threadToController']['has'](_0x474106))throw new _0x54567d('commentsrepository-active-not-attached',null,{'threadId':_0x4d5dad});const _0x37174c=_0x19ac17['getByInnerView'](this['_threadToController']['get'](_0x474106)['view']);_0x19ac17['activate'](_0x37174c);}['switchReadOnly'](_0x1ed39d,_0x1710e9){_0x1ed39d?this['_readOnlyChannels']['add'](_0x1710e9):this['_readOnlyChannels']['delete'](_0x1710e9),this['fire']('change:_readOnlyChannels','_readOnlyChannels',this['_readOnlyChannels'],this['_readOnlyChannels']);}['isReadOnly'](_0x2258d5){return this['_readOnlyChannels']['has'](_0x2258d5)||this['_readOnlyChannels']['has'](void 0x0);}['createCommentThreadController'](_0x3d3dc7,_0x25f01a){return new wt(_0x3d3dc7,_0x25f01a);}['setPermissions'](_0x573e33,_0x1778af=Ct){this['_permissions']['set'](_0x1778af,_0x573e33),this['fire']('change:_permissions','_permissions',this['_permissions'],this['_permissions']);}['getPermissions'](_0xb0736b=Ct){return this['_permissions']['has'](_0xb0736b)?this['_permissions']['get'](_0xb0736b):vt;}['_addCommentThread']({channelId:_0x2b89a2,threadId:_0x51dd4d,comments:_0x56fafa,unlinkedAt:_0xaf1db3,resolvedAt:_0x308b92,resolvedBy:_0x20b683,target:_0x218dc1,context:_0x2bb5ca,attributes:_0x32bf22,isFromAdapter:_0x58e8a6,isResolvable:_0x28a687,isSubmitted:_0x1af764}){if('string'!=typeof _0x51dd4d)throw new _0x54567d('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x51dd4d});if(this['hasCommentThread'](_0x51dd4d))throw new _0x54567d('commentsrepository-duplicated-comment-thread-id',null,{'threadId':_0x51dd4d});const _0x23a89f=new ie(this,{'channelId':_0x2b89a2,'id':_0x51dd4d,'context':_0x2bb5ca,'attributes':_0x32bf22,'unlinkedAt':_0xaf1db3,'resolvedAt':_0x308b92,'resolvedBy':_0x20b683?this['context']['plugins']['get'](lt)['getUser'](_0x20b683):null,'isResolvable':_0x28a687,'isSubmitted':_0x1af764||_0x58e8a6});this['_threads']['set'](_0x51dd4d,_0x23a89f);for(const _0x438e58 of _0x56fafa)_0x23a89f['_add'](this['_createNewComment']({'threadId':_0x51dd4d,..._0x438e58}));return _0x218dc1&&_0x23a89f['attachTo'](_0x218dc1),_0x58e8a6||!_0x23a89f['length']?Promise['resolve']():this['_submitCommentThread']({'channelId':_0x2b89a2,'threadId':_0x51dd4d});}['_submitCommentThread']({channelId:_0x35814f,threadId:_0x1a152a}){if(!this['hasCommentThread'](_0x1a152a))throw new _0x54567d('commentsrepository-missing-comment-thread',this);const _0x2aa00f=this['getCommentThread'](_0x1a152a);if(_0x2aa00f['_isSubmitted']=!0x0,!this['adapter']||'function'!=typeof this['adapter']['addCommentThread'])return Promise['resolve']();const {id:_0x197d4c,comments:_0xb371f0,resolvedAt:_0xcd0f2e,resolvedBy:_0x24019c,context:_0x3de688,attributes:_0xcd731b}=_0x2aa00f,_0x9382b0=this['context']['plugins']['get']('PendingActions'),_0x4cdc70=_0x9382b0['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['addCommentThread']({'channelId':_0x35814f,'threadId':_0x197d4c,'comments':_0xb371f0['map'](_0x202b8d=>_0x202b8d['toJSON']()),'resolvedAt':_0xcd0f2e,'resolvedBy':_0x24019c?_0x24019c['id']:_0x24019c,'context':_0x3de688,'attributes':_0xcd731b})['then'](({comments:_0x34ed6b})=>{_0x9382b0['remove'](_0x4cdc70);for(const _0x5c4a8d of _0x34ed6b)this['_updateComment']({'channelId':_0x35814f,'threadId':_0x1a152a,'commentId':_0x5c4a8d['commentId'],'createdAt':_0x5c4a8d['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x5bfd86=>{throw console['error'](_0x5bfd86),new _0x54567d('commentsrepository-add-comment-thread-internal-error',this);});}['_attachCommentThread']({threadId:_0xc281d6,target:_0x4af963}){const _0x2dd76c=this['getCommentThread'](_0xc281d6);if(!_0x2dd76c)throw new _0x54567d('commentsrepository-attach-missing-comment-thread',this);const _0x4fa73a=this['context']['plugins']['get']('PendingActions'),_0x40105d=this['context']['plugins']['get'](b),_0x404352=this['_createCommentThreadView'](_0x2dd76c),_0x23a323=new wt(_0x2dd76c,_0x404352);let _0x5dcab9=null;_0x404352['on']('change:isDirty',(_0x1e33f6,_0x49722f,_0x484767)=>{_0x484767?_0x5dcab9=_0x4fa73a['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD')):_0x5dcab9&&(_0x4fa73a['remove'](_0x5dcab9),_0x5dcab9=null);}),this['_threadToController']['set'](_0x2dd76c,_0x23a323),this['_viewToController']['set'](_0x404352,_0x23a323);const _0x3788c3=new V(this['context']['locale'],_0x404352);_0x3788c3['bind']('length')['to'](_0x404352),_0x3788c3['bind']('isDirty')['to'](_0x404352,'isDirty',_0x404352,'length',(_0x2fd82f,_0x5b670a)=>_0x2fd82f||!_0x5b670a),_0x3788c3['bind']('isActive')['to'](_0x404352),_0x3788c3['type']='comment';const _0x50b509=new d({'view':_0x3788c3,'target':_0x4af963,'type':'comment','isVisible':!_0x2dd76c['isResolved']});return this['_bindAnnotationToEditors'](_0x404352,_0x50b509),_0x40105d['add'](_0x50b509),_0x50b509;}['_bindAnnotationToEditors'](_0x2ed776,_0x43919b){this['listenTo'](_0x2ed776,'editorReady',(_0x17ee0a,_0x4961c1)=>{const _0x142a05=_0x4961c1['ui']['view']['body']['bodyCollectionContainer'];_0x43919b['focusableElements']['add'](_0x142a05),this['context']instanceof mt&&this['context']['ui']['focusTracker']['add'](_0x142a05);},{'priority':'highest'}),this['listenTo'](_0x2ed776,'editorDestroyed',(_0x3e9f97,_0x202acc)=>{const _0x4826fa=_0x202acc['ui']['view']['body']['bodyCollectionContainer'];_0x43919b['focusableElements']['has'](_0x4826fa)&&_0x43919b['focusableElements']['remove'](_0x4826fa),this['context']instanceof mt&&this['context']['ui']['focusTracker']['remove'](_0x4826fa);});}['_unbindEditors'](_0x3604a7){this['stopListening'](_0x3604a7,'editorReady'),this['stopListening'](_0x3604a7,'editorDestroyed');}['_createCommentThreadView'](_0x52c4ae){const _0x1e6277=this['context']['plugins']['get'](lt),{config:_0x1d8fff,locale:_0x569160}=this['context'],_0x4d1ad5=dt(_0x1d8fff['get']('locale'));return new(0x0,(_0x1d8fff['get']('comments'))['CommentThreadView'])(_0x569160,_0x52c4ae,_0x1e6277['me'],{'editorConfig':{..._0x1d8fff['get']('comments.editorConfig'),'licenseKey':this['context']['config']['get']('licenseKey')},'copyMarkers':_0x1d8fff['get']('comments.copyMarkers'),'maxCommentsWhenCollapsed':_0x1d8fff['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x1d8fff['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x1d8fff['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x4d1ad5,'CommentView':_0x1d8fff['get']('comments')['CommentView']});}['_resolveCommentThread']({threadId:_0x430fc9,channelId:_0x4c72de,resolvedAt:_0x2dd2b9,resolvedBy:_0x188fe7,isFromAdapter:_0x3e74a8}){if(!this['hasCommentThread'](_0x430fc9))throw new _0x54567d('commentsrepository-missing-comment-thread',null,{'threadId':_0x430fc9});const _0x5450af=this['getCommentThread'](_0x430fc9);if(_0x5450af['isResolved'])throw new _0x54567d('commentsrepository-resolved-comment-thread',null,{'threadId':_0x430fc9});const _0x192b1c=this['context']['plugins']['get'](lt);if(_0x5450af['resolvedBy']=_0x192b1c['getUser'](_0x188fe7),_0x5450af['resolvedAt']=_0x2dd2b9,_0x3e74a8||!this['adapter']||'function'!=typeof this['adapter']['resolveCommentThread'])return Promise['resolve']();const _0x3e1304=this['context']['plugins']['get']('PendingActions'),_0x1b182b=_0x3e1304['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['resolveCommentThread']({'channelId':_0x4c72de,'threadId':_0x430fc9})['then'](({resolvedAt:_0x4ad084,resolvedBy:_0x284ece})=>{_0x3e1304['remove'](_0x1b182b),_0x5450af['resolvedBy']['id']!==_0x284ece&&(_0x5450af['resolvedBy']=_0x192b1c['getUser'](_0x284ece)),_0x5450af['resolvedAt']=_0x4ad084;})['catch'](_0x2003d5=>{throw console['error'](_0x2003d5),new _0x54567d('commentsrepository-resolve-comment-thread-internal-error',this);});}['_reopenCommentThread']({threadId:_0x153e7b,channelId:_0x28427c,isFromAdapter:_0x2e17eb}){if(!this['hasCommentThread'](_0x153e7b))throw new _0x54567d('commentsrepository-missing-comment-thread',null,{'threadId':_0x153e7b});const _0x4eda88=this['getCommentThread'](_0x153e7b);if(!_0x4eda88['isResolved'])throw new _0x54567d('commentsrepository-reopen-comment-thread',null,{'threadId':_0x153e7b});if(_0x4eda88['resolvedBy']=null,_0x4eda88['resolvedAt']=null,_0x2e17eb||!this['adapter']||'function'!=typeof this['adapter']['reopenCommentThread'])return Promise['resolve']();const _0x17c7dd=this['context']['plugins']['get']('PendingActions'),_0xccd9f9=_0x17c7dd['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['reopenCommentThread']({'channelId':_0x28427c,'threadId':_0x153e7b})['then'](()=>_0x17c7dd['remove'](_0xccd9f9))['catch'](_0x202e34=>{throw console['error'](_0x202e34),new _0x54567d('commentsrepository-reopen-comment-thread-internal-error',this);});}['_removeCommentThread']({threadId:_0x2f1964,isFromAdapter:_0x4c355d}){const _0x2080fc=this['getCommentThread'](_0x2f1964);if(!_0x2080fc)throw new _0x54567d('commentsrepository-remove-missing-comment-thread',this);if(this['_detachCommentThread'](_0x2f1964),this['_threads']['delete'](_0x2f1964),!_0x2080fc['isSubmitted']||_0x4c355d||!this['adapter']||'function'!=typeof this['adapter']['removeCommentThread'])return Promise['resolve']();const _0x9a530b=this['context']['plugins']['get']('PendingActions'),{channelId:_0x1b4df6}=_0x2080fc,_0x18127e=_0x9a530b['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeCommentThread']({'channelId':_0x1b4df6,'threadId':_0x2f1964})['then'](()=>_0x9a530b['remove'](_0x18127e))['catch'](_0x5692c9=>{throw console['error'](_0x5692c9),new _0x54567d('commentsrepository-remove-comment-thread-internal-error',this);});}['_updateCommentThread']({threadId:_0x3ce91f,unlinkedAt:_0x3cb379,context:_0x102da5,attributes:_0x33d0cb,isFromAdapter:_0xaa65af}){if('string'!=typeof _0x3ce91f)throw new _0x54567d('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x3ce91f});if(!this['hasCommentThread'](_0x3ce91f))throw new _0x54567d('commentsrepository-missing-comment-thread',null,{'threadId':_0x3ce91f});const _0x4d1535=this['getCommentThread'](_0x3ce91f);let _0x5041a7=!0x1;if(void 0x0!==_0x102da5&&_0x4d1535['context']!==_0x102da5&&(_0x4d1535['context']=_0x102da5,_0x5041a7=!0x0),void 0x0!==_0x3cb379&&_0x4d1535['unlinkedAt']!==_0x3cb379&&(_0x4d1535['unlinkedAt']=_0x3cb379,_0x5041a7=!0x0),_0x33d0cb&&!ft(_0x33d0cb,_0x4d1535['attributes'])&&(_0x4d1535['attributes']=_0x33d0cb,_0x5041a7=!0x0),!_0x5041a7)return Promise['resolve']();if(!_0x4d1535['isSubmitted']||_0xaa65af||!this['adapter']||'function'!=typeof this['adapter']['updateCommentThread'])return Promise['resolve']();const _0x4dc40a=this['context']['plugins']['get']('PendingActions'),{channelId:_0x41481e}=_0x4d1535,_0x5bfe6c=_0x4dc40a['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateCommentThread']({'channelId':_0x41481e,'threadId':_0x3ce91f,'context':_0x102da5,'unlinkedAt':_0x3cb379,'attributes':_0x33d0cb})['then'](()=>_0x4dc40a['remove'](_0x5bfe6c))['catch'](_0x2d5539=>{throw console['error'](_0x2d5539),new _0x54567d('commentsrepository-update-comment-thread-internal-error',this);});}['_detachCommentThread'](_0x4550eb){const _0x1fa4c3=this['context']['plugins']['get'](b),_0x1a999a=this['getCommentThread'](_0x4550eb);if(this['_threadToController']['has'](_0x1a999a)){const _0x52723a=this['_threadToController']['get'](_0x1a999a),_0x1c74b1=_0x52723a['view'],_0x1cb4e7=_0x1fa4c3['getByInnerView'](_0x1c74b1);this['_threadToController']['delete'](_0x1a999a),this['_viewToController']['delete'](_0x1c74b1),_0x1cb4e7&&_0x1fa4c3['remove'](_0x1cb4e7),_0x52723a['destroy'](),_0x1c74b1['destroy']()['then'](()=>{this['_unbindEditors'](_0x1c74b1);});}}['_updateActiveAnnotation']({threadId:_0x4287b2,resolvedAt:_0x255c47}){const _0x4dc615=!!_0x255c47,_0x3d04c6=this['context']['plugins']['get'](b),_0xdecd88=this['getCommentThread'](_0x4287b2);if(this['_threadToController']['has'](_0xdecd88)){const _0x3e8401=this['_threadToController']['get'](_0xdecd88)['view'],_0x250aae=_0x3d04c6['getByInnerView'](_0x3e8401);_0x250aae&&(_0x4dc615&&_0x3d04c6['_removeActiveAnnotation'](_0x250aae),_0x250aae['refreshVisibility']());}}['_getExternalAuthor'](_0x5c937c){const _0x4b0ed4=this['context']['plugins']['get'](lt),_0x2d4b00=ct('external:'+_0x5c937c),_0x53c09b=_0x4b0ed4['getUser'](_0x2d4b00);return _0x53c09b||_0x4b0ed4['addUser']({'id':_0x2d4b00,'name':_0x5c937c});}['_createNewComment']({threadId:_0x1b614e,commentId:_0x1df0ca=_0x850aeb(),content:_0x5e62ac,authorId:_0x30ca67,createdAt:_0x174a8f,attributes:_0x211099}){if('string'!=typeof _0x1df0ca)throw new _0x54567d('commentsrepository-invalid-commentid');if('string'!=typeof _0x30ca67)throw new _0x54567d('commentsrepository-invalid-comment-authorid');if('string'!=typeof _0x5e62ac||!_0x5e62ac['trim']())throw new _0x54567d('commentsrepository-invalid-comment-content');const _0x5d5801=this['context']['plugins']['get'](lt)['getUser'](_0x30ca67);if(!_0x5d5801)throw new _0x54567d('commentsrepository-add-comment-user-not-exists',null,{'authorId':_0x30ca67});let _0x52571e=null,_0x1b862d=_0x174a8f;return _0x211099&&_0x211099['@external']&&(_0x52571e=this['_getExternalAuthor'](_0x211099['@external']['authorName']),_0x1b862d=new Date(_0x211099['@external']['createdAt'])),new se(this,{'threadId':_0x1b614e,'id':_0x1df0ca,'author':_0x52571e||_0x5d5801,'creator':_0x5d5801,'content':_0x5e62ac,'createdAt':_0x174a8f,'authoredAt':_0x1b862d,'attributes':_0x211099});}['_addComment'](_0x1c452a){let {threadId:_0xe77cc4,content:_0x517a0b,attributes:_0x4eb652,isFromAdapter:_0x27a270}=_0x1c452a;const _0x2e3741=this['getCommentThread'](_0x1c452a['threadId']);if(!_0x2e3741)throw new _0x54567d('commentsrepository-add-comment-to-missing-comment-thread',this);const _0x3932b4=this['_createNewComment'](_0x1c452a),{id:_0x5b1fe7}=_0x3932b4;if(_0x2e3741['_add'](_0x3932b4),_0x27a270||!this['adapter']||'function'!=typeof this['adapter']['addComment']||!_0x2e3741['isSubmitted'])return Promise['resolve']();const _0x1e626a=this['context']['plugins']['get']('PendingActions'),{channelId:_0x5cf9cf}=_0x2e3741,_0x564207=_0x1e626a['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return _0x4eb652||(_0x4eb652={}),this['adapter']['addComment']({'channelId':_0x5cf9cf,'threadId':_0xe77cc4,'commentId':_0x5b1fe7,'content':_0x517a0b,'attributes':_0x4eb652})['then'](_0x3d6fdf=>{_0x1e626a['remove'](_0x564207),_0x3d6fdf&&this['_updateComment']({'channelId':_0x5cf9cf,'threadId':_0xe77cc4,'commentId':_0x5b1fe7,'createdAt':_0x3d6fdf['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x568303=>{throw console['error'](_0x568303),new _0x54567d('commentsrepository-add-comment-internal-error',this);});}['_updateComment']({threadId:_0xa26ca2,commentId:_0x2cb83e,content:_0x5a1d26,createdAt:_0x134c56,attributes:_0x49a44c,isFromAdapter:_0x234fc0}){if(void 0x0!==_0x5a1d26&&('string'!=typeof _0x5a1d26||!_0x5a1d26['trim']()['length']))throw new _0x54567d('commentsrepository-update-comment-invalid-content');const _0x55085e=this['getCommentThread'](_0xa26ca2),_0x24be15=_0x55085e['getComment'](_0x2cb83e);if(!_0x24be15)throw new _0x54567d('commentsrepository-update-missing-comment',this);let _0x4c9785=!0x1;if(_0x5a1d26&&_0x5a1d26!==_0x24be15['content']&&(_0x24be15['isEditable']||_0x234fc0)&&(_0x24be15['content']=_0x5a1d26,_0x4c9785=!0x0),_0x134c56&&_0x134c56!==_0x24be15['createdAt']&&(_0x24be15['createdAt']=_0x134c56,_0x24be15['attributes']&&_0x24be15['attributes']['@external']||(_0x24be15['authoredAt']=_0x134c56),_0x4c9785=!0x0),_0x49a44c&&!ft(_0x49a44c,_0x24be15['attributes'])&&(_0x24be15['attributes']=_0x49a44c,_0x4c9785=!0x0),!_0x4c9785)return Promise['resolve']();if(_0x55085e['fire']('commentUpdated'),_0x234fc0||!this['adapter']||'function'!=typeof this['adapter']['updateComment'])return Promise['resolve']();const _0x4c40be=this['context']['plugins']['get']('PendingActions'),{channelId:_0x4059fa}=this['getCommentThread'](_0x24be15['threadId']),_0x5d4d6d=_0x4c40be['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateComment']({'channelId':_0x4059fa,'threadId':_0xa26ca2,'commentId':_0x2cb83e,'content':_0x5a1d26,'attributes':_0x49a44c})['then'](()=>_0x4c40be['remove'](_0x5d4d6d))['catch'](_0x1fa150=>{throw console['error'](_0x1fa150),new _0x54567d('commentsrepository-update-comment-internal-error',this);});}['_removeComment']({threadId:_0x5dc31a,commentId:_0xae37f0,isFromAdapter:_0xc3b651}){const _0xff167c=this['getCommentThread'](_0x5dc31a),_0x537145=_0xff167c['getComment'](_0xae37f0);if(!_0x537145)throw new _0x54567d('commentsrepository-remove-missing-comment',this);if(_0xff167c['_remove'](_0x537145),_0xc3b651||!this['adapter']||'function'!=typeof this['adapter']['removeComment'])return Promise['resolve']();const _0x50d36a=this['context']['plugins']['get']('PendingActions'),{channelId:_0x424224}=_0xff167c,_0x33919f=_0x50d36a['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeComment']({'channelId':_0x424224,'threadId':_0x5dc31a,'commentId':_0xae37f0})['then'](()=>_0x50d36a['remove'](_0x33919f))['catch'](_0x2249a1=>{throw console['error'](_0x2249a1),new _0x54567d('commentsrepository-remove-comment-internal-error',this);});}}class ie extends/* #__PURE__ -- @preserve */
30
- _0x5b673e(){['channelId'];['id'];['_isAttached'];['_isSubmitted'];['comments'];['_repository'];constructor(_0x5c9a61,_0x5bb842){super();const _0xe501c9=_0x5bb842['isResolvable'];this['channelId']=_0x5bb842['channelId'],this['id']=_0x5bb842['id'],this['comments']=new _0x53995b(),this['_repository']=_0x5c9a61,this['_isAttached']=!0x1,this['_isSubmitted']=_0x5bb842['isSubmitted'],this['set']('_hasTargetInContent',!0x0),this['bind']('isReadOnly')['to'](_0x5c9a61,'_permissions',_0x5c9a61,'_readOnlyChannels',()=>_0x5c9a61['isReadOnly'](this['channelId'])),this['bind']('isRemovable')['to'](_0x5c9a61,'_permissions',()=>_0x5c9a61['getPermissions'](this['channelId'])['admin']),this['bind']('canComment')['to'](_0x5c9a61,'_permissions',()=>{const _0x4987ad=_0x5c9a61['getPermissions'](this['channelId']);return _0x4987ad['write']||_0x4987ad['admin'];}),this['bind']('isResolvable')['to'](_0x5c9a61,'_permissions',()=>_0xe501c9&&_0x5c9a61['getPermissions'](this['channelId'])['resolve']),this['set']('context',_0x5bb842['context']),this['bind']('archivedAt')['to'](this,'resolvedAt',this,'unlinkedAt',(_0x28f242,_0x576aaf)=>_0x28f242?_0x576aaf?_0x28f242<_0x576aaf?_0x28f242:_0x576aaf:_0x28f242:_0x576aaf),this['set']('unlinkedAt',_0x5bb842['unlinkedAt']||null),this['set']('resolvedAt',_0x5bb842['resolvedAt']||null),this['set']('resolvedBy',_0x5bb842['resolvedBy']||null),this['bind']('isResolved')['to'](this,'resolvedAt',_0x311b97=>!!_0x311b97),this['set']('attributes',_0x5bb842['attributes']||{});}get['weight'](){return Array['from'](this['comments'])['reduce']((_0x58d89b,_0x44a7eb)=>_0x58d89b+_0x44a7eb['weight'],0x0);}get['length'](){return this['comments']['length'];}get['isAttached'](){return this['_isAttached'];}get['isSubmitted'](){return this['_isSubmitted'];}['submit'](){const {channelId:_0x26e138,id:_0x2fafb3}=this;this['_repository']['fire'](gt('submitCommentThread',_0x26e138),{'channelId':_0x26e138,'threadId':_0x2fafb3});}['setUnlinkedAt'](_0x5146fd){this['_update']({'unlinkedAt':_0x5146fd});}['resolve']({resolvedAt:_0x4e49a1=new Date(),resolvedBy:_0x489f3f=null,isFromAdapter:_0x12ca4b=!0x1}={}){const _0x4c7f1d=this['_repository']['context']['plugins']['get'](lt)['me'],{channelId:_0x3aaa8e,id:_0x277ab1}=this;this['_repository']['fire'](gt('resolveCommentThread',_0x3aaa8e),{'channelId':_0x3aaa8e,'threadId':_0x277ab1,'resolvedAt':_0x4e49a1,'resolvedBy':_0x489f3f||_0x4c7f1d['id'],'isFromAdapter':_0x12ca4b});}['reopen']({isFromAdapter:_0x41a2e7=!0x1}={}){const {channelId:_0x4c22e9,id:_0xf20db6}=this;this['_repository']['fire'](gt('reopenCommentThread',_0x4c22e9),{'channelId':_0x4c22e9,'threadId':_0xf20db6,'isFromAdapter':_0x41a2e7});}['setContext'](_0x2f6c48){this['context']||this['_update']({'context':_0x2f6c48});}['setAttribute'](_0x356e2e,_0x36b12f){const _0x5804db=ut(this['attributes']);pt(_0x5804db,_0x356e2e,_0x36b12f),this['_update']({'attributes':_0x5804db});}['removeAttribute'](_0x31f321){const _0x47ce45=ut(this['attributes']);It(_0x47ce45,_0x31f321),this['_update']({'attributes':_0x47ce45});}['remove']({isFromAdapter:_0x1140d5=!0x1}={}){const {channelId:_0x2534bd,id:_0x5befd4}=this;this['_repository']['fire'](gt('removeCommentThread',_0x2534bd),{'channelId':_0x2534bd,'threadId':_0x5befd4,'isFromAdapter':_0x1140d5});}['attachTo'](_0x385f9d){return this['_repository']['_attachCommentThread']({'threadId':this['id'],'target':_0x385f9d});}['addComment'](_0x58741a){const {channelId:_0x36d1f2,id:_0x49b7d9}=this;this['_repository']['fire'](gt('addComment',_0x36d1f2,_0x49b7d9),Object['assign']({'channelId':_0x36d1f2,'threadId':_0x49b7d9},_0x58741a));}['getComment'](_0x41e275){if('string'!=typeof _0x41e275)throw new _0x54567d('commentsrepository-get-comment-invalid-id',null,{'commentId':_0x41e275});return this['comments']['get'](_0x41e275);}['toJSON'](){return{'threadId':this['id'],'context':this['context'],'unlinkedAt':this['unlinkedAt'],'resolvedAt':this['resolvedAt'],'resolvedBy':this['resolvedBy']?this['resolvedBy']['id']:null,'archivedAt':this['archivedAt'],'comments':this['comments']['map'](_0x4bc286=>_0x4bc286['toJSON']()),'attributes':this['attributes']};}['_add'](_0x2fcaea){return this['listenTo'](_0x2fcaea,'change:authoredAt',()=>{const _0x1201ee=this['_findOptimalIndex'](_0x2fcaea),_0x598f24=this['comments'];_0x1201ee-0x1!=_0x598f24['getIndex'](_0x2fcaea)&&_0x1201ee+0x1!=_0x598f24['getIndex'](_0x2fcaea)&&(this['_remove'](_0x2fcaea),this['_add'](_0x2fcaea));}),this['comments']['add'](_0x2fcaea,this['_findOptimalIndex'](_0x2fcaea));}['_update'](_0x4d7d08){const {channelId:_0x20de45,id:_0x59f935}=this;this['_repository']['fire'](gt('updateCommentThread',_0x20de45),{..._0x4d7d08,'channelId':_0x20de45,'threadId':_0x59f935});}['_remove'](_0x458d19){return this['stopListening'](_0x458d19),_0x458d19['destroy'](),this['comments']['remove'](_0x458d19);}['_findOptimalIndex'](_0x20c7b0){const _0x31432b=this['comments']['find'](_0x589dec=>new Date(_0x589dec['authoredAt'])['getTime']()>new Date(_0x20c7b0['authoredAt'])['getTime']());return _0x31432b?this['comments']['getIndex'](_0x31432b):this['length'];}}class se extends/* #__PURE__ -- @preserve */
31
- _0x5b673e(){['id'];['threadId'];['author'];['creator'];['isExternal'];['createdAt'];['_repository'];constructor(_0x7f4e61,_0x2d8cfa){super();const _0x583c05=_0x7f4e61['context']['plugins']['get'](lt)['me'],_0x2df70c=_0x7f4e61['getCommentThread'](_0x2d8cfa['threadId']),_0x520c41=0x0===_0x2df70c['comments']['length'],_0x1f978b=_0x583c05===_0x2d8cfa['author'];this['id']=_0x2d8cfa['id'],this['threadId']=_0x2d8cfa['threadId'],this['author']=_0x2d8cfa['author'],this['creator']=_0x2d8cfa['creator'],this['isExternal']=Boolean(_0x2d8cfa['attributes']&&_0x2d8cfa['attributes']['@external']),this['set']('content',_0x2d8cfa['content']),this['createdAt']=_0x2d8cfa['createdAt']||new Date(),this['set']('authoredAt',_0x2d8cfa['authoredAt']||new Date()),this['bind']('resolvedAt')['to'](_0x2df70c,'resolvedAt'),this['set']('attributes',_0x2d8cfa['attributes']||{}),this['bind']('isEditable')['to'](_0x7f4e61,'_permissions',()=>{const _0xb4cb30=_0x7f4e61['getPermissions'](_0x2df70c['channelId'])['write'],_0x1e2f4a=_0x7f4e61['getPermissions'](_0x2df70c['channelId'])['modifyAll'];return _0x1f978b&&_0xb4cb30||!_0x1f978b&&_0x1e2f4a;}),this['bind']('isRemovable')['to'](_0x2df70c,'isRemovable',_0x7f4e61,'_permissions',_0x46193d=>{const _0x3ed52f=_0x7f4e61['getPermissions'](_0x2df70c['channelId'])['write'],_0x1b613d=_0x7f4e61['getPermissions'](_0x2df70c['channelId'])['modifyAll'];return _0x1f978b&&_0x3ed52f||_0x46193d&&_0x520c41||!_0x1f978b&&_0x1b613d&&!_0x520c41;}),this['bind']('isReadOnly')['to'](_0x2df70c,'isReadOnly'),this['_repository']=_0x7f4e61;}get['weight'](){return Math['max'](function(_0x1225ac){const _0x2d9fd9=document['createElement']('div');return _0x2d9fd9['innerHTML']=_0x1225ac,_0x2d9fd9['textContent']['length'];}(this['content']),0xc8);}['update'](_0x2a2394){const {threadId:_0x323b9c,id:_0x5c3981}=this;if(!this['_repository']['hasCommentThread'](_0x323b9c))throw new _0x54567d('commentsrepository-update-comment-missing-comment-thread',this);const {channelId:_0x47421e}=this['_repository']['getCommentThread'](_0x323b9c);this['_repository']['fire'](gt('updateComment',_0x47421e,_0x323b9c),{'channelId':_0x47421e,'threadId':_0x323b9c,'commentId':_0x5c3981,..._0x2a2394});}['setAttribute'](_0x81e92,_0x39f819){const _0x1bde3f=ut(this['attributes']);pt(_0x1bde3f,_0x81e92,_0x39f819),this['update']({'attributes':_0x1bde3f});}['removeAttribute'](_0x361d76){const _0x233381=ut(this['attributes']);It(_0x233381,_0x361d76),this['update']({'attributes':_0x233381});}['remove'](_0x1aed3f={}){if(!_0x1aed3f['isFromAdapter']&&!this['isRemovable'])return;const {threadId:_0x518687,id:_0x5c4d66}=this;if(!this['_repository']['hasCommentThread'](_0x518687))throw new _0x54567d('commentsrepository-remove-comment-missing-comment-thread',this);const {channelId:_0x3eaaf8}=this['_repository']['getCommentThread'](_0x518687);this['_repository']['fire'](gt('removeComment',_0x3eaaf8,_0x518687),{'channelId':_0x3eaaf8,'threadId':_0x518687,'commentId':_0x5c4d66,..._0x1aed3f});}['toJSON'](){return{'commentId':this['id'],'content':this['content'],'createdAt':this['createdAt'],'authorId':this['creator']['id'],'attributes':this['attributes']};}['destroy'](){this['stopListening']();}}function gt(_0x47afc6,..._0x4933dd){for(const _0x584d1b of _0x4933dd)void 0x0!==_0x584d1b&&(_0x47afc6+=':'+String(_0x584d1b));return _0x47afc6;}class G extends _0x18c581{['refresh'](){const _0x2670d7=this['editor']['model']['document']['selection'];for(const _0x121bd1 of _0x2670d7['getRanges']())if(this['_hasContent'](_0x121bd1))return void(this['isEnabled']=!0x0);this['isEnabled']=!0x1;}['execute']({threadId:_0x2be26e=_0x850aeb()}={}){const _0x3d57cd=this['editor']['model'],_0x2544a1=[];for(const _0x4e3026 of _0x3d57cd['document']['selection']['getRanges']())this['_hasContent'](_0x4e3026)&&_0x2544a1['push'](this['_trimToContent'](_0x4e3026));_0x3d57cd['change'](_0x43bebc=>{for(const _0x4bb37d of _0x2544a1){const _0x1ca57c=_0x850aeb()['substr'](0x1,0x5),_0x97f971='comment:'+_0x2be26e+':'+_0x1ca57c;_0x43bebc['addMarker'](_0x97f971,{'range':_0x4bb37d,'usingOperation':!0x1,'affectsData':!0x1});}});}['_hasContent'](_0xee7c21){for(const _0x2826fd of _0xee7c21['getItems']())if(this['_itemIsContent'](_0x2826fd))return!0x0;return!0x1;}['_itemIsContent'](_0x48a985){return _0x48a985['is']('$textProxy')||this['editor']['model']['schema']['isObject'](_0x48a985)&&!_0x48a985['is']('element','tableCell');}['_trimToContent'](_0x104d0a){const _0x5b8097=_0x180e29=>!this['_itemIsContent'](_0x180e29['item']),_0x1d6db9=_0x104d0a['start']['getLastMatchingPosition'](_0x5b8097),_0x3b4046=_0x104d0a['end']['getLastMatchingPosition'](_0x5b8097,{'direction':'backward'});return this['editor']['model']['createRange'](_0x1d6db9,_0x3b4046);}}class k extends _0x1b9856{['_dataCollectors'];['_editorAnnotations'];static get['requires'](){return[b];}static get['pluginName'](){return'EditorAnnotations';}constructor(_0x5b812c){super(_0x5b812c),this['_dataCollectors']=new Set(),this['_editorAnnotations']=new Set();}['init'](){const _0x1faf1c=this['editor'],_0x424375=_0x1faf1c['model']['document']['selection'],_0x4ff8ca=_0x5c817f(()=>this['refreshSelectedViews'](),0xa);_0x424375['on']('change:range',(_0x51045e,_0x4cbc56)=>{_0x4cbc56['directChange']&&(_0x4ff8ca['cancel'](),this['refreshSelectedViews']());}),this['listenTo'](_0x1faf1c['editing']['view']['document'],'change:isFocused',(_0x36c650,_0xdd45a4,_0x47df7a)=>{_0x47df7a&&_0x4ff8ca();}),this['listenTo'](_0x1faf1c['ui']['focusTracker'],'change:isFocused',(_0x459bc8,_0x4bfe99,_0x3fd0e6)=>{_0x3fd0e6||_0x1faf1c['isReadOnly']||this['fire']('blur',{'isAnnotationTracked':_0x28a2b6=>this['_editorAnnotationsData']['has'](_0x28a2b6['innerView'])});}),this['listenTo'](this['editor']['ui'],'update',()=>this['fire']('uiUpdate'));}['registerAnnotation'](_0x8a78bb){if(this['_editorAnnotations']['has'](_0x8a78bb['view']))return;this['_editorAnnotations']['add'](_0x8a78bb['view']),this['editor']['ui']['focusTracker']['add'](_0x8a78bb['view']['element']);const _0x284a30=this['editor']['plugins']['get'](b);this['listenTo'](_0x284a30['collection'],'remove',(_0x36dd11,_0x5ebbe4)=>{this['editor']['ui']['focusTracker']['remove'](_0x5ebbe4['view']['element']),this['_editorAnnotations']['delete'](_0x5ebbe4['view']);});}['hasDomSelection'](){return this['editor']['editing']['view']['hasDomSelection'];}['addSourceCollector'](_0x1906c7){if('function'!=typeof _0x1906c7)throw new _0x54567d('editorannotations-invalid-source-callback');this['_dataCollectors']['add'](_0x1906c7);}['refreshSelectedViews'](){this['fire']('refresh');}['getOrderedSelectedAnnotations']({activeAnnotation:_0x265f3f,annotations:_0x2cfacd}){const _0x325061=[],_0x2172ee=this['editor']['model']['document']['selection'],_0x10017a=Array['from'](_0x2172ee['getRanges']());for(const [_0xc15a96,_0x33a70f]of this['_editorAnnotationsData']){const _0x4889d8=_0x333592(_0x33a70f),_0x5eb142=_0x2cfacd['getByInnerView'](_0xc15a96);_0x4889d8&&_0x5eb142&&_0x325061['push']({'annotation':_0x5eb142,'range':_0x4889d8});}function _0x333592(_0x328704){for(const _0xf6e299 of _0x328704)for(const _0x3dec0f of _0x10017a)if(_0xf6e299['containsRange'](_0x3dec0f,!_0x2172ee['isCollapsed']))return _0xf6e299;return null;}return _0x325061['sort']((_0x5b5fff,_0x34a6ff)=>{const _0x1c71f2=_0x5b5fff['range'],_0x3c5ad9=_0x34a6ff['range'];if(!_0x1c71f2['isEqual'](_0x3c5ad9)){if(_0x1c71f2['containsRange'](_0x3c5ad9,!0x0))return 0x1;if(_0x3c5ad9['containsRange'](_0x1c71f2,!0x0))return-0x1;}return _0x5b5fff['annotation']==_0x265f3f?-0x1:_0x34a6ff['annotation']==_0x265f3f?0x1:0x0;})['map'](_0x223d48=>_0x223d48['annotation']);}get['_editorAnnotationsData'](){const _0x593522=new Map();for(const _0xe7bb8d of Array['from'](this['_dataCollectors']))for(const [_0x1187d1,_0x57103c]of _0xe7bb8d())_0x593522['set'](_0x1187d1,_0x57103c);return _0x593522;}}class ot extends _0x1b9856{['afterInit'](){const _0x241c59=this['editor'];if(!_0x241c59['plugins']['has']('RestrictedEditingModeEditing'))return;_0x241c59['plugins']['get']('RestrictedEditingModeEditing')['enableCommand']('addCommentThread');}}class et extends _0x1b9856{constructor(_0x232c0b){super(_0x232c0b),this['editor']['config']['define']('importWord.formatting.comments','basic');}['afterInit'](){const _0x446e59=this['editor'],_0x1cf7c1=_0x446e59['commands']['get']('importWord'),_0x32821b=_0x446e59['plugins']['get'](lt);_0x1cf7c1&&(_0x1cf7c1['on']('execute',(_0x5e00f5,[,_0x596c83])=>{_0x596c83['collaboration_features']={'comments':!0x0,'user_id':_0x32821b['me']['id']};},{'priority':Wt['high']+0xa}),this['listenTo'](_0x1cf7c1,'dataInsert',this['_handleImportedData']));}['_handleImportedData'](_0x48b118,_0x6752f6){const {comment_threads:_0x14c59a}=_0x6752f6;_0x14c59a&&_0x14c59a['forEach'](({thread_id:_0x2c5773,comments:_0x3a838d,is_resolved:_0x575c82})=>{const _0x87bb44=new Date(),_0x4154d4=_0x3a838d['map'](({author:_0x44cc70,content:_0x3abd10,created_at:_0x1981bd})=>({'content':_0x3abd10,'authorId':this['editor']['plugins']['get'](lt)['me']['id'],'createdAt':_0x87bb44,'attributes':{'@external':{'authorName':_0x44cc70,'createdAt':_0x1981bd?new Date(_0x1981bd):new Date(),'source':'importWord'}}})),_0x26cc57=this['editor']['config']['get']('collaboration.channelId');this['editor']['plugins']['get'](m)['addCommentThread']({'channelId':_0x26cc57,'threadId':_0x2c5773,'comments':_0x4154d4,'resolvedAt':_0x575c82?_0x87bb44:null});});}}class rt extends _0x1b9856{constructor(_0x1c065b){super(_0x1c065b),this['editor']['config']['define']('comments.copyMarkers','default');}static get['requires'](){return[Mt,Pt];}['afterInit'](){const _0x5e65c6=this['editor']['plugins']['get']('ClipboardPipeline');this['_registerMarkerInClipboardPipeline'](),this['listenTo'](_0x5e65c6,'contentInsertion',(_0x1cfb96,_0x4b8e41)=>this['_removeMarkersWithoutThreads'](_0x4b8e41['content']['markers']),{'priority':'highest'});}['_removeMarkersWithoutThreads'](_0x54e1f1){if(!this['editor']['plugins']['has']('CommentsRepository'))return _0x54e1f1;const _0x26390c=this['editor']['plugins']['get']('CommentsRepository');for(const _0x26a134 of _0x54e1f1['keys']()){const [_0x39b2b7,_0x5c7f34]=_0x26a134['split'](':');'comment'!=_0x39b2b7||_0x26390c['hasCommentThread'](_0x5c7f34)||_0x54e1f1['delete'](_0x26a134);}return _0x54e1f1;}['_registerMarkerInClipboardPipeline'](){const _0x257921=this['editor']['plugins']['get']('ClipboardMarkersUtils'),_0x53c3f2=this['_mapCommentsCopyConfigToRegisterConfiguration'](this['editor']['config']['get']('comments.copyMarkers'));_0x53c3f2&&_0x257921['_registerMarkerToCopy']('comment',_0x53c3f2);}['_mapCommentsCopyConfigToRegisterConfiguration'](_0x59775c){switch(_0x59775c){case'always':return{'allowedActions':'all','copyPartiallySelected':!0x1,'duplicateOnPaste':!0x0};case'default':return{'allowedActions':['cut','dragstart'],'copyPartiallySelected':!0x1,'duplicateOnPaste':!0x1};default:return null;}}}class r extends _0x1b9856{static get['requires'](){return[m,k,ot,et,rt];}static get['pluginName'](){return'CommentsEditing';}constructor(_0x15aadb){super(_0x15aadb),this['set']('isThreadsLoadingPaused',!0x0),_0x15aadb['data']['once']('ready',()=>this['isThreadsLoadingPaused']=!0x1),this['set']('activeMarker',null),this['on']('change:activeMarker',(_0x3229a1,_0x4ca1ee,_0x176eb4,_0x3adc0b)=>{const _0x107764=_0x176eb4?it(_0x176eb4)['id']:null;if(_0x15aadb['model']['change'](()=>{if(_0x107764){const _0x473510=this['getAllMarkersForId'](_0x107764);for(const _0x53d010 of _0x473510)_0x15aadb['editing']['reconvertMarker'](_0x53d010);}if(_0x3adc0b){const {id:_0x320b91}=it(_0x3adc0b),_0x2e581f=this['getAllMarkersForId'](_0x320b91);for(const _0x841d60 of _0x2e581f)_0x15aadb['editing']['reconvertMarker'](_0x841d60);}}),_0x107764){const _0x4a9d74=_0x15aadb['plugins']['get'](m)['getCommentThread'](_0x107764);_0x4a9d74&&_0x4a9d74['isResolved']&&this['scrollToThreadMarker'](_0x107764);}}),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x849e75=this['editor'],_0x5d8571=_0x849e75['plugins']['get'](m),_0x3d9a67=_0x849e75['config']['get']('collaboration.channelId');_0x849e75['commands']['add']('addCommentThread',new G(_0x849e75)),this['listenTo'](_0x849e75,'change:isReadOnly',(_0x413321,_0x6861f6,_0x2f9c99)=>{_0x5d8571['switchReadOnly'](_0x2f9c99,_0x849e75['config']['get']('collaboration.channelId'));}),this['listenTo'](_0x5d8571,nt('addCommentThread',_0x3d9a67),(_0x3f0565,{threadId:_0x3dd970})=>{const _0x437ccf=this['editor']['plugins']['get'](m)['getCommentThread'](_0x3dd970);_0x437ccf&&_0x437ccf['unlinkedAt']&&this['_attachArchivedThread'](_0x3dd970);}),this['listenTo'](_0x5d8571,nt('removeCommentThread',_0x3d9a67),(_0x41ec7c,{threadId:_0x465e3a})=>{_0x849e75['model']['enqueueChange']({'isUndoable':!0x1},_0x519e71=>{const _0x25ba32=this['getAllMarkersForId'](_0x465e3a);for(const _0x688c41 of _0x25ba32)_0x519e71['removeMarker'](_0x688c41);});}),this['listenTo'](_0x5d8571,nt('resolveCommentThread',_0x3d9a67),(_0xa3dd7c,{threadId:_0x84ae60})=>{(this['_reconvertMarkers'](_0x84ae60),this['editor']['editing']['view']['hasDomSelection'])&&(this['editor']['plugins']['get'](m)['getCommentThread'](_0x84ae60)['unlinkedAt']||this['editor']['editing']['view']['focus']());},{'priority':'low'}),this['listenTo'](_0x5d8571,nt('reopenCommentThread',_0x3d9a67),(_0x91fdbf,{threadId:_0x5545ea})=>{this['_reconvertMarkers'](_0x5545ea);},{'priority':'low'}),this['listenTo'](_0x5d8571,nt('addComment',_0x3d9a67),(_0x5bc815,{threadId:_0x3549c8,isFromAdapter:_0x569506})=>{const _0xd2e5d1=this['getAllMarkersForId'](_0x3549c8);if(_0x569506||0x0==_0xd2e5d1['length']||!_0x5d8571['hasCommentThread'](_0x3549c8))return;0x1===_0x5d8571['getCommentThread'](_0x3549c8)['length']&&_0x849e75['model']['enqueueChange']({'isUndoable':!0x1},_0x5a8bf4=>{for(const _0x2bfd64 of _0xd2e5d1)_0x5a8bf4['updateMarker'](_0x2bfd64,{'usingOperation':!0x0,'affectsData':!0x0});});},{'priority':'low'}),this['_initializeMarkerConverters'](),this['_handleMarkerAddAndRemove']();}['destroy'](){const _0x247a2c=this['editor']['plugins']['get'](m),_0x233c86=this['editor']['config']['get']('collaboration.channelId');for(const _0x36c444 of _0x247a2c['getCommentThreads']({'channelId':_0x233c86}))_0x247a2c['_detachCommentThread'](_0x36c444['id']),_0x247a2c['_threads']['delete'](_0x36c444['id']);super['destroy']();}['hasMarkerForId'](_0xccbe7f){return this['getAllMarkersForId'](_0xccbe7f)['length']>0x0;}['getAllMarkersForId'](_0x2ff152){const _0x33552b=[];for(const _0x45c060 of this['editor']['model']['markers'])_0x45c060['name']['startsWith']('comment:'+_0x2ff152)&&_0x33552b['push'](_0x45c060);return _0x33552b;}['scrollToThreadMarker'](_0x2897be){const _0xf721be=this['_getTargetForId'](_0x2897be);_0xf721be&&setTimeout(()=>{this['activeMarker']&&it(this['activeMarker'])['id']===_0x2897be&&_0x5336cd({'target':_0xf721be[0x0],'viewportOffset':0x64,'alignToTop':!0x0});},0x32);}['_reconvertMarkers'](_0x403830){this['editor']['model']['change'](()=>{for(const _0x5a2134 of this['getAllMarkersForId'](_0x403830))this['editor']['editing']['reconvertMarker'](_0x5a2134);});}['_attachArchivedThread'](_0x48c04a){const _0x33ff23=this['editor']['plugins']['get'](m),_0x19d22c=this['editor']['plugins']['get'](k),_0x3add20=_0x33ff23['getCommentThread'](_0x48c04a);if(!_0x3add20['isAttached']){const _0x2a4dfb=_0x3add20['attachTo'](()=>this['_getTargetForId'](_0x3add20['id']));_0x19d22c['registerAnnotation'](_0x2a4dfb),_0x3add20['_hasTargetInContent']=!0x1;}}['_initializeMarkerConverters'](){const _0x1b78f8=this['editor'];_0x1b78f8['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'comment','view':(_0x2f3bdf,_0x4fa379)=>{const {id:_0x18fd16}=it(_0x2f3bdf['markerName']),_0x342977=_0x1b78f8['plugins']['get'](m)['getCommentThread'](_0x18fd16),_0x4b986e=this['activeMarker']&&it(this['activeMarker'])['id']===_0x18fd16;if(_0x342977&&_0x342977['isResolved']&&!_0x4b986e&&_0x2f3bdf['item'])return _0x4fa379['consumable']['consume'](_0x2f3bdf['item'],'addMarker:'+_0x2f3bdf['markerName']),_0x4fa379['consumable']['consume'](_0x2f3bdf['item'],'removeMarker:'+_0x2f3bdf['markerName']),null;const _0x4c7626=['ck-comment-marker'];return _0x4b986e&&_0x4c7626['push']('ck-comment-marker--active'),{'classes':_0x4c7626,'attributes':{'data-comment':_0x18fd16}};}}),_0x1b78f8['conversion']['for']('dataDowncast')['markerToData']({'model':'comment','view':(_0x2ae680,{options:_0x125c55})=>{const _0x25737b=_0x1b78f8['plugins']['get'](m),_0x39195c=_0x1b78f8['model']['markers']['get'](_0x2ae680),{id:_0xab8d1f,part:_0x4a8f36}=it(_0x2ae680);if(_0x39195c&&!_0x39195c['affectsData'])return null;if(_0x125c55['ignoreResolvedComments']){const _0x4fcfea=_0x25737b['getCommentThread'](_0xab8d1f);if(_0x4fcfea&&_0x4fcfea['isResolved'])return null;}return{'group':'comment','name':_0x4a8f36?_0xab8d1f+':'+_0x4a8f36:_0xab8d1f};}}),_0x1b78f8['conversion']['for']('upcast')['elementToElement']({'view':{'name':'comment','attributes':{'id':/^\w/}},'model':(_0x1f747e,{writer:_0x16565f})=>_0x16565f['createElement']('$marker',{'data-name':'comment:'+_0x1f747e['getAttribute']('id')})}),_0x1b78f8['conversion']['for']('upcast')['dataToMarker']({'view':'comment'});}['_handleMarkerAddAndRemove'](){const _0xac627d=this['editor'],_0xd76858=_0xac627d['plugins']['get'](m),_0x26ff70=new Set(),_0xe353c0=new Set();_0xac627d['model']['document']['registerPostFixer'](_0x3a033d=>{let _0x15b31b=!0x1;for(const {name:_0x4fe0a3,data:_0x41fed4}of _0xac627d['model']['document']['differ']['getChangedMarkers']()){const {group:_0x330db2,id:_0x46b5ff}=it(_0x4fe0a3);let _0x249a5e=_0x41fed4['newRange'];if('comment'!==_0x330db2||!_0x249a5e)continue;const _0x2845d3='$graveyard'===_0x249a5e['root']['rootName'];_0x2845d3||(_0x249a5e=st(_0x249a5e,_0xac627d['model']),!_0x249a5e||_0x249a5e['isCollapsed']||!_0x41fed4['newRange']||_0x249a5e['isEqual'](_0x41fed4['newRange']))?_0xac627d['model']['hasContent'](_0x249a5e)&&!_0x2845d3?this['isThreadsLoadingPaused']?_0x26ff70['add'](_0x4fe0a3):this['_handleThreadMarker'](_0x4fe0a3,_0x46b5ff):(_0xe353c0['add'](_0x4fe0a3),_0x26ff70['delete'](_0x4fe0a3),_0x3a033d['removeMarker'](_0x4fe0a3),_0x15b31b=!0x0):(_0x3a033d['updateMarker'](_0x4fe0a3,{'range':_0x249a5e}),_0x15b31b=!0x0);}return _0x15b31b;}),this['on']('change:isThreadsLoadingPaused',(_0x2975bd,_0x31964d,_0x39ae7d)=>{if(!_0x39ae7d&&_0x26ff70['size'])for(const _0x27e450 of _0x26ff70){const {id:_0x229c47}=it(_0x27e450);_0x26ff70['delete'](_0x27e450),_0xac627d['model']['markers']['get'](_0x27e450)&&this['_handleThreadMarker'](_0x27e450,_0x229c47);}}),this['listenTo'](_0xac627d['model']['document'],'change',(_0x1d6dbb,_0x489dff)=>{for(const {name:_0x2a3b2e,data:{newRange:_0x59d042}}of _0xac627d['model']['document']['differ']['getChangedMarkers']()){const {group:_0xbc82f0,id:_0x25414e}=it(_0x2a3b2e);if('comment'!==_0xbc82f0)continue;const _0x43025c=_0xd76858['getCommentThread'](_0x25414e),_0x4f2c68=this['hasMarkerForId'](_0x25414e);_0x43025c&&(_0x43025c['_hasTargetInContent']||_0xac627d['editing']['view']['once']('render',()=>{const _0x4fb72f=_0xac627d['plugins']['get'](b),_0x31ac17=_0xd76858['_threadToController']['get'](_0x43025c)['view'];_0x4fb72f['getByInnerView'](_0x31ac17)['refreshVisibility']();},{'priority':'low'}),_0x43025c['_hasTargetInContent']=_0x4f2c68||!!_0x59d042),_0x59d042||(_0xe353c0['add'](_0x2a3b2e),_0x26ff70['delete'](_0x2a3b2e));}if(_0x489dff['isLocal'])for(const _0x3d6b15 of _0xe353c0){const {id:_0x36dd00}=it(_0x3d6b15),_0x4e686f=_0xd76858['getCommentThread'](_0x36dd00),_0x2aabe4=this['hasMarkerForId'](_0x36dd00);_0x26ff70['delete'](_0x3d6b15),!_0x4e686f||_0x2aabe4||_0x4e686f['unlinkedAt']||_0x4e686f['setUnlinkedAt'](new Date());}_0xe353c0['clear']();});}['_getTargetForId'](_0x312f7){const _0x3da1c2=this['editor'],_0x1d61d6=this['getAllMarkersForId'](_0x312f7);return tt(_0x3da1c2['editing'],_0x1d61d6);}['_getTextContext'](_0x17199d){const _0x47abe1=this['getAllMarkersForId'](_0x17199d);let _0xaf74a3='',_0x5592c4=!0x1;for(const _0x288cb8 of _0x47abe1){const _0x3315e4=_0x288cb8['getRange']();for(const _0x42dc01 of Array['from'](_0x3315e4['getItems']()))_0x42dc01['is']('$textProxy')?(_0xaf74a3&&_0x5592c4&&(_0xaf74a3+='\x20',_0x5592c4=!0x1),_0xaf74a3+=_0x42dc01['data']):_0x5592c4=!0x0;_0x5592c4=!0x0;}return _0xaf74a3['substring'](0x0,0x96);}['_attachMarkerToThread'](_0x1d2b6a,_0x2d0e08){const _0x5bfd52=this['editor'],_0x5c8406=_0x5bfd52['plugins']['get'](m);let _0xf463da=_0x5c8406['getCommentThread'](_0x2d0e08);const _0x1a730c=_0x5bfd52['config']['get']('collaboration.channelId'),_0x49b2e9=_0x5bfd52['plugins']['get'](k);if(_0xf463da&&(_0xf463da['unlinkedAt']&&_0xf463da['setUnlinkedAt'](null),_0xf463da['isAttached']))return _0xf463da;return!this['getAllMarkersForId'](_0x2d0e08)[0x0]['managedUsingOperations']?_0x5bfd52['editing']['view']['once']('render',()=>{if(_0x5c8406['getCommentThread'](_0x2d0e08))return;const _0x23da66=_0x5bfd52['plugins']['get'](b);_0xf463da=_0x5c8406['openNewCommentThread']({'channelId':_0x1a730c,'threadId':_0x2d0e08,'target':()=>this['_getTargetForId'](_0x2d0e08),'context':{'type':'text','value':this['_getTextContext'](_0x2d0e08)}});const _0x4c7d13=_0x5c8406['_threadToController']['get'](_0xf463da)['view'],_0x45a5b0=_0x23da66['getByInnerView'](_0x4c7d13);_0x45a5b0&&_0x49b2e9['registerAnnotation'](_0x45a5b0);},{'priority':'low'}):_0x5c8406['fetchCommentThread']({'channelId':_0x1a730c,'threadId':_0x2d0e08})['then'](_0xb8cccd=>{if('destroyed'!==_0x5bfd52['state']){if(_0xf463da=_0xb8cccd,_0xf463da&&!_0xf463da['isAttached']){const _0x1139fd=_0xf463da['attachTo'](()=>this['_getTargetForId'](_0x2d0e08));_0x49b2e9['registerAnnotation'](_0x1139fd),_0xf463da['isResolved']&&this['_reconvertMarkers'](_0x2d0e08);}else{if(!_0xf463da){const _0x4abd78=this['getAllMarkersForId'](_0x2d0e08);_0x5bfd52['model']['change'](_0x541aa6=>{for(const _0x143540 of _0x4abd78)_0x541aa6['removeMarker'](_0x143540);});}}}}),_0xf463da;}['_handleThreadMarker'](_0x50d726,_0x2a6ebb){const _0x2e5148=this['_attachMarkerToThread'](_0x50d726,_0x2a6ebb);_0x2e5148&&!_0x2e5148['context']&&_0x2e5148['setContext']({'type':'text','value':this['_getTextContext'](_0x2a6ebb)});}['_initAriaMarkerChangeAnnouncements'](){const _0x33420e=this['editor'];_0x4e89cf(_0x33420e['model'],({left:_0x13912d,entered:_0x3d189c})=>{for(const _0x506556 of _0x13912d)if(at(_0x506556)){_0x33420e['ui']['ariaLiveAnnouncer']['announce'](W(_0x33420e['locale'],'LEAVE_COMMENT_ANNOUNCEMENT'));break;}for(const _0x5a1580 of _0x3d189c)if(at(_0x5a1580)){_0x33420e['ui']['ariaLiveAnnouncer']['announce'](W(_0x33420e['locale'],'ENTER_COMMENT_ANNOUNCEMENT'));break;}});}}function nt(_0x5a0de0,_0x138760){return _0x138760?_0x5a0de0+':'+_0x138760:_0x5a0de0;}function it(_0x469bc4){const _0x291bba=_0x469bc4['split'](':');return{'group':_0x291bba[0x0],'id':_0x291bba[0x1],'part':_0x291bba[0x2]};}function st(_0x5c09f2,_0xb9dbb2){const _0x3577c2=_0xb9dbb2['schema'],_0x14dd51=_0xb9dbb2['createRange'](_0x5c09f2['start']);for(const _0x29b935 of _0x5c09f2['getWalker']()){const {type:_0x104191,item:_0x2f86a5,nextPosition:_0x1a10fa}=_0x29b935;if('text'===_0x104191||_0x3577c2['isObject'](_0x2f86a5)){const _0x23e2cb=_0xb9dbb2['createPositionBefore'](_0x2f86a5);_0x14dd51['isCollapsed']&&(_0x14dd51['start']=_0x23e2cb),_0x14dd51['end']=_0x1a10fa;}}return _0x14dd51;}function at(_0x4856fb){return'comment'===it(_0x4856fb['name'])['group'];}var kt='<!--\x0a\x0a\x20What\x20you\x27re\x20currently\x20looking\x20at\x20is\x20the\x20source\x20code\x20of\x20a\x20legally\x20protected,\x20proprietary\x20software.\x0a\x20CKEditor\x205\x20Collaboration\x20is\x20licensed\x20under\x20a\x20commercial\x20license\x20and\x20protected\x20by\x20copyright\x20law.\x20Where\x20not\x20otherwise\x20indicated,\x0a\x20all\x20CKEditor\x205\x20Collaboration\x20content\x20is\x20authored\x20by\x20CKSource\x20engineers\x20and\x20consists\x20of\x20CKSource-owned\x20intellectual\x20property.\x0a\x0a\x20Copyright\x20(c)\x202003-2024,\x20CKSource\x20Holding\x20sp.\x20z\x20o.o.\x20All\x20rights\x20reserved.\x0a\x0a!-->\x0a\x0a<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><path\x20d=\x22M4\x201.5h12A3.5\x203.5\x200\x200\x201\x2019.5\x205v8l-.005.192a3.5\x203.5\x200\x200\x201-2.927\x203.262l-.062.008v1.813a1.5\x201.5\x200\x200\x201-2.193\x201.33l-.371-.193-.38-.212a13.452\x2013.452\x200\x200\x201-3.271-2.63l-.062-.07H4A3.5\x203.5\x200\x200\x201\x20.5\x2013V5A3.5\x203.5\x200\x200\x201\x204\x201.5ZM4\x203a2\x202\x200\x200\x200-2\x202v8a2\x202\x200\x200\x200\x202\x202h6.924a11.917\x2011.917\x200\x200\x200\x203.71\x203.081l.372.194v-3.268L14.962\x2015H16a2\x202\x200\x200\x200\x202-2V5a2\x202\x200\x200\x200-2-2H4Z\x22/><path\x20d=\x22M9.75\x205a.75.75\x200\x200\x200-.75.75v2.5H6.5a.75.75\x200\x200\x200\x200\x201.5H9v2.5a.75.75\x200\x200\x200\x201.5\x200v-2.5H13a.75.75\x200\x200\x200\x200-1.5h-2.5v-2.5A.75.75\x200\x200\x200\x209.75\x205Z\x22/></svg>\x0a';class s extends _0x1b9856{static get['pluginName'](){return'CommentsUI';}static get['requires'](){return[m,r,k,b];}get['CommentsListView'](){return xt;}get['CommentThreadInputView'](){return Tt;}['init'](){const _0x3f5847=this['editor'],_0xb13867=_0x3f5847['plugins']['get'](m),_0x47bd1b=_0x3f5847['plugins']['get'](r),_0x5f4d57=_0x3f5847['plugins']['get'](b),_0x214bbc=_0x3f5847['plugins']['get'](k);_0x3f5847['ui']['componentFactory']['add']('comment',()=>{const _0x352098=this['_createUIButton'](_0x1b2c93);return _0x352098['tooltip']=!0x0,_0x352098;}),_0x3f5847['ui']['componentFactory']['add']('menuBar:comment',()=>this['_createUIButton'](_0x20d2b7)),_0x214bbc['addSourceCollector'](()=>{const _0x42d71c=[];for(const [_0x17cd6c,_0x3981b3]of _0xb13867['_threadToController']){const _0x231af6=_0x47bd1b['getAllMarkersForId'](_0x17cd6c['id']),_0x42024b=_0x231af6['map'](_0x87a0bb=>_0x87a0bb['getRange']());_0x231af6['length']>0x0&&_0x42d71c['push']([_0x3981b3['view'],_0x42024b]);}return _0x42d71c;}),this['listenTo'](_0x5f4d57,'change:activeAnnotations',(_0x398d94,_0x161c77,_0x20221a)=>{const _0x347027=Array['from'](_0x20221a)['map'](_0x5479fc=>_0x5479fc['innerView'])['find'](_0x474cc1=>_0xb13867['_viewToController']['has'](_0x474cc1));if(!_0x347027)return void(_0x47bd1b['activeMarker']=null);const _0x1faf43=_0xb13867['_viewToController']['get'](_0x347027)['model']['id'],_0x12b744='comment:'+_0x1faf43;_0x1faf43&&_0x47bd1b['hasMarkerForId'](_0x1faf43)?_0x47bd1b['activeMarker']=_0x12b744:_0x47bd1b['activeMarker']&&(_0x47bd1b['activeMarker']=null);}),this['listenTo'](_0xb13867,'removeCommentThread',(_0x5410e7,{threadId:_0x3778e9,isFromAdapter:_0x11710e})=>{!_0x11710e&&_0x3f5847['ui']['focusTracker']['isFocused']&&_0x47bd1b['hasMarkerForId'](_0x3778e9)&&_0x3f5847['editing']['view']['focus']();},{'priority':'highest'}),this['listenTo'](_0xb13867,'addComment',(_0x48b741,{threadId:_0x26c98f,isFromAdapter:_0x24bd10})=>{if(_0x24bd10||!_0x47bd1b['hasMarkerForId'](_0x26c98f)||!_0xb13867['hasCommentThread'](_0x26c98f))return;0x1===_0xb13867['getCommentThread'](_0x26c98f)['length']&&(_0x3f5847['editing']['view']['focus'](),_0x48b741['stop']());},{'priority':'low'});}['_createUIButton'](_0x4e59f6){const _0x226375=this['editor'],_0x412dd8=new _0x4e59f6(_0x226375['locale']),_0x23fecb=_0x226375['commands']['get']('addCommentThread');return _0x412dd8['set']({'label':W(_0x226375['locale'],'Comment'),'icon':kt}),_0x412dd8['bind']('isEnabled')['to'](_0x23fecb),this['listenTo'](_0x412dd8,'execute',()=>_0x23fecb['execute']()),_0x412dd8;}}class e extends _0x1b9856{static get['pluginName'](){return'CommentsOnly';}static get['requires'](){return[r];}constructor(_0x310e1e){super(_0x310e1e),this['set']('isEnabled',!0x1),this['on']('change:isEnabled',(_0x538810,_0x53ecf9,_0x44bfb9)=>{_0x44bfb9?this['_enableCommentsOnlyMode']():this['_disableCommentsOnlyMode']();});}['afterInit'](){!this['isEnabled']&&this['editor']['config']['get']('commentsOnly')&&(this['isEnabled']=!0x0);}['_enableCommentsOnlyMode'](){for(const [_0x255fd7,_0x15a27f]of this['editor']['commands'])_0x15a27f['affectsData']&&'addCommentThread'!==_0x255fd7&&_0x15a27f['forceDisabled']('commentsOnlyMode');this['editor']['plugins']['has']('DragDrop')&&this['editor']['plugins']['get']('DragDrop')['forceDisabled']('commentsOnlyMode');const _0x147c01=this['editor']['editing']['view']['document'];this['listenTo'](_0x147c01,'cut',_0x49f275=>_0x49f275['stop'](),{'priority':'highest'}),this['listenTo'](_0x147c01,'clipboardInput',_0x10e9a9=>_0x10e9a9['stop'](),{'priority':'highest'}),this['listenTo'](_0x147c01,'delete',_0x3a6653=>_0x3a6653['stop'](),{'priority':'highest'});}['_disableCommentsOnlyMode'](){for(const [_0x3da642,_0x1b4b3f]of this['editor']['commands'])_0x1b4b3f['affectsData']&&'addCommentThread'!==_0x3da642&&_0x1b4b3f['clearForceDisabled']('commentsOnlyMode');this['stopListening'](this['editor']['editing']['view']['document']);}}class j extends _0x51560b{['activeUIs'];['_uis'];['_uisData'];static get['requires'](){return[b];}static get['pluginName'](){return'AnnotationsUIs';}constructor(_0x56269b){super(_0x56269b),this['activeUIs']=new Set(),this['_uis']=new Map(),this['_uisData']=new Map();}['init'](){const _0x431106=this['context']['plugins']['get'](b);this['listenTo'](_0x431106,'_activateAnnotation',(_0x31c235,_0x35ee42)=>{for(const _0x51a325 of this['activeUIs']){const _0x274769=this['_uis']['get'](_0x51a325);(0x0,this['_uisData']['get'](_0x51a325)['filter'])(_0x35ee42)&&_0x274769['setActiveAnnotation'](_0x35ee42);}}),this['listenTo'](_0x431106,'_deactivateAllAnnotations',()=>{for(const _0x274510 of this['activeUIs']){this['_uis']['get'](_0x274510)['setActiveAnnotation'](null);}}),this['listenTo'](_0x431106['_visibleAnnotations'],'add',(_0x11ab01,_0x4df845)=>{this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x4df845);});}['hasActive'](){return this['activeUIs']['size']>0x0;}['isActive'](_0x3653bf){return this['activeUIs']['has'](_0x3653bf);}['activate'](_0x3d3770,_0x474eec=()=>!0x0){const _0x1554b8=this['context']['plugins']['get'](b);if(!this['_uis']['has'](_0x3d3770))throw new _0x54567d('annotationsuis-missing-ui',this,{'uiName':_0x3d3770});this['isActive'](_0x3d3770)&&this['deactivate'](_0x3d3770),this['activeUIs']['add'](_0x3d3770);const _0x5036b9=new x();!function({source:_0x2c229d,target:_0x3aa34e,filter:_0xfd331a}){for(const _0x3f32c9 of _0x2c229d)_0xfd331a(_0x3f32c9)&&_0x3aa34e['add'](_0x3f32c9);_0x3aa34e['listenTo'](_0x2c229d,'add',(_0x17b6df,_0x1b4daf)=>{_0xfd331a(_0x1b4daf)&&_0x3aa34e['add'](_0x1b4daf);}),_0x3aa34e['listenTo'](_0x2c229d,'remove',(_0x1fd431,_0x4b1e2e)=>{_0x3aa34e['has'](_0x4b1e2e)&&_0x3aa34e['remove'](_0x4b1e2e);});}({'source':_0x1554b8['_visibleAnnotations'],'target':_0x5036b9,'filter':_0x474eec}),this['_uisData']['set'](_0x3d3770,{'collection':_0x5036b9,'filter':_0x474eec});const _0x2afaf1=this['_uis']['get'](_0x3d3770);_0x2afaf1['attach'](_0x5036b9),this['listenTo'](_0x2afaf1,'change:activeAnnotation',(_0xeafc0e,_0x592e83,_0x2c98c3,_0x21d93e)=>{_0x21d93e&&_0x1554b8['_removeActiveAnnotation'](_0x21d93e),_0x2c98c3&&_0x1554b8['_addActiveAnnotation'](_0x2c98c3);});}['deactivate'](_0x2e9ec7){if(this['activeUIs']['delete'](_0x2e9ec7),!this['_uis']['has'](_0x2e9ec7))throw new _0x54567d('annotationsuis-missing-ui',this,{'uiName':_0x2e9ec7});const _0x3dc12c=this['_uis']['get'](_0x2e9ec7);_0x3dc12c['detach'](),this['stopListening'](_0x3dc12c),this['_uisData']['get'](_0x2e9ec7)['collection']['destroy'](),this['_uisData']['delete'](_0x2e9ec7);}['switchTo'](_0x2525a7){if(!this['_uis']['has'](_0x2525a7))throw new _0x54567d('annotationsuis-missing-ui',this,{'uiName':_0x2525a7});const _0x1c70ee=this['context']['plugins']['get'](b),_0x4670fb=Array['from'](_0x1c70ee['activeAnnotations'])[0x0]||null;this['deactivateAll'](),this['activate'](_0x2525a7);const _0x57e4ab=this['_uis']['get'](_0x2525a7);_0x57e4ab['setActiveAnnotation'](_0x4670fb),_0x57e4ab['_setSelectedAnnotations']&&_0x4670fb&&_0x57e4ab['_setSelectedAnnotations']([_0x4670fb]);}['deactivateAll'](){for(const _0x4d28f3 of this['activeUIs'])this['deactivate'](_0x4d28f3);}['register'](_0x223f06,_0x5aa1a4){if(this['_uis']['has'](_0x223f06))throw new _0x54567d('annotationsuis-register-already-registered');if('function'!=typeof _0x5aa1a4['attach']||'function'!=typeof _0x5aa1a4['detach']||'function'!=typeof _0x5aa1a4['setActiveAnnotation'])throw new _0x54567d('annotationsuis-register-invalid-interface',null);this['_uis']['set'](_0x223f06,_0x5aa1a4);}['refilterAnnotations'](){const _0x22e6fe=this['context']['plugins']['get'](b)['collection'],_0x5c1b69=new Map(),_0x29a2e6=Array['from'](this['activeUIs']);for(const _0x5a4a6b of this['activeUIs']){const _0x1994cb=this['_uisData']['get'](_0x5a4a6b)['collection'];for(const _0x3638e7 of _0x1994cb)_0x5c1b69['set'](_0x3638e7,_0x5a4a6b);}for(const _0x4192c1 of _0x22e6fe){const _0x2d5de7=_0x5c1b69['get'](_0x4192c1);this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x4192c1);const _0x26b6a3=_0x29a2e6['find'](_0x246322=>this['_uisData']['get'](_0x246322)['filter'](_0x4192c1));_0x2d5de7!==_0x26b6a3&&(_0x2d5de7&&this['_uisData']['get'](_0x2d5de7)['collection']['remove'](_0x4192c1),_0x26b6a3&&this['_uisData']['get'](_0x26b6a3)['collection']['add'](_0x4192c1));}}['destroy'](){this['deactivateAll'](),super['destroy']();}['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x219b4b){const _0x5f85d3=[];for(const _0x52d14e of this['activeUIs']){(0x0,this['_uisData']['get'](_0x52d14e)['filter'])(_0x219b4b)&&_0x5f85d3['push'](_0x52d14e);}if(_0x5f85d3['length']>0x1)throw new _0x54567d('annotationsuis-annotation-mismatch',null,{'matchedUIs':_0x5f85d3,'annotationType':_0x219b4b['type']});}}const ne=Ht('px');class T extends _t{['list'];constructor(_0x4652c5){super(_0x4652c5);const _0x30d368=this['bindTemplate'];this['set']('minHeight',0x0),this['set']('class',''),this['list']=this['createCollection'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-sidebar','ck-reset',_0x30d368['to']('class')],'style':{'minHeight':_0x30d368['to']('minHeight',_0x567299=>'number'==typeof _0x567299?ne(_0x567299+0xa):null)}},'children':this['list']});}}const qt=Ht('px');class C extends _t{['content'];['_targetTop'];['_mutationObserver'];constructor(_0x3ff630){super(_0x3ff630),this['set']('top',0x0),this['set']('height',0x0),this['bind']('bottom')['to'](this,'top',this,'height',(_0x4f6142,_0x13aa26)=>_0x4f6142+_0x13aa26),this['set']('isAnimationDisabled',!0x1),this['_mutationObserver']=Dt(()=>this['updateHeight']()),this['_targetTop']=null,this['content']=this['createCollection']();const _0x1560d6=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-sidebar-item',_0x1560d6['to']('isAnimationDisabled',_0x45c25a=>_0x45c25a?'ck-sidebar-item--no-animation':'')],'style':{'top':_0x1560d6['to']('top',_0x414d76=>qt(_0x414d76))}},'children':this['content']});}['render'](){super['render'](),this['_mutationObserver']['attach'](this['element']);}['updateHeight'](){const _0x11faa1=this['element']['clientHeight'];_0x11faa1&&(this['height']=_0x11faa1);}['destroy'](){this['content']['clear'](),this['_mutationObserver']['detach'](),super['destroy']();}}class z extends _0x51560b{['view'];['_activeAnnotation'];['_annotations'];['_spaceBetweenItems'];['_sidebarItemViewToAnnotation'];['_annotationToSidebarItemView'];['_recalculateBuffer'];static get['pluginName'](){return'Sidebar';}constructor(_0x120fab){super(_0x120fab),this['set']('_lastItem',void 0x0),this['view']=this['_createSidebarView'](),this['set']('container',null),this['_spaceBetweenItems']=0x19,this['_sidebarItemViewToAnnotation']=new Map(),this['_annotationToSidebarItemView']=new Map(),this['context']['config']['define']('sidebar.preventScrollOutOfView',!0x1),this['_annotations']=null,this['_activeAnnotation']=null,this['_recalculateBuffer']=[];}['init'](){const _0x493fe9=this['context']['config']['get']('sidebar.container');_0x493fe9&&this['setContainer'](_0x493fe9);}['setContainer'](_0x389755){if(!y(_0x389755))throw new _0x54567d('sidebar-setcontainer-invalid-element');this['container']=_0x389755;}['_attachToContainer']({viewClass:_0x55f924='',spaceBetweenItems:_0x36fee0=0x19}={}){if(!y(this['container']))throw new _0x54567d('sidebar-attachtocontainer-missing-container',this);this['container']['appendChild'](this['view']['element']),this['view']['class']=_0x55f924,this['_spaceBetweenItems']=_0x36fee0;}['rearrange']({removedAnnotation:_0x404c2c,previousAnnotation:_0x1c6f85,nextAnnotation:_0x59e27f}){const _0x12983c=this['getSidebarItemView'](_0x404c2c);this['view']['list']['remove'](_0x12983c),this['_destroySidebarItemView'](_0x404c2c),_0x1c6f85&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x1c6f85)),_0x59e27f&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x59e27f)),this['_updateLastItem']();}['refresh']({blurredAnnotation:_0x3de3fa,activatedAnnotation:_0x1f0c44,disableAnimationOnActivatedAnnotation:_0x5685ab}){if(this['_activeAnnotation']=_0x1f0c44,_0x3de3fa){_0x3de3fa['isActive']=!0x1;const _0x2ef780=this['getSidebarItemView'](_0x3de3fa);_0x2ef780&&_0x5685ab&&(_0x2ef780['isAnimationDisabled']=!0x1);}if(_0x1f0c44){const _0x1f905c=this['getSidebarItemView'](_0x1f0c44);_0x1f905c&&(_0x1f0c44['isActive']=!0x0,_0x5685ab&&(_0x1f905c['isAnimationDisabled']=!0x0,_0x1f905c['top']+=0x1),this['_alignToTargetRect'](_0x1f905c));}}['_detachFromContainer'](_0xd77030){if(this['view']['element']['remove'](),_0xd77030){for(const _0x1f6197 of _0xd77030)this['_destroySidebarItemView'](_0x1f6197);}this['view']['list']['clear'](),this['view']['class']='',this['_lastItem']=null;}['addAnnotation'](_0x162dd5,_0x112b6b){_0x112b6b||(_0x112b6b=_0x162dd5['view']);const _0x1e50b0=new C(this['context']['locale']);this['_sidebarItemViewToAnnotation']['set'](_0x1e50b0,_0x162dd5),this['_annotationToSidebarItemView']['set'](_0x162dd5,_0x1e50b0),_0x1e50b0['content']['add'](_0x112b6b),this['listenTo'](_0x162dd5['view'],'change:targetRect',(_0x284fb9,_0x1386f5,_0x1ad624)=>{const _0x379ddb=this['_getTargetTop'](_0x162dd5,_0x1ad624);_0x1e50b0['_targetTop']!=_0x379ddb&&(_0x1e50b0['_targetTop']=_0x379ddb,this['_setItemTop'](_0x1e50b0,_0x379ddb));}),this['listenTo'](_0x1e50b0,'change:top',()=>{this['_recalculate'](_0x1e50b0,'top');}),this['listenTo'](_0x1e50b0,'change:bottom',()=>{this['_recalculate'](_0x1e50b0,'bottom');}),this['_alignToTargetRect'](_0x1e50b0);const _0x3ab1da=this['_getItemBefore'](_0x1e50b0);if(_0x3ab1da)this['_alignAfterItem'](_0x3ab1da,_0x1e50b0)||this['_alignToTargetRect'](_0x1e50b0);else this['_alignToTargetRect'](_0x1e50b0);return this['_updateLastItem'](),this['view']['list']['add'](_0x1e50b0),_0x1e50b0;}['_alignForTopChange'](_0x5850aa){if(!_0x5850aa['content']['length'])return;const _0x717a89=this['_getItemBefore'](_0x5850aa);if(!_0x717a89)return;const _0x58b0de=this['_sidebarItemViewToAnnotation']['get'](_0x717a89),_0x3cfa38=this['_activeAnnotation'];_0x3cfa38&&_0x3cfa38===_0x58b0de?this['_alignAfterItem'](_0x717a89,_0x5850aa):this['_alignBeforeItem'](_0x5850aa,_0x717a89);}['_alignForBottomChange'](_0x400f89){if(!_0x400f89['content']['length'])return;const _0x420f94=this['_getItemAfter'](_0x400f89);if(!_0x420f94)return;const _0x3b44e8=this['_sidebarItemViewToAnnotation']['get'](_0x420f94),_0x4630e2=this['context']['config']['get']('sidebar.preventScrollOutOfView'),_0x27b6b9=this['_activeAnnotation'];_0x27b6b9&&_0x27b6b9===_0x3b44e8&&_0x4630e2?(this['_alignBeforeItem'](_0x420f94,_0x400f89),this['_alignAfterItem'](_0x400f89,_0x420f94)):_0x27b6b9&&_0x27b6b9===_0x3b44e8?this['_alignBeforeItem'](_0x420f94,_0x400f89):this['_alignAfterItem'](_0x400f89,_0x420f94);}['_recalculate'](_0x134a59,_0x423c52){0x0===this['_recalculateBuffer']['length']&&setTimeout(()=>{for(const {sidebarItemView:_0x1c4256,changedProp:_0x2e0c7b}of this['_recalculateBuffer'])'top'===_0x2e0c7b?this['_alignForTopChange'](_0x1c4256):this['_alignForBottomChange'](_0x1c4256);this['_recalculateBuffer']=[];},0xa),this['_recalculateBuffer']['push']({'sidebarItemView':_0x134a59,'changedProp':_0x423c52});}['getSidebarItemView'](_0x21c6be){return this['_annotationToSidebarItemView']['get'](_0x21c6be);}['destroy'](){this['stopListening'](),this['view']['destroy']();}['_destroySidebarItemView'](_0x17942b){const _0x431a08=this['getSidebarItemView'](_0x17942b);this['stopListening'](_0x431a08),this['stopListening'](_0x17942b['view']),_0x431a08['destroy'](),this['_annotationToSidebarItemView']['delete'](_0x17942b),this['_sidebarItemViewToAnnotation']['delete'](_0x431a08);}['_createSidebarView'](){const _0xe09135=new T(this['context']['locale']);return _0xe09135['render'](),this['on']('change:_lastItem',(_0x2216ea,_0x31e6f2,_0x16957f,_0x1ec025)=>{_0x1ec025&&_0xe09135['unbind']('minHeight'),_0x16957f?_0xe09135['bind']('minHeight')['to'](_0x16957f,'bottom'):_0xe09135['minHeight']=null;}),_0xe09135;}['_updateLastItem'](){this['_lastItem']=this['_annotations']?.['last']?this['getSidebarItemView'](this['_annotations']['last']):null;}['_getItemBefore'](_0x79c8ed){const _0x570e23=this['_sidebarItemViewToAnnotation']['get'](_0x79c8ed),_0x3a8dcf=_0x570e23&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x570e23)-0x1);return _0x3a8dcf&&this['getSidebarItemView'](_0x3a8dcf)||null;}['_getItemAfter'](_0x2f6e91){const _0x4daa01=this['_sidebarItemViewToAnnotation']['get'](_0x2f6e91),_0x302bc4=_0x4daa01&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x4daa01)+0x1);return _0x302bc4&&this['getSidebarItemView'](_0x302bc4)||null;}['_alignBeforeItem'](_0x3777c0,_0xf8d6ad){_0x3777c0['updateHeight']();const _0x34efc3=M(_0xf8d6ad['bottom']+this['_spaceBetweenItems'],_0x3777c0['top']);return!!_0x34efc3&&(this['_setItemTop'](_0xf8d6ad,_0xf8d6ad['top']-_0x34efc3),!0x0);}['_alignAfterItem'](_0x1c93c8,_0x25983a){_0x1c93c8['updateHeight']();const _0x12ffe4=M(_0x1c93c8['bottom']+this['_spaceBetweenItems'],_0x25983a['top']);return!!_0x12ffe4&&(this['_setItemTop'](_0x25983a,_0x25983a['top']+_0x12ffe4,!0x1),!0x0);}['_alignToTargetRect'](_0x2edd08){const _0x121c58=this['_sidebarItemViewToAnnotation']['get'](_0x2edd08);if(!_0x121c58||!_0x121c58['target']||!_0x121c58['targetRect'])return;const _0x46e0a4=this['_getTargetTop'](_0x121c58,_0x121c58['targetRect']);this['_setItemTop'](_0x2edd08,_0x46e0a4);}['_getTargetTop'](_0x41bc4d,_0x1f44b3){if(null===_0x1f44b3)return 0x0;if(_0x41bc4d['target']instanceof _0x2aff2b)return _0x1f44b3['top'];{const _0x1c67f7=new _0x2aff2b(this['view']['element'])['top'];return _0x1f44b3['top']-_0x1c67f7;}}['_setItemTop'](_0x52a210,_0x28afbe,_0x4ffca2=this['context']['config']['get']('sidebar.preventScrollOutOfView')){_0x4ffca2&&(_0x28afbe=Math['max'](_0x28afbe,this['_getMaxAvailableTop'](_0x52a210))),_0x52a210['top']=_0x28afbe;}['_getMaxAvailableTop'](_0x2f69ae){let _0x1e8d90=this['_getItemBefore'](_0x2f69ae),_0x125cc0=0x0;for(;_0x1e8d90;)_0x1e8d90['updateHeight'](),_0x125cc0+=this['_spaceBetweenItems']+_0x1e8d90['height'],_0x1e8d90=this['_getItemBefore'](_0x1e8d90);return _0x125cc0;}}function M(_0x3af79b,_0x1769f0){return Math['max'](_0x3af79b-_0x1769f0,0x0);}function y(_0x3f6f03){return null!==_0x3f6f03&&'object'==typeof _0x3f6f03&&0x1===_0x3f6f03['nodeType'];}class n extends _0x51560b{['isAttached'];['annotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[z,j];}static get['pluginName'](){return'WideSidebar';}constructor(_0x59ac6f){super(_0x59ac6f),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_editorAnnotations']=new _0x53995b(),this['_refreshPositioningDebounced']=_0x5c817f(()=>{this['annotations']['refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){const _0x22fdb6=this['context']['plugins']['get'](j),_0x32e082=this['context']['plugins']['get'](z);_0x22fdb6['register']('wideSidebar',this),_0x32e082['container']&&_0x22fdb6['switchTo']('wideSidebar');}['setActiveAnnotation'](_0x2f4d17){if(_0x2f4d17===this['activeAnnotation'])return;const _0xe83eef=this['context']['plugins']['get'](z);_0xe83eef['_activeAnnotation']=_0x2f4d17;const _0x31b8b9=this['activeAnnotation'];this['activeAnnotation']=_0x2f4d17,_0xe83eef['refresh']({'blurredAnnotation':_0x31b8b9,'activatedAnnotation':this['activeAnnotation']});}['attach'](_0x25c8a6){this['annotations']=_0x25c8a6;const _0x5f2cda=this['context']['plugins']['get'](z);if(_0x5f2cda['_annotations']=_0x25c8a6,this['isAttached'])throw new _0x54567d('widesidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x5f2cda,'set:container',()=>{this['detach'](),this['listenTo'](_0x5f2cda,'change:container',_0x58643c=>{_0x58643c['off'](),this['attach'](_0x25c8a6);});}),_0x5f2cda['_attachToContainer']({'viewClass':'ck-sidebar--wide'});const _0x3b4d9a=_0x2a1651=>{_0x2a1651['updateTargetRect'](),_0x5f2cda['addAnnotation'](_0x2a1651);};for(const _0x352fa9 of _0x25c8a6)_0x3b4d9a(_0x352fa9);this['listenTo'](_0x25c8a6,'add',(_0x5da6fe,_0xedc27b)=>{_0x3b4d9a(_0xedc27b);}),this['listenTo'](_0x25c8a6,'remove',(_0x28ff7f,_0x19c6d8,_0x4f1216)=>{_0x5f2cda['rearrange']({'removedAnnotation':_0x19c6d8,'previousAnnotation':_0x25c8a6['get'](_0x4f1216-0x1),'nextAnnotation':_0x25c8a6['get'](_0x4f1216+0x1)}),_0x19c6d8===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'high'}),this['listenTo'](_0x25c8a6,'focus',(_0x1eccf9,_0x4a3923)=>{this['setActiveAnnotation'](_0x4a3923);}),this['listenTo'](_0x25c8a6,'blur',()=>{this['setActiveAnnotation'](null);});const _0xce3df2=this['context']instanceof _0x433449?this['context']['editors']:new _0x53995b([this['context']]);for(const _0x15bd02 of _0xce3df2)this['_integrateWithEditorAnnotations'](_0x15bd02);this['listenTo'](_0xce3df2,'add',(_0x28c55d,_0x274a93)=>{this['listenTo'](_0x274a93,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x274a93);});}),this['listenTo'](_0xce3df2,'remove',(_0x8e4676,_0x716062)=>{_0x716062['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x716062['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['annotations']['refreshPositioning']();}['detach'](){if(!this['isAttached'])throw new _0x54567d('widesidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x8059d4=this['context']['plugins']['get'](z);_0x8059d4['_detachFromContainer'](this['annotations']),this['stopListening'](_0x8059d4),this['stopListening'](this['annotations']),this['context']instanceof _0x433449&&this['stopListening'](this['context']['editors']);for(const _0x1a58f2 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x1a58f2);window['removeEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioningDebounced']['cancel'](),this['activeAnnotation']=null,this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_integrateWithEditorAnnotations'](_0x5c3288){if(!_0x5c3288['plugins']['has']('EditorAnnotations'))return;const _0x3188a9=_0x5c3288['plugins']['get']('EditorAnnotations'),_0x4b14f4=()=>{const _0x150b7f=_0x3188a9['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['setActiveAnnotation'](_0x150b7f[0x0]||null);};this['listenTo'](_0x3188a9,'refresh',_0x4b14f4),this['listenTo'](_0x3188a9,'blur',(_0x29d57b,{isAnnotationTracked:_0x1183bf})=>{this['activeAnnotation']&&_0x1183bf(this['activeAnnotation'])&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x3188a9,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](this['annotations'],'blur',_0x41b9c7=>{_0x3188a9['hasDomSelection']()&&(_0x4b14f4(),_0x41b9c7['stop']());},{'priority':'high'}),this['_editorAnnotations']['add'](_0x3188a9);}['_destroyEditorAnnotationsIntegration'](_0x36b6f0){this['stopListening'](_0x36b6f0),this['_editorAnnotations']['remove'](_0x36b6f0);}}class D extends _0x1b2c93{['counterView'];constructor(_0x44b937){super(_0x44b937);const _0x2cbfe3=this['bindTemplate'];this['set']('isDirty',!0x1),this['set']('number',0x0),this['bind']('_badge')['to'](this,'isDirty',this,'number',(_0x2de0c8,_0x58dd83)=>_0x2de0c8?'...':_0x58dd83['toString']()),this['set']('annotationType',''),this['icon']=kt,this['extendTemplate']({'attributes':{'class':['ck-annotation-counter']}}),this['counterView']=new _t(),this['counterView']['setTemplate']({'tag':'span','attributes':{'class':['ck-annotation-counter__badge',_0x2cbfe3['to']('annotationType',_0x21cee4=>'ck-annotation-counter__badge--'+_0x21cee4),_0x2cbfe3['if']('isDirty','ck-annotation-counter__badge--edit-mode')]},'children':[{'text':_0x2cbfe3['to']('_badge')}]}),this['children']['add'](this['counterView']);}}class i extends _0x51560b{['isAttached'];['annotations'];['_manuallyClosedAnnotationViews'];['_domEmitter'];['_annotationToNarrowView'];['_selectedAnnotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[z,j];}static get['pluginName'](){return'NarrowSidebar';}constructor(_0x2e9cd6){super(_0x2e9cd6),this['isAttached']=!0x1,this['_manuallyClosedAnnotationViews']=new Set(),this['_domEmitter']=Object['create'](_0x1d3dc6),this['_annotationToNarrowView']=new Map(),this['set']('activeAnnotation',null),this['annotations']=null,this['_selectedAnnotations']=[],this['_editorAnnotations']=new _0x53995b(),this['_refreshPositioningDebounced']=_0x5c817f(()=>{this['_refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){this['context']['plugins']['get'](j)['register']('narrowSidebar',this),this['bodyCollection']=new _0x14eab3(this['context']['locale']),this['balloonPanelView']=new _0x47a6d3(this['context']['locale']),this['bodyCollection']['attachToDom'](),this['bodyCollection']['add'](this['balloonPanelView']);}['attach'](_0x225eb4){this['annotations']=_0x225eb4;const _0x2db6ab=this['context']['plugins']['get'](z),_0x4f5255=this['balloonPanelView'];if(_0x2db6ab['_annotations']=_0x225eb4,this['isAttached'])throw new _0x54567d('narrowsidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x2db6ab,'set:container',()=>{this['detach'](),this['listenTo'](_0x2db6ab,'change:container',_0x5096ee=>{_0x5096ee['off'](),this['attach'](_0x225eb4);});}),_0x2db6ab['_attachToContainer']({'viewClass':'ck-sidebar--narrow','spaceBetweenItems':0x5});const _0x4ea78b=_0x5a7162=>{const _0x29741b=new D(this['context']['locale']);_0x2db6ab['addAnnotation'](_0x5a7162,_0x29741b),this['_annotationToNarrowView']['set'](_0x5a7162,_0x29741b),_0x29741b['bind']('isDirty','annotationType','number')['to'](_0x5a7162['view'],'isDirty','type','length'),_0x29741b['on']('execute',()=>{this['_manuallyClosedAnnotationViews']['clear'](),_0x4f5255['content']['first']!==_0x5a7162['view']?(this['_showBalloon'](_0x5a7162),_0x5a7162['view']['element']['focus'](),this['setActiveAnnotation'](_0x5a7162)):this['setActiveAnnotation'](null);});};for(const _0x11b035 of _0x225eb4)_0x4ea78b(_0x11b035);this['listenTo'](_0x225eb4,'add',(_0x37f6b7,_0x14ac07)=>{_0x4ea78b(_0x14ac07);}),this['listenTo'](_0x225eb4,'remove',(_0x11e859,_0x4844a8,_0x2d1fb6)=>{this['_annotationToNarrowView']['get'](_0x4844a8)['destroy'](),this['_annotationToNarrowView']['delete'](_0x4844a8),_0x2db6ab['rearrange']({'removedAnnotation':_0x4844a8,'previousAnnotation':_0x225eb4['get'](_0x2d1fb6-0x1),'nextAnnotation':_0x225eb4['get'](_0x2d1fb6+0x1)}),_0x4844a8===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'low'}),this['listenTo'](_0x225eb4,'focus',(_0x5106db,_0x3e3d63)=>{this['setActiveAnnotation'](_0x3e3d63);}),this['listenTo'](_0x225eb4,'blur',()=>{this['setActiveAnnotation'](null);}),this['_domEmitter']['listenTo'](document,'keydown',(_0x5802e1,_0x55e5ba)=>{_0x55e5ba['keyCode']===_0x20d520['esc']&&_0x4f5255['isVisible']&&(this['_manuallyClosedAnnotationViews']['add'](_0x4f5255['content']['first']),this['_hideBalloon'](),_0x55e5ba['stopPropagation'](),_0x55e5ba['preventDefault']());}),this['_domEmitter']['listenTo'](document,'mousedown',(_0x3510ff,_0x38f036)=>{const _0x3d357b=_0x38f036['target'];_0x4f5255['isVisible']&&_0x4f5255['element']['contains'](_0x3d357b)||_0x2db6ab['view']['element']['contains'](_0x3d357b)||_0x3510ff['preventClosingBalloon']||this['activeAnnotation']&&this['activeAnnotation']['focusableElements']['find'](_0x351df9=>_0x351df9['contains'](_0x3d357b))||(this['_manuallyClosedAnnotationViews']['clear'](),this['_hideBalloon'](),this['setActiveAnnotation'](null));});const _0x49a761=this['context']instanceof _0x433449?this['context']['editors']:new _0x53995b([this['context']]);for(const _0x169d1f of _0x49a761)this['_integrateWithEditorAnnotations'](_0x169d1f);this['listenTo'](_0x49a761,'add',(_0x3abf7a,_0x124534)=>{this['listenTo'](_0x124534,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x124534);});}),this['listenTo'](_0x49a761,'remove',(_0x3f0e6a,_0x44b2a0)=>{_0x44b2a0['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x44b2a0['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioning']();}['setActiveAnnotation'](_0x291024){if(_0x291024===this['activeAnnotation'])return;const _0x322768=this['context']['plugins']['get'](z);if(_0x322768['refresh']({'blurredAnnotation':this['activeAnnotation'],'activatedAnnotation':_0x291024,'disableAnimationOnActivatedAnnotation':!0x0}),_0x291024)_0x322768['getSidebarItemView'](_0x291024)?this['_showBalloon'](_0x291024):this['_hideBalloon']();else this['_hideBalloon']();this['activeAnnotation']=_0x291024;}['detach'](){if(!this['isAttached'])throw new _0x54567d('narrowsidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x3a013b=this['context']['plugins']['get'](z);this['_hideBalloon'](),Array['from'](this['_annotationToNarrowView']['values'](),_0x386dca=>_0x386dca['destroy']()),this['_annotationToNarrowView']['clear'](),_0x3a013b['_detachFromContainer'](this['annotations']),this['stopListening'](),this['_domEmitter']['stopListening'](),this['context']instanceof _0x433449&&this['stopListening'](this['context']['editors']);for(const _0x27a045 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x27a045);window['removeEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioningDebounced']['cancel'](),this['_selectedAnnotations']=[],this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach'](),this['bodyCollection']['detachFromDom']();}['_integrateWithEditorAnnotations'](_0x3bea4d){if(!_0x3bea4d['plugins']['has']('EditorAnnotations'))return;const _0xbf5840=_0x3bea4d['plugins']['get']('EditorAnnotations'),_0x207874=this['context']['plugins']['get'](z),_0xc0c90f=this['annotations'],_0x4494cd=this['balloonPanelView'],_0x17a234=()=>{const _0x206dde=_0xbf5840['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['_setSelectedAnnotations'](_0x206dde),this['setActiveAnnotation'](_0x206dde[0x0]||null);};this['listenTo'](_0xbf5840,'refresh',_0x17a234),this['listenTo'](_0xbf5840,'blur',(_0x420ca6,{isAnnotationTracked:_0x9cbf2e})=>{this['activeAnnotation']&&_0x9cbf2e(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](_0xbf5840,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](_0xc0c90f,'blur',_0x1694f9=>{_0xbf5840['hasDomSelection']()&&_0x1694f9['stop']();},{'priority':'high'}),this['listenTo'](this['_domEmitter'],'mousedown',(_0x239e73,_0x359186)=>{const _0x16910d=_0x359186['target'];_0x4494cd['isVisible']&&_0x4494cd['element']['contains'](_0x16910d)||_0x207874['view']['element']['contains'](_0x16910d)||this['activeAnnotation']&&_0xbf5840['hasDomSelection']()&&(_0x17a234(),_0x239e73['preventClosingBalloon']=!0x0);},{'priority':'high'}),this['_editorAnnotations']['add'](_0xbf5840);}['_destroyEditorAnnotationsIntegration'](_0x42a765){_0x42a765&&(this['stopListening'](_0x42a765),this['_editorAnnotations']['remove'](_0x42a765));}['_setSelectedAnnotations'](_0x7dd825){for(const _0x2fd4be of this['_selectedAnnotations'])_0x7dd825['includes'](_0x2fd4be)||this['_manuallyClosedAnnotationViews']['delete'](_0x2fd4be['view']);this['_selectedAnnotations']=_0x7dd825;}['_refreshPositioning'](){const _0x2ac308=this['balloonPanelView'];this['annotations']['refreshPositioning'](),_0x2ac308['isVisible']&&this['_updateBalloonPosition']();}['_showBalloon'](_0x2e480d){if(this['_manuallyClosedAnnotationViews']['has'](_0x2e480d['view']))return;const _0x5d5639=this['balloonPanelView']['content']['first'];_0x5d5639!==_0x2e480d['view']?(_0x5d5639&&this['_detachListeners'](_0x5d5639),this['_attachListeners'](_0x2e480d['view']),this['balloonPanelView']['content']['clear'](),this['balloonPanelView']['content']['add'](_0x2e480d['view']),this['_updateBalloonPosition']()):this['_updateBalloonPosition']();}['_updateBalloonPosition'](){const _0x52994e=this['balloonPanelView']['content']['first'],_0x4eb570=_0x52994e&&this['annotations']['getByView'](_0x52994e);if(!_0x4eb570||!this['_annotationToNarrowView']['has'](_0x4eb570))return;const _0x53cab0=this['_annotationToNarrowView']['get'](_0x4eb570)['element'],_0x46e51f=(function(){const _0xe2e122=_0x47a6d3['defaultPositions'];return[_0xe2e122['southArrowNorthEast'],_0xe2e122['northArrowSouthEast'],_0xe2e122['southArrowNorth'],_0xe2e122['northArrowSouth'],_0xe2e122['southArrowNorthWest'],_0xe2e122['northArrowSouthWest']];}());this['balloonPanelView']['pin']({'target':_0x53cab0,'positions':_0x46e51f});}['_hideBalloon'](){const _0x2ad64a=this['balloonPanelView'],_0x228bd0=_0x2ad64a['content']['first'];_0x228bd0&&(this['_detachListeners'](_0x228bd0),_0x2ad64a['unpin'](),_0x2ad64a['content']['clear']());}['_attachListeners'](_0x29fba8){this['listenTo'](_0x29fba8,'change:height',()=>this['_updateBalloonPosition']()),this['listenTo'](_0x29fba8,'Esc',(_0x359b99,_0x16ac78)=>{this['_manuallyClosedAnnotationViews']['add'](_0x29fba8),this['_hideBalloon'](),_0x16ac78();});}['_detachListeners'](_0x2800b3){this['stopListening'](_0x2800b3);}}class c extends _0x1b9856{['isAttached'];['annotations'];['_manuallyClosed'];['_balloon'];['_addedAnnotations'];['_selectedAnnotations'];['_forceRefresh'];static get['requires'](){return[k,_0x72c078,j];}static get['pluginName'](){return'InlineAnnotations';}constructor(_0x585997){super(_0x585997),_0x585997['editing']['view']['addObserver'](_0x40a442),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_manuallyClosed']=new Set(),this['_balloon']=_0x585997['plugins']['get'](_0x72c078),this['_addedAnnotations']=new Set(),this['_selectedAnnotations']=[],this['_forceRefresh']=!0x1;}['init'](){const _0x154c5e=this['editor']['plugins']['get'](j);_0x154c5e['context']===this['editor']&&(_0x154c5e['register']('inline',this),this['editor']['keystrokes']['set']('Esc',(_0x2d592a,_0x130da8)=>{const _0x286a7e=this['_balloon'];if(this['isAttached']&&_0x286a7e['visibleView']){const _0x2a27c0=this['annotations']['getByView'](_0x286a7e['visibleView']);_0x2a27c0&&this['_closeAnnotation'](_0x2a27c0),_0x130da8();}}));}['afterInit'](){const _0x11cb74=this['editor']['plugins']['get'](j);_0x11cb74['context']===this['editor']&&(_0x11cb74['hasActive']()||_0x11cb74['switchTo']('inline'));}['setActiveAnnotation'](_0xab134a){_0xab134a!==this['activeAnnotation']&&(this['activeAnnotation']&&(this['activeAnnotation']['isActive']=!0x1),_0xab134a&&this['editor']['ui']['focusTracker']['isFocused']&&(this['annotations']['has'](_0xab134a)&&this['_addAnnotationToBalloon'](_0xab134a,!0x0),_0xab134a['isActive']=!0x0),_0xab134a||this['_setSelectedAnnotations']([]),this['activeAnnotation']=_0xab134a);}['attach'](_0x3769cc){this['annotations']=_0x3769cc;const _0x14d975=this['editor']['plugins']['get'](j),_0x299bbf=this['_balloon'];if(this['isAttached'])throw new _0x54567d('inlineannotations-attach-already-attached',this);if(_0x14d975['context']!==this['editor'])throw new _0x54567d('inlineannotations-not-allowed-with-context',this);const _0x18850d=this['editor']['plugins']['get'](k);this['listenTo'](_0x18850d,'refresh',()=>{const _0x2f5a45=_0x18850d['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});var _0xaeff4e,_0x23fbfc;!this['_forceRefresh']&&(_0xaeff4e=_0x2f5a45,_0x23fbfc=this['_selectedAnnotations'],_0xaeff4e['length']===_0x23fbfc['length']&&_0xaeff4e['every'](_0x496a21=>_0x23fbfc['includes'](_0x496a21)))||(this['_forceRefresh']=!0x1,this['_setSelectedAnnotations'](_0x2f5a45),this['setActiveAnnotation'](_0x2f5a45[0x0]||null));}),this['listenTo'](_0x18850d,'blur',(_0x3cf876,{isAnnotationTracked:_0x11a41d})=>{this['activeAnnotation']&&_0x11a41d(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](this['editor']['ui']['focusTracker'],'change:isFocused',(_0xa61ac7,_0x22b211,_0x31c934)=>{_0x31c934||this['setActiveAnnotation'](null);}),this['listenTo'](_0x3769cc,'remove',(_0x36ba98,_0x244f0d)=>{this['_removeAnnotationFromBalloon'](_0x244f0d),_0x244f0d===this['activeAnnotation']&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x299bbf,'change:visibleView',(_0x3ea2c3,_0xb143f5,_0x595f65,_0x351cf5)=>{_0x351cf5&&this['stopListening'](_0x351cf5);const _0x1dd92d=_0x3769cc['getByView'](_0x595f65);_0x595f65&&_0x1dd92d&&(this['listenTo'](_0x595f65,'change:height',()=>{_0x299bbf['updatePosition']();}),this['listenTo'](_0x595f65,'Esc',()=>{this['_closeAnnotation'](_0x1dd92d),this['editor']['editing']['view']['focus']();}),this['activeAnnotation']!==_0x1dd92d&&this['setActiveAnnotation'](_0x1dd92d));}),this['listenTo'](this['editor']['ui'],'update',()=>{_0x299bbf['visibleView']&&(_0x3769cc['getByView'](_0x299bbf['visibleView'])&&_0x299bbf['updatePosition']());}),this['listenTo'](this['editor']['editing']['view']['document'],'mousedown',()=>{this['_forceRefresh']=!0x0,this['_manuallyClosed']['clear']();}),this['editor']['editing']['view']['document']['selection']['editableElement']&&this['editor']['editing']['view']['focus'](),this['isAttached']=!0x0;}['detach'](){if(!this['isAttached'])throw new _0x54567d('inlineannotations-detach-not-attached',this);this['setActiveAnnotation'](null);for(const _0x4e72d5 of this['_addedAnnotations'])this['_removeAnnotationFromBalloon'](_0x4e72d5);this['stopListening'](),this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_setSelectedAnnotations'](_0x31e224){for(const _0x532d6b of this['_selectedAnnotations'])_0x31e224['includes'](_0x532d6b)||this['_manuallyClosed']['delete'](_0x532d6b);for(const _0x5c731f of this['annotations'])_0x31e224['includes'](_0x5c731f)||this['_removeAnnotationFromBalloon'](_0x5c731f);if(this['editor']['ui']['focusTracker']['isFocused']){for(const _0x5d1fe9 of _0x31e224)this['_addAnnotationToBalloon'](_0x5d1fe9);}this['_selectedAnnotations']=_0x31e224;}['_addAnnotationToBalloon'](_0x40e86b,_0x4a17f1=!0x1){this['_manuallyClosed']['has'](_0x40e86b)||(this['_addedAnnotations']['has'](_0x40e86b)||this['_balloon']['hasView'](_0x40e86b['view'])||(this['_addedAnnotations']['add'](_0x40e86b),this['_balloon']['add']({'stackId':_0x40e86b['view']['id'],'view':_0x40e86b['view'],'position':{'target':()=>this['_getBalloonTargetForAnnotation'](_0x40e86b)}})),_0x4a17f1&&this['_balloon']['showStack'](_0x40e86b['view']['id']));}['_getBalloonTargetForAnnotation'](_0x15b114){const _0x3ed7be=_0x15b114['target'],_0x415edd=this['editor']['editing']['view'],_0x411ae4=_0x415edd['document']['selection']['getFirstRange'](),_0x412be8=_0x415edd['domConverter']['viewRangeToDom'](_0x411ae4);if(_0x412be8['collapse'](!0x0),_0x3ed7be){if(_0x3ed7be instanceof _0x2aff2b)return _0x3ed7be;let _0x2ae1d4=[];for(const _0x5d1d6a of _0x3ed7be)_0x2ae1d4['push'](...(_0xc789fa=_0x5d1d6a['getClientRects'](),Array['from'](_0xc789fa)['map'](DOMRect['fromRect'])));_0x2ae1d4=function(_0x15afdc){const _0x41c0ab=[];let _0x16b950=_0x15afdc[0x0];for(let _0x27b37c=0x1;_0x27b37c<_0x15afdc['length'];_0x27b37c++)F(_0x16b950,_0x15afdc[_0x27b37c])?_0x16b950['width']+=_0x15afdc[_0x27b37c]['width']:(_0x41c0ab['push'](_0x16b950),_0x16b950=_0x15afdc[_0x27b37c]);return _0x41c0ab['push'](_0x16b950),_0x41c0ab;}(_0x2ae1d4);const _0x311245=_0x412be8['getBoundingClientRect']();return _0x2ae1d4['find'](_0x2123c3=>_0x2123c3['top']<=_0x311245['top']&&_0x2123c3['bottom']>=_0x311245['bottom']&&_0x2123c3['left']<=_0x311245['left']&&_0x2123c3['right']>=_0x311245['right'])||_0x2ae1d4[0x0];}var _0xc789fa;return _0x15b114['targetRect']||_0x412be8;}['_removeAnnotationFromBalloon'](_0x4535f2){this['_addedAnnotations']['has'](_0x4535f2)&&this['_balloon']['hasView'](_0x4535f2['view'])&&(this['_addedAnnotations']['delete'](_0x4535f2),this['_balloon']['remove'](_0x4535f2['view']));}['_closeAnnotation'](_0x37eced){this['_manuallyClosed']['add'](_0x37eced),this['_removeAnnotationFromBalloon'](_0x37eced);}}function F(_0x5529e3,_0x2dcdd8){return _0x5529e3['top']===_0x2dcdd8['top']&&_0x5529e3['bottom']===_0x2dcdd8['bottom']&&_0x5529e3['right']===_0x2dcdd8['left'];}var Q='<!--\x0a\x0a\x20What\x20you\x27re\x20currently\x20looking\x20at\x20is\x20the\x20source\x20code\x20of\x20a\x20legally\x20protected,\x20proprietary\x20software.\x0a\x20CKEditor\x205\x20Collaboration\x20is\x20licensed\x20under\x20a\x20commercial\x20license\x20and\x20protected\x20by\x20copyright\x20law.\x20Where\x20not\x20otherwise\x20indicated,\x0a\x20all\x20CKEditor\x205\x20Collaboration\x20content\x20is\x20authored\x20by\x20CKSource\x20engineers\x20and\x20consists\x20of\x20CKSource-owned\x20intellectual\x20property.\x0a\x0a\x20Copyright\x20(c)\x202003-2024,\x20CKSource\x20Holding\x20sp.\x20z\x20o.o.\x20All\x20rights\x20reserved.\x0a\x0a!-->\x0a\x0a<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><path\x20clip-rule=\x22evenodd\x22\x20d=\x22M14\x203.5A3.5\x203.5\x200\x200\x201\x2017.5\x207v6l-.005.192a3.501\x203.501\x200\x200\x201-2.927\x203.262l-.062.008v1.813a1.5\x201.5\x200\x200\x201-2.193\x201.33l-.37-.193-.38-.212a13.452\x2013.452\x200\x200\x201-3.272-2.63l-.062-.07-4.729-.046a3.5\x203.5\x200\x200\x201-3.5-3.5v-6a3.5\x203.5\x200\x200\x201\x203.5-3.5L14\x203.5ZM3.5\x204.954a2\x202\x200\x200\x200-2\x202v6a2\x202\x200\x200\x200\x202\x202L8.924\x2015a11.917\x2011.917\x200\x200\x200\x203.71\x203.081l.372.194v-3.268L12.962\x2015H14a2\x202\x200\x200\x200\x202-2V7a2\x202\x200\x200\x200-2-2L3.5\x204.954Z\x22/><path\x20d=\x22M16.5.5h-10a3.5\x203.5\x200\x200\x200-3.162\x202h1.84A2\x202\x200\x200\x201\x206.5\x202h10a2\x202\x200\x200\x201\x202\x202v8.873a3.502\x203.502\x200\x200\x200\x201.495-2.681L20\x2010V4A3.5\x203.5\x200\x200\x200\x2016.5.5Z\x22/><path\x20clip-rule=\x22evenodd\x22\x20d=\x22M12.013\x207.453a.75.75\x200\x200\x201\x20.034\x201.06l-3.75\x204a.75.75\x200\x200\x201-1.045.048l-2.25-2a.75.75\x200\x200\x201\x20.996-1.122l1.704\x201.515\x203.25-3.467a.75.75\x200\x200\x201\x201.061-.034Z\x22/></svg>\x0a';class X extends _t{['_focusTracker'];['_keystrokes'];['_focusables'];['_focusCycler'];constructor(_0x4e900e,_0x44bdf1){super(_0x4e900e),this['set']('isEmpty',!_0x44bdf1['length']),this['_focusTracker']=new _0x15a255(),this['_keystrokes']=new Et(),this['_focusables']=_0x44bdf1,this['_focusCycler']=new _0x4cfa6b({'focusables':this['_focusables'],'focusTracker':this['_focusTracker'],'keystrokeHandler':this['_keystrokes'],'actions':{'focusPrevious':'shift\x20+\x20tab','focusNext':'tab'}}),this['listenTo'](_0x44bdf1,'add',()=>{this['isEmpty']=!0x1;}),this['listenTo'](_0x44bdf1,'remove',(_0x377bef,_0x4ead1f)=>{_0x4ead1f['isActive']&&this['focus'](),_0x44bdf1['length']||(this['isEmpty']=!0x0);});const _0x1feb94=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'dir':'auto','class':['ck','ck-comments-archive'],'tabindex':-0x1},'children':[{'tag':'div','attributes':{'class':['ck-comments-archive__content']},'children':[{'tag':'div','children':_0x44bdf1},{'tag':'p','attributes':{'class':['ck-comments-archive__info',_0x1feb94['if']('isEmpty','ck-hidden',_0x460651=>!_0x460651)]},'children':[{'text':W(_0x4e900e,'EMPTY_COMMENTS_ARCHIVE')}]}]}]});}['render'](){super['render'](),this['_keystrokes']['listenTo'](this['element']);const _0x5517d4=_0x11c8e5=>_0x11c8e5['stopPropagation']();this['_keystrokes']['set']('arrowright',_0x5517d4),this['_keystrokes']['set']('arrowleft',_0x5517d4),this['_keystrokes']['set']('arrowup',_0x5517d4),this['_keystrokes']['set']('arrowdown',_0x5517d4),this['listenTo'](this['element'],'selectstart',(_0x3f84ac,_0x1f3b8f)=>{_0x1f3b8f['stopPropagation']();},{'priority':'high'});}['destroy'](){super['destroy'](),this['_focusTracker']['destroy'](),this['_keystrokes']['destroy']();}['focus'](){this['element']['focus']();}}class p extends _0x51560b{static get['pluginName'](){return'CommentsArchive';}static get['requires'](){return[m,b];}constructor(_0x466fe2){super(_0x466fe2),this['archivedThreads']=new _0x53995b();}['init'](){const _0x109f4d=this['context'],_0x20a609=_0x109f4d['plugins']['get'](m),_0x5c84db=_0x109f4d['plugins']['get'](b);this['listenTo'](_0x20a609,'addCommentThread',(_0x2baaf6,{threadId:_0x173346})=>{const _0x41da27=_0x20a609['getCommentThread'](_0x173346);_0x41da27['archivedAt']&&this['archivedThreads']['add'](_0x41da27,this['_calculatePosition'](_0x41da27['archivedAt'])),this['listenTo'](_0x41da27,'change:archivedAt',(_0x3ba976,_0x3b7e06,_0xddf82b)=>{_0xddf82b?this['archivedThreads']['has'](_0x41da27)||this['archivedThreads']['add'](_0x41da27,this['_calculatePosition'](_0x41da27['archivedAt'])):this['archivedThreads']['has'](_0x41da27)&&this['archivedThreads']['remove'](_0x41da27);});}),this['listenTo'](_0x20a609,'removeCommentThread',(_0x1adbf5,{threadId:_0x4d7642})=>{const _0x179fdf=_0x20a609['getCommentThread'](_0x4d7642);this['stopListening'](_0x179fdf),this['archivedThreads']['has'](_0x179fdf)&&this['archivedThreads']['remove'](_0x179fdf);},{'priority':'highest'}),this['listenTo'](_0x5c84db['collection'],'focus',(_0x593b99,_0x5a852a)=>{_0x5a852a['isActive']=!0x0,_0x5c84db['activate'](_0x5a852a);});}['_calculatePosition'](_0x2fedbb){const _0x2b47ed=[...this['archivedThreads']]['findIndex'](_0x5079e8=>_0x5079e8['archivedAt']<_0x2fedbb);return _0x2b47ed>-0x1?_0x2b47ed:this['archivedThreads']['length'];}}class a extends _0x1b9856{['commentsArchiveView'];['annotationViews'];['_pendingThreads'];static get['pluginName'](){return'CommentsArchiveUI';}static get['requires'](){return[p,_0x47e7f1];}constructor(_0x74cd10){super(_0x74cd10),this['annotationViews']=new _0xefedb3(),this['_pendingThreads']=[];}['init'](){this['editor']['ui']['componentFactory']['add']('commentsArchive',()=>this['_createCommentsArchiveButton'](_0x1b2c93,!0x0)),this['editor']['ui']['componentFactory']['add']('menuBar:commentsArchive',()=>this['_createCommentsArchiveButton'](_0x20d2b7));const _0x1e0aa9=this['editor']['plugins']['get'](p),_0x3895e9=this['editor']['plugins']['get']('Annotations'),_0x46845f=this['editor']['plugins']['get']('CommentsRepository');this['listenTo'](_0x1e0aa9['archivedThreads'],'add',(_0x9bd09c,_0x457d69)=>{const _0x564550=this['editor']['config']['get']('collaboration.channelId');if(!_0x564550||_0x457d69['channelId']===_0x564550){const _0x2f11b5=_0x46845f['_threadToController']['get'](_0x457d69);if(!_0x2f11b5)return void this['_pendingThreads']['push'](_0x457d69);const _0x1bdfdc=this['_calculatePosition'](_0x457d69['archivedAt']),_0x152880=_0x3895e9['getByInnerView'](_0x2f11b5['view']);_0x152880['isVisible']&&_0x3895e9['_visibleAnnotations']['remove'](_0x152880),this['annotationViews']['add'](_0x152880['view'],_0x1bdfdc);}}),this['listenTo'](_0x3895e9['collection'],'add',(_0x3dedd6,_0x5190a1)=>{const _0x4af031=this['_pendingThreads']['find'](_0x385207=>{const _0x38ba7f=_0x46845f['_threadToController']['get'](_0x385207);return _0x38ba7f&&_0x5190a1['innerView']===_0x38ba7f['view'];});if(_0x4af031){const _0x44308c=this['_calculatePosition'](_0x4af031['archivedAt']);this['annotationViews']['add'](_0x5190a1['view'],_0x44308c),this['_pendingThreads']['splice'](this['_pendingThreads']['indexOf'](_0x4af031),0x1);}}),this['listenTo'](_0x1e0aa9['archivedThreads'],'remove',(_0x3ae038,_0x37952c)=>{const _0x3a445b=this['editor']['config']['get']('collaboration.channelId');if(!_0x3a445b||_0x37952c['channelId']===_0x3a445b){const _0x2b35cc=_0x46845f['_threadToController']['get'](_0x37952c),_0x233c64=_0x3895e9['getByInnerView'](_0x2b35cc['view']);this['annotationViews']['remove'](_0x233c64['view']),this['stopListening'](_0x233c64['focusableElements']);}});}['_calculatePosition'](_0x502348){const _0x433eda=this['editor']['config']['get']('collaboration.channelId'),_0xfc0e24=[...this['editor']['plugins']['get'](p)['archivedThreads']]['filter'](_0x155693=>_0x155693['channelId']===_0x433eda)['findIndex'](_0x3789b6=>_0x3789b6['archivedAt']<_0x502348);return _0xfc0e24<0x0||_0xfc0e24>this['annotationViews']['length']?this['annotationViews']['length']:_0xfc0e24-0x1;}['_toggleDialog'](){const _0x25d3be=this['editor'],_0x5b9aca=_0x25d3be['plugins']['get']('Dialog');this['commentsArchiveView']||(this['commentsArchiveView']=new X(_0x25d3be['locale'],this['annotationViews'])),'commentsArchive'===_0x5b9aca['id']?_0x5b9aca['hide']():_0x5b9aca['show']({'id':'commentsArchive','title':W(_0x25d3be['locale'],'COMMENTS_ARCHIVE'),'icon':Q,'hasCloseButton':!0x0,'content':this['commentsArchiveView'],'position':_0x36a5bc['EDITOR_TOP_SIDE']});}['_createCommentsArchiveButton'](_0x461c97,_0x2ddced=!0x1){const _0x268c11=this['editor']['locale'],_0x56f5ca=new _0x461c97(_0x268c11);return _0x56f5ca['bind']('isEnabled')['to'](this,'isEnabled'),_0x56f5ca['set']({'label':W(_0x268c11,'COMMENTS_ARCHIVE'),'icon':Q}),_0x2ddced&&(_0x56f5ca['tooltip']=!0x0),this['listenTo'](_0x56f5ca,'execute',()=>this['_toggleDialog']()),_0x56f5ca;}}class f extends _0x1b9856{static get['requires'](){return[m,r,s,p,a,e,n,i,c];}static get['pluginName'](){return'Comments';}}export{V as AnnotationView,b as Annotations,j as AnnotationsUIs,ti as BaseCommentThreadView,oi as BaseCommentView,se as Comment,ie as CommentThread,wt as CommentThreadController,Tt as CommentThreadInputView,At as CommentView,f as Comments,xt as CommentsListView,e as CommentsOnly,m as CommentsRepository,s as CommentsUI,k as EditorAnnotations,c as InlineAnnotations,i as NarrowSidebar,n as WideSidebar};
23
+ import{Editor as _0x1656fa,icons as _0x2b1ff8,ContextPlugin as _0x9b8fa5,PendingActions as ht,Context as _0x471d1a,Command as _0x176196,Plugin as _0x4f76fc}from'@ckeditor/ckeditor5-core/dist/index.js';import{ObservableMixin as _0x5c14b7,uid as _0x348e79,KeystrokeHandler as Et,FocusTracker as _0xfb2004,diff as _0x4ce426,Collection as _0x29fe88,Rect as _0x3ee65e,CKEditorError as _0x47d036,priorities as Wt,scrollViewportToShowTarget as tt,getEnvKeystrokeText as _0xbf3300,toUnit as Ht,DomEmitterMixin as _0x48120b,keyCodes as _0x4fbbb7}from'@ckeditor/ckeditor5-utils/dist/index.js';import{UserView as _0x28a6de,AriaDescriptionView as _0x54921c,setupThreadKeyboardNavigation as _0x151bb5,ConfirmMixin as ti,LateFocusButtonView as _0x485745,trimHtml as _0x54887f,LateFocusDropdownButtonView as _0x1c0a01,Users as ut,getDateTimeFormatter as dt,hashObject as lt,getAllMarkersDomElementsSorted as rt,surroundingMarkersDetector as et,ENTER_THREAD_KEYSTROKE as ot}from'ckeditor5-collaboration/dist/index.js';import{throttle as Dt,isEqual as pt,cloneDeep as ft,set as It,unset as wt,debounce as _0x3b36e3}from'lodash-es';import{EditorUIView as tr,InlineEditableUIView as Zt,EditorUI as Xt,View as _t,FocusCycler as Ft,ButtonView as _0x358e4f,ViewCollection as _0x74a065,createDropdown as _0xf03cb1,ListView as _0x1cda14,focusChildOnDropdownOpen as _0x15465a,ListItemView as _0x1c9f97,MenuBarMenuListItemButtonView as _0x1b32a2,BodyCollection as _0x24cb81,BalloonPanelView as _0x31d0d0,ContextualBalloon as _0x62bf0b,Dialog as _0x1e4f6d,DialogViewPosition as _0x3dde70}from'@ckeditor/ckeditor5-ui/dist/index.js';import{disablePlaceholder as Bt,enablePlaceholder as zt,MouseObserver as _0x519ba0}from'@ckeditor/ckeditor5-engine/dist/index.js';import{Clipboard as Gt,ClipboardMarkersUtils as Mt,ClipboardPipeline as Pt}from'@ckeditor/ckeditor5-clipboard/dist/index.js';import{Enter as Jt,ShiftEnter as Kt}from'@ckeditor/ckeditor5-enter/dist/index.js';import{SelectAll as Nt}from'@ckeditor/ckeditor5-select-all/dist/index.js';import{Typing as Qt}from'@ckeditor/ckeditor5-typing/dist/index.js';import{Undo as Rt}from'@ckeditor/ckeditor5-undo/dist/index.js';import{Paragraph as St}from'@ckeditor/ckeditor5-paragraph/dist/index.js';class yt extends/* #__PURE__ -- @preserve */
24
+ _0x5c14b7(){['model'];['view'];constructor(_0x5ece79,_0x167693){super(),this['model']=_0x5ece79,this['model']['_isAttached']=!0x0,this['view']=_0x167693,this['listenTo'](_0x167693,'submitCommentThread',()=>this['submit']()),this['listenTo'](_0x167693,'removeCommentThread',()=>this['remove']()),this['listenTo'](_0x167693,'resolveCommentThread',()=>this['resolve']()),this['listenTo'](_0x167693,'reopenCommentThread',()=>this['reopen']()),this['listenTo'](_0x167693,'addComment',(_0x280b23,_0x43b679)=>this['addComment'](_0x43b679)),this['listenTo'](_0x167693,'updateComment',(_0x2ef7f8,_0x207118,_0x47594d)=>this['updateComment'](_0x207118,_0x47594d)),this['listenTo'](_0x167693,'removeComment',(_0x20c1c6,_0x1aea48)=>this['removeComment'](_0x1aea48));}['submit'](){this['model']['submit']();}['remove'](){this['model']['remove']();}['resolve'](){this['model']['isResolved']||this['model']['resolve']();}['reopen'](){this['model']['isResolved']&&this['model']['reopen']();}['addComment'](_0x571067){this['model']['addComment']({'content':_0x571067,'authorId':this['view']['_localUser']['id']});}['updateComment'](_0x19e09b,_0x526eb0){this['model']['getComment'](_0x19e09b)['update']({'content':_0x526eb0});}['removeComment'](_0x9807cd){this['model']['getComment'](_0x9807cd)['remove']();}['destroy'](){this['stopListening'](),this['model']['_isAttached']=!0x1;}}function S(_0x187ceb,_0x54c043,_0x106446){const t=_0x187ceb['t'];switch(_0x54c043){case'PENDING_ACTION_COMMENT_THREAD':return t({'string':'Unsaved\x20change\x20in\x20comment\x20thread.','id':'PENDING_ACTION_COMMENT_THREAD'});case'Comment':return t('Comment');case'Reply...':return t('Reply...');case'Reply\x20to\x20reopen\x20discussion...':return t('Reply\x20to\x20reopen\x20discussion...');case'Write\x20a\x20comment...':return t('Write\x20a\x20comment...');case'Comment\x20was\x20made\x20on\x20an\x20element':return t('Comment\x20was\x20made\x20on\x20an\x20element');case'Comment\x20editor':return t('Comment\x20editor');case'Delete\x20comment\x20thread?':return t('Delete\x20comment\x20thread?');case'Delete\x20comment?':return t('Delete\x20comment?');case'Marked\x20as\x20resolved':return t('Marked\x20as\x20resolved');case'Show\x20more\x20items':return t('Show\x20more\x20items');case'Cancel':return t('Cancel');case'Edit':return t('Edit');case'Resolve':return t('Resolve');case'Reopen':return t('Reopen');case'Remove':return t('Remove');case'Reply':return t('Reply');case'Save':return t('Save');case'Annotations\x20sidebar':return t('Annotations\x20sidebar');case'Annotations\x20list':return t('Annotations\x20list');case'Thread\x20comments':return t('Thread\x20comments');case'THREAD_CONTEXT_LABEL':return t({'string':'Thread\x20context:\x20%0','id':'THREAD_CONTEXT_LABEL'},_0x106446);case'COMMENT_THREAD_LABEL':return t({'string':'Comment\x20thread\x20by\x20%1.\x20%1\x20reply.','plural':'Comment\x20thread\x20by\x20%1.\x20%0\x20replies.','id':'COMMENT_THREAD_LABEL'},_0x106446);case'COMMENT_THREAD_DESCRIPTION':return t({'string':'Press\x20Enter\x20for\x20more\x20options.\x20Press\x20Escape\x20to\x20exit.','id':'COMMENT_THREAD_DESCRIPTION'});case'COMMENT_ARIA_LABEL':return t({'string':'Comment\x20by\x20%0.\x20Created\x20on\x20%1.\x20%2.\x20%3','id':'COMMENT_ARIA_LABEL'},_0x106446);case'LEAVE_COMMENT_ANNOUNCEMENT':return t({'string':'Leaving\x20a\x20content\x20with\x20comments.','id':'LEAVE_COMMENT_ANNOUNCEMENT'});case'ENTER_COMMENT_ANNOUNCEMENT':return t({'string':'Entering\x20a\x20content\x20with\x20comments.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_COMMENT_ANNOUNCEMENT'},_0x106446);case'NUMBER_OF_COMMENTS':return t({'string':'%0\x20Comment','plural':'%0\x20Comments','id':'NUMBER_OF_COMMENTS'},_0x106446);case'TOO_LONG_COMMENT_ALERT':return t({'string':'Comment\x20content\x20is\x20too\x20long.\x20Your\x20comment\x20has\x20%0\x20characters\x20but\x20the\x20limit\x20is\x20%1\x20characters.','id':'TOO_LONG_COMMENT_ALERT'},_0x106446);case'EXTERNAL_COMMENT':return t({'string':'This\x20comment\x20comes\x20from\x20an\x20external\x20source.','id':'EXTERNAL_COMMENT'});case'EXTERNAL_IMPORT_WORD_COMMENT':return t({'string':'This\x20comment\x20comes\x20from\x20an\x20imported\x20Word\x20file.','id':'EXTERNAL_IMPORT_WORD_COMMENT'});case'EXTERNAL_AVATAR':return t({'string':'Displayed\x20author\x20name\x20comes\x20from\x20external\x20source\x20(added\x20by\x20%0)','id':'EXTERNAL_AVATAR'},_0x106446);case'EXTERNAL_IMPORT_WORD_AVATAR':return t({'string':'Displayed\x20author\x20name\x20comes\x20from\x20a\x20Word\x20document\x20imported\x20by\x20%0','id':'EXTERNAL_IMPORT_WORD_AVATAR'},_0x106446);case'COMMENTS_ARCHIVE':return t({'string':'Comments\x20archive','id':'COMMENTS_ARCHIVE'});case'EMPTY_COMMENTS_ARCHIVE':return t({'string':'There\x20are\x20no\x20archived\x20comment\x20threads.','id':'EMPTY_COMMENTS_ARCHIVE'});case'COMMENTS_ARCHIVE_LIST_LABEL':return t({'string':'List\x20of\x20comments','id':'COMMENTS_ARCHIVE_LIST_LABEL'});case'ACCESSIBILITY_HELP_ANNOTATIONS_GROUP':return t({'string':'Keystrokes\x20for\x20interacting\x20with\x20annotation\x20threads\x20(e.g.\x20comments,\x20track\x20changes\x20suggestions)','id':'ACCESSIBILITY_HELP_ANNOTATIONS_GROUP'});case'ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO':return t({'string':'Move\x20focus\x20to\x20the\x20thread\x20when\x20the\x20selection\x20is\x20anchored\x20in\x20its\x20marker','id':'ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO'});case'ACCESSIBILITY_HELP_ANNOTATIONS_EXIT':return t({'string':'Exit\x20the\x20annotation\x20and\x20move\x20focus\x20back\x20to\x20the\x20edited\x20content','id':'ACCESSIBILITY_HELP_ANNOTATIONS_EXIT'});case'ACCESSIBILITY_HELP_ANNOTATIONS_ENTER':return t({'string':'Browse\x20the\x20focused\x20annotation\x20thread\x20or\x20thread\x20comment','id':'ACCESSIBILITY_HELP_ANNOTATIONS_ENTER'});case'ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS':return t({'string':'Move\x20across\x20internals\x20of\x20the\x20annotation\x20thread','id':'ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS'});case'ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT':return t({'string':'Submit\x20the\x20reply\x20while\x20writing\x20a\x20comment','id':'ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT'});case'ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS':return t({'string':'Move\x20to\x20the\x20previous\x20or\x20next\x20thread\x20in\x20the\x20annotations\x20sidebar\x20or\x20comments\x20archive','id':'ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS'});default:return'';}}class Yt extends tr{['main'];['editable'];constructor(_0x2a1829,_0x30a828){super(_0x2a1829);const _0x5cb0a9=_0x348e79();this['main']=this['createCollection'](),this['editable']=new Zt(_0x2a1829,_0x30a828,void 0x0,{'label':()=>S(_0x2a1829,'Comment\x20editor')}),this['setTemplate']({'tag':'div','attributes':{'class':['ck-reset','ck-editor','ck-rounded-corners','ck-comment__input'],'dir':_0x2a1829['uiLanguageDirection'],'lang':_0x2a1829['uiLanguage'],'aria-labelledby':'cke-editor__aria-label_'+_0x5cb0a9},'children':[{'tag':'div','attributes':{'class':'ck-editor__main','role':'presentation'},'children':this['main']}]});}['render'](){super['render'](),this['main']['add'](this['editable']);}['focus'](){this['editable']['element']['focus']();}}class Ot extends Xt{['view'];constructor(_0x3d0182){super(_0x3d0182),this['view']=new Yt(_0x3d0182['locale'],_0x3d0182['editing']['view']);}get['element'](){return this['view']['element'];}['init'](){const _0x42d49c=this['editor']['editing']['view'],_0x502d72=this['view']['editable'],_0x39892e=_0x42d49c['document']['getRoot']();_0x502d72['name']=_0x39892e['rootName'],this['view']['render']();const _0x31f4a4=_0x502d72['element'];this['setEditableElement'](_0x502d72['name'],_0x31f4a4),this['view']['editable']['bind']('isFocused')['to'](this['focusTracker']),_0x42d49c['attachDomRoot'](_0x31f4a4),this['fire']('ready');}['destroy'](){super['destroy'](),this['view']['destroy']();}}const Ut=[Gt,Jt,Kt,Nt,Qt,Rt,St];class Vt extends/* #__PURE__ -- @preserve */
25
+ _0x5c14b7(_0x1656fa){static ['defaultPlugins']=/* #__PURE__ -- @preserve */
26
+ ((()=>Ut)());constructor(_0x363091={}){(_0x363091=Object['assign']({},_0x363091))['plugins']||(_0x363091['plugins']=Vt['defaultPlugins']),super(_0x363091),this['ui']=new Ot(this),this['set']('placeholder',''),this['model']['document']['on']('change',()=>this['_updatePlaceholder'](),{'priority':'low'}),this['on']('change:placeholder',()=>this['_updatePlaceholder']()),this['model']['document']['createRoot']();}['create'](){const _0x4c3c4c=this['config']['get']('initialData')||'';return this['initPlugins']()['then'](()=>this['ui']['init']())['then'](()=>this['data']['init'](_0x4c3c4c))['then'](()=>this['fire']('ready'));}['destroy'](){return super['destroy']()['then'](()=>this['ui']['destroy']());}['focus'](){this['model']['change'](_0x3d28c6=>{const _0x22239d=this['model']['document']['getRoot'](),_0x1f54a7=_0x22239d&&_0x22239d['getChild'](_0x22239d['childCount']-0x1);_0x3d28c6['setSelection'](_0x1f54a7,'end'),this['editing']['view']['focus']();});}['_updatePlaceholder'](){const _0xbd5b88=this['editing']['view'],_0x210d98=_0xbd5b88['document']['getRoot'](),_0x528b13=_0x210d98['getChild'](0x0);_0x210d98['childCount']>0x1||!_0x528b13||'p'!=_0x528b13['name']?this['placeholderElement']&&this['placeholderElement']['placeholder']&&(Bt(_0xbd5b88,this['placeholderElement']),this['placeholderElement']=void 0x0):(this['placeholder']&&(_0x528b13['placeholder']=this['placeholder']),zt({'view':_0xbd5b88,'element':_0x528b13,'keepOnFocus':!0x0}),this['placeholderElement']=_0x528b13);}}class rs extends _t{['keystrokes'];['focusTracker'];['focusables'];['focusCycler'];['submitButtonView'];['cancelButtonView'];['_editorConfig'];constructor(_0x107440,_0x15c733={}){super(_0x107440),this['editor']=null,this['_editorConfig']=_0x15c733,this['set']('value',_0x15c733['initialData']||''),this['set']('disabledSubmit',!0x1),this['set']('showButtons',!0x0),this['set']('placeholder',S(_0x107440,'Reply...')),this['set']('submitLabel',S(_0x107440,'Reply')),this['submitButtonView']=this['_createSubmitButton'](),this['cancelButtonView']=this['_createCancelButton'](),this['focusables']=this['createCollection']([this['submitButtonView'],this['cancelButtonView']]),this['keystrokes']=new Et(),this['focusTracker']=new _0xfb2004(),this['focusCycler']=new Ft({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['setTemplate']({'tag':'div','attributes':{'class':['ck-comment__input-wrapper']},'children':[{'tag':'div','attributes':{'class':['ck-comment__input-actions',this['bindTemplate']['if']('showButtons','ck-comment__input-actions--active')]},'children':[this['submitButtonView'],this['cancelButtonView']]}]}),this['keystrokes']['set']('Esc',(_0x39b35d,_0x4334ee)=>{this['cancelButtonView']['fire']('execute'),_0x4334ee();}),this['keystrokes']['set']('Ctrl+Enter',(_0x1f9fd7,_0x4588bb)=>{this['submitButtonView']['isEnabled']&&(this['submitButtonView']['fire']('execute'),_0x4588bb());}),this['on']('submit',(_0x54289a,_0xea3668)=>{_0xea3668['length']>0xfde8?(alert(S(_0x107440,'TOO_LONG_COMMENT_ALERT',[_0xea3668['length'],0xfde8])),_0x54289a['stop']()):this['editor']['setData']('');},{'priority':'high'});}['render'](){super['render'](),this['_setupKeyboardNavigation']();}['createEditor'](){return this['editor']||(this['editor']=new Vt(this['_editorConfig']),this['_editorCreationPromise']=this['editor']['create']()['then'](()=>{if(this['_isDestroyed'])return;const _0x204b01=this['editor'];this['element']['insertBefore'](_0x204b01['ui']['element'],this['element']['firstChild']),_0x204b01['model']['document']['on']('change',()=>this['value']=_0x204b01['getData']()),_0x204b01['bind']('placeholder')['to'](this),this['focusables']['add'](_0x204b01['ui']['view'],0x0),this['fire']('editorReady',this['editor']);})),this['_editorCreationPromise'];}['focus'](_0x20e688){-0x1===_0x20e688?(this['focusCycler']['focusFirst'](),this['focusCycler']['focusLast']()):this['focusCycler']['focusFirst']();}async['destroy'](){this['_isDestroyed']||(this['_isDestroyed']=!0x0,this['editor']&&(await this['_editorCreationPromise'],await this['editor']['destroy'](),this['fire']('editorDestroyed',this['editor'])),await super['destroy']());}['_createSubmitButton'](){const {locale:_0x56a5db}=this,_0x42ed6e=new _0x358e4f(_0x56a5db);return _0x42ed6e['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--submit']}}),_0x42ed6e['withText']=!0x0,_0x42ed6e['bind']('label')['to'](this,'submitLabel'),_0x42ed6e['on']('execute',()=>{this['fire']('submit',this['value']);}),_0x42ed6e['bind']('isEnabled')['to'](this,'value',this,'disabledSubmit',(_0x436fd6,_0x15b9d3)=>!_0x15b9d3&&!!_0x436fd6['trim']()),_0x42ed6e;}['_createCancelButton'](){const {locale:_0x4abdc4}=this,_0x2e0d60=new _0x358e4f(_0x4abdc4);return _0x2e0d60['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--cancel']}}),_0x2e0d60['label']=S(_0x4abdc4,'Cancel'),_0x2e0d60['withText']=!0x0,_0x2e0d60['on']('execute',()=>{this['editor']['setData'](''),this['fire']('cancel');}),_0x2e0d60;}['_setupKeyboardNavigation'](){this['keystrokes']['listenTo'](this['element']),this['focusables']['forEach'](_0x11ef9c=>{this['focusTracker']['add'](_0x11ef9c['element']);}),this['focusables']['on']('change',(_0x27957f,_0x107cbe)=>{for(const _0x41615e of Array['from'](_0x107cbe['added'])['reverse']())this['focusTracker']['add'](_0x41615e['element']);});}}class xt extends _t{constructor(_0x1cc5d4,_0x55b4d4,_0x4d3122){super(_0x1cc5d4),this['commentInputView']=new rs(_0x1cc5d4,_0x4d3122),this['focusCycler']=this['commentInputView']['focusCycler'],this['commentInputView']['bind']('showButtons')['to'](this['commentInputView']['focusTracker'],'isFocused',this['commentInputView'],'value',(_0x4789be,_0x21d3f9)=>_0x4789be||!!_0x21d3f9),this['set']('showInput',!0x1),this['on']('change:showInput',()=>{this['showInput']&&!this['commentInputView']['editor']&&this['commentInputView']['createEditor']();}),this['commentInputView']['delegate']('editorReady')['to'](this),this['commentInputView']['delegate']('editorDestroyed')['to'](this),this['userView']=new _0x28a6de(_0x1cc5d4,_0x55b4d4),this['userView']['extendTemplate']({'attributes':{'class':'ck-thread__user','aria-hidden':!0x0}}),this['commentInputView']['extendTemplate']({'attributes':{'class':'ck-thread__input'}}),this['setTemplate']({'tag':'div','attributes':{'class':['ck-comment__input-container',this['bindTemplate']['if']('showInput','ck-comment__input-container--active')]},'children':[this['userView'],this['commentInputView']]});}['destroy'](){return this['commentInputView']['destroy']()['then'](()=>super['destroy']());}['focus'](_0x548d90){this['commentInputView']['focus'](_0x548d90);}}class cs extends _t{constructor(_0x31c20b){super(_0x31c20b);const _0x27a776=this['bindTemplate'];this['set']('count',void 0x0),this['setTemplate']({'tag':'li','attributes':{'class':'ck-thread__comment-count'},'children':[{'text':_0x27a776['to']('count',_0x56d743=>S(_0x31c20b,'NUMBER_OF_COMMENTS',_0x56d743))}]});}}class kt extends _t{['commentViews'];['resolvedCommentView'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];['_collapsedCommentsView'];constructor(_0x1a010d,_0x18466e,_0x5c7405){super(_0x1a010d);const _0x54212e=this['bindTemplate'];this['set']('hasDirtyComment',!0x1),this['set']('length',_0x18466e['comments']['length']),this['set']('isActive',!0x1),this['_model']=_0x18466e,this['_config']=_0x5c7405,this['commentViews']=this['createCollection'](),this['visibleViews']=this['createCollection'](),this['resolvedCommentView']=null,this['focusTracker']=new _0xfb2004(),this['keystrokes']=new Et(),this['focusCycler']=new Ft({'focusables':this['commentViews'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x5aa8f3=>this['commentViews']['map'](_0x4ad9ca=>_0x4ad9ca['element'])['includes'](_0x5aa8f3['target'])},'actions':{'focusPrevious':'arrowup','focusNext':'arrowdown'}}),this['_collapsedCommentsView']=new cs(_0x1a010d),this['_collapsedCommentsView']['bind']('count')['to'](this,'length',_0xc4fe9b=>_0xc4fe9b-this['_config']['maxCommentsWhenCollapsed']);for(const _0x533a9d of _0x18466e['comments'])this['_handleNewCommentModel'](_0x533a9d);this['_handleInfoComment'](),this['listenTo'](_0x18466e['comments'],'add',(_0x1d15d7,_0x480b5e)=>{const _0x4b071a=this['_calculatePosition'](_0x480b5e);this['length']++,this['_handleNewCommentModel'](_0x480b5e,_0x4b071a),this['refreshVisibleViews']();}),this['listenTo'](_0x18466e['comments'],'remove',(_0x3aef07,_0x196415)=>{this['length']--,this['_handleRemoveCommentModel'](_0x196415),this['refreshVisibleViews']();}),this['listenTo'](_0x18466e,'commentUpdated',()=>this['refreshVisibleViews']()),this['listenTo'](_0x18466e,'change:isResolved',()=>this['_handleInfoComment']()),this['on']('change:isActive',()=>this['refreshVisibleViews']()),this['on']('change:hasDirtyComment',()=>this['refreshVisibleViews']()),this['setTemplate']({'tag':'ul','attributes':{'class':['ck-thread__comments',_0x54212e['if']('length','ck-hidden',_0x239b61=>!_0x239b61)],'aria-label':S(_0x1a010d,'Thread\x20comments')},'children':this['visibleViews']});}get['_shouldCollapse'](){return this['_model']['weight']>this['_config']['maxThreadTotalWeight']&&!this['isActive']&&!this['hasDirtyComment'];}['render'](){super['render'](),this['refreshVisibleViews'](),this['_setupKeyboardNavigation']();}['focus'](_0x50058d){-0x1===_0x50058d?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}['destroy'](){this['_collapsedCommentsView']['destroy']();for(const _0x32d07a of this['commentViews'])_0x32d07a['destroy']();super['destroy']();}['refreshVisibleViews'](){this['_shouldCollapse']?this['_rearrangeCollapse']():this['_rearrangeExpand']();}['_handleNewCommentModel'](_0x540312,_0xf76d58){const _0x173db7=new this['_config']['CommentView'](this['locale'],_0x540312,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig']});_0x173db7['viewUid']=_0x540312['id'],_0x173db7['delegate']('removeComment')['to'](this),_0x173db7['delegate']('updateComment')['to'](this),_0x173db7['delegate']('resolveCommentThread')['to'](this),_0x173db7['delegate']('editorReady')['to'](this),_0x173db7['delegate']('editorDestroyed')['to'](this),this['listenTo'](_0x173db7,'change:isEditMode',()=>this['_updateHasDirtyComment']()),this['commentViews']['add'](_0x173db7,_0xf76d58);}['_calculatePosition'](_0x213c59){const _0x4d72c8=this['_model']['_findOptimalIndex'](_0x213c59);return this['resolvedCommentView']?this['resolvedCommentView']['authoredAt']>_0x213c59['authoredAt']?_0x4d72c8-0x1:_0x4d72c8:_0x4d72c8-0x1;}['_handleInfoComment'](){if(this['_model']['resolvedBy']&&this['_model']['resolvedAt']){const _0x3ed0a9={'id':'resolved','author':this['_model']['resolvedBy'],'authoredAt':this['_model']['resolvedAt'],'content':S(this['locale'],'Marked\x20as\x20resolved'),'attributes':{}};this['resolvedCommentView']=new this['_config']['CommentView'](this['locale'],_0x3ed0a9,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig'],'isSystemComment':!0x0}),this['commentViews']['add'](this['resolvedCommentView'],this['_model']['_findOptimalIndex'](_0x3ed0a9));}else this['resolvedCommentView']&&(this['commentViews']['remove'](this['resolvedCommentView']),this['resolvedCommentView']['destroy'](),this['resolvedCommentView']=null);this['refreshVisibleViews']();}['_handleRemoveCommentModel'](_0x230d92){const _0x4dc9a4=this['commentViews']['remove'](_0x230d92['id']);this['stopListening'](_0x4dc9a4),_0x4dc9a4['isEditMode']&&this['_updateHasDirtyComment'](),_0x4dc9a4['destroy']();}['_updateHasDirtyComment'](){this['hasDirtyComment']=Array['from'](this['commentViews'])['some'](_0x30eef7=>_0x30eef7['isEditMode']);}['_rearrangeCollapse'](){const _0x462316=function(_0xeface6){const _0x5d8868=new _0x29fe88();for(const _0x3bcd56 of _0xeface6)_0x5d8868['add'](_0x3bcd56);return _0x5d8868;}(this['commentViews']),_0x10f7c1=this['_collapsedCommentsView']['count'];for(let _0x19aa75=0x1;_0x19aa75<=_0x10f7c1;_0x19aa75++)_0x462316['remove'](0x1);for(const _0x4ac906 of _0x462316)_0x4ac906['collapse']();_0x10f7c1>0x0&&_0x462316['add'](this['_collapsedCommentsView'],0x1),ms(_0x4ce426(Array['from'](this['visibleViews']),Array['from'](_0x462316)),this['visibleViews'],_0x462316);}['_rearrangeExpand'](){ms(_0x4ce426(Array['from'](this['visibleViews']),Array['from'](this['commentViews'])),this['visibleViews'],this['commentViews']);for(const _0x461d5f of this['visibleViews'])_0x461d5f['expand']();}['_setupKeyboardNavigation'](){this['commentViews']['forEach'](_0x348223=>{this['focusTracker']['add'](_0x348223['element']),this['keystrokes']['listenTo'](_0x348223['element']);}),this['commentViews']['on']('change',(_0x384eb7,_0x50f1d5)=>{for(const _0x21873b of _0x50f1d5['removed'])this['focusTracker']['remove'](_0x21873b['element']),this['keystrokes']['stopListening'](_0x21873b['element']);for(const _0x32864d of Array['from'](_0x50f1d5['added'])['reverse']())this['focusTracker']['add'](_0x32864d['element']),this['keystrokes']['listenTo'](_0x32864d['element']);});}}function ms(_0xec7144,_0x54acd2,_0x3bbda6){let _0x47a298=0x0;for(const _0x41a22b of _0xec7144)switch(_0x41a22b){case'insert':_0x54acd2['add'](_0x3bbda6['get'](_0x47a298),_0x47a298),_0x47a298++;break;case'delete':_0x54acd2['remove'](_0x47a298);break;case'equal':_0x47a298++;}}class ls extends _t{constructor(_0x245acd){super(_0x245acd);const _0x4c1c51=this['bindTemplate'];this['set']('contextValue',''),this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-context__value'],'aria-label':_0x4c1c51['to']('contextValue',_0x1e4327=>S(_0x245acd,'THREAD_CONTEXT_LABEL',_0x1e4327)),'tabindex':-0x1},'children':[{'text':_0x4c1c51['to']('contextValue')}]});}['focus'](){this['element']['focus']();}}class ts extends _t{['_model'];['reopenButtonView'];['contextView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];constructor(_0x36772c,_0x3fca40){super(_0x36772c);const _0x3e2acf=this['bindTemplate'];this['_model']=_0x3fca40,this['reopenButtonView']=this['_createReopenButton'](),this['contextView']=this['_createContextView'](),this['focusables']=this['createCollection']([this['contextView'],this['reopenButtonView']]),this['focusTracker']=new _0xfb2004(),this['keystrokes']=new Et(),this['focusCycler']=new Ft({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['bind']('hasContext')['to'](this['_model'],'context',_0x4afc5e=>!!_0x4afc5e),this['bind']('contextValue')['to'](this['_model'],'context',_0x48770b=>_0x48770b&&_0x48770b['value']?this['_trimContextValue'](_0x48770b['value']):S(this['locale'],'Comment\x20was\x20made\x20on\x20an\x20element')),this['setTemplate']({'tag':'div','attributes':{'class':['ck-thread__header']},'children':[{'tag':'div','attributes':{'class':['ck-context-wrapper']},'children':[{'tag':'div','attributes':{'class':['ck-context',_0x3e2acf['if']('hasContext','ck-context--quotes')]},'children':[this['contextView']]}]},{'tag':'div','attributes':{'class':['ck-annotation__actions']},'children':[this['reopenButtonView']]}]});}['render'](){super['render'](),this['_attachContextActions'](),this['_setupKeyboardNavigation']();}['focus'](){this['focusCycler']['focusFirst']();}['_createReopenButton'](){const _0x3a4547=new _0x358e4f(this['locale']);return _0x3a4547['label']=S(this['locale'],'Reopen'),_0x3a4547['tooltip']=S(this['locale'],'Reopen'),_0x3a4547['icon']='<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><path\x20d=\x22m5.042\x209.367\x202.189\x201.837a.75.75\x200\x200\x201-.965\x201.149l-3.788-3.18a.747.747\x200\x200\x201-.21-.284.75.75\x200\x200\x201\x20.17-.945L6.23\x204.762a.75.75\x200\x201\x201\x20.964\x201.15L4.863\x207.866h8.917A.75.75\x200\x200\x201\x2014\x207.9a4\x204\x200\x201\x201-1.477\x207.718l.344-1.489a2.5\x202.5\x200\x201\x200\x201.094-4.73l.008-.032H5.042z\x22/></svg>',_0x3a4547['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x580411=>!_0x580411),_0x3a4547['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x555c9f,_0x35d9af)=>_0x555c9f&&_0x35d9af),_0x3a4547['on']('execute',()=>{this['fire']('reopenCommentThread',this['_model']['id']);}),_0x3a4547;}['_trimContextValue'](_0x2b86f5){if(_0x2b86f5['length']<0x96)return _0x2b86f5;const _0x108d3f=_0x2b86f5['lastIndexOf']('\x20',0x93);return _0x2b86f5['substring'](0x0,_0x108d3f>-0x1?_0x108d3f:0x93)+'...';}['_attachContextActions'](){const _0x3ae229=this['element']['querySelector']('.ck-context'),_0x3e2ad5=_0x3ae229['querySelector']('.ck-context__value');this['listenTo'](_0x3ae229,'mouseenter',()=>{_0x3e2ad5['offsetWidth']<_0x3e2ad5['scrollWidth']&&_0x3ae229['classList']['add']('overlay');}),this['listenTo'](_0x3ae229,'mouseleave',()=>{_0x3ae229['classList']['remove']('overlay');});}['_setupKeyboardNavigation'](){this['keystrokes']['listenTo'](this['element']);for(const _0x436922 of this['focusables'])this['focusTracker']['add'](_0x436922['element']),this['keystrokes']['listenTo'](_0x436922['element']);}['_createContextView'](){const _0x5ecefa=new ls(this['locale']);return _0x5ecefa['bind']('contextValue')['to'](this),_0x5ecefa;}}class es extends _t{['_model'];['_config'];['commentThreadHeaderView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];constructor(_0x4c5e76,_0x95e9df,_0x1ddaea,_0x42db95){super(_0x4c5e76),this['set']('isActive',!0x1),this['set']('isDirty',!0x1),this['_model']=_0x95e9df,this['_localUser']=_0x1ddaea,this['_config']=_0x42db95,this['commentThreadHeaderView']=new ts(_0x4c5e76,_0x95e9df),this['commentThreadHeaderView']['delegate']('reopenCommentThread')['to'](this),this['ariaDescriptionView']=new _0x54921c(_0x4c5e76,S(_0x4c5e76,'COMMENT_THREAD_DESCRIPTION')),this['listenTo'](this,'reopenCommentThread',()=>{this['focus']();}),this['commentsListView']=new kt(_0x4c5e76,_0x95e9df,Object['assign']({'CommentView':this['_config']['CommentView']},_0x42db95)),this['commentsListView']['delegate']('removeComment')['to'](this),this['commentsListView']['delegate']('updateComment')['to'](this),this['commentsListView']['delegate']('resolveCommentThread')['to'](this),this['commentsListView']['delegate']('editorReady')['to'](this),this['commentsListView']['delegate']('editorDestroyed')['to'](this),this['commentsListView']['bind']('isActive')['to'](this),this['listenTo'](this,'resolveCommentThread',()=>{this['focus']();}),this['set']('length',this['commentsListView']['length']),this['bind']('length')['to'](this['commentsListView'],'length'),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['commentThreadInputView']['delegate']('editorReady')['to'](this),this['commentThreadInputView']['delegate']('editorDestroyed')['to'](this),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0x4ed88e,_0x216ef3)=>_0x4ed88e||!!_0x216ef3),this['bind']('isUnlinked')['to'](_0x95e9df,'unlinkedAt',_0x80654a=>!!_0x80654a),this['bind']('ariaLabel')['to'](this,'length',_0x17b14b=>{const _0x181a19=this['_model']['comments']['first']?this['_model']['comments']['first']['author']['name']:this['_localUser']['name'];return S(this['locale'],'COMMENT_THREAD_LABEL',[_0x17b14b,_0x181a19]);}),this['focusables']=this['createCollection']([this['commentsListView'],this['commentThreadInputView']]),this['focusTracker']=new _0xfb2004(),this['keystrokes']=new Et(),this['focusCycler']=new Ft({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0xd7f19=>_0xd7f19['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}});}['focus'](){this['element']['focus']();}['render'](){super['render'](),_0x151bb5(this,this['focusables']);}async['destroy'](){this['isDirty']=!0x1,this['commentsListView']['destroy'](),await this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentThreadInputView'](){const _0x45061b=new xt(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x535343=_0x45061b['commentInputView'];return _0x45061b['bind']('showInput')['to'](this,'isActive',this['_model'],'isReadOnly',this['_model'],'canComment',this['_model'],'archivedAt',_0x535343,'value',(_0x25fc2d,_0x5a4fe6,_0x2432ca,_0x5b60ea,_0x2df77b)=>!!_0x2df77b||!!_0x5b60ea&&_0x2432ca&&!_0x5a4fe6||_0x25fc2d&&_0x2432ca&&!_0x5a4fe6),_0x535343['bind']('placeholder')['to'](this,'length',this['_model'],'isResolvable',this['_model'],'isResolved',(_0x18c1b6,_0x3edf84,_0x57dc59)=>{let _0x2fba63;return _0x2fba63=_0x57dc59&&_0x3edf84?'Reply\x20to\x20reopen\x20discussion...':_0x18c1b6?'Reply...':'Write\x20a\x20comment...',S(this['locale'],_0x2fba63);}),_0x535343['bind']('submitLabel')['to'](this,'length',_0x52dc33=>S(this['locale'],_0x52dc33?'Reply':'Comment')),_0x535343['on']('submit',(_0x3b6279,_0x261147)=>{this['fire']('addComment',_0x261147),this['_model']['isResolved']&&this['_model']['isResolvable']&&this['fire']('reopenCommentThread',this['_model']['id']),this['_model']['isSubmitted']||this['fire']('submitCommentThread');}),_0x535343['on']('cancel',()=>{this['focus']();}),_0x535343['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x535343['on']('cancel',_0x2f8de2=>{0x0==this['length']&&(this['fire']('removeCommentThread'),_0x2f8de2['stop']());}),this['on']('change:isActive',(_0x23c2a0,_0xbe3ad2,_0x1d1970)=>{_0x1d1970||this['length']||_0x535343['value']||this['fire']('removeCommentThread');}),_0x45061b;}}class At extends/* #__PURE__ -- @preserve */
27
+ ti(es){['commentThreadChildren'];['containerElement'];['resolveButton'];['_boundFirstCommentView'];constructor(_0x2751cd,_0x17ed12,_0x2851d6,_0x359142){super(_0x2751cd,_0x17ed12,_0x2851d6,_0x359142),this['commentThreadChildren']=this['createCollection']([this['commentsListView'],this['commentThreadInputView'],this['ariaDescriptionView']]),this['set']('actionIndicator',null),this['containerElement']=null,this['_boundFirstCommentView']=null,this['locale']=_0x2751cd,this['resolveButton']=this['_createResolveButton'](),this['setTemplate'](this['getTemplate']()),this['on']('change:isActive',(_0x49446f,_0x340d24,_0xa903f6)=>{_0xa903f6||this['_cancelAllConfirms']();}),this['listenTo'](this['_model'],'change:isReadOnly',(_0x23bbfc,_0x5184e8,_0x497682)=>{_0x497682&&this['_cancelAllConfirms']();}),this['length']>0x0&&this['_bindFirstCommentView'](),this['listenTo'](this['commentsListView']['commentViews'],'add',()=>{this['_bindFirstCommentView']();});}['getTemplate'](){const _0x5f1a71=this['bindTemplate'];return{'tag':'div','attributes':{'class':['ck','ck-thread','ck-reset_all-excluded','ck-rounded-corners',_0x5f1a71['if']('isActive','ck-thread--active'),_0x5f1a71['if']('isUnlinked','ck-thread--unlinked'),_0x5f1a71['if']('isConfirm','ck-thread--remove-confirmation'),_0x5f1a71['to']('actionIndicator',_0x29433f=>_0x29433f?'ck-thread--'+_0x29433f:'')],'data-thread-id':this['_model']['id'],'tabindex':0x0,'role':'listitem','aria-label':_0x5f1a71['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id']},'children':[{'tag':'div','attributes':{'class':'ck-thread__container'},'children':this['commentThreadChildren']}]};}['render'](){super['render'](),this['containerElement']=this['element']['querySelector']('.ck-thread__container'),this['_model']['on']('change:archivedAt',()=>{this['_updateArchivedThreadHeader']();}),this['_updateArchivedThreadHeader']();}['_cancelAllConfirms'](){this['cancelConfirm']();for(const _0x227823 of this['commentsListView']['commentViews'])_0x227823['cancelConfirm']();}['_bindFirstCommentView'](){const {locale:_0xdd00f8}=this,_0x521632=this['commentsListView']['commentViews']['get'](0x0);_0x521632===this['_boundFirstCommentView']||_0x521632['isSystemComment']||(this['_boundFirstCommentView']=_0x521632,this['unbind']('actionIndicator'),this['bind']('actionIndicator')['to'](_0x521632,'actionIndicator',_0x5510e3=>'remove'===_0x5510e3?'remove':null),_0x521632['placeholder']=S(_0xdd00f8,'Write\x20a\x20comment...'),_0x521632['removeButton']['on']('execute',_0x43f2f5=>{_0x43f2f5['stop'](),this['showConfirm'](S(_0xdd00f8,'Delete\x20comment\x20thread?'),this['containerElement'])['then'](()=>{this['fire']('removeCommentThread');});},{'priority':'high'}),this['on']('removeConfirm',()=>{_0x521632['focus']();}),_0x521632['actionBar']['add'](this['resolveButton'],0x0),_0x521632['focusables']['add'](this['resolveButton'],0x0));}['_createResolveButton'](){const _0x512725=new _0x485745(this['locale']);return _0x512725['label']=S(this['locale'],'Resolve'),_0x512725['tooltip']=S(this['locale'],'Resolve'),_0x512725['icon']=_0x2b1ff8['check'],_0x512725['extendTemplate']({'attributes':{'class':'ck-comment--resolve'}}),_0x512725['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x36bba0=>!_0x36bba0),_0x512725['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x14f49f,_0x41c7d6)=>_0x14f49f&&!_0x41c7d6),_0x512725['on']('execute',()=>{this['fire']('resolveCommentThread',this['_model']['id']);}),_0x512725;}['_updateArchivedThreadHeader'](){this['_model']['archivedAt']?this['commentThreadChildren']['has'](this['commentThreadHeaderView'])||(this['commentThreadChildren']['add'](this['commentThreadHeaderView'],0x0),this['focusables']['add'](this['commentThreadHeaderView'],0x0)):this['commentThreadChildren']['has'](this['commentThreadHeaderView'])&&(this['commentThreadChildren']['remove'](this['commentThreadHeaderView']),this['focusables']['remove'](this['commentThreadHeaderView']));}}class os extends _t{constructor(_0x3e3a56){super(_0x3e3a56),this['set']('content',''),this['setTemplate']({'tag':'div','attributes':{'class':['ck-content','ck-comment__content','ck-annotation__content']}});}['render'](){super['render'](),this['on']('change:content',(_0x16136c,_0x261766,_0x72ff3c)=>{this['element']['innerHTML']=_0x72ff3c;}),this['element']['innerHTML']=this['content'];}}class ns extends _t{['visibleView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];constructor(_0xec8628,_0x252b60,_0x5a12df){super(_0xec8628),this['_model']=_0x252b60,this['_config']=_0x5a12df,this['isSystemComment']=!!this['_config']['isSystemComment'],this['set']('isEditMode',!0x1),this['set']('isCollapsed',!0x0),this['bind']('ariaLabel')['to'](_0x252b60,'content',_0x252b60,'authoredAt',(_0x28bebc,_0x3ed3a4)=>S(_0xec8628,'COMMENT_ARIA_LABEL',[_0x252b60['author']['name'],_0x5a12df['formatDateTime'](_0x3ed3a4),new DOMParser()['parseFromString'](_0x28bebc,'text/html')['body']['textContent'],_0x252b60['isExternal']?this['getExternalCommentNote']():''])),this['ariaDescriptionView']=new _0x54921c(_0xec8628,S(_0xec8628,'COMMENT_THREAD_DESCRIPTION')),this['visibleView']=this['createCollection'](),this['visibleView']['add'](this['_createCommentContentView']()),this['focusables']=new _0x74a065(),this['focusTracker']=new _0xfb2004(),this['keystrokes']=new Et(),this['focusCycler']=new Ft({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x9304dc=>_0x9304dc['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}});}['expand'](){this['isCollapsed']=!0x1;}['collapse'](){this['isEditMode']||(this['isCollapsed']=!0x0);}['focus'](){this['element']['focus']();}['render'](){super['render'](),this['_setupKeyboardNavigation']();}async['destroy'](){await this['visibleView']['get'](0x0)['destroy'](),super['destroy']();}['switchToEditMode'](){this['isEditMode']||(this['isEditMode']=!0x0,this['visibleView']['remove'](0x0)['destroy'](),this['visibleView']['add'](this['_createCommentInputView']()));}['switchToDisplayMode'](){this['isEditMode']&&(this['isEditMode']=!0x1,this['visibleView']['remove'](0x0)['destroy'](),this['visibleView']['add'](this['_createCommentContentView']()));}['getExternalCommentNote'](){return'importWord'===this['_model']['attributes']['@external']['source']?S(this['locale'],'EXTERNAL_IMPORT_WORD_COMMENT'):S(this['locale'],'EXTERNAL_COMMENT');}['getUserViewNotificationText'](){return this['_model']['isExternal']?'importWord'===this['_model']['attributes']['@external']['source']?S(this['locale'],'EXTERNAL_IMPORT_WORD_AVATAR',this['_model']['creator']['name']):S(this['locale'],'EXTERNAL_AVATAR',this['_model']['creator']['name']):null;}['_createCommentContentView'](){const _0x2bd497=new os(this['locale']);return _0x2bd497['bind']('content')['to'](this['_model'],'content',this,'isCollapsed',(_0x114bd3,_0x190e63)=>_0x190e63?_0x54887f(_0x114bd3,{'limit':this['_config']['maxCommentCharsWhenCollapsed']}):_0x114bd3),_0x2bd497;}['_createCommentInputView'](){this['_config']['editorConfig']||(this['_config']['editorConfig']={}),this['_config']['editorConfig']['initialData']=this['_model']['content'];const _0x171813=new rs(this['locale'],this['_config']['editorConfig']);return _0x171813['value']=this['_model']['content'],_0x171813['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x171813['submitLabel']=S(this['locale'],'Save'),_0x171813['on']('submit',(_0x84c87c,_0x5ba837)=>{this['fire']('updateComment',this['_model']['id'],_0x5ba837),this['switchToDisplayMode'](),this['focus']();}),_0x171813['on']('cancel',()=>{this['switchToDisplayMode'](),this['focus']();}),_0x171813['once']('editorReady',()=>{_0x171813['focus']();}),_0x171813['createEditor'](),_0x171813['delegate']('editorReady')['to'](this),_0x171813['delegate']('editorDestroyed')['to'](this),_0x171813;}['_setupKeyboardNavigation'](){const _0x535e3b=this['element'];this['keystrokes']['listenTo'](_0x535e3b);for(const _0x289227 of this['focusables'])this['focusTracker']['add'](_0x289227['element']),this['keystrokes']['listenTo'](_0x289227['element']);this['focusables']['on']('change',(_0x4f668a,_0x1457f8)=>{for(const _0x4f744e of _0x1457f8['removed'])this['focusTracker']['remove'](_0x4f744e['element']),this['keystrokes']['stopListening'](_0x4f744e['element']);for(const _0x28d414 of _0x1457f8['added'])this['focusTracker']['add'](_0x28d414['element']),this['keystrokes']['listenTo'](_0x28d414['element']);}),this['keystrokes']['set']('enter',(_0xaba894,_0x217a5a)=>{_0x535e3b===_0xaba894['target']&&(this['focusCycler']['focusFirst'](),_0x217a5a());}),this['keystrokes']['set']('esc',(_0x4a386b,_0x41385d)=>{_0x535e3b!==_0x4a386b['target']&&(this['focus'](),_0x41385d());});}}class Ct extends/* #__PURE__ -- @preserve */
28
+ ti(ns){['actionBar'];['userView'];constructor(_0xc683ce,_0x11cf6d,_0x360f01){super(_0xc683ce,_0x11cf6d,_0x360f01),this['set']('actionIndicator',null),this['set']('placeholder',S(_0xc683ce,'Reply...')),this['bind']('authoredAt')['to'](_0x11cf6d),this['bind']('resolvedAt')['to'](_0x11cf6d),this['actionBar']=this['createCollection'](),this['isSystemComment']||(this['editButton']=this['_createEditButton'](),this['removeButton']=this['_createRemoveButton'](),this['items']=this['createCollection'](),this['items']['addMany']([this['editButton'],this['removeButton']]),this['dropdown']=this['_createDropdown'](),this['actionBar']['add'](this['dropdown']),this['focusables']['add'](this['dropdown'])),this['userView']=new _0x28a6de(_0xc683ce,_0x11cf6d['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-comment__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['listenTo'](_0x11cf6d,'change:isRemovable',()=>this['cancelConfirm']()),this['setTemplate'](this['getTemplate']());}['getTemplate'](){const _0x5c05f4=this['bindTemplate'],_0x429ef7=[{'tag':'div','attributes':{'class':['ck-comment__info','ck-annotation__info']},'children':[{'tag':'span','children':[{'text':this['userView']['name']}],'attributes':{'class':['ck-comment__info-name','ck-annotation__info-name']}},{'tag':'time','attributes':{'datetime':_0x5c05f4['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x5c05f4['to']('authoredAt',_0x7afacd=>this['_config']['formatDateTime'](_0x7afacd))}]}]},{'tag':'div','attributes':{'class':['ck-comment__actions','ck-annotation__actions',_0x5c05f4['if']('isEditMode','ck-comment__actions--hidden'),_0x5c05f4['if']('isEditMode','ck-annotation__actions--hidden')]},'children':this['actionBar']},{'tag':'div','attributes':{'class':['ck-annotation__content-wrapper']},'children':this['visibleView']},this['ariaDescriptionView']];return this['_model']['isExternal']&&_0x429ef7['push']({'tag':'div','attributes':{'class':['ck-comment__external']},'children':[{'text':this['getExternalCommentNote']()}]}),{'tag':'li','attributes':{'class':['ck-comment__wrapper',_0x5c05f4['if']('isConfirm','ck-comment--remove-confirmation')],'tabindex':-0x1,'aria-label':_0x5c05f4['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id'],'role':'listitem'},'children':[{'tag':'div','attributes':{'class':['ck-comment','ck-annotation',_0x5c05f4['if']('isEditMode','ck-comment--edit'),_0x5c05f4['if']('isSystemComment','ck-comment--info'),_0x5c05f4['to']('actionIndicator',_0x5d49ff=>_0x5d49ff?'ck-comment--'+_0x5d49ff:'')],'data-author-id':this['_model']['author']['id'],'data-comment-id':this['_model']['id'],'role':'group'},'children':[this['userView'],{'tag':'div','attributes':{'class':['ck-comment__main','ck-annotation__main']},'children':_0x429ef7}]}]};}['_createEditButton'](){const _0x3b80ff=new _0x358e4f(this['locale']);return _0x3b80ff['label']=S(this['locale'],'Edit'),_0x3b80ff['icon']=_0x2b1ff8['pencil'],_0x3b80ff['withText']=!0x0,_0x3b80ff['extendTemplate']({'attributes':{'class':'ck-comment--edit'}}),_0x3b80ff['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x4b00a2=>!_0x4b00a2),_0x3b80ff['bind']('isVisible')['to'](this['_model'],'isEditable'),_0x3b80ff['on']('execute',()=>this['switchToEditMode']()),_0x3b80ff;}['_createRemoveButton'](){const _0x482ea1=new _0x358e4f(this['locale']);return _0x482ea1['label']=S(this['locale'],'Remove'),_0x482ea1['icon']='<!--\x0a\x0a\x20What\x20you\x27re\x20currently\x20looking\x20at\x20is\x20the\x20source\x20code\x20of\x20a\x20legally\x20protected,\x20proprietary\x20software.\x0a\x20CKEditor\x205\x20Collaboration\x20is\x20licensed\x20under\x20a\x20commercial\x20license\x20and\x20protected\x20by\x20copyright\x20law.\x20Where\x20not\x20otherwise\x20indicated,\x0a\x20all\x20CKEditor\x205\x20Collaboration\x20content\x20is\x20authored\x20by\x20CKSource\x20engineers\x20and\x20consists\x20of\x20CKSource-owned\x20intellectual\x20property.\x0a\x0a\x20Copyright\x20(c)\x202003-2024,\x20CKSource\x20Holding\x20sp.\x20z\x20o.o.\x20All\x20rights\x20reserved.\x0a\x0a!-->\x0a\x0a<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><path\x20d=\x22M5.2\x207h9.2c.6\x200\x201\x20.4\x201\x201v9.9c0\x20.5-.4\x201-1\x201H5.2a1\x201\x200\x200\x201-1-1V8c0-.6.4-1\x201-1zm1\x201.5c-.3\x200-.5.2-.5.5v8c0\x20.3.2.5.5.5h.5c.2\x200\x20.5-.2.5-.5V9c0-.3-.3-.5-.5-.5h-.5zm3.2\x200c-.2\x200-.5.2-.5.5v8c0\x20.3.3.5.5.5h.5c.3\x200\x20.5-.2.5-.5V9c0-.3-.2-.5-.5-.5h-.4zm3.5\x200c-.2\x200-.5.2-.5.5v8c0\x20.3.3.5.5.5h.5c.3\x200\x20.5-.2.5-.5V9c0-.3-.2-.5-.5-.5h-.5zm-1.4-7.1H8.3L6.5\x203.6H3.8c-.5\x200-.7.3-.7.8s.2.7.7.7h12c.6\x200\x20.9-.2.9-.7\x200-.5-.3-.8-1-.8h-2.4l-1.8-2.2z\x22/></svg>\x0a',_0x482ea1['withText']=!0x0,_0x482ea1['extendTemplate']({'attributes':{'class':'ck-comment--remove'}}),_0x482ea1['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x4bf71b=>!_0x4bf71b),_0x482ea1['bind']('isVisible')['to'](this['_model'],'isRemovable'),_0x482ea1['on']('execute',()=>{this['showConfirm'](S(this['locale'],'Delete\x20comment?'),this['element'])['then'](()=>{this['fire']('removeComment',this['_model']['id']);});}),_0x482ea1;}['_createDropdown'](){const _0x5109d5=_0xf03cb1(this['locale'],_0x1c0a01),_0x443be6=_0x5109d5['panelView']['children'],_0x462f7f=new _0x1cda14(this['locale']),_0x222438=_0x5109d5['bindTemplate'];_0x15465a(_0x5109d5,()=>this['items']['find'](_0x33f1a0=>_0x33f1a0['isVisible'])),_0x5109d5['extendTemplate']({'attributes':{'class':[_0x222438['if']('isVisible','ck-hidden',_0x1a0d24=>!_0x1a0d24)]}});const _0x5ed6c8=(_0x20b049,_0x1faa4c=-0x1)=>{const _0x50a60f=new _0x1c9f97(this['locale']);_0x50a60f['children']['add'](_0x20b049);const _0x4a98cd=_0x1faa4c>-0x1?_0x1faa4c:_0x462f7f['items']['length'];_0x462f7f['items']['add'](_0x50a60f,_0x4a98cd);const _0x278f0b=Array['from'](this['items']);_0x5109d5['unbind']('isEnabled','isVisible'),_0x5109d5['bind']('isEnabled')['toMany'](_0x278f0b,'isEnabled',(..._0x4f92f7)=>_0x4f92f7['some'](_0x4dfd19=>_0x4dfd19)),_0x5109d5['bind']('isVisible')['toMany'](_0x278f0b,'isVisible',(..._0x3148c8)=>_0x3148c8['some'](_0x39eb0a=>_0x39eb0a));};_0x5109d5['panelPosition']='sw',_0x5109d5['buttonView']['set']({'label':S(this['locale'],'Show\x20more\x20items'),'icon':_0x2b1ff8['threeVerticalDots']}),_0x5109d5['isEnabled']=[...this['items']]['some'](_0x30e77c=>_0x30e77c['isEnabled']),_0x5109d5['buttonView']['isVisible']=[...this['items']]['some'](_0x11047e=>_0x11047e['isVisible']);for(const _0xa266ff of this['items'])_0x5ed6c8(_0xa266ff);return _0x443be6['add'](_0x462f7f),_0x5109d5['listenTo'](this['items'],'add',(_0x3760b8,_0x5513d5,_0x821cbf)=>{_0x5ed6c8(_0x5513d5,_0x821cbf);}),_0x5109d5['listenTo'](this['items'],'remove',(_0x51bd2b,_0x366220,_0x43804c)=>{_0x462f7f['items']['remove'](_0x43804c);}),_0x5109d5;}['_attachActions'](_0xc533fa,_0x14239e){const _0x52c461=_0xc533fa&&_0xc533fa['element'];_0x52c461&&(this['listenTo'](_0x52c461,'mouseenter',()=>this['actionIndicator']=_0x14239e),this['listenTo'](_0x52c461,'focus',()=>this['actionIndicator']=_0x14239e),this['listenTo'](_0x52c461,'mouseleave',()=>this['actionIndicator']=null),this['listenTo'](_0x52c461,'blur',()=>this['actionIndicator']=null));}['_createCommentInputView'](){const _0x5f43a3=super['_createCommentInputView']();return _0x5f43a3['bind']('placeholder')['to'](this),_0x5f43a3;}['render'](){super['render'](),this['_attachActions'](this['editButton'],'edit'),this['_attachActions'](this['removeButton'],'remove');}}function Lt(_0x529192){const _0x29088f=Dt(_0x529192,0x1e),_0x16dae5=new MutationObserver(_0x1a6bb2=>{for(const _0x3e3193 of _0x1a6bb2)('attributes'==_0x3e3193['type']&&'class'==_0x3e3193['attributeName']||'childList'==_0x3e3193['type']||'characterData'==_0x3e3193['type'])&&_0x29088f();});return{'attach'(_0x23e5f8){_0x16dae5['observe'](_0x23e5f8,{'attributes':!0x0,'childList':!0x0,'subtree':!0x0,'characterData':!0x0});},'detach'(){_0x16dae5['disconnect'](),_0x29088f['cancel']();}};}class T extends _t{['focusTracker'];['id'];['keystrokes'];['content'];['mainView'];['_mutationObserver'];constructor(_0x3aa979,_0x312798){super(_0x3aa979),this['id']=_0x348e79(),this['focusTracker']=new _0xfb2004(),this['keystrokes']=new Et(),this['keystrokes']['set']('Esc',(_0x3b12a9,_0x7c6fd9)=>this['fire']('Esc',_0x7c6fd9)),this['set']('targetRect',{'top':0x0,'right':0x0,'bottom':0x0,'left':0x0}),this['set']('height',0x0),this['set']('isActive',!0x1),this['set']('isDirty',!0x1),this['set']('length',0x0),this['set']('type',''),this['_mutationObserver']=Lt(()=>this['_updateHeight']()),this['content']=this['createCollection'](),this['content']['delegate']('arrowup','arrowdown')['to'](this),this['content']['add'](_0x312798),this['mainView']=_0x312798;const _0x5317de=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-annotation-wrapper','ck-rounded-corners',_0x5317de['if']('isActive','ck-annotation-wrapper--active')],'role':'presentation'},'children':this['content']});}['render'](){super['render'](),this['focusTracker']['add'](this['element']),this['keystrokes']['listenTo'](this['element']),this['_mutationObserver']['attach'](this['element']);}['destroy'](){this['content']['clear'](),this['keystrokes']['destroy'](),this['focusTracker']['destroy'](),this['_mutationObserver']['detach'](),super['destroy']();}['focus'](){this['content']['first']&&this['content']['first']['focus']();}['_updateHeight'](){const _0xd5421f=this['element']['clientHeight'];_0xd5421f&&(this['height']=_0xd5421f);}}class d extends/* #__PURE__ -- @preserve */
29
+ _0x5c14b7(){['view'];['focusableElements'];['_type'];['_target'];constructor({view:_0x1fbecc,target:_0x4ed4c0,type:_0x5d1f7b,isVisible:_0x22b335=!0x0}){super(),this['view']=_0x1fbecc,this['view']['element']||this['view']['render'](),this['_type']=_0x5d1f7b,this['_target']=_0x4ed4c0,d['_assertCorrectTarget'](this['_getNormalizedTarget']()),this['focusableElements']=new _0x29fe88([this['view']['element']],{'idProperty':'_id'}),this['focusableElements']['on']('add',(_0x3622a1,_0x49ce8f)=>{this['view']['focusTracker']['add'](_0x49ce8f);}),this['focusableElements']['on']('remove',(_0x1f9331,_0xe6a877)=>{this['view']['focusTracker']['remove'](_0xe6a877);}),this['set']('isVisible',_0x22b335);}get['type'](){return'function'==typeof this['_type']?this['_type']():this['_type'];}get['innerView'](){return this['view']['mainView'];}get['target'](){const _0x293c7a=this['_getNormalizedTarget']();return d['_assertCorrectTarget'](_0x293c7a),_0x293c7a;}get['targetRect'](){const _0x1f7487=this['target'];if(null===_0x1f7487)return null;if(_0x1f7487 instanceof _0x3ee65e)return _0x1f7487;const _0x125736=_0x1f7487['filter'](_0x24fee3=>function(_0x181955){const _0x54062a=_0x181955['offsetParent'];if(_0x54062a)return!0x0;const _0x3d73c9=_0x181955['getClientRects']()['item'](0x0);return!!_0x3d73c9;}(_0x24fee3));return 0x0===_0x125736['length']?null:new _0x3ee65e(_0x125736[0x0]['getClientRects']()['item'](0x0));}get['isActive'](){return this['view']['isActive'];}set['isActive'](_0x15482f){this['view']['isActive']=_0x15482f,this['view']['mainView']['isActive']=_0x15482f;}['updateTargetRect'](){this['view']['targetRect']=this['targetRect'];}['destroy'](){this['focusableElements']['stopListening'](),this['focusableElements']['clear'](),this['stopListening']();}['refreshVisibility'](){this['isVisible']=!!this['targetRect'];}static['_assertCorrectTarget'](_0x29138c){if(!(null===_0x29138c||_0x29138c instanceof _0x3ee65e||Array['isArray'](_0x29138c)&&_0x29138c['every'](_0x2b6d5c=>te(_0x2b6d5c))))throw new _0x47d036('annotation-invalid-target',null,{'target':_0x29138c});}['_getNormalizedTarget'](){const _0x5bf74b='function'==typeof this['_target']?this['_target']():this['_target'];return te(_0x5bf74b)?[_0x5bf74b]:_0x5bf74b;}}function te(_0x34d837){return null!==_0x34d837&&'object'==typeof _0x34d837&&'nodeType'in _0x34d837&&0x1===_0x34d837['nodeType'];}class x extends _0x29fe88{['_innerViewToAnnotation'];['_viewToAnnotation'];['_focusTracker'];constructor(_0x3743fd=[]){super(),this['_innerViewToAnnotation']=new Map(),this['_viewToAnnotation']=new Map(),this['_focusTracker']=new _0xfb2004(),this['_focusTracker']['on']('change:isFocused',(_0x26594e,_0x40c045,_0x57e9ac)=>{_0x57e9ac||this['fire']('blur');});for(const _0x3d0594 of _0x3743fd)this['add'](_0x3d0594);}get['isFocused'](){return this['_focusTracker']['isFocused'];}['add'](_0x5c4108){if(this['has'](_0x5c4108))throw new _0x47d036('annotationcollection-duplicated-item',null);this['_innerViewToAnnotation']['set'](_0x5c4108['innerView'],_0x5c4108),this['_viewToAnnotation']['set'](_0x5c4108['view'],_0x5c4108);for(const _0xa1e4db of _0x5c4108['focusableElements'])this['_focusTracker']['add'](_0xa1e4db);this['listenTo'](_0x5c4108['focusableElements'],'add',(_0x5cc978,_0x4d4689)=>{this['_focusTracker']['add'](_0x4d4689);}),this['listenTo'](_0x5c4108['focusableElements'],'remove',(_0xdf404a,_0x30db05)=>{this['_focusTracker']['remove'](_0x30db05);}),this['listenTo'](_0x5c4108['view']['focusTracker'],'change:isFocused',(_0x115d6a,_0x15605a,_0x5f1f90)=>{_0x5f1f90&&this['fire']('focus',_0x5c4108);}),_0x5c4108['updateTargetRect']();const _0x43d7cb=this['_getOrderInContent'](_0x5c4108['view']['targetRect']);return super['add'](_0x5c4108,_0x43d7cb);}['remove'](_0x1763b7){if(!this['has'](_0x1763b7))throw new _0x47d036('annotationcollection-not-existing-item',null);this['stopListening'](_0x1763b7['view']['focusTracker']),this['stopListening'](_0x1763b7['focusableElements']);for(const _0x4e56c3 of _0x1763b7['focusableElements'])this['_focusTracker']['remove'](_0x4e56c3);return this['_viewToAnnotation']['delete'](_0x1763b7['view']),this['_innerViewToAnnotation']['delete'](_0x1763b7['innerView']),super['remove'](_0x1763b7);}['getByInnerView'](_0xa7112a){return this['_innerViewToAnnotation']['get'](_0xa7112a);}['getByView'](_0x1f8a73){return this['_viewToAnnotation']['get'](_0x1f8a73);}['destroy'](){super['clear'](),this['stopListening'](),this['_innerViewToAnnotation']['clear'](),this['_viewToAnnotation']['clear'](),this['_focusTracker']['destroy']();}['refreshPositioning'](){for(const _0x43c1c1 of this)_0x43c1c1['updateTargetRect']();this['_sort']();}['_sort'](){const _0x4a5f90=Array['from'](this)['sort']((_0x4dc826,_0x16d125)=>v(_0x4dc826['view']['targetRect'],_0x16d125['view']['targetRect']));for(let _0xfe766d=_0x4a5f90['length']-0x1;_0xfe766d>0x0;_0xfe766d--){const _0x157448=_0x4a5f90[_0xfe766d];_0xfe766d!==this['getIndex'](_0x157448)&&(this['remove'](_0x157448),this['add'](_0x157448));}}['_getOrderInContent'](_0x50b973){let _0x2d1bbc=0x0;if(!_0x50b973)return this['length'];for(const _0x4b1b61 of this){const _0xf98d54=_0x4b1b61['view']['targetRect'];if(_0xf98d54){if(v(_0x50b973,_0xf98d54)<0x0)return _0x2d1bbc;_0x2d1bbc++;}}return _0x2d1bbc;}}function v(_0x1dfec1,_0x1198ce){if(null===_0x1dfec1&&null===_0x1198ce)return 0x0;if(null===_0x1dfec1)return-0x1;if(null===_0x1198ce)return 0x1;const _0x494f52=_0x1dfec1['top']-_0x1198ce['top'];return 0x0==_0x494f52?_0x1dfec1['left']-_0x1198ce['left']:_0x494f52;}class _ extends _0x9b8fa5{['collection'];['_visibleAnnotations'];static get['pluginName'](){return'Annotations';}constructor(_0x594218){if(super(_0x594218),this['collection']=new x(),this['_visibleAnnotations']=new x(),this['set']('activeAnnotations',new Set()),this['_bindAnnotationsToVisibleAnnotations'](),_0x594218 instanceof _0x1656fa){const _0x17e189=_0x594218['locale'];_0x594218['accessibility']['addKeystrokeInfoGroup']({'id':'annotations','label':S(_0x17e189,'ACCESSIBILITY_HELP_ANNOTATIONS_GROUP'),'keystrokes':[{'label':S(_0x17e189,'ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO'),'keystroke':'Ctrl+Shift+E'},{'label':S(_0x17e189,'ACCESSIBILITY_HELP_ANNOTATIONS_EXIT'),'keystroke':'Esc'},{'label':S(_0x17e189,'ACCESSIBILITY_HELP_ANNOTATIONS_ENTER'),'keystroke':'Enter'},{'label':S(_0x17e189,'ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS'),'keystroke':[['Tab'],['Shift+Tab']]},{'label':S(_0x17e189,'ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT'),'keystroke':['Ctrl+Enter']},{'label':S(_0x17e189,'ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS'),'keystroke':[['Arrowup'],['Arrowdown']]}]});}}['add'](_0x548365){this['collection']['add'](_0x548365);}['remove'](_0x215b36){this['collection']['remove'](_0x215b36),_0x215b36['destroy']();}['refreshVisibility'](){for(const _0x4d8041 of this['collection'])_0x4d8041['refreshVisibility']();}['refreshPositioning'](){this['_visibleAnnotations']['refreshPositioning']();}['getByInnerView'](_0x397d60){return this['collection']['getByInnerView'](_0x397d60);}['deactivateAll'](){this['fire']('_deactivateAllAnnotations');}['destroy'](){for(const _0x3ce676 of this['collection'])_0x3ce676['destroy']();this['_visibleAnnotations']['destroy'](),this['collection']['destroy'](),super['destroy']();}['activate'](_0x32e1e0){this['fire']('_activateAnnotation',_0x32e1e0);}['createAnnotation'](_0x5b62c1){return new d(_0x5b62c1);}['createAnnotationView'](_0x48a4ec,_0x1852f8){return new T(_0x48a4ec,_0x1852f8);}['_addActiveAnnotation'](_0x12551f){const _0x1f1ece=new Set(this['activeAnnotations']);_0x1f1ece['add'](_0x12551f),this['activeAnnotations']=_0x1f1ece;}['_removeActiveAnnotation'](_0x33104d){const _0x46646b=new Set(this['activeAnnotations']);_0x46646b['delete'](_0x33104d),this['activeAnnotations']=_0x46646b;}['_bindAnnotationsToVisibleAnnotations'](){const _0x2b71b4=this['collection'],_0x522cfb=this['_visibleAnnotations'];function _0x4b475c(_0x583ea9){const _0x46a27d=_0x583ea9['source'];_0x46a27d['isVisible']&&!_0x522cfb['has'](_0x46a27d)?_0x522cfb['add'](_0x46a27d):!_0x46a27d['isVisible']&&_0x522cfb['has'](_0x46a27d)&&_0x522cfb['remove'](_0x46a27d),_0x46a27d['view']['focusTracker']['remove'](_0x46a27d['view']['element']),_0x46a27d['view']['focusTracker']['add'](_0x46a27d['view']['element']);}this['listenTo'](_0x2b71b4,'add',(_0x120eba,_0x448f9f)=>{_0x448f9f['isVisible']&&_0x522cfb['add'](_0x448f9f),this['listenTo'](_0x448f9f,'change:isVisible',_0x4b475c);}),this['listenTo'](_0x2b71b4,'remove',(_0x290267,_0x5053b7)=>{_0x522cfb['has'](_0x5053b7)&&_0x522cfb['remove'](_0x5053b7),this['stopListening'](_0x5053b7,'change:isVisible',_0x4b475c);});}}const vt=Symbol('noChannel'),gt={'admin':!0x0,'modifyAll':!0x1,'write':!0x0,'resolve':!0x0};class m extends _0x9b8fa5{['licenseKey'];['_threads'];['_threadToController'];['_viewToController'];static get['requires'](){return[_,ht,ut];}static get['pluginName'](){return'CommentsRepository';}constructor(_0x31f403){super(_0x31f403),this['_threads']=new Map(),this['_threadToController']=new Map(),this['_viewToController']=new Map(),this['set']('_readOnlyChannels',new Set()),this['set']('_permissions',new Map()),this['licenseKey']=this['context']['config']['get']('licenseKey');const _0x3dd56a=this['context']['config'];_0x3dd56a['define']('comments.maxCommentsWhenCollapsed',0x2),_0x3dd56a['define']('comments.maxThreadTotalWeight',0x1f4),_0x3dd56a['define']('comments.maxCommentCharsWhenCollapsed',0x8c),_0x3dd56a['define']('comments.CommentThreadView',At),_0x3dd56a['define']('comments.CommentView',Ct),_0x3dd56a['get']('comments.editorConfig')||console['warn']('Missing\x20comments\x20editor\x20configuration\x20(`comments.editorConfig`).\x20Default\x20configuration\x20will\x20be\x20used\x20instead.');}['init'](){const _0x9c9d48=this['context']['plugins']['get'](_);this['set']('activeCommentThread',null),this['on']('addCommentThread',(_0x115efe,_0x298f9c)=>this['_addCommentThread'](_0x298f9c)),this['on']('submitCommentThread',(_0x11861d,_0x8ebfe0)=>this['_submitCommentThread'](_0x8ebfe0)),this['on']('resolveCommentThread',(_0xecc7ee,_0x49d867)=>this['_resolveCommentThread'](_0x49d867)),this['on']('resolveCommentThread',(_0x4b11e6,_0x16011a)=>this['_updateActiveAnnotation'](_0x16011a),{'priority':'lowest'}),this['on']('reopenCommentThread',(_0x3c5303,_0x4471c9)=>this['_reopenCommentThread'](_0x4471c9)),this['on']('reopenCommentThread',(_0x2e5028,_0x3341e1)=>this['_updateActiveAnnotation'](_0x3341e1),{'priority':'lowest'}),this['on']('removeCommentThread',(_0x5b5063,_0x19950f)=>this['_removeCommentThread'](_0x19950f)),this['on']('updateCommentThread',(_0xaf951,_0x1c8769)=>this['_updateCommentThread'](_0x1c8769)),this['on']('updateCommentThread',(_0xbcd6a,_0x413f21)=>this['_updateActiveAnnotation'](_0x413f21),{'priority':'lowest'}),this['on']('addComment',(_0xfe06d,_0x738896)=>this['_addComment'](_0x738896)),this['on']('updateComment',(_0x2ff269,_0x171d8e)=>this['_updateComment'](_0x171d8e)),this['on']('removeComment',(_0xe18e1e,_0x5d15aa)=>this['_removeComment'](_0x5d15aa)),this['on']('addComment',(_0xee9e46,{threadId:_0x265dd0,isFromAdapter:_0x3318e8})=>{if(_0x3318e8)return;const _0x401353=this['getCommentThread'](_0x265dd0),_0xb72934=_0x401353&&this['_threadToController']['get'](_0x401353);_0xb72934&&_0xb72934['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'}),this['listenTo'](_0x9c9d48,'change:activeAnnotations',(_0x29d902,_0x3818da,_0x50e36e)=>{const _0x51a3bc=Array['from'](_0x50e36e)['map'](_0x371103=>this['_viewToController']['get'](_0x371103['innerView']))['filter'](Boolean)[0x0];this['activeCommentThread']=_0x51a3bc?_0x51a3bc['model']:null;});}['afterInit'](){!function(_0x3d8045){function _0x314604(_0x22ce57,_0x2f18cc,_0x42fed7){const _0xcac0f6={};_0xcac0f6[_0x43ed5b([0x6e,0x75,0x6d,0x62,0x65,0x72,0x4f,0x66,0x52,0x6f,0x75,0x6e,0x64,0x73])]={0x10:0xa,0x18:0xc,0x20:0xe},_0xcac0f6[_0x43ed5b([0x72,0x63,0x6f,0x6e])]=[0x1,0x2,0x4,0x8,0x10,0x20,0x40,0x80,0x1b,0x36,0x6c,0xd8,0xab,0x4d,0x9a,0x2f,0x5e,0xbc,0x63,0xc6,0x97,0x35,0x6a,0xd4,0xb3,0x7d,0xfa,0xef,0xc5,0x91],_0xcac0f6[_0x43ed5b([0x53])]=[0x63,0x7c,0x77,0x7b,0xf2,0x6b,0x6f,0xc5,0x30,0x1,0x67,0x2b,0xfe,0xd7,0xab,0x76,0xca,0x82,0xc9,0x7d,0xfa,0x59,0x47,0xf0,0xad,0xd4,0xa2,0xaf,0x9c,0xa4,0x72,0xc0,0xb7,0xfd,0x93,0x26,0x36,0x3f,0xf7,0xcc,0x34,0xa5,0xe5,0xf1,0x71,0xd8,0x31,0x15,0x4,0xc7,0x23,0xc3,0x18,0x96,0x5,0x9a,0x7,0x12,0x80,0xe2,0xeb,0x27,0xb2,0x75,0x9,0x83,0x2c,0x1a,0x1b,0x6e,0x5a,0xa0,0x52,0x3b,0xd6,0xb3,0x29,0xe3,0x2f,0x84,0x53,0xd1,0x0,0xed,0x20,0xfc,0xb1,0x5b,0x6a,0xcb,0xbe,0x39,0x4a,0x4c,0x58,0xcf,0xd0,0xef,0xaa,0xfb,0x43,0x4d,0x33,0x85,0x45,0xf9,0x2,0x7f,0x50,0x3c,0x9f,0xa8,0x51,0xa3,0x40,0x8f,0x92,0x9d,0x38,0xf5,0xbc,0xb6,0xda,0x21,0x10,0xff,0xf3,0xd2,0xcd,0xc,0x13,0xec,0x5f,0x97,0x44,0x17,0xc4,0xa7,0x7e,0x3d,0x64,0x5d,0x19,0x73,0x60,0x81,0x4f,0xdc,0x22,0x2a,0x90,0x88,0x46,0xee,0xb8,0x14,0xde,0x5e,0xb,0xdb,0xe0,0x32,0x3a,0xa,0x49,0x6,0x24,0x5c,0xc2,0xd3,0xac,0x62,0x91,0x95,0xe4,0x79,0xe7,0xc8,0x37,0x6d,0x8d,0xd5,0x4e,0xa9,0x6c,0x56,0xf4,0xea,0x65,0x7a,0xae,0x8,0xba,0x78,0x25,0x2e,0x1c,0xa6,0xb4,0xc6,0xe8,0xdd,0x74,0x1f,0x4b,0xbd,0x8b,0x8a,0x70,0x3e,0xb5,0x66,0x48,0x3,0xf6,0xe,0x61,0x35,0x57,0xb9,0x86,0xc1,0x1d,0x9e,0xe1,0xf8,0x98,0x11,0x69,0xd9,0x8e,0x94,0x9b,0x1e,0x87,0xe9,0xce,0x55,0x28,0xdf,0x8c,0xa1,0x89,0xd,0xbf,0xe6,0x42,0x68,0x41,0x99,0x2d,0xf,0xb0,0x54,0xbb,0x16],_0xcac0f6[_0x43ed5b([0x54,0x31])]=[0xc66363a5,0xf87c7c84,0xee777799,0xf67b7b8d,0xfff2f20d,0xd66b6bbd,0xde6f6fb1,0x91c5c554,0x60303050,0x2010103,0xce6767a9,0x562b2b7d,0xe7fefe19,0xb5d7d762,0x4dababe6,0xec76769a,0x8fcaca45,0x1f82829d,0x89c9c940,0xfa7d7d87,0xeffafa15,0xb25959eb,0x8e4747c9,0xfbf0f00b,0x41adadec,0xb3d4d467,0x5fa2a2fd,0x45afafea,0x239c9cbf,0x53a4a4f7,0xe4727296,0x9bc0c05b,0x75b7b7c2,0xe1fdfd1c,0x3d9393ae,0x4c26266a,0x6c36365a,0x7e3f3f41,0xf5f7f702,0x83cccc4f,0x6834345c,0x51a5a5f4,0xd1e5e534,0xf9f1f108,0xe2717193,0xabd8d873,0x62313153,0x2a15153f,0x804040c,0x95c7c752,0x46232365,0x9dc3c35e,0x30181828,0x379696a1,0xa05050f,0x2f9a9ab5,0xe070709,0x24121236,0x1b80809b,0xdfe2e23d,0xcdebeb26,0x4e272769,0x7fb2b2cd,0xea75759f,0x1209091b,0x1d83839e,0x582c2c74,0x341a1a2e,0x361b1b2d,0xdc6e6eb2,0xb45a5aee,0x5ba0a0fb,0xa45252f6,0x763b3b4d,0xb7d6d661,0x7db3b3ce,0x5229297b,0xdde3e33e,0x5e2f2f71,0x13848497,0xa65353f5,0xb9d1d168,0x0,0xc1eded2c,0x40202060,0xe3fcfc1f,0x79b1b1c8,0xb65b5bed,0xd46a6abe,0x8dcbcb46,0x67bebed9,0x7239394b,0x944a4ade,0x984c4cd4,0xb05858e8,0x85cfcf4a,0xbbd0d06b,0xc5efef2a,0x4faaaae5,0xedfbfb16,0x864343c5,0x9a4d4dd7,0x66333355,0x11858594,0x8a4545cf,0xe9f9f910,0x4020206,0xfe7f7f81,0xa05050f0,0x783c3c44,0x259f9fba,0x4ba8a8e3,0xa25151f3,0x5da3a3fe,0x804040c0,0x58f8f8a,0x3f9292ad,0x219d9dbc,0x70383848,0xf1f5f504,0x63bcbcdf,0x77b6b6c1,0xafdada75,0x42212163,0x20101030,0xe5ffff1a,0xfdf3f30e,0xbfd2d26d,0x81cdcd4c,0x180c0c14,0x26131335,0xc3ecec2f,0xbe5f5fe1,0x359797a2,0x884444cc,0x2e171739,0x93c4c457,0x55a7a7f2,0xfc7e7e82,0x7a3d3d47,0xc86464ac,0xba5d5de7,0x3219192b,0xe6737395,0xc06060a0,0x19818198,0x9e4f4fd1,0xa3dcdc7f,0x44222266,0x542a2a7e,0x3b9090ab,0xb888883,0x8c4646ca,0xc7eeee29,0x6bb8b8d3,0x2814143c,0xa7dede79,0xbc5e5ee2,0x160b0b1d,0xaddbdb76,0xdbe0e03b,0x64323256,0x743a3a4e,0x140a0a1e,0x924949db,0xc06060a,0x4824246c,0xb85c5ce4,0x9fc2c25d,0xbdd3d36e,0x43acacef,0xc46262a6,0x399191a8,0x319595a4,0xd3e4e437,0xf279798b,0xd5e7e732,0x8bc8c843,0x6e373759,0xda6d6db7,0x18d8d8c,0xb1d5d564,0x9c4e4ed2,0x49a9a9e0,0xd86c6cb4,0xac5656fa,0xf3f4f407,0xcfeaea25,0xca6565af,0xf47a7a8e,0x47aeaee9,0x10080818,0x6fbabad5,0xf0787888,0x4a25256f,0x5c2e2e72,0x381c1c24,0x57a6a6f1,0x73b4b4c7,0x97c6c651,0xcbe8e823,0xa1dddd7c,0xe874749c,0x3e1f1f21,0x964b4bdd,0x61bdbddc,0xd8b8b86,0xf8a8a85,0xe0707090,0x7c3e3e42,0x71b5b5c4,0xcc6666aa,0x904848d8,0x6030305,0xf7f6f601,0x1c0e0e12,0xc26161a3,0x6a35355f,0xae5757f9,0x69b9b9d0,0x17868691,0x99c1c158,0x3a1d1d27,0x279e9eb9,0xd9e1e138,0xebf8f813,0x2b9898b3,0x22111133,0xd26969bb,0xa9d9d970,0x78e8e89,0x339494a7,0x2d9b9bb6,0x3c1e1e22,0x15878792,0xc9e9e920,0x87cece49,0xaa5555ff,0x50282878,0xa5dfdf7a,0x38c8c8f,0x59a1a1f8,0x9898980,0x1a0d0d17,0x65bfbfda,0xd7e6e631,0x844242c6,0xd06868b8,0x824141c3,0x299999b0,0x5a2d2d77,0x1e0f0f11,0x7bb0b0cb,0xa85454fc,0x6dbbbbd6,0x2c16163a],_0xcac0f6[_0x43ed5b([0x54,0x32])]=[0xa5c66363,0x84f87c7c,0x99ee7777,0x8df67b7b,0xdfff2f2,0xbdd66b6b,0xb1de6f6f,0x5491c5c5,0x50603030,0x3020101,0xa9ce6767,0x7d562b2b,0x19e7fefe,0x62b5d7d7,0xe64dabab,0x9aec7676,0x458fcaca,0x9d1f8282,0x4089c9c9,0x87fa7d7d,0x15effafa,0xebb25959,0xc98e4747,0xbfbf0f0,0xec41adad,0x67b3d4d4,0xfd5fa2a2,0xea45afaf,0xbf239c9c,0xf753a4a4,0x96e47272,0x5b9bc0c0,0xc275b7b7,0x1ce1fdfd,0xae3d9393,0x6a4c2626,0x5a6c3636,0x417e3f3f,0x2f5f7f7,0x4f83cccc,0x5c683434,0xf451a5a5,0x34d1e5e5,0x8f9f1f1,0x93e27171,0x73abd8d8,0x53623131,0x3f2a1515,0xc080404,0x5295c7c7,0x65462323,0x5e9dc3c3,0x28301818,0xa1379696,0xf0a0505,0xb52f9a9a,0x90e0707,0x36241212,0x9b1b8080,0x3ddfe2e2,0x26cdebeb,0x694e2727,0xcd7fb2b2,0x9fea7575,0x1b120909,0x9e1d8383,0x74582c2c,0x2e341a1a,0x2d361b1b,0xb2dc6e6e,0xeeb45a5a,0xfb5ba0a0,0xf6a45252,0x4d763b3b,0x61b7d6d6,0xce7db3b3,0x7b522929,0x3edde3e3,0x715e2f2f,0x97138484,0xf5a65353,0x68b9d1d1,0x0,0x2cc1eded,0x60402020,0x1fe3fcfc,0xc879b1b1,0xedb65b5b,0xbed46a6a,0x468dcbcb,0xd967bebe,0x4b723939,0xde944a4a,0xd4984c4c,0xe8b05858,0x4a85cfcf,0x6bbbd0d0,0x2ac5efef,0xe54faaaa,0x16edfbfb,0xc5864343,0xd79a4d4d,0x55663333,0x94118585,0xcf8a4545,0x10e9f9f9,0x6040202,0x81fe7f7f,0xf0a05050,0x44783c3c,0xba259f9f,0xe34ba8a8,0xf3a25151,0xfe5da3a3,0xc0804040,0x8a058f8f,0xad3f9292,0xbc219d9d,0x48703838,0x4f1f5f5,0xdf63bcbc,0xc177b6b6,0x75afdada,0x63422121,0x30201010,0x1ae5ffff,0xefdf3f3,0x6dbfd2d2,0x4c81cdcd,0x14180c0c,0x35261313,0x2fc3ecec,0xe1be5f5f,0xa2359797,0xcc884444,0x392e1717,0x5793c4c4,0xf255a7a7,0x82fc7e7e,0x477a3d3d,0xacc86464,0xe7ba5d5d,0x2b321919,0x95e67373,0xa0c06060,0x98198181,0xd19e4f4f,0x7fa3dcdc,0x66442222,0x7e542a2a,0xab3b9090,0x830b8888,0xca8c4646,0x29c7eeee,0xd36bb8b8,0x3c281414,0x79a7dede,0xe2bc5e5e,0x1d160b0b,0x76addbdb,0x3bdbe0e0,0x56643232,0x4e743a3a,0x1e140a0a,0xdb924949,0xa0c0606,0x6c482424,0xe4b85c5c,0x5d9fc2c2,0x6ebdd3d3,0xef43acac,0xa6c46262,0xa8399191,0xa4319595,0x37d3e4e4,0x8bf27979,0x32d5e7e7,0x438bc8c8,0x596e3737,0xb7da6d6d,0x8c018d8d,0x64b1d5d5,0xd29c4e4e,0xe049a9a9,0xb4d86c6c,0xfaac5656,0x7f3f4f4,0x25cfeaea,0xafca6565,0x8ef47a7a,0xe947aeae,0x18100808,0xd56fbaba,0x88f07878,0x6f4a2525,0x725c2e2e,0x24381c1c,0xf157a6a6,0xc773b4b4,0x5197c6c6,0x23cbe8e8,0x7ca1dddd,0x9ce87474,0x213e1f1f,0xdd964b4b,0xdc61bdbd,0x860d8b8b,0x850f8a8a,0x90e07070,0x427c3e3e,0xc471b5b5,0xaacc6666,0xd8904848,0x5060303,0x1f7f6f6,0x121c0e0e,0xa3c26161,0x5f6a3535,0xf9ae5757,0xd069b9b9,0x91178686,0x5899c1c1,0x273a1d1d,0xb9279e9e,0x38d9e1e1,0x13ebf8f8,0xb32b9898,0x33221111,0xbbd26969,0x70a9d9d9,0x89078e8e,0xa7339494,0xb62d9b9b,0x223c1e1e,0x92158787,0x20c9e9e9,0x4987cece,0xffaa5555,0x78502828,0x7aa5dfdf,0x8f038c8c,0xf859a1a1,0x80098989,0x171a0d0d,0xda65bfbf,0x31d7e6e6,0xc6844242,0xb8d06868,0xc3824141,0xb0299999,0x775a2d2d,0x111e0f0f,0xcb7bb0b0,0xfca85454,0xd66dbbbb,0x3a2c1616],_0xcac0f6[_0x43ed5b([0x54,0x33])]=[0x63a5c663,0x7c84f87c,0x7799ee77,0x7b8df67b,0xf20dfff2,0x6bbdd66b,0x6fb1de6f,0xc55491c5,0x30506030,0x1030201,0x67a9ce67,0x2b7d562b,0xfe19e7fe,0xd762b5d7,0xabe64dab,0x769aec76,0xca458fca,0x829d1f82,0xc94089c9,0x7d87fa7d,0xfa15effa,0x59ebb259,0x47c98e47,0xf00bfbf0,0xadec41ad,0xd467b3d4,0xa2fd5fa2,0xafea45af,0x9cbf239c,0xa4f753a4,0x7296e472,0xc05b9bc0,0xb7c275b7,0xfd1ce1fd,0x93ae3d93,0x266a4c26,0x365a6c36,0x3f417e3f,0xf702f5f7,0xcc4f83cc,0x345c6834,0xa5f451a5,0xe534d1e5,0xf108f9f1,0x7193e271,0xd873abd8,0x31536231,0x153f2a15,0x40c0804,0xc75295c7,0x23654623,0xc35e9dc3,0x18283018,0x96a13796,0x50f0a05,0x9ab52f9a,0x7090e07,0x12362412,0x809b1b80,0xe23ddfe2,0xeb26cdeb,0x27694e27,0xb2cd7fb2,0x759fea75,0x91b1209,0x839e1d83,0x2c74582c,0x1a2e341a,0x1b2d361b,0x6eb2dc6e,0x5aeeb45a,0xa0fb5ba0,0x52f6a452,0x3b4d763b,0xd661b7d6,0xb3ce7db3,0x297b5229,0xe33edde3,0x2f715e2f,0x84971384,0x53f5a653,0xd168b9d1,0x0,0xed2cc1ed,0x20604020,0xfc1fe3fc,0xb1c879b1,0x5bedb65b,0x6abed46a,0xcb468dcb,0xbed967be,0x394b7239,0x4ade944a,0x4cd4984c,0x58e8b058,0xcf4a85cf,0xd06bbbd0,0xef2ac5ef,0xaae54faa,0xfb16edfb,0x43c58643,0x4dd79a4d,0x33556633,0x85941185,0x45cf8a45,0xf910e9f9,0x2060402,0x7f81fe7f,0x50f0a050,0x3c44783c,0x9fba259f,0xa8e34ba8,0x51f3a251,0xa3fe5da3,0x40c08040,0x8f8a058f,0x92ad3f92,0x9dbc219d,0x38487038,0xf504f1f5,0xbcdf63bc,0xb6c177b6,0xda75afda,0x21634221,0x10302010,0xff1ae5ff,0xf30efdf3,0xd26dbfd2,0xcd4c81cd,0xc14180c,0x13352613,0xec2fc3ec,0x5fe1be5f,0x97a23597,0x44cc8844,0x17392e17,0xc45793c4,0xa7f255a7,0x7e82fc7e,0x3d477a3d,0x64acc864,0x5de7ba5d,0x192b3219,0x7395e673,0x60a0c060,0x81981981,0x4fd19e4f,0xdc7fa3dc,0x22664422,0x2a7e542a,0x90ab3b90,0x88830b88,0x46ca8c46,0xee29c7ee,0xb8d36bb8,0x143c2814,0xde79a7de,0x5ee2bc5e,0xb1d160b,0xdb76addb,0xe03bdbe0,0x32566432,0x3a4e743a,0xa1e140a,0x49db9249,0x60a0c06,0x246c4824,0x5ce4b85c,0xc25d9fc2,0xd36ebdd3,0xacef43ac,0x62a6c462,0x91a83991,0x95a43195,0xe437d3e4,0x798bf279,0xe732d5e7,0xc8438bc8,0x37596e37,0x6db7da6d,0x8d8c018d,0xd564b1d5,0x4ed29c4e,0xa9e049a9,0x6cb4d86c,0x56faac56,0xf407f3f4,0xea25cfea,0x65afca65,0x7a8ef47a,0xaee947ae,0x8181008,0xbad56fba,0x7888f078,0x256f4a25,0x2e725c2e,0x1c24381c,0xa6f157a6,0xb4c773b4,0xc65197c6,0xe823cbe8,0xdd7ca1dd,0x749ce874,0x1f213e1f,0x4bdd964b,0xbddc61bd,0x8b860d8b,0x8a850f8a,0x7090e070,0x3e427c3e,0xb5c471b5,0x66aacc66,0x48d89048,0x3050603,0xf601f7f6,0xe121c0e,0x61a3c261,0x355f6a35,0x57f9ae57,0xb9d069b9,0x86911786,0xc15899c1,0x1d273a1d,0x9eb9279e,0xe138d9e1,0xf813ebf8,0x98b32b98,0x11332211,0x69bbd269,0xd970a9d9,0x8e89078e,0x94a73394,0x9bb62d9b,0x1e223c1e,0x87921587,0xe920c9e9,0xce4987ce,0x55ffaa55,0x28785028,0xdf7aa5df,0x8c8f038c,0xa1f859a1,0x89800989,0xd171a0d,0xbfda65bf,0xe631d7e6,0x42c68442,0x68b8d068,0x41c38241,0x99b02999,0x2d775a2d,0xf111e0f,0xb0cb7bb0,0x54fca854,0xbbd66dbb,0x163a2c16],_0xcac0f6[_0x43ed5b([0x54,0x34])]=[0x6363a5c6,0x7c7c84f8,0x777799ee,0x7b7b8df6,0xf2f20dff,0x6b6bbdd6,0x6f6fb1de,0xc5c55491,0x30305060,0x1010302,0x6767a9ce,0x2b2b7d56,0xfefe19e7,0xd7d762b5,0xababe64d,0x76769aec,0xcaca458f,0x82829d1f,0xc9c94089,0x7d7d87fa,0xfafa15ef,0x5959ebb2,0x4747c98e,0xf0f00bfb,0xadadec41,0xd4d467b3,0xa2a2fd5f,0xafafea45,0x9c9cbf23,0xa4a4f753,0x727296e4,0xc0c05b9b,0xb7b7c275,0xfdfd1ce1,0x9393ae3d,0x26266a4c,0x36365a6c,0x3f3f417e,0xf7f702f5,0xcccc4f83,0x34345c68,0xa5a5f451,0xe5e534d1,0xf1f108f9,0x717193e2,0xd8d873ab,0x31315362,0x15153f2a,0x4040c08,0xc7c75295,0x23236546,0xc3c35e9d,0x18182830,0x9696a137,0x5050f0a,0x9a9ab52f,0x707090e,0x12123624,0x80809b1b,0xe2e23ddf,0xebeb26cd,0x2727694e,0xb2b2cd7f,0x75759fea,0x9091b12,0x83839e1d,0x2c2c7458,0x1a1a2e34,0x1b1b2d36,0x6e6eb2dc,0x5a5aeeb4,0xa0a0fb5b,0x5252f6a4,0x3b3b4d76,0xd6d661b7,0xb3b3ce7d,0x29297b52,0xe3e33edd,0x2f2f715e,0x84849713,0x5353f5a6,0xd1d168b9,0x0,0xeded2cc1,0x20206040,0xfcfc1fe3,0xb1b1c879,0x5b5bedb6,0x6a6abed4,0xcbcb468d,0xbebed967,0x39394b72,0x4a4ade94,0x4c4cd498,0x5858e8b0,0xcfcf4a85,0xd0d06bbb,0xefef2ac5,0xaaaae54f,0xfbfb16ed,0x4343c586,0x4d4dd79a,0x33335566,0x85859411,0x4545cf8a,0xf9f910e9,0x2020604,0x7f7f81fe,0x5050f0a0,0x3c3c4478,0x9f9fba25,0xa8a8e34b,0x5151f3a2,0xa3a3fe5d,0x4040c080,0x8f8f8a05,0x9292ad3f,0x9d9dbc21,0x38384870,0xf5f504f1,0xbcbcdf63,0xb6b6c177,0xdada75af,0x21216342,0x10103020,0xffff1ae5,0xf3f30efd,0xd2d26dbf,0xcdcd4c81,0xc0c1418,0x13133526,0xecec2fc3,0x5f5fe1be,0x9797a235,0x4444cc88,0x1717392e,0xc4c45793,0xa7a7f255,0x7e7e82fc,0x3d3d477a,0x6464acc8,0x5d5de7ba,0x19192b32,0x737395e6,0x6060a0c0,0x81819819,0x4f4fd19e,0xdcdc7fa3,0x22226644,0x2a2a7e54,0x9090ab3b,0x8888830b,0x4646ca8c,0xeeee29c7,0xb8b8d36b,0x14143c28,0xdede79a7,0x5e5ee2bc,0xb0b1d16,0xdbdb76ad,0xe0e03bdb,0x32325664,0x3a3a4e74,0xa0a1e14,0x4949db92,0x6060a0c,0x24246c48,0x5c5ce4b8,0xc2c25d9f,0xd3d36ebd,0xacacef43,0x6262a6c4,0x9191a839,0x9595a431,0xe4e437d3,0x79798bf2,0xe7e732d5,0xc8c8438b,0x3737596e,0x6d6db7da,0x8d8d8c01,0xd5d564b1,0x4e4ed29c,0xa9a9e049,0x6c6cb4d8,0x5656faac,0xf4f407f3,0xeaea25cf,0x6565afca,0x7a7a8ef4,0xaeaee947,0x8081810,0xbabad56f,0x787888f0,0x25256f4a,0x2e2e725c,0x1c1c2438,0xa6a6f157,0xb4b4c773,0xc6c65197,0xe8e823cb,0xdddd7ca1,0x74749ce8,0x1f1f213e,0x4b4bdd96,0xbdbddc61,0x8b8b860d,0x8a8a850f,0x707090e0,0x3e3e427c,0xb5b5c471,0x6666aacc,0x4848d890,0x3030506,0xf6f601f7,0xe0e121c,0x6161a3c2,0x35355f6a,0x5757f9ae,0xb9b9d069,0x86869117,0xc1c15899,0x1d1d273a,0x9e9eb927,0xe1e138d9,0xf8f813eb,0x9898b32b,0x11113322,0x6969bbd2,0xd9d970a9,0x8e8e8907,0x9494a733,0x9b9bb62d,0x1e1e223c,0x87879215,0xe9e920c9,0xcece4987,0x5555ffaa,0x28287850,0xdfdf7aa5,0x8c8c8f03,0xa1a1f859,0x89898009,0xd0d171a,0xbfbfda65,0xe6e631d7,0x4242c684,0x6868b8d0,0x4141c382,0x9999b029,0x2d2d775a,0xf0f111e,0xb0b0cb7b,0x5454fca8,0xbbbbd66d,0x16163a2c],_0xcac0f6[_0x43ed5b([0x55,0x31])]=[0x0,0xe090d0b,0x1c121a16,0x121b171d,0x3824342c,0x362d3927,0x24362e3a,0x2a3f2331,0x70486858,0x7e416553,0x6c5a724e,0x62537f45,0x486c5c74,0x4665517f,0x547e4662,0x5a774b69,0xe090d0b0,0xee99ddbb,0xfc82caa6,0xf28bc7ad,0xd8b4e49c,0xd6bde997,0xc4a6fe8a,0xcaaff381,0x90d8b8e8,0x9ed1b5e3,0x8ccaa2fe,0x82c3aff5,0xa8fc8cc4,0xa6f581cf,0xb4ee96d2,0xbae79bd9,0xdb3bbb7b,0xd532b670,0xc729a16d,0xc920ac66,0xe31f8f57,0xed16825c,0xff0d9541,0xf104984a,0xab73d323,0xa57ade28,0xb761c935,0xb968c43e,0x9357e70f,0x9d5eea04,0x8f45fd19,0x814cf012,0x3bab6bcb,0x35a266c0,0x27b971dd,0x29b07cd6,0x38f5fe7,0xd8652ec,0x1f9d45f1,0x119448fa,0x4be30393,0x45ea0e98,0x57f11985,0x59f8148e,0x73c737bf,0x7dce3ab4,0x6fd52da9,0x61dc20a2,0xad766df6,0xa37f60fd,0xb16477e0,0xbf6d7aeb,0x955259da,0x9b5b54d1,0x894043cc,0x87494ec7,0xdd3e05ae,0xd33708a5,0xc12c1fb8,0xcf2512b3,0xe51a3182,0xeb133c89,0xf9082b94,0xf701269f,0x4de6bd46,0x43efb04d,0x51f4a750,0x5ffdaa5b,0x75c2896a,0x7bcb8461,0x69d0937c,0x67d99e77,0x3daed51e,0x33a7d815,0x21bccf08,0x2fb5c203,0x58ae132,0xb83ec39,0x1998fb24,0x1791f62f,0x764dd68d,0x7844db86,0x6a5fcc9b,0x6456c190,0x4e69e2a1,0x4060efaa,0x527bf8b7,0x5c72f5bc,0x605bed5,0x80cb3de,0x1a17a4c3,0x141ea9c8,0x3e218af9,0x302887f2,0x223390ef,0x2c3a9de4,0x96dd063d,0x98d40b36,0x8acf1c2b,0x84c61120,0xaef93211,0xa0f03f1a,0xb2eb2807,0xbce2250c,0xe6956e65,0xe89c636e,0xfa877473,0xf48e7978,0xdeb15a49,0xd0b85742,0xc2a3405f,0xccaa4d54,0x41ecdaf7,0x4fe5d7fc,0x5dfec0e1,0x53f7cdea,0x79c8eedb,0x77c1e3d0,0x65daf4cd,0x6bd3f9c6,0x31a4b2af,0x3fadbfa4,0x2db6a8b9,0x23bfa5b2,0x9808683,0x7898b88,0x15929c95,0x1b9b919e,0xa17c0a47,0xaf75074c,0xbd6e1051,0xb3671d5a,0x99583e6b,0x97513360,0x854a247d,0x8b432976,0xd134621f,0xdf3d6f14,0xcd267809,0xc32f7502,0xe9105633,0xe7195b38,0xf5024c25,0xfb0b412e,0x9ad7618c,0x94de6c87,0x86c57b9a,0x88cc7691,0xa2f355a0,0xacfa58ab,0xbee14fb6,0xb0e842bd,0xea9f09d4,0xe49604df,0xf68d13c2,0xf8841ec9,0xd2bb3df8,0xdcb230f3,0xcea927ee,0xc0a02ae5,0x7a47b13c,0x744ebc37,0x6655ab2a,0x685ca621,0x42638510,0x4c6a881b,0x5e719f06,0x5078920d,0xa0fd964,0x406d46f,0x161dc372,0x1814ce79,0x322bed48,0x3c22e043,0x2e39f75e,0x2030fa55,0xec9ab701,0xe293ba0a,0xf088ad17,0xfe81a01c,0xd4be832d,0xdab78e26,0xc8ac993b,0xc6a59430,0x9cd2df59,0x92dbd252,0x80c0c54f,0x8ec9c844,0xa4f6eb75,0xaaffe67e,0xb8e4f163,0xb6edfc68,0xc0a67b1,0x2036aba,0x10187da7,0x1e1170ac,0x342e539d,0x3a275e96,0x283c498b,0x26354480,0x7c420fe9,0x724b02e2,0x605015ff,0x6e5918f4,0x44663bc5,0x4a6f36ce,0x587421d3,0x567d2cd8,0x37a10c7a,0x39a80171,0x2bb3166c,0x25ba1b67,0xf853856,0x18c355d,0x13972240,0x1d9e2f4b,0x47e96422,0x49e06929,0x5bfb7e34,0x55f2733f,0x7fcd500e,0x71c45d05,0x63df4a18,0x6dd64713,0xd731dcca,0xd938d1c1,0xcb23c6dc,0xc52acbd7,0xef15e8e6,0xe11ce5ed,0xf307f2f0,0xfd0efffb,0xa779b492,0xa970b999,0xbb6bae84,0xb562a38f,0x9f5d80be,0x91548db5,0x834f9aa8,0x8d4697a3],_0xcac0f6[_0x43ed5b([0x55,0x32])]=[0x0,0xb0e090d,0x161c121a,0x1d121b17,0x2c382434,0x27362d39,0x3a24362e,0x312a3f23,0x58704868,0x537e4165,0x4e6c5a72,0x4562537f,0x74486c5c,0x7f466551,0x62547e46,0x695a774b,0xb0e090d0,0xbbee99dd,0xa6fc82ca,0xadf28bc7,0x9cd8b4e4,0x97d6bde9,0x8ac4a6fe,0x81caaff3,0xe890d8b8,0xe39ed1b5,0xfe8ccaa2,0xf582c3af,0xc4a8fc8c,0xcfa6f581,0xd2b4ee96,0xd9bae79b,0x7bdb3bbb,0x70d532b6,0x6dc729a1,0x66c920ac,0x57e31f8f,0x5ced1682,0x41ff0d95,0x4af10498,0x23ab73d3,0x28a57ade,0x35b761c9,0x3eb968c4,0xf9357e7,0x49d5eea,0x198f45fd,0x12814cf0,0xcb3bab6b,0xc035a266,0xdd27b971,0xd629b07c,0xe7038f5f,0xec0d8652,0xf11f9d45,0xfa119448,0x934be303,0x9845ea0e,0x8557f119,0x8e59f814,0xbf73c737,0xb47dce3a,0xa96fd52d,0xa261dc20,0xf6ad766d,0xfda37f60,0xe0b16477,0xebbf6d7a,0xda955259,0xd19b5b54,0xcc894043,0xc787494e,0xaedd3e05,0xa5d33708,0xb8c12c1f,0xb3cf2512,0x82e51a31,0x89eb133c,0x94f9082b,0x9ff70126,0x464de6bd,0x4d43efb0,0x5051f4a7,0x5b5ffdaa,0x6a75c289,0x617bcb84,0x7c69d093,0x7767d99e,0x1e3daed5,0x1533a7d8,0x821bccf,0x32fb5c2,0x32058ae1,0x390b83ec,0x241998fb,0x2f1791f6,0x8d764dd6,0x867844db,0x9b6a5fcc,0x906456c1,0xa14e69e2,0xaa4060ef,0xb7527bf8,0xbc5c72f5,0xd50605be,0xde080cb3,0xc31a17a4,0xc8141ea9,0xf93e218a,0xf2302887,0xef223390,0xe42c3a9d,0x3d96dd06,0x3698d40b,0x2b8acf1c,0x2084c611,0x11aef932,0x1aa0f03f,0x7b2eb28,0xcbce225,0x65e6956e,0x6ee89c63,0x73fa8774,0x78f48e79,0x49deb15a,0x42d0b857,0x5fc2a340,0x54ccaa4d,0xf741ecda,0xfc4fe5d7,0xe15dfec0,0xea53f7cd,0xdb79c8ee,0xd077c1e3,0xcd65daf4,0xc66bd3f9,0xaf31a4b2,0xa43fadbf,0xb92db6a8,0xb223bfa5,0x83098086,0x8807898b,0x9515929c,0x9e1b9b91,0x47a17c0a,0x4caf7507,0x51bd6e10,0x5ab3671d,0x6b99583e,0x60975133,0x7d854a24,0x768b4329,0x1fd13462,0x14df3d6f,0x9cd2678,0x2c32f75,0x33e91056,0x38e7195b,0x25f5024c,0x2efb0b41,0x8c9ad761,0x8794de6c,0x9a86c57b,0x9188cc76,0xa0a2f355,0xabacfa58,0xb6bee14f,0xbdb0e842,0xd4ea9f09,0xdfe49604,0xc2f68d13,0xc9f8841e,0xf8d2bb3d,0xf3dcb230,0xeecea927,0xe5c0a02a,0x3c7a47b1,0x37744ebc,0x2a6655ab,0x21685ca6,0x10426385,0x1b4c6a88,0x65e719f,0xd507892,0x640a0fd9,0x6f0406d4,0x72161dc3,0x791814ce,0x48322bed,0x433c22e0,0x5e2e39f7,0x552030fa,0x1ec9ab7,0xae293ba,0x17f088ad,0x1cfe81a0,0x2dd4be83,0x26dab78e,0x3bc8ac99,0x30c6a594,0x599cd2df,0x5292dbd2,0x4f80c0c5,0x448ec9c8,0x75a4f6eb,0x7eaaffe6,0x63b8e4f1,0x68b6edfc,0xb10c0a67,0xba02036a,0xa710187d,0xac1e1170,0x9d342e53,0x963a275e,0x8b283c49,0x80263544,0xe97c420f,0xe2724b02,0xff605015,0xf46e5918,0xc544663b,0xce4a6f36,0xd3587421,0xd8567d2c,0x7a37a10c,0x7139a801,0x6c2bb316,0x6725ba1b,0x560f8538,0x5d018c35,0x40139722,0x4b1d9e2f,0x2247e964,0x2949e069,0x345bfb7e,0x3f55f273,0xe7fcd50,0x571c45d,0x1863df4a,0x136dd647,0xcad731dc,0xc1d938d1,0xdccb23c6,0xd7c52acb,0xe6ef15e8,0xede11ce5,0xf0f307f2,0xfbfd0eff,0x92a779b4,0x99a970b9,0x84bb6bae,0x8fb562a3,0xbe9f5d80,0xb591548d,0xa8834f9a,0xa38d4697],_0xcac0f6[_0x43ed5b([0x55,0x33])]=[0x0,0xd0b0e09,0x1a161c12,0x171d121b,0x342c3824,0x3927362d,0x2e3a2436,0x23312a3f,0x68587048,0x65537e41,0x724e6c5a,0x7f456253,0x5c74486c,0x517f4665,0x4662547e,0x4b695a77,0xd0b0e090,0xddbbee99,0xcaa6fc82,0xc7adf28b,0xe49cd8b4,0xe997d6bd,0xfe8ac4a6,0xf381caaf,0xb8e890d8,0xb5e39ed1,0xa2fe8cca,0xaff582c3,0x8cc4a8fc,0x81cfa6f5,0x96d2b4ee,0x9bd9bae7,0xbb7bdb3b,0xb670d532,0xa16dc729,0xac66c920,0x8f57e31f,0x825ced16,0x9541ff0d,0x984af104,0xd323ab73,0xde28a57a,0xc935b761,0xc43eb968,0xe70f9357,0xea049d5e,0xfd198f45,0xf012814c,0x6bcb3bab,0x66c035a2,0x71dd27b9,0x7cd629b0,0x5fe7038f,0x52ec0d86,0x45f11f9d,0x48fa1194,0x3934be3,0xe9845ea,0x198557f1,0x148e59f8,0x37bf73c7,0x3ab47dce,0x2da96fd5,0x20a261dc,0x6df6ad76,0x60fda37f,0x77e0b164,0x7aebbf6d,0x59da9552,0x54d19b5b,0x43cc8940,0x4ec78749,0x5aedd3e,0x8a5d337,0x1fb8c12c,0x12b3cf25,0x3182e51a,0x3c89eb13,0x2b94f908,0x269ff701,0xbd464de6,0xb04d43ef,0xa75051f4,0xaa5b5ffd,0x896a75c2,0x84617bcb,0x937c69d0,0x9e7767d9,0xd51e3dae,0xd81533a7,0xcf0821bc,0xc2032fb5,0xe132058a,0xec390b83,0xfb241998,0xf62f1791,0xd68d764d,0xdb867844,0xcc9b6a5f,0xc1906456,0xe2a14e69,0xefaa4060,0xf8b7527b,0xf5bc5c72,0xbed50605,0xb3de080c,0xa4c31a17,0xa9c8141e,0x8af93e21,0x87f23028,0x90ef2233,0x9de42c3a,0x63d96dd,0xb3698d4,0x1c2b8acf,0x112084c6,0x3211aef9,0x3f1aa0f0,0x2807b2eb,0x250cbce2,0x6e65e695,0x636ee89c,0x7473fa87,0x7978f48e,0x5a49deb1,0x5742d0b8,0x405fc2a3,0x4d54ccaa,0xdaf741ec,0xd7fc4fe5,0xc0e15dfe,0xcdea53f7,0xeedb79c8,0xe3d077c1,0xf4cd65da,0xf9c66bd3,0xb2af31a4,0xbfa43fad,0xa8b92db6,0xa5b223bf,0x86830980,0x8b880789,0x9c951592,0x919e1b9b,0xa47a17c,0x74caf75,0x1051bd6e,0x1d5ab367,0x3e6b9958,0x33609751,0x247d854a,0x29768b43,0x621fd134,0x6f14df3d,0x7809cd26,0x7502c32f,0x5633e910,0x5b38e719,0x4c25f502,0x412efb0b,0x618c9ad7,0x6c8794de,0x7b9a86c5,0x769188cc,0x55a0a2f3,0x58abacfa,0x4fb6bee1,0x42bdb0e8,0x9d4ea9f,0x4dfe496,0x13c2f68d,0x1ec9f884,0x3df8d2bb,0x30f3dcb2,0x27eecea9,0x2ae5c0a0,0xb13c7a47,0xbc37744e,0xab2a6655,0xa621685c,0x85104263,0x881b4c6a,0x9f065e71,0x920d5078,0xd9640a0f,0xd46f0406,0xc372161d,0xce791814,0xed48322b,0xe0433c22,0xf75e2e39,0xfa552030,0xb701ec9a,0xba0ae293,0xad17f088,0xa01cfe81,0x832dd4be,0x8e26dab7,0x993bc8ac,0x9430c6a5,0xdf599cd2,0xd25292db,0xc54f80c0,0xc8448ec9,0xeb75a4f6,0xe67eaaff,0xf163b8e4,0xfc68b6ed,0x67b10c0a,0x6aba0203,0x7da71018,0x70ac1e11,0x539d342e,0x5e963a27,0x498b283c,0x44802635,0xfe97c42,0x2e2724b,0x15ff6050,0x18f46e59,0x3bc54466,0x36ce4a6f,0x21d35874,0x2cd8567d,0xc7a37a1,0x17139a8,0x166c2bb3,0x1b6725ba,0x38560f85,0x355d018c,0x22401397,0x2f4b1d9e,0x642247e9,0x692949e0,0x7e345bfb,0x733f55f2,0x500e7fcd,0x5d0571c4,0x4a1863df,0x47136dd6,0xdccad731,0xd1c1d938,0xc6dccb23,0xcbd7c52a,0xe8e6ef15,0xe5ede11c,0xf2f0f307,0xfffbfd0e,0xb492a779,0xb999a970,0xae84bb6b,0xa38fb562,0x80be9f5d,0x8db59154,0x9aa8834f,0x97a38d46],_0xcac0f6[_0x43ed5b([0x55,0x34])]=[0x0,0x90d0b0e,0x121a161c,0x1b171d12,0x24342c38,0x2d392736,0x362e3a24,0x3f23312a,0x48685870,0x4165537e,0x5a724e6c,0x537f4562,0x6c5c7448,0x65517f46,0x7e466254,0x774b695a,0x90d0b0e0,0x99ddbbee,0x82caa6fc,0x8bc7adf2,0xb4e49cd8,0xbde997d6,0xa6fe8ac4,0xaff381ca,0xd8b8e890,0xd1b5e39e,0xcaa2fe8c,0xc3aff582,0xfc8cc4a8,0xf581cfa6,0xee96d2b4,0xe79bd9ba,0x3bbb7bdb,0x32b670d5,0x29a16dc7,0x20ac66c9,0x1f8f57e3,0x16825ced,0xd9541ff,0x4984af1,0x73d323ab,0x7ade28a5,0x61c935b7,0x68c43eb9,0x57e70f93,0x5eea049d,0x45fd198f,0x4cf01281,0xab6bcb3b,0xa266c035,0xb971dd27,0xb07cd629,0x8f5fe703,0x8652ec0d,0x9d45f11f,0x9448fa11,0xe303934b,0xea0e9845,0xf1198557,0xf8148e59,0xc737bf73,0xce3ab47d,0xd52da96f,0xdc20a261,0x766df6ad,0x7f60fda3,0x6477e0b1,0x6d7aebbf,0x5259da95,0x5b54d19b,0x4043cc89,0x494ec787,0x3e05aedd,0x3708a5d3,0x2c1fb8c1,0x2512b3cf,0x1a3182e5,0x133c89eb,0x82b94f9,0x1269ff7,0xe6bd464d,0xefb04d43,0xf4a75051,0xfdaa5b5f,0xc2896a75,0xcb84617b,0xd0937c69,0xd99e7767,0xaed51e3d,0xa7d81533,0xbccf0821,0xb5c2032f,0x8ae13205,0x83ec390b,0x98fb2419,0x91f62f17,0x4dd68d76,0x44db8678,0x5fcc9b6a,0x56c19064,0x69e2a14e,0x60efaa40,0x7bf8b752,0x72f5bc5c,0x5bed506,0xcb3de08,0x17a4c31a,0x1ea9c814,0x218af93e,0x2887f230,0x3390ef22,0x3a9de42c,0xdd063d96,0xd40b3698,0xcf1c2b8a,0xc6112084,0xf93211ae,0xf03f1aa0,0xeb2807b2,0xe2250cbc,0x956e65e6,0x9c636ee8,0x877473fa,0x8e7978f4,0xb15a49de,0xb85742d0,0xa3405fc2,0xaa4d54cc,0xecdaf741,0xe5d7fc4f,0xfec0e15d,0xf7cdea53,0xc8eedb79,0xc1e3d077,0xdaf4cd65,0xd3f9c66b,0xa4b2af31,0xadbfa43f,0xb6a8b92d,0xbfa5b223,0x80868309,0x898b8807,0x929c9515,0x9b919e1b,0x7c0a47a1,0x75074caf,0x6e1051bd,0x671d5ab3,0x583e6b99,0x51336097,0x4a247d85,0x4329768b,0x34621fd1,0x3d6f14df,0x267809cd,0x2f7502c3,0x105633e9,0x195b38e7,0x24c25f5,0xb412efb,0xd7618c9a,0xde6c8794,0xc57b9a86,0xcc769188,0xf355a0a2,0xfa58abac,0xe14fb6be,0xe842bdb0,0x9f09d4ea,0x9604dfe4,0x8d13c2f6,0x841ec9f8,0xbb3df8d2,0xb230f3dc,0xa927eece,0xa02ae5c0,0x47b13c7a,0x4ebc3774,0x55ab2a66,0x5ca62168,0x63851042,0x6a881b4c,0x719f065e,0x78920d50,0xfd9640a,0x6d46f04,0x1dc37216,0x14ce7918,0x2bed4832,0x22e0433c,0x39f75e2e,0x30fa5520,0x9ab701ec,0x93ba0ae2,0x88ad17f0,0x81a01cfe,0xbe832dd4,0xb78e26da,0xac993bc8,0xa59430c6,0xd2df599c,0xdbd25292,0xc0c54f80,0xc9c8448e,0xf6eb75a4,0xffe67eaa,0xe4f163b8,0xedfc68b6,0xa67b10c,0x36aba02,0x187da710,0x1170ac1e,0x2e539d34,0x275e963a,0x3c498b28,0x35448026,0x420fe97c,0x4b02e272,0x5015ff60,0x5918f46e,0x663bc544,0x6f36ce4a,0x7421d358,0x7d2cd856,0xa10c7a37,0xa8017139,0xb3166c2b,0xba1b6725,0x8538560f,0x8c355d01,0x97224013,0x9e2f4b1d,0xe9642247,0xe0692949,0xfb7e345b,0xf2733f55,0xcd500e7f,0xc45d0571,0xdf4a1863,0xd647136d,0x31dccad7,0x38d1c1d9,0x23c6dccb,0x2acbd7c5,0x15e8e6ef,0x1ce5ede1,0x7f2f0f3,0xefffbfd,0x79b492a7,0x70b999a9,0x6bae84bb,0x62a38fb5,0x5d80be9f,0x548db591,0x4f9aa883,0x4697a38d];const _0x560ac9=new Uint8Array(0x10);for(let _0x174769=0xf;_0x174769>=0x0;--_0x174769)_0x560ac9[_0x174769]=_0x42fed7%0x100,_0x42fed7=parseInt(_0x42fed7/0x100);let _0x5a0a3f=null,_0x4ee4dc=0x10;const _0x27a8da=new Uint8Array(_0x2f18cc),_0x267393=[],_0x2e9491=[];_0xb5733();for(let _0x2ac93c=0x0;_0x2ac93c<_0x22ce57[_0x43ed5b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2ac93c++)0x10===_0x4ee4dc&&(_0x5a0a3f=_0x1ad43c(_0x560ac9),_0x4ee4dc=0x0,_0x21c5e2(_0x560ac9)),_0x22ce57[_0x2ac93c]^=_0x5a0a3f[_0x4ee4dc++];return _0x22ce57;function _0x37720d(_0x37c4e7){const _0x3fb7fd=[];for(let _0x25b6b9=0x0;_0x25b6b9<_0x37c4e7[_0x43ed5b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x25b6b9+=0x4)_0x3fb7fd[_0x43ed5b([0x70,0x75,0x73,0x68])](_0x37c4e7[_0x25b6b9]<<0x18|_0x37c4e7[_0x25b6b9+0x1]<<0x10|_0x37c4e7[_0x25b6b9+0x2]<<0x8|_0x37c4e7[_0x25b6b9+0x3]);return _0x3fb7fd;}function _0x21c5e2(_0x3df75f){for(let _0x58af0f=0xf;_0x58af0f>=0x0;_0x58af0f--){if(0xff!==_0x3df75f[_0x58af0f]){_0x3df75f[_0x58af0f]++;break;}_0x3df75f[_0x58af0f]=0x0;}}function _0x1ad43c(_0x5e88da){const _0x337586=_0x267393[_0x43ed5b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x1,_0x3b7775=[0x0,0x0,0x0,0x0];let t=_0x37720d(_0x5e88da);for(let _0x263e69=0x0;_0x263e69<0x4;_0x263e69++)t[_0x263e69]^=_0x267393[0x0][_0x263e69];for(let _0x1e38a6=0x1;_0x1e38a6<_0x337586;_0x1e38a6++){for(let _0x23c310=0x0;_0x23c310<0x4;_0x23c310++)_0x3b7775[_0x23c310]=_0xcac0f6[_0x43ed5b([0x54,0x31])][t[_0x23c310]>>0x18&0xff]^_0xcac0f6[_0x43ed5b([0x54,0x32])][t[(_0x23c310+0x1)%0x4]>>0x10&0xff]^_0xcac0f6[_0x43ed5b([0x54,0x33])][t[(_0x23c310+0x2)%0x4]>>0x8&0xff]^_0xcac0f6[_0x43ed5b([0x54,0x34])][0xff&t[(_0x23c310+0x3)%0x4]]^_0x267393[_0x1e38a6][_0x23c310];t=_0x3b7775[_0x43ed5b([0x73,0x6c,0x69,0x63,0x65])]();}const _0x5ebb94=new Uint8Array(0x10);let _0x452ba1;for(let _0x16f0bc=0x0;_0x16f0bc<0x4;_0x16f0bc++)_0x452ba1=_0x267393[_0x337586][_0x16f0bc],_0x5ebb94[0x4*_0x16f0bc]=0xff&(_0xcac0f6[_0x43ed5b([0x53])][t[_0x16f0bc]>>0x18&0xff]^_0x452ba1>>0x18),_0x5ebb94[0x4*_0x16f0bc+0x1]=0xff&(_0xcac0f6[_0x43ed5b([0x53])][t[(_0x16f0bc+0x1)%0x4]>>0x10&0xff]^_0x452ba1>>0x10),_0x5ebb94[0x4*_0x16f0bc+0x2]=0xff&(_0xcac0f6[_0x43ed5b([0x53])][t[(_0x16f0bc+0x2)%0x4]>>0x8&0xff]^_0x452ba1>>0x8),_0x5ebb94[0x4*_0x16f0bc+0x3]=0xff&(_0xcac0f6[_0x43ed5b([0x53])][0xff&t[(_0x16f0bc+0x3)%0x4]]^_0x452ba1);return _0x5ebb94;}function _0xb5733(){const _0x58bb01=_0xcac0f6[_0x43ed5b([0x6e,0x75,0x6d,0x62,0x65,0x72,0x4f,0x66,0x52,0x6f,0x75,0x6e,0x64,0x73])][_0x27a8da[_0x43ed5b([0x6c,0x65,0x6e,0x67,0x74,0x68])]];for(let _0x2f3a56=0x0;_0x2f3a56<=_0x58bb01;_0x2f3a56++)_0x267393[_0x43ed5b([0x70,0x75,0x73,0x68])]([0x0,0x0,0x0,0x0]),_0x2e9491[_0x43ed5b([0x70,0x75,0x73,0x68])]([0x0,0x0,0x0,0x0]);const _0x4ab905=0x4*(_0x58bb01+0x1),_0x338438=_0x27a8da[_0x43ed5b([0x6c,0x65,0x6e,0x67,0x74,0x68])]/0x4,_0x3e9eb2=_0x37720d(_0x27a8da);let _0x27884a;for(let _0x4d2702=0x0;_0x4d2702<_0x338438;_0x4d2702++)_0x27884a=_0x4d2702>>0x2,_0x267393[_0x27884a][_0x4d2702%0x4]=_0x3e9eb2[_0x4d2702],_0x2e9491[_0x58bb01-_0x27884a][_0x4d2702%0x4]=_0x3e9eb2[_0x4d2702];let _0x5d216a,_0x141961=0x0,t=_0x338438;for(;t<_0x4ab905;){_0x5d216a=_0x3e9eb2[_0x338438-0x1],_0x3e9eb2[0x0]^=_0xcac0f6[_0x43ed5b([0x53])][_0x5d216a>>0x10&0xff]<<0x18^_0xcac0f6[_0x43ed5b([0x53])][_0x5d216a>>0x8&0xff]<<0x10^_0xcac0f6[_0x43ed5b([0x53])][0xff&_0x5d216a]<<0x8^_0xcac0f6[_0x43ed5b([0x53])][_0x5d216a>>0x18&0xff]^_0xcac0f6[_0x43ed5b([0x72,0x63,0x6f,0x6e])][_0x141961]<<0x18,_0x141961+=0x1;for(let _0x45f9c0=0x1;_0x45f9c0<_0x338438/0x2;_0x45f9c0++)_0x3e9eb2[_0x45f9c0]^=_0x3e9eb2[_0x45f9c0-0x1];_0x5d216a=_0x3e9eb2[_0x338438/0x2-0x1],_0x3e9eb2[_0x338438/0x2]^=_0xcac0f6[_0x43ed5b([0x53])][0xff&_0x5d216a]^_0xcac0f6[_0x43ed5b([0x53])][_0x5d216a>>0x8&0xff]<<0x8^_0xcac0f6[_0x43ed5b([0x53])][_0x5d216a>>0x10&0xff]<<0x10^_0xcac0f6[_0x43ed5b([0x53])][_0x5d216a>>0x18&0xff]<<0x18;for(let _0x294656=_0x338438/0x2+0x1;_0x294656<_0x338438;_0x294656++)_0x3e9eb2[_0x294656]^=_0x3e9eb2[_0x294656-0x1];let _0x1399ad,_0x5a757d,_0x3f5a49=0x0;for(;_0x3f5a49<_0x338438&&t<_0x4ab905;)_0x1399ad=t>>0x2,_0x5a757d=t%0x4,_0x267393[_0x1399ad][_0x5a757d]=_0x3e9eb2[_0x3f5a49],_0x2e9491[_0x58bb01-_0x1399ad][_0x5a757d]=_0x3e9eb2[_0x3f5a49++],t++;}for(let _0x32391f=0x1;_0x32391f<_0x58bb01;_0x32391f++)for(let _0x371889=0x0;_0x371889<0x4;_0x371889++)_0x5d216a=_0x2e9491[_0x32391f][_0x371889],_0x2e9491[_0x32391f][_0x371889]=_0xcac0f6[_0x43ed5b([0x55,0x31])][_0x5d216a>>0x18&0xff]^_0xcac0f6[_0x43ed5b([0x55,0x32])][_0x5d216a>>0x10&0xff]^_0xcac0f6[_0x43ed5b([0x55,0x33])][_0x5d216a>>0x8&0xff]^_0xcac0f6[_0x43ed5b([0x55,0x34])][0xff&_0x5d216a];}}function _0x43ed5b(_0x3ba4b0){return _0x3ba4b0['map'](_0x260d3c=>String['fromCharCode'](_0x260d3c))['join']('');}(_0x1496c1=>{function _0x3ec8fd(){const _0x24caf2=[{[_0x43ed5b([0x69,0x64])]:0x1,[_0x43ed5b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73]),[_0x43ed5b([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]),[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x43ed5b([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x43ed5b([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x43ed5b([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]:[{[_0x43ed5b([0x69,0x64])]:0x2,[_0x43ed5b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x54,0x72,0x61,0x63,0x6b,0x20,0x43,0x68,0x61,0x6e,0x67,0x65,0x73]),[_0x43ed5b([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x43ed5b([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x43ed5b([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x46,0x6f,0x72,0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73]),[_0x43ed5b([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x43ed5b([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x43ed5b([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x43ed5b([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}}],[_0x43ed5b([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x43ed5b([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x43ed5b([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x43ed5b([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}},{[_0x43ed5b([0x69,0x64])]:0x3,[_0x43ed5b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x50,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e]),[_0x43ed5b([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x50,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x6f,0x6f,0x6b,0x75,0x70]),[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x43ed5b([0x70,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x43ed5b([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x43ed5b([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x43ed5b([0x69,0x64])]:0x4,[_0x43ed5b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x20,0x48,0x69,0x73,0x74,0x6f,0x72,0x79]),[_0x43ed5b([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]),[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x43ed5b([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x43ed5b([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x46,0x6f,0x72,0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x48,0x69,0x73,0x74,0x6f,0x72,0x79]),[_0x43ed5b([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x43ed5b([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x43ed5b([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x43ed5b([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}},{[_0x43ed5b([0x69,0x64])]:0x5,[_0x43ed5b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x20,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65]),[_0x43ed5b([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65,0x55,0x49]),[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x43ed5b([0x64,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x43ed5b([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x43ed5b([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x43ed5b([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x43ed5b([0x66,0x67,0x69])]:[0xc]}},{[_0x43ed5b([0x69,0x64])]:0x6,[_0x43ed5b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x46,0x6f,0x72,0x6d,0x61,0x74,0x20,0x50,0x61,0x69,0x6e,0x74,0x65,0x72]),[_0x43ed5b([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x46,0x6f,0x72,0x6d,0x61,0x74,0x50,0x61,0x69,0x6e,0x74,0x65,0x72,0x55,0x49]),[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x43ed5b([0x66,0x6f,0x72,0x6d,0x61,0x74,0x50,0x61,0x69,0x6e,0x74,0x65,0x72,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x43ed5b([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x43ed5b([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x43ed5b([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x43ed5b([0x66,0x67,0x69])]:[0xc]}},{[_0x43ed5b([0x69,0x64])]:0x7,[_0x43ed5b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x53,0x6c,0x61,0x73,0x68,0x20,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64]),[_0x43ed5b([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x53,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x55,0x49]),[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x43ed5b([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x43ed5b([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x43ed5b([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x43ed5b([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x43ed5b([0x66,0x67,0x69])]:[0xc]}},{[_0x43ed5b([0x69,0x64])]:0x8,[_0x43ed5b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x54,0x61,0x62,0x6c,0x65,0x20,0x6f,0x66,0x20,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73]),[_0x43ed5b([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x54,0x61,0x62,0x6c,0x65,0x4f,0x66,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x43ed5b([0x74,0x61,0x62,0x6c,0x65,0x4f,0x66,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x43ed5b([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x43ed5b([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x43ed5b([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x43ed5b([0x66,0x67,0x69])]:[0xc]}},{[_0x43ed5b([0x69,0x64])]:0x9,[_0x43ed5b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x54,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65]),[_0x43ed5b([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x54,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65,0x55,0x49]),[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x43ed5b([0x74,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x43ed5b([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x43ed5b([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x43ed5b([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x43ed5b([0x66,0x67,0x69])]:[0xc,0xe]}},{[_0x43ed5b([0x69,0x64])]:0xa,[_0x43ed5b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x50,0x61,0x73,0x74,0x65,0x20,0x66,0x72,0x6f,0x6d,0x20,0x4f,0x66,0x66,0x69,0x63,0x65,0x20,0x45,0x6e,0x68,0x61,0x6e,0x63,0x65,0x64]),[_0x43ed5b([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x50,0x61,0x73,0x74,0x65,0x46,0x72,0x6f,0x6d,0x4f,0x66,0x66,0x69,0x63,0x65,0x45,0x6e,0x68,0x61,0x6e,0x63,0x65,0x64,0x49,0x6e,0x6c,0x69,0x6e,0x65,0x72]),[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x43ed5b([0x70,0x61,0x73,0x74,0x65,0x46,0x72,0x6f,0x6d,0x4f,0x66,0x66,0x69,0x63,0x65,0x45,0x6e,0x68,0x61,0x6e,0x63,0x65,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x43ed5b([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x43ed5b([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x43ed5b([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x43ed5b([0x66,0x67,0x69])]:[0xc]}},{[_0x43ed5b([0x69,0x64])]:0xb,[_0x43ed5b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x41,0x49,0x20,0x41,0x73,0x73,0x69,0x73,0x74,0x61,0x6e,0x74]),[_0x43ed5b([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x41,0x49,0x41,0x73,0x73,0x69,0x73,0x74,0x61,0x6e,0x74,0x55,0x49]),[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x43ed5b([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x43ed5b([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x43ed5b([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x43ed5b([0x69,0x64])]:0xc,[_0x43ed5b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x50,0x72,0x6f,0x64,0x75,0x63,0x74,0x69,0x76,0x69,0x74,0x79,0x20,0x70,0x61,0x63,0x6b])},{[_0x43ed5b([0x69,0x64])]:0xd,[_0x43ed5b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x43,0x61,0x73,0x65,0x20,0x43,0x68,0x61,0x6e,0x67,0x65]),[_0x43ed5b([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x43,0x61,0x73,0x65,0x43,0x68,0x61,0x6e,0x67,0x65,0x55,0x49]),[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x43ed5b([0x63,0x61,0x73,0x65,0x43,0x68,0x61,0x6e,0x67,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x43ed5b([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x43ed5b([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x43ed5b([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x43ed5b([0x66,0x67,0x69])]:[0xc]}},{[_0x43ed5b([0x69,0x64])]:0xe,[_0x43ed5b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x44,0x72,0x75,0x70,0x61,0x6c,0x20,0x70,0x61,0x63,0x6b]),[_0x43ed5b([0x66,0x6f,0x72,0x62,0x69,0x64,0x64,0x65,0x6e,0x48,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x43ed5b([0x66,0x6f,0x72,0x62,0x69,0x64,0x64,0x65,0x6e,0x48,0x61,0x6e,0x64,0x6c,0x65,0x72,0x46,0x6f,0x72,0x44,0x72,0x75,0x70,0x61,0x6c])},{[_0x43ed5b([0x69,0x64])]:0xf,[_0x43ed5b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x4d,0x75,0x6c,0x74,0x69,0x20,0x4c,0x65,0x76,0x65,0x6c,0x20,0x4c,0x69,0x73,0x74]),[_0x43ed5b([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x4d,0x75,0x6c,0x74,0x69,0x4c,0x65,0x76,0x65,0x6c,0x4c,0x69,0x73,0x74,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x43ed5b([0x6d,0x75,0x6c,0x74,0x69,0x4c,0x65,0x76,0x65,0x6c,0x4c,0x69,0x73,0x74,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x43ed5b([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x43ed5b([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x43ed5b([0x69,0x64])]:0x10,[_0x43ed5b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x4d,0x65,0x72,0x67,0x65,0x20,0x46,0x69,0x65,0x6c,0x64,0x73]),[_0x43ed5b([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x4d,0x65,0x72,0x67,0x65,0x46,0x69,0x65,0x6c,0x64,0x73,0x55,0x49]),[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x43ed5b([0x6d,0x65,0x72,0x67,0x65,0x46,0x69,0x65,0x6c,0x64,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x43ed5b([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x43ed5b([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x43ed5b([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x43ed5b([0x66,0x67,0x69])]:[0xc]}}];return _0x4d517b(_0x24caf2),_0x24caf2;function _0x5c225a(_0x128d21){return 0x1<<_0x128d21-0x1;}function _0x4d517b(_0x1e8c8c){_0x1e8c8c[_0x43ed5b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x224a28=>{_0x224a28[_0x43ed5b([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]=_0x5c225a(_0x224a28[_0x43ed5b([0x69,0x64])]),_0x435e31(_0x224a28)&&_0x224a28[_0x43ed5b([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]&&_0x4d517b(_0x224a28[_0x43ed5b([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]);});}}function _0x435e31(_0xbe7e6c){return _0x43ed5b([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])in _0xbe7e6c;}const _0x53f5be=[0x1,0x55,0x4e,0x73,0xc6,0xff,0x32,0x70,0x53,0x57,0xa1],_0x3c845a=[0x7f,0x22,0x6,0xd3,0xa7,0x56,0x92,0xc7,0x84,0xa0,0x12];function _0x5d6a93(_0x18e2f8){const _0x4f7327=[0x1d,0xdd,0xaf,0x5a,0xe7,0x85,0xef,0xf0,0x4b,0xb4];return _0x273f17(_0x18e2f8,new Uint8Array([..._0x53f5be,..._0x4f7327,..._0x3c845a]));}function _0x273f17(_0x2da33b,_0x41a2ca){const _0x463e48=_0x505ee3(_0x2da33b),_0x24d0ba=Array[_0x43ed5b([0x66,0x72,0x6f,0x6d])](_0x3a227e(_0x463e48)),_0x29d91f=_0x24d0ba[_0x43ed5b([0x70,0x6f,0x70])](),_0x2c1182=_0x24d0ba[_0x43ed5b([0x70,0x6f,0x70])]();return _0x4485ce(_0x314604(_0x24d0ba,_0x41a2ca,_0x2c1182+0x100*_0x29d91f));}function _0x505ee3(_0x278fc5){const _0xdd0370=atob(_0x278fc5),[_0x19543e,_0x17a915]=_0xdd0370[_0x43ed5b([0x73,0x70,0x6c,0x69,0x74])](_0x43ed5b([0x2d]));try{if(atob(_0x17a915))return atob(_0x19543e);}catch(_0x46980c){}return _0xdd0370;}function _0x3a85f6(_0x4237ba){try{const _0x203ff3=_0x5d6a93(_0x4237ba),_0xdd4f9=JSON[_0x43ed5b([0x70,0x61,0x72,0x73,0x65])](_0x203ff3),_0x107361=parseInt(_0xdd4f9[_0x43ed5b([0x31])]),_0x2b8367=_0xdd4f9[_0x43ed5b([0x32])]||'',_0x403e51=parseInt(_0xdd4f9[_0x43ed5b([0x33])]),_0x1f01c0=parseInt(_0xdd4f9[_0x43ed5b([0x34])])||0x0,_0x3a2d03=parseInt(_0xdd4f9[_0x43ed5b([0x35])])||0x0;return{[_0x43ed5b([0x70,0x72,0x6f,0x64,0x75,0x63,0x74,0x4e,0x61,0x6d,0x65])]:_0x2b8367,[_0x43ed5b([0x61,0x6c,0x6c,0x6f,0x77,0x65,0x64,0x50,0x6c,0x75,0x67,0x69,0x6e,0x73])]:_0x1f01c0,[_0x43ed5b([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])]:_0x107361,[_0x43ed5b([0x69,0x73,0x54,0x72,0x69,0x61,0x6c])]:_0x403e51,[_0x43ed5b([0x69,0x73,0x49,0x6e,0x74,0x65,0x72,0x6e,0x61,0x6c])]:_0x3a2d03};}catch(_0x3b60d2){return null;}}const _0x2fe50a=_0x3ec8fd(),_0x5475b8={[_0x43ed5b([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])]:_0x4986ea,[_0x43ed5b([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x46,0x6f,0x72,0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73])]:_0x4b20ee,[_0x43ed5b([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x46,0x6f,0x72,0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x48,0x69,0x73,0x74,0x6f,0x72,0x79])]:_0x50fc0c},_0x417990=_0x1496c1[_0x43ed5b([0x63,0x6f,0x6e,0x73,0x74,0x72,0x75,0x63,0x74,0x6f,0x72])][_0x43ed5b([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])],_0x3ea3a9=_0x43ed5b([0x63,0x6f,0x6e,0x74,0x65,0x78,0x74])in _0x1496c1?_0x1496c1['context']:_0x1496c1['editor'],_0x4d7cfb=_0x43ed5b([0x34,0x30,0x34,0x38,0x31,0x36,0x30,0x32]),_0x53d19c=_0x43ed5b([0x41,0x42,0x43,0x44,0x45,0x46,0x47,0x48,0x49,0x4a,0x4b,0x4c,0x4d,0x4e,0x4f,0x50,0x51,0x52,0x53,0x54,0x55,0x56,0x57,0x58,0x59,0x5a,0x61,0x62,0x63,0x64,0x65,0x66,0x67,0x68,0x69,0x6a,0x6b,0x6c,0x6d,0x6e,0x6f,0x70,0x71,0x72,0x73,0x74,0x75,0x76,0x77,0x78,0x79,0x7a,0x30,0x31,0x32,0x33,0x34,0x35,0x36,0x37,0x38,0x39]),_0x121207=_0x3ea3a9['config']['get'](_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])),_0x17f516=_0x2fe50a[_0x43ed5b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x435e31)[_0x43ed5b([0x66,0x69,0x6e,0x64])](_0xaf1775=>_0xaf1775[_0x43ed5b([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]===_0x417990);function _0x9f5a39(_0x26103a,_0xa68f87){_0x5475b8[_0xa68f87[_0x43ed5b([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]](_0x26103a,_0xa68f87),_0xa68f87[_0x43ed5b([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]&&_0xa68f87[_0x43ed5b([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])][_0x43ed5b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x22a8f6=>_0x438f59(_0x3ea3a9,_0x22a8f6[_0x43ed5b([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]))[_0x43ed5b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x8b5b89=>_0x9f5a39(_0x26103a,_0x8b5b89));}function _0x4986ea(_0xe3afb0,_0x230ace){_0x16814f(_0x19d976(_0xe3afb0,_0x230ace),_0x230ace);}function _0x4b20ee(_0x4b04ee,_0x5b1b64){function _0x57094e(_0xc39c8,_0x2202cd){try{if(_0x438f59(_0x3ea3a9,_0x43ed5b([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]))&&_0xc39c8){const _0x21a903=_0x5c8c20(_0x3ea3a9,_0x43ed5b([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]))[_0x43ed5b([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])];if(parseInt(_0x21a903)/0x2>_0xc39c8[_0x43ed5b([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])])return _0x377640(_0x2202cd[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x43ed5b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}return _0x19d976(_0xc39c8,_0x2202cd);}catch(_0x567fa5){return _0x377640(_0x2202cd[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x43ed5b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}_0x16814f(_0x57094e(_0x4b04ee,_0x5b1b64),_0x5b1b64);}function _0x50fc0c(_0x41e0b1,_0x52e25c){const _0x48cd79=_0x3c845a[0x0]*_0x53f5be[0x1],_0x216a9d=_0x3c845a[0x0]*_0x53f5be[0x2],_0x1dc696=_0x3c845a[0x2]*_0x53f5be[0x2];_0x438f59(_0x3ea3a9,_0x43ed5b([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x5c8c20(_0x3ea3a9,_0x43ed5b([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x43ed5b([0x73,0x74,0x61,0x74,0x65])]==_0x43ed5b([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64])&&(window[_0x35c122()]=_0x1dc696);function _0x6bb86c(_0x46531e,_0x2670b8){try{return _0x409c36()?_0x377640(_0x2670b8[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x43ed5b([0x56,0x61,0x6c,0x69,0x64])):_0x19d976(_0x46531e,_0x2670b8);}catch(_0x2ab30d){return _0x377640(_0x2670b8[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x43ed5b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}function _0x7087fc(_0x1c9bd1,_0x3eeed){const _0x55e080=0x7;if(_0x1c9bd1==_0x3eeed[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x43ed5b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]))_0x4ff018();else{if(_0x1c9bd1==_0x3eeed[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x43ed5b([0x54,0x72,0x69,0x61,0x6c])){const _0x94f0d2=_0x45568e();_0x94f0d2&&_0x17571f(_0x94f0d2,_0x3eeed[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);const _0x31c6b6=_0x179af2();window[_0x43ed5b([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](()=>{_0x17571f(_0x43ed5b([0x74,0x69,0x6d,0x65]),_0x3eeed[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);},_0x31c6b6);const _0x156642=_0x5c8c20(_0x3ea3a9,_0x43ed5b([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x43ed5b([0x5f,0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73])];_0x156642[_0x43ed5b([0x6c,0x65,0x6e,0x67,0x74,0x68])]>=_0x55e080?_0x17571f(_0x43ed5b([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]),_0x3eeed[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]):_0x156642['on'](_0x43ed5b([0x61,0x64,0x64]),()=>{_0x156642[_0x43ed5b([0x6c,0x65,0x6e,0x67,0x74,0x68])]>=_0x55e080&&_0x17571f(_0x43ed5b([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]),_0x3eeed[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);});}}}function _0x45568e(){if(!_0x438f59(_0x3ea3a9,_0x43ed5b([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72])))return!0x1;for(const _0x47f02a in window)if(Number['isNaN'](Number(_0x47f02a))){if(window[_0x47f02a]===_0x48cd79)return _0x43ed5b([0x74,0x69,0x6d,0x65]);if(window[_0x47f02a]===_0x216a9d)return _0x43ed5b([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]);}return!0x1;}function _0x409c36(){if(!_0x438f59(_0x3ea3a9,_0x43ed5b([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72])))return!0x1;for(const _0x163c2b in window)if(Number['isNaN'](Number(_0x163c2b))&&window[_0x163c2b]===_0x1dc696)return!0x0;return!0x1;}function _0x17571f(_0x493de5,_0x56e7db){_0x4ff018(),_0x377640(_0x56e7db+_0x43ed5b([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a])+_0x493de5),window[_0x35c122()]=_0x493de5===_0x43ed5b([0x74,0x69,0x6d,0x65])?_0x48cd79:_0x216a9d;}function _0x179af2(){let _0x132690=_0x3c845a[0x6]*_0x53f5be[0x8]*_0x53f5be[0x6];return _0x438f59(_0x3ea3a9,_0x43ed5b([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))&&(_0x132690/=0xa),_0x132690;}function _0x4ff018(){const _0x4e6158=_0x3ea3a9;function _0x448034(){_0x438f59(_0x4e6158,_0x43ed5b([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))&&(_0x5c8c20(_0x4e6158,_0x43ed5b([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x43ed5b([0x75,0x6e,0x62,0x69,0x6e,0x64])](_0x43ed5b([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])),_0x5c8c20(_0x4e6158,_0x43ed5b([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x43ed5b([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])]=!0x1,_0x5c8c20(_0x4e6158,_0x43ed5b([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x43ed5b([0x75,0x70,0x64,0x61,0x74,0x65])]=_0xd5567f,_0x5c8c20(_0x4e6158,_0x43ed5b([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x43ed5b([0x73,0x61,0x76,0x65,0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e])]=_0xd5567f,_0x4e6158[_0x43ed5b([0x6d,0x6f,0x64,0x65,0x6c])][_0x43ed5b([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0xd5567f,_0x4e6158[_0x43ed5b([0x6d,0x6f,0x64,0x65,0x6c])][_0x43ed5b([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0xd5567f,_0x4e6158[_0x43ed5b([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x43ed5b([0x6d,0x6f,0x64,0x65,0x6c]))),_0x438f59(_0x4e6158,_0x43ed5b([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))&&(_0x5c8c20(_0x4e6158,_0x43ed5b([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x43ed5b([0x75,0x6e,0x62,0x69,0x6e,0x64])](_0x43ed5b([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])),_0x5c8c20(_0x4e6158,_0x43ed5b([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x43ed5b([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])]=!0x1,_0x5c8c20(_0x4e6158,_0x43ed5b([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x43ed5b([0x63,0x6f,0x6d,0x70,0x61,0x72,0x65])]=_0xd5567f,_0x5c8c20(_0x4e6158,_0x43ed5b([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x43ed5b([0x5f,0x67,0x65,0x74,0x44,0x69,0x66,0x66])]=_0xd5567f);}_0x4e6158[_0x43ed5b([0x73,0x74,0x61,0x74,0x65])]==_0x43ed5b([0x72,0x65,0x61,0x64,0x79])?_0x448034():_0x4e6158[_0x43ed5b([0x6f,0x6e,0x63,0x65])](_0x43ed5b([0x72,0x65,0x61,0x64,0x79]),()=>{if(_0x438f59(_0x4e6158,_0x43ed5b([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))&&_0x448034(),_0x438f59(_0x4e6158,_0x43ed5b([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))){const _0x195b10=_0x5c8c20(_0x4e6158,_0x43ed5b([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79])),_0x471ed3=_0x195b10['getRevision'](0x0),_0xf7ce4b=_0x195b10['getEarlierVisibleRevision'](_0x471ed3[_0x43ed5b([0x69,0x64])]);_0x5c8c20(_0x4e6158,_0x43ed5b([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x43ed5b([0x63,0x6f,0x6d,0x70,0x61,0x72,0x65])](_0x471ed3[_0x43ed5b([0x69,0x64])],_0xf7ce4b?_0xf7ce4b[_0x43ed5b([0x69,0x64])]:null,0x1)['then'](()=>_0x448034());}});}_0x7087fc(_0x6bb86c(_0x41e0b1,_0x52e25c),_0x52e25c);}function _0x19d976(_0x5d9f4b,_0x4ab66d){try{return _0x4b7108(_0x4ab66d)?_0x377640(_0x4ab66d[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x43ed5b([0x56,0x61,0x6c,0x69,0x64])):_0x5d9f4b&&_0x1e87bd(_0x5d9f4b[_0x43ed5b([0x61,0x6c,0x6c,0x6f,0x77,0x65,0x64,0x50,0x6c,0x75,0x67,0x69,0x6e,0x73])],_0x4ab66d)?_0x5d9f4b[_0x43ed5b([0x69,0x73,0x49,0x6e,0x74,0x65,0x72,0x6e,0x61,0x6c])]&&!window[_0x43ed5b([0x6f,0x70,0x65,0x6e])][_0x43ed5b([0x63,0x6c,0x6f,0x73,0x65,0x64])]||parseInt(_0x4d7cfb)/0x2>_0x5d9f4b[_0x43ed5b([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])]?_0x377640(_0x4ab66d[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x43ed5b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])):_0x5d9f4b[_0x43ed5b([0x69,0x73,0x54,0x72,0x69,0x61,0x6c])]?_0x377640(_0x4ab66d[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x43ed5b([0x54,0x72,0x69,0x61,0x6c])):_0x377640(_0x4ab66d[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x43ed5b([0x56,0x61,0x6c,0x69,0x64])):_0x377640(_0x4ab66d[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x43ed5b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}catch(_0x453f75){return _0x377640(_0x4ab66d[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x43ed5b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}function _0x16814f(_0x44c422,_0x395c0d){if(_0x3ea3a9 instanceof _0x471d1a){const _0x44309e=_0x3ea3a9;_0x44c422==_0x395c0d[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x43ed5b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])?_0x3f59cf(_0x44309e):_0x44c422==_0x395c0d[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x43ed5b([0x54,0x72,0x69,0x61,0x6c])&&window[_0x43ed5b([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](()=>{_0x3f59cf(_0x44309e),_0x377640(_0x395c0d[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x43ed5b([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x74,0x69,0x6d,0x65]));},_0x3c845a[0x6]*_0x53f5be[0x8]*_0x53f5be[0x6]),_0x44309e[_0x43ed5b([0x65,0x64,0x69,0x74,0x6f,0x72,0x73])][_0x43ed5b([0x6f,0x6e])](_0x43ed5b([0x61,0x64,0x64]),(_0x2af145,_0x2dd2ca)=>{_0x44c422!=_0x395c0d[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x43ed5b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])&&_0x44c422!=_0x395c0d[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x43ed5b([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x74,0x69,0x6d,0x65])&&_0x44c422!=_0x395c0d[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x43ed5b([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x6f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e,0x73])||_0x1ff50f(_0x2dd2ca);});}else{const _0x509b53=_0x3ea3a9;_0x44c422==_0x395c0d[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x43ed5b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])?_0x1ff50f(_0x509b53):_0x44c422==_0x395c0d[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x43ed5b([0x54,0x72,0x69,0x61,0x6c])&&_0x509b53[_0x43ed5b([0x6f,0x6e])](_0x43ed5b([0x72,0x65,0x61,0x64,0x79]),()=>{let _0x58e836=0x0;_0x509b53[_0x43ed5b([0x6d,0x6f,0x64,0x65,0x6c])][_0x43ed5b([0x6f,0x6e])](_0x43ed5b([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x7e4ffc,_0x4829d1)=>{_0x4829d1[0x0][_0x43ed5b([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x58e836++,0x1f8===_0x58e836&&(_0x1ff50f(_0x509b53),_0x377640(_0x395c0d[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x43ed5b([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x6f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e,0x73])),_0x7e4ffc[_0x43ed5b([0x6f,0x66,0x66])]());},{'priority':_0x43ed5b([0x68,0x69,0x67,0x68,0x65,0x73,0x74])});});}}function _0x377640(_0x297cad){const _0x3e53b1=_0x35c122();return _0x3ea3a9[_0x3e53b1]=_0x297cad,_0x297cad;}function _0x35c122(){const _0xccf694=String(window[_0x43ed5b([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x43ed5b([0x6e,0x6f,0x77])]())[_0x43ed5b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x43ed5b([0x2e]),'');let _0x34edcd='';for(let _0x1848ce=0x0;_0x1848ce<_0xccf694[_0x43ed5b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1848ce+=0x2){let _0x4e23c9=parseInt(_0xccf694[_0x43ed5b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1848ce,_0x1848ce+0x2));_0x4e23c9>=_0x53d19c[_0x43ed5b([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x4e23c9-=_0x53d19c[_0x43ed5b([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x34edcd+=_0x53d19c[_0x4e23c9];}return _0x34edcd;}function _0x3f59cf(_0x372abe){for(const _0x4bfae0 of _0x372abe[_0x43ed5b([0x65,0x64,0x69,0x74,0x6f,0x72,0x73])])_0x1ff50f(_0x4bfae0);_0x5c8c20(_0x372abe,_0x43ed5b([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x43ed5b([0x73,0x77,0x69,0x74,0x63,0x68,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79])](!0x0),_0x5c8c20(_0x372abe,_0x43ed5b([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x43ed5b([0x73,0x77,0x69,0x74,0x63,0x68,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79])]=_0xd5567f;}function _0x1ff50f(_0x45a8c7){function _0x26aed4(){_0x45a8c7[_0x43ed5b([0x6d,0x6f,0x64,0x65,0x6c])][_0x43ed5b([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0xd5567f,_0x45a8c7[_0x43ed5b([0x6d,0x6f,0x64,0x65,0x6c])][_0x43ed5b([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0xd5567f,_0x45a8c7[_0x43ed5b([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x43ed5b([0x6d,0x6f,0x64,0x65,0x6c]));}_0x45a8c7[_0x43ed5b([0x73,0x74,0x61,0x74,0x65])]==_0x43ed5b([0x72,0x65,0x61,0x64,0x79])?_0x26aed4():_0x45a8c7[_0x43ed5b([0x6f,0x6e,0x63,0x65])](_0x43ed5b([0x72,0x65,0x61,0x64,0x79]),()=>_0x26aed4());}function _0xd5567f(){return null;}function _0x1e87bd(_0x20cf48,_0x439599){const _0xf2376c=!!(_0x20cf48&_0x439599[_0x43ed5b([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]),_0x3edfc6=_0x1c8e28(_0x20cf48,_0x439599);return _0xf2376c||_0x3edfc6;}function _0x1c8e28(_0x249671,_0x493022){const _0x50b7c2=(_0x493022[_0x43ed5b([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]||{})[_0x43ed5b([0x66,0x67,0x69])]||null;return!!_0x50b7c2&&_0x2fe50a[_0x43ed5b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1be843=>_0x50b7c2[_0x43ed5b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1be843[_0x43ed5b([0x69,0x64])]))[_0x43ed5b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3c88ae=>!_0x336f8b(_0x3c88ae))[_0x43ed5b([0x73,0x6f,0x6d,0x65])](_0x336ae7=>!!(_0x249671&_0x336ae7[_0x43ed5b([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]));}function _0x336f8b(_0x599dcc){const _0x3b829a={[_0x43ed5b([0x66,0x6f,0x72,0x62,0x69,0x64,0x64,0x65,0x6e,0x48,0x61,0x6e,0x64,0x6c,0x65,0x72,0x46,0x6f,0x72,0x44,0x72,0x75,0x70,0x61,0x6c])]:_0x5e07d5};return!!_0x599dcc['forbiddenHandler']&&_0x3b829a[_0x599dcc['forbiddenHandler']]();}function _0x5e07d5(){return!window[_0x43ed5b([0x44,0x72,0x75,0x70,0x61,0x6c])]||!_0x438f59(_0x3ea3a9,_0x43ed5b([0x64,0x72,0x75,0x70,0x61,0x6c,0x50,0x6f,0x77,0x65,0x72,0x65,0x64,0x42,0x79]));}function _0x4b7108(_0x10d7ba){if(!_0x438f59(_0x3ea3a9,_0x10d7ba[_0x43ed5b([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]))return!0x0;const _0x2567d1=_0x10d7ba[_0x43ed5b([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]||{},_0x5d4062=_0x2567d1[_0x43ed5b([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]||!0x1,_0x138ac7=_0x2567d1[_0x43ed5b([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]||!0x1,_0x4ed7f2=_0x2567d1[_0x43ed5b([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]||!0x1;if(_0x438f59(_0x3ea3a9,_0x43ed5b([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x5c8c20(_0x3ea3a9,_0x43ed5b([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x43ed5b([0x73,0x74,0x61,0x74,0x65])]==_0x43ed5b([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64])&&_0x5d4062)return!0x0;if(_0x438f59(_0x3ea3a9,_0x43ed5b([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]))&&_0x5c8c20(_0x3ea3a9,_0x43ed5b([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]))[_0x43ed5b([0x72,0x65,0x73,0x75,0x6c,0x74])]==_0x43ed5b([0x65,0x6e,0x64])&&_0x138ac7)return!0x0;return!(!_0x438f59(_0x3ea3a9,_0x43ed5b([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72,0x49,0x6e,0x74,0x65,0x67,0x72,0x61,0x74,0x69,0x6f,0x6e]))||_0x5c8c20(_0x3ea3a9,_0x43ed5b([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72,0x49,0x6e,0x74,0x65,0x67,0x72,0x61,0x74,0x69,0x6f,0x6e]))[_0x43ed5b([0x72,0x65,0x73,0x75,0x6c,0x74])]!=_0x43ed5b([0x65,0x6e,0x64])||!_0x4ed7f2);}function _0x438f59(_0x426fbd,_0x1c7dd4){return _0x426fbd[_0x43ed5b([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x43ed5b([0x68,0x61,0x73])](_0x1c7dd4);}function _0x5c8c20(_0x1f051b,_0xa18bc1){return _0x1f051b[_0x43ed5b([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x43ed5b([0x67,0x65,0x74])](_0xa18bc1);}function _0x4485ce(_0x19c322){let _0x4c5b68='';for(const _0x43dca7 of _0x19c322)_0x4c5b68+=String[_0x43ed5b([0x66,0x72,0x6f,0x6d,0x43,0x68,0x61,0x72,0x43,0x6f,0x64,0x65])](_0x43dca7);return _0x4c5b68;}function _0x3a227e(_0x30c7e5){const _0x576468=new Uint8Array(_0x30c7e5[_0x43ed5b([0x6c,0x65,0x6e,0x67,0x74,0x68])]);for(let _0x30c818=0x0;_0x30c818<_0x30c7e5[_0x43ed5b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x30c818++)_0x576468[_0x30c818]=_0x30c7e5[_0x43ed5b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x30c818);return _0x576468;}_0x17f516&&_0x9f5a39(_0x3a85f6(_0x121207),_0x17f516);})(_0x3d8045);}(this);}set['adapter'](_0x294ed9){if(this['_adapter'])throw new _0x47d036('commentsrepository-adapter-already-set');this['_adapter']=_0x294ed9;}get['adapter'](){return this['_adapter'];}['addCommentThread']({channelId:_0x3755af=vt,threadId:_0x2e9edd=_0x348e79(),comments:_0x856fc1=[],unlinkedAt:_0x3058e1=null,resolvedAt:_0xb8a794=null,resolvedBy:_0x2e13ab=null,target:_0x533a66=null,context:_0x1fceec=null,attributes:_0x3002d4={},isResolvable:_0x5b9ff1=!0x0,isSubmitted:_0x39ce5d=!0x1,isFromAdapter:_0x1a113a=!0x1}={}){return this['fire'](Tt('addCommentThread',_0x3755af),{'channelId':_0x3755af,'threadId':_0x2e9edd,'comments':_0x856fc1,'unlinkedAt':_0x3058e1,'resolvedAt':_0xb8a794,'resolvedBy':_0x2e13ab,'target':_0x533a66,'context':_0x1fceec,'attributes':_0x3002d4,'isFromAdapter':_0x1a113a,'isResolvable':_0x5b9ff1,'isSubmitted':_0x39ce5d}),this['getCommentThread'](_0x2e9edd);}['openNewCommentThread']({channelId:_0x254f64=vt,threadId:_0x12eb51=_0x348e79(),target:_0x64e934,context:_0xea7ec8=null,isResolvable:_0x487db2=!0x0}){if(this['_readOnlyChannels']['has'](_0x254f64)||this['_readOnlyChannels']['has'](void 0x0))return null;if(!_0x64e934)throw new _0x47d036('commentsrepository-missing-target');const _0x1edf60=this['addCommentThread']({'channelId':_0x254f64,'threadId':_0x12eb51,'target':_0x64e934,'context':_0xea7ec8,'isResolvable':_0x487db2});if(!_0x1edf60)return null;const _0x37debe=this['_threadToController']['get'](_0x1edf60),_0x43d0f7=_0x37debe['view']['commentThreadInputView']['commentInputView'],_0x9b8015=this['context']['plugins']['get'](_),_0x1a1277=_0x9b8015['getByInnerView'](_0x37debe['view']);return _0x9b8015['activate'](_0x1a1277),_0x43d0f7['once']('editorReady',()=>_0x43d0f7['focus']()),_0x1edf60;}['hasCommentThread'](_0x489028){if('string'!=typeof _0x489028)throw new _0x47d036('commentsrepository-invalid-comment-thread-id');return this['_threads']['has'](_0x489028);}['updateCommentThread']({channelId:_0x405780=vt,threadId:_0xc5a819,context:_0x25b633,unlinkedAt:_0x180043,attributes:_0xffda3c,isFromAdapter:_0x5c0033=!0x1}){return this['fire'](Tt('updateCommentThread',_0x405780),{'channelId':_0x405780,'threadId':_0xc5a819,'context':_0x25b633,'unlinkedAt':_0x180043,'attributes':_0xffda3c,'isFromAdapter':_0x5c0033}),this['getCommentThread'](_0xc5a819);}['getCommentThread'](_0x3ba449){if('string'!=typeof _0x3ba449)throw new _0x47d036('commentsrepository-invalid-comment-thread-id');return this['_threads']['get'](_0x3ba449);}['fetchCommentThread']({channelId:_0x383a70,threadId:_0x4cb50f}={}){const _0x49b8a1=this['getCommentThread'](_0x4cb50f);if(_0x49b8a1)return Promise['resolve'](_0x49b8a1);if(!this['adapter'])return Promise['resolve'](void 0x0);if('function'!=typeof this['adapter']['getCommentThread'])throw new _0x47d036('commentsrepository-missing-thread-and-adapter-method',this['context']);return this['adapter']['getCommentThread']({'channelId':_0x383a70,'threadId':_0x4cb50f})['then'](_0x2e4073=>this['hasCommentThread'](_0x4cb50f)?this['getCommentThread'](_0x4cb50f):_0x2e4073?this['addCommentThread'](Object['assign']({'isFromAdapter':!0x0,'channelId':_0x383a70},_0x2e4073)):void 0x0)['catch'](_0x21b175=>{throw console['error'](_0x21b175),new _0x47d036('commentsrepository-fetch-comment-thread',this['context']);});}['getCommentThreads']({channelId:_0x2ade56,skipNotAttached:_0x3022c4=!0x1,skipEmpty:_0xcb71a4=!0x1,toJSON:_0x360120=!0x1}={}){const _0x47f5cd=[];for(const _0x4ed792 of this['_threads']['values']())_0x2ade56&&_0x4ed792['channelId']!==_0x2ade56||_0x3022c4&&!_0x4ed792['isAttached']||_0xcb71a4&&0x0===_0x4ed792['length']||_0x47f5cd['push'](_0x4ed792);return _0x360120?_0x47f5cd['map'](_0x167e74=>_0x167e74['toJSON']()):_0x47f5cd;}['setActiveCommentThread'](_0x49839b){const _0x311c09=this['context']['plugins']['get'](_);if(!_0x49839b)return void(this['activeCommentThread']&&_0x311c09['deactivateAll']());const _0x5d9bac=this['getCommentThread'](_0x49839b);if(!_0x5d9bac)throw new _0x47d036('commentsrepository-active-missing-comment-thread',null,{'threadId':_0x49839b});if(!this['_threadToController']['has'](_0x5d9bac))throw new _0x47d036('commentsrepository-active-not-attached',null,{'threadId':_0x49839b});const _0x277a70=_0x311c09['getByInnerView'](this['_threadToController']['get'](_0x5d9bac)['view']);_0x311c09['activate'](_0x277a70);}['switchReadOnly'](_0x4008a7,_0x12c851){_0x4008a7?this['_readOnlyChannels']['add'](_0x12c851):this['_readOnlyChannels']['delete'](_0x12c851),this['fire']('change:_readOnlyChannels','_readOnlyChannels',this['_readOnlyChannels'],this['_readOnlyChannels']);}['isReadOnly'](_0x13b793){return this['_readOnlyChannels']['has'](_0x13b793)||this['_readOnlyChannels']['has'](void 0x0);}['createCommentThreadController'](_0x9db4d2,_0x36b589){return new yt(_0x9db4d2,_0x36b589);}['setPermissions'](_0x50b129,_0x42d983=vt){this['_permissions']['set'](_0x42d983,_0x50b129),this['fire']('change:_permissions','_permissions',this['_permissions'],this['_permissions']);}['getPermissions'](_0x377ebe=vt){return this['_permissions']['has'](_0x377ebe)?this['_permissions']['get'](_0x377ebe):gt;}['_addCommentThread']({channelId:_0x3b93d3,threadId:_0x20345f,comments:_0x560ac2,unlinkedAt:_0x57f187,resolvedAt:_0x143e0a,resolvedBy:_0x2c66d8,target:_0x44625f,context:_0x61b9d2,attributes:_0x2a5dc9,isFromAdapter:_0x1651e7,isResolvable:_0x5dda4a,isSubmitted:_0xea1e3b}){if('string'!=typeof _0x20345f)throw new _0x47d036('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x20345f});if(this['hasCommentThread'](_0x20345f))throw new _0x47d036('commentsrepository-duplicated-comment-thread-id',null,{'threadId':_0x20345f});const _0x3dfc3a=new ee(this,{'channelId':_0x3b93d3,'id':_0x20345f,'context':_0x61b9d2,'attributes':_0x2a5dc9,'unlinkedAt':_0x57f187,'resolvedAt':_0x143e0a,'resolvedBy':_0x2c66d8?this['context']['plugins']['get'](ut)['getUser'](_0x2c66d8):null,'isResolvable':_0x5dda4a,'isSubmitted':_0xea1e3b||_0x1651e7});this['_threads']['set'](_0x20345f,_0x3dfc3a);for(const _0x4dffdd of _0x560ac2)_0x3dfc3a['_add'](this['_createNewComment']({'threadId':_0x20345f,..._0x4dffdd}));return _0x44625f&&_0x3dfc3a['attachTo'](_0x44625f),_0x1651e7||!_0x3dfc3a['length']?Promise['resolve']():this['_submitCommentThread']({'channelId':_0x3b93d3,'threadId':_0x20345f});}['_submitCommentThread']({channelId:_0x3d6704,threadId:_0x425259}){if(!this['hasCommentThread'](_0x425259))throw new _0x47d036('commentsrepository-missing-comment-thread',this);const _0x3d445d=this['getCommentThread'](_0x425259);if(_0x3d445d['_isSubmitted']=!0x0,!this['adapter']||'function'!=typeof this['adapter']['addCommentThread'])return Promise['resolve']();const {id:_0x4cc80f,comments:_0x3bcada,resolvedAt:_0x62e82f,resolvedBy:_0x27ec5e,context:_0x293c54,attributes:_0x27eca2}=_0x3d445d,_0x558e18=this['context']['plugins']['get']('PendingActions'),_0x128192=_0x558e18['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['addCommentThread']({'channelId':_0x3d6704,'threadId':_0x4cc80f,'comments':_0x3bcada['map'](_0x5a00c4=>_0x5a00c4['toJSON']()),'resolvedAt':_0x62e82f,'resolvedBy':_0x27ec5e?_0x27ec5e['id']:_0x27ec5e,'context':_0x293c54,'attributes':_0x27eca2})['then'](({comments:_0x38b1b8})=>{_0x558e18['remove'](_0x128192);for(const _0x5980b2 of _0x38b1b8)this['_updateComment']({'channelId':_0x3d6704,'threadId':_0x425259,'commentId':_0x5980b2['commentId'],'createdAt':_0x5980b2['createdAt'],'isFromAdapter':!0x0});})['catch'](_0xd18066=>{throw console['error'](_0xd18066),new _0x47d036('commentsrepository-add-comment-thread-internal-error',this);});}['_attachCommentThread']({threadId:_0x59ae7c,target:_0x4514a7}){const _0x5784cf=this['getCommentThread'](_0x59ae7c);if(!_0x5784cf)throw new _0x47d036('commentsrepository-attach-missing-comment-thread',this);const _0xcb09cb=this['context']['plugins']['get']('PendingActions'),_0x18bd1a=this['context']['plugins']['get'](_),_0x226cbe=this['_createCommentThreadView'](_0x5784cf),_0x2759fe=new yt(_0x5784cf,_0x226cbe);let _0x42b4f9=null;_0x226cbe['on']('change:isDirty',(_0x253a9a,_0x31eea5,_0x30a3ef)=>{_0x30a3ef?_0x42b4f9=_0xcb09cb['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD')):_0x42b4f9&&(_0xcb09cb['remove'](_0x42b4f9),_0x42b4f9=null);}),_0x226cbe['on']('escape',()=>{this['fire'](Tt('escapeThread',_0x5784cf['channelId']),{'threadId':_0x59ae7c,'channelId':_0x5784cf['channelId']});}),this['_threadToController']['set'](_0x5784cf,_0x2759fe),this['_viewToController']['set'](_0x226cbe,_0x2759fe);const _0x35c733=new T(this['context']['locale'],_0x226cbe);_0x35c733['bind']('length')['to'](_0x226cbe),_0x35c733['bind']('isDirty')['to'](_0x226cbe,'isDirty',_0x226cbe,'length',(_0x52829c,_0x1cbfae)=>_0x52829c||!_0x1cbfae),_0x35c733['bind']('isActive')['to'](_0x226cbe),_0x35c733['type']='comment';const _0x450341=new d({'view':_0x35c733,'target':_0x4514a7,'type':'comment','isVisible':!_0x5784cf['isResolved']});return this['_bindAnnotationToEditors'](_0x226cbe,_0x450341),_0x18bd1a['add'](_0x450341),_0x450341;}['_bindAnnotationToEditors'](_0x31bf1d,_0x4d97ac){this['listenTo'](_0x31bf1d,'editorReady',(_0x5771ad,_0x4b5bf4)=>{const _0x2af8c2=_0x4b5bf4['ui']['view']['body']['bodyCollectionContainer'];_0x4d97ac['focusableElements']['add'](_0x2af8c2),this['context']instanceof _0x1656fa&&this['context']['ui']['focusTracker']['add'](_0x2af8c2);},{'priority':'highest'}),this['listenTo'](_0x31bf1d,'editorDestroyed',(_0x4f65d6,_0x305657)=>{const _0x74f6ee=_0x305657['ui']['view']['body']['bodyCollectionContainer'];_0x4d97ac['focusableElements']['has'](_0x74f6ee)&&_0x4d97ac['focusableElements']['remove'](_0x74f6ee),this['context']instanceof _0x1656fa&&this['context']['ui']['focusTracker']['remove'](_0x74f6ee);});}['_unbindEditors'](_0x5dfcf6){this['stopListening'](_0x5dfcf6,'editorReady'),this['stopListening'](_0x5dfcf6,'editorDestroyed');}['_createCommentThreadView'](_0x165bab){const _0x4a1d16=this['context']['plugins']['get'](ut),{config:_0x36867b,locale:_0x727ac1}=this['context'],_0x5eece6=dt(_0x36867b['get']('locale'));return new(0x0,(_0x36867b['get']('comments'))['CommentThreadView'])(_0x727ac1,_0x165bab,_0x4a1d16['me'],{'editorConfig':{..._0x36867b['get']('comments.editorConfig'),'licenseKey':this['context']['config']['get']('licenseKey')},'copyMarkers':_0x36867b['get']('comments.copyMarkers'),'maxCommentsWhenCollapsed':_0x36867b['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x36867b['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x36867b['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x5eece6,'CommentView':_0x36867b['get']('comments')['CommentView']});}['_resolveCommentThread']({threadId:_0xddb946,channelId:_0x212ae9,resolvedAt:_0x4952bc,resolvedBy:_0x5edb1e,isFromAdapter:_0x5f24f6}){if(!this['hasCommentThread'](_0xddb946))throw new _0x47d036('commentsrepository-missing-comment-thread',null,{'threadId':_0xddb946});const _0x2febd3=this['getCommentThread'](_0xddb946);if(_0x2febd3['isResolved'])throw new _0x47d036('commentsrepository-resolved-comment-thread',null,{'threadId':_0xddb946});const _0x4abd3c=this['context']['plugins']['get'](ut);if(_0x2febd3['resolvedBy']=_0x4abd3c['getUser'](_0x5edb1e),_0x2febd3['resolvedAt']=_0x4952bc,_0x5f24f6||!this['adapter']||'function'!=typeof this['adapter']['resolveCommentThread'])return Promise['resolve']();const _0x51c567=this['context']['plugins']['get']('PendingActions'),_0x478a13=_0x51c567['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['resolveCommentThread']({'channelId':_0x212ae9,'threadId':_0xddb946})['then'](({resolvedAt:_0x3c4824,resolvedBy:_0x188ebb})=>{_0x51c567['remove'](_0x478a13),_0x2febd3['resolvedBy']['id']!==_0x188ebb&&(_0x2febd3['resolvedBy']=_0x4abd3c['getUser'](_0x188ebb)),_0x2febd3['resolvedAt']=_0x3c4824;})['catch'](_0x4db6d8=>{throw console['error'](_0x4db6d8),new _0x47d036('commentsrepository-resolve-comment-thread-internal-error',this);});}['_reopenCommentThread']({threadId:_0x367778,channelId:_0x212ec3,isFromAdapter:_0x1c6cba}){if(!this['hasCommentThread'](_0x367778))throw new _0x47d036('commentsrepository-missing-comment-thread',null,{'threadId':_0x367778});const _0x234921=this['getCommentThread'](_0x367778);if(!_0x234921['isResolved'])throw new _0x47d036('commentsrepository-reopen-comment-thread',null,{'threadId':_0x367778});if(_0x234921['resolvedBy']=null,_0x234921['resolvedAt']=null,_0x1c6cba||!this['adapter']||'function'!=typeof this['adapter']['reopenCommentThread'])return Promise['resolve']();const _0x20c8c9=this['context']['plugins']['get']('PendingActions'),_0x5050b7=_0x20c8c9['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['reopenCommentThread']({'channelId':_0x212ec3,'threadId':_0x367778})['then'](()=>_0x20c8c9['remove'](_0x5050b7))['catch'](_0x316800=>{throw console['error'](_0x316800),new _0x47d036('commentsrepository-reopen-comment-thread-internal-error',this);});}['_removeCommentThread']({threadId:_0x15ce17,isFromAdapter:_0x11e784}){const _0x272841=this['getCommentThread'](_0x15ce17);if(!_0x272841)throw new _0x47d036('commentsrepository-remove-missing-comment-thread',this);if(this['_detachCommentThread'](_0x15ce17),this['_threads']['delete'](_0x15ce17),!_0x272841['isSubmitted']||_0x11e784||!this['adapter']||'function'!=typeof this['adapter']['removeCommentThread'])return Promise['resolve']();const _0x17320f=this['context']['plugins']['get']('PendingActions'),{channelId:_0x1448e1}=_0x272841,_0x47ffef=_0x17320f['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeCommentThread']({'channelId':_0x1448e1,'threadId':_0x15ce17})['then'](()=>_0x17320f['remove'](_0x47ffef))['catch'](_0x4671be=>{throw console['error'](_0x4671be),new _0x47d036('commentsrepository-remove-comment-thread-internal-error',this);});}['_updateCommentThread']({threadId:_0x3994ec,unlinkedAt:_0x53863a,context:_0x3035e4,attributes:_0x5c9393,isFromAdapter:_0x5498c5}){if('string'!=typeof _0x3994ec)throw new _0x47d036('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x3994ec});if(!this['hasCommentThread'](_0x3994ec))throw new _0x47d036('commentsrepository-missing-comment-thread',null,{'threadId':_0x3994ec});const _0x509cdc=this['getCommentThread'](_0x3994ec);let _0x5410e0=!0x1;if(void 0x0!==_0x3035e4&&_0x509cdc['context']!==_0x3035e4&&(_0x509cdc['context']=_0x3035e4,_0x5410e0=!0x0),void 0x0!==_0x53863a&&_0x509cdc['unlinkedAt']!==_0x53863a&&(_0x509cdc['unlinkedAt']=_0x53863a,_0x5410e0=!0x0),_0x5c9393&&!pt(_0x5c9393,_0x509cdc['attributes'])&&(_0x509cdc['attributes']=_0x5c9393,_0x5410e0=!0x0),!_0x5410e0)return Promise['resolve']();if(!_0x509cdc['isSubmitted']||_0x5498c5||!this['adapter']||'function'!=typeof this['adapter']['updateCommentThread'])return Promise['resolve']();const _0x4ffb36=this['context']['plugins']['get']('PendingActions'),{channelId:_0x1e39e4}=_0x509cdc,_0x4a310e=_0x4ffb36['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateCommentThread']({'channelId':_0x1e39e4,'threadId':_0x3994ec,'context':_0x3035e4,'unlinkedAt':_0x53863a,'attributes':_0x5c9393})['then'](()=>_0x4ffb36['remove'](_0x4a310e))['catch'](_0x3e1537=>{throw console['error'](_0x3e1537),new _0x47d036('commentsrepository-update-comment-thread-internal-error',this);});}['_detachCommentThread'](_0x7df854){const _0xb3c776=this['context']['plugins']['get'](_),_0x261e3f=this['getCommentThread'](_0x7df854);if(this['_threadToController']['has'](_0x261e3f)){const _0x1b485a=this['_threadToController']['get'](_0x261e3f),_0xf31867=_0x1b485a['view'],_0xd51edd=_0xb3c776['getByInnerView'](_0xf31867);this['_threadToController']['delete'](_0x261e3f),this['_viewToController']['delete'](_0xf31867),_0xd51edd&&_0xb3c776['remove'](_0xd51edd),_0x1b485a['destroy'](),_0xf31867['destroy']()['then'](()=>{this['_unbindEditors'](_0xf31867);});}}['_updateActiveAnnotation']({threadId:_0x8639f4,resolvedAt:_0x42559f}){const _0x5d43d3=!!_0x42559f,_0x3ccaac=this['context']['plugins']['get'](_),_0x3de946=this['getCommentThread'](_0x8639f4);if(this['_threadToController']['has'](_0x3de946)){const _0x3f0059=this['_threadToController']['get'](_0x3de946)['view'],_0x267d3d=_0x3ccaac['getByInnerView'](_0x3f0059);_0x267d3d&&(_0x5d43d3&&_0x3ccaac['_removeActiveAnnotation'](_0x267d3d),_0x267d3d['refreshVisibility']());}}['_getExternalAuthor'](_0x3b975e){const _0x42c1cf=this['context']['plugins']['get'](ut),_0x5b71e9=lt('external:'+_0x3b975e),_0x4d1236=_0x42c1cf['getUser'](_0x5b71e9);return _0x4d1236||_0x42c1cf['addUser']({'id':_0x5b71e9,'name':_0x3b975e});}['_createNewComment']({threadId:_0x4f1cd3,commentId:_0x5c127c=_0x348e79(),content:_0x3920e2,authorId:_0x2b213e,createdAt:_0x1d169f,attributes:_0x351a72}){if('string'!=typeof _0x5c127c)throw new _0x47d036('commentsrepository-invalid-commentid');if('string'!=typeof _0x2b213e)throw new _0x47d036('commentsrepository-invalid-comment-authorid');if('string'!=typeof _0x3920e2||!_0x3920e2['trim']())throw new _0x47d036('commentsrepository-invalid-comment-content');const _0x18e294=this['context']['plugins']['get'](ut)['getUser'](_0x2b213e);if(!_0x18e294)throw new _0x47d036('commentsrepository-add-comment-user-not-exists',null,{'authorId':_0x2b213e});let _0x536b67=null,_0x406977=_0x1d169f;return _0x351a72&&_0x351a72['@external']&&(_0x536b67=this['_getExternalAuthor'](_0x351a72['@external']['authorName']),_0x406977=new Date(_0x351a72['@external']['createdAt'])),new se(this,{'threadId':_0x4f1cd3,'id':_0x5c127c,'author':_0x536b67||_0x18e294,'creator':_0x18e294,'content':_0x3920e2,'createdAt':_0x1d169f,'authoredAt':_0x406977,'attributes':_0x351a72});}['_addComment'](_0x43f0a9){let {threadId:_0x44e7a6,content:_0x33523f,attributes:_0xba4c95,isFromAdapter:_0x248fbe}=_0x43f0a9;const _0x40560a=this['getCommentThread'](_0x43f0a9['threadId']);if(!_0x40560a)throw new _0x47d036('commentsrepository-add-comment-to-missing-comment-thread',this);const _0x369f95=this['_createNewComment'](_0x43f0a9),{id:_0x1798a4}=_0x369f95;if(_0x40560a['_add'](_0x369f95),_0x248fbe||!this['adapter']||'function'!=typeof this['adapter']['addComment']||!_0x40560a['isSubmitted'])return Promise['resolve']();const _0x158dab=this['context']['plugins']['get']('PendingActions'),{channelId:_0x166145}=_0x40560a,_0x4ad0ea=_0x158dab['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return _0xba4c95||(_0xba4c95={}),this['adapter']['addComment']({'channelId':_0x166145,'threadId':_0x44e7a6,'commentId':_0x1798a4,'content':_0x33523f,'attributes':_0xba4c95})['then'](_0x42297e=>{_0x158dab['remove'](_0x4ad0ea),_0x42297e&&this['_updateComment']({'channelId':_0x166145,'threadId':_0x44e7a6,'commentId':_0x1798a4,'createdAt':_0x42297e['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x1eacfb=>{throw console['error'](_0x1eacfb),new _0x47d036('commentsrepository-add-comment-internal-error',this);});}['_updateComment']({threadId:_0x13831e,commentId:_0x43f0c6,content:_0x1468e6,createdAt:_0x11eee5,attributes:_0x4b4947,isFromAdapter:_0x47dfa3}){if(void 0x0!==_0x1468e6&&('string'!=typeof _0x1468e6||!_0x1468e6['trim']()['length']))throw new _0x47d036('commentsrepository-update-comment-invalid-content');const _0x1a0be3=this['getCommentThread'](_0x13831e),_0x5f0411=_0x1a0be3['getComment'](_0x43f0c6);if(!_0x5f0411)throw new _0x47d036('commentsrepository-update-missing-comment',this);let _0x19942f=!0x1;if(_0x1468e6&&_0x1468e6!==_0x5f0411['content']&&(_0x5f0411['isEditable']||_0x47dfa3)&&(_0x5f0411['content']=_0x1468e6,_0x19942f=!0x0),_0x11eee5&&_0x11eee5!==_0x5f0411['createdAt']&&(_0x5f0411['createdAt']=_0x11eee5,_0x5f0411['attributes']&&_0x5f0411['attributes']['@external']||(_0x5f0411['authoredAt']=_0x11eee5),_0x19942f=!0x0),_0x4b4947&&!pt(_0x4b4947,_0x5f0411['attributes'])&&(_0x5f0411['attributes']=_0x4b4947,_0x19942f=!0x0),!_0x19942f)return Promise['resolve']();if(_0x1a0be3['fire']('commentUpdated'),_0x47dfa3||!this['adapter']||'function'!=typeof this['adapter']['updateComment'])return Promise['resolve']();const _0x234ce2=this['context']['plugins']['get']('PendingActions'),{channelId:_0x5d528e}=this['getCommentThread'](_0x5f0411['threadId']),_0x5a0cfc=_0x234ce2['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateComment']({'channelId':_0x5d528e,'threadId':_0x13831e,'commentId':_0x43f0c6,'content':_0x1468e6,'attributes':_0x4b4947})['then'](()=>_0x234ce2['remove'](_0x5a0cfc))['catch'](_0x21d856=>{throw console['error'](_0x21d856),new _0x47d036('commentsrepository-update-comment-internal-error',this);});}['_removeComment']({threadId:_0x48c4a4,commentId:_0x2d2091,isFromAdapter:_0x364aba}){const _0xe8a003=this['getCommentThread'](_0x48c4a4),_0xf276c7=_0xe8a003['getComment'](_0x2d2091);if(!_0xf276c7)throw new _0x47d036('commentsrepository-remove-missing-comment',this);if(_0xe8a003['_remove'](_0xf276c7),_0x364aba||!this['adapter']||'function'!=typeof this['adapter']['removeComment'])return Promise['resolve']();const _0x9c1f0b=this['context']['plugins']['get']('PendingActions'),{channelId:_0x50f364}=_0xe8a003,_0x2e723c=_0x9c1f0b['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeComment']({'channelId':_0x50f364,'threadId':_0x48c4a4,'commentId':_0x2d2091})['then'](()=>_0x9c1f0b['remove'](_0x2e723c))['catch'](_0x4a9bc7=>{throw console['error'](_0x4a9bc7),new _0x47d036('commentsrepository-remove-comment-internal-error',this);});}}class ee extends/* #__PURE__ -- @preserve */
30
+ _0x5c14b7(){['channelId'];['id'];['_isAttached'];['_isSubmitted'];['comments'];['_repository'];constructor(_0x56d758,_0x511118){super();const _0x1d5fc6=_0x511118['isResolvable'];this['channelId']=_0x511118['channelId'],this['id']=_0x511118['id'],this['comments']=new _0x29fe88(),this['_repository']=_0x56d758,this['_isAttached']=!0x1,this['_isSubmitted']=_0x511118['isSubmitted'],this['set']('_hasTargetInContent',!0x0),this['bind']('isReadOnly')['to'](_0x56d758,'_permissions',_0x56d758,'_readOnlyChannels',()=>_0x56d758['isReadOnly'](this['channelId'])),this['bind']('isRemovable')['to'](_0x56d758,'_permissions',()=>_0x56d758['getPermissions'](this['channelId'])['admin']),this['bind']('canComment')['to'](_0x56d758,'_permissions',()=>{const _0x4d8c64=_0x56d758['getPermissions'](this['channelId']);return _0x4d8c64['write']||_0x4d8c64['admin'];}),this['bind']('isResolvable')['to'](_0x56d758,'_permissions',()=>_0x1d5fc6&&_0x56d758['getPermissions'](this['channelId'])['resolve']),this['set']('context',_0x511118['context']),this['bind']('archivedAt')['to'](this,'resolvedAt',this,'unlinkedAt',(_0x45c54e,_0x46e8f1)=>_0x45c54e?_0x46e8f1?_0x45c54e<_0x46e8f1?_0x45c54e:_0x46e8f1:_0x45c54e:_0x46e8f1),this['set']('unlinkedAt',_0x511118['unlinkedAt']||null),this['set']('resolvedAt',_0x511118['resolvedAt']||null),this['set']('resolvedBy',_0x511118['resolvedBy']||null),this['bind']('isResolved')['to'](this,'resolvedAt',_0x1c7c5f=>!!_0x1c7c5f),this['set']('attributes',_0x511118['attributes']||{});}get['weight'](){return Array['from'](this['comments'])['reduce']((_0x38b391,_0x447ce9)=>_0x38b391+_0x447ce9['weight'],0x0);}get['length'](){return this['comments']['length'];}get['isAttached'](){return this['_isAttached'];}get['isSubmitted'](){return this['_isSubmitted'];}['submit'](){const {channelId:_0xbccda5,id:_0x3a2fec}=this;this['_repository']['fire'](Tt('submitCommentThread',_0xbccda5),{'channelId':_0xbccda5,'threadId':_0x3a2fec});}['setUnlinkedAt'](_0x3ec6e4){this['_update']({'unlinkedAt':_0x3ec6e4});}['resolve']({resolvedAt:_0x244143=new Date(),resolvedBy:_0x472353=null,isFromAdapter:_0x511130=!0x1}={}){const _0x2ec661=this['_repository']['context']['plugins']['get'](ut)['me'],{channelId:_0x28ceb9,id:_0xf66a00}=this;this['_repository']['fire'](Tt('resolveCommentThread',_0x28ceb9),{'channelId':_0x28ceb9,'threadId':_0xf66a00,'resolvedAt':_0x244143,'resolvedBy':_0x472353||_0x2ec661['id'],'isFromAdapter':_0x511130});}['reopen']({isFromAdapter:_0x42dd0b=!0x1}={}){const {channelId:_0x362c20,id:_0x2e1ab8}=this;this['_repository']['fire'](Tt('reopenCommentThread',_0x362c20),{'channelId':_0x362c20,'threadId':_0x2e1ab8,'isFromAdapter':_0x42dd0b});}['setContext'](_0x464581){this['context']||this['_update']({'context':_0x464581});}['setAttribute'](_0x1655b2,_0x5b80ad){const _0x3530ac=ft(this['attributes']);It(_0x3530ac,_0x1655b2,_0x5b80ad),this['_update']({'attributes':_0x3530ac});}['removeAttribute'](_0x1abcd7){const _0x4f9952=ft(this['attributes']);wt(_0x4f9952,_0x1abcd7),this['_update']({'attributes':_0x4f9952});}['remove']({isFromAdapter:_0x233d77=!0x1}={}){const {channelId:_0x448a5a,id:_0x5254d9}=this;this['_repository']['fire'](Tt('removeCommentThread',_0x448a5a),{'channelId':_0x448a5a,'threadId':_0x5254d9,'isFromAdapter':_0x233d77});}['attachTo'](_0x46e2b3){return this['_repository']['_attachCommentThread']({'threadId':this['id'],'target':_0x46e2b3});}['addComment'](_0x46185d){const {channelId:_0x5cc26a,id:_0xbd35d2}=this;this['_repository']['fire'](Tt('addComment',_0x5cc26a,_0xbd35d2),Object['assign']({'channelId':_0x5cc26a,'threadId':_0xbd35d2},_0x46185d));}['getComment'](_0x2087f6){if('string'!=typeof _0x2087f6)throw new _0x47d036('commentsrepository-get-comment-invalid-id',null,{'commentId':_0x2087f6});return this['comments']['get'](_0x2087f6);}['toJSON'](){return{'threadId':this['id'],'context':this['context'],'unlinkedAt':this['unlinkedAt'],'resolvedAt':this['resolvedAt'],'resolvedBy':this['resolvedBy']?this['resolvedBy']['id']:null,'archivedAt':this['archivedAt'],'comments':this['comments']['map'](_0x228b97=>_0x228b97['toJSON']()),'attributes':this['attributes']};}['_add'](_0x58ef5e){return this['listenTo'](_0x58ef5e,'change:authoredAt',()=>{const _0x5525d4=this['_findOptimalIndex'](_0x58ef5e),_0x5e93ca=this['comments'];_0x5525d4-0x1!=_0x5e93ca['getIndex'](_0x58ef5e)&&_0x5525d4+0x1!=_0x5e93ca['getIndex'](_0x58ef5e)&&(this['_remove'](_0x58ef5e),this['_add'](_0x58ef5e));}),this['comments']['add'](_0x58ef5e,this['_findOptimalIndex'](_0x58ef5e));}['_update'](_0x55cb57){const {channelId:_0x3b956b,id:_0x19711f}=this;this['_repository']['fire'](Tt('updateCommentThread',_0x3b956b),{..._0x55cb57,'channelId':_0x3b956b,'threadId':_0x19711f});}['_remove'](_0x2059b1){return this['stopListening'](_0x2059b1),_0x2059b1['destroy'](),this['comments']['remove'](_0x2059b1);}['_findOptimalIndex'](_0x1c2dae){const _0x43249d=this['comments']['find'](_0x4bee6d=>new Date(_0x4bee6d['authoredAt'])['getTime']()>new Date(_0x1c2dae['authoredAt'])['getTime']());return _0x43249d?this['comments']['getIndex'](_0x43249d):this['length'];}}class se extends/* #__PURE__ -- @preserve */
31
+ _0x5c14b7(){['id'];['threadId'];['author'];['creator'];['isExternal'];['createdAt'];['_repository'];constructor(_0x435b0e,_0xbbfa86){super();const _0x285c5d=_0x435b0e['context']['plugins']['get'](ut)['me'],_0x27e3bd=_0x435b0e['getCommentThread'](_0xbbfa86['threadId']),_0x1e660d=0x0===_0x27e3bd['comments']['length'],_0x23d2de=_0x285c5d===_0xbbfa86['author'];this['id']=_0xbbfa86['id'],this['threadId']=_0xbbfa86['threadId'],this['author']=_0xbbfa86['author'],this['creator']=_0xbbfa86['creator'],this['isExternal']=Boolean(_0xbbfa86['attributes']&&_0xbbfa86['attributes']['@external']),this['set']('content',_0xbbfa86['content']),this['createdAt']=_0xbbfa86['createdAt']||new Date(),this['set']('authoredAt',_0xbbfa86['authoredAt']||new Date()),this['bind']('resolvedAt')['to'](_0x27e3bd,'resolvedAt'),this['set']('attributes',_0xbbfa86['attributes']||{}),this['bind']('isEditable')['to'](_0x435b0e,'_permissions',()=>{const _0x33ffad=_0x435b0e['getPermissions'](_0x27e3bd['channelId'])['write'],_0x585f2e=_0x435b0e['getPermissions'](_0x27e3bd['channelId'])['modifyAll'];return _0x23d2de&&_0x33ffad||!_0x23d2de&&_0x585f2e;}),this['bind']('isRemovable')['to'](_0x27e3bd,'isRemovable',_0x435b0e,'_permissions',_0x1046a2=>{const _0x10f7a7=_0x435b0e['getPermissions'](_0x27e3bd['channelId'])['write'],_0x4025d3=_0x435b0e['getPermissions'](_0x27e3bd['channelId'])['modifyAll'];return _0x23d2de&&_0x10f7a7||_0x1046a2&&_0x1e660d||!_0x23d2de&&_0x4025d3&&!_0x1e660d;}),this['bind']('isReadOnly')['to'](_0x27e3bd,'isReadOnly'),this['_repository']=_0x435b0e;}get['weight'](){return Math['max'](function(_0x1357cf){const _0x539aae=document['createElement']('div');return _0x539aae['innerHTML']=_0x1357cf,_0x539aae['textContent']['length'];}(this['content']),0xc8);}['update'](_0xa8e664){const {threadId:_0x15270c,id:_0x37ff7e}=this;if(!this['_repository']['hasCommentThread'](_0x15270c))throw new _0x47d036('commentsrepository-update-comment-missing-comment-thread',this);const {channelId:_0x38235a}=this['_repository']['getCommentThread'](_0x15270c);this['_repository']['fire'](Tt('updateComment',_0x38235a,_0x15270c),{'channelId':_0x38235a,'threadId':_0x15270c,'commentId':_0x37ff7e,..._0xa8e664});}['setAttribute'](_0x110f74,_0x121383){const _0x502838=ft(this['attributes']);It(_0x502838,_0x110f74,_0x121383),this['update']({'attributes':_0x502838});}['removeAttribute'](_0x5ab630){const _0x23083c=ft(this['attributes']);wt(_0x23083c,_0x5ab630),this['update']({'attributes':_0x23083c});}['remove'](_0x211e33={}){if(!_0x211e33['isFromAdapter']&&!this['isRemovable'])return;const {threadId:_0x5cd9f7,id:_0x1a302b}=this;if(!this['_repository']['hasCommentThread'](_0x5cd9f7))throw new _0x47d036('commentsrepository-remove-comment-missing-comment-thread',this);const {channelId:_0x265bed}=this['_repository']['getCommentThread'](_0x5cd9f7);this['_repository']['fire'](Tt('removeComment',_0x265bed,_0x5cd9f7),{'channelId':_0x265bed,'threadId':_0x5cd9f7,'commentId':_0x1a302b,..._0x211e33});}['toJSON'](){return{'commentId':this['id'],'content':this['content'],'createdAt':this['createdAt'],'authorId':this['creator']['id'],'attributes':this['attributes']};}['destroy'](){this['stopListening']();}}function Tt(_0x22cf3c,..._0x44eb62){for(const _0x1f918f of _0x44eb62)void 0x0!==_0x1f918f&&(_0x22cf3c+=':'+String(_0x1f918f));return _0x22cf3c;}class J extends _0x176196{['refresh'](){const _0x44101d=this['editor']['model']['document']['selection'];for(const _0x59dc65 of _0x44101d['getRanges']())if(this['_hasContent'](_0x59dc65))return void(this['isEnabled']=!0x0);this['isEnabled']=!0x1;}['execute']({threadId:_0x209880=_0x348e79()}={}){const _0x5dffd9=this['editor']['model'],_0x5356d6=[];for(const _0x420141 of _0x5dffd9['document']['selection']['getRanges']())this['_hasContent'](_0x420141)&&_0x5356d6['push'](this['_trimToContent'](_0x420141));_0x5dffd9['change'](_0x55968d=>{for(const _0x4bf630 of _0x5356d6){const _0x589e6a=_0x348e79()['substr'](0x1,0x5),_0xf18e3='comment:'+_0x209880+':'+_0x589e6a;_0x55968d['addMarker'](_0xf18e3,{'range':_0x4bf630,'usingOperation':!0x1,'affectsData':!0x1});}});}['_hasContent'](_0x2d8915){for(const _0x7e0a08 of _0x2d8915['getItems']())if(this['_itemIsContent'](_0x7e0a08))return!0x0;return!0x1;}['_itemIsContent'](_0x4909d6){return _0x4909d6['is']('$textProxy')||this['editor']['model']['schema']['isObject'](_0x4909d6)&&!_0x4909d6['is']('element','tableCell');}['_trimToContent'](_0x43e20d){const _0x3d2db9=_0x58e029=>!this['_itemIsContent'](_0x58e029['item']),_0x460bb0=_0x43e20d['start']['getLastMatchingPosition'](_0x3d2db9),_0x3ee6fc=_0x43e20d['end']['getLastMatchingPosition'](_0x3d2db9,{'direction':'backward'});return this['editor']['model']['createRange'](_0x460bb0,_0x3ee6fc);}}class b extends _0x4f76fc{['_dataCollectors'];['_editorAnnotations'];static get['requires'](){return[_];}static get['pluginName'](){return'EditorAnnotations';}constructor(_0x105c5d){super(_0x105c5d),this['_dataCollectors']=new Set(),this['_editorAnnotations']=new Set();}['init'](){const _0x4634d6=this['editor'],_0x3cd3e7=_0x4634d6['model']['document']['selection'],_0x3dd1c6=_0x3b36e3(()=>this['refreshSelectedViews'](),0xa);_0x3cd3e7['on']('change:range',(_0x174894,_0x19f19e)=>{_0x19f19e['directChange']&&(_0x3dd1c6['cancel'](),this['refreshSelectedViews']());}),this['listenTo'](_0x4634d6['editing']['view']['document'],'change:isFocused',(_0xe51be4,_0x35b455,_0x5cfa93)=>{_0x5cfa93&&_0x3dd1c6();}),this['listenTo'](_0x4634d6['ui']['focusTracker'],'change:isFocused',(_0x26fb3b,_0x4e9cdd,_0x217f5b)=>{_0x217f5b||_0x4634d6['isReadOnly']||this['fire']('blur',{'isAnnotationTracked':_0x2c3c50=>this['_editorAnnotationsData']['has'](_0x2c3c50['innerView'])});}),this['listenTo'](this['editor']['ui'],'update',()=>this['fire']('uiUpdate'));}['registerAnnotation'](_0xbd65b8){if(this['_editorAnnotations']['has'](_0xbd65b8['view']))return;this['_editorAnnotations']['add'](_0xbd65b8['view']),this['editor']['ui']['focusTracker']['add'](_0xbd65b8['view']['element']);const _0x112620=this['editor']['plugins']['get'](_);this['listenTo'](_0x112620['collection'],'remove',(_0xa7af8a,_0x15b78c)=>{this['editor']['ui']['focusTracker']['remove'](_0x15b78c['view']['element']),this['_editorAnnotations']['delete'](_0x15b78c['view']);});}['hasDomSelection'](){return this['editor']['editing']['view']['hasDomSelection'];}['addSourceCollector'](_0x8c5281){if('function'!=typeof _0x8c5281)throw new _0x47d036('editorannotations-invalid-source-callback');this['_dataCollectors']['add'](_0x8c5281);}['refreshSelectedViews'](){this['fire']('refresh');}['getOrderedSelectedAnnotations']({activeAnnotation:_0x509aa1,annotations:_0x5e2053}){const _0x16db59=[],_0x3e1f43=this['editor']['model']['document']['selection'],_0x554b8a=Array['from'](_0x3e1f43['getRanges']());for(const [_0x20f22e,_0x2d28da]of this['_editorAnnotationsData']){const _0x35903a=_0x167bd7(_0x2d28da),_0x1d468a=_0x5e2053['getByInnerView'](_0x20f22e);_0x35903a&&_0x1d468a&&_0x16db59['push']({'annotation':_0x1d468a,'range':_0x35903a});}function _0x167bd7(_0xb1529c){for(const _0x17d0ff of _0xb1529c)for(const _0x578bf2 of _0x554b8a)if(_0x17d0ff['containsRange'](_0x578bf2,!_0x3e1f43['isCollapsed']))return _0x17d0ff;return null;}return _0x16db59['sort']((_0x35e1fc,_0xfd3d42)=>{const _0x3c3031=_0x35e1fc['range'],_0x26e909=_0xfd3d42['range'];if(!_0x3c3031['isEqual'](_0x26e909)){if(_0x3c3031['containsRange'](_0x26e909,!0x0))return 0x1;if(_0x26e909['containsRange'](_0x3c3031,!0x0))return-0x1;}return _0x35e1fc['annotation']==_0x509aa1?-0x1:_0xfd3d42['annotation']==_0x509aa1?0x1:0x0;})['map'](_0x1b6612=>_0x1b6612['annotation']);}get['_editorAnnotationsData'](){const _0x21c169=new Map();for(const _0x2087b5 of Array['from'](this['_dataCollectors']))for(const [_0x2f1874,_0x4a1a2e]of _0x2087b5())_0x21c169['set'](_0x2f1874,_0x4a1a2e);return _0x21c169;}}class nt extends _0x4f76fc{['afterInit'](){const _0x1def80=this['editor'];if(!_0x1def80['plugins']['has']('RestrictedEditingModeEditing'))return;_0x1def80['plugins']['get']('RestrictedEditingModeEditing')['enableCommand']('addCommentThread');}}class it extends _0x4f76fc{constructor(_0x42282e){super(_0x42282e),this['editor']['config']['define']('importWord.formatting.comments','basic');}['afterInit'](){const _0x46ff41=this['editor'],_0x427214=_0x46ff41['commands']['get']('importWord'),_0x304e45=_0x46ff41['plugins']['get'](ut);_0x427214&&(_0x427214['on']('execute',(_0x8e59f5,[,_0x3d6130])=>{_0x3d6130['collaboration_features']={'comments':!0x0,'user_id':_0x304e45['me']['id']};},{'priority':Wt['high']+0xa}),this['listenTo'](_0x427214,'dataInsert',this['_handleImportedData']));}['_handleImportedData'](_0x57084b,_0x6ee2c1){const {comment_threads:_0x3d6702}=_0x6ee2c1;_0x3d6702&&_0x3d6702['forEach'](({thread_id:_0x221c42,comments:_0x90dc00,is_resolved:_0x4c3a96})=>{const _0x4871a2=new Date(),_0x4e2db5=_0x90dc00['map'](({author:_0x4d2883,content:_0x4df50b,created_at:_0x14e9be})=>({'content':_0x4df50b,'authorId':this['editor']['plugins']['get'](ut)['me']['id'],'createdAt':_0x4871a2,'attributes':{'@external':{'authorName':_0x4d2883,'createdAt':_0x14e9be?new Date(_0x14e9be):new Date(),'source':'importWord'}}})),_0x4e6a9e=this['editor']['config']['get']('collaboration.channelId');this['editor']['plugins']['get'](m)['addCommentThread']({'channelId':_0x4e6a9e,'threadId':_0x221c42,'comments':_0x4e2db5,'resolvedAt':_0x4c3a96?_0x4871a2:null});});}}class st extends _0x4f76fc{constructor(_0x111f47){super(_0x111f47),this['editor']['config']['define']('comments.copyMarkers','default');}static get['requires'](){return[Mt,Pt];}['afterInit'](){const _0x5d195d=this['editor']['plugins']['get']('ClipboardPipeline');this['_registerMarkerInClipboardPipeline'](),this['listenTo'](_0x5d195d,'contentInsertion',(_0x14c81b,_0x490568)=>this['_removeMarkersWithoutThreads'](_0x490568['content']['markers']),{'priority':'highest'});}['_removeMarkersWithoutThreads'](_0x1039b5){if(!this['editor']['plugins']['has']('CommentsRepository'))return _0x1039b5;const _0x596a3e=this['editor']['plugins']['get']('CommentsRepository');for(const _0xf13513 of _0x1039b5['keys']()){const [_0x828b07,_0x159f44]=_0xf13513['split'](':');'comment'!=_0x828b07||_0x596a3e['hasCommentThread'](_0x159f44)||_0x1039b5['delete'](_0xf13513);}return _0x1039b5;}['_registerMarkerInClipboardPipeline'](){const _0x3cef49=this['editor']['plugins']['get']('ClipboardMarkersUtils'),_0xa2dfe4=this['_mapCommentsCopyConfigToRegisterConfiguration'](this['editor']['config']['get']('comments.copyMarkers'));_0xa2dfe4&&_0x3cef49['_registerMarkerToCopy']('comment',_0xa2dfe4);}['_mapCommentsCopyConfigToRegisterConfiguration'](_0x5f4a48){switch(_0x5f4a48){case'always':return{'allowedActions':'all','copyPartiallySelected':!0x1,'duplicateOnPaste':!0x0};case'default':return{'allowedActions':['cut','dragstart'],'copyPartiallySelected':!0x1,'duplicateOnPaste':!0x1};default:return null;}}}class r extends _0x4f76fc{static get['requires'](){return[m,b,nt,it,st];}static get['pluginName'](){return'CommentsEditing';}constructor(_0x9fff8b){super(_0x9fff8b),this['set']('isThreadsLoadingPaused',!0x0),_0x9fff8b['data']['once']('ready',()=>this['isThreadsLoadingPaused']=!0x1),this['set']('activeMarker',null),this['on']('change:activeMarker',(_0x1fe7c2,_0x21721f,_0x43dae4,_0x4829e6)=>{const _0x4eb6f9=_0x43dae4?jt(_0x43dae4)['id']:null;if(_0x9fff8b['model']['change'](()=>{if(_0x4eb6f9){const _0x3b0c2b=this['getAllMarkersForId'](_0x4eb6f9);for(const _0x559474 of _0x3b0c2b)_0x9fff8b['editing']['reconvertMarker'](_0x559474);}if(_0x4829e6){const {id:_0x5e1f7d}=jt(_0x4829e6),_0x3533af=this['getAllMarkersForId'](_0x5e1f7d);for(const _0x1e8493 of _0x3533af)_0x9fff8b['editing']['reconvertMarker'](_0x1e8493);}}),_0x4eb6f9){const _0x39ffc8=_0x9fff8b['plugins']['get'](m)['getCommentThread'](_0x4eb6f9);_0x39ffc8&&_0x39ffc8['isResolved']&&this['scrollToThreadMarker'](_0x4eb6f9);}}),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x3d900a=this['editor'],_0x49429c=_0x3d900a['plugins']['get'](m),_0x350aa6=_0x3d900a['config']['get']('collaboration.channelId');_0x3d900a['commands']['add']('addCommentThread',new J(_0x3d900a)),this['listenTo'](_0x3d900a,'change:isReadOnly',(_0x4443a6,_0x3ab406,_0x38831b)=>{_0x49429c['switchReadOnly'](_0x38831b,_0x3d900a['config']['get']('collaboration.channelId'));}),this['listenTo'](_0x49429c,at('addCommentThread',_0x350aa6),(_0x4f159f,{threadId:_0x11ce4b})=>{const _0x198c71=this['editor']['plugins']['get'](m)['getCommentThread'](_0x11ce4b);_0x198c71&&_0x198c71['unlinkedAt']&&this['_attachArchivedThread'](_0x11ce4b);}),this['listenTo'](_0x49429c,at('removeCommentThread',_0x350aa6),(_0x48ce8b,{threadId:_0x3d2e80})=>{_0x3d900a['model']['enqueueChange']({'isUndoable':!0x1},_0x4dfdc8=>{const _0x513f3b=this['getAllMarkersForId'](_0x3d2e80);for(const _0x3daa71 of _0x513f3b)_0x4dfdc8['removeMarker'](_0x3daa71);});}),this['listenTo'](_0x49429c,at('resolveCommentThread',_0x350aa6),(_0x4c681e,{threadId:_0x2de009})=>{(this['_reconvertMarkers'](_0x2de009),this['editor']['editing']['view']['hasDomSelection'])&&(this['editor']['plugins']['get'](m)['getCommentThread'](_0x2de009)['unlinkedAt']||this['editor']['editing']['view']['focus']());},{'priority':'low'}),this['listenTo'](_0x49429c,at('reopenCommentThread',_0x350aa6),(_0x3be7ce,{threadId:_0x16887b})=>{this['_reconvertMarkers'](_0x16887b);},{'priority':'low'}),this['listenTo'](_0x49429c,at('addComment',_0x350aa6),(_0x3c023f,{threadId:_0x2a4e0b,isFromAdapter:_0x541737})=>{const _0x1f91bd=this['getAllMarkersForId'](_0x2a4e0b);if(_0x541737||0x0==_0x1f91bd['length']||!_0x49429c['hasCommentThread'](_0x2a4e0b))return;0x1===_0x49429c['getCommentThread'](_0x2a4e0b)['length']&&_0x3d900a['model']['enqueueChange']({'isUndoable':!0x1},_0x31c562=>{for(const _0x570259 of _0x1f91bd)_0x31c562['updateMarker'](_0x570259,{'usingOperation':!0x0,'affectsData':!0x0});});},{'priority':'low'}),this['_initializeMarkerConverters'](),this['_handleMarkerAddAndRemove']();}['destroy'](){const _0x2a9a42=this['editor']['plugins']['get'](m),_0xdb3ab3=this['editor']['config']['get']('collaboration.channelId');for(const _0x496d9e of _0x2a9a42['getCommentThreads']({'channelId':_0xdb3ab3}))_0x2a9a42['_detachCommentThread'](_0x496d9e['id']),_0x2a9a42['_threads']['delete'](_0x496d9e['id']);super['destroy']();}['hasMarkerForId'](_0x314bf8){return this['getAllMarkersForId'](_0x314bf8)['length']>0x0;}['getAllMarkersForId'](_0x3075a6){const _0x360c00=[];for(const _0x2edff3 of this['editor']['model']['markers'])_0x2edff3['name']['startsWith']('comment:'+_0x3075a6)&&_0x360c00['push'](_0x2edff3);return _0x360c00;}['scrollToThreadMarker'](_0x43aa17){const _0x17c9d4=this['_getTargetForId'](_0x43aa17);_0x17c9d4&&setTimeout(()=>{this['activeMarker']&&jt(this['activeMarker'])['id']===_0x43aa17&&tt({'target':_0x17c9d4[0x0],'viewportOffset':0x64,'alignToTop':!0x0});},0x32);}['_reconvertMarkers'](_0x2c27e4){this['editor']['model']['change'](()=>{for(const _0x4d67ec of this['getAllMarkersForId'](_0x2c27e4))this['editor']['editing']['reconvertMarker'](_0x4d67ec);});}['_attachArchivedThread'](_0x207f99){const _0x59c23c=this['editor']['plugins']['get'](m),_0x46a141=this['editor']['plugins']['get'](b),_0x25e889=_0x59c23c['getCommentThread'](_0x207f99);if(!_0x25e889['isAttached']){const _0x4669f7=_0x25e889['attachTo'](()=>this['_getTargetForId'](_0x25e889['id']));_0x46a141['registerAnnotation'](_0x4669f7),_0x25e889['_hasTargetInContent']=!0x1;}}['_initializeMarkerConverters'](){const _0x1a88cc=this['editor'];_0x1a88cc['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'comment','view':(_0x163678,_0xb3895f)=>{const {id:_0x124662}=jt(_0x163678['markerName']),_0x89a3c7=_0x1a88cc['plugins']['get'](m)['getCommentThread'](_0x124662),_0x4c228b=this['activeMarker']&&jt(this['activeMarker'])['id']===_0x124662;if(_0x89a3c7&&_0x89a3c7['isResolved']&&!_0x4c228b&&_0x163678['item'])return _0xb3895f['consumable']['consume'](_0x163678['item'],'addMarker:'+_0x163678['markerName']),_0xb3895f['consumable']['consume'](_0x163678['item'],'removeMarker:'+_0x163678['markerName']),null;const _0x49316b=['ck-comment-marker'];return _0x4c228b&&_0x49316b['push']('ck-comment-marker--active'),{'classes':_0x49316b,'attributes':{'data-comment':_0x124662}};}}),_0x1a88cc['conversion']['for']('dataDowncast')['markerToData']({'model':'comment','view':(_0x1bb29a,{options:_0x30e68f})=>{const _0x1b4a10=_0x1a88cc['plugins']['get'](m),_0x59b9d7=_0x1a88cc['model']['markers']['get'](_0x1bb29a),{id:_0x24c426,part:_0x179716}=jt(_0x1bb29a);if(_0x59b9d7&&!_0x59b9d7['affectsData'])return null;if(_0x30e68f['ignoreResolvedComments']){const _0x11f402=_0x1b4a10['getCommentThread'](_0x24c426);if(_0x11f402&&_0x11f402['isResolved'])return null;}return{'group':'comment','name':_0x179716?_0x24c426+':'+_0x179716:_0x24c426};}}),_0x1a88cc['conversion']['for']('upcast')['elementToElement']({'view':{'name':'comment','attributes':{'id':/^\w/}},'model':(_0x23ebf6,{writer:_0x49b907})=>_0x49b907['createElement']('$marker',{'data-name':'comment:'+_0x23ebf6['getAttribute']('id')})}),_0x1a88cc['conversion']['for']('upcast')['dataToMarker']({'view':'comment'});}['_handleMarkerAddAndRemove'](){const _0x2f7f49=this['editor'],_0x1dab3d=_0x2f7f49['plugins']['get'](m),_0x57175c=new Set(),_0x9ff8d4=new Set();_0x2f7f49['model']['document']['registerPostFixer'](_0x5196ba=>{let _0x4c1138=!0x1;for(const {name:_0x4a79f6,data:_0x536c77}of _0x2f7f49['model']['document']['differ']['getChangedMarkers']()){const {group:_0x42c0af,id:_0x866e9d}=jt(_0x4a79f6);let _0x50e99b=_0x536c77['newRange'];if('comment'!==_0x42c0af||!_0x50e99b)continue;const _0x4cc6c1='$graveyard'===_0x50e99b['root']['rootName'];_0x4cc6c1||(_0x50e99b=ct(_0x50e99b,_0x2f7f49['model']),!_0x50e99b||_0x50e99b['isCollapsed']||!_0x536c77['newRange']||_0x50e99b['isEqual'](_0x536c77['newRange']))?_0x2f7f49['model']['hasContent'](_0x50e99b)&&!_0x4cc6c1?this['isThreadsLoadingPaused']?_0x57175c['add'](_0x4a79f6):this['_handleThreadMarker'](_0x4a79f6,_0x866e9d):(_0x9ff8d4['add'](_0x4a79f6),_0x57175c['delete'](_0x4a79f6),_0x5196ba['removeMarker'](_0x4a79f6),_0x4c1138=!0x0):(_0x5196ba['updateMarker'](_0x4a79f6,{'range':_0x50e99b}),_0x4c1138=!0x0);}return _0x4c1138;}),this['on']('change:isThreadsLoadingPaused',(_0x2c1792,_0x1f96b6,_0x1a1085)=>{if(!_0x1a1085&&_0x57175c['size'])for(const _0x2b0530 of _0x57175c){const {id:_0x9d3641}=jt(_0x2b0530);_0x57175c['delete'](_0x2b0530),_0x2f7f49['model']['markers']['get'](_0x2b0530)&&this['_handleThreadMarker'](_0x2b0530,_0x9d3641);}}),this['listenTo'](_0x2f7f49['model']['document'],'change',(_0x482e85,_0x3479f9)=>{for(const {name:_0x5bd630,data:{newRange:_0x585817}}of _0x2f7f49['model']['document']['differ']['getChangedMarkers']()){const {group:_0x5f51f5,id:_0x29dbb1}=jt(_0x5bd630);if('comment'!==_0x5f51f5)continue;const _0x50740=_0x1dab3d['getCommentThread'](_0x29dbb1),_0x56a6a6=this['hasMarkerForId'](_0x29dbb1);_0x50740&&(_0x50740['_hasTargetInContent']||_0x2f7f49['editing']['view']['once']('render',()=>{const _0x5f3c10=_0x2f7f49['plugins']['get'](_),_0x2cd7b3=_0x1dab3d['_threadToController']['get'](_0x50740)['view'];_0x5f3c10['getByInnerView'](_0x2cd7b3)['refreshVisibility']();},{'priority':'low'}),_0x50740['_hasTargetInContent']=_0x56a6a6||!!_0x585817),_0x585817||(_0x9ff8d4['add'](_0x5bd630),_0x57175c['delete'](_0x5bd630));}if(_0x3479f9['isLocal'])for(const _0x4d4d79 of _0x9ff8d4){const {id:_0x3dbc26}=jt(_0x4d4d79),_0x3f9900=_0x1dab3d['getCommentThread'](_0x3dbc26),_0x14443d=this['hasMarkerForId'](_0x3dbc26);_0x57175c['delete'](_0x4d4d79),!_0x3f9900||_0x14443d||_0x3f9900['unlinkedAt']||_0x3f9900['setUnlinkedAt'](new Date());}_0x9ff8d4['clear']();});}['_getTargetForId'](_0x1864ad){const _0x4733a1=this['editor'],_0x203a47=this['getAllMarkersForId'](_0x1864ad);return rt(_0x4733a1['editing'],_0x203a47);}['_getTextContext'](_0x2a4dd6){const _0x1b0f2d=this['getAllMarkersForId'](_0x2a4dd6);let _0x1610c2='',_0x3a92bf=!0x1;for(const _0x486574 of _0x1b0f2d){const _0x17efc6=_0x486574['getRange']();for(const _0x34155e of Array['from'](_0x17efc6['getItems']()))_0x34155e['is']('$textProxy')?(_0x1610c2&&_0x3a92bf&&(_0x1610c2+='\x20',_0x3a92bf=!0x1),_0x1610c2+=_0x34155e['data']):_0x3a92bf=!0x0;_0x3a92bf=!0x0;}return _0x1610c2['substring'](0x0,0x96);}['_attachMarkerToThread'](_0x1326f5,_0x47383f){const _0x4cc965=this['editor'],_0xbf989b=_0x4cc965['plugins']['get'](m);let _0x2928c2=_0xbf989b['getCommentThread'](_0x47383f);const _0x327a62=_0x4cc965['config']['get']('collaboration.channelId'),_0x42d13d=_0x4cc965['plugins']['get'](b);if(_0x2928c2&&(_0x2928c2['unlinkedAt']&&_0x2928c2['setUnlinkedAt'](null),_0x2928c2['isAttached']))return _0x2928c2;return!this['getAllMarkersForId'](_0x47383f)[0x0]['managedUsingOperations']?_0x4cc965['editing']['view']['once']('render',()=>{if(_0xbf989b['getCommentThread'](_0x47383f))return;const _0x424919=_0x4cc965['plugins']['get'](_);_0x2928c2=_0xbf989b['openNewCommentThread']({'channelId':_0x327a62,'threadId':_0x47383f,'target':()=>this['_getTargetForId'](_0x47383f),'context':{'type':'text','value':this['_getTextContext'](_0x47383f)}});const _0xf88619=_0xbf989b['_threadToController']['get'](_0x2928c2)['view'],_0x470fd7=_0x424919['getByInnerView'](_0xf88619);_0x470fd7&&_0x42d13d['registerAnnotation'](_0x470fd7);},{'priority':'low'}):_0xbf989b['fetchCommentThread']({'channelId':_0x327a62,'threadId':_0x47383f})['then'](_0x2fad71=>{if('destroyed'!==_0x4cc965['state']){if(_0x2928c2=_0x2fad71,_0x2928c2&&!_0x2928c2['isAttached']){const _0x2c8be3=_0x2928c2['attachTo'](()=>this['_getTargetForId'](_0x47383f));_0x42d13d['registerAnnotation'](_0x2c8be3),_0x2928c2['isResolved']&&this['_reconvertMarkers'](_0x47383f);}else{if(!_0x2928c2){const _0x5e3d5e=this['getAllMarkersForId'](_0x47383f);_0x4cc965['model']['change'](_0x1d5c0a=>{for(const _0x48427d of _0x5e3d5e)_0x1d5c0a['removeMarker'](_0x48427d);});}}}}),_0x2928c2;}['_handleThreadMarker'](_0xdf91c4,_0x1da6e3){const _0x776530=this['_attachMarkerToThread'](_0xdf91c4,_0x1da6e3);_0x776530&&!_0x776530['context']&&_0x776530['setContext']({'type':'text','value':this['_getTextContext'](_0x1da6e3)});}['_initAriaMarkerChangeAnnouncements'](){const _0x3c7e7e=this['editor'];et(_0x3c7e7e['model'],({left:_0x52703e,entered:_0x556436})=>{for(const _0x40e2a7 of _0x52703e)if(mt(_0x40e2a7)){_0x3c7e7e['ui']['ariaLiveAnnouncer']['announce'](S(_0x3c7e7e['locale'],'LEAVE_COMMENT_ANNOUNCEMENT'));break;}for(const _0x147f2c of _0x556436)if(mt(_0x147f2c)){_0x3c7e7e['ui']['ariaLiveAnnouncer']['announce'](S(_0x3c7e7e['locale'],'ENTER_COMMENT_ANNOUNCEMENT',_0xbf3300(ot)));break;}});}}function at(_0x1dcd29,_0x1c513f){return _0x1c513f?_0x1dcd29+':'+_0x1c513f:_0x1dcd29;}function jt(_0x518ad5){const _0x31b9c8=_0x518ad5['split'](':');return{'group':_0x31b9c8[0x0],'id':_0x31b9c8[0x1],'part':_0x31b9c8[0x2]};}function ct(_0x110952,_0x4fe70c){const _0x2a39ea=_0x4fe70c['schema'],_0x3cdbc8=_0x4fe70c['createRange'](_0x110952['start']);for(const _0x3ea913 of _0x110952['getWalker']()){const {type:_0x544e43,item:_0x4c065e,nextPosition:_0x438134}=_0x3ea913;if('text'===_0x544e43||_0x2a39ea['isObject'](_0x4c065e)){const _0x55606e=_0x4fe70c['createPositionBefore'](_0x4c065e);_0x3cdbc8['isCollapsed']&&(_0x3cdbc8['start']=_0x55606e),_0x3cdbc8['end']=_0x438134;}}return _0x3cdbc8;}function mt(_0xc35290){return'comment'===jt(_0xc35290['name'])['group'];}var $t='<!--\x0a\x0a\x20What\x20you\x27re\x20currently\x20looking\x20at\x20is\x20the\x20source\x20code\x20of\x20a\x20legally\x20protected,\x20proprietary\x20software.\x0a\x20CKEditor\x205\x20Collaboration\x20is\x20licensed\x20under\x20a\x20commercial\x20license\x20and\x20protected\x20by\x20copyright\x20law.\x20Where\x20not\x20otherwise\x20indicated,\x0a\x20all\x20CKEditor\x205\x20Collaboration\x20content\x20is\x20authored\x20by\x20CKSource\x20engineers\x20and\x20consists\x20of\x20CKSource-owned\x20intellectual\x20property.\x0a\x0a\x20Copyright\x20(c)\x202003-2024,\x20CKSource\x20Holding\x20sp.\x20z\x20o.o.\x20All\x20rights\x20reserved.\x0a\x0a!-->\x0a\x0a<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><path\x20d=\x22M4\x201.5h12A3.5\x203.5\x200\x200\x201\x2019.5\x205v8l-.005.192a3.5\x203.5\x200\x200\x201-2.927\x203.262l-.062.008v1.813a1.5\x201.5\x200\x200\x201-2.193\x201.33l-.371-.193-.38-.212a13.452\x2013.452\x200\x200\x201-3.271-2.63l-.062-.07H4A3.5\x203.5\x200\x200\x201\x20.5\x2013V5A3.5\x203.5\x200\x200\x201\x204\x201.5ZM4\x203a2\x202\x200\x200\x200-2\x202v8a2\x202\x200\x200\x200\x202\x202h6.924a11.917\x2011.917\x200\x200\x200\x203.71\x203.081l.372.194v-3.268L14.962\x2015H16a2\x202\x200\x200\x200\x202-2V5a2\x202\x200\x200\x200-2-2H4Z\x22/><path\x20d=\x22M9.75\x205a.75.75\x200\x200\x200-.75.75v2.5H6.5a.75.75\x200\x200\x200\x200\x201.5H9v2.5a.75.75\x200\x200\x200\x201.5\x200v-2.5H13a.75.75\x200\x200\x200\x200-1.5h-2.5v-2.5A.75.75\x200\x200\x200\x209.75\x205Z\x22/></svg>\x0a';class s extends _0x4f76fc{static get['pluginName'](){return'CommentsUI';}static get['requires'](){return[m,r,b,_];}get['CommentsListView'](){return kt;}get['CommentThreadInputView'](){return xt;}['init'](){const _0x212ba0=this['editor'],_0x256f6e=_0x212ba0['plugins']['get'](m),_0x38cc68=_0x212ba0['plugins']['get'](r),_0x183234=_0x212ba0['plugins']['get'](_),_0x42844f=_0x212ba0['plugins']['get'](b);_0x212ba0['ui']['componentFactory']['add']('comment',()=>{const _0x1e823d=this['_createUIButton'](_0x358e4f);return _0x1e823d['tooltip']=!0x0,_0x1e823d;}),_0x212ba0['ui']['componentFactory']['add']('menuBar:comment',()=>this['_createUIButton'](_0x1b32a2)),_0x42844f['addSourceCollector'](()=>{const _0x384a12=[];for(const [_0x241b60,_0x2f8aed]of _0x256f6e['_threadToController']){const _0x49496f=_0x38cc68['getAllMarkersForId'](_0x241b60['id']),_0x3eb872=_0x49496f['map'](_0x1b794f=>_0x1b794f['getRange']());_0x49496f['length']>0x0&&_0x384a12['push']([_0x2f8aed['view'],_0x3eb872]);}return _0x384a12;}),this['listenTo'](_0x183234,'change:activeAnnotations',(_0x234651,_0x29b381,_0xf28bc)=>{const _0x12727c=Array['from'](_0xf28bc)['map'](_0x1df346=>_0x1df346['innerView'])['find'](_0x29472f=>_0x256f6e['_viewToController']['has'](_0x29472f));if(!_0x12727c)return void(_0x38cc68['activeMarker']=null);const _0x29342e=_0x256f6e['_viewToController']['get'](_0x12727c)['model']['id'],_0x44151b='comment:'+_0x29342e;_0x29342e&&_0x38cc68['hasMarkerForId'](_0x29342e)?_0x38cc68['activeMarker']=_0x44151b:_0x38cc68['activeMarker']&&(_0x38cc68['activeMarker']=null);}),this['listenTo'](_0x256f6e,'removeCommentThread',(_0x384f8a,{threadId:_0x57cc77,isFromAdapter:_0x2cc86d})=>{!_0x2cc86d&&_0x212ba0['ui']['focusTracker']['isFocused']&&_0x38cc68['hasMarkerForId'](_0x57cc77)&&_0x212ba0['editing']['view']['focus']();},{'priority':'highest'}),this['listenTo'](_0x256f6e,'addComment',(_0xf99267,{threadId:_0x2910ef,isFromAdapter:_0x52dcd2})=>{if(_0x52dcd2||!_0x38cc68['hasMarkerForId'](_0x2910ef)||!_0x256f6e['hasCommentThread'](_0x2910ef))return;0x1===_0x256f6e['getCommentThread'](_0x2910ef)['length']&&(_0x212ba0['editing']['view']['focus'](),_0xf99267['stop']());},{'priority':'low'}),this['_initKeyboardNavigation']();}['_createUIButton'](_0x438427){const _0x1cdcad=this['editor'],_0x3253cd=new _0x438427(_0x1cdcad['locale']),_0xd3617=_0x1cdcad['commands']['get']('addCommentThread');return _0x3253cd['set']({'label':S(_0x1cdcad['locale'],'Comment'),'icon':$t}),_0x3253cd['bind']('isEnabled')['to'](_0xd3617),this['listenTo'](_0x3253cd,'execute',()=>_0xd3617['execute']()),_0x3253cd;}['_initKeyboardNavigation'](){const _0xfeb433=this['editor'],_0x5d3e79=_0xfeb433['plugins']['get'](m);this['listenTo'](_0x5d3e79,'escapeThread',(_0x48746e,{threadId:_0x40feec,channelId:_0x42acb3})=>{if(_0x42acb3!==_0xfeb433['config']['get']('collaboration.channelId'))return;const _0x1d523b=_0x5d3e79['getCommentThread'](_0x40feec);_0x1d523b&&!_0x1d523b['archivedAt']&&_0xfeb433['editing']['view']['focus']();},{'priority':'low'}),_0xfeb433['keystrokes']['set'](ot,(_0x4f60e8,_0x49b764)=>{const _0x5b5075=this['editor']['plugins']['get'](r);if(!_0x5b5075['activeMarker'])return;const _0x20a328=_0xfeb433['plugins']['get'](m),{id:_0x4799f4}=jt(_0x5b5075['activeMarker']),_0x16da12=_0x20a328['getCommentThread'](_0x4799f4);_0x16da12&&(_0x20a328['_threadToController']['get'](_0x16da12)['view']['focus'](),_0x49b764());});}}class e extends _0x4f76fc{static get['pluginName'](){return'CommentsOnly';}static get['requires'](){return[r];}constructor(_0x42bd97){super(_0x42bd97),this['set']('isEnabled',!0x1),this['on']('change:isEnabled',(_0x3ba2cb,_0x33d410,_0x511741)=>{_0x511741?this['_enableCommentsOnlyMode']():this['_disableCommentsOnlyMode']();});}['afterInit'](){!this['isEnabled']&&this['editor']['config']['get']('commentsOnly')&&(this['isEnabled']=!0x0);}['_enableCommentsOnlyMode'](){for(const [_0x1cb95e,_0x2cb2d3]of this['editor']['commands'])_0x2cb2d3['affectsData']&&'addCommentThread'!==_0x1cb95e&&_0x2cb2d3['forceDisabled']('commentsOnlyMode');this['editor']['plugins']['has']('DragDrop')&&this['editor']['plugins']['get']('DragDrop')['forceDisabled']('commentsOnlyMode');const _0x70d449=this['editor']['editing']['view']['document'];this['listenTo'](_0x70d449,'cut',_0x559365=>_0x559365['stop'](),{'priority':'highest'}),this['listenTo'](_0x70d449,'clipboardInput',_0x36abbd=>_0x36abbd['stop'](),{'priority':'highest'}),this['listenTo'](_0x70d449,'delete',_0x172ac7=>_0x172ac7['stop'](),{'priority':'highest'});}['_disableCommentsOnlyMode'](){for(const [_0x32256,_0x38c54a]of this['editor']['commands'])_0x38c54a['affectsData']&&'addCommentThread'!==_0x32256&&_0x38c54a['clearForceDisabled']('commentsOnlyMode');this['stopListening'](this['editor']['editing']['view']['document']);}}class j extends _0x9b8fa5{['activeUIs'];['_uis'];['_uisData'];static get['requires'](){return[_];}static get['pluginName'](){return'AnnotationsUIs';}constructor(_0x4bac3b){super(_0x4bac3b),this['activeUIs']=new Set(),this['_uis']=new Map(),this['_uisData']=new Map();}['init'](){const _0x58aa10=this['context']['plugins']['get'](_);this['listenTo'](_0x58aa10,'_activateAnnotation',(_0x5c6356,_0x3f3828)=>{for(const _0x2b0364 of this['activeUIs']){const _0x457e39=this['_uis']['get'](_0x2b0364);(0x0,this['_uisData']['get'](_0x2b0364)['filter'])(_0x3f3828)&&_0x457e39['setActiveAnnotation'](_0x3f3828);}}),this['listenTo'](_0x58aa10,'_deactivateAllAnnotations',()=>{for(const _0x36ff7f of this['activeUIs']){this['_uis']['get'](_0x36ff7f)['setActiveAnnotation'](null);}}),this['listenTo'](_0x58aa10['_visibleAnnotations'],'add',(_0x583891,_0x516bea)=>{this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x516bea);});}['hasActive'](){return this['activeUIs']['size']>0x0;}['isActive'](_0x1770bd){return this['activeUIs']['has'](_0x1770bd);}['activate'](_0x1749eb,_0x5a6ee1=()=>!0x0){const _0x581c7a=this['context']['plugins']['get'](_);if(!this['_uis']['has'](_0x1749eb))throw new _0x47d036('annotationsuis-missing-ui',this,{'uiName':_0x1749eb});this['isActive'](_0x1749eb)&&this['deactivate'](_0x1749eb),this['activeUIs']['add'](_0x1749eb);const _0x38810d=new x();!function({source:_0x1fda62,target:_0x12555c,filter:_0x5e13ef}){for(const _0x13a01d of _0x1fda62)_0x5e13ef(_0x13a01d)&&_0x12555c['add'](_0x13a01d);_0x12555c['listenTo'](_0x1fda62,'add',(_0x35b36c,_0x666c4)=>{_0x5e13ef(_0x666c4)&&_0x12555c['add'](_0x666c4);}),_0x12555c['listenTo'](_0x1fda62,'remove',(_0x218564,_0x41038d)=>{_0x12555c['has'](_0x41038d)&&_0x12555c['remove'](_0x41038d);});}({'source':_0x581c7a['_visibleAnnotations'],'target':_0x38810d,'filter':_0x5a6ee1}),this['_uisData']['set'](_0x1749eb,{'collection':_0x38810d,'filter':_0x5a6ee1});const _0x5d47e1=this['_uis']['get'](_0x1749eb);_0x5d47e1['attach'](_0x38810d),this['listenTo'](_0x5d47e1,'change:activeAnnotation',(_0x2a5633,_0x1e9605,_0x4782a9,_0x31ee91)=>{_0x31ee91&&_0x581c7a['_removeActiveAnnotation'](_0x31ee91),_0x4782a9&&_0x581c7a['_addActiveAnnotation'](_0x4782a9);});}['deactivate'](_0x4877d2){if(this['activeUIs']['delete'](_0x4877d2),!this['_uis']['has'](_0x4877d2))throw new _0x47d036('annotationsuis-missing-ui',this,{'uiName':_0x4877d2});const _0x3e121f=this['_uis']['get'](_0x4877d2);_0x3e121f['detach'](),this['stopListening'](_0x3e121f),this['_uisData']['get'](_0x4877d2)['collection']['destroy'](),this['_uisData']['delete'](_0x4877d2);}['switchTo'](_0x4bca33){if(!this['_uis']['has'](_0x4bca33))throw new _0x47d036('annotationsuis-missing-ui',this,{'uiName':_0x4bca33});const _0x3c9596=this['context']['plugins']['get'](_),_0x2c57f7=Array['from'](_0x3c9596['activeAnnotations'])[0x0]||null;this['deactivateAll'](),this['activate'](_0x4bca33);const _0x570045=this['_uis']['get'](_0x4bca33);_0x570045['setActiveAnnotation'](_0x2c57f7),_0x570045['_setSelectedAnnotations']&&_0x2c57f7&&_0x570045['_setSelectedAnnotations']([_0x2c57f7]);}['deactivateAll'](){for(const _0x5c1a9f of this['activeUIs'])this['deactivate'](_0x5c1a9f);}['register'](_0x4a46ff,_0x2b8299){if(this['_uis']['has'](_0x4a46ff))throw new _0x47d036('annotationsuis-register-already-registered');if('function'!=typeof _0x2b8299['attach']||'function'!=typeof _0x2b8299['detach']||'function'!=typeof _0x2b8299['setActiveAnnotation'])throw new _0x47d036('annotationsuis-register-invalid-interface',null);this['_uis']['set'](_0x4a46ff,_0x2b8299);}['refilterAnnotations'](){const _0x28f9af=this['context']['plugins']['get'](_)['collection'],_0x19131a=new Map(),_0x2419c1=Array['from'](this['activeUIs']);for(const _0x254b00 of this['activeUIs']){const _0x3852eb=this['_uisData']['get'](_0x254b00)['collection'];for(const _0x1755a9 of _0x3852eb)_0x19131a['set'](_0x1755a9,_0x254b00);}for(const _0x4d1d3e of _0x28f9af){const _0x5ec16b=_0x19131a['get'](_0x4d1d3e);this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x4d1d3e);const _0x1d9dbf=_0x2419c1['find'](_0x557c14=>this['_uisData']['get'](_0x557c14)['filter'](_0x4d1d3e));_0x5ec16b!==_0x1d9dbf&&(_0x5ec16b&&this['_uisData']['get'](_0x5ec16b)['collection']['remove'](_0x4d1d3e),_0x1d9dbf&&this['_uisData']['get'](_0x1d9dbf)['collection']['add'](_0x4d1d3e));}}['destroy'](){this['deactivateAll'](),super['destroy']();}['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x46890c){const _0x57f9c3=[];for(const _0x37fc51 of this['activeUIs']){(0x0,this['_uisData']['get'](_0x37fc51)['filter'])(_0x46890c)&&_0x57f9c3['push'](_0x37fc51);}if(_0x57f9c3['length']>0x1)throw new _0x47d036('annotationsuis-annotation-mismatch',null,{'matchedUIs':_0x57f9c3,'annotationType':_0x46890c['type']});}}const ie=Ht('px');class V extends _t{['list'];['focusables'];['focusTracker'];['focusCycler'];constructor(_0x1bcfab){super(_0x1bcfab);const _0x8dd578=this['bindTemplate'];this['set']('minHeight',0x0),this['set']('class',''),this['list']=this['createCollection'](),this['focusables']=this['createCollection'](),this['list']['delegate']('arrowup','arrowdown')['to'](this),this['focusTracker']=new _0xfb2004(),this['focusCycler']=new Ft({'focusables':this['focusables'],'focusTracker':this['focusTracker']}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-sidebar','ck-reset',_0x8dd578['to']('class')],'style':{'minHeight':_0x8dd578['to']('minHeight',_0x1155a9=>'number'==typeof _0x1155a9?ie(_0x1155a9+0xa):null)},'dir':_0x1bcfab['uiLanguageDirection'],'role':'application','aria-label':S(_0x1bcfab,'Annotations\x20sidebar'),'tabindex':0x0},'children':[{'tag':'div','attributes':{'role':'list','aria-label':S(_0x1bcfab,'Annotations\x20list')},'children':this['list']}]});}['render'](){super['render'](),this['_setupKeyboardNavigation']();}['focus'](){this['focusCycler']['focusFirst']();}['_setupKeyboardNavigation'](){this['list']['delegate']('change:top')['to'](this),this['on']('change:top',_0x10c599=>{this['_updateItemPositionInFocusables'](_0x10c599['source']);}),this['list']['forEach'](_0x52ff70=>{this['focusTracker']['add'](_0x52ff70['element']),this['_updateItemPositionInFocusables'](_0x52ff70);}),this['list']['on']('change',(_0x2af072,_0x43e367)=>{for(const _0x45ba02 of _0x43e367['removed'])this['focusTracker']['remove'](_0x45ba02['element']),this['focusables']['remove'](_0x45ba02);for(const _0x337cc6 of _0x43e367['added'])this['focusTracker']['add'](_0x337cc6['element']),this['_updateItemPositionInFocusables'](_0x337cc6);}),this['on']('arrowup',()=>{this['focusCycler']['focusPrevious']();}),this['on']('arrowdown',()=>{this['focusCycler']['focusNext']();}),this['listenTo'](this['element'],'focus',()=>{this['focus']();});}['_updateItemPositionInFocusables'](_0x5a91fe){const _0xbf1ba8=this['focusables']['getIndex'](_0x5a91fe);let _0xb27264,_0x34e8f8;for(const _0x3459e8 of this['focusables'])if(_0x5a91fe['top']<_0x3459e8['top']){_0xb27264=_0x3459e8;break;}if(_0x34e8f8=_0xb27264?this['focusables']['getIndex'](_0xb27264):this['focusables']['length'],-0x1!==_0xbf1ba8){if(_0xbf1ba8===_0x34e8f8-0x1)return;this['focusables']['remove'](_0x5a91fe),_0x34e8f8=_0xb27264?this['focusables']['getIndex'](_0xb27264):this['focusables']['length'];}this['focusables']['add'](_0x5a91fe,_0x34e8f8);}}const qt=Ht('px');class M extends _t{['content'];['_targetTop'];['_mutationObserver'];constructor(_0xb5bc4c){super(_0xb5bc4c),this['set']('top',0x0),this['set']('height',0x0),this['bind']('bottom')['to'](this,'top',this,'height',(_0x146fb9,_0x49f4ba)=>_0x146fb9+_0x49f4ba),this['set']('isAnimationDisabled',!0x1),this['_mutationObserver']=Lt(()=>this['updateHeight']()),this['_targetTop']=null,this['content']=this['createCollection'](),this['content']['delegate']('arrowup','arrowdown')['to'](this);const _0x2cb0b2=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-sidebar-item',_0x2cb0b2['to']('isAnimationDisabled',_0xc900b0=>_0xc900b0?'ck-sidebar-item--no-animation':'')],'style':{'top':_0x2cb0b2['to']('top',_0x1755b9=>qt(_0x1755b9))},'role':'presentation'},'children':this['content']});}['render'](){super['render'](),this['_mutationObserver']['attach'](this['element']);}['focus'](){this['content']['first']&&this['content']['first']['focus']();}['updateHeight'](){const _0x11a27c=this['element']['clientHeight'];_0x11a27c&&(this['height']=_0x11a27c);}['destroy'](){this['content']['clear'](),this['_mutationObserver']['detach'](),super['destroy']();}}class D extends _0x9b8fa5{['view'];['_activeAnnotation'];['_annotations'];['_spaceBetweenItems'];['_sidebarItemViewToAnnotation'];['_annotationToSidebarItemView'];['_recalculateBuffer'];static get['pluginName'](){return'Sidebar';}constructor(_0x66bc5f){super(_0x66bc5f),this['set']('_lastItem',void 0x0),this['view']=this['_createSidebarView'](),this['set']('container',null),this['_spaceBetweenItems']=0x19,this['_sidebarItemViewToAnnotation']=new Map(),this['_annotationToSidebarItemView']=new Map(),this['context']['config']['define']('sidebar.preventScrollOutOfView',!0x1),this['_annotations']=null,this['_activeAnnotation']=null,this['_recalculateBuffer']=[];}['init'](){const _0x4c0258=this['context']['config']['get']('sidebar.container');_0x4c0258&&this['setContainer'](_0x4c0258);}['setContainer'](_0x50efcf){if(!y(_0x50efcf))throw new _0x47d036('sidebar-setcontainer-invalid-element');this['container']=_0x50efcf;}['_attachToContainer']({viewClass:_0x5e7d1c='',spaceBetweenItems:_0x1f5d89=0x19}={}){if(!y(this['container']))throw new _0x47d036('sidebar-attachtocontainer-missing-container',this);this['container']['appendChild'](this['view']['element']),this['view']['class']=_0x5e7d1c,this['_spaceBetweenItems']=_0x1f5d89;}['rearrange']({removedAnnotation:_0x5849f0,previousAnnotation:_0xf203b9,nextAnnotation:_0x580d9e}){const _0x2493a6=this['getSidebarItemView'](_0x5849f0);this['view']['list']['remove'](_0x2493a6),this['_destroySidebarItemView'](_0x5849f0),_0xf203b9&&this['_alignToTargetRect'](this['getSidebarItemView'](_0xf203b9)),_0x580d9e&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x580d9e)),this['_updateLastItem']();}['refresh']({blurredAnnotation:_0x210d31,activatedAnnotation:_0x17b6b1,disableAnimationOnActivatedAnnotation:_0x1f8581}){if(this['_activeAnnotation']=_0x17b6b1,_0x210d31){_0x210d31['isActive']=!0x1;const _0x425742=this['getSidebarItemView'](_0x210d31);_0x425742&&_0x1f8581&&(_0x425742['isAnimationDisabled']=!0x1);}if(_0x17b6b1){const _0x468ede=this['getSidebarItemView'](_0x17b6b1);_0x468ede&&(_0x17b6b1['isActive']=!0x0,_0x1f8581&&(_0x468ede['isAnimationDisabled']=!0x0,_0x468ede['top']+=0x1),this['_alignToTargetRect'](_0x468ede));}}['_detachFromContainer'](_0x370df7){if(this['view']['element']['remove'](),_0x370df7){for(const _0x21f97d of _0x370df7)this['_destroySidebarItemView'](_0x21f97d);}this['view']['list']['clear'](),this['view']['class']='',this['_lastItem']=null;}['addAnnotation'](_0x37dcbe,_0x54dbc6){_0x54dbc6||(_0x54dbc6=_0x37dcbe['view']);const _0x4fe4a6=new M(this['context']['locale']);this['_sidebarItemViewToAnnotation']['set'](_0x4fe4a6,_0x37dcbe),this['_annotationToSidebarItemView']['set'](_0x37dcbe,_0x4fe4a6),_0x4fe4a6['content']['add'](_0x54dbc6),this['listenTo'](_0x37dcbe['view'],'change:targetRect',(_0x1e532c,_0x44a16b,_0x50f72d)=>{const _0x2c65c4=this['_getTargetTop'](_0x37dcbe,_0x50f72d);_0x4fe4a6['_targetTop']!=_0x2c65c4&&(_0x4fe4a6['_targetTop']=_0x2c65c4,this['_setItemTop'](_0x4fe4a6,_0x2c65c4));}),this['listenTo'](_0x4fe4a6,'change:top',()=>{this['_recalculate'](_0x4fe4a6,'top');}),this['listenTo'](_0x4fe4a6,'change:bottom',()=>{this['_recalculate'](_0x4fe4a6,'bottom');}),this['_alignToTargetRect'](_0x4fe4a6);const _0x474ae8=this['_getItemBefore'](_0x4fe4a6);if(_0x474ae8)this['_alignAfterItem'](_0x474ae8,_0x4fe4a6)||this['_alignToTargetRect'](_0x4fe4a6);else this['_alignToTargetRect'](_0x4fe4a6);return this['_updateLastItem'](),this['view']['list']['add'](_0x4fe4a6),_0x4fe4a6;}['_alignForTopChange'](_0x5b675d){if(!_0x5b675d['content']['length'])return;const _0xfdf28c=this['_getItemBefore'](_0x5b675d);if(!_0xfdf28c)return;const _0x3947c9=this['_sidebarItemViewToAnnotation']['get'](_0xfdf28c),_0x52d717=this['_activeAnnotation'];_0x52d717&&_0x52d717===_0x3947c9?this['_alignAfterItem'](_0xfdf28c,_0x5b675d):this['_alignBeforeItem'](_0x5b675d,_0xfdf28c);}['_alignForBottomChange'](_0x5990b4){if(!_0x5990b4['content']['length'])return;const _0x2d3507=this['_getItemAfter'](_0x5990b4);if(!_0x2d3507)return;const _0x24886d=this['_sidebarItemViewToAnnotation']['get'](_0x2d3507),_0x37cd1d=this['context']['config']['get']('sidebar.preventScrollOutOfView'),_0x282f05=this['_activeAnnotation'];_0x282f05&&_0x282f05===_0x24886d&&_0x37cd1d?(this['_alignBeforeItem'](_0x2d3507,_0x5990b4),this['_alignAfterItem'](_0x5990b4,_0x2d3507)):_0x282f05&&_0x282f05===_0x24886d?this['_alignBeforeItem'](_0x2d3507,_0x5990b4):this['_alignAfterItem'](_0x5990b4,_0x2d3507);}['_recalculate'](_0x543182,_0x1b37eb){0x0===this['_recalculateBuffer']['length']&&setTimeout(()=>{for(const {sidebarItemView:_0x2eff1a,changedProp:_0x143e44}of this['_recalculateBuffer'])'top'===_0x143e44?this['_alignForTopChange'](_0x2eff1a):this['_alignForBottomChange'](_0x2eff1a);this['_recalculateBuffer']=[];},0xa),this['_recalculateBuffer']['push']({'sidebarItemView':_0x543182,'changedProp':_0x1b37eb});}['getSidebarItemView'](_0x4159d9){return this['_annotationToSidebarItemView']['get'](_0x4159d9);}['destroy'](){this['stopListening'](),this['view']['destroy']();}['_destroySidebarItemView'](_0x9233d5){const _0x26cac2=this['getSidebarItemView'](_0x9233d5);this['stopListening'](_0x26cac2),this['stopListening'](_0x9233d5['view']),_0x26cac2['destroy'](),this['_annotationToSidebarItemView']['delete'](_0x9233d5),this['_sidebarItemViewToAnnotation']['delete'](_0x26cac2);}['_createSidebarView'](){const _0x5d0542=new V(this['context']['locale']);return _0x5d0542['render'](),this['on']('change:_lastItem',(_0x382691,_0x2e77fa,_0x13282f,_0x3f0866)=>{_0x3f0866&&_0x5d0542['unbind']('minHeight'),_0x13282f?_0x5d0542['bind']('minHeight')['to'](_0x13282f,'bottom'):_0x5d0542['minHeight']=null;}),_0x5d0542;}['_updateLastItem'](){this['_lastItem']=this['_annotations']?.['last']?this['getSidebarItemView'](this['_annotations']['last']):null;}['_getItemBefore'](_0x34d8c6){const _0x3a5d01=this['_sidebarItemViewToAnnotation']['get'](_0x34d8c6),_0x4f6d03=_0x3a5d01&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x3a5d01)-0x1);return _0x4f6d03&&this['getSidebarItemView'](_0x4f6d03)||null;}['_getItemAfter'](_0x1f9851){const _0x4fe5f7=this['_sidebarItemViewToAnnotation']['get'](_0x1f9851),_0x7dddfb=_0x4fe5f7&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x4fe5f7)+0x1);return _0x7dddfb&&this['getSidebarItemView'](_0x7dddfb)||null;}['_alignBeforeItem'](_0x50e45d,_0x29dca6){_0x50e45d['updateHeight']();const _0x3d7015=H(_0x29dca6['bottom']+this['_spaceBetweenItems'],_0x50e45d['top']);return!!_0x3d7015&&(this['_setItemTop'](_0x29dca6,_0x29dca6['top']-_0x3d7015),!0x0);}['_alignAfterItem'](_0x49b66a,_0x377b82){_0x49b66a['updateHeight']();const _0x4336f0=H(_0x49b66a['bottom']+this['_spaceBetweenItems'],_0x377b82['top']);return!!_0x4336f0&&(this['_setItemTop'](_0x377b82,_0x377b82['top']+_0x4336f0,!0x1),!0x0);}['_alignToTargetRect'](_0x52b6eb){const _0x4dee21=this['_sidebarItemViewToAnnotation']['get'](_0x52b6eb);if(!_0x4dee21||!_0x4dee21['target']||!_0x4dee21['targetRect'])return;const _0x585dcc=this['_getTargetTop'](_0x4dee21,_0x4dee21['targetRect']);this['_setItemTop'](_0x52b6eb,_0x585dcc);}['_getTargetTop'](_0x3c2e6b,_0x442b1f){if(null===_0x442b1f)return 0x0;if(_0x3c2e6b['target']instanceof _0x3ee65e)return _0x442b1f['top'];{const _0x4a9f10=new _0x3ee65e(this['view']['element'])['top'];return _0x442b1f['top']-_0x4a9f10;}}['_setItemTop'](_0x55f104,_0x39e523,_0x11c0fd=this['context']['config']['get']('sidebar.preventScrollOutOfView')){_0x11c0fd&&(_0x39e523=Math['max'](_0x39e523,this['_getMaxAvailableTop'](_0x55f104))),_0x55f104['top']=_0x39e523;}['_getMaxAvailableTop'](_0x883d8a){let _0x27d10a=this['_getItemBefore'](_0x883d8a),_0x44db79=0x0;for(;_0x27d10a;)_0x27d10a['updateHeight'](),_0x44db79+=this['_spaceBetweenItems']+_0x27d10a['height'],_0x27d10a=this['_getItemBefore'](_0x27d10a);return _0x44db79;}}function H(_0x425cd5,_0x2a9178){return Math['max'](_0x425cd5-_0x2a9178,0x0);}function y(_0x4f3c4e){return null!==_0x4f3c4e&&'object'==typeof _0x4f3c4e&&0x1===_0x4f3c4e['nodeType'];}class n extends _0x9b8fa5{['isAttached'];['annotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[D,j];}static get['pluginName'](){return'WideSidebar';}constructor(_0x2380ce){super(_0x2380ce),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_editorAnnotations']=new _0x29fe88(),this['_refreshPositioningDebounced']=_0x3b36e3(()=>{this['annotations']['refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){const _0x1a71d8=this['context']['plugins']['get'](j),_0x337b4b=this['context']['plugins']['get'](D);_0x1a71d8['register']('wideSidebar',this),_0x337b4b['container']&&_0x1a71d8['switchTo']('wideSidebar');}['setActiveAnnotation'](_0x469490){if(_0x469490===this['activeAnnotation'])return;const _0x289eb9=this['context']['plugins']['get'](D);_0x289eb9['_activeAnnotation']=_0x469490;const _0x7df2af=this['activeAnnotation'];this['activeAnnotation']=_0x469490,_0x289eb9['refresh']({'blurredAnnotation':_0x7df2af,'activatedAnnotation':this['activeAnnotation']});}['attach'](_0x39f2f8){this['annotations']=_0x39f2f8;const _0x43260e=this['context']['plugins']['get'](D);if(_0x43260e['_annotations']=_0x39f2f8,this['isAttached'])throw new _0x47d036('widesidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x43260e,'set:container',()=>{this['detach'](),this['listenTo'](_0x43260e,'change:container',_0xbfb67c=>{_0xbfb67c['off'](),this['attach'](_0x39f2f8);});}),_0x43260e['_attachToContainer']({'viewClass':'ck-sidebar--wide'});const _0x193c1b=_0x459971=>{_0x459971['updateTargetRect'](),_0x43260e['addAnnotation'](_0x459971);};for(const _0x1ce95b of _0x39f2f8)_0x193c1b(_0x1ce95b);this['listenTo'](_0x39f2f8,'add',(_0x66e516,_0xf16ab5)=>{_0x193c1b(_0xf16ab5);}),this['listenTo'](_0x39f2f8,'remove',(_0x1520fd,_0xa8f9ef,_0x2fb51c)=>{_0x43260e['rearrange']({'removedAnnotation':_0xa8f9ef,'previousAnnotation':_0x39f2f8['get'](_0x2fb51c-0x1),'nextAnnotation':_0x39f2f8['get'](_0x2fb51c+0x1)}),_0xa8f9ef===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'high'}),this['listenTo'](_0x39f2f8,'focus',(_0x29959c,_0x2c650e)=>{this['setActiveAnnotation'](_0x2c650e);}),this['listenTo'](_0x39f2f8,'blur',()=>{this['setActiveAnnotation'](null);});const _0x4ab572=this['context']instanceof _0x471d1a?this['context']['editors']:new _0x29fe88([this['context']]);for(const _0x501d2e of _0x4ab572)this['_integrateWithEditorAnnotations'](_0x501d2e);this['listenTo'](_0x4ab572,'add',(_0x576a8a,_0xabc377)=>{this['listenTo'](_0xabc377,'ready',()=>{this['_integrateWithEditorAnnotations'](_0xabc377);});}),this['listenTo'](_0x4ab572,'remove',(_0x5033c9,_0x174f86)=>{_0x174f86['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x174f86['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['annotations']['refreshPositioning']();}['detach'](){if(!this['isAttached'])throw new _0x47d036('widesidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x1e5c03=this['context']['plugins']['get'](D);_0x1e5c03['_detachFromContainer'](this['annotations']),this['stopListening'](_0x1e5c03),this['stopListening'](this['annotations']),this['context']instanceof _0x471d1a&&this['stopListening'](this['context']['editors']);for(const _0xa93351 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0xa93351);window['removeEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioningDebounced']['cancel'](),this['activeAnnotation']=null,this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_integrateWithEditorAnnotations'](_0x1e27be){if(!_0x1e27be['plugins']['has']('EditorAnnotations'))return;const _0x83c12a=_0x1e27be['plugins']['get']('EditorAnnotations'),_0x2a8326=()=>{const _0x5b0ed1=_0x83c12a['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['setActiveAnnotation'](_0x5b0ed1[0x0]||null);};this['listenTo'](_0x83c12a,'refresh',_0x2a8326),this['listenTo'](_0x83c12a,'blur',(_0xaecc93,{isAnnotationTracked:_0x45fcfc})=>{this['activeAnnotation']&&_0x45fcfc(this['activeAnnotation'])&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x83c12a,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](this['annotations'],'blur',_0x2143da=>{_0x83c12a['hasDomSelection']()&&(_0x2a8326(),_0x2143da['stop']());},{'priority':'high'}),this['_editorAnnotations']['add'](_0x83c12a);}['_destroyEditorAnnotationsIntegration'](_0x115bae){this['stopListening'](_0x115bae),this['_editorAnnotations']['remove'](_0x115bae);}}class L extends _0x358e4f{['counterView'];constructor(_0x512b9c){super(_0x512b9c);const _0x1e2cf5=this['bindTemplate'];this['set']('isDirty',!0x1),this['set']('number',0x0),this['bind']('_badge')['to'](this,'isDirty',this,'number',(_0x1624cd,_0x1eb4a0)=>_0x1624cd?'...':_0x1eb4a0['toString']()),this['set']('annotationType',''),this['icon']=$t,this['extendTemplate']({'attributes':{'class':['ck-annotation-counter']}}),this['counterView']=new _t(),this['counterView']['setTemplate']({'tag':'span','attributes':{'class':['ck-annotation-counter__badge',_0x1e2cf5['to']('annotationType',_0xaee321=>'ck-annotation-counter__badge--'+_0xaee321),_0x1e2cf5['if']('isDirty','ck-annotation-counter__badge--edit-mode')]},'children':[{'text':_0x1e2cf5['to']('_badge')}]}),this['children']['add'](this['counterView']);}}class i extends _0x9b8fa5{['isAttached'];['annotations'];['_manuallyClosedAnnotationViews'];['_domEmitter'];['_annotationToNarrowView'];['_selectedAnnotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[D,j];}static get['pluginName'](){return'NarrowSidebar';}constructor(_0x32656b){super(_0x32656b),this['isAttached']=!0x1,this['_manuallyClosedAnnotationViews']=new Set(),this['_domEmitter']=Object['create'](_0x48120b),this['_annotationToNarrowView']=new Map(),this['set']('activeAnnotation',null),this['annotations']=null,this['_selectedAnnotations']=[],this['_editorAnnotations']=new _0x29fe88(),this['_refreshPositioningDebounced']=_0x3b36e3(()=>{this['_refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){this['context']['plugins']['get'](j)['register']('narrowSidebar',this),this['bodyCollection']=new _0x24cb81(this['context']['locale']),this['balloonPanelView']=new _0x31d0d0(this['context']['locale']),this['bodyCollection']['attachToDom'](),this['bodyCollection']['add'](this['balloonPanelView']);}['attach'](_0x4b9a1f){this['annotations']=_0x4b9a1f;const _0x1c3dbb=this['context']['plugins']['get'](D),_0x179e43=this['balloonPanelView'];if(_0x1c3dbb['_annotations']=_0x4b9a1f,this['isAttached'])throw new _0x47d036('narrowsidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x1c3dbb,'set:container',()=>{this['detach'](),this['listenTo'](_0x1c3dbb,'change:container',_0x483c50=>{_0x483c50['off'](),this['attach'](_0x4b9a1f);});}),_0x1c3dbb['_attachToContainer']({'viewClass':'ck-sidebar--narrow','spaceBetweenItems':0x5});const _0x5f2525=_0xe603f=>{const _0x165980=new L(this['context']['locale']);_0x1c3dbb['addAnnotation'](_0xe603f,_0x165980),this['_annotationToNarrowView']['set'](_0xe603f,_0x165980),_0x165980['bind']('isDirty','annotationType','number')['to'](_0xe603f['view'],'isDirty','type','length'),_0x165980['on']('execute',()=>{this['_manuallyClosedAnnotationViews']['clear'](),_0x179e43['content']['first']!==_0xe603f['view']?(this['_showBalloon'](_0xe603f),_0xe603f['view']['element']['focus'](),this['setActiveAnnotation'](_0xe603f)):this['setActiveAnnotation'](null);});};for(const _0x2d0aee of _0x4b9a1f)_0x5f2525(_0x2d0aee);this['listenTo'](_0x4b9a1f,'add',(_0x12dfe5,_0x3acf74)=>{_0x5f2525(_0x3acf74);}),this['listenTo'](_0x4b9a1f,'remove',(_0x4507b0,_0x4c79bb,_0x3aaec4)=>{this['_annotationToNarrowView']['get'](_0x4c79bb)['destroy'](),this['_annotationToNarrowView']['delete'](_0x4c79bb),_0x1c3dbb['rearrange']({'removedAnnotation':_0x4c79bb,'previousAnnotation':_0x4b9a1f['get'](_0x3aaec4-0x1),'nextAnnotation':_0x4b9a1f['get'](_0x3aaec4+0x1)}),_0x4c79bb===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'low'}),this['listenTo'](_0x4b9a1f,'focus',(_0x204035,_0x1189e2)=>{this['setActiveAnnotation'](_0x1189e2);}),this['listenTo'](_0x4b9a1f,'blur',()=>{this['setActiveAnnotation'](null);}),this['_domEmitter']['listenTo'](document,'keydown',(_0x479646,_0x47c57f)=>{_0x47c57f['keyCode']===_0x4fbbb7['esc']&&_0x179e43['isVisible']&&(this['_manuallyClosedAnnotationViews']['add'](_0x179e43['content']['first']),this['_hideBalloon'](),_0x47c57f['stopPropagation'](),_0x47c57f['preventDefault']());}),this['_domEmitter']['listenTo'](document,'mousedown',(_0x3f6eb7,_0x4d610b)=>{const _0x137d8c=_0x4d610b['target'];_0x179e43['isVisible']&&_0x179e43['element']['contains'](_0x137d8c)||_0x1c3dbb['view']['element']['contains'](_0x137d8c)||_0x3f6eb7['preventClosingBalloon']||this['activeAnnotation']&&this['activeAnnotation']['focusableElements']['find'](_0x3933b8=>_0x3933b8['contains'](_0x137d8c))||(this['_manuallyClosedAnnotationViews']['clear'](),this['_hideBalloon'](),this['setActiveAnnotation'](null));});const _0x2bdea7=this['context']instanceof _0x471d1a?this['context']['editors']:new _0x29fe88([this['context']]);for(const _0x338dcf of _0x2bdea7)this['_integrateWithEditorAnnotations'](_0x338dcf);this['listenTo'](_0x2bdea7,'add',(_0x12588b,_0x26deee)=>{this['listenTo'](_0x26deee,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x26deee);});}),this['listenTo'](_0x2bdea7,'remove',(_0x7bdf40,_0x4d3acf)=>{_0x4d3acf['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x4d3acf['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioning']();}['setActiveAnnotation'](_0x5740a9){if(_0x5740a9===this['activeAnnotation'])return;const _0x30239a=this['context']['plugins']['get'](D);if(_0x30239a['refresh']({'blurredAnnotation':this['activeAnnotation'],'activatedAnnotation':_0x5740a9,'disableAnimationOnActivatedAnnotation':!0x0}),_0x5740a9)_0x30239a['getSidebarItemView'](_0x5740a9)?this['_showBalloon'](_0x5740a9):this['_hideBalloon']();else this['_hideBalloon']();this['activeAnnotation']=_0x5740a9;}['detach'](){if(!this['isAttached'])throw new _0x47d036('narrowsidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x19a1a8=this['context']['plugins']['get'](D);this['_hideBalloon'](),Array['from'](this['_annotationToNarrowView']['values'](),_0x5c24f7=>_0x5c24f7['destroy']()),this['_annotationToNarrowView']['clear'](),_0x19a1a8['_detachFromContainer'](this['annotations']),this['stopListening'](),this['_domEmitter']['stopListening'](),this['context']instanceof _0x471d1a&&this['stopListening'](this['context']['editors']);for(const _0x4a7dd9 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x4a7dd9);window['removeEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioningDebounced']['cancel'](),this['_selectedAnnotations']=[],this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach'](),this['bodyCollection']['detachFromDom']();}['_integrateWithEditorAnnotations'](_0xc3ffb8){if(!_0xc3ffb8['plugins']['has']('EditorAnnotations'))return;const _0x3dddbf=_0xc3ffb8['plugins']['get']('EditorAnnotations'),_0x276405=this['context']['plugins']['get'](D),_0x5a5c98=this['annotations'],_0x1e14aa=this['balloonPanelView'],_0x2f5bf5=()=>{const _0x20c51f=_0x3dddbf['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['_setSelectedAnnotations'](_0x20c51f),this['setActiveAnnotation'](_0x20c51f[0x0]||null);};this['listenTo'](_0x3dddbf,'refresh',_0x2f5bf5),this['listenTo'](_0x3dddbf,'blur',(_0x312eb7,{isAnnotationTracked:_0x56e08c})=>{this['activeAnnotation']&&_0x56e08c(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](_0x3dddbf,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](_0x5a5c98,'blur',_0x1f0173=>{_0x3dddbf['hasDomSelection']()&&_0x1f0173['stop']();},{'priority':'high'}),this['listenTo'](this['_domEmitter'],'mousedown',(_0x3ce169,_0x2a5451)=>{const _0x59e846=_0x2a5451['target'];_0x1e14aa['isVisible']&&_0x1e14aa['element']['contains'](_0x59e846)||_0x276405['view']['element']['contains'](_0x59e846)||this['activeAnnotation']&&_0x3dddbf['hasDomSelection']()&&(_0x2f5bf5(),_0x3ce169['preventClosingBalloon']=!0x0);},{'priority':'high'}),this['_editorAnnotations']['add'](_0x3dddbf);}['_destroyEditorAnnotationsIntegration'](_0x59c3cb){_0x59c3cb&&(this['stopListening'](_0x59c3cb),this['_editorAnnotations']['remove'](_0x59c3cb));}['_setSelectedAnnotations'](_0x471e94){for(const _0x1c1ab3 of this['_selectedAnnotations'])_0x471e94['includes'](_0x1c1ab3)||this['_manuallyClosedAnnotationViews']['delete'](_0x1c1ab3['view']);this['_selectedAnnotations']=_0x471e94;}['_refreshPositioning'](){const _0x283223=this['balloonPanelView'];this['annotations']['refreshPositioning'](),_0x283223['isVisible']&&this['_updateBalloonPosition']();}['_showBalloon'](_0x3f9b68){if(this['_manuallyClosedAnnotationViews']['has'](_0x3f9b68['view']))return;const _0x5bc7ce=this['balloonPanelView']['content']['first'];_0x5bc7ce!==_0x3f9b68['view']?(_0x5bc7ce&&this['_detachListeners'](_0x5bc7ce),this['_attachListeners'](_0x3f9b68['view']),this['balloonPanelView']['content']['clear'](),this['balloonPanelView']['content']['add'](_0x3f9b68['view']),this['_updateBalloonPosition']()):this['_updateBalloonPosition']();}['_updateBalloonPosition'](){const _0xc51576=this['balloonPanelView']['content']['first'],_0x58fd3b=_0xc51576&&this['annotations']['getByView'](_0xc51576);if(!_0x58fd3b||!this['_annotationToNarrowView']['has'](_0x58fd3b))return;const _0x37e5c5=this['_annotationToNarrowView']['get'](_0x58fd3b)['element'],_0x50352a=(function(){const _0x423aec=_0x31d0d0['defaultPositions'];return[_0x423aec['southArrowNorthEast'],_0x423aec['northArrowSouthEast'],_0x423aec['southArrowNorth'],_0x423aec['northArrowSouth'],_0x423aec['southArrowNorthWest'],_0x423aec['northArrowSouthWest']];}());this['balloonPanelView']['pin']({'target':_0x37e5c5,'positions':_0x50352a});}['_hideBalloon'](){const _0x5b0486=this['balloonPanelView'],_0xce8c07=_0x5b0486['content']['first'];_0xce8c07&&(this['_detachListeners'](_0xce8c07),_0x5b0486['unpin'](),_0x5b0486['content']['clear']());}['_attachListeners'](_0x25c93f){this['listenTo'](_0x25c93f,'change:height',()=>this['_updateBalloonPosition']()),this['listenTo'](_0x25c93f,'Esc',(_0x1847c4,_0x27dc75)=>{this['_manuallyClosedAnnotationViews']['add'](_0x25c93f),this['_hideBalloon'](),_0x27dc75();});}['_detachListeners'](_0x535c81){this['stopListening'](_0x535c81);}}class c extends _0x4f76fc{['isAttached'];['annotations'];['_manuallyClosed'];['_balloon'];['_addedAnnotations'];['_selectedAnnotations'];['_forceRefresh'];static get['requires'](){return[b,_0x62bf0b,j];}static get['pluginName'](){return'InlineAnnotations';}constructor(_0x281850){super(_0x281850),_0x281850['editing']['view']['addObserver'](_0x519ba0),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_manuallyClosed']=new Set(),this['_balloon']=_0x281850['plugins']['get'](_0x62bf0b),this['_addedAnnotations']=new Set(),this['_selectedAnnotations']=[],this['_forceRefresh']=!0x1;}['init'](){const _0x499bf0=this['editor']['plugins']['get'](j);_0x499bf0['context']===this['editor']&&(_0x499bf0['register']('inline',this),this['editor']['keystrokes']['set']('Esc',(_0x4cd358,_0x2ce207)=>{const _0x514105=this['_balloon'];if(this['isAttached']&&_0x514105['visibleView']){const _0x19dcd9=this['annotations']['getByView'](_0x514105['visibleView']);_0x19dcd9&&this['_closeAnnotation'](_0x19dcd9),_0x2ce207();}}));}['afterInit'](){const _0x33364a=this['editor']['plugins']['get'](j);_0x33364a['context']===this['editor']&&(_0x33364a['hasActive']()||_0x33364a['switchTo']('inline'));}['setActiveAnnotation'](_0x45f3b9){_0x45f3b9!==this['activeAnnotation']&&(this['activeAnnotation']&&(this['activeAnnotation']['isActive']=!0x1),_0x45f3b9&&this['editor']['ui']['focusTracker']['isFocused']&&(this['annotations']['has'](_0x45f3b9)&&this['_addAnnotationToBalloon'](_0x45f3b9,!0x0),_0x45f3b9['isActive']=!0x0),_0x45f3b9||this['_setSelectedAnnotations']([]),this['activeAnnotation']=_0x45f3b9);}['attach'](_0x143d93){this['annotations']=_0x143d93;const _0x29616b=this['editor']['plugins']['get'](j),_0x18c1a2=this['_balloon'];if(this['isAttached'])throw new _0x47d036('inlineannotations-attach-already-attached',this);if(_0x29616b['context']!==this['editor'])throw new _0x47d036('inlineannotations-not-allowed-with-context',this);const _0x3722bd=this['editor']['plugins']['get'](b);this['listenTo'](_0x3722bd,'refresh',()=>{const _0x6754cf=_0x3722bd['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});var _0x1d9be0,_0x122972;!this['_forceRefresh']&&(_0x1d9be0=_0x6754cf,_0x122972=this['_selectedAnnotations'],_0x1d9be0['length']===_0x122972['length']&&_0x1d9be0['every'](_0x501b4d=>_0x122972['includes'](_0x501b4d)))||(this['_forceRefresh']=!0x1,this['_setSelectedAnnotations'](_0x6754cf),this['setActiveAnnotation'](_0x6754cf[0x0]||null));}),this['listenTo'](_0x3722bd,'blur',(_0x5f0a54,{isAnnotationTracked:_0x249820})=>{this['activeAnnotation']&&_0x249820(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](this['editor']['ui']['focusTracker'],'change:isFocused',(_0x4e9364,_0x1e4f4e,_0x4b58ad)=>{_0x4b58ad||this['setActiveAnnotation'](null);}),this['listenTo'](_0x143d93,'remove',(_0x43f75d,_0x14ecf7)=>{this['_removeAnnotationFromBalloon'](_0x14ecf7),_0x14ecf7===this['activeAnnotation']&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x18c1a2,'change:visibleView',(_0x228756,_0x4d03e4,_0x4a58c7,_0x34f02b)=>{_0x34f02b&&this['stopListening'](_0x34f02b);const _0x673155=_0x143d93['getByView'](_0x4a58c7);_0x4a58c7&&_0x673155&&(this['listenTo'](_0x4a58c7,'change:height',()=>{_0x18c1a2['updatePosition']();}),this['listenTo'](_0x4a58c7,'Esc',()=>{this['_closeAnnotation'](_0x673155),this['editor']['editing']['view']['focus']();}),this['activeAnnotation']!==_0x673155&&this['setActiveAnnotation'](_0x673155));}),this['listenTo'](this['editor']['ui'],'update',()=>{_0x18c1a2['visibleView']&&(_0x143d93['getByView'](_0x18c1a2['visibleView'])&&_0x18c1a2['updatePosition']());}),this['listenTo'](this['editor']['editing']['view']['document'],'mousedown',()=>{this['_forceRefresh']=!0x0,this['_manuallyClosed']['clear']();}),this['editor']['editing']['view']['document']['selection']['editableElement']&&this['editor']['editing']['view']['focus'](),this['isAttached']=!0x0;}['detach'](){if(!this['isAttached'])throw new _0x47d036('inlineannotations-detach-not-attached',this);this['setActiveAnnotation'](null);for(const _0x368b39 of this['_addedAnnotations'])this['_removeAnnotationFromBalloon'](_0x368b39);this['stopListening'](),this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_setSelectedAnnotations'](_0x2e785c){for(const _0x40181a of this['_selectedAnnotations'])_0x2e785c['includes'](_0x40181a)||this['_manuallyClosed']['delete'](_0x40181a);for(const _0x275c90 of this['annotations'])_0x2e785c['includes'](_0x275c90)||this['_removeAnnotationFromBalloon'](_0x275c90);if(this['editor']['ui']['focusTracker']['isFocused']){for(const _0x24fc96 of _0x2e785c)this['_addAnnotationToBalloon'](_0x24fc96);}this['_selectedAnnotations']=_0x2e785c;}['_addAnnotationToBalloon'](_0x55a2f7,_0x2cc730=!0x1){this['_manuallyClosed']['has'](_0x55a2f7)||(this['_addedAnnotations']['has'](_0x55a2f7)||this['_balloon']['hasView'](_0x55a2f7['view'])||(this['_addedAnnotations']['add'](_0x55a2f7),this['_balloon']['add']({'stackId':_0x55a2f7['view']['id'],'view':_0x55a2f7['view'],'position':{'target':()=>this['_getBalloonTargetForAnnotation'](_0x55a2f7)}})),_0x2cc730&&this['_balloon']['showStack'](_0x55a2f7['view']['id']));}['_getBalloonTargetForAnnotation'](_0x1ca7a0){const _0x7bc287=_0x1ca7a0['target'],_0x163e01=this['editor']['editing']['view'],_0x1b3a52=_0x163e01['document']['selection']['getFirstRange'](),_0x2e79bf=_0x163e01['domConverter']['viewRangeToDom'](_0x1b3a52);if(_0x2e79bf['collapse'](!0x0),_0x7bc287){if(_0x7bc287 instanceof _0x3ee65e)return _0x7bc287;let _0x45485b=[];for(const _0x58f776 of _0x7bc287)_0x45485b['push'](...(_0x2690ed=_0x58f776['getClientRects'](),Array['from'](_0x2690ed)['map'](DOMRect['fromRect'])));_0x45485b=function(_0x2f2151){const _0x473047=[];let _0x19cf64=_0x2f2151[0x0];for(let _0x12880d=0x1;_0x12880d<_0x2f2151['length'];_0x12880d++)E(_0x19cf64,_0x2f2151[_0x12880d])?_0x19cf64['width']+=_0x2f2151[_0x12880d]['width']:(_0x473047['push'](_0x19cf64),_0x19cf64=_0x2f2151[_0x12880d]);return _0x473047['push'](_0x19cf64),_0x473047;}(_0x45485b);const _0x1a72aa=_0x2e79bf['getBoundingClientRect']();return _0x45485b['find'](_0x28c0be=>_0x28c0be['top']<=_0x1a72aa['top']&&_0x28c0be['bottom']>=_0x1a72aa['bottom']&&_0x28c0be['left']<=_0x1a72aa['left']&&_0x28c0be['right']>=_0x1a72aa['right'])||_0x45485b[0x0];}var _0x2690ed;return _0x1ca7a0['targetRect']||_0x2e79bf;}['_removeAnnotationFromBalloon'](_0x3e6c21){this['_addedAnnotations']['has'](_0x3e6c21)&&this['_balloon']['hasView'](_0x3e6c21['view'])&&(this['_addedAnnotations']['delete'](_0x3e6c21),this['_balloon']['remove'](_0x3e6c21['view']));}['_closeAnnotation'](_0x4dc97d){this['_manuallyClosed']['add'](_0x4dc97d),this['_removeAnnotationFromBalloon'](_0x4dc97d);}}function E(_0x125747,_0x5b8d77){return _0x125747['top']===_0x5b8d77['top']&&_0x125747['bottom']===_0x5b8d77['bottom']&&_0x125747['right']===_0x5b8d77['left'];}var X='<!--\x0a\x0a\x20What\x20you\x27re\x20currently\x20looking\x20at\x20is\x20the\x20source\x20code\x20of\x20a\x20legally\x20protected,\x20proprietary\x20software.\x0a\x20CKEditor\x205\x20Collaboration\x20is\x20licensed\x20under\x20a\x20commercial\x20license\x20and\x20protected\x20by\x20copyright\x20law.\x20Where\x20not\x20otherwise\x20indicated,\x0a\x20all\x20CKEditor\x205\x20Collaboration\x20content\x20is\x20authored\x20by\x20CKSource\x20engineers\x20and\x20consists\x20of\x20CKSource-owned\x20intellectual\x20property.\x0a\x0a\x20Copyright\x20(c)\x202003-2024,\x20CKSource\x20Holding\x20sp.\x20z\x20o.o.\x20All\x20rights\x20reserved.\x0a\x0a!-->\x0a\x0a<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><path\x20clip-rule=\x22evenodd\x22\x20d=\x22M14\x203.5A3.5\x203.5\x200\x200\x201\x2017.5\x207v6l-.005.192a3.501\x203.501\x200\x200\x201-2.927\x203.262l-.062.008v1.813a1.5\x201.5\x200\x200\x201-2.193\x201.33l-.37-.193-.38-.212a13.452\x2013.452\x200\x200\x201-3.272-2.63l-.062-.07-4.729-.046a3.5\x203.5\x200\x200\x201-3.5-3.5v-6a3.5\x203.5\x200\x200\x201\x203.5-3.5L14\x203.5ZM3.5\x204.954a2\x202\x200\x200\x200-2\x202v6a2\x202\x200\x200\x200\x202\x202L8.924\x2015a11.917\x2011.917\x200\x200\x200\x203.71\x203.081l.372.194v-3.268L12.962\x2015H14a2\x202\x200\x200\x200\x202-2V7a2\x202\x200\x200\x200-2-2L3.5\x204.954Z\x22/><path\x20d=\x22M16.5.5h-10a3.5\x203.5\x200\x200\x200-3.162\x202h1.84A2\x202\x200\x200\x201\x206.5\x202h10a2\x202\x200\x200\x201\x202\x202v8.873a3.502\x203.502\x200\x200\x200\x201.495-2.681L20\x2010V4A3.5\x203.5\x200\x200\x200\x2016.5.5Z\x22/><path\x20clip-rule=\x22evenodd\x22\x20d=\x22M12.013\x207.453a.75.75\x200\x200\x201\x20.034\x201.06l-3.75\x204a.75.75\x200\x200\x201-1.045.048l-2.25-2a.75.75\x200\x200\x201\x20.996-1.122l1.704\x201.515\x203.25-3.467a.75.75\x200\x200\x201\x201.061-.034Z\x22/></svg>\x0a';class Y extends _t{['focusTracker'];['focusCycler'];['_annotationViews'];constructor(_0x24237b,_0x3f62f4){super(_0x24237b),this['set']('isEmpty',!_0x3f62f4['length']),this['focusTracker']=new _0xfb2004(),this['_annotationViews']=_0x3f62f4,this['_annotationViews']['delegate']('arrowup','arrowdown')['to'](this),this['on']('arrowup',()=>{this['focusCycler']['focusPrevious']();}),this['on']('arrowdown',()=>{this['focusCycler']['focusNext']();}),this['focusCycler']=new Ft({'focusables':_0x3f62f4,'focusTracker':this['focusTracker']}),this['listenTo'](_0x3f62f4,'add',()=>{this['isEmpty']=!0x1;}),this['listenTo'](_0x3f62f4,'remove',(_0x2baaa8,_0x3f4298)=>{_0x3f4298['isActive']&&this['focus'](),_0x3f62f4['length']||(this['isEmpty']=!0x0);});const _0x26d07e=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'dir':'auto','class':['ck','ck-comments-archive'],'tabindex':-0x1,'role':'list','aria-label':S(_0x24237b,'COMMENTS_ARCHIVE_LIST_LABEL')},'children':[{'tag':'div','attributes':{'class':['ck-comments-archive__content'],'role':'presentation'},'children':[{'tag':'div','attributes':{'role':'presentation'},'children':_0x3f62f4},{'tag':'p','attributes':{'class':['ck-comments-archive__info',_0x26d07e['if']('isEmpty','ck-hidden',_0x4f2bf0=>!_0x4f2bf0)]},'children':[{'text':S(_0x24237b,'EMPTY_COMMENTS_ARCHIVE')}]}]}]});}['render'](){super['render'](),this['_setupKeyboardNavigation']();}['destroy'](){super['destroy'](),this['focusTracker']['destroy']();}['focus'](){this['focusCycler']['first']?this['focusCycler']['focusFirst']():this['element']['focus']();}['_setupKeyboardNavigation'](){for(const _0x5d7794 of this['_annotationViews'])this['focusTracker']['add'](_0x5d7794['element']);this['_annotationViews']['on']('change',(_0x146426,{added:_0x389bcb,removed:_0x378237})=>{for(const _0x11a927 of _0x389bcb)this['focusTracker']['add'](_0x11a927['element']);for(const _0x2514bc of _0x378237)this['focusTracker']['remove'](_0x2514bc['element']);});}}class p extends _0x9b8fa5{static get['pluginName'](){return'CommentsArchive';}static get['requires'](){return[m,_];}constructor(_0x2cf838){super(_0x2cf838),this['archivedThreads']=new _0x29fe88();}['init'](){const _0x3095a1=this['context'],_0x2aa495=_0x3095a1['plugins']['get'](m),_0x1657f1=_0x3095a1['plugins']['get'](_);this['listenTo'](_0x2aa495,'addCommentThread',(_0x3344d9,{threadId:_0x13bd95})=>{const _0x2587ae=_0x2aa495['getCommentThread'](_0x13bd95);_0x2587ae['archivedAt']&&this['archivedThreads']['add'](_0x2587ae,this['_calculatePosition'](_0x2587ae['archivedAt'])),this['listenTo'](_0x2587ae,'change:archivedAt',(_0x3a3623,_0x163b83,_0x566443)=>{_0x566443?this['archivedThreads']['has'](_0x2587ae)||this['archivedThreads']['add'](_0x2587ae,this['_calculatePosition'](_0x2587ae['archivedAt'])):this['archivedThreads']['has'](_0x2587ae)&&this['archivedThreads']['remove'](_0x2587ae);});}),this['listenTo'](_0x2aa495,'removeCommentThread',(_0x1ca2de,{threadId:_0x3551b1})=>{const _0xffab65=_0x2aa495['getCommentThread'](_0x3551b1);this['stopListening'](_0xffab65),this['archivedThreads']['has'](_0xffab65)&&this['archivedThreads']['remove'](_0xffab65);},{'priority':'highest'}),this['listenTo'](_0x1657f1['collection'],'focus',(_0x2ff483,_0x33a83f)=>{_0x33a83f['isVisible']||(_0x33a83f['isActive']=!0x0,_0x1657f1['activate'](_0x33a83f));});}['_calculatePosition'](_0x32d682){const _0x267116=[...this['archivedThreads']]['findIndex'](_0x432ee3=>_0x432ee3['archivedAt']<_0x32d682);return _0x267116>-0x1?_0x267116:this['archivedThreads']['length'];}}class a extends _0x4f76fc{['commentsArchiveView'];['annotationViews'];['_pendingThreads'];static get['pluginName'](){return'CommentsArchiveUI';}static get['requires'](){return[p,_0x1e4f6d];}constructor(_0x273101){super(_0x273101),this['annotationViews']=new _0x74a065(),this['_pendingThreads']=[];}['init'](){const _0x10ac97=this['editor'];_0x10ac97['ui']['componentFactory']['add']('commentsArchive',()=>this['_createCommentsArchiveButton'](_0x358e4f,!0x0)),_0x10ac97['ui']['componentFactory']['add']('menuBar:commentsArchive',()=>{const _0x52ec15=this['_createCommentsArchiveButton'](_0x1b32a2);return _0x52ec15['set']({'role':'menuitemcheckbox'}),_0x52ec15;});const _0x5f4914=_0x10ac97['plugins']['get'](p),_0x14416b=_0x10ac97['plugins']['get']('Annotations'),_0x1865c9=_0x10ac97['plugins']['get']('CommentsRepository');this['listenTo'](_0x5f4914['archivedThreads'],'add',(_0xa9d490,_0x305002)=>{const _0x40a24b=_0x10ac97['config']['get']('collaboration.channelId');if(!_0x40a24b||_0x305002['channelId']===_0x40a24b){const _0x2c5e80=_0x1865c9['_threadToController']['get'](_0x305002);if(!_0x2c5e80)return void this['_pendingThreads']['push'](_0x305002);const _0x1da7de=this['_calculatePosition'](_0x305002['archivedAt']),_0x35ad83=_0x14416b['getByInnerView'](_0x2c5e80['view']);_0x35ad83['isVisible']&&_0x14416b['_visibleAnnotations']['remove'](_0x35ad83),this['annotationViews']['add'](_0x35ad83['view'],_0x1da7de);}}),this['listenTo'](_0x14416b['collection'],'add',(_0x22a9b3,_0x406642)=>{const _0x3f7e36=this['_pendingThreads']['find'](_0x543ed6=>{const _0x35032d=_0x1865c9['_threadToController']['get'](_0x543ed6);return _0x35032d&&_0x406642['innerView']===_0x35032d['view'];});if(_0x3f7e36){const _0x4d9bb1=this['_calculatePosition'](_0x3f7e36['archivedAt']);this['annotationViews']['add'](_0x406642['view'],_0x4d9bb1),this['_pendingThreads']['splice'](this['_pendingThreads']['indexOf'](_0x3f7e36),0x1);}}),this['listenTo'](_0x5f4914['archivedThreads'],'remove',(_0x2fda75,_0x170fd2)=>{const _0x5c7919=_0x10ac97['config']['get']('collaboration.channelId');if(!_0x5c7919||_0x170fd2['channelId']===_0x5c7919){const _0xaf1d33=_0x1865c9['_threadToController']['get'](_0x170fd2),_0x3691af=_0x14416b['getByInnerView'](_0xaf1d33['view']);this['annotationViews']['remove'](_0x3691af['view']),this['stopListening'](_0x3691af['focusableElements']);}}),this['listenTo'](_0x1865c9,'escapeThread',(_0x3eff9,{threadId:_0x574a60,channelId:_0x462242})=>{if(_0x462242!==_0x10ac97['config']['get']('collaboration.channelId'))return;if(!_0x1865c9['getCommentThread'](_0x574a60)['archivedAt'])return;const _0x457d99=_0x10ac97['plugins']['get']('Dialog');_0x457d99['isOpen']&&'commentsArchive'===_0x457d99['id']&&_0x457d99['hide']();});}['_calculatePosition'](_0x39529f){const _0x29c8db=this['editor']['config']['get']('collaboration.channelId'),_0x5e68f4=[...this['editor']['plugins']['get'](p)['archivedThreads']]['filter'](_0x5c11cb=>_0x5c11cb['channelId']===_0x29c8db)['findIndex'](_0x47c5f3=>_0x47c5f3['archivedAt']<_0x39529f);return _0x5e68f4<0x0||_0x5e68f4>this['annotationViews']['length']?this['annotationViews']['length']:_0x5e68f4-0x1;}['_toggleDialog'](){const _0x5a882e=this['editor'],_0x450015=_0x5a882e['plugins']['get']('Dialog');this['commentsArchiveView']||(this['commentsArchiveView']=new Y(_0x5a882e['locale'],this['annotationViews'])),'commentsArchive'===_0x450015['id']?_0x450015['hide']():_0x450015['show']({'id':'commentsArchive','title':S(_0x5a882e['locale'],'COMMENTS_ARCHIVE'),'icon':X,'hasCloseButton':!0x0,'content':this['commentsArchiveView'],'position':_0x3dde70['EDITOR_TOP_SIDE']});}['_createCommentsArchiveButton'](_0x34189c,_0x5bc92d=!0x1){const _0x2c33dc=this['editor']['locale'],_0x5b8c0d=this['editor']['plugins']['get']('Dialog'),_0x3ec7f1=new _0x34189c(_0x2c33dc);return _0x3ec7f1['bind']('isEnabled')['to'](this,'isEnabled'),_0x3ec7f1['bind']('isOn')['to'](_0x5b8c0d,'id',_0x55e1a1=>'commentsArchive'===_0x55e1a1),_0x3ec7f1['set']({'label':S(_0x2c33dc,'COMMENTS_ARCHIVE'),'icon':X,'isToggleable':!0x0}),_0x5bc92d&&(_0x3ec7f1['tooltip']=!0x0),this['listenTo'](_0x3ec7f1,'execute',()=>this['_toggleDialog']()),_0x3ec7f1;}}class f extends _0x4f76fc{static get['requires'](){return[m,r,s,p,a,e,n,i,c];}static get['pluginName'](){return'Comments';}}export{T as AnnotationView,_ as Annotations,j as AnnotationsUIs,es as BaseCommentThreadView,ns as BaseCommentView,se as Comment,ee as CommentThread,yt as CommentThreadController,xt as CommentThreadInputView,At as CommentThreadView,Ct as CommentView,f as Comments,kt as CommentsListView,e as CommentsOnly,m as CommentsRepository,s as CommentsUI,b as EditorAnnotations,c as InlineAnnotations,i as NarrowSidebar,n as WideSidebar};