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

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 _0x79f10c,icons as _0x4ec546,ContextPlugin as _0x510bd7,PendingActions as ht,Context as _0x555586,Command as _0x559cfe,Plugin as _0x36b4f3}from'@ckeditor/ckeditor5-core/dist/index.js';import{ObservableMixin as _0x2a7e33,uid as _0x19a104,KeystrokeHandler as Et,FocusTracker as _0x5a224c,diff as _0x22e383,Collection as _0x97c426,Rect as _0xca8c85,CKEditorError as _0x389022,priorities as Wt,scrollViewportToShowTarget as tt,getEnvKeystrokeText as _0x67be5e,toUnit as Ht,DomEmitterMixin as _0xadcc96,keyCodes as _0x5eef7a}from'@ckeditor/ckeditor5-utils/dist/index.js';import{UserView as _0x5a878c,AriaDescriptionView as _0x1f83b2,setupThreadKeyboardNavigation as _0x427944,ConfirmMixin as ti,LateFocusButtonView as _0x2e1e08,trimHtml as _0x14323c,LateFocusDropdownButtonView as _0x3be53d,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 _0x144ad1}from'lodash-es';import{EditorUIView as tr,InlineEditableUIView as Zt,EditorUI as Xt,View as _t,FocusCycler as Ft,ButtonView as _0x1730d1,ViewCollection as _0x5914da,createDropdown as _0x430ec6,ListView as _0x4451d1,focusChildOnDropdownOpen as _0x53923f,ListItemView as _0x471d89,MenuBarMenuListItemButtonView as _0x155bf7,BodyCollection as _0x4316b7,BalloonPanelView as _0xc3088,ContextualBalloon as _0x5c3f44,Dialog as _0x1defca,DialogViewPosition as _0x1c6254}from'@ckeditor/ckeditor5-ui/dist/index.js';import{disablePlaceholder as Bt,enablePlaceholder as zt,MouseObserver as _0x312cf0}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
+ _0x2a7e33(){['model'];['view'];constructor(_0x1eebad,_0x3c7c48){super(),this['model']=_0x1eebad,this['model']['_isAttached']=!0x0,this['view']=_0x3c7c48,this['listenTo'](_0x3c7c48,'submitCommentThread',()=>this['submit']()),this['listenTo'](_0x3c7c48,'removeCommentThread',()=>this['remove']()),this['listenTo'](_0x3c7c48,'resolveCommentThread',()=>this['resolve']()),this['listenTo'](_0x3c7c48,'reopenCommentThread',()=>this['reopen']()),this['listenTo'](_0x3c7c48,'addComment',(_0x4c0fcf,_0x4666a7)=>this['addComment'](_0x4666a7)),this['listenTo'](_0x3c7c48,'updateComment',(_0x13a54d,_0x1dcb76,_0x26a95b)=>this['updateComment'](_0x1dcb76,_0x26a95b)),this['listenTo'](_0x3c7c48,'removeComment',(_0xd3e5c,_0x396da0)=>this['removeComment'](_0x396da0));}['submit'](){this['model']['submit']();}['remove'](){this['model']['remove']();}['resolve'](){this['model']['isResolved']||this['model']['resolve']();}['reopen'](){this['model']['isResolved']&&this['model']['reopen']();}['addComment'](_0x2799ab){this['model']['addComment']({'content':_0x2799ab,'authorId':this['view']['_localUser']['id']});}['updateComment'](_0x5a3444,_0x1d4b7f){this['model']['getComment'](_0x5a3444)['update']({'content':_0x1d4b7f});}['removeComment'](_0x3e2cb0){this['model']['getComment'](_0x3e2cb0)['remove']();}['destroy'](){this['stopListening'](),this['model']['_isAttached']=!0x1;}}function S(_0x2a331f,_0x256ef9,_0xfaeca0){const t=_0x2a331f['t'];switch(_0x256ef9){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'},_0xfaeca0);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'},_0xfaeca0);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'},_0xfaeca0);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'},_0xfaeca0);case'NUMBER_OF_COMMENTS':return t({'string':'%0\x20Comment','plural':'%0\x20Comments','id':'NUMBER_OF_COMMENTS'},_0xfaeca0);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'},_0xfaeca0);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'},_0xfaeca0);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'},_0xfaeca0);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(_0x282f94,_0x4ca314){super(_0x282f94);const _0x5ef09f=_0x19a104();this['main']=this['createCollection'](),this['editable']=new Zt(_0x282f94,_0x4ca314,void 0x0,{'label':()=>S(_0x282f94,'Comment\x20editor')}),this['setTemplate']({'tag':'div','attributes':{'class':['ck-reset','ck-editor','ck-rounded-corners','ck-comment__input'],'dir':_0x282f94['uiLanguageDirection'],'lang':_0x282f94['uiLanguage'],'aria-labelledby':'cke-editor__aria-label_'+_0x5ef09f},'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(_0x40c813){super(_0x40c813),this['view']=new Yt(_0x40c813['locale'],_0x40c813['editing']['view']);}get['element'](){return this['view']['element'];}['init'](){const _0x3c569d=this['editor']['editing']['view'],_0x4158a5=this['view']['editable'],_0x199d8d=_0x3c569d['document']['getRoot']();_0x4158a5['name']=_0x199d8d['rootName'],this['view']['render']();const _0x5319ad=_0x4158a5['element'];this['setEditableElement'](_0x4158a5['name'],_0x5319ad),this['view']['editable']['bind']('isFocused')['to'](this['focusTracker']),_0x3c569d['attachDomRoot'](_0x5319ad),this['fire']('ready');}['destroy'](){super['destroy'](),this['view']['destroy']();}}const Ut=[Gt,Jt,Kt,Nt,Qt,Rt,St];class Vt extends/* #__PURE__ -- @preserve */
25
+ _0x2a7e33(_0x79f10c){static ['defaultPlugins']=/* #__PURE__ -- @preserve */
26
+ ((()=>Ut)());constructor(_0x31daf3={}){(_0x31daf3=Object['assign']({},_0x31daf3))['plugins']||(_0x31daf3['plugins']=Vt['defaultPlugins']),super(_0x31daf3),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 _0x35f378=this['config']['get']('initialData')||'';return this['initPlugins']()['then'](()=>this['ui']['init']())['then'](()=>this['data']['init'](_0x35f378))['then'](()=>this['fire']('ready'));}['destroy'](){return super['destroy']()['then'](()=>this['ui']['destroy']());}['focus'](){this['model']['change'](_0x553153=>{const _0x61731a=this['model']['document']['getRoot'](),_0x116e22=_0x61731a&&_0x61731a['getChild'](_0x61731a['childCount']-0x1);_0x553153['setSelection'](_0x116e22,'end'),this['editing']['view']['focus']();});}['_updatePlaceholder'](){const _0x2ee95c=this['editing']['view'],_0x1c5ca3=_0x2ee95c['document']['getRoot'](),_0x24eb48=_0x1c5ca3['getChild'](0x0);_0x1c5ca3['childCount']>0x1||!_0x24eb48||'p'!=_0x24eb48['name']?this['placeholderElement']&&this['placeholderElement']['placeholder']&&(Bt(_0x2ee95c,this['placeholderElement']),this['placeholderElement']=void 0x0):(this['placeholder']&&(_0x24eb48['placeholder']=this['placeholder']),zt({'view':_0x2ee95c,'element':_0x24eb48,'keepOnFocus':!0x0}),this['placeholderElement']=_0x24eb48);}}class rs extends _t{['keystrokes'];['focusTracker'];['focusables'];['focusCycler'];['submitButtonView'];['cancelButtonView'];['_editorConfig'];constructor(_0x1d0f73,_0x4d1464={}){super(_0x1d0f73),this['editor']=null,this['_editorConfig']=_0x4d1464,this['set']('value',_0x4d1464['initialData']||''),this['set']('disabledSubmit',!0x1),this['set']('showButtons',!0x0),this['set']('placeholder',S(_0x1d0f73,'Reply...')),this['set']('submitLabel',S(_0x1d0f73,'Reply')),this['submitButtonView']=this['_createSubmitButton'](),this['cancelButtonView']=this['_createCancelButton'](),this['focusables']=this['createCollection']([this['submitButtonView'],this['cancelButtonView']]),this['keystrokes']=new Et(),this['focusTracker']=new _0x5a224c(),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',(_0x19e378,_0x3aaf29)=>{this['cancelButtonView']['fire']('execute'),_0x3aaf29();}),this['keystrokes']['set']('Ctrl+Enter',(_0x410831,_0x1ff28d)=>{this['submitButtonView']['isEnabled']&&(this['submitButtonView']['fire']('execute'),_0x1ff28d());}),this['on']('submit',(_0x142f61,_0x8b59b2)=>{_0x8b59b2['length']>0xfde8?(alert(S(_0x1d0f73,'TOO_LONG_COMMENT_ALERT',[_0x8b59b2['length'],0xfde8])),_0x142f61['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 _0x32674e=this['editor'];this['element']['insertBefore'](_0x32674e['ui']['element'],this['element']['firstChild']),_0x32674e['model']['document']['on']('change',()=>this['value']=_0x32674e['getData']()),_0x32674e['bind']('placeholder')['to'](this),this['focusables']['add'](_0x32674e['ui']['view'],0x0),this['fire']('editorReady',this['editor']);})),this['_editorCreationPromise'];}['focus'](_0x25868a){-0x1===_0x25868a?(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:_0x316216}=this,_0x163ffa=new _0x1730d1(_0x316216);return _0x163ffa['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--submit']}}),_0x163ffa['withText']=!0x0,_0x163ffa['bind']('label')['to'](this,'submitLabel'),_0x163ffa['on']('execute',()=>{this['fire']('submit',this['value']);}),_0x163ffa['bind']('isEnabled')['to'](this,'value',this,'disabledSubmit',(_0x314a8d,_0xe962e3)=>!_0xe962e3&&!!_0x314a8d['trim']()),_0x163ffa;}['_createCancelButton'](){const {locale:_0x14756c}=this,_0x227ccc=new _0x1730d1(_0x14756c);return _0x227ccc['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--cancel']}}),_0x227ccc['label']=S(_0x14756c,'Cancel'),_0x227ccc['withText']=!0x0,_0x227ccc['on']('execute',()=>{this['editor']['setData'](''),this['fire']('cancel');}),_0x227ccc;}['_setupKeyboardNavigation'](){this['keystrokes']['listenTo'](this['element']),this['focusables']['forEach'](_0x489ded=>{this['focusTracker']['add'](_0x489ded['element']);}),this['focusables']['on']('change',(_0x2723bf,_0x7b160e)=>{for(const _0x5d45dc of Array['from'](_0x7b160e['added'])['reverse']())this['focusTracker']['add'](_0x5d45dc['element']);});}}class xt extends _t{constructor(_0x272c67,_0x2871ae,_0x2ba970){super(_0x272c67),this['commentInputView']=new rs(_0x272c67,_0x2ba970),this['focusCycler']=this['commentInputView']['focusCycler'],this['commentInputView']['bind']('showButtons')['to'](this['commentInputView']['focusTracker'],'isFocused',this['commentInputView'],'value',(_0x2bb1d5,_0x333df4)=>_0x2bb1d5||!!_0x333df4),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 _0x5a878c(_0x272c67,_0x2871ae),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'](_0x5b2b2d){this['commentInputView']['focus'](_0x5b2b2d);}}class cs extends _t{constructor(_0x5462f2){super(_0x5462f2);const _0x4d947a=this['bindTemplate'];this['set']('count',void 0x0),this['setTemplate']({'tag':'li','attributes':{'class':'ck-thread__comment-count'},'children':[{'text':_0x4d947a['to']('count',_0x32a78f=>S(_0x5462f2,'NUMBER_OF_COMMENTS',_0x32a78f))}]});}}class kt extends _t{['commentViews'];['resolvedCommentView'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];['_collapsedCommentsView'];constructor(_0xb840fd,_0x513321,_0x5c37b9){super(_0xb840fd);const _0xa79b12=this['bindTemplate'];this['set']('hasDirtyComment',!0x1),this['set']('length',_0x513321['comments']['length']),this['set']('isActive',!0x1),this['_model']=_0x513321,this['_config']=_0x5c37b9,this['commentViews']=this['createCollection'](),this['visibleViews']=this['createCollection'](),this['resolvedCommentView']=null,this['focusTracker']=new _0x5a224c(),this['keystrokes']=new Et(),this['focusCycler']=new Ft({'focusables':this['commentViews'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x218bcd=>this['commentViews']['map'](_0x4d337b=>_0x4d337b['element'])['includes'](_0x218bcd['target'])},'actions':{'focusPrevious':'arrowup','focusNext':'arrowdown'}}),this['_collapsedCommentsView']=new cs(_0xb840fd),this['_collapsedCommentsView']['bind']('count')['to'](this,'length',_0x5197b5=>_0x5197b5-this['_config']['maxCommentsWhenCollapsed']);for(const _0x1bdc3d of _0x513321['comments'])this['_handleNewCommentModel'](_0x1bdc3d);this['_handleInfoComment'](),this['listenTo'](_0x513321['comments'],'add',(_0x370556,_0x3ecace)=>{const _0x4780db=this['_calculatePosition'](_0x3ecace);this['length']++,this['_handleNewCommentModel'](_0x3ecace,_0x4780db),this['refreshVisibleViews']();}),this['listenTo'](_0x513321['comments'],'remove',(_0x2955b7,_0x4f333c)=>{this['length']--,this['_handleRemoveCommentModel'](_0x4f333c),this['refreshVisibleViews']();}),this['listenTo'](_0x513321,'commentUpdated',()=>this['refreshVisibleViews']()),this['listenTo'](_0x513321,'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',_0xa79b12['if']('length','ck-hidden',_0x509633=>!_0x509633)],'aria-label':S(_0xb840fd,'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'](_0x5a559f){-0x1===_0x5a559f?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}['destroy'](){this['_collapsedCommentsView']['destroy']();for(const _0x3ea58f of this['commentViews'])_0x3ea58f['destroy']();super['destroy']();}['refreshVisibleViews'](){this['_shouldCollapse']?this['_rearrangeCollapse']():this['_rearrangeExpand']();}['_handleNewCommentModel'](_0x102a84,_0x228d90){const _0x36a66b=new this['_config']['CommentView'](this['locale'],_0x102a84,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig']});_0x36a66b['viewUid']=_0x102a84['id'],_0x36a66b['delegate']('removeComment')['to'](this),_0x36a66b['delegate']('updateComment')['to'](this),_0x36a66b['delegate']('resolveCommentThread')['to'](this),_0x36a66b['delegate']('editorReady')['to'](this),_0x36a66b['delegate']('editorDestroyed')['to'](this),this['listenTo'](_0x36a66b,'change:isEditMode',()=>this['_updateHasDirtyComment']()),this['commentViews']['add'](_0x36a66b,_0x228d90);}['_calculatePosition'](_0xd32526){const _0x460bc6=this['_model']['_findOptimalIndex'](_0xd32526);return this['resolvedCommentView']?this['resolvedCommentView']['authoredAt']>_0xd32526['authoredAt']?_0x460bc6-0x1:_0x460bc6:_0x460bc6-0x1;}['_handleInfoComment'](){if(this['_model']['resolvedBy']&&this['_model']['resolvedAt']){const _0x507620={'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'],_0x507620,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig'],'isSystemComment':!0x0}),this['commentViews']['add'](this['resolvedCommentView'],this['_model']['_findOptimalIndex'](_0x507620));}else this['resolvedCommentView']&&(this['commentViews']['remove'](this['resolvedCommentView']),this['resolvedCommentView']['destroy'](),this['resolvedCommentView']=null);this['refreshVisibleViews']();}['_handleRemoveCommentModel'](_0x54646a){const _0x3950b9=this['commentViews']['remove'](_0x54646a['id']);this['stopListening'](_0x3950b9),_0x3950b9['isEditMode']&&this['_updateHasDirtyComment'](),_0x3950b9['destroy']();}['_updateHasDirtyComment'](){this['hasDirtyComment']=Array['from'](this['commentViews'])['some'](_0x25eaee=>_0x25eaee['isEditMode']);}['_rearrangeCollapse'](){const _0x5d2d80=function(_0x4e984e){const _0x2c8fca=new _0x97c426();for(const _0x548771 of _0x4e984e)_0x2c8fca['add'](_0x548771);return _0x2c8fca;}(this['commentViews']),_0x16b44b=this['_collapsedCommentsView']['count'];for(let _0x3a73ab=0x1;_0x3a73ab<=_0x16b44b;_0x3a73ab++)_0x5d2d80['remove'](0x1);for(const _0x286ca5 of _0x5d2d80)_0x286ca5['collapse']();_0x16b44b>0x0&&_0x5d2d80['add'](this['_collapsedCommentsView'],0x1),ms(_0x22e383(Array['from'](this['visibleViews']),Array['from'](_0x5d2d80)),this['visibleViews'],_0x5d2d80);}['_rearrangeExpand'](){ms(_0x22e383(Array['from'](this['visibleViews']),Array['from'](this['commentViews'])),this['visibleViews'],this['commentViews']);for(const _0x3804bd of this['visibleViews'])_0x3804bd['expand']();}['_setupKeyboardNavigation'](){this['commentViews']['forEach'](_0x1c355d=>{this['focusTracker']['add'](_0x1c355d['element']),this['keystrokes']['listenTo'](_0x1c355d['element']);}),this['commentViews']['on']('change',(_0x37f7b3,_0x36e3f2)=>{for(const _0x23622d of _0x36e3f2['removed'])this['focusTracker']['remove'](_0x23622d['element']),this['keystrokes']['stopListening'](_0x23622d['element']);for(const _0x241cab of Array['from'](_0x36e3f2['added'])['reverse']())this['focusTracker']['add'](_0x241cab['element']),this['keystrokes']['listenTo'](_0x241cab['element']);});}}function ms(_0x508c15,_0x599470,_0x3a7963){let _0x18c9c9=0x0;for(const _0x3c2b90 of _0x508c15)switch(_0x3c2b90){case'insert':_0x599470['add'](_0x3a7963['get'](_0x18c9c9),_0x18c9c9),_0x18c9c9++;break;case'delete':_0x599470['remove'](_0x18c9c9);break;case'equal':_0x18c9c9++;}}class ls extends _t{constructor(_0x42fd50){super(_0x42fd50);const _0x58a76a=this['bindTemplate'];this['set']('contextValue',''),this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-context__value'],'aria-label':_0x58a76a['to']('contextValue',_0x117b1d=>S(_0x42fd50,'THREAD_CONTEXT_LABEL',_0x117b1d)),'tabindex':-0x1},'children':[{'text':_0x58a76a['to']('contextValue')}]});}['focus'](){this['element']['focus']();}}class ts extends _t{['_model'];['reopenButtonView'];['contextView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];constructor(_0x3528a4,_0x4d6d7b){super(_0x3528a4);const _0xfd488c=this['bindTemplate'];this['_model']=_0x4d6d7b,this['reopenButtonView']=this['_createReopenButton'](),this['contextView']=this['_createContextView'](),this['focusables']=this['createCollection']([this['contextView'],this['reopenButtonView']]),this['focusTracker']=new _0x5a224c(),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',_0x570b8d=>!!_0x570b8d),this['bind']('contextValue')['to'](this['_model'],'context',_0x4a2187=>_0x4a2187&&_0x4a2187['value']?this['_trimContextValue'](_0x4a2187['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',_0xfd488c['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 _0x5c51d0=new _0x1730d1(this['locale']);return _0x5c51d0['label']=S(this['locale'],'Reopen'),_0x5c51d0['tooltip']=S(this['locale'],'Reopen'),_0x5c51d0['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>',_0x5c51d0['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x3e261b=>!_0x3e261b),_0x5c51d0['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x3ef979,_0x4eedeb)=>_0x3ef979&&_0x4eedeb),_0x5c51d0['on']('execute',()=>{this['fire']('reopenCommentThread',this['_model']['id']);}),_0x5c51d0;}['_trimContextValue'](_0x57691e){if(_0x57691e['length']<0x96)return _0x57691e;const _0x424642=_0x57691e['lastIndexOf']('\x20',0x93);return _0x57691e['substring'](0x0,_0x424642>-0x1?_0x424642:0x93)+'...';}['_attachContextActions'](){const _0x37e9c8=this['element']['querySelector']('.ck-context'),_0x409b09=_0x37e9c8['querySelector']('.ck-context__value');this['listenTo'](_0x37e9c8,'mouseenter',()=>{_0x409b09['offsetWidth']<_0x409b09['scrollWidth']&&_0x37e9c8['classList']['add']('overlay');}),this['listenTo'](_0x37e9c8,'mouseleave',()=>{_0x37e9c8['classList']['remove']('overlay');});}['_setupKeyboardNavigation'](){this['keystrokes']['listenTo'](this['element']);for(const _0x403653 of this['focusables'])this['focusTracker']['add'](_0x403653['element']),this['keystrokes']['listenTo'](_0x403653['element']);}['_createContextView'](){const _0x41ea29=new ls(this['locale']);return _0x41ea29['bind']('contextValue')['to'](this),_0x41ea29;}}class es extends _t{['_model'];['_config'];['commentThreadHeaderView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];constructor(_0x5db489,_0x2d07d6,_0x38b563,_0x34e5d3){super(_0x5db489),this['set']('isActive',!0x1),this['set']('isDirty',!0x1),this['_model']=_0x2d07d6,this['_localUser']=_0x38b563,this['_config']=_0x34e5d3,this['commentThreadHeaderView']=new ts(_0x5db489,_0x2d07d6),this['commentThreadHeaderView']['delegate']('reopenCommentThread')['to'](this),this['ariaDescriptionView']=new _0x1f83b2(_0x5db489,S(_0x5db489,'COMMENT_THREAD_DESCRIPTION')),this['listenTo'](this,'reopenCommentThread',()=>{this['focus']();}),this['commentsListView']=new kt(_0x5db489,_0x2d07d6,Object['assign']({'CommentView':this['_config']['CommentView']},_0x34e5d3)),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',(_0x66d476,_0x39fa0c)=>_0x66d476||!!_0x39fa0c),this['bind']('isUnlinked')['to'](_0x2d07d6,'unlinkedAt',_0x56ab48=>!!_0x56ab48),this['bind']('ariaLabel')['to'](this,'length',_0x328ef8=>{const _0x332965=this['_model']['comments']['first']?this['_model']['comments']['first']['author']['name']:this['_localUser']['name'];return S(this['locale'],'COMMENT_THREAD_LABEL',[_0x328ef8,_0x332965]);}),this['focusables']=this['createCollection']([this['commentsListView'],this['commentThreadInputView']]),this['focusTracker']=new _0x5a224c(),this['keystrokes']=new Et(),this['focusCycler']=new Ft({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x6c5393=>_0x6c5393['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}});}['focus'](){this['element']['focus']();}['render'](){super['render'](),_0x427944(this,this['focusables']);}async['destroy'](){this['isDirty']=!0x1,this['commentsListView']['destroy'](),await this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentThreadInputView'](){const _0x56e46b=new xt(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x318e2d=_0x56e46b['commentInputView'];return _0x56e46b['bind']('showInput')['to'](this,'isActive',this['_model'],'isReadOnly',this['_model'],'canComment',this['_model'],'archivedAt',_0x318e2d,'value',(_0x11e649,_0x1e627e,_0xabcf5c,_0x4d1da3,_0x115268)=>!!_0x115268||!!_0x4d1da3&&_0xabcf5c&&!_0x1e627e||_0x11e649&&_0xabcf5c&&!_0x1e627e),_0x318e2d['bind']('placeholder')['to'](this,'length',this['_model'],'isResolvable',this['_model'],'isResolved',(_0x198a90,_0x1e88cd,_0x500d1c)=>{let _0x2db97a;return _0x2db97a=_0x500d1c&&_0x1e88cd?'Reply\x20to\x20reopen\x20discussion...':_0x198a90?'Reply...':'Write\x20a\x20comment...',S(this['locale'],_0x2db97a);}),_0x318e2d['bind']('submitLabel')['to'](this,'length',_0x36b450=>S(this['locale'],_0x36b450?'Reply':'Comment')),_0x318e2d['on']('submit',(_0xde16c9,_0x5968c3)=>{this['fire']('addComment',_0x5968c3),this['_model']['isResolved']&&this['_model']['isResolvable']&&this['fire']('reopenCommentThread',this['_model']['id']),this['_model']['isSubmitted']||this['fire']('submitCommentThread');}),_0x318e2d['on']('cancel',()=>{this['focus']();}),_0x318e2d['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x318e2d['on']('cancel',_0xb40ceb=>{0x0==this['length']&&(this['fire']('removeCommentThread'),_0xb40ceb['stop']());}),this['on']('change:isActive',(_0x397335,_0xf56f88,_0x4f36bb)=>{_0x4f36bb||this['length']||_0x318e2d['value']||this['fire']('removeCommentThread');}),_0x56e46b;}}class At extends/* #__PURE__ -- @preserve */
27
+ ti(es){['commentThreadChildren'];['containerElement'];['resolveButton'];['_boundFirstCommentView'];constructor(_0x750280,_0x3c2631,_0x28373c,_0x598127){super(_0x750280,_0x3c2631,_0x28373c,_0x598127),this['commentThreadChildren']=this['createCollection']([this['commentsListView'],this['commentThreadInputView'],this['ariaDescriptionView']]),this['set']('actionIndicator',null),this['containerElement']=null,this['_boundFirstCommentView']=null,this['locale']=_0x750280,this['resolveButton']=this['_createResolveButton'](),this['setTemplate'](this['getTemplate']()),this['on']('change:isActive',(_0x5bac51,_0x29e2db,_0x34e0ea)=>{_0x34e0ea||this['_cancelAllConfirms']();}),this['listenTo'](this['_model'],'change:isReadOnly',(_0x238f88,_0x77689d,_0x4ea44d)=>{_0x4ea44d&&this['_cancelAllConfirms']();}),this['length']>0x0&&this['_bindFirstCommentView'](),this['listenTo'](this['commentsListView']['commentViews'],'add',()=>{this['_bindFirstCommentView']();});}['getTemplate'](){const _0x4e6f33=this['bindTemplate'];return{'tag':'div','attributes':{'class':['ck','ck-thread','ck-reset_all-excluded','ck-rounded-corners',_0x4e6f33['if']('isActive','ck-thread--active'),_0x4e6f33['if']('isUnlinked','ck-thread--unlinked'),_0x4e6f33['if']('isConfirm','ck-thread--remove-confirmation'),_0x4e6f33['to']('actionIndicator',_0x10b6ae=>_0x10b6ae?'ck-thread--'+_0x10b6ae:'')],'data-thread-id':this['_model']['id'],'tabindex':0x0,'role':'listitem','aria-label':_0x4e6f33['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 _0x1f6acb of this['commentsListView']['commentViews'])_0x1f6acb['cancelConfirm']();}['_bindFirstCommentView'](){const {locale:_0x592074}=this,_0x450bd7=this['commentsListView']['commentViews']['get'](0x0);_0x450bd7===this['_boundFirstCommentView']||_0x450bd7['isSystemComment']||(this['_boundFirstCommentView']=_0x450bd7,this['unbind']('actionIndicator'),this['bind']('actionIndicator')['to'](_0x450bd7,'actionIndicator',_0x5e6825=>'remove'===_0x5e6825?'remove':null),_0x450bd7['placeholder']=S(_0x592074,'Write\x20a\x20comment...'),_0x450bd7['removeButton']['on']('execute',_0x1e789a=>{_0x1e789a['stop'](),this['showConfirm'](S(_0x592074,'Delete\x20comment\x20thread?'),this['containerElement'])['then'](()=>{this['fire']('removeCommentThread');});},{'priority':'high'}),this['on']('removeConfirm',()=>{_0x450bd7['focus']();}),_0x450bd7['actionBar']['add'](this['resolveButton'],0x0),_0x450bd7['focusables']['add'](this['resolveButton'],0x0));}['_createResolveButton'](){const _0x103a7e=new _0x2e1e08(this['locale']);return _0x103a7e['label']=S(this['locale'],'Resolve'),_0x103a7e['tooltip']=S(this['locale'],'Resolve'),_0x103a7e['icon']=_0x4ec546['check'],_0x103a7e['extendTemplate']({'attributes':{'class':'ck-comment--resolve'}}),_0x103a7e['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x581c2c=>!_0x581c2c),_0x103a7e['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x50986d,_0x20b939)=>_0x50986d&&!_0x20b939),_0x103a7e['on']('execute',()=>{this['fire']('resolveCommentThread',this['_model']['id']);}),_0x103a7e;}['_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(_0x1d4c9f){super(_0x1d4c9f),this['set']('content',''),this['setTemplate']({'tag':'div','attributes':{'class':['ck-content','ck-comment__content','ck-annotation__content']}});}['render'](){super['render'](),this['on']('change:content',(_0x493209,_0xf2f21a,_0x2c93c3)=>{this['element']['innerHTML']=_0x2c93c3;}),this['element']['innerHTML']=this['content'];}}class ns extends _t{['visibleView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];constructor(_0x598224,_0x1ba97e,_0x5091e9){super(_0x598224),this['_model']=_0x1ba97e,this['_config']=_0x5091e9,this['isSystemComment']=!!this['_config']['isSystemComment'],this['set']('isEditMode',!0x1),this['set']('isCollapsed',!0x0),this['bind']('ariaLabel')['to'](_0x1ba97e,'content',_0x1ba97e,'authoredAt',(_0x5cc673,_0x5aa86b)=>S(_0x598224,'COMMENT_ARIA_LABEL',[_0x1ba97e['author']['name'],_0x5091e9['formatDateTime'](_0x5aa86b),new DOMParser()['parseFromString'](_0x5cc673,'text/html')['body']['textContent'],_0x1ba97e['isExternal']?this['getExternalCommentNote']():''])),this['ariaDescriptionView']=new _0x1f83b2(_0x598224,S(_0x598224,'COMMENT_THREAD_DESCRIPTION')),this['visibleView']=this['createCollection'](),this['visibleView']['add'](this['_createCommentContentView']()),this['focusables']=new _0x5914da(),this['focusTracker']=new _0x5a224c(),this['keystrokes']=new Et(),this['focusCycler']=new Ft({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x32f628=>_0x32f628['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 _0x2a18fd=new os(this['locale']);return _0x2a18fd['bind']('content')['to'](this['_model'],'content',this,'isCollapsed',(_0x5217da,_0x56f5a2)=>_0x56f5a2?_0x14323c(_0x5217da,{'limit':this['_config']['maxCommentCharsWhenCollapsed']}):_0x5217da),_0x2a18fd;}['_createCommentInputView'](){this['_config']['editorConfig']||(this['_config']['editorConfig']={}),this['_config']['editorConfig']['initialData']=this['_model']['content'];const _0x2c753a=new rs(this['locale'],this['_config']['editorConfig']);return _0x2c753a['value']=this['_model']['content'],_0x2c753a['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x2c753a['submitLabel']=S(this['locale'],'Save'),_0x2c753a['on']('submit',(_0x13644d,_0x16cf8a)=>{this['fire']('updateComment',this['_model']['id'],_0x16cf8a),this['switchToDisplayMode'](),this['focus']();}),_0x2c753a['on']('cancel',()=>{this['switchToDisplayMode'](),this['focus']();}),_0x2c753a['once']('editorReady',()=>{_0x2c753a['focus']();}),_0x2c753a['createEditor'](),_0x2c753a['delegate']('editorReady')['to'](this),_0x2c753a['delegate']('editorDestroyed')['to'](this),_0x2c753a;}['_setupKeyboardNavigation'](){const _0x2343a5=this['element'];this['keystrokes']['listenTo'](_0x2343a5);for(const _0x4b017c of this['focusables'])this['focusTracker']['add'](_0x4b017c['element']),this['keystrokes']['listenTo'](_0x4b017c['element']);this['focusables']['on']('change',(_0x2c1d62,_0x56774c)=>{for(const _0x22d671 of _0x56774c['removed'])this['focusTracker']['remove'](_0x22d671['element']),this['keystrokes']['stopListening'](_0x22d671['element']);for(const _0x29a443 of _0x56774c['added'])this['focusTracker']['add'](_0x29a443['element']),this['keystrokes']['listenTo'](_0x29a443['element']);}),this['keystrokes']['set']('enter',(_0x14caa6,_0x58635f)=>{_0x2343a5===_0x14caa6['target']&&(this['focusCycler']['focusFirst'](),_0x58635f());}),this['keystrokes']['set']('esc',(_0x349511,_0xe214)=>{_0x2343a5!==_0x349511['target']&&(this['focus'](),_0xe214());});}}class Ct extends/* #__PURE__ -- @preserve */
28
+ ti(ns){['actionBar'];['userView'];constructor(_0x308c29,_0xda926a,_0x19dfe0){super(_0x308c29,_0xda926a,_0x19dfe0),this['set']('actionIndicator',null),this['set']('placeholder',S(_0x308c29,'Reply...')),this['bind']('authoredAt')['to'](_0xda926a),this['bind']('resolvedAt')['to'](_0xda926a),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 _0x5a878c(_0x308c29,_0xda926a['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-comment__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['listenTo'](_0xda926a,'change:isRemovable',()=>this['cancelConfirm']()),this['setTemplate'](this['getTemplate']());}['getTemplate'](){const _0x10fe6b=this['bindTemplate'],_0x411135=[{'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':_0x10fe6b['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x10fe6b['to']('authoredAt',_0x5dcd1a=>this['_config']['formatDateTime'](_0x5dcd1a))}]}]},{'tag':'div','attributes':{'class':['ck-comment__actions','ck-annotation__actions',_0x10fe6b['if']('isEditMode','ck-comment__actions--hidden'),_0x10fe6b['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']&&_0x411135['push']({'tag':'div','attributes':{'class':['ck-comment__external']},'children':[{'text':this['getExternalCommentNote']()}]}),{'tag':'li','attributes':{'class':['ck-comment__wrapper',_0x10fe6b['if']('isConfirm','ck-comment--remove-confirmation')],'tabindex':-0x1,'aria-label':_0x10fe6b['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id'],'role':'listitem'},'children':[{'tag':'div','attributes':{'class':['ck-comment','ck-annotation',_0x10fe6b['if']('isEditMode','ck-comment--edit'),_0x10fe6b['if']('isSystemComment','ck-comment--info'),_0x10fe6b['to']('actionIndicator',_0x3013a3=>_0x3013a3?'ck-comment--'+_0x3013a3:'')],'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':_0x411135}]}]};}['_createEditButton'](){const _0xdd6854=new _0x1730d1(this['locale']);return _0xdd6854['label']=S(this['locale'],'Edit'),_0xdd6854['icon']=_0x4ec546['pencil'],_0xdd6854['withText']=!0x0,_0xdd6854['extendTemplate']({'attributes':{'class':'ck-comment--edit'}}),_0xdd6854['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x437c84=>!_0x437c84),_0xdd6854['bind']('isVisible')['to'](this['_model'],'isEditable'),_0xdd6854['on']('execute',()=>this['switchToEditMode']()),_0xdd6854;}['_createRemoveButton'](){const _0x4ed40b=new _0x1730d1(this['locale']);return _0x4ed40b['label']=S(this['locale'],'Remove'),_0x4ed40b['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',_0x4ed40b['withText']=!0x0,_0x4ed40b['extendTemplate']({'attributes':{'class':'ck-comment--remove'}}),_0x4ed40b['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x4b337f=>!_0x4b337f),_0x4ed40b['bind']('isVisible')['to'](this['_model'],'isRemovable'),_0x4ed40b['on']('execute',()=>{this['showConfirm'](S(this['locale'],'Delete\x20comment?'),this['element'])['then'](()=>{this['fire']('removeComment',this['_model']['id']);});}),_0x4ed40b;}['_createDropdown'](){const _0x2d6ac3=_0x430ec6(this['locale'],_0x3be53d),_0xe6e86d=_0x2d6ac3['panelView']['children'],_0x1b657c=new _0x4451d1(this['locale']),_0x58c576=_0x2d6ac3['bindTemplate'];_0x53923f(_0x2d6ac3,()=>this['items']['find'](_0x4d80f2=>_0x4d80f2['isVisible'])),_0x2d6ac3['extendTemplate']({'attributes':{'class':[_0x58c576['if']('isVisible','ck-hidden',_0x2baf82=>!_0x2baf82)]}});const _0x1d87b5=(_0x71d5d6,_0x501e85=-0x1)=>{const _0x4f7442=new _0x471d89(this['locale']);_0x4f7442['children']['add'](_0x71d5d6);const _0x37556f=_0x501e85>-0x1?_0x501e85:_0x1b657c['items']['length'];_0x1b657c['items']['add'](_0x4f7442,_0x37556f);const _0x1ce010=Array['from'](this['items']);_0x2d6ac3['unbind']('isEnabled','isVisible'),_0x2d6ac3['bind']('isEnabled')['toMany'](_0x1ce010,'isEnabled',(..._0x23f811)=>_0x23f811['some'](_0x8aae3d=>_0x8aae3d)),_0x2d6ac3['bind']('isVisible')['toMany'](_0x1ce010,'isVisible',(..._0x1d000e)=>_0x1d000e['some'](_0x1ca990=>_0x1ca990));};_0x2d6ac3['panelPosition']='sw',_0x2d6ac3['buttonView']['set']({'label':S(this['locale'],'Show\x20more\x20items'),'icon':_0x4ec546['threeVerticalDots']}),_0x2d6ac3['isEnabled']=[...this['items']]['some'](_0x10268b=>_0x10268b['isEnabled']),_0x2d6ac3['buttonView']['isVisible']=[...this['items']]['some'](_0x3901d0=>_0x3901d0['isVisible']);for(const _0x406003 of this['items'])_0x1d87b5(_0x406003);return _0xe6e86d['add'](_0x1b657c),_0x2d6ac3['listenTo'](this['items'],'add',(_0x47031d,_0x420753,_0x48d7f0)=>{_0x1d87b5(_0x420753,_0x48d7f0);}),_0x2d6ac3['listenTo'](this['items'],'remove',(_0x14bff4,_0x1903ec,_0x31b5ca)=>{_0x1b657c['items']['remove'](_0x31b5ca);}),_0x2d6ac3;}['_attachActions'](_0x4ba0fb,_0x1e4ad2){const _0x251364=_0x4ba0fb&&_0x4ba0fb['element'];_0x251364&&(this['listenTo'](_0x251364,'mouseenter',()=>this['actionIndicator']=_0x1e4ad2),this['listenTo'](_0x251364,'focus',()=>this['actionIndicator']=_0x1e4ad2),this['listenTo'](_0x251364,'mouseleave',()=>this['actionIndicator']=null),this['listenTo'](_0x251364,'blur',()=>this['actionIndicator']=null));}['_createCommentInputView'](){const _0x1aab02=super['_createCommentInputView']();return _0x1aab02['bind']('placeholder')['to'](this),_0x1aab02;}['render'](){super['render'](),this['_attachActions'](this['editButton'],'edit'),this['_attachActions'](this['removeButton'],'remove');}}function Lt(_0x501ffb){const _0x218010=Dt(_0x501ffb,0x1e),_0x17e0fe=new MutationObserver(_0x32bcba=>{for(const _0x20b3fd of _0x32bcba)('attributes'==_0x20b3fd['type']&&'class'==_0x20b3fd['attributeName']||'childList'==_0x20b3fd['type']||'characterData'==_0x20b3fd['type'])&&_0x218010();});return{'attach'(_0xf8b5e8){_0x17e0fe['observe'](_0xf8b5e8,{'attributes':!0x0,'childList':!0x0,'subtree':!0x0,'characterData':!0x0});},'detach'(){_0x17e0fe['disconnect'](),_0x218010['cancel']();}};}class T extends _t{['focusTracker'];['id'];['keystrokes'];['content'];['mainView'];['_mutationObserver'];constructor(_0x5a86bb,_0x1a4148){super(_0x5a86bb),this['id']=_0x19a104(),this['focusTracker']=new _0x5a224c(),this['keystrokes']=new Et(),this['keystrokes']['set']('Esc',(_0x24a50f,_0x7ffac6)=>this['fire']('Esc',_0x7ffac6)),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'](_0x1a4148),this['mainView']=_0x1a4148;const _0x14984a=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-annotation-wrapper','ck-rounded-corners',_0x14984a['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 _0x543cd9=this['element']['clientHeight'];_0x543cd9&&(this['height']=_0x543cd9);}}class d extends/* #__PURE__ -- @preserve */
29
+ _0x2a7e33(){['view'];['focusableElements'];['_type'];['_target'];constructor({view:_0x1af1dd,target:_0x422726,type:_0x74b72b,isVisible:_0x542f9a=!0x0}){super(),this['view']=_0x1af1dd,this['view']['element']||this['view']['render'](),this['_type']=_0x74b72b,this['_target']=_0x422726,d['_assertCorrectTarget'](this['_getNormalizedTarget']()),this['focusableElements']=new _0x97c426([this['view']['element']],{'idProperty':'_id'}),this['focusableElements']['on']('add',(_0x52ed58,_0x3f8ba6)=>{this['view']['focusTracker']['add'](_0x3f8ba6);}),this['focusableElements']['on']('remove',(_0x26e660,_0x106629)=>{this['view']['focusTracker']['remove'](_0x106629);}),this['set']('isVisible',_0x542f9a);}get['type'](){return'function'==typeof this['_type']?this['_type']():this['_type'];}get['innerView'](){return this['view']['mainView'];}get['target'](){const _0x137cf8=this['_getNormalizedTarget']();return d['_assertCorrectTarget'](_0x137cf8),_0x137cf8;}get['targetRect'](){const _0x32b40f=this['target'];if(null===_0x32b40f)return null;if(_0x32b40f instanceof _0xca8c85)return _0x32b40f;const _0x23d6bc=_0x32b40f['filter'](_0x5a9549=>function(_0xce48f1){const _0x2b03da=_0xce48f1['offsetParent'];if(_0x2b03da)return!0x0;const _0x2d69ca=_0xce48f1['getClientRects']()['item'](0x0);return!!_0x2d69ca;}(_0x5a9549));return 0x0===_0x23d6bc['length']?null:new _0xca8c85(_0x23d6bc[0x0]['getClientRects']()['item'](0x0));}get['isActive'](){return this['view']['isActive'];}set['isActive'](_0x345117){this['view']['isActive']=_0x345117,this['view']['mainView']['isActive']=_0x345117;}['updateTargetRect'](){this['view']['targetRect']=this['targetRect'];}['destroy'](){this['focusableElements']['stopListening'](),this['focusableElements']['clear'](),this['stopListening']();}['refreshVisibility'](){this['isVisible']=!!this['targetRect'];}static['_assertCorrectTarget'](_0x1052a8){if(!(null===_0x1052a8||_0x1052a8 instanceof _0xca8c85||Array['isArray'](_0x1052a8)&&_0x1052a8['every'](_0x13c3e1=>te(_0x13c3e1))))throw new _0x389022('annotation-invalid-target',null,{'target':_0x1052a8});}['_getNormalizedTarget'](){const _0x44dd15='function'==typeof this['_target']?this['_target']():this['_target'];return te(_0x44dd15)?[_0x44dd15]:_0x44dd15;}}function te(_0x38cff3){return null!==_0x38cff3&&'object'==typeof _0x38cff3&&'nodeType'in _0x38cff3&&0x1===_0x38cff3['nodeType'];}class x extends _0x97c426{['_innerViewToAnnotation'];['_viewToAnnotation'];['_focusTracker'];constructor(_0x25882a=[]){super(),this['_innerViewToAnnotation']=new Map(),this['_viewToAnnotation']=new Map(),this['_focusTracker']=new _0x5a224c(),this['_focusTracker']['on']('change:isFocused',(_0x296348,_0x1009bd,_0x10b845)=>{_0x10b845||this['fire']('blur');});for(const _0xcf5eaf of _0x25882a)this['add'](_0xcf5eaf);}get['isFocused'](){return this['_focusTracker']['isFocused'];}['add'](_0xc5c278){if(this['has'](_0xc5c278))throw new _0x389022('annotationcollection-duplicated-item',null);this['_innerViewToAnnotation']['set'](_0xc5c278['innerView'],_0xc5c278),this['_viewToAnnotation']['set'](_0xc5c278['view'],_0xc5c278);for(const _0x38a0d3 of _0xc5c278['focusableElements'])this['_focusTracker']['add'](_0x38a0d3);this['listenTo'](_0xc5c278['focusableElements'],'add',(_0x3b3714,_0x28968c)=>{this['_focusTracker']['add'](_0x28968c);}),this['listenTo'](_0xc5c278['focusableElements'],'remove',(_0x581565,_0x1ec8c1)=>{this['_focusTracker']['remove'](_0x1ec8c1);}),this['listenTo'](_0xc5c278['view']['focusTracker'],'change:isFocused',(_0x104661,_0x8cecb5,_0x2911e5)=>{_0x2911e5&&this['fire']('focus',_0xc5c278);}),_0xc5c278['updateTargetRect']();const _0x30124d=this['_getOrderInContent'](_0xc5c278['view']['targetRect']);return super['add'](_0xc5c278,_0x30124d);}['remove'](_0x38291d){if(!this['has'](_0x38291d))throw new _0x389022('annotationcollection-not-existing-item',null);this['stopListening'](_0x38291d['view']['focusTracker']),this['stopListening'](_0x38291d['focusableElements']);for(const _0x4d8a39 of _0x38291d['focusableElements'])this['_focusTracker']['remove'](_0x4d8a39);return this['_viewToAnnotation']['delete'](_0x38291d['view']),this['_innerViewToAnnotation']['delete'](_0x38291d['innerView']),super['remove'](_0x38291d);}['getByInnerView'](_0xd5c740){return this['_innerViewToAnnotation']['get'](_0xd5c740);}['getByView'](_0x19da5d){return this['_viewToAnnotation']['get'](_0x19da5d);}['destroy'](){super['clear'](),this['stopListening'](),this['_innerViewToAnnotation']['clear'](),this['_viewToAnnotation']['clear'](),this['_focusTracker']['destroy']();}['refreshPositioning'](){for(const _0x4d85a8 of this)_0x4d85a8['updateTargetRect']();this['_sort']();}['_sort'](){const _0x4f7258=Array['from'](this)['sort']((_0x34a24e,_0x42522b)=>v(_0x34a24e['view']['targetRect'],_0x42522b['view']['targetRect']));for(let _0x185094=_0x4f7258['length']-0x1;_0x185094>0x0;_0x185094--){const _0x245f61=_0x4f7258[_0x185094];_0x185094!==this['getIndex'](_0x245f61)&&(this['remove'](_0x245f61),this['add'](_0x245f61));}}['_getOrderInContent'](_0x30d539){let _0x1a351e=0x0;if(!_0x30d539)return this['length'];for(const _0x19a636 of this){const _0x19987d=_0x19a636['view']['targetRect'];if(_0x19987d){if(v(_0x30d539,_0x19987d)<0x0)return _0x1a351e;_0x1a351e++;}}return _0x1a351e;}}function v(_0x4d824b,_0x1da348){if(null===_0x4d824b&&null===_0x1da348)return 0x0;if(null===_0x4d824b)return-0x1;if(null===_0x1da348)return 0x1;const _0x4cb72d=_0x4d824b['top']-_0x1da348['top'];return 0x0==_0x4cb72d?_0x4d824b['left']-_0x1da348['left']:_0x4cb72d;}class _ extends _0x510bd7{['collection'];['_visibleAnnotations'];static get['pluginName'](){return'Annotations';}constructor(_0xfec600){if(super(_0xfec600),this['collection']=new x(),this['_visibleAnnotations']=new x(),this['set']('activeAnnotations',new Set()),this['_bindAnnotationsToVisibleAnnotations'](),_0xfec600 instanceof _0x79f10c){const _0x32f95e=_0xfec600['locale'];_0xfec600['accessibility']['addKeystrokeInfoGroup']({'id':'annotations','label':S(_0x32f95e,'ACCESSIBILITY_HELP_ANNOTATIONS_GROUP'),'keystrokes':[{'label':S(_0x32f95e,'ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO'),'keystroke':'Ctrl+Shift+E'},{'label':S(_0x32f95e,'ACCESSIBILITY_HELP_ANNOTATIONS_EXIT'),'keystroke':'Esc'},{'label':S(_0x32f95e,'ACCESSIBILITY_HELP_ANNOTATIONS_ENTER'),'keystroke':'Enter'},{'label':S(_0x32f95e,'ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS'),'keystroke':[['Tab'],['Shift+Tab']]},{'label':S(_0x32f95e,'ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT'),'keystroke':['Ctrl+Enter']},{'label':S(_0x32f95e,'ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS'),'keystroke':[['Arrowup'],['Arrowdown']]}]});}}['add'](_0x194fad){this['collection']['add'](_0x194fad);}['remove'](_0x161e2f){this['collection']['remove'](_0x161e2f),_0x161e2f['destroy']();}['refreshVisibility'](){for(const _0x2fea89 of this['collection'])_0x2fea89['refreshVisibility']();}['refreshPositioning'](){this['_visibleAnnotations']['refreshPositioning']();}['getByInnerView'](_0x2d7fa7){return this['collection']['getByInnerView'](_0x2d7fa7);}['deactivateAll'](){this['fire']('_deactivateAllAnnotations');}['destroy'](){for(const _0x244c64 of this['collection'])_0x244c64['destroy']();this['_visibleAnnotations']['destroy'](),this['collection']['destroy'](),super['destroy']();}['activate'](_0x1cf784){this['fire']('_activateAnnotation',_0x1cf784);}['createAnnotation'](_0x4aed64){return new d(_0x4aed64);}['createAnnotationView'](_0x58f00f,_0x53342b){return new T(_0x58f00f,_0x53342b);}['_addActiveAnnotation'](_0x257676){const _0x203a45=new Set(this['activeAnnotations']);_0x203a45['add'](_0x257676),this['activeAnnotations']=_0x203a45;}['_removeActiveAnnotation'](_0x4fd6e7){const _0x189b2a=new Set(this['activeAnnotations']);_0x189b2a['delete'](_0x4fd6e7),this['activeAnnotations']=_0x189b2a;}['_bindAnnotationsToVisibleAnnotations'](){const _0xbe69f2=this['collection'],_0x5da517=this['_visibleAnnotations'];function _0xe178(_0x3f593f){const _0xa27655=_0x3f593f['source'];_0xa27655['isVisible']&&!_0x5da517['has'](_0xa27655)?_0x5da517['add'](_0xa27655):!_0xa27655['isVisible']&&_0x5da517['has'](_0xa27655)&&_0x5da517['remove'](_0xa27655),_0xa27655['view']['focusTracker']['remove'](_0xa27655['view']['element']),_0xa27655['view']['focusTracker']['add'](_0xa27655['view']['element']);}this['listenTo'](_0xbe69f2,'add',(_0x3ca03b,_0x222aa8)=>{_0x222aa8['isVisible']&&_0x5da517['add'](_0x222aa8),this['listenTo'](_0x222aa8,'change:isVisible',_0xe178);}),this['listenTo'](_0xbe69f2,'remove',(_0x55ded8,_0x232b0a)=>{_0x5da517['has'](_0x232b0a)&&_0x5da517['remove'](_0x232b0a),this['stopListening'](_0x232b0a,'change:isVisible',_0xe178);});}}const vt=Symbol('noChannel'),gt={'admin':!0x0,'modifyAll':!0x1,'write':!0x0,'resolve':!0x0};class m extends _0x510bd7{['licenseKey'];['_threads'];['_threadToController'];['_viewToController'];static get['requires'](){return[_,ht,ut];}static get['pluginName'](){return'CommentsRepository';}constructor(_0x3129d1){super(_0x3129d1),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 _0xe24ca8=this['context']['config'];_0xe24ca8['define']('comments.maxCommentsWhenCollapsed',0x2),_0xe24ca8['define']('comments.maxThreadTotalWeight',0x1f4),_0xe24ca8['define']('comments.maxCommentCharsWhenCollapsed',0x8c),_0xe24ca8['define']('comments.CommentThreadView',At),_0xe24ca8['define']('comments.CommentView',Ct),_0xe24ca8['get']('comments.editorConfig')||console['warn']('Missing\x20comments\x20editor\x20configuration\x20(`comments.editorConfig`).\x20Default\x20configuration\x20will\x20be\x20used\x20instead.');}['init'](){const _0x231b92=this['context']['plugins']['get'](_);this['set']('activeCommentThread',null),this['on']('addCommentThread',(_0x148291,_0x4c82a5)=>this['_addCommentThread'](_0x4c82a5)),this['on']('submitCommentThread',(_0x3a83fd,_0x3e51e1)=>this['_submitCommentThread'](_0x3e51e1)),this['on']('resolveCommentThread',(_0x171dda,_0x2c501e)=>this['_resolveCommentThread'](_0x2c501e)),this['on']('resolveCommentThread',(_0xa2033a,_0x255545)=>this['_updateActiveAnnotation'](_0x255545),{'priority':'lowest'}),this['on']('reopenCommentThread',(_0x2ca52b,_0x5f0c6b)=>this['_reopenCommentThread'](_0x5f0c6b)),this['on']('reopenCommentThread',(_0x30822a,_0x486f01)=>this['_updateActiveAnnotation'](_0x486f01),{'priority':'lowest'}),this['on']('removeCommentThread',(_0x385132,_0x144558)=>this['_removeCommentThread'](_0x144558)),this['on']('updateCommentThread',(_0x268ebd,_0x4205d5)=>this['_updateCommentThread'](_0x4205d5)),this['on']('updateCommentThread',(_0x201aba,_0x4e15f7)=>this['_updateActiveAnnotation'](_0x4e15f7),{'priority':'lowest'}),this['on']('addComment',(_0x5eb12b,_0x3bebc1)=>this['_addComment'](_0x3bebc1)),this['on']('updateComment',(_0x19620e,_0x61e369)=>this['_updateComment'](_0x61e369)),this['on']('removeComment',(_0x14fb21,_0x192be8)=>this['_removeComment'](_0x192be8)),this['on']('addComment',(_0x236844,{threadId:_0x17edb9,isFromAdapter:_0x55c195})=>{if(_0x55c195)return;const _0x11a893=this['getCommentThread'](_0x17edb9),_0x4922a6=_0x11a893&&this['_threadToController']['get'](_0x11a893);_0x4922a6&&_0x4922a6['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'}),this['listenTo'](_0x231b92,'change:activeAnnotations',(_0x545d6a,_0x2f76e1,_0x220f7f)=>{const _0x2236bc=Array['from'](_0x220f7f)['map'](_0x2d1d49=>this['_viewToController']['get'](_0x2d1d49['innerView']))['filter'](Boolean)[0x0];this['activeCommentThread']=_0x2236bc?_0x2236bc['model']:null;});}['afterInit'](){!function(_0x106e49){function _0x1a2395(_0x1ed545,_0x596d6a,_0x2ded35){const _0x2b50e2={};_0x2b50e2[_0x1d2728([0x6e,0x75,0x6d,0x62,0x65,0x72,0x4f,0x66,0x52,0x6f,0x75,0x6e,0x64,0x73])]={0x10:0xa,0x18:0xc,0x20:0xe},_0x2b50e2[_0x1d2728([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],_0x2b50e2[_0x1d2728([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],_0x2b50e2[_0x1d2728([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],_0x2b50e2[_0x1d2728([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],_0x2b50e2[_0x1d2728([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],_0x2b50e2[_0x1d2728([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],_0x2b50e2[_0x1d2728([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],_0x2b50e2[_0x1d2728([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],_0x2b50e2[_0x1d2728([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],_0x2b50e2[_0x1d2728([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 _0x15e630=new Uint8Array(0x10);for(let _0x36e0bb=0xf;_0x36e0bb>=0x0;--_0x36e0bb)_0x15e630[_0x36e0bb]=_0x2ded35%0x100,_0x2ded35=parseInt(_0x2ded35/0x100);let _0x4daf0a=null,_0x749107=0x10;const _0x5b6025=new Uint8Array(_0x596d6a),_0x41e5fd=[],_0x55bb45=[];_0x56cc30();for(let _0x2844f9=0x0;_0x2844f9<_0x1ed545[_0x1d2728([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2844f9++)0x10===_0x749107&&(_0x4daf0a=_0x3ab314(_0x15e630),_0x749107=0x0,_0x2ad769(_0x15e630)),_0x1ed545[_0x2844f9]^=_0x4daf0a[_0x749107++];return _0x1ed545;function _0x3e7fdf(_0x43e5ee){const _0x5561a3=[];for(let _0x29d5e0=0x0;_0x29d5e0<_0x43e5ee[_0x1d2728([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x29d5e0+=0x4)_0x5561a3[_0x1d2728([0x70,0x75,0x73,0x68])](_0x43e5ee[_0x29d5e0]<<0x18|_0x43e5ee[_0x29d5e0+0x1]<<0x10|_0x43e5ee[_0x29d5e0+0x2]<<0x8|_0x43e5ee[_0x29d5e0+0x3]);return _0x5561a3;}function _0x2ad769(_0x452b6e){for(let _0x20bd8f=0xf;_0x20bd8f>=0x0;_0x20bd8f--){if(0xff!==_0x452b6e[_0x20bd8f]){_0x452b6e[_0x20bd8f]++;break;}_0x452b6e[_0x20bd8f]=0x0;}}function _0x3ab314(_0xfd0c67){const _0x5270a8=_0x41e5fd[_0x1d2728([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x1,_0x56aa4f=[0x0,0x0,0x0,0x0];let t=_0x3e7fdf(_0xfd0c67);for(let _0x1c328e=0x0;_0x1c328e<0x4;_0x1c328e++)t[_0x1c328e]^=_0x41e5fd[0x0][_0x1c328e];for(let _0x4eaa1e=0x1;_0x4eaa1e<_0x5270a8;_0x4eaa1e++){for(let _0x4a5fe1=0x0;_0x4a5fe1<0x4;_0x4a5fe1++)_0x56aa4f[_0x4a5fe1]=_0x2b50e2[_0x1d2728([0x54,0x31])][t[_0x4a5fe1]>>0x18&0xff]^_0x2b50e2[_0x1d2728([0x54,0x32])][t[(_0x4a5fe1+0x1)%0x4]>>0x10&0xff]^_0x2b50e2[_0x1d2728([0x54,0x33])][t[(_0x4a5fe1+0x2)%0x4]>>0x8&0xff]^_0x2b50e2[_0x1d2728([0x54,0x34])][0xff&t[(_0x4a5fe1+0x3)%0x4]]^_0x41e5fd[_0x4eaa1e][_0x4a5fe1];t=_0x56aa4f[_0x1d2728([0x73,0x6c,0x69,0x63,0x65])]();}const _0x538bd4=new Uint8Array(0x10);let _0x43b318;for(let _0x12cf40=0x0;_0x12cf40<0x4;_0x12cf40++)_0x43b318=_0x41e5fd[_0x5270a8][_0x12cf40],_0x538bd4[0x4*_0x12cf40]=0xff&(_0x2b50e2[_0x1d2728([0x53])][t[_0x12cf40]>>0x18&0xff]^_0x43b318>>0x18),_0x538bd4[0x4*_0x12cf40+0x1]=0xff&(_0x2b50e2[_0x1d2728([0x53])][t[(_0x12cf40+0x1)%0x4]>>0x10&0xff]^_0x43b318>>0x10),_0x538bd4[0x4*_0x12cf40+0x2]=0xff&(_0x2b50e2[_0x1d2728([0x53])][t[(_0x12cf40+0x2)%0x4]>>0x8&0xff]^_0x43b318>>0x8),_0x538bd4[0x4*_0x12cf40+0x3]=0xff&(_0x2b50e2[_0x1d2728([0x53])][0xff&t[(_0x12cf40+0x3)%0x4]]^_0x43b318);return _0x538bd4;}function _0x56cc30(){const _0x4ba353=_0x2b50e2[_0x1d2728([0x6e,0x75,0x6d,0x62,0x65,0x72,0x4f,0x66,0x52,0x6f,0x75,0x6e,0x64,0x73])][_0x5b6025[_0x1d2728([0x6c,0x65,0x6e,0x67,0x74,0x68])]];for(let _0x58b000=0x0;_0x58b000<=_0x4ba353;_0x58b000++)_0x41e5fd[_0x1d2728([0x70,0x75,0x73,0x68])]([0x0,0x0,0x0,0x0]),_0x55bb45[_0x1d2728([0x70,0x75,0x73,0x68])]([0x0,0x0,0x0,0x0]);const _0x40545d=0x4*(_0x4ba353+0x1),_0x376801=_0x5b6025[_0x1d2728([0x6c,0x65,0x6e,0x67,0x74,0x68])]/0x4,_0x204742=_0x3e7fdf(_0x5b6025);let _0x52cea7;for(let _0x113965=0x0;_0x113965<_0x376801;_0x113965++)_0x52cea7=_0x113965>>0x2,_0x41e5fd[_0x52cea7][_0x113965%0x4]=_0x204742[_0x113965],_0x55bb45[_0x4ba353-_0x52cea7][_0x113965%0x4]=_0x204742[_0x113965];let _0x9fce08,_0x3cbcf7=0x0,t=_0x376801;for(;t<_0x40545d;){_0x9fce08=_0x204742[_0x376801-0x1],_0x204742[0x0]^=_0x2b50e2[_0x1d2728([0x53])][_0x9fce08>>0x10&0xff]<<0x18^_0x2b50e2[_0x1d2728([0x53])][_0x9fce08>>0x8&0xff]<<0x10^_0x2b50e2[_0x1d2728([0x53])][0xff&_0x9fce08]<<0x8^_0x2b50e2[_0x1d2728([0x53])][_0x9fce08>>0x18&0xff]^_0x2b50e2[_0x1d2728([0x72,0x63,0x6f,0x6e])][_0x3cbcf7]<<0x18,_0x3cbcf7+=0x1;for(let _0x2b699e=0x1;_0x2b699e<_0x376801/0x2;_0x2b699e++)_0x204742[_0x2b699e]^=_0x204742[_0x2b699e-0x1];_0x9fce08=_0x204742[_0x376801/0x2-0x1],_0x204742[_0x376801/0x2]^=_0x2b50e2[_0x1d2728([0x53])][0xff&_0x9fce08]^_0x2b50e2[_0x1d2728([0x53])][_0x9fce08>>0x8&0xff]<<0x8^_0x2b50e2[_0x1d2728([0x53])][_0x9fce08>>0x10&0xff]<<0x10^_0x2b50e2[_0x1d2728([0x53])][_0x9fce08>>0x18&0xff]<<0x18;for(let _0x513510=_0x376801/0x2+0x1;_0x513510<_0x376801;_0x513510++)_0x204742[_0x513510]^=_0x204742[_0x513510-0x1];let _0x4e77e7,_0xc0ed85,_0xeaf8b4=0x0;for(;_0xeaf8b4<_0x376801&&t<_0x40545d;)_0x4e77e7=t>>0x2,_0xc0ed85=t%0x4,_0x41e5fd[_0x4e77e7][_0xc0ed85]=_0x204742[_0xeaf8b4],_0x55bb45[_0x4ba353-_0x4e77e7][_0xc0ed85]=_0x204742[_0xeaf8b4++],t++;}for(let _0x5ee1ec=0x1;_0x5ee1ec<_0x4ba353;_0x5ee1ec++)for(let _0x1c809f=0x0;_0x1c809f<0x4;_0x1c809f++)_0x9fce08=_0x55bb45[_0x5ee1ec][_0x1c809f],_0x55bb45[_0x5ee1ec][_0x1c809f]=_0x2b50e2[_0x1d2728([0x55,0x31])][_0x9fce08>>0x18&0xff]^_0x2b50e2[_0x1d2728([0x55,0x32])][_0x9fce08>>0x10&0xff]^_0x2b50e2[_0x1d2728([0x55,0x33])][_0x9fce08>>0x8&0xff]^_0x2b50e2[_0x1d2728([0x55,0x34])][0xff&_0x9fce08];}}function _0x1d2728(_0x824bfd){return _0x824bfd['map'](_0xb2758=>String['fromCharCode'](_0xb2758))['join']('');}(_0x3f9c5c=>{function _0x4c1bb9(){const _0x3f54f5=[{[_0x1d2728([0x69,0x64])]:0x1,[_0x1d2728([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1d2728([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73]),[_0x1d2728([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1d2728([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]),[_0x1d2728([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1d2728([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x1d2728([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1d2728([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x1d2728([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]:[{[_0x1d2728([0x69,0x64])]:0x2,[_0x1d2728([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1d2728([0x54,0x72,0x61,0x63,0x6b,0x20,0x43,0x68,0x61,0x6e,0x67,0x65,0x73]),[_0x1d2728([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1d2728([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x1d2728([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1d2728([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x1d2728([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1d2728([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]),[_0x1d2728([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x1d2728([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x1d2728([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x1d2728([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}}],[_0x1d2728([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x1d2728([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x1d2728([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x1d2728([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}},{[_0x1d2728([0x69,0x64])]:0x3,[_0x1d2728([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1d2728([0x50,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e]),[_0x1d2728([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1d2728([0x50,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x6f,0x6f,0x6b,0x75,0x70]),[_0x1d2728([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1d2728([0x70,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x1d2728([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1d2728([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x1d2728([0x69,0x64])]:0x4,[_0x1d2728([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1d2728([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x20,0x48,0x69,0x73,0x74,0x6f,0x72,0x79]),[_0x1d2728([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1d2728([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]),[_0x1d2728([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1d2728([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x1d2728([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1d2728([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]),[_0x1d2728([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x1d2728([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x1d2728([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x1d2728([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}},{[_0x1d2728([0x69,0x64])]:0x5,[_0x1d2728([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1d2728([0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x20,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65]),[_0x1d2728([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1d2728([0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65,0x55,0x49]),[_0x1d2728([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1d2728([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]),[_0x1d2728([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1d2728([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x1d2728([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x1d2728([0x66,0x67,0x69])]:[0xc]}},{[_0x1d2728([0x69,0x64])]:0x6,[_0x1d2728([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1d2728([0x46,0x6f,0x72,0x6d,0x61,0x74,0x20,0x50,0x61,0x69,0x6e,0x74,0x65,0x72]),[_0x1d2728([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1d2728([0x46,0x6f,0x72,0x6d,0x61,0x74,0x50,0x61,0x69,0x6e,0x74,0x65,0x72,0x55,0x49]),[_0x1d2728([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1d2728([0x66,0x6f,0x72,0x6d,0x61,0x74,0x50,0x61,0x69,0x6e,0x74,0x65,0x72,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x1d2728([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1d2728([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x1d2728([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x1d2728([0x66,0x67,0x69])]:[0xc]}},{[_0x1d2728([0x69,0x64])]:0x7,[_0x1d2728([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1d2728([0x53,0x6c,0x61,0x73,0x68,0x20,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64]),[_0x1d2728([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1d2728([0x53,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x55,0x49]),[_0x1d2728([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1d2728([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x1d2728([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1d2728([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x1d2728([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x1d2728([0x66,0x67,0x69])]:[0xc]}},{[_0x1d2728([0x69,0x64])]:0x8,[_0x1d2728([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1d2728([0x54,0x61,0x62,0x6c,0x65,0x20,0x6f,0x66,0x20,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73]),[_0x1d2728([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1d2728([0x54,0x61,0x62,0x6c,0x65,0x4f,0x66,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x1d2728([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1d2728([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]),[_0x1d2728([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1d2728([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x1d2728([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x1d2728([0x66,0x67,0x69])]:[0xc]}},{[_0x1d2728([0x69,0x64])]:0x9,[_0x1d2728([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1d2728([0x54,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65]),[_0x1d2728([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1d2728([0x54,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65,0x55,0x49]),[_0x1d2728([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1d2728([0x74,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x1d2728([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1d2728([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x1d2728([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x1d2728([0x66,0x67,0x69])]:[0xc,0xe]}},{[_0x1d2728([0x69,0x64])]:0xa,[_0x1d2728([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1d2728([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]),[_0x1d2728([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1d2728([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]),[_0x1d2728([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1d2728([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]),[_0x1d2728([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1d2728([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x1d2728([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x1d2728([0x66,0x67,0x69])]:[0xc]}},{[_0x1d2728([0x69,0x64])]:0xb,[_0x1d2728([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1d2728([0x41,0x49,0x20,0x41,0x73,0x73,0x69,0x73,0x74,0x61,0x6e,0x74]),[_0x1d2728([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1d2728([0x41,0x49,0x41,0x73,0x73,0x69,0x73,0x74,0x61,0x6e,0x74,0x55,0x49]),[_0x1d2728([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1d2728([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x1d2728([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1d2728([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x1d2728([0x69,0x64])]:0xc,[_0x1d2728([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1d2728([0x50,0x72,0x6f,0x64,0x75,0x63,0x74,0x69,0x76,0x69,0x74,0x79,0x20,0x70,0x61,0x63,0x6b])},{[_0x1d2728([0x69,0x64])]:0xd,[_0x1d2728([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1d2728([0x43,0x61,0x73,0x65,0x20,0x43,0x68,0x61,0x6e,0x67,0x65]),[_0x1d2728([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1d2728([0x43,0x61,0x73,0x65,0x43,0x68,0x61,0x6e,0x67,0x65,0x55,0x49]),[_0x1d2728([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1d2728([0x63,0x61,0x73,0x65,0x43,0x68,0x61,0x6e,0x67,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x1d2728([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1d2728([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x1d2728([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x1d2728([0x66,0x67,0x69])]:[0xc]}},{[_0x1d2728([0x69,0x64])]:0xe,[_0x1d2728([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1d2728([0x44,0x72,0x75,0x70,0x61,0x6c,0x20,0x70,0x61,0x63,0x6b]),[_0x1d2728([0x66,0x6f,0x72,0x62,0x69,0x64,0x64,0x65,0x6e,0x48,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1d2728([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])},{[_0x1d2728([0x69,0x64])]:0xf,[_0x1d2728([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1d2728([0x4d,0x75,0x6c,0x74,0x69,0x20,0x4c,0x65,0x76,0x65,0x6c,0x20,0x4c,0x69,0x73,0x74]),[_0x1d2728([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1d2728([0x4d,0x75,0x6c,0x74,0x69,0x4c,0x65,0x76,0x65,0x6c,0x4c,0x69,0x73,0x74,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x1d2728([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1d2728([0x6d,0x75,0x6c,0x74,0x69,0x4c,0x65,0x76,0x65,0x6c,0x4c,0x69,0x73,0x74,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x1d2728([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1d2728([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x1d2728([0x69,0x64])]:0x10,[_0x1d2728([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1d2728([0x4d,0x65,0x72,0x67,0x65,0x20,0x46,0x69,0x65,0x6c,0x64,0x73]),[_0x1d2728([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1d2728([0x4d,0x65,0x72,0x67,0x65,0x46,0x69,0x65,0x6c,0x64,0x73,0x55,0x49]),[_0x1d2728([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1d2728([0x6d,0x65,0x72,0x67,0x65,0x46,0x69,0x65,0x6c,0x64,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x1d2728([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1d2728([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x1d2728([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x1d2728([0x66,0x67,0x69])]:[0xc]}}];return _0x2f9b42(_0x3f54f5),_0x3f54f5;function _0x12b5a1(_0x179512){return 0x1<<_0x179512-0x1;}function _0x2f9b42(_0x1e75da){_0x1e75da[_0x1d2728([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x51691c=>{_0x51691c[_0x1d2728([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]=_0x12b5a1(_0x51691c[_0x1d2728([0x69,0x64])]),_0x384b67(_0x51691c)&&_0x51691c[_0x1d2728([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]&&_0x2f9b42(_0x51691c[_0x1d2728([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]);});}}function _0x384b67(_0x15b7c3){return _0x1d2728([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])in _0x15b7c3;}const _0x1048d9=[0x1,0x55,0x4e,0x73,0xc6,0xff,0x32,0x70,0x53,0x57,0xa1],_0x36f711=[0x7f,0x22,0x6,0xd3,0xa7,0x56,0x92,0xc7,0x84,0xa0,0x12];function _0x4d7a18(_0x468407){const _0x2cdc05=[0x1d,0xdd,0xaf,0x5a,0xe7,0x85,0xef,0xf0,0x4b,0xb4];return _0x5a4dc9(_0x468407,new Uint8Array([..._0x1048d9,..._0x2cdc05,..._0x36f711]));}function _0x5a4dc9(_0x4c53d6,_0x4cd639){const _0x1bc2d3=_0x3c3437(_0x4c53d6),_0x4e27ec=Array[_0x1d2728([0x66,0x72,0x6f,0x6d])](_0x2ec7b7(_0x1bc2d3)),_0x1e9718=_0x4e27ec[_0x1d2728([0x70,0x6f,0x70])](),_0x3c41c1=_0x4e27ec[_0x1d2728([0x70,0x6f,0x70])]();return _0x34c802(_0x1a2395(_0x4e27ec,_0x4cd639,_0x3c41c1+0x100*_0x1e9718));}function _0x3c3437(_0x2dd786){const _0x212ca6=atob(_0x2dd786),[_0x1b51cd,_0x485a91]=_0x212ca6[_0x1d2728([0x73,0x70,0x6c,0x69,0x74])](_0x1d2728([0x2d]));try{if(atob(_0x485a91))return atob(_0x1b51cd);}catch(_0x32c785){}return _0x212ca6;}function _0x3a558e(_0x57bb11){try{const _0x4fef80=_0x4d7a18(_0x57bb11),_0x3db311=JSON[_0x1d2728([0x70,0x61,0x72,0x73,0x65])](_0x4fef80),_0x400c5b=parseInt(_0x3db311[_0x1d2728([0x31])]),_0x541cc9=_0x3db311[_0x1d2728([0x32])]||'',_0x4fd941=parseInt(_0x3db311[_0x1d2728([0x33])]),_0x29c3ef=parseInt(_0x3db311[_0x1d2728([0x34])])||0x0,_0x39e3cb=parseInt(_0x3db311[_0x1d2728([0x35])])||0x0;return{[_0x1d2728([0x70,0x72,0x6f,0x64,0x75,0x63,0x74,0x4e,0x61,0x6d,0x65])]:_0x541cc9,[_0x1d2728([0x61,0x6c,0x6c,0x6f,0x77,0x65,0x64,0x50,0x6c,0x75,0x67,0x69,0x6e,0x73])]:_0x29c3ef,[_0x1d2728([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])]:_0x400c5b,[_0x1d2728([0x69,0x73,0x54,0x72,0x69,0x61,0x6c])]:_0x4fd941,[_0x1d2728([0x69,0x73,0x49,0x6e,0x74,0x65,0x72,0x6e,0x61,0x6c])]:_0x39e3cb};}catch(_0x2e5f6f){return null;}}const _0x667e06=_0x4c1bb9(),_0x2c816b={[_0x1d2728([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])]:_0x5c9f5d,[_0x1d2728([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])]:_0xca70ee,[_0x1d2728([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])]:_0x2e1ee4},_0x315f35=_0x3f9c5c[_0x1d2728([0x63,0x6f,0x6e,0x73,0x74,0x72,0x75,0x63,0x74,0x6f,0x72])][_0x1d2728([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])],_0x2165fc=_0x1d2728([0x63,0x6f,0x6e,0x74,0x65,0x78,0x74])in _0x3f9c5c?_0x3f9c5c['context']:_0x3f9c5c['editor'],_0x2ad6aa=_0x1d2728([0x34,0x30,0x34,0x38,0x31,0x36,0x30,0x34]),_0x5ddbd6=_0x1d2728([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]),_0x25629e=_0x2165fc['config']['get'](_0x1d2728([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])),_0x5aed04=_0x667e06[_0x1d2728([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x384b67)[_0x1d2728([0x66,0x69,0x6e,0x64])](_0x545228=>_0x545228[_0x1d2728([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]===_0x315f35);function _0x2da58d(_0x2471ff,_0x10feec){_0x2c816b[_0x10feec[_0x1d2728([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]](_0x2471ff,_0x10feec),_0x10feec[_0x1d2728([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]&&_0x10feec[_0x1d2728([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])][_0x1d2728([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x346f5b=>_0x5a4d33(_0x2165fc,_0x346f5b[_0x1d2728([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]))[_0x1d2728([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x38c7b4=>_0x2da58d(_0x2471ff,_0x38c7b4));}function _0x5c9f5d(_0x5c4f84,_0x15226f){_0x4077a1(_0x4f60a3(_0x5c4f84,_0x15226f),_0x15226f);}function _0xca70ee(_0x345cb1,_0x3d8bdd){function _0x9cc6fa(_0x244106,_0x1b3b42){try{if(_0x5a4d33(_0x2165fc,_0x1d2728([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]))&&_0x244106){const _0x2fb73a=_0x135cdf(_0x2165fc,_0x1d2728([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]))[_0x1d2728([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])];if(parseInt(_0x2fb73a)/0x2>_0x244106[_0x1d2728([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])])return _0x264208(_0x1b3b42[_0x1d2728([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1d2728([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}return _0x4f60a3(_0x244106,_0x1b3b42);}catch(_0x1dce98){return _0x264208(_0x1b3b42[_0x1d2728([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1d2728([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}_0x4077a1(_0x9cc6fa(_0x345cb1,_0x3d8bdd),_0x3d8bdd);}function _0x2e1ee4(_0x476f9f,_0x43f53c){const _0x4bbd08=_0x36f711[0x0]*_0x1048d9[0x1],_0x121781=_0x36f711[0x0]*_0x1048d9[0x2],_0x67b34=_0x36f711[0x2]*_0x1048d9[0x2];_0x5a4d33(_0x2165fc,_0x1d2728([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x135cdf(_0x2165fc,_0x1d2728([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x1d2728([0x73,0x74,0x61,0x74,0x65])]==_0x1d2728([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64])&&(window[_0x126893()]=_0x67b34);function _0x3e957b(_0xdba52d,_0x2b57b4){try{return _0x4721aa()?_0x264208(_0x2b57b4[_0x1d2728([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1d2728([0x56,0x61,0x6c,0x69,0x64])):_0x4f60a3(_0xdba52d,_0x2b57b4);}catch(_0x236efc){return _0x264208(_0x2b57b4[_0x1d2728([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1d2728([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}function _0xd7d4fb(_0x32280c,_0x530df2){const _0x433497=0x7;if(_0x32280c==_0x530df2[_0x1d2728([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1d2728([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]))_0x4411fc();else{if(_0x32280c==_0x530df2[_0x1d2728([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1d2728([0x54,0x72,0x69,0x61,0x6c])){const _0x58363e=_0x5cd20c();_0x58363e&&_0xf3b1(_0x58363e,_0x530df2[_0x1d2728([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);const _0xb915aa=_0x613c2b();window[_0x1d2728([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](()=>{_0xf3b1(_0x1d2728([0x74,0x69,0x6d,0x65]),_0x530df2[_0x1d2728([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);},_0xb915aa);const _0x13a6bf=_0x135cdf(_0x2165fc,_0x1d2728([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x1d2728([0x5f,0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73])];_0x13a6bf[_0x1d2728([0x6c,0x65,0x6e,0x67,0x74,0x68])]>=_0x433497?_0xf3b1(_0x1d2728([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]),_0x530df2[_0x1d2728([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]):_0x13a6bf['on'](_0x1d2728([0x61,0x64,0x64]),()=>{_0x13a6bf[_0x1d2728([0x6c,0x65,0x6e,0x67,0x74,0x68])]>=_0x433497&&_0xf3b1(_0x1d2728([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]),_0x530df2[_0x1d2728([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);});}}}function _0x5cd20c(){if(!_0x5a4d33(_0x2165fc,_0x1d2728([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72])))return!0x1;for(const _0x11e9f8 in window)if(Number['isNaN'](Number(_0x11e9f8))){if(window[_0x11e9f8]===_0x4bbd08)return _0x1d2728([0x74,0x69,0x6d,0x65]);if(window[_0x11e9f8]===_0x121781)return _0x1d2728([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]);}return!0x1;}function _0x4721aa(){if(!_0x5a4d33(_0x2165fc,_0x1d2728([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72])))return!0x1;for(const _0x4884c9 in window)if(Number['isNaN'](Number(_0x4884c9))&&window[_0x4884c9]===_0x67b34)return!0x0;return!0x1;}function _0xf3b1(_0x28a5bd,_0x461960){_0x4411fc(),_0x264208(_0x461960+_0x1d2728([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a])+_0x28a5bd),window[_0x126893()]=_0x28a5bd===_0x1d2728([0x74,0x69,0x6d,0x65])?_0x4bbd08:_0x121781;}function _0x613c2b(){let _0x46c3a0=_0x36f711[0x6]*_0x1048d9[0x8]*_0x1048d9[0x6];return _0x5a4d33(_0x2165fc,_0x1d2728([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))&&(_0x46c3a0/=0xa),_0x46c3a0;}function _0x4411fc(){const _0x255dbb=_0x2165fc;function _0x47b487(){_0x5a4d33(_0x255dbb,_0x1d2728([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))&&(_0x135cdf(_0x255dbb,_0x1d2728([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x1d2728([0x75,0x6e,0x62,0x69,0x6e,0x64])](_0x1d2728([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])),_0x135cdf(_0x255dbb,_0x1d2728([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x1d2728([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])]=!0x1,_0x135cdf(_0x255dbb,_0x1d2728([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x1d2728([0x75,0x70,0x64,0x61,0x74,0x65])]=_0x23bb5a,_0x135cdf(_0x255dbb,_0x1d2728([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x1d2728([0x73,0x61,0x76,0x65,0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e])]=_0x23bb5a,_0x255dbb[_0x1d2728([0x6d,0x6f,0x64,0x65,0x6c])][_0x1d2728([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x23bb5a,_0x255dbb[_0x1d2728([0x6d,0x6f,0x64,0x65,0x6c])][_0x1d2728([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x23bb5a,_0x255dbb[_0x1d2728([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x1d2728([0x6d,0x6f,0x64,0x65,0x6c]))),_0x5a4d33(_0x255dbb,_0x1d2728([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))&&(_0x135cdf(_0x255dbb,_0x1d2728([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x1d2728([0x75,0x6e,0x62,0x69,0x6e,0x64])](_0x1d2728([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])),_0x135cdf(_0x255dbb,_0x1d2728([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x1d2728([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])]=!0x1,_0x135cdf(_0x255dbb,_0x1d2728([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x1d2728([0x63,0x6f,0x6d,0x70,0x61,0x72,0x65])]=_0x23bb5a,_0x135cdf(_0x255dbb,_0x1d2728([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x1d2728([0x5f,0x67,0x65,0x74,0x44,0x69,0x66,0x66])]=_0x23bb5a);}_0x255dbb[_0x1d2728([0x73,0x74,0x61,0x74,0x65])]==_0x1d2728([0x72,0x65,0x61,0x64,0x79])?_0x47b487():_0x255dbb[_0x1d2728([0x6f,0x6e,0x63,0x65])](_0x1d2728([0x72,0x65,0x61,0x64,0x79]),()=>{if(_0x5a4d33(_0x255dbb,_0x1d2728([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))&&_0x47b487(),_0x5a4d33(_0x255dbb,_0x1d2728([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))){const _0x1135cd=_0x135cdf(_0x255dbb,_0x1d2728([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79])),_0x42d717=_0x1135cd['getRevision'](0x0),_0x4eb717=_0x1135cd['getEarlierVisibleRevision'](_0x42d717[_0x1d2728([0x69,0x64])]);_0x135cdf(_0x255dbb,_0x1d2728([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x1d2728([0x63,0x6f,0x6d,0x70,0x61,0x72,0x65])](_0x42d717[_0x1d2728([0x69,0x64])],_0x4eb717?_0x4eb717[_0x1d2728([0x69,0x64])]:null,0x1)['then'](()=>_0x47b487());}});}_0xd7d4fb(_0x3e957b(_0x476f9f,_0x43f53c),_0x43f53c);}function _0x4f60a3(_0x3e893a,_0x2a2a65){try{return _0x3d3f5e(_0x2a2a65)?_0x264208(_0x2a2a65[_0x1d2728([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1d2728([0x56,0x61,0x6c,0x69,0x64])):_0x3e893a&&_0x1331b3(_0x3e893a[_0x1d2728([0x61,0x6c,0x6c,0x6f,0x77,0x65,0x64,0x50,0x6c,0x75,0x67,0x69,0x6e,0x73])],_0x2a2a65)?_0x3e893a[_0x1d2728([0x69,0x73,0x49,0x6e,0x74,0x65,0x72,0x6e,0x61,0x6c])]&&!window[_0x1d2728([0x6f,0x70,0x65,0x6e])][_0x1d2728([0x63,0x6c,0x6f,0x73,0x65,0x64])]||parseInt(_0x2ad6aa)/0x2>_0x3e893a[_0x1d2728([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])]?_0x264208(_0x2a2a65[_0x1d2728([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1d2728([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])):_0x3e893a[_0x1d2728([0x69,0x73,0x54,0x72,0x69,0x61,0x6c])]?_0x264208(_0x2a2a65[_0x1d2728([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1d2728([0x54,0x72,0x69,0x61,0x6c])):_0x264208(_0x2a2a65[_0x1d2728([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1d2728([0x56,0x61,0x6c,0x69,0x64])):_0x264208(_0x2a2a65[_0x1d2728([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1d2728([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}catch(_0x20af77){return _0x264208(_0x2a2a65[_0x1d2728([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1d2728([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}function _0x4077a1(_0x8371e5,_0x390184){if(_0x2165fc instanceof _0x555586){const _0x3a14c0=_0x2165fc;_0x8371e5==_0x390184[_0x1d2728([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1d2728([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])?_0x2b4e4e(_0x3a14c0):_0x8371e5==_0x390184[_0x1d2728([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1d2728([0x54,0x72,0x69,0x61,0x6c])&&window[_0x1d2728([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](()=>{_0x2b4e4e(_0x3a14c0),_0x264208(_0x390184[_0x1d2728([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1d2728([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x74,0x69,0x6d,0x65]));},_0x36f711[0x6]*_0x1048d9[0x8]*_0x1048d9[0x6]),_0x3a14c0[_0x1d2728([0x65,0x64,0x69,0x74,0x6f,0x72,0x73])][_0x1d2728([0x6f,0x6e])](_0x1d2728([0x61,0x64,0x64]),(_0x5939d8,_0x15494d)=>{_0x8371e5!=_0x390184[_0x1d2728([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1d2728([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])&&_0x8371e5!=_0x390184[_0x1d2728([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1d2728([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x74,0x69,0x6d,0x65])&&_0x8371e5!=_0x390184[_0x1d2728([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1d2728([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x6f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e,0x73])||_0x4ef747(_0x15494d);});}else{const _0x465346=_0x2165fc;_0x8371e5==_0x390184[_0x1d2728([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1d2728([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])?_0x4ef747(_0x465346):_0x8371e5==_0x390184[_0x1d2728([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1d2728([0x54,0x72,0x69,0x61,0x6c])&&_0x465346[_0x1d2728([0x6f,0x6e])](_0x1d2728([0x72,0x65,0x61,0x64,0x79]),()=>{let _0x5009a4=0x0;_0x465346[_0x1d2728([0x6d,0x6f,0x64,0x65,0x6c])][_0x1d2728([0x6f,0x6e])](_0x1d2728([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0xecf01e,_0x3afb57)=>{_0x3afb57[0x0][_0x1d2728([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x5009a4++,0x1f8===_0x5009a4&&(_0x4ef747(_0x465346),_0x264208(_0x390184[_0x1d2728([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1d2728([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x6f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e,0x73])),_0xecf01e[_0x1d2728([0x6f,0x66,0x66])]());},{'priority':_0x1d2728([0x68,0x69,0x67,0x68,0x65,0x73,0x74])});});}}function _0x264208(_0x423cd6){const _0x18ed79=_0x126893();return _0x2165fc[_0x18ed79]=_0x423cd6,_0x423cd6;}function _0x126893(){const _0x391bce=String(window[_0x1d2728([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x1d2728([0x6e,0x6f,0x77])]())[_0x1d2728([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x1d2728([0x2e]),'');let _0x1ce97b='';for(let _0x15e0b4=0x0;_0x15e0b4<_0x391bce[_0x1d2728([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x15e0b4+=0x2){let _0x3cf4a8=parseInt(_0x391bce[_0x1d2728([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x15e0b4,_0x15e0b4+0x2));_0x3cf4a8>=_0x5ddbd6[_0x1d2728([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x3cf4a8-=_0x5ddbd6[_0x1d2728([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x1ce97b+=_0x5ddbd6[_0x3cf4a8];}return _0x1ce97b;}function _0x2b4e4e(_0x5aaa3c){for(const _0x411c19 of _0x5aaa3c[_0x1d2728([0x65,0x64,0x69,0x74,0x6f,0x72,0x73])])_0x4ef747(_0x411c19);_0x135cdf(_0x5aaa3c,_0x1d2728([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x1d2728([0x73,0x77,0x69,0x74,0x63,0x68,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79])](!0x0),_0x135cdf(_0x5aaa3c,_0x1d2728([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x1d2728([0x73,0x77,0x69,0x74,0x63,0x68,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79])]=_0x23bb5a;}function _0x4ef747(_0x4da06b){function _0x43a618(){_0x4da06b[_0x1d2728([0x6d,0x6f,0x64,0x65,0x6c])][_0x1d2728([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x23bb5a,_0x4da06b[_0x1d2728([0x6d,0x6f,0x64,0x65,0x6c])][_0x1d2728([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x23bb5a,_0x4da06b[_0x1d2728([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x1d2728([0x6d,0x6f,0x64,0x65,0x6c]));}_0x4da06b[_0x1d2728([0x73,0x74,0x61,0x74,0x65])]==_0x1d2728([0x72,0x65,0x61,0x64,0x79])?_0x43a618():_0x4da06b[_0x1d2728([0x6f,0x6e,0x63,0x65])](_0x1d2728([0x72,0x65,0x61,0x64,0x79]),()=>_0x43a618());}function _0x23bb5a(){return null;}function _0x1331b3(_0x692821,_0x3912b2){const _0x986742=!!(_0x692821&_0x3912b2[_0x1d2728([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]),_0x53865d=_0x2227f3(_0x692821,_0x3912b2);return _0x986742||_0x53865d;}function _0x2227f3(_0x340269,_0x4a910d){const _0x136ca6=(_0x4a910d[_0x1d2728([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]||{})[_0x1d2728([0x66,0x67,0x69])]||null;return!!_0x136ca6&&_0x667e06[_0x1d2728([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x46becf=>_0x136ca6[_0x1d2728([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x46becf[_0x1d2728([0x69,0x64])]))[_0x1d2728([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x366c66=>!_0x32293c(_0x366c66))[_0x1d2728([0x73,0x6f,0x6d,0x65])](_0x5e0e21=>!!(_0x340269&_0x5e0e21[_0x1d2728([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]));}function _0x32293c(_0x20e32f){const _0x18f134={[_0x1d2728([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])]:_0x1dbe87};return!!_0x20e32f['forbiddenHandler']&&_0x18f134[_0x20e32f['forbiddenHandler']]();}function _0x1dbe87(){return!window[_0x1d2728([0x44,0x72,0x75,0x70,0x61,0x6c])]||!_0x5a4d33(_0x2165fc,_0x1d2728([0x64,0x72,0x75,0x70,0x61,0x6c,0x50,0x6f,0x77,0x65,0x72,0x65,0x64,0x42,0x79]));}function _0x3d3f5e(_0x5b2a3e){if(!_0x5a4d33(_0x2165fc,_0x5b2a3e[_0x1d2728([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]))return!0x0;const _0x3a9ac9=_0x5b2a3e[_0x1d2728([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]||{},_0x491192=_0x3a9ac9[_0x1d2728([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]||!0x1,_0x42f9d2=_0x3a9ac9[_0x1d2728([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]||!0x1,_0x5ba2ba=_0x3a9ac9[_0x1d2728([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]||!0x1;if(_0x5a4d33(_0x2165fc,_0x1d2728([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x135cdf(_0x2165fc,_0x1d2728([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x1d2728([0x73,0x74,0x61,0x74,0x65])]==_0x1d2728([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64])&&_0x491192)return!0x0;if(_0x5a4d33(_0x2165fc,_0x1d2728([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]))&&_0x135cdf(_0x2165fc,_0x1d2728([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]))[_0x1d2728([0x72,0x65,0x73,0x75,0x6c,0x74])]==_0x1d2728([0x65,0x6e,0x64])&&_0x42f9d2)return!0x0;return!(!_0x5a4d33(_0x2165fc,_0x1d2728([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]))||_0x135cdf(_0x2165fc,_0x1d2728([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]))[_0x1d2728([0x72,0x65,0x73,0x75,0x6c,0x74])]!=_0x1d2728([0x65,0x6e,0x64])||!_0x5ba2ba);}function _0x5a4d33(_0x2f8b3e,_0x58f08a){return _0x2f8b3e[_0x1d2728([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x1d2728([0x68,0x61,0x73])](_0x58f08a);}function _0x135cdf(_0x500177,_0x5f1459){return _0x500177[_0x1d2728([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x1d2728([0x67,0x65,0x74])](_0x5f1459);}function _0x34c802(_0x4adeee){let _0x10865d='';for(const _0x2b717f of _0x4adeee)_0x10865d+=String[_0x1d2728([0x66,0x72,0x6f,0x6d,0x43,0x68,0x61,0x72,0x43,0x6f,0x64,0x65])](_0x2b717f);return _0x10865d;}function _0x2ec7b7(_0xea0c6b){const _0x41b68e=new Uint8Array(_0xea0c6b[_0x1d2728([0x6c,0x65,0x6e,0x67,0x74,0x68])]);for(let _0x1713d3=0x0;_0x1713d3<_0xea0c6b[_0x1d2728([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1713d3++)_0x41b68e[_0x1713d3]=_0xea0c6b[_0x1d2728([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x1713d3);return _0x41b68e;}_0x5aed04&&_0x2da58d(_0x3a558e(_0x25629e),_0x5aed04);})(_0x106e49);}(this);}set['adapter'](_0xf191b9){if(this['_adapter'])throw new _0x389022('commentsrepository-adapter-already-set');this['_adapter']=_0xf191b9;}get['adapter'](){return this['_adapter'];}['addCommentThread']({channelId:_0x218ae4=vt,threadId:_0x149f8e=_0x19a104(),comments:_0x237fd2=[],unlinkedAt:_0x4454b2=null,resolvedAt:_0x59c3ca=null,resolvedBy:_0x1287a6=null,target:_0x20189f=null,context:_0x4b0c69=null,attributes:_0x3db73a={},isResolvable:_0x2c59a5=!0x0,isSubmitted:_0x3d9c27=!0x1,isFromAdapter:_0x275390=!0x1}={}){return this['fire'](Tt('addCommentThread',_0x218ae4),{'channelId':_0x218ae4,'threadId':_0x149f8e,'comments':_0x237fd2,'unlinkedAt':_0x4454b2,'resolvedAt':_0x59c3ca,'resolvedBy':_0x1287a6,'target':_0x20189f,'context':_0x4b0c69,'attributes':_0x3db73a,'isFromAdapter':_0x275390,'isResolvable':_0x2c59a5,'isSubmitted':_0x3d9c27}),this['getCommentThread'](_0x149f8e);}['openNewCommentThread']({channelId:_0x30ca3f=vt,threadId:_0x48e50b=_0x19a104(),target:_0x50ccb3,context:_0x26224e=null,isResolvable:_0x390b54=!0x0}){if(this['_readOnlyChannels']['has'](_0x30ca3f)||this['_readOnlyChannels']['has'](void 0x0))return null;if(!_0x50ccb3)throw new _0x389022('commentsrepository-missing-target');const _0x407688=this['addCommentThread']({'channelId':_0x30ca3f,'threadId':_0x48e50b,'target':_0x50ccb3,'context':_0x26224e,'isResolvable':_0x390b54});if(!_0x407688)return null;const _0x540900=this['_threadToController']['get'](_0x407688),_0x426eca=_0x540900['view']['commentThreadInputView']['commentInputView'],_0xaf2d5d=this['context']['plugins']['get'](_),_0x5ace84=_0xaf2d5d['getByInnerView'](_0x540900['view']);return _0xaf2d5d['activate'](_0x5ace84),_0x426eca['once']('editorReady',()=>_0x426eca['focus']()),_0x407688;}['hasCommentThread'](_0x39fa20){if('string'!=typeof _0x39fa20)throw new _0x389022('commentsrepository-invalid-comment-thread-id');return this['_threads']['has'](_0x39fa20);}['updateCommentThread']({channelId:_0x257eb6=vt,threadId:_0x3c2346,context:_0x4724b2,unlinkedAt:_0x307c45,attributes:_0x1d1db3,isFromAdapter:_0x408718=!0x1}){return this['fire'](Tt('updateCommentThread',_0x257eb6),{'channelId':_0x257eb6,'threadId':_0x3c2346,'context':_0x4724b2,'unlinkedAt':_0x307c45,'attributes':_0x1d1db3,'isFromAdapter':_0x408718}),this['getCommentThread'](_0x3c2346);}['getCommentThread'](_0x2cecee){if('string'!=typeof _0x2cecee)throw new _0x389022('commentsrepository-invalid-comment-thread-id');return this['_threads']['get'](_0x2cecee);}['fetchCommentThread']({channelId:_0x100e91,threadId:_0x147c82}={}){const _0x230afe=this['getCommentThread'](_0x147c82);if(_0x230afe)return Promise['resolve'](_0x230afe);if(!this['adapter'])return Promise['resolve'](void 0x0);if('function'!=typeof this['adapter']['getCommentThread'])throw new _0x389022('commentsrepository-missing-thread-and-adapter-method',this['context']);return this['adapter']['getCommentThread']({'channelId':_0x100e91,'threadId':_0x147c82})['then'](_0x2501da=>this['hasCommentThread'](_0x147c82)?this['getCommentThread'](_0x147c82):_0x2501da?this['addCommentThread'](Object['assign']({'isFromAdapter':!0x0,'channelId':_0x100e91},_0x2501da)):void 0x0)['catch'](_0x339075=>{throw console['error'](_0x339075),new _0x389022('commentsrepository-fetch-comment-thread',this['context']);});}['getCommentThreads']({channelId:_0xcc4b96,skipNotAttached:_0x4d4c55=!0x1,skipEmpty:_0x1fe129=!0x1,toJSON:_0x61922c=!0x1}={}){const _0x178f05=[];for(const _0x1d880b of this['_threads']['values']())_0xcc4b96&&_0x1d880b['channelId']!==_0xcc4b96||_0x4d4c55&&!_0x1d880b['isAttached']||_0x1fe129&&0x0===_0x1d880b['length']||_0x178f05['push'](_0x1d880b);return _0x61922c?_0x178f05['map'](_0x3e9742=>_0x3e9742['toJSON']()):_0x178f05;}['setActiveCommentThread'](_0x489aab){const _0x1fd0ee=this['context']['plugins']['get'](_);if(!_0x489aab)return void(this['activeCommentThread']&&_0x1fd0ee['deactivateAll']());const _0x121cc1=this['getCommentThread'](_0x489aab);if(!_0x121cc1)throw new _0x389022('commentsrepository-active-missing-comment-thread',null,{'threadId':_0x489aab});if(!this['_threadToController']['has'](_0x121cc1))throw new _0x389022('commentsrepository-active-not-attached',null,{'threadId':_0x489aab});const _0x46ed18=_0x1fd0ee['getByInnerView'](this['_threadToController']['get'](_0x121cc1)['view']);_0x1fd0ee['activate'](_0x46ed18);}['switchReadOnly'](_0xd40849,_0x2ebb00){_0xd40849?this['_readOnlyChannels']['add'](_0x2ebb00):this['_readOnlyChannels']['delete'](_0x2ebb00),this['fire']('change:_readOnlyChannels','_readOnlyChannels',this['_readOnlyChannels'],this['_readOnlyChannels']);}['isReadOnly'](_0x320a05){return this['_readOnlyChannels']['has'](_0x320a05)||this['_readOnlyChannels']['has'](void 0x0);}['createCommentThreadController'](_0x21193d,_0x10584e){return new yt(_0x21193d,_0x10584e);}['setPermissions'](_0x19f3b3,_0x3575e8=vt){this['_permissions']['set'](_0x3575e8,_0x19f3b3),this['fire']('change:_permissions','_permissions',this['_permissions'],this['_permissions']);}['getPermissions'](_0x1d1b9a=vt){return this['_permissions']['has'](_0x1d1b9a)?this['_permissions']['get'](_0x1d1b9a):gt;}['_addCommentThread']({channelId:_0x4a709a,threadId:_0x5dda6c,comments:_0x3b1d35,unlinkedAt:_0x551721,resolvedAt:_0x2aa2c8,resolvedBy:_0x95e783,target:_0x5d2a36,context:_0x24b134,attributes:_0x641528,isFromAdapter:_0x38eea1,isResolvable:_0x3d03ef,isSubmitted:_0x37883a}){if('string'!=typeof _0x5dda6c)throw new _0x389022('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x5dda6c});if(this['hasCommentThread'](_0x5dda6c))throw new _0x389022('commentsrepository-duplicated-comment-thread-id',null,{'threadId':_0x5dda6c});const _0xd82a7b=new ee(this,{'channelId':_0x4a709a,'id':_0x5dda6c,'context':_0x24b134,'attributes':_0x641528,'unlinkedAt':_0x551721,'resolvedAt':_0x2aa2c8,'resolvedBy':_0x95e783?this['context']['plugins']['get'](ut)['getUser'](_0x95e783):null,'isResolvable':_0x3d03ef,'isSubmitted':_0x37883a||_0x38eea1});this['_threads']['set'](_0x5dda6c,_0xd82a7b);for(const _0x468391 of _0x3b1d35)_0xd82a7b['_add'](this['_createNewComment']({'threadId':_0x5dda6c,..._0x468391}));return _0x5d2a36&&_0xd82a7b['attachTo'](_0x5d2a36),_0x38eea1||!_0xd82a7b['length']?Promise['resolve']():this['_submitCommentThread']({'channelId':_0x4a709a,'threadId':_0x5dda6c});}['_submitCommentThread']({channelId:_0x39b9f9,threadId:_0x2b8443}){if(!this['hasCommentThread'](_0x2b8443))throw new _0x389022('commentsrepository-missing-comment-thread',this);const _0x1681d1=this['getCommentThread'](_0x2b8443);if(_0x1681d1['_isSubmitted']=!0x0,!this['adapter']||'function'!=typeof this['adapter']['addCommentThread'])return Promise['resolve']();const {id:_0x457cae,comments:_0x308efe,resolvedAt:_0x4b223d,resolvedBy:_0x5ea3c6,context:_0x3cabba,attributes:_0x393558}=_0x1681d1,_0x3b9184=this['context']['plugins']['get']('PendingActions'),_0x2ca015=_0x3b9184['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['addCommentThread']({'channelId':_0x39b9f9,'threadId':_0x457cae,'comments':_0x308efe['map'](_0x3a0df0=>_0x3a0df0['toJSON']()),'resolvedAt':_0x4b223d,'resolvedBy':_0x5ea3c6?_0x5ea3c6['id']:_0x5ea3c6,'context':_0x3cabba,'attributes':_0x393558})['then'](({comments:_0x420bdc})=>{_0x3b9184['remove'](_0x2ca015);for(const _0x11df46 of _0x420bdc)this['_updateComment']({'channelId':_0x39b9f9,'threadId':_0x2b8443,'commentId':_0x11df46['commentId'],'createdAt':_0x11df46['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x3eacfd=>{throw console['error'](_0x3eacfd),new _0x389022('commentsrepository-add-comment-thread-internal-error',this);});}['_attachCommentThread']({threadId:_0x4f073e,target:_0x59d564}){const _0x50f400=this['getCommentThread'](_0x4f073e);if(!_0x50f400)throw new _0x389022('commentsrepository-attach-missing-comment-thread',this);const _0x52353d=this['context']['plugins']['get']('PendingActions'),_0x1398c6=this['context']['plugins']['get'](_),_0x388ea0=this['_createCommentThreadView'](_0x50f400),_0x2bb30c=new yt(_0x50f400,_0x388ea0);let _0x4d88cb=null;_0x388ea0['on']('change:isDirty',(_0x3d21e6,_0x5b7083,_0x2dc49d)=>{_0x2dc49d?_0x4d88cb=_0x52353d['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD')):_0x4d88cb&&(_0x52353d['remove'](_0x4d88cb),_0x4d88cb=null);}),_0x388ea0['on']('escape',()=>{this['fire'](Tt('escapeThread',_0x50f400['channelId']),{'threadId':_0x4f073e,'channelId':_0x50f400['channelId']});}),this['_threadToController']['set'](_0x50f400,_0x2bb30c),this['_viewToController']['set'](_0x388ea0,_0x2bb30c);const _0x2190d1=new T(this['context']['locale'],_0x388ea0);_0x2190d1['bind']('length')['to'](_0x388ea0),_0x2190d1['bind']('isDirty')['to'](_0x388ea0,'isDirty',_0x388ea0,'length',(_0x357e6c,_0x56ff90)=>_0x357e6c||!_0x56ff90),_0x2190d1['bind']('isActive')['to'](_0x388ea0),_0x2190d1['type']='comment';const _0x4ef51b=new d({'view':_0x2190d1,'target':_0x59d564,'type':'comment','isVisible':!_0x50f400['isResolved']});return this['_bindAnnotationToEditors'](_0x388ea0,_0x4ef51b),_0x1398c6['add'](_0x4ef51b),_0x4ef51b;}['_bindAnnotationToEditors'](_0x3b730d,_0x253d45){this['listenTo'](_0x3b730d,'editorReady',(_0x1b0659,_0x3b56d4)=>{const _0x4e57c9=_0x3b56d4['ui']['view']['body']['bodyCollectionContainer'];_0x253d45['focusableElements']['add'](_0x4e57c9),this['context']instanceof _0x79f10c&&this['context']['ui']['focusTracker']['add'](_0x4e57c9);},{'priority':'highest'}),this['listenTo'](_0x3b730d,'editorDestroyed',(_0x45aa33,_0x1eea81)=>{const _0x1106a3=_0x1eea81['ui']['view']['body']['bodyCollectionContainer'];_0x253d45['focusableElements']['has'](_0x1106a3)&&_0x253d45['focusableElements']['remove'](_0x1106a3),this['context']instanceof _0x79f10c&&this['context']['ui']['focusTracker']['remove'](_0x1106a3);});}['_unbindEditors'](_0x13c986){this['stopListening'](_0x13c986,'editorReady'),this['stopListening'](_0x13c986,'editorDestroyed');}['_createCommentThreadView'](_0x3d0268){const _0x500838=this['context']['plugins']['get'](ut),{config:_0x449fd4,locale:_0x533de5}=this['context'],_0x86a881=dt(_0x449fd4['get']('locale'));return new(0x0,(_0x449fd4['get']('comments'))['CommentThreadView'])(_0x533de5,_0x3d0268,_0x500838['me'],{'editorConfig':{..._0x449fd4['get']('comments.editorConfig'),'licenseKey':this['context']['config']['get']('licenseKey')},'copyMarkers':_0x449fd4['get']('comments.copyMarkers'),'maxCommentsWhenCollapsed':_0x449fd4['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x449fd4['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x449fd4['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x86a881,'CommentView':_0x449fd4['get']('comments')['CommentView']});}['_resolveCommentThread']({threadId:_0x3eff12,channelId:_0x277998,resolvedAt:_0x282461,resolvedBy:_0x3205fd,isFromAdapter:_0x3bf659}){if(!this['hasCommentThread'](_0x3eff12))throw new _0x389022('commentsrepository-missing-comment-thread',null,{'threadId':_0x3eff12});const _0x457629=this['getCommentThread'](_0x3eff12);if(_0x457629['isResolved'])throw new _0x389022('commentsrepository-resolved-comment-thread',null,{'threadId':_0x3eff12});const _0x264278=this['context']['plugins']['get'](ut);if(_0x457629['resolvedBy']=_0x264278['getUser'](_0x3205fd),_0x457629['resolvedAt']=_0x282461,_0x3bf659||!this['adapter']||'function'!=typeof this['adapter']['resolveCommentThread'])return Promise['resolve']();const _0xc1eb1=this['context']['plugins']['get']('PendingActions'),_0x33794d=_0xc1eb1['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['resolveCommentThread']({'channelId':_0x277998,'threadId':_0x3eff12})['then'](({resolvedAt:_0x1361e2,resolvedBy:_0x311446})=>{_0xc1eb1['remove'](_0x33794d),_0x457629['resolvedBy']['id']!==_0x311446&&(_0x457629['resolvedBy']=_0x264278['getUser'](_0x311446)),_0x457629['resolvedAt']=_0x1361e2;})['catch'](_0xe1bb5e=>{throw console['error'](_0xe1bb5e),new _0x389022('commentsrepository-resolve-comment-thread-internal-error',this);});}['_reopenCommentThread']({threadId:_0x4431d0,channelId:_0x2a4389,isFromAdapter:_0x3e5d94}){if(!this['hasCommentThread'](_0x4431d0))throw new _0x389022('commentsrepository-missing-comment-thread',null,{'threadId':_0x4431d0});const _0x48e247=this['getCommentThread'](_0x4431d0);if(!_0x48e247['isResolved'])throw new _0x389022('commentsrepository-reopen-comment-thread',null,{'threadId':_0x4431d0});if(_0x48e247['resolvedBy']=null,_0x48e247['resolvedAt']=null,_0x3e5d94||!this['adapter']||'function'!=typeof this['adapter']['reopenCommentThread'])return Promise['resolve']();const _0x3bbc12=this['context']['plugins']['get']('PendingActions'),_0x21fa6f=_0x3bbc12['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['reopenCommentThread']({'channelId':_0x2a4389,'threadId':_0x4431d0})['then'](()=>_0x3bbc12['remove'](_0x21fa6f))['catch'](_0x4985d3=>{throw console['error'](_0x4985d3),new _0x389022('commentsrepository-reopen-comment-thread-internal-error',this);});}['_removeCommentThread']({threadId:_0xcbf690,isFromAdapter:_0x3e6e18}){const _0x11df44=this['getCommentThread'](_0xcbf690);if(!_0x11df44)throw new _0x389022('commentsrepository-remove-missing-comment-thread',this);if(this['_detachCommentThread'](_0xcbf690),this['_threads']['delete'](_0xcbf690),!_0x11df44['isSubmitted']||_0x3e6e18||!this['adapter']||'function'!=typeof this['adapter']['removeCommentThread'])return Promise['resolve']();const _0x13b694=this['context']['plugins']['get']('PendingActions'),{channelId:_0x1c70ac}=_0x11df44,_0x4fa508=_0x13b694['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeCommentThread']({'channelId':_0x1c70ac,'threadId':_0xcbf690})['then'](()=>_0x13b694['remove'](_0x4fa508))['catch'](_0x375ec7=>{throw console['error'](_0x375ec7),new _0x389022('commentsrepository-remove-comment-thread-internal-error',this);});}['_updateCommentThread']({threadId:_0xc5515d,unlinkedAt:_0x5d1dbd,context:_0x4a84ee,attributes:_0x10ad1d,isFromAdapter:_0x44c4b9}){if('string'!=typeof _0xc5515d)throw new _0x389022('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0xc5515d});if(!this['hasCommentThread'](_0xc5515d))throw new _0x389022('commentsrepository-missing-comment-thread',null,{'threadId':_0xc5515d});const _0x5dda7c=this['getCommentThread'](_0xc5515d);let _0x12d35f=!0x1;if(void 0x0!==_0x4a84ee&&_0x5dda7c['context']!==_0x4a84ee&&(_0x5dda7c['context']=_0x4a84ee,_0x12d35f=!0x0),void 0x0!==_0x5d1dbd&&_0x5dda7c['unlinkedAt']!==_0x5d1dbd&&(_0x5dda7c['unlinkedAt']=_0x5d1dbd,_0x12d35f=!0x0),_0x10ad1d&&!pt(_0x10ad1d,_0x5dda7c['attributes'])&&(_0x5dda7c['attributes']=_0x10ad1d,_0x12d35f=!0x0),!_0x12d35f)return Promise['resolve']();if(!_0x5dda7c['isSubmitted']||_0x44c4b9||!this['adapter']||'function'!=typeof this['adapter']['updateCommentThread'])return Promise['resolve']();const _0x57a9f4=this['context']['plugins']['get']('PendingActions'),{channelId:_0x224efb}=_0x5dda7c,_0x1bcec9=_0x57a9f4['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateCommentThread']({'channelId':_0x224efb,'threadId':_0xc5515d,'context':_0x4a84ee,'unlinkedAt':_0x5d1dbd,'attributes':_0x10ad1d})['then'](()=>_0x57a9f4['remove'](_0x1bcec9))['catch'](_0x3fd769=>{throw console['error'](_0x3fd769),new _0x389022('commentsrepository-update-comment-thread-internal-error',this);});}['_detachCommentThread'](_0x1b63ec){const _0x31a046=this['context']['plugins']['get'](_),_0x36c32a=this['getCommentThread'](_0x1b63ec);if(this['_threadToController']['has'](_0x36c32a)){const _0x21b8e7=this['_threadToController']['get'](_0x36c32a),_0x1fd92d=_0x21b8e7['view'],_0x556e15=_0x31a046['getByInnerView'](_0x1fd92d);this['_threadToController']['delete'](_0x36c32a),this['_viewToController']['delete'](_0x1fd92d),_0x556e15&&_0x31a046['remove'](_0x556e15),_0x21b8e7['destroy'](),_0x1fd92d['destroy']()['then'](()=>{this['_unbindEditors'](_0x1fd92d);});}}['_updateActiveAnnotation']({threadId:_0x3ff42a,resolvedAt:_0x10fe5b}){const _0x47ffa4=!!_0x10fe5b,_0x13864a=this['context']['plugins']['get'](_),_0x31835b=this['getCommentThread'](_0x3ff42a);if(this['_threadToController']['has'](_0x31835b)){const _0x2652e7=this['_threadToController']['get'](_0x31835b)['view'],_0x4e3627=_0x13864a['getByInnerView'](_0x2652e7);_0x4e3627&&(_0x47ffa4&&_0x13864a['_removeActiveAnnotation'](_0x4e3627),_0x4e3627['refreshVisibility']());}}['_getExternalAuthor'](_0x4a73ab){const _0x499dac=this['context']['plugins']['get'](ut),_0x119cc4=lt('external:'+_0x4a73ab),_0x3264f8=_0x499dac['getUser'](_0x119cc4);return _0x3264f8||_0x499dac['addUser']({'id':_0x119cc4,'name':_0x4a73ab});}['_createNewComment']({threadId:_0x319408,commentId:_0x2e05b0=_0x19a104(),content:_0x57c4db,authorId:_0x26f685,createdAt:_0x41a38d,attributes:_0x1694e8}){if('string'!=typeof _0x2e05b0)throw new _0x389022('commentsrepository-invalid-commentid');if('string'!=typeof _0x26f685)throw new _0x389022('commentsrepository-invalid-comment-authorid');if('string'!=typeof _0x57c4db||!_0x57c4db['trim']())throw new _0x389022('commentsrepository-invalid-comment-content');const _0x4e15f1=this['context']['plugins']['get'](ut)['getUser'](_0x26f685);if(!_0x4e15f1)throw new _0x389022('commentsrepository-add-comment-user-not-exists',null,{'authorId':_0x26f685});let _0x40f17b=null,_0x41a289=_0x41a38d;return _0x1694e8&&_0x1694e8['@external']&&(_0x40f17b=this['_getExternalAuthor'](_0x1694e8['@external']['authorName']),_0x41a289=new Date(_0x1694e8['@external']['createdAt'])),new se(this,{'threadId':_0x319408,'id':_0x2e05b0,'author':_0x40f17b||_0x4e15f1,'creator':_0x4e15f1,'content':_0x57c4db,'createdAt':_0x41a38d,'authoredAt':_0x41a289,'attributes':_0x1694e8});}['_addComment'](_0x23454d){let {threadId:_0x35f391,content:_0x2b2a0c,attributes:_0x1fdcbe,isFromAdapter:_0x57f7c3}=_0x23454d;const _0x325e0c=this['getCommentThread'](_0x23454d['threadId']);if(!_0x325e0c)throw new _0x389022('commentsrepository-add-comment-to-missing-comment-thread',this);const _0x569af2=this['_createNewComment'](_0x23454d),{id:_0x15f9d1}=_0x569af2;if(_0x325e0c['_add'](_0x569af2),_0x57f7c3||!this['adapter']||'function'!=typeof this['adapter']['addComment']||!_0x325e0c['isSubmitted'])return Promise['resolve']();const _0x1f6980=this['context']['plugins']['get']('PendingActions'),{channelId:_0x414234}=_0x325e0c,_0x377d68=_0x1f6980['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return _0x1fdcbe||(_0x1fdcbe={}),this['adapter']['addComment']({'channelId':_0x414234,'threadId':_0x35f391,'commentId':_0x15f9d1,'content':_0x2b2a0c,'attributes':_0x1fdcbe})['then'](_0x305e1a=>{_0x1f6980['remove'](_0x377d68),_0x305e1a&&this['_updateComment']({'channelId':_0x414234,'threadId':_0x35f391,'commentId':_0x15f9d1,'createdAt':_0x305e1a['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x2a9b10=>{throw console['error'](_0x2a9b10),new _0x389022('commentsrepository-add-comment-internal-error',this);});}['_updateComment']({threadId:_0x60e344,commentId:_0x2068cf,content:_0x544638,createdAt:_0x15bb32,attributes:_0x2b43b6,isFromAdapter:_0x56413c}){if(void 0x0!==_0x544638&&('string'!=typeof _0x544638||!_0x544638['trim']()['length']))throw new _0x389022('commentsrepository-update-comment-invalid-content');const _0x3003ef=this['getCommentThread'](_0x60e344),_0x38d66e=_0x3003ef['getComment'](_0x2068cf);if(!_0x38d66e)throw new _0x389022('commentsrepository-update-missing-comment',this);let _0x18e1db=!0x1;if(_0x544638&&_0x544638!==_0x38d66e['content']&&(_0x38d66e['isEditable']||_0x56413c)&&(_0x38d66e['content']=_0x544638,_0x18e1db=!0x0),_0x15bb32&&_0x15bb32!==_0x38d66e['createdAt']&&(_0x38d66e['createdAt']=_0x15bb32,_0x38d66e['attributes']&&_0x38d66e['attributes']['@external']||(_0x38d66e['authoredAt']=_0x15bb32),_0x18e1db=!0x0),_0x2b43b6&&!pt(_0x2b43b6,_0x38d66e['attributes'])&&(_0x38d66e['attributes']=_0x2b43b6,_0x18e1db=!0x0),!_0x18e1db)return Promise['resolve']();if(_0x3003ef['fire']('commentUpdated'),_0x56413c||!this['adapter']||'function'!=typeof this['adapter']['updateComment'])return Promise['resolve']();const _0x58ab19=this['context']['plugins']['get']('PendingActions'),{channelId:_0x1a8312}=this['getCommentThread'](_0x38d66e['threadId']),_0x3b57a=_0x58ab19['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateComment']({'channelId':_0x1a8312,'threadId':_0x60e344,'commentId':_0x2068cf,'content':_0x544638,'attributes':_0x2b43b6})['then'](()=>_0x58ab19['remove'](_0x3b57a))['catch'](_0x448cb7=>{throw console['error'](_0x448cb7),new _0x389022('commentsrepository-update-comment-internal-error',this);});}['_removeComment']({threadId:_0x15da02,commentId:_0x121a6f,isFromAdapter:_0x1bf3c1}){const _0x8e9f6e=this['getCommentThread'](_0x15da02),_0x2742eb=_0x8e9f6e['getComment'](_0x121a6f);if(!_0x2742eb)throw new _0x389022('commentsrepository-remove-missing-comment',this);if(_0x8e9f6e['_remove'](_0x2742eb),_0x1bf3c1||!this['adapter']||'function'!=typeof this['adapter']['removeComment'])return Promise['resolve']();const _0x376f74=this['context']['plugins']['get']('PendingActions'),{channelId:_0x75cef5}=_0x8e9f6e,_0xe89c11=_0x376f74['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeComment']({'channelId':_0x75cef5,'threadId':_0x15da02,'commentId':_0x121a6f})['then'](()=>_0x376f74['remove'](_0xe89c11))['catch'](_0x34d25d=>{throw console['error'](_0x34d25d),new _0x389022('commentsrepository-remove-comment-internal-error',this);});}}class ee extends/* #__PURE__ -- @preserve */
30
+ _0x2a7e33(){['channelId'];['id'];['_isAttached'];['_isSubmitted'];['comments'];['_repository'];constructor(_0x1738fd,_0x2d4207){super();const _0x4be170=_0x2d4207['isResolvable'];this['channelId']=_0x2d4207['channelId'],this['id']=_0x2d4207['id'],this['comments']=new _0x97c426(),this['_repository']=_0x1738fd,this['_isAttached']=!0x1,this['_isSubmitted']=_0x2d4207['isSubmitted'],this['set']('_hasTargetInContent',!0x0),this['bind']('isReadOnly')['to'](_0x1738fd,'_permissions',_0x1738fd,'_readOnlyChannels',()=>_0x1738fd['isReadOnly'](this['channelId'])),this['bind']('isRemovable')['to'](_0x1738fd,'_permissions',()=>_0x1738fd['getPermissions'](this['channelId'])['admin']),this['bind']('canComment')['to'](_0x1738fd,'_permissions',()=>{const _0x261017=_0x1738fd['getPermissions'](this['channelId']);return _0x261017['write']||_0x261017['admin'];}),this['bind']('isResolvable')['to'](_0x1738fd,'_permissions',()=>_0x4be170&&_0x1738fd['getPermissions'](this['channelId'])['resolve']),this['set']('context',_0x2d4207['context']),this['bind']('archivedAt')['to'](this,'resolvedAt',this,'unlinkedAt',(_0x4ab8e6,_0x9552e2)=>_0x4ab8e6?_0x9552e2?_0x4ab8e6<_0x9552e2?_0x4ab8e6:_0x9552e2:_0x4ab8e6:_0x9552e2),this['set']('unlinkedAt',_0x2d4207['unlinkedAt']||null),this['set']('resolvedAt',_0x2d4207['resolvedAt']||null),this['set']('resolvedBy',_0x2d4207['resolvedBy']||null),this['bind']('isResolved')['to'](this,'resolvedAt',_0x53d691=>!!_0x53d691),this['set']('attributes',_0x2d4207['attributes']||{});}get['weight'](){return Array['from'](this['comments'])['reduce']((_0x240b98,_0x21fd5f)=>_0x240b98+_0x21fd5f['weight'],0x0);}get['length'](){return this['comments']['length'];}get['isAttached'](){return this['_isAttached'];}get['isSubmitted'](){return this['_isSubmitted'];}['submit'](){const {channelId:_0x33c4f6,id:_0x6889ce}=this;this['_repository']['fire'](Tt('submitCommentThread',_0x33c4f6),{'channelId':_0x33c4f6,'threadId':_0x6889ce});}['setUnlinkedAt'](_0x71c8f0){this['_update']({'unlinkedAt':_0x71c8f0});}['resolve']({resolvedAt:_0x571135=new Date(),resolvedBy:_0x50c432=null,isFromAdapter:_0x283bed=!0x1}={}){const _0x48887c=this['_repository']['context']['plugins']['get'](ut)['me'],{channelId:_0x44d499,id:_0x58daa2}=this;this['_repository']['fire'](Tt('resolveCommentThread',_0x44d499),{'channelId':_0x44d499,'threadId':_0x58daa2,'resolvedAt':_0x571135,'resolvedBy':_0x50c432||_0x48887c['id'],'isFromAdapter':_0x283bed});}['reopen']({isFromAdapter:_0x493f18=!0x1}={}){const {channelId:_0x425ce2,id:_0xe8168f}=this;this['_repository']['fire'](Tt('reopenCommentThread',_0x425ce2),{'channelId':_0x425ce2,'threadId':_0xe8168f,'isFromAdapter':_0x493f18});}['setContext'](_0x3f1ed9){this['context']||this['_update']({'context':_0x3f1ed9});}['setAttribute'](_0x14ce39,_0x4b9c50){const _0x31c458=ft(this['attributes']);It(_0x31c458,_0x14ce39,_0x4b9c50),this['_update']({'attributes':_0x31c458});}['removeAttribute'](_0x599db5){const _0x36accc=ft(this['attributes']);wt(_0x36accc,_0x599db5),this['_update']({'attributes':_0x36accc});}['remove']({isFromAdapter:_0x52e4c3=!0x1}={}){const {channelId:_0xf34c1,id:_0x424f47}=this;this['_repository']['fire'](Tt('removeCommentThread',_0xf34c1),{'channelId':_0xf34c1,'threadId':_0x424f47,'isFromAdapter':_0x52e4c3});}['attachTo'](_0x5f5c21){return this['_repository']['_attachCommentThread']({'threadId':this['id'],'target':_0x5f5c21});}['addComment'](_0x5f5b4d){const {channelId:_0x84d845,id:_0x4e4672}=this;this['_repository']['fire'](Tt('addComment',_0x84d845,_0x4e4672),Object['assign']({'channelId':_0x84d845,'threadId':_0x4e4672},_0x5f5b4d));}['getComment'](_0x4d2a00){if('string'!=typeof _0x4d2a00)throw new _0x389022('commentsrepository-get-comment-invalid-id',null,{'commentId':_0x4d2a00});return this['comments']['get'](_0x4d2a00);}['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'](_0xa89f82=>_0xa89f82['toJSON']()),'attributes':this['attributes']};}['_add'](_0xce6df2){return this['listenTo'](_0xce6df2,'change:authoredAt',()=>{const _0x17a86c=this['_findOptimalIndex'](_0xce6df2),_0x1b03c0=this['comments'];_0x17a86c-0x1!=_0x1b03c0['getIndex'](_0xce6df2)&&_0x17a86c+0x1!=_0x1b03c0['getIndex'](_0xce6df2)&&(this['_remove'](_0xce6df2),this['_add'](_0xce6df2));}),this['comments']['add'](_0xce6df2,this['_findOptimalIndex'](_0xce6df2));}['_update'](_0x40e90d){const {channelId:_0x27bfff,id:_0x34f520}=this;this['_repository']['fire'](Tt('updateCommentThread',_0x27bfff),{..._0x40e90d,'channelId':_0x27bfff,'threadId':_0x34f520});}['_remove'](_0x302074){return this['stopListening'](_0x302074),_0x302074['destroy'](),this['comments']['remove'](_0x302074);}['_findOptimalIndex'](_0x33e1ef){const _0x3d624e=this['comments']['find'](_0x2274db=>new Date(_0x2274db['authoredAt'])['getTime']()>new Date(_0x33e1ef['authoredAt'])['getTime']());return _0x3d624e?this['comments']['getIndex'](_0x3d624e):this['length'];}}class se extends/* #__PURE__ -- @preserve */
31
+ _0x2a7e33(){['id'];['threadId'];['author'];['creator'];['isExternal'];['createdAt'];['_repository'];constructor(_0x3e315e,_0x3dc1fc){super();const _0x5986f1=_0x3e315e['context']['plugins']['get'](ut)['me'],_0x163d37=_0x3e315e['getCommentThread'](_0x3dc1fc['threadId']),_0x1b081c=0x0===_0x163d37['comments']['length'],_0x251aa2=_0x5986f1===_0x3dc1fc['author'];this['id']=_0x3dc1fc['id'],this['threadId']=_0x3dc1fc['threadId'],this['author']=_0x3dc1fc['author'],this['creator']=_0x3dc1fc['creator'],this['isExternal']=Boolean(_0x3dc1fc['attributes']&&_0x3dc1fc['attributes']['@external']),this['set']('content',_0x3dc1fc['content']),this['createdAt']=_0x3dc1fc['createdAt']||new Date(),this['set']('authoredAt',_0x3dc1fc['authoredAt']||new Date()),this['bind']('resolvedAt')['to'](_0x163d37,'resolvedAt'),this['set']('attributes',_0x3dc1fc['attributes']||{}),this['bind']('isEditable')['to'](_0x3e315e,'_permissions',()=>{const _0x266e1d=_0x3e315e['getPermissions'](_0x163d37['channelId'])['write'],_0x1c9bab=_0x3e315e['getPermissions'](_0x163d37['channelId'])['modifyAll'];return _0x251aa2&&_0x266e1d||!_0x251aa2&&_0x1c9bab;}),this['bind']('isRemovable')['to'](_0x163d37,'isRemovable',_0x3e315e,'_permissions',_0x441ebb=>{const _0x51d1b9=_0x3e315e['getPermissions'](_0x163d37['channelId'])['write'],_0x26a8a1=_0x3e315e['getPermissions'](_0x163d37['channelId'])['modifyAll'];return _0x251aa2&&_0x51d1b9||_0x441ebb&&_0x1b081c||!_0x251aa2&&_0x26a8a1&&!_0x1b081c;}),this['bind']('isReadOnly')['to'](_0x163d37,'isReadOnly'),this['_repository']=_0x3e315e;}get['weight'](){return Math['max'](function(_0x22cbed){const _0x5bf914=document['createElement']('div');return _0x5bf914['innerHTML']=_0x22cbed,_0x5bf914['textContent']['length'];}(this['content']),0xc8);}['update'](_0x560a1c){const {threadId:_0x2f55b1,id:_0x4b7951}=this;if(!this['_repository']['hasCommentThread'](_0x2f55b1))throw new _0x389022('commentsrepository-update-comment-missing-comment-thread',this);const {channelId:_0x121e5f}=this['_repository']['getCommentThread'](_0x2f55b1);this['_repository']['fire'](Tt('updateComment',_0x121e5f,_0x2f55b1),{'channelId':_0x121e5f,'threadId':_0x2f55b1,'commentId':_0x4b7951,..._0x560a1c});}['setAttribute'](_0xbe638e,_0x2e0bf1){const _0x2d222a=ft(this['attributes']);It(_0x2d222a,_0xbe638e,_0x2e0bf1),this['update']({'attributes':_0x2d222a});}['removeAttribute'](_0x51085d){const _0x68f19f=ft(this['attributes']);wt(_0x68f19f,_0x51085d),this['update']({'attributes':_0x68f19f});}['remove'](_0xbe2f3f={}){if(!_0xbe2f3f['isFromAdapter']&&!this['isRemovable'])return;const {threadId:_0x221bf3,id:_0x352c6c}=this;if(!this['_repository']['hasCommentThread'](_0x221bf3))throw new _0x389022('commentsrepository-remove-comment-missing-comment-thread',this);const {channelId:_0x4622ab}=this['_repository']['getCommentThread'](_0x221bf3);this['_repository']['fire'](Tt('removeComment',_0x4622ab,_0x221bf3),{'channelId':_0x4622ab,'threadId':_0x221bf3,'commentId':_0x352c6c,..._0xbe2f3f});}['toJSON'](){return{'commentId':this['id'],'content':this['content'],'createdAt':this['createdAt'],'authorId':this['creator']['id'],'attributes':this['attributes']};}['destroy'](){this['stopListening']();}}function Tt(_0x5536df,..._0x5842b9){for(const _0x31b243 of _0x5842b9)void 0x0!==_0x31b243&&(_0x5536df+=':'+String(_0x31b243));return _0x5536df;}class J extends _0x559cfe{['refresh'](){const _0x5bd363=this['editor']['model']['document']['selection'];for(const _0x4fe35a of _0x5bd363['getRanges']())if(this['_hasContent'](_0x4fe35a))return void(this['isEnabled']=!0x0);this['isEnabled']=!0x1;}['execute']({threadId:_0x4221b6=_0x19a104()}={}){const _0x486224=this['editor']['model'],_0x1b6fb1=[];for(const _0x3bd08c of _0x486224['document']['selection']['getRanges']())this['_hasContent'](_0x3bd08c)&&_0x1b6fb1['push'](this['_trimToContent'](_0x3bd08c));_0x486224['change'](_0x10ada1=>{for(const _0x50baa5 of _0x1b6fb1){const _0x3bc698=_0x19a104()['substr'](0x1,0x5),_0x2bdc63='comment:'+_0x4221b6+':'+_0x3bc698;_0x10ada1['addMarker'](_0x2bdc63,{'range':_0x50baa5,'usingOperation':!0x1,'affectsData':!0x1});}});}['_hasContent'](_0xef90d3){for(const _0x55ea3b of _0xef90d3['getItems']())if(this['_itemIsContent'](_0x55ea3b))return!0x0;return!0x1;}['_itemIsContent'](_0x242c13){return _0x242c13['is']('$textProxy')||this['editor']['model']['schema']['isObject'](_0x242c13)&&!_0x242c13['is']('element','tableCell');}['_trimToContent'](_0x1d0711){const _0x56175e=_0x181a81=>!this['_itemIsContent'](_0x181a81['item']),_0x369f4e=_0x1d0711['start']['getLastMatchingPosition'](_0x56175e),_0x255544=_0x1d0711['end']['getLastMatchingPosition'](_0x56175e,{'direction':'backward'});return this['editor']['model']['createRange'](_0x369f4e,_0x255544);}}class b extends _0x36b4f3{['_dataCollectors'];['_editorAnnotations'];static get['requires'](){return[_];}static get['pluginName'](){return'EditorAnnotations';}constructor(_0x88b3e8){super(_0x88b3e8),this['_dataCollectors']=new Set(),this['_editorAnnotations']=new Set();}['init'](){const _0x34173f=this['editor'],_0x26f556=_0x34173f['model']['document']['selection'],_0x5bca81=_0x144ad1(()=>this['refreshSelectedViews'](),0xa);_0x26f556['on']('change:range',(_0x3d8682,_0x52986e)=>{_0x52986e['directChange']&&(_0x5bca81['cancel'](),this['refreshSelectedViews']());}),this['listenTo'](_0x34173f['editing']['view']['document'],'change:isFocused',(_0x604c55,_0x2587e1,_0x30c6d9)=>{_0x30c6d9&&_0x5bca81();}),this['listenTo'](_0x34173f['ui']['focusTracker'],'change:isFocused',(_0x1a1e8d,_0x383b5d,_0x4db828)=>{_0x4db828||_0x34173f['isReadOnly']||this['fire']('blur',{'isAnnotationTracked':_0xad1f3c=>this['_editorAnnotationsData']['has'](_0xad1f3c['innerView'])});}),this['listenTo'](this['editor']['ui'],'update',()=>this['fire']('uiUpdate'));}['registerAnnotation'](_0x1f00ff){if(this['_editorAnnotations']['has'](_0x1f00ff['view']))return;this['_editorAnnotations']['add'](_0x1f00ff['view']),this['editor']['ui']['focusTracker']['add'](_0x1f00ff['view']['element']);const _0xddff40=this['editor']['plugins']['get'](_);this['listenTo'](_0xddff40['collection'],'remove',(_0x2c3fc3,_0x147898)=>{this['editor']['ui']['focusTracker']['remove'](_0x147898['view']['element']),this['_editorAnnotations']['delete'](_0x147898['view']);});}['hasDomSelection'](){return this['editor']['editing']['view']['hasDomSelection'];}['addSourceCollector'](_0x408915){if('function'!=typeof _0x408915)throw new _0x389022('editorannotations-invalid-source-callback');this['_dataCollectors']['add'](_0x408915);}['refreshSelectedViews'](){this['fire']('refresh');}['getOrderedSelectedAnnotations']({activeAnnotation:_0x2da02c,annotations:_0x14728d}){const _0x36b31d=[],_0x4acfd0=this['editor']['model']['document']['selection'],_0x336caf=Array['from'](_0x4acfd0['getRanges']());for(const [_0xe6c324,_0xe54b47]of this['_editorAnnotationsData']){const _0x39fe99=_0x431925(_0xe54b47),_0x196f5f=_0x14728d['getByInnerView'](_0xe6c324);_0x39fe99&&_0x196f5f&&_0x36b31d['push']({'annotation':_0x196f5f,'range':_0x39fe99});}function _0x431925(_0x10e852){for(const _0x33faf0 of _0x10e852)for(const _0x1a8291 of _0x336caf)if(_0x33faf0['containsRange'](_0x1a8291,!_0x4acfd0['isCollapsed']))return _0x33faf0;return null;}return _0x36b31d['sort']((_0x2e1fbd,_0x78879b)=>{const _0x67885=_0x2e1fbd['range'],_0x3bb810=_0x78879b['range'];if(!_0x67885['isEqual'](_0x3bb810)){if(_0x67885['containsRange'](_0x3bb810,!0x0))return 0x1;if(_0x3bb810['containsRange'](_0x67885,!0x0))return-0x1;}return _0x2e1fbd['annotation']==_0x2da02c?-0x1:_0x78879b['annotation']==_0x2da02c?0x1:0x0;})['map'](_0x43c190=>_0x43c190['annotation']);}get['_editorAnnotationsData'](){const _0x13b087=new Map();for(const _0x347e32 of Array['from'](this['_dataCollectors']))for(const [_0x17d85b,_0x5648c1]of _0x347e32())_0x13b087['set'](_0x17d85b,_0x5648c1);return _0x13b087;}}class nt extends _0x36b4f3{['afterInit'](){const _0x1ac33a=this['editor'];if(!_0x1ac33a['plugins']['has']('RestrictedEditingModeEditing'))return;_0x1ac33a['plugins']['get']('RestrictedEditingModeEditing')['enableCommand']('addCommentThread');}}class it extends _0x36b4f3{constructor(_0x3e3285){super(_0x3e3285),this['editor']['config']['define']('importWord.formatting.comments','basic');}['afterInit'](){const _0x229443=this['editor'],_0x165874=_0x229443['commands']['get']('importWord'),_0x3d41e0=_0x229443['plugins']['get'](ut);_0x165874&&(_0x165874['on']('execute',(_0x22e178,[,_0x1802c5])=>{_0x1802c5['collaboration_features']={'comments':!0x0,'user_id':_0x3d41e0['me']['id']};},{'priority':Wt['high']+0xa}),this['listenTo'](_0x165874,'dataInsert',this['_handleImportedData']));}['_handleImportedData'](_0x31d0a8,_0x2e6a59){const {comment_threads:_0x4c3a2d}=_0x2e6a59;_0x4c3a2d&&_0x4c3a2d['forEach'](({thread_id:_0x7ffc2a,comments:_0x108cf9,is_resolved:_0x59125a})=>{const _0x374890=new Date(),_0x4b492c=_0x108cf9['map'](({author:_0x93fb7c,content:_0x100c7f,created_at:_0x65391})=>({'content':_0x100c7f,'authorId':this['editor']['plugins']['get'](ut)['me']['id'],'createdAt':_0x374890,'attributes':{'@external':{'authorName':_0x93fb7c,'createdAt':_0x65391?new Date(_0x65391):new Date(),'source':'importWord'}}})),_0x38fb85=this['editor']['config']['get']('collaboration.channelId');this['editor']['plugins']['get'](m)['addCommentThread']({'channelId':_0x38fb85,'threadId':_0x7ffc2a,'comments':_0x4b492c,'resolvedAt':_0x59125a?_0x374890:null});});}}class st extends _0x36b4f3{constructor(_0x10629e){super(_0x10629e),this['editor']['config']['define']('comments.copyMarkers','default');}static get['requires'](){return[Mt,Pt];}['afterInit'](){const _0x33d3d6=this['editor']['plugins']['get']('ClipboardPipeline');this['_registerMarkerInClipboardPipeline'](),this['listenTo'](_0x33d3d6,'contentInsertion',(_0x5d00e0,_0xdc9a7f)=>this['_removeMarkersWithoutThreads'](_0xdc9a7f['content']['markers']),{'priority':'highest'});}['_removeMarkersWithoutThreads'](_0x52d507){if(!this['editor']['plugins']['has']('CommentsRepository'))return _0x52d507;const _0x1a39d8=this['editor']['plugins']['get']('CommentsRepository');for(const _0x3ca2ea of _0x52d507['keys']()){const [_0x4948ab,_0x23c5f3]=_0x3ca2ea['split'](':');'comment'!=_0x4948ab||_0x1a39d8['hasCommentThread'](_0x23c5f3)||_0x52d507['delete'](_0x3ca2ea);}return _0x52d507;}['_registerMarkerInClipboardPipeline'](){const _0x2896c5=this['editor']['plugins']['get']('ClipboardMarkersUtils'),_0x1967c2=this['_mapCommentsCopyConfigToRegisterConfiguration'](this['editor']['config']['get']('comments.copyMarkers'));_0x1967c2&&_0x2896c5['_registerMarkerToCopy']('comment',_0x1967c2);}['_mapCommentsCopyConfigToRegisterConfiguration'](_0xa5e1a3){switch(_0xa5e1a3){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 _0x36b4f3{static get['requires'](){return[m,b,nt,it,st];}static get['pluginName'](){return'CommentsEditing';}constructor(_0x4d620f){super(_0x4d620f),this['set']('isThreadsLoadingPaused',!0x0),_0x4d620f['data']['once']('ready',()=>this['isThreadsLoadingPaused']=!0x1),this['set']('activeMarker',null),this['on']('change:activeMarker',(_0x28994e,_0x58e7d5,_0x1d3db0,_0x48c7d3)=>{const _0x40486b=_0x1d3db0?jt(_0x1d3db0)['id']:null;if(_0x4d620f['model']['change'](()=>{if(_0x40486b){const _0x189d5f=this['getAllMarkersForId'](_0x40486b);for(const _0x2385e4 of _0x189d5f)_0x4d620f['editing']['reconvertMarker'](_0x2385e4);}if(_0x48c7d3){const {id:_0x4413e8}=jt(_0x48c7d3),_0x327140=this['getAllMarkersForId'](_0x4413e8);for(const _0x3fbabc of _0x327140)_0x4d620f['editing']['reconvertMarker'](_0x3fbabc);}}),_0x40486b){const _0xdbb3eb=_0x4d620f['plugins']['get'](m)['getCommentThread'](_0x40486b);_0xdbb3eb&&_0xdbb3eb['isResolved']&&this['scrollToThreadMarker'](_0x40486b);}}),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x1270fa=this['editor'],_0xcbc7b1=_0x1270fa['plugins']['get'](m),_0xe3f126=_0x1270fa['config']['get']('collaboration.channelId');_0x1270fa['commands']['add']('addCommentThread',new J(_0x1270fa)),this['listenTo'](_0x1270fa,'change:isReadOnly',(_0x38ba16,_0x25ac7d,_0x5c1d2e)=>{_0xcbc7b1['switchReadOnly'](_0x5c1d2e,_0x1270fa['config']['get']('collaboration.channelId'));}),this['listenTo'](_0xcbc7b1,at('addCommentThread',_0xe3f126),(_0x2860fb,{threadId:_0x38b989})=>{const _0x5bf661=this['editor']['plugins']['get'](m)['getCommentThread'](_0x38b989);_0x5bf661&&_0x5bf661['unlinkedAt']&&this['_attachArchivedThread'](_0x38b989);}),this['listenTo'](_0xcbc7b1,at('removeCommentThread',_0xe3f126),(_0x228c25,{threadId:_0x660f23})=>{_0x1270fa['model']['enqueueChange']({'isUndoable':!0x1},_0x57e545=>{const _0x2ca0e0=this['getAllMarkersForId'](_0x660f23);for(const _0xa725ba of _0x2ca0e0)_0x57e545['removeMarker'](_0xa725ba);});}),this['listenTo'](_0xcbc7b1,at('resolveCommentThread',_0xe3f126),(_0x58150b,{threadId:_0x331bab})=>{(this['_reconvertMarkers'](_0x331bab),this['editor']['editing']['view']['hasDomSelection'])&&(this['editor']['plugins']['get'](m)['getCommentThread'](_0x331bab)['unlinkedAt']||this['editor']['editing']['view']['focus']());},{'priority':'low'}),this['listenTo'](_0xcbc7b1,at('reopenCommentThread',_0xe3f126),(_0x1af13b,{threadId:_0x3764ef})=>{this['_reconvertMarkers'](_0x3764ef);},{'priority':'low'}),this['listenTo'](_0xcbc7b1,at('addComment',_0xe3f126),(_0x2b1462,{threadId:_0x27a6a0,isFromAdapter:_0x266784})=>{const _0x2d14d9=this['getAllMarkersForId'](_0x27a6a0);if(_0x266784||0x0==_0x2d14d9['length']||!_0xcbc7b1['hasCommentThread'](_0x27a6a0))return;0x1===_0xcbc7b1['getCommentThread'](_0x27a6a0)['length']&&_0x1270fa['model']['enqueueChange']({'isUndoable':!0x1},_0x112393=>{for(const _0x348cf8 of _0x2d14d9)_0x112393['updateMarker'](_0x348cf8,{'usingOperation':!0x0,'affectsData':!0x0});});},{'priority':'low'}),this['_initializeMarkerConverters'](),this['_handleMarkerAddAndRemove']();}['destroy'](){const _0x37d6ac=this['editor']['plugins']['get'](m),_0x286471=this['editor']['config']['get']('collaboration.channelId');for(const _0x3ece5b of _0x37d6ac['getCommentThreads']({'channelId':_0x286471}))_0x37d6ac['_detachCommentThread'](_0x3ece5b['id']),_0x37d6ac['_threads']['delete'](_0x3ece5b['id']);super['destroy']();}['hasMarkerForId'](_0x121480){return this['getAllMarkersForId'](_0x121480)['length']>0x0;}['getAllMarkersForId'](_0x2d8a60){const _0x25bdd0=[];for(const _0x48d61a of this['editor']['model']['markers'])_0x48d61a['name']['startsWith']('comment:'+_0x2d8a60)&&_0x25bdd0['push'](_0x48d61a);return _0x25bdd0;}['scrollToThreadMarker'](_0x58bc85){const _0x23ef20=this['_getTargetForId'](_0x58bc85);_0x23ef20&&setTimeout(()=>{this['activeMarker']&&jt(this['activeMarker'])['id']===_0x58bc85&&tt({'target':_0x23ef20[0x0],'viewportOffset':0x64,'alignToTop':!0x0});},0x32);}['_reconvertMarkers'](_0x376367){this['editor']['model']['change'](()=>{for(const _0x186f61 of this['getAllMarkersForId'](_0x376367))this['editor']['editing']['reconvertMarker'](_0x186f61);});}['_attachArchivedThread'](_0x3c3674){const _0x3751ba=this['editor']['plugins']['get'](m),_0x31de7c=this['editor']['plugins']['get'](b),_0x4d6a78=_0x3751ba['getCommentThread'](_0x3c3674);if(!_0x4d6a78['isAttached']){const _0xa410d0=_0x4d6a78['attachTo'](()=>this['_getTargetForId'](_0x4d6a78['id']));_0x31de7c['registerAnnotation'](_0xa410d0),_0x4d6a78['_hasTargetInContent']=!0x1;}}['_initializeMarkerConverters'](){const _0x40ceaf=this['editor'];_0x40ceaf['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'comment','view':(_0x5a9d6a,_0x4d24b7)=>{const {id:_0x21ce73}=jt(_0x5a9d6a['markerName']),_0x35bc7d=_0x40ceaf['plugins']['get'](m)['getCommentThread'](_0x21ce73),_0x50f2e9=this['activeMarker']&&jt(this['activeMarker'])['id']===_0x21ce73;if(_0x35bc7d&&_0x35bc7d['isResolved']&&!_0x50f2e9&&_0x5a9d6a['item'])return _0x4d24b7['consumable']['consume'](_0x5a9d6a['item'],'addMarker:'+_0x5a9d6a['markerName']),_0x4d24b7['consumable']['consume'](_0x5a9d6a['item'],'removeMarker:'+_0x5a9d6a['markerName']),null;const _0x3f48bc=['ck-comment-marker'];return _0x50f2e9&&_0x3f48bc['push']('ck-comment-marker--active'),{'classes':_0x3f48bc,'attributes':{'data-comment':_0x21ce73}};}}),_0x40ceaf['conversion']['for']('dataDowncast')['markerToData']({'model':'comment','view':(_0xa31334,{options:_0x44f37c})=>{const _0x461668=_0x40ceaf['plugins']['get'](m),_0xc0fb68=_0x40ceaf['model']['markers']['get'](_0xa31334),{id:_0x5da557,part:_0x31c870}=jt(_0xa31334);if(_0xc0fb68&&!_0xc0fb68['affectsData'])return null;if(_0x44f37c['ignoreResolvedComments']){const _0x35a155=_0x461668['getCommentThread'](_0x5da557);if(_0x35a155&&_0x35a155['isResolved'])return null;}return{'group':'comment','name':_0x31c870?_0x5da557+':'+_0x31c870:_0x5da557};}}),_0x40ceaf['conversion']['for']('upcast')['elementToElement']({'view':{'name':'comment','attributes':{'id':/^\w/}},'model':(_0x3c8251,{writer:_0xed415e})=>_0xed415e['createElement']('$marker',{'data-name':'comment:'+_0x3c8251['getAttribute']('id')})}),_0x40ceaf['conversion']['for']('upcast')['dataToMarker']({'view':'comment'});}['_handleMarkerAddAndRemove'](){const _0xc1c618=this['editor'],_0x457757=_0xc1c618['plugins']['get'](m),_0xadee20=new Set(),_0x48f088=new Set();_0xc1c618['model']['document']['registerPostFixer'](_0x219f03=>{let _0x1683ad=!0x1;for(const {name:_0x1446b8,data:_0x4557d1}of _0xc1c618['model']['document']['differ']['getChangedMarkers']()){const {group:_0x3adefe,id:_0x1b1bdc}=jt(_0x1446b8);let _0x3a93c7=_0x4557d1['newRange'];if('comment'!==_0x3adefe||!_0x3a93c7)continue;const _0x3bfb79='$graveyard'===_0x3a93c7['root']['rootName'];_0x3bfb79||(_0x3a93c7=ct(_0x3a93c7,_0xc1c618['model']),!_0x3a93c7||_0x3a93c7['isCollapsed']||!_0x4557d1['newRange']||_0x3a93c7['isEqual'](_0x4557d1['newRange']))?_0xc1c618['model']['hasContent'](_0x3a93c7)&&!_0x3bfb79?this['isThreadsLoadingPaused']?_0xadee20['add'](_0x1446b8):this['_handleThreadMarker'](_0x1446b8,_0x1b1bdc):(_0x48f088['add'](_0x1446b8),_0xadee20['delete'](_0x1446b8),_0x219f03['removeMarker'](_0x1446b8),_0x1683ad=!0x0):(_0x219f03['updateMarker'](_0x1446b8,{'range':_0x3a93c7}),_0x1683ad=!0x0);}return _0x1683ad;}),this['on']('change:isThreadsLoadingPaused',(_0x43d44e,_0x1ceb20,_0x2d4612)=>{if(!_0x2d4612&&_0xadee20['size'])for(const _0x340230 of _0xadee20){const {id:_0x4d3c27}=jt(_0x340230);_0xadee20['delete'](_0x340230),_0xc1c618['model']['markers']['get'](_0x340230)&&this['_handleThreadMarker'](_0x340230,_0x4d3c27);}}),this['listenTo'](_0xc1c618['model']['document'],'change',(_0x4e8259,_0x45f63d)=>{for(const {name:_0x332023,data:{newRange:_0xc90e6e}}of _0xc1c618['model']['document']['differ']['getChangedMarkers']()){const {group:_0x36dd67,id:_0x2085c3}=jt(_0x332023);if('comment'!==_0x36dd67)continue;const _0x4e996d=_0x457757['getCommentThread'](_0x2085c3),_0x46d623=this['hasMarkerForId'](_0x2085c3);_0x4e996d&&(_0x4e996d['_hasTargetInContent']||_0xc1c618['editing']['view']['once']('render',()=>{const _0x571c4e=_0xc1c618['plugins']['get'](_),_0x15597f=_0x457757['_threadToController']['get'](_0x4e996d)['view'];_0x571c4e['getByInnerView'](_0x15597f)['refreshVisibility']();},{'priority':'low'}),_0x4e996d['_hasTargetInContent']=_0x46d623||!!_0xc90e6e),_0xc90e6e||(_0x48f088['add'](_0x332023),_0xadee20['delete'](_0x332023));}if(_0x45f63d['isLocal'])for(const _0x44b6b4 of _0x48f088){const {id:_0x351c96}=jt(_0x44b6b4),_0x171c7c=_0x457757['getCommentThread'](_0x351c96),_0x5ad51d=this['hasMarkerForId'](_0x351c96);_0xadee20['delete'](_0x44b6b4),!_0x171c7c||_0x5ad51d||_0x171c7c['unlinkedAt']||_0x171c7c['setUnlinkedAt'](new Date());}_0x48f088['clear']();});}['_getTargetForId'](_0x313b60){const _0xa99cde=this['editor'],_0x2f5280=this['getAllMarkersForId'](_0x313b60);return rt(_0xa99cde['editing'],_0x2f5280);}['_getTextContext'](_0x2da943){const _0x4b443f=this['getAllMarkersForId'](_0x2da943);let _0x34e146='',_0x2748dc=!0x1;for(const _0x6dcd52 of _0x4b443f){const _0x2cb618=_0x6dcd52['getRange']();for(const _0xd31c79 of Array['from'](_0x2cb618['getItems']()))_0xd31c79['is']('$textProxy')?(_0x34e146&&_0x2748dc&&(_0x34e146+='\x20',_0x2748dc=!0x1),_0x34e146+=_0xd31c79['data']):_0x2748dc=!0x0;_0x2748dc=!0x0;}return _0x34e146['substring'](0x0,0x96);}['_attachMarkerToThread'](_0x2c9c39,_0x5da1cb){const _0x232c70=this['editor'],_0x2e913f=_0x232c70['plugins']['get'](m);let _0x1fc6a9=_0x2e913f['getCommentThread'](_0x5da1cb);const _0xec3e82=_0x232c70['config']['get']('collaboration.channelId'),_0x33ca0c=_0x232c70['plugins']['get'](b);if(_0x1fc6a9&&(_0x1fc6a9['unlinkedAt']&&_0x1fc6a9['setUnlinkedAt'](null),_0x1fc6a9['isAttached']))return _0x1fc6a9;return!this['getAllMarkersForId'](_0x5da1cb)[0x0]['managedUsingOperations']?_0x232c70['editing']['view']['once']('render',()=>{if(_0x2e913f['getCommentThread'](_0x5da1cb))return;const _0x2bf870=_0x232c70['plugins']['get'](_);_0x1fc6a9=_0x2e913f['openNewCommentThread']({'channelId':_0xec3e82,'threadId':_0x5da1cb,'target':()=>this['_getTargetForId'](_0x5da1cb),'context':{'type':'text','value':this['_getTextContext'](_0x5da1cb)}});const _0x4665e8=_0x2e913f['_threadToController']['get'](_0x1fc6a9)['view'],_0x316343=_0x2bf870['getByInnerView'](_0x4665e8);_0x316343&&_0x33ca0c['registerAnnotation'](_0x316343);},{'priority':'low'}):_0x2e913f['fetchCommentThread']({'channelId':_0xec3e82,'threadId':_0x5da1cb})['then'](_0x3e143a=>{if('destroyed'!==_0x232c70['state']){if(_0x1fc6a9=_0x3e143a,_0x1fc6a9&&!_0x1fc6a9['isAttached']){const _0x1ae11a=_0x1fc6a9['attachTo'](()=>this['_getTargetForId'](_0x5da1cb));_0x33ca0c['registerAnnotation'](_0x1ae11a),_0x1fc6a9['isResolved']&&this['_reconvertMarkers'](_0x5da1cb);}else{if(!_0x1fc6a9){const _0x457536=this['getAllMarkersForId'](_0x5da1cb);_0x232c70['model']['change'](_0x13e679=>{for(const _0x5545b3 of _0x457536)_0x13e679['removeMarker'](_0x5545b3);});}}}}),_0x1fc6a9;}['_handleThreadMarker'](_0x4c74bc,_0x1307ed){const _0x23a297=this['_attachMarkerToThread'](_0x4c74bc,_0x1307ed);_0x23a297&&!_0x23a297['context']&&_0x23a297['setContext']({'type':'text','value':this['_getTextContext'](_0x1307ed)});}['_initAriaMarkerChangeAnnouncements'](){const _0x37dba1=this['editor'];et(_0x37dba1['model'],({left:_0x3d8e88,entered:_0x1b5a64})=>{for(const _0x274dec of _0x3d8e88)if(mt(_0x274dec)){_0x37dba1['ui']['ariaLiveAnnouncer']['announce'](S(_0x37dba1['locale'],'LEAVE_COMMENT_ANNOUNCEMENT'));break;}for(const _0x24200e of _0x1b5a64)if(mt(_0x24200e)){_0x37dba1['ui']['ariaLiveAnnouncer']['announce'](S(_0x37dba1['locale'],'ENTER_COMMENT_ANNOUNCEMENT',_0x67be5e(ot)));break;}});}}function at(_0x513482,_0x365a14){return _0x365a14?_0x513482+':'+_0x365a14:_0x513482;}function jt(_0x159ae8){const _0x2fa585=_0x159ae8['split'](':');return{'group':_0x2fa585[0x0],'id':_0x2fa585[0x1],'part':_0x2fa585[0x2]};}function ct(_0x5f5689,_0x296bad){const _0x1b192d=_0x296bad['schema'],_0x5d89db=_0x296bad['createRange'](_0x5f5689['start']);for(const _0x587a08 of _0x5f5689['getWalker']()){const {type:_0x1fac83,item:_0x2493e6,nextPosition:_0x509186}=_0x587a08;if('text'===_0x1fac83||_0x1b192d['isObject'](_0x2493e6)){const _0x44aaee=_0x296bad['createPositionBefore'](_0x2493e6);_0x5d89db['isCollapsed']&&(_0x5d89db['start']=_0x44aaee),_0x5d89db['end']=_0x509186;}}return _0x5d89db;}function mt(_0x4becdd){return'comment'===jt(_0x4becdd['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 _0x36b4f3{static get['pluginName'](){return'CommentsUI';}static get['requires'](){return[m,r,b,_];}get['CommentsListView'](){return kt;}get['CommentThreadInputView'](){return xt;}['init'](){const _0x15cee5=this['editor'],_0x59f332=_0x15cee5['plugins']['get'](m),_0x470f1d=_0x15cee5['plugins']['get'](r),_0x3f436b=_0x15cee5['plugins']['get'](_),_0x344222=_0x15cee5['plugins']['get'](b);_0x15cee5['ui']['componentFactory']['add']('comment',()=>{const _0x2cdcf5=this['_createUIButton'](_0x1730d1);return _0x2cdcf5['tooltip']=!0x0,_0x2cdcf5;}),_0x15cee5['ui']['componentFactory']['add']('menuBar:comment',()=>this['_createUIButton'](_0x155bf7)),_0x344222['addSourceCollector'](()=>{const _0x2b2a86=[];for(const [_0x9c8690,_0x3a0f36]of _0x59f332['_threadToController']){const _0x120cda=_0x470f1d['getAllMarkersForId'](_0x9c8690['id']),_0x26593b=_0x120cda['map'](_0x277ad5=>_0x277ad5['getRange']());_0x120cda['length']>0x0&&_0x2b2a86['push']([_0x3a0f36['view'],_0x26593b]);}return _0x2b2a86;}),this['listenTo'](_0x3f436b,'change:activeAnnotations',(_0x173f64,_0x9f5375,_0x56abe4)=>{const _0x2847da=Array['from'](_0x56abe4)['map'](_0xae201=>_0xae201['innerView'])['find'](_0x2764ad=>_0x59f332['_viewToController']['has'](_0x2764ad));if(!_0x2847da)return void(_0x470f1d['activeMarker']=null);const _0x578dda=_0x59f332['_viewToController']['get'](_0x2847da)['model']['id'],_0x4b375e='comment:'+_0x578dda;_0x578dda&&_0x470f1d['hasMarkerForId'](_0x578dda)?_0x470f1d['activeMarker']=_0x4b375e:_0x470f1d['activeMarker']&&(_0x470f1d['activeMarker']=null);}),this['listenTo'](_0x59f332,'removeCommentThread',(_0x48e08d,{threadId:_0x4cd2e9,isFromAdapter:_0x3f4464})=>{!_0x3f4464&&_0x15cee5['ui']['focusTracker']['isFocused']&&_0x470f1d['hasMarkerForId'](_0x4cd2e9)&&_0x15cee5['editing']['view']['focus']();},{'priority':'highest'}),this['listenTo'](_0x59f332,'addComment',(_0x4b4db3,{threadId:_0x4f5d2a,isFromAdapter:_0x274ad0})=>{if(_0x274ad0||!_0x470f1d['hasMarkerForId'](_0x4f5d2a)||!_0x59f332['hasCommentThread'](_0x4f5d2a))return;0x1===_0x59f332['getCommentThread'](_0x4f5d2a)['length']&&(_0x15cee5['editing']['view']['focus'](),_0x4b4db3['stop']());},{'priority':'low'}),this['_initKeyboardNavigation']();}['_createUIButton'](_0x3b9910){const _0x3e843e=this['editor'],_0x3137c3=new _0x3b9910(_0x3e843e['locale']),_0x53d5ff=_0x3e843e['commands']['get']('addCommentThread');return _0x3137c3['set']({'label':S(_0x3e843e['locale'],'Comment'),'icon':$t}),_0x3137c3['bind']('isEnabled')['to'](_0x53d5ff),this['listenTo'](_0x3137c3,'execute',()=>_0x53d5ff['execute']()),_0x3137c3;}['_initKeyboardNavigation'](){const _0x1f4c79=this['editor'],_0x4f9f70=_0x1f4c79['plugins']['get'](m);this['listenTo'](_0x4f9f70,'escapeThread',(_0x224f30,{threadId:_0x43e2bb,channelId:_0x42d16d})=>{if(_0x42d16d!==_0x1f4c79['config']['get']('collaboration.channelId'))return;const _0x119dc1=_0x4f9f70['getCommentThread'](_0x43e2bb);_0x119dc1&&!_0x119dc1['archivedAt']&&_0x1f4c79['editing']['view']['focus']();},{'priority':'low'}),_0x1f4c79['keystrokes']['set'](ot,(_0x4bda30,_0x57f346)=>{const _0xc2dc3e=this['editor']['plugins']['get'](r);if(!_0xc2dc3e['activeMarker'])return;const _0x9d4985=_0x1f4c79['plugins']['get'](m),{id:_0x5b9883}=jt(_0xc2dc3e['activeMarker']),_0x266f71=_0x9d4985['getCommentThread'](_0x5b9883);_0x266f71&&(_0x9d4985['_threadToController']['get'](_0x266f71)['view']['focus'](),_0x57f346());});}}class e extends _0x36b4f3{static get['pluginName'](){return'CommentsOnly';}static get['requires'](){return[r];}constructor(_0x54d07a){super(_0x54d07a),this['set']('isEnabled',!0x1),this['on']('change:isEnabled',(_0x357aed,_0x543159,_0x32691f)=>{_0x32691f?this['_enableCommentsOnlyMode']():this['_disableCommentsOnlyMode']();});}['afterInit'](){!this['isEnabled']&&this['editor']['config']['get']('commentsOnly')&&(this['isEnabled']=!0x0);}['_enableCommentsOnlyMode'](){for(const [_0xec1463,_0x1a31d4]of this['editor']['commands'])_0x1a31d4['affectsData']&&'addCommentThread'!==_0xec1463&&_0x1a31d4['forceDisabled']('commentsOnlyMode');this['editor']['plugins']['has']('DragDrop')&&this['editor']['plugins']['get']('DragDrop')['forceDisabled']('commentsOnlyMode');const _0x35ba1d=this['editor']['editing']['view']['document'];this['listenTo'](_0x35ba1d,'cut',_0x39670e=>_0x39670e['stop'](),{'priority':'highest'}),this['listenTo'](_0x35ba1d,'clipboardInput',_0x5ebe4c=>_0x5ebe4c['stop'](),{'priority':'highest'}),this['listenTo'](_0x35ba1d,'delete',_0x38329e=>_0x38329e['stop'](),{'priority':'highest'});}['_disableCommentsOnlyMode'](){for(const [_0x3d0841,_0x216fce]of this['editor']['commands'])_0x216fce['affectsData']&&'addCommentThread'!==_0x3d0841&&_0x216fce['clearForceDisabled']('commentsOnlyMode');this['stopListening'](this['editor']['editing']['view']['document']);}}class j extends _0x510bd7{['activeUIs'];['_uis'];['_uisData'];static get['requires'](){return[_];}static get['pluginName'](){return'AnnotationsUIs';}constructor(_0x2a2cc0){super(_0x2a2cc0),this['activeUIs']=new Set(),this['_uis']=new Map(),this['_uisData']=new Map();}['init'](){const _0x4027b9=this['context']['plugins']['get'](_);this['listenTo'](_0x4027b9,'_activateAnnotation',(_0x1dec3b,_0x379aec)=>{for(const _0x2a2547 of this['activeUIs']){const _0x533bd1=this['_uis']['get'](_0x2a2547);(0x0,this['_uisData']['get'](_0x2a2547)['filter'])(_0x379aec)&&_0x533bd1['setActiveAnnotation'](_0x379aec);}}),this['listenTo'](_0x4027b9,'_deactivateAllAnnotations',()=>{for(const _0xc1bb1a of this['activeUIs']){this['_uis']['get'](_0xc1bb1a)['setActiveAnnotation'](null);}}),this['listenTo'](_0x4027b9['_visibleAnnotations'],'add',(_0x56233c,_0x3042e6)=>{this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x3042e6);});}['hasActive'](){return this['activeUIs']['size']>0x0;}['isActive'](_0x434f61){return this['activeUIs']['has'](_0x434f61);}['activate'](_0x5313aa,_0x4d679e=()=>!0x0){const _0x13dcb2=this['context']['plugins']['get'](_);if(!this['_uis']['has'](_0x5313aa))throw new _0x389022('annotationsuis-missing-ui',this,{'uiName':_0x5313aa});this['isActive'](_0x5313aa)&&this['deactivate'](_0x5313aa),this['activeUIs']['add'](_0x5313aa);const _0x38ace0=new x();!function({source:_0x32bb35,target:_0x1053bf,filter:_0x4895c5}){for(const _0x16fd59 of _0x32bb35)_0x4895c5(_0x16fd59)&&_0x1053bf['add'](_0x16fd59);_0x1053bf['listenTo'](_0x32bb35,'add',(_0x1eecd1,_0x246ebf)=>{_0x4895c5(_0x246ebf)&&_0x1053bf['add'](_0x246ebf);}),_0x1053bf['listenTo'](_0x32bb35,'remove',(_0x220ed8,_0x246851)=>{_0x1053bf['has'](_0x246851)&&_0x1053bf['remove'](_0x246851);});}({'source':_0x13dcb2['_visibleAnnotations'],'target':_0x38ace0,'filter':_0x4d679e}),this['_uisData']['set'](_0x5313aa,{'collection':_0x38ace0,'filter':_0x4d679e});const _0x2b3c62=this['_uis']['get'](_0x5313aa);_0x2b3c62['attach'](_0x38ace0),this['listenTo'](_0x2b3c62,'change:activeAnnotation',(_0x2ec1d9,_0x109dca,_0x297215,_0x81b550)=>{_0x81b550&&_0x13dcb2['_removeActiveAnnotation'](_0x81b550),_0x297215&&_0x13dcb2['_addActiveAnnotation'](_0x297215);});}['deactivate'](_0x322bb0){if(this['activeUIs']['delete'](_0x322bb0),!this['_uis']['has'](_0x322bb0))throw new _0x389022('annotationsuis-missing-ui',this,{'uiName':_0x322bb0});const _0x19e8b7=this['_uis']['get'](_0x322bb0);_0x19e8b7['detach'](),this['stopListening'](_0x19e8b7),this['_uisData']['get'](_0x322bb0)['collection']['destroy'](),this['_uisData']['delete'](_0x322bb0);}['switchTo'](_0x2167f6){if(!this['_uis']['has'](_0x2167f6))throw new _0x389022('annotationsuis-missing-ui',this,{'uiName':_0x2167f6});const _0x573b66=this['context']['plugins']['get'](_),_0x361de2=Array['from'](_0x573b66['activeAnnotations'])[0x0]||null;this['deactivateAll'](),this['activate'](_0x2167f6);const _0x45e689=this['_uis']['get'](_0x2167f6);_0x45e689['setActiveAnnotation'](_0x361de2),_0x45e689['_setSelectedAnnotations']&&_0x361de2&&_0x45e689['_setSelectedAnnotations']([_0x361de2]);}['deactivateAll'](){for(const _0x2d9de4 of this['activeUIs'])this['deactivate'](_0x2d9de4);}['register'](_0x3c06b1,_0x4f8163){if(this['_uis']['has'](_0x3c06b1))throw new _0x389022('annotationsuis-register-already-registered');if('function'!=typeof _0x4f8163['attach']||'function'!=typeof _0x4f8163['detach']||'function'!=typeof _0x4f8163['setActiveAnnotation'])throw new _0x389022('annotationsuis-register-invalid-interface',null);this['_uis']['set'](_0x3c06b1,_0x4f8163);}['refilterAnnotations'](){const _0x3a5aea=this['context']['plugins']['get'](_)['collection'],_0x3e394d=new Map(),_0x3ff1cc=Array['from'](this['activeUIs']);for(const _0x2345f3 of this['activeUIs']){const _0x5d9c31=this['_uisData']['get'](_0x2345f3)['collection'];for(const _0x16db76 of _0x5d9c31)_0x3e394d['set'](_0x16db76,_0x2345f3);}for(const _0x11666b of _0x3a5aea){const _0x51e94a=_0x3e394d['get'](_0x11666b);this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x11666b);const _0x21557c=_0x3ff1cc['find'](_0x271a6f=>this['_uisData']['get'](_0x271a6f)['filter'](_0x11666b));_0x51e94a!==_0x21557c&&(_0x51e94a&&this['_uisData']['get'](_0x51e94a)['collection']['remove'](_0x11666b),_0x21557c&&this['_uisData']['get'](_0x21557c)['collection']['add'](_0x11666b));}}['destroy'](){this['deactivateAll'](),super['destroy']();}['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x3aa642){const _0x1dd87b=[];for(const _0x40b380 of this['activeUIs']){(0x0,this['_uisData']['get'](_0x40b380)['filter'])(_0x3aa642)&&_0x1dd87b['push'](_0x40b380);}if(_0x1dd87b['length']>0x1)throw new _0x389022('annotationsuis-annotation-mismatch',null,{'matchedUIs':_0x1dd87b,'annotationType':_0x3aa642['type']});}}const ie=Ht('px');class V extends _t{['list'];['focusables'];['focusTracker'];['focusCycler'];constructor(_0x21b422){super(_0x21b422);const _0x546898=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 _0x5a224c(),this['focusCycler']=new Ft({'focusables':this['focusables'],'focusTracker':this['focusTracker']}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-sidebar','ck-reset',_0x546898['to']('class')],'style':{'minHeight':_0x546898['to']('minHeight',_0x3ec226=>'number'==typeof _0x3ec226?ie(_0x3ec226+0xa):null)},'dir':_0x21b422['uiLanguageDirection'],'role':'application','aria-label':S(_0x21b422,'Annotations\x20sidebar'),'tabindex':0x0},'children':[{'tag':'div','attributes':{'role':'list','aria-label':S(_0x21b422,'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',_0x438974=>{this['_updateItemPositionInFocusables'](_0x438974['source']);}),this['list']['forEach'](_0x311716=>{this['focusTracker']['add'](_0x311716['element']),this['_updateItemPositionInFocusables'](_0x311716);}),this['list']['on']('change',(_0x30d369,_0xcc8783)=>{for(const _0x15ea63 of _0xcc8783['removed'])this['focusTracker']['remove'](_0x15ea63['element']),this['focusables']['remove'](_0x15ea63);for(const _0x461931 of _0xcc8783['added'])this['focusTracker']['add'](_0x461931['element']),this['_updateItemPositionInFocusables'](_0x461931);}),this['on']('arrowup',()=>{this['focusCycler']['focusPrevious']();}),this['on']('arrowdown',()=>{this['focusCycler']['focusNext']();}),this['listenTo'](this['element'],'focus',()=>{this['focus']();});}['_updateItemPositionInFocusables'](_0x383287){const _0x47c827=this['focusables']['getIndex'](_0x383287);let _0x19ecb1,_0x51ec3d;for(const _0xe746b8 of this['focusables'])if(_0x383287['top']<_0xe746b8['top']){_0x19ecb1=_0xe746b8;break;}if(_0x51ec3d=_0x19ecb1?this['focusables']['getIndex'](_0x19ecb1):this['focusables']['length'],-0x1!==_0x47c827){if(_0x47c827===_0x51ec3d-0x1)return;this['focusables']['remove'](_0x383287),_0x51ec3d=_0x19ecb1?this['focusables']['getIndex'](_0x19ecb1):this['focusables']['length'];}this['focusables']['add'](_0x383287,_0x51ec3d);}}const qt=Ht('px');class M extends _t{['content'];['_targetTop'];['_mutationObserver'];constructor(_0x288287){super(_0x288287),this['set']('top',0x0),this['set']('height',0x0),this['bind']('bottom')['to'](this,'top',this,'height',(_0x4fa47a,_0x2558af)=>_0x4fa47a+_0x2558af),this['set']('isAnimationDisabled',!0x1),this['_mutationObserver']=Lt(()=>this['updateHeight']()),this['_targetTop']=null,this['content']=this['createCollection'](),this['content']['delegate']('arrowup','arrowdown')['to'](this);const _0x43908c=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-sidebar-item',_0x43908c['to']('isAnimationDisabled',_0x209694=>_0x209694?'ck-sidebar-item--no-animation':'')],'style':{'top':_0x43908c['to']('top',_0x15383d=>qt(_0x15383d))},'role':'presentation'},'children':this['content']});}['render'](){super['render'](),this['_mutationObserver']['attach'](this['element']);}['focus'](){this['content']['first']&&this['content']['first']['focus']();}['updateHeight'](){const _0x3261a2=this['element']['clientHeight'];_0x3261a2&&(this['height']=_0x3261a2);}['destroy'](){this['content']['clear'](),this['_mutationObserver']['detach'](),super['destroy']();}}class D extends _0x510bd7{['view'];['_activeAnnotation'];['_annotations'];['_spaceBetweenItems'];['_sidebarItemViewToAnnotation'];['_annotationToSidebarItemView'];['_recalculateBuffer'];static get['pluginName'](){return'Sidebar';}constructor(_0x26cb16){super(_0x26cb16),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 _0x25ae91=this['context']['config']['get']('sidebar.container');_0x25ae91&&this['setContainer'](_0x25ae91);}['setContainer'](_0x527947){if(!y(_0x527947))throw new _0x389022('sidebar-setcontainer-invalid-element');this['container']=_0x527947;}['_attachToContainer']({viewClass:_0x3cffee='',spaceBetweenItems:_0x217c17=0x19}={}){if(!y(this['container']))throw new _0x389022('sidebar-attachtocontainer-missing-container',this);this['container']['appendChild'](this['view']['element']),this['view']['class']=_0x3cffee,this['_spaceBetweenItems']=_0x217c17;}['rearrange']({removedAnnotation:_0x3f727e,previousAnnotation:_0x4b6d71,nextAnnotation:_0x315529}){const _0x51150e=this['getSidebarItemView'](_0x3f727e);this['view']['list']['remove'](_0x51150e),this['_destroySidebarItemView'](_0x3f727e),_0x4b6d71&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x4b6d71)),_0x315529&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x315529)),this['_updateLastItem']();}['refresh']({blurredAnnotation:_0x5ab3a2,activatedAnnotation:_0x53a37e,disableAnimationOnActivatedAnnotation:_0x437e37}){if(this['_activeAnnotation']=_0x53a37e,_0x5ab3a2){_0x5ab3a2['isActive']=!0x1;const _0x37b3cf=this['getSidebarItemView'](_0x5ab3a2);_0x37b3cf&&_0x437e37&&(_0x37b3cf['isAnimationDisabled']=!0x1);}if(_0x53a37e){const _0x411a2d=this['getSidebarItemView'](_0x53a37e);_0x411a2d&&(_0x53a37e['isActive']=!0x0,_0x437e37&&(_0x411a2d['isAnimationDisabled']=!0x0,_0x411a2d['top']+=0x1),this['_alignToTargetRect'](_0x411a2d));}}['_detachFromContainer'](_0x26534f){if(this['view']['element']['remove'](),_0x26534f){for(const _0x327d5c of _0x26534f)this['_destroySidebarItemView'](_0x327d5c);}this['view']['list']['clear'](),this['view']['class']='',this['_lastItem']=null;}['addAnnotation'](_0x4b0d41,_0x55a85d){_0x55a85d||(_0x55a85d=_0x4b0d41['view']);const _0x37de20=new M(this['context']['locale']);this['_sidebarItemViewToAnnotation']['set'](_0x37de20,_0x4b0d41),this['_annotationToSidebarItemView']['set'](_0x4b0d41,_0x37de20),_0x37de20['content']['add'](_0x55a85d),this['listenTo'](_0x4b0d41['view'],'change:targetRect',(_0x268e83,_0x41f816,_0x2f509e)=>{const _0x2052fb=this['_getTargetTop'](_0x4b0d41,_0x2f509e);_0x37de20['_targetTop']!=_0x2052fb&&(_0x37de20['_targetTop']=_0x2052fb,this['_setItemTop'](_0x37de20,_0x2052fb));}),this['listenTo'](_0x37de20,'change:top',()=>{this['_recalculate'](_0x37de20,'top');}),this['listenTo'](_0x37de20,'change:bottom',()=>{this['_recalculate'](_0x37de20,'bottom');}),this['_alignToTargetRect'](_0x37de20);const _0x17a45a=this['_getItemBefore'](_0x37de20);if(_0x17a45a)this['_alignAfterItem'](_0x17a45a,_0x37de20)||this['_alignToTargetRect'](_0x37de20);else this['_alignToTargetRect'](_0x37de20);return this['_updateLastItem'](),this['view']['list']['add'](_0x37de20),_0x37de20;}['_alignForTopChange'](_0x21d22b){if(!_0x21d22b['content']['length'])return;const _0x592dd2=this['_getItemBefore'](_0x21d22b);if(!_0x592dd2)return;const _0x2f4ffa=this['_sidebarItemViewToAnnotation']['get'](_0x592dd2),_0x86ae45=this['_activeAnnotation'];_0x86ae45&&_0x86ae45===_0x2f4ffa?this['_alignAfterItem'](_0x592dd2,_0x21d22b):this['_alignBeforeItem'](_0x21d22b,_0x592dd2);}['_alignForBottomChange'](_0x2b3971){if(!_0x2b3971['content']['length'])return;const _0x4d36f5=this['_getItemAfter'](_0x2b3971);if(!_0x4d36f5)return;const _0xfec8b=this['_sidebarItemViewToAnnotation']['get'](_0x4d36f5),_0x2ac85c=this['context']['config']['get']('sidebar.preventScrollOutOfView'),_0x4081f7=this['_activeAnnotation'];_0x4081f7&&_0x4081f7===_0xfec8b&&_0x2ac85c?(this['_alignBeforeItem'](_0x4d36f5,_0x2b3971),this['_alignAfterItem'](_0x2b3971,_0x4d36f5)):_0x4081f7&&_0x4081f7===_0xfec8b?this['_alignBeforeItem'](_0x4d36f5,_0x2b3971):this['_alignAfterItem'](_0x2b3971,_0x4d36f5);}['_recalculate'](_0x3360c1,_0x237fe7){0x0===this['_recalculateBuffer']['length']&&setTimeout(()=>{for(const {sidebarItemView:_0x403de4,changedProp:_0x460f5f}of this['_recalculateBuffer'])'top'===_0x460f5f?this['_alignForTopChange'](_0x403de4):this['_alignForBottomChange'](_0x403de4);this['_recalculateBuffer']=[];},0xa),this['_recalculateBuffer']['push']({'sidebarItemView':_0x3360c1,'changedProp':_0x237fe7});}['getSidebarItemView'](_0x382e08){return this['_annotationToSidebarItemView']['get'](_0x382e08);}['destroy'](){this['stopListening'](),this['view']['destroy']();}['_destroySidebarItemView'](_0x14bb14){const _0x47ae02=this['getSidebarItemView'](_0x14bb14);this['stopListening'](_0x47ae02),this['stopListening'](_0x14bb14['view']),_0x47ae02['destroy'](),this['_annotationToSidebarItemView']['delete'](_0x14bb14),this['_sidebarItemViewToAnnotation']['delete'](_0x47ae02);}['_createSidebarView'](){const _0x36b4a1=new V(this['context']['locale']);return _0x36b4a1['render'](),this['on']('change:_lastItem',(_0x5140f1,_0x21e6b9,_0x5d61aa,_0x106615)=>{_0x106615&&_0x36b4a1['unbind']('minHeight'),_0x5d61aa?_0x36b4a1['bind']('minHeight')['to'](_0x5d61aa,'bottom'):_0x36b4a1['minHeight']=null;}),_0x36b4a1;}['_updateLastItem'](){this['_lastItem']=this['_annotations']?.['last']?this['getSidebarItemView'](this['_annotations']['last']):null;}['_getItemBefore'](_0x298a19){const _0x11681f=this['_sidebarItemViewToAnnotation']['get'](_0x298a19),_0x22c969=_0x11681f&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x11681f)-0x1);return _0x22c969&&this['getSidebarItemView'](_0x22c969)||null;}['_getItemAfter'](_0x380cb2){const _0x5b9ce3=this['_sidebarItemViewToAnnotation']['get'](_0x380cb2),_0x12e1f5=_0x5b9ce3&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x5b9ce3)+0x1);return _0x12e1f5&&this['getSidebarItemView'](_0x12e1f5)||null;}['_alignBeforeItem'](_0x337df3,_0x4fe2b0){_0x337df3['updateHeight']();const _0x2d7466=H(_0x4fe2b0['bottom']+this['_spaceBetweenItems'],_0x337df3['top']);return!!_0x2d7466&&(this['_setItemTop'](_0x4fe2b0,_0x4fe2b0['top']-_0x2d7466),!0x0);}['_alignAfterItem'](_0x67c67d,_0x520db0){_0x67c67d['updateHeight']();const _0x5059d1=H(_0x67c67d['bottom']+this['_spaceBetweenItems'],_0x520db0['top']);return!!_0x5059d1&&(this['_setItemTop'](_0x520db0,_0x520db0['top']+_0x5059d1,!0x1),!0x0);}['_alignToTargetRect'](_0x448dfd){const _0x4b03e2=this['_sidebarItemViewToAnnotation']['get'](_0x448dfd);if(!_0x4b03e2||!_0x4b03e2['target']||!_0x4b03e2['targetRect'])return;const _0x552926=this['_getTargetTop'](_0x4b03e2,_0x4b03e2['targetRect']);this['_setItemTop'](_0x448dfd,_0x552926);}['_getTargetTop'](_0x1de974,_0x9ce266){if(null===_0x9ce266)return 0x0;if(_0x1de974['target']instanceof _0xca8c85)return _0x9ce266['top'];{const _0x31b518=new _0xca8c85(this['view']['element'])['top'];return _0x9ce266['top']-_0x31b518;}}['_setItemTop'](_0x1a11bc,_0x19e01b,_0x46ba58=this['context']['config']['get']('sidebar.preventScrollOutOfView')){_0x46ba58&&(_0x19e01b=Math['max'](_0x19e01b,this['_getMaxAvailableTop'](_0x1a11bc))),_0x1a11bc['top']=_0x19e01b;}['_getMaxAvailableTop'](_0x585db5){let _0x14e87e=this['_getItemBefore'](_0x585db5),_0xe101f6=0x0;for(;_0x14e87e;)_0x14e87e['updateHeight'](),_0xe101f6+=this['_spaceBetweenItems']+_0x14e87e['height'],_0x14e87e=this['_getItemBefore'](_0x14e87e);return _0xe101f6;}}function H(_0x584591,_0x3a8057){return Math['max'](_0x584591-_0x3a8057,0x0);}function y(_0x2852fb){return null!==_0x2852fb&&'object'==typeof _0x2852fb&&0x1===_0x2852fb['nodeType'];}class n extends _0x510bd7{['isAttached'];['annotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[D,j];}static get['pluginName'](){return'WideSidebar';}constructor(_0x2caea4){super(_0x2caea4),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_editorAnnotations']=new _0x97c426(),this['_refreshPositioningDebounced']=_0x144ad1(()=>{this['annotations']['refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){const _0x38d8e8=this['context']['plugins']['get'](j),_0x2ac4ca=this['context']['plugins']['get'](D);_0x38d8e8['register']('wideSidebar',this),_0x2ac4ca['container']&&_0x38d8e8['switchTo']('wideSidebar');}['setActiveAnnotation'](_0x2159b2){if(_0x2159b2===this['activeAnnotation'])return;const _0x2821e5=this['context']['plugins']['get'](D);_0x2821e5['_activeAnnotation']=_0x2159b2;const _0x10da09=this['activeAnnotation'];this['activeAnnotation']=_0x2159b2,_0x2821e5['refresh']({'blurredAnnotation':_0x10da09,'activatedAnnotation':this['activeAnnotation']});}['attach'](_0x43dd29){this['annotations']=_0x43dd29;const _0x5849f4=this['context']['plugins']['get'](D);if(_0x5849f4['_annotations']=_0x43dd29,this['isAttached'])throw new _0x389022('widesidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x5849f4,'set:container',()=>{this['detach'](),this['listenTo'](_0x5849f4,'change:container',_0x3f54b8=>{_0x3f54b8['off'](),this['attach'](_0x43dd29);});}),_0x5849f4['_attachToContainer']({'viewClass':'ck-sidebar--wide'});const _0x4d2540=_0x6cefd4=>{_0x6cefd4['updateTargetRect'](),_0x5849f4['addAnnotation'](_0x6cefd4);};for(const _0x258152 of _0x43dd29)_0x4d2540(_0x258152);this['listenTo'](_0x43dd29,'add',(_0x2dacc3,_0x5301d1)=>{_0x4d2540(_0x5301d1);}),this['listenTo'](_0x43dd29,'remove',(_0x320be8,_0x5ee72e,_0x2805bb)=>{_0x5849f4['rearrange']({'removedAnnotation':_0x5ee72e,'previousAnnotation':_0x43dd29['get'](_0x2805bb-0x1),'nextAnnotation':_0x43dd29['get'](_0x2805bb+0x1)}),_0x5ee72e===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'high'}),this['listenTo'](_0x43dd29,'focus',(_0x536f3d,_0x4a8d2b)=>{this['setActiveAnnotation'](_0x4a8d2b);}),this['listenTo'](_0x43dd29,'blur',()=>{this['setActiveAnnotation'](null);});const _0x124ebb=this['context']instanceof _0x555586?this['context']['editors']:new _0x97c426([this['context']]);for(const _0xfbfd54 of _0x124ebb)this['_integrateWithEditorAnnotations'](_0xfbfd54);this['listenTo'](_0x124ebb,'add',(_0x4b8170,_0x580c79)=>{this['listenTo'](_0x580c79,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x580c79);});}),this['listenTo'](_0x124ebb,'remove',(_0x56b75e,_0x49b329)=>{_0x49b329['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x49b329['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['annotations']['refreshPositioning']();}['detach'](){if(!this['isAttached'])throw new _0x389022('widesidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x327ecf=this['context']['plugins']['get'](D);_0x327ecf['_detachFromContainer'](this['annotations']),this['stopListening'](_0x327ecf),this['stopListening'](this['annotations']),this['context']instanceof _0x555586&&this['stopListening'](this['context']['editors']);for(const _0x3cfccd of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x3cfccd);window['removeEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioningDebounced']['cancel'](),this['activeAnnotation']=null,this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_integrateWithEditorAnnotations'](_0x238368){if(!_0x238368['plugins']['has']('EditorAnnotations'))return;const _0x46e335=_0x238368['plugins']['get']('EditorAnnotations'),_0xc75c08=()=>{const _0x48e516=_0x46e335['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['setActiveAnnotation'](_0x48e516[0x0]||null);};this['listenTo'](_0x46e335,'refresh',_0xc75c08),this['listenTo'](_0x46e335,'blur',(_0x1dff2a,{isAnnotationTracked:_0x5e2693})=>{this['activeAnnotation']&&_0x5e2693(this['activeAnnotation'])&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x46e335,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](this['annotations'],'blur',_0x36addc=>{_0x46e335['hasDomSelection']()&&(_0xc75c08(),_0x36addc['stop']());},{'priority':'high'}),this['_editorAnnotations']['add'](_0x46e335);}['_destroyEditorAnnotationsIntegration'](_0x13bf21){this['stopListening'](_0x13bf21),this['_editorAnnotations']['remove'](_0x13bf21);}}class L extends _0x1730d1{['counterView'];constructor(_0x266b82){super(_0x266b82);const _0x183c21=this['bindTemplate'];this['set']('isDirty',!0x1),this['set']('number',0x0),this['bind']('_badge')['to'](this,'isDirty',this,'number',(_0x3a4c87,_0xd1ef90)=>_0x3a4c87?'...':_0xd1ef90['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',_0x183c21['to']('annotationType',_0x10e467=>'ck-annotation-counter__badge--'+_0x10e467),_0x183c21['if']('isDirty','ck-annotation-counter__badge--edit-mode')]},'children':[{'text':_0x183c21['to']('_badge')}]}),this['children']['add'](this['counterView']);}}class i extends _0x510bd7{['isAttached'];['annotations'];['_manuallyClosedAnnotationViews'];['_domEmitter'];['_annotationToNarrowView'];['_selectedAnnotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[D,j];}static get['pluginName'](){return'NarrowSidebar';}constructor(_0x3ee61d){super(_0x3ee61d),this['isAttached']=!0x1,this['_manuallyClosedAnnotationViews']=new Set(),this['_domEmitter']=Object['create'](_0xadcc96),this['_annotationToNarrowView']=new Map(),this['set']('activeAnnotation',null),this['annotations']=null,this['_selectedAnnotations']=[],this['_editorAnnotations']=new _0x97c426(),this['_refreshPositioningDebounced']=_0x144ad1(()=>{this['_refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){this['context']['plugins']['get'](j)['register']('narrowSidebar',this),this['bodyCollection']=new _0x4316b7(this['context']['locale']),this['balloonPanelView']=new _0xc3088(this['context']['locale']),this['bodyCollection']['attachToDom'](),this['bodyCollection']['add'](this['balloonPanelView']);}['attach'](_0x1179d1){this['annotations']=_0x1179d1;const _0x538dad=this['context']['plugins']['get'](D),_0x4f00e5=this['balloonPanelView'];if(_0x538dad['_annotations']=_0x1179d1,this['isAttached'])throw new _0x389022('narrowsidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x538dad,'set:container',()=>{this['detach'](),this['listenTo'](_0x538dad,'change:container',_0x27160e=>{_0x27160e['off'](),this['attach'](_0x1179d1);});}),_0x538dad['_attachToContainer']({'viewClass':'ck-sidebar--narrow','spaceBetweenItems':0x5});const _0x4e5652=_0x3b5c8a=>{const _0x202536=new L(this['context']['locale']);_0x538dad['addAnnotation'](_0x3b5c8a,_0x202536),this['_annotationToNarrowView']['set'](_0x3b5c8a,_0x202536),_0x202536['bind']('isDirty','annotationType','number')['to'](_0x3b5c8a['view'],'isDirty','type','length'),_0x202536['on']('execute',()=>{this['_manuallyClosedAnnotationViews']['clear'](),_0x4f00e5['content']['first']!==_0x3b5c8a['view']?(this['_showBalloon'](_0x3b5c8a),_0x3b5c8a['view']['element']['focus'](),this['setActiveAnnotation'](_0x3b5c8a)):this['setActiveAnnotation'](null);});};for(const _0x10c2d2 of _0x1179d1)_0x4e5652(_0x10c2d2);this['listenTo'](_0x1179d1,'add',(_0x27be4c,_0x43d9d5)=>{_0x4e5652(_0x43d9d5);}),this['listenTo'](_0x1179d1,'remove',(_0x495ea6,_0x5cf2e6,_0x38b6c0)=>{this['_annotationToNarrowView']['get'](_0x5cf2e6)['destroy'](),this['_annotationToNarrowView']['delete'](_0x5cf2e6),_0x538dad['rearrange']({'removedAnnotation':_0x5cf2e6,'previousAnnotation':_0x1179d1['get'](_0x38b6c0-0x1),'nextAnnotation':_0x1179d1['get'](_0x38b6c0+0x1)}),_0x5cf2e6===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'low'}),this['listenTo'](_0x1179d1,'focus',(_0x467506,_0x4652bd)=>{this['setActiveAnnotation'](_0x4652bd);}),this['listenTo'](_0x1179d1,'blur',()=>{this['setActiveAnnotation'](null);}),this['_domEmitter']['listenTo'](document,'keydown',(_0x2ac554,_0x3a2168)=>{_0x3a2168['keyCode']===_0x5eef7a['esc']&&_0x4f00e5['isVisible']&&(this['_manuallyClosedAnnotationViews']['add'](_0x4f00e5['content']['first']),this['_hideBalloon'](),_0x3a2168['stopPropagation'](),_0x3a2168['preventDefault']());}),this['_domEmitter']['listenTo'](document,'mousedown',(_0x338fb5,_0x1bfab2)=>{const _0x5033f7=_0x1bfab2['target'];_0x4f00e5['isVisible']&&_0x4f00e5['element']['contains'](_0x5033f7)||_0x538dad['view']['element']['contains'](_0x5033f7)||_0x338fb5['preventClosingBalloon']||this['activeAnnotation']&&this['activeAnnotation']['focusableElements']['find'](_0x22fcd9=>_0x22fcd9['contains'](_0x5033f7))||(this['_manuallyClosedAnnotationViews']['clear'](),this['_hideBalloon'](),this['setActiveAnnotation'](null));});const _0x48ad93=this['context']instanceof _0x555586?this['context']['editors']:new _0x97c426([this['context']]);for(const _0x4b81a6 of _0x48ad93)this['_integrateWithEditorAnnotations'](_0x4b81a6);this['listenTo'](_0x48ad93,'add',(_0x13be5d,_0x4dd2c5)=>{this['listenTo'](_0x4dd2c5,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x4dd2c5);});}),this['listenTo'](_0x48ad93,'remove',(_0xc97244,_0x44c9a9)=>{_0x44c9a9['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x44c9a9['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioning']();}['setActiveAnnotation'](_0x359b89){if(_0x359b89===this['activeAnnotation'])return;const _0x41bd48=this['context']['plugins']['get'](D);if(_0x41bd48['refresh']({'blurredAnnotation':this['activeAnnotation'],'activatedAnnotation':_0x359b89,'disableAnimationOnActivatedAnnotation':!0x0}),_0x359b89)_0x41bd48['getSidebarItemView'](_0x359b89)?this['_showBalloon'](_0x359b89):this['_hideBalloon']();else this['_hideBalloon']();this['activeAnnotation']=_0x359b89;}['detach'](){if(!this['isAttached'])throw new _0x389022('narrowsidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x2f5b41=this['context']['plugins']['get'](D);this['_hideBalloon'](),Array['from'](this['_annotationToNarrowView']['values'](),_0x14f30d=>_0x14f30d['destroy']()),this['_annotationToNarrowView']['clear'](),_0x2f5b41['_detachFromContainer'](this['annotations']),this['stopListening'](),this['_domEmitter']['stopListening'](),this['context']instanceof _0x555586&&this['stopListening'](this['context']['editors']);for(const _0x5bcded of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x5bcded);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'](_0x4b4880){if(!_0x4b4880['plugins']['has']('EditorAnnotations'))return;const _0x37cf46=_0x4b4880['plugins']['get']('EditorAnnotations'),_0x278582=this['context']['plugins']['get'](D),_0x1305b9=this['annotations'],_0x527feb=this['balloonPanelView'],_0x4ecde9=()=>{const _0x5c700b=_0x37cf46['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['_setSelectedAnnotations'](_0x5c700b),this['setActiveAnnotation'](_0x5c700b[0x0]||null);};this['listenTo'](_0x37cf46,'refresh',_0x4ecde9),this['listenTo'](_0x37cf46,'blur',(_0x297870,{isAnnotationTracked:_0x3cfc90})=>{this['activeAnnotation']&&_0x3cfc90(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](_0x37cf46,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](_0x1305b9,'blur',_0xc9c238=>{_0x37cf46['hasDomSelection']()&&_0xc9c238['stop']();},{'priority':'high'}),this['listenTo'](this['_domEmitter'],'mousedown',(_0x39e50f,_0x520f9d)=>{const _0x61c51e=_0x520f9d['target'];_0x527feb['isVisible']&&_0x527feb['element']['contains'](_0x61c51e)||_0x278582['view']['element']['contains'](_0x61c51e)||this['activeAnnotation']&&_0x37cf46['hasDomSelection']()&&(_0x4ecde9(),_0x39e50f['preventClosingBalloon']=!0x0);},{'priority':'high'}),this['_editorAnnotations']['add'](_0x37cf46);}['_destroyEditorAnnotationsIntegration'](_0x512a5e){_0x512a5e&&(this['stopListening'](_0x512a5e),this['_editorAnnotations']['remove'](_0x512a5e));}['_setSelectedAnnotations'](_0x2539ea){for(const _0x5764bd of this['_selectedAnnotations'])_0x2539ea['includes'](_0x5764bd)||this['_manuallyClosedAnnotationViews']['delete'](_0x5764bd['view']);this['_selectedAnnotations']=_0x2539ea;}['_refreshPositioning'](){const _0x1439cb=this['balloonPanelView'];this['annotations']['refreshPositioning'](),_0x1439cb['isVisible']&&this['_updateBalloonPosition']();}['_showBalloon'](_0x2bd0e1){if(this['_manuallyClosedAnnotationViews']['has'](_0x2bd0e1['view']))return;const _0x11cd30=this['balloonPanelView']['content']['first'];_0x11cd30!==_0x2bd0e1['view']?(_0x11cd30&&this['_detachListeners'](_0x11cd30),this['_attachListeners'](_0x2bd0e1['view']),this['balloonPanelView']['content']['clear'](),this['balloonPanelView']['content']['add'](_0x2bd0e1['view']),this['_updateBalloonPosition']()):this['_updateBalloonPosition']();}['_updateBalloonPosition'](){const _0x22f1df=this['balloonPanelView']['content']['first'],_0x207a9d=_0x22f1df&&this['annotations']['getByView'](_0x22f1df);if(!_0x207a9d||!this['_annotationToNarrowView']['has'](_0x207a9d))return;const _0x1a3cbc=this['_annotationToNarrowView']['get'](_0x207a9d)['element'],_0x27ff7a=(function(){const _0x400267=_0xc3088['defaultPositions'];return[_0x400267['southArrowNorthEast'],_0x400267['northArrowSouthEast'],_0x400267['southArrowNorth'],_0x400267['northArrowSouth'],_0x400267['southArrowNorthWest'],_0x400267['northArrowSouthWest']];}());this['balloonPanelView']['pin']({'target':_0x1a3cbc,'positions':_0x27ff7a});}['_hideBalloon'](){const _0x3f5701=this['balloonPanelView'],_0x3433a7=_0x3f5701['content']['first'];_0x3433a7&&(this['_detachListeners'](_0x3433a7),_0x3f5701['unpin'](),_0x3f5701['content']['clear']());}['_attachListeners'](_0x12504e){this['listenTo'](_0x12504e,'change:height',()=>this['_updateBalloonPosition']()),this['listenTo'](_0x12504e,'Esc',(_0x224787,_0xdacf36)=>{this['_manuallyClosedAnnotationViews']['add'](_0x12504e),this['_hideBalloon'](),_0xdacf36();});}['_detachListeners'](_0x509ffc){this['stopListening'](_0x509ffc);}}class c extends _0x36b4f3{['isAttached'];['annotations'];['_manuallyClosed'];['_balloon'];['_addedAnnotations'];['_selectedAnnotations'];['_forceRefresh'];static get['requires'](){return[b,_0x5c3f44,j];}static get['pluginName'](){return'InlineAnnotations';}constructor(_0x12d937){super(_0x12d937),_0x12d937['editing']['view']['addObserver'](_0x312cf0),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_manuallyClosed']=new Set(),this['_balloon']=_0x12d937['plugins']['get'](_0x5c3f44),this['_addedAnnotations']=new Set(),this['_selectedAnnotations']=[],this['_forceRefresh']=!0x1;}['init'](){const _0x212bc7=this['editor']['plugins']['get'](j);_0x212bc7['context']===this['editor']&&(_0x212bc7['register']('inline',this),this['editor']['keystrokes']['set']('Esc',(_0x33310f,_0x4cc603)=>{const _0x3779ea=this['_balloon'];if(this['isAttached']&&_0x3779ea['visibleView']){const _0x114d16=this['annotations']['getByView'](_0x3779ea['visibleView']);_0x114d16&&this['_closeAnnotation'](_0x114d16),_0x4cc603();}}));}['afterInit'](){const _0x13e17d=this['editor']['plugins']['get'](j);_0x13e17d['context']===this['editor']&&(_0x13e17d['hasActive']()||_0x13e17d['switchTo']('inline'));}['setActiveAnnotation'](_0x535349){_0x535349!==this['activeAnnotation']&&(this['activeAnnotation']&&(this['activeAnnotation']['isActive']=!0x1),_0x535349&&this['editor']['ui']['focusTracker']['isFocused']&&(this['annotations']['has'](_0x535349)&&this['_addAnnotationToBalloon'](_0x535349,!0x0),_0x535349['isActive']=!0x0),_0x535349||this['_setSelectedAnnotations']([]),this['activeAnnotation']=_0x535349);}['attach'](_0xd4c34b){this['annotations']=_0xd4c34b;const _0x43cef9=this['editor']['plugins']['get'](j),_0x178590=this['_balloon'];if(this['isAttached'])throw new _0x389022('inlineannotations-attach-already-attached',this);if(_0x43cef9['context']!==this['editor'])throw new _0x389022('inlineannotations-not-allowed-with-context',this);const _0x306d42=this['editor']['plugins']['get'](b);this['listenTo'](_0x306d42,'refresh',()=>{const _0x54ddfc=_0x306d42['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});var _0x57d7d2,_0x25eb82;!this['_forceRefresh']&&(_0x57d7d2=_0x54ddfc,_0x25eb82=this['_selectedAnnotations'],_0x57d7d2['length']===_0x25eb82['length']&&_0x57d7d2['every'](_0x35a629=>_0x25eb82['includes'](_0x35a629)))||(this['_forceRefresh']=!0x1,this['_setSelectedAnnotations'](_0x54ddfc),this['setActiveAnnotation'](_0x54ddfc[0x0]||null));}),this['listenTo'](_0x306d42,'blur',(_0x2f69cb,{isAnnotationTracked:_0x3df4a9})=>{this['activeAnnotation']&&_0x3df4a9(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](this['editor']['ui']['focusTracker'],'change:isFocused',(_0x316861,_0x4269de,_0xf5e40f)=>{_0xf5e40f||this['setActiveAnnotation'](null);}),this['listenTo'](_0xd4c34b,'remove',(_0x377713,_0x563677)=>{this['_removeAnnotationFromBalloon'](_0x563677),_0x563677===this['activeAnnotation']&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x178590,'change:visibleView',(_0x68fc1a,_0x49c140,_0x54393a,_0x44edaf)=>{_0x44edaf&&this['stopListening'](_0x44edaf);const _0x1c5155=_0xd4c34b['getByView'](_0x54393a);_0x54393a&&_0x1c5155&&(this['listenTo'](_0x54393a,'change:height',()=>{_0x178590['updatePosition']();}),this['listenTo'](_0x54393a,'Esc',()=>{this['_closeAnnotation'](_0x1c5155),this['editor']['editing']['view']['focus']();}),this['activeAnnotation']!==_0x1c5155&&this['setActiveAnnotation'](_0x1c5155));}),this['listenTo'](this['editor']['ui'],'update',()=>{_0x178590['visibleView']&&(_0xd4c34b['getByView'](_0x178590['visibleView'])&&_0x178590['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 _0x389022('inlineannotations-detach-not-attached',this);this['setActiveAnnotation'](null);for(const _0x3b74a2 of this['_addedAnnotations'])this['_removeAnnotationFromBalloon'](_0x3b74a2);this['stopListening'](),this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_setSelectedAnnotations'](_0x3137b9){for(const _0x3dd533 of this['_selectedAnnotations'])_0x3137b9['includes'](_0x3dd533)||this['_manuallyClosed']['delete'](_0x3dd533);for(const _0x4994ca of this['annotations'])_0x3137b9['includes'](_0x4994ca)||this['_removeAnnotationFromBalloon'](_0x4994ca);if(this['editor']['ui']['focusTracker']['isFocused']){for(const _0xda6c48 of _0x3137b9)this['_addAnnotationToBalloon'](_0xda6c48);}this['_selectedAnnotations']=_0x3137b9;}['_addAnnotationToBalloon'](_0x8b4cbf,_0x1fbbc1=!0x1){this['_manuallyClosed']['has'](_0x8b4cbf)||(this['_addedAnnotations']['has'](_0x8b4cbf)||this['_balloon']['hasView'](_0x8b4cbf['view'])||(this['_addedAnnotations']['add'](_0x8b4cbf),this['_balloon']['add']({'stackId':_0x8b4cbf['view']['id'],'view':_0x8b4cbf['view'],'position':{'target':()=>this['_getBalloonTargetForAnnotation'](_0x8b4cbf)}})),_0x1fbbc1&&this['_balloon']['showStack'](_0x8b4cbf['view']['id']));}['_getBalloonTargetForAnnotation'](_0x153c15){const _0x48cdd9=_0x153c15['target'],_0x48833b=this['editor']['editing']['view'],_0x4a7efd=_0x48833b['document']['selection']['getFirstRange'](),_0x2c98d7=_0x48833b['domConverter']['viewRangeToDom'](_0x4a7efd);if(_0x2c98d7['collapse'](!0x0),_0x48cdd9){if(_0x48cdd9 instanceof _0xca8c85)return _0x48cdd9;let _0x5dfc8c=[];for(const _0x128a92 of _0x48cdd9)_0x5dfc8c['push'](...(_0x52a928=_0x128a92['getClientRects'](),Array['from'](_0x52a928)['map'](DOMRect['fromRect'])));_0x5dfc8c=function(_0x46d51f){const _0x4e96d2=[];let _0x3a60d4=_0x46d51f[0x0];for(let _0x2edc78=0x1;_0x2edc78<_0x46d51f['length'];_0x2edc78++)E(_0x3a60d4,_0x46d51f[_0x2edc78])?_0x3a60d4['width']+=_0x46d51f[_0x2edc78]['width']:(_0x4e96d2['push'](_0x3a60d4),_0x3a60d4=_0x46d51f[_0x2edc78]);return _0x4e96d2['push'](_0x3a60d4),_0x4e96d2;}(_0x5dfc8c);const _0x1927be=_0x2c98d7['getBoundingClientRect']();return _0x5dfc8c['find'](_0x124785=>_0x124785['top']<=_0x1927be['top']&&_0x124785['bottom']>=_0x1927be['bottom']&&_0x124785['left']<=_0x1927be['left']&&_0x124785['right']>=_0x1927be['right'])||_0x5dfc8c[0x0];}var _0x52a928;return _0x153c15['targetRect']||_0x2c98d7;}['_removeAnnotationFromBalloon'](_0x2ad051){this['_addedAnnotations']['has'](_0x2ad051)&&this['_balloon']['hasView'](_0x2ad051['view'])&&(this['_addedAnnotations']['delete'](_0x2ad051),this['_balloon']['remove'](_0x2ad051['view']));}['_closeAnnotation'](_0x49af77){this['_manuallyClosed']['add'](_0x49af77),this['_removeAnnotationFromBalloon'](_0x49af77);}}function E(_0x2ff516,_0x1003e4){return _0x2ff516['top']===_0x1003e4['top']&&_0x2ff516['bottom']===_0x1003e4['bottom']&&_0x2ff516['right']===_0x1003e4['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(_0x2508b9,_0x3ccd03){super(_0x2508b9),this['set']('isEmpty',!_0x3ccd03['length']),this['focusTracker']=new _0x5a224c(),this['_annotationViews']=_0x3ccd03,this['_annotationViews']['delegate']('arrowup','arrowdown')['to'](this),this['on']('arrowup',()=>{this['focusCycler']['focusPrevious']();}),this['on']('arrowdown',()=>{this['focusCycler']['focusNext']();}),this['focusCycler']=new Ft({'focusables':_0x3ccd03,'focusTracker':this['focusTracker']}),this['listenTo'](_0x3ccd03,'add',()=>{this['isEmpty']=!0x1;}),this['listenTo'](_0x3ccd03,'remove',(_0x24b2b4,_0xff65ba)=>{_0xff65ba['isActive']&&this['focus'](),_0x3ccd03['length']||(this['isEmpty']=!0x0);});const _0x4b034d=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'dir':'auto','class':['ck','ck-comments-archive'],'tabindex':-0x1,'role':'list','aria-label':S(_0x2508b9,'COMMENTS_ARCHIVE_LIST_LABEL')},'children':[{'tag':'div','attributes':{'class':['ck-comments-archive__content'],'role':'presentation'},'children':[{'tag':'div','attributes':{'role':'presentation'},'children':_0x3ccd03},{'tag':'p','attributes':{'class':['ck-comments-archive__info',_0x4b034d['if']('isEmpty','ck-hidden',_0x934cd7=>!_0x934cd7)]},'children':[{'text':S(_0x2508b9,'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 _0x2327b7 of this['_annotationViews'])this['focusTracker']['add'](_0x2327b7['element']);this['_annotationViews']['on']('change',(_0x595271,{added:_0x25cbd7,removed:_0x3a648d})=>{for(const _0x4fafd8 of _0x25cbd7)this['focusTracker']['add'](_0x4fafd8['element']);for(const _0x4887c8 of _0x3a648d)this['focusTracker']['remove'](_0x4887c8['element']);});}}class p extends _0x510bd7{static get['pluginName'](){return'CommentsArchive';}static get['requires'](){return[m,_];}constructor(_0x5c1d13){super(_0x5c1d13),this['archivedThreads']=new _0x97c426();}['init'](){const _0x54a7b6=this['context'],_0x575199=_0x54a7b6['plugins']['get'](m),_0x401a0e=_0x54a7b6['plugins']['get'](_);this['listenTo'](_0x575199,'addCommentThread',(_0x1473bf,{threadId:_0x2df9cc})=>{const _0x4cb3b8=_0x575199['getCommentThread'](_0x2df9cc);_0x4cb3b8['archivedAt']&&this['archivedThreads']['add'](_0x4cb3b8,this['_calculatePosition'](_0x4cb3b8['archivedAt'])),this['listenTo'](_0x4cb3b8,'change:archivedAt',(_0x3281f5,_0x33ff08,_0x11760f)=>{_0x11760f?this['archivedThreads']['has'](_0x4cb3b8)||this['archivedThreads']['add'](_0x4cb3b8,this['_calculatePosition'](_0x4cb3b8['archivedAt'])):this['archivedThreads']['has'](_0x4cb3b8)&&this['archivedThreads']['remove'](_0x4cb3b8);});}),this['listenTo'](_0x575199,'removeCommentThread',(_0x1adf58,{threadId:_0x2c2a66})=>{const _0x473c72=_0x575199['getCommentThread'](_0x2c2a66);this['stopListening'](_0x473c72),this['archivedThreads']['has'](_0x473c72)&&this['archivedThreads']['remove'](_0x473c72);},{'priority':'highest'}),this['listenTo'](_0x401a0e['collection'],'focus',(_0x2b76f8,_0xca9a92)=>{_0xca9a92['isVisible']||(_0xca9a92['isActive']=!0x0,_0x401a0e['activate'](_0xca9a92));});}['_calculatePosition'](_0x3e5689){const _0x3ec78f=[...this['archivedThreads']]['findIndex'](_0x44e167=>_0x44e167['archivedAt']<_0x3e5689);return _0x3ec78f>-0x1?_0x3ec78f:this['archivedThreads']['length'];}}class a extends _0x36b4f3{['commentsArchiveView'];['annotationViews'];['_pendingThreads'];static get['pluginName'](){return'CommentsArchiveUI';}static get['requires'](){return[p,_0x1defca];}constructor(_0x4b2e13){super(_0x4b2e13),this['annotationViews']=new _0x5914da(),this['_pendingThreads']=[];}['init'](){const _0x5d5c62=this['editor'];_0x5d5c62['ui']['componentFactory']['add']('commentsArchive',()=>this['_createCommentsArchiveButton'](_0x1730d1,!0x0)),_0x5d5c62['ui']['componentFactory']['add']('menuBar:commentsArchive',()=>{const _0x4e99bb=this['_createCommentsArchiveButton'](_0x155bf7);return _0x4e99bb['set']({'role':'menuitemcheckbox'}),_0x4e99bb;});const _0x41cb3b=_0x5d5c62['plugins']['get'](p),_0x1fa7e6=_0x5d5c62['plugins']['get']('Annotations'),_0x3ccb5f=_0x5d5c62['plugins']['get']('CommentsRepository');this['listenTo'](_0x41cb3b['archivedThreads'],'add',(_0x365ede,_0x2f0416)=>{const _0x333a54=_0x5d5c62['config']['get']('collaboration.channelId');if(!_0x333a54||_0x2f0416['channelId']===_0x333a54){const _0x2771a8=_0x3ccb5f['_threadToController']['get'](_0x2f0416);if(!_0x2771a8)return void this['_pendingThreads']['push'](_0x2f0416);const _0x4231d7=this['_calculatePosition'](_0x2f0416['archivedAt']),_0x461767=_0x1fa7e6['getByInnerView'](_0x2771a8['view']);_0x461767['isVisible']&&_0x1fa7e6['_visibleAnnotations']['remove'](_0x461767),this['annotationViews']['add'](_0x461767['view'],_0x4231d7);}}),this['listenTo'](_0x1fa7e6['collection'],'add',(_0x1a8464,_0x7ac56b)=>{const _0xa2c1f4=this['_pendingThreads']['find'](_0x47fa99=>{const _0x56701c=_0x3ccb5f['_threadToController']['get'](_0x47fa99);return _0x56701c&&_0x7ac56b['innerView']===_0x56701c['view'];});if(_0xa2c1f4){const _0x2cb12d=this['_calculatePosition'](_0xa2c1f4['archivedAt']);this['annotationViews']['add'](_0x7ac56b['view'],_0x2cb12d),this['_pendingThreads']['splice'](this['_pendingThreads']['indexOf'](_0xa2c1f4),0x1);}}),this['listenTo'](_0x41cb3b['archivedThreads'],'remove',(_0x37b30d,_0xb8ccd9)=>{const _0x4928cd=_0x5d5c62['config']['get']('collaboration.channelId');if(!_0x4928cd||_0xb8ccd9['channelId']===_0x4928cd){const _0x1ac11f=_0x3ccb5f['_threadToController']['get'](_0xb8ccd9),_0x395ba3=_0x1fa7e6['getByInnerView'](_0x1ac11f['view']);this['annotationViews']['remove'](_0x395ba3['view']),this['stopListening'](_0x395ba3['focusableElements']);}}),this['listenTo'](_0x3ccb5f,'escapeThread',(_0x132a55,{threadId:_0x2fb424,channelId:_0x4bc8de})=>{if(_0x4bc8de!==_0x5d5c62['config']['get']('collaboration.channelId'))return;if(!_0x3ccb5f['getCommentThread'](_0x2fb424)['archivedAt'])return;const _0xcec718=_0x5d5c62['plugins']['get']('Dialog');_0xcec718['isOpen']&&'commentsArchive'===_0xcec718['id']&&_0xcec718['hide']();});}['_calculatePosition'](_0x5c1264){const _0x147286=this['editor']['config']['get']('collaboration.channelId'),_0x4f2b2b=[...this['editor']['plugins']['get'](p)['archivedThreads']]['filter'](_0x43e614=>_0x43e614['channelId']===_0x147286)['findIndex'](_0x395621=>_0x395621['archivedAt']<_0x5c1264);return _0x4f2b2b<0x0||_0x4f2b2b>this['annotationViews']['length']?this['annotationViews']['length']:_0x4f2b2b-0x1;}['_toggleDialog'](){const _0x372223=this['editor'],_0x8c91ac=_0x372223['plugins']['get']('Dialog');this['commentsArchiveView']||(this['commentsArchiveView']=new Y(_0x372223['locale'],this['annotationViews'])),'commentsArchive'===_0x8c91ac['id']?_0x8c91ac['hide']():_0x8c91ac['show']({'id':'commentsArchive','title':S(_0x372223['locale'],'COMMENTS_ARCHIVE'),'icon':X,'hasCloseButton':!0x0,'content':this['commentsArchiveView'],'position':_0x1c6254['EDITOR_TOP_SIDE']});}['_createCommentsArchiveButton'](_0x2ce14f,_0x15eeb4=!0x1){const _0x3316b2=this['editor']['locale'],_0xce83d6=this['editor']['plugins']['get']('Dialog'),_0x4dc64d=new _0x2ce14f(_0x3316b2);return _0x4dc64d['bind']('isEnabled')['to'](this,'isEnabled'),_0x4dc64d['bind']('isOn')['to'](_0xce83d6,'id',_0x56149e=>'commentsArchive'===_0x56149e),_0x4dc64d['set']({'label':S(_0x3316b2,'COMMENTS_ARCHIVE'),'icon':X,'isToggleable':!0x0}),_0x15eeb4&&(_0x4dc64d['tooltip']=!0x0),this['listenTo'](_0x4dc64d,'execute',()=>this['_toggleDialog']()),_0x4dc64d;}}class f extends _0x36b4f3{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};